@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .hide-mobi {
        display: none;
    }
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

body, html {
    font-size: 0.9em;
    line-height: 0.9em;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    color: rgba(0,0,0, 0.8);
}

button.form-control {
    height: auto;
}

.kv-sort-icon {
    display: none;
}

#content .table th {
    color: #1c6e9f !important;
    padding: 0.3045em 0.532875em !important;
    white-space: nowrap;
    font-weight: normal;
}

#expense-list-form .table td {
    padding: 0;
}

#content .table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#content .table tbody tr:not(.client-approval-table):hover {
    cursor: pointer;
    background-color: #0173C7 !important;
    color: white;
}

.page-stats-table tbody tr:hover {
    cursor: unset !important;
    color: unset !important;
}

.page-stats-table tbody tr:nth-child(odd):hover {
    background-color: rgba(250, 250, 251, 1) !important;
}

.page-stats-table tbody tr:nth-child(even):hover {
    background-color: unset !important;
}

#expense-list-form .table tbody tr:hover {
    background: none;
}

.table-bordered th, .table-bordered td {
    border: none;
}

#content table.table-bordered thead a {
    color: #1C6E9F;
}

#content, #container {
    padding: 0;
    margin: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #000000BF;
}

a:hover {
    text-decoration: none;
}

label {
    margin-bottom: 0.3em;
    font-size: 12px;
}

.invalid-feedback {
    font-size: 12px;
}

.navbar {
    height: 3em;
}

.fa-check, .fa-ban {
    display: none;
}

.btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    box-shadow: none !important;
}

.modal-header, .modal-footer {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.row {
    margin-left: 0;
}

.btn-warning {
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}

.btn-warning:hover
{
    background-color: #c0c1c2;
    border-color: #c0c1c2 ;
}

.btn-warning:active
{
    background-color: #adaeaf !important;
    border-color: #adaeaf !important;
}

.btn-warning:focus, .btn-warning.focus {
    background-color: #adaeaf !important;
    border-color: #adaeaf !important;
}

#content table.table tbody tr:nth-child(odd):not(:hover) {
    background-color: rgba(250, 250, 251, 1);
}

.btn-outline-warning {
    color: #adaeaf;
    border-color: #adaeaf;
}

/* CONTENT */
#content {
    margin-top: 1em;
}

.button-row {
    margin-top: 0.5em;
}

.col {
    padding-left: 0;
}


/* SIDEBAR */
#sidebar {
    padding: 1em 0 1em 1em;
}

div.menu-item, .mobile-menu-item {
    display: block;
    border: 1px solid rgba(0,0,0, 0.05);
    border-bottom: none;
}

div.menu-item:last-child, .mobile-menu-item:last-child {
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}

div.menu-item a {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 1em;
    text-decoration: none;
}

div.menu-item a.active, a.active {
    //border-color: #0173C7;
    color: #0173C7;
    background-color: rgba(0, 0, 0, 0.01);
}

.mobile-menu {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 999;
}

.mobile-menu-item {
    height: 3em;
    line-height: 3em;
    padding-left: 1em;
    text-decoration: none;
    width: 20em;
}

/* FOOTER */

.footer {
    margin-top: 8em;
    font-size: 12px;
}

/* SUB MENU ITEMS */
.sub-menu-item {
    display: inline-block;
    padding: 7.35px 11.6375px;
    text-decoration: none;
    margin-bottom: -3px;
}

.sub-menu-active {
    border-bottom: 3px solid #D95C5C;
}

/*.sub-menu-active a {*/
    /*display: none;*/
    /*color: #D95C5C !important;*/
/*}*/

.sub-menu-item:hover {
    text-decoration: none;
}

#admin-navbar {
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
}

/* PAGE STATISTICS */

.page-statistics-table thead {
    background: none;
    text-transform: uppercase;
    font-weight: normal;
}

.page-statistics-content .pagination {
    margin-right: 2em;
}

/* EXPENSE LIST FORM */
#expense-list-form .card {
    border: none;
}

#expense-list-form .kv-table-header {
    background: none;
}

#expense-list-form .kv-panel-after {
    padding-left: 0;
}

#expense-list-form .kv-table-header th {
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
}

#expense-list-form .form-control-sm {
    border-radius: 0;
    font-size: 12px;
    padding: 0px 3px 0px 3px;
    height: 2em;
}
#expense-list-form td {
    padding: 0;
}

#expense-list-form table tbody tr {
    border-bottom: 1px solid #d9d9d9;
}

#expense-list-form table thead tr:not(:first-child) {
    border-bottom: 1px solid #d9d9d9;
}


.group-th {
    text-align: center;
    padding: 0 !important;
}

.group-1 th {
    border-bottom: 3px solid #fff7cc;
}

.group-2 th {
    border-bottom: 3px solid #e1ffdb;
}
#expense-list-form input {
    border: 0;
}
#expense-list-form .form-control:focus {
    box-shadow: none;
}
#expense-list-form td {
    border: 0;
}

.rc-handle-container {
    max-width: 70% !important;
}

/*LOGIN*/
.login-container {
    margin-top: 50px;
}

.azure-login-button {
    background-color: #1C6E9F;
    color: white;
}

.azure-login-button:hover {
    background-color: #1a638e;
    color: white;
}

#expense-list-form table td {
}

.custom-file-label {
    top: auto;
    right: 1.3em;
    height: calc(1.5em + 0.75rem);
}

.custom-file-label::after {
    padding: 0.25rem 0.75rem
}

/* HEADER */

header {
    height: 3em;
    font-size: 12px;
    color: white;
    overflow: hidden;
}

.navbar {
    padding: 0;
    position: unset;
}

.nav-link {
    display: unset;
    padding: 1.5em;
}

header a:not(.dropdown-item), header a:not(.dropdown-item):hover, header a:not(.dropdown-item):active {
    height: 3em;
    color: white;
    padding: 1.5em;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #d9d9d9;
}

header a:hover, .menu-icon:hover {
    background-color: #566166;
    cursor: pointer;
}

.menu-icon {
    padding: 0.7em;
}

/* PAGINATION */
.pagination {
    margin-top: 0.5rem;
}

.page-link {
    padding: 0.25rem 0.5rem;
}

.page-item.active .page-link {
    background-color: #0173C7;
    border-color: #0173C7;
}

.action-item:hover, .no-action-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.table-type-1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.table-type-1 thead {
    background: none;
    text-transform: uppercase;
    font-weight: normal;
}

.table-type-1 .pagination {
    justify-content: center;
    margin-right: 2em;
}

.table-type-1 td {
    padding: 0.3045em 0.532875em !important;
    line-height: 15px;
    font-size: 12px;
}

.table {
    color: rgba(0,0,0,0.8);
    width: auto;

}

.info-label {
    font-size: 0.9em;
}


.scrolltop {
    overflow-y:hidden;
    overflow-x: auto;
    width: 100px;
    height: 20px;
}

.scrolltop div {
    height: 20px;
}

.img-fluid {
    max-width: 75%;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #ced4da !important;
    background-image: unset !important;
    border-radius: 0.2rem
}

.chosen-container-active .chosen-choices {
    border: 1px solid #ced4da !important;
    box-shadow: unset !important;
    border-radius: 0.2rem
}

.search-choice {
    background-image: unset !important;
}

.delete-btn {
    margin-right: 15px;
}

.search-result-item {
    height: 1em;
}

.search-result-item:hover {
    cursor: pointer;
    background-color: #0173C7;
    color: white;
}

.notification-count {
    position: absolute;
    top: -5px;
    left: -9px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 15px;
    font-size: 10px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-style: normal;
}

.notification-bell {
    font-size: 15px;
    position: absolute;
    top: -1px;
    left: 13px;
}

.approval-button {
    width: 75px;
}

.tile {
    background-color: aliceblue;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.warning-row {
    background-color: #ffc7c7 !important;
}

.custom-control-label {
    padding-top: 0.3em;
}

.close {
    line-height: unset;
}


/*CHOSEN BOOTSTRAP FIX*/

/*.chosen-container-multi .chosen-results {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    padding: 0.25rem 0.5rem;*/
/*    font-size: 0.875rem;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.2rem;*/
/*}*/

/*.chosen-container.chosen-with-drop .chosen-drop {*/
/*    border-radius: 7px;*/
/*    font-size: 12px;*/
/*}*/

.bg-stripe {
    background-color: #00000012;
}

.bg-warning-sif {
    background-color: #ffc10763 !important;
}

.bg-success-sif {
    background-color: #28a7454f !important;
}

/*.frozen-column-1 {*/
/*    position: sticky;*/
/*    left: 0;*/
/*    width: 150px;*/
/*    z-index: 2;*/
/*}*/

/*.frozen-column-2 {*/
/*    position: sticky;*/
/*    left: 150px;*/
/*    width: 150px;*/
/*    z-index: 2;*/
/*}*/

.chosen-container-single .chosen-single {
    background: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    height: calc(1.5em + 0.5rem + 2px);
}

h1, h2, h3, h4, h5 {
    color: rgba(0, 0, 0, 0.8);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    height: calc(1.5em + 0.5rem + 2px);
}