:root{
    --base-color: #012169;
}
html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.footer img{
    margin: -20px;
    height: 28px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding-left: 5px;
}

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

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

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

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

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

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

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.main-header, .navbar-dark{
    background-color: var(--base-color) !important;
    /*border-bottom: 2px solid black;*/
}
.navbar-brand{
    color: white !important;
}
.navbar .active a, .navbar-header{
    /*background-color: var(--base-color) !important;*/
}
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.gly-spin {
    -webkit-animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.content-wrapper{
    background-color: inherit;
}
.pagination li a, .pagination li span{
    padding: 10px 14px;
    border: 1px lightgray solid;
    margin: 0 5px;
    border-radius: 4px;
    min-width: 30px;
    text-align: center;
    min-height: 30px;
}
.pagination li.active a{
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.info-box {
    display: block !important;
    padding: 0px;
}

.info-box .info-box-content {
    margin: .5rem;
}

.info-box-primary.info-box-outline {
    border-top: 3px solid #007bff;
}

.info-box>.info-box-footer {
    background: rgba(255, 255, 255, .1);
    color: rgba(0, 0, 0, .8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.info-box-primary>.info-box-footer {
    background: #007bff;
    color: white;
}

.info-box>.info-box-footer:hover {
    background: rgba(255, 255, 255, .15);
    color: rgba(0, 0, 0, 1);
}

.info-box-primary>.info-box-footer:hover {
    background: #0069d9;
    color: white;
}
tr.filters > td > .input-group.date{
    flex-wrap: nowrap;
    width: 180px;
}
.nav-item > .nav-treeview{
    margin-left: 15px;
}