.ui-autocomplete {
    z-index: 10000 !important;
}

.divHelp{
    display: none;
    text-align: left;
    width: 550px;
    height: 270px;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fbfbfb;
    border: 1px solid #2a2a2a;
}

.changePrix::-webkit-outer-spin-button, .changePrix::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.changePrix[type=number] {
    -moz-appearance: textfield;
}

.divHelp .helpText{
    width: 80%;
    float: left;
    text-align: left;
    padding-right: 5px;
    padding-top: 7px;
    margin: 35px;
    box-sizing: border-box;
    font-size: 85%;
    font-weight: bold;
}

.divHelp button{
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
    box-shadow: 2px 2px 5px #414141;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100px;
    height: 28px;
    margin-top: 15px;
}

#helpMessage{
    margin-top: 15px;
}

#helpMessage textarea{
    resize: none;
    height: 100px;
    margin-top: 4px;
}

#opacityHelp{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: fixed;
    background-color: #2a2a2a;
    opacity: 0.5;
    z-index: 2;
    display: none;
}

.redtext {
    color: red;
}

.redborder{
    border-color: red;
}

.searchAdresse
{
    width: 85%;
}

.number_align_right{
    text-align: right;
}

.text_align_center{
    text-align: center;
}

.tiny_input {
    width: 25%;
}

.show_inspect_m {
    display: none;
}

.show_inspect_t{
    display: block;
}

.containerDefect{
    overflow: hidden;
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 7px;
}
.BorderShadow {
    box-shadow:3px 3px 3px #969595;
}

.DefectbuttonBar {
    margin: auto;
    margin-top: 10px;
    padding: 10px;
}

.defect_input {
    width: 30%;
}

.containerFormDefect{
    padding-bottom: 500px;
    margin-bottom: -500px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.cursorPointer{
    cursor: pointer;
}

.notAllowed{
    opacity: 60%;
}

.break-long-words {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;

}
.popup_box{
    z-index: 3000;
    position: fixed;
    display: none;
    background-color: #fbfbfb;
    border: 1px solid #2a2a2a;
    border-radius: 5px;
    /*height: 150px;*/
    /*width: 350px;*/
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.popup_text {
    height: calc(100% - 50px);
    padding: 35px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 85%;
    text-align:center;
}


.popup_btn{
    text-align: center;
}

.popup_btn button{
    margin: 0 10px 0 10px;
}

.popup_opacity{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: fixed;
    background-color: #2a2a2a;
    opacity: 0.5;
    z-index: 2000;
    display: none;
}

.popup_container{
    /* Your popup code */
    z-index: 1060;
}
.pac-container {
    z-index: 9999;
}

.autocomplete {
    z-index: 10000 !important;
}

.prev {
    display:none;
}

.previous {
    display :block;
}

.next_n {
    display:none;
}

.next {
    display :block;
}

.divcenter {
    width: 100%;
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.ramseul {
    vertical-align: top;
}

.centretext {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 15px;
    font-size: 13px;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

.layer{
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body, html{
    min-height: 100%;
}

button:focus{
    outline: none;
}

.bodyLogin, html {
    min-height: 100%;
}

.bodyLogin {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background: url("../images/backgroundNuservice.jpg") no-repeat center center fixed;
    background-size: cover;
}

.tablet {
    display: none;
}

.facttablet {
    display: none;
}

.mobile {
    display: none;
}

.factmobile {
    display: none;
}
.tablet_larger_pricinglist {
    display: none;
}


.tablet_larger {
    display: none;
}

.picker
{
    width: 63px !important;
    height:15px;
    border: 1px solid black;
}

.ico_color{
    float: left;
    padding-right: 5px;
}

.page_color{
    float:left;
}

.prodvalue{
    outline: none;
    text-align: right;
}

.alignRight{
    text-align: right;
}

.add_product
{
    display: none;
    width:350px;
    height:250px;
    position: absolute;
    background-color: #fbfbfb;
    border: 1px solid #2a2a2a;
}

.copy_box
{
    display: none;
    width:300px;
    height:200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 1px solid #2a2a2a;
}

.alert_box
{
    display: none;
    width:300px;
    height:200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 1px solid #2a2a2a;
}

.alert_box2
{
    display: none;
    width:350px;
    height:200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid red;
}

.alert_icone{
    width: 30%;
    display: block;
    float: left;
}

.short_input
{
    width:50%;
}

.hidden_button
{
    display:none;
}

.bottom_btn{
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.fancy_color{
    display:none;
    width:330px;
    height:212px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_chauffeur{
    display:none;
    width:320px;
    height:200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_punch{
    display:none;
    width:250px;
    height:200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_order{
    display:none;
    width:650px;
    min-height:400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_dash{
    display:none;
    width:650px;
    min-height:300px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}


.fancy_waiting{
    display:none;
    width:650px;
    min-height:400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_holding{
    display:none;
    width:650px;
    min-height:400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_todo{
    display:none;
    width:650px;
    min-height:400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_mod{
    display:none;
    width: 955px;
    min-height:315px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_assign{
    display:none;
    width:1100px;
    height:715px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_assign_st{
    width:95%;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    margin: 0 auto;
}

.fancy_multicin
{
    width:70%;
    height:485px;
    margin: auto;
    margin-top: 50px;
    overflow-y: auto;
}

.multicin_tile_cont {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.multicin_tile {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    color: #2a2a2a;
    border-radius: 27px;
    text-align: center;
    border: 4px solid #2a2a2a;
    box-shadow: 2px 2px 2px #a7a7a7;
    background-color: #fbfbfb;
}

.multicin_link {
    display: block;
    width: 100%;
    height: 130px;
    padding: 10px;
    margin-top: -4px;
    box-sizing: border-box;
}

.opacity{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background-color: #2a2a2a;
    opacity: 0.5;
    z-index: 2;
    display: none;
}

.close_button{
    position: absolute;
    top: 2px;
    z-index: 1001;
    width: 20px;
    right: 2px;
}

.back_button{
    z-index: 1001;
    width: 20px;
    margin-left: 2px;
    margin-top: 2px;
    display: none;
}

.back_button:hover{
    cursor: pointer;
}

.close_button:hover{
    cursor: pointer;
}

.linkCursor:hover{
    cursor: pointer;
}

.default_color:hover{
    cursor: pointer;
}

.color_container
{
    display:none;
    width:85%;
    height:110px;
    position: absolute;
    padding: 25px;
}

.color_choice
{
    float:left;
    width:20px;
    height:20px;
    border: 1px solid black;
    margin: 1px;
}

.color_choice:hover{
    cursor: pointer;
}

.textAreaC
{
    margin-left:2%;
    box-sizing: border-box;
    width: 96%;
    height: 100px;
    margin-bottom: 1%;
    padding-top: 10px;
    resize: none;
}

.textAreaEdit{
    height: 75px;
}

.photoOpen {
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
    display: inline-block;
    line-height:5px;
    font-size: 13px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 16px;
    box-sizing: border-box;
    width: 30px;
    height: 15px;
}

.photoUser {
    vertical-align: middle;
}

.imagecalendar {
    background: url("../images/icon_calendrier.png") no-repeat right 5px top 1px;
}

.dateField
{
    width: 150px !important;
}

.timeField {
    width: 150px !important;
}

.photoErase {
    vertical-align: middle;

}

.topBanner{
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
}

.noPointer{
    pointer-events: none;
}

.btnDisable{
    pointer-events: none;
    opacity: 0.5;
}
.bannerCompany{
    float: left;
    min-height: 50px;
}

.companyInfo{
    padding-top: 20px;
    color: #414141;
    float: left;
    font-family: Verdana;
}

.hideImage{
    width: 16px;
    height:16px;
}

.companyLogo{
    float: left;
    max-height: 55px;
}

.companyTitle{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.otherInfo{
    line-height: 14px;
    font-size: 12px;
    margin: 0;
}

.nir{
    color: #414141;
}

.nirNumber{
    font-weight: 600;
}

.logoIMG{
    max-height: 40px;
    padding: 7px 17px 5px 7px;
}

.multicin_logoIMG{
    max-height: 60px;
    padding: 5px;
}

.bannerUser{
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 50px;
}

.userInfo{
    font-family: Tahoma, Arial,Helvetica, Sans-Serif;
    font-weight: 600;
    color: #414141;
    padding-top: 3px;
    padding-right: 7px;
    text-align: right;
}

.nameIcon{
    float: left;
    position: relative;
}

.iconBanner{
    margin-top: 9px;
    position: absolute;
    right: 0;
    width: 150px;
    text-align: right;
}

.userPhoto{
    float: left;
    padding-right: 7px;
    padding-top: 3px;
}

.userIMG{
    height:45px;
    width:45px;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 1px 3px rgba(65, 65, 65, 0.55);
}

.iconImage{
    height: 17px;
    width: 17px;
}

.userIMG:hover{
    box-shadow: 1px 1px 3px rgba(65, 65, 65, 0.82);
}

.iconLink{
    margin: 7px;
}

.navBar{
    background-color: #2a2a2a;
    color: #f5f5f5;
    padding: 3px;
    height: 19px;
}

.imgnav{
    padding-top: 2px;
}

.hideArrow{
    text-align: center;
    margin-bottom: 0;
}

.navBar.li{
    padding-top: 3px;
    padding-bottom: 3px;
}

.navLink{
    font-size: 16px;
}

.nav_link{
    padding-left: 10px;
}

.mobiletexte{
    display: none;
}


.img_thumb{
    max-height:100px;
    max-width: 100px;
    width: 50%;
    height: 50%;
}


.plus{
    text-align: right;
    float: right;
    padding-right: 5px;
}



/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    background-color: #ffffff;
    color: red;
    text-align: center;
    border-radius: 4px;
    border:1px solid #7f7f7f;
    padding: 5px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    white-space: nowrap;
    -moz-box-shadow: 3px 3px 5px 1px rgba(150, 149, 149, 0.62);
    -webkit-box-shadow: 3px 3px 5px 1px rgba(150, 149, 149, 0.62);
    box-shadow: 3px 3px 5px 1px rgba(150, 149, 149, 0.62);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#969595')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#969595');
    line-height: normal;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    left: 50%;
    top:0;
    margin-left: -5px;
    margin-top: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #7f7f7f transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}



/* calendar */
.calendar		{ border-left:1px solid #999;width:80%; }
.calendar-row	{ width:100%; }
.calendar-day	{ min-height:80px; font-size:11px; position:relative; }.calendar-day { height:80px; float:right;}
.calendar-day-ev	{ background: #87af3f; min-height:80px; font-size:11px; position:relative; }.calendar-day { height:80px;float:right;}
.calendar-day:hover	{ background:#eceff5; float:right;}
.calendar-day-np	{ background:#eee; height:80px;float:right }.calendar-day-np { height:80px;}
.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:10px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999;float:right; }
.day-number		{ background:#999; padding:10px; color:#fff; font-weight:bold; float:right; margin:-10px -10px 0 0; width:30px; text-align:center;}
.day-number-ev	{ background:#6e963e; padding:10px; color:#fff; font-weight:bold; float:right; margin:-10px -10px 0 0; width:30px; text-align:center;}

/* shared */
.calendar-day,.calendar-day-np { width:120px; padding:10px; border-bottom:1px solid #999; border-right:1px solid #999;float:right }
/*daynumber2*/
.day-number2		{ background: #777c79; padding:10px; color: #000000; font-weight:bold; float:right; margin:-10px -10px 0 0; width:30px; text-align:center;}


/* Tiny calendar */
.calendar-tiny		{ border-left:1px solid #999;width:80%; }
.calendar-row-tiny	{ width:100%; }
.calendar-day-tiny	{ min-height:24px; padding:0; height:24px; width:25px; font-size:11px; position:relative; }.calendar-day-tiny { padding:0; width:25px; height:24px; float:right;}
.calendar-day-ev-tiny	{ background: #87af3f; padding:0; width:25px; min-height:24px; height:24px; font-size:11px; position:relative; }.calendar-day-tiny { padding:0; width:25px; height:24px;float:right;}
.calendar-day:hover	{ background:#eceff5; float:right;}
.calendar-day-np-tiny	{ background:#eceff5; padding:0; width:25px; height:24px;float:right }.calendar-day-np-tiny {padding:0; width:25px; height:24px;}
.calendar-day-head-tiny { background: #6e963e;  font-weight:bold; text-align:center; width:25px; height: 24px; padding:0; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999;float:right; }
.day-number-tiny		{ background: #ebf5e9;  padding:0; color:black; font-weight:bold; float:right; width:25px; height:24px; text-align:center; position: relative}
.day-number-ev-tiny	{ background:#6e963e; padding:0px; color:#fff; font-weight:bold; float:right; width:25px; height: 24px; text-align:center;}

/* shared */
.calendar-day-tiny,.calendar-day-np-tiny { width:25px; height:24px; padding:0; border-bottom:1px solid #999; border-right:1px solid #999;float:right }
/*daynumber2*/
.day-number2-tiny		{ background: #777c79; padding:0; color: #000000; font-weight:bold; float:right; width:25px; height:24px; text-align:center;}

.site {
    width: 100%;
    min-width: 361px;
    min-height: 100%;
    margin: auto;
    height: auto;
    padding-bottom: 37px;
}

.pageFormat {
    width: 90%;
    margin: auto;
    height: auto;
}

.pageFormatDash {
    width: 100%;
    margin: auto;
    min-height: 90%;
    height: 90%;
}

.pageFormatLogin {
    margin: auto;
    width: 100%;
    height: 100%;

}

.clickable{
    display: inline-block;
}

.buttonsuffixe {
    margin: 10px;
    text-align: center;
    padding-top: 50px;
}

.divphoto {
    width: 50%;
    height: 80px;
    float: left;
    position: relative;

}

.divdocs {
    width: 50%;
    float: left;
    padding-top: 23px;
}

.imgphotochauffeur {
    background: url("../ico/icone_image_80x80.png") no-repeat center center;
    font-size: 42px;
    position: absolute;
    display: table;
    font-weight: bold;
    padding-top: 18px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    right: 10px;
}


/*#imgphotochauffeur_livraison {
     background: url("../ico/icone_image_80x80.png") no-repeat center center;
     font-size: 42px;
     position: absolute;
     display: table;
     font-weight: bold;
     padding-top: 18px;
     font-family: Helvetica;
     color: #000000;
     text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
     width: 80px;
     height: 80px;
     box-sizing: border-box;
     right: 10px;
 }

#imgphotochauffeur_ramassage {
    background: url("../ico/icone_image_80x80.png") no-repeat center center;
    font-size: 42px;
    position: absolute;
    display: table;
    font-weight: bold;
    padding-top: 18px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    right: 10px;
}*/

.imgdocscommande{
    background: url("../ico/icone_document_80x80.png") no-repeat center center;
    font-size: 42px;
    position: absolute;
    display: table;
    font-weight: bold;
    padding-top: 18px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    left: 10px;
}



/*#imgdocscommande_ramassage{
    background: url("../ico/icone_document_80x80.png") no-repeat center center;
    font-size: 42px;
    position: absolute;
    display: table;
    font-weight: bold;
    padding-top: 18px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    left: 10px;
}

#imgdocscommande_livraison{
    background: url("../ico/icone_document_80x80.png") no-repeat center center;
    font-size: 42px;
    position: absolute;
    display: table;
    font-weight: bold;
    padding-top: 18px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    left: 10px;
}*/

.fancy_color_docscommande {
    display:none;
    width:550px;
    height:400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}


.fancy_color_docscommande_ramassage {
    display:none;
    width:550px;
    height:400px;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_docscommande_livraison {
    display:none;
    width:550px;
    height:400px;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_datesramliv, .error_date_before, .warning_date_before {
    display:none;
    width:250px;
    height:100px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_color_photochauffeur {
    display:none;
    width:450px;
    height:330px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_photochauffeur_livraison {
    display:none;
    width:450px;
    height:330px;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_photochauffeur_ramassage {
    display:none;
    width:450px;
    height:330px;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_recherche {
    display: none;
    width: 550px;
    height: 450px;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fancy_color_ramassage{
    display:none;
    width:550px;
    height:600px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_livraison{
    display:none;
    width:550px;
    height:600px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_suffixe {
    display:none;
    width:250px;
    height:130px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}
.txt-custom.service-time-outer input {
    width: 85% !important;
}
.txt-custom.service-time-outer .min-text {
    position: absolute;
    right: 77px;
    top: 1px;
}
.txt-custom.service-time-outer {
    position: relative;
}
.formInput.arrive-btwn-text {
    display: flex;
    align-items: center;
}
.formInput.arrive-btwn-text input {
    width: 38% !important;
    max-width: 38%;
}
.mid-text {
    padding: 0 8px 0 14px;
}
.fancy_color_logcommande {
    display:none;
    width:650px;
    height:450px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_nbre_modif {
    display:none;
    width: 350px;
    height: 200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    text-align: center;
}

.fancy_color_address {
    display:none;
    width:500px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_color_redirmessage {
    width: 90%;
    max-width: 400px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    position: absolute;
    top:25%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
}

.fancy_address_small {
    height:200px;
}

.fancy_address_big {
    height:385px;
}

.fancy_thumb{
    display:none;
    width:800px;
    height:450px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_driver{
    display:none;
    width:350px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_email{
    display:none;
    width:350px;
    height: 200px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    overflow-y: scroll;
}

.fancy_color_folder {
    display:none;
    width:650px;
    height:660px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_color_file {
    display:none;
    width:650px;
    height:685px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.fancy_cin {
    display:none;
    width:650px;
    height:685px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
}

.formatLogo {
    position: relative;
    top: 30px;
    margin: auto;
    text-align: center;
    width: 400px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.formatLogo > img{
    max-width: 250px;
}

.userBar {
    width: 100%;
}

.loginBar {
    height: 6px;
}

input, textarea {
    width: 100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    padding: 1px 7px;
    border-radius: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
}

textarea{
    border-radius: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    rezise: none;
}

.all-fields {
    width: 300px;
}

.nouvadresse {
    margin-top: 20px;
    text-align: center;
}

select {
    width: 100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    border-radius: 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.oneCont .formInput input, .oneCont .formInput textarea, .oneCont .formInput select {
    width: 65%;
}

.twoCont .formInput input, .twoCont .formInput textarea, .twoCont .formInput select {
    width: 85%;
}

.threeCont .formLabel2 input, .threeCont .formLabel2 textarea, .threeCont .formLabel2 select {
    width: 95%;
}

.threeCont .formInput2 input, .threeCont .formInput2 textarea, .threeCont .formInput2 select {
    width: 95%;
}

input[type=checkbox] {
    width: 15px !important;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 0;
}

.login_chk {
    margin-top: 0.5px !important;
}

.surcharge {
    width: 15px;
    height: 15px;
    margin-top:0;
    margin-bottom: 1px;
}

.surchargeContainer{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: auto;
    width: 50%;
}

.mainTitleSur{
    text-align: left;
    font-size: 2rem;
}

.surchargeContainer div.surchargeRow{
    display: flex;
    height: 30px;
}

.surchargeContainer div.surchargeRow div.grow-1{
    flex-grow: 1;
}

.surchargeContainer div.surchargeRow div.label{
    text-align: right;
    flex: 1;
}

.surchargeContainer div.surchargeRow div.data{
    min-width: 125px;
    flex: 1;
}

.surchargeContainer div.surchargeRow div.data input{
    width: 50%;
    min-width: 110px;
}

.surchargeContainer div.surchargeRow div.current{
    flex: 1;
    text-align: left;
    color: grey;
    display: flex;
}

.surchargeContainer div.surchargeRow div.current div.current-taux{
    width: 60px;
    min-width: 60px;
}

.surchargeContainer div.surchargeRow div.title-label{
    text-align: right;
    flex: 1;
    font-weight: bold;
}

.surchargeContainer div.surchargeRow div.title-data{
    min-width: 108px;
    flex: 1;
    font-weight: bold;
}

.surchargeContainer div.surchargeRow div.title-current{
    flex: 1;
    text-align: left;
    font-weight: bold;
    display: flex;
}
.surchargeContainer div.surchargeRow div.title-current div.title-current-taux{
    width: 60px;
    min-width: 60px;
}

.small_input {
    width: 80px !important;
}

.medium_input{
    width: 100px; !important;
}

.very_small_input{
    width: 50px;
}


.langDrop{
    width: 90px;
}

.button, .buttonLong {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    border: 1px solid black;
    /*font-weight: bold;*/
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100px;
    height: 28px;
}

.large_button {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    border: 1px solid black;
    /*font-weight: bold;*/
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 120px;
    height: 28px;
}

.buttonLong {
    width: 150px;
}

.buttonLogin {
    display:inline-block;
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 16px;
    /*font-weight: bold;*/
    /* line-height: 20px;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /*background-repeat: repeat-x;*/
    border-radius: 6px;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
}

.buttonWarning {
    display: inline-block;
    position: absolute;
    margin-left: 27px;
    margin-top: 7px;
}

a.button {
    cursor:pointer;
}

a.buttonLogin {
    padding-bottom:6px;
    cursor:pointer;
}

.move_btn {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 35px;
    height: 21px;
}

.security_type {
    font-size: 11px;
    font-weight: bold;
    margin: 3px 15px;
}

.sec_cont {
    width: 270px;
    text-align: center;
    float: left;
}

.sec_buttons {
    width: 50px;
    text-align: center;
    float: left;
}

.sec_select {
    width: 90%;
    height: 100px;
}

.dynamic_list {
    list-style-type: none;
}

.dynamic_list li {
    float: left;
    width: 25%;
    margin-bottom: 5px;
}

.pointer {
    cursor:pointer;
}

.listTitle {
    text-align: center;
}

.tableTitle td, .listTitle td {
    font-weight: bold;
}

.listInput{
    border-radius: 12px;
    width: 100%;
    max-width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.raisonattenteshow{
    width: 200px;
}

.mainTable {
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    border-collapse:collapse;
    margin: auto;
    width: 100%;
    margin-bottom: 2px;
    /* overflow-x: auto;
    display: block; */
}

.tableTotal{
    border-top: 1px #414141 solid;
    font-family: Tahoma;
    font-weight: 500;
}

.tableTotal td{
    padding-top: 3px;
}

.vol {
    padding-left: 7px !important;
}

.searchRow td{
    background-color: #FFFFFF;
    padding-bottom: 5px !important;
}

.borderRow{
    border-bottom: 2px solid #414141;
}

.borderRow td{
    height: 0;
    padding: 0 !important;
}

.containerRow{
    display: flex;
    flex-wrap: wrap;
}

.containerFacturation1 {
    float: left;
    width: 42%;
}

.containerFacturation2 {
    float: left;
    width: 16%;
}

.containerFacturation3 {
    float: left;
    width: 42%;
}


.oneCont{
    width: 100%;
}
.oneGraph{
    width: 100%;
}
.twoCont{
    width: 49%;
}
.twoGraph{
    width: 48%;
}


.threeCont{
    width: 32%;
}

.threeCont input{
    width:87%;
}

.containerTitle{
    font-family:Verdana;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.containerForm{
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.containerFormSingle{
    padding: 7px;
}

.containerEdit{
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
}

.containerEditSingle{
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
}

.containerEditTest{
    overflow: hidden;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
}

.plaintext{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 30%;
    margin-bottom: 10px;
}

.containerEdit:first-child{
    margin-left: 0;
}

.containerEdit:last-child{
    margin-right: 0;
}

.containerEditTest:first-child{
    margin-left: 0;
}

.containerEditTest:last-child{
    margin-right: 0;
}
.abutton  {
    text-decoration: none;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 2px 5px #414141;
}

.mainBox {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
    box-sizing: border-box;
    font-size: 11px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.mainBoxMap {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
    box-sizing: border-box;
    font-size: 11px;
    padding: 0 3px;
    position: relative;
}

.mainEdit {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: auto;
    box-sizing: border-box;
    font-size: 11px;
    /*margin-bottom: 60px;*/
}

.mainTitle {
    padding: 3px;
    font-weight: bold;
    text-align: center;
}

.formBox {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.formLabelAlert {
    width: 80%;
    float: left;
    text-align: left;
    padding-right: 5px;
    padding-top: 7px;
    margin: 35px;
    box-sizing: border-box;
    font-size: 85%;
    font-weight:bold;

}
.redHighlight{
/*    color: #FF0000!important;*/
}
.formLabelAlert2 {
    float: left;
    text-align: left;
    padding-right: 5px;
    padding-top: 7px;
    margin-top: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    font-size: 85%;
    font-weight:bold;

}

.formLabelAlert3 {
    float: left;
    text-align: left;
    margin: 20px 35px 0px 45px;
    font-size: 85%;
    font-weight:bold;

}

.spanLabelAlert2{
    display: block;
    box-sizing: border-box;
    float: right;
    width: 70%;
    padding-left: 30px;
    padding-top: 20px;
}

.formLabelFacebox {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    font-size: 13px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputFacebox {
    position: relative;
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabelFaceboxChauffeur {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    font-size: 13px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputFaceboxChauffeur{
    position: relative;
    width: 65%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabel {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.callModify{

    width: 80%;
    margin: 75px auto;
    text-align: center;
    box-sizing: border-box;
    font-size: 85%;
    font-weight:bold;
}

.formLabel_fact {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.prixfix_fact{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 25px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.prixfix_comment_fact{
    width: 85%;
    float: right;
    resize: none;
    min-height: 100px;
}

.formLabel_40 {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabel_50 {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabelChauffeur{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputChauffeur{
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabelch {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabelST {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formLabelAssign {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
}

.formLabel2 {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInput {
    position: relative;
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInput_fact {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInput_50 {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInput_fact_total {
    text-align: right;
    position: relative;
    width: 30%;
    float: left;
    max-width: 100px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInput_fact_num {
    text-align: right;
    position: relative;
    width: 45%;
    float: left;
    max-width: 100px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formText {
    position: relative;
    width: 50%;
    float: left;
    max-width: 250px;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputAdress {
    overflow: inherit;
    width: 100%;
    max-width: 100%;
}

.formInputch {
    position: relative;
    width: 50%;
    float: left;
    max-width: 250px;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputST {
    position: relative;
    width: 65%;
    float: left;
    max-width: 250px;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formInputAssign {
    position: relative;
    width: 50%;
    float: left;
    max-width: 250px;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.formInput2 {
    position: relative;
    width: 47%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formDelete {
    position: relative;
    width: 20px;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.formSingle {
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.textArea{
    margin: auto;
    box-sizing: border-box;
}

.formArea{
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formCheck {
    width: 25%;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.searchLabel {
    width: 150px;
    float: left;
    padding-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 25px;
    padding-top: 3px;
}

.searchInput {
    float: left;
    width: 200px;
    padding-left: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 25px;
}

.AdrSearchLabel {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.AdrSearchLabel_error {
    text-align: center;
    margin: 10px 0;
    color: red;
}

.AdrSearchField {
    width: 100%;
}

.AdrSearchBtn {
    text-align: center;
}

.loginBox {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    padding: 25px;
    box-sizing: border-box;
    font-size: 13px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 150px;
}

#pswd_info {

    margin: 0 auto;
    padding: 15px;
    width:250px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index: 10;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info,li{
    list-style-type: none;
}

.invalid {
    background:url(../ico/ic_inactive.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}

.valid {
    background:url(../ico/ic_active.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#tableDocsUpload td, #tablePackingUpload td{
    word-break: break-word;
}

#pswd_info {
    display:none;
}

.ResetBox {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width: 300px;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    font-size: 13px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 100px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #545454;
    box-shadow: 0 0 10px #545454;

}

.passwordReset {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width: 400px;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 13px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow:3px 3px 3px #969595;
    position: fixed;
    border-radius: 5px;
}

.passwordResetButtonBar{
    text-align: center;
    padding-top: 15px;
}

.passwordresetLabel {
    width: 25%;
    float: left;
    text-align: left;
    padding-right: 5px;
    padding-top:15px;
    margin-bottom: 5px;
}

.passwordresetInput {
    position: relative;
    width: 70%;
    float: left;
    max-width: 250px;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.loginBox1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background: url("../images/Square-log-on-with-person-v9-.png") no-repeat center;
    height: 400px;
    font-size: 13px;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 20px;
    margin-top: 10px;
    /*width: 400px;
   /* padding: 10px;*/
}

.loginBox2 {
    font-size: 13px;
}

.inputSmall {
    font-size: 10px;
}

.buttonBas {
    padding-top: 25%;
    margin-left: 0%;
}

.loginLabel {
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.connexion {
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: -30px;
}

.loginInput {
    /*width: 200px;
    float: left;*/
    position: relative;
    text-align: left;
    margin-bottom: 7px;
    box-sizing: border-box;
}

.userid {
    width: 98%;
    height: 27px;
    padding-left: 34px;
}

.imagelogin {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 10px;

}

.showHidePassword {
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 10px;
}

.userid::-ms-clear {
    display: none;
}

.userpassword {
    height: 27px;
    width: 98%;
    padding:0 34px;
}

.userpassword::-ms-reveal {
    display: none;
}

.iconModele {
    border-color : #000;
    border-style : solid;
    box-sizing: border-box;
}

.selectFix {
    width: 180px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.checkboxText {
    position:absolute;
    margin-top: 5px;
}

.textcheckbox {
    padding-left: 8px;
    position: absolute;
}

.subContent {
    padding: 10px;
}

.subTitle {
    padding: 3px;
    font-weight: bold;
    text-align: center;
}

.mainTitle td, th {
    padding: 3px;
}

.mainTable td {
    padding: 3px;
    font-size: 12px;
}

.prodList td {
    padding-top: 0 !important;
}

.firstColumn {
    text-align: left !important;
}

.tableHeader td {
    font-weight: bold;
    font-family: Verdana;
    color: #343334;
    font-size: 15px;
    padding-bottom: 0 !important;
}

.tableFact {
    font-weight: bold;
    font-family: Verdana;
    color: #343334;
    font-size: 12px;
    padding-bottom: 0 !important;
}

.tableRowFact {
    font-size: 12px;
}

.large {
    width: 250px;
}

.xlarge {
    width: 360px;
}

.tall {
    height: 100px;
}

.show_mobile {
    display: none;
}

.centerColumn{
    text-align: center;
}

.counterList{
    text-align: left;
}

.pagingList{
    text-align: right;
}

#topBanner {
    height:139px;
    text-align: center;
}

.logoTitle {
    width: 330px;
    height: 57px;
    float: left;
}

.logo {
    float: left;
    padding: 2px;
    height: 53px;
}

.bannerTitle {
    float:left;
    font-size:32px;
    height: 57px;
    width: 250px;
    padding-left: 20px;
}

#companyName {
    font-size: 24px;
    text-align:right;
    height: 57px;
}

#footer {
    padding:5px;
    height:27px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 470px;
    box-sizing: border-box;
    z-index: 2000;
}

#footleft {
    float:left;
    width:25%;
}

#footcenter {
    float:left;
    width: 50%;
    text-align: center;
}

#footright {
    float:left;
    width:25%;
    text-align: right;
}

img a {
    text-decoration: none;
}

.messageBox {
    box-sizing: border-box;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.clear {
    clear: both;
}

.lang_bt {
    height: 20px;
    width: 65px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 3px;
    border-radius: 6px 6px 0 0;
    position: relative;
    font-size: 15px;
}

.lang_bt_on {
    height: 20px;
    width: 65px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 3px;
    border-radius: 6px 6px 0 0;
    position: relative;
    font-size: 15px;
}

.btn_name {
    border-width: 2px !important;
    float: right;
    width: fit-content !important;;
    padding-left: 12px;
    padding-right: 15px;
    pointer-events: none;
    background: white !important;;
    color: black !important;;
    font-size: 15px;
    position: absolute;
    height: 19px;
    right: 5%;
}

#disp_button {
    width: 85px;
}

#acc_button {
    width: 85px;
}

.tab_bt {
    height: 20px;
    width: 65px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 3px;
    border-radius: 6px 6px 0 0;
    position: relative;
    font-size: 15px;
}

.tab_bt_on {
    height: 20px;
    width: 65px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 3px;
    border-radius: 6px 6px 0 0;
    position: relative;
    font-size: 15px;
}

.day_delete {
    position: absolute;
    right: 5px;
    border: none;
}

.dash_cube {
    width: 130px;
    height: 130px;
    margin: 15px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #2a2a2a;
    border-radius: 27px;
    text-align: center;
    box-shadow: 2px 2px 2px #a7a7a7;
}

.dash_cube:hover{
    box-shadow: 3px 3px 3px #9a9a9a;
}

.doc_tile {
    width: 130px;
    height: 130px;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #2a2a2a;
    border-radius: 27px;
    text-align: center;
    box-shadow: 2px 2px 2px #a7a7a7;
    list-style-type: none;
}

.doc_tile:hover{
    box-shadow: 3px 3px 3px #9a9a9a;
}

.doc_gear {
    position: absolute;
    top: 6px;
    left: 6px;
}

.doc_link {
    display: block;
    width: 122px;
    height: 122px;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
}

a.doc_link:link {
    color: #000000;
}

a.doc_link:visited {
    color: #000000;
}

a.doc_link:hover {
    color: #000000;
}

a.doc_link:active {
    color: #000000;
}

.doc_containerTitle{
    font-family:Verdana;
    font-weight: bold;
    font-size: 13px;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.doc_input {
    font-size: 11px;
}

#client_dash_container{
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.dash_client{
    width: 207px;
    height: 105px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #2a2a2a;
    border-radius: 12px;
    text-align: left;
    box-shadow: 2px 2px 2px #919191;
}

.number_client{
    font-size: 30px;
    font-weight: 700;
    float: left;
    margin-bottom: 40px;
}

.commande_client{
    width: 105px;
    height: 105px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #666666;
    border-radius: 12px;
    text-align: center;
    box-shadow: 2px 2px 2px #919191;
}

.all_client{
    width: 207px;
    height: 105px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #ffffff;
    border-radius: 12px;
    text-align: left;
    box-shadow: 2px 2px 2px #919191;
}

.tile_left{
    margin-right: 10px;
}

.tile_right{
    margin-left: 10px;
}

.tile_center{
    margin-left: 10px;
    margin-right: 10px;
}

.separator{
    margin-bottom: 20px;
}

.descr_client{
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    top: 67%;
}

.comm_img{
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 23px;
    margin-top: 8px;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 9px;  /* remove scrollbar space */
    height: 9px;
}

.road_container::-webkit-scrollbar {
    width: 0;  /* remove scrollbar space */
    height: 9px;
}

.wait_container::-webkit-scrollbar {
    width: 0;  /* remove scrollbar space */
    height: 9px;
}

.road_group::-webkit-scrollbar {
    width: 0;  /* remove scrollbar space */
    height: 0;
}

.prep_group::-webkit-scrollbar {
    width: 0;  /* remove scrollbar space */
    height: 0;
}

.prep_group_container::-webkit-scrollbar {
    width: 0;  /* remove scrollbar space */
    height: 0;
}

::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgb(116, 116, 116);
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(221, 221, 221);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.82);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(to left, #22ADD4, #1E98BA);
}

.client_img{
    margin-left: 66%;
    margin-top: 2px;

}

.descr_comm{
    font-size: 14px;
    font-weight: bold;
}

.dash_desc {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.dash_desc_event {
    position: absolute;
    top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.dash_num {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 28px;
}

.dash_year {
    position: absolute;
    top: 70px;
    right: 25px;
    font-size: 14px;
}

.dash_events {
    position: absolute;
    top: 74px;
    left: 10px;
}

.dash_long {
    font-size: 23px;
}

.dash_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.dash_large {
    width: 316px;
}

.dash_tall {
    height: 316px;
}

.eventList {
    width: 95%;
    margin: 20px 5px 5px 5px;
}

.buttonBar {
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.buttonList {
    margin-left: 13px;
    margin-right: 13px;
}

.long_btn {
    width: auto;
    min-width: 100px;
}

.site .buttonBar {
    width: 90%;
    margin-top: 0;
}

.site .pageFormat .buttonBar {
    width: 100%;
    margin-top: 10px;
}

.buttons {
    float: left;
    width: 75%;
    padding: 6px 0;
}

.messages {
    float: left;
    width: 25%;
    text-align: right;
    padding: 6px 0;
}

.login_buttons {
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.configText {
    font-family: monospace;
}

.disclaimer {
    font-size: 8px;
    text-align: center;
    border: 1px solid #c6ccd5;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 258px;
    margin: auto;
    /*height: 86px;*/
}

.mobile_input {
    height: 35px;
}

.full {
    width: 97%;
}

.ico {
    padding-right: 8px;
}

.scroll{
    overflow-y: scroll;
    overflow-x: hidden;
    height:230px;
    width:300px
}

.scroll::-webkit-scrollbar{
    width: 7px;
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #909eff;
    border-radius: 5px;
}

.scrolling::-webkit-scrollbar-track{
    background-color: #434343;
    border-radius: 5px;
}

.scrollen::-webkit-scrollbar-track{
    background-color: transparent;
}

.mainBox_event {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    width: 65%;
    box-sizing: border-box;
    font-size: 13px;
}

.dash_client:hover{
    cursor: pointer;
}

.all_client:hover{
    cursor: pointer;
}






/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////  DASHBOARD CLASSES  //////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
.main_container{
    height: 850px;
    padding-top: 5px;
    margin: auto;
    visibility: hidden;
}

.section{
    margin: auto;
    margin-bottom: 5px;
    width: 99%;
    border: 1px solid #2a2a2a;
    box-shadow: 0 1px 5px #2a2a2a;
    box-sizing: border-box;
    background-color: #bcbcce;
    padding: 3px;
}

.section_bill{
    margin: auto;
    margin-bottom: 5px;
    width: 99%;
}

.section_st{
    background-color: #bcbcce;
    border: 1px solid #2a2a2a;
    padding: 5px 0;
    /*    margin: auto;
        margin-bottom: 5px;
        width: 99%;
        box-sizing: border-box;
        padding: 10px;*/
}

.road_container{
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.road_container_rz{
    height: 30%;
    padding-bottom: 10px;
}

.prep_container{
    height: 70%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.wait_container{
    overflow-x: scroll;
    overflow-y: scroll;
    white-space: nowrap;
}

.buttondash{
    width: 100px;
    top: 150px;
    right: 10px;
    position: fixed;
}

.bill{
    width: fit-content;
    margin: 6px;
}

.optiondash{
    height: 100px;
    width: 100px;
    border: 1px solid #2a2a2a;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: white;
    border-radius: 22px;
}

.optiondashsoustr{
    width: 50px;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
}

.dateshower{
    text-align: center;
    padding-top: 1px;
    font-size: 28px;
}
.buttons-outer {
    display: flex;
    margin-top: 3px; 
}
.buttons-right-top {
    display: flex;
    align-items: center;
}
.buttondashboard{
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 7px;
    margin-top: 1px;
    font-size: 10px;
    float: left;
    border: 1px solid black;
    /*font-weight: bold;*/
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 60px;
    height: 20px;
}

.buttondashboardorder{
    display:inline-block;
    /*margin-right: 5px;
    margin-bottom: 2px;
    font-size: 10px;*/
    float: left;
    /*border: 1px solid black;
    font-weight: bold;*/
    /*line-height: 4px;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    /*border-radius: 16px;*/
    box-sizing: border-box;
    width: 100%;
}

.fullwidth{
    width: 100% !important;
}

.route_button{
    margin-top: 1px;
    margin-right: 15px;
    float: right;
}

.placeholder{
    background-color: #e9eced;
    height: 150px;
    width: 300px;
}

.prep_group_container{
    border: 1px solid #2a2a2a;
    box-shadow: 0 3px 5px #2a2a2a;
    width: 330px;
    min-height: 230px;
    display: inline-block;
    overflow: auto;
    margin-left: 10px;
    margin-right: 10px;
    align-content: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    vertical-align: top;
    margin-bottom: 15px;
}

.prep_group{
    min-height: 180px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 8px;
}

.prep_bill{
    border: 1px solid goldenrod;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #d6cf98;
}

.road_groupst{
    width: 300px;
    height: 175px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 45px;
    border: 1px solid #2a2a2a;
    box-shadow: 0 3px 5px #2a2a2a;
    border-radius: 8px;
    background-color: white;
}

.road_bill{
    border: 1px solid #9424da;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #c0add6;
}

.wait_bill{
    display: inline-flex;
    overflow: auto;
    height: fit-content;
}

.newOrder{
    border: 3px solid deeppink;
    width: 800px;
    height: 400px;
    background-color: #d6b7cb;
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
}

.newDisplay{

}

.newHide{
    display: none;
}

.waitingOrder{
    border: 3px solid deeppink;
    width: 800px;
    height: 400px;
    background-color: #d6b7cb;
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
}

.waitingDisplay{

}

.waitingHide{
    display: none;
}

.dashHide{
    display: none;
}

.newArrow{
    border: 2px solid black;
    border-radius: 11px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    float: left;
    margin: 3px;
    margin-top: 100px;
}


.showOnOptionR{

    width: 50px;
    margin-left: 15px;
    background-color: #707070;
    border: 1px solid #707070;
    box-shadow: 2px 2px 5px #414141;
    border-radius: 16px;
    vertical-align: bottom;

}

.onlyOptionR{
    margin-top: 9px;
}

.arrowST{
    border-radius: 11px;
    box-sizing: border-box;
    width: 10%;
    height: 60px;
    float: left;
    margin: auto auto;
}

#stNext{
    padding-left: 5px;
}

.road_container_st{
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
}

.zoom_-3_bill_table{
    border-radius: 10px;
    width: 200px;
    font-size: 6px;
    min-height: 80px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.zoom_-3_bill_table td, .zoom_-3_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: normal;
}

.zoom_-3_bill_table th{
    border-top: none;
}
.zoom_-3_bill_table td:first-child, .zoom_-3_bill_table th:first-child {
    border-left: none;
}

.zoom_-3_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.zoom_-3_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.zoom_-3_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.zoom_-3_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.zoom_-3_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.small_bill_table{
    border-radius: 10px;
    width: 225px;
    font-size: 7px;
    min-height: 100px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.small_bill_table td, .small_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: normal;
}

.small_bill_table th{
    border-top: none;
}
.small_bill_table td:first-child, .small_bill_table th:first-child {
    border-left: none;
}

.small_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.small_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.small_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.small_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.small_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.zoom_-1_bill_table{
    border-radius: 10px;
    width: 260px;
    font-size: 8px;
    min-height: 100px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.zoom_-1_bill_table td, .zoom_-1_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: normal;
}

.zoom_-1_bill_table th{
    border-top: none;
}
.zoom_-1_bill_table td:first-child, .zoom_-1_bill_table th:first-child {
    border-left: none;
}

.zoom_-1_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.zoom_-1_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.zoom_-1_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.zoom_-1_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.zoom_-1_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.medium_bill_table{
    border-radius: 10px;
    width: 300px;
    font-size: 9px;
    min-height: 100px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.medium_bill_table td, .medium_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: pre-line;
    max-width: 75px;
}

.medium_bill_table th{
    border-top: none;
}
.medium_bill_table td:first-child, .medium_bill_table th:first-child {
    border-left: none;
}

.medium_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.medium_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.medium_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.medium_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.medium_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}



.large_bill_table{
    border-radius: 10px;
    width: 400px;
    font-size: 10px;
    min-height: 180px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.large_bill_table td, .large_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: pre-line;
    max-width: 75px;
}

.large_bill_table th{
    border-top: none;
}
.large_bill_table td:first-child, .large_bill_table th:first-child {
    border-left: none;
}

.large_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.large_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.large_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.large_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.large_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.xlarge_bill_table{
    border-radius: 10px;
    width: 500px;
    font-size: 12px;
    min-height: 200px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.xlarge_bill_table td, .xlarge_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
    white-space: pre-line;
    max-width: 75px;
    overflow-y: auto;
}

.xlarge_bill_table th{
    border-top: none;
}
.xlarge_bill_table td:first-child, .xlarge_bill_table th:first-child {
    border-left: none;
}

.xlarge_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.xlarge_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.xlarge_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.xlarge_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.xlarge_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.responsive_bill_table{
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
    min-height: 200px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: separate; !important;
}

.responsive_bill_table td, .responsive_bill_table th{
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.responsive_bill_table th{
    border-top: none;
}
.responsive_bill_table td:first-child, .responsive_bill_table th:first-child {
    border-left: none;
}

.responsive_bill_table th:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.responsive_bill_table th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.responsive_bill_table th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.responsive_bill_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
.responsive_bill_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
}

.bill_create_date {
    text-align: left;
    margin-right: 15px;
}

.bill_create_time {
    text-align: right;
}

.infobill{
    background-color: #cedfef;
}

.infobill td:first-child{
    text-align: center;
}

.infobill2{
    background-color: #d4d4d4;
}

.add_group_title{
    margin: auto;
    width: 90%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}

.add_road_title{
    margin: auto;
    width: 90%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}

.add_group_form{
    margin: auto;
    width: 90%;
    align-content: center;
}

.hidetable td{
    display: none;
}

.groupname{
    width: fit-content;
    float: left;
    position: relative;
    text-align: left;
    padding-top: 5px;
    margin-left: 5px;
}

.routename{
    width: fit-content;
    float: left;
    position: relative;
    text-align: left;
    padding-top: 7px;
    margin-left: 5px;
    font-size: 11px;
    margin-right: 10px;
}

.button_to_sort{
    position: relative;
    text-align: center;
}

.prep_header{
    border-bottom: 1px dotted #2a2a2a;
}

.button_sorting{
    width: 50%;
    float: left;
    position: relative;
    text-align: right;
}

.fassign_info{
    width: 99%;
    height: 96%;
    margin: 0 auto;
    margin-top: 23px;
}




.fassign_input_container{
    float: right;
    width: 30%;
}

.inputContainerST{
    border: 1px solid #2a2a2a;
}

.arretContainerST{
    float: left;
    width: 50%;
    overflow-y: scroll;
    height: 500px;
    border: 1px solid #2A2A2A;
    box-sizing: border-box;
    margin: 5px 0;
}

.routeContainerST{
    margin-top: 1%;
}

.billContainerST{
    float: left;
    width: 50%;
    overflow-y: scroll;
    height: 500px;
    border: 1px solid #2A2A2A;
    box-sizing: border-box;
    margin: 5px 0;
}

.assignContainerST{
    width: 50%;
    float: left;
}

.commContainerST{
    width: 50%;
    float: left;
}

.assignBtnST{

}

.saveBtnST{

}

.btnContainerST{
    width: fit-content;
    margin: auto;
}

.btnBarST{
    border: 1px solid #2a2a2a;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fc4444;
    margin-top: 5px;
    margin-bottom: 5px;
}

.buttonST{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 16px;
    box-sizing: border-box;
    height: 30px;
    width: 160px;

    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
    box-shadow: 2px 2px 5px #414141;
}

.infoContainerST{
    width: 99%;
    margin: 23px auto 0 auto;
}

.assignBillST{
    margin: 10px auto;
    text-align: center;
    width: fit-content;
    padding: 0 10px;
    max-width: 600px;
}

.assignArretST{
    width: fit-content;
    margin: 10px auto;
}

.tableRouteST{
    width: 300px;
    font-size: 9px;
    border-collapse: collapse;
    box-sizing: border-box;
}

.tableRouteST td{
    border: 1px solid black;
    text-align: center;
    box-sizing: border-box;
}

.tableRouteST > tbody > tr:first-child > td{
    border: 1px solid black;
    border-bottom: 0;
    text-align: center;
    box-sizing: border-box;
}

.tableRouteST td {
    height: 60px;
}

.btnSeparatorST{
    display: none;
}

@media screen and (max-width: 975px){
    .tableRouteST{
        width: 225px;
    }
}

@media screen and (max-width: 650px){
    .billContainerST{
        width: 100%;
    }

    .arretContainerST{
        width: 100%;
    }

    .tableRouteST{
        width: 350px;
    }
}

@media screen and (max-width: 550px){
    .tableRouteST{
        width: 250px;
    }
}

@media screen and (max-width: 450px){
    .fancy_assign_st{
        width: 75%;
    }

    .btnSeparatorST{
        display: block;
    }

    .tableRouteST{
        width: 200px;
    }

}





.fassign_display_container{
    float: right;
    width: 40%;
    height: 659px;
}

.fassign_display2_container{
    float: right;
    width: 30%;
    height: 659px;
}

.fassign_display_containersoustr{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.fassign_chauffeur{
    border: 1px solid #2a2a2a;
    height: 250px;
    margin: 0 auto;
    width: 98%;
    margin-top: 2px;
    padding-top: 56px;
    box-sizing: border-box;
    position: relative;
}

.fassign_comm{
    position: relative;
    border: 1px solid #2a2a2a;
    height: 275px;
    margin: 0 auto;
    margin-top: 2px;
    width: 98%;
    box-sizing: border-box;
    padding-top: 63px;
}

#fassign_comm{
    height: 70px;
}

.fassign_buttonbar{
    border: 1px solid #2a2a2a;
    width: 98%;
    height: 134px;
    margin: 0 auto;
    margin-top: 2px;
    padding-top: 10px;
    margin-bottom: 2px;
    box-sizing: border-box;
    background-color: #fc4444;
}

.fassign_bill_container{
    border: 1px solid #2a2a2a;
    height: 662px;
    width: 98%;
    margin: 0 auto;
    margin-top: 2px;
    overflow-y: scroll;
}

.fassign_arret_container{
    border: 1px solid #2a2a2a;
    margin: 2px auto;
    height: 662px;
    width: 98%;
    overflow-y: scroll;
}

.fassign_bill{
    margin: 10px auto;
    text-align: center;
    width: 400px;
}

.fassign_button{
    display: list-item;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 160px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
}

.fassign_title{
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: 700;
}


.fassign_tableroute{
    width: 300px;
    font-size: 9px;
    border-collapse: collapse;
    box-sizing: border-box;
}

.fassign_tableroute td{
    border: 1px solid black;
    text-align: center;
    box-sizing: border-box;
}

.fassign_tableroute > tbody > tr:first-child > td{
    border: 1px solid black;
    border-bottom: 0;
    text-align: center;
    box-sizing: border-box;
}

.fassign_tableroute td{
    height: 60px;
}

.fassign_arret{
    width: 300px;
    margin: 10px auto;
}

.forder_bill{
    float: left;
    margin-top: 20px;
}

.forder_buttonbar{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.forder_button{
    display: list-item;
    margin: 0 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 95px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
    float: left;
}

.forder_info{
    margin: auto;
    margin-top: 20px;
    display: table;
}

.fwaiting_bill{
    float: left;
    margin-top: 20px;
}

.fwaiting_buttonbar{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fwaiting_button{
    display: list-item;
    margin: 0 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 95px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
    float: left;
}

.fwaiting_info{
    margin: auto;
    margin-top: 20px;
    display: table;
}


.fholding_bill{
    float: left;
    margin-top: 20px;
}

.fholding_buttonbar{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;

}

.fholding_datebar{
    margin-top: 10px;
}

.fholding_button{
    display: list-item;
    margin: 0 12px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 95px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
    float: left;
}

.fholding_info{
    margin: auto;
    margin-top: 20px;
    display: table;
}

.holdingHide{
    display: none;
}
.holdingOrder{
    border: 3px solid deeppink;
    width: 800px;
    height: 400px;
    background-color: #d6b7cb;
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
}

.ftodo_bill{
    float: left;
    margin-top: 20px;
}

.ftodo_buttonbar{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ftodo_button{
    display: list-item;
    margin: 0 12px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 95px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
    float: left;
}

.ftodo_info{
    margin: auto;
    margin-top: 20px;
    display: table;
}

.todoDisplay{

}

.todoHide{
    display: none;
}
.todoOrder{
    border: 3px solid deeppink;
    width: 800px;
    height: 400px;
    background-color: #d6b7cb;
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
}



.fmod_bill{
    margin-right: 5px;
    float: left;
    margin-top: 20px;
}

.fmod_bill_2{
    float: left;
    margin-top: 20px;
    margin-left: 5px;
}

.fmod_buttonbar{
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fmod_button{
    display: list-item;
    margin: 0 12px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    width: 95px;
    height: 25px;
    color: #fff;
    background-color: #707070;
    border:1px solid #707070;
    box-shadow: 2px 3px 5px #2a2a2a;
    float: left;
}

.fmod_info{
    margin: auto;
    margin-top: 40px;
    display: table;
}

#modPrevOrder{
    margin-left: 30px;
}

.modDisplay{
    float: left;
}

.modHide{
    display: none;
}
.modOrder{
    border: 3px solid deeppink;
    width: 800px;
    height: 400px;
    background-color: #d6b7cb;
    display: none;
    position: fixed;
    top: 100px;
    left: 200px;
}



a.buttonCommande:link {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 85px;
    height: 28px;
    margin: 3px;
}

a.buttonCommande:visited {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 85px;
    height: 28px;
    margin: 3px;
}

a.buttonCommande:hover {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 85px;
    height: 28px;
    margin: 3px;
}

a.buttonCommande:active {
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-radius: 16px;
    box-sizing: border-box;
    width: 85px;
    height: 28px;
    margin: 3px;
}


.labelGeo{
    margin: 8px 2px;
}

.inputGeo{
    float: left;
    width:0px;
    margin-left: 5px;
    display: none;
}

.geoToolbar{
    border: 1px solid black;
    padding: 3px;
    margin: 5px 0;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 7px;
    background-color: rgba(255, 255, 255, 0.85);
}

.geoToolbar2{
    border: 1px solid black;
    padding: 3px;
    margin: 5px 0;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 192px;
    background-color: rgba(255, 255, 255, 0.85);
}

.labelGeo2{
    margin: 3px 2px;
}

.fancy_thumb::-webkit-scrollbar{
    display: none;
}

.spacer{
    height: 20px;
    display: block;
}

.photocontainer > embed{transition: all 0.5s ease;}


.fancy_thumb{transition: all 0.5s ease;}

.inputGeoToolbar{
    display: none;
    padding: 3px;
    border-radius: 10px;
    margin: 5px 0;
    position: absolute;
    z-index: 1;
    right: 56px;
    width: 1px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
}

.inputGeoToolbar input, .inputGeoToolbar select{
    width: 170px;
}

.inputGeoCity{
    top: 20px;
}

.inputGeoTruck{
    top: 60px;
}

.inputGeoTrip{
    top: 100px;
}

.submitForm{
    margin-left: 5px;
    border-radius: 10px;
    color: white;
    background-color: #2a2a2a;
    border: none;
    cursor: pointer;
}

#modOrder{
    background: url("../ico/Tableau_modif_95x95.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

#todoOrder{
    background: url("../ico/Tableau_traiter_95x95.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

#holdingOrder{
    background: url("../ico/Tableau_transit_95x95.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

#waitingOrder{
    background: url("../ico/Tableau_attente_95x95.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

#newOrder{
    background: url("../ico/Tableau_reception_95x95.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

#refreshSearch{
    background: url("../ico/refresh_35x35.png") no-repeat center center;
    background-color: #ffffff;
    background-size: 95px 95px;
}

.countbox{
    font-size: 72px;
    margin: 0 auto;
    display: table;
    font-weight: bold;
    padding-top: 8px;
    font-family: Helvetica;
    color: #000000;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 2px white;
}

.order_button{
    /*font-size: 6px;*/
}

.dashboardcontainer{
    width: 100%;
}

.dispatchcontainer{
    width: calc(100% - 103px);
    float: left;
}

.buttoncontainer{
    width: 45px;
    float: left;
}

.optiondashimage{
    height: 95px;
    width: 95px;
}

.clearClientThree{
    display: none;
}

.clearClientNew{
    display: none;
}

.clearClientTwo{
    display: none;
}

.geotab{
    position: fixed;
    bottom: 34px;
    right: 10px;
    width: 130px;
    height: 36px;
}

.scrollbill{
    border: 2px solid red;
}

.thumbnailPhoto{
    margin: auto;
    min-width: 130px;
    max-width: 130px;
    height: 60px;
    border: 2px solid #2a2a2a;
    border-radius: 10px;
    padding: 5px 10px 0 10px;
    position: relative;
    background-color: #e4e4e4;
}

.thumbnailPlaque{
    margin: auto;
    min-width: 130px;
    max-width: 130px;
    height: 60px;
    border: 2px solid #2a2a2a;
    border-radius: 10px;
    padding: 5px 10px 0 10px;
    position: relative;
    background-color: #e4e4e4;
}

.thumbnailDelete{
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../ico/ico_close.png") no-repeat center center
}

.thumbnailContainer{
    width: 100%;
    min-height: 20px;
    float: left;
    padding-top: 20px;
    margin: auto;
    margin-top: 26px;
}

.thumbnailContainer2{
    width: 100%;
    min-height: 20px;
    float: left;
    padding-top: 20px;
    margin: auto;
    margin-top: 26px;
}

.chauffeur_doc{
    color: black;
    border-radius: 10px;
    border: 2px solid #2a2a2a;
    border-spacing: 0;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

.chauffeur_doc td {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    max-width: 125px;
    word-break: break-all;
}

.chauffeur_doc tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.chauffeur_doc tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

.chauffeur_doc tr:first-child td:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chauffeur_doc_st{
    color: black;
    border-radius: 10px;
    border: 2px solid #2a2a2a;
    border-spacing: 0;
    width: 400px;
    margin: auto;

}

.chauffeur_doc_st td {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.chauffeur_doc_st tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.chauffeur_doc_st tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

.chauffeur_doc_st tr:first-child td:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}




.doc_color{
    background-color: #e4e4e4;
}

.not_approved {
    color: red;
}

.not_approved a:link {
    color: red;
}

.not_approved a:visited {
    color: red;
}

.not_approved a:hover {
    color: red;
}

.not_approved a:active {
    color: red;
}


.fancy_address_manager{
    z-index: 1000;
    height: 500px;
    width: 700px;
    position: absolute;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    display: none;
}

#opacity_address_manager{
    position: fixed;
}

.address_manager_list_container{
    margin-top: 35px;
    height: 450px;
    overflow-y: scroll;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

.address_manager_list_container::-webkit-scrollbar {
    width: 6px;  /* remove scrollbar space */
    height: 9px;
}

.address_manager_list_container::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgba(116, 116, 116, 0);
    border: none;
}

.address_manager_list_container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #aeaeae;
}

.address_manager_list_container::-webkit-scrollbar-thumb:hover {
    background: #d6d6d6;
}

.address_manager_table{
    width: 100%;
    margin: auto;
    border-spacing: 0;
}

.address_manager_table tr{
    height: 60px;
}

.address_manager_table tr:nth-child(even) {
    background-color: #b4b4b4;
}

.address_manager_table td:first-child{
    padding-left: 3px;
}

.address_manager_count{
    font-size: 20px;
    padding-right: 10px;
}

.address_manager_switch{
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

.address_manager_switch input {
    display:none;
}

.address_manager_slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cc172c;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.address_manager_slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .address_manager_slider {
    background-color: #15cc1e;
}

input:focus + .address_manager_slider {
    box-shadow: 0 0 1px #15cc1e;
}

input:checked + .address_manager_slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.address_manager_star input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.address_manager_star label {
    position: relative;
    color: #C8C8C8;
    cursor: pointer;
}

.address_manager_star label:before {
    content: "\2605";
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.address_manager_star label:checked:before {
    content: "\2606";
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.address_manager_star input:checked ~ label:before {
    color: #FFC107;
}

.address_manager_star label:hover ~ label:before {
    color: #ffdb70;
}

.address_manager_star label:hover:before {
    color: #ffdb70;
}

.emailalert{
    height: 22px;
    width: 170px;
    background-color: #f5f5f5;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
    z-index: 1000;
    border-radius: 6px;
    border: 1px solid #2a2a2a;
    padding-top: 6px;
    text-align: center;
    box-shadow: 1px 2px 7px #888888;
}

.plaquealert{
    height: 35px;
    width: 185px;
    background-color: #f5f5f5;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
    z-index: 1000;
    border-radius: 6px;
    border: 1px solid #2a2a2a;
    padding-top: 6px;
    text-align: center;
    box-shadow: 1px 2px 7px #888888;
}




.kilocheck {
    background: #f5f5f5;
    border: 1px solid #2a2a2a;
    font-size: 13px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
    z-index: 1000;
    border-radius: 6px;
    padding: 6px 4px;
    text-align: center;
    box-shadow: 1px 2px 7px #888888;
}
.kilocheck:after, .kilocheck:before {
    bottom: 100%;
    left: 15%;
    border: 1px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.kilocheck:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f5f5f5;
    border-width: 10px;
    margin-left: -10px;
}
.kilocheck:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #2a2a2a;
    border-width: 11px;
    margin-left: -11px;
}



.hiddenAddress:hover{
    background-color: #5898FC;
    color: white;
}

.hiddenAddress{
    cursor: pointer;
    width: 100%;
    padding: 3px 2px;
    box-sizing: border-box;
    background-color: #e4e4e4;
}

.isWhite{
    background-color: white;
}

.isChosen{
    background-color: #2a2a2a;!important;
    color: white;
    padding: 3px 2px;
    width: 100%;
    box-sizing: border-box;
    cursor: not-allowed;
}

.isInactive{
    color: #fa4949;!important;
}

.addressSelector{
    border: 1px solid #7f7f7f;
    border-radius: 13px;
    margin-left: 5px;
    width: 59%;
    padding: 2px 8px;
    margin-top: 4px;
    cursor: pointer;
    min-height: 20px;
    background: linear-gradient(#ffffff, #f0f0f0);
}

/*
New App Client
 */

.statusTileButton{
    background: none;
    border: none;
    width: 25%;
    float: left;
    height: 125px;
    padding: 10px;
    box-sizing: border-box;
}

.statusTile{
    box-sizing: border-box;
    border-radius: 16px;
    color: white;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.statusTileInfo{
    width: 60%;
    float: left;
    height: 100%;
}

.statusTileNumberContainer{
    width: 100%;
    height: 60%;
}

.statusTileNumber{
    text-align: left;
    padding-top: 10px;
    box-sizing: border-box;
    margin-left: 10px;
    font-size: 50px;
    height: 100%;
}

.statusTileStatusContainer{
    text-align: left;
    padding-top: 5px;
    width: 100%;
    height: 40%;
}

.statusTileStatus{
    margin-left: 10px;
    font-size: 20px;
}

.statusTileImageContainer{
    width: 40%;
    float: left;
    height: 100%;
    position: relative;
}

.statusTileImage{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.statusTileIcon{
    width: 100%;
    max-width: 80px;
}

.actionTileContainer{
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.actionTile{
    border-radius: 16px;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    cursor: pointer;
}

.actionTileImageContainer{
    width: 30%;
    position: relative;
    height: 100%;
    float: left;
}

.actionTileImage{
    width: 50%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.actionTileIcon{
    width: 100%;
    max-width: 85px;
}

.actionTileTextContainer{
    width: 70%;
    position: relative;
    height: 100%;
    float: left;
}

.actionTileText{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}

.actionTileSpan{
    color: black;
    font-size: 25px;
    font-weight: bolder;
}

#advancedSearch{
    height: 0;
    display: none;
    position: relative;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:15px;
}

.formClientContainer{
    width: 100%;
    max-width: 400px;
    float: left;
    margin-bottom: 10px;
}

.formLabelClient{
    width: 50%;
    float: left;
}

.formLabelClientTo{
    width: 10%;
    float: left;
    margin-left: 10px;
}

.formLabelLargeClient{
    width: 70%;
    float: left;
}

.formLabelMediumClient{
    width: 30%;
    float: left;
}

.formLabelSmallClient{
    width: 5%;
    float: left;
}

.optiondefaultstyle{
    width: 149px !important;
    margin-left: 20px;
    border: 1px solid rgb(127, 127, 127);
    background-color: rgb(255, 255, 255);
}

#optiondefault{
    display: none;
}

.editqty:hover{
    cursor: pointer;
}

.historyExist{

    display: none;
    background-color: rgb(240,240,240);
    position: fixed;
    width: 60px;
    border: 1px solid black;
    text-align: center;
    font-size: 12px;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 8px #2a2a2a;

}

.justHide{
    display: none; !important;
}

/* Hide row in syuseredit.php */
.hiddenrow{
    display:none;
}

.textright, .ciename_right{
    display: inline-block;
    margin: 10px 0 0 10px;
    font-size: 16px;
}

.textleft, .ciename_left{
    display: inline-block;
    margin: 10px 10px 0 10px;
    font-size: 16px;
    float:right;
}

.address-action {
    font-weight: bold;
    text-decoration: underline !important;
}

.missing-coord {
    color: #d80000 !important;
}

.missing-zone {
    color: #0a121b !important;
}

.ui-datepicker-week-end a {
    color: red !important;
}

.timestram{
    width: 50%;
    float: left;
}

.timestliv{

}

.alertBoxLabel{
    text-align: center;
    font-weight: bold;
}


/* Terms CSS */
.termsEditor{
    padding: 25px;
}
.ck.editor[role='textbox'] {
    width: 100%;
    background: #fff;
    font-size: 1em;
    line-height: 1.6em;
    min-height: var(--ck-sample-editor-min-height);
    padding: 1.5em 2em;
}
.ck-editor__editable_inline {
    height: 60vh;
}
.termsContainer{
    z-index: 1000;
    display: none;
    top: 35px;
    left: 20vw;
    width: 60vw;
    height: 85vh;
    position: fixed;
    background-color: #fbfbfb;
    border: 2px solid #2a2a2a;
    padding: 30px;
}
.termsCheckBoxContainer{
    bottom: 20px;
    position: absolute;
    width: 95%;
    text-align: center;
}
.termsTitle{
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: bold;
}
.termsTextContainer{
    overflow-y: auto;
    height: 73vh;
    padding: 5px;
}
.termsCheckBox{
    margin-bottom: 10px;
}
.buttonTerms{
    margin-left: 25px;
    width: 20vw;
    height: 30px;
}
.buttonTerms:disabled,
.buttonTerms[disabled]{
    border: 1px solid #999999;
    background-color: #dcdcdc;
    color: #666666;
}
.checkboxTerm{
    -webkit-box-shadow: 0px 0px 3px 2px rgb(255 0 0);
    -moz-box-shadow: 0px 0px 3px 2px rgba(255,0,0,1);
    box-shadow: 0px 0px 3px 2px rgb(255 0 0);
}

/* Chauffeur NewAddressEmail */
.gererAddressEmail{
    cursor: pointer;
    padding: 4px 6px;
    color: #fff;
    border: 1px solid #707070;
    box-shadow: 2px 2px 5px #414141;
    border-radius: 5px;
    display: inline-block;
    background-color: #BDB7BC;
    width: 100px;
    height: 25px;
    margin: 7px auto;
}
#addressEmailContainer{
    width: 550px;
}

.sendbyemailContainer{
    box-sizing: border-box;
}

#addressBanner{
    position: relative;
    display: inline-block;
    height: 51px;
    font-size: 11px;
    min-width: 230px;
    color: #1f1f1f;
    font-style: italic;
}

#addressBanner div{
    position: absolute;
    bottom: 0
}

.loading_spinner{
    display: inline-block;
    border: 8px solid #ababab;
    border-radius: 50%;
    border-top: 8px solid #707070;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.entree{
    height: 24px;
}

.soustabletitle{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0 !important;
}

.hideborder td, .hideborder_list td{
    border: none;
    background-color: #d2d2d2;
}

.hideborder td:nth-child(1), .hideborder_list td:nth-child(1){
    padding-left: 10px;
    border-left: 1px solid black;
}

.hideborder td:nth-last-child(1), .hideborder_list td:nth-last-child(1){
    padding-right: 10px;
    border-right: 1px solid black;
}
.hideborder_list {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 35px;

}

.productHide{
    display: none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 3000px){
    .optiondash{
        height: 50px;
        width: 50px;
        border-radius: 11px;
    }

    .renameroad{
        margin-left: -13%;
    }

    .buttoncontainer{
        width: 65px;
        float: left;
    }

    .buttondash{
        width: 62px;
        top: 180px;
        right: 1px;
    }

    .optiondashimage{
        width: 50px;
        height: 50px;
    }

    .dispatchcontainer{
        width: calc(100% - 54px);
        float: left;
    }

    #modOrder{
        background-size: 60px 60px;
        margin-top: 110px;
    }

    #todoOrder{
        background-size: 60px 60px;
    }

    #holdingOrder{
        background-size: 60px 60px;
    }

    #newOrder{
        background-size: 60px 60px;
    }

    #refreshSearch{
        background-size: 60px 60px;
    }

    #waitingOrder{
        background-size: 60px 60px;
    }

    .countbox{
        padding-top: 5px;
        font-size: 45px;
    }

    .dateshower{
        font-size: 14px;
    }

    .road_group{
        width: 300px;
        height: 99%;
        display: inline-block;
        margin-left: 2px;
        margin-right: 3px;
        min-height: 45px;
        border: 3px solid #2a2a2a;
        box-shadow: 0 4px 7px #2a2a2a;
        border-radius: 8px;
        background-color: white;
    }

    .tableroute{
        width: 300px;
        font-size: 9px;
    }

    .tableroute tr td{
        border: 1px solid black;
        text-align: center;
        box-sizing: border-box;
        white-space: normal;
    }

    .infoassign{
        font-size: 9px;
    }
}

@media screen and (max-width: 2000px){
    .optiondash{
        height: 35px;
        width: 35px;
        border-radius: 9px;
    }

    .infoassign{
        font-size: 11px;
    }

    .tableroute{
        width: 300px;
        font-size: 9px;
    }

    .renameroad{
        margin-left: 10%;
    }

    .tableroute tr td{
        border: 1px solid black;
        text-align: center;
        box-sizing: border-box;
        white-space: normal;
    }

    .road_group{
        width: 300px;
        height: 99%;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        min-height: 45px;
        overflow: auto;
        border: 3px solid #2a2a2a;
        box-shadow: 0 4px 7px #2a2a2a;
        border-radius: 8px;
        background-color: white;
    }

    .buttondash{
        width: 45px;
        top: 150px;
        right: 1px;
    }

    .dispatchcontainer{
        width: calc(100% - 45px);
        float: left;
    }

    .optiondashimage{
        width: 35px;
        height: 35px;
    }

    #modOrder{
        background-size: 35px 35px;
        margin-top: 20px;
    }

    #todoOrder,#newOrder,#waitingOrder,#holdingOrder,#refreshSearch{
        background-size: 35px 35px;
    }

    .countbox{
        padding-top: 2px;
        font-size: 27px;
    }

    .dateshower{
        font-size: 10px;
    }




}

@media screen and (max-width: 1850px){
    .client_img{
        margin-top: -5px;
    }

    .descr_client{
        font-size: 16px;
    }

    .all_client{
        width: 160px;
    }

    .dash_client{
        width: 160px;
    }



}

@media screen and (max-width: 1400px) {
    .containerFacturation1 {
        width: 35%;
    }

    .containerFacturation2 {
        width: 30%;
    }

    .containerFacturation3 {
        width: 35%;
    }
}

@media screen and (max-width: 1350px){
    .mainTable td {
        white-space: nowrap;
    }
    #datePickup{
        display: block;
    }

    #optiondefault{
        margin-left: 0px;
        margin-top: 10px;
    }

}

@media screen and (max-width: 1300px){

    .desktop_larger_pricinglist {
        display: none;
    }

    .tablet_larger_pricinglist {
        display: inline-table;
    }

}

@media screen and (max-width: 1275px){



}



@media screen and (max-width: 1200px){

    .threeCont {
        width: 49%;
    }

    .threeCont:nth-child(2) {
        margin-right: 0;
    }

    .threeCont:nth-child(3) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .factdesktop {
        display: none;
    }

    .facttablet {
        display: inline-table;
    }

    .all_client{
        width: 255px;
    }

    .dash_client{
        width: 255px;
    }

    .tile_left{
        margin-left: 10px;
    }

    .commande_client{
        width: calc(100% - 20px);
    }

    .descr_client{
        font-size: 24px;
    }

    .number_client{
        font-size: 45px;
    }

    .client_img{
        margin-top: 0;
    }

    .clearClientThree{
        display: block;
    }

    .clearClientNew{
        display: block;
    }

    .descr_comm{
        font-size: 20px;
    }

    .comm_img{
        margin: auto;
        margin-top: 15px;
        display: table;
    }
}

@media screen and (max-width: 1100px){
    .statusTileStatus{
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px){


    .desktop_larger_pricinglist {
        display: none;
    }

    .desktop_larger {
        display: none;
    }

    .tablet_larger {
        display: inline-table;
    }
}

@media screen and (max-width: 980px){

    .desktop_larger_pricinglist {
        display: none;
    }
    #dash_container {
        width: 100%;
    }

    #client_dash_container{
        width: 100%;
    }

    .thumbnailContainer{
        width: 100%;
    }

    .divdocs{
        width: 100%;
    }

    .formLabelSmallClient{
        width: 70%;
    }

    .formLabelClientTo{
        width: 50%;
        float: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 950px){
    .statusTileStatus{
        font-size: 16px;
    }

    .statusTileNumber{
        font-size: 40px;
    }
}

@media screen and (max-width: 900px){
    .dynamic_list li {
        width: 50%;
    }

    .fassign_bill{
        width: 300px;
    }

    .formInputST {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
        padding-left: 10px;
    }

    .formLabelST {
        padding-left: 10px;
        width: 100%;
        text-align: left;
    }

    .fassign_chauffeur{
        padding-top: 25px;
        height: 230px;
    }

    .fassign_comm{
        padding-top: 25px;
        height: 316px;
    }

    .fassign_buttonbar{
        height: 140px;
        padding-top: 35px;
    }

    .chauffeur_doc_st{
        color: black;
        border-radius: 10px;
        border: 2px solid #2a2a2a;
        border-spacing: 0;
        width: 300px;
        margin: auto;
    }

    .chauffeur_doc_st td {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .chauffeur_doc_st tr:last-child td:first-child{
        border-bottom-left-radius: 10px;
    }

    .chauffeur_doc_st tr:last-child td:last-child{
        border-bottom-right-radius: 10px;
    }

    .chauffeur_doc_st tr:first-child td:first-child{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .raisonattenteshow{
        width: 160px;
    }

    .timestram{
        float: none;
    }

    .timestliv{
        width: 50%;
    }

    .pageFormat{
        width: 100%;
    }
}

@media screen and (max-width: 875px){
    .txt-custom.service-time-outer .min-text {
        right: 105px;
    }
    #datePickup{
        display: inline-block;
    }

    #optiondefault{
        margin-left: 20px;
        margin-top: 0px;
    }

    .twoCont {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .twograph {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .threeCont {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .formInput_fact_num {
        width: 30%;
    }

    .desktop {
        display: none;
    }

    .factdesktop {
        display: block;
    }

    .tablet {
        display: block;
    }

    .facttablet {
        display: none;
    }

    .mobile {
        display: none;
    }

    .prixfix_comment_fact{
        width: 66%;
    }
}

@media screen and (max-width: 855px){
    .xlarge {
        width: 98%;
    }

    .fancy_color_address {
        display:none;
        width:500px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
    }

    .fancy_thumb{
        display:none;
        width:500px;
        height:282px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 800px){
    .hide_tablet {
        display: none;
    }

    .tableHeader td {
        font-size: 13px;
    }
    .tableFact {
        font-size: 10px;
    }

    .formCheck{
        width: 33%;
    }

    .all_client{
        width: 210px;
    }

    .dash_client{
        width: 210px;
    }

    .descr_client{
        font-size: 18px;
    }

    .hosTotal{
        font-size: 14px;
    }

    .version{
        display: none;
    }

    .oneCont .formInput input, .oneCont .formInput textarea, .oneCont .formInput select {
        width: 85%;
    }
}

@media screen and (max-width: 750px){
    .nameIcon{
        text-align: right;
    }

    .arrowST{
        height: 35px;
    }

    .fancy_address_manager{
        width: 650px;
    }
}

@media screen and (max-width: 700px){

    .show_inspect_t{
        display: none;
    }

    .show_inspect_m {
        display: block;
    }

    .large_button {
        display:inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 13px;
        border: 1px solid black;
        /*font-weight: bold;*/
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-repeat: repeat-x;
        border-radius: 16px;
        box-sizing: border-box;
        width: 120px;
        height: 28px;
        margin-top: 10px;
    }

    .companyInfo{
        display: none;
    }

    .hideImage{
        width: 35px;
        height: 35px;
    }

    .factdesktop {
        display: none;
    }

    .facttablet {
        display: inline-table;
    }

    .dash_client{
        width: 180px;
    }

    .all_client{
        width: 180px;
    }

    .fassign_input_container{
        float: none;
        width: 100%;
    }

    .fassign_display_container{
        float: none;
        width: 100%;
    }

    .fassign_comm{
        height: 200px;
        padding-top: 20px;
    }

    .fassign_chauffeur{
        height: 150px;
        padding-top: 20px;
    }

    .fassign_buttonbar{
        padding-top: 10px;
        padding-bottom: 10px;
        height: 90px;
    }

    .fassign_info{
        overflow-y: scroll;
        margin-top: 0;
        height: 100%;
    }

    .fassign_bill_container{
        height: auto;
        max-height: 450px;
    }

    .fassign_arret_container{
        height: auto;
        max-height: 300px;
    }

    .formLabelST {
        float: left;
        padding-right: 5px;
        padding-top: 7px;
        margin-bottom: 5px;
        box-sizing: border-box;
    }

    .formInputST {
        position: relative;
        float: left;
        text-align: left;
        box-sizing: border-box;
    }

    .hosTotal{
        font-size: 12px;
    }

    .multicin_tile_cont {
        width: 100%;
    }


    .raisonattenteshow{
        width: 123px;
    }

    .fancy_address_manager{
        width: 600px;
    }

    .statusTileButton{
        width: 50%;
    }
}

@media screen and (max-width: 680px){
    #datePickup{
        display: block;
    }

    #optiondefault{
        margin-left: 0px;
        margin-top: 10px;
    }

    #addressBanner{
        min-width: 200px;
    }
}

@media screen and (max-width: 630px){

}


@media screen and (max-width: 600px){

    .passwordReset {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        max-width: 400px;
        width: 90%;
        height: 180px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 13px;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 50px;
        background-color: #fff;
        box-shadow:3px 3px 3px #969595;
        position: fixed;
        border-radius: 5px;
    }

    .containerFacturation1 {
        float: left;
        width: 20%;
    }

    .containerFacturation2 {
        float: left;
        width: 60%;
    }

    .containerFacturation3 {
        float: left;
        width: 20%;
    }


    .dynamic_list li {
        width: 100%;
    }

    .large {
        width: 98%;
    }

    .hideImage{
        width: 35px;
        height: 35px;
    }

    .clearClientThree{
        display: none;
    }

    .clearClientTwo{
        display: block;
    }

    .all_client{
        width: 150px;
    }

    .dash_client{
        width: 150px;
    }

    .descr_client{
        font-size: 14px;
    }

    .client_img{
        margin-left: 60%;
    }

    .hosTotal{
        font-size: 10px;
    }

    .fancy_address_manager{
        width: 500px;
    }

    .responsive_bill_table {
        font-size: 10px;
    }

    #addressBanner{
        min-width: 170px;
    }
}

@media screen and (max-width: 550px){


    #datePickup{
        display: inline-block;
    }

    #optiondefault{
        margin-left: 20px;
    }

    .addressSelector{
        border: 1px solid #7f7f7f;
        border-radius: 13px;
        margin-left: 0;
        width: 59%;
        margin-top: 4px;
        cursor: pointer;
        line-height: 33px;
        background: linear-gradient(#ffffff, #f0f0f0);
    }

    .passwordResetButtonBar
    {
        padding-left: 125px;
        padding-top: 15px;
    }

    .add_product
    {
        display: none;
        width:325px;
        height:400px;
        position: absolute;
        background-color: #fbfbfb;
        border: 1px solid #2a2a2a;
        margin-left: 10px;
    }

    .fancy_multicin
    {
        margin-top: 90px;
        width:90%;
    }
    .large_button {
        display:inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 13px;
        border: 1px solid black;
        /*font-weight: bold;*/
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-repeat: repeat-x;
        border-radius: 16px;
        box-sizing: border-box;
        width: 120px;
        height: 28px;
        margin-top: 0;
    }

    .disableScroll{
        overflow-y:hidden;
        overflow-x:hidden;
    }

    .fancy_color_recherche {
        display:none;
        width:250px;
        height:500px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_color_docscommande_livraison {
        display:none;
        width:300px;
        height:330px;
        position: fixed;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_color_docscommande_ramassage {
        display:none;
        width:300px;
        height:330px;
        position: fixed;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_color_photochauffeur_livraison {
        display:none;
        width:300px;
        height:330px;
        position: fixed;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_color_photochauffeur_ramassage {
        display:none;
        width:300px;
        height:330px;
        position: fixed;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_thumb{
        display:none;
        width:450px;
        height:255px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_color_address {
        display:none;
        width:330px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
    }

    .fancy_address_small {
        height: 250px;
    }

    .fancy_address_big {
        height: 515px;
    }

    .all-fields {
        width: 170px;
    }

    a.buttonCommande:link {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }

    a.buttonCommande:visited {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }

    a.buttonCommande:hover {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }

    a.buttonCommande:active {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }

    .prev {
        display:block;
    }

    .previous {
        display :none;
    }

    .next_n {
        display:block;
    }

    .next {
        display :none;
    }

    .plaintext {
        margin-left: 0;
    }

    .containerFacturation1 {
        float: left;
        width: 18%;
    }

    .buttonContentPrev::after {
        content: "L";
    }

    .containerFacturation2 {
        float: left;
        width: 64%;
    }

    .containerFacturation3 {
        float: left;
        width: 18%;
    }

    .pageFormat {
        width: 95%;
    }

    .buttonBar {
        padding-bottom: 0;
    }

    .site .buttonBar {
        width: 95%;
    }

    .site .pageFormat .buttonBar {
        width: 100%;
    }

    .hideImage{
        width: 35px;
        height: 35px;
    }

    #companyName {
        display: none;
    }

    .formLabel {
        width: 100%;
        text-align: left;
    }

    .formLabel_40 {
        width: 100%;
        text-align: left;
    }

    .formLabel_50 {
        width: 100%;
        text-align: left;
    }

    .formLabel2 {
        width: 90%;
        text-align: left;
    }

    .formLabelFacebox {
        width: 100%;
        text-align: left;
    }

    .formInputFacebox {
        width: 100%;
        text-align: left;
        padding: 0;
        max-width: none;
    }

    .empty {
        display: none;
    }

    .formInput {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
    }

    .formInput_50 {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
    }

    .formText {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
    }

    .formInput2 {
        width: 93%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
        margin-left: 30px;
    }

    .formDelete {
        width: 30px;
    }

    .checkboxText {
        margin-top: 13px;
    }

    .loginBox1 {
        margin-top: 35px;
    }

    .connexion {
        margin-top: -25px;
    }

    .buttonWarning {
        margin-top: 0;
    }

    .disclaimer {
        width: 242px;
    }


    .imagelogin {
        position: absolute;
        z-index: 999;
        top: 5px;
        left: 10px;
    }

    .searchLabel {
        width: 100%;
        text-align: left;
    }

    .searchInput {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
    }

    .formatLogo {
        width: 90%;
        margin-top: -25px;
        margin-bottom: -55px;
    }

    .loginLabel {
        width: 100%;
        text-align: left;
    }

    .loginInput {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
    }

    .userid {
        width: 98%;
        padding: 1px 3px;
    }

    .userpassword {
        width: 98%;
        padding: 1px 3px;
    }

    .textcheckbox {
        top: 2px;
    }

    /* .loginBox {
         width: 100%;
     } */


    .searchAdresse
    {
        width: 98%;
    }

    .oneCont .formInput input, .oneCont .formInput textarea, .oneCont .formInput select {
        width: 98%;
    }

    .twoCont .formInput input, .twoCont .formInput textarea, .twoCont .formInput select {
        width: 98%;
    }

    .threeCont .formLabel2 input, .threeCont .formLabel2 textarea, .threeCont .formLabel2 select {
        width: 101.5%;
    }

    .threeCont .formInput2 input, .threeCont .formInput2 textarea, .threeCont .formInput2 select {
        width: 97%;
    }

    input[type=checkbox]{
        width: 20px !important;
        height: 20px;
    }

    .surcharge {
        width: 20px;
        height: 20px;
        margin-bottom: -10px;
    }

    input[type=radio] {
        width: 20px;
        height: 20px;
    }

    .threeCont input{
        width:97%;
    }

    .button {
        width: 48%;
        margin-bottom: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }


    .buttonLogin {
        width: 48%;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .hide_mobile {
        display: none;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }

    .formCheck{
        width: 50%;
    }

    .factdesktop {
        display: none;
    }

    .facttablet {
        display: none;
    }

    .factmobile {
        display: inline-table;
    }

    .formInputST {
        width: 98%;
        padding: 0;
        margin-bottom: 10px;
        max-width: none;
        padding-left: 10px;
    }

    .formLabelST {
        padding-left: 10px;
        width: 100%;
        text-align: left;
    }

    .fassign_chauffeur{
        height: auto;
    }

    .fassign_comm{
        height: auto;
    }

    .raisonattenteshow{
        width: 230px;
    }

    .fancy_address_manager{
        width: 500px;
    }

    .actionTileSpan{
        font-size: 20px;
    }

}

@media screen and (max-width: 480px){
    .companyLogo {
        display: none;
    }

    button .buttonContent {
        content : '<span class="next">&gt;&gt;</span>'
    }

    .langDrop{
        margin-right: 30px;
    }

    .buttonFacture {
        margin-right: 50px;
    }

    .topBanner{
        min-height: 60px;
    }

    .nameIcon{
        max-width: 400px;
    }

    .iconImage{
        width: 25px;
        height: 25px;
    }

    .iconLink{
        margin: 6px;
    }

    #addressBanner{
        font-size: 9px;
    }

    #addressBanner div {
        padding-top: 3px;
    }

    .iconBanner{
        margin-top: 0;
    }

    .userPhoto{
        padding-top: 7px;
    }

    #footcenter{
        display: none;
    }

    #footright{
        width: 60%;
    }

    .selectFix {
        width: 180px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .fancy_thumb{
        display:none;
        width:400px;
        height:225px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .hideImage{
        width: 35px;
        height: 35px;
    }

    .fassign_bill{
        width: 225px;
    }

    .fassign_tableroute{
        width: 225px;
    }

    .fassign_arret{
        width: 225px;
    }

    #stNext{
        padding-left: 0;
    }

    .hosTotal{
        font-size: 8px;
    }

    .chauffeur_doc_st{
        color: black;
        border-radius: 10px;
        border: 2px solid #2a2a2a;
        border-spacing: 0;
        width: 240px;
        margin: auto;
    }

    .chauffeur_doc_st td {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .chauffeur_doc_st tr:last-child td:first-child{
        border-bottom-left-radius: 10px;
    }

    .chauffeur_doc_st tr:last-child td:last-child{
        border-bottom-right-radius: 10px;
    }

    .chauffeur_doc_st tr:first-child td:first-child{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .fancy_address_manager{
        width: 450px;
    }

    .responsive_bill_table {
        font-size: 9px;
    }

    .responsive_bill_table .bill_create_time {
        display: none;
    }

    .responsive_bill_table .bill_create_date {
        margin-right: 0;
    }

    .mainBox {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pctext{
        display: none;
    }

    .mobiletexte{
        display: block;
    }

    .pc_nav{
        display: none;
    }

    #divHelp{
        width: 345px;
        height: 345px;
    }
}



@media screen and (max-width: 440px){

    #datePickup{
        display: block;
    }

    #optiondefault{
        margin-left: 0px;
    }
}

@media screen and (max-width: 425px){
    .fancy_thumb{
        display:none;
        width:350px;
        height:200px;
        position: absolute;
        background-color: #fbfbfb;
        border: 2px solid #2a2a2a;
        overflow-y: scroll;
    }

    .fancy_address_manager{
        width: 400px;
    }

}

@media screen and (max-width: 400px){
    .hosTotal{
        font-size: 7px;
    }

    .fancy_address_manager{
        width: 350px;
    }
}

@media screen and (max-width: 400px){

    .passwordResetButtonBar
    {
        padding-left: 100px;
        padding-top: 15px;
    }

    .fancy_address_manager{
        width: 300px;
    }

    .actionTileSpan{
        font-size: 18px;
    }
}