﻿:root {
    --royalblue: #0d56e7; /* #3755e6; */
    --azure: #2e6da4;
}

body, .body-content {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

a {
    color: var(--azure);
}

.navbar {
    background: #004A97;
}

.navbar-inverse, .navbar-brand, .navbar-nav > li > a, .navbar-text, .navbar > div.label {
    color: #ffffff !important;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.field-validation-error {
    color: red;
}

.clickable {
    cursor: pointer;
    background: #eeeeee;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.js-link {
    cursor: pointer;
}

.greyba {
    background-color: rgb(228, 225, 225) !important;
}

.line {
    white-space: nowrap;
}

.gap {
    padding-bottom: 10px;
}

.form-sub-table {
    background-color: ivory;
}

.radio-container {
    padding-left: 35px;
}

.force-line-wrap {
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    word-break: break-all;
}

.section-indent {
    display: inline-block;
    padding-left: 30px;
    text-indent: -30px;
}

.sub-section-indent {
    display: inline-block;
    padding-left: 20px;
    text-indent: -20px;
}

.bullet-indent {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
}

.bullet-indent:before {
    content: "• ";
}

.glyphicon.glyphicon-question-sign {
    font-size: 25px;
}

.radio-label {
    padding-top: 9px;
    vertical-align: middle;
}

.data-label {
    padding-top: 7px;
}

.overlay {
    /*background-color: silver;*/
    text-align: center;
    position: absolute;
    /*z-index: 1000;*/
    opacity: .7;
    color: red;
    font-weight: bold;
    pointer-events: none;
}

.overlay-cell {
    position: relative;
    display: block;
    pointer-events: none;
}

.ui-widget-content a { /* stop the accordion ui-widget-content from overriding the blue text through css inheritance */
    color: #337ab7 !important;
}

a {
    cursor: pointer;
}

a.menu-item {
    color: #333 !important;
}

.image-container {
    display: flex;
    justify-content: center;
}

.selected-item{
    background-color: #08C !important;
    color: white;
}

.ui-button {
  padding: 6px 12px !important;
}

.checkbox-label {
    cursor: pointer;
    font-weight: normal;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-gutters > .col,
.no-gutters > .col-xs-1, .no-gutters > .col-sm-1, .no-gutters > .col-md-1, .no-gutters > .col-lg-1, 
.no-gutters > .col-xs-2, .no-gutters > .col-sm-2, .no-gutters > .col-md-2, .no-gutters > .col-lg-2,
.no-gutters > .col-xs-3, .no-gutters > .col-sm-3, .no-gutters > .col-md-3, .no-gutters > .col-lg-3,
.no-gutters > .col-xs-4, .no-gutters > .col-sm-4, .no-gutters > .col-md-4, .no-gutters > .col-lg-4,
.no-gutters > .col-xs-5, .no-gutters > .col-sm-5, .no-gutters > .col-md-5, .no-gutters > .col-lg-5,
.no-gutters > .col-xs-6, .no-gutters > .col-sm-6, .no-gutters > .col-md-6, .no-gutters > .col-lg-6,
.no-gutters > .col-xs-7, .no-gutters > .col-sm-7, .no-gutters > .col-md-7, .no-gutters > .col-lg-7,
.no-gutters > .col-xs-8, .no-gutters > .col-sm-8, .no-gutters > .col-md-8, .no-gutters > .col-lg-8,
.no-gutters > .col-xs-9, .no-gutters > .col-sm-9, .no-gutters > .col-md-9, .no-gutters > .col-lg-9,
.no-gutters > .col-xs-10, .no-gutters > .col-sm-10, .no-gutters > .col-md-10, .no-gutters > .col-lg-10,
.no-gutters > .col-xs-11, .no-gutters > .col-sm-11, .no-gutters > .col-md-11, .no-gutters > .col-lg-11,
.no-gutters > .col-xs-12, .no-gutters > .col-sm-12, .no-gutters > .col-md-12, .no-gutters > .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

#template-layout-wrapper {
    margin: auto 0 5px auto !important;
    min-height: 100%;
    height: auto!important;
}

/* fix blue text back to black for anchors styled as buttons */
/*a.btn-default { 
    color: #333 !important;
}

.dropdown-menu > li > a {
    color: #333 !important;
}

a.dropdown-toggle a.navbar-brand {
    color: #9d9d9d !important;
}*/
.table-striped>tbody>tr.inactiveLimit {
  text-decoration: line-through
}

.table-striped p.inactiveLimitSetDesignators {
  text-decoration: line-through
}
.hrdivider {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.enforcementdivider {
  width: 100%; 
  height: 20px; 
  border-bottom: 1px solid black; 
  text-align: center;
}


.hrdivider span {
  position: absolute;
  top: -11px;
  background: #fff;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}

.question-icon, .exclamation-icon {
    width: 13px;
    height: 13px;
    background: #337ab7;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    font-weight: bold;
    margin: auto 3px;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.question-icon::before {
    content: '?';
}
.exclamation-icon::before {
    content: '!';
}

.label.label-danger.action-needed, .label.label-success { 
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: normal; 
}

.ui-draggable-handle {
    cursor: move;
}

.modal.modal-custom .modal-dialog {
    border-radius: 3px;
}
.modal.modal-custom .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-backdrop {
    background-color: #e6e6e6;
}
.modal-custom .modal-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    border-radius: 3px;
    margin: 0.2em;
    padding: .5em .5em .5em 1em;
}
.modal-custom .modal-header button {
    color: #777;
    background: #f6f6f6;
    border: 1px solid #777;
    font-weight: bold;
    opacity: 1;
    border-radius: 3px;
    width: 26px;
    height: 20px;
    font-size: 1em;
}
.modal-custom .modal-header button:active {
    border: 1px solid #003eff;
}
.modal-custom .modal-header button .ui-icon-closethick {
    margin: 0 auto;
}
.modal-custom .modal-header .close, .modal-header .close:hover {
    margin-top: 0;
    opacity: 1;
}
.modal-custom .modal-title {
    font-weight: bold;
    font-size: 14px;
}
.modal-custom .modal-content {
    box-shadow: none !important;
    border-radius: 3px;
}
.modal-custom .modal-footer .btn, .modal-footer .btn-default {
    font-family: Arial,Helvetica,sans-serif;
}
.modal-custom .modal-body label {
    font-weight: 600;
    margin-bottom: 0;
}

