/*@font-face {
    font-family: 'robotoregular';
    src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'),url(../fonts/roboto-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}*/
/*@font-face {
    font-family: 'robotobold';
    src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'),url(../fonts/roboto-bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}*/

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url(../fonts/OpenSans-Medium.ttf);
}

@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.ttf);
}

@font-face {
    font-family: 'abadi';
    src: url(../fonts/abadi-mt-std.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary-color: #23587F;
    --secondary-color: #6ABEB6;
    --trow-2: #E1E1E1;
    --trow-1: #F0F0F0;
}

body, html {
    min-height: 100%;
}

.layout-boxed body, .layout-boxed html {
    height: 100%;
}

.margin-t0 {
    margin-top: 0 !important;
}

.margin-t10 {
    margin-top: 10px !important;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t25 {
    margin-top: 25px;
}

.font-s25 {
    font-size: 25px !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'robotoregular',Arial,sans-serif;
    font-weight: 400;
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 0px !important;
}

/*   body.modal-open {
        padding-right: 17px !important;
    }*/

.layout-boxed .wrapper, .wrapper {
    min-height: 100%;
    position: relative;
}

.wrapper {
    overflow: hidden;
}

    .wrapper:after, .wrapper:before {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}

.layout-boxed {
    background: url(../img/boxed-bg.jpg) fixed;
}

.content-wrapper, .main-footer, .right-side {
    -webkit-transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    margin-left: 70px;
}

.main-footer {
    z-index: 820;
}

.layout-top-nav .content-wrapper, .layout-top-nav .main-footer, .layout-top-nav .right-side {
    margin-left: 0;
}

#exportForm {
    display: inline-block;
    position: relative;
    left: 2px;
    margin-right: 4px;
}

#salesTable_filter, #salesTable_length, .dataTables_filter, .dataTables_length {
    height: 50px;
    margin: 10px 0px;
}

/*#salesTable_filter {
    top: -5px;
}*/

#exportForm .filter_btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.filter_btn1 {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 0;
    background: #8eb404;
}

    .filter_btn1:hover {
        background: #7ea001;
    }

.bg {
    background: #fff;
}

#current-journal table thead tr th {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-family: "calibri";
    border: 2px solid #ffff;
}

#current-journal-data table tbody tr td:nth-child(1), #current-journal-data table tbody tr td:nth-child(3) {
    background-color: var(--primary-color);
    color: #fff;
}

.summary-data table tbody tr td:nth-child(1), .summary-data table tbody tr td:nth-child(3) {
    background-color: var(--primary-color);
    color: #fff;
}

.summary-data table tbody tr td.processCount, .summary-data table tbody tr td.reconciledCount, .summary-data table tbody tr td.rCount, .summary-data table tbody tr td.reconciledFromBreakage {
    background-color: var(--trow-2);
    color: #000;
    text-align: center;
}

.summary-data table tbody tr td.exceptionCount, .summary-data table tbody tr td.reconciledAmount {
    background-color: var(--trow-1);
    color: #000;
    text-align: center;
}

summary-data table tbody tr td {
    font-size: 18px;
    font-family: "calibri";
}


#voucherCodes .col-sm-4, #voucherCodes .col-sm-6 {
    padding: 5px;
}

.deleteBtn, .voucherNumberBtn {
    border: 0 !important;
    border-radius: 0;
}

.voucherNumberBtn {
    font-family: "openSans-Medium";
}

.deleteBtn {
    background-color: #333 !important;
    color: #fff !important;
    margin-top: 15px;
}

.stylish-input-group .input-group-addon {
    background: #fff !important;
}

span.input-group-addon {
    background-color: transparent;
    border: 0;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: 0 0;
}

.padding45 {
    padding: 45px;
}


.card_btn, .process_btn {
    font-size: 14px;
    border: 0;
    outline: 0;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.card_btn {
    background: #e7e7e7;
    background: -webkit-linear-gradient(top,#e7e7e7 0%,#e1e1e1 100%);
    background: linear-gradient(to bottom,#e7e7e7 0%,#e1e1e1 100%);
    color: #000;
    padding: 7px;
}

    .card_btn:hover {
        color: #fff;
    }

.process_btn {
    color: #fff;
    padding: 7px 10px;
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
}

    .card_btn:hover, .process_btn:hover {
        background: #025ad1;
    }

.fa-trash-o {
    color: #ff5742;
    font-size: 18px;
}

.flex-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

    .flex-show > div {
        width: 100%;
    }

    .flex-show .form-group {
        width: 20%;
    }

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #f4eee8;
    z-index: 800;
}

.main-footer {
    background: #f4eee8;
    margin-left: 70px;
    padding: 14px;
    color: #444;
    font-family: "openSans-light";
}

    .main-footer p {
        font-size: 14px;
        color: #333;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.fixed .left-side, .fixed .main-header, .fixed .main-sidebar {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
}

.fixed.layout-boxed .wrapper, .info-box-icon > img {
    max-width: 100%;
}

body.hold-transition .content-wrapper, body.hold-transition .left-side, body.hold-transition .main-footer, body.hold-transition .main-header .logo, body.hold-transition .main-header .navbar, body.hold-transition .main-sidebar, body.hold-transition .right-side {
    -webkit-transition: none;
    transition: none;
}

.content {
    min-height: 469px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'robotoregular',Arial,sans-serif;
}*/

.categories_list ul li a:hover, .report_box ul li a:hover {
    font-size: 18px;
    font-family: "calibri";
    color: #000;
}

.setup-page > .categories_list ul li a:hover, .report_box ul li a:hover,
.blocks .categories_block .categories_list ul li a:hover {
    font-size: 14px;
    font-family: "calibri";
    color: #025ad1;
}


a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    color: #72afd2;
}

.page-header {
    margin: 10px 0 20px;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-color);
}

    .main-header .navbar {
        -webkit-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        margin-bottom: 0;
        margin-left: 0px;
        border: 0;
        min-height: 50px;
        border-radius: 0;
    }

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255,255,255,.2);
    border-color: transparent;
}

    .main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control:focus {
        border-color: rgba(0,0,0,.1);
        background: rgba(255,255,255,.9);
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc;
    }

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
    padding-right: 20px;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 6px 9px;
    margin-top: 20px;
    font-family: fontAwesome;
    display: none;
}

    .main-header .sidebar-toggle:before {
        content: "\f0c9";
    }

    .main-header .sidebar-toggle:hover {
        color: #fff;
    }

    .main-header .sidebar-toggle:active, .main-header .sidebar-toggle:focus {
        background: 0 0;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none;
    }

.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion, .main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion, .sidebar-menu > li .badge, .sidebar-menu > li .label {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    display: block;
    float: left;
    height: 71px;
    font-size: 20px;
    line-height: 67px;
    text-align: center;
    width: 400px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
    }

    .main-header .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 15px 15px 0;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: 0 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px;
}

/*.left-side, .main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 72px;
    min-height: calc(100% - 50px);
    width: 248px;
    z-index: 810;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    box-shadow: 1px 1px 5px 0 rgba(50,50,50,.3);
}*/

.left-side, .main-sidebar {
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 0px;
    /*min-height: 95vh;*/
    min-height: 100%;
    width: 70px;
    z-index: 810;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    /*box-shadow: 1px 1px 5px 0 rgba(50,50,50,.3);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.skin-blue .sidebar a > span {
    color: #564f4f;
    display: none;
}

section.bodyContent {
    margin: 20px;
    border-radius: 10px;
    background: #fff;
    padding: 20px 10px;
    min-height: calc(100vh - 250px);
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .control-sidebar-menu > li > a:after, .control-sidebar-menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .user-panel:after, .user-panel:before {
        content: " ";
        display: table;
    }

    .control-sidebar-menu > li > a:after, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after, .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa, .user-panel > .info > a > .glyphicon, .user-panel > .info > a > .ion {
                margin-right: 3px;
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #fff;
    }

        .sidebar-menu > li > a {
            padding: 10px;
            display: block;
            font-size: 30px;
            text-align: center;
        }

            /* .sidebar-menu > li > a {
            padding: 15px 15px 18px 16px;
            display: block;
            font-size: 15px;
        }*/
            .sidebar-menu > li > a > i {
                font-size: 22px;
                color: #000;
            }

.skin-blue .sidebar-menu > li.active > a > i {
    color: #fff !important;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 25px;
}

.sidebar-menu > li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

    .sidebar-menu .treeview-menu .treeview-menu {
        padding-left: 20px;
    }

    .sidebar-menu .treeview-menu > li {
        margin: 0;
    }

        .sidebar-menu .treeview-menu > li > a {
            padding: 5px 5px 5px 15px;
            display: block;
            font-size: 14px;
        }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion, .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
                width: 20px;
            }

            .sidebar-menu .treeview-menu > li > a > .fa-angle-down, .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
                width: auto;
            }

.main-sidebar .user-panel, .sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu > li.header {
        white-space: nowrap;
    }

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form, .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .navbar-custom-menu > .navbar-nav > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li, .sidebar-menu li > a {
        position: relative;
    }

        .sidebar-menu li > a > .pull-right-container {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -7px;
        }

.control-sidebar, .control-sidebar-bg {
    top: 0;
    right: -250px;
    width: 250px;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.control-sidebar-bg {
    bottom: 0;
    position: fixed;
    z-index: 1000;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

    .control-sidebar > .tab-content {
        padding: 10px 15px;
    }

    .control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar-bg, .control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
        right: 0;
    }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

    .nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
        border-top: none;
        border-right: none;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs.control-sidebar-tabs > li > a .icon {
            font-size: 16px;
        }

.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:hover {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .control-sidebar-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .control-sidebar-menu > li > a > .control-sidebar-subheading {
            margin-top: 0;
        }

    .control-sidebar-menu .menu-icon {
        float: left;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    .control-sidebar-menu .menu-info {
        margin-left: 45px;
        margin-top: 3px;
    }

        .control-sidebar-menu .menu-info > .control-sidebar-subheading, .control-sidebar-menu .progress {
            margin: 0;
        }

        .control-sidebar-menu .menu-info > p {
            margin: 0;
            font-size: 11px;
        }

.control-sidebar-dark, .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

    .control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
        background: #222d32;
    }

        .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
            border-bottom: #1c2529;
        }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
                background: #181f23;
                color: #b8c7ce;
            }

                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                    border-left-color: #141a1d;
                    border-bottom-color: #141a1d;
                }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        background: #1c2529;
                    }

                    .control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        color: #fff;
                    }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover {
                background: #222d32;
                color: #fff;
            }

        .control-sidebar-dark .control-sidebar-menu > li > a:hover {
            background: #1e282c;
        }

.control-sidebar-light, .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

    .control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
        background: #f9fafc;
        border-left: 1px solid #d2d6de;
    }

        .control-sidebar-light .nav-tabs.control-sidebar-tabs {
            border-bottom: #d2d6de;
        }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
                background: #e8ecf4;
                color: #444;
            }

                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
                    border-left-color: #d2d6de;
                    border-bottom-color: #d2d6de;
                }

                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
                        background: #eff1f7;
                    }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover {
                background: #f9fafc;
                color: #111;
            }

        .control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
            color: #111;
        }

        .control-sidebar-light .control-sidebar-menu {
            margin-left: -14px;
        }

            .control-sidebar-light .control-sidebar-menu > li > a:hover {
                background: #f4f4f5;
            }

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
        padding: 8px 10px;
        font-size: 15px;
    }

        .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #eee;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        padding: 7px 10px;
        border-bottom: 1px solid #f4f4f4;
        color: #444;
        font-size: 14px;
    }

    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 12px;
        background-color: #fff;
        padding: 7px 10px;
        border-bottom: 1px solid #eee;
        color: #444 !important;
        text-align: center;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
            text-decoration: none;
            font-weight: 400;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
        max-height: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow-x: hidden;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
            display: block;
            white-space: nowrap;
            border-bottom: 1px solid #f4f4f4;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
                background: #f4f4f4;
                text-decoration: none;
            }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
            color: #444;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
            margin: 0;
            padding: 10px;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
                margin: auto 10px auto auto;
                width: 40px;
                height: 40px;
            }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
                padding: 0;
                margin: 0 0 0 45px;
                color: #444;
                font-size: 15px;
                position: relative;
            }

                .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                    color: #999;
                    font-size: 10px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
                margin: 0 0 0 45px;
                font-size: 12px;
                color: #888;
            }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
            padding: 10px;
        }

            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
                font-size: 14px;
                padding: 0;
                margin: 0 0 10px;
                color: #666;
            }

            .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
                padding: 0;
                margin: 0;
            }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0;
    border-top-width: 0;
    width: 225px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        color: #333 !important;
    }

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
    border: 1px solid #e2e2e2;
}

.open:not(.dropup) > .animated-dropdown-menu {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    animation: flipInX .7s both;
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
    }
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.form-control:-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block, .form-group.has-success label {
    color: #00a65a;
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block, .form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block, .form-group.has-error label {
    color: #dd4b39;
}

.input-group {
    /*border: 1px solid #d9d9d9;*/
    border-radius: 12px;
}

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.form-group-lg .form-control + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .input-lg + .form-control-feedback.fa {
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .input-sm + .form-control-feedback.fa {
    line-height: 30px;
}

.progress, .progress > .progress-bar {
    box-shadow: none;
}

    .progress, .progress .progress-bar, .progress > .progress-bar, .progress > .progress-bar .progress-bar {
        border-radius: 1px;
    }

        .progress-sm, .progress.sm {
            height: 10px;
        }

            .progress-sm, .progress-sm .progress-bar, .progress.sm, .progress.sm .progress-bar {
                border-radius: 1px;
            }

        .progress-xs, .progress.xs {
            height: 7px;
        }

            .progress-xs, .progress-xs .progress-bar, .progress.xs, .progress.xs .progress-bar {
                border-radius: 1px;
            }

        .progress-xxs, .progress.xxs {
            height: 3px;
        }

            .progress-xxs, .progress-xxs .progress-bar, .progress.xxs, .progress.xxs .progress-bar {
                border-radius: 1px;
            }

        .progress.vertical {
            position: relative;
            width: 30px;
            height: 200px;
            display: inline-block;
            margin-right: 10px;
        }

            .progress.vertical > .progress-bar {
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .progress.vertical.progress-sm, .progress.vertical.sm {
                width: 20px;
            }

            .progress.vertical.progress-xs, .progress.vertical.xs {
                width: 10px;
            }

            .progress.vertical.progress-xxs, .progress.vertical.xxs {
                width: 3px;
            }

.progress-group .progress-text, .timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue, .progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-green, .progress-striped .progress-bar-info, .progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary, .progress-striped .progress-bar-red, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning, .progress-striped .progress-bar-yellow {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-green, .progress-bar-success {
    background-color: #00a65a;
}

.progress-bar-aqua, .progress-bar-info {
    background-color: #00c0ef;
}

.progress-bar-warning, .progress-bar-yellow {
    background-color: #f39c12;
}

.progress-bar-danger, .progress-bar-red {
    background-color: #dd4b39;
}

.box, .small-box {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.small-box {
    display: block;
    border-radius: 2px;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0,0,0,.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
        z-index: 5;
    }

    .small-box p {
        font-size: 15px;
        z-index: 5;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0,0,0,.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

.box {
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    width: 100%;
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body, .box.collapsed-box .box-footer, .switch input {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: 0 0;
        }

        .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
            background: rgba(0,0,0,.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header .btn, .box.box-solid.box-default > .box-header a {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary > .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-danger > .box-header .btn, .box.box-solid.box-danger > .box-header a, .box.box-solid.box-info > .box-header .btn, .box.box-solid.box-info > .box-header a, .box.box-solid.box-primary > .box-header .btn, .box.box-solid.box-primary > .box-header a, .box.box-solid.box-success > .box-header .btn, .box.box-solid.box-success > .box-header a, .box.box-solid.box-warning > .box-header .btn, .box.box-solid.box-warning > .box-header a {
                    color: #fff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #fff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #fff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #fff;
                background: #f39c12;
                background-color: #f39c12;
            }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #fff;
                background: #00a65a;
                background-color: #00a65a;
            }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*=bg] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: .3em;
    }

    .box > .loading-img, .box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay, .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255,255,255,.7);
        border-radius: 3px;
    }

        .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark, .overlay-wrapper .overlay.dark {
            background: rgba(0,0,0,.5);
        }

.box-body:after, .box-body:before, .box-comments .box-comment:after, .box-comments .box-comment:before, .box-footer:after, .box-footer:before, .box-header:after, .box-header:before {
    content: " ";
    display: table;
}

.box-body:after, .box-comments .box-comment:after, .box-footer:after, .box-header:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 15px 10px 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion, .nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle=tooltip] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: 0 0;
    color: #97a0b3;
}

    .btn-box-tool:hover, .open .btn-box-tool {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc, .table tr td .progress {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane, .box-body .box-pane-right, .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right, .box-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-comments {
    background: #f7f7f7;
}

    .box-comments .box-comment {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .box-comments .box-comment:last-of-type {
            border-bottom: 0;
        }

        .box-comments .box-comment:first-of-type {
            padding-top: 0;
        }

    .box-comments .comment-text {
        margin-left: 40px;
        color: #555;
    }

    .box-comments .username {
        color: #444;
        display: block;
        font-weight: 600;
    }

    .box-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }

.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .todo-list > li > input[type=checkbox] {
            margin: 0 10px 0 5px;
        }

        .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dd4b39;
        }

            .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .todo-list > li:hover .tools {
            display: inline-block;
        }

        .todo-list > li.done {
            color: #999;
        }

            .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .todo-list > li.done .label {
                background: #d2d6de !important;
            }

    .todo-list .danger {
        border-left-color: #dd4b39;
    }

    .todo-list .warning {
        border-left-color: #f39c12;
    }

    .todo-list .info {
        border-left-color: #00c0ef;
    }

    .todo-list .success {
        border-left-color: #00a65a;
    }

    .todo-list .primary {
        border-left-color: #3c8dbc;
    }

    .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }

.chat {
    padding: 5px 20px 5px 10px;
}

    .chat .item {
        margin-bottom: 10px;
    }

        .chat .item:after, .chat .item:before, .chat .item > .attachment:after, .chat .item > .attachment:before, .timeline > li:after, .timeline > li:before {
            content: " ";
            display: table;
        }

        .chat .item:after, .chat .item > .attachment:after, .timeline > li:after {
            clear: both;
        }

        .chat .item > img {
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            border-radius: 50%;
        }

        .chat .item > .online {
            border: 2px solid #00a65a;
        }

        .chat .item > .offline {
            border: 2px solid #dd4b39;
        }

        .chat .item > .message {
            margin-left: 55px;
            margin-top: -40px;
        }

            .chat .item > .message > .name {
                display: block;
                font-weight: 600;
            }

        .chat .item > .attachment {
            border-radius: 3px;
            background: #f4f4f4;
            margin-left: 65px;
            margin-right: 15px;
            padding: 10px;
        }

            .chat .item > .attachment > h4 {
                margin: 0 0 5px;
                font-weight: 600;
                font-size: 14px;
            }

            .chat .item > .attachment > .filename, .chat .item > .attachment > p {
                font-weight: 600;
                font-size: 13px;
                font-style: italic;
                margin: 0;
            }

.box-input {
    max-width: 200px;
}

.modal .panel-body {
    color: #444;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0,0,0,.2);
        margin: 5px -10px;
        height: 2px;
        border-radius: 0;
    }

        .info-box .progress .progress-bar {
            border-radius: 0;
            background: #fff;
        }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.info-box-text, .progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.uppercase, .info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block !important;
}

.progress-description {
    margin: 0;
}

.timeline {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li > .timeline-item {
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.btn {
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px 9px 5px 8px;
    text-align: center;
    width: 30px;
}

.btn.btn-flat {
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
}

.btn:focus {
    outline: 0;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn.btn-file > input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block;
    }

.btn-default {
    background-color: #fff;
    color: #444;
    border-color: #ddd;
}

    .btn-default.hover, .btn-default:active, .btn-default:hover {
        /*   background-color: #e7e7e7;*/
        background-color: #6ABEB6;
        color: #fff;
    }

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary.hover, .btn-primary:active, .btn-primary:hover {
        background-color: #367fa9;
    }

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

    .btn-success.hover, .btn-success:active, .btn-success:hover {
        background-color: #008d4c;
    }

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

    .btn-info.hover, .btn-info:active, .btn-info:hover {
        background-color: #00acd6;
    }

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning.hover, .btn-warning:active, .btn-warning:hover {
        background-color: #e08e0b;
    }

.btn-outline {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}

    .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
        color: rgba(255,255,255,.7);
        border-color: rgba(255,255,255,.7);
    }

.btn-link {
    box-shadow: none;
}

.btn[class*=bg-]:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active, .btn-app:focus {
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }

.callout {
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .alert a, .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout .highlight, .callout code {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }

.alert {
    border-radius: 3px;
}

    .alert h4 {
        font-weight: 600;
    }

    .alert .icon {
        margin-right: 10px;
    }

    .alert .close {
        color: #000;
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }

        .alert .close:hover {
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
        }

.alert-success {
    border-color: #008d4c;
}

.alert-danger, .alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    color: #444;
}

.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
    font-weight: 600;
}

.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    background: 0 0;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-right: 5px;
        }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
                background: 0 0;
                margin: 0;
            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: 0 0;
                    margin: 0;
                    color: #999;
                }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
            }

                .nav-tabs-custom > .nav-tabs > li.active:hover > a, .nav-tabs-custom > .nav-tabs > li.active > a {
                    background-color: #fff;
                    color: #444;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                    border-left-color: #f4f4f4;
                    border-right-color: #f4f4f4;
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-left-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-right {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
            }

                .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                    margin-right: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                        border-left-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                        border-left-color: #f4f4f4;
                        border-right-color: transparent;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
        background: 0 0;
        color: #999;
    }

    .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
    }

    .nav-tabs-custom.tab-info > .nav-tabs > li.active {
        border-top-color: #00c0ef;
    }

    .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
        border-top-color: #dd4b39;
    }

    .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
        border-top-color: #f39c12;
    }

    .nav-tabs-custom.tab-success > .nav-tabs > li.active {
        border-top-color: #00a65a;
    }

    .nav-tabs-custom.tab-default > .nav-tabs > li.active {
        border-top-color: #d2d6de;
    }

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        padding: 10px 0;
        background: #fff;
    }

        .contacts-list > li:after, .contacts-list > li:before, .direct-chat-msg:after, .direct-chat-msg:before, .products-list > .item:after, .products-list > .item:before {
            content: " ";
            display: table;
        }

        .contacts-list > li:after, .direct-chat-msg:after, .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
    }

        .products-list .product-img img {
            width: 50px;
            height: 50px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-box > .item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #fff;
    font-family: "calibri";
    font-size: 18px;
    border: 1px solid #ffff;
}

.table > thead > tr > th {
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #fff;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table.no-border, .table.no-border td, .table.no-border th {
    border: 0;
}

table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

.label-default {
    background-color: #d2d6de;
    color: #444;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat-messages, .direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.direct-chat-messages {
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-contacts, .direct-chat-messages {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}

    .direct-chat-text:after, .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after, .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%,0);
    -ms-transform: translate(101%,0);
    transform: translate(101%,0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name, .contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: 400;
}

.contacts-list-msg, .users-list > li > a:hover, .users-list > li > a:hover .users-list-name {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

    .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dd4b39;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

    .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: #3c8dbc;
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}

    .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}

    .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }

.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

.users-list-date, .users-list-name {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

.modal {
    background: rgba(0,0,0,.3);
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.125);
    border: 0;
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-footer, .modal-primary .modal-header {
    border-color: #307095;
}

.modal-warning .modal-footer, .modal-warning .modal-header {
    border-color: #c87f0a;
}

.modal-info .modal-footer, .modal-info .modal-header {
    border-color: #0097bc;
}

.modal-success .modal-footer, .modal-success .modal-header {
    border-color: #00733e;
}

.modal-danger .modal-footer, .modal-danger .modal-header {
    border-color: #c23321;
}

.box-widget {
    border: 0;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #fff;
    }

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border, .mailbox-read-info {
        border-bottom: 1px solid #f4f4f4;
    }

.mailbox-read-info {
    padding: 10px;
}

    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0;
    }

    .mailbox-read-info h5 {
        margin: 0;
        padding: 5px 0 0;
    }

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: 700;
    color: #666;
}

.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }

.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .lockscreen-logo a, .login-logo a, .register-logo a {
        color: #444;
    }

.lockscreen-wrapper {
    max-width: 400px;
    margin: 10% auto 0;
}

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

    .lockscreen-image > img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }

.lockscreen-credentials {
    margin-left: 70px;
}

    .lockscreen-credentials .form-control {
        border: 0;
    }

    .lockscreen-credentials .btn {
        background-color: #fff;
        border: 0;
        padding: 0 10px;
    }

.content .add-employee .header-col h3, .lockscreen-footer {
    margin-top: 10px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-page, .register-page {
    background: #d2d6de;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.error-page {
    width: 600px;
    margin: 20px auto 0;
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300;
    }

    .error-page > .error-content {
        margin-left: 190px;
        display: block;
    }

        .error-page > .error-content > h3 {
            font-weight: 300;
            font-size: 25px;
        }

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .post .user-block {
        margin-bottom: 15px;
    }

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,.2);
    }

    .btn-social.btn-lg {
        padding-left: 61px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 38px;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 30px;
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        line-height: 34px;
        font-size: 1.6em;
        border-right: 1px solid rgba(0,0,0,.2);
        border: 0;
        text-align: center;
        width: 100%;
    }

    .btn-social-icon.btn-lg > :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
    }

    .btn-social-icon.btn-sm > :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
    }

    .btn-social-icon.btn-xs > :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm, .btn-social-icon.btn-xs {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
    }

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0,0,0,.2);
}

    .btn-adn.focus, .btn-adn:focus {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-adn.active, .btn-adn:active, .btn-adn:hover, .btn-bitbucket, .open > .dropdown-toggle.btn-adn {
        color: #fff;
        background-color: #ce563f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn {
        background-image: none;
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #fff;
    }

.btn-bitbucket {
    background-color: #205081;
}

    .btn-bitbucket.focus, .btn-bitbucket:focus {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,.2);
    }

    .btn-bitbucket.active, .btn-bitbucket:active, .btn-bitbucket:hover, .btn-dropbox, .open > .dropdown-toggle.btn-bitbucket {
        color: #fff;
        background-color: #163758;
        border-color: rgba(0,0,0,.2);
    }

    .btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket {
        background-image: none;
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #fff;
    }

.btn-dropbox {
    background-color: #1087dd;
}

    .btn-dropbox.focus, .btn-dropbox:focus {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,.2);
    }

    .btn-dropbox.active, .btn-dropbox:active, .btn-dropbox:hover, .btn-facebook, .open > .dropdown-toggle.btn-dropbox {
        color: #fff;
        background-color: #0d6aad;
        border-color: rgba(0,0,0,.2);
    }

    .btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #fff;
    }

.btn-facebook {
    background-color: #3b5998;
}

    .btn-facebook.focus, .btn-facebook:focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,.2);
    }

    .btn-facebook.active, .btn-facebook:active, .btn-facebook:hover, .btn-flickr, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,.2);
    }

    .btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #fff;
    }

.btn-flickr {
    background-color: #ff0084;
}

    .btn-flickr.focus, .btn-flickr:focus {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,.2);
    }

    .btn-flickr.active, .btn-flickr:active, .btn-flickr:hover, .btn-foursquare, .open > .dropdown-toggle.btn-flickr {
        color: #fff;
        background-color: #cc006a;
        border-color: rgba(0,0,0,.2);
    }

    .btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #fff;
    }

.btn-foursquare {
    background-color: #f94877;
}

    .btn-foursquare.focus, .btn-foursquare:focus {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,.2);
    }

    .btn-foursquare.active, .btn-foursquare:active, .btn-foursquare:hover, .btn-github, .open > .dropdown-toggle.btn-foursquare {
        color: #fff;
        background-color: #f71752;
        border-color: rgba(0,0,0,.2);
    }

    .btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #fff;
    }

.btn-github {
    background-color: #444;
}

    .btn-github.focus, .btn-github:focus {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,.2);
    }

    .btn-github.active, .btn-github:active, .btn-github:hover, .btn-google, .open > .dropdown-toggle.btn-github {
        color: #fff;
        background-color: #2b2b2b;
        border-color: rgba(0,0,0,.2);
    }

    .btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github .badge {
        color: #444;
        background-color: #fff;
    }

.btn-google {
    background-color: #dd4b39;
}

    .btn-google.focus, .btn-google:focus {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,.2);
    }

    .btn-google.active, .btn-google:active, .btn-google:hover, .btn-instagram, .open > .dropdown-toggle.btn-google {
        color: #fff;
        background-color: #c23321;
        border-color: rgba(0,0,0,.2);
    }

    .btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google {
        background-image: none;
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #fff;
    }

.btn-instagram {
    background-color: #3f729b;
}

    .btn-instagram.focus, .btn-instagram:focus {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,.2);
    }

    .btn-instagram.active, .btn-instagram:active, .btn-instagram:hover, .btn-linkedin, .open > .dropdown-toggle.btn-instagram {
        color: #fff;
        background-color: #305777;
        border-color: rgba(0,0,0,.2);
    }

    .btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #fff;
    }

.btn-linkedin {
    background-color: #007bb6;
}

    .btn-linkedin.focus, .btn-linkedin:focus {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,.2);
    }

    .btn-linkedin.active, .btn-linkedin:active, .btn-linkedin:hover, .btn-microsoft, .open > .dropdown-toggle.btn-linkedin {
        color: #fff;
        background-color: #005983;
        border-color: rgba(0,0,0,.2);
    }

    .btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #fff;
    }

.btn-microsoft {
    background-color: #2672ec;
}

    .btn-microsoft.focus, .btn-microsoft:focus {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,.2);
    }

    .btn-microsoft.active, .btn-microsoft:active, .btn-microsoft:hover, .btn-openid, .open > .dropdown-toggle.btn-microsoft {
        color: #fff;
        background-color: #125acd;
        border-color: rgba(0,0,0,.2);
    }

    .btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
        background-image: none;
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #fff;
    }

.btn-openid {
    background-color: #f7931e;
}

    .btn-openid.focus, .btn-openid:focus {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,.2);
    }

    .btn-openid.active, .btn-openid:active, .btn-openid:hover, .btn-pinterest, .open > .dropdown-toggle.btn-openid {
        color: #fff;
        background-color: #da7908;
        border-color: rgba(0,0,0,.2);
    }

    .btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid {
        background-image: none;
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #fff;
    }

.btn-pinterest {
    background-color: #cb2027;
}

    .btn-pinterest.focus, .btn-pinterest:focus {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-pinterest.active, .btn-pinterest:active, .btn-pinterest:hover, .btn-reddit, .open > .dropdown-toggle.btn-pinterest {
        color: #fff;
        background-color: #9f191f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #fff;
    }

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
}

    .btn-reddit.focus, .btn-reddit:focus {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,.2);
    }

    .btn-reddit.active, .btn-reddit:active, .btn-reddit:hover, .btn-soundcloud, .open > .dropdown-toggle.btn-reddit {
        color: #000;
        background-color: #bcddff;
        border-color: rgba(0,0,0,.2);
    }

    .btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit {
        background-image: none;
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000;
    }

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
}

    .btn-soundcloud.focus, .btn-soundcloud:focus {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,.2);
    }

    .btn-soundcloud.active, .btn-soundcloud:active, .btn-soundcloud:hover, .btn-tumblr, .open > .dropdown-toggle.btn-soundcloud {
        color: #fff;
        background-color: #c40;
        border-color: rgba(0,0,0,.2);
    }

    .btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud {
        background-image: none;
    }

    .btn-soundcloud .badge {
        color: #f50;
        background-color: #fff;
    }

.btn-tumblr {
    background-color: #2c4762;
}

    .btn-tumblr.focus, .btn-tumblr:focus {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-tumblr.active, .btn-tumblr:active, .btn-tumblr:hover, .btn-twitter, .open > .dropdown-toggle.btn-tumblr {
        color: #fff;
        background-color: #1c2d3f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #fff;
    }

.btn-twitter {
    background-color: #55acee;
}

    .btn-twitter.focus, .btn-twitter:focus {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,.2);
    }

    .btn-twitter.active, .btn-twitter:active, .btn-twitter:hover, .btn-vimeo, .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2795e9;
        border-color: rgba(0,0,0,.2);
    }

    .btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #fff;
    }

.btn-vimeo {
    background-color: #1ab7ea;
}

    .btn-vimeo.focus, .btn-vimeo:focus {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vimeo.active, .btn-vimeo:active, .btn-vimeo:hover, .btn-vk, .open > .dropdown-toggle.btn-vimeo {
        color: #fff;
        background-color: #1295bf;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #fff;
    }

.btn-vk {
    background-color: #587ea3;
}

    .btn-vk.focus, .btn-vk:focus {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vk.active, .btn-vk:active, .btn-vk:hover, .btn-yahoo, .open > .dropdown-toggle.btn-vk {
        color: #fff;
        background-color: #466482;
        border-color: rgba(0,0,0,.2);
    }

    .btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk {
        background-image: none;
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #fff;
    }

.btn-yahoo {
    background-color: #720e9e;
}

    .btn-yahoo.focus, .btn-yahoo:focus {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-yahoo.active, .btn-yahoo:active, .btn-yahoo:hover, .open > .dropdown-toggle.btn-yahoo {
        color: #fff;
        background-color: #500a6f;
        border-color: rgba(0,0,0,.2);
    }

    .btn-yahoo.active, .btn-yahoo:active, .fc-button, .open > .dropdown-toggle.btn-yahoo {
        background-image: none;
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #fff;
    }

.fc-button {
    background: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .fc-button.hover, .fc-button:active, .fc-button:hover {
        background-color: #e9e9e9;
    }

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-content:first-of-type, .fc-widget-header:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-content:last-of-type, .fc-widget-header:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fc-color-picker > li {
        float: left;
        font-size: 30px;
        margin-right: 5px;
        line-height: 30px;
    }

        .fc-color-picker > li .fa {
            -webkit-transition: -webkit-transform linear .3s;
            transition: transform linear .3s;
            transition: transform linear .3s,-webkit-transform linear .3s;
        }

            .fc-color-picker > li .fa:hover {
                -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                transform: rotate(30deg);
            }

#add-new-event {
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: 700;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 3px;
    cursor: move;
}

    .external-event:hover {
        box-shadow: inset 0 0 90px rgba(0,0,0,.2);
    }

.select2-container--default.select2-container--focus, .select2-container--default:active, .select2-container--default:focus, .select2-selection.select2-container--focus, .select2-selection:active, .select2-selection:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: #fff;
}

.select2-results__option {
    padding: 6px 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
        outline: 0;
        border: 1px solid #3c8dbc;
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #444;
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #3c8dbc;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255,255,255,.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
    }

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.alert-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.alert-info, .bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000 !important;
}

.bg-red-active, .modal-danger .modal-footer, .modal-danger .modal-header {
    background-color: #d33724 !important;
}

.bg-yellow-active, .modal-warning .modal-footer, .modal-warning .modal-header {
    background-color: #db8b0b !important;
}

.bg-aqua-active, .modal-info .modal-footer, .modal-info .modal-header {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active, .modal-primary .modal-footer, .modal-primary .modal-header {
    background-color: #357ca5 !important;
}

.bg-green-active, .modal-success .modal-footer, .modal-success .modal-header {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.bg-white {
    background-color: #fff !important;
}

[class^=bg-].disabled {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.link-muted {
    color: #7a869d;
}

    .link-muted:focus, .link-muted:hover {
        color: #606c84;
    }

.link-black {
    color: #666;
}

    .link-black:focus, .link-black:hover {
        color: #999;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.p-l-0 {
    padding-left: 0;
}

.chart-legend, .contacts-list, .list-unstyled, .mailbox-attachments, .users-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#39cccc),color-stop(1,#7adddd)) !important;
    background: -o-linear-gradient(#7adddd,#39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3c8dbc),color-stop(1,#67a8ce)) !important;
    background: -o-linear-gradient(#67a8ce,#3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0073b7),color-stop(1,#0089db)) !important;
    background: -o-linear-gradient(#0089db,#0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00c0ef),color-stop(1,#14d1ff)) !important;
    background: -o-linear-gradient(#14d1ff,#00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f39c12),color-stop(1,#f7bc60)) !important;
    background: -o-linear-gradient(#f7bc60,#f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#605ca8),color-stop(1,#9491c4)) !important;
    background: -o-linear-gradient(#9491c4,#605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00a65a),color-stop(1,#00ca6d)) !important;
    background: -o-linear-gradient(#00ca6d,#00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#dd4b39),color-stop(1,#e47365)) !important;
    background: -o-linear-gradient(#e47365,#dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#2b2b2b)) !important;
    background: -o-linear-gradient(#2b2b2b,#111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d81b60),color-stop(1,#e73f7c)) !important;
    background: -o-linear-gradient(#e73f7c,#d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: 700;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:after, .user-block:before {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.img-sm + .img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
    float: left;
}

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

    .full-opacity-hover:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart canvas, .chart svg {
        width: 100% !important;
    }

.pre-gifting.categories_block .col-sm-8 {
    padding-right: 15px;
}

.pre-gifting .mCustomScrollbar {
    height: 150px;
}

.page-heading h2 .fa {
    margin-right: 10px;
    color: #000;
}

.icon-transe {
    text-align: center;
}

    .icon-transe img {
        display: inline-block;
        max-width: 100px;
    }

    .icon-transe .fa {
        color: #3b9905;
        font-size: 150px;
    }

.skin-blue .main-header .navbar {
    /* background-color: #025ad1;*/
    background-color: #235880;
    border-bottom: 0px solid #eee;
}

    .skin-blue .main-header .navbar .nav > li > a {
        color: #fff;
        padding: 22px;
        font-size: 14px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a {
        padding: 14px 20px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu span {
        display: block;
        text-align: right;
        font-size: 16px;
        color: #fff;
        font-family: "calibri";
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a .font-resion {
        font-size: 16px;
        font-family: "calibri";
    }

    .skin-blue .main-header .navbar .nav > li > a i {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .skin-blue .main-header .navbar .nav .open > a, .skin-blue .main-header .navbar .nav .open > a:focus, .skin-blue .main-header .navbar .nav .open > a:hover, .skin-blue .main-header .navbar .nav > .active > a, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus, .skin-blue .main-header .navbar .nav > li > a:hover {
        background: var(--primary-color);
        color: #fff;
    }

    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        background: rgba(0,0,0,.1);
        background-color: #2876e0;
        color: #fff;
    }

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #fff;
        font-size: 20px;
    }

label.active-text {
    font-weight: normal;
    color: #606060;
}

.content .add-employee {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
}

.show-popup {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
}

.table.vertically-middle > tbody > tr > td {
    vertical-align: middle;
}

.btn-align {
    margin-top: 1px;
}

/*.btn.filter_btn {
    border-radius: 0;
}*/

.nowrap {
    white-space: nowrap;
    float: right;
}

.modal-height .mCustomScrollbar {
    max-height: 50vh;
}

.btn.filter_btn:hover {
    color: #fff;
}

/*.content .add-employee + .add-employee {
    margin-top: 15px;
}*/

.content .add-employee .control-label {
    margin-top: 8px;
    font-weight: 300;
    color: #606060;
}

.content .add-employee h3 {
    color: #606060;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.ManageRolesFeatureName {
    color: #606060;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.content .add-employee h3.adm {
    cursor: pointer;
}

    .content .add-employee h3.adm:after {
        content: "\e082";
        position: absolute;
        right: 0;
        font-family: 'Glyphicons Halflings';
    }

    .content .add-employee h3.adm.collapsed:after {
        content: "\e081";
    }

.content .add-employee hr {
    border-color: #ccc;
    margin: 15px 0;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
    margin-right: 14px;
    margin-top: 5px;
}

.slider, .slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider {
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
}

    .slider:before {
        content: "";
        height: 13px;
        width: 13px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #6fa92b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.rols-col .col-sm-3 {
    border-right: 1px solid #ccc;
}

.nav-rols li a {
    display: inline-block;
    width: calc(100% - 38px);
    color: #606060;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .nav-rols li a .fa, .report_box ul li a i {
        margin-right: 5px;
    }

.nav-rols li .switch {
    top: -4px;
}

.nav-rols li.panel {
    margin-bottom: 0;
    border: 0;
}

.full-nav, .nav-rols li ul.child-nav {
    list-style: none;
}

.nav-rols li.active a {
    color: #6fa92b;
}

.nav-rols li ul.child-nav li .switch {
    top: 5px;
}

.full-nav {
    padding-left: 10px;
}

    .full-nav li {
        display: inline-block;
        width: 33%;
        padding: 10px 0;
    }

        .full-nav li label {
            color: #606060;
            font-weight: 300;
            cursor: pointer;
            display: block;
        }

            .full-nav li label .switch {
                margin-right: 10px;
                top: 5px;
            }

.skin-blue .main-header .logo {
    /*  background: #025ad1;*/
    /* background: #235880;*/
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px 0;
}

.main-header .logo .logo-lg img {
    width: 340px;
    height: auto;
    margin-top: -6px;
}

.skin-blue .main-header li.user-header {
    background-color: #3c8dbc;
}

.skin-blue .content-header {
    background: 0 0;
}

.skin-blue .left-side, .skin-blue .main-sidebar, .skin-blue .wrapper {
    background-color: #efefef;
}

.skin-blue .sidebar a i:hover, .skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #757575;
    background: #1a2226;
    font-size: 18px;
}

.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li:hover > a {
    color: #fff;
    background: #6abeb6;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-blue .sidebar a {
    color: #564f4f;
}

    .skin-blue .sidebar a:hover {
        text-decoration: none;
    }

.skin-blue .treeview-menu > li > a {
    color: #8aa4af;
}

    .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
        color: #fff;
    }

.skin-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px;
}

    .skin-blue .sidebar-form .btn, .skin-blue .sidebar-form input[type=text] {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
    }

    .skin-blue .sidebar-form input[type=text] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-blue .sidebar-form input[type=text]:focus, .skin-blue .sidebar-form input[type=text]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-blue .sidebar-form input[type=text]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-blue .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #fff;
    border-bottom: 0 solid transparent;
}

    .skin-blue.layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }

.top-header-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgba(50,50,50,.2);
    padding: 0 20px;
}

/*.page-heading h2 {
    font-family: 'robotoregular',Arial,sans-serif;
    font-size: 18px;
    margin: 19px 0;
    color: #606060;
}*/
.page-heading h2 {
    font-family: OpenSans-Medium;
    font-size: 22px;
    color: #000000;
}

.top-spacer {
    margin-top: 15px !important;
}

.bottom-spacer {
    margin-bottom: 15px !important;
}

.left-spacer {
    margin-left: 15px !important;
}

.right-spacer {
    margin-right: 15px !important;
}

.top-spacer-2 {
    margin-top: 30px !important;
}

.bottom-spacer-2 {
    margin-bottom: 30px !important;
}

.left-spacer-2 {
    margin-left: 30px !important;
}

.right-spacer-2 {
    margin-right: 30px !important;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: auto;
    line-height: normal;
}

nav {
    width: auto;
    box-shadow: none;
}

    nav ul a {
        font-size: 25.6px;
        font-size: 1.6rem;
    }

.red {
    background-color: #d00 !important;
}

.btn.red:hover {
    background-color: #ca0505 !important;
    color: #fff;
}

.green {
    background-color: #43b02a !important;
}

.btn.green:hover {
    background-color: #6fa92b !important;
    color: #fff;
}

input:not([type]), input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
    font-size: 25.6px;
    /*font-size: 1.6rem;*/
    font-size: 14px;
}

.input-field label {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
}

    .input-field label.active {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
    }

.select-wrapper span.caret {
    border-right: 0;
    border-left: 0;
    right: 15px;
    top: 8px;
}

.input-field input[type=text]:focus + label {
    color: #ff8200;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #333;
    box-shadow: 0 1px 0 0 #333;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #6fa92b;
    box-shadow: 0 1px 0 0 #6fa92b;
}

.input-field input[type=text].invalid {
    border-bottom: 1px solid #d00;
    box-shadow: 0 1px 0 0 #d00;
}

.input-field .prefix.active {
    color: #ff8200;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #333;
}

.categories_block, .report_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px #ccc;
    border: solid 1px #eaeaea;
    margin-bottom: 30px;
}

    .categories_block h1, .report_box h1 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .report_box h1 {
        font-family: 'robotoregular',Arial,sans-serif;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 17px;
        color: #fff;
        padding: 14px 0 14px 20px;
        margin: 0 0 10px;
    }

        .report_box h1 i {
            margin: 0 5px 0 0;
            font-size: 22px;
        }

    .report_box ul {
        height: 209px;
    }

        .report_box ul li {
            display: block;
            border-bottom: solid 1px #e9e9e9;
        }

            .categories_list ul li a, .report_box ul li a {
                font-size: 14px;
                color: #6b6b6b;
                padding: 10px 0 10px 24px;
                display: block;
            }

    .report_box h1.color1 {
        background: #3191d0;
    }

    .report_box h1.color2 {
        background: #75c3af;
    }

    .report_box h1.color3 {
        background: #91ca3e;
    }

    .report_box h1.color4 {
        background: #92278f;
    }

    .report_box h1.color5 {
        background: #586a67;
    }

.inventory-page .report_box h1.color5 {
    background: #e77c26;
}

.inventory-page .report_box h1.color1 {
    background: #3975a2;
}


.inventory-page .report_box h1.color3 {
    background: #f9bf0d;
}

.user-page .report_box h1.color5 {
    background: #f05e28;
}

.setup-page .report_box h1.color1 {
    background: #3caeef;
    color: #fff;
}

.setup-page .report_box h1.color2 {
    background: #2874c8;
    color: #fff;
}

.setup-page .report_box h1.color3 {
    background: #194d94;
    color: #fff;
}

.tools-page .report_box h1.color1 {
    background: #3cadef;
    color: #fff;
}

.tools-page div.report_box .icon_pannel img {
    width: 117px;
    height: auto;
}

.setup-page div.pre-gifting .mCustomScrollbar {
    height: 197px;
}

.tools-page div.report_box .icon_pannel {
    padding: 38px 0 40px 0px;
}

.setup-page .categories_list, .tools-page .categories_list {
    margin-top: 0;
    overflow-y: auto;
}

.categories_block {
    border-radius: 3px;
    border: solid 1px #e2e2e2;
    min-height: 212px;
    position: relative;
}

    .categories_block h1 {
        font-size: 16px;
        color: #6a7178;
        padding: 15px 22px 15px 22px;
        margin: 0;
        border-bottom: solid 1px #e4e4e4;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 0%,#f0f2f5 100%);
        background: linear-gradient(to bottom,#fff 0%,#f0f2f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f2f5',GradientType=0 );
    }

    .categories_block .col-sm-4, .categories_block .col-sm-8 {
        padding: 0;
    }

.icon_pannel {
    padding: 50px 0 50px 15px;
    border-right: solid 1px #e4e4e4;
    text-align: center;
}

    .icon_pannel img {
        width: 66px;
        height: 66px;
    }


.categories_list ul, .login_form p, .report_box ul {
    margin: 0;
    padding: 0;
}

    .categories_list ul li {
        display: block;
        border-bottom: solid 1px #efefef;
    }

        .categories_list ul li a {
            font-size: 14px;
            padding: 8px 5px;
            /*white-space: nowrap;*/
        }

            .categories_list ul li a i {
                margin-right: 3px;
            }

.read_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .read_more a {
        font-size: 14px;
        color: #1565c0;
    }

        .login_form p a:hover, .read_more a:hover {
            color: #333;
            text-decoration: underline;
        }

.login_bg {
    /*background: url(../images/login_bg.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    background-color: var(--primary-color);
    width: 100%;
    /*height: 100%;*/
    height: 90vh;
    padding: 32px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login_logo {
    margin-bottom: 20px;
}

    .login_logo img {
        width: 455px;
        height: 155px;
        object-fit: cover;
    }

.login_box {
    width: 530px;
    background: #fff;
    padding: 24px 70px;
    border-radius: 20px;
}

#otp-box {
    width: 530px;
    background: #fff;
    padding: 24px 18px;
    border-radius: 20px;
}

#login-form {
    width: 530px;
    background: #fff;
    padding: 24px 20px;
    border-radius: 20px;
}

    #login-form .input-group {
        border: 1px solid #d9d9d9;
        border-radius: 12px;
    }

    #login-form .forgot-pswd-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

#otp-box .login_title {
    padding: 10px 0px;
    text-align: left;
    font-size: larger;
    font-size: 20px;
    font-family: Calibri;
    line-height: 23px;
}

/*#otp-box a {
    font-size: 18px;
    font-family: "calibri";
    color: #000;
    word-spacing: 2px;
    letter-spacing: 1px;
}*/

.login_box .form-group {
    margin-bottom: 20px;
}

.report_table thead th {
    text-align: center;
    font-family: 'robotobold';
}

.login_box h1 {
    margin: 0 0 30px;
    font-size: 25px;
    color: #000000;
    line-height: 35px;
}

.login_box h2 {
    font-size: 28px;
    color: #0e0e0ea6;
    margin: 10px 20px;
    font-weight: 600;
    text-align: center;
    font-family: Abadi;
    letter-spacing: 1px;
}

.login_default {
    float: right;
    border: 0 !important;
    font-family: OpenSans-Medium;
    font-size: 24px;
    color: #000000;
    padding: 22px;
    width: 100%;
    background: #e1e7e6;
    border-radius: 12px;
}

    .login_default:hover, .otp-bottom-btn .cancel-button:hover {
        background: #6abeb6;
    }

#otp-box .login_default:hover, .otp-container-main .login_default:hover {
    background: #6abeb6;
}


#otp-box .login_default, .otp-container-main .login_default {
    float: right;
    border: 0 !important;
    font-family: 'abadi';
    font-size: 20px;
    color: #000000;
    padding: 14px 20px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 12px;
    letter-spacing: 2px;
}

.login_title {
    padding: 10px 0px;
    text-align: left;
    font-size: larger;
    font-size: 20px;
    font-family: 'abadi';
}

.w-100 {
    width: 100% !important;
}

.login_form span {
    color: #9e9e9e;
}

.login_form .input-group {
    box-shadow: 0 0 5px #dadada;
    margin-bottom: 20px;
}

.login_form p {
    text-align: left;
}

    .login_form p a {
        font-size: 14px;
        color: #1869c4;
    }

.login_btn {
    float: right;
    border: 0 !important;
    font-family: OpenSans-Medium;
    font-size: 24px;
    color: #fff;
    padding: 22px;
    width: 100%;
    background: #6abeb6;
    border-radius: 12px;
}

    .login_btn:hover, .otp-bottom-btn .verify-button:hover {
        background: #439b92;
    }

.login_box .form-control {
    font-size: 18px;
    color: silver !important;
    padding: 10px;
    border-radius: inherit;
    outline: none;
    border: 0px solid;
    background-color: transparent;
    font-family: "calibri";
    min-height: 57px;
}

#otp-box a {
    word-spacing: 1px;
    letter-spacing: 1px;
}

.search_box {
    margin: 12px 0;
}

    .search_box .form-control {
        box-shadow: 0 0 4px #dedede;
    }

.date_range_block {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

    .date_range_block .form-group {
        font-size: 14px;
        color: #606060;
    }

        .date_range_block .form-group label, .btch-file-styl label {
            font-weight: 500;
            font-family: "openSans-medium";
            font-size: 16px;
            margin-bottom: 8px;
            color: #000;
        }

    .date_range_block .form-control {
        padding: 10px;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        height: auto;
        font-size: 15px;
        color: #000;
        font-family: "openSans-light";
    }

.icons {
    position: absolute;
    top: 8px;
    right: 26px;
    z-index: 1;
}

.date_range_block .form-control.disabletxt {
    z-index: 2;
}

.filter_btn, .filter_btn {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 14px;
    white-space: nowrap;
    border-radius: 5px;
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

/* .filter_btn:hover {
        background: #025ad1;
    }*/

.date_btn, .filter_btn {
    margin: 10px 0;
}

.export_btn, .hide_btn, .reload_btn {
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 16px;
    margin: 0 10px 0 0;
}

.export_btn {
    background: #1668d8;
    background: -webkit-linear-gradient(top,#1668d8 0%,#095fd3 99%);
    background: linear-gradient(to bottom,#1668d8 0%,#095fd3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1668d8', endColorstr='#095fd3',GradientType=0 );
    font-size: 14px;
}

    .export_btn:hover {
        background: #055cd2;
        background: -webkit-linear-gradient(top,#055cd2 0%,#186ad8 100%);
        background: linear-gradient(to bottom,#055cd2 0%,#186ad8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055cd2', endColorstr='#186ad8',GradientType=0 );
    }

.hide_btn, .reload_btn {
    font-size: 16px;
    text-transform: uppercase;
}

.reload_btn {
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

    .reload_btn:hover {
        background: #78af0d;
        background: -webkit-linear-gradient(top,#78af0d 0%,#8eb404 100%);
        background: linear-gradient(to bottom,#78af0d 0%,#8eb404 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78af0d', endColorstr='#8eb404',GradientType=0 );
    }

.hide_btn {
    background: #767773;
    background: -webkit-linear-gradient(top,#767773 0%,#676965 100%);
    background: linear-gradient(to bottom,#767773 0%,#676965 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767773', endColorstr='#676965',GradientType=0 );
}

    .hide_btn:hover {
        background: #676965;
        background: -webkit-linear-gradient(top,#676965 0%,#767773 100%);
        background: linear-gradient(to bottom,#676965 0%,#767773 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676965', endColorstr='#767773',GradientType=0 );
    }

table.table_style {
    border-spacing: 0;
    margin: 15px 0;
}

    table.table_style tr td {
        font-size: 16px;
        padding: 5px;
        margin: 0 0 8px;
        color: #474747;
        text-align: left;
    }

.report_table {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 20px;
}

    .report_table thead {
        background: var(--primary-color);
        color: #fff;
        white-space: nowrap;
    }

        .report_table thead th {
            color: #fff;
            line-height: 30px;
            padding: 7px 0;
            font-size: 17px;
            font-weight: 400;
            text-transform: uppercase;
        }

    .report_table tbody tr:nth-child(even), .giftfield_table tbody tr:nth-child(even) {
        background: var(--trow-1);
    }

    .report_table tbody tr:nth-child(odd), .giftfield_table tbody tr:nth-child(odd) {
        background: var(--trow-2);
    }

    .report_table td {
        padding: 12px 5px;
    }

div#userTable_length select, div#workstationTable_length select {
    min-width: 60px;
    margin-right: 0;
    background-position-x: 90%;
}

.printer {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 5px 12px;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.pagination_block {
    margin: 10px 0 0;
}

.pagination li a.active, .pagination li a:hover {
    background: #347cde;
    color: #fff;
}

.datepicker_icon {
    background: url(../images/calendar-icon.png) no-repeat !important;
    background-position: 97% center !important;
    background-size: 24px !important;
}

.pricedatepicker_icon {
    background: url(../images/date_icon.png) no-repeat !important;
    background-position: 97% center !important;
}



.record p {
    font-size: 16px;
    color: #565656;
    text-align: right;
    margin: 26px 0 0;
    padding: 0;
}

.dt-buttons a.dt-button {
    background: #8cb405;
    color: #fff;
    font-size: 14px;
    border-radius: inherit;
    padding: 7px 10px;
    border: solid 1px #84a905;
}

    .dt-buttons a.dt-button:hover {
        background: #025ad1 !important;
        color: #fff;
    }

.clear_btn {
    float: right;
    margin: 0 13px 0 0;
}

.dataTables_filter label {
    margin-top: 5px;
}

.dataTables_filter input {
    border: solid 1px #d9d9d9;
    padding: 6px 10px;
    font-size: 13px;
    outline: 0;
    color: #000;
    height: 44px;
    width: 270px;
    border-radius: 8px;
}

i.activity {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/activity.png);
    background-size: 100%;
}

#Loader {
    background: rgba(0,0,0,.5);
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.loader {
    color: #fff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
    }
}

table.dataTable {
    border-collapse: collapse;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: #fff;
}

.row .back_btn {
    margin: 0;
}

.text-right .margin_right5, i.activity {
    margin-right: 5px;
}

#addrole .modal-header, .modal-header {
    background: var(--primary-color);
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

.bootbox-confirm .btn-primary {
    background: #8eb404;
    background: -webkit-linear-gradient(top,#8eb404 0%,#78af0d 100%);
    background: linear-gradient(to bottom,#8eb404 0%,#78af0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb404', endColorstr='#78af0d',GradientType=0 );
}

.bootbox-confirm .btn {
    box-shadow: none;
    border: 0 solid transparent;
    border-radius: 0;
}

.modal-footer.modal-footer-styl .btn {
    box-shadow: none;
    border: 0;
    outline: 0;
    border-radius: 10px;
    min-width: 125px;
    padding: 12px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-footer.modal-footer-styl button.btn.btn-primary {
    background: #fff;
    color: #000;
    margin-left: 15px;
    outline: 0;
}

.bootbox-confirm .btn-primary:hover {
    background-color: #6ABEB6 !important;
    color: #fff !important;
}

.edit_icon {
    color: #025ad1;
    font-size: 20px;
    margin-right: 10px;
}

    .deactivate_icon:hover, .edit_icon:hover {
        color: #8eb404;
    }

.deactivate_icon {
    color: red;
    font-size: 20px;
}

.activate_icon {
    color: #8eb404;
    font-size: 20px;
}

/*.activate_icon:hover {
        color: red;
    }*/

.pass_hint {
    padding: 7px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

    .pass_hint ul {
        padding-left: 40px;
        font-size: 11px;
    }

.right_icon {
    font-size: 94px;
    color: #8eb404;
}

.small_text {
    font-style: italic;
    font-size: 12px;
    margin-right: 10px;
}

/*#salesTable_length label {
    top: 0;
    left: 4px;
    position: relative;
}
*/
.dataTables_length label {
    font-weight: 400;
}

/*TODO: new setup module css*/

.btn-space .filter_btn {
    margin-top: 0;
}

.pulse:hover,
.pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #025ad1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #025ad1;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #6fa92b;
    border-top: 0;
}


.lookup-col {
    padding-left: 5px;
    padding-right: 5px;
}

    .lookup-col .form-control {
        border-radius: 0;
        margin-bottom: 5px;
    }

.date_range_block .tab-content {
    padding: 15px;
    /*border: 1px solid #ccc;*/
    margin-top: -1px;
    box-shadow: 0 0px 3px #ccc;
}

.date_range_block .nav-pills > li.active > a {
    background: #fff;
    border-top: 0;
    color: #6fa92b;
    border-bottom: 0;
    box-shadow: 0 -1px 1px #ccc;
}

.date_range_block .nav-pills > li > a {
    font-size: 16px;
    border-right: 2px solid #fff;
}

.date_range_block .nav-pills > li:last-child a {
    border-right: 0;
}

#siteDetailsDiv #salesTable > tbody > tr > td {
    border-bottom: none;
}

#siteDetailsDiv #salesTable .accordian-body {
    padding: 8px 10px;
}

#siteDetailsDiv #salesTable td.pad-0 {
    padding: 0;
}

.table.mar-b-0 {
    margin-bottom: 0 !important;
}

/*Css code related to site detials */

td.details-control {
    background: url('../../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../images/details_close.png') no-repeat center center;
}
/*Css code related to site detials */




/*Css code related to Setup Products */

.back-btn {
    color: #fff;
    background: #6fa92b;
    font-size: 12px;
    padding: 8px 8px;
    position: relative;
    top: 6px;
}

.bk-bt {
    margin-top: 18px;
}

.top-pagination div {
    display: inline-block;
}

.top-pagination a {
    font-size: 32px;
    background-color: #fff;
    /*color: #6fa92b;*/
    border: 1px solid #bbb;
    width: 40px;
    height: 39px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
}

    .top-pagination a i {
        color: #8eb404;
    }

    .top-pagination a:hover i {
        color: #0b60d4;
    }

#copy span {
    font-size: 26px;
    color: #8eb404;
}

#copy:hover {
    color: #0b60d4;
}

.top-pagination .disable-pegi a i,
.top-pagination .disable-pegi a#copy span {
    color: #ddd;
    cursor: not-allowed;
}


.pointer-events {
    pointer-events: none;
}


.content .top-pagination.add-employee {
    padding-top: 0;
}

.priceHistoryScroll {
    max-height: 280px;
    overflow: auto;
}


.purchaseOrderPopupTable {
    max-height: 200px;
    overflow: auto;
}

/*.priceHistoryContent {
    width: 730px;
    padding: 0;
}*/
/*.top-act .switch{
            top:5px;
            margin-left: 10px;
}*/
.prod h3 {
    margin-top: 0;
}

.red-col {
    color: #d00;
}

.form-control.sect-option {
    padding: 3.2px;
}

.vendor-sec span.icons, .report-sec span.icons {
    position: absolute;
    top: 44px;
    right: 24px;
}

.report-sec span.import-icons {
    position: absolute;
    top: 30px;
    right: 24px;
}

.import-icons i {
    color: #ccc;
}

.icons i {
    color: #ccc;
}

.prod-details {
    padding-top: 20px;
}

.btm-details {
    padding-bottom: 20px;
}

.prod-details table th {
    font-size: 14px;
}

.pull-right.top-act {
    padding-bottom: 10px;
}

.modal-search {
    position: absolute;
    top: 21px;
    right: 36px;
}

.modal-footer span {
    color: #ccc;
}

.modal-vendor .modal-footer {
    padding: 5px 15px;
}


.modal-vendor select[multiple], .modal-vendor select[size] {
    height: 187px;
}

.modal-vendor option {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.no-vendor i {
    font-size: 40px;
}

.voucher-button {
    padding-top: 15px;
}

.modal-footer .print i {
    font-size: 18px;
}

.modal-voucher .table {
    margin-bottom: 0;
}


.blue-bg {
    background-color: #467cc6;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}


.print-voucher {
    width: 1266px;
}

.main-content-voucher {
    padding: 10px 0 0;
    font-size: 14px;
    color: #555;
}

#myModalPrintVoucher .modal-body {
    position: relative;
    padding: 0px 25px 40px;
}

.print-voucher .modal-header {
    background: #fff;
    color: #292929;
    border-bottom: 0px solid #e5e5e5;
    padding: 0px 15px 15px;
}

.aligncenter {
    margin: 0 auto;
}

.print-voucher .modal-content {
    box-shadow: 0 2px 3px rgba(0,0,0,.125);
    border-radius: 70px;
    overflow: hidden;
    border: 3px solid #333;
}

.print-voucher .modal-header h2 {
    font-size: 60px;
    text-align: center;
}

.bar-code img {
    padding-left: 62%;
}

.acme {
    font-size: 13px;
}

.itecket {
    font-size: 13px;
}

.samp {
    margin-top: 0;
}

.print-voucher-popup .close {
    color: #ffffff;
    background: #85f389;
    opacity: 1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    font-size: 26px;
}

    .print-voucher-popup .close.redcolor {
        background: #ff2c3e;
    }

.button_box {
    margin: 25px;
    position: absolute;
    right: 16px;
}

.vendor-popup ul {
    padding: 0;
}

    .vendor-popup ul li a:hover {
        color: #000;
    }

    .vendor-popup ul li a {
        padding: 7px;
        display: block;
        width: 100%;
        cursor: pointer;
    }



    .vendor-popup ul li:nth-child(odd) {
        background: #f2f5f8;
    }

.ui-autocomplete {
    max-height: 260px;
    max-width: 40%;
    overflow: auto;
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.searchModel-body {
    max-height: 260px;
    overflow: auto;
}

.vouchersetting .filter_btn {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 20px;
    /* background: #8eb404;*/
    background: #6ABEB6;
    white-space: nowrap;
    width: 93px;
    margin: 5px 3px;
}

.vouchersetting.voucher-button {
    padding-top: 21px;
}

.multipleAdmissionTr {
    text-align: justify;
    font-size: 14px;
    cursor: pointer;
}


.displayNone {
    display: none;
}

.w-120 {
    width: 118px !important;
}

.background-FFF {
    background-color: #FFF !important;
}

/*.buttongray{background: #d6d6d6;}*/

/*Css code related to Setup Products End */

.productCustomGrid table.dataTable {
    margin: 0px !important;
}


.productCustomGrid table {
    width: 100% !important;
}

.productCustomGrid #salesTable {
    width: 100% !important;
}


.priceCustomGrid table.dataTable {
    margin: 0px !important;
}


.priceCustomGrid table {
    width: 100% !important;
}

.priceCustomGrid #priceDetailsTable {
    width: 100% !important;
}




#divButton > div.col-sm-2 > a.filter_btn {
    margin: 0px 0 0;
}


/*2017-09-25*/
#dataTables_scrollHeadInner {
    width: 100% !important;
}

/*2017-10-10*/

#priceHistoryBody {
    padding: 2px 15px !important;
}

#multipleAdmissiontbl thead tr td:nth-child(1) {
    width: 160px !important;
}

.report_table td:last-child {
    text-align: center;
}

.add-row-icon i {
    color: #02d12f;
    font-size: 18px;
}

.edit-icon {
    float: left;
}

.delete-icon {
    float: right;
}

/*=============================== 31-10-2017 ============================= */
.add-row-icon i {
    color: #4ea72e;
    font-size: 24px;
}

.dropdown-btn i {
    color: #555;
    font-size: 18px;
}

.tbl-drop-btn .dropdown-menu {
    width: 290px;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-t-0 {
    margin-top: 0px;
}

.vs-heading {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal-footer.text-center {
    text-align: center;
}

.alert-icon {
    font-size: 44px;
    color: #ff6000;
}


.purchase-box {
    box-shadow: 1px 1px 25px #333;
    border: 1px solid #efefef;
    padding: 15px;
    background-color: #fff;
}

.purchase {
    display: flex;
}

.custom-fprice .dollarclass {
    position: absolute;
    left: 25px;
    z-index: 2;
    top: 8px;
}

.custom-fprice .percantageclass {
    position: absolute;
    right: 25px;
    z-index: 2;
    top: 8px;
}

.custom-fprice .form-control {
    padding-left: 25px;
    padding-right: 25px;
}



/*27-03-2018 setup integration module css */

#example-table thead {
    background: #025ad1;
    color: #fff;
}

.data-table-top-btn {
    position: absolute;
    top: 20px;
}

    .data-table-top-btn .btn {
        border-radius: 0;
        background: #6fa92b;
        border: 1px solid #6fa92b;
    }

#example-table_length {
    float: left;
    margin-left: 200px;
}

.position-relative {
    position: relative;
}

.padding-t30 {
    padding-top: 30px;
}


.border-bottom {
    border-bottom: 1px solid #414141;
    padding-bottom: 30px;
}

.search-btn .btn {
    display: inline-block;
    padding: 7px 12px;
}

.green-button {
    border-radius: 0;
    background: #6fa92b;
    border: 1px solid #6fa92b;
}

.toggle-btn .col-sm-1 {
    width: 6.333333%;
}

.border-right {
    border-right: 1px solid #ddd;
}

.accept {
    background: #6fa92b;
    color: #fff;
    text-align: center;
}

.reject {
    background: #f00;
    color: #fff;
    text-align: center;
}

.custom-tableDiv .table th {
    /*border-right: 7px solid #fff;*/
    text-align: center;
}

.custom-tableDiv thead th {
    text-align: center;
}

.custom-tableDiv tbody {
    overflow: scroll;
}

.custom-tableDiv table tbody td {
    padding: 2px !important;
}

.leftTableDiv thead th {
    text-align: center;
}

.leftTableDiv tbody {
    overflow: scroll;
}

.leftTableDiv table tbody td {
    padding: 2px !important;
}

#recordsSummaryDetails .modal-body {
    height: 300px;
    overflow: auto;
}

#ticketSettingModel .modal-body {
    font-size: 20px;
    color: red;
}

.textUnderLine {
    text-decoration: underline;
}

#transactionModelBody {
    max-height: 235px;
    overflow: auto;
}

.scrollCategory {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*=========MATERIALIZE OVERRITE============*/

/*for datatable search box*/
.dataTables_filter input {
    color: black;
}



.dataTables_length label {
    /*color: #606060;*/
    font-weight: normal;
}


/* style 6 */
.browse-box .inputfile {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #555;
}

.inputfile-6 + label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #ccc;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        height: 32px;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #f1e5e6;
        background-color: #d3394c;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #722040;
    }


#innerTable {
    width: 100%;
}

    #innerTable td {
        padding-right: 10px;
    }

.globe-icon .fa-map-marker {
    margin: 0;
    position: absolute;
    left: 6px;
    top: -2px;
    font-size: 14px;
    background: #fff;
}

.validationError {
    color: red;
    font-style: normal;
}

#regionForm {
    min-height: 244px;
}

.width100 {
    width: 100%;
}

.pointerCursor {
    cursor: pointer;
}

.defaultCursor {
    cursor: default;
}

.DisneyCategoryBtnHig.btn:hover {
    color: #fff;
}

.topbar {
    border: 1px solid #025ad1;
    padding: 12px;
    height: 75px;
    border-radius: 28px;
    text-align: center;
    color: #fff;
    width: 85px;
    font-size: 12px;
    background: #afb5ed;
    background: -moz-radial-gradient(center, ellipse cover, #afb5ed 43%, #1e5799 90%, #2b24e5 98%, #7db9e8 100%, #2b24e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #afb5ed 43%,#1e5799 90%,#2b24e5 98%,#7db9e8 100%,#2b24e5 100%);
    background: radial-gradient(ellipse at center, #0e75ff 43%,#1e5799 90%,#2b24e5 98%,#7db9e8 100%,#2b24e5 100%);
}

.fast-btn {
    padding-left: 0;
}

    .fast-btn li {
        list-style: none;
        display: inline-block;
        width: 140px;
        float: left;
    }

        .fast-btn li .btn {
            white-space: normal;
            margin-bottom: 5px;
            padding: 15px;
            background: #025ad1;
        }

        .fast-btn li p {
            margin-bottom: 0;
        }

        .fast-btn li .topbar {
            width: 95px;
            height: 80px;
            margin: auto;
        }

.overflowBox1, .overflowBox2, .overflowBox3, overflowBox {
    overflow: auto;
    margin-bottom: 15px;
}

.active-text {
    font-size: 16px;
}

    .active-text .switch {
        margin-left: 10px;
        margin-top: 2px;
        float: right;
    }

.pad-t-35 {
    padding-top: 35px;
}

.pad-r-35 {
    padding-right: 35px;
}

.pad-t-10 {
    padding-top: 10px;
}

.swith-mid-box label {
    float: left;
}

.swith-mid-box .sect-option {
    display: inline-block;
    margin-left: 15px;
    margin-top: 2px;
}

/*Yellow color section*/

.fa-exclamation-circle, .fa-exclamation-triangle {
    color: #f39c12;
}

/*Yellow color section*/

.hide-icon {
    visibility: hidden;
}

/* style 6 */
.browse-box .inputfile {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #555;
}

.inputfile-6 + label {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

    .inputfile-6:focus + label,
    .inputfile-6.has-focus + label,
    .inputfile-6 + label:hover {
        border-color: #ccc;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-6 + label span {
        width: 200px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
        height: 32px;
        font-weight: normal;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #f1e5e6;
        background-color: #d3394c;
        display: inline-block;
    }

    .inputfile-6:focus + label strong,
    .inputfile-6.has-focus + label strong,
    .inputfile-6 + label:hover strong {
        background-color: #722040;
    }
/*2018-01-04*/
.pad-t-25 {
    padding-top: 25px;
}

.image-content-note {
    font-size: 11px;
    color: #6fa92b;
    margin-top: -8px;
}

.uppercase {
    text-transform: uppercase;
}



/*23 april*/


#innerTable {
    width: 100%;
}

    #innerTable td {
        padding-right: 10px;
    }

.margin-t5 {
    margin-top: 5px;
}

div.custom-tableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.leftTableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.custom-tableDiv {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.bg-grn {
    text-align: center;
    padding: 4px;
    background-color: #6fa92b;
    color: #fff;
}

.brg-red {
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #f00;
}


.def-btn {
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 10px 0 0;
    border-radius: 0;
}

.ticket-modal > .row {
    display: flex;
}

.report_box .categories_block .col-sm-8 {
    padding-left: 0;
    padding-right: 10px;
}

.left-icon {
    padding-right: 0;
}

.right-pannel {
    padding-left: 0;
}

div.report_box ul li a {
    padding: 10px 0 10px 5px;
}

div.report_box ul li a {
    padding: 10px 0 9px 5px;
}


.page-heading h2 {
    margin: 17px 0;
}



div.report_box #mCSB_3_container ul {
    height: 270px;
}

div.report_box ul {
    height: 200px;
}

div.report_box h1 {
    margin-bottom: 0;
    border-radius: 0;
}

div.report_box .icon_pannel img {
    width: 105px;
    height: auto;
}

div.report_box h1 {
    font-weight: 400;
    text-transform: initial;
}


div.report_box .icon_pannel {
    padding: 50px 0 55px 0px;
}

.blocks .icon_pannel {
    padding: 44px 0 55px 0px;
}

    .blocks .icon_pannel img {
        width: 100px;
        height: auto;
    }

.icon-sec {
    width: 37px;
}

div.page-heading h2 {
    margin: 10px 0;
}

.categories_block.pre-gifting.col-blue h1 {
    background: #263a84;
    color: #fff;
    font-weight: 400;
}


.categories_block.pre-gifting.col-green h1 {
    background: #62ba51;
    color: #fff;
    font-weight: 400;
}

.categories_block.pre-gifting.col-red h1 {
    background: #982021;
    color: #fff;
    font-weight: 400;
}

div.pre-gifting .mCustomScrollbar {
    height: 146px;
}

.blocks .categories_block {
    min-height: 200px;
}

.blocks .right-pannel .categories_list {
    margin: 0;
}

.blocks .pre-gifting .mCustomScrollbar {
    height: 200px;
}

div.categories_block h1 {
    font-size: 17px;
    font-weight: 400;
    text-transform: initial;
}

.blocks .categories_list ul li a {
    padding: 9px 5px;
}

#modelPopupFast label {
    font-weight: 300;
    font-size: 16px;
    color: #606060;
}

/*.top-header-wrapper > div {
    padding-left: 0;
}*/


.top-header-wrapper .headerTXt-icon {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    gap: 10px;
}

h2.Report_Name img {
    width: 37px;
}

.top-header-wrapper h2 img {
    width: 37px;
}


.add-employee.date_range_block {
    margin-bottom: 36px;
}


.inventory-page div.report_box .icon_pannel img {
    width: 117px;
    height: auto;
}

.inventory-page div.report_box .icon_pannel.order-icon {
    padding: 56px 0;
}


.mCSB_container div.report_box ul {
    height: 270px !important;
}

#innerTable td {
    padding-right: 10px;
}

.margin-t5 {
    margin-top: 5px;
}

div.custom-tableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.leftTableDiv table tbody td {
    padding: 3px 8px !important;
    background-color: #e4e3e3;
    text-align: center;
}

div.custom-tableDiv {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.bg-grn {
    text-align: center;
    padding: 4px;
    background-color: #6fa92b;
    color: #fff;
}

.brg-red {
    text-align: center;
    padding: 4px;
    color: #fff;
    background-color: #f00;
}


.def-btn {
    border: 0;
    outline: 0;
    padding: 7px 10px;
    margin: 10px 0 0;
    border-radius: 0;
}

.ticket-modal > .row {
    display: flex;
}

#SessionAboutToExpireWinDialog p {
    padding: 0px 10%;
    font-size: 16px;
    font-family: "calibri";
}

.edit-sec-icon {
    padding-left: 10px;
}

.config-sec .acc_with_icon li:nth-child(2) {
    padding-right: 32px;
}

    .config-sec .acc_with_icon li:nth-child(2) .acc_icon_expand {
        right: -22px;
        max-height: auto;
    }

div.report_box.Inventory-sec #mCSB_3_container ul {
    height: 200px;
}

.sec-head h2 .fa {
    font-size: 35px;
}

.sec-head h2 span.in-head {
    position: relative;
    bottom: 6px;
}

.login_box .validation-summary-errors ul {
    padding-left: 0;
}

.login_box .validation-summary-errors li {
    text-align: center;
    list-style-type: none;
}

.text-danger {
    color: red;
}

#divAddEditContent label {
    font-weight: 400;
    margin-bottom: 0;
}

.gift-sec .report_table td {
    padding: 3px 5px;
    text-align: center;
}

.gift-sec .report_table thead td {
    padding: 10px 5px;
    text-align: center;
}

.report_table thead td, .report_table td {
    text-align: center;
    border: 1px solid #fff;
}

.gift-sec .report_table .form-control {
    font-size: 14px;
    padding: 5px 5px;
}

.gift-sec .voucher-button button {
    margin: 0;
}

.gift-sec .voucher-button {
    padding-top: 10px;
    margin-bottom: 10px;
}

ul.vendorMenuBtn {
    list-style: none;
    padding: 0;
    display: flex;
}

    ul.vendorMenuBtn li {
        display: inline-block;
        background: #f0f0f0;
        border-radius: 10px;
        padding: 10px;
        /*margin: 10px;*/
        border: 1px solid #ddd;
        min-height: 112px;
        display: flex;
        align-items: center;
        /*max-width: 162px;*/
    }

        ul.vendorMenuBtn li img {
            width: 150px;
            height: 90px;
        }

.vendorMenuDetail {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .vendorMenuDetail .pt30 {
        padding-top: 30px;
    }

    .vendorMenuDetail .pt16 {
        padding-top: 16px;
    }

    .vendorMenuDetail .vmd-cbx {
        float: left;
    }

.tabHeading {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px !important;
}

.disneyProductMainBtn {
    border-radius: 5px;
    background-color: #025ad1;
    color: white;
}

    .disneyProductMainBtn:focus,
    .disneyProductMainBtn:hover {
        color: #fff !important;
    }

.setupImgBox {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 0;
}

    .setupImgBox img {
        margin: auto;
    }

.disneyDistrictBox {
    width: 470px;
    margin: 35px auto;
    box-shadow: 2px 2px 6px #ccc;
    padding-bottom: 30px;
    background: #fff;
}

    .disneyDistrictBox h2 {
        background-color: #025ad1;
        padding: 10px;
        font-size: 14px;
        color: #fff;
    }

.districtContentBox {
    padding: 30px 15px;
}

.vendorMenuBox .form-control {
    width: calc(100% - 70px);
    display: inline-block;
}

.vendorMenuBox .btn {
    margin: 0;
    float: right;
}

.vendorMenuBox {
    text-align: left;
    width: 50%;
    float: left;
    margin-right: 30px;
}

.vendorMenuBoxArea {
    position: absolute;
    top: -24px;
    width: 70%;
    z-index: 999;
}

    .vendorMenuBoxArea label {
        font-weight: bold !important;
        color: #000;
    }

        .vendorMenuBoxArea label.top-act {
            margin: 32px 0 0 0;
        }

            .vendorMenuBoxArea label.top-act .switch {
                float: right;
                margin: 0 10px;
            }

#addNewVendorMenuBtn {
    float: right;
    margin-top: 0;
}

.vendorMenuDetail .switch {
    top: 4px;
}

#disneyProductDetails_wrapper {
    overflow: auto;
}

    #disneyProductDetails_wrapper .table tbody tr td .form-control {
        height: 26px;
        font-size: 14px;
    }

.nextPrevBtn .btn {
    background: transparent;
    font-weight: bold;
}

    .nextPrevBtn .btn:hover {
        background: #ccc;
    }

.disableBtn {
    background: #ddd;
    color: #aaa;
    cursor: not-allowed;
}

.DisneyCategoryBtnHig {
    background: #025ad1;
    color: #fff;
}

.SoldBorder1PX {
    border: solid 1px black;
}

.WHTable table.dataTable thead td {
    padding: 8px 5px;
}

.WHTable table.dataTable tbody td {
    padding: 5px;
}

    .WHTable table.dataTable tbody td input.disneyLevel1 {
        width: 50px;
        padding: 2px;
        margin: auto;
    }

.WHTable table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.btnLarge {
    min-width: 100px;
}

/*2018-09-14*/
.word-break-text {
    word-break: break-word;
}

.priview-menu-btn {
    width: 300px;
    overflow: hidden;
}
/*make a text ..*/
.categories_block h1 label {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 50px);
}
/*2018-10-09*/
.margin-r3 {
    margin-right: 3px;
}

#datepicker .datepicker {
    width: 100%;
}

#datepicker .datepicker {
    width: 90%;
    margin: 0px auto;
}

#datepicker table {
    width: 100%;
    border: 1px solid #000;
}

    #datepicker table tr td, #datepicker table tr th {
        border: 1px solid #000;
        width: 30px;
        height: 40px;
    }

    #datepicker table tr:nth-child(3) th {
        background: #f1f1f1;
        height: 10px;
        padding: 0px;
    }

    #datepicker table tr:nth-child(2) th:nth-child(2) {
        font-size: 22px;
        font-weight: bold;
    }

.date-heading {
    background: #025ad1;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 7px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    border-radius: 0px;
}

.districtContentBox-custom {
    padding: 20px 15px;
}
/*2018-10-30*/
#VoucherDetailsDIV label {
    font-size: 14px;
    font-weight: 500;
}

.districtContentBox-custom {
    padding: 0px 10px;
}

.wht-sp {
    white-space: nowrap;
}


.display-inline {
    display: inline-flex;
}

.wht-bg {
    background: #fff;
    height: calc(100vh - 210px);
    position: relative;
}

.customdisneyDistrictBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.mar-b-40 {
    margin-bottom: 40px;
}

.mar-r-10 {
    margin-bottom: 10px;
}



/*======MEDIA QUERY START====*/
@media (max-width:767px) {
    .content-wrapper, .main-footer, .right-side {
        margin-left: 0;
    }

    .stylish-input-group {
        margin-top: 10px;
    }

    .sidebar-open .content-wrapper, .sidebar-open .main-footer, .sidebar-open .right-side {
        -webkit-transform: translate(250px,0);
        -ms-transform: translate(250px,0);
        transform: translate(250px,0);
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 100px;
    }

    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }

    .main-header {
        position: relative;
    }

        .main-header .logo, .main-header .navbar {
            width: 100%;
            float: none;
        }

        .main-header .navbar {
            margin: 0;
        }

        .main-header .navbar-custom-menu {
            float: right;
        }

    .padding45 {
        padding: 20px;
    }

    .left-side, .main-sidebar {
        padding-top: 100px;
        -webkit-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        transform: translate(-250px,0);
    }

    .sidebar-open .left-side, .sidebar-open .main-sidebar {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }

    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }

    .full-nav li {
        width: 100%;
    }

    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255,255,255,.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #025ad1;
        color: #fff;
    }

    .date_range_block .form-group {
        font-size: 14px;
    }

    body {
        font-size: 13px;
    }

    .main-header .sidebar-toggle {
        margin-top: 10px;
        margin-left: 10px;
        background-color: #2876e0;
    }

    .navbar-nav > .user-menu > .dropdown-menu {
        width: 215px;
    }
}

@media (min-width:768px) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer, .sidebar-collapse .right-side {
        margin-left: 0;
    }

    .sidebar-collapse .left-side, .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-250px,0);
        -ms-transform: translate(-250px,0);
        transform: translate(-250px,0);
    }

    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 68px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: 67px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
            display: block !important;
            position: absolute;
            padding-right: 30px;
            width: 180px;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-left: -3px;
            padding: 18px 5px 18px 10px;
            background-color: inherit;
            font-size: 16px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
            float: right;
            width: auto !important;
            left: 188px !important;
            top: 10px !important;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
                display: none;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 58px;
            margin-left: 0;
            z-index: 999;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu li.header, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }

    .control-sidebar-open .content-wrapper, .control-sidebar-open .main-footer, .control-sidebar-open .right-side {
        margin-right: 250px;
    }

    .modal-content {
        box-shadow: 0 2px 3px rgba(0,0,0,.125);
        border-radius: 0px;
        overflow: hidden;
    }
}

@media (max-width:991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        color: inherit;
        background: 0 0;
    }

    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }

    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }

    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }

    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }

    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }

    .error-page {
        width: 100%;
    }

        .error-page > .headline {
            float: none;
            text-align: center;
        }

        .error-page > .error-content {
            margin-left: 0;
        }

            .error-page > .error-content > h3 {
                text-align: center;
            }
}

@media (max-width:768px) {
    .control-sidebar {
        padding-top: 100px;
    }

    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

        .nav-tabs.control-sidebar-tabs > li {
            display: table-cell;
        }

    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

@media print {
    .content-header, .left-side, .main-header, .main-sidebar, .no-print {
        display: none !important;
    }

    .content-wrapper, .main-footer, .right-side {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr td, .table-responsive > .table tr th {
            white-space: normal !important;
        }
}

@media (max-width:990px) {
    .full-nav li {
        width: 49%;
    }
}

@media only screen and (min-width:320px) and (max-width:533px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

    .login_logo img {
        width: 290px;
        height: 82px;
    }

    .login_box {
        width: 290px;
    }

    .login_form p a {
        font-size: 13px;
    }

    .sidebar-menu {
        margin: 22px 0 0;
    }

    .skin-blue .main-header .navbar .nav > li > a {
        padding: 12px;
    }

    .export_btn, .reload_btn {
        margin-bottom: 10px;
    }

    .skin-blue .main-header .navbar .nav > li.user-menu > a {
        padding: 15px;
    }

    .main-header .navbar-custom-menu, .main-header .navbar-right {
        padding-right: 2px;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        right: 0;
    }
}

@media only screen and (min-width:360px) and (max-width:640px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }
}

@media only screen and (min-width:412px) and (max-width:742px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

        .icon_pannel img {
            width: 50px;
            height: 50px;
        }
}

@media only screen and (min-width:980px) and (max-width:1280px) {
    .icon_pannel {
        padding: 46px 0 46px 15px;
    }

        .icon_pannel img {
            width: 66px;
            height: 66px;
        }
}

@media print {
    .col-md-3, .col-md-4, .col-md-5 {
        float: left;
    }
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.divchangeVendorCategory {
    display: none;
    /*width: calc(100% -150px) !important;*/
    height: 40px;
    position: absolute;
    z-index: 10 !important;
    margin-top: -15px !important;
    background: #fff !important;
    width: 300px;
}

.posRel {
    position: relative;
}

.pad-0 {
    padding: 0 !important;
}

.priceDetailScrollTable {
    max-height: 240px;
    overflow: auto;
}

.modal-ex-lg {
    width: 90%;
}

.noReportBox {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}

.pad-t8 {
    padding-top: 8px;
}

.pos-main-login-box {
    max-width: 690px;
    width: 100%;
    padding: 35px;
}

    .pos-main-login-box .modal-body {
        padding: 30px 15px;
    }

.textAreaNone {
    resize: none;
}

.text-right {
    text-align: right !important;
}

/*=======start new CSS===========*/
.mart-img {
    height: auto;
    width: 100%;
    padding: 70px 160px 0px 40px;
}

.iticket-img {
    height: auto;
    width: 240px;
    object-fit: contain;
}

.clientSite-logo {
    text-align: center;
    margin-bottom: 20px;
}

.main-text {
    position: relative;
    top: 20px;
}

.p-text p {
    margin: 0;
}

.p-text a {
    text-decoration: underline;
}

.top-bar:after {
    content: '';
    position: absolute;
    width: 93%;
    height: 7px;
    background-color: #a2a1a1;
    left: 16px;
    top: 8px;
    margin-right: 5px;
}

/*.bg-graw {
    background: #efefef;
    border-radius: 10px;
}*/

.bg-graw h3 {
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-family: "openSans-Medium";
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    color: #000;
}

.bg-white div .fa-newspaper-o {
    color: #055287;
    font-size: 120px;
}

.mt-10 {
    margin-top: 10px;
}

.wht-bg img {
    width: 77%;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 5px 6px 5px !important;
}

.second-padding {
    padding-bottom: 48px;
}

.fixTextArea {
    resize: none;
}

#viewTransferDetailsDiv thead {
    background-color: var(--primary-color);
    color: white;
}

.editPrice {
    width: 80px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* april 29th 2019 */
.abp-action-icons {
    text-align: left !important;
    width: 100px;
    margin: auto;
}

    .abp-action-icons a {
        display: inline-block;
        padding: 0 4px;
        margin-right: 0;
    }

@media (max-width: 1050px) {
    .vendorMenuBoxArea {
        position: relative;
    }

    .vendorMenuBox {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    #exportForm {
        margin-bottom: 10px;
    }

    .vendorMenuDetail {
        text-align: center;
    }

    #addNewVendorMenuBtn {
        float: none !important;
    }

    .vendorMenuDetail > .row > .col-sm-6 {
        padding: 2px 15px;
    }
}


/**********************Today(09-03-2019) CSS Changes****************************/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: rgba(0,0,0,0.2);
    opacity: 0.2;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    text-align: center;
}

#boxes #dialog {
    width: 400px;
    height: 200px;
    padding: 10px;
    background-color: #ffffff;
}

#dialog {
    border-style: solid;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 50px;
}

#imgHome {
    width: 70px;
    height: 70px;
    margin-top: 50px;
}

#popupELogo {
    width: 120px;
    height: 50px;
}

#hidePopup {
    cursor: pointer;
}

#boxes p {
    margin-left: 25px;
}
/*23-07-2021*/
.main-wrapper-page {
    padding: 20px;
}

form#priceMatrixDropdown select {
    width: 100%;
    border: 1px solid #dedede;
    min-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

table.custom-table tr td {
    padding: 2px;
    width: 100%;
    border: none;
    border-collapse: collapse;
    background: #fff;
}

table.custom-table {
    width: 100%;
    max-width: 119px;
    border: none;
}

    table.custom-table tr td.active {
        background: #41cf41;
        color: #fff;
    }

table#ProductDscTbl tbody tr td input[type="text"] {
    max-width: 80px;
    border: 1px solid #dedede;
    padding: 1px 10px;
}

table#ProductDscTbl tbody tr td {
    vertical-align: middle;
}

    table#ProductDscTbl tbody tr td input[type="checkbox"] {
        width: 15px;
        height: 15px;
        border: 1px solid #dedede;
    }

        table#ProductDscTbl tbody tr td input[type="checkbox"]:checked {
            background: blue;
            color: #fff;
        }




.head-min {
    position: relative;
    top: 120px;
    left: -200px;
}

    .head-min h1 {
        font-size: 50px;
        font-weight: 400;
    }

.main-wrapper-page h4 {
    font-size: 14px;
    font-weight: bold;
}

.main-wrapper-page label {
    font-size: 12px;
}

.main-wrapper-page select {
    font-size: 12px;
    padding: 0px 7px;
}

span.redcolor.required {
    color: red;
    margin-left: 6px;
    font-size: 14px;
}

table#ProductDscTbl {
    font-size: 12px;
    text-align: left;
}

    table#ProductDscTbl tr th, table#ProductDscTbl tr td {
        text-align: left;
        font-size: 12px;
        white-space: nowrap;
    }

.countTable {
    background: #41cf41;
    color: #fff;
}

table#ProductDscTbl thead th:nth-child(3), table#ProductDscTbl thead th:nth-child(4), table#ProductDscTbl thead th:nth-child(5), table#ProductDscTbl thead th:nth-child(6), table#ProductDscTbl thead th:nth-child(7), table#ProductDscTbl thead th:nth-child(8) {
    max-width: 110px;
    width: 110px;
    min-width: 110px;
    word-break: break-word;
    white-space: break-spaces;
    vertical-align: middle;
}

div#priceWizardModal a.btn.btnLarge {
    background: #8eb404;
    color: #fff;
}

div#priceWizardModal .districtContentBox-custom img {
    display: none;
}

#UOpriceVariableDetailsPopup .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    /* margin: 0px; */
    justify-content: center;
    margin-top: 0px;
}

.custom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#UOpriceVariableDetailsPopup .edit-icon {
    margin-top: 26px;
}

.mb15 {
    margin-bottom: 15px;
}

#UOpriceVariableDetailsPopup select, #UOpriceVariableDetailsPopup input.form-control {
    width: 100%;
    border: 1px solid #dedede;
    min-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#UOpriceVariableDetailsPopup .modal-body {
    padding-bottom: 30px;
}

#ProductDscTbl tr th {
    position: sticky;
    top: 0;
    background-color: #0b60d4;
}

a {
    cursor: pointer;
}


/*Manage UO price table Start*/
table#ManageUOProductDscTbl tbody tr td input[type="text"] {
    max-width: 80px;
    border: 1px solid #dedede;
    padding: 1px 10px;
}

table#ManageUOProductDscTbl tbody tr td {
    vertical-align: middle;
}

    table#ManageUOProductDscTbl tbody tr td input[type="checkbox"] {
        width: 15px;
        height: 15px;
        border: 1px solid #dedede;
    }

        table#ManageUOProductDscTbl tbody tr td input[type="checkbox"]:checked {
            background: blue;
            color: #fff;
        }


table#ManageUOProductDscTbl {
    font-size: 12px;
    text-align: left;
}

    table#ManageUOProductDscTbl tr th, table#ManageUOProductDscTbl tr td {
        text-align: left;
        font-size: 12px;
        white-space: nowrap;
    }

    table#ManageUOProductDscTbl thead th:nth-child(3), table#ManageUOProductDscTbl thead th:nth-child(4), table#ManageUOProductDscTbl thead th:nth-child(5), table#ManageUOProductDscTbl thead th:nth-child(6), table#ManageUOProductDscTbl thead th:nth-child(7), table#ManageUOProductDscTbl thead th:nth-child(8) {
        max-width: 110px;
        width: 110px;
        min-width: 110px;
        word-break: break-word;
        white-space: break-spaces;
        vertical-align: middle;
    }

#ManageUOProductDscTbl tr th {
    position: sticky;
    top: 0;
    background-color: #0b60d4;
}
/*Manage UO price table END*/





/*05-12-2022*/
.setuptabs .nav-tabs {
    border: none;
    box-shadow: 0 6px 9px rgb(0 0 0 / 30%);
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
}

.nav-tabs > li {
    margin: 0;
    margin: 0;
    width: calc(100%/8);
}

.setuptabs .nav-tabs > li > a {
    color: #000;
    border: none !important;
    border-radius: 0;
    text-align: center;
    background: #f2f2f2;
}


.setuptabs .nav-tabs > li.active > a, .setuptabs .nav-tabs > li.active > a:hover, .setuptabs .nav-tabs > li.active > a:focus {
    background: #6ABEB6;
    color: #fff;
    border: none;
}

.setuptabs .tab-content {
    box-shadow: none !important;
    margin-top: 16px;
    padding: 0;
    margin-left: 0px;
}


.form-logo label {
    margin: 0 10px 0 0;
}

.form-logo {
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 5px;
}

.img_contain {
    border: 1px solid grey;
    margin-top: 10px;
    width: 100%;
    padding: 5px;
}

.image-preview {
    height: 320px;
    width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btncstm, .btncstm:hover, .btncstm:focus, .btncstm:active {
    background: #6ABEB6 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.mt-3 {
    margin-top: 15px;
}

.mb-3 {
    margin-bottom: 15px;
}

.table-responsivecstm {
    padding: 0 2px;
}

    .table-responsivecstm #productmenulist_filter {
        float: left;
    }

    .table-responsivecstm table.dataTable.no-footer {
        border-color: #e3e3e3;
    }

a.addproductmenu {
    color: #70ad47 !important;
    font-size: 20px;
}

a.dltproductmenu i {
    color: #3c763d;
    font-size: 20px;
}

/*6th jan 2023*/
i#faicon {
    color: #3c763d;
    font-size: 20px;
}
/*6th jan 2023*/
i.deactivate_icon {
    color: #ff2300 !important;
    font-size: 20px;
}

.btnpreview {
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}

.table-responsivecstm .report_table thead {
    background: #23587f;
}

.modal-content-preview {
    border-radius: 10px;
}

    .modal-content-preview .modal-header {
        border-radius: 10px 10px 0 0;
        background: #dfd3c3;
        color: #000;
    }

        .modal-content-preview .modal-header .close {
            color: #000;
            border: 1px solid #000;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            font-size: 25px;
            padding: 0;
            line-height: 22px;
        }

.headingpreview {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .headingpreview h2 {
        margin: 0;
        font-size: 18px;
    }

.productpreviewitems {
    margin-bottom: 10px;
    display: flex;
}

    .productpreviewitems .row {
        margin: 0 -5px;
    }

        .productpreviewitems .row > div {
            padding: 0 5px;
        }

.preview-item {
    min-height: 100px;
    min-width: 150px;
    background: #f0f0f0;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px 10px 5px;
    margin: 0 5px 10px 5px;
}

#previewproduct table tbody {
    width: 63.7vw !important;
    display: inline-block;
    overflow: auto;
    /* display: inline-block; */
}

.previewvoucher {
    margin-top: -70px;
}

.pymntbtntable thead {
    background: var(--primary-color);
    color: #fff;
}

.pymntbtntable .actionpymntbtn {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.pymntbtnsall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pymntcstmbtn {
    background: #eed6ac;
    height: 70px;
    width: calc(33.333% - 10px);
    margin-bottom: 15px;
    border-radius: 10px;
}

.pymntcstmbtnmenu {
    background: #eed6ac;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
    text-wrap: wrap;
    display: block;
}

.productMenu {
    border-bottom: 1px solid #ddd5d5;
    padding: 5px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
}


    .productMenu label {
        margin-left: 5px;
        flex: none;
    }

    /*.productMenu a {
        margin-left: 82%;
        color: #000;
    }*/
    .productMenu a {
        margin-left: auto;
        color: #505050;
        font-size: 24px !important;
        border: none;
    }

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 45px !important;
    margin: 0;
    left: -3px;
    background: none !important;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
        border-radius: 20px;
        content: '';
        height: 20px;
        top: 0;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease;
        width: 45px;
        left: 0px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
        content: '';
        height: 13px;
        left: 4px;
        position: absolute;
        top: 4px;
        transition: all 0.3s ease;
        width: 13px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: #01a71d;
    opacity: 1;
    box-shadow: none;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: #fff;
    left: 28px;
}

.showallcheck {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

    .showallcheck > label {
        margin-right: 10px;
    }

/* Modal CSS*/
#myModal .modal-dialog, #previewModal .modal-dialog {
    max-width: 900px;
    /*height: 100%;*/
}

div#myModal .modal-dialog, div#previewModal .modal-dialog {
    /*margin: 0 auto;*/
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 100%;
    /*max-width: 100%;
    height: 100%;*/
}

    div#myModal .modal-dialog .modal-content, div#previewModal .modal-dialog .modal-content {
        width: 100%;
        max-width: 620px;
        /*height: 95vh;*/
        /*display: flex;
        flex-direction: row-reverse;*/
    }

        /*div#myModal .modal-dialog .modal-content .modal-header, div#previewModal .modal-dialog .modal-content .modal-header {
            background: #dfd3c3;
            display: flex;
            justify-content: start;
            height: 100%;
            flex-direction: column;
            width: 90px;
            align-items: center;
        }*/
        div#myModal .modal-dialog .modal-content .modal-header, div#previewModal .modal-dialog .modal-content .modal-header {
            padding: 10px !important;
        }

            div#myModal .modal-dialog .modal-content .modal-header button.close, div#previewModal .modal-dialog .modal-content .modal-header button.close {
                width: 40px;
                height: 40px;
                /*border: 1px solid #000;*/
                opacity: 1;
                color: #000;
                border-radius: 100px;
                font-size: 35px;
                position: relative;
                z-index: 9999;
            }

            div#myModal .modal-dialog .modal-content .modal-header h4, div#previewModal .modal-dialog .modal-content .modal-header h4 {
                /*width: 60%;
                height: 20px;
                display: flex;
                align-items: end;
                transform: rotate(90deg);
                justify-content: end;
                position: absolute;
                bottom: 50px;
                right: -140px;
                text-align: center;
                bottom: 540px;*/
                font-size: 20px;
                /*font-weight: bold;*/
            }

        div#myModal .modal-dialog .modal-content .modal-body, div#previewModal .modal-dialog .modal-content .modal-body {
            width: 100%;
            overflow-y: auto;
            padding: 20px 15px;
        }

img.table-logo {
    max-width: 160px;
    width: 100%;
}

td.yellow-border {
    border: 1px solid #000;
}

td.vertical-top {
    vertical-align: top;
}

td.yellow-border {
    padding: 10px;
}

.margin-t {
    margin-top: 5px;
}

.label-border {
    border: 1px dashed #000;
    height: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-inpput input {
    height: 32px;
    width: 100%;
    padding: 10px;
    border: 1px dashed #000;
    outline: none !important;
}

h4.heading-modal-text {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

h5.heading-modal-text {
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.text-left-align {
    text-align: left !important;
    display: flex;
    justify-content: start;
    padding: 10px;
    height: 32px;
}

.preview-descrition {
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid #000;
    font-size: 12px;
}

    .preview-descrition strong {
        display: block;
    }

    .preview-descrition.small-text {
        font-size: 10px;
        padding: 5px;
        border-top: 2px solid #000;
        margin-top: 10px;
    }

.border-none {
    border: none;
}

@media only screen and (max-width:1536px) {
    div#myModal .modal-dialog .modal-content .modal-header h4 {
        /*width: 60%;
        height: 20px;
        display: flex;
        align-items: end;
        transform: rotate(90deg);
        justify-content: end;
        position: absolute;
        bottom: 50px;
        right: -140px;
        text-align: center;
        bottom: 450px;*/
        font-size: 20px;
        /* font-weight: bold;*/
    }
}

.covr-bx p {
    color: #808080;
}
/*tbody#paymenttypetbody {
    max-height: 200px;
    overflow: scroll;
}*/
/*tbody#paymenttypetbody {
    max-height: 200px;
    overflow: auto;
}
tbody#paymenttypetbody {
    height: 200px !important;
    overflow: scroll;
    display: inline-block;*/
/* width: 100%; */
/*}*/
/*
tbody#paymenttypetbody{
    display: inline-block;
    max-height: 250px;
    overflow: auto;
}*/
.Sticky-header-table {
    max-height: 200px;
    position: relative;
    overflow-y: auto;
}

    .Sticky-header-table table thead {
        position: sticky;
        top: -1px;
        z-index: 999;
    }

/*6 jan style change*/
/*.dropdown.dropmnu1:hover .drop2 {
    display: block;
}*/

ul.dropdown-menu.drop2 {
    min-width: auto;
    width: 100%;
}

/*9-01-2023*/
.navtabs2.nav-tabs > li {
    width: calc(100%/5);
}

.cstmcard {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 15px;
    padding: 20px 13px;
}

    .cstmcard .cardhead {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        .cstmcard .cardhead h2 {
            margin: 0 0 5px;
            font-size: 18px;
            text-align: center;
        }

        .cstmcard .cardhead select {
            max-width: 120px;
            margin: 0 auto;
        }

.covr-bx .cstmcard .cardhead select {
    max-width: 120px;
    margin-right: 0;
    background-position-x: 93%;
}

.covr-bx .cstmcard .cardhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.cstmcard .cardbody .showallcheck {
    margin: 0;
}

.cstmcard .cardbody {
    padding-top: 10px;
    min-height: 90px;
}

    .cstmcard .cardbody .showallcheck > label {
        margin: 0 0 0 8px;
    }

.cashDetails {
    margin-bottom: 2rem;
}

    .cashDetails select.form-select {
        height: 28px;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
        font-size: 13px;
        padding: 0.2rem 0.5rem;
        min-width: 150px;
        background-position-x: 95%;
    }

.par-balance label {
    color: #746f6f;
    font-weight: 300;
    margin-right: 1rem;
}

.content-details {
    padding-left: 2.3rem;
}

.par-balance input {
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    height: 28px;
}

.cashDetails label {
    padding-top: 0.3rem;
}

.autoDebit .showallcheck {
    margin-top: 0;
}

.par-balance {
    margin-bottom: 2rem;
}

.advance-Seting {
    border: 1px solid #ccc;
    border-radius: 1.4rem;
    padding: 1rem 2rem;
    min-height: 240px;
}

.refund-card {
    border: 1px solid #ccc;
    border-radius: 1.4rem;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.advance-Seting h5 {
    font-size: 1.8rem;
    font-weight: 200;
}

.advance-Seting h5 {
    font-size: 1.8rem;
    font-weight: 200;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1rem;
}

.advance-Setup .cashDetails {
    margin-bottom: 0.5rem;
}

.advance-Setup p {
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-size: 1.3rem;
    color: #727272;
}

.refund-card h5 {
    font-size: 1.7rem;
    font-weight: 200;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1rem;
}

.refund-card .cashDetails {
    margin-bottom: 1rem;
}

.refund-toggle .material-switch {
    margin-right: 1.3rem;
}

.refund-card label, .advance-Seting label {
    font-weight: 200;
    font-size: 1.4rem;
}
/*
.row.transh {
    min-height: 260px;
}*/


button.previewRecBTN {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.textlabel {
    color: #000;
}

/*17-02-2023*/
.dataTables_wrapper #exportForm .filter_btn,
.dataTables_wrapper #exportForm .filter_btn:hover,
.dataTables_wrapper #exportForm .filter_btn:focus {
    background: #6ABEB6 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 16px;
    font-family: "calibri";
}

#districtTable_filter {
    margin-right: 130px;
}

.btnadd-district {
    z-index: 5;
    position: absolute;
    right: 23px;
    top: 30px;
    padding: 10px 28px;
    border-radius: 10px;
}

.editcstm-icon, .editcstm-icon:hover {
    background: #6abeb6;
    color: #fff;
    font-size: 13px;
    width: 24px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
}

.districttablecstm table td:nth-last-child(-n+2) {
    width: 15% !important;
}

.districttablecstm table td:first-child {
    text-align: left;
    padding-left: 12px;
    border: 0px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.districttablecstm table tbody td:first-child {
    border-top: 0;
}

.districttablecstm table thead td:first-child {
    border-top: 1px solid #fff;
}

.districttablecstm .report_table thead {
    background: #23587f;
}

div#myModal .modal-dialog .modal-content .modal-header h4, div#previewModal .modal-dialog .modal-content .modal-header h4 {
    bottom: calc(50% + 90px);
}


/*27-02-2023*/
.cstmgrpflex {
    display: block;
    align-items: center;
}

    .cstmgrpflex label {
        white-space: nowrap;
        margin: 0 10px 0 0;
    }

.sitetablecstm .report_table thead {
    background: #23587f;
}

.sitetablecstm table td {
    min-width: 135px;
    text-align: center;
    border: 1px solid #fff;
}

    .sitetablecstm table td:nth-child(1), .sitetablecstm table td:nth-child(2),
    table#workstationTable td:nth-child(3), .productCat-tbl-wrap table#example td:nth-child(1),
    form#FilterForm table#vendorTable td:nth-child(1) {
        text-align: left;
    }

    .sitetablecstm table td:nth-last-child(-n+2) {
        width: 12% !important;
    }



/*30-03-2023 Css Here*/
.rolList_Box ul {
    list-style: none;
    padding: 0;
    max-height: 400px;
    max-width: auto;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 100px;
}

    .rolList_Box ul li.activeRole_List {
        background-color: #235880;
        color: #fff;
    }

        .rolList_Box ul li.activeRole_List a {
            color: #fff;
        }

    .rolList_Box ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        color: #000;
    }

    .rolList_Box ul li.odd_Li {
        background-color: #BDBDBD;
    }

    .rolList_Box ul li.Even_Li_Li {
        background-color: #eee;
    }

.Even_Li a {
    background: #f2f2f2;
}

.rolList_Box ul li.odd_Li a {
    justify-content: flex-start;
}

    .rolList_Box ul li.odd_Li a > div {
        margin-left: 10px;
    }


.customInput_FormGroup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.CustomBTN, .CustomBTN:hover, .CustomBTN:focus {
    margin-top: 0px;
    border-radius: 10px;
    width: 65%;
    outline: none;
    background-color: #73bfb7;
}


.NewCustomCard .cardhead h2 {
    text-align: start;
}

.NewCustomCard .cardbody {
    min-height: auto;
}

    .NewCustomCard .cardbody .showallcheck {
        align-items: center;
        gap: 15px;
    }

        .NewCustomCard .cardbody .showallcheck button {
            width: 100%;
        }

.btnBox_Sec {
    display: flex;
    gap: 15px;
}

    .btnBox_Sec .enableBTN {
        width: 150px;
        background-color: #6fa92b;
    }

    .btnBox_Sec .disableBTN {
        width: 150px;
        background-color: #d34d4d;
    }

.customInput_FormGroup label {
    width: 150px;
}


.cstmrowcard {
    margin: 0 -5px;
}

    .cstmrowcard > * {
        padding: 0 5px;
    }

    .cstmrowcard .NewCustomCard .cardhead h2 {
        font-size: 14px;
    }

.customswitch {
    display: flex;
    align-items: center; /*
    margin-bottom:10px;*/
}

    .customswitch > label.label-success {
        margin-right: 10px;
    }

.plcstm4 {
    padding-left: 50px;
}

.roleinline {
    line-height: 2;
    display: inline-flex;
    align-items: center;
}




/*17-05-2023*/
.lockiconcstm {
    width: 20px;
    text-align: center;
}

.editiconcstm1, .editiconcstm1:hover {
    margin: 0;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.navwidth4.nav-tabs > li {
    width: calc(100%/4);
}

.tabcontentcstm1 .cstmcard .cardbody .showallcheck > label {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.tabcontentcstm1 .NewCustomCard .cardbody .showallcheck {
    align-items: center;
    gap: 0;
    width: 100%;
    justify-content: space-between;
}

    .tabcontentcstm1 .NewCustomCard .cardbody .showallcheck .material-switch {
        height: 20px;
    }

.tabcontentcstm1 .NewCustomCard .cardbody {
    padding-top: 0;
    width: 100%;
}

.tabcontentcstm1 .cstmcard.NewCustomCard {
    margin-bottom: 10px;
    padding: 0 13px;
    min-height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
}

.setuptabs.setuptabscstm .nav-tabs > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}






/*06-12-2023 Css Here*/
.user-page .giftingBox h1.color5 {
    background: #fe9600;
}

.pt0 {
    padding-top: 0;
}

.giftfield_table tr th {
    padding: 5px 5px;
    background-color: #156082;
    text-align: left;
    color: #fff;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-shadow: none;
}


.giftfield_table tr td {
    /*background-color: #fff;*/
    padding: 3px 5px;
}

    .giftfield_table tr td:nth-child(2) input {
        border: 1px solid #ddd;
        padding: 2px 10px;
        width: 80%;
        border-radius: 5px;
    }

    .giftfield_table tr td:last-child {
        text-align: center;
    }

.btnsave {
    background: #6abeb6 !important;
    color: #fff !important;
    border: 1px solid #6abeb6;
    padding: 4px 20px;
    border-radius: 4px;
}

    .btnsave:hover {
        background: #478982 !important;
        color: #fff !important;
        border: 1px solid #6abeb6;
        padding: 4px 20px !important;
        border-radius: 4px !important;
    }

.chkbtn > label {
    width: 0px !important;
}

.edit > label {
    width: 45px !important;
}

.inputdaycount {
    width: 50% !important;
}


/*28 Dec 2023*/
table#giftFieldSettingTbl {
    width: 50% !important;
}




div#lookup_codes_Child {
    min-height: 460px;
    max-height: 460px;
    overflow: auto;
}

/*  div#lookup_codes .btm-btn {
        position: fixed;
        right: 65px;
        bottom: 3rem;
    }
        div#lookup_codes .btm-btn .btn {
            box-shadow: 0 0 5px #000;
        }*/




/*05-04-2024 Css Here*/
.carret-btn {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: -17px;
}

    .carret-btn a {
        padding-right: 20px;
    }

.cstmcaretBTN {
    height: 38px;
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    cursor: pointer;
    background: #6abeb6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activeBTN {
    background: #54a39c;
}


.toggleDrop {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
}

    .toggleDrop li a:hover {
        background: #54a39c !important;
    }

.btncstm:hover {
    background: #54a39c !important;
}

.carret-btn a {
    padding: 8px 20px;
    font-size: 15px;
}

.checkSiteDrop {
    border-radius: 5px 5px 0px 0px !important;
}

.save-close {
    border-radius: 0px 0px 5px 5px !important;
}

/*-----18-04-2024-----*/
.tooltipNew {
    position: relative;
    display: inline-block;
    opacity: 0.5;
    margin-left: 10px;
    color: grey;
    font-size: 22px;
    cursor: pointer;
}



/*.tooltip:hover .cstym-tooltip-data {
        display: block;
    }
    .cstym-tooltip-data {
        display: none;
    }*/

.cstm-row {
    display: flex;
    align-items: center;
    min-width: 350px;
    margin-left: 20px;
}
/*.cstm-row label{
    margin-bottom:2.5rem;   
}*/
.cstm-mrgn-30 {
    margin-top: 20px;
}

    .cstm-mrgn-30 label {
        margin-top: 5px;
        text-wrap: nowrap;
    }

.cstm-marginnew {
    margin-top: 15px;
}
/*----23-04-2024----*/
label.col-lg-2.col-form-label.cstm-marginnew {
    margin: 0;
}

.form-group.row.cstm-mrgn-30 {
    margin-bottom: 5px;
}

.material-switch h5 {
    margin-left: 17px;
}

.refund-toggle select {
    height: 26px;
    padding: 0px;
    width: 140px;
    margin-bottom: 5px;
}

.row.transh {
    min-height: 260px;
}

i.fa.fa-search {
    position: absolute;
    margin-top: -3%;
    right: 20px;
}

i.fa.fa-close {
    position: absolute;
    margin-top: -4%;
    right: 5px;
}

.btnmenu:hover {
    background: #6ABEB6 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

btnmenunew:hover {
    background: #6ABEB6 !important;
    color: #93a9cbe6 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btndotmenu {
    color: #000;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #efeaea;
    background: #ffffff;
}

    .btndotmenu:hover {
        background: #a6caec !important;
        color: #000 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.renameDeleteDiv {
    margin-top: -7.5%;
    position: inherit;
    float: right;
    margin-left: 7px;
}



/*27-05-2024 Css Her*/
.cstmAddProductMenu > span {
    width: 102%;
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 7px;
}

.renameDeleteDiv {
    margin: 0;
    position: absolute;
    float: none;
    right: 0;
    top: 35px;
    z-index: 1;
}

.cstmCardWrapperBox {
    overflow-y: auto !important;
    min-height: 390px;
    max-height: calc(100dvh - 370px);
}



.topBTNSec {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.mb0 {
    margin-bottom: 0px;
}

.nextPrevBTNSec button {
    padding: 5px 10px;
    background: #d9d9d9 !important;
    color: #000 !important;
}

    .nextPrevBTNSec button:hover {
        background: #73beb7 !important;
        color: #fff !important;
    }

.nextPrevBTNSec {
    display: flex;
    align-items: center;
    gap: 5px;
    direction: rtl;
}


.cstmFormLabel {
    padding-top: 6px;
}

.iconRotate i {
    transform: rotate(-90deg);
}

/*10/6/2024*/

div#pdfWarning {
    padding: 0 !important;
}

span.in-head {
    margin-left: 8px;
}

div.table-header {
    color: #0000008a;
    font-size: 15px;
    font-weight: 400;
}

div.table-footer {
    color: #4f4e4e;
}

.txt-drk {
    color: #4f4e4e !important;
}

button#submit_btn {
    font-size: 16px;
    /* padding: 4px 22px !important;*/
}

.action-btn {
    padding: 0 !important;
}

.dropdown-cover {
    width: fit-content;
    margin-left: 6px !important;
}

.productMenuList label {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*11 Jun 2024*/
button.add_section-btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 0px;
    font-size: 1.5rem;
}

.d-flex {
    display: flex;
}

.btn-add_product {
    display: flex;
    align-items: center;
    gap: 2px;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.ft-sz-20 {
    font-size: 20px;
}

label {
    color: black !important;
}

.gifting_table-setting thead tr td:first-child {
    text-align: left;
}

.gifting_table-setting thead tr td {
    background: #446a7b;
    text-align: center;
    padding-left: 8px;
}

.gifting_table-setting tbody tr td:first-child {
    color: black;
    vertical-align: middle;
    text-align: left;
    padding-left: 8px;
    width: 35%;
}

.right-sec {
    width: 50%;
}

    .right-sec .card {
        width: 350px;
        margin: 10% auto;
    }

    .right-sec .card-header {
        background: #288edb;
        color: #fff;
        padding: 2px 10px;
        border-radius: 5px 5px 0 0;
    }

    .right-sec .card-body {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 0 0 5px 5px;
    }

    .right-sec .col-6 {
        width: 49% !important;
    }

    .right-sec .col-12 {
        width: 100% !important;
    }

    .right-sec > .cardCstm {
        /* margin: 5% auto;*/
        margin: .01% auto;
        width: 70%;
    }

    .right-sec .cardCstm .card-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .right-sec button {
        background-color: #ffdc86;
        width: 100px;
    }

.footer-copyryt {
    color: #fff;
    font-family: "OpenSans-Light";
    font-size: 14px;
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%, -8px);
}

.forgot-pswd {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 16px;
}

.forgot-pswd-wrap {
    display: flex;
    justify-content: center;
    align-items: end;
}


/*-------Layout-user-icon-------*/
.skin-blue .main-header .navbar .nav > li.user-menu > a > span > i.fa.fa-user {
    display: none;
}


.card-custm {
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    padding: 10px 20px;
    min-height: 220px;
}

.rel-notes {
    margin-bottom: 20px;
}

.icon-size {
    /* height: 30px;
    width: auto;*/
    height: 26px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.telNum-info {
    font-size: 16px;
    font-family: "OpenSans-Light";
    color: #333;
}

.supportRqt-txt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: "openSans-medium";
    color: #000;
}

.login_box input-group-lg > .input-group-addon {
    height: 46px;
    padding: 10px 7px 10px 16px;
}

.card-custm a.text-blue {
    font-size: 16px;
    font-family: "OpenSans-Light";
}

.clear_btn > button#generateReport i {
    display: none;
}

.clear_btn #btnReset, button#btnCancel, .reset-btn {
    background-color: #E1E1E1;
    color: #000;
    font-family: Calibri;
    font-size: 15px;
}

    .reset-btn:hover {
        color: #000 !important;
    }



.reset-btn {
    margin-right: 10px;
}

.clear_btn {
    display: flex;
}

    .clear_btn > button#generateReport, #btnReconcil, .take-brk-btn {
        order: 2;
        margin-left: 10px;
        background: var(--secondary-color);
        border-radius: 8px;
        font-family: Calibri;
        font-size: 15px;
    }

#btnReconcil, .take-brk-btn {
    padding: 8px 40px;
}

a#salesTable_previous, a#salesTable_next, a#ReconciledTable_previous, a#ReconciledTable_next, a#userTable_previous, a#userTable_next,
a#productmenulist_previous, a#productmenulist_next, a#districtTable_previous, a#districtTable_next, a#workstationTable_previous, a#workstationTable_next,
a#example_previous, a#example_next, a#vendorTable_previous, a#vendorTable_next, a#MIDTable_previous, a#MIDTable_next,
a#siteDetailsTbl_previous, a#siteDetailsTbl_next {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 6px 20px;
    font-size: 16px;
}

.table-responsive .dataTables_filter input[type="search"], div#example_filter input[type="search"],
div#vendorTable_filter input[type="search"], div#userTable_filter input[type="search"], div#siteDetailsTbl_filter input[type="search"] {
    background-image: url(../images/search-icon.png) !important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}


a#salesTable_previous, .paginate_button.previous.disabled {
    margin-right: 6px;
}

a.paginate_button.current {
    background: #fff !important;
    border-color: #dcdcdc !important;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    font-size: 16px;
}

a.paginate_button {
    padding: 5px 15px !important;
    border-radius: 5px !important;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_scroll {
    margin-bottom: 10px;
}

.dataTables_length label, .dataTables_filter label {
    font-size: 16px;
    font-family: "OpenSans-Medium";
    color: #000;
    font-weight: normal;
}

.dataTables_length label {
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 16px !important;
    font-family: Calibri;
    padding-top: 0 !important;
    color: #000 !important;
}

/*-------All-Transaction-page-------*/
table.report_table thead td {
    font-size: 18px;
    font-family: "Calibri";
}

table.report_table tbody td {
    font-size: 16px;
    font-family: "Calibri";
}

select, textarea {
    border-radius: 6px;
    padding: 4px;
    color: #666;
    font-weight: 100;
    border: 1px solid #d9d9d9;
}


div#current-journal {
    margin-top: 2rem;
}

.card {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    min-height: 215px;
}

div#current-journal .card h3 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-family: "openSans-Medium";
}

.btn-voucherScan {
    border-radius: 8px;
    font-family: Calibri;
    font-size: 15px;
    color: #fff;
    padding: 8px 40px;
    background: var(--secondary-color);
    margin-top: 10px;
}

.skin-blue .sidebar-menu > li.active > a svg path {
    fill: #fff;
}

.skin-blue .sidebar-menu > li > a:hover svg path {
    fill: #fff;
}

.skin-blue .sidebar-menu > li:nth-child(2) > a:hover svg path {
    stroke: #fff;
    fill: none;
}

.skin-blue .sidebar-menu > li.active:nth-child(2) > a svg path {
    stroke: #fff;
    fill: none;
}

#salesTable_filter input i {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #a6a6a6;
}

select {
    -webkit-appearance: none;
    --appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: url(../images/select_arrow_.png) !important;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-right: 2rem;
    padding-right: 2rem;
}

/*div#salesTable_filter input[type="search"] {
    background-image: url(../images/search-icon.png) !important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}*/




button#btnReset i, .reset-btn i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

input.filter_btn.load-btn {
    background: var(--secondary-color);
    padding: 8px 40px;
    font-family: "calibri";
    font-size: 15px;
}

a#btnDownload {
    background: #d9d9d9;
    padding: 8px 50px;
    color: #000;
}

.table-responsive select, div#example_length select, div#vendorTable_length select {
    min-width: 60px;
    background-position-x: 98%;
    margin-right: 0px;
}

.load-voucher {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.take-break-styl h5 {
    font-family: OpenSans-Medium;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
}

.grp-btn-styl {
    margin-right: 0px;
}

.new-voucher-styl {
    padding-top: 0px;
    display: flex;
    justify-content: end;
}

    .new-voucher-styl .reset-btn {
        margin: 0px;
        margin-right: 10px;
    }

    .new-voucher-styl .primaryBtn {
        display: inline-block;
    }

        .new-voucher-styl .primaryBtn > ul.dropdown-menu {
            right: 0 !important;
            min-width: 100px;
            padding: 0px;
        }

    .new-voucher-styl .dropdown-menu > li > a, #vantageButtons .dropdown-menu > li > a {
        font-size: 15px;
        min-width: 134px;
    }


    .new-voucher-styl .primaryBtn > ul.dropdown-menu li a {
        padding: 8px 25px;
        background: var(--secondary-color);
        color: #fff;
        border-color: var(--secondary-color);
        font-size: 16px;
        font-family: "calibri";
    }

    .new-voucher-styl .primaryBtn button.btn {
        background: var(--secondary-color);
        color: #fff;
        border-color: var(--secondary-color);
        padding: 6px 25px;
        font-size: 16px;
        font-family: "calibri";
    }

        .new-voucher-styl .primaryBtn button.btn:hover, .primaryBtn button.btn:focus {
            background: var(--secondary-color) !important;
            color: #fff !important;
            border-color: var(--secondary-color) !important;
            outline: 0px;
        }

.masterBtn {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
    padding: 8px 30px;
    font-size: 14px;
    outline: 0;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.savebtn, pricebtn {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
    padding: 8px 30px;
    font-size: 14px;
    outline: 0;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.masterBtn:hover {
    background: #54a39c !important;
}


table#newPurchasetable tbody td select.form-control.productDropDown, table#ReconciledTable tbody td select.form-control.productDropDown,
table#ViewInventory tbody td select.form-control {
    width: 100%;
    background-position-x: 98% !important;
}

table#newPurchasetable tbody td, table#newPurchasetable thead td {
    border: 2px solid #fff;
}

table#newPurchasetable tbody td, table#ReconciledTable tbody td {
    padding: 5px;
}

/*.bodyContent > form#newPurchaseOrderfrm .date_range_block, .bodyContent > form#FilterForm .date_range_block {
    padding: 0;
}*/

table.dataTable thead th, table.dataTable thead td {
    min-width: 145px;
}

.new-voucher-styl .primaryBtn > ul.dropdown-menu li a:hover {
    background: #23587f;
}

.icon-xmark {
    background: url(../images/cancel.svg);
    height: 18px;
    width: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.view-purchaseOrder-txt, modalHad {
    color: white;
    font-family: "calibri";
    margin: 0;
    font-size: 20px;
}

.modal-header {
    background-color: var(--primary-color);
}


.rolList_Box .float-left i.fa.fa-trash {
    font-size: 17px;
    color: #d34d4d;
}

.tabSec-btn {
    display: contents;
}

.setup-sec {
    /* display: flex !important;*/
    align-items: center;
    justify-content: space-between;
}

.tabSec-btn .btn {
    min-width: 100px;
    background: var(--trow-2);
    padding: 8px 10px;
    outline: 0;
}

button.btn.btn-prevSec {
    margin-right: 10px;
}

div#roleDiv1 .form-group.customInput_FormGroup > label {
    margin-bottom: 0;
}


.content table.dataTable {
    border: 1px solid #fff !important;
}

.date_range_block.padding-sec {
    padding: 0;
}

.productCat-tbl thead tr:nth-child(1) td {
    width: 75% !important;
}

.details-control i.fa.fa-plus-circle.categoryStuff {
    font-size: 20px;
    color: var(--secondary-color);
}

a.extendSession i.fa.fa-plus.activate_icon {
    font-size: 14px;
    background: var(--secondary-color);
    color: #fff;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 20px;
}

.edit_icon.pointerCursor i.fa.fa-pencil-square-o {
    color: var(--secondary-color);
}

#example_filter label {
    margin-right: 100px;
    /*width:300px;*/
}

.addNew-prdtCat button#btnReportCategoryPopup {
    position: absolute;
    top: 189px;
    right: 50px;
    background: var(--secondary-color);
    color: #fff;
    z-index: 9;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333;
    color: #fff !important;
}

.copyRyt-txt a {
    font-size: 14px;
    font-family: "openSans-light";
}

.cstm-modal-dialog {
    margin: 0 auto;
    margin-top: 220px;
    width: 60% !important;
}

.tblHeader-info {
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.cstm-modal-dialog .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--trow-1);
}

.cstm-modal-dialog .table-striped tbody tr:nth-of-type(even) {
    background-color: var(--trow-2);
}

.cstm-modal-dialog .table-bordered th, .cstm-modal-dialog .table-bordered td {
    border: 2px solid #fff;
}

.cstm-modal-dialog table th, .cstm-modal-dialog table td {
    text-align: center;
}

.edit-icon-styl {
    margin-right: 0;
}

.dataTables_info, .dataTables_paginate {
    margin-top: 10px;
}

.table-footer.txt-drk {
    margin-top: 10px;
}

.prducBt-grp .btn {
    margin-top: 25px;
}

.modal-Ques-img img {
    width: 100px;
    margin: 20px auto;
    display: block;
}

.modal-content-cstm {
    border-radius: 20px;
    width: 500px;
}

.bootBox-txt {
    font-size: 17px;
    font-family: "OpenSans-Medium";
    text-align: center;
}

    .bootBox-txt h4 {
        font-size: 18px;
        font-family: "OpenSans-light";
        text-align: center;
        word-spacing: 2px;
        line-height: 24px;
    }

.bootbox-confirm .modal-dialog {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer-styl {
    border-top-color: #fff;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    padding-top: 0;
}

.modal-Ques-img {
    margin-top: 30px;
}

button.filter_btn.take-brk-btn:focus {
    padding: 8px 40px !important;
    font-size: 15px;
}

.custmCnt {
    margin: 30px;
}

.breakageVoucher .modal-content {
    border-radius: 20px;
    width: 580px !important;
}

.breakageVoucher .modal-dialog {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmBreakage .masterBtn {
    min-width: 135px;
    padding: 12px;
    font-size: 18px;
}

    .confirmBreakage .masterBtn:hover {
        color: #fff;
    }

.custmCnt h4 {
    font-weight: 200;
    line-height: 25px;
    color: #4e4e4e;
}

.breakVoucher .btn {
    min-width: 135px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vutr-text {
    margin: 20px;
}

    .vutr-text h4 {
        font-size: 18px;
        font-family: "opne-sans-light";
    }

.yesMaster {
    background: #fff;
}

.noMaster {
    background: var(--secondary-color);
    color: #fff;
    margin-left: 12px;
}

    .noMaster:hover {
        background: var(--secondary-color);
        color: #fff;
    }

.userAddbtn .btncstm {
    margin-top: 30px;
}

table.dataTable thead td {
    border-bottom: 0px;
}

.tabSec-btn .btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.padding-sec .form-group.cstmgrpflex label {
    font-size: 18px;
}


.masterBtn:focus {
    padding: 8px 30px;
    border: 1px solid var(--secondary-color);
}


div#pregiftingPreview > .cardCstm {
    margin: 0;
    width: 98%;
    padding-top: 0;
    padding-right: 0;
}

.modal-footer.sessionOut button {
    min-width: 120px !important;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.stayYes {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.stayNo {
    border: 1px solid #fff;
    margin-left: 10px;
}

.modal-footer.sessionOut {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#userTable_wrapper .dataTables_scrollBody, div#districtDetailsDiv .table-responsive {
    overflow: visible !important;
}

.wrkStaion .form-control {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    height: auto;
    font-size: 15px;
    color: #000;
    font-family: "openSans-light";
}

.addSite {
    float: right;
    margin-top: 38px;
}

.wrkStaion .reset-btn {
    font-size: 14px;
}

label.editcstm-icon {
    color: #fff !important;
}

.removeScrol .table-responsive, .removeScrol .dataTables_scrollBody {
    overflow: visible !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable thead td {
    border-bottom: 0px !important;
}

.giftfield_table tr th:last-child {
    text-align: center;
}

.giftfield_table thead td, .giftfield_table tbody td {
    border: 1px solid #fff;
}

div#CreditSection .panel-body.second, div#RoomSection .panel-body.second {
    min-height: 300px;
}

.setPswd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

h1.rstPswd {
    font-family: OpenSans-Medium;
}

.setPswd .back_btn {
    position: absolute;
    padding: 10px;
    margin: -22px;
    right: 0;
    top: 0;
}

.restPswd {
    width: 50%;
    float: unset;
}

.editUser {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 13px 0px;
    gap: 10px;
    justify-content: end;
}

.updteUser {
    margin-top: 15px;
}


/*12-09-2024*/
.exportPdfBtn, .exportBtn, .closeBtn {
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 10px;
    background: #6abeb6;
    white-space: nowrap;
}



/*12.09.2024*/

.modal-content-cstm .modal-footer-styl {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.modal-footer.modal-footer-styl button {
    font-size: 16px;
    font-family: "calibri";
}

/*13.09.2024*/
.mbtop {
    margin-top: 30px;
}

.swal2-modal {
    border-radius: 20px !important;
}

    .swal2-modal .swal2-styled {
        border-radius: 10px !important;
        min-width: 125px !important;
        padding: 12px 15px !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        background-color: #fff !important;
        color: #444 !important;
    }

        .swal2-modal .swal2-styled:hover {
            background-color: #6abeb6 !important;
            color: #fff !important;
        }

.swal2-icon.swal2-question {
    color: #ffc206 !important;
    border-color: #ffc206 !important;
}

button.btn.btn-primary.login_btn.setNewpswd {
    /* width: 50%;*/
    float: unset;
    border: 0 !important;
    font-family: OpenSans-Medium;
    font-size: 24px !important;
    color: #fff;
    background: #6abeb6;
    border-radius: 12px;
}


/*table width start here*/
.min-tab {
    min-width: 80px !important;
    width: 80px !important;
}

.min-100 {
    min-width: 100px !important;
    width: 100px !important;
}

#priceDetailsTable1 .date_range_block .form-control {
    width: 100% !important;
}

.edit_box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .edit_box .edit-icon {
        float: unset;
    }
/*div#salesTable_wrapper .dataTables_scrollBody {
    overflow-x: hidden !important;
}*/
.report_box {
    min-height: 262px;
}
/* table width start here*/


.user-page .devicesManagement h1.color5 {
    background: #6fa92b;
}


/*11_19_2024*/

i.fa.fa-check-circle.text-success, i.fa.fa-times-circle.text-danger {
    font-size: 28px;
}


.modal-dialog.modal-ex-lg.cstm-modal-dialog.outer {
    margin-top: 5% !important;
    width: 25% !important;
}

.modal-body.priceHistoryScroll.mainbody {
    min-height: 10% !important;
    overflow: hidden !important;
}

/*13 Dec 2024*/
.remove_table_border table#salesTable,
.userlist-table table#userTable {
    border: 0px !important;
}

.userlist-table div#userTable_wrapper .dataTables_scrollBody,
.userlist-table div#districtDetailsDiv .table-responsive {
    overflow: auto !important;
}

.districttablecstm .district_table_page table tbody td:first-child {
    border: 1px solid white !important;
}

div#siteDetailsDiv {
    max-width: 100%;
    overflow: auto;
}

.questiontolltip {
    font-size: 2.5rem;
    padding: 10px;
}

    .questiontolltip i {
        color: #959090;
    }

.addbtn {
    width: 12rem;
}


#viewCreditCardDetailsDiv thead {
    background-color: var(--primary-color);
    color: white;
}

.swal-icon-large {
    height: 88px;
    width: 88px;
}

.GiftLogo img {
    width: auto !important;
    height: 105px !important;
}

.Gift_box button.btn.btn-primary.login_btn.setNewpswd {
    background: #FED99B;
    color: #000 !important;
}

.Gift_bg {
    background-color: #0082D2;
    width: 100%;
    height: 100%;
    height: 90vh;
    padding: 32px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.activetxt {
    color: #000 !important;
    opacity: 100% !important;
}

.logoImage_settings {
    width: 70px !important;
    height: 170pc !important;
}


/*.twoFa_box h1 {
    margin: 9px 128px 30px;
    font-size: 25px;
    color: #000000;
    line-height: 35px;
    text-align: center;
}*/
.input_text {
    font-size: 25px !important;
}

.text-end {
    text-align: end !important;
}

:where([autocomplete=one-time-code]) {
    --otp-digits: 6;
    --otp-ls: 5ch;
    --otp-gap: 1.10;
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    all: initial;
    background: linear-gradient(90deg, var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)), transparent 0), linear-gradient(90deg, var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)), transparent 0 );
    background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: var(--otp-pb, 1ch);
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
}

/* For this demo */
/*label span {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    margin-block-end: 1ch;
}*/


.setRPswd .back_btn {
    /*position: absolute;*/
    /* padding: 10px; */
    margin: 0;
    right: -12px;
    top: -20px;
}

/*add new css 20th may 2025*/


div.login_box.otp-container-main {
    width: 530px;
    background: #fff;
    padding: 24px 20px;
    border-radius: 20px;
}

.otp-field-container {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

    .otp-field-container input.otp-input-field {
        width: 70px; /*incresed from 60px*/
        height: 62px;
        border-radius: 8px;
        border: 1px solid #ccc;
        outline: none;
        background-color: transparent;
        font-size: 24px;
        text-align: center;
    }

.verification-notification > a {
    color: #4e95e0;
    font-size: 18px;
    font-family: 'calibri';
}

div.login_box.otp-container-main .login_box h2.verfiy-otp, h2.verify-otp {
    font-family: 'abadi';
}

.otp-bottom-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .otp-bottom-btn .cancel-button {
        border: 0 !important;
        font-size: 22px;
        color: #000000;
        padding: 10px;
        background: #e1e7e6;
        border-radius: 12px;
        font-family: abadi;
        font-weight: normal;
        width: 165px;
        text-align: center;
        letter-spacing: 4px;
    }

    .otp-bottom-btn .verify-button {
        border: 0 !important;
        font-size: 22px;
        color: #fff;
        padding: 17px;
        background: #6abeb6;
        border-radius: 12px;
        font-family: abadi;
        font-weight: normal;
        width: 224px;
        text-align: center;
        letter-spacing: 4px;
    }

h4.heading-text {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin: 0.5rem 0 2.5rem 0;
    font-family: Calibri;
    line-height: 23px;
}

.otp-container-main .input-group {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
}
/*div.login_box.otp-based-loginn {
    width: 528px;
    background: #fff;
    padding: 32px 28px;
    border-radius: 20px;
}*/


.otp-field-container {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.otp-input-field {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .otp-input-field:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }


/* add new css 23th may 2025*/
.login-main .reset-password-box {
    position: relative;
    padding: 24px 20px;
}

.form-group .input-group {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
}

h1.reset-password {
    margin: 0 0 16px;
    font-size: 25px;
    color: #000000;
    line-height: 35px;
}

.cancel-reset-password {
    position: absolute;
    top: 4px;
    right: 6px;
}


/*
*/

.transferwrkStation {
    background-color: #6ABEB6;
    border-radius: 10px;
    margin: 10px 0;
    padding: 2px;
}

h4.heading-text.code-dont-rev-text {
    font-size: 24px;
    color: black;
}

.code-dont-rev-text {
    font-weight: 500;
    font-size: 22px;
    color: black;
    text-align: center;
    padding-top: 20px;
}

.two-fa-resend-email-text {
    color: black;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .two-fa-resend-email-text a {
        text-decoration: underline;
        color: #337ab7;
    }

    .two-fa-resend-email-text p.mt-4 {
        margin-top: 1.8rem;
    }

    .two-fa-resend-email-text p {
        margin: 0;
        font-size: 16px;
    }

.transferwrkStation .form-group {
    margin-top: 10px;
}

    .transferwrkStation .form-group label {
        margin-bottom: 6px;
    }

button#btnAddCC.btncstm {
    font-size: 22px;
    width: unset;
    padding: 6px 40px;
    margin-top: 6px;
}

.transfer_device_modal.priceHistoryScroll {
    max-height: 300px;
}

.bx-arrow-cstm {
    text-align: center;
    padding-top: 38px;
    color: black
}

#regiterNewDevice .modal-header {
}

#regiterNewDevice .modal-content {
    border-radius: 6px;
}

.swal2-modal .swal2-title {
    font-weight: 500 !important;
    color: black !important;
    font-size: 24px !important;
}

.swal2-modal .swal2-content {
    font-size: 18px !important;
    color: black !important;
    font-weight: 300 !important;
    line-height: 26px !important;
    font-family: "Fira Sans", sans-serif !important;
}

body:has(#regiterNewDevice) .swal2-modal .swal2-content {
    padding: 0px 40px !important;
}

.report_box ul li a {
    font-family: "calibri";
}


.accordion_example {
    font-family: "calibri";
}


/*9/1/2025 css start here*/
.input-group.box_wraper {
    box-shadow: unset;
    outline: none;
    border: unset;
}

    .input-group.box_wraper input {
        font-size: 14px;
    }

.flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

    .flex_wrapper .dropdown-cover.addSite {
        float: unset;
        margin-top: unset;
    }

        .flex_wrapper .dropdown-cover.addSite .carret-btn {
            margin: unset;
        }

    .flex_wrapper .form-group {
        margin: unset;
    }

    .flex_wrapper .flex_boxone label {
        display: none;
    }

.flex_wrapper {
    margin-top: 20px;
}
/*9/1/2025 css start here*/

/*reset page css 29-10-2025 */
.login_box.custmLogin_box {
    max-width: 620px;
    width: 100%;
    padding: 35px;
}

.custmLogin_box .pass_hint {
    max-width: 400px;
    margin: 20px auto 0;
    padding: 6px;
}

.GiftLogo.custmGif_logo img {
    object-fit: unset;
    width: 100% !important;
    height: auto !important;
    max-width: 620px;
    padding: 0 50px;
}

.authentication-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 36px;
    width: 100%;
}

.check-image-section img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

p.verified-description {
    font-size: 20px;
    padding: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.custom-receipt-card {
    width: 230px;
    height: 70px;     
}

.custom-receipt-card .cstmcard {
    padding: 15px 10px;
}

.custom-receipt-card .cstmcard .cardbody {
    padding-top: 0;
}

.custom-receipt-card .cstmcard .cardbody .showallcheck {
    justify-content: start;
    margin-left: 20px;
    gap: 20px;
}

.custom-receipt-card .cstmcard .cardbody .showallcheck span {
    font-size: 17px;
}

.gap-60{
    gap:60px !important;
}

.gap-30 {
    gap: 30px !important;
}

.print-mac-label{
    padding-left: 30px;
    letter-spacing: 0.5px;
}

.mandatory {
    margin-right: 3px;
    font-size: 18px;
}

.print-mac-text{
    font-size: 17px;
    font-weight: normal;

}
