﻿body {
    font-size: 0.92rem;
}

.form-select {
    font-size: 0.94rem;
}

.btn {
    font-size: 1rem;
}

.navbar-nav .user-menu .dropdown-menu .user-body a {
    font-size: 1rem;
}

th {
    font-weight: 500;
    white-space: nowrap;
}

.table thead tr th.sorting {
    position: relative;
    padding-right: 26px;
}
.table thead tr th.sorting::before {
    content: "\2191";
    position: absolute;
    right: 1.0em;
    opacity: 0.5;
}
.table thead tr th.sorting::after {
    content: "\2193";
    position: absolute;
    right: 0.5em;
    opacity: 0.5;
}

.table thead tr th.sorting_asc {
    position: relative;
    padding-right: 26px;
}
.table thead tr th.sorting_asc::before {
    content: "\2191";
    position: absolute;
    right: 1.0em;
}

.table thead tr th.sorting_asc::after {
    content: "\2193";
    position: absolute;
    right: 0.5em;
    opacity: 0.5;
}

.table thead tr th.sorting_desc {
    position: relative;
    padding-right: 26px;
}
.table thead tr th.sorting_desc::before {
    content: "\2191";
    position: absolute;
    right: 1.0em;
    opacity: 0.5;
}

.table thead tr th.sorting_desc::after {
    content: "\2193";
    position: absolute;
    right: 0.5em;
}

.table thead tr th a {
    color: #ffffff !important;
}

.table thead tr th a:hover {
    color: #ffffff !important;
}

.table thead tr th a:visited {
    color: #ffffff !important;
}

.table thead tr th,
.table tbody tr td {
    padding: 0.6rem;
}

.mr-0 {
    margin-right: 0px;
}

.mr-20 {
    margin-right: 1.25rem;
}

.content-padding-top {
    padding-top:72px;
}

.app-header {
    border-bottom: 1px solid #dddddd;
    background: #ffffff !important;
}

@media (max-width: 767px) {
    .main-header div .logo .logo-lg {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-header {
        margin-right: 0px !important;
    }
}

.logo-mobile {
    display: none;
}

@media (max-width: 767px) {
    .logo-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        margin-top: 80px;
    }
}

.pagination {
    justify-content: flex-end;
}

.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
    padding: .2em .2em;
    border-radius: 2px;
    border: 1px solid #d1d3e0 !important;
    margin: 0.15em;
    min-width: 40px;
}

.theme-primary .paging_simple_numbers .pagination .paginate_button.disabled a {
    color: #172b4c42;
}

.theme-primary .paging_simple_numbers .pagination .paginate_button.disabled:hover a {
    background-color: transparent;
    color: #172b4c42;
}

.theme-danger .paging_simple_numbers .pagination .paginate_button.disabled a {
    color: #172b4c42;
}

.theme-danger .paging_simple_numbers .pagination .paginate_button.disabled:hover a {
    background-color: transparent;
    color: #172b4c42;
}


.dataTables_paginate.paging_simple_numbers .pagination .paginate_button:last-child a {
    margin-right: 0px;
}

.page-item .page-link {
    color: #172b4c;
}

@media (max-width: 991px) {
    .dataTables_info {
        justify-content: center;
        display: flex;
        padding-bottom: 0.5em;
    }
    .dataTables_paginate.paging_simple_numbers {
        justify-content: center;
        display: flex;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mh-40 {
    max-height: 40px;
}

.mw-80 {
    min-width: 80px;
}

.mww-40 {
    min-width: 40px;
    width: 40px;
}

.table-box-body {
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: block;
    }
}

@media (min-width: 768px){
    .sidebar-mini.sidebar-collapse .main-header .logo-box {
        width: 19.29rem;
    }
}

.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    box-shadow: none;
}

.light-skin.sidebar-open .sidebar-menu > li > .treeview-menu {
    box-shadow: none;
}

.main-header .logo {
    height: 68px;
}

.main-header .logo .logo-lg {
    line-height: 68px;
}

.main-header .navbar {
    min-height: 68px;
}

.navbar-custom-menu .navbar-nav > li {
    height: 68px;
}

.main-header .r-side .btn-group a {
    margin: 11px 5px;
}

.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
    margin: 11px 5px;
}

.navbar-custom-menu .navbar-nav > li > .label {
    top: 4px;
}

@media (max-width: 767px) {
    .main-header .navbar {
        padding: 0px 5px;
    }
}

.main-sidebar {
    padding-top: 80px;
}

.sidebar-menu {
    list-style: none;
    margin: 0 0px;
    padding: 0px 0px 50px 0px;
}

.sidebar-collapse .sidebar-menu.tree {
    padding-bottom: 50px;
    margin: 0;
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 0px;
        margin-top: 68px;
    }
}

@media (max-width: 767px) {
    .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
        background-color: #cde3f9 !important;
        border-radius: 100px;
    }

    .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
        color: #4c95dd !important;
        background-color: #cde3f9 !important;
    }
}

@media (max-width: 767px) {
    .theme-danger.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
        background-color: #ffe1d5 !important;
        border-radius: 100px;
    }

    .theme-danger.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
        color: #e66430 !important;
        background-color: #ffe1d5 !important;
    }
}

.app-box-header {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
    display: flex;
    align-items:center;
}

.hidden {
    display: none;
}

.notification-width {
    min-width: 300px;
    max-width: 320px;
}

.notification-message {
    font-size: 12px !important;
}

.img-upload {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    border-radius: 50%;
}

.logo-svg {
    height: 46px;
}

.app-checkbox {
    position: relative !important;
    width: 18px;
    height: 18px;
    top: 6px;
    left: 0 !important;
    opacity: 1 !important;
}

.logo-login {
    margin-top: 10px;
    max-height: 60px !important;
}

.img-grid {
    max-height: 40px;
    max-width: 40px;
    width: auto;
    height: auto;
    border-radius: 50%;
}

.menu-picture {
    max-height: 120px;
    max-width: 120px;
    width: auto;
    height: auto;
    border-radius: 12px;
}

.menu-picture-upload {
    width: 240px;
    height: 240px;
    margin-top: 10px;
    border-radius: 24px;
}

.shadow-left {
    box-shadow: -2px 0px 8px 1px #cccccc;
    border-top: 1px solid #dddddd;
}

.breadcrumb-item {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .breadcrumb-item {
        font-size: 0.9rem;
    }
}

.text-danger.field-validation-error {
    color: #ff562f !important;
}

.badge.badge-primary {
    background-color: #4c95dd !important;
    color: #ffffff !important;
}

.badge.badge-danger {
    background-color: #e66430 !important;
    color: #ffffff !important;
}
.dropdown-menu.show {
    right: 0% !important;
}

.website-image {
    max-height: 120px;
    max-width: 120px;
    width: auto;
    height: auto;
}

.website-image-upload {
    max-width: 240px;
    max-height: 240px;
    width: auto;
    height: auto;
    margin-top: 10px;
}