/*GENERAL ELEMENTS*/
body{
    font-family: frank-new, sans-serif
}
*:focus{
    outline: none;
}
a:hover, a:active, a:focus{
    text-decoration: none;
}
.alert{
    position: fixed; 
    background-color: #dcdcdc;
    width: 300px;
    z-index: 10000;
    
}
.CTA, .cancel-CTA{
    max-width: 300px;  
    cursor: pointer;
    border: none;

    background-color: #B2B2B2;
    padding: 3px 10px;
    border-radius: 50px;

    width: fit-content;
}
.CTA p, .cancel-CTA p{
    color: #fff;
    margin-bottom: 0;

}
.simpleCTA{
    text-align: center;

    cursor: pointer;
}
.simpleCTA.confirm p{
    color: #003D4C;
    margin-bottom: 0; 
    font-size: 2rem;
}
.simpleCTA.cancel p{
    color: #666;
    margin-bottom: 0; 
    font-size: 2rem;
}
.form-confirm-CTA{
    max-width: 250px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}
.green{
    color: #00b6ab;
}
.red{
    color: #c00;
}
.green-bg{
    background-color: #00b6ab;
}
a .green-bg:hover{
    background-color: #049e95;
}
.center{
    margin-left: auto; 
    margin-right: auto;
}
.green{
    color: #00b6ab;
    font-weight: 700;
}
.dark{
    background-color: #283943!important;
    color: #fff;
}
.medium{
    background-color: #889da5;
}
.form-control:focus{
    box-shadow: none;
    border-color: #00b6ab;
}
.first-section{
    margin-top: 80px;
}
/*MODALS*/
.modal-content{
    border-radius: 25px;
}
/*END MODALS*/
/*MAIN LOADER*/
#main-loader{
    height: 100vh;
    width: 100vw;
    background: rgba(255,255,255,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15000;

}
#main-loader img{
    width: 80px;
    height: 80px;
}
/*END MAIN LOADER*/
/*HEADER*/
#header-general{

    z-index: 1000;
    background-color: #fff;
    border-bottom: solid 1px #cecece;

}
#DSO-header-logo{
    max-width: 300px;
}
#company-logo-wrap{
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: 300px;
}
#user-name{
    display: none;
}
#logout{
    margin-top: 3px;
}
#logout a{
    color: #283943;
    font-weight: 300;
    font-size: 1.2rem;
}
#profile-dropdown{
    margin-top: 20px;
}
#logout .svg-inline--fa{
    margin-left: 10px;
}
#logout .dropdown-menu{
    background-color: #fff;
    text-align: right;
}
#logout .dropdown-menu a {
    font-size: 0.9rem;
}
#logout .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
    background-color: #00b6ab;
}
#back-CTA{
    position: absolute;
    right: 20px;
    top: 66.63px;
}
.back-CTA{
    padding: 7px 15px;
    border-radius: 0 0 7px 7px;
}
#back-CTA a{
    color: #fff;
}
.back-CTA p{
    margin-bottom: 0;
}
#home-CTA{
    background-color: #fff;
    display: inline-block;
    border-radius: 40px;
    padding: 5px 10px;
    float: right;
}
#home-CTA p{
    margin-bottom: 0;
    color: #003D4C;
}
/*LOGIN*/

#login-logo-wrap{
    margin-top: 40px;

}
#carya-logo{
    width: 200px;
}
#DSO-logo{
    margin-top: 30px;
    width: 300px;
    height: 150px;
}
#login-logo-wrap h1{
    font-size: 2rem;
    padding-top: 15px;
}
#login-form{
    margin-top: 40px;
}
/*ORDER SELECT*/
#code-input-form .form-control{
    font-family: frank-new, sans-serif!important;
    font-weight: 300;
    color: #fff;
}
#code-input-form .form-control::placeholder{

    color: #dedede;
}
#code-input-form .form-control:focus{
    background: none;
}
#code-submit{
    padding: 10px 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
}
#code-submit:disabled{
    display:none;
}
/*END ORDER SELECT*/
#planningwrapper, #general-wrapper{   
    transition: all ease-in-out .4s;
}
#general-wrapper{
    position: absolute; right: 0;
}
#planningwrapper{    
    height: -webkit-calc(100vh - 86px);
    height:    -moz-calc(100vh - 86px);
    height:         calc(100vh - 86px);
    
    
    width: 220px;
    top: 55px;
    left: 0;
    z-index: 99;
    position: fixed;
    display: inline-block;
    padding: 0px 0 0 15px;
    border-left: solid 1px #CCCCCC;
    background-color:#fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
}
#toggle-planning{
    position: absolute;

    z-index: 1000;
    top: 50%;
    left: 218px;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 0 18px 18px 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.27);
}
#toggle-planning-icon{
    height: 60px;
}
.planning-icon a{
    color: #003D4C;
}
#planning-inner{
   height: 100%;
    padding-bottom: 60px;
padding-right: 15px;
        overflow-x: scroll;
}
.rotate{
    transform: rotate(180deg);
}
.planning-hide{
    left: -220px!important;
}
#general-wrapper{
    width: -webkit-calc(100% - 220px);
    width:    -moz-calc(100% - 220px);
    width:         calc(100% - 220px);
    right: 0;
    top: 64px;
    padding-left: 40px;
}
.general-wrapper-max{
    width: 100vw!important;

    padding-left: 15px;
}
/*CONTENT*/
#content-wrapper-row{
    height: 100vh;
}

#order-wrapper-row{
    height: 70vh;
}

.scan-CTA{

    border-radius: 50px;
    background-color: #fff;
    padding: 15px 0 15px 30px;
    margin-bottom: 15px;
}
.scan-CTA .svg-inline--fa{
    margin-right: 10px;
}

#invalid-wrapper #QR-icon{
    width: 80px;
    margin-top: -15px;
}
.scan-CTA h3{
    margin-bottom:0;
    color: #283943;

    font-weight: 500;
    font-size: 1.2rem;
} 
.scan-CTA-wrap a{
    display: inline-block;
}
#code-input-form{
    margin-top: 40px;
}


#edit-icon{
    height: 20px;
}
#code{
    padding-bottom: 0;
    padding-top: 0;
    border: solid 1px #cecece;
    border-radius: 40px;
}
.input-group-text{
    background: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #999;
}
/*SCANNER*/
#scandit-barcode-picker{
    width: 100%;
    height: 80%;
}
#cancel{
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 1000;

}
#cancel img{
    width: 40px;
    height: 40px;
}
.drawingBuffer{
    display: none;
}
#reader-wrapper{
    width: 100vw;
    max-height: 100vh;
}
#scan-overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(40,57,67,0.85);
    z-index: 10001;
}
.spinner-border{
    width: 60px;
    height: 60px;
}
/*RESULT*/
#result-container{
    padding-top: 130px;
}
#qrcode img{
    margin: 20px auto;
}
#codes-btn{
    width: 40px;
    padding-top: 7px;
}
#hourglass{
    height: 35px;
}
#id-wrapper{
    background: rgb(92,208,188);
    background: -moz-linear-gradient(90deg, rgba(92,208,188,1) 0%, rgba(109,176,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(92,208,188,1) 0%, rgba(109,176,191,1) 100%);
    background: linear-gradient(90deg, rgba(92,208,188,1) 0%, rgba(109,176,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cd0bc",endColorstr="#6db0bf",GradientType=1);
    position: fixed;
    width: 100%;
    top: 53px;
    left: 0;
    z-index: 100;
    height: 4px;
}
#quick-order{
    margin-bottom:0;
}
#quick-order .form-control{
    font-family: frank-new, sans-serif!important;
    font-weight: 300;
    color: #283943;
}
#quick-order .form-control::placeholder{

    color: #666;
}
#quick-order .form-control:focus{
    background: none;
    border-width: 0 0 1px 0;
    outline: none;
    box-shadow: none;
    border-color: #889da5;
}
#header-code-wrapper{
    border-radius: 40px;
    background-color: #fff;
    padding: 0px 5px;
}

#codes-icon{
    color:  #3c5460;
    font-size: 2rem;
}
.section-title{
    border-bottom: solid 1px #B9B9B9;
    padding: 10px 15px 5px 15px;


}
.section-title h3{
    font-size: 1.2rem;
}
.section-title a{
    color: #333;

}
.section-icon{
    width: 20px;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
}
#result-container p{
    margin-bottom: 0;
}
.section-title h3{
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem;
}
#general-wrapper h3{
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.sec-data{
    color: #888;
    font-size: 1rem;
    margin-left: 15px;
}
#driver-content p, #scheduling-content p, #vehicle-info-content p, #extra-info-content p{
    margin-bottom: 0;
    line-height: 15px;
}
#notes-modal-toggle p{
    margin-bottom: 0;
    line-height: 1.5;
}
.labels{
    color: #999;
    font-size: 10px;
}
.values{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.TBC a{
    color: #c00!important;
}
#TBC-icon{
    height: 20px;
    margin-top: -8px;
    margin-right: 15px;
}
.values a{
    color: #A2962C;
}
.collapse-toggle{
    display: inline-block;
    right: 15px;
    position: absolute;
}
.toggle-icon{
    width: 10px;
    opacity: 0.4;
    margin-top: 5px;
    transition: all 0.3s; 
}
.rotate{
    transform: rotate(180deg);
}
#info-CTA-wrap{
    margin-top: 30px;
    margin-bottom: 30px;
}
.submit-CTA{
    background-color: #283943;
    color: #fff;
    padding: 3px 15px;
    border-radius: 27px;
    font-size: 1rem; 
    text-align: center;
    border: none;
    max-width: 250px;
    cursor: pointer;
}
.CTA-cancel{
    background-color: #889da5;
    color: #fff;
    padding: 8px 20px;
    border-radius: 27px;

    font-size: 1rem; 
    text-align: center;
    border: none;
    margin-top: 15px;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
}
#cancel-QA{
    background-color: #999;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    border: none;

    width: fit-content;
    max-width: 300px;
    cursor: pointer;
}

.CTA-icon{
    margin-right: 10px;
}
#invoice-icon{
    margin-top: -5px;
}
#list-overview{
    padding-left: 15px;;
}
#QA-confirmed{
    color: #dc0000;
    font-weight: bolder;

}
.job{
    font-weight:700;
}
.job span{
    font-weight: 400;
    font-size: 0.8rem;
}
.job-item{
    margin: 15px -15px;
    padding-bottom: 15px;
}
.job-item p{
    font-size: 1.4rem;
}
.job-comments h4{
    color: #00B6AB;
    font-size: 0.8rem;
    margin-bottom: 0;
}  
.job-comments h5{
    color: #666;
    font-size: 0.8rem;
    margin-bottom: 0;
}  
.relative{
    position: relative;
}
.job-edit-trigger{
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.job-edit-trigger p{
    margin-bottom: 0;
}
.user{
    font-weight: bolder;
    font-size: 12px;
}
.timestamp{
    font-size: 12px;
    color: #999;
}
#job-internal-values{
    max-height: 200px;
    overflow-y: scroll;
}
.internal-message span{
    font-size: 0.6rem;
}
.RR-alert{
    background-color: #283943;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    width: fit-content;
}
.result-part{

    font-weight: 700;
}
.result-part p{
    margin-bottom: 0;
}
.instruction{
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 15px!important;
}
.result-part p{
    line-height: 1.2rem;
}
.result-part span{
    color: #666;
    font-size: 0.8rem;
    font-weight: 400;
}
.modal-footer a{
    display: inline-block;
    margin: 0 auto;
}
#list-overview li{
    margin-top: 5px;
    margin-bottom: 20px;

    font-weight: 700;
    color: #666;
    font-size: 1.4rem;
    list-style-type: none;
}
.checkbox{
    display: inline-block;


    width: 30px;
    height: 30px;
    border: solid 3px #999;
    border-radius: 4px;
    text-align: center;
}
.check-icon{
    width: 25px;
    margin-top: -10px;
    transition: all .2s;
}
#confirm-wrapper{
    margin-top: 25px;
    margin-bottom: 30px;
}
#complete-icon{
    margin-top: -6px;
}
#confirm-wrapper .CTA{
    display: inline-block;
    margin: 0 auto;
}
#return-wrapper .CTA{
    display: inline-block;
    margin: 0 auto 80px auto;
}
#return-wrapper a{
    color: #fff;
}
#return-wrapper .CTA-icon{
    height: 30px;
}
#sign-area{

    height: 0;
    overflow: hidden;
    transition: all .4s;
}
#sign-area h3{

    margin-bottom: 20px;
}
#sign-wrapper #email{
    height: auto;
}
#sign-square{
    border: solid 2px #999;
    background-color: #ededed;
    margin: 0 auto 20px auto;

}
.modal-header h5, #checklist-wrapper label{
    font-size: 1rem;
}
.errorcodewrapper h2{
    font-size: 1.4rem;
}
.popover{
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
/*MESSAGE HISTORY*/
#toggleHistory{
    cursor: pointer;
    font-weight: bolder;
    color: #888;
}
#toggleHistory:hover{
    text-decoration: underline;
    color: #444;
}
.message{
    background-color: #f6fcff;
    padding: 12px;
    border-radius: 20px;
    padding: 15px;
}
.sender-details{
    border-bottom: solid 1px #fff;
    padding-bottom: 12px;
}
.sender-details p{
    font-weight: bolder;
    font-size: 0.8rem;
}
.message-details{
    padding-top: 12px;
}
.message-receiver{
    font-weight: bolder;
    padding-bottom: 10px;
}
.message p{
    margin-bottom: 0;
}
/*INVALID*/
#invalid-wrapper{
    top: 40%;
    position: fixed;
    width: 100vw;
}
.id-wrapper .invalid{
    color: rgba(150,0,0,1)!important;
    font-weight: 700;
    border-bottom: solid 1px #c00;
}
#red-box{    
    background: rgba(255,0,0,0.2);

}
#invalid-message{    
    color: rgba(150,0,0,1);

}
#invalid-message h2{
    font-weight: 700;
}
#invalid-wrapper #scan-CTA{
    margin: 50px auto;
    width: 150px;
    height: 150px;
    padding-top: 40px;
}

#invalid-wrapper #scan-CTA #barcode{
    width: 80px;
}
/*UTILITIES*/

/*IMAGES*/
#new-image-wrapper{

    border-radius: 28px;
    -webkit-box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 20px -5px rgba(0,0,0,0.3);

}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #fff;

}
#output-preview{
    max-width: 400px;
    margin-bottom: 15px;
}
.insertImageCTA{
    background-color: #bdad33;
    color: #fff;

    font-size: 1.6rem;
    border: none;
    padding: 10px 40px;
    border-radius: 27px;
}
.image{
    position: relative;
}
.image img{
    border-radius: 9px 9px 0 0;
}
.img-caption{
    background-color: #f6fcff;
}
.img-caption-inner a{
    font-weight: 500;
    font-size: 0.8rem;
    color: #283943;
    text-decoration: underline;
}
.image-details{
    font-size: 0.7rem;
    color: #888;
}
.img-utility{
    width: 33.3%;
    padding: 0;
    height: 40px;
}
.vid-utility{
    width: 50%;
    padding: 0;
    height: 40px;
}
.vid-utility .hide-trigger{
    border-radius: 0 0 0 9px;
}
.delete-trigger{
    height: 40px;
    padding: 9px 0 0 0;
    background-color: #283943;
    border-radius: 0 0 10px 0;
    color: #fff;
    font-size: 1.2rem;
}
.delete-trigger:hover{
    background-color: #3c5460;
}


.edit-trigger{
    height: 40px;
    padding: 9px 0 0 0;
    background-color: #283943;
    border-left: solid 1px #fff;
    border-radius: 0 0 0 9px;
    color: #fff;
    font-size: 1.2rem; 
}
.hide-trigger{
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 40px;
    padding: 9px 0 0 0;
    background-color: #3c5460;
    cursor: pointer;
}
.hide-trigger:hover{
    background-color: #3c5460;
}
.hide{
    background-color: #889da5!important
}
.visibility-icon{
    width: 20px;
    margin-top: 2px;
}
.img-data p{
    font-size: 0.7rem;
    color: #888;
}
/*LOADER*/
#loader{
    background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10000;
}
#loader-inner{
    height: 100%;
}
/*END LOADER*/
/*EDIT IMAGE*/
/*DRAWINGTOOLS*/
#drawingwrapper{
    position: fixed;
    left: 20px; 
    top: 100px;
    z-index: 1000;

}
#drawBTN{
    position: relative;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #283943;
    color:#fff;
    padding: 5px 13px;
    font-size: 1.4rem;
    cursor: pointer;

    box-shadow: 2px 2px 4px #888888;
}
#colors{
    position: absolute;
    left: 50px;
    top: 0;
}

.color{
    width: 46px;
    height: 46px;
    border-radius: 23px;
    margin-bottom: 5px;
    cursor: pointer;

}

#red{background-color: #dc0000;}
#green{background-color: #00b816;}
#blue{background-color: #0015de;}
#yellow{background-color: #ece018;}
#black{background-color: #050505;}
#textBTN{
    position: relative;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #283943;
    color:#fff;
    margin-top: 15px;
    padding: 5px 13px;
    font-size: 1.4rem;
    cursor: pointer;

    box-shadow: 2px 2px 4px #888888;
}
#insertText{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 23px;
    background-color: #283943;
    color:#fff;
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 1rem;
    cursor: pointer;

    box-shadow: 2px 2px 4px #888888;
}
#eraseBTN{
    position: relative;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #283943;
    color:#fff;
    margin-top: 15px;
    padding: 5px 13px;
    font-size: 1.4rem;
    cursor: pointer;

    box-shadow: 2px 2px 4px #888888;
}
#confirmBTN{
    position: relative;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #283943;
    color:#fff;
    margin-top: 15px;
    padding: 10px 13px;
    font-size: 1.4rem;
    cursor: pointer;

    box-shadow: 2px 2px 4px #888888;
}
#colorPicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70px;
    height: 36px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#colorPicker::-webkit-color-swatch {
    border-radius: 5px;
    border: none;
}
#colorPicker::-moz-color-swatch {
    border-radius: 15px;
    border: none;
}
.edit-tool-wrapper{
    background-color: #fff;
    border-radius: 40px;
    padding: 15px;
}
.edit-icon{
    font-size: 1.6rem;
}
.editlabel{
    margin-bottom: 0;
}
#addTextBtn{
    border: none;
    background-color: #003D4C;
    color: #fff;
    text-align: center;
    height: 40px;
    border-radius: 50px;
    padding: 0 15px;
}
#fontSizeInput{
    width: 60px;
}
#clearBtn{
    border: none;
    background-color: #666;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    text-align: center;

    border-radius: 50px;
}
#saveBtn{
    border: none;
    background-color: #00B6AB;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    text-align: center;

    border-radius: 50px;
}
/*END DRAWINGTOOLS*/

.coveringCanvas{ 
    width:100%; height:100%; 
    position:absolute; 
    top:0px; left:0px;

}
#img-overlay{
    z-index: 900;
}
/*END EDIT IMAGE*/
/*NOTES*/
#notes-container .CTA-icon{
    height: 25px;
    margin-top: -4px;
}
#notes-container a{
    display: inline-block;
}
#edit-notes-icon{
    height: 20px;
    margin-left: 5px;
}
.edit-note{
    margin-top: 20px;
    max-width: 250px;
    cursor: pointer;
    border: none;
    background-color: #283943;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 1.6rem;
    transition: all ease-out .15s;
}
.edit-note:hover{
    background-color: #3c5460;
}
.edit-note p{
    margin-bottom: 0;
    font-size: 1.2rem;
}
#edit-notes-icon{
    margin-left: -15px;
}
#vehicle-notes-content .col-9{

}
#vehicle-notes-content p{
    width: 100%;
    overflow-wrap: normal;
    word-break: normal!important;
    white-space: normal!important;
}
#enableEdit, #saveEdit, #return-link .CTA{
    width: 250px;
    background-color: #bdad33;
    color: #fff;
    padding: 8px 20px;
    border-radius: 27px;

    font-size: 1.6rem; 
    text-align: center;
    cursor: pointer;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}
#return-link .CTA-icon{
    width: 30px;
}
#enableEdit p, #saveEdit p{
    margin: 0;
}

#cancelEdit{
    width: 250px;
    background-color: #666;
    color: #fff;
    padding: 8px 20px;
    border-radius: 27px;

    font-size: 1.6rem; 
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}
#notes-form a{
    display: inline-block;
}
#cancelEdit p{
    margin: 0;
}
/*JOBS*/
.job-wrapper{
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 10px;
}
.job-comment-wrapper{
    border: solid 1px #efefef; 
    padding-top: 10px; 
  
    border-radius: 12px;
    background-color: #fff;
}

.job-remark{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin-bottom: 12px;

}
.job-remark-list{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    max-width: 85%;
    
}
.job-remark-wrapper{
    margin-bottom: 12px;
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 15px;
}
.trigger-comment-edit, .trigger-general-comment-edit{
    color: #666;
    font-size: 18px;
}
.trigger-comment-edit:hover, trigger-general-comment-edit:hover{
    color: #00B6AB;
}
.edit-job-comment p{
    margin-top: 10px;
}
.form-check-input[type=checkbox]{
    border-radius: 50%;
    width: 25px; 
    height: 25px;
    padding: 4px;
    border-color: #00B6AB;
}
.form-check-input[type=checkbox]:checked{
    background-color: #00B6AB;
}
.form-check-input[type=checkbox]:checked:focus{
    background-color: #00B6AB;
}
.form-check-input:checked{
    border-color: #00B6AB;
}
.form-check-input:checked:focus:before{
    box-shadow: none;
}
.form-check-input:checked:focus{
    border-color: #222;
}
.job-part{
    background-color: #ececec;

}
.job-part-detail{
    border-bottom: solid 1px #fff;
    padding: 6px;
}
.job-part-detail p{
    margin-bottom: 0;
    font-size: 0.8rem;
}
/*HISTORY*/
#history-container{
    padding-top: 50px;
    padding-bottom: 250px;
}
#history-container h2{

}

.history-button{

    background: none;
    border: none;
    text-align: left;
    width: 100%;
}
#VehicleHistory .card{

}
#VehicleHistory .card-body{
    background-color: #f6fcff;
    border-radius: 0 0 20px 20px;
}
.history-button:focus{
    border: none;
    outline: none;
}
.history-date{
    color: #666;
    font-size: 0.8rem;
}

.history-mileage{
    font-size: 0.8rem;
}

.history-icon{
    width: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0.6;
    transition: all 0.3s; 
}
.history-line p{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.history-itemno{
    font-size: 0.8rem;
    color: #555;
}
.card{
    box-shadow: none;
    background-color: #f6fcff;
    margin-bottom: 10px;
    border-radius: 20px!important;
}
/*FOOTER*/
footer{
    position: fixed;
    width: 100vw; 
    bottom: 0;
    left: 0;
    background-color: #dedede;
    padding-top: 8px;
}
footer p{
    font-family: DINPro-light, Arial, sans-serif!important;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 5px;
}
#scanner-wrap{
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position:relative;
}

/*DOCUMENTS*/
#documents-container{
    margin-top: 100px;
    margin-bottom: 150px;
}
#documents-container .CTA-icon{
    height: 35px;
}
#documents-wrapper{
    margin-bottom: 50px;
}
.document{
    padding-top: 15px;
    padding-bottom: 15px;
}
.document:hover,.document:active,.document:active{
    background-color: #efefef;
}
.document {
    height: fit-content;
}
.document h4{
    font-size: 1.3rem;
    font-family: DINPro-reg, Arial, sans-serif!important;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 0;
}
.document .thumb-link{
    height: 100%;
}
.download-icon{
    height:30px;
}
/*PARTS*/
#parts-container{
    margin-top: 100px;
    margin-bottom: 150px;
}
#parts-container .CTA-icon, #surveyForm .CTA-icon{
    height: 35px;
}
#parts-wrapper{
    margin-bottom: 50px;
}
#search-field{
    border-width: 0 0 1px 0;
}
.part{
    border: solid 1px #dcdcdc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.part h4{
    margin-bottom: 0;

}
.part p{

    padding-bottom: 0;
    margin-bottom: 0;
    color: #666;
}
.part span {
    cursor:pointer; 
}
.product .col-form-label{
    font-weight: bolder;
}
.partnumber{
    font-weight: 100;
}

.part input{
    height:40px;
    width: 60px;
    text-align: center;
    font-size: 26px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;

}
.product span{
    color: #666;
    font-size: 0.8rem;
}
.product{
    border: solid 1px #CCCCCC;
    border-radius: 50px;

}
.product .form-control{
    background-color: #fff;
    border-radius: 30px;
}
.update-icon{
    width: 25px;
}
.update-button{
    border: none;
    background: none;
}
.update-parts-form button:disabled{
    display: none;
}
/*CAMERA*/
#click{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    z-index: 100;
}
.shutter{
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #666;
    border: solid 5px #dcdcdc;
}



#camera, #camera--view, #camera--sensor, #camera--output{
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#camera--trigger{
    width: 200px;
    background-color: black;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    position: fixed;
    bottom: 30px;
    left: calc(50% - 100px);
}
.taken{
    height: 100px!important;
    width: 100px!important;
    transition: all 0.5s ease-in;
    border: solid 3px white;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    top: 20px;
    left: 20px;
    z-index: 2;
}
/*RESULT*/
.result-vehicle-info{
    border: solid 1px #cecece;
    border-radius: 20px;
    min-height: 50px;
}
.result-title{
    margin-top: 10px;
    background-color: #fff;
    display: inline-block;

    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
}
#result-jobs-wrapper .TBC{
    font-weight: 700;
    color: #A2962C;
}
#result-jobs-wrapper p{
    margin-bottom: 5px;
}
#result-images-wrapper{
    margin-bottom: 20px;
}
.image-notes p{
    font-family: frank-new, sans-serif; 
}
#adduserbtn{
    background-color: #283943;
    color: #fff;
    padding: 7px 15px;;
    border-radius: 20px;
    border: none;

}

#sign-wrapper{
    position: fixed;
    left: 0;
    max-height: 1500px;
    z-index: 1500;
    width: 100vw;
    bottom: -1500px;
    background-color: #ededed;
    padding-top: 30px;
    transition: all ease-out .7s;
    overflow: scroll;
}
.sign-active{
    bottom: 0!important;
}
#GDPR-list p, #GDPR-list b{
    font-size: 0.6rem;
    line-height: 0.8rem;
}
#GDPR-list h3{
    font-size: 1rem;
}
.GDPR-modal-toggle{
    font-size:0.6rem;
}
#sign-toggle{
    position: fixed; 
    text-align: center;
    right: 70px;
    width: 120px;
    height: 120px;
    bottom: 40px;
    padding-top: 25px;
    border-radius:30px;
    cursor: pointer;
    background-color: #555;
}
#sign-toggle p{
    margin-top: 10px;
    font-size: 0.8rem;
    color: #fff;
}
#header-summary, #header-summary .col-12{
    background-color: #222;
}
#company-logo-wrap img{
    height: 50px;
}
#carya-logo img{
    height: 50px;
}
#barcode-wrapper{
    position: fixed; 
    left: 70px;
    bottom: 40px;
}
#sign-close{
    width: 25px;
    position: absolute;
    right: 30px; 
    top: 20px;
}
#sign-button{
    width: 50px;
}
.summary-placeholder{
    height: 320px;
}

.m-signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    border: 1px solid #CCCCCC;
}
.signature-inner{
    height: 170px;
    background-color: #fff;
    border: solid 1px #999;
}
.signature-title{
    color: #999;
    font-size: 0.8rem;
    margin-left: 10px;
}
#signQR{

}
#QR-wrapper{
    position: fixed; 
    right: 185px;
    bottom: 15px;
    padding: 10px;
    cursor: pointer;
    width: 185px;
    border-radius: 10px;
    border: solid 2px #cccccc;
    background-color: #fff;
}
#QR-wrapper h4{
    font-size: 0.8rem;
    text-align: center;
}
#signQR img{
    width: 160px;
    height: 160px;
}
#clearSign{
    background-color: #666;
    padding:5px;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 25px;
    z-index: 1000;
    border-radius: 0 0 0 5px;
}
#clearSign img{
    width: 20px;
}
#confirmation-overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;

}
/*RESULT QA*/

/*END RESULT QA*/
/*SUMMARY QA*/

#QA-sign-wrapper{
    background-color: #fff;
}
.submit-button{
    margin-top: 15px;
    background-color: #bdad33;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 8px 50px;
    border-radius: 20px;
    transition: all ease-out .2s;
}
.view-order{
    width: fit-content;
    background-color: #999;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all ease-out .2s;
}
.view-order p{
    color: #fff;
}
.card-body{
    padding-top: 0;
}
.submit-button:hover{
    background-color: #A2962C;
}
.view-order:hover{
    background-color: #666;
}
.disabled{ 
    background-color: #cccccc;
    color: #666666;
}
#cancel-summary{
    display: block;
    background-color: #999;
    color: #fff;
    border: none;
    padding: 8px 0px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}
#signature-pad label{
    color: #777;
    font-size: 0.8rem;
}
.QA-check{
    width: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*SURVEY*/
#surveyForm{
    background-color: #fefefe;
    border: solid 1px #cecece;
    padding: 30px;
    border-radius: 30px;
}
#survey-title{

}
.closed-survey{
    color: #c00;
    font-size: 1rem;

}
.form-outline .form-control:focus~.form-notch .form-notch-leading, .form-outline .form-control:focus~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-trailing{
    border-color: #889da5!important;
}
.form-outline .form-control:focus~.form-label{
    color: #666;
}
.surveyItem-wrap{
    padding: 10px;
}
#surveyForm .form-control{
    background-color: #fff!important;
}
.form-header{
    border-bottom: 1px solid #ccc;

}
.form-check-input[type=radio]:checked:after{
    background-color: #283943;
    border-color: #283943;
}
.range .thumb{
    margin-left: -25px;
}
.range .thumb:after{
    background-color: #283943;
}
.form-range::-webkit-slider-thumb {
    background: #283943;
}

.form-range::-moz-range-thumb {
    background: #283943;
}

.form-range::-ms-thumb {
    background: #283943;
}
.form-header h3{

    font-size: 1.4rem;
    text-transform: uppercase;
}
.form-check{
    padding-left: 2em;
}
.survey-CTA{
    background-color: #283943;
    padding: 10px;
    transition: background ease-out .2s;
    border-radius: 27px;
}
.survey-CTA:hover{
    background-color: #3c5460;
}
.survey-CTA p{
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
}

.select-option-text .form-check-input {
    margin-left: 5px;
}
.blank-radio{
    border-color: gray;
    margin-right: 40px;
}
.red-radio{
    border-color: red!important;
    margin-right: 40px;
}
.orange-radio{
    border-color: orange!important;
    margin-right: 40px;
}
.green-radio{
    border-color: green!important;
}
.red-radio:checked, .red-radio:checked:focus{
    border-color: red;

}
.orange-radio:checked, .orange-radio:checked:focus{
    border-color: orange;

}
.green-radio:checked, .green-radio:checked:focus{
    border-color: green;
}
.red-radio[type=radio]:checked:after{
    border-color: red;
    background-color: red;
}
.orange-radio[type=radio]:checked:after{
    border-color: orange;
    background-color: orange;
}
.green-radio[type=radio]:checked:after{
    border-color: green;
    background-color: green;
}
/*END SURVEY*/
#summary-cancel{
    position: fixed;
    left: 15px;
    bottom: 15px;
}
#summary-cancel a{
    padding: 5px 15px;
    width: auto; 
    background-color: #aaa;
    color: #fff;
}
/*TIRE MODULE*/
/*TIRE PILLS*/
.nav-pills .nav-link{
    font-size: 1.4rem;
    border-radius: 40px;
}
.nav-pills .nav-link.active{
    background-color: #00B6AB;
}

/*END TIRE PILLS*/
.tire-data-wrapper{
    border-radius: 25px;
    border: solid #afafaf 2px;
}
.tire-data-wrapper label{
    margin-bottom:0;
}
.tire-title{
    border-radius: 22px 22px 0 0;
    background-color: #afafaf;
}
.tire-warning{
    background-color: #E35A5A;
}
.tire-title h4{
    color: #fff;
    font-size: 1.2rem;
}
.tire-data{
    min-height: 100px;
}
.insert-tire-image-CTA{
    cursor: pointer;
    text-align: right;
    color: #fff;
    font-size: 1.5rem;
}
.view-tire-image-CTA{
    cursor: pointer;
    text-align: right;
    color: #fff;
    font-size: 1.5rem;
}



.tire-btn{
    height: 80px;
    width: 80px;
    background-color: #3c5460;
    border-radius: 40px;
    position: absolute;
    padding-top: 20px;
    cursor: pointer;

}
.warning{
    background-color: #c00;
}
.tire-btn p{
    color: #fff;
    line-height: 1.4rem;


}
.tire-btn span{
    font-size: 2rem;

}
.tire-btn .image-count{
    background-color: #283943;

    position: absolute;
    right: -5px;
    top: -5px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    padding-top: 4px;
}
.tire-btn .image-count p{
    margin-bottom:0;

}
#FRONT_LEFT-summer, #FRONT_LEFT-winter{
    top: 180px;
    left: 20px;
}
#FRONT_RIGHT-summer,#FRONT_RIGHT-winter{
    top: 180px;
    right: 20px;
}
#REAR_LEFT-summer, #REAR_LEFT-winter{
    bottom: 120px;
    left: 20px;
}
#REAR_RIGHT-summer, #REAR_RIGHT-winter{
    bottom: 120px;
    right: 20px;
}
.tire-section{
    background-color: #efefef;
    border-radius: 30px;
}
.tire-section h3{
    font-size: 1.6rem;

    color: #777;
    margin-bottom: 20px;
}
#tires-container .CTA-icon{
    height: 35px;
}
.tyre-img-counter{
    border-radius: 50px;
    height: 25px;
    width: 25px;
    background-color: #666;
    color: #fff;
    font-weight: 400;
    font-family: frank-new, sans-serif!important;
    text-align: center;
    margin-right: 10px;
}
/*END TIRE MODULE*/
@media only screen and (max-width: 990px) {
    /*PARTS*/

    #quick-order .form-control{
        max-width: 140px;
    }
    /*END PARTS*/
}
@media only screen and (max-width: 765px) {
    #DSO-header-logo {
        max-width: 160px;
    }
    /*PARTS*/
    .product{
        border: solid 1px #CCCCCC;
        border-radius: 20px;

    }
    /*END PARTS*/
}
@media only screen and (max-width: 575.88px) {
    /*General layout*/
    #planningwrapper{    
    height:         auto;
    width: auto;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 0px 15px 0 15px;
    border-left: none;
    background-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#toggle-planning{
   display: none;
}
#general-wrapper{
    position: relative;
    width: 100%;
    padding-left: 0;
}
    /*END General layout*/
    /*HEADER*/
    #header-general{
        padding: 10px 0;

    }

    #logout{
        margin-top: 0px;
    }
    #logout .user{
        display: none;
    }
    #logout a{
        color: #fff;
        font-weight: 300;
        font-size: 1.5rem;
    }
    #profile-dropdown{
        margin-top: 10px;
    }
    #logout .svg-inline--fa{
        margin-left: 5px;
    }
    #logout .dropdown-menu{
        background-color: #283943;
        text-align: right;

    }
    #logout .dropdown-menu a {
        font-size: 0.9rem;
    }
    #logout .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
        background-color: #3c5460;
    }
    #back-CTA{

        display: none;
    }
    /*END HEADER*/
    /*QUICK ORDER*/

    #id-wrapper{
        top: 46px;
        padding: 8px 8px 8px 8px;
    }
    #codes-icon{
        font-size: 1.6rem;
    }
    #result-container{
        top: 95px;
    }
    /*END QUICK ORDER*/
    #season-select p{
        font-size: 1rem;
        color: #999;
    }
    .tire-section{
        border-radius: 15px;

    }


    .switch {

        height: 1em;
        width: 2em;

        border-radius: 1em;
    }

    .switch div {
        height: 1em;
        width: 1em;
        border-radius: 1em;

    }
    /*Survey*/
    #surveyForm{
        padding: 15px 10px;
    }
    .form-header h3{
        font-size: 1rem; 
    }
    .blank-radio{

        margin-right: 40px;
        margin-left: 0px;
    }
    /*END SURVEY*/

}
/*END RESULT*/



/*BOOSTRAP CAROUSEL CONTROL TIRES*/
/*.carousel-item {
 
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}*/