@CHARSET "ISO-8859-1";

.divDossier{
	margin: 5px;
	width: 200px;
	display: inline-block;
}

.iconDossier{
	display: inline-block;
	color: #9f804d;
	margin-left: 5px;
	float: left;
}

.labelDossier{
	display: inline-block;
	margin-left: 5px;
	margin-top: 8px;
	float: left;
}
.divDossier:hover{
	background-color: #cee2f0;
}
.divDossier:active{
	background-color: #87bee3
}
#arborscence{
	margin-left: 5px;
	margin-top: 5px;
	background-color: white;
	width: auto;
	display: inline-block;
	min-width: 200px;
}
#btnRetourArchive{
	margin-left: 5px;
	margin-top: 5px;	
	display: inline-block;
	color: white;
}
.brancheDossier{
	padding-top: 5px;
	padding-bottom: 5px;
}
.brancheDossier:hover{
	background-color: #cee2f0;
}
.brancheDossier:active{
	background-color: #87bee3
}
.iconBrancheDossier{
	display: inline-block;
	color: #9f804d;
	margin-left: 5px;
}
.labelBrancheDossier{
	display: inline-block;
	margin-left: 5px;
}

#uploadZoneArchive{
	margin-top: 10px;
	border: dashed #365c78;
	display: block;
	width: 99%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 50px;
}

.labelArchive{
	width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}
.iconBtnDisplayArchive{
	display: inline;
	font-size: 18px;
}
.menu {
  width: 120px;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  background-color: white;
  z-index: 200;
}
.menu-options {
    list-style: none;
    padding: 10px 0;
}
.menu-option {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
}
.menu-option:hover {
	background: rgba(0, 0, 0, 0.2);
}
.divPreviewArchive{
	width : 350px;
	height : 350px;
	position: absolute;
	left: 700px;
	z-index:100;
	top: 50px;
}
.divPreviewArchiveBlock{
	width : 350px;
	height : 350px;
	position: absolute;
	left: 200px;
	z-index:100;
	top: 50px;
}


.propagationArchive input[type="checkbox"]{
    -webkit-appearance: initial;
    appearance: initial;
    background: #FF4646AD;
    width: 20px;
    height: 20px;
    border: none;
    position: relative;
}
.propagationArchive input[type="checkbox"]:after {
	content: "X";
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.propagationArchive input[type="checkbox"]:checked {
    background: #85D77E;
}
.propagationArchive input[type="checkbox"]:checked:after {
    /* Heres your symbol replacement */
    content: "V";

    color: #fff;
    /* The following positions my tick in the center, 
     * but you could just overlay the entire box
     * with a full after element with a background if you want to */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*
     * If you want to fully change the check appearance, use the following:
     * content: " ";
     * width: 100%;
     * height: 100%;
     * background: blue;
     * top: 0;
     * left: 0;
     */
}
.divTableContainer{
	background-color: white;
	height: 68%;
	overflow-y: scroll;
	-webkit-box-shadow: inset 0 0 6px #eceff4;
	scrollbar-width: thin;
	margin-top: 10px;
	margin-left: 10px;
}
#droitRepetoireWarning{
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}