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 0;
}
#addUserBox{
    background: white;
    display: block;
    margin: auto;
    text-align:center;
    padding:25px;
}
#editUserBox{
    background: white;
    display: block;
    margin: auto;
    text-align:center;
    padding:25px;
}
.companyLogo{
    max-height:80px;
    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;
}
#addUserForm h3{
    padding-bottom: 1em;
}
#calculateOtForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#calculateOtForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#calculateOtForm h3{
    padding-bottom: 1em;
}
#calculateConsigneForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#calculateConsigneForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#calculateConsigneForm h3{
    padding-bottom: 1em;
}
#createOtForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#createOtForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#createOtForm h3{
    padding-bottom: 1em;
}
#createConsigneForm input[type="name"], input[type="password"]{
    text-align:center;
    width: 85%;
    margin-bottom:25px;
    border-radius: 0px;
    border:none;
    border-bottom: 1px solid #343A40;
}
#createConsigneForm input[type="submit"]{
    text-align:center;
    padding:10px;
    width: 85%;
    color: white;
    margin-bottom:25px;
    border-radius:1px;
    border: 1px solid #343A40;
    background:#343A40;
}
#createOtForm h3{
    padding-bottom: 1em;
}
#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;
}

#loginForm input::placeholder{
    color:#343A40;
    opacity: 1;
}
.wrongLogin{
    color: rgb(180, 12, 12);
}
#loginGoBack{
    color: #240c5b;
    display: block;
    font-size: 0.9em;
}
#calculateOT {
    border: 1px solid #1073BA !important;
    background: #1073BA !important;
}
.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;
    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;
}
/*
#dataTable td, th {
    white-space: nowrap;
    overflow: hidden;
}
*/
.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;
}
#returnFiltre{
    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 {

}
.listeFile2 {

}


.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 0;		}
input[type=checkbox]:checked + label		{			height: 75px;			width: 75px;			padding: 0 0 0 0;		}
.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%;		}
.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%;		}
.boatimport > input[type=checkbox] + label 		{			background: url("../img/boat_import_disable.png") no-repeat;			background-size: 75%;		}
.boatimport > input[type=checkbox]:checked + label 		{			background: url("../img/boat_import.png") no-repeat;			background-size: 75%;	}
.aerienimport > input[type=checkbox] + label 		{			background: url("../img/avion_arrivee_disable.png") no-repeat;			background-size: 75%;		}
.aerienimport > input[type=checkbox]:checked + label 		{			background: url("../img/avion_arrivee.png") no-repeat;			background-size: 75%;	}
.aerienexport > input[type=checkbox] + label 		{			background: url("../img/avion_depart_disable.png") no-repeat;			background-size: 75%;		}
.aerienexport > input[type=checkbox]:checked + label 		{			background: url("../img/avion_depart.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;
}
@media screen and (min-device-width: 200px) and (max-device-width: 1024px) {
    .body {
        color: red !important;
    }
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.example_c {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 10px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.example_c:hover {
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
}
.btn_technema {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 10px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.btn_technema:hover {
    color: #ffffff !important;
    background: #2cadd4;
    border-color: #2cadd4 !important;
    transition: all 0.4s ease 0s;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 850px) {
    .chooseGroupe {
        display: none;
        justify-content: unset;
    }
}
.custom-btn {
    width: 195px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 9 */
.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fd1f9;
    background-image: linear-gradient(315deg, #848a90 0%, #343A40 74%);
    transition: all 0.3s ease;
}
.btn-9:hover {
    background: transparent;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}
.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}