﻿/* 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;
}

.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;
    }

.nav-username {
    text-decoration: none;
    color: black;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 80vh;
    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;
}


/* 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;
}
