﻿body {
    padding: 0
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot?v=4.5.0');
    src: url('../fonts/Roboto-Bold.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff?v=4.5.0') format('woff'), url('../fonts/Roboto-Bold.ttf?v=4.5.0') format('truetype'), url('../fonts/Roboto-Bold.svg?v=4.5.0#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot?v=4.5.0');
    src: url('../fonts/Roboto-Light.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Roboto-Light.woff?v=4.5.0') format('woff'), url('../fonts/Roboto-Light.ttf?v=4.5.0') format('truetype'), url('../fonts/Roboto-Light.svg?v=4.5.0#robotolight') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Arbic-Regular';
    src: url('../fonts/KFGQPCUthmanTahaNaskh.eot');
    src: url('../fonts/KFGQPCUthmanTahaNaskh.eot?#iefix') format('embedded-opentype'), url('../fonts/KFGQPCUthmanTahaNaskh.woff?v=4.5.0') format('woff'), url('../fonts/KFGQPCUthmanTahaNaskh.ttf') format('truetype'), url('../fonts/KFGQPCUthmanTahaNaskh.svg#KFGQPCUthmanTahaNaskh') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arbic-Bold';
    src: url('../fonts/KFGQPCUthmanTahaNaskh-Bold.eot');
    src: url('../fonts/KFGQPCUthmanTahaNaskh-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KFGQPCUthmanTahaNaskh-Bold.woff?v=4.5.0') format('woff'), url('../fonts/KFGQPCUthmanTahaNaskh-Bold.ttf') format('truetype'), url('../fonts/KFGQPCUthmanTahaNaskh-Bold.svg#KFGQPCUthmanTahaNaskh-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot?v=4.5.0');
    src: url('../fonts/Roboto-Regular.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff?v=4.5.0') format('woff'), url('../fonts/Roboto-Regular.ttf?v=4.5.0') format('truetype'), url('../fonts/Roboto-Regular.svg?v=4.5.0#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../fonts/Roboto-Medium.eot?v=4.5.0');
    src: url('../fonts/Roboto-Medium.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff?v=4.5.0') format('woff'), url('../fonts/Roboto-Medium.ttf?v=4.5.0') format('truetype'), url('../fonts/Roboto-Medium.svg?v=4.5.0#robotomedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Light.eot?v=4.5.0');
    src: url('../fonts/Roboto-Light.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/Roboto-Light.woff?v=4.5.0') format('woff'), url('../fonts/Roboto-Light.ttf?v=4.5.0') format('truetype'), url('../fonts/Roboto-Light.svg?v=4.5.0#robotolight') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    /*src: url(https://example.com/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
    */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

    .body-content h2 {
        color: #ffa600;
        padding-bottom: 0;
        border-bottom: 3px solid #ffa600;
        margin-bottom: 20px;
        /*text-transform: uppercase;*/
        font-family: Roboto-SemiBold;
        line-height: 70px;
        margin-top: 0;
        height: 70px;
    }

        .body-content h2 span {
            height: 70px;
            display: inline-block;
            border-bottom: 3px solid #333;
            padding-right: 10px;
        }

h2.pgtitle {
    background: #e5e5e5;
    padding: 8px 5px 8px 8px;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
    font-size: 25px;
    border-left: 5px solid #ffa600;
    display: flex;
    justify-content: space-between;
    align-items: center
}

h2.row.pgtitle:before, h2.row.pgtitle:after {
    display: none
}

h2.pgtitle span.actionicon a.material-icons {
    margin-left: 5px;
    background: #ffa600;
    padding: 4px;
    border-radius: 5px;
    font-size: 25px;
    color: #000
}

    h2.pgtitle span.actionicon a.material-icons:hover {
        color: #fff;
        text-decoration: none
    }

h2.pgtitle span.actionicon button.material-icons {
    margin-left: 5px;
    background: #ffa600;
    padding: 4px;
    border-radius: 5px;
    font-size: 25px;
    color: #000;
    border: 0
}

.navbar-toggle {
    display: block
}

h2.withprintbtn {
    clear: both;
}

    h2.withprintbtn a#PrintOrder {
        float: right;
        margin-top: 0px;
        margin-left: 5px;
    }

        h2.withprintbtn a#PrintOrder span {
            height: auto;
            border: 0;
        }

div.topbtnmargin {
    margin-bottom: 20px;
}

.topmargin15 {
    margin-top: 15px;
}

.btmmargin15 {
    margin-bottom: 15px;
}

.btmmargin10 {
    margin-bottom: 10px;
}

h4.tablehead {
    font-family: Roboto-SemiBold;
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.lblbold {
    font-family: Roboto-SemiBold;
    margin: 0;
    line-height: 34px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lblspantxt {
    line-height: 34px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

label.labeltitle {
    font-size: 15px;
    padding-top: 10px !important;
}

label.control-label.toplabeltitle, .card-title {
    border-bottom: 1px solid #434345;
    padding: 0 0 5px 0 !important;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
}

.inputvatperct input.form-control {
    float: left;
    width: calc(100% - 20px);
}

.inputvatperct span.perct {
    float: left;
    width: 20px;
    text-align: right;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.bottom-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.form-horizontal label label.control-label {
    padding: 0
}

.form-horizontal label > span {
    float: left;
    padding-right: 3px;
    width: 10px
}

.form-horizontal label span + label.control-label {
    float: left;
    width: calc(100% - 10px)
}

div#header > div.container {
    padding: 0
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #434345;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidebar a {
        padding: 10px 5px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: flex;
        transition: 0.3s;
        border-bottom: 1px solid #fcf7ed;
        align-items: center;
        justify-content: space-between
    }

        .sidebar a:hover {
            color: #434345;
            background: #fcf7ed;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

div.sidebar nav ul.catefirstleve {
    margin: 5px
}

ul.catefirstleve li a, ul.catefirstleve li span {
    background: #fcf7ed;
    color: #434345;
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #434345;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

ul.catefirstleve li a, ul.catefirstleve li span {
    background: #fcf7ed;
    color: #434345;
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #434345
}

ul.catesecondlevel {
    background: #fcf7ed;
    padding: 2px !important
}

    ul.catesecondlevel li a {
        margin: 2px 8px;
        padding: 5px;
        border-radius: 4px;
        background: #434345;
        color: #fff;
    }

        ul.catesecondlevel li a:hover {
            background: #434345;
            color: #fff
        }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin-left .5s;
}

div.header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    div.header::after, div.header:before {
        display: none
    }

    div.header div.navbar-header {
        display: flex;
        align-items: center;
    }

        div.header div.navbar-header button {
            margin-right: 15px
        }


.modal-footer h2 {
    font-family: Roboto-Bold;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase
}

.modal-footer div.col-sm-3 + div.col-sm-9 {
    margin-top: 30px;
}



dl.dl-horizontal {
    border-top: 1px #eee solid;
    border-left: 1px #eee solid;
}

div.form-horizontal dl.dl-horizontal {
    margin-top: 0
}

dl.dl-horizontal dt, dl.dl-horizontal dd {
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    margin: 0;
    padding: 10px;
    float: left
}

dl.dl-horizontal dt {
    width: 250px;
    line-height: 34px
}

dl.dl-horizontal dd {
    width: calc(100% - 250px);
    line-height: 34px
}

dl.dl-horizontal dt label {
    margin: 0 !important;
    padding: 0 !important
}

div.grnno input[type=text] {
    float: left;
}

div.grnno input[type=button] {
    float: left
}

div.containerpopupiframe {
    width: 90%;
    max-width: 700px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative
}

    div.containerpopupiframe.lpopopup {
        max-width: 1200px
    }

    div.containerpopupiframe.calenderpopup {
        max-width: 800px;
        max-height: 800px
    }

    div.containerpopupiframe a.btn_close, div.containerpopupiframe a.close {
        font-size: 30px;
        line-height: normal;
        height: 30px;
        /* float: left; */
        position: absolute;
        right: 10px;
        top: 0px;
        color: #333;
    }

.tab-content div.form-group label.control-label + div.col-sm-7 {
    line-height: 34px
}

div.tab-content ul.dl-horizontal {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: 1px solid #eee;
    border-top: 0
}

    div.tab-content ul.dl-horizontal.heading {
        margin-top: 10px;
        border-top: 1px solid #eee;
        background: #434345;
        color: #fff;
        font-size: 14px;
    }

    div.tab-content ul.dl-horizontal li {
        margin: 0;
        padding: 5px;
        list-style: none;
        line-height: 20px;
        border-left: 1px solid #eee;
        word-break: break-all;
        font-size: 14px;
    }

        div.tab-content ul.dl-horizontal li.spname {
            width: 40%;
            border-left: 0
        }

        div.tab-content ul.dl-horizontal li.spvalue {
            width: 20%
        }

        div.tab-content ul.dl-horizontal li.spremark {
            width: 30%
        }

        div.tab-content ul.dl-horizontal li.spaction {
            width: 10%
        }

    div.tab-content ul.dl-horizontal.productspics li.imgcontent {
        width: 40%;
        border-left: 0
    }

    div.tab-content ul.dl-horizontal.productspics li.image {
        width: 50%
    }

    div.tab-content ul.dl-horizontal.productspics li.imageaction {
        width: 10%
    }

ul.tablflex {
    display: flex;
    justify-content: space-between
}

div.tab-content ul.dl-horizontal.tablflex li {
    line-height: normal
}

ul.tablflex li.spcode {
    width: 10%
}

ul.tablflex li.spcustomer {
    width: 15%
}

ul.tablflex li.spcontract {
    width: 15%;
}

ul.tablflex li.spmmfrom {
    width: 15%;
    text-align: center;
}

ul.tablflex li.spmmto {
    width: 15%;
    text-align: center;
}

ul.tablflex li.spqty {
    width: 6%;
    text-align: center;
}

ul.tablflex li.sptransno {
    width: 12%;
    text-align: center;
}

ul.tablflex li.sptransdt {
    width: 12%;
    text-align: center;
}

div.createimg {
    margin: 20px 0;
    clear: both
}


    div.createimg input.btn-blue {
        margin-bottom: 20px
    }

div.documentupload {
    clear: both;
    float: left;
    width: 100%
}

    div.documentupload label.lbldoc {
        float: left;
        margin-right: 10px
    }

        div.documentupload label.lbldoc + input[type=file] {
            float: left
        }


ul.serviceblk {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

    ul.serviceblk li {
        margin: 0;
        padding: 5px 10px;
        list-style: none;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        clear: both;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
    }

        ul.serviceblk li.heading {
            background: #434345;
            color: #fff;
            font-size: 14px;
        }

        ul.serviceblk li.poheading {
            background: #f5f5f5
        }

        ul.serviceblk li div.ponumber {
            width: 14%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.podate {
            width: 14%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.poquotno {
            width: 15%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.poquotdt {
            width: 14%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.ponetamt {
            width: 14%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.postatus {
            width: 14%;
            text-align: center;
            line-height: 35px;
        }

        ul.serviceblk li div.poaction {
            width: 15%;
            text-align: center;
        }

            ul.serviceblk li div.poaction span.btn-green {
                cursor: default;
            }

    ul.serviceblk.grnlist li div.grnno {
        width: 16.66%;
        text-align: center;
    }

    ul.serviceblk.grnlist li div.grndt {
        width: 16.66%;
        text-align: center;
    }

    ul.serviceblk.grnlist li div.grnpono {
        width: 16.66%;
        text-align: center
    }

    ul.serviceblk.grnlist li div.grnpodt {
        width: 16.66%;
        text-align: center;
    }

    ul.serviceblk.grnlist li div.grnstatus {
        width: 16.66%;
        text-align: center;
    }

    ul.serviceblk.grnlist li div.grnedit {
        width: 16.66%;
        text-align: center;
    }




div.groupcodeform input.groupcode {
    clear: none;
    display: inline-block
}

div.col-sm-4.getcity input.cityfield {
    width: calc(100% - 110px);
    float: left;
    margin-right: 5px
}

div.col-sm-6.getcust input.customernofield {
    width: calc(100% - 110px);
    float: left;
    margin-right: 5px
}

label.control-label {
    font-size: 14px;
}

.btn.btnsearch {
    width: 65px;
    border-radius: 0 4px 4px 0;
    height: 34px;
}

input.searchbox {
    width: calc(100% - 65px);
    float: left;
    border-radius: 4px 0 0 4px
}

div.searchtree {
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    div.searchtree span {
        font-family: Roboto-SemiBold;
        display: block;
        padding-bottom: 5px;
    }

        div.searchtree span + input[type=text] {
            max-width: none;
            width: 100%
        }

.categorytree {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

div#jstree.jstree {
    max-height: 300px;
    overflow-y: auto;
    width: 100% !important
}

.container.categorytree:before, .container.categorytree:after {
    display: none
}

.categorytree > .bordercontainer {
    width: 27%;
}

    .categorytree > .bordercontainer.treecategory {
        width: 40%;
    }

    .categorytree > .bordercontainer.formlist {
        width: 57%;
    }

        .categorytree > .bordercontainer.formlist.newgroup {
            width: 100%;
            margin-bottom: 0
        }


.addquotationblk {
    margin: 0 10px;
}

    .addquotationblk .bordercontainer {
        margin: 0;
        padding: 5px 10px 15px;
    }

        .addquotationblk .bordercontainer div.col-sm-3 > label {
            height: auto;
            clear: both;
            overflow: hidden;
            margin: 15px 0 0 0
        }

        .addquotationblk .bordercontainer input.btn-quot {
            width: 100%;
            height: 34px;
            padding: 0 10px;
        }

div#dvQuotationItems, div#dvContractItems, div.tableparentblk {
    margin: 20px 0
}

    div#dvQuotationItems table#tblQuotationLines, div#dvContractItems table#tblContractLines, div.tableparentblk table.table {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        div#dvQuotationItems table#tblQuotationLines th, div#dvQuotationItems table#tblQuotationLines td,
        div#dvContractItems table#tblContractLines th, div#dvContractItems table#tblContractLines td,
        div.tableparentblk table.table td {
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 5px;
        }



div.deliverylistdetails {
}

    div.deliverylistdetails ul.tabslisting {
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0;
    }

        div.deliverylistdetails ul.tabslisting li {
            margin-top: 15px;
            clear: both;
            overflow: hidden
        }

            div.deliverylistdetails ul.tabslisting li.actbtn {
                margin-top: 0
            }

            div.deliverylistdetails ul.tabslisting li label {
                float: left;
                width: 200px;
                padding: 0;
                line-height: 34px;
            }

                div.deliverylistdetails ul.tabslisting li label label {
                    width: auto;
                }

            div.deliverylistdetails ul.tabslisting li input[type=text],
            div.deliverylistdetails ul.tabslisting li input[type=file],
            div.deliverylistdetails ul.tabslisting li textarea,
            div.deliverylistdetails ul.tabslisting li select {
                float: left;
                width: calc(50% - 200px)
            }

    div.deliverylistdetails table.table {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-size: 13px
    }

        div.deliverylistdetails table.table.timecardtable {
            font-size: 12px;
            margin-top: 25px;
        }

            div.deliverylistdetails table.table.timecardtable tr td {
                padding: 10px 2px;
            }

        div.deliverylistdetails table.table th, div.deliverylistdetails table.table td {
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 5px;
        }

        div.deliverylistdetails table.table.timecardtable th, div.deliverylistdetails table.table.timecardtable td {
            padding: 2px;
        }

        div.deliverylistdetails table.table th {
            background: #ececec;
        }

    div.deliverylistdetails.subtotalitem {
        width: 30%;
        float: right
    }

@media (max-width: 767px) {
    .navbar-header a.logo {
        width: calc(100% - 55px)
    }

        .navbar-header a.logo img {
            max-width: 233px
        }

    .navbar-nav {
        margin: 0
    }

    div.navbar-collapse div.col-md-12 {
        border: 1px solid #434345;
        border-top: 0;
        border-bottom: 0;
        padding: 0
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 5px 10px;
        font-size: 14px
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #434345;
            background: #f5f5f5
        }

    .nav > li ul {
        position: relative;
        margin: 0 10px;
        width: calc(100% - 20px);
        border: 0;
        border-radius: 0;
        background: #f5f5f5
    }

    .nav > li:hover ul.catefirstlevel li ul.catesecondlevel {
        left: 0;
        background: #fff;
        margin-bottom: 10px
    }
}

.bordercontainer {
    /* -webkit-box-shadow: 0px 0px 5px 3px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(222,222,222,1);
    box-shadow: 0px 0px 5px 3px rgba(222,222,222,1);*/
    margin: 0;
    padding: 15px;
}

.employeedetails {
    clear: none;
}

    .employeedetails select.selectemployee {
        width: calc(100% - 55px);
        float: left
    }

    .employeedetails a#newemployee, .employeedetails a#newproject, .employeedetails a#newsite {
        width: 50px;
        padding: 0;
        height: 34px;
        line-height: 34px;
        margin-left: 5px;
    }

        .employeedetails a#newemployee + label {
            display: block;
            padding: 5px 0 0;
            font-family: Roboto-SemiBold
        }

        .employeedetails a#newemployee:focus, .employeedetails a#newproject:focus, .employeedetails a#newsite:focus {
            color: #fff;
        }


@media (min-width: 768px) {
    .modal-footer div.col-sm-3 + div.col-sm-9 {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 11px;
    }
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 18px !important;
        padding: 11px 10px
    }

    .dropdown-menu {
        font-size: 15px
    }
}



#NewContract a#PrintOrder {
    float: right;
    margin: -40px 0 10px 0;
}

.pagination.custompagination {
    width: 100%;
    margin: 0 -15px;
}

    .pagination.custompagination ul.pagination {
        margin: 0
    }

    .pagination.custompagination .paging {
        line-height: 34px;
    }

.lbllineheight {
    line-height: 34px;
}

.lblsearchbox {
    width: calc(100% - 65px);
    float: left;
    border-radius: 4px 0 0 4px;
    line-height: 34px;
}

div.topmargin15 .nav-tabs > li > a {
    margin-right: 0;
}

div.topmargin15 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
    outline: none
}

div.topmargin15 .ui-state-active {
    border: 0;
    background: none
}

div.topmargin15 .ui-widget.ui-widget-content {
    border: 0;
}

div.topmargin15 .ui-tabs {
    padding: 0;
}

.margin10 {
    margin: 0 10px
}


div.hiringcondition table#tblHiringCondition {
    height: auto;
    overflow-y: auto;
    display: block;
    margin-bottom: 0;
}

div#dvLoader {
    margin: 0 auto;
    text-align: center;
}

div.tablescrollcontainer {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}

    div.tablescrollcontainer table.tablescroll {
        table-layout: fixed;
        width: auto;
        margin: 0
    }

        div.tablescrollcontainer table.tablescroll, div.tablescrollcontainer table.tablescroll td, div.tablescrollcontainer table.tablescroll th {
            border-collapse: collapse;
        }

            div.tablescrollcontainer table.tablescroll td, div.tablescrollcontainer table.tablescroll th {
                min-width: 50px
            }

div.deliverylistdetailcontainer {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
}

    div.deliverylistdetailcontainer table.tablescroll {
        table-layout: fixed;
        width: auto;
        margin: 0
    }

    div.deliverylistdetailcontainer table.table {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-size: 13px
    }

        div.deliverylistdetailcontainer table.table.timecardtable {
            font-size: 12px;
            margin-top: 25px;
        }

            div.deliverylistdetailcontainer table.table.timecardtable tr td {
                padding: 10px 2px;
            }

        div.deliverylistdetailcontainer table.table th, div.deliverylistdetailcontainer table.table td {
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 5px;
        }

        div.deliverylistdetailcontainer table.table.timecardtable th, div.deliverylistdetailcontainer table.table.timecardtable td {
            padding: 2px;
        }

        div.deliverylistdetailcontainer table.table th {
            background: #ececec;
        }


div.showhideelement {
    background: #eee;
}

    div.showhideelement ul.serviceblk li {
        background: #fff;
    }

        div.showhideelement ul.serviceblk li.heading {
            background: #ccc;
            color: #000;
        }

div.printdetails {
    clear: both;
    overflow: hidden;
    font-size: 16px;
}

    div.printdetails div.printtop {
        margin-bottom: 20px
    }

        div.printdetails div.printtop ul.adddetails {
            margin: 0 0 20px 0;
            padding: 0;
            list-style: none;
            display: flex;
        }

            div.printdetails div.printtop ul.adddetails li {
                width: 50%
            }

    div.printdetails p {
        margin: 0;
        padding: 0;
        clear: both;
        overflow: hidden
    }

        div.printdetails p label {
            width: 30%
        }

    div.printdetails div.subject,
    div.printdetails div.printformatdetails {
        margin-bottom: 20px;
    }

    div.printdetails div.ordernote {
        margin-bottom: 40px;
        font-size: 16px
    }

    div.printdetails div.salutation {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
        display: flex;
        font-size: 16px
    }

        div.printdetails div.salutation p {
            width: 50%
        }


div.letterhead {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 2%;
    border-bottom: 2px solid #434345;
}

    div.letterhead img {
        width: 100%
    }


div.printorderdetails div.tablescrollcontainer {
    overflow: inherit;
    margin-bottom: 0;
}

    div.printorderdetails div.tablescrollcontainer table.tablescroll {
        width: inherit
    }


div.amountdetails {
    float: right;
    width: 35%;
    font-size: 16px;
}

    div.amountdetails ul {
        clear: both;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none
    }

        div.amountdetails ul li.amtdesc {
            border: 1px solid #ccc;
            padding: 5px;
            line-height: 24px;
            float: left;
            width: 55%;
            text-align: right;
            height: 34px;
        }

        div.amountdetails ul li.amtdetls {
            border: 1px solid #ccc;
            padding: 5px;
            border-left: 0;
            line-height: 24px;
            float: right;
            width: 45%;
            text-align: right;
            height: 34px
        }



div.centercontainer {
    width: 90%;
    max-width: 400px;
    margin: 0 auto
}



div.printitemtitle {
    padding: 0px;
    margin: 10px 0;
}

    div.printitemtitle h4 {
        font-family: Roboto-Bold;
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        margin: 20px 0 20px;
        border-bottom: 2px solid #000;
        padding-bottom: 20px;
    }

        div.printitemtitle h4.fortimecard {
            margin: 10px 0 10px;
            padding-bottom: 10px;
            font-size: 24px;
        }

    div.printitemtitle div.printitemhead {
        text-align: left;
        margin: 10px 0;
        border-bottom: 2px solid #000;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
    }

    div.printitemtitle div.printitemborder {
        margin: 10px 0;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
        align-items: center;
    }

    div.printitemtitle div.printitemhead h4 {
        font-family: Roboto-Bold;
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        margin: 0;
        border: 0;
        padding: 0;
        width: 200px
    }

    div.printitemtitle div.printitemhead div.col50per {
        width: 20%
    }

        div.printitemtitle div.printitemhead div.col50per label {
            width: 100%;
            margin: 0;
            font-family: Roboto-Bold
        }

    div.printitemtitle div.printlpo {
        width: 25%
    }

    div.printitemtitle div.printlpo {
        width: 20%
    }

    div.printitemtitle div.printdate {
        display: flex;
        justify-content: space-between;
        width: 35%
    }

    div.printitemtitle div.printpayhead {
        text-align: center;
        margin: 10px 0;
        border-bottom: 2px solid #000;
        /*padding-bottom: 20px;
        display: flex;*/
        align-items: center;
    }

div.addressdetails {
    margin: 10px 0
}

.font-weight-bolditalic {
    font-family: Roboto-Bold;
    font-style: italic;
    font-size: 15px
}

.font-weight-bold {
    font-family: Roboto-Bold;
}

.font-weight-bold-12 {
    font-family: Roboto-Bold;
    font-size: 12px;
}

.font-weight-arbicbolditalic {
    font-family: Arbic-Bold;
    font-style: italic;
    font-size: 15px
}

.font-weight-arbicbold {
    font-family: Arbic-Bold;
    font-size: 15px;
}

.fontbig {
    font-size: 16px
}

div.addressdetails div.addresslines {
    display: flex;
    flex-wrap: wrap
}

    div.addressdetails div.addresslines label {
        width: 150px
    }

    div.addressdetails div.addresslines > div {
        width: calc(100% - 150px)
    }

        div.addressdetails div.addresslines > div.address1 {
            display: flex;
        }

            div.addressdetails div.addresslines > div.address1 > div {
                width: 20%
            }

    div.addressdetails div.addresslines div.addresscontact {
        width: 100%;
        display: flex;
    }

        div.addressdetails div.addresslines div.addresscontact > div {
            width: 47%;
            display: flex;
        }

            div.addressdetails div.addresslines div.addresscontact > div div.contact {
                width: calc(100% - 140px)
            }


div.printremarks {
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    text-shadow: 0 0 black;
}

/*div.remarkauthority {border-left:1px dashed #000; }*/
div.remarkauthority div.remarkauthoritydetails {
    display: flex;
}

    div.remarkauthority div.remarkauthoritydetails > div {
        padding: 5px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }

    div.remarkauthority div.remarkauthoritydetails div.name {
        width: 10%;
        text-align: left
    }

    div.remarkauthority div.remarkauthoritydetails div.prepared {
        width: 30%;
        text-align: center
    }

    div.remarkauthority div.remarkauthoritydetails div.received {
        width: 30%;
        text-align: center
    }

    div.remarkauthority div.remarkauthoritydetails div.checked {
        width: 30%;
        text-align: center
    }



div.printcolumn {
    display: flex;
    margin-bottom: 0px
}

    div.printcolumn .col25per {
        width: 25%
    }

    div.printcolumn .col33per {
        width: 33%
    }

    div.printcolumn .col50per {
        width: 50%
    }

        div.printcolumn .col50per.custsignature,
        div.printcolumn .col33per.custsignature {
            text-align: center
        }

            div.printcolumn .col50per.custsignature span,
            div.printcolumn .col33per.custsignature span {
                border-top: 1px dashed #000;
                padding: 10px 40px;
                margin-top: 30px;
                display: inline-block
            }

    div.printcolumn div.col25per label {
        width: 100%;
        margin: 0
    }

    div.printcolumn div.col50per label,
    div.printcolumn div.col33per label {
        width: auto;
        margin: 0
    }


.dash-caller-info label.control-label {
    padding-top: 5px;
}

.dashboard-container .card-header {
    border-bottom: 1px solid #434345;
}

    .dashboard-container .card-header .card-title {
        float: left;
    }

    .dashboard-container .card-header .card-tools {
        float: right;
        margin-top: -3px;
    }

    .dashboard-container .card-header h3 {
        border-bottom: 0 solid #434345;
        margin: 0;
    }

    .dashboard-container .card-header .btn-org {
        padding: 2px 10px;
    }

.dashboard-container .card.card-primary, .dashboard-container .card.card-info {
    margin-bottom: 20px;
}

table.serviceblk {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

    table.serviceblk th {
        background: #434345;
        border: 1px solid #434345;
        font-size: 14px;
        text-align: left;
        color: #fff;
        padding: 5px;
    }

    table.serviceblk td {
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 5px;
    }

#viewNotesReportDetail .addnew-follow {
    font-size: 15px;
    margin-top: 10px;
}

#viewNotesReportDetail .form-group .control-label, #viewCaseReportDetail .form-group .control-label {
    padding-top: 7px;
}

@media screen and (max-width:767px) {
    table.serviceblk {
        border: 0;
    }

        table.serviceblk tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: 10px;
        }

            table.serviceblk tr:first-child {
                display: none;
            }

        table.serviceblk th {
            display: none;
        }

        table.serviceblk td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: left;
            min-height: 35px;
            word-break: break-all;
        }

            table.serviceblk td::before {
                content: attr(data-th);
                float: left;
                font-family: Roboto-Bold;
                width: 160px;
            }
}


.subheading {
    border-bottom: 1px solid #434345;
    padding: 0 0 5px !important;
    font-size: 16px;
    margin: 10px 0 20px;
    font-family: Roboto-Bold;
}

.employeedetails {
    margin-top: 20px;
}

#tblHiringCondition.table input[type=checkbox] {
    float: left;
    margin-top: 2px;
}

#tblHiringCondition.table label.hiringconditionlbl {
    float: right;
    width: calc(100% - 20px);
}

.hiringcondition {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.login-title {
    margin: 0 auto;
    width: 430px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    font-size: 14px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}

#viewTypeContractFolloweUp ol {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #ffa600;
}

    #viewTypeContractFolloweUp ol li {
        margin-bottom: 10px;
    }

        #viewTypeContractFolloweUp ol li a.SelectedItem {
            color: #000;
            font-family: Roboto-Bold;
        }

.main-heading {
    padding: 0 0 5px 0 !important;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Roboto-Bold;
}

.prepare-date {
    line-height: 35px;
    font-size: 14px;
}

.popup-heading {
    padding: 0 0 5px !important;
    font-size: 20px;
    margin: 10px 0 0;
    font-family: Roboto-Bold;
}

textarea.form-control.inline-textarea {
    height: 34px;
}

#selectcustomerclass {
    z-index: 9 !important;
}


#selectcustomerclass_background {
    z-index: 100002 !important
}

#selectcustomerclass_wrapper {
    z-index: 100003 !important
}

.print-container {
    background: #e6e6e6;
    padding: 10px 0px;
}

.print-inner-container {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #999;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.print-invoice {
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
}

    .print-invoice td {
        vertical-align: top;
    }

    .print-invoice .printitemtitle {
        border-bottom: 2px solid #000;
    }

        .print-invoice .printitemtitle h4 {
            font-family: Roboto-Bold;
            font-size: 30px;
            text-transform: uppercase;
            text-align: left;
            margin: 20px 0 20px;
        }

    .print-invoice .printitemtitleArbic h4 {
        font-family: Arbic-Bold;
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        margin: 20px 0 20px;
    }

    .print-invoice .printitemtitle .qr-code-box {
        padding-bottom: 20px;
    }

.print-inner-container .deliverylistdetails table {
    border: 1px solid #ccc;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
}

    .print-inner-container .deliverylistdetails table th, .print-inner-container .deliverylistdetails table td {
        border: 1px solid #ccc;
    }

    .print-inner-container .deliverylistdetails table th {
        font-weight: bold;
        font-family: Roboto-Bold;
    }

        .print-inner-container .deliverylistdetails table th .arbic {
            font-weight: bold;
            font-family: Arbic-Bold;
        }

    .print-inner-container .deliverylistdetails table.invoice-total-box {
        width: 100%;
        margin-top: -1px;
    }

        .print-inner-container .deliverylistdetails table.invoice-total-box td {
            padding: 8px;
        }

.print-invoice td table.sign-details {
    width: 100%;
    font-size: 13px;
}

    .print-invoice td table.sign-details td {
        padding: 8px;
    }

@media print {
    .print-container, .print-inner-container {
        padding: 0px !important;
    }

    .print-invoice {
        font-size: 12px !important;
    }

    .print-inner-container .deliverylistdetails table {
        border: 1px solid #ccc !important;
        font-size: 12px;
    }

        .print-inner-container .deliverylistdetails table th, .print-inner-container .deliverylistdetails table td {
            border: 1px solid #ccc !important;
        }
}

.text-align-right {
    text-align: right !important;
}

ul.scroll-overflow-y {
    max-height: 50vh;
    overflow-y: scroll;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #d9dee3;
}

.rounded {
    border-radius: 0.375rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.375rem !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

div.header div.userdetails div.userimage button {
    border: 0;
    padding: 0;
    border-radius: 50%;
    margin-left: 15px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 14px 0px rgba(67,67,69,0.75);
    -webkit-box-shadow: 1px 1px 14px 0px rgba(67,67,69,0.75);
    -moz-box-shadow: 1px 1px 14px 0px rgba(67,67,69,0.75);
}

div.header div.userdetails div.userimage ul.userdropdown {
    margin: 0;
    padding: 0
}

    div.header div.userdetails div.userimage ul.userdropdown li {
    }

div.header div.userdetails div.searchmore {
    position: relative
}

    div.header div.userdetails div.searchmore button {
        width: 35px;
        padding: 5px;
        height: 35px;
        border-radius: 50%;
    }

.searchoptions, .userdropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 210px;
    padding: 0;
    font-size: 13px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .searchoptions li, .userdropdown li {
        border-bottom: 1px solid #434345
    }

        .searchoptions li a, .userdropdown li a {
            padding: 5px;
            display: block;
            color: #434345
        }

            .searchoptions li a:hover, .userdropdown li a:hover {
                text-decoration: none;
                background: #fcf7ed;
                color: #ffa600
            }

div.header div.userdetails div.searchmore:hover .searchoptions,
div.header div.userdetails div.userimage:hover .userdropdown {
    display: block
}

div#main .closebtn {
    position: fixed;
    width: calc(100% - 250px);
    height: 100vh;
    z-index: 10000;
    background: #000;
    opacity: 0.2;
    display: none
}

div.sidebar nav ul, div.sidebar nav ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.ui-tabs-vertical {
    width: auto;
    margin: 30px auto 15px;
    padding: 0;
    display: flex
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        width: 200px;
        display: flex;
        flex-direction: column;
        background: none;
        border: 0
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            margin: 0;
            border-radius: 0;
            border: 0;
            border-bottom: 1px solid #c5c5c5;
            background: #fff;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                padding: 10px !important;
                width: 100%;
                color: #434345;
                font-size: 14px
            }

                .ui-tabs-vertical .ui-tabs-nav li a:focus {
                    outline: none
                }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                background: #fcf7ed;
                font-weight: bold;
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                margin: 0
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 15px;
        width: calc(100% - 200px);
        border-left: 1px solid #c5c5c5;
        background: #eee
    }

        .ui-tabs-vertical .ui-tabs-panel .topmargin15 {
            margin: 0
        }

.card-box {
    padding: 0;
    border-radius: 1rem;
    margin: 0 0 0 0;
}

.bankNCashList {
    list-style: none;
    padding: 7px;
    font-size: 11px;
    color: #455e7b !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
    display: flex;
    justify-content: space-between;
}

    .bankNCashList a {
        color: #ffa600;
        font-weight:bold;
    }

.card-shadow {
    box-shadow: 0px 0px 5px 2px rgba(222,222,222,1);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #212529;
    height: 250px;
}

.dashboard-header {
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}

    .dashboard-header h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        padding: 1rem;
        border-radius: 5px;
        background: #5c5c5f;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .dashboard-header h3 span.accordion-icon {
            font-size: 14px;
        }

    .dashboard-header .accordion-content {
        padding: 15px;
    }

        .dashboard-header .accordion-content div.row div.col-xs-12 {
            display: flex;
            gap: 20px
        }

        .dashboard-header .accordion-content .form-group {
            width: 50%
        }

            .dashboard-header .accordion-content .form-group label {
                padding: 0;
            }

.ul-height-overflow2, .ul-height-overflow3 {
    padding: 0;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.ul-height-overflow {
    padding: 0;
    height: 430px;
    overflow-y: auto;
    overflow-x: hidden
}

.text-bold-shadow {
    text-shadow: 1px 0px 0px black;
}

.text-shadow-light {
    text-shadow: 1px 0px 0px lightgray;
}

.numbers {
    border: 0.5px solid rgba(0, 0, 0, 0.07);
    width: 70%;
    align-items: center;
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    font-family: math;
    border-radius: 0.5rem;
}

/* Wrapper */
.ui-tabs-horizontal {
    width: auto;
    margin: 30px auto 15px;
    padding: 0;
    display: block;
}

    /* Navigation bar (top tabs) */
    .ui-tabs-horizontal .ui-tabs-nav {
        display: flex;
        flex-direction: row;
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #c5c5c5;
    }

        /* Individual tab */
        .ui-tabs-horizontal .ui-tabs-nav li {
            margin: 0;
            border-radius: 0;
            border: 0;
            border-right: 1px solid #c5c5c5;
            background: #fff;
            list-style: none;
        }

            /* Tab link */
            .ui-tabs-horizontal .ui-tabs-nav li a {
                display: block;
                padding: 10px 15px !important;
                color: #434345;
                font-size: 14px;
                text-decoration: none;
            }

                .ui-tabs-horizontal .ui-tabs-nav li a:focus {
                    outline: none;
                }

            /* Active tab */
            .ui-tabs-horizontal .ui-tabs-nav li.ui-tabs-active {
                background: #fcf7ed;
                font-weight: bold;
                border-bottom: 2px solid #fcf7ed;
            }

    /* Content panel (below tabs) */
    .ui-tabs-horizontal .ui-tabs-panel {
        padding: 15px;
        border-top: none;
    }

.accordion-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

    .accordion-icon.rotate {
        transform: rotate(180deg);
    }


.card-box {
    box-shadow: 0px 0px 5px 3px rgba(222,222,222,1);
    color: black;
    border-radius: 1rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    min-height: 4rem;
    align-content: center;
    align-items: center;
}

div.accdashboardheadbox, div.itemdashboard {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 60px) / 4));
    gap: 20px;
}

    div.accdashboardheadbox .bordercontainer, div.itemdashboard .bordercontainer {
        padding: 0;
        background: #fff;
    }

        div.accdashboardheadbox .bordercontainer .title, div.itemdashboard .bordercontainer .title {
            color: #fff;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
        }

        div.accdashboardheadbox .bordercontainer.card-box1 .title, div.itemdashboard .bordercontainer.card-box1 .title {
            background: #083F7E;
        }

        div.accdashboardheadbox .bordercontainer.card-box2 .title, div.itemdashboard .bordercontainer.card-box2 .title {
            background: #D83F48;
        }

        div.accdashboardheadbox .bordercontainer.card-box3 .title, div.itemdashboard .bordercontainer.card-box3 .title {
            background: #E6AC6A;
        }

        div.accdashboardheadbox .bordercontainer .adjamount, div.itemdashboard .bordercontainer .adjamount {
            padding: 10px 20px;
            text-align: center;
            font-size: 35px;
            font-weight: bold;
        }

div.paymentlist {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 60px) / 4));
    gap: 20px;
    margin-top: 20px;
}

    div.paymentlist div.card-body, div#cases div.card-body, div#followupnotes div.card-body {
        padding: 2px;
        background: #fff;
    }

        div.paymentlist div.card-body .col-sm-12 {
            padding: 0;
            max-height: inherit !important;
        }

            div.paymentlist div.card-body .col-sm-12 h2 {
                padding: 0;
                margin: 0
            }

            div.paymentlist div.card-body .col-sm-12 ul {
                padding: 0;
                margin: 0;
                min-height:120px;
            }

            div.paymentlist div.card-body .col-sm-12 .card-header {
                background: #ccc;
                padding: 7px;
                display: flex;
                justify-content: space-between;
                align-items: center
            }

                div.paymentlist div.card-body .col-sm-12 .card-header h2 {
                    font-size: 16px;
                    font-weight: bold;
                    width: 200px
                }

                div.paymentlist div.card-body .col-sm-12 .card-header span {
                    font-size: 11px;
                    font-weight: bold
                }

ul.ul-height-overflow2 li.bankNCashList > div {
    width: auto !important;
    padding: 0 !important
}

    ul.ul-height-overflow2 li.bankNCashList > div:first-child {
        width: 200px !important
    }

    ul.ul-height-overflow2 li.bankNCashList > div:last-child {
        width: 50px !important
    }
/*User Access Roles CSS -START*/

.glyphicon-refresh-animate {
    color: #fff; /* make the spinner white */
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block; /* ensures proper rotation */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.pagination a, .pagination span, .pagination strong {
    display: inline-block;
    margin: 0 6px;
    text-decoration: none;
}

.pagination strong {
    padding: 0 4px;
    border-bottom: 2px solid #333;
}
/*User Access Roles CSS -END*/


.followupTabContainer {
    display: flex;
    justify-content: end;
}

div#followupnotes .card-box {
    box-shadow:none;
}

div#followupnotes .card-box > div {
    display:flex;
    align-items:center;
    margin-left:15px;
}

.important {
    padding: 0;
    background-color: green;
    border-radius: 15px;
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.very-important {
    padding: 0;
    background-color: orangered;
    border-radius: 15px;
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.normal {
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px;
    display: inline-block;
}

div#followupnotes div.card-body tr.color-green {background:#008000; color:#fff}
div#followupnotes div.card-body tr.color-green a {font-weight:bold; color:#fff}
div#followupnotes div.card-body tr.color-orange {background:#ff4500; color:#fff}
div#followupnotes div.card-body tr.color-orange a {font-weight:bold; color:#fff}
div#followupnotes div.card-body tr.color-white {background:#fff; color:#000}
div#followupnotes div.card-body tr.color-white a {font-weight:bold; color:#000}


div.itemdashboard a:hover {text-decoration:none}

div#itemsdashboard div.card-body {margin-top:20px;}
div#itemsdashboard div.card-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 60px) / 4));
    gap: 20px;
}
div#itemsdashboard div.card-body ul li {
    padding: 2px;
    font-size:14px;
}

div#itemsdashboard div.card-body ul li a {
    padding:10px;
    display:flex;
    justify-content:space-between;
    background: #fff;
}

div#itemsdashboard div.card-body ul li a:hover {
    background: #fafafa;
    text-decoration:none;
}

div#itemsdashboard div.card-body ul li a div:first-child {font-weight:bold;}

