﻿body {
    padding-top: 65px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

fieldset {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
}

footer,
header,
nav,
section {
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

    footer::after,
    header::after,
    nav::after,
    section::after {
        content: "";
        display: block;
        clear: both;
    }

a {
    color: #337ab7;

}

    a:focus,
    a:hover {
        color: #23527c;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 80vh; /* Keep page height constant */
    margin-top: 10%;
}
/* Set margin to keep header from the top of the content*/
@media (min-width: 2000px) {
    .body-content {
        margin-top: 5%;
    }
}

@media (max-width: 1200px) {
    .body-content {
        margin-top: 8%;
    }
}

@media (max-width: 1400px) {
    .body-content {
        margin-top: 9%;
    }
}

@media (max-width: 992px) {
    .ecids-nav-container {
        width: 200px;
    }

    .body-content {
        margin-top: 15%;
    }
}

@media (max-width: 665px) {
    .body-content {
        margin-top: 23%;
    }
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

ul.inline li {
    display: inline;
    text-align: center;
}

.Alert {
    background-color: red;
}

.Normal {
    background-color: lime;
}

.Warning {
    background-color: yellow;
}

.Offline {
    background-color: lightgray;
}

.inline-block {
    display: inline-block;
}

.padding-side {
    padding-left: 3px;
    padding-right: 3px;
}

.smaller {
    font-size: smaller;
}

/*bootstrap customization*/
.btn-success {
    background-color: #23A595;
    border-color: #23A595;
}
.btn-primary {
    background-color: #1AA1B7;
    border-color: #1AA1B7;
}
.btn-warning {
    background-color: #FFC112;
    border-color: #FFC112;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #23A595 !important;
}

.dropdown-menu,
.navbar-site {
    background-color: #5e7f38;
}

    .dropdown-menu li a {
        color: #ffffff !important;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
    }

        .dropdown-menu li a:hover {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }

.navbar-site {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
}

.nav-item > .nav-link {
    padding: 15px 10px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-site .navbar-brand {
    font-size: 24px;
    font-weight: 300;
}

.navbar-site .navbar-nav li > a:focus,
.navbar-site .navbar-nav li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu > .active > a,
.navbar-site .navbar-nav li.active {
    background-color: #23A595 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.horizontal-scroll-except-first-column {
    width: 100%;
    overflow: auto;
    margin-left: 7em;
}

    .horizontal-scroll-except-first-column > table > * > tr > td:first-child,
    .horizontal-scroll-except-first-column > table > * > tr > th:first-child {
        position: absolute;
        margin-top: -1px;
        width: 16.5em;
        margin-left: -16.5em;
        background-color: #ededed;
    }

body.report span.footnote {
    vertical-align: super;
    font-size: 0.7em;
}

body.report .container {
    margin-top: unset;
}

body.report span.footnote,
body.report span.footnoteindex {
    color: #0000EE;
}

.tooltip-inner {
    text-align: left;
}

.modal-body {
    overflow-y: auto;
}

h3 {
    font-weight: bold;
}

table.calendar th {
    white-space: nowrap;
}

table.calendar td,
table.calendar th {
    padding: 8px 5px 8px 5px !important;
}

.normal {
    font-size: medium;
}

    .normal label {
        font-weight: normal;
    }

#zip-name-list label {
    display: inline;
}

.report-table {
    min-width: 50%;
}

    .report-table td,
    .report-table th {
        text-align: center;
        border: 1px solid black;
    }

    .report-table th {
        background-color: lightgray;
    }

    .report-table tfoot td {
        font-weight: bold;
    }

    .report-table > tbody > tr > td,
    .report-table > tbody > tr > th,
    .report-table > tfoot > tr > td,
    .report-table > tfoot > tr > th,
    .report-table > thead > tr > td,
    .report-table > thead > tr > th {
        padding: 4px;
    }

hr.hr-strong {
    border-top-width: 4px;
    border-top-color: darkgray;
}

hr.hr-regular {
    border-top-width: 3px;
    border-top-color: darkgray;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.slick-initialized .slick-slide {
    padding: 11px;
}

.clear {
    clear: both;
}

a.hover-undecorated:hover {
    text-decoration: none;
    font-weight: bold;
}

a.hover-undecorated {
    font-weight: bold;
}

a > span.glyphicon {
    color: black;
    vertical-align: middle;
}

.report-description {
    font-size: larger;
    font-style: italic;
}


.dropdown-menu, .navbar-site {
    background-color: #490F52;
}
.datepicker-dropdown {
    background-color: white;
    z-index: 9999 !important;
 
}
.bg-success {
    background-color: #23A595 !important;
    color: white !important;
}

.bg-info {
    background-color: #C6E8ED !important;
}

a {
    color: #0A0C4A;
}

/* .dl-horizontal from Bootstrap 3 */
.dl-horizontal dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

dt {
    font-weight: 700;
}

dd, dt {
    line-height: 1.42857143;
}

.dl-horizontal dd {
    margin-left: 220px;
}

.expand-icon.rotate-right {
    transform: rotate(-90deg);
    transition: transform 0.1s ease-in-out;
}

.expand-icon.rotate-down {
    transform: rotate(0);
    transition: transform 0.1s ease-in-out;
}
/* Footer customization */
.footer-bar {
    width: 100%;
    background-color: #23A595 !important;
    height: 46px;
}

.footer-content {
    background-color: rgb(71, 71, 71);
    height: auto;
    color: white;
}

#footer {
    padding: 0;
}

    #footer .row {
        margin: 0px !important;
    }

.header-banner, .footer-banner {
    width: 100%;
    background-color: #23A595;
    font-size: 18px;
    color: white;
    padding: 10px;
}

.footer-banner {
    height: 40px;
}

.header-banner a {
    color: white;
    text-decoration: none;
}

.footer-info {
    background-color: #474747;
    color: white;
    padding-bottom: 1.75rem
}

footer {
    overflow: hidden;
    margin-bottom: -20px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.footer-info ul {
    list-style: none;
    margin: 10px;
}

.footer-info a {
    color: white;

}
.footer-info a:hover {
    color: white;
    text-decoration: underline;
}

.required-gov-links {
    float: right;
    margin-right: 10% !important;
  
}
.required-gov-links li {
    margin-bottom: 10px;
}
.footer-nav .nav-link {
    padding: 5px
}

.dhss-logo {
    width: 2.5in;
    margin: 0.25in;
    float: left;
}
/*Pagination customisation*/
.page-item.active .page-link {
    background-color: #171BA8;
    border-color: #171BA8;
}
.year-ranges {
    margin-top: 10%;
}
.home-page-title, .home-page-link, .home-links li {
    color: rgb(73, 15, 82);
    font-weight: bold;
}

.home-page-teal-header-text{
    color: rgb(35, 165, 149);
    font-weight: bold;
}
.home-links-new {
    margin-left: 10px;
    color: red;
    font-weight:bold;
}
.left-section {
    float: left;
   
}
.right-section {
  float:right;
 
}
.time-frame-warning {
    margin: 10px;
    display: none;
}

.EngagementFeildset {
     border-width: 5px;
     border-left: 1px solid #e5e5e5;
     border-right: 1px solid #e5e5e5;
 }


.default-permissions-dropdown {
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}
.default-permissions-dropdown-container {
    float: right;
    margin-top: 2%
}
