﻿
h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.modal-content {
    margin-top: 100px;
    width: 80%;
    left: 10%;
}

.multiselect-container > button > span > label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

.searchHeader {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.5em;
}

.gen-page-title {
    font-size: 1.167em;
    font-size: 1.5em;
    margin-bottom: 0.2em;
    font-weight: normal;
    color: #266BA1;
}

#gen_page_header {
    font-size: 25px;
    line-height: 30px;
    margin: 10px 40px;
    color: white;
}

.input-group-addon {
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal {
    --bs-modal-width: 100%;
}


.modal-header {
    display: inline;
}

.nav-link {
    transition: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn {
    white-space: nowrap;
}

.btn.btn-primary.btn-file {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    border-radius: 0 0;
}

.nav-link.dropdown-toggle.show {
    color: #555 !important;
    background-color: #e7e7e7 !important;
}

.navbar-nav .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0;
    font-size: 14px !important;
    left: auto !important;
    right: 0px;

}

.dropdown-item {
    color: #555 !important;
}

.container-fluid .navbar-header {
    margin-left: auto;
    margin-right: 0px;
    overflow: auto;
}

.datepicker,
.table-condensed {
    width: 250px;
}

/*Ajax loading overlay*/
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999;
}

#loading {
    align-content: center;
    text-align: center;
    width: 100px;
    height: 87px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.vertical-space-after {
    margin-bottom: 20px;
}

.vertical-space-before {
    margin-top: 20px;
}

.gen_link_black {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link_white {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.gen_link_black:hover {
    color: #000000;
}

.gen_link_white:hover {
    color: white;
}

.gen-footerlink {
    color: white;
    text-decoration: none;
}

.gen-footerlink:hover {
    color: white;
    text-decoration: underline;
}

.gen-footerlink:visited {
    color: white;
    text-decoration: none;
}

.gen-form-panel {
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
}

#gen_header {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0px auto !important;
}

#gen_body {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0px auto !important;
}
