/* Site styles*/
.clickable {
    cursor: pointer;
}

.ntg-panel-container {
    min-height: calc(100vh - 144px - 78px);
}

#bottom-menu-space-fix {
    height: 30px;
}

.global-loading-div {
    position: fixed;
    left: calc(50% - 100px);
    top: calc(50% - 50px);
    width: 200px;
    height: 100px;
    z-index: 1003;
    overflow: hidden;
    color: #2E979C;
}

    .global-loading-div svg {
        width: 100%;
        height: 100%;
    }

.globl-loading-div-text {
    font-size: 24px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #2E979C;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.field-required:after {
    content: ' *';
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

.imagelink {
    text-decoration: none;
}

.center-image {
    display: inline-block;
}

.center-image-container {
    text-align: center;
}

.no-results-row {
    text-align: center;
    color: gray;
    font-style: italic;
}

.short-input {
    width: 200px;
}

.big-middle-icon {
    font-size: 1.5em !important;
    margin-right: 5px;
    vertical-align: middle;
}

.large-checkbox {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.scroll-panel {
    max-height: 400px;
    overflow-y: auto;
}
/* NT Theme Overrides */
a.btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Bootstrap overrides and additions*/
.popover {
    max-width: 500px; /*custom max-width, default is too small*/
}

.navbar-brand {
    /* avoid long titles breaking layout by hiding overflow and showing an elipse instead */
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*Toastr override*/
#toast-container > div {
    opacity: 1 !important;
}

.toast-top-right {
    top: 180px !important;
}
/* font-awesome helpers */
.fa-large {
    font-size: 4em !important;
}

.fa-med {
    font-size: 2em !important;
}

.system-message-title {
    font-weight: bold;
    font-size: 1.4em;
}

.article-warning h1 {
    margin-top: 0px;
    color: #8a6d3b !important;
}

.article-warning p {
    color: #8a6d3b !important;
}

.article-warning h2 {
    color: #8a6d3b !important;
}

.article-warning li {
    color: #8a6d3b !important;
}

.article-info h1 {
    margin-top: 0px;
    color: #3e567c !important;
}

.article-info p {
    color: #3e567c !important;
}

.article-info h2 {
    margin-top: 0px;
    color: #3e567c !important;
}

.article-info h3 {
    margin-top: 0px;
    color: #3e567c !important;
}

.article-info li {
    color: #3e567c !important;
}

.article-info a {
    color: #3e567c !important;
}

.bootstrap-select .bs-actionsbox .btn-group {
    display: inline-flex;
    width: 50%;
}


.g-recaptcha {
    width: 304px;
}

.popover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    -webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    -moz-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
