* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px !important;
}


.lds-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.8);
    z-index: 9999999999999;
    display: none;
}

.lds-facebook {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 53px;
    height: 63px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 0px;
        width: 4px;
        height: 20px;
        background: #2195f2;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 0px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 12px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 24px;
            animation-delay: 0;
        }

        .lds-facebook div:nth-child(4) {
            left: 36px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(5) {
            left: 48px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}


.lds-container1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.8);
    z-index: 9999999999999;
}

.lds-facebook1 {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 53px;
    height: 63px;
}

    .lds-facebook1 div {
        display: inline-block;
        position: absolute;
        left: 0px;
        width: 4px;
        height: 20px;
        background: #2195f2;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook1 div:nth-child(1) {
            left: 0px;
            animation-delay: -0.24s;
        }

        .lds-facebook1 div:nth-child(2) {
            left: 12px;
            animation-delay: -0.12s;
        }

        .lds-facebook1 div:nth-child(3) {
            left: 24px;
            animation-delay: 0;
        }

        .lds-facebook1 div:nth-child(4) {
            left: 36px;
            animation-delay: -0.12s;
        }

        .lds-facebook1 div:nth-child(5) {
            left: 48px;
            animation-delay: 0;
        }

@keyframes lds-facebook1 {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}






#page-content {
    flex: 1 0 auto;
}

header img {
    width: 250px;
}

.containerInner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

    .containerInner > div {
        min-height: 100vh;
        height: auto;
    }

nav {
    background-color: #fcd919 /*#fcd919*/;
}

    nav ul {
        margin: 0;
        padding: 0;
        transition: 0.3s;
    }

        nav ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            nav ul li a {
                color: #222;
                /*color: #fff */ /*#3a7a82*/
                
                padding: 5px;
                font-size: 12px;
                text-align: center;
                display: inline-block;
            }

                nav ul li a img {
                    height: 22px;
                    width: auto;
                    display: block;
                    margin: auto;
                    margin-bottom: 4px;
                }

                nav ul li a:hover {
                    text-decoration: none;
                    color: #000;
                }

.layoutBg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    background-color: #fcd919 /*#fcd919*/;
    z-index: -1;
}

.containerInner .sideNav {
    position: relative;
    height: auto;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 90;
    height: fit-content;
}

    .containerInner .sideNav:hover {
        width: 225px;
    }

.sideNav ul {
    margin: 0;
    padding: 0;
}

    .sideNav ul li {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

        .sideNav ul li a {
            display: table;
            padding: 7px 0;
            width: 100%;
        }

            .sideNav ul li a i {
                margin: 0 15px;
                font-size: 15px;
                display: inline-block;
            }
                .sideNav ul li a i.caret-left{
                    float: right;
                    margin: 5px 15px;
                }

                .mainArea {
                    padding-left: 20px !important;
                    transition: 0.5s;
                }

.innerMain {
    min-height: 435px;
}

.bg-main {
    background-color: #f1f4f6;
}

.mainArea.toggleMainarea {
    padding-left: 20px !important;
}

.input-group-append button {
    box-shadow: none !important;
}

.sideNav:hover .main-menu, .nav.main-menu.expanded {
    width: 210px;
    overflow: visible;
}

.main-menu {
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 42px;
    overflow: hidden;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    -webkit-transform: translateZ(0) scale(1,1);
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 210px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            color: #333;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        position: relative;
        text-align: left;
        transition: 0.2s;
        left: -500px;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }
/*select, select option, select option:hover, select option:focus, select:hover option, select:focus option {
    outline: 0px !important;
    box-shadow: none !important;
}*/
a:hover, a:focus {
    text-decoration: none;
}

.nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .nav ul, .nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a,
    .nav.main-menu li.active > a,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus,
    .no-touch .dashboard-page .nav.dashboard-menu ul li:hover a,
    .dashboard-page .nav.dashboard-menu ul li.active a {
        color: #222;
        background-color: #e0f3ff;
    }

.page-title {
    font-size: 22px;
}

    .page-title span {
        font-size: 13px;
    }

.form-control {
    font-size: 14px !important;
    min-height: 40px;
    border-width: 0 0 1px 0 !important;
    box-shadow: none !important;
    position: relative;
    padding: 0 !important;
}

    .form-control:focus, .has-content {
        border-color: #fcd919 !important;
    }

.breadcrumb {
    display: flex;
    float: right;
}

    .breadcrumb li, .breadcrumb a {
        font-size: 12px;
    }

.input-effect, .input-effect1 {
    position: relative;
}

.effect-17 {
    background-color: transparent !important;
    z-index: 1;
}

    .effect-17 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #fcd919;
        transition: 0.4s;
    }

    .effect-17:focus ~ .focus-border,
    .has-content.effect-17 ~ .focus-border {
        width: 100%;
        transition: 0.4s;
        left: 0;
    }

    .effect-17 ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 9px;
        color: #aaa;
        transition: 0.3s;
        z-index: 0;
    }

    .effect-17:focus ~ label, .has-content.effect-17 ~ label {
        top: -12px;
        font-size: 12px;
        color: #333;
        transition: 0.3s;
    }

.input-effect1 .form-control {
    position: relative;
    border: 1px solid #ced4da !important;
    text-indent: 10px;
}
/*
.input-effect1 .effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px;}
.input-effect1 .has-content.effect-17 ~ .focus-border{
  display: none !important;
} */

.special-control {
    width: calc(100% - 59px);
}

.arrow-control {
    width: calc(100% - 40px);
}

.input-group-append button {
    height: auto;
    opacity: 0.8;
}

.content-section {
    height: 60px;
    width: calc(100% - 40px);
}

.icon-section {
    height: 60px;
    width: 40px;
}

button {
    height: 40px;
}

    button.appended {
        font-size: 14px;
        box-shadow: none !important;
        height: auto;
        margin-top: 5px;
    }

img.closeModal {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    cursor: pointer;
}

button.close:hover, button.close:focus {
    opacity: 1 !important;
    color: #fff;
    outline: none !important;
}

.otp-control {
    max-width: 200px;
    width: 100%;
}

    .otp-control input {
        text-align: center;
        font-size: 18px;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.otp-control .effect-17 {
    width: 35px;
    font-size: 30px;
    font-weight: 600;
}

/* Shutter In Horizontal */
.nav-link {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #eee;
    color: #222;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .nav-link:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2195f2;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .nav-link:hover, .nav-link:focus, .nav-link:active {
        border-color: #e0f3ff !important;
        color: #fff;
    }

        .nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.nav-pills .nav-link.active:before, .nav-pills .show > .nav-link:before {
    background-color: #2195f2 !important;
    border-color: #2195f2 !important;
    color: #fff !important;
}

.modal-content {
    border: 0 !important;
}

.dataTable th:before, .dataTable th:after {
    content: "" !important;
}

.table th {
    font-weight: 600 !important;
    background-color: #e0f3ff;
    white-space: nowrap;
}

.table th, .table td {
    padding: 0.40rem !important;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.dataTable th {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

.card-header {
    padding: 0.4rem 0.85rem 0.5rem !important;
    margin-bottom: 0 !important;
    background-color: #e0f3ff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 0 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.075) !important;
}

a.card {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-bottom: 2px solid #fcd919;
    color: #222 !important;
    transition: 0.1s;
}

    a.card:hover {
        /* background: #f9f9f9 !important; */
        border-color: #cacaca;
        border-bottom-color: #fcd919;
        /* padding: 2px 0; */
    }

.btn-custom {
    color: #fff;
    background-color: #3ac47d;
    border-color: #3ac47d
}

    .btn-custom:hover {
        color: #fff;
        background-color: #31a66a;
        border-color: #2e9d64
    }

    .btn-custom:focus, .btn-success.focus {
        box-shadow: 0 0 0 0 rgba(88,205,145,0.5)
    }

.dropdown-toggle {
    box-shadow: none !important;
    height: auto !important;
    line-height: 0 !important;
}

    .dropdown-toggle span {
        font-size: 14px;
    }

    .dropdown-toggle:after {
        top: 2px;
        position: relative;
    }

    .dropdown-toggle > img {
        width: 20px;
    }

#dropdown-menu {
    left: unset !important;
    right: 0;
    top: 5px !important;
    transform: translate3d(-5px, 23px, 0px) !important;
    width: 250px;
    font-size: 14px;
}

.dropdown-menu > li.user-header {
    /* background-color: #fcd919; */
    background-color: #f6f6f6;
}

    .dropdown-menu > li.user-header > img {
        z-index: 5;
        width: 70px;
    }

.profile-links a {
    text-decoration: none !important;
    font-size: 14px;
}

#sticky-footer {
    flex-shrink: none;
    background-color: #fcd919 /*#fcd919*/;
    color: 222 !important;
}

.modal-body h5 {
    background-color: #2195f2;
    color: #fff;
    font-size: 18px;
}

#confirmModal .modal-dialog {
    max-width: 700px;
}

.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 115px;
    padding: 15px 15%;
}

#loginSlider {
    width: 500px;
}

#loginContent {
    width: calc(100% - 500px);
}

.carousel-inner img {
    width: 100%;
    height: 100vh;
}

.app-container .h-100 {
    height: 100vh;
}

.app-login-box {
    width: 100%;
    max-width: 80%;
}

    .app-login-box img {
        max-width: 100%;
    }

.btn-link {
    font-size: 14px !important;
}

.dataTables_filter {
    display: none;
}

input[type='file'] {
    padding: 5px !important;
    text-indent: 0px !important;
}

@media screen and (max-width: 1199px) {
    .containerInner {
        max-width: 992px;
    }

    #loginSlider {
        width: 400px;
    }

    #loginContent {
        width: calc(100% - 400px);
    }
}

@media screen and (max-width: 991px) {
    .containerInner {
        max-width: 768px;
    }
}

@media screen and (max-width: 767px) {
    header img {
        width: 225px;
        margin: 5px auto;
    }

    header ul.nav {
        padding: 2px 10px 4px;
        background: #f6f6f6;
    }

    #loginContent {
        width: 100%;
    }

    .app-login-box {
        text-align: center;
    }

        .app-login-box input, .app-login-box label {
            text-align: left !important;
        }

    .loginBtnGrp {
        margin: auto !important;
    }

    header .nav .border-right {
        border: 0 !important;
    }

    .dropdown-toggle > img {
        margin: 0 auto;
    }

    .nav, .nav-link, .nav-item {
        width: 100%;
        text-align: center;
    }

    .page-title {
        font-size: 19px;
    }

        .page-title span {
            font-size: 12px;
        }

    .containerInner .sideNav {
        width: 55px;
    }

    .mainArea {
        padding-left: 10px !important;
    }

    .mobileMenu {
        background-color: #fcd919;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    nav ul {
        display: none;
    }

        nav ul li {
            width: 100%;
            text-align: center;
        }

            nav ul li a {
                font-size: 14px;
                width: 100%;
            }

                nav ul li a:hover, nav ul li a:active {
                    background-color: #dae704;
                }

                nav ul li a img {
                    display: none;
                }
}


/* By Dominik Biedebach @domobch */
nav ul {
    list-style: none;
    text-align: center;
}

    nav ul li {
        display: inline-block;
    }

        nav ul li a {
            display: block;
        }

            nav ul li a,
            nav ul li a:after,
            nav ul li a:before {
                transition: all .2s;
            }

        nav ul li a {
            position: relative;
        }

            nav ul li a:after {
                position: absolute;
                bottom: -8px;
                left: 0;
                right: 0;
                margin: auto;
                width: 0%;
                content: '.';
                color: transparent;
                background: #3a7a82;
                height: 2px;
            }

            nav ul li a:hover:after, nav ul li a.active:after {
                width: 100%;
            }














.radio_container {
    display: block;
    position: relative;
    margin: auto;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    color: #eee;
    border-radius: 50%;
}

    /* Hide the browser's default radio button */
   
    .radio_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
span.radio_container::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 50%;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.cursor-pointer {
    cursor: pointer;
}

td.actions {
    width: 130px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

td.selectRow {
    width: 40px;
}

.form-control[readonly] {
    background-color: #fff;
}

.w-auto {
    width: auto !important;
}

.btn-light {
    background-color: #eee;
}

.btn:disabled {
    background: #dadada !important;
    border-color: #cacaca !important;
    color: #222 !important;
}

table td button {
    font-size: 12px !important;
    height: auto !important;
    box-shadow: none !important;
    line-height: 0 !important;
}

table td input {
    width: 57px;
    /* background: #f6f6f6; */
    padding: 0 5px;
    outline: 0;
    box-shadow: none;
    /* text-align: center; */
}

table td.AmountField {
    width: 87px;
}

table td a {
    font-size: 12px !important;
    height: auto !important;
    box-shadow: none !important;
    line-height: 0 !important;
}


.ui-datepicker td span, .ui-datepicker td a {
    padding: .9em .6em;
}

.hiddenboundcolm {
    display: none;
}


.paginate_btns td {
    border: 0px;
}

.paginate_btns a, .paginate_btns span {
    /*display: block;*/
    height: 30px;
    padding: 5px 10px;
    margin: 0 1px !important;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.paginate_btns a {
    background-color: #fff;
    color: #0069d9;
    height: 30px !important;
    padding: 5px 10px;
    border: 1px solid #0069d9;
}

.paginate_btns span {
    background-color: #0069d9;
    color: #fff;
    border: 1px solid #0069d9;
}




/*Added by yogi*/

.nav main-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

    .nav main-menu::after {
        content: " ";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .mm-collapse {
        display: none;
        
    }
.mm-collapse li a {
    padding-left: 45px !important;
}
    .nav main-menu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-timing-function: ease;
        transition-duration: .25s;
        transition-property: height, visibility
    }

    .nav main-menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none
    }

    .nav main-menu:before {
        opacity: 0;
        transition: opacity 300ms
    }

    .nav main-menu li a {
        display: block;
        line-height: 3.4rem;
        height: 3.4rem;
        padding: 0 1.5rem 0 45px;
        position: relative;
        border-radius: .25rem;
        color: #343a40;
        white-space: nowrap;
        transition: all .2s;
        margin: .1rem 0
    }

        .nav main-menu li a:hover {
            background: #e0f3ff;
            text-decoration: none
        }

            .nav main-menu li a:hover i.metismenu-icon {
                opacity: .6
            }

            .nav main-menu li a:hover i.metismenu-state-icon {
                opacity: 1
            }

    .nav main-menu li.mm-active > a {
        font-weight: bold
    }

        .nav main-menu li.mm-active > a i.metismenu-state-icon {
            transform: rotate(-180deg)
        }

    .nav main-menu li a.mm-active {
        color: #343a40;
        background: #e0f3ff;
        font-weight: bold
    }

    .nav main-menu i.metismenu-state-icon, .nav main-menu i.metismenu-icon {
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -17px;
        font-size: 1.5rem;
        opacity: .9;
        transition: color 300ms
    }

    .nav main-menu i.metismenu-state-icon {
        transition: transform 300ms;
        left: auto;
        right: 0
    }

    .nav main-menu ul {
        transition: padding 300ms;
        padding: .5em 0 0 2rem
    }

        .nav main-menu ul:before {
            content: '';
            height: 100%;
            opacity: 1;
            width: 3px;
            background: #e0f3ff;
            position: absolute;
            left: 20px;
            top: 0;
            border-radius: 15px
        }

        .nav main-menu ul > li > a {
            color: #6c757d;
            height: 3rem;
            line-height: 3rem;
            padding: 0 3.5rem 0
        }

            .nav main-menu ul > li > a:hover {
                color: #3f6ad8
            }

            .nav main-menu ul > li > a .metismenu-icon {
                display: none
            }

            .nav main-menu ul > li > a.mm-active {
                color: #3f6ad8;
                background: #e0f3ff;
                font-weight: bold
            }

.nv-left-main ul li {
    margin: 5px 0;
}


.nv-left-main li ul:before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #e0f3ff;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}