﻿
/*for main primary color :#3e4676*/

.colorprimarytxt {
    color: #3e4676;
}

.coloractive {
    background: #3e4676;
    color: white;
}

.colorpriback {
    background-color: #3e4676;
    color: white;
}

.textcenter {
    text-align: center;
}

.logomenu {
    height: 30px;
    width: 30px;
    margin-right: 8px;
}

.textcap {
    text-transform: uppercase;
}

.btnhw {
    font-size: 17px;
}
/*start for loading animation */
.loadinmain {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 48%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-wrapper {
    width: 60px;
    height: 60px;
}

.loader {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 3px solid #3e4676;
    border-top-color: #96CDDD;
    border-bottom-color: #96CDDD;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

.loader-inner {
    border-top-color: #f9fafb;
    border-bottom-color: #f9fafb;
    animation-duration: 2.5s;
}

@keyframes rotate {
    0% {
        transform: scale(1) rotate(360deg);
    }

    50% {
        transform: scale(.8) rotate(-360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

/*end for loading animation */
.btn-del {
    color: #a83030;
    font-size: 20px;
    cursor: pointer;
}

.btn-add {
    color: #4f8f44;
    font-size: 20px;
    cursor: pointer;
}

.aclick {
    text-decoration-line: none;
    color: #3e4676;
}

/* mouse over link */
a:hover {
    color: #6A7196;
}

.displayinline {
    display: inline-block;
}

.bordertoph {
    border-top: hidden;
}

.borderrighth {
    border-right: hidden;
}

.inputre:focus {
    outline: #719ECE !important;
    border: 1px solid #719ECE !important;
    box-shadow: 0 0 10px #719ECE !important;
}

inputre:focus {
    outline: #719ECE !important;
    border: 1px solid #719ECE !important;
    box-shadow: 0 0 10px #719ECE !important;
}

/*new color-profile btn*/
.btn-orange:hover {
    box-shadow: 1px 1px 10px 3px #eea303 !important;
    border-color: #eea303 !important;
    background-color: #eea303;
}

.btn-orange {
    border-color: #eea303 !important;
    background-color: #eea303;
    color: white;
}


.iconcolor {
    color: #3e4676 !important;
}

.whitec {
    color: white;
}

.icons20 {
    font-size: 20px !important;
}

.icons25 {
    font-size: 25px !important;
}

.marginauto {
    margin: auto;
}

.margin0 {
    margin: 0px;
}

.margin10 {
    margin: 10px;
}

.marginr10 {
    margin-right: 10px;
}

.marginr15 {
    margin-right: 15px;
}

.margintop5 {
    margin-top: 5px
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop20 {
    margin-top: 20px !important;
}

.paddingleft2 {
    padding-left: 2rem !important;
}

.paddleft0 {
    padding-left: 0px !important;
}

.padding10 {
    padding: 10px;
}

.padrigh10 {
    padding-right: 10px;
}

.paddingright0 {
    padding-right: 0px;
}

.paddingtop0 {
    padding-top: 0px !important;
}

.paddingbottom0 {
    padding-bottom: 0px !important;
}

.padbot10 {
    padding-bottom: 10px
}

.paddingleft0 {
    padding-left: 0px !important;
}

.marginbottom0 {
    margin-bottom: 0px !important;
}

.marginbottom10 {
    margin-bottom: 10px !important;
}

.marginleft10 {
    margin-left: 10px;
}

.margintop32 {
    margin-top: 32px;
}

.margintop40 {
    margin-top: 40px;
}

.fontsize20 {
    font-size: 20px !important;
}

.fontsize12 {
    font-size: 12px;
}

.fontsize11 {
    font-size: 11px;
}

.textright {
    text-align: right;
}

.fontweight {
    font-weight: bold;
}

.fontbold {
    font-weight: bold;
}

.fontnormal {
    font-weight: normal;
}

.lineheight1 {
    line-height: 1.0;
}

.narrheight {
    height: 100px;
}

.width60 {
    width: 60px;
}

.widtht100 {
    width: 100%;
}

.btnwhite {
    color: #1861ac !important;
    background-color: white !important;
    border-color: white !important;
}

.btn-primary {
    background-color: #3e4676 !important;
    border-color: #3e4676 !important;
}

    .btn-primary:hover {
        box-shadow: 1px 1px 10px 3px #6a7196 !important;
        border-color: #6A7196 !important;
        background-color: #6A7196;
    }

#btn-primary:hover:active {
    border-color: #6A7196 !important;
    background-color: #6A7196 !important;
}

/* start for background body color*/
.contentback {
    padding-bottom: 20px;
}

.content {
    padding-top: 0px !important;
    /*padding-left: 0px !important;*/
    padding-right: 0px !important;
}

.navbar-toggler {
    display: none;
    box-shadow: 2px 0px 8px #3e4676;
}

.background-body {
    background-color: #f4f7fc;
    /*#f6f9ff*/
}

.bodylist {
    padding: 12px;
    margin: 10px;
}

.bodycreate {
    padding: 20px;
    margin-top: 5px;
}

.bodycreatem {
    padding: 5px;
    margin-top: 5px;
}

.headerback {
    background-color: #3e4676;
    padding-left: 10px;
    /*padding-top: 2px;*/
    color: white;
    display: flex;
    align-items: center;
    height: 57px;
}

.headerlist {
    background-color: #3e4676;
    padding: 6px;
    color: white;
}

.iconpad {
    padding-top: 3px;
}

.title {
    font-size: 18px;
    margin-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px !important;
}

.header-right {
    margin-left: auto;
}

.backbtn {
    font-size: 20px;
    cursor: pointer;
    color: white;
}
/* end for background body color*/
/* start for datatable css*/
.table {
    margin-bottom: 0rem !important;
}

.tablebord {
    /* border: 1px solid rgba(26, 54, 126, 0.125);*/
    border: 1px solid #dee2e6;
    /*margin-top: 55px !important;*/
}

.table-content {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .table-content h4 {
        margin-top: 5px;
    }

.table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.dataTables_filter {
    float: left !important;
}

    .dataTables_filter label {
        font-size: 18px;
        font-weight: bold;
    }


    .dataTables_filter input:focus {
        color: #212529 !important;
        background-color: #fff;
        border-color: #86b7fe !important;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
    }

/* end for datatable css*/
.dt-buttons {
    float: right !important;
}

/* start form menu ccs*/
.menuiconsub {
    font-size: 10px !important;
    margin-left: 30px;
}

.menuicon {
    color: #6A7196 !important;
    display: none !important;
}

/* start form menu ccs*/

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.pointer {
    cursor: pointer;
}

.linenone {
    text-decoration: none;
}

.button .dt-button {
    color: white;
    background: #3e4676 !important;
    border-color: #3e4676 !important;
    border-radius: 6px;
}

.dt-button buttons-copy buttons-html5 {
    color: white;
    background: #3e4676 !important;
    border-color: #3e4676 !important;
    border-radius: 6px;
}

.dt-button buttons-csv buttons-html5 {
    color: white;
    background: #3e4676;
    border-color: #3e4676;
    border-radius: 6px;
}

.dt-button buttons-excel buttons-html5 {
    color: white;
    background: #3e4676;
    border-color: #3e4676;
    border-radius: 6px;
}

.dt-button buttons-pdf buttons-html5 {
    color: white;
    background: #3e4676;
    border-color: #3e4676;
    border-radius: 6px;
}

.textoverflow {
    white-space: nowrap;
    width: 220px;
    overflow: hidden;
    text-overflow: clip;
}


.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: auto;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    z-index: 500;
    text-decoration: none;
    left: 157px;
}

.sidenav {
    width: 250px;
    box-shadow: 2px 0px 8px #3e4676;
}

@media only screen and (max-height: 768px) {
    .sidenav {
        width: 0;
        position: unset !important;
    }
}

@media only screen and (max-height: 300px) {
    .sidenav {
        width: 0;
        position: sticky !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.flex-column {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 60px);
}

/*start for print estimate*/
.printmain {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    background: #fff;
}

    .printmain .table tbody tr td {
        border-top-style: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

.btn-print {
    margin-bottom: 10px;
}

@media print {
    .sidebar, .top-row, .btn-print, .no-print {
        display: none !important;
    }

    .printmain {
        padding: 0;
        margin-top: 0;
        padding-right: 10px;
        border: none;
    }

    .btn-print {
        margin: 0;
        height: 0
    }

    .page-break {
        page-break-before: always;
    }
}

.inv-page {
    background: white;
    margin: auto;
}


/*autocomplete*/
.autocomplete {
    position: relative;
    display: block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.search-list {
    margin-left: 10px;
}

.backwhite {
    background-color: white;
    width: calc(100vw - 211px);
}

.bodyheader {
    background-color: #E8EAED;
    padding: 6px;
    color: white;
    /*background-color: #E4E8EF*/
}

.tableheaderr {
    background-color: #E8EAED;
}

.colorblack {
    color: black;
}

/*Dashboard page*/

.padtop8 {
    padding-top: 8px !important;
}

.padtop10 {
    padding-top: 10px;
}

.padbtm10 {
    padding-bottom: 10px;
}

.homebtn {
    width: 100%;
    height: 170px;
    color: #3e4676;
    text-align: center;
}

.homebtnr {
    width: 100%;
    color: #3e4676;
    text-align: center;
    height: 350px;
}

.hometxt {
    position: relative;
    top: 30%;
}

.homefont {
    font-size: 50px !important;
    margin-top: 40px;
}

.hometxts {
    font-size: 70px !important;
}

.backcolor1 {
    background: #a18cd1;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(161,140,209,0.5), rgba(251,194,235,0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(161,140,209,0.5), rgba(251,194,235,0.5))
}

.backcolor2 {
    background: #accbee;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(172,203,238,0.5), rgba(0,231,240,0.5));
}

.backcolor3 {
    background: #c1dfc4;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(193,223,196,0.5), rgba(222,236,221,0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(193,223,196,0.5), rgba(222,236,221,0.5))
}

.backcolor4 {
    background: #feada6;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(254,173,166,0.5), rgba(245,239,239,0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(247,205,201,1) 0%, rgba(247,226,224,1) 100%);
}

.backcolor5 {
    background: #a1c4fd;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(161,196,253,0.5), rgba(194,233,251,0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(161,196,253,0.5), rgba(194,233,251,0.5))
}

.backcolor6 {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(196,224,229,1) 0%, rgba(166,192,196,1) 100%);
}

.backcolor0 {
    background: #6a85b6;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106,133,182,0.5), rgba(186,200,224,0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106,133,182,0.5), rgba(186,200,224,0.5))
}

.mobileh {
    display: none;
}

@media screen and (max-width: 768px) {
    .isDesktop {
        display: none;
    }

    .sidenav .closebtn {
        display: block;
    }

    .mySidenav {
        width: 0;
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .sidenav .closebtn {
        display: none;
    }
}

.right-buttons {
    margin-left: auto;
    margin-right: 10px;
}
.modal-backdrop {
    opacity: 0.4 !important;
}
main {
    background: #f5f5f5;
}
.card {
    border:none;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03) !important;
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}
.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: 700;
}
.widget-content .widget-content-left .widget-subheading {
    opacity: .5 !important;
}
.widget-content .widget-content-right {
    margin-left: auto;
}
.page {
    overflow-x: hidden !important;
}