﻿.alertStatus {
    background: #ceecfd;
    color: #1778b0;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
}

hr.lineSet {
    margin-top: 0px;
    margin-bottom: 8px;
    border-top: 1px solid #e8e8e8;
}
.tblTaskLabourRequisitionDetails td.taxSchemeTD {
    width: 160px;
}
.borright {
    border-right: solid thin #ccc;
    margin-top:6px;
}

    .borright:last-child {
        border: none;
    }

.summary h5 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f384c;
    margin-bottom: 4px;
}

.summary h6 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f384c;
    margin-top: 0px;
}

.note {
    margin-bottom: 0px;
    padding: 4px;
}

.box-header {
    cursor: pointer;
    padding: 8px;
}

    .box-header .box-title {
        font-size: 14px;
        color: #1f384c;
        font-weight: 600;
    }

.ma10 {
    margin: 10px;
}

.box {
    margin-bottom: 6px;
    border-left: 4px solid #02adb8;
}

    .box .box-title, .box label {
        color: #02adb8;
    }

    .box .btn-info {
        background: #02adb8 !important;
    }

.boxcoltheme1 {
    border-left: 4px solid #d85f50;
    background: #f5f5f5;
}

    .boxcoltheme1 .btn-info {
        background: #787170 !important;
    }

    .boxcoltheme1 .box-title, .boxcoltheme1 label {
        color: #787170;
    }

.boxcoltheme2 {
    border-left: 4px solid #663399;
}

    .boxcoltheme2 .box-title {
        color: #663399;
    }

    a.btnPaymentSchedule, a.btnSelectRate, .boxcoltheme2 a {
        color: #663399;
    }

    .boxcoltheme2 .btn-info {
        background: #663399 !important;
    }

.boxcoltheme3 {
    border-left: 4px solid #46529d;
    background: #f5f5f5;
}

    .boxcoltheme3 .box-title, .boxcoltheme3 label {
        color: #46529d;
    }

    .boxcoltheme3 .btn-info {
        background: #46529d !important;
    }

.boxcoltheme4 {
    border-left: 4px solid #a7761d;
}

    .boxcoltheme4 .box-title, .boxcoltheme4 label {
        color: #a7761d;
    }

.leftborderleft {
    border-left: solid thin #ccc;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
    padding: 10px;
}

.leftborderright {
    border-right: solid thin #ccc;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
    padding: 10px;
}

.checkbox1 {
    position: absolute;
    top: -13px;
    left: -5px;
}

    .checkbox1 label {
        background: #fff;
    }

.innerTableTDBG {
    background: #f0f0f0;
}

.table tbody .table tr th {
    background: #413e66 !important;
}

.cmd-padding.pa {
    margin: 15px 8px;
}

.nowrap {
    white-space: nowrap;
}

.table textarea {
    max-height: 50px;
}

.pt5 {
    padding-top: 5px;
}

.btnViewReqDetails {
    color: #663399;
    font-size: 19px;
    cursor: pointer;
}

.btnCloseReqDetails {
    padding: 5px;
}

.mediumTable.table > tbody > tr > td, .mediumTable.table > thead > tr > th {
    padding: 4px;
}

#mdlContractorRate .modal-dialog {
    min-width: 95%;
}

#mdlContractorRate .modal-body {
    padding: 1px !important;
}

#mdlContractorRate .close, #mdlPaymentSchedule .close {
    font-size: 22px;
}

.conSet {
    background: #d0e7dc;
    color: #2b9160;
    padding: 4px 8px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
}

.LabourSet {
    background: #f2dcf5;
    color: #5b1e65;
    padding: 4px 8px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 5px;
}

.maxwidth50 {
    width: 50px;
}

.impCol {
    background: #DDDDDD;
}

.alertSet {
    padding: 4px 10px;
    margin: 3px;
}

.ml12 {
    margin-left: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

textarea.form-control {
    height: auto !important;
}

.form-group {
    margin-bottom: 8px !important;
   /* min-height: 45px;*/
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.calendaricon {
    position: absolute;
    right: 22px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 26px !important;
    cursor: pointer;
}

.radio, .checkbox {
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 0;
}

.cmd-padding.pa0 {
    padding: 0px !important;
}

.contStatusRed {
    color: red;
}

.contStatusBlue {
    color: blue;
}

.rateListBG .select2-container {
    min-width: 150px;
}

.mt4 {
    margin-top: 4px;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #ffe3e0 !important;
}

.validationErrorMesg {
    color: #dd4b39 !important;
    font-weight: bold;
}

.taxSchemeTD .select2-container {
    width: 86% !important;
    margin-right: 4px;
}

.commecialUnitSet .select2-container {
    margin-bottom: 4px;
}

.ShowTaskLabourReqwiseTaxDetail {
    cursor: pointer;
}

.btnSelectRate, .btnAddRate {
    white-space: nowrap;
}

.alert-warning {
    padding: 5px;
    margin: 3px 15px 0px;
    font-weight: bold;
}
.TDSStatus {
    background: #02adb8;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 2px;
    margin-right: 4px;
    font-size: 13px;
}

.panSet {
    margin-bottom: 1px;
    padding: 1px 10px;
    border-radius: 6px;
    font-weight: bold;
}

.filterbg {
    border: solid thin #ccc;
    border-radius: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}
.input-file {
    background-color: #18aacc !important;
    color: #fff;
    width: 50px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.file-path {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.fixedbottombtn {
    position: fixed;
    bottom: 7px;
    right: 0px;
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: solid thin #ccc;
    z-index: 99;
    background: #fff;
    margin-left: 50px;
}


.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 10px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

    .modalMask  .modal-footer {
        float: right;
        padding: 4px;
    }
.btnCloseReqDetails {
    position: absolute;
    right: 1px;
    top: 0px;
}

.boxcoltheme2 a.highriseViewExtraInformation {
    color:#fff;
}

/*////*/

.taxDetails {
    background: #dcf8ff;
    color: #14a3c4;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 9px;
    line-height: 15px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.ISDPanel {
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(24, 170, 204, .16);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
    padding: 5px 10px;
    background: rgba(24, 170, 204, .06);
    border: 1px solid rgba(24, 170, 204, .18);
}

.ISDInfo {
    margin-top: -8px;
    color: #6b7280;
    font-size: 12px;
}

.ISDPanel .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: solid thin #129ebf;
}

.pnlISDGSTNO {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    display: none;
}