#wrapper {
    font-family: "Inter",sans-serif;
}

body {
    font-family: "Inter",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5a5b5c;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather",serif;
    font-weight: 500;
    line-height: 1.1;
    color: #222020;
    font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

h2 {
    font-size: 1.5em;
    padding-bottom: 9px;
    /* color: #53585f; */
}

h3 {
    font-size: 1.35em;
    padding-bottom: 9px;
    /* color: #53585f; */
}

.navbar {
    height: 78px;
}

.navbar h1 {
    color: #222020;
    font-family: "Merriweather",serif !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    letter-spacing: 0;
    margin-bottom: 12px !important;
    margin-top: 15px !important;
    height: auto;
    max-width: none;
    line-height: normal;
}

.navbar .navbar-brand img {
    content: url(https://www.aims.edu/sites/default/files/2022-07/Aims%20Logo%20Transparent.png);
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    max-width: 180px;
    margin-top: 5px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    background: #215691;
    padding: 0;
    list-style: none;
}

.sidebar-nav li a {
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-nav li a:hover {
    border-left: solid 6px #00A9A5;
    background: #223a6b;
}

.sidebar-nav li.no-click a {
    cursor: default;
    color: #fff;
}

.sidebar-nav a.current-page {
    background-color: #223a6b;
    color: #fff !important;
    border-left: solid 6px #00A9A5;
}

.nav-tabs {
    border: none;
    text-transform: none;
    text-decoration: none;
}

.nav-tabs .active a, .nav-tabs .active a:hover {
    color: #133153 !important;
    border: none !important;
    border-bottom: solid 6px #da1418 !important;
    font-weight: 400;
}

.nav .nav-tabs {
    background-color: #F3F6F8;
    border: 1px solid #D2DEE3;
    border-radius: 0;
    color: #133153;
    display: block;
    padding: 20px 32px;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    /* border-radius: 4px; */
    border-radius: 500px;
    transition: background-color .2s ease-out;
}

.btn a:hover {
    background-image: linear-gradient(0deg,rgba(34,32,32,0.1),rgba(34,32,32,0.1));
}

.btn-primary, .btn-default, .btn-main {
    color: #fff;
    background-color: #da1418;
    margin-top: 10px;
    /* border-color: #2e6da4; */
}

.table-buttons .btn-xs {
    border: none;
    background-color: #da1418;
    color: #fff;
}

.dynamic-filter-content .btn:not(.btn-stock) {
    color: #fff;
    background-color: #215691;
    border: 0;
    /* font-weight: bold; */
}

a {
    background-color: transparent;
    color: #215691;
}

.modal-footer a:not(.btn), .row a:not(.btn):not([role="tab"]):not([role="button"]):not(.thumbnail) {
    color: #215691;
    text-decoration: underline;
}

.ems-footer-logo {
    content: url(https://www.aims.edu/sites/default/files/2022-07/Aims%20Logo%20Transparent.png);
    max-height: 16px;
    max-width: 135px;
    margin: 4px 8px 4px 16px;
}

#login-sso-div .text-center {
    text-align: left;
}


#pendo-resource-center-module-title-container {
    padding: 0px;
    line-height: 1;
    text-align: center;
    position: relative;
    border-width: 7px 0px 0px;
    border-style: solid;
    border-color: #da1418;
    float: none;
    vertical-align: baseline;
    display: block;
}

#sidebar-wrapper {
    background: #fff;
    border-right: solid 2px #e5e5df;
    margin-top: 25px;
}

a.current-page:hover {
    border-left: solid 6px #00A9A5 !important;
}

#wrapper {
    font-family: "Inter",sans-serif;
}

body {
    font-family: "Inter",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5a5b5c;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather",serif;
    font-weight: 500;
    line-height: 1.1;
    color: #222020;
    font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

h2 {
    font-size: 1.5em;
    padding-bottom: 9px;
    /* color: #53585f; */
}

h3 {
    font-size: 1.35em;
    padding-bottom: 9px;
    /* color: #53585f; */
}

.navbar {
    height: 78px;
}

.navbar-brand{
    float: none !important;
}

.navbar h1 {
    color: #222020;
    font-family: "Merriweather",serif !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    letter-spacing: 0;
    margin-bottom: 12px !important;
    margin-top: 15px !important;
    height: auto;
    max-width: none;
    line-height: normal;
}

.navbar .navbar-brand img {
    content: url(https://www.aims.edu/sites/default/files/2022-07/Aims%20Logo%20Transparent.png);
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    max-width: 180px;
    margin-top: 5px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    background: #215691;
    padding: 0;
    list-style: none;
}

.sidebar-nav li a {
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-nav li a:hover {
    border-left: solid 6px #00A9A5;
    background: #223a6b;
}

.sidebar-nav li.no-click a {
    cursor: default;
    color: #fff;
}

.sidebar-nav a.current-page {
    background-color: #223a6b;
    color: #fff !important;
    border-left: solid 6px #00A9A5;
}

.nav-tabs {
    border: none;
    text-transform: none;
    text-decoration: none;
}

.nav-tabs .active a, .nav-tabs .active a:hover {
    color: #133153 !important;
    border: none !important;
    border-bottom: solid 6px #da1418 !important;
    font-weight: 400;
}

.nav .nav-tabs {
    background-color: #F3F6F8;
    border: 1px solid #D2DEE3;
    border-radius: 0;
    color: #133153;
    display: block;
    padding: 20px 32px;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    /* border-radius: 4px; */
    border-radius: 500px;
    transition: background-color .2s ease-out;
}

.btn a:hover {
    background-image: linear-gradient(0deg,rgba(34,32,32,0.1),rgba(34,32,32,0.1));
}

.btn-primary, .btn-default, .btn-main {
    color: #fff;
    background-color: #da1418;
    margin-top: 10px;
    /* border-color: #2e6da4; */
}

.table-buttons .btn-xs {
    border: none;
    background-color: #da1418;
    color: #fff;
}

.dynamic-filter-content .btn:not(.btn-stock) {
    color: #fff;
    background-color: #215691;
    border: 0;
    /* font-weight: bold; */
}

a {
    background-color: transparent;
    color: #215691;
}

.modal-footer a:not(.btn), .row a:not(.btn):not([role="tab"]):not([role="button"]):not(.thumbnail) {
    color: #215691;
    text-decoration: underline;
}

.ems-footer-logo {
    content: url(https://www.aims.edu/sites/default/files/2023-07/Spirit%20Mark%20Vector%20File-354x222-0f81676.png) !important;
    max-height: 16px;
    max-width: 135px;
    margin: 4px 8px 4px 16px;
}

#login-sso-div .text-center {
    text-align: left;
}


#pendo-resource-center-module-title-container {
    padding: 0px;
    line-height: 1;
    text-align: center;
    position: relative;
    border-width: 7px 0px 0px;
    border-style: solid;
    border-color: #da1418;
    float: none;
    vertical-align: baseline;
    display: block;
}

#sidebar-wrapper {
    background: #fff;
    border-right: solid 2px #e5e5df;
    margin-top: 25px;
}

a.current-page:hover {
    border-left: solid 6px #00A9A5 !important;
}

.booking-grid>div>.row:hover .btn-xs{
    background-color: #da1418 !important;
}

#bookings #filter-result-row #filter-column .btn-default {
    color: #fff;
}

.btn-default:hover {
    color: #333;
    background-color: #215691;
    border-color: #adadad;
}

.btn-success {
    background-color: #215691 !important;
    border-color: #166236;
}

.btn-success:hover{
    color: #fff;
    background-color: #da1418 !important;
    border-color: #da1418;
}

#bookings #filter-result-row .panel .panel-heading:not(#date-time-filters-header,#specific-room-filters-responsive,#responsive-attendee-header) {
    background-color: #eee !important;
    color: #5a5b5c !important;
}

#page-title-responsive h1 {
    float: none !important;
    margin-top: 10px;
}