* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #f0f3fb;
}

.html-login-page .center-1 {
    height: 100vh;
}

nav {
    background-color: #fff;
}
#overlay{	position: fixed;top: 0;z-index: 100;width: 100%;height:100%;display: none;background: rgba(0,0,0,0.6);}
.cv-spinner {height: 100%;display: flex;justify-content: center;align-items: center;  }
.spinner {width: 40px;height: 40px;border: 4px #ddd solid;border-top: 4px #2e93e6 solid;border-radius: 50%;animation: sp-anime 0.8s infinite linear;}
@keyframes sp-anime {100% { transform: rotate(360deg); }}
.is-hide{display:none;}

.side-card .card-header {
    background-color: #0b4395;
    color: #fff;
    font-weight: bold;
}

.side-card.sidebar ul li a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -15px;
    width: 5px;
    height: 5px;
    background-color: #0b4395;
}

.side-card.sidebar ul li {
    position: relative;
    list-style-type: none;
}

.side-card.sidebar ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.side-card.sidebar ul li a:hover {
    color: #0b4395
}

.search-wrapper label,
.search-wrapper input {
    font-size: 14px;
}

.search-wrapper .col,
.search-wrapper .col-auto {
    padding-left: 5px;
    padding-right: 5px;
}

.objectsTable tr td {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

table.dataTable th {
    background-color: #A8BCDA;
    font-weight: bold;
}


/*table.dataTable tr td:first-child {background-color: #A8BCDA;font-weight:bold}*/

.objectsTable tr>td:first-child {
    background-color: #A8BCDA;
    font-weight: bold;
    width: 50%;
}

.productTable tr td,
.productTable tr th {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    vertical-align:middle;
}

.productTable tr th,
.productTable tfoot tr td {
    background-color: #A8BCDA;
    font-weight: bold;
}

.productTable tr td input[type="text"],
.productTable tr td input[type="number"] {border: 1px solid #cac9c9;border-radius: 2px;padding: 2px 5px;font-size: 100%;}
.productTable tr td input[type="text"]:focus,
.productTable tr td input[type="number"]:focus {outline:0; border-color:#a8bcda} 

#myTab li {
    width: 50%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

#myTab.project li {
    width: calc(100% / 3);
    text-align: center;
}
#myTab.compantEdit li {
    width: calc(100% / 3);
    text-align: center;
}

#myTab li a.active {
    background-color: #0b4395;
    color: #fff;
}

#myTab li a {
    font-weight: bold;
    color: #000000;
}

.sidebar .side-card ul li a:hover,
.side-card ul li a.active {
    background-color: #A3B6CA;
    color: #0b4395 !important
}

.sidebar .side-card ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar .side-card ul li:last-child a {
    border: 0
}

.sidebar .side-card ul li a:active {
    color: #0b4395
}

.globalBtn {
    background-color: #A3B6CA;
    border-color: #A3B6CA;
}

.pdfdownload img {
    width: 30px;
}

#myTab li a:hover {
    background-color: #0b4395;
    color: #fff;
}

.progress-bar.hundred {
    background-color: red
}

.progress-bar.seventyfive {
    background-color: orange
}

.progress-bar.fifty {
    background-color: yellow
}

.progress-bar.twentyfive {
    background-color: green
}


/*Login Css*/


/*Login CSss*/

.container {
    padding: 0
}

.login-branding-img {
    height: 179px;
    background-color: #bd1721;
    background-repeat: no-repeat;
    background-image: url(images/Logo-white.png);
    background-position: center center;
    border-radius: 4px 4px 0 0;
    color: #bd1721;
    box-shadow: 6px 12px 35px 5px rgba(0, 0, 0, .35);
    padding: 40px 60px 60px 60px;
    background-size: 280px
}

.form-heading {
    color: #fff;
    font-size: 23px
}

.login-panel {
    background-color: #fff;
    padding: 40px 60px 60px 60px;
    border-radius: 0 0 4px 4px;
    box-shadow: 6px 12px 35px 5px rgba(0, 0, 0, .35)
}

.login-panel .header-img {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px
}

.login-panel .header-img>i {
    font-size: 74px;
    color: #c3ced4
}

.login-panel h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    height: auto;
    line-height: normal;
    margin-top: 0
}

.login-panel h2+p {
    padding-bottom: 12px;
    font-size: 14px
}

.login-form .form-control {
    height: 40px;
    border: none;
    padding-left: 35px;
    font-size: 14px;
    line-height: inherit
}

@supports (-webkit-overflow-scrolling:touch) {
    .login-form input[type=color],
    .login-form input[type=date],
    .login-form input[type=datetime-local],
    .login-form input[type=datetime],
    .login-form input[type=email],
    .login-form input[type=month],
    .login-form input[type=number],
    .login-form input[type=password],
    .login-form input[type=search],
    .login-form input[type=tel],
    .login-form input[type=text],
    .login-form input[type=time],
    .login-form input[type=url],
    .login-form input[type=week],
    .login-form select:focus,
    .login-form textarea {
        font-size: 16px
    }
}

.login-form .form-control:focus {
    /* border-color:#14bbf4; */
    color: #495057;
    background-color: transparent;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
}

.login-form .form-control::placeholder {
    color: #abbec8
}

.login-form .form-control.input-validation-error {
    /* border-color:#e42332; */
    /* color:#e42332 */
}

.login-form .form-control.input-validation-error:focus {
    border-color: #a94442
}

.field-validation-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    clear: both;
}

.validation-summary-errors {
    color: #e42332!important;
    padding: 0px;
    font-size: 12px;
    letter-spacing: .1px;
}

.validation-summary-errors ul {
    list-style: none;
    display: table;
    margin-bottom: 10px;
    margin-top: -10px;
}

.validation-summary-errors ul li {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 7px 10px;
    display: table;
    clear: both;
}

.validation-summary-errors ul li:last-of-type {
    margin-bottom: 0
}

.ie-label {
    display: none
}

.input-control {
    position: relative;
    display: flex;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px
}

.input-control>i.input-icon {
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    left: 11px;
    z-index: 1;
    font-size: 16px;
    color: #495057;
}

.input-icon>input:focus~i {
    color: #bd1721
}

.input-icon>input.input-validation-error~i {
    color: #e42332
}

.input-validation-error-icon {
    display: none;
    font-size: 22px;
    color: #e42332;
    position: absolute;
    top: 9px;
    right: 9px
}

.input-validation-error~.input-validation-error-icon {
    display: inline-block
}

.login-form {
    margin: 100px auto;
    min-width: 320px;
    max-width: 38%;
    display: flex;
    flex-direction: column
}

.form-group {
    margin-bottom: 10px
}

.btn.btn-full-width {
    width: 100%
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-cancely:not(disabled):not(.disabled):active,
.btn-ghosty:not(disabled):not(.disabled):active,
.btn-primary:not(disabled):not(.disabled):active,
.btn-secondary:not(disabled):not(.disabled):active {
    outline: 0;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.remember-me {
    text-align: left;
    margin-bottom: 30px
}

.remember-me-label {
    font-size: 14px;
    letter-spacing: .1px;
    cursor: pointer
}

.terms {
    margin-top: 60px;
    margin-bottom: -25px;
    font-size: 9px;
    color: inherit;
    text-align: center
}

.forgot {
    position: relative
}

.forgot .btn-link {
    font-size: 14px;
    letter-spacing: .1px;
    color: #000;
    padding: 0;
    position: absolute;
    border: none;
    cursor: pointer;
    right: 0
}

.IconBtn {
    background: transparent !important;
    border: 1px solid #0b4395 !important;
    padding: 0;
    color: #0b4395;
    font-size: 17px;
    border-radius: 100%;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    width: 30px !important;
    height: 30px !important;
    display: block;
    text-align: center;
    line-height: 29px;
    margin: -2px 1px;
}

.IconBtn:hover {
    color: #fff !important;
}

.IconBtn.bg-red {
    border: 1px solid red;
    color: #ff5555;
    transition: 0.3s ease-in-out;
}

.IconBtn:hover {
    background: #0b4395 !important;
}

.IconBtn.bg-red:hover {
    background: #ff5555 !important;
}

.IconBtn2:hover {
    background-color: red !important;
}

.IconBtn2:hover i {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    border: 0 !important;
    margin: 0 !important;
}

.gender label {
    margin-bottom: 0;
}

.sidebar .side-card ul li a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    width: 40px;
    top: 0;
    bottom: 0;
    text-align: center;
}

.sidebar .side-card ul li {
    list-style-type: none;
}

.sidebar .side-card ul {
    margin: 0;
    padding: 0;
}

.sidebar .side-card ul li.customer-info a:before {
    content: "\f007";
}

.sidebar .side-card ul li.customer-addresses a:before {
    content: "\f2ba";
}

.sidebar .side-card ul li.paint-order a:before {
    content: "\f07a";
}

.sidebar .side-card ul li.change-password a:before {
    content: "\f13e";
}

.sidebar .side-card ul li.company a:before,
.sidebar .side-card ul li.customer-avatar a:before {
    content: "\f0f7";
}

.sidebar .side-card ul li.foreman a:before {
    content: "\f007";
}

.sidebar .side-card ul li.project a:before {
    content: "\f274";
}

.sidebar .side-card ul li.logout a:before {
    content: "\f08b";
}
.sidebar .side-card ul li.classen-places a:before {
    content:"\f279";
}

.sidebar .side-card ul li.nonpaintproduct a:before {
    content:"\f290";
}

.sidebar .side-card ul li.workplan-products a:before {
    content:"\f290";
}

.sidebar .side-card ul li.job a:before {
    content:"\f0f6";
}







.page-item.active .page-link {
    background-color: #0b4395;
    border-color: #0b4395;
}

.IconBtn.bg-red i {
    color: red;
}

.IconBtn.bg-red:hover i {
    color: #fff;
}

.IconBtn.bg-red {
    border-color: red !important;
}

@media all and (min-width:1200px) {
    .container {
        max-width: 90%;
    }
}

.sidebar {
    flex: 20%;
    max-width: 20%;
}

.contentbar {
    flex: 80%;
    max-width: 80%;
}

.backlink {
    color: #000000;
}

.dataTables_wrapper .bottom {
    display: flex;
    align-self: center;
    flex-direction: row;
    align-items: center;
}

.dataTables_wrapper .dataTables_length {
    order: 1;
    display: flex;
}

.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0
}

.dataTables_wrapper .dataTables_paginate {
    order: 0;
    display: flex;
    padding-right: 40px;
}

.dataTables_wrapper .dataTables_info {
    order: 3;
    display: flex;
    padding: 0 !important;
    margin-left: auto;
}

.searchbtn {
    background-color: #A3B6CA;
    border-color: #A3B6CA;
}

.clearSearch {
    background-color: #0b4395;
    border-color: #0b4395;
}

.addNew {
    background-color: #A3B6CA;
    border-color: #A3B6CA;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: transparent;
    border: 0;
    background: none;
}

.with-icon {
    position: relative;
}

.with-icon i {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
}

.with-icon input {
    padding-right: 40px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 18px;
}

.btn:hover {
    background-color: #3c649f;
    border-color: #3c649f;
}

.accountDrop>a {
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.accountDrop>a:before {
    content: none !important;
}

.accountDrop .dropdown-menu a {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.accountDrop .dropdown-menu a:last-child {
    border-bottom: 0
}

.accountDrop .dropdown-menu {
    padding: 0
}

.accountDrop .dropdown-menu a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 30px;
}

.accountDrop .dropdown-menu a.customer-info:before {
    content: "\f007";
}


.accountDrop .dropdown-menu a.change-password:before {
    content: "\f13e";
}

.accountDrop .dropdown-menu a.logout:before {
    content: "\f08b";
}

.accountDrop .dropdown-menu .language_wrapper:before {
    
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 30px;
    content: "\f1ab";
}



.accountDrop .dropdown-menu a:hover,
.accountDrop .dropdown-menu a.active {
    background-color: #A3B6CA;
    color: #0b4395 !important
}

.language_wrapper {font-size: 12px;font-weight: 500;color: #000000;text-decoration: none;width: 100%;display: block;border-bottom: 1px solid;padding-left: 40px;padding-top: 5px;padding-bottom: 5px;position: relative;cursor: pointer;}
.language_wrapper .languageList {top: 0;position: absolute;background-color: #fff;left: -173px;width: 100%;opacity: 0;transition: ease 0.3s;}
.language_wrapper:hover .languageList {opacity:1}
.language_wrapper:hover .languageList a {padding-left: 10px;}

.accountDrop a.nav-link:hover {color: #0b4395;}
.div-table {
display: table;         
width: 100%;   
border:1px solid                     
}
.div-table .div-table-row:first-child .div-table-col{
font-weight:bold;
background-color:#A8BCDA
}
.div-table-row {
display: table-row;
width: auto;
clear: both;
}
.div-table-col {
float: left; /* fix for  buggy browsers */
display: table-column;         
width: 33.333%;         
text-align:center;
border:1px solid 
}
.popover{min-width:500px}
.page-link {color: #666;}
.IconBtn.success:hover {background-color: #009688 !important;}
.IconBtn.success:hover i {color: #fff !important;}

.tag.label-info {background-color: #5bc0de;padding: 4px 6px;font-size: 75%;border-radius: .25em;}
.bootstrap-tagsinput {width: 100%;}
.modal-lg {max-width: 80%;}

.sidebar .side-card ul li.paint-order-list a:before {
    content: "\f218";
}