@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

html,
body {
    height: 100%;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding-top: 0;
}

.navbar-brand {
    padding: 5px 15px;
    height: 55px;
}

.navbar-brand img {
    height: 100%;
}

.navbar-custom.navbar-inverse {
    background-color: #fff;
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    border-bottom: #f5f5f5 1px solid;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
}

.logout-btn {
    float: right;
    margin-top: 9px;
}

div.text-center > div.dataTables_paginate {
    text-align: center;
}

#spinner {
    display: none;
    width: 200px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    margin-left: -100px;
    margin-top: -25px;
    z-index: 10000;
    overflow: auto;
    font-size: 16px;
}

table.dataTable thead [data-orderable="false"] {
    cursor: auto;
}

table.dataTable thead [data-orderable="false"].sorting_desc::after,
table.dataTable thead [data-orderable="false"].sorting_asc::after {
    opacity: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", sans-serif;
}

table.dataTable thead .sorting:after {
    content: "\f338";
}

a.asc:after,
.sorting_asc:after {
    content: "\f15d" !important;
}

a.desc:after,
.sorting_desc:after {
    content: "\f15e" !important;
}

.sort-numerical a.asc:after {
    content: "\f162" !important;
}

.sort-numerical a.desc:after {
    content: "\f163" !important;
}

.sort-ordinal a.asc:after {
    content: "\f160";
}

.sort-ordinal a.desc:after {
    content: "\f161";
}

.panel-btn {
    margin: -52px 3px 0 0;
    float: right;
}

.panel-btn .pagination {
    margin-top: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -45px;
    padding: 0 0 60px;
}

.footer {
    height: 45px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 12px 15px;
}

.multiselect {
    text-align: left;
}

.multiselect-container {
    min-width: 100%;
}

.multiselect-item.filter .input-group {
    width: 100%;
}

.error-summary {
    color: var(--swoogo-red-100);
    background: #FDF7F7;
    border-left: 3px solid var(--swoogo-pink-100);
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media (min-width: 768px) {
    .snapshot-attribute .text-right {
        width: 10%;
    }
}