body{
    background-color:#F2F2F2;
}
/* PAGE Accueil : Sélection du tracking */
#listTracking{
    padding-top:20px;
}
#listTracking img {
    display: block;
    margin-left: auto;
    margin-right: auto
}
#listTracking h5{
    padding-left: 5px;
}
#listTracking tr:hover{
    background: #f7f7f7;
    cursor: pointer;
}
#listTracking tr:hover .fa-arrow-circle-right{
    color: black;
}
#listTracking td{
    text-align: left;
    vertical-align: middle;
}
#listTracking a{
    color: #343a40;
}
#listTracking .fa-arrow-circle-right{
    float:right;
    color: #343A40;
}
#listTracking .checkTrue{
    color: #3db03d;
}
#listTracking .checkFalse{
    color: #db1e1e;
}
#listTracking .checkOrange{
    color: #ffa500;
}
#listTracking hr{
    background: #343a40;
}
#listTracking .footerLabel{
    color: #343a40;
}
/* PAGE :: login.php (index.php) */
#loginParent{
    padding:12%;
    margin-top:auto;
}
#addUserParent{
    padding:2%;
    margin-top:auto;
}
#loginBox{
    background: white;
    display: block;
    margin: auto;
    box-shadow: 3px 3px 5px #343A40;
    text-align:center;
    padding:25px;
    border: radius 7px;
}
#addUserBox{
    background: white;
    display: block;
    margin: auto;
    text-align:center;
    padding:25px;
}
#editUserBox{
    background: white;
    display: block;
    margin: auto;
    text-align:center;
    padding:25px;
    border: radius 7px;
}
.companyLogo{
    max-height:100px;
    width:auto;
}
#addUserForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#addUserForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#desactivateSubmitUser {
background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
    color: white;
}
#activateUserSubmit {
background: green !important;
    border: 1px solid green !important;
    color: white;
}
#deleteSubmitUser {
    background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
    color: white;
}
#loginForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#loginForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#addUserForm h3{
    padding-bottom: 1em;
}
#loginForm input::placeholder{
    color:#343A40;
    opacity: 1;
}
.wrongLogin{
    color: rgb(180, 12, 12);
}
#loginGoBack{
    color: #240c5b;
    display: block;
    font-size: 0.9em;
}
.rq {
    font-size: 10pt;
    color: #343A40;
    list-style-type: none;
    float:left;
    padding-left:2em;
}
#poweredLabel{
    font-size:0.8em;
    color:#343A40;
}

/* PAGE :: datas.php */

/* Header */
#header{
    background:white;
    height:60px;
    text-align:center;
    border-bottom: 1px solid #343A40;
    margin-bottom:25px;
}
#header #companyLogo{
    max-height:59px;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.roleUser {
    float: left;
    padding-top: 7px;
}
#logoutButton{
    float: right;
    margin-top:10px;
    background: #343A40;
    color: white;
    border:none;
}
#changeButton{
    float: right;
    margin-top:10px;
    background: #343A40;
    color: white;
    border:none;
}
#addButton{
    float: left;
    margin-top:10px;
    background: #343A40;
    color: white;
    border:none;
}
#backButton{
    margin-top:10px;
    background: #343A40;
    color: white;
    border:none;
}
.btn-space-left {
    margin-left: 50px;
}
.btn-space-bottom {
    margin-bottom: 25px;
}

/* Formulaire de recherche */
#searchBar{
    padding-right: 0px;
    padding-left: 0px;
}
#searchBar form{
    text-align: center;
}
#searchTitle{
    width:100%;
    text-align: center;
    background : #343A40;
    color: white;
    padding:15px;
}
#searchTitle hr{
    background: #F2F2F2;
}
#searchTitle .tab{
    display: block;
    padding:5px;
    font-size:1em;
    width: auto;
}
#searchTitle .tabSelected{
    background: white;
    color: #343A40;
    border-radius: 10px 10px 0px 0px;
}
#searchOnglet{
    width:100%;
    padding: 5px;
    text-align: center;
}
#searchForm{
    background:white;
    padding-top: 15px;
    padding-bottom: 15px;
}
#searchBar input{
    border:none;
    padding:15px;
    text-align:center;
    width:90%;
    display: block;
    margin: auto;
    margin-top:15px;

    border:1px solid silver;
    font-weight: bold;
}
#searchBar input::placeholder{
    color: #5e5d5d;
    opacity: 1;
}

#searchBar input[type="submit"]{
    background:#343A40;
    color: white;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
}
.chooseGroupe{
    border:none;
    padding:15px;
    text-align:center;
    width:90%;
    margin:auto;
    display: block;
    margin: auto;
    font-weight: bold;
}
.chooseGroupe i{
    margin-right:15px;
    color:#218838;
    width:15%;
    margin:2%;
}
.chooseGroupe input[type="checkbox"]{
    display: none!important;
}
#cacherRecherche{
    border-radius: 0px;
    color: white;
}
#afficherRecherche{
    border-radius: 0px;
    color: white;
    display: none;
}

/* Affichage des résultats */

#dataBox{
    border-radius:2px;
    top: -36px;
}
#dataTable{
    background:white;
    text-align: center;
    font-size:0.95em!important;
    font-weight: normal !important;
}
#dataTable{
    cursor: pointer;
    border:1px solid silver;
}
#dataTable tr:hover{
    background: #B8DAFF;
}
#dataTable_filter input[type="search"]{
    border:1px solid silver;
}
.paginate_button.current{
    background: white!important;
}
.paginate_button.current:hover{
    background: #343a40 !important;
}
#downloadExcelForm{
    display:block;
    text-align: center;
    margin-top: 5px;
}
#downloadExcelForm button{
    background: #343A40;
    color: white;
}

/* Info dossier */
#dossierInfo{
    background:white;
    border:1px solid silver;
    width:80%;
    margin:auto;
    margin-top: 25px;
}
.fa-file-pdf-o{
    color:red;
}
.fa-picture-o{
    color: blue;
}
.dossierInfoCategorie{
    width: 100%;
    background: #343A40;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-top: 15px;
}
.dossierInfoCategorieError{
    text-align: center;
    margin:20px;
}
.table{
    text-align:center!important;
    margin-bottom:0px !important;
}
#loadingDossierInfo{
    text-align:center;
    display:block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.loadingDossierInfoSpinner{
    display:block!important;
    margin:auto !important;
    margin-bottom:15px!important;
}
#closeDossierInfo{
    display:block;
    margin:0 auto;
    margin-bottom:15px;
    color: white;
    background: #343A40;
    margin-top: 20px;
}
#noticeInfo{
    margin-top: 36px;
    padding : 30px;
    text-align: center;
    font-size: 1.5em;
    color: #343A40;
}
.listeFile1 {
    width: 365px;
    float: right;
}
.listeFile2 {
    width: 430px;
    float: right;
}


.cadre{
    width: auto;
    height: auto;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
}



.mid{
    width: 100%;
    text-align: center;
}
.margin{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.alli{
    display: flex;
    justify-content: center;
}

.left{
    float: left;
    width: 55px;
}
.text{
    color: #808285;
    margin-left: -31px;
    margin-top: 25px;
    text-align: center;
    width: 116px;
}
.container {

    margin: 20px 15px 10px 15px;
    width: calc(100% - 25px);

}

.rond-gris {
    background-image: url("../img/DTS/colis-light-before.png");
    height: 50px;
    margin: 12px auto auto auto;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}


.colis-bleu {
    background-image: url("../img/DTS/colis-light-active.png");
    height: 80px;
    margin-top: 0;
    width: 80px;
}
.rond-bleu {
    background-image: url("../img/DTS/colis-light-before-blue.png");
    height: 50px;
    margin: 12px auto auto auto;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}



.colis-gris {
    background-image: url("../img/DTS/colis-light-activ-grey.png");
    height: 80px;
    margin-top: 0;
    width: 80px;
}
.trait-gris {
    background-color: #808285;
    float: left;
    height: 6px;
    margin-top: 32px;
    width: 14.8%;
    width: calc((100% - 305px) / 7);
    display: inline-block;
}


.trait-bleu {
    background-color: #009adf;
    float: left;
    height: 6px;
    margin-top: 32px;
    width: 14.8%;
    width: calc((100% - 305px) / 7);
    display: inline-block;
}
.gasper{
    margin-left: -17px !important;
}

.infoann{
    border: solid 1px #E6E7E8;
    color: #000;
    width: 150px;
    height: 120px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

.href{
    color: #000;
}

figure{
    margin-top: 10px;
}

input[type=checkbox] {			display:none;		}		 		input[type=checkbox] + label		{			height: 75px;			width: 75px;			padding: 0 0 0 0px;		}
input[type=checkbox]:checked + label		{			height: 75px;			width: 75px;			padding: 0 0 0 0px;		}
.boat > input[type=checkbox] + label 		{			background: url("../img/boat_disable.png") no-repeat;			background-size: 75%;		}
.boat > input[type=checkbox]:checked + label 		{			background: url("../img/boat_enable.png") no-repeat;			background-size: 75%;		}
.douane > input[type=checkbox] + label 		{			background: url("../img/douane_disable.png") no-repeat;			background-size: 75%;		}
.douane > input[type=checkbox]:checked + label 		{			background: url("../img/douane_enable.png") no-repeat;			background-size: 75%;		}
.boatimport > input[type=checkbox] + label 		{			background: url("../img/boat_disable.png") no-repeat;			background-size: 75%;		}
.boatimport > input[type=checkbox]:checked + label 		{			background: url("../img/boat_import.png") no-repeat;			background-size: 75%;	}

.wrap-drop {
    background:#e7ded5;
    cursor:pointer;
    margin:0 auto;
    max-width:350px;
    padding:0.5rem;
    position:relative;
    width:100%;
    z-index:3;
}

.wrap-drop::after {
    border-color:#695d52 transparent;
    border-style:solid;
    border-width:10px 10px 0;
    content:"";
    height:0;
    margin-top:-4px;
    position:absolute;
    right:1rem;
    top:50%;
    width:0;
}

.wrap-drop .drop {
    background:#e7ded5;
    box-shadow:3px 3px 3px rgba(0,0,0,.2);
    display:none;
    left:0;
    list-style:none;
    margin-top:0;
    opacity:0;
    padding-left:0;
    pointer-events:none;
    position:absolute;
    right:0;
    top:100%;
    z-index:2;
}

.wrap-drop .drop li a {
    color:#695d52;
    display:block;
    padding:1rem;
    text-decoration:none;
}

.wrap-drop span {
    color:#928579;
}

.wrap-drop .drop li:hover a {
    background-color:#695d52;
    color:#e7ded5;
}

.wrap-drop.active::after {
    border-width:0 10px 10px;
}

.wrap-drop.active .drop {
    display:block;
    opacity:1;
    pointer-events:auto;
}
.submitFile {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
