body {
    scrollbar-face-color: #C1C1D1;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
    /*border-left: 1px solid #ccc;*/
}

::-webkit-scrollbar-thumb {
    background-color: #909090;
}
/*::-webkit-scrollbar-thumb:hover {
  background-color: #33cbed;
}*/
.all-border {
    border: 1px solid #ccc;
}

.ss-wrapper {
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

.ss-content {
    height: 100%;
    width: 100%;
    padding: 0 32px 0 0;
    position: relative;
    right: -18px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, .1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.ss-container:hover .ss-scroll {
    opacity: 1;
}

.ss-grabbed {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.white {
    color: #fff;
}

.t-footer {
    padding-bottom: 2%;
    margin-top: 1%;
}

.breakLongURLs {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.wordrp {
    white-space: nowrap;
    width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wordrp20 {
    white-space: nowrap;
    width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-wrap {
    white-space: nowrap;
    width: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
}

.error {
    color: #f80f0f;
}

.w25em {
    width: 25em;
}

.newtextfita {
    vertical-align: top;
    font: normal 9pt arial;
    padding: 10px;
    width: 33%;
    max-width: 200px;
    word-wrap: break-word;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.addclient.checkbox {
    padding-top: 18px;
}

.col-increase-height .col-lg-3, .col-increase-height .col-sm-3, .col-increase-height .col-md-3, .col-increase-height .col-lg-6, .col-increase-height .col-sm-6, .col-increase-height .col-md-6 {
    min-height: 92px;
}

.form-group.bottomleft {
    margin-bottom: 0px !important;
}


.margin-top25 {
    margin-top: 25px !important;
}

.modal.in .modal-dialog.mm {
    max-width: 1000px !important;
}

.btn .caret {
    margin-left: 0;
    margin-top: 5px;
}

.form-control {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea {
    resize: vertical;
    overflow: auto;
}

.securitysurveytable tr td, .table_vlignmiddle tr td {
    vertical-align: middle !important;
}

.table_vlignmiddle th {
    white-space: nowrap;
}

.m-t-12 {
    margin-top: 12px !important;
}

.align-middle-td tr td {
    vertical-align: middle !important;
}

.check-m-5-0 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.panel-heading-p-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.databox .databox-stat {
    bottom: 7px;
    top: auto !important;
}

.routercount-input {
    width: 35px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-header .header-buttons a {
        padding: 8px 5px !important;
        text-align: center;
        margin-right: 2px !important;
        margin-left: 2px !important;
    }

        .page-header .header-buttons a i {
            font-size: 14px !important;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted {
        width: 130px !important;
    }

    .page-header .header-buttons a {
        padding: 8px 5px !important;
        text-align: center;
        margin-right: 2px !important;
        margin-left: 2px !important;
    }

        .page-header .header-buttons a i {
            font-size: 14px !important;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px 5px 10px 15px !important;
    }
}

@media (min-width: 769px) {
    .navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
        right: 400px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting-container {
        width: 400px !important;
    }
}

@media (min-width: 531px) and (max-width: 767px) {
    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted {
        width: 120px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area li.page-header.position-relative.margin-10.no-padding-left {
        margin: 10px 0px !important;
    }

    .page-header .header-buttons a {
        padding: 8px 5px !important;
        text-align: center;
        margin-right: 2px !important;
        margin-left: 2px !important;
        margin-top: 0px !important;
    }

        .page-header .header-buttons a i {
            font-size: 14px !important;
        }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px 5px 10px 15px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting {
        display: none;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
        right: 0px !important;
    }

    .page-header .header-buttons a#fullscreen, .page-header .header-buttons a#sidebartoggle {
        display: none !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area li.page-header.position-relative {
        padding-left: 5px;
    }

    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted .glyphicon.glyphicon-search.bg-themeprimary {
        width: 25px !important;
    }

    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted input[type="number"]::placeholder {
        font-size: 11px !important;
    }

    .navbar .sidebar-collapse {
        left: 180px !important;
    }
}

@media (max-width: 530px) {
    .page-header .header-buttons a {
        padding: 8px 5px !important;
        text-align: center;
        margin-right: 2px !important;
        margin-left: 2px !important;
        margin-top: 0px !important;
    }

        .page-header .header-buttons a i {
            font-size: 14px !important;
        }

    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted {
        width: 49% !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        padding: 8px 5px 10px 10px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting {
        display: none;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
        right: 0px !important;
    }

    .page-header .header-buttons a#fullscreen, .page-header .header-buttons a#sidebartoggle {
        display: none !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area li.page-header.position-relative.margin-10.no-padding-left {
        width: 70%;
        margin: 10px 5px !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area li.page-header.position-relative {
        padding-left: 0px;
    }

    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted .glyphicon.glyphicon-search.bg-themeprimary {
        width: 25px !important;
    }

    .navbar-header.pull-right .navbar-account .account-area li .input-icon.icon-right.inverted input[type="number"]::placeholder {
        font-size: 10px !important;
    }
}

.custom-fieldset fieldset {
    margin-bottom: 15px !important;
}

    .custom-fieldset fieldset legend.groupHeader {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin-bottom: 0px !important;
    }


.margin-top25 {
    margin-top: 25px !important;
}

.modal.in .modal-dialog.mm {
    max-width: 1000px !important;
}

input[type=checkbox].checkbox-slider-block-allow ~ .text:before {
    content: "ALLOW           BLOCK" !important;
    width: 60px !important;
    text-indent: -15px !important;
}

input[type=checkbox].checkbox-slider-block-allow:checked ~ .text:before {
    text-indent: 4px !important;
}

input[type=checkbox].checkbox-slider-block-allow:checked ~ .text:after {
    left: 40px !important;
}

.table-lineheight-dropdownmenu {
    max-height: 165px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: none !important;
}

.table-lineheight-extratd {
    height: 120px;
}

.float-right {
    float: right !important;
}





.table-custom-th tr th {
    vertical-align: top !important;
    white-space: nowrap;
}


/*Additional CSS*/

.table_vlignmiddle tr td input[type="text"] {
    background: none;
    border: none;
}

    .table_vlignmiddle tr td input[type="text"]:focus {
        border: 1px solid #d5d5d5;
    }

.font-16 {
    font-size: 16px;
}

.table tr td > input[type="text"] {
    width: 100%;
}

.btnnone {
    background: none;
    border: none;
    padding: 0;
}

.deletebtn {
    font-size: 20px;
    cursor: pointer;
}

.mx-width170 {
    max-width: 170px;
}

.border-0 {
    border: none !important;
}

.bgsell {
    background: #6bc073 !important;
    color: #fff !important;
}

.bgcost {
    background: #00869D !important;
    color: #fff !important;
}

.txt_blue {
    color: #00869D;
}

.txt_green {
    color: #6bc073;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}
/*.tableheadfixed thead, .tableheadfixed thead > th {
    position: sticky;
    top: 0;
}*/
#gvMain3_Content #gvMain3_Content_Fixed {
    width: 100% !important;
    height: 300px;
}

.tableFixHeadapiclintinvoice {
    overflow-y: auto;
    max-height: 600px;
}

.tablefront {
    table-layout: fixed;
}

.trfixed {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}

.tableFixHead {
    overflow-y: auto;
    max-height: 400px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        background: #EBEBEB;
        z-index: 12;
        box-shadow: 0 4px 0 #eee, 0 -2px 0 #eee;
    }

        .tableFixHead thead th:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
        }

        .tableFixHead thead th:before {
            top: -1px;
            border-top: 1px solid #ddd;
        }

        .tableFixHead thead th:after {
            bottom: -1px;
            border-bottom: 2px solid #ddd;
        }

    .tableFixHead::-webkit-scrollbar-corner {
        background: #eee;
    }

.top27 {
    top: 27px !important;
}

.w-auto {
    width: auto !important;
}

.text_blue {
    color: #00869D;
}

.th-left.ng-table th {
    text-align: left !important;
}

.p-15 {
    padding: 15px !important;
}

.decipher .pl-5 {
    padding-left: 20px;
}

.d-inline-block {
    display: inline-block;
}

.float-none {
    float: none;
}

.w40 {
    width: 40%;
    vertical-align: middle;
}

.left-columnfix {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0;
}

    .left-columnfix:before, .left-columnfix:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .left-columnfix:before {
        left: 0px;
        border-left: 1px solid #ccc;
        border-top: solid 1px #ccc;
    }

    .left-columnfix:after {
        right: 0px;
        border-right: 1px solid #ccc;
    }

.decipher tr:nth-child(odd) td.left-columnfix {
    background: #efefef;
}

.decipher tr:nth-child(even) td.left-columnfix {
    background: #fff;
}

.containersurveyid {
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.panel-heading-reconcile {
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 10px;
}

.accordion.panel-group .panel-heading .panel-heading-reconcile.accordion-toggle::after {
    top: 14px;
}

.accordion.panel-group .panel-heading .panel-heading-reconcile.accordion-toggle {
    padding-bottom: 0;
}

.phdetails {
    background-color: gray;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

.table .header {
    text-align: left;
    white-space: nowrap;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.tablefixtfoot tr td {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background: #fafafa;
    border: solid 1px #ddd;
}

.tablefixtfoot tr:nth-child(5) td {
    bottom: 29px;
}

.tablefixtfoot tr:nth-child(4) td {
    bottom: 58px;
}

.tablefixtfoot tr:nth-child(3) td {
    bottom: 91px;
}

.tablefixtfoot tr:nth-child(2) td {
    bottom: 120px;
}

.tablefixtfoot tr:nth-child(1) td {
    bottom: 149px;
    z-index: 1;
}
/*.table.tablepminvoice tbody {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
}

.table.tablepminvoice thead, .table.tablepminvoice tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/
.tablepminvoicefooter thead tr th, .tablepminvoicefooter tbody tr td, .tablepminvoicefooter thead tr th:first-child {
    padding: 4px !important;
    background: #fff;
}

.tablepminvoicefooter tbody tr td {
    white-space: nowrap;
}

.tablepminvoicefooter thead tr th {
    background: #eee;
}

.tablefixtfoot:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -1px;
    border-top: 1px solid #ddd;
    z-index: 11;
}

.tableFixHead input[type="checkbox"] ~ .text, .tableFixHead input[type="radio"] ~ .text {
    z-index: 0 !important;
}

.cursorPointer {
    cursor: pointer;
}

.sellingbox {
    display: inline-block;
    width: 34px;
    height: 10px;
    background: #529052;
}

.costbox {
    background: #6f6fd0;
}

.notebox {
    padding: 5px 0 0 0;
    font-size: 12px;
    font-style: italic;
}

.p-r-0 {
    padding-right: 0;
}

/******Report page UI **************/
.scrolldiv {
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 166px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.rightReportSec .well {
    background: #fff !important;
}

.leftReportSec .label-palegreen {
    background-color: #6BC073;
    border-color: #6BC073;
}

.leftReportSec .text-primary {
    color: #005070;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.leftReportSec .label-default {
    background-color: #607d8b !important;
    color: #fff;
}

.leftReportSec .uppersection {
    margin-bottom: 5px;
    overflow: hidden;
}

.leftReportSec .qidcolor {
    color: #11ba86;
}

.leftReportSec .pipe {
    padding-left: 3px;
    padding-right: 3px;
    color: #848484;
}

.leftReportSec .label {
    font-size: 10px;
    font-weight: 600;
    margin-left: 5px;
}

.leftReportSec .requestDate {
    text-overflow: ellipsis;
    line-height: 14px;
    padding-top: 5px;
}

.leftReportSec .link {
    text-overflow: ellipsis;
    line-height: 14px;
    padding-top: 5px;
}

.reportpage .no-padding-left {
    padding-left: 15px !important;
    padding-top: 15px;
}

.min-width200 {
    min-width: 200px;
}

@media (min-width: 768px) {
    #vendorfeedback .modal-lg {
        width: 668px;
    }
}

@media (min-width: 992px) {
    #vendorfeedback .modal-lg {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .reportpage .no-padding-left {
        padding-left: 0 !important;
        padding-top: 0px;
    }

    .mt10below1200 {
        margin-top: 0;
        padding-left: 0;
    }

    #vendorfeedback .modal-lg {
        width: 1100px;
    }
}

.width-200 {
    width: 200px;
    min-width: 200px;
}

.width-55 {
    width: 55%;
}

.p-l-0 {
    padding-left: 0;
}

.reportlist thead {
    display: none;
}

.reportlist + .ng-isolate-scope {
    position: absolute;
    width: 100%;
    top: 0;
    background: #e6e6e6;
    padding-top: 5px;
    padding-left: 10px;
}

    .reportlist + .ng-isolate-scope .ng-table-counts {
        display: none;
    }

    .reportlist + .ng-isolate-scope .t-footer {
        padding-bottom: 0%;
        margin-top: 0%;
    }

.reportlist .text-orange {
    color: #ef9f16;
}

.reportlist .text-green {
    color: #3ca53e;
}

.reportlist .p-l-0 {
    padding-left: 0
}

.p-t-36 {
    padding-top: 36px;
}

.active_row {
    background: #e7f4f7;
}

.font-12 {
    font-size: 12px;
}

.no_data_selected {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 170px);
}

.right_inner {
    color: #656565;
    font-size: 14px;
}

.font_50 {
    font-size: 50px;
}

.fullheightplugin {
    /*min-height: calc(100vh - 350px);*/
    height: calc(100vh - 168px) !important;
    /*height:410px!important;*/
}
/*.fm-ui-element.fm-ui.fm-ui-container {
height:calc(100vh- 355px)!important;
}*/
.financetable {
    border: 0;
    width: 570px;
    margin: 0 auto;
    margin-right: 0;
}

.fullwidth {
    width: 100%;
}

input[type=checkbox]:disabled ~ .text:before, input[type=radio]:disabled ~ .text:before, input[type=checkbox][disabled] ~ .text:before, input[type=radio][disabled] ~ .text:before, input[type=checkbox].disabled ~ .text:before, input[type=radio].disabled ~ .text:before {
    color: #d1d1d1 !important;
}

.btn-link.shiny.padding-0 {
    padding: 4px 0 0 0 !important;
}

.p-l-r10 {
    padding: 0 10px !important;
}

.textrestric {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.width-60 {
    width: 60%;
    display: inline-block;
    word-break: break-all;
}

.btn-link.nounderline:focus, .btn-link.nounderline:hover {
    text-decoration: none;
}

.btn-sm.btn-equalwithinput {
    padding: 5.6px 9px;
}

.vertical-top {
    vertical-align: top !important;
}

.fa-15 {
    font-size: 1.2em;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 3px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.widget .bordered-blue {
    border-color: #6BC073 !important;
}

.glyphicon-search.bg-themeprimary {
    background-color: #6BC073 !important;
}

.extsupplierrow {
    background: #cfefe9 !important;
}

.word-break-break-word {
    word-break: break-word;
}

.vertical-bottom {
    vertical-align: bottom;
}

.m-0 {
    margin: 0 !important;
}

.form-group input[type=checkbox][disabled] ~ .text:before {
    background-color: #fafafa !important;
}

#ddlSupplierContactCountries .open > .dropdown-menu {
    max-height: 155px;
}

#reversedropdown .gradeX:nth-last-child(-n+2) .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
}

.table.pmdashboard {
    background: #f9f9f9;
}

.pmdashboard.table-striped > tbody > tr {
    border-bottom: solid 1.5px #7e7e7e;
}

.pmdashboardinnertable thead > tr, .pmdashboardinnertable > tbody > tr:last-child {
    background: #eaeaea !important;
}

    .pmdashboardinnertable > thead > tr > th, .pmdashboardinnertable > tbody > tr:last-child > td {
        border: solid 1px #cacaca !important;
    }

.pmdashboard .expand-button {
    position: relative;
}

.pmdashboard .accordion-toggle .expand-button:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '\f077';
    font-family: "fontawesome";
    text-align: center;
    cursor: pointer;
}

.pmdashboard .accordion-toggle.collapsed .expand-button:after {
    content: '\f078';
    font-family: "fontawesome"
}

.uppertotal tr th {
    background: #d6d6d6;
    border: solid 1px #9c9c9c !important;
}

.singleselectbtn .btn {
    border-radius: 4px;
    padding: 6px 12px;
    min-width: 74.5px;
}

#vendorfeedback tr td {
    white-space: nowrap;
}

.singleselectbtn {
    width: 100%;
}

    .singleselectbtn .btn.active, .singleselectbtn .btn:hover.active {
        color: #fff;
        background-color: #1FAF8F;
        border: solid 1px #1FAF8F;
        box-shadow: unset;
    }

    .singleselectbtn .btn:hover {
        color: #000;
        background-color: transparent;
        border: solid 1px #1FAF8F;
    }

.table > tbody > tr > td.padding-0 {
    padding: 1px;
}

#vendorfeedback .table tr td > input[type="text"] {
    height: 30px;
    border: none;
}

#vendorfeedback .table {
    background: #f8f8f8;
}

.singleselectbtn .btn-default {
    color: #7B7B7B;
    background-color: #F8F8F8;
    border-color: #CECECE;
}

#vendorfeedback .tableFixHead thead th {
    top: -1px;
}

#vendorfeedback .tableFixHead {
    padding-bottom: 2px;
}

.p-l-5 {
    padding-left: 5px
}

.p-r-5 {
    padding-right: 5px
}

.min-height27 {
    min-height: 27px;
}

.min-height34 {
    min-height: 34px;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.m-r-10 {
    margin-right: 10px;
}

.text-blue {
    color: #00869D;
}

.vendor_name {
    min-width: 120px;
    /*white-space: normal !important;
    height: 65px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    border: none !important*/
}

.m-t-20 {
    margin-top: 20px !important;
}

.text-black {
    color: #000;
}

.ini_invoices .open > .dropdown-menu {
    max-height: 130px;
    overflow: auto;
    min-width: auto;
    width: 100%;
}

.commisioncls, .cogscls {
    position: absolute;
    opacity: 1 !important;
    top: 0 !important;
    left: 0 !important;
}

.radiotxt {
    vertical-align: middle;
    margin-left: 10px;
}

.revenuecls, .costcls {
    position: static !important;
    opacity: 1 !important;
    vertical-align: bottom;
}

.m-t-45 {
    margin-top: 45px !important;
}

#myRadioGroup .bordered {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    vertical-align: inherit;
}

.panelhgt {
    height: 170px;
    margin-bottom: 60px !important;
}

.clientsection, .suppliersection {
    margin-right: 15px;
    margin-left: 15px;
    /*border-radius: 6px;
    background: #fbfbfb;
    overflow: hidden;
    padding-top: 10px;
    border: solid 1px #ccc;
    box-shadow: 1px 0 4px 1px rgb(0 0 0 / 10%);*/
}

.suppliersection {
    margin: 15px;
}

.w-100 {
    width: 100% !important;
}

.invoicing {
    width: 60% !important;
}

    .invoicing tr td {
        vertical-align: middle !important;
    }

.finalamt {
    width: 87%;
}

.highlightedGridrow {
    background: #dc3545;
    color: #fff !important;
}

    .highlightedGridrow input {
        color: #fff !important;
    }


.table.apiclientinvoice {
    background: #f9f9f9;
}

.apiclientinvoice tr td, .apiclientinvoice tr th {
    vertical-align: middle !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.apiclientinvoice.table-striped > tbody > tr {
    border-bottom: solid 1.5px #7e7e7e;
}

.apiclientinvoiceinnertable thead > tr, .apiclientinvoiceinnertable > tbody > tr:last-child {
    background: #eaeaea !important;
}

    .apiclientinvoiceinnertable > thead > tr > th, .apiclientinvoiceinnertable > tbody > tr:last-child > td {
        border: solid 1px #cacaca !important;
    }

.apiclientinvoice .expand-button {
    position: relative;
}

.apiclientinvoice .accordion-toggle .expand-button:after {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);*/
    content: '\f077';
    font-family: "fontawesome";
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 0;
}

.apiclientinvoice .accordion-toggle.collapsed .expand-button:after {
    content: '\f078';
    font-family: "fontawesome";
    position: absolute;
    right: 14px;
    top: 0;
}

.trfixed:after {
    content: "";
    border-bottom: solid 1.5px #7e7e7e;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.addproject .col-lg-3 {
    min-height: 73px;
}

.approveQualheader .checkbox {
    margin-top: 5px;
    margin-bottom: 0px;
}
/*.suppliersec1, .suppliersec2, .suppliersec3 {
    background: #eee;
    padding-top: 10px;    
}
.suppliersec1 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: none;
}
.suppliersec2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-top: none;
    border-bottom: none;
}
.suppliersec3 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
@media (min-width: 1200px) {  

    .suppliersec1 {
        border-top-left-radius: 6px;
        border-top-right-radius: 0px;
        border-left: solid 1px #ccc;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #eee;
        border-right: none;
    }

    .suppliersec2 {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-right: solid 1px #ccc;
        border-left: none;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .suppliersec3 {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}*/
.box-shadow-none {
    box-shadow: none !important;
}

.skip-profile {
    padding: 0px 7px;
    border: solid 1px #ccc;
    margin-right: 8px;
    margin-bottom: 5px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .skip-profile > .widget-buttons {
        padding: 0;
        height: auto;
    }

        .skip-profile > .widget-buttons input[type=checkbox].checkbox-slider ~ .text:before {
            width: 47px;
        }

        .skip-profile > .widget-buttons input[type=checkbox].checkbox-slider:checked ~ .text:after {
            left: 27px;
        }

.skip-button_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px 0 0 0;
}

.skip-button_container_agz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 0 0;
}

.save-reording {
    height: 23px;
    margin-right: 10px;
}

#viewRemark .modal-body p {
    max-height: 350px;
    overflow: auto;
}
/*New css*/
.attachment_style {
    border: 1px solid #f2f2f2;
    height: 1px;
    width: 100%;
    margin-bottom: 10px
}

.modal_sop {
    padding: 20px 10px
}

.sop_heading {
    border: 2px solid #f3f4f5;
    margin-bottom: 10px
}

.sop_attachment {
    font-weight: 600 !important
}

.pr-0 {
    padding-right: 0px;
}

.p-10 {
    padding: 10px;
}

.pl-0 {
    padding-left: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.font-weight-500 {
    font-weight: 500
}

.three_dots {
    text-overflow: ellipsis;
    overflow: hidden
}


.skip-button_container_agz .dropdown-menu--qualification .widget-buttons {
    display: block;
}

    .skip-button_container_agz .dropdown-menu--qualification .widget-buttons > label {
        width: 100%;
    }

        .skip-button_container_agz .dropdown-menu--qualification .widget-buttons > label input[type=checkbox].checkbox-slider {
            right: 0;
            left: unset;
            top: 4px;
        }

            .skip-button_container_agz .dropdown-menu--qualification .widget-buttons > label input[type=checkbox].checkbox-slider ~ .text {
                position: absolute;
                right: 0;
                top: 9px;
            }


    .skip-button_container_agz .dropdown-menu--qualification .widget-buttons input[type=checkbox].checkbox-slider ~ .text:before {
        width: 47px;
    }

    .skip-button_container_agz .dropdown-menu--qualification .widget-buttons input[type=checkbox].checkbox-slider:checked ~ .text:after {
        left: 27px;
    }
