/*background color css*/

/*.dataTables_filter.md-form input[type=search]:not(.browser-default):focus{border: 1px solid #0e76bd;}*/

/*------------------------------- GENERIC ---------------------------*/
body, .form-control, .dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropup .dropdown-menu
.dropdown-item, table th, table td {
    font-size: 13px;
}

body, table td {
    font-weight: 400
}


/*h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight: 400}*/

/*typography customization*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.05;
}

h1, .h1 {
    font-size: 1.8rem;
}

h2, .h2 {
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.15rem;
}

h5, .h5 {
    font-size: 0.95rem;
}

h6, .h6 {
    font-size: 0.8rem;
}

/*button*/
.btn {
    margin: 0
}

.btn {
    font-size: .7rem;
}

.btn, .btn.btn-md {
    padding: .664rem 1rem;
}

/*md form*/
.md-form.md-outline, .select-outline {
    margin-top: 1rem;
    margin-bottom: 0;
}

.md-form .form-control {
    margin-bottom: 0 !important;
}

/*font sizing*/
.fs-12 th, .fs-12 td, .fs-12 .form-control {
    font-size: 12px !important;
}

.fs-11.dataTable thead th, .fs-11.dataTable thead td {
    padding: 7px 14px
}

.fs-11 th, .fs-11 td, .fs-11 .form-control {
    font-size: 11px !important;
    line-height: 11px;
}

input.form-control.inputField.required.input-error {
    border-color: #f00 !important;
    color: #f00 !important;
}

/*nepali date picker css*/
/*.npd-container{
    position: fixed;
    background: rgba(0,0,0,0.32);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

div#ndp-nepali-box {
    height: 342px;
    width: 303px;
    /*position: static !important;*/
    box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
    padding: 7px !important;
    border: none !important;
    background-color: #fff !important;
}


#ndp-nepali-box .ndp-header {
    background: none;
    border: none;
    position: relative;
    margin: 5px 0 15px;
}

#ndp-nepali-box td.ndp-selected {
    line-height: 16px;
    font-size: 14px;
    background: none !important;
}

#currentMonth #npd-month-select, #currentMonth #npd-year-select {
    font-size: 14px;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #ced4da;
    margin: 0 5px;
}

.ndp-selected a, .ndp-current a, .ndp-selected a {
    display: block
}

#ndp-nepali-box table th, #ndp-nepali-box table td, #ndp-nepali-box table.table-sm td, #ndp-nepali-box table.table-sm th {
    text-align: center;
    border: none !important;
}

div#ndp-nepali-box td.ndp-date, div#ndp-nepali-box td.ndp-selected, div#ndp-nepali-box td.ndp-current {
    width: 14.2857142857%;
    height: 39px;
    background: none !important;
    border-radius: 50%;
}

#ndp-nepali-box td.ndp-date a {
    font-size: 14px !important;
    width: auto !important;
    color: #595959 !important;
}

#ndp-nepali-box td.ndp-date:hover {
    border-color: #0e76bd !important;
    background-color: #eee !important;
}

div#ndp-nepali-box td.ndp-current {
    background-color: #0e76bd !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transform: scale(0.9);
}

div#ndp-nepali-box td.ndp-current a {
    color: #fff !important;
}

div#ndp-nepali-box td.ndp-selected a {
    color: #0e76bd;
}

.ndp-next, .ndp-prev {
    background: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #222 !important;
    border: 1px solid #fff;
    height: 21px !important;
    line-height: 18px;
    width: 21px !important;
}

.ndp-prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ndp-next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ndp-next:hover, .ndp-prev:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
}

.ndp-prev:before {
    content: "\f104";
}

.ndp-next:before {
    content: "\f105";
}

/*----------- DROPDOWN MENU CSS STARTS ----------*/
.btn-actions .dropdown-menu.show, .navbar-nav .dropdown-menu.show {
    display: none;
}

/*----------- DROPDOWN MENU CSS ENDS ----------*/


/*---------- CARD CSS STARTS ----------*/
.card-header {
    padding-top: 1rem;
}

/*---------- CARD CSS STARTS ----------*/


/*---------- TABLE CSS STARTS ----------*/
table.dataTable {
    border-collapse: collapse;
    border-color: #0e76bd
}

/*table.table-bordered td, table.table-bordered th{border-color: #d5d5d5}*/
/*table.dataTable thead th, table.dataTable thead td{border-bottom-color: #aaa}*/

/*---------- TABLE CSS ENDS ----------*/


/*---------- COMMON CSS STARTS ----------*/
.md-form label, .md-form.md-outline label, .select-wrapper input.select-dropdown {
    font-size: 13px;
}

/*---------- COMMON CSS ENDS ----------*/

.td-item-seperator {
    margin: 10px -10px;
}

/*---------- CLEAR BUTTON FOR DATEPICKER AND TIMEPICKER STARTS ----------*/
.btn-clear {
    position: absolute;
    top: calc(50% - 11px);
    right: 5px;
    background: #ddd;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}

.clockpicker.clearable {
    padding-right: 25px !important;
}

/*---------- CLEAR BUTTON FOR DATEPICKER AND TIMEPICKER STARTS ----------*/


.btn.btn-sm {
    padding: .5rem .8rem;
}


/*---------- INPUT BOX MODIFICATION STARTS ----------*/
.md-form label, .md-form.md-outline label {
    z-index: 4
}

.md-form.md-outline label.active {
    transform: translateY(-9px);
}

.control-label {
    font-weight: bold;
}

.md-form .form-control, .form-control {
    min-height: 38px;
}

.select-outline, .md-form.md-outline {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
}

.select-outline > .md-form {
    margin-top: 0;
    margin-bottom: 0;
}

.select-wrapper.md-form + label {
    left: 0;
    top: 0.5em !important;
}

.select-wrapper.md-form.md-outline + label {
    /*left: 8px;*/
    top: -1.3em !important;
}

.select-outline:not([class^='col']) {
    margin-left: -15px;
    padding-left: 15px;
    width: calc(100% + 15px);
}

.disable {
    pointer-events: none !important;
}

.select-wrapper.disable-toggle-all .select-toggle-all {
    display: none;
}

.colorful-select .dropdown-content {
    max-height: 266px;
}

/*--------- INPUT BOX MODIFICATION ENDS ----------*/

table.dataTable thead th, table.dataTable tfoot th {
    font-family: sans-serif;
}

/*table.dataTable thead th {border-color: #185c8a;}*/
table.dataTable thead th {
    border-color: #FFF;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: #dee2e6 !important;
}

/*--------- SELECT BOX MODIFICATION STARTS ----------*/
.mdb-select .caret {
    display: none;
}

select.form-hidden {
    display: block !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

/*.table-responsive .select-wrapper ul.select-dropdown {
    position: static !important;
}*/
.heavy-rain-gradient {
    background-image: none !important;
    background-color: #eee;
}

.select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, .4) !important;
}

.white-skin .select-wrapper.colorful-select.md-form .dropdown-content li.disabled span:hover, .white-skin .select-wrapper.colorful-select.md-form .dropdown-content li.optgroup span:hover {
    background: transparent !important;
}

/*--------- SELECT BOX MODIFICATION ENDS ----------*/


/*---------- DATATABLE MODIFICATION CSS STARTS ----------*/
/*div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate,div.dataTables_wrapper div.dataTables_paginate{padding-top: 0.9rem; padding-bottom: 0.5rem;}*/
/*div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .caret{display: none;}*/
/*div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown{margin: 0; border-radius: 0; width: 50px}*/
/*div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label{margin-top: 0; }*/
/*div.dataTables_wrapper div.dataTables_filter input{}*/
/*div.dataTables_wrapper div.dataTables_filter{margin-top:0; margin-bottom: 0; width: 100%;}*/
.dataTables_length label {
    margin-bottom: 0;
    display: flex;
    align-self: center;
    margin-right: 1rem;
    margin-top: 0 !important;
}

.dataTables_length input.select-dropdown {
    margin: 0;
    border-radius: 0;
    width: 50px;
    box-shadow: none !important;
    margin-top: 0 !important;
}

.dataTables_wrapper .dataTables_filter {
    margin: 0;
    float: none;
}

.dataTables_filter input {
    padding: 0;
    box-sizing: border-box !important;
    display: inline-block;
    width: auto;
    min-width: 200px;
}

/*.dataTables_filter.md-form input[type=search]:not(.browser-default){
    box-shadow: 0 1px 4px 0 rgba(32,33,36,0.24);
    border-radius: 19px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    width: 300px;
    text-align: center;
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.dataTables_filter.md-form input[type=search]:not(.browser-default):focus{box-shadow: 0 1px 4px 0 rgba(32,33,36,0.24);}*/

.dataTables_wrapper .dataTables_info {
    padding-top: 1.2rem
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    padding: 0;
    border: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.pagination {
    margin-bottom: 0;
}

.pagination .page-item.active .page-link:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

/*div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label,div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown, div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span{margin-top: 0.5rem}*/
.append-dataTable-search .dataTables_filter {
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: right
}

/*---------- DATATABLE MODIFICATION CSS ENDS ----------*/


/*---------- NAVIGATION CSS STARTS ----------*/
.white-skin .side-nav .collapsible a {
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

/*.active>.collapsible-body{display: block}*/
.uom, .quantity {
    text-align: center
}

/*---------- NAVIGATION CSS ENDS ----------*/


.dropdown-ins li:hover > .dropdown-menu {
    display: block
}

/*---------- MODAL CSS STARTS HERE ----------*/
@media (min-width: 992px) {
    #helpSectionModal .modal-side {
        width: 40%;
        max-width: 100%;
    }

    #helpSectionModal .modal-body {
        overflow: auto
    }
}

#helpSectionModal .modal-body img {
    max-width: 100% !important;
    height: auto !important;
}

.imageview {
    z-index: 5000
}

.help-image {
    position: relative;
    display: block
}

.help-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out .3s
}

.help-image:after {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 11px);
    font-size: 24px;
    color: #fff;
    opacity: 0;
    transition: ease-in-out .3s
}

.help-image:hover:before {
    background: rgba(0, 0, 0, 0.4)
}

.help-image:hover:after {
    opacity: 1
}

/*---------- MODAL CSS ENDS HERE ----------*/

.navbar {
    box-shadow: none;
}

header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

/*---------- FILTER BLOCK CSS STARTS ---------*/
.filter-block.fixed {
    padding: 0 50px 13px calc(15rem + 20px);
    border-top: 1px solid #eee;
    background: #fff;
    position: relative;
}

.filter-block.fixed .help-section {
    float: right;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1rem;
}

@media (max-width: 991.99px) {
    .filter-block.fixed .help-section {
        display: none
    }

    .filter-block.fixed {
        padding: 0 20px 13px;
    }
}

@media (max-width: 1440px) {
    .filter-block.fixed {
        padding-left: 20px;
    }
}


/*table.awesome-table {border-color: unset !important;}*/
table.table {
    width: 100% !important; /* border-color: #dee2e6 !important*/
}

table.dataTable thead {
    cursor: auto
}

.sorting, .sorting_desc, .sorting_desc {
    cursor: pointer;
}

/*modal customization*/
.modal-header {
    padding: 0.8rem 1rem
}

.modal-body {
    padding: 1.4rem
}

.modal-footer {
    padding: 0.5rem 1rem
}

.hidden-mobile {
    display: none;
}

.select-wrapper .search-wrap .md-form input {
    padding: 6px 12px;
    font-size: 13px;
    height: 38px;
}

.reset-height {
    min-height: unset !important;
}

/*.main-header .navbar,.main-header .sidebar-toggle>a,.main-header .logo{height: 50px;}*/
/*.main-header .logo img{height: 40px;}*/
/*.main-header .sidebar-toggle>a{line-height: 27px;} */
/*.sidebar-toggle>a>svg{vertical-align: middle; margin-right: 5px;}*/
/*.main-header .navbar{margin-left: 0}*/

body {
    background: #eee;
}

h6.dark-grey-text {
    font-size: 13px;
}

main {
    min-height: calc(100vh - 73px)
}

main > .container-fluid.mb-5 {
    margin-bottom: 0 !important;
}

/*body{margin-top: 100px; background: #f4f4f4; line-height: 21px;}    */
/*a:hover, a:active, a:focus{outline: none;text-decoration: none;color: #0e76bd;}*/
.material-icons {
    vertical-align: sub !important;
    font-size: 16px !important;
}

.dropdown-toggle:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-left: 4px;
    border: none;
    vertical-align: middle;
}

.fixed-sn main, .hidden-sn main {
    padding-top: 70px;
}

/*.btn{margin: 0;}*/

/*theme*/
.white-skin .card-header, .white-skin .form-header {
    background: #3450e8;
}

.breadcrumb span, .breadcrumb a {
    color: #999;
    transition: none;
}

.breadcrumb a:not(.help-section):hover {
    text-decoration: underline
}

.breadcrumb .fa-angle-double-right {
    padding: 0 5px;
}

.breadcrumb .fa-angle-double-right:before {
    content: "\f105" !important;
}

/*.info-box .material-icons{vertical-align:sub !important; font-size:25px !important;}*/
/*.box-header{padding: 7px 10px}*/
/*#dRLM86P-1528760577031{display: none !important}*/
/*.box{border:1px solid #fff}*/
/*.box-danger{border-color:#dd4b39;}
.box-danger .box-header{background: #dd4b39; color: #fff; border-bottom-color: #dd4b39}
.register-box-body .form-control-feedback{color: #346dce}
.img-center{margin:0 auto;display:block;}
.dropdown-menu.dropup{bottom: 0 !important; top: auto !important;}
.qrcode {background : #FFF; padding : 10px; box-shadow : 0 0 3px rgba(0,0,0,0.2); margin : 0 auto;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mt-30 {margin-top : 30px;}
.mt-15{margin-top:15px;}
.mt-5{margin-top:5px;}
.ml-15{margin-left: 15px;}
.mr-15{margin-right : 15px;}
.mb-5 {margin-bottom : 5px !important;}
.text-right {text-align : right !important;}
.text-left, .text-left * {text-align : initial !important;}
.break-word {word-break : break-word;}
.statement .watermark {text-transform : uppercase;}
.text-initial, .text-initial *{text-align : left !important;}
.ndp-selected a {display : block}
.mrt0{margin-top:0; margin-bottom:15px}
.mrb15{margin-bottom:15px}*/
/*.dropdown-menu.show{display: none;}*/
.dropdown-item i {
    transition: all .1s linear;
}

/*.dropdown-item:active i, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover i{color: #fff !important;}*/
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover i {
    color: #fff !important;
}

.dropdown-item.active .material-icons {
    color: #FFF !important;
}

/*.dropdown.open>.dropdown-menu{display: block;}*/
/*h1{color: #4f4f4f; font-weight: 700; margin-top: 1.5rem; margin-bottom: 1.5rem; font-size: 1.25rem}*/

table {
    line-height: 16px;
    width: 100%;
}

table th, table td, table.table-sm td, table.table-sm th {
    padding: .3rem; /*padding-top: 0.3rem; padding-bottom: 0.3rem;font-weight: 400; font-size: 12px;  */
    padding-top: .32rem;
    padding-bottom: .32rem;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #212529
}

.table .light-grey td, .table .light-grey th {
    background-color: #ddd;
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

/*.text-green2{color: #8cc63e}*/
.letter-spacing-md {
    letter-spacing: .5px
}

.letter-spacing-lg {
    letter-spacing: .75px
}

.letter-spacing-xl {
    letter-spacing: 1px
}

@media print {
    body {
        min-width: auto !important;
        background: #fff
    }

    header, footer, .breadcrumb {
        display: none;
    }

    main {
        padding-top: 0 !important;
        margin: 0 !important;
        min-height: 1px;
    }

    .container-fluid {
        padding: 0 !important;
    }

    main > .container-fluid > h6.dark-grey-text {
        display: none;
    }

    /*.sheet table, .sheet .table-bordered td, .sheet .table-bordered th{border-color: #555 !important}*/
    .table .light-grey td, .table .light-grey th {
        background-color: #ddd !important;
    }
}

/*header css starts*/
header {
    padding-right: 0 !important;
}

/*@media(min-width: 1440px){*/
/*    header {padding-left: 15rem;}*/
/*}*/
.top-header {
    height: 30px;
    line-height: 30px;
}

.top-header, .top-header a {
    color: #fff;
}

.top-header a {
    display: inline-block
}

/*.navbar{padding: 0 16px; min-height: 60px;}*/
.navbar.scrolling-navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
}

.navbar-collapse {
    margin-left: 16px;
}

.navbar .dropdown-menu {
    border-color: #eee;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12); /*border: none;*/
}

.navbar .dropdown-menu a {
    font-size: 13px;
}

/*.main-nav>li>ul {*/
/*    min-width: 512px !important;*/
/*    left: -180px;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

/*.main-nav>li>ul>li {*/
/*    width: 50%;*/
/*    float: left;*/
/*    padding: 0 8px;*/
/*}*/
/*.main-nav>li>ul>li:nth-child(2n-1){border-right: 1px solid #eee;}*/
.main-nav > li > a {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    min-width: 80px;
    border-bottom: 3px solid transparent;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

/* added by @Kapil for test */
/*.navbar.scrolling-navbar .navbar-nav>li{transition-duration: 0s !important;}*/
.main-nav > li > a {
    min-width: 78px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
}

.main-nav > li > a .material-icons {
    font-size: 22px !important;
    margin-bottom: 5px;
}

.side-nav .collapsible {
    padding-bottom: 20px;
}

/* added by @Kapil end */


/*.navbar-custom-menu .user-menu>a{padding: 25px 10px; color: #777}  */
.main-nav > li > a:after {
    display: none;
}

.menu_icon {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
}

/*.nav>li>a:active, .nav>li>a:focus{color: #444; background: #f7f7f7}*/
/*.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: #f7f7f7}*/
/*.main-nav>li>.dropdown-menu{min-width: 100%; margin-top: 0; /*border: none;}*/
.navbar-nav .dropdown-menu {
    min-width: 240px; /*border: none;*/
}

.main-nav .dropdown-menu .pull-right-container > i {
    text-align: center;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px;
}

/*.main-nav>li>.dropdown-menu{padding-top: 1px} */
/*.main-nav .dropdown-menu>li{padding-left: 8px; padding-right: 8px; background: #fff;}*/
.main-nav .dropdown-menu > li > a {
    padding: 10px;
    color: #444;
    display: block;
    font-weight: 400;
    margin-bottom: 1px;
}

/*.main-nav .dropdown-menu .dropdown-menu>li>a{display: flex;}*/
.main-nav .dropdown-menu > li:hover > a {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    border-radius: .125rem;
}

.main-nav .dropdown-menu > li:hover > a, .main-nav .dropdown-menu > li:hover > a i, .main-nav .dropdown-menu > li > a.active, .main-nav .dropdown-menu > li > a.active i {
    color: #fff;
}

.main-nav .dropdown-menu > li > a.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    border-radius: .125rem;
}

.main-nav .dropdown-menu i, .all-menu-container .dropdown-menu > li > a i {
    width: 20px;
    line-height: 19px;
}

.nav > li > .dropdown-toggle:after {
    content: "\f107";
    margin-left: 4px
}

.nav ul .dropdown-toggle:after {
    content: "\f105";
    line-height: 20px;
    float: right
}

.main-nav .dropdown-menu .dropdown-menu {
    top: 0;
}

/*.main-nav .dropdown-menu .dropdown-menu{left:calc(100% - 8px);}*/
.main-nav .dropdown-menu .dropdown-menu {
    left: 100%;
}

.main-nav .dropdown-menu .dropLeft .dropdown-menu {
    right: calc(100% - 8px);
    left: auto;
}

.main-nav > li.dropLeft > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropUp .dropdown-menu {
    bottom: 0;
    top: auto !important;
}

.main-nav > li:hover > a, .nav > li > a:active, .nav > li > a.active {
    background: #f4f4f4;
}

/*dropdown right class for dropdown going outside of view*/
.main-nav .dropdown-menu .dropdown-left, .main-nav .dropdown-menu .dropdown-left .dropdown-menu {
    left: auto;
    right: 100%
}

.dropdown-left li > a.dropdown-toggle:after {
    display: none;
}

.dropdown-left li > a.dropdown-toggle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    line-height: 20px;
    margin-right: 5px;
}

.main-nav .pull-right-container .fa-angle-left:before {
    content: "\f105"
}

/*bulk-menu-container*/
.navbar .bulk-menu-container {
    position: fixed !important; /*top: 100px;*/
    width: 100% !important;
    border-top: 1px solid #ced4da;
    z-index: 5000
}

.navbar .bulk-menu-container {
    position: fixed !important;
    top: 70px;
    width: 100% !important;
    left: 0;
    border-top: 1px solid #ced4da;
}

/*.navbar .bulk-menu-container{position: fixed !important; top: 70px; width: 96% !important; left: 2%; border-top: 1px solid #ced4da;}*/
.bulk-menu {
    background: #fff;
    height: calc(100vh - 70px) /*calc(100vh - 90.41px)*/;
    padding: 10px;
    overflow: auto;
    overflow-x: hidden;
}

/*.bulk-menu{background: #fff; height: calc(100vh - 120px)!*calc(100vh - 90.41px)*!; padding: 10px; overflow: auto; overflow-x: hidden;}*/
.bulk-menu .dropdown-menu {
    border: none;
}

/*.main-nav>li.menu-toggler>a{padding-bottom: 10px;}*/
/*.main-nav>li.menu-toggler>a,.main-nav>li.menu-toggler:hover>a,.main-nav>li.menu-toggler:focus>a{border-bottom-color: #0e76bd; background: #eee}*/
/*.main-nav>li:not(.menu-toggler){position: static;}
.main-nav>li:not(.menu-toggler)>.dropdown-menu>li{float: left;}
@media(min-width: 992px){
    .main-nav>li:not(.menu-toggler)>.dropdown-menu>li{width: 25%;}
}
@media(min-width: 1140px){
    .main-nav>li:not(.menu-toggler)>.dropdown-menu>li{width: 20%;}
}*/
.dropdown-menu.desktop-static {
    display: block;
}

.all-menu-container {
    background: #fff;
    padding: 10px;
    height: calc(100vh - 70px);
    overflow: auto;
}

.all-menu-container .dropdown-menu {
    position: static;
    float: none;
}

.all-menu-container .dropdown-menu > li > a > .pull-right-container {
    text-align: right;
}

.bulk-menu-search {
    padding: 0 10px;
    margin-bottom: 5px;
}

.bulk-menu-search .md-form {
    margin: 0;
}

.bulk-menu-search .md-form .form-control {
    min-height: auto
}

.bulk-menu-search input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    border-radius: 0 !important;
    padding-left: 2px;
    padding-right: 0;
}

.bulk-menu-container, .menu-toggler {
    transition: none;
}

.bulk-menu-container.animated, .bulk-menu-container.fadeIn, .bulk-menu-container.animated.fadeOut, .menu-toggler.dropdown-animating {
    animation: none;
}

/*advance search*/
#advance-search .modal-dialog {
    max-width: 600px;
}

#advance-search .modal-content {
    border-radius: 5px;
}

.advance-search-container .input-container {
    position: relative;
}

.advance-search-container .input-container i {
    transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    font-size: 17px
}

#student_filter_input {
    height: 38px;
    padding-left: 32px;
    font-size: 14px;
    /*box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);*/
}

.search-result {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border: 1px solid #ddd;
    padding: 5px 0;
    border-radius: 5px;
}

.search-result a {
    display: block;
    padding: 7px 10px;
    color: #777
}

.search-result a:hover {
    background: #f4f4f4;
}

/*.search-result li+li a{border-top:1px solid #f4f4f4}*/
.search-result ul {
    max-height: 335px;
    overflow-y: auto;
    overflow-x: hidden;
}

.student-pic figure {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.search-result .name-info {
    color: #444;
    font-weight: 500;
}

.student-id {
    font-size: 85%
}

/*header css ends*/

/*user menu*/
.testimonial-card .card-up {
    height: 110px;
}

.testimonial-card .avatar {
    width: 100px;
    height: 100px;
    border-width: 2px;
    box-shadow: 0 0 1px #000;
}

.user-menu-card {
    position: relative;
}

.user-menu-card .card-up {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
}

.user-menu-card .school-name {
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-menu > a {
    color: #000;
    font-weight: 400
}

.user-menu .dropdown-menu {
    padding: 0; /* min-width: 240px; */
    padding-top: 10px;
    border-top: none;
}

.user-menu .user-header {
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    text-align: center;
    position: relative;
}

.user-menu .user-header:before, .user-menu-card .card-up:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 6px;
    border: 8px solid transparent;
}

.user-menu i, .btn-actions .dropdown-menu i {
    width: 20px;
}

.user-menu .user-body {
    padding: 8px;
}

.user-menu .user-body a {
    font-weight: 400
}

.user-menu .dropdown-menu a.active i, .white-skin .navbar .navbar-nav .nav-item.user-menu .dropdown-menu a.active {
    color: #fff;
}

/*overlay css starts*/
.content-overlay, .bulk-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.bulk-menu-overlay {
    position: absolute;
}

/*style copied to box from card*/
/*.box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.box-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}*/

/*main{min-height: calc(100vh - 100px)}*/
/*main>.container-fluid>section>.card>.card-body{min-height: calc(100vh - 150px)}*/

/*tooltip Fix*/
.tooltip-inner {
    background-color: #FFF;
    color: #333333;
    border-radius: 3px;
}

.tooltip .arrow {
    display: none !important;
}

.tooltip-inner {
    border: none;
    padding: 6px 14px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    max-width: 300px;
}

.tooltop {
    z-index: 9999 !important;
}

.tooltip.in {
    opacity: 1 !important
}

/*export buttons*/
/*.dt-buttons .btn{padding: 8px 12px; margin: 0 3px;}*/
.buttons-copy, .buttons-excel, .buttons-csv, .buttons-pdf, .buttons-print {
    padding: 7px 12px;
    font-size: 1rem;
    margin-left: 8px;
}

#datatables_buttons_info {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999999;
    top: 20%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    text-align: center
}

.buttons-copy {
    color: #999;
}

.buttons-excel {
    color: #017f02;
}

.buttons-csv {
    color: #0102f6;
}

.buttons-pdf {
    color: #db1f24;
}

.buttons-print {
    color: #000;
}

.buttons-copy:hover, .buttons-copy:focus, .buttons-excel:hover, .buttons-excel:focus, .buttons-csv:hover, .buttons-csv:focus, .buttons-pdf:hover, .buttons-pdf:focus, .buttons-print:hover, .buttons-print:focus {
    color: #fff;
}

.buttons-copy:hover {
    background: #aaa;
}

.buttons-excel:hover {
    background: #017f02;
}

.buttons-csv:hover {
    background: #0102f6;
}

.buttons-pdf:hover {
    background: #db1f24;
}

.buttons-print:hover {
    background: #000;
}

/*table*/
.dataTables_empty {
    text-align: center;
}

.table thead th, .table tfoot th, .table tbody th {
    font-weight: 600; /*font-size : unset; border-bottom-color: #dee2e6 !important*/
}

/*table.dataTable thead th, table.dataTable thead td{border-bottom-color: #dee2e6 !important}*/
/*awesome table*/
/*.awesome-table>thead>tr>th, .awesome-table>thead>tr>td,.advanced_table>thead>tr>th, .advanced_table>thead>tr>td{border-bottom : none; color : #FFF; font-weight: 500; border-color: rgba(0,0,0,0.1);}
table.awesome-table,table.advanced_table { border-collapse : collapse !important;}*/
/*.sorting:before, .sorting:after {opacity : 0.5 !important;}*/
.advanced_table th, .advanced_table td, .awesome-table th, .awesome-table td {
    vertical-align: middle !important
}

table.align-data-top td {
    vertical-align: top !important
}

.table-sm.dataTable thead .sorting:before, .table-sm.dataTable thead .sorting:after, .table-sm.dataTable thead .sorting_asc:before, .table-sm.dataTable thead .sorting_asc:after, .table-sm.dataTable thead .sorting_desc:before, .table-sm.dataTable thead .sorting_desc:after, .table-sm.dataTable thead .sorting_asc_disabled:before, .table-sm.dataTable thead .sorting_asc_disabled:after, .table-sm.dataTable thead .sorting_desc_disabled:before, .table-sm.dataTable thead .sorting_desc_disabled:after {
    bottom: .35rem
}


table.dataTable thead .no-sort {
    background-image: none !important;
}

/*btn actions*/
/*.btn-actions .dropdown-menu.dropup{bottom: 0 !important; top: auto !important;}*/
/*.btn-actions-inner>.dropdown{*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.btn-actions:hover.btn-actions-inner>.dropdown-menu{display: block;}*/
/*.btn-actions .dropdown-menu{*/
/*    margin-top: 0;*/
/*    left: auto !important;*/
/*    right: 100%;*/
/*    border-color: #eee;*/
/*    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);*/
/*    transform: none !important;*/
/*}*/
/*.btn-actions-inner>.dropdown>.dropdown-menu{*/
/*    top:auto !important;*/
/*    bottom: 0;*/
/*}*/


/*---------- ACTION BUTTON CSS STARTS ---------*/
.btn-actions > .dropdown, .btn-actions-inner > .dropdown {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-actions > .dropdown > button, .btn-actions-inner > .dropdown > button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.btn-actions {
    position: relative;
}

.btn-actions:hover {
    background: #e6e5e5;
}

.btn-actions .btn {
    box-shadow: none;
}

.btn-actions .btn > i {
    font-size: 22px !important
}

.btn-actions .dropdown-item:after {
    float: right
}

.btn-actions .dropdown-toggle:after {
    content: "\f104"
}

.btn-actions:hover > .dropdown > .dropdown-menu, .btn-actions li.dropdown:hover .dropdown-menu, .btn-actions-inner:hover > .dropdown > .dropdown-menu, .btn-actions-inner li.dropdown:hover .dropdown-menu {
    display: block;
}

.btn-actions .dropdown-menu {
    margin-top: 0;
    left: auto !important;
    right: 100%;
    border-color: #eee;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);
    transform: none !important;
    top: auto !important;
    bottom: 0;
}

/*---------- ACTION BUTTON CSS ENDS ---------*/


/*md form*/
/*table.table a {color: unset;}*/

/*dataTable FixedColumn Fix*/
.DTFC_ScrollWrapper {
    height: auto !important;
}

.DTFC_ScrollWrapper .dataTable, .dataTables_scroll table {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

/*.DTFC_LeftHeadWrapper table.DTFC_Cloned, .DTFC_RightHeadWrapper table.DTFC_Cloned{border-top: none; border-bottom: none;}*/
/*.DTFC_LeftHeadWrapper table{border-right-color: #88a4d2 !important}
.DTFC_RightHeadWrapper table{border-left-color: #88a4d2 !important}*/
.DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper, .DTFC_RightHeadWrapper, .DTFC_RightBodyWrapper {
    background: #fff;
    z-index: 2
}

.DTFC_LeftBodyLiner {
    overflow-x: hidden;
    border-right: 1px solid #000;
}

.DTFC_LeftFootWrapper, .DTFC_RightFootWrapper {
    top: 0 !important;
}

/*.DTFC_LeftHeadWrapper table, .DTFC_RightHeadWrapper table{border: 1px solid #dee2e6 !important;}*/
.dataTables_scroll table {
    margin-bottom: unset;
}

/*fix nepalidatepicker*/
#npd-month-select, #npd-year-select {
    display: inline-block !important;
}

/*.navbar .button-collapse {font-size: 1.4rem !important;}*/
.amount {
    text-align: right !important;
}

/* alert box button customization */
.alert {
    border-radius: 0;
    border: none;
    padding: 9.1px 12px 9.1px 65px
}

.alert:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background: #f90;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
}

.alert-success:before {
    content: "\f00c";
    background-color: #155724
}

.alert-danger:before {
    content: "\f00d";
    background-color: #721c24
}

.alert-info:before {
    content: "\f05a";
    background-color: #0c5460
}

.alert-warning:before {
    content: "\f071";
    background-color: #856404
}

.jconfirm-buttons .btn-default {
    background: #ecf0f1 !important;
}

.jconfirm-buttons button {
    text-transform: capitalize !important;
}

.alert {
    font-size: 13px;
}

/* alert box button customization end */

/* copied from mdbootstrap V4.8.9 */
.cascading-admin-card {
    margin-top: 1.25rem;
}

.cascading-admin-card .admin-up {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.25rem;
}

.cascading-admin-card .admin-up .fas,
.cascading-admin-card .admin-up .far,
.cascading-admin-card .admin-up .fab {
    padding: 1.7rem;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    border-radius: 3px;
}

.cascading-admin-card .admin-up .data {
    float: right;
    margin-top: 2rem;
    text-align: right;
}

.cascading-admin-card .admin-up .data p {
    color: #999999;
    font-size: 12px;
}

.md-form.md-outline input[type=date], .md-form.md-outline input[type=datetime-local], .md-form.md-outline input[type=email], .md-form.md-outline input[type=number], .md-form.md-outline input[type=password], .md-form.md-outline input[type=search-md], .md-form.md-outline input[type=search], .md-form.md-outline input[type=tel], .md-form.md-outline input[type=text], .md-form.md-outline input[type=time], .md-form.md-outline input[type=url], .md-form.md-outline textarea.md-textarea {
    transition: none !important;
}

/*modal avatar*/
.modal-avatar-img-container {
    width: 130px;
    height: 130px;
}

.modal-avatar-close {
    position: absolute;
    right: 0;
    margin-right: 0 !important;
    margin-top: 16px !important;
}

.fixedImageSize {
    position: relative;
    overflow: hidden;
}

.autoWidth, .autoHeight {
    position: absolute;
    top: 0;
    left: 0;
}

.autoWidth {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

.autoHeight {
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

/* copied from mdbootstrap V4.8.9 */

/*responsive css*/
@media (min-width: 768px) {
    /*.fixed-sn main, .hidden-sn main{padding-top: 100px;}*/
    .fixed-sn main, .hidden-sn main {
        padding-top: 70px;
    }

    .fixed-sn main.with-fixed-filter, .hidden-sn main.with-fixed-filter {
        padding-top: 160px;
    }

    /*.main-header .navbar{margin-left: 70px;}*/
    .desktop-static > li {
        margin-bottom: 10px;
    }

    .navbar-nav .desktop-static, .navbar-nav .desktop-static > li > .dropdown-menu {
        position: static !important;
        float: none;
        display: block;
        box-shadow: none !important;
    }

    .navbar-nav .desktop-static > li > .dropdown-menu {
        padding: 0;
    }

    .desktop-static > li > a {
        font-weight: bold !important;
        font-size: 15px !important;
        padding: 0;
    }

    /*.dropdown-menu.desktop-static>li>a>i{font-size: 19px !important;}   */
    .desktop-static li > a {
        background: none !important;
    }

    .main-nav .dropdown-menu.desktop-static > li:hover > a {
        background-color: transparent !important;
        box-shadow: none;
        color: #222;
    }

    .desktop-static > li > a:after {
        display: none;
    }

    .desktop-static a {
        border-left: none !important;
    }

    /*for dropdown in bulk menu in desktop*/
    .desktop-static > li > ul .dropdown-menu {
        border: 1px solid #ccc;
        min-width: max-content !important;
    }

    .desktop-static .dropdown-menu {
        min-width: 100% !important;
        background: #fff;
    }

    .desktop-static a {
        padding: 2px 4px !important;
    }

    .desktop-static > li > .dropdown-menu > li /*, .desktop-static .dropdown-menu a*/
    {
        display: table;
    }

    .desktop-static .dropdown-menu .dropdown-menu a {
        padding: 4px !important;
    }

    /*.desktop-static .dropdown-menu a:after{float: none}*/
    .desktop-static .dropdown-toggle:after {
        float: none;
        margin-left: 10px;
    }

    .desktop-static li i {
        display: none;
    }
}

@media (max-width: 767.99px) {
    .bulk-menu-container {
        position: fixed;
    }

    .bulk-menu {
        height: calc(100vh - 80px);
        background: #fff;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .main-header .logo {
        height: 70px;
    }

    .main-header .logo img {
        height: 60px;
    }

    .hidden-mobile {
        display: initial;
    }

    /*.main-header .navbar,.main-header .sidebar-toggle>a{height: 70px;}*/
    .main-header .sidebar-toggle > a {
        line-height: 20px;
    }

    .sidebar-toggle > a > svg {
        vertical-align: initial;
        margin-right: 0;
    }

    /*.main-header .navbar{margin-left: 100px;}*/
    .navbar .dropdown:not(.menu-toggler):hover > .dropdown-menu {
        display: block; /*  animation-name: fadeIn */
    }

    /*.main-nav .dropdown-menu>li>a{border-left: 2px solid transparent;}   */
    /*search result column sizing*/
    .search-result .row .student-pic {
        max-width: 9.666667%
    }

    .search-result .row .name-info {
        max-width: 40.666667%;
        flex: 0 0 40.333333%;
    }
}

@media (max-width: 991.99px) {
    /*.navbar .logo img{padding-top: 3px; padding-bottom: 3px;}*/
    .navbar .bulk-menu-container {
        top: 90.41px
    }

    .bulk-menu .dropdown-menu {
        position: static !important;
    }

    .bulk-menu .desktop-static {
        padding: 0
    }

    .main-nav > .dropdown {
        display: none;
    }

    /*.main-nav>.dropdown:not(.menu-toggler){display: none;}*/
    /*.navbar-nav {float: left; margin: 0;}*/
    .main-nav > li.menu-toggler > a { /*padding-top: 5px; padding-bottom: 4px;*/
        min-width: 70px; /*font-size: 11px; line-height: 13px;*/
        float: left;
    }

    .bulk-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

    .nav ul .dropdown-toggle:after {
        content: '\f107'
    }

    .nav ul li.open > .dropdown-toggle:after {
        content: '\f106';
    }

    .menu_icon {
        margin-bottom: 3px;
    }

    .dt-buttons {
        margin-top: 10px;
    }
}


@media (min-width: 1200px) {
    .fixed-sn .page-footer .container-fluid, .fixed-sn main {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
}

@media (min-width: 1440px) {
    /*.fixed-sn header{padding-left: 15rem;}*/
    /*.navbar .bulk-menu-container{padding-left: calc(15rem + 8px);}*/
    /*#slide-out,.button-collapse{display: none;}*/
    .main-nav > li:nth-child(2) > ul {
        left: -140px;
    }
}

/*fix for hidden dropdown on fixed column datatable*/
.DTFC_RightBodyWrapper {
    overflow: visible !important;
}

.DTFC_RightBodyLiner {
    overflow-y: visible !important;
    max-width: 100%
}

.DTFC_ScrollWrapper table.dataTable thead th:before, .DTFC_ScrollWrapper table.dataTable thead th:after {
    top: initial !important;
}

.DTFC_RightBodyWrapper thead th:before, .DTFC_RightBodyWrapper thead th:after, .DTFC_LeftBodyWrapper thead th:before, .DTFC_LeftBodyWrapper thead th:after {
    display: none !important;
}

/*.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main{padding-left: 0}*/
.table.heading-align-center thead th {
    vertical-align: middle !important;
}

.mandatory {
    color: #F00 !important;
}

.md-textarea, textarea {
    resize: none;
    overflow: auto !important;
}

.text-limited {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-open {
    overflow: hidden !important;
}

.list-info li {
    display: flex;
}

.list-info-heading {
    max-width: 150px;
    font-weight: bold;
}

table .btn-actions a:not(.text-danger) {
    color: initial !important;
}

.was-validated .md-form .form-control:invalid {
    border-color: #dc3545;
}

.error {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    box-shadow: none !important;
}

/*list-info css*/
.list-info .list-group-item.row {
    margin-left: 0;
    margin-right: 0;
}

.list-info .list-group-item.row > div {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .list-info .list-group-item.row .list-info-heading {
        padding-right: 15px
    }
}

/*jquery validate with mdbootstrap issue fix*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.md-form.md-outline label.error, .md-form.md-outline label.error.active {
    transform: none;
    text-align: initial;
    font-size: 100%;
    width: 100%;
    margin-top: .25rem;
    color: #dc3545 !important;
    font-weight: normal;
    position: static;
    padding: 0;
    margin-bottom: 0;
}

.md-form.md-outline div.error {
    font-size: 95%;
    color: #dc3545;
    width: 100%; /*for displaying errors below input groups*/
}

form.needs-validation .form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
}

.form-control.is-valid, .was-validated .form-control:valid, .needs-validation .form-control.valid, .md-form input[type=text]:not(.browser-default).valid {
    background-image: none !important;
    border-color: #dadce0 !important;
    box-shadow: none !important;
    padding-right: 12px !important;
}

#-error {
    display: none !important;
}

.md-form.md-outline label.active, .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label,
.md-form.md-outline input:focus.valid + label, .md-form.md-outline textarea:focus.valid + label, .md-form.md-outline select:focus.valid + label, .white-skin .md-outline input:focus + label, .md-form.md-outline select:focus.valid + label, .white-skin .md-outline input:focus + label, .white-skin .md-outline select:focus + label, .white-skin .md-outline textarea:focus + label, .select-wrapper.md-form.md-outline + label {
    color: #333 !important
}

.form-control:focus, .needs-validation .form-control:focus, .form-control.is-valid, .was-validated .form-control:focus, .needs-validation .form-control.valid:focus, .md-form input[type=text]:not(.browser-default).valid:focus {
    border-color: #0e76bd !important;
    box-shadow: inset 0 0 0 1px #0e76bd !important;
}


/*table tbody .form-control,table tbody .form-control.is-valid, .was-validated table tbody .form-control:valid, table tbody table tbody .form-control.valid,
table tbody .md-form input[type=text]:not(.browser-default).valid{border-color: transparent !important; background-color: transparent !important; transition: all ease-in-out .3s;}
=======
table tbody .form-control,table tbody .form-control.is-valid, .was-validated table tbody .form-control:valid, table tbody table tbody .form-control.valid,
table tbody .md-form input[type=text]:not(.browser-default).valid,.needs-validation table tbody .form-control.valid{border-color: transparent !important; background-color: transparent !important; transition: all ease-in-out .3s;}
>>>>>>> a2cb4113924da2fdfc8d36f870d2f7c183da7f2f
table tbody .form-control:hover,table tbody .form-control:hover, table tbody .form-control.is-valid:hover, .was-validated table tbody .form-control:valid:hover,
table tbody table tbody .form-control.valid:hover, table tbody .md-form input[type=text]:not(.browser-default).valid:hover{background-color: #eee !important;}
table tbody .form-control:focus,table tbody .form-control:focus, table tbody .form-control.is-valid:focus, .was-validated table tbody .form-control:valid:focus,
table tbody table tbody .form-control.valid:focus, table tbody .md-form input[type=text]:not(.browser-default).valid:focus{background-color: transparent !important;}
table thead .md-form.md-outline .form-control{background: #fff !important;}*/

table .form-control, table .form-control.is-valid, .was-validated table .form-control:valid, .needs-validation table .form-control.valid,
table .md-form input[type=text]:not(.browser-default).valid {
    border-color: transparent !important;
    background-color: #eee !important;
    transition: all ease-in-out .3s;
}

table .form-control:hover, table .form-control:hover, table .form-control.is-valid:hover, .was-validated table .form-control:valid:hover,
.needs-validation table .form-control.valid:hover, table .md-form input[type=text]:not(.browser-default).valid:hover {
    background-color: #eee !important;
}

table .form-control:focus, table .form-control:focus, table .form-control.is-valid:focus, .was-validated table .form-control:valid:focus,
.needs-validation table .form-control.valid:focus, table .md-form input[type=text]:not(.browser-default).valid:focus {
    background-color: transparent !important;
}

body table.table .form-control[readonly]:not(.select-dropdown), body table.table .form-control[disabled] {
    background-color: #eee !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/*form.needs-validation .form-control.valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    box-shadow: none !important;
}*/

/*.md-form .form-control:valid ~ label, .disabled .md-form .form-control ~ label {
    transform: translateY(-9px);
    background: #fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    left: 8px;
}*/

/*multilevel sidemenu*/
.side-nav .collapsible-body .collapsible-body a {
    padding-left: 60px
}

/*.side-nav .collapsible-body .collapsible-body .collapsible-body a {padding-left: 80px}*/
.collapsible .active .rotate-icon {
    -webkit-transform: none;
    transform: none;
}

.collapsible .active > .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 150ms ease-in 0s;
}

.padding-10 {
    padding: 10px !important;
}

.disabled {
    pointer-events: all !important;
}

.disabled input, .disabled input ~ label, .disabled select, .disabled select ~ label {
    pointer-events: none !important;
}

.tabs-white .nav-link, .tabs-white .nav-link.active {
    color: #212529;
}

.table-tools {
    text-align: right;
}

/*.profile-image{height: 130px; width: 130px; background: #fff; display: flex; overflow: hidden; position: relative; align-items: center; justify-content: center; border-radius: 50% !important; align-self: center}*/
.profile-image {
    background: #fff;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    align-self: center
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}


/*dynamic fixed image css*/
.fixed-image {
    display: flex; /*overflow: hidden;*/
    position: relative;
    align-items: center;
    justify-content: center;
    align-self: center
}

.fixed-image img {
    width: 100%;
    height: 100%;
}

.fixed-image.cover img {
    object-fit: cover
}

.fixed-image.contain img {
    object-fit: contain
}

.bg-primary, .btn-primary, .white-skin .btn-primary {
    background: #0e76bd !important;
}

.nav-tabs-circular {
    justify-content: space-around;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-tabs-circular .nav-item {
    flex-grow: 1;
    position: relative;
    text-align: center
}

.nav-tabs-circular i {
    display: block;
    font-size: 24px !important;
    text-align: center;
    width: 58px;
    height: 58px;
    line-height: 58px;
}

.nav-text {
    font-size: 80%;
    font-weight: 400;
}

/*.nav-tabs-circular .nav-item:before, .nav-tabs-circular .nav-item:after{
    content: "";
    position: absolute;
    border-top: 1px solid #dee2e6;
    width: 50%;
    top: 50%

}
.nav-tabs-circular .nav-item:before{
    left: 50%

}
.nav-tabs-circular .nav-item:after{
    right: 50%

}*/

.nav-tabs-circular .nav-link {
    display: inline-block;
    position: relative;
    border: 1px solid #ffffff36;
    border-radius: 50%;
    color: #000;
    z-index: 5;
    padding: 0;
    transform: scale(.85);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.nav-tabs-circular .nav-link:hover {
    border-color: #fff;
}

.nav-tabs-circular .nav-link.active, .nav-tabs-circular .nav-link.active:focus, .nav-tabs-circular .nav-link.active:active {
    background-color: #0e76bd;
}


.nav-tabs-circular .nav-link.active {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border-color: #fff;
    transform: scale(1);
    border-radius: 50%;
    border-color: #0e76bd
}

.student-image-wrapper {
    max-width: 160px;
}

.row-collapsed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.md-form .form-control.is-invalid, .md-form .form-control.is-valid, .was-validated .md-form .form-control:invalid {
    padding-right: calc(1.5em + .75rem);
}


table .text-right {
    text-align: right !important
}

/*enable text align right for columns having text-center by default*/
.max-content {
    max-width: max-content;
}


/*logo, signature images height and width*/
.school-logo {
    width: 80px;
    height: 80px;
    max-width: 80px;
}

.size-100 {
    width: 100px;
    height: 100px;
}

.signature {
    width: 120px;
    height: 80px;
}

.signature img {
    z-index: 1
}

.signature-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.card .box-title {
    padding: 6px 6px 6px 8px;
}

.card-body .box-title {
    font-size: 14px;
    margin: 0 0 10px;
    background: #0e76bd;
    padding: 5px;
    display: inline-block;
    color: #fff;
    position: relative;
}

.mr-15 {
    margin-right: 15px !important;
}

.card-body .box-title:after {
    border-width: 13px;
}

.card-body .box-title:after {
    content: "";
    position: absolute;
    left: 100%;
    border: 12.5px solid transparent;
    border-left-color: #0e76bd;
    top: 0;
}

.breadcrumb {
    padding: 0;
    background: unset;
}

.help-block.form-error {
    color: #F00 !important;
}

.form-block {
    padding: 0.3rem 1rem 1rem !important;
    position: relative;
    border: 1px solid #dadce0;
    border-radius: 0.2rem;
}

.form-block > label {
    position: absolute;
    top: -9.5px;
    left: 8px;
    background: #fff;
    padding: 0 10px;
    font-weight: bold
}

.form-check-input[type=radio]:checked + label, .form-check-input[type=radio]:not(:checked) + label, label.btn input[type=radio]:checked + label, label.btn input[type=radio]:not(:checked) + label,
.form-check-input[type=checkbox]:checked + label, .form-check-input[type=checkbox]:not(:checked) + label, label.btn input[type=checkbox]:checked + label, label.btn input[type=checkbox]:not(:checked) + label {
    padding-left: 25px;
}

/*.form-block>label {*/
/*    position: absolute;*/
/*    top: -8.5px;*/
/*    left: 8px;*/
/*    background: #fff;*/
/*    padding: 0 3px;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    font-size: 12px;*/
/*}*/

/*error page*/
.error-image {
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 240px;
    margin-top: 8%
}

.error-404 {
    background-image: url("../img/error/404.png");
}

.error-403 {
    background-image: url("../img/error/403.png");
}

.error-500 {
    background-image: url("../img/error/500.png");
}

@media (max-width: 767.99px) {
    .error-image {
        background-size: 280px;
        height: 170px;
        margin-top: 20%
    }
}

@media (min-width: 1500px) {
    .error-image {
        margin-top: 12%
    }
}

/*---------- PRINT DESIGN CSS STARTS ----------*/
.sheet-main-header-lg {
    height: 136px;
}

.size-45 {
    height: 45px;
    width: 45px;
}

.sheet {
    color: #000;
}

/*---------- PRINT DESIGN CSS ENDS ----------*/


/*---------- CONFIRM BOX CSS STARTS ----------*/
.jconfirm .jconfirm-box-container {
    max-width: 380px;
}

.jconfirm-buttons .btn {
    box-shadow: none !important;
}

body .jconfirm-buttons .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

body .show > .white-skin .btn-default.dropdown-toggle, .white-skin .btn-default:not([disabled]):not(.disabled).active, .white-skin .btn-default:not([disabled]):not(.disabled):active {
    background-color: #ccc !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #FFBB33 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #FFBB33 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #00C851 !important;
}

.jconfirm .jconfirm-box.green .jconfirm-title-c .jconfirm-icon-c {
    color: #00C851 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #FF3547 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #FF3547 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #4285F4 !important;
}

.jconfirm .jconfirm-box.blue .jconfirm-title-c .jconfirm-icon-c {
    color: #4285F4 !important;
}

/*.white-skin .btn-default:not([disabled]):not(.disabled):active {*/
/*    background: #ecf0f1 !important;*/
/*}*/
/*---------- CONFIRM BOX CSS ENDS ----------*/

.modal-header {
    color: #FFF;
}

.modal .close, .modal .close:hover {
    opacity: 1 !important;
    color: #FFF;
}

.modal-title {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.awesome-table thead, .advanced_table thead, table.DTFC_Cloned thead, table.dataTable thead, table.dataTable thead {
    color: #fff;
    text-align: center !important;
}

.btn-success, .badge-success {
    background: #388e3c !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

/*tab bg color for payroll tab in add staff*/
.md-tabs {
    background-color: #0e76bd;
    z-index: 5
}


.input-group > .md-form {
    flex: 1 1 auto;
    width: 1%
}

.select-outline > div.md-form.md-outline > label {
    transform: translateY(-9px);
    background: #fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    left: 8px;
}

/*SELECT BOX DISABLED*/
.select-wrapper > label.mdb-main-label.disabled, .select-wrapper.md-form.md-outline input[disabled] {
    color: rgba(0, 0, 0, 0.4) !important;
}

/*tab bg color for payroll tab in add staff*/
/*.md-tabs {background-color: #0e76bd;}*/

.input-group > .md-form {
    flex: 1 1 auto;
    width: 1%
}

table .badge {
    margin-bottom: 0;
}

table.table thead th.action-td, table.table thead th.sn-td {
    padding-left: 5px;
    padding-right: 5px;
}

table.table thead th.action-td {
    width: 60px !important;
}

table.table thead th.sn-td {
    width: 45px !important;
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, .3) !important;
}

.side-nav .collapsible {
    margin-bottom: 0;
    margin-top: 0;
}

.no-mb {
    margin-bottom: 0 !important;
}

.side-nav .collapsible li.logo-sn a:hover {
    background: transparent !important;
}

li.optgroup-option span {
    padding-left: 20px;
}

.cursor-pointer {
    cursor: pointer !important;
}

/*.with-watermarkText:after,.with-watermarkLogo:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0}*/
.with-watermarkLogo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.with-watermarkLogo:before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px;
    z-index: 1
}

/*.with-watermarkText>*:not(table){position: relative; z-index: 2}*/

.watermarktextLine {
    white-space: nowrap;
}

@media print {
    div[class^='min-'] .watermarktext {
        position: fixed !important;
    }
}

/*@media print{*/
/*    .with-watermarkText:after{position: fixed;}*/
/*}*/

/*clockpicker modifications*/
.picker__date-display {
    text-align: center;
    padding-bottom: .9375rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.clockpicker-am-pm-block {
    display: none;
}

.pt-1 .alert {
    margin-top: 1rem;
    margin-bottom: 0;
}

footer.page-footer .footer-copyright {
    background-color: #fff;
    min-height: 48px;
}

footer.page-footer .footer-copyright, footer.page-footer .footer-copyright a {
    color: #212529;
}

footer.page-footer .footer-copyright a:hover {
    color: #0e76bd;
}

@media (min-width: 992px) {
    footer.page-footer .footer-copyright .logo {
        max-width: max-content
    }
}

/*lighten checkbox on background*/
.awesome-table th .form-check-input[type=checkbox] + label:before, .awesome-table th .form-check-input[type=checkbox]:not(.filled-in) + label:after,
.awesome-table th label.btn input[type=checkbox] + label:before, .awesome-table th label.btn input[type=checkbox]:not(.filled-in) + label:after,
.advanced-table th .form-check-input[type=checkbox] + label:before, .advanced-table-table th .form-check-input[type=checkbox]:not(.filled-in) + label:after,
.advanced-table th label.btn input[type=checkbox] + label:before, .advanced-table th label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border-color: #fff
}

.awesome-table th .dropdown-content .form-check-input[type=checkbox] + label:before {
    border-color: #8a8a8a
}

.awesome-table th input[type=checkbox]:checked + label:before, .advanced-table th input[type=checkbox]:checked + label:before {
    border-color: transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.badge {
    padding: 4px 7px
}

/*table padding*/
table.table thead th, table.table thead td, table.table tfoot th, table.table tfoot td {
    padding: 10px;
}

table.table tbody th, table.table tbody td {
    padding: 8px 10px;
}

td .btn-rounded:first-child {
    margin-left: 0 !important;
}

.height-unlimited {
    height: 100% !important;
    overflow: initial !important;
}


table .form-control, table .form-control.is-valid, .was-validated table .form-control:valid, .needs-validation table .form-control.valid,
table .md-form input[type=text]:not(.browser-default).valid {
    border-color: transparent !important;
    background-color: #eee !important;
    transition: all ease-in-out .3s;
}

table .form-control:hover, table .form-control:hover, table .form-control.is-valid:hover, .was-validated table .form-control:valid:hover,
.needs-validation table .form-control.valid:hover, table .md-form input[type=text]:not(.browser-default).valid:hover {
    background-color: #eee !important;
}

table .form-control:focus, table .form-control:focus, table .form-control.is-valid:focus, .was-validated table .form-control:valid:focus,
.needs-validation table .form-control.valid:focus, table .md-form input[type=text]:not(.browser-default).valid:focus {
    background-color: transparent !important;
}

body.white-skin table thead .form-control:focus {
    background: #fff !important;
}

.form-control[readonly]:not(.exclude, .amountDisplay), .form-control[disabled] {
    cursor: not-allowed;
}

body table.table .form-control[readonly]:not(.select-dropdown), body table.table .form-control[disabled] {
    background-color: #eee !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/*.double-nav .button-collapse{display: block !important;}*/
/*.fixed-sn main{padding-left: 0 !important;}*/
/*.fixed-sn #slide-out{transform: translateX(-100%) !important;}*/

/*max width styling*/
.size-w1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*.select-wrapper.md-form.md-outline .dropdown-content{top:2.7rem!important}*/

/*div:not(.table-responsive) .select-wrapper.md-form.md-outline .dropdown-content{top:2.7rem!important}*/

/*handling scrollbar at window bottom*/
.table-scrollbar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    z-index: 500;
}

.table-scroll {
    height: 2px;
    background: #000
}

table span.error {
    display: block;
    text-align: initial !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-size: 18px !important;
}

thead .select-dropdown, thead .mdb-select.active {
    background-color: #FFF !important;
    border: unset !important;
}

thead .select-dropdown:focus {
    border-color: #FFF !important;
    color: #000 !important;
    background-color: #FFF !important;
}

li.active .filtrable .text-muted, .filtrable:hover .text-muted {
    color: #FFF !important;
}


@media (min-width: 1441px) {
    .table-scrollbar-container {
        margin-left: 120px
    }
}

.collapse-toggle {
    font-weight: 600
}

.collapse-toggle .material-icons {
    vertical-align: bottom !important;
}

.collapse-toggle .openIcon {
    display: none
}

.collapse-toggle.collapsed .closeIcon {
    display: none
}

.collapse-toggle.collapsed .openIcon {
    display: inline
}

.input-group-box label {
    background: #c00;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
    display: block;
    font-weight: 500
}

.input-group-box input {
    border-radius: 0
}

body.white-skin .input-group-box input.form-control:focus {
    box-shadow: none !important;
}

/*nepali calendar positioning*/
/*
body .ndp-header{position: relative}
body .ndp-next, body .ndp-prev{top: 2px;}
body div#ndp-nepali-box{position: fixed !important; top: calc(50% - 97.5px) !important; left: calc(50% - 100px) !important; z-index: 100 !important; padding: 20px; box-shadow: 0 0.75rem 2.25rem 1rem rgba(0,0,0,.24)}*/

/*slideLeft*/
.slideLeft {
    width: 390px;
    height: 327px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 10;
    transform: translateX(calc(100% - 42px));
    transition: transform linear .15s
}

.slideLeft.open {
    transform: translateX(0)
}

.slideLeft .card-header {
    width: 327px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: top left;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slideLeft .card-body {
    padding-left: 62px;
    font-size: 13px;
}

.slideLeft .card-header::selection {
    background: none;
}

/* For Mozilla Firefox */
.slideLeft .card-header::-moz-selection {
    background: none;
}

/*box input css*/
.box-input-container, .box-input {
    display: flex;
}

.box-input {
    margin-left: 5px
}

.box-input > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    font-weight: normal
}

.box-input > span + span {
    border-left: none;
}

.select-outline > div.md-form.md-outline > label.error {
    transform: translate(0);
    font-weight: normal;
    padding: 0;
    margin-top: 0;
}

table.align-data-baseline td {
    vertical-align: baseline !important
}

.alert-dismissible .close {
    padding: 6px 10px;
}

.dataTables_filter .form-control {
    box-shadow: none !important;
}

.md-form.md-outline input[type=number].valid {
    box-shadow: none;
    border-color: #dadce0;
}

/*browser print page multiple, other issue fixes*/
@media print {
    .hiddendiv,
    .drag-target,
    grammarly-desktop-integration{
        display: none !important;
    }

    .watermarktext {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}