body {
    padding-top:53px;
    min-width: 350px !important;
    min-height: 500px !important;
    overflow-y:scroll;
}

.content {width: 100%;}

.width-150 {width:150px!important;}
.width-175 {width:175px!important;}

.alert-body {display:inline-block; width:97%;}

.header-line {
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
}

.dropdown-app .dropdown-menu {
    background-color: #f4f8ff;
    border-color:#6c757d;
    width: 250px !important;
}
.dropdown-app .dropdown-item:focus, .dropdown-app .dropdown-item:hover {
    background-color: #e3e4e5;
}
#dropdown-menu-head {
    background-color: #f4f8ff;
    border-color:#6c757d;
    width: 250px !important;
}
#dropdown-menu-head p {
    color: #ffffff;
    background-color: #2086C3;
    border-radius: 4px 4px 0 0;
}
#dropdown-menu-head .dropdown-divider:first-of-type {
    border-color:#6c757d;
    margin-top:0;
}

.navbar-brand {
    font-size: 36px;
    font-family: 'Rationale', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    font-style: normal;
}

.navbar-brand small {
    text-transform: none;
    font-style: italic;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:#000;
    border-color: #d2d2d2 #d2d2d2 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #b8bbbe #b8bbbe #f2f6fa;
}
.sidebar {
    min-width: 230px;
    max-width: 230px;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
}
.sidebar ul li a {
    display: block;
    padding: .35rem 1rem;
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}
.sidebar ul li a span {
    display:inline-block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1;
    width: 16px;
}
.sidebar ul li a:hover, .sidebar ul .active a {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .25);
}
.sidebar ul ul a {
    padding-left: 2.5rem;
    background: rgba(0, 0, 0, .25);
}
.sidebar ul li hr {
    border-color: rgba(255, 255, 255, .75); width:90%;
}
.sidebar [data-toggle="collapse"] {
    position: relative;
}
.sidebar [data-toggle="collapse"]:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}
.sidebar [aria-expanded="true"] {
    background: rgba(0, 0, 0, .25);
}
.sidebar [aria-expanded="true"]:before {
    content: "\f0d8";
}
.sidebar.toggled {
    margin-left: -230px;
}

.bg-darkblue {background-color: #0D47A1!important;}

.btn-light2 {
    color: #212529;
    background-color: #dee2e6;
    border-color: #ced4da;
}
.btn-light2:hover {
    background-color: #ccd0d4;
}
.btn-xs {
    padding:0.1rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-darkblue {
    color: #fff;
    background-color: #0D47A1;
    border-color: #0D47A1;
}
.btn-darkblue:hover {
    color: #fff;
    background-color: #336DC7;
    border-color: #2761BB;
}
.btn-bluegrey {
    color: #fff;
    background-color: #557A95;
    border-color: #557A95;
}
.btn-bluegrey:hover {
    color: #fff;
    background-color: #3C617C;
    border-color: #2F546F;
}
.btn-darkred {
    color: #fff;
    background-color: #9B3334;
    border-color: #9B3334;
}
.btn-darkred:hover {
    color: #fff;
    background-color: #81191a;
    border-color: #680000;
}
.btn-group-bluegrey {
    border-right:1px solid white;
    margin-left: 0px !important;
}
.btn-group-bluegrey:hover {
    border-right:1px solid white;
}

.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #000000;
}

.text-darkred {color:#9B3334;}
.text-darkred:hover {color:#81191a;}

.card-gray .card-header, .card-gray .card-footer { background-color:#e9ecef; }
.card-header-title span:first-child { font-size: 1.2rem; }

.modal-gray .modal-header, .modal-gray .modal-footer { background-color:#e9ecef; }

.form-group label { margin-bottom: .2rem; }

.table-hover tbody tr:hover {background-color: #F7F9FB;}
.table-head, .table-head>td, .table-head>th {color: #fff;background-color: #2086C3;}
.table-xs th {font-weight: 500;}
.table-xs th, .table-xs td  {font-size: 14px;}
.table-card {border-width: 0;border-radius: 6px;}
.table-card th:first-child, .table-card td:first-child {border-left-width: 0;}
.table-card th:last-child, .table-card td:last-child {border-right-width: 0;}
.table-card tr:last-child td {border-bottom-width: 0;}
.table-card tr:last-child td:first-child {border-bottom-left-radius: 6px;}
.table-card tr:last-child td:last-child {border-bottom-right-radius: 6px;}

.fixed-table-toolbar {padding: 0 10px;background-color:#e9ecef;border-radius: 4px 4px 0 0;}
.fixed-table-toolbar .search {width:120px;}

@media (max-width: 1200px) {
    .alert-body {width:95%;}
}

@media (max-width: 992px) {
    .alert-body {width:93%;}
}

@media (max-width: 768px) {
    .sidebar {margin-left: -230px;}
    .sidebar.toggled {margin-left: 0;}

    .alert-body {width:90%;}
}

@media (max-width: 576px) {
    .navbar-brand {font-size:28px;}
}

@media (min-width: 480px) {
    .d-xs-none {display: none!important;}
    .d-xs-table-cell {display: table-cell!important;}
}
