li {
    list-style: none;
}

a {
    cursor: pointer;
}

.padding-onboarding {
    padding-top: 110px;
}

i.checkbox {
    font-size: 23px;
    margin-right: 8px
}

.body-freeze {
    overflow: hidden;
}

.no-margin p {
    margin-bottom: 5px;
}

button:focus {
    outline: none;
    outline: none;
}

.mobile-only {
    display: flex !important;
}

.table-responsive {
    display: table;
}

.content-holder {
    padding-top: 85px;
    padding-left: 265px;
}

.no-menu {
    padding-left: 0;
}

.no-records {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    padding: 30px;
}

.ipad-vert-only,
.ipad-horiz-only,
.desktop-only {
    display: none !important;
}

.modal-lg {
    max-width: 1024px;
}

.modal-content {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.full-screen-modal {
    position: relative;
}

.full-screen-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

.full-screen-modal .modal-backdrop.show {
    opacity: 1;
}

.full-screen-modal .close {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 100px;
    font-weight: 200;
}

agm-map {
    height: 300px;
}

.hover {
    cursor: pointer;
}


.mt-80 {
    margin-top: 80px;
}


.btn-warning,
.btn-warning:hover,
.btn-warning:active {
    color: #fff;
}

.text-light {
    color: #ccc !important;
}

.alert-success {
    background-color: #9adfaf;
    text-align: center;
    border-radius: 0;
}

.alert-success h2 {
    color: #199054;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-warning {
    background-color: #ffc107;
    text-align: center;
    border-radius: 0;
}

.alert-warning h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-danger {
    background-color:  #EB1A6E;
    text-align: center;
    border-radius: 0;
    border-color:  #EB1A6E;
}

.alert-danger h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-danger p {
    color: white;
}

.slide-box {
    width: 200px;
    height: 200px;
    background-color: red;
    color: white;
    position: fixed;
    z-index: 1001;
    top: 50px;
    right: -200px;
}

.slide-box-show {
    /*right: 0;*/
    animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
    100% {
        right: 0;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: auto;
    outline: 0;
}

.modal-header .close {
    padding: 8px 10px;
    position: absolute;
    right: -20px;
    top: 16px;
    background-color: #f9a831;
    color: white;
    opacity: 1;
}

.footer {
    margin-top: 60px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.footer span.no-wrap {
    word-wrap: none;
    white-space: nowrap;
}

.footer-logo {
    max-width: 100%;
}

.footer-bottom-bar {
    font-weight: 300;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #323b4d;
    color: #b9872b;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-bottom-bar a,
.footer-bottom-bar a:hover,
.footer-bottom-bar a:visited {
    color: #b9872b;
}

.footer .ql-size-large {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.modal-page {
    padding: 70px 0;
    width: 100%;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    color: white;
    height: 100vh;
    overflow: hidden;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.5;
}

.img-75 {
    width: 75%;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}

.no-decoration {
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

.confirm-close {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    background-color: #2b3b70;
    color: white;
    z-index: 9999;
}

.pac-container {
    z-index: 99999 !important;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
    text-align: left;
}

.list-group-item.active {
    background-color: #2b3b70;
    border-color: #2b3b70;
}

.list-group-item .badge {
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.wrap-text {
    white-space: pre-wrap !important;
    font-size: 15px !important;
}
.rating i {
    font-size: 45px!important;
    margin-bottom: 10px;
}
.rating i.success {
    color: #C7C450;
}

.rating i.warning {
    color: #00CA01;
}
.rating i.danger {
    color: red;
}
.rating p.success {
    color: #C7C450;
}

.rating p.warning {
    color: #00CA01;
}
.rating p.danger {
    color: red;
}

.menu-top {
    display: flex;
}

.menu-top-item {
    flex-grow: 1;
    height: 100px;
}

.menu-top-item + .menu-top-item {
    margin-left: 2%;
}


.handbook-menu-holder {
    display: block;
    padding: 10px;
    overflow: auto;
    background-color: white;
}

.handbook-menu .list-group {
}
.handbook-menu .list-group-item {
    padding: 0.4rem 0.15rem !important;
    font-size: 12px !important;
    cursor: pointer;
    border-bottom: 1px dotted rgba(0,0,0,.1)!important;
}
.handbook-html ul {
    padding-inline-start: 40px!important;
}
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background-color: #61c3d9;
    color: white;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}
.view-menu-button {
    position: fixed!important;
    bottom: 5px;
    left: 5px;
    background-color: #61c3d9;
    color: white;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}
.view-menu-button-top {
    position: fixed!important;
    top: 1px;
    right: 12px;
    /*background-color: #61c3d9;*/
    color: #61c3d9!important;
    padding: 0;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    z-index: 9;
}
