﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color: #ECE5DC;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.nodisplay {
    display: none;
}

.text-left {
    text-align: left;
}

.title-div {
    background-color: lightgray;
    border-radius: 4px;
    border: solid;
    border-width: 1px;
    border-color: #b1b1b1;
    padding-top: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    box-shadow: 1px 2px #b1b1b1;
}

.progress-div {
    padding: 8px 8px 8px 8px;
    border-radius: 16px;
    background-color: #cccccc;
}

.info-div {
    background-color: #eeeeee;
}

.info-label{
    font-size: 14pt;
}

.progress-previous {
    font-size: large;
    color: #ECE5DC;
    background-color: #24c278 !important;
    border-right: solid thin #333333;
}

.progress-current {
    font-size: x-large;
    background-color: #198754 !important;
    border: solid #333333;
}

.progress-next {
    font-size: large;
    font-style: italic;
    color: #c9b69c;
    background-color: #dc3545;
    border-right: solid thin #333333;
}

.section-header {
    font-size: large;
    font-weight: bold;
}

.section-header-lightblue {
    background-color: #9CC3FA;
}

.section-body {
    background-color: #f3f3f3;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #cccccc;
    padding-top: 2px;
}

.cart-header {
    font-size: x-large;
    color: darkolivegreen;
    text-align: left;
}

.nodisplay {
    display: none
}

.full-width {
    width: 100%;
}

.modal-body {
    background-color: #f4f4f4;
}

.modal-header {
    background-color: #eeeeee;
}

#loadingOverlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    transition: 1s 0.4s;
}

#loadingProgstat {
    font-size: 1.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #bcd7ff;
}

.ig-default {
    text-align: right !important;
    background-color: #eeeeee;
}

.ig-calendar {
    width: 60px !important;
    text-align: center;
    background-color: #eeeeee;
}

.control-group-box {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #ccc;
    background-color: #fff;
}

.control-group-header {
    background-color: darkgray;
    font-size: small;
    font-weight: bold;
    text-align: center;
    height: 20px;
    width: 100%;
}

.error-label {
    font-size: large;
    color: red;
}

.progress-img {
    z-index:100000;
}

.navbar {
    background-color: #5C8984 !important;
}

    .navbar .navbar-nav > li > a:active,
    .navbar .navbar-nav > li > a:focus {
        color: darkgreen;
    }

    .navbar .navbar-nav > li > a:hover:focus:active {
        background-color: #214C45;
    }

.dropdown-item {
    font-size: 11pt;
}

.nav-username {
    text-decoration: none;
    color: black;
}

.dropdown-submenu {
    /*background-color: #5C8984 !important;*/
    background-color: #eeeeee !important;
    right: 0 !important;
    left: 100% !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    overflow-y: auto;
}

.azcfooter {
    color: #020303;
    font-family: "Trebuchet MS", sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}

.footerazc {
    color: #5C9CD4;
    font-family: "Arial Narrow", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}*/

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(even),
.doc-section > table > tbody > tr:nth-of-type(odd) {
    background-color: #cee3f5 !important;
}

.table-striped thead *,
.table-striped tfoot *,
.doc-section > table > tbody > tr > th {
    background-color: #337ab7 !important;
    text-align: center !important;
    font-size: medium;
    color: #FFF;
}

/* Tablesorter */
table.tablesorter {
}

    table.tablesorter thead tr th,
    table.tablesorter tfoot tr th {
    }

    table.tablesorter thead tr .header {
        background-image: url(../Content/Images/bg.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
        cursor: pointer;
        padding-bottom: 18px;
    }

    table.tablesorter tbody tr:nth-of-type(2n+1) {
    }

    table.tablesorter tbody tr:nth-of-type(2n) {
    }

    table.tablesorter tbody td {
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../Content/Images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../Content/Images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.table > tbody > tr.active > td {
    background-color: #96bfff;
}

.selectable > tbody > tr > td {
    cursor: pointer;
}

.selectable-item {
    cursor: pointer;
}

.pm-report-header {
    background-color: #cccccc !important;
}

.pm-report-meta {
    font-weight: normal;
}

.bi-x-circle-fill {
    color:red;
}

.bi-check-circle-fill {
    color:green;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.no-margin {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 12px;
}

.mt-4 {
    margin-top: 16px;
}

.mb-1 {
    margin-bottom: 4px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 12px;
}

.mb-4 {
    margin-bottom: 16px;
}

.disabled {
    background-color: #f2f2f2;
}

.btn-footer {
    width: 180px;
}

.btn-light {
    background-color: lightgray;
}

/***********************************************************
 ******************* Progress Indicators *******************
 ***********************************************************/
div.progress {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    background-color: #000000;
    opacity: 0.2;
}

img.progress-img {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999 !important;
}

#loadingOverlay {
    position: fixed;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    transition: 1s 0.4s;
}

#loadingProgstat {
    font-size: 1.7em;
    letter-spacing: 3px;
    z-index: 999999 !important;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #bcd7ff;
}

    /***********************************************************
    Bootstrap overrides for contrast/WGAG standards
***********************************************************/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: large;
    color: #4d4c4c;
}

    .breadcrumb .active {
        color: #000000;
        font-weight: bold;
    }

.breadcrumb-home {
    color: #4d4c4c;
}

.btn-primary {
    background-color: #286090;
    border-color: #204d74;
}

    .btn-primary:hover {
        background-color: #244E71;
    }

    .btn-primary:disabled,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover {
        background-color: #89BBDC;
    }

.btn-info {
    background-color: #1F7B9E;
    color: white;
}

    .btn-info:hover {
        background-color: #0C6181;
        color: white;
    }

    .btn-info:disabled,
    .btn-info[disabled],
    .btn-info[disabled]:hover {
        background-color: #7ECEE7;
    }

.btn-danger {
    background-color: #BC2D29;
}

    .btn-danger:hover {
        background-color: #861410;
    }

    .btn-danger:disabled,
    .btn-danger[disabled],
    .btn-danger[disabled]:hover {
        background-color: #EFA9A9;
    }

.btn-warning {
    background-color: #A6640D;
}

    .btn-warning:hover {
        background-color: #764402;
    }

    .btn-warning:disabled,
    .btn-warning[disabled],
    .btn-warning[disabled]:hover {
        background-color: #f0ad4e;
    }

.btn-success {
    background-color: #008000;
}

.btn-outline {
    border: 1px solid #dee2e6;
}

    .btn-outline:hover {
        border: 1px solid #888;
        background-color: #ccc;
    }