@font-face {
    font-family: 'Century Gothic';
    src: url('vendor/bootstrap/fonts/GOTHIC.ttf') format('truetype');
}

@font-face {
    font-family: 'Century Gothic bold';
    src: url('vendor/bootstrap/fonts/GOTHICB.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    /* Support for IE. */
    font-feature-settings: 'liga';
}

html {
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
}
h3 { font-size: 16px; }

h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

h6 { font-size: 12px; }

a {
    color: #097C83;
    color: var(--greenDark);
    font-weight: bold;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #00684e;
        color: var(--greenSecondary);
        font-weight: bold;
        text-decoration: none;
    }
iframe { background: url(./Images/loader.gif) center center no-repeat;}
.modal-full-screen { height: 90vh;}
.modal-full-screen > .modal-content { height: 90vh; }

/*FIX SCROLL ON IOS*/
.table-scroll-container {
    max-width: none !important;
    -webkit-overflow-scrolling: touch !important;
}
/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,104,78,0.80);
    background: -moz-linear-gradient(top, rgba(0,104,78,0.80) 0%, #00684e 50%, rgba(0,104,78,0.80) 100%);
    background: -webkit-gradient(linear, top left, bottom right, color-stop(0%, rgba(0,104,78,0.80) ), color-stop(50%, #00684e ), color-stop(100%, rgba(0,104,78,0.80) ));
    background: -webkit-linear-gradient(top, rgba(0,104,78,0.80) 0%, #00684e 50%, rgba(0,104,78,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,104,78,0.80) 0%, #00684e 50%, rgba(0,104,78,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,104,78,0.80) 0%, #00684e 50%, rgba(0,104,78,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,104,78,0.80) 0%, #00684e 50%, rgba(0,104,78,0.80) 100%);
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,104,78,0.80) ', endColorstr='rgba(0,104,78,0.80) ', GradientType=1);
}
.input-picker { width: 100%; }

.password-strong {
    padding: 10px;
    background-color: #097C83;
    background-color: var(--greenDark);
    color: #FFFFFF;
}
.password-weak {
    padding: 10px;
    background-color: #e63b3b;
    color: #FFFFFF;
}
.user-title-banner {
    font-size: 30px;
    line-height: 32px;
    margin-top: -5px;
}
.user-title-banner-logged {
    font-size: 19px;
    line-height: 37px;
    margin: 0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-fluid, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}
.h-auto { height: auto !important; }
.inline { display: inline-block; }
.checkbox-label { padding-left: 8px !important;}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.divider-table {
    border-right: 1px solid rgba(153, 153, 153, 0.54);
    padding-right: 25px;
}
.colspan-2 { column-span: 2;}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.alert-success {
    background-color: var(--greenDark);
    color: #fff;
    color: var(--white);
    border-color: #097C83;
    border-color: var(--greenDark);
}
.green-text { color: #00684e !important; }



.greenPrimary-icon {
    color: var(--green) !important;
    background-color: transparent;
    border: 0;
}

.greenSecondary-icon {
    color: var(--greenSecondary) !important;
    background-color: transparent;
    border: 0;
}

.last-access {
    padding-right: 30px;
    padding-left: 0;
}
.navbar { margin-bottom: 0;}
.navbar-default .navbar-nav > li > .green-text {
    color: #097C83;
    color: var(--greenDark);
    font-weight: bold;
}
    .navbar-default .navbar-nav > li > .green-text:hover, .navbar-default .navbar-nav > li > .green-text:focus {
        color: #097C83;
        color: var(--greenDark);
        font-weight: bold;
    }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    background-color: #449900;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #449900;
    color: #fff;
}
.principal-menu {
    padding-left: 20px;
    height: 57px !important;
}
.principal-menu > .navbar-nav > li {
    height: 47px;
    font-size: 17px;
}
.principal-menu > .navbar-nav > li > a:hover {
    color: #555;
    background-color: #f1f1f1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: rgb(136,192,49);
    border-bottom: 7px solid rgb(136,192,49);
    background-color: #fff;
}

.green-list {
    background-color: #449900;
    color: #fff;
}
.green-list > li > a {
    color: #fff;
    background-color: #449900;
    padding: 10px;
}
.green-list > li > a:hover {
    color: #fff;
    background-color: #3c8205;
}
.slide {
    background-image: url(./Images/bg_akros.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.slide.p-11-20-20 {
    padding: 11px 20px 20px;
}
.slide.p-60-20-70 {
    padding: 45px 20px 38px;
}
/*BREADCRUMB----------------------------------------*/
.breadcrumb {
    background-color: #fff; background-color: var(--white);
}
.breadcrumb-item.active > .color-green {
    color: #6c757d !important;
}


/*InfoBox----------------------------------------*/
.container-infobox {
    background-color: #00684e;
    color: #fff;
    color: var(--white);
    border-left: 15px solid #fff;
    border-left: 15px solid var(--white);
    border-right: 15px solid #fff;
    border-right: 15px solid var(--white);
    position: relative;
}

.container-infobox h2 {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -1px;
}

.container-infobox h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255,255,255,0.7);
}

.container-infobox h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    color: var(--white);
}

.container-infobox p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    color: var(--white);
}

.container-infobox hr { border-color: #fff; border-color: var(--white); }

.user-icon {
    background-image: url(./images/icons/User-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62px;
    width: 100px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #449900;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.filter-container {
    border-bottom: 1px solid #ededed;
    padding-bottom: 29px;
}

.w-15 {
    width: auto;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.btn-primary-green {
    font-weight: 600;
    background-color: #fff;
    color: var(--greenDark);
    font-size: 18px;
    text-transform: uppercase;
}

.btn-primary-green:hover {
    color: #148733;
}

.btn-secondary-grey {
    font-weight: 600;
    background-color: #fff;
    color: #4A4A4A;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-secondary-grey:hover {
    color: var(--greenDark);
}
.container-general-balance {
    padding: 0px 0;
}
.btn-enter {
    border-radius: 0;
    color: #fff;
    color: var(--white);
    background-color: #00684e;
    border-color: var(--greenDark);
}
.btn-enter:hover, .btn-enter:focus {
    background-color: #00684e;
    background-color: var(--greenDark);
    border-color: #00684e;
    border-radius: 0;
}
.btn-danger {
    color: #d9534f;
    background-color: #fff;
    background-color: var(--white);
    border-color: #ccc;
}
.btn-danger:hover {
    color: #d9534f;
    background-color: #dfdbdb;
    border-color: #b8b5b5;
}

.workAreaContainer {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100vw - 1px);
    overflow-x: scroll;
}

/*CARD*/
.card {
    margin-bottom: 16px;
    border: 0;
}
.card-header-filter.collapsed {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    padding: 8px;
}
.card-header-filter {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    padding: 8px;
    border: 1px solid #dfdfdf;
}
.card-title-filter {
    font-size: 16px;
    font-weight: 600;
    color: #00684e;
    margin: 0;
}
.card-title-filter:hover {
    cursor: pointer;
}
.body-filter {
    background: #fcfcfc;
    border: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
}
.item-filer {
    padding: 16px;
}
.radio-container {
    display: flex;
    align-items: center;
}

/*TABLE*/
.container-scrollable {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 400px);
    overflow-y: auto;
    margin-bottom: 40px;
}

.border-green-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
}

.grand-total-table {
    background-color: #00684e;
    background-color: var(--greenSecondary);
    color: #ededed;
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 800;
}

.total-table {
    background-color: #ededed;
    color: #00684e;
    color: var(--greenSecondary);
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.total-table-partial {
    background-color: #c5dfd4;
    color: #00684e;
    color: var(--greenSecondary);
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.total-table-big {
    background-color: #00684e;
    background-color: var(--greenSecondary);
    color: #fff;
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.table-total-nat {
    background-color: rgba(222,240,222,0.28);
}


.table-scroll-container {
    height: auto;
    overflow-y: hidden;
}

.table-hover > tbody > .total-table {
    background-color: #ededed;
    color: #00684e;
    color: var(--greenSecondary);
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.table > tbody > tr.total-table:hover {
    background-color: #ededed;
    color: var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.table > tbody > tr.total-table-partial:hover {
    background-color: #c5dfd4;
    color: #00684e;
    color: var(--greenSecondary);
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

.table > tbody > tr.total-table-big:hover {
    background-color: #00684e;
    background-color: var(--greenSecondary);
    color: #fff;
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}


.table > tbody > .data1 { background-color: rgba(255,255,255,1);}
.table > tbody > .data2 { background-color: #f5f7f9;}
.table > tbody > .data2:hover { background-color: #eee; }
.table > tbody > .data3 { background-color: rgba(118,176,25,0.26);}
.table > tbody > .data3:hover { background-color: rgba(118,176,25,0.34); }
.table > tbody > .data4 { background-color: rgba(118,176,25,0.44);}
.table > tbody > .data4:hover { background-color: rgba(118,176,25,0.54);}
.table > tbody > .data5 {  background-color: rgba(118,176,25,0.67);}
.table > tbody > .data5:hover { background-color: rgba(118,176,25,0.87);}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > tbody > tr, .table > tbody > tr, .table > tfoot > tr, .table > tfoot > tr, .table > thead > tr, .table > thead > tr {
    border-top: 0 solid #ddd;
}
/* table-fixed*/
.table-fixed thead > tr > .divider-table, .table-fixed tbody > tr > .divider-table {
    border-right: 1px solid #d4d4d4;
}

.table-fixed thead {  width: 100%; }
.w-9 {
    width: 11.11%;
    float: left;
}
.table-fixed tbody {
    height: 840px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {  display: block;}

.table-fixed tbody td, .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

.total-table > tr {
    background-color: #c5dfd4;
    border-bottom: 2px solid #00684e;
    border-bottom: 2px solid var(--greenSecondary);
    text-transform: uppercase;
    font-weight: 600;
}

/*Grafico*/
.graphic-container { margin: 20px 0;}

.graphics-container {
    height: 898px;
    overflow-x: hidden;
    overflow-y: auto;
}

.image-graphic {
    width: 90% !important;
    height: auto !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.54);
}

/*helper class*/
hr {
    margin-bottom: 0;
    margin-top: 0;
}

.data-text {
    float: left;
    line-height: 30px;
    margin-top: 3px;
    padding-right: 11px;
}

.data-text > h3 { font-size: 16px; }
.dark-grey-text { color: #194F2A;}
.grey-text-bpm { color: #007961; }
.strong-title { font-weight: 600; }
h3.text-uppercase > span.fnt-sz15 {
    width: 100%;
    display: block;
    margin-left: 0;
}
.percent {
    color: #fff;
    color: var(--white);
    font-size: 12px;
    padding: 8px 13px;
    width: 69px;
    border-radius: 8px;
    background: rgba(9, 124, 131,1);
    background: -moz-linear-gradient(top, rgba(9, 124, 131,1) 0%, rgba(0, 104, 78,1) 50%, rgba(9, 124, 131,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 124, 131,1)), color-stop(41%, rgba(0, 104, 78,1)), color-stop(50%, rgba(0, 104, 78,1)), color-stop(100%, rgba(9, 124, 131,1)));
    background: -webkit-linear-gradient(top, rgba(9, 124, 131,1) 0%, rgba(0, 104, 78,1) 50%, rgba(0,163,0,1) 100%);
    background: -o-linear-gradient(top, rgba(9, 124, 131,1) 0%, rgba(0, 104, 78,1) 50%, rgba(9, 124, 131,1) 100%);
    background: -ms-linear-gradient(top, rgba(9, 124, 131,1) 0%, rgba(0, 104, 78,1) 50%, rgba(9, 124, 131,1) 100%);
    background: linear-gradient(to bottom, rgba(9, 124, 131,1) 0%, rgba(0, 104, 78,1) 50%, rgba(9, 124, 131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c031',endColorstr='#4ca611', GradientType=0 );
}

/*helper class - Font Size*/
.fnt-bd {  font-weight: bold;}
.fnt-sz11 {  font-size: 11px;}
.fnt-sz14 {
    font-size: 14px;
    line-height: 24px;
}
.fnt-sz15 { font-size: 15px; }
.fnt-sz16 { font-size: 12px; }
.fnt-sz20 { font-size: 20px; }
.fnt-sz25 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
}
.fnt-sz30 {
    font-size: 16px;
    margin-top: 0;
}
.fnt-sz40 { font-size: 40px; }
.fnt-sz50 { font-size: 50px; }

.w50-fl {
    width: 100%;
    float: left;
}

.w30-fl {
    width: 100%;
    float: left;
}

.h-57 {
    height: 57px;
}

.h-100 > tbody {
    height: 100%;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90px !important;
}

.p-10 {
    padding: 10px;
}

.pr-8 {
    padding-right: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-15 {
    padding-left: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-5 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-ml-5 {
    margin-top: -20px;
}

.mt-ml-20-to-5 {
    margin-top: 0px;
}

.mt-ml-20-5 {
    margin-top: 5px;
}

.mr-8 {
    margin-right: 8px;
}

.mt-mb-5 {
    margin: 5px 0;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-pb-60 {
    padding: 60px 0;
}

.pt-pb-5 {
    padding: 5px 0 0;
}

.pt-pb-5-bf {
    padding: 0 0 0;
}

.pt-pb-10-0-22 {
    padding: 10px 0 22px;
}

.lh-31 {
    line-height: 31px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.p-5 {
    padding: 5px 0 5px 5px;
}


.fl-db {
    float: left;
    display: block;
}

.view-after {
    display: inline;
}

.view-before {
    display: none;
}

.special-position {
    position: relative;
    top: 0;
}

.dspl-t-c {
    display: table-caption !important;
}

.line-grey {
    border-top: 1px solid #ededed;
}

.text-right {
    text-align: left;
}

.text-ever-left {
    text-align: left;
}

.text-ever-right {
    text-align: right;
}

.pull-right-fl1280 {
    float: left !important;
}

.pull-right-fl1038 {
    float: left !important;
}

.fl {
    float: left;
}

.fl-none {
    clear: both !important;
}

.flr {
    float: right;
}

.cl {
    clear: both;
}

.cl-before {
    clear: both;
}

.h-35 {
    height: 35px;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.list-unstyled > .pull-right-btn {
    float: left;
}

.alert-document {
    border: 1px solid #097C83;
    border: 1px solid var(--greenDark);
    border-left: 10px solid #097C83;
    border-left: 10px solid var(--greenDark);
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.w-auto-imp {
    width: auto !important;
}

.navbar-collapse {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-body {
    padding: 15px 0;
}

.over-auto {
    overflow: auto;
}

.rendimenti > div > .form-group {
    width: 164px;
    float: left;
    margin-right: 8px;
}

.rendimenti.form-group {
    margin-bottom: 0;
}

/*.disclaimer {
    background-color: #ededed;
    padding: 8px;
}

.disclaimer > h4 {
    margin-top: 5px;
}
*/
/*Paging*/
.pagination > .active > a,
.pagination > .active > a:hover {
    color: #ffffff;
    background-color: var(--greenDark) !important;
    border-color: #00684e !important;
    border-color: var(--greenSecondary) !important;
}

.pagination > li > a:hover {
    color: #00684e;
    color: var(--greenSecondary);
}

.pagination > li > a {
    color: var(--greenDark);
}


/* MEDIA */
@media (min-width:400px) {
    .mt-ml-20-to-5 {
        margin-top: 20px;
    }

    .mt-ml-5 {
        margin-top: 20px;
    }
}

@media (min-width:650px) {
    .mt-ml-20-5 {
        margin-top: 20px;
    }

    /*.table.table-fixed {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }*/

    h3.text-uppercase > span.fnt-sz15 {
        width: 100%;
        margin-left: 20px;
        display: inline;
    }

    .panel-group {
        margin-bottom: 20px;
    }

    .list-unstyled > .pull-right-btn {
        float: right;
    }

    .container-general-balance {
        padding: 20px 0;
    }

    .percent {
        color: #fff;
        font-size: 25px;
        padding: 10px;
        width: 120px;
    }

    .fnt-sz25 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: -4px;
        margin-top: 17px;
    }

    .fnt-sz16 {
        font-size: 16px;
    }

    .fnt-sz30 {
        font-size: 30px;
        margin-top: 15px;
    }

    .w50-fl {
        width: 57%;
        float: left;
    }

    .w30-fl {
        width: 35%;
        float: left;
    }

    .w-15 {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (min-width:768px) {

    .user-title-banner {
        font-size: 30px;
        line-height: 30px;
        margin-top: 18px;
    }

    .slide.p-60-20-70 {
        padding: 45px 20px 50px;
    }

    .container {
        width: 100%;
    }

    .fl-none {
        float: none !important;
    }

    .p-5 {
        padding: 5px;
    }

    .special-position {
        position: relative;
        top: -43px;
    }

    .pt-pb-5-bf {
        padding: 5px 0 0;
    }

    .text-right {
        text-align: right;
    }

    .pull-right {
        float: right !important;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {

    .navbar-collapse > .navbar-right > li {
        width: auto;
        float: right !important;
    }

    .logo {
        width: 300px;
        min-width: 300px;
        padding: 20px;
    }

    .container {
        width: 100%;
    }

    .table-scroll-container {
        height: 500px;
        overflow-y: hidden;
    }
}

@media (min-width:1000px) {
    .view-after {
        display: none;
    }

    .table-scroll-container {
        height: 500px;
        overflow-y: hidden;
    }

    .view-before {
        display: inline;
    }

    .text-right {
        text-align: right;
    }

    .pull-right {
        float: right !important;
    }

    .last-access {
        padding-top: 8px;
        padding-right: 32px;
        padding-left: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width: 1038px) {
    .pull-right-fl1038 {
        float: right !important;
    }
}

@media (min-width:1160px) {
    .cl-before {
        clear: none;
    }

    .w50-fl {
        width: 45%;
        float: left;
    }

    .table-scroll-container {
        height: 500px;
        overflow-y: hidden;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }

    .w50-fl {
        width: 45%;
        float: left;
    }

    .table-scroll-container {
        height: 500px;
        overflow-y: hidden;
    }
}

@media (min-width: 1240px) {
    .w50-fl {
        width: 40%;
        float: left;
    }
}

@media (min-width: 1269px) {
    .pull-right-fl1280 {
        float: right !important;
    }
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        padding: 13px 10px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .last-access {
        display: none;
    }

    .table-fixed {
        margin-top: 16px;
    }
}

@media (max-height: 700px) {
    .table-fixed tbody {
        height: 240px;
        overflow-y: auto;
        width: 100%;
    }
}

@media (max-height: 600px) {
    .table-fixed tbody {
        height: 190px;
        overflow-y: auto;
        width: 100%;
    }
}

@media (max-width: 358px) {
    .download-all {
        margin-top: 5px;
    }
}

.LoginErrorLabel {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--greenSecondary);
    background-color: var(--bgColor);
}