html {
    height: auto !important;
}

body {
    /*font-family: 'Josefin Sans', sans-serif !important;*/
    font-family: 'Vollkorn', serif !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.login {
    margin-top: 12%;
}

.login-heading {
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #3c3636;
    color: white;
    margin-left: -20px;
    margin-right: -20px;
}

.login-logo-leftsidebar {
    background: white;
}

.login-logo {
    margin: 10% 0 0 2px;
    width: 80%;
}

.btn {
    border-radius: 0px;
}

.popover, .swal2-modal, .swal2-modal .swal2-content, .swal2-modal .swal2-styled, .tooltip-inner {
    font-family: 'Vollkorn', serif !important;
}

.custom-shadow, .swal2-modal .swal2-styled {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .14), 0 3px 4px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important
}

.btn, .popover, .swal2-modal .swal2-styled, .thumbnail, .tooltip-inner {
    border-radius: 0 !important
}

.border-multicolor {
    background: linear-gradient(to right, #bcbcbc 25%, #ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);
    width: 15%;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.shadow-3d-on-hover:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);
}

.shadow-3d {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);
}

.bg-blue {
    background: #243D5E !important;
}

.text-white {
    color: #ffffff !important;
}

/* Scrollar*/
/* Track */
*::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-track {
    background: rgb(229, 234, 241);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4682b4;
}

/* scrollbar end*/
*::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;

}

/*content verticle align*/
.parentBlock {
    display: table;
    width: 100%;
}

.parentBlock:hover {
    background: rgba(0, 0, 0, 0.4);
}

.childBlock {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.grnadChildBlock {
    width: 100%;
    display: inline-block;

}

/*end content verticle align*/


/*Navigation Start*/
.navbar {
    color: #fff;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item a.nav-link {
    color: #0ce5ff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Vollkorn', serif !important;
}

.navbar-nav .fa {
    margin-right: 4px;
}

.dropdown-menu {
    background: #4682b4;
    margin-top: 11px;
    border-radius: 0px;
    padding: 1px;
    border: 2px solid #4682b4;
}

.dropdown-item {
    font-size: 12px !important;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #f0f0f0;
    font-weight: 700;
    text-transform: capitalize;
    background: #2f628c;
    color: white;
}


.dropdown-item:first-child {
    border: none;
}

.nav-item a.nav-link .icons, .nav-item a.nav-link .fa, .dropdown-menu a.dropdown-item .icons, .dropdown-menu a.dropdown-item .fa {
    margin-right: 5px;
}

.nav-item a.nav-link .icons, .dropdown-menu a.dropdown-item .icons {
    position: relative;
    top: 3px;
}

.nav-item a.nav-link .icons {
    color: #fff !important;
    top: 3px;
}

.dropdown-menu a.dropdown-item .icons {
    color: #000 !important;
}

.dropdown-menu a.dropdown-item:hover .icons {
    color: #fff !important;
}

.navbar-nav .show > .nav-link .icons, .navbar-nav .show > .nav-link:hover .icons {
    color: #000 !important;
}

.navbar-nav .nav-link:hover .icons {
    color: #28a745 !important;
}

.nav-item a.nav-link {
    margin-left: 5px;
    height: 2.0rem;
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 4px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.nav-item a.nav-link:focus, .nav-item a.nav-link:hover {
    background: #fff;
    color: #2f4666 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);

}

.navbar-nav .active > .nav-link {
    box-shadow: 1px 1px 1px #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #4682b4;
    color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    background: #fff;
    color: #000 !important;
}

.dropdown-menu.show {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);
}


.header-top a, .header-top a > .fa {
    margin-right: 4px;
    color: #fff;
    font-size: 12px;
}

.header-top .btn-float.btn-sm {
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    padding-left: 4px;
}

.social-facebook {
    background: #3b5999;
    color: #fff;
}

.social-facebook:hover {
    color: #3b5999;
    background: #fff;
}

.social-twitter {
    background: #55acee;
    color: #fff;
}

.social-twitter:hover {
    color: #55acee;
    background: #fff;
}

.social-instagram {
    background: #e4405f;
    color: #fff;
}

.social-instagram:hover {
    color: #e4405f;
    background: #fff;
}

.social-linkedin {
    background: #0077B5;
    color: #fff;
}

.social-linkedin:hover {
    color: #0077B5;
    background: #fff;
}

/*Navigation End*/
/*Footer Start*/
footer a, footer {
    color: #fff;
}

footer hr {
    margin-bottom: 4px;
    margin-top: 4px;
}

/*Footer End*/

/*form*/
.input-group-link-btn {
    margin-right: 5px;
    text-decoration: none;
    font-weight: 700
}

.input-group-text {
    color: #80bdff;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 0;
    margin-right: 0;
    border-color: transparent;
}

.custom-select:disabled, .custom-select[readonly], .form-control-file:disabled, .form-control-file[readonly], .form-control:disabled, .form-control[readonly] {
    border: none;
}


.form-control:hover, .form-control:focus,
.custom-file:hover, .custom-file:focus,
.custom-select:focus, .form-control-file:focus, .form-control:focus
.custom-select:focus[multiple],
.custom-select:focus[size]:not([size="1"]),
select.form-control:focus[multiple],
select.form-control:focus[size]:not([size="1"]),
textarea.form-control:focus:not([rows="1"]),
.custom-select:hover[multiple],
.custom-select:hover[size]:not([size="1"]),
select.form-control:hover[multiple],
select.form-control:hover[size]:not([size="1"]),
textarea.form-control:hover:not([rows="1"]) {
    border-color: transparent;
    box-shadow: none;
}

.picker-input.form-control[readonly] {
    border: 0;
}

fieldset {
    border: 1px solid #2f628c;
    padding-left: 5px;
    padding-right: 5px;
    background: snow;
}

legend {
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 5px;
    width: auto;
    text-transform: capitalize;
    font-weight: 700;

}

fieldset .form-control {
    color: #000;
}

fieldset .form-control[name="password"] {
    -webkit-text-security: disc !important;
    text-security: disc !important;
    -o-text-security: disc !important;
    -mz-text-security: disc !important;
    -ms-text-security: disc !important;
}

fieldset .input-group {
    margin-left: 5px;
    margin-right: 5px;
}

/*legend.required:after{
    content: '\f005';
    color: #ff4081;
    font-size: 8px;
    font-family: FontAwesome;
    position: relative;
    top: -5px;
}*/
.input-group-prepend.mobile {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid;
}

.input-group-prepend.mobile .input-group-text {
    color: #000;
}

/*form end*/

/* user profile*/
.user-profile .card .card-header, .user-profile .card .card-body, .user-profile .card .card-footer {

}

.user-profile .card .card-header .user-img {
    max-height: 100px;
    width: 130px;
    position: relative;
    top: -66px;
    float: left;
    left: 0;
    margin-right: 8px;
    margin-bottom: -66px;
    border: 2px solid #2f628c;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px 0 rgba(0, 0, 0, .2);

    padding: 2px;
    background: steelblue;
}

.user-profile .card .card-header .user-name {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: white;
    background: steelblue;
    padding: 10px;
    margin-left: -5px;
    letter-spacing: 5px;
    margin-right: -5px;
}

.user-profile .card fieldset span {
    font-size: 12px;
    font-weight: 600;
}

.user-profile .card fieldset span {
    margin-left: 10px;
}

.user-profile .card fieldset {
    padding-top: 4px;
    padding-bottom: 6px;
}

.user-profile .card .card-body fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-profile .card .card-body legend {
    font-size: 20px;
    font-weight: 700;
}

.user-profile .card .card-header .btn-float-dropdown {
    position: relative;
    top: -46px;
    float: right;
    right: 0;
    margin-left: 8px;
}

.user-profile .card .dropdown-menu.show {
    box-shadow: none;
    background: transparent;
}

.user-profile .card fieldset .btn-edit {
    margin-right: 10px;
    text-decoration: none;
    font-weight: 700;
    float: right;
    color: #2996f3;
}

/*end user profile*/
/* loader */
div.loader-overlay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999999999999999999999999999999999999999999;
}

div.loader-overlay > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.btn-secondary {
    background-color: #84310c;
    color: #fff;
}

.btn-secondary.active, .btn-secondary:active {
    background-color: #ad491d;
}

.btn-group, .btn-group-vertical {
    /*background-color: #21242e;*/
    border-radius: 0px;
    box-shadow: 0 0 0 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}

/*sweet alert custom css*/
.alert-info {
    color: white !important;
    background: #10982b !important;
    border-color: #036fa5;
}

.alert-success {
    color: white !important;
    background: #00a65a !important;
    border-color: #3c763d;
}

.alert-danger {
    color: white !important;
    background: red !important;
    border-color: #3c763d;
}

.swal2-modal {
    font-family: 'Vollkorn', serif !important;
    letter-spacing: 1px;
    font-weight: 700;
    width: 345px !important;
    border: 5px solid #fbda27;
    border-radius: 0px !important;
    padding: 0px !important;
}

.swal2-modal .swal2-title {
    letter-spacing: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background: gold;
    padding: 10px;
}

.swal2-modal .swal2-styled {
    font-family: 'Vollkorn', serif !important;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 0px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2) !important;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 2px 10px;
    padding: 7px 20px;
    letter-spacing: 2px;
    float: right;
}

.swal2-modal .swal2-content {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: white;
    word-wrap: break-word;
    text-transform: uppercase;
}

/*form error messasge*/
.error-message {
    border-left: 1px solid #f44336;
    border-right: 1px solid #f44336;
    border-bottom: 1px solid #f44336;
    background: #e5eaf1;
    padding: 5px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 9px;
    color: red !important;
    font-weight: 700;

}

.datepicker-dropdown {
    z-index: 99999999 !important;
    /* padding: 0px !important; */
    background: white;
    border: none;
    margin-left: -15px;
}

.datepicker td, .datepicker th {
    padding: 4px 8px;
    border: 1px solid #2f628c;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: linear-gradient(to bottom, #2f628c, #4682b4);
    border-radius: 0px;
}

.tooltip-inner {
    border: 1px solid green;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 0px !important;
    font-family: 'Vollkorn', serif !important;
    text-transform: capitalize;
}

.popover {
    text-align: justify !important;
    border-radius: 0px !important;
    font-family: 'Vollkorn', serif !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    font-size: 9px;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    font-weight: 700;
}

.form-control:-ms-input-placeholder, #txtSearch::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-brand:not(:first-child) {
    margin-left: 0px !important;
    color: white
}

.custome-header-bg {
    background: #ffffff;
}

.profile-edit-button {
    position: relative;
    top: -43px;
    float: right;
    right: 0px;
    margin-left: 8px;
}

.header-section {
    margin-left: -15px;
    margin-right: -15px;
}

.top-header {
    margin-left: -20px !important;
    margin-right: -20px !important;
    position: relative;
    padding: 9.5px;
    border-bottom: 1px solid #3d6b92;
}

.top-section {
    overflow: hidden;
    overflow-y: scroll;
}

.text-black-secondary {
    color: rgba(0, 0, 0, .87) !important;
}

td {
    font-size: 14px !important;
}

th {
    font-size: 15px !important;
}

.form-title {
    font-size: 15px;
    margin: 0px -20px 20px -20px;
    padding: 13px;
    text-transform: capitalize;
    color: #2f628c;
    font-weight: 700;
    border-bottom: 2px solid whitesmoke;
}

.header-title {
    font-size: 14px;
    margin: 0px 0px 2px 0px;
    padding: 13px;
    text-transform: capitalize;
    color: #2f628c;
    font-weight: 700;
    border-bottom: 2px solid whitesmoke;
    background: #ffffff;
    /* margin: 0px 0px 0px 0px;
        padding: 8px;
        font-weight: 700;
        font-size: 14px;
        color: #2f628c;
        background: #ffffff;
        text-transform: uppercase;*/
}

.form-background {
    background: white;
}

.main-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* .navdrawer-nav .nav-link {
padding: 10px 1rem !important;
border-bottom: 2px solid #f1efef;
font-weight: 700;
font-size: 14px;
} */
.navdrawer-header + .navdrawer-nav, .navdrawer-subheader + .navdrawer-nav {
    margin-top: -8px;
}

.navdrawer-header {
    background-color: #2f628c;
    border-bottom: 1px solid #183954;
    display: block;
    margin-bottom: .5rem;
    padding: .625rem 1rem;
}

.footer-class {
    padding: 10px;
    background: #4682b4 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    position: relative;
    border-top: 1px solid #3d729e;
}

.bg-light-1 {
    background-color: #4682B4 !important;
}

.bg-light-3 {
    background-color: #e5eaf1 !important;
}

@media (min-width: 992px) {
    .navdrawer-permanent-lg {
        width: 281px !important;
    }

    .navdrawer-permanent-lg {
        border-right: 1px solid #e5eaf1 !important;
        display: block !important;
        right: auto;
        width: 17.5rem;
        z-index: auto;
    }
}

@media only screen and (max-width: 600px) {
    .header-section {
        margin-left: 0px;
        margin-right: 0px;
    }

    .headerButton {
        margin-right: 20px;
    }
}

.sub-m-active {
    background-color: #f5f5f5;
}

.sub-m {
    margin-left: 15px !important;
}

.tooltip {
    font-family: 'Vollkorn', serif !important;
    font-size: 12px;
}

/*radio-input*/
.radio-input {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
}

.radio-input .btn-group {
    background-color: transparent;
    box-shadow: none;
}

.radio-input .btn {
    padding: 8px 8px;
    width: 75px;
}

.radio-input .btn.active, .radio-input .btn:active {
    background-color: hsl(216, 35%, 35%);
    background-image: none;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 3px rgba(0, 0, 0, .12), 0 4px 15px 0 rgba(0, 0, 0, .2);
    color: #fff;
}

.radio-input img {
    width: 48px;
    height: 48px;
    background: #acbcd6;
    padding: 8px;
}

.radio-input p {
    font-size: 11px;
    text-transform: capitalize;
    margin: 4px auto;
}

.popover-header {
    font-family: 'Vollkorn', serif !important;
}

.popover-body {
    font-family: 'Vollkorn', serif !important;
}

.time-sloat-to {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 20px;
    color: #fba500;
}

.navdrawer-nav .material-icons {
    font-size: 16px !important;
}

a:active, a:focus, a:hover {
    text-decoration: none !important;
}

.footer-bottom-content {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
}

.btn-custom {
    border-radius: 0px;
    font-size: 12px;
    background: #075392 !important;
    color: white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 120px 0 rgba(0, 0, 0, 0.19);
    font-weight: 700;
    text-transform: uppercase;
}

.btn-custom:hover {
    color: #fff !important;
    background-color: #4682b4 !important;
    border-color: #2f628c !important;

}

.custom-dropdown {
    font-size: 12px !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
}


.mobileLogo {
    height: 50px;
    width: 100px;
}

.desktopLogo {
    height: 40px;
    width: 61px;
    margin-top: -10px;
}

.header-user-name {
    float: right;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}

.header-user-image {
    float: right;
    margin-right: 3px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid white;
}

.detail-header {
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    background: #0adada;
    border-bottom: 1px solid #0bcaca;
}

.main-menue {
    padding: 10px 1rem !important;
    border-bottom: 2px solid #f1efef;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.sub-menue {
    padding: 10px 1rem !important;
    border-bottom: 2px solid #f1efef;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.navdrawer-nav .nav-link.active {
    background: cadetblue;
    color: white !important;
}

/*search-bar*/
.search-bar {
    padding: 5px;
    background: #9db0c7;
    text-transform: uppercase;
}

.search-icon {
    color: steelblue;
    font-size: 25px;
    margin-right: 5px;
}

.page-link {
    border-radius: 0px !important;
    display: inline-block !important;
    color: white !important;
}

/*pagination*/
.pagination {
    padding: 5px !important;
    margin-bottom: 0px;
    background-color: #9db0c7;
}

.page-link {
    padding: 5px 10px !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
}

.table > :first-child > tr:first-child td, .table > :first-child > tr:first-child th {
    font-weight: 700;
    border-top: 0;
    font-size: 12px !important;
}

th {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: capitalize;
}

.search-bar {
    background: white;
    text-transform: lowercase;
    color: #2f628c;
    font-weight: 700;
    border-bottom: 2px solid whitesmoke;
}

.expiry-date {
    color: #de8d14 !important;
    margin-top: 8px !important;
    font-size: 14px !important;
}

.remainingDays {
    color: #2f628c !important;
    font-size: 12px !important;
}

.edit-user-img {
    margin-top: 5px;
    width: 103px;
    height: 103px;
    border: 1px solid #2f628c;
}

div[data-notify=container] {
    width: 300px !important;
    font-size: 14px;
}

div[data-notify=container] {
    font-size: 18px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px 0 rgba(0, 0, 0, .2);
    margin-bottom: 20% !important;
}

button[data-notify=dismiss] {
    opacity: 1
}


.custom-ac-type {
    margin-top: 5px;
}

.cstm-dropdown-menu {
    border-radius: 0 !important;
    margin-top: 20px !important;
    min-width: 3.5rem !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-align: center !important;
    margin-left: -10px !important;
    background: #ff9800 !important;
}

.unchecked-at-typ {
    font-size: 20px;
    color: #f31100;
}

.checked-at-typ {
    font-size: 20px;
    color: #00a5c3;
}

.taxt-shadow-3d {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15) !important;
}

.bg-aqua {
    background: aqua !important;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 100px;
    }

    .navbar-collapse li.nav-item {
        text-align: center;
    }

    .navbar {
        width: 85%;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .nav-item a.nav-link {
        margin-bottom: 5px;
        margin-left: -15px;
        margin-right: -15px;
    }

}

.select-drp-btn {
    margin-top: -5px;
    margin-left: -10px;
}

.search-form {
    padding: 5px !important;
    background: white !important;
}

.detail-hdr-img {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.active-clr {
    color: green;
}

.inactive-clr {
    color: red;
}

.input-group-prepend {
    background: white !important;
    padding: 4px 10px 4px 10px !important;
    border-width: 1px 0px 1px 1px !important;
    border-color: steelblue !important;
    border-style: solid !important;
    margin-right: 0px !important;
}

.custom-form-control {
    padding: 4px !important;
    background: white !important;
    border-radius: 0px !important;
    border: 1px solid steelblue !important;
    margin-right: -14px !important;
}

.input-group-append {
    background: white !important;
    padding: 4px 10px 4px 10px !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: steelblue !important;
    border-style: solid !important;
    margin-left: 0px !important;
}

.cutom-search-btn {
    box-shadow: unset;
    border-width: 1px 1px 1px 1px !important;
    border-style: solid !important;
    border-color: steelblue !important;
    min-width: 0 !important;
    border-radius: 0px !important;
    /* margin-left: 14px !important; */
    margin-top: 10px;
    height: 40px;
}

.search-placeholder::placeholder {
    color: black !important;
    font-size: 12px !important;
    opacity: 1 !important;
    text-transform: capitalize !important;
    font-weight: 100 !important;
}
.header-title-deshboard{
    font-weight: 700;
    text-transform: capitalize;
}
.card-header {
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 5px;
}
.card {
    -ms-flex-direction: column;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}
.new-drpdm{
    position: absolute !important;
    transform: translate3d(-1px, 28px, 0px) !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
    box-shadow: none !important;
    border: 1px solid #dadada !important;
}
.dprm-li{ background: #dadada;
     border-bottom: 1px solid whitesmoke;
 }

.dprm-li-a{
    color: #2196f3;
    font-size: 15px;
    margin-left: 10px;
}
.newImage{
    width: 50px;
}
.adv-image{
    height: 60px;
    width: 80px;
    border: 2px solid gold;
    padding: 2px;
}