﻿.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;
}

#tblSupplierRateList tbody td {
    white-space: nowrap;
}

#pnlRateListpopupBG .close, #requisitionDelModal .close {
    margin-top: -6px;
}

#pnlRateListpopupBG .primary-text, #requisitionDelModal .primary-text {
    margin-bottom: -1px;
    margin-left: 5px;
}

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;
    }

.mainAccordian .contentaccordion {
    padding: 4px 0px;
}

.SumoSelect > .CaptionCont {
    line-height: 21px !important;
    border-radius: 6px !important;
}

.content-header > h1 {
    font-size: 17px;
}

.summeryHeading {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 5px;
}

#tblPOSummary.table tfoot td {
    background: #ddfefd;
    color: #24a19c;
}

#tblCurrencyInformation.table th {
    background: #656d77;
}

.innergridSize {
    padding: 8px !important;
}

.innerDivSet {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #cfcfcf;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
    border-bottom: 3px solid #0ca678;
}

.table .form-control {
    height: 23px;
    border-radius: 6px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #fff;
}

.box {
    margin-bottom: 6px;
    border-left: 4px solid #02adb8;
    border-radius: 6px;
}

.innerPageSet .heading1 h4, .searchResult .heading1 h4, .heading2 {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
}

.primary-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-left: 14px;
}

.dataTables_filter input {
    height: 23px;
    border-radius: 6px;
    box-shadow: none;
    border-color: #ccc;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.anchordatabg {
    margin-bottom: 0px;
    border: solid thin #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

    .anchordatabg h4 {
        font-size: 14px;
        border-bottom: solid thin #ccc;
        margin: 0px;
        padding-bottom: 10px;
        padding: 8px 6px;
    }

.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: 4px;
    line-height: 1.42857143;
}

.table tbody td.specialTD {
    background: #fde7d7;
    font-weight: bold;
}

#tblPOSummary.table thead th {
    background: #02adb8;
}

#tblPOSummary.table tfoot td.totalSet {
    background: #24a19c;
    color: #fff;
    font-size: 14px;
}

.innerotherheading {
    color: #2f2d2d !important;
    background: #e8e8e8 !important;
    font-size: 15px !important;
    margin-top: 6px;
    padding: 10px;
    font-weight: bold;
}

div.tab .tablinks, .ratetablinks {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: Gray;
    cursor: pointer;
    cursor: hand;
}

.activetab {
    background: lightblue;
    text-underline-position: auto;
    border-bottom: 3px solid #18aacc;
    font-weight: 500 !important;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
    color: #fff !important;
}

.ratemodal, .reqmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.rate-modal-content, .req-modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.secondary-text {
    color: rgb(4, 133, 163);
    font-size: 16px;
    float: left;
    margin: 0px;
    margin-top: -3px;
    float: left;
}

.operator {
    margin-top: 28px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.tabcontent {
    padding: 6px 6px;
    border: solid thin #ccc;
    margin-top: 9px;
}

.table textarea {
    max-height: 40px;
}

.disp-none-imp {
    display: none;
}

.table tbody tr.ClsPoEdit td {
    background: #e8cdfd !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb4 {
    margin-bottom: 4px;
}

.searchIcon {
    top: 26px;
}

.mb10 {
    margin-bottom: 10px !important;
}

#contentLogin_contentMain_grdMaterial th {
    padding: 6px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: relative;
    top: 27%;
    /*left: 30%;*/
    padding: 10px;
}

.footerFixed {
    position: fixed;
    bottom: 0;
    left: 50px;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    z-index: 999;
}

.dataTables_filter {
    position: absolute;
    right: 4px;
    top: -28px;
}

.lblCategoryDetails {
    background: #dcf8ff;
    color: #14a3c4;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 9px;
    line-height: 15px;
    border-radius: 5px;
    display: none;
}
