﻿html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

.file-over {
    border: 5px dashed #666;
}

.font-menu {
    color: #c6cfda;
}

.file-over div, .file-over table {
    opacity: 0.5;
}

.p-d {
    padding: 5px;
}

.px-d {
    padding-left: 5px;
    padding-right: 5px;
}

.py-d {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt-d {
    padding-top: 5px;
}

.pb-d {
    padding-bottom: 5px;
}

.ps-d {
    padding-left: 5px;
}

.pe-d {
    padding-right: 5px;
}

.display-none {
    display: none !important;
}

.forgot-password a.forget-password {
    color: #a4aab2;
    text-decoration: none;
    font-size: 13px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 10px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 60px;
    height: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.aunderline:hover {
    text-decoration: underline;
}

ol.breadcrumb, ul.breadcrumb {
    background-color: transparent;
}

body .portlet-title {
    background-color: #ebebeb;
    font-weight: bold;
    text-transform: uppercase;
}

.portlet-title h3, .portlet-title .caption {
    font-weight: bold;
    text-transform: uppercase;
}

.portlet-title h3 small, .portlet-title .caption small {
    font-size: smaller;
    font-weight: normal;
}

.table-data th, .table-data td {
    min-width: 150px;
    padding: 0.5em;
}

.table-data {
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    color: #262626;
    font-size: 1em;
}

body .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e0ebf9;
}

.databox {
    border: 2px double #a4aab2;
    overflow: auto;
}

.chooser-menu {
    float: left;
    font-size: 18px;
}

    .chooser-menu > .nav > li > a:focus, .chooser-menu > .nav > li > a:hover, .chooser-sel, .chooser-sel a {
        background-color: #3f4f62;
        color: #ffffff;
    }

    .pointer {
        cursor:pointer;
    }

body .notifyjs-corner {
    margin-top: 50px;
}

html body .table,
html body .table-striped,
html body .table-striped-orders {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    html body .table thead tr,
    html body .table-striped thead tr,
    html body .table-striped-orders thead tr {
        background-color: #337ab7;
        color: #ffffff;
        text-align: left;
    }
        html body .table thead tr th a,
        html body .table-striped thead tr th a
        html body .table-striped-orders thead tr th a {
            color: #ffffff;
        }

        html body .table thead tr th ._720kb-datepicker-calendar-body a,
        html body .table-striped thead tr th ._720kb-datepicker-calendar-body a,
        html body .table-striped-orders thead tr th ._720kb-datepicker-calendar-body a {
            color: #000000;
        }

        html body .table th,
        html body .table td,
        html body .table-striped th,
        html body .table-striped td,
        html body .table-striped-orders th,
        html body .table-striped-orders td {
            padding: 12px 15px;
        }

    html body .table tbody tr,
    html body .table-striped tbody tr,
    html body .table-striped-orders tbody tr {
        border-bottom: 1px solid #dddddd;
    }

html body .table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

html body .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

    html body .table-striped-orders tbody:nth-of-type(even) > tr {
        background-color: #f5f5f5;
    }

html body .table-striped-orders tbody:nth-of-type(odd) > tr {
    background-color: transparent;
}

/*
html body .table-striped tbody tr:last-of-type {
    border-bottom: 2px solid #2e6da4;
}
*/

    html body .table tbody tr:hover,
    html body .table-striped tbody tr:hover,
    html body .table-striped-orders tbody tr:hover {
        background-color: #eeeeee;
    }

    html body .table tbody tr.active-row,
    html body .table-striped tbody tr.active-row,
    html body .table-striped-orders tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }


html body .portlet {
    border-radius: 0;
}

html body .portlet > .portlet-title {
    border-radius: 0;
}


html body .portlet-title {
    background-color: #e0ebf9;
}

    html body .portlet-title > .caption,
    html body .portlet-title h3,
    html body .portlet.light > .portlet-title > .caption {
        padding: 0;
        float: inherit;
        font-size: 18px;
        line-height: inherit;
        margin: 5px;
        color: #337ab7;
    }


@media screen and (min-width: 980px) {
    html body.login-elis {
        background-color: #eeeeee;
    }

    html body .user-login-elis {
        margin: 0 auto;
        margin-top: 5rem;
        background-color: #fff;
        height: 550px;
        min-height: 550px;
        overflow: hidden;
        width: 60%;
        max-width: 1100px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

        html body .user-login-elis .login-bg {
            height: 550px;
            background-size: cover;
            background-position-x: left;
        }
}

@media screen and (max-width: 980px) {
    html body.login {
        background-color: #ffffff;
    }

    html body .user-login-elis {
        margin: 0 auto;
        background-color: #fff;
    }

    html body .user-login-elis .login-content,
    html body .user-login-elis .login-footer {
        margin: 0 auto;
    }

    html body .user-login-elis .login-bg {
        height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

html body .user-login-elis .login-bg {
    text-align: center;
    padding-top: 20%;
}

html body .user-login-elis .login-logo {
    max-width: 80%;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}


html body .user-login-elis .login-content {
    width: 95%;
}

html body .login-footer {
    text-align: center;
    width: 90%;
    margin: 25px auto;
}

html .page-sidebar .page-sidebar-menu > li.heading,
html .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading {
    padding: 0px;
}

html .page-sidebar-menu .heading > a {
    display: block;
}

html .page-sidebar-menu .heading i {
    display: inline-block;
    float: right;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.opacity-disabled {
    opacity: 0.5;
    filter: opacity(0.5);
    -webkit-filter: opacity(0.5);
}

/* Page Heading */

html section.content-header {
    margin: -25px -20px 20px -20px;
}

html section.content-header h1 {
    color: #337ab7;
    margin: 0px;
    background-color: #e0ebf9;
    padding: 10px;
    font-size: 0;
}

html section.content-header h1 small {
    font-size: 24px;
    color: #337ab7;
}

.breadcrumb > li + li:before {
    color: #72a5d0;
}

/*
html section.content-header h1 small::before {
    content: "\f1b3";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    margin-right: 5px;
    color: #486fa4;
    -webkit-font-smoothing: antialiased;
}
*/
html .breadcrumb {
    background-color: #ccdff9;
    border-top: 1px solid #ced9e3;
    border-bottom: 1px solid #ced9e3;
    color: #777;
    border-radius: 0px;
    box-shadow: 0px 5px 5px #e6ecf3;
}


html .breadcrumb li, html .breadcrumb .active {
    color: #868686;
}

.breadcrumb .fa-dashboard::before {
    content: "\f015";
}

html .portlet.light.bordered {
    border: 1px solid #ced9e3 !important;
}

html .portlet.light.portlet-fit > .portlet-title {
    padding: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #ced9e3;
    min-height: auto;
}

html body .portlet-title > .caption, html body .portlet-title h3, html body .portlet.light > .portlet-title > .caption {
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html .logo-default {
    max-width: 100px;
    max-height: 28px;
    margin-top: 5px;
}

.login-content h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.login-content h1 img {
    max-height: 42px;
    vertical-align: bottom;
}

.page-header.navbar .menu-toggler.sidebar-toggler-left {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.Menu .menu-row h4 {
    height: 20px;
}

.Menu .menu-row a {
    display: block;
    overflow: hidden;
}

.Menu .menu-row a:hover {
    text-decoration: none;
    background-color: #ced9e3;
}

.Menu .menu-row .img-responsive {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.Menu .menu-row .note {
    background-color: #eee;
    height: 80px;
    margin: 0 !important;
}

.Menu h4 {
    font-weight: 800;
    color: #000;
}

.text-light {
    color: #eeeeee !important;
}

body .nav-pills > li > a, body .nav-tabs > li > a {
    border-radius: 4px;
}

.m-d {
    margin: 5px;
}

.mx-d {
    margin: 0 5px;
}

.my-d {
    margin: 5px 0;
}

/* Mobile Menu */

.c-nav-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #eee;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.1);
}

.c-nav-mobile-item {
    text-align: center;
    width: 20%;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}

.c-nav-mobile-item:hover, .c-nav-mobile-item:active {
    text-decoration: none;
}

.c-nav-mobile-item.active {
    color: #337ab7;
    text-decoration: none;
}

.c-nav-mobile-item i {
    display: block !important;
    margin: 0 auto;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Menu */

.content-menu, .content-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-menu .sidebar-search {
    display: none;
}

.content-menu li a {
    display: block;
    padding: 0.8rem;
    font-size: 1.8rem;
    color: #333;
    text-decoration: none;
}

.content-menu .sub-menu {
    display: none;
}

.table-with-inputs tbody td span {
    display: inline-block;
    padding: 7px;
}

.panel-shadow {
    padding: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* Result */

.has-result td {
    background-color: rgb(128, 198, 213, 0.15);
}

@media (min-width: 992px) {
    .page-content-wrapper .page-content.sidebar-hidden {
        margin-left: 0;
    }

    body .page-sidebar-wrapper {
        position: fixed;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }

}

.results-content-header {
    position: fixed;
    width: 100%;
    z-index: 6;
}

.results-controls {
    position: fixed;
    width: 100%;
    top: 130px;
    padding-top: 10px;
    z-index: 5;
}

/* BTN new style */

html body .btn {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    body {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        height: 100vh;
    }

    html section.content-header h1, html section.content-header ol {
        padding-left: 2rem;
    }

    .page-footer {
        padding-bottom: 150px;
    }

    html body .page-header.navbar {
        padding: 0 20px 0 20px;
        position: fixed;
        clear: both;
    }

    .results-content-header {
        width: 100%;
    }

    body .page-sidebar-menu {
        top: 25px;
        left: 0;
        position: fixed;
        z-index: 999;
        background-color: #2b3643;
        width: 100vw;
        max-height: 80vh;
        overflow: auto;
    }

    .page-content-wrapper {
        padding-top: 50px;
    }

    html .page-header.navbar .top-menu {
        clear: none;
    }
}

@media (max-width: 480px) {
    html .page-header.navbar .top-menu {
        clear: none;
    }
}