:root {
    --main-font-size : 1rem;
}

.releaseCaption1, .updateCaption1 {
    display: none;
}
.releaseCaption2, .updateCaption2 {
    display: none;
}

#alertExpireRow, #alertChangePassRow, #alertDisableRow{ display:none; }

div.modal-header {
    background-color: #efefef;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

table>thead>tr {
    background-color: #efefef;
    color: #333
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #333;
}

.bootstrap-select>button.disabled {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #333;
}

.bootstrap-select>button {
    border: 1px solid #ced4da;
    color: #333;
    background: transparent;
}

div.filter-option-inner-inner {
    color: #333;
}

.customGlobalFont {
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: var(--main-font-size);
    background-color: #fbfbfb;
}

.dropdown-item span { color: #212529; font-size: 0.75rem }

.btn-custom-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: var(--main-font-size);
}
.btn-custom-primary:focus,
.btn-custom-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-custom-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-custom-primary:active,
.btn-custom-primary.active,
.open > .dropdown-toggle.btn-custom-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
.btn-custom-primary:active:hover,
.btn-custom-primary.active:hover,
.open > .dropdown-toggle.btn-custom-primary:hover,
.btn-custom-primary:active:focus,
.btn-custom-primary.active:focus,
.open > .dropdown-toggle.btn-custom-primary:focus,
.btn-custom-primary:active.focus,
.btn-custom-primary.active.focus,
.open > .dropdown-toggle.btn-custom-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-custom-primary.disabled:hover,
.btn-custom-primary[disabled]:hover,
fieldset[disabled] .btn-custom-primary:hover,
.btn-custom-primary.disabled:focus,
.btn-custom-primary[disabled]:focus,
fieldset[disabled] .btn-custom-primary:focus,
.btn-custom-primary.disabled.focus,
.btn-custom-primary[disabled].focus,
fieldset[disabled] .btn-custom-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-custom-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.logo {
    height: 36px;
    padding-right: 16px;
}

.sectionLabel {
    color: #337ab7;
    font-weight: bold;
    font-size: 1rem;
}

.section {
    border: 1px solid lightgrey;
    background-color: white;
}

.dropdown-item.active {
    background-color: #dae0e5;
}

div.dropdown-menu {
    z-index : 1031;
}

textarea.form-control, input.form-control, div.filter-option-inner-inner {
    font-size: var(--main-font-size);
}

div>label {
    font-size: calc(var(--main-font-size)*0.9);
    margin-bottom: 0;
    font-weight: 700;
}

.custom-control-label {
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: 1px;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.bootstrap-select > button {
    border: 1px solid #ced4da;
    color: #333;
    background: transparent;
}

.mobile input {
    width: 100%
}

#highPriorityErrorMessage, #mediumPriorityErrorMessage, #lowPriorityErrorMessage {
    color: red;
}

#highPriorityErrorMessage, #mediumPriorityErrorMessage, #lowPriorityErrorMessage span{
    font-size: 0.8rem;
}

button#passwordRestrictions {
    width: revert;
    height: revert;
}

p,td,th,pre,div {font: revert;}

