@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body {
    font-family: 'Arimo'!important;
}

a,
a:hover,
a:focus,
a:active {
    font-family: 'Arimo';
    color: inherit; 
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.breathe {
    padding: 3em 0em;
}


/* Select2 Dropdown */
.select2-results__option--highlighted {
    background-color: #345DA7!important;
}
.select2-container{
    width: 100%!important;
    font-size: 14px;
    float: right;
}



/* TOP HEADING STYLE */
* {
    padding: 0;
    margin: 0;
}

.page-heading {
    padding: 10px 0 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #ededed;
    z-index: 500;
    padding-left: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.chiller-theme.toggled .page-heading {
    padding-left: 225px;
}

.page-heading .btn-dark {
    background-color: #3B8AC4;
    border-color: #3B8AC4;
    float: left;
    margin-right: 15px;
}

.page-heading .btn-dark:hover,
.page-heading .btn-dark:focus {
    color: #fff;
    background-color: #345DA7!important;
    border-color: #345DA7!important;
    box-shadow: none;
}

.page-heading h2 {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    line-height: 43px;
}

.page-heading .dropdown-toggle {
    width: 220px;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    color: #000000;
}

.page-heading .dropdown-toggle:focus,
.page-heading .btn-secondary:not(:disabled):not(.disabled).active,
.page-heading .btn-secondary:not(:disabled):not(.disabled):active,
.page-heading .show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


/*.page-heading .dropdown-menu {
    top: 100% !important;
}*/

.page-heading .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    top: 50%;
    position: absolute;
    right: 13px;
}

.page-heading .user-pic {
    float: left;
    width: 45px;
    height: 41px;
    padding: 2px;
    margin-right: 15px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
}

.page-heading .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.page-heading .user-info {
    float: left;
    text-align: left;
}

.page-heading .user-info>span {
    display: block;
    line-height: 20px;
}

.page-heading .user-info .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    color:#000000;
}

.page-heading .user-info .user-role {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    color:#000000;
}

footer {
    padding: 10px 0;
    background-color: #041b29;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.content-holder {
    margin-top: 49px;
    padding-top: 15px;
}

.info-box {
    width: 100%;
    height: 75px;
    margin-bottom: 25px;
    margin-top: 10px;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.20);
}

.info-box .icon {
    display: inline-block;
    width: 70px;
    height: 75px;
    background-color: #fba81a;
    border-right: 1px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-size: 60%;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}

.page-wrapper.chiller-theme.toggled .page-heading h2 {
    display: block;
}
.table td .dropdown-toggle::after {
    display: none;
    /* width: 38px;
    height: 38px;
    padding: .375rem; */
}
table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dropdown-menu .custom-control-label::before {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    width: 15px;
    height: 15px;
}

.dropdown-menu .custom-control-label::after {
    width: 15px;
    height: 15px;
}

/* .dropdown-menu .custom-control .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffffff !important;
    background-color: #09ba7c !important;
} */

.outer-panel-above {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 15px;
}


.outer-panel-above .img-holder {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #f7f7f7;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.22);
}

.outer-panel-above .img-holder img {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    margin: 7px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.outer-panel-above .person-name {
    color: #0d4158;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.outer-panel-above .position {
    color: #8b8b8b;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.outer-panel-above .social-icons {
    text-align: center;
}

.outer-panel-above .social-icons li a {
    font-size: 20px;
    color: #345DA7;
    margin: 0 10px;
}

.outer-panel-above .social-icons li a:hover {
    color: #0d4158;
}

.outer-panel-above .label-caption {
    font-size: 16px;
    color: #345DA7;
    margin-bottom: 5px;
    display: block;
}

.outer-panel-above .label-value {
    font-size: 16px;
    color: #838383;
    display: block;
}

.outer-panel {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.outer-panel .panel-caption {
    font-size: 18px;
    color: #345DA7;
    margin-bottom: 10px;
    font-weight: 700;
}

.outer-panel .assesment-count:not(:last-child) {
    font-size: 18px;
    color: #838383;
}

.outer-panel .assesment-count:not(:last-child) {
    margin-bottom: 15px;
}

/* END TOP HEADING STYLE */
option:hover{
    background-color: #345DA7;
    color:#FFF;
}

.rightimg img {
    border-radius: 5px;
    margin-top: 72px;
    box-shadow:0px 3px 5px 0px #bbbbbb;
}

.toptab .nav-tabs .nav-link, .toptab .nav-tabs{
    border: none;
    font-weight: 600;
}
.toptab .nav-link{
    color: #000!important;
}
.toptab .nav-link:hover, .toptab .nav-tabs .nav-link.active, .toptab .nav-tabs .nav-item.show .nav-link{
    background-color: #345DA7;
    border-radius: 5px;
    color: #FFF!important;
}
.companymain {
    /*padding: 0px 0px 0px 40px;*/
    margin-top: 40px;
}
#communicationsetting .whitespace-no-wrap,#assigndefect .whitespace-no-wrap,#qualitychecklist .whitespace-no-wrap {
    white-space: inherit;

}
.company h5,.company h6, .listview h5 {
    padding: 0px 0px 5px 0px;
    color: #345DA7;
    font-weight: 700;
    font-size: 18px;
    /* font-family: 'Arimo'; */
}
.listview{
    position: relative;
}
.data-table-title{
    position: absolute;
    top: 7px;
    /* left: 0; */
    right: auto;
    bottom: auto;
}
 h6{
    color: #345DA7;
}
.listview td a{
    color: #000;
    margin-left: 5px;
}
.listview td a:hover{
    color: #345DA7;
}
.company label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}
.groupform .count{
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 10px;
}
.company .groupform input {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
}

.company .groupform {
    box-shadow: 1px 1px 7px 2px #dedede;
    padding: 22px 25px 22px 25px;
    border-radius: 5px;
}

.company form .form-control {
    padding: 0px 5px 0px 0px!important;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #b8c3cf;
    font-size: 13px;
    /* background-color:transparent!important; */
    /* font-family: 'Lato'; */
}

.form-control:disabled, .form-control[readonly]{
    /* background-color:transparent!important; */

}
/* 
select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 0px);
} */

.company .searchwid {
    width: 70%;
}
.company .buttonslist, .buttonslist{
    float: right;
}
.company .buttonslist .btnsave {
    background-color: #FFF!important;
    color: #000000!important;
    border: 1px solid #000000;
}
 .btnreport {
    background-color: #FFF!important;
    color: #000000!important;
    border: 1px solid #000000;
}
.btn.btn-sm.btn-upload{
    color: #FFF!important;
    background-color: #345DA7!important; 
}
 .buttonslist .btn {
    color: #FFF;
    margin: 20px 0px 0px 20px;
    background-color: #345DA7;
    padding: 8px 25px 8px 25px;
    border-radius: 5px;
    transition: all 200ms ease-in-out;
}
.excelupload{
    font-weight: 600;
     transition: all 300ms ease-in-out;
     border-radius: 5px!important;
     border: 1px solid #000!important;
    }
    .excelupload:hover, .excelupload:focus {
        border: 1px solid #345DA7!important;
        background-color: #345DA7;
        color: #FFF!important;
        transition: all 300ms ease-in-out;
    }
/* .buttonright .btn{
    margin: 0px 20px 0px 20px;

} */
.addsearch .buttonslist .btn {
    margin: 0px;
}
 .buttonslist .btn:hover,
 .buttonslist .btn:focus,
table .btn-sm:hover,
table .btn-sm:focus
{
    border: 1px solid #345DA7;
    background-color: #FFF;
    color: #345DA7!important;
    transition: all 200ms ease-in-out;
    box-shadow: none;
}

.list-unstyled .dropdown-toggle::after {
    margin-top: 9px;
    float: right;
}

.listview {
    margin-top: 50px;
}
.listview select{
    border: 1px solid #000!important;
    border-radius: 5px!important;
    margin-bottom: 10px!important;
}
select{
    font-size: 13px!important;
}
.card {
    border: none!important;
}

.company .card-body {
    /* margin-top: 95px; */
    padding: 15px 0px 15px 0px;
}

.exportbtn{
    border: 1px solid #345DA7!important;
    color: #345DA7!important;
    font-weight: 600!important;
    padding: 11px 11px 11px 11px;
    border-radius: 9px!important;
    margin-left: 22px;
    transition: all 300ms ease-in-out;
}
.exportbtn:hover , .exportbtn:focus{
    background-color:#345DA7 ;
    color: #FFF!important;
    transition: all 300ms ease-in-out;

}

.input-group {
    margin-bottom: 20px;
    float: right;
}

/* .input-group .btn .fa-search{
    color: #345DA7;
   
} */

 ::placeholder {
    color: rgb(226, 226, 226, 0.4);
    /* font-family: 'Lato'; */
    font-size: 13px;
}

.searchwid ::placeholder {
    font-size: 13px!important;
}

.searchbtn {
    background: transparent;
}

.input-group .form-control {
    border: none;
    /*    padding: 20px 0px 20px 76px;
*/
}

.input-group .form-control:hover,
.input-group .form-control:focus {
    box-shadow: none;
}

.company table, .listview table, #checklistdata{
    box-shadow: 1px 1px 7px 2px #dedede;
    border-radius: 5px;
    font-size: 14px;
}
.fixed-table tr th:first-child, .fixed-table tr td:first-child{
    background-color: #ededed !important;
    color: #345DA7!important;
}

.table thead th {
    border: none;
    font-weight: 700;
    background-color: #ededed !important;
    /* background-color: #f4f4f4; */
    color: #345DA7!important;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: .85em;
}
.table .fa-edit, .fa-file-excel, .fa-file-pdf {
    cursor: pointer;
    color: #345DA7;
    margin-right: 15px;
    /* padding: 0px 15px 0px 0px;*/
    transition: all 300ms ease-in-out;
}
.table .fa-trash-alt,
.table .fa-file-alt,
.table .fa-eye {
    cursor: pointer;
    color: #9d9ea0;
    transition: all 300ms ease-in-out;
}
.fa-edit:hover, .fa-eye:hover, .fa-file-alt:hover, .fa-trash-alt:hover{
    color: #000;
    transition: all 300ms ease-in-out;
}
.clickhr {
    background-color: #FFF!important;
    color: #000!important;
    transition: all 300ms;
}

.rooms input[type=radio] {
    margin-right: 16px;
}

.contractor .btn,
.checker .btn,
.manpower .btn {
    background-color: #345DA7;
    transition: all 300ms;
}

.contractor .btn:hover,
.checker .btn:hover {
    background-color: #FFF;
    transition: all 300ms;
    border: 1px solid #345DA7;
}

.svg-inline--fa,
.fa-plus:before {
    color: #345DA7!important;
    /* color: #FFF!important; */
    transition: all 300ms;
    font-size:25px ;
    margin-top:10px;
}
.svg-inline--fa,
.fa-minus:before {
    color: #345DA7!important;
    /* color: #FFF!important; */
    transition: all 300ms;
    font-size:25px ;
    margin-top:10px;
}

/* .btn:hover .fa-plus:before, .fa-arrow-up, .fa-arrow-down, .add .fa-plus:before{
    cursor: pointer;
    border: 1px solid #345DA7!important;
    color: #345DA7!important;
    background-color: #FFF!important;
} */

.contractor .btn:hover .svg-inline--fa,
.checker .btn:hover .svg-inline--fa {
    color: #345DA7!important;
    transition: all 300ms;
    box-shadow: none;
}

.contractor .btn-outline-secondary,
.contractor .btn-outline-secondary:hover,
.contractor .btn-outline-secondary:focus {
    background-color: #FFF;
    border: none;
}

.contractor .fa-angle-down {
    color: #000000;
}

.subdrop {
    transform: translate3d(180px, 37px, 0px)!important;
}

.checker .searchbtn {
    background-color: #FFF;
}

.checker .input-group {
    width: 45%;
}

.checker .table td,
.checker .table th {
    border-top: 1px solid transparent;
}

.checker .searchinput {
    border-bottom: 1px solid #FFF!important;
}

.btn-outline-secondary {
    border: none;
}

.input-group-append .svg-inline--fa {
    color: #000000;
}

select:focus {
    box-shadow: none!important;
}

.dropdown-toggle {
    background-color: #FFF;
}

.input-group-append .btn:focus {
    box-shadow: none;
}

#editassignactivity select,
#editchecklist select, 
#assignproject select,
#editcheckpoint select, 
#editdefectactivity select, 
#editsubactivity select, 
#editbalance select, 
#editassignroom select,
#editmanpower select, 
#edittimeline select,
#editcmanpower select,
#editassigndefect select,
#editactivity select,
#editreport select,
#editproject select,
.modal-body select{
    border: none!important;
}
#editassignactivity .form-control,
#editchecklist .form-control, 
#editassignroom .form-control,
#editcheckpoint .form-control, 
#editdefectactivity .form-control, 
#editsubactivity .form-control, 
#editbalance .form-control, 
#editmanpower .form-control, 
#edittimeline .form-control,
#assignproject .form-control,
#editcmanpower .form-control,
#editassigndefect .form-control,
#editactivity .form-control,
#editreport .form-control,
#editproject .form-control,
.modal-body .form-control {
    border-bottom: 1px solid #9d9ea0!important;
    border-radius:  0px!important;
}
.phase span, .phase label{
    font-weight: 600;
}
.phase table .form-control{
    border: none;
}
.fontplus {
    position: relative;
}
.fontplus .fa-plus:before{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 40px;
    bottom: 5px;
    color: #345DA7!important;
}
#buildingdata td{
    border: 1px solid #d4d4d4;
}
#buildingdata .data{
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 3px;
}
#listdata td .upload{
    border-bottom: 1px solid;
}
.buildingtitle .title{
    font-weight: 600;
}
.buildingtitle .area{
    color: #345DA7;
    font-weight: 600;
}
.detailbtn .btn:hover{
    color: #345DA7!important;
    border: 1px solid #345DA7!important;
    transition: all 300ms ease-in-out;
}
.detailbtn .btn:hover, .detailbtn .btn:focus, .detailbtn .active {
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
.projectdetails .nav-tabs .nav-link h6{
    color: #000;
    transition: all 300ms ease-in-out;
}
.projectdetails .nav-link:hover h6, .projectdetails .nav-tabs .nav-link.active h6{
color: #FFF;
transition: all 300ms ease-in-out;
}

.projectdetails .nav-tabs .nav-link{
    color: #000!important;
    border: 1px solid #000!important;
    border-radius: 5px;
    font-weight: 600;
    transition:  all 300ms ease-in-out;
    margin: 10px 20px 0px 0px;
}
.projectdetails .nav-link:hover, .projectdetails .nav-tabs .nav-link.active{
    background-color: #345DA7;
    color: #FFF!important;
    transition: all 300ms ease-in-out;
    border: 1px solid #345DA7!important;

}
.deatiltable {
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.deatiltable thead th{
font-size: 18px;
font-weight: 600;
}
.floors span, .flats span{
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 600;
}
/* .flats .active, .flats span:hover, .flats span:focus{
    background-color: #345DA7;
    border: 1px solid #345DA7;
    color: #FFF;
    transition: all 300ms ease-in-out;
} */
/* ----------------------------------------------
           DATA TABLE 
------------------------------------------------- */
#buildingdata_wrapper .dataTables_length{
    display: none;
}
.dataTables_filter{
    margin-bottom: 10px;
}
.dataTables_filter .form-control{
    border: 1px solid #345DA7;
}
.dataTables_filter label{
    font-weight: 600!important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
 table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    background-color: #345DA7!important;
    box-shadow: 0 0 0.2em #345DA7!important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{
    background-color: #000!important;
    box-shadow: 0 0 0.2em #000!important;

}
/* .table .stroke-current {
    color: #000 !important;
    height: 18px !important;
    margin-left: 10px !important;
} */

.table  .tracking-wider {
font-family: 'Arimo'!important;
    letter-spacing: .05em !important;
    /* font-size: 12px !important; */
    font-weight: 600 !important;
}

.table .table-row .whitespace-no-wrap{
	/* font-size: 12px !important; */
	font-family: 'Arimo'!important;
}

.page-item.disabled .page-link {
    border-color: #345DA7!important;
    color: #345DA7!important;
}

.page-item.active .page-link {
    border-color: #345DA7!important;
    background: #345DA7!important;
}

/* ----------------------------------------------
           REVIEW CHECKLISTS
------------------------------------------------- */
.checklist .tab-content{
    box-shadow: 0px 0px 5px 1px #bbbbbb;
    margin-top: 25px;
    border-radius: 5px;
    padding: 10px 10px;
}
.checklist .save{
           color: #808080;
}
.checklist .submit{
    color: #ffa500;
}
.checklist .approve{
    color: #008000;
}
.checklist .reject{
    color: #ff0000;
}
.checklist .fa-circle{
    font-size: 10px;
    margin-right: 5px;
}
.checklist span{
    /* margin-left: 10px; */
    font-size: 14px;
}
.checklist .buttonslist .btn, .progresslist .btn, .record .btn, .modal .btn{
    border: 1px solid #cecece;
    border-radius: 8px;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
.checklist .buttonslist .btn:hover,.checklist .buttonslist .btn:focus, 
 .progresslist .btn:hover, .progresslist .btn:focus,
 .record .btn:hover, .record .btn:focus{
    background-color:#345DA7 ;
    border: 1px solid #345DA7;
    color: #FFF;
    transition: all 300ms ease-in-out;
}
.checklist .tab-content .heading, .progresslist .heading{
    font-weight: 600;
}

.checklist .fa-filter,
 .checklist table .fa-edit,
 .progresslist .fa-filter,
 .progresslist table .fa-edit,
 .record .fa-filter,
 .modals .fa-edit{
     cursor: pointer;
    color: #345DA7!important;
    transition: all 300ms ease-in-out;
}
 .fa-filter,.filter-header .fa-filter {
    color: #FFF!important;
    font-size: 12px;
}
.modal-dialog,#edithandingover{
    overflow: hidden;
}
.modal table{
    box-shadow: none;
}
.modal thead{
    background-color: #ededed;
    color: #345DA7;
}
.modal .groupform{
    box-shadow: none;
}
.modal-footer{
    padding: 0px!important;
    border-top: none!important;
}
.modal-footer .buttonslist .btn{
    margin: 0px 20px 20px 20px!important;
}
.checklist .modal-header, .modal-header {
    /* background-color: #345DA7!important; */
    background-color: #ededed!important;
    color: #FFF!important;
}
 .modal-header,.close {
    color: #345DA7!important;
    font-size: 18px;
}
.checklist .modal-body .form-check-label{
    margin-right: 30px!important;
}
.checklist .modal-body .buttonslist .btn, .buttonslists .btn{
    margin: 20px 10px 20px 20px!important;
    background-color: #FFF;
    color: #000; 
    transition: all 300ms ease-in-out;
}
 .buttonslists .btn{
    border: 1px solid #000;
    font-weight: 600;
}
.checklist .modal-body .buttonslist .btn:hover, .buttonslists .btn:hover{
    background-color: #345DA7;
    border: 1px solid #345DA7;
   color: #FFF!important;
   transition: all 300ms ease-in-out;
}
.checklist .modal-title, .modal .modal-title{
    font-weight: 600!important;
    font-size: 12px;
}
.checklist fieldset{
    margin-top: 5px;
}
.checklist table, .progresslist table{
    font-size: 14px;
}
.checklist table.dataTable{
    margin-top: 25px!important;
}
.checklist table thead, .progresslist table thead, .record table thead{
    /* background-color: #e2e2e2; */
    font-weight: 600;
}
.checklist table .form-check-input, .phase table .form-check-input {
    margin-top: -0.7rem;
    margin-left: -0.25rem;
}
#quality table td a{
    color: #345DA7;
    font-size: 21px;
    font-weight: 600;
}
.progresslist{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px #bbbbbb;
    margin-top: 60px;
    border-radius: 5px;
    padding: 10px 10px;
}

.filter-header{
    background-color: #345DA7;
    color: #FFF;
    padding: 10px 15px;
}
.record .nav-pills .nav-link, .checklist .nav-pills .nav-link,.nav-pills .nav-link.active {
    font-size: 14px;
    background-color: transparent!important;
    color: #000!important;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
.record .nav-pills .nav-link:hover,.record .nav-pills .nav-link:focus,.record .nav-pills .active,
 .checklist .nav-pills .nav-link:hover,.checklist .nav-pills .nav-link:focus, .checklist .nav-pills.active, .nav-pills .show > .nav-link{
    background-color: transparent!important;
    color: #345DA7!important;
    transition: all 300ms ease-in-out;
}
.record table{
    box-shadow: none;
}

  .projectlist  .project{
      color: #000;
    cursor: pointer;
    box-shadow: 0px 1px 4px 2px #bbbbbb;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    transition: all 300ms ease-in-out;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .projectlist  a:hover{
      text-decoration: none;
  }
  .projectlist  .project:hover{
      background-color: #345DA7;
      color: #FFF;
      transition: all 300ms ease-in-out;
  }
  .projectlist .btngray{
    position: absolute;
    right: 4px;
    bottom: -10px;
    background-color: #c1c0c0!important;
    color: #FFF;
    padding: 5px;
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    width: 28px;
    transition: all 300ms ease-in-out;
  }
  .projectlist .btngray:hover{
      background-color: #000000!important;
      color: #FFF;
      transition: all 300ms ease-in-out;
  }
  .projectlist .modal-body{
      font-weight: 700;
  }
  .setmargin{
      margin-top: 90px!important;
  }
  #manpowerdata .form-check-input{
    position: absolute;
    top: 0;
    left: 0;
  }
  #projectinfo select.form-control:not([size]):not([multiple]){
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    /* padding: 5px 0px 5px 0px!important; */
  }
  /* .search-container input{
    border: 1px solid #345DA7;

  }
   .search-container button {
    float: right;
    padding: 4px 7px;
    margin-top: 8px;
    margin-right: 16px;
    background: #345DA7;
    border: 1px solid #345DA7;
    color: #FFF;
    font-size: 13px;
    border: none;
    cursor: pointer;
  }
   .search-container button:hover {
    background: #ccc;
  } */
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


/*-------------------------------------
 MOBILE VIEW*
 -------------------------------------*/

@media (max-width: 768px) {
    .company .buttonslist .btn {
        margin: 16px 4px 0px 0px;
    }
    .company .searchwid {
        width: 100%!important;
    }
    .company .card-body .exportbtn {
        padding: 10px 10px 10px 10px;
    }
    .subdrop {
        transform: translate3d(135px, 37px, 0px)!important;
    }
    .checker .input-group {
        width: 100%;
    }
    .project{
        margin-top: 15px;
    }
   
}
@media only screen and (max-width: 991px) {
    .outer-panel-above {
        margin-bottom: 15px;
    }
    .loginbg:before{
        height:500px!important;
    }
    .loginbg{
        height:500px!important;
    }
}

@media only screen and (max-width: 767px) {
    .page-heading h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .page-heading .dropdown-toggle {
        width: 50px;
    }
    .page-heading .user-pic {
        width: 30px;
        height: 30px;
    }
    .page-heading .user-info {
        display: none;
    }
    .page-heading .dropdown-toggle::after {
        right: 0;
    }
    .page-wrapper.toggled #show-sidebar {
        left: -40px;
        margin-top: 0px;
    }
    .info-box {
        margin-top: 0;
    }
    .page-wrapper.chiller-theme.toggled .page-heading h2 {
        display: none;
    }
    .content-holder {
        padding-top: 15px;
    }
    
}

/*-------------------------------------
 IPAD VIEW*
 -------------------------------------*/

@media(min-width: 768px) and (max-device-width: 1024px) {
    .page-wrapper.toggled .page-content {
        padding-left: 0;
    }
    .page-heading h2 {
        font-size: 15px;
    }
    .toptab .nav-link
   {
    font-size: 13px;
   }
    .company label {
        font-size: 11px;
    }
    .subdrop {
        transform: translate3d(30px, 37px, 0px)!important;
    }
    .select2-container{
        width: 100%!important;
        float:right;
    }
    .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection__rendered{
        /* white-space: normal!important; */
        font-size: 11px!important;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;

    }
  
    
    
}
#assigndefectdata td p{
    margin-bottom: 0rem;
}
 .multipleSelection {
    width: 100%;
    /* background-color: #BCC2C1; */
}
 .multipleSelection .selectBox {
    position: relative;
}
.multipleSelection .selectBox select {
    width: 100%;
    /* font-weight: bold; */
}
 .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.multipleSelection  #checkBoxes {
    display: none;
    border: 1px #000 solid;
}
.multipleSelection #checkBoxes label {
    display: block;
}
.multipleSelection #checkBoxes label:hover {
    background-color: #345DA7;
    color: #FFF;
    transition: all 300ms ease-in-out;
}
.date .form-control{
    height: calc(1em + 0.70rem + 2px);
    border: 1px solid #9e9e9e!important;
}
.date ::placeholder {
    color: rgba(44, 43, 43, 0.4);
}
 .custom-file-label{
    border: none!important;
    border-bottom: 1px solid #d6dade!important;
    border-radius: 0px!important;
}
 .custom-file-input ~ .custom-file-label[data-browse]::after{
    background-color: #345DA7!important;
    border-radius: 5px!important;
    color: #FFF!important;
}

/* LOGIN PAGE */
.loginbg{
    background-image: url(../img/login_bg.png);
    position: relative;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginbg:before{
    content: "";
    position: absolute;
    height: 789px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.whitebg{
    /* position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 15%);  */
       background-color: #FFF;
    width: 500px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 13px solid rgba(0,0,0,0.5);
}
.whitebg label{
    font-weight: 600;
    font-size: 13px;
}
.whitebg .forgot-label{
    font-size: 14px;
}
.whitebg .form-control{
    border: none;
    border-bottom: 1px solid #808080ee;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 5px 0px 0px!important;
}
.whitebg .btn-primary{
    background-color: #345DA7;
    border: 1px solid #345DA7;
    border-radius: 25px;
    padding: 8px 40px;
    transition: all 300ms ease-in-out;
}
.whitebg .btn-primary:hover{
background-color: #FFF;
color: #345DA7;
border: 1px solid #345DA7;
transition: all 300ms ease-in-out;

}
.table-cell button span{
    color:#000;
    font-weight:800px;

}

.table-responsive-sm .flex:first-child{
float: right;
color: #345DA7;

}
.table-responsive-sm .rounded-lg{
clear: both;
 /* margin-bottom: 20px;  */
    }
    /* .table-responsive-sm .flex-grow:first-child{
     margin-bottom: 10px; 
    } */

.custom-file-label::after{
    background-color: #345DA7!important;
    color: #fff!important;
}

.select-multi .custom-dropdown{
border-bottom:1px solid #b8c3cf;
}
.select-multi button span {
    float:left;
    font-size:13px;
}
.select-multi button {
padding:3px 0px!important;
}
.select-multi button .caret::after{
    position:absolute!important;
    top:12px!important;
    right:0px!important;
}

.table-responsive-sm .flex-grow input {
height: 34px;
width: 250px !important;
}

  .select-style .select2-container{
    width:100%!important;
   padding:0px 6px!important;
}
.select2-selection--multiple{
     width:100%!important;
   /* padding:4px 0px!important;  */
}
.select2-selection.select2-selection--multiple::after{
    content: "\f0d7" !important;
    position: absolute !important;
    right: 0 !important;
    top: 14px !important;
    font-family: "FontAwesome" !important;
}
.select2-container--default .select2-selection--single,.select2-selection--multiple  {
    padding:5px 0px!important;
    border:none!important;
    border-bottom:1px solid #b8c3cf!important;
    border-radius:0px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-selection__rendered{

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px;
}
/* .select2-container--default .select2-selection--multiple {
    padding:5px 0px!important;
    border:none!important;
    border-bottom:1px solid #b8c3cf!important;
    border-radius:0px!important;
} */

.table-responsive-sm .flex-grow input{
        background-color: #FFF;
    border: 1px solid #345DA7;
    }
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#detailbuild .modal-dialog{
    overflow-y: initial !important
}
#detailbuild .modal-body{
    height: 80vh;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0px!important;
    font-size:13px;
    color:#797171!important;
}
.select2-container--default .select2-selection--single{
    margin-top:5px!important;
}
.filestyle::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #345DA7;
    border: none;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10pt;
   }
   .filestyle .btn-secondary  {
    background-color: #345DA7!important;
    border-color: #345DA7!important;
   }
   .filestyle .form-control {
    height: 32px!important; 
   }
   /* CHECKBOX */

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/* input[type=checkbox] {
        position: relative;
        cursor: pointer;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    } */
    
    

input[type=checkbox]:before {
    content: "";
    display: block;
    /* position: absolute; */
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 2px solid #adadad;
    border-radius: 1px;
    background-color: #fff;
}

input[type=checkbox]:checked:before {
    border: 2px solid #345DA7;
    background-color: #345DA7;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}
/* RADIO BUTTON */

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 2px!important;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbbbbb!important;
    background-color: #c7c7c7;
    border-radius: 50%;
}


/* appearance for checked radiobutton */

input[type="radio"]:checked {
    background-color: #345DA7;
    border: 2px solid #345DA7!important;
}

.text-green-500 {
 
    color: rgba(0,0,0,var(--text-opacity))!important;
}
.table .table-row .whitespace-no-wrap {
 
    font-size: 12px;
    font-family: 'Arimo'!important;
}

/* Dashboard */
.dashboard .fixed-top-row{
    background-color: #fff!important;
    /* box-shadow: none!important; */
    top: 63px!important;
    /* box-shadow: 0 9px 4px -10px #000; */

}
.project-complition-status {
    margin-top: 20px;
}
/* .project-complition-status .tablecolumn{
    height: 150px;
} */
.fa-star:before {
    color: #345DA7;
}

.dashboard h6 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.tablecolumn {
    margin-top: 20px;
    float: left;
    width: 50%;
    padding: 0px;
    border: 1px solid #ccc;
    overflow: hidden;
}


/* Clearfix (clear floats) */

.tablerow::after {
    content: "";
    clear: both;
    display: table;
}

.dashboard table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border: 1px solid #ddd; */
}

.dashboard table th{
    color: #345DA7!important;
}
.dashboard table th,
.dashboard table td {
    text-align: left;
    padding: 8px;
    font-size: 13px!important;
}
.dashboard table tbody td{
    font-size: 13px!important;
}
.modal .table thead th{
    color: #345DA7!important;
}
.flatpickr-months .flatpickr-month, .flatpickr-weekdays, .flatpickr-monthDropdown-months, span.flatpickr-weekday,
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background-color: #3B8AC4 !important;
    color: #fff!important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    border-color: #3B8AC4!important;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #3B8AC4!important;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #3B8AC4!important;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #3B8AC4;}
.dashboard table caption {
    background-color: #ededed !important;
    /* background-color: #f4f4f4; */
    color: #345DA7!important;
    font-weight: 600;
    caption-side: top;
    text-align: center;
    padding: 10px 0;
    font-size: 14px
}
.table-captions{
    background-color: #ededed !important;
    /* background-color: #f4f4f4; */
    color: #345DA7!important;
    font-weight: 600;
    caption-side: top;
    padding: 10px 0;
    font-size: 14px;
   
}
.table-captions td{
    text-align: center!important;
    padding-top: 0.75rem!important;
    padding-bottom: 0.75rem!important;

}

.dashboard .activity-completion #date_from {
    float: right;
    height: 30px!important;
    width: 160px!important;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
}

.dashboard .activity-completion ::placeholder {
    color: rgb(68, 68, 68);
}
.doer-checker .table-scroll thead{
    color: #345DA7;
}
.doer-checker .card, .pending-work-checker .card{
    border: 1px solid #ddd!important;
    border-radius: 10px!important;
    /* height: 200px;
    overflow: hidden; */
}
.dashboard .select2-container--default .select2-selection--single{
    border: none!important;
    border-bottom: 1px solid #aaa!important;
    border-radius: 0px!important;

}
.apexcharts-legend-marker{
    border: 1px solid #aaa!important;
}
.table-scroll{
    display: block;
    empty-cells: show;
    border-spacing: 0;
  }
  
  .table-scroll thead{
   
    position:relative;
    display: block;
    width:100%;
    /* overflow-y: scroll; */
   
  }
  
  .table-scroll tbody{
    display: block;
     position:relative;
    width:100%;
     overflow-y:scroll;
     font-size: 14px;
     max-height: 200px;
     /* min-height: 250px; */
  }
  
  .table-scroll tr{
    width: 100%;
    display:flex;
  }
  
  .table-scroll td,.table-scroll th{
    flex-basis:100%;
    flex-grow:2;
    display: block;
    padding: 1rem;
    text-align:left;
    border-bottom: 2px solid transparent!important;
    border-top: 1px solid transparent!important;
  }

  .scroll-body{
    max-height: 350px;
  }
  .scroll-body::-webkit-scrollbar-thumb {
    background-color:#d6d6d6!important;
    border-radius:16px;
    border:5px solid #d6d6d6;
}

/* 
 .pending-work .accordion-toggle:after {
    content: "\f106";   
    float: right;        
}
 .pending-work .accordion-toggle.collapsed:after {
    content: "\f107";   
} */
.pending-work table th,.pending-work table td{
    white-space:inherit;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    word-break: break-all;

}
  /* Modal */
 
	/* .modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	} */
    .modal.right .modal-body {
		height:250px;
		overflow-y: auto;
	}
    .modal.right .modal-body::-webkit-scrollbar-thumb {
        background-color:#d6d6d6!important;
        border-radius:16px!important;
        border:5px solid transparent!important;
    }
    /* .modal.right .modal-dialog  {
		right: 30px;
        top: 40%;
	} */

	/*  Define the background color for all the ODD table columns  */
	/* .log table tr th:nth-child(odd),.log table tr td:nth-child(odd){ 
		background: #fbfbfb;
	} */
    /* .log table tr td{
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    } */
	.log table tr td:nth-child(odd){ 
		background: #fbfbfb;
        /* max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
	}
	.log-checklist input[type=checkbox]:checked:before {
        border: 1px solid #000;
        background-color: #fff;
    }
    
    .log-checklist input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 4px;
        height: 8px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 5px;
    }
    .log-checklist .form-check{
    line-height: 2.5;
}
.log-checklist .form-check-label{
    font-size: 12px;
}

.log .log-table{
    display: block;
     position:relative;
    width:100%;
     overflow-y:scroll;
     font-size: 14px;
  }
.log .log-table td, .log .log-table th{
    width: 250px;
    min-width: 200px;
    max-width: 250px;
    word-break: break-all;
}

/* Checklist Report */
.custom-shadow{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.cumulative-report{
    border-radius: 5px;
    overflow: hidden;
}
/* .checklist-cummulative thead, .checklist-cummulative{
    background-color: #f2f2f2;
   
} */
.cumulative-report thead, .cumulative-report tbody td:first-child{
    background-color: #f2f2f2;
   
}
.cumulative-report  thead tr th:first-child,
.cumulative-report  tbody tr td:first-child {
  width: 250px;
  min-width:250px;
  max-width: 250px;
  word-break: break-all;
}
/* .cumulative-report tr:last-child {
    border-right: 1px solid #000;
  }
  .cumulative-report  tr:nth-child(2) {
    border-left: 1px solid #000;
  }
  .cumulative-report  tr:first-child {
    border-top: 1px solid #000;
  } */
.open-checklist thead{
background-color: #f2f2f2;
}
.open-checklist tr{
    border-bottom: 1px solid #d8d8d8;
}
.dashboard .activity-completion #date_to, .performance-report #date_to,  .performance-report #date_from {
    float: right;
    height: 30px!important;
    width: 160px!important;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
}
.performance-report table .submitted{
    color: #ffb350!important;

}
.performance-report table .approved {
    color: #5db75f!important;

}
.performance-report table .rejected {
    color: #d85251!important;

}

#dprcumulative .apexcharts-toolbar{
    top: -19px!important;
}

    
::-webkit-file-upload-button {
    background: #345DA7;
    border: 1px solid #345DA7;
    color: #fff;
    font-size: 13px;
  }
  .custom-file-type .form-control{
        padding: 5px 0px!important;
    border-radius: 0px!important;
    font-size: 13px;

    }
   

