﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 0 !important;
    padding-bottom: 20px;
    font-family: Arial;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
}

a.accessible {
    text-decoration-line:underline;
}

sup.req {
    font-size: 1.45em;
    font-weight: bold;
    top: .25em;
}

div.info {
    margin-bottom: 10px;
    padding: 5px 15px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

/* Override alert.scss padding, margins. */
.alert {
    margin-bottom: .5rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .close {
        padding: .35rem 1rem;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel {
    height: 144px;
    width: 217px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Controls */
span.modal-title {
    font-size: 1.33em;
    font-weight: bold;
}

.notification {
    margin-bottom: 10px;
    padding: 10px;
}

.notification.outline {
    border: 2px solid black;
}

.registrant.outline {
    border: 1px solid black;
    margin-bottom: 5px;
    padding: 10px 35px 10px 10px;
    min-height: 10px;
    overflow: hidden;
}
.bump {
    margin-top: 20px;
}

.pad {
    padding-bottom: 5px;
}

.pad-increase {
    padding-bottom: 10px;
}

.font-increase-1 {
    font-size: 1.10em;
}

.increase-10 {
    font-size: 1.1em;
    font-weight: 700;
}

.display-bold {
    font-weight: 700;
}

.validation-summary-errors > ul {
    padding-left: 12px;
}

#divGrid table {
    margin-bottom: -5px;
}

.media-left {
    padding-right: 25px;
}

.align-right,
.right {
    text-align: right;
}

/* Content Header */
.content-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 22px;
    padding-bottom: 7px;
}

    .content-header h1 {
        margin-bottom: 6px;
    }

    .content-header .btn-sm {
        margin-top: 12px;
    }

    .content-header .set-facility-status {
        padding-top: 2px;
    }

        .content-header .set-facility-status td {
            vertical-align: top;
        }

    .content-header .form-inline {
        margin-top: 13px;
    }


.btn-min-width {
    min-width: 95px;
}

/*Primary style - Button: dark blue, header: slate*/
.btn-primary {
    color: #ffffff;
    background-color: #3f5973;
    border-color: #34495E;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #243342;
        border-color: #1b2631;
    }

.styled-palette-primary {
    color: #bbd5dc;
}

.styled-bg-palette-primary {
    background-color: #bbd5dc;
}

.styled-light-bg-palette-primary {
    background-color: #EBF2F4;
}

.panel-styled-palette-primary {
    border-color: #83959A;
}

    .panel-styled-palette-primary > .panel-heading {
        color: #000000;
        background-color: #bbd5dc;
        border-color: #83959A;
    }

    .panel-styled-palette-primary > .panel-footer {
        background-color: #bbd5dc;
    }

    .panel-styled-palette-primary > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #83959A;
    }

    .panel-styled-palette-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #83959A;
    }

.table-striped-styled-palette-primary > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-primary > tbody > tr:nth-child(odd) > th {
    background-color: #F3F7F8;
}

.table-hover-styled-palette-primary > tbody > tr:hover {
    background-color: #F3F7F8;
}


/*Secondary style - Button: Pantone 021 (orange), header: Pantone 320 (teal)*/
.btn-secondary {
    color: #ffffff;
    background-color: #f78e1e;
    border-color: #ad6315;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        color: #f5f5f4;
        background-color: #de801b;
        border-color: #ad6315;
    }

.styled-palette-secondary {
    color: #00a0af;
}

.styled-bg-palette-secondary {
    background-color: #00a0af;
}

.styled-light-bg-palette-secondary {
    background-color: #00a0af;
}

.panel-styled-palette-secondary {
    border-color: #00808C;
}

    .panel-styled-palette-secondary > .panel-heading {
        color: #fff;
        background-color: #00a0af;
        border-color: #dddddd;
    }

    .panel-styled-palette-secondary > .panel-footer {
        background-color: #00a0af;
    }

    .panel-styled-palette-secondary > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-styled-palette-secondary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.table-striped-styled-palette-secondary > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-secondary > tbody > tr:nth-child(odd) > th {
    background-color: #00a0af;
}

.table-hover-styled-palette-secondary > tbody > tr:hover {
    background-color: #00a0af;
}


/*Tertiary button style - Pantone 320 (teal)*/
.btn-tertiary {
    color: #ffffff;
    background-color: #008390;
    border-color: #00808C;
}

    .btn-tertiary:hover,
    .btn-tertiary:focus,
    .btn-tertiary:active,
    .btn-tertiary.active,
    .open .dropdown-toggle.btn-tertiary {
        color: #f5f5f4;
        background-color: #005e66;
        
    }

/*Brick red button style*/
.btn-severe {
    color: #ffffff;
    background-color: #a30000;
    border-color: #800000;
}

    .btn-severe:hover,
    .btn-severe:focus,
    .btn-severe:active,
    .btn-severe.active,
    .open .dropdown-toggle.btn-severe {
        color: #ffffff;
        background-color: #800000;
        border-color: #660000;
    }

/*Pantone Orange 021 (orange)*/
.styled-palette-1 {
    color: #f78e1e;
}

.btn-palette1 {
    color: #ffffff;
    background-color: #f78e1e;
    border-color: #ad6315;
}

    .btn-palette1:hover,
    .btn-palette1:focus,
    .btn-palette1:active,
    .btn-palette1.active,
    .open .dropdown-toggle.btn-palette1 {
        color: #f5f5f4;
        background-color: #de801b;
        border-color: #ad6315;
    }

/*Pantone 100 (light yellow)*/
.styled-palette-2 {
    color: #fff797;
}

.panel-styled-palette-2 {
    border-color: #dddddd;
}

    .panel-styled-palette-2 > .panel-heading {
        color: #333333;
        background-color: #fff797;
        border-color: #dddddd;
    }

    .panel-styled-palette-2 > .panel-footer {
        background-color: #fff797;
    }

    .panel-styled-palette-2 > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-styled-palette-2 > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.table-striped-styled-palette-2 > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-2 > tbody > tr:nth-child(odd) > th {
    background-color: #FFFDE0;
}

.table-hover-styled-palette-2 > tbody > tr:hover {
    background-color: #FFFDE0;
}

.btn-palette2 {
    color: #495253;
    background-color: #d3d3d3;
    border-color: #bfbfbf;
    font-weight: 700;
}

    .btn-palette2:hover,
    .btn-palette2:focus,
    .btn-palette2:active,
    .btn-palette2.active,
    .open .dropdown-toggle.btn-palette2 {
        color: #fff;
        background-color: #495253;
        border-color: #000000;
    }

/*Pantone 109 (yellow)*/
.styled-palette-3 {
    color: #ffdd00;
}

.panel-styled-palette-3 {
    border-color: #dddddd;
}

    .panel-styled-palette-3 > .panel-heading {
        color: #333333;
        background-color: #ffdd00;
        border-color: #dddddd;
    }

    .panel-styled-palette-3 > .panel-footer {
        background-color: #ffdd00;
    }

    .panel-styled-palette-3 > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-styled-palette-3 > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.table-striped-styled-palette-3 > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-3 > tbody > tr:nth-child(odd) > th {
    background-color: #FFFDE0;
}

/*Pantone 320 (teal)*/
.styled-palette-4 {
    color: #00a0af;
}

.btn-palette4 {
    color: #ffffff;
    background-color: #00a0af;
    border-color: #00808C;
}

    .btn-palette4:hover,
    .btn-palette4:focus,
    .btn-palette4:active,
    .btn-palette4.active,
    .open .dropdown-toggle.btn-palette4 {
        color: #f5f5f4;
        background-color: #008390;
        border-color: #00808C;
    }

.panel-styled-palette-4 {
    border-color: #00808C;
}

    .panel-styled-palette-4 > .panel-heading {
        color: #fff;
        background-color: #00a0af;
        border-color: #dddddd;
    }

    .panel-styled-palette-4 > .panel-footer {
        background-color: #00a0af;
    }

    .panel-styled-palette-4 > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-styled-palette-4 > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.table-striped-styled-palette-4 > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-4 > tbody > tr:nth-child(odd) > th {
    background-color: #F3F7F8;
}

/*Pantone 630 (teal-blue)*/
.styled-palette-5 {
    color: #7ed0e0;
}

/*Pantone 7406 (dark yellow)*/
.styled-palette-6 {
    color: #ffcf01;
}

/*Pantone 9481 (slate)*/
.styled-palette-7 {
    color: #bbd5dc;
}

.styled-bg-palette-7 {
    background-color: #bbd5dc;
}

.styled-light-bg-palette-7 {
    background-color: #fcfeff;
}

.panel-styled-palette-7 {
    border-color: #83959A;
}

    .panel-styled-palette-7 > .panel-heading {
        color: #000000;
        background-color: #bbd5dc;
        border-color: #83959A;
    }

    .panel-styled-palette-7 > .panel-footer {
        background-color: #bbd5dc;
    }

    .panel-styled-palette-7 > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #83959A;
    }

    .panel-styled-palette-7 > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #83959A;
    }

.table-striped-styled-palette-7 > tbody > tr:nth-child(odd) > td,
.table-striped-styled-palette-7 > tbody > tr:nth-child(odd) > th {
    background-color: #fcfeff;
}

.table-hover-styled-palette-7 > tbody > tr:hover {
    background-color: #fcfeff;
}

.btn-palette7 {
    color: #4A4A4B;
    background-color: #bbd5dc;
    border-color: #83959A;
}

    .btn-palette7:hover,
    .btn-palette7:focus,
    .btn-palette7:active,
    .btn-palette7.active,
    .open .dropdown-toggle.btn-palette7 {
        color: #000000;
        background-color: #A8C0C6;
        border-color: #83959A;
    }

.nav-pills-palette7 > li {
    float: left;
}

    .nav-pills-palette7 > li > a {
        border-radius: 4px;
    }

    .nav-pills-palette7 > li + li {
        margin-left: 2px;
    }

    .nav-pills-palette7 > li.active > a,
    .nav-pills-palette7 > li.active > a:hover,
    .nav-pills-palette7 > li.active > a:focus {
        color: #000000;
        background-color: #bbd5dc;
    }

.nav-pills-palette7 > .active > a > .badge {
    color: #000000;
    background-color: #bbd5dc;
}

.nav-pills-palette7 > li > a > .badge {
    margin-left: 3px;
}

/*DOH Pantone Process Cyan (light blue)*/
.styled-palette-8 {
    color: #00aeef;
}

.btn-palette8 {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #007aa7;
}

    .btn-palette8:hover,
    .btn-palette8:focus,
    .btn-palette8:active,
    .btn-palette8.active,
    .open .dropdown-toggle.btn-palette8 {
        color: #f5f5f4;
        background-color: #009dd7;
        border-color: #007aa7;
    }

/*DOH medium blue*/
.styled-palette-9 {
    color: #f5f5f4;
}

/*DOH dark blue*/
.styled-palette-10 {
    color: #2C3E50;
}

/*Small font dark background*/
.panel-styled-smalldark {
    border-color: #34495E;
}

    .panel-styled-smalldark > .panel-heading {
        padding: 7px 10px;
        color: #fff;
        background-color: #34495E;
        border-color: #34495E;
    }

        .panel-styled-smalldark > .panel-heading > .panel-title {
            color: #fff;
            background-color: #34495E;
            border-color: #34495E;
            font-size: 14px;
        }



    .panel-styled-smalldark > .panel-footer {
        background-color: #00a0af;
    }

    .panel-styled-smalldark > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #dddddd;
    }

    .panel-styled-smalldark > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.table-striped-styled-smalldark > tbody > tr:nth-child(odd) > td,
.table-striped-styled-smalldark > tbody > tr:nth-child(odd) > th {
    background-color: #00a0af;
}

.table-hover-styled-smalldark > tbody > tr:hover {
    background-color: #00a0af;
}

.btn-smalldark {
    color: #34495E;
    text-shadow: none !important;
    background-color: #efefef;
    border-color: #34495E;
}

    .btn-smalldark:hover,
    .btn-smalldark:focus,
    .btn-smalldark:active,
    .btn-smalldark.active,
    .open .dropdown-toggle.btn-smalldark {
        color: #000000;
        background-color: #d9d9d9;
        border-color: #d9d9d9;
    }


h1, h2, h3, h4 {
    color: #34495E;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 20px;
    margin-top: 15px;
}

h3,
.h3 {
    font-size: 18px;
    margin-top: 13px;
}

h4,
.h4 {
    font-size: 16px;
    margin-top: 10px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.unstyled h1,
.unstyled h2,
.unstyled h3,
.unstyled h4 {
    color: #000000;
}

hr {
    border-color: #495253;
    border-width: 2px;
    margin: 0 0 10px 0;
}

hr.unstyled {
    border-width: thin;
    margin: 0 0 0 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Control widths to overcome 100% width when desired. */
.short {
    width: 55px !important;
    max-width: 100%;
}

.compact {
    width: 70px !important;
    max-width: 100%;
}

.small, .extension {
    width: 100px !important;
    max-width: 100%;
}

.small-normal, .myphone {
    width: 125px !important;
    max-width: 100%;
}

.normal {
    width: 150px !important;
    max-width: 100%;
}

.average {
    width: 200px !important;
    max-width: 100%;
}

.medium {
    width: 250px !important;
    max-width: 100%;
}

.medium-plus {
    width: 350px !important;
    max-width: 100%;
}

.long {
    width: 500px !important;
    max-width: 100%;
}

.threequarter {
    width: 650px !important;
    max-width: 100%;
}

.fullscreen {
    width: 1000px !important;
    max-width: 100%;
}

.date-mask {
    width: 100px !important;
    max-width: 100%;
}
/* End control widths. */


/* 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 {
    padding: 5px 15px;
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.list-inline > li {
    padding-right: 2px;
    padding-left: 2px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        width: 900px;
        padding-top: 30px;
        padding-bottom: 30px;        
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);        
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }
}

.dl-horizontal dt {
    white-space: normal;
}

/*Application title bar.*/
.nav-title {
    color: #495253;
    background-color: #d1eef4;
}


/*Override Bootstrap look and feel.*/
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.body-content {
    padding-top: 10px;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-btn {
    color: #ffffff;
    background-color: #3f5973;
    border-color: #34495E;
}
    .navbar-btn:hover,
    .navbar-btn:focus,
    .navbar-btn:active,
    .navbar-btn.active,
    .open .dropdown-toggle.navbar-btn {
        color: #ffffff;
        background-color: #243342;
        border-color: #1b2631;        
    }

.navbar-inverse {
    background: linear-gradient(to bottom, #fbab00 0%, #ffae01 23%, #ffae01 23%, #f29500 100%);
    border-bottom-color: #495253;
    border-bottom-width: 2px;
    border-style: solid;
    border-top-color: #495253;
    border-top-width: 2px;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
        text-shadow: #000000 2px 2px 1px;
        font-weight: 700;
        font-size: 14pt;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #f5f5f4;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        text-shadow: #000000 2px 2px 1px;
        font-weight: 700;
        font-size: 13pt;
    }

.welcome {
    color: #ffffff !important;
    text-shadow: #000000 2px 2px 1px !important;
    font-weight: 500 !important;
    font-size: 11pt !important;
    font-style: italic;
    vertical-align: central !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #f5f5f4;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #f5f5f4;
    border-bottom-color: #f5f5f4;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #008390;
    text-shadow: none;
    background-color: #f5f5f4;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #008390;
    border-bottom-color: #008390;
}

.navbar-inverse-default {
    background-color: #34495E;
    border-color: #293a4b;
}

    .navbar-inverse-default .navbar-brand {
        color: #ffffff;
        font-weight: 500;
        font-size: 1.75em;
    }

        .navbar-inverse-default .navbar-brand:hover,
        .navbar-inverse-default .navbar-brand:focus {
            color: #f5f5f4;
            background-color: transparent;
        }

    .navbar-inverse-default .navbar-nav > li > a {
        color: #ffffff;
        font-weight: 600;
        font-size: 1.1em;
    }

        .navbar-inverse-default .navbar-nav > li > a:hover,
        .navbar-inverse-default .navbar-nav > li > a:focus {
            color: #f5f5f4;
            background-color: transparent;
        }

    .navbar-inverse-default .navbar-nav > .dropdown > a:hover .caret,
    .navbar-inverse-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #f5f5f4;
        border-bottom-color: #f5f5f4;
    }

    .navbar-inverse-default .navbar-nav > .open > a,
    .navbar-inverse-default .navbar-nav > .open > a:hover,
    .navbar-inverse-default .navbar-nav > .open > a:focus {
        color: #00aeef;
        background-color: #f5f5f4;
    }

    .navbar-inverse-default .navbar-nav > .open > dropdown-toggle {
        color: #fff;
    }

    .navbar-inverse-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .navbar-inverse-default .navbar-nav > .open > a:hover .caret,
    .navbar-inverse-default .navbar-nav > .open > a:focus .caret {
        border-top-color: #00aeef;
        border-bottom-color: #00aeef;
    }

/* Ensure as navbar minimizes, that the dropdown background and links are clearly visible.*/
.navbar-inverse .navbar-nav > .dropdown > .dropdown-menu {
    background-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #f78e1e;
}

.panel-primary {
    border-color: #00a0af;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #00a0af;
        border-color: #00a0af;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #00a0af;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #00a0af;
    }

.badge {
    color: #ffffff;
    background-color: #f78e1e;
    text-shadow: #000000 1px 1px 1px;
}

.badge-smalldark {
    color: #34495E;
    background-color: #efefef;
    text-shadow: none !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    background-color: #00a0af;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-control {
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.428571429;
}

.form-group {
    margin-bottom: 7px;
}

/*.btn {
    text-shadow: #000000 1px 1px 1px;
}*/

.btn-default {
    color: #ffffff;
    background-color: #3f5973;
    border-color: #34495E;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #243342;
    border-color: #1b2631;
}

.btn.btn-success {
    background-color: #73b03a;
    border-color: #629632;
}

    .btn.btn-success:hover {
        background-color: #629632;
        border-color: #517d2a;
    }

.btn.btn-warning {
    color: #000;
    background-color: #e6be3f;
    border-color: #e2b421;
}

    .btn.btn-warning:hover {
        background-color: #e2b421;
        border-color: #c79e1a;
    }

.btn.btn-danger {
    background-color: #d22238;
    border-color: #b51d30;
}

    .btn.btn-danger:hover {
        background-color: #b51d30;
        border-color: #981928;
    }


.col-xs {
    width: 50px;
    min-width: 35px;
    font-size: .9em;
}

.col-sm {
    width: 70px;
    min-width: 55px;
    font-size: .9em;
}

.col-md {
    width: 110px;
    min-width: 90px;
    font-size: .9em;
}

.col-lg {
    width: 135px;
    min-width: 120px;
    font-size: .9em;
}

.col-xl {
    width: 175px;
    min-width: 150px;
    font-size: .9em;
}

.col-md-five,
.col-md-six,
.col-md-eight,
.col-md-ten,
.col-md-twelve,
.col-md-twenty,
.col-md-twentyone,
.col-md-thirty,
.col-md-fortyfive {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 15px;
}

.col-md-five {
    float: left;
    width: 5%;
}

.col-md-six {
    float: left;
    width: 6%;
}

.col-md-eight {
    float: left;
    width: 8%;
}

.col-md-ten {
    float: left;
    width: 10%;
}

.col-md-twelve {
    float: left;
    width: 12.333333333333332%;
}

.col-md-twenty {
    float: left;
    width: 20%;
}

.col-md-twentyone {
    float: left;
    width: 21%;
}

.col-md-thirty {
    float: left;
    width: 30%;
}

.col-md-fortyfive {
    float: left;
    width: 45%;
}

.col-md-eightyeight {
    float: left;
    width: 87.666666666666668%;
}

.col-md-offset-five {
    margin-left: 5%;
}

.col-md-offset-eight {
    margin-left: 8%;
}

.col-md-offset-ten {
    margin-left: 10%;
}

.col-md-offset-twelve {
    margin-left: 12.333333333333332%;
}

@media (min-width: 768px) {
    .form-horizontal .control-label-right {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .form-horizontal .control-label-right {
        padding-left: 7px;
        padding-right: 7px;
        text-align: right;
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .form-horizontal .control-label-right {
        padding-left: 7px;
        padding-right: 7px;
        text-align: right;
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }
}



.control-display {
    padding-top: 7px;
    padding-left: 27px;
}

.control-display-nolabel {
    padding-top: 7px;
}

.s-padding-left {
    padding-left: 10px;
}

.s-padding-right {
    padding-right: 10px;
}


.no-left-pad {
    padding-left: 0;
}

.no-right-pad {
    padding-right: 0;
}

.no-top-space {
    padding-top: 0;
    margin-top: 0;
}

.page-logo {
    height: 45px;
    width: 40px;
}

/*From DOH CSS*/
/* legal footer */
#legal_footer_container {
    clear: both;
    width: 100%;
    background-color: #34495E;
    border-top-color: #293a4b;
    border-top-width: 2px;
    border-top-style: solid;
    margin: 27px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
}
/** footer content */
#legal_footer_content {
    float: left;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    padding: 0.7em 1em;
}
    /** DOH logo */
    #legal_footer_content .doh_logo {
        float: left;
        margin: .2em 0 60px .2em;
        padding: 4px;
        background-color: white;
    }

        #legal_footer_content .doh_logo img {
            height: 60px;
        }
/** footer content */
#legal_footer {
    margin: .2em 0 0 85px;
    color: white;
}

    #legal_footer p {
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0 0 .5em 0;
        color: #FFF797;
    }

    #legal_footer a {
        color: white;
    }

    #legal_footer p:first-child {
        color: white;
    }

    #legal_footer ul.inline-nav {
        margin: 0;
    }

        #legal_footer ul.inline-nav li:first-child {
            padding-left: 0;
        }

    #legal_footer ul a {
        text-decoration: underline;
        color: #AFC8CB;
    }

        #legal_footer ul a:hover,
        #legal_footer ul a:focus,
        #legal_footer ul a:active {
            color: white;
        }

ul.inline-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.inline-nav li {
        float: left;
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.4em;
        padding: 0 1em 0 1em;
        border-right: 1px solid #777;
    }

        ul.inline-nav li:last-child {
            padding-right: 0;
            border-right: none;
        }
/* end legal footer */


/* Override Bootstrap.css for Nuget WebGridBootstrapPager, elements (span) out of alignment with latest css.*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > span > li {
        display: inline;
    }

        .pagination > span > li > a,
        .pagination > span > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > span > li:first-child > a,
        .pagination > span > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > span > li:last-child > a,
        .pagination > span > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > span > li > a:hover,
        .pagination > span > li > span:hover,
        .pagination > span > li > a:focus,
        .pagination > span > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #EBF2F4;
            border-color: #83959a;
        }

    .pagination > span > .active > a,
    .pagination > span > .active > span,
    .pagination > span > .active > a:hover,
    .pagination > span > .active > span:hover,
    .pagination > span > .active > a:focus,
    .pagination > span > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #34495E;
        border-color: #293a4b;
    }

    .pagination > span > .disabled > span,
    .pagination > span > .disabled > span:hover,
    .pagination > span > .disabled > span:focus,
    .pagination > span > .disabled > a,
    .pagination > span > .disabled > a:hover,
    .pagination > span > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > span > li > a,
.pagination-lg > span > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > span > li:first-child > a,
.pagination-lg > span > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > span > li:last-child > a,
.pagination-lg > span > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > span > li > a,
.pagination-sm > span > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > span > li:first-child > a,
.pagination-sm > span > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > span > li:last-child > a,
.pagination-sm > span > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
    border-top: 0;
    margin-bottom: 0;
    padding: 0 8px 3px 8px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcont {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinr {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

/*Try to correct for known bootstrap bug */
.input-group .input-group-addon {
    font-size: 12px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

tfoot {
    text-align: center;
}

    tfoot > tr > td a:link {
        color: #fff;
        background-color: #34495E;
        padding: 5px 10px;
        border-radius: 7px;
    }

.center-me {
    text-align: center;
}

.DataGridHeader > th > a {
    text-align: center;
    display: block;
}

.DataGridHeader > th {
    text-align: center;
}

.FloatRight {
    float: right;
}

.label-success,
.badge-success {
    background-color: #15b74e;
}

.label-important,
.badge-important {
    background-color: #fe1010;
}

/*Spinner styling */
#spinner {
    /*display: none;*/
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/spinner.gif') 50% 50% no-repeat;
}

/*Dashboard button css*/
.login-button {
    margin: 3px;
    background-color: #000000;
    font-weight: 500;
    font-size: 130%;
    color: #ffffff;
    border-radius: 15px;
    font-family: DejaVu Serif;
    padding: 8px 8px;
}

.down-arrow {
    margin: 10px;
    font-weight: 500;
    font-size: 100%;
    color: #ffffff;
    border-radius: 15px;
    font-family: DejaVu Serif;
    padding: 4px 4px;
}

.dashboard-button {
    margin-top: 15px;
    margin-left: -16px;
    padding-right: 5px;
    padding: 1px 1px 1px 1px !important;
    background-image: url('../Content/Images/background.png');
    font-family: Calibri;
    color: #000000;
    border: 3px solid #ffffff;
    border-radius: 9px;
    -webkit-box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.75);
    box-shadow: 0 0 2px 1px rgba(192,192,192,1);
}

.dashboard-button-topline {
    font-weight: 500;
    font-size: 160%;
}

.dashboard-button-bottomline {
    font-weight: 500;
}

.nopadding {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

/* ========================================================
Boxes
======================================================== */
.box {
    margin-bottom: 15px;    
}

    .box .box-title {
        padding: 10px;
        background-color: #495253;
        border: 1px solid #ffffff;
        text-shadow: 0 1px 0 #efefef;
        border-radius: 1px;
    }

        .box .box-title h2,
        .box .box-title h3 {
            display: inline-block;
            line-height: 18px;
            margin: 0;
            color: #fff;
            white-space: nowrap;
            font-size: 18px;
        }

        .box .box-title h4,
        .box .box-title h5 {
            padding: 6px;
            display: inline-block;
            line-height: 12px;
            margin: 0;
            color: #fff;
            white-space: nowrap;
            font-size: 12px;
        }

            .box .box-title h2 > i,
            .box .box-title h3 > i {
                margin-right: 5px;
            }

        .box .box-title .box-tool {
            display: inline-block;
            float: right;
            line-height: 20px;
            white-space: nowrap;
        }

            .box .box-title .box-tool > a {
                color: #fff;
                font-size: 12px;
                margin: 0 3px;
                opacity: 0.6;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .box .box-title .box-tool > a:hover {
                    text-decoration: none;
                    opacity: 1;
                }

                .box .box-title .box-tool > a > i {
                    display: inline-block;
                }

            .box .box-title .box-tool a.btn {
                margin-top: -3px;
                height: 30px;
                line-height: 18px;
            }

            .box .box-title .box-tool > .progress {
                margin-top: 7px;
            }

        .box .box-title .nav-tabs ~ .box-tool {
            float: right;
        }

    .box .box-content {
        padding: 10px 0 5px 1px;
        background: #fefefe;
    }

        .box .box-content.no-padding {
            padding: 0;
        }

/* ========================================================
   Tables
======================================================== */
table > caption {
    color: #495253;
}

.table-bordered,
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    border-radius: 0 !important;
}

.table thead > tr > th {
    border-bottom-width: 1px;
}

.table.fill-head thead {
    background: #efefef;
    /*background: #d1eef4;*/
    color: #888;
}

.table-advance {
}

    .table-advance thead {
        background: none repeat scroll 0 0 #495253;
        color: #fff;
    }

        .table-advance thead th {
            color: #fff;
        }

    .table-advance i[class^="fa-"] {
        margin-right: 5px;
    }

    .table-advance tbody > tr:nth-child(even) > td {
        background-color: #fefefe;
    }

    .table-advance th,
    .table-advance td {
        border-top: 0;
        color: #495253;
    }

.table thead > tr > th > a.sort-asc,
.table thead > tr > th > a.sort-desc {
    display: block;
    position: relative;
    color: #888;
    padding-right: 15px;
}

    .table thead > tr > th > a.sort-asc:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-bottom: 7px solid #ccc;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .table thead > tr > th > a.sort-desc:before {
        content: "";
        position: absolute;
        right: 0;
        top: 8px;
        width: 0;
        height: 0;
        border-top: 7px solid #ccc;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

.table thead > tr > th > a.sort-active.sort-asc:after {
    border-bottom-color: #7a80dd;
}

.table thead > tr > th > a.sort-active.sort-desc:before {
    border-top-color: #7a80dd;
}

.table-advance .text-right {
    text-align: right;
}

.table-advance .text-center {
    text-align: center;
}

.group-lead {
    background-color: transparent !important;
    font-weight: 700;
}

.btn-layoutdropdown {
    color: #00a0af;
    background-color: #5D6D7E;
    border-color: #00808C;
}

.select2 {
    max-width: 100%;
}

.select2-dropdown, span.select2 {
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
}

.column-center {
    text-align: center;
}

.flexcontainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}