.bg-poste{
background-color: #edf601;
}

.my-tree-view{
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 10px;
-webkit-padding-start: 10px;
}

/*
.acomplete { position: relative; z-index: 5; background-color: #EDF5FF; border: 1px solid #243356; }
.acomplete ul, .acomplete li { margin: 0px; padding: 0px; list-style: none; color: #333; }
.acomplete li { padding: 4px; border-top: 1px solid #ccc; }
.acomplete .selected { background-color: #ffc; }
*/

.text-mygray {
  color: #A4A4A4 !important;
}



.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }



.tagify-container{background-color:#fff;padding:0px 3px;min-height:30px;overflow:auto;border:solid 1px #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.075) 0 1px 1px inset;box-shadow:rgba(0,0,0,0.075) 0 1px 1px inset}
.bootstrap .tagify-container span{float:left}
.bootstrap .tagify-container>span{display:inline-block;padding:2px 5px;margin:3px;border-radius:2px;border:1px solid #00aff0;background-color:#3ecbff;color:#fff}
.bootstrap .tagify-container>span>a{color:#00aff0;text-decoration:none;font-weight:bold;padding-left:5px}
.bootstrap .tagify-container>input{margin-top:2px;border:0 none;width:140px;height:auto;-webkit-box-shadow:none;box-shadow:none}
.bootstrap .tagify-container>input:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}


#myModal{
    max-height: 800px;
    top: calc(50% - 200px) !important;
}

#myModal2{
/*
    max-height: 800px;
    top: calc(50% - 200px) !important; 
*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	width: 40%;
	height: 80%;

    max-height: 800px;
    top: calc(80% - 200px) !important;

}

#myModal3
{
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

hr.new2 {
  border-top: 1px dashed black;
margin: 0;
}
