﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

html {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 600%;
    padding: 0;
}

body {
    /*background-image: url('/Images/o-bg.jpg');
    background-size: 100% auto; 
    background-attachment: fixed;
    background-repeat: no-repeat; */
    color: #1a1a1a;
    background-color: #ffffff;
    font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif !important;
}

    body h2 {
        padding-bottom: 2px; /* bootstrap wants 10px */
    }

img:hover {
    background-color: #c7d1d6;
}

.btn-outline-secondary {
    color: var(--bs-btn-color) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-outline-secondary {
    color: var(--bs-btn-color) !important;
    border-color: var(--bs-btn-border-color) !important;
}

    .btn-outline-secondary:hover {
        color: var(--bs-btn-hover-color) !important;
        background-color: var(--bs-btn-hover-bg) !important;
        border-color: var(--bs-btn-hover-border-color) !important;
    }

.row .col-md-12 a {
    color: #428bca !important;
    outline: medium none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link,
    a:visited,
    a:active,
    a:hover {
        /*    color: #c86536;*/
        font-weight: bold;
    }

    a:hover {
        background-color: #c7d1d6;
    }

footer,
hgroup,
nav,
section {
    display: block;
}

header {
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

mark {
    background-color: yellow;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    height: 10px;
    width: 781px;
}

.float-right {
    float: right;
}

.clear-fix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: x-large;
}

h2 {
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

    h5 a:link,
    h5 a:visited,
    h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.content-wrapper {
    width: 100%;
}

#body {
    clear: both;
    line-height: 26px;
    padding-top: 10px;
    width: 100%;
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: rgba(0, 0, 0, 0) url("../Images/heroAccent.png") no-repeat scroll 0 0;
}

header .content-wrapper {
    height: 86px;
    padding-top: 5px;
}

footer {
    clear: both;
    font-size: 0.9em;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 100%;
    padding: 0 20px;
}

footerlinks.p {
    color: white;
}

footerlinks.a {
    color: white;
}

footer.a.link {
    color: white;
}


footer a {
    color: #428bca !important;
}


.site-title {
    color: #c8c8c8;
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    margin: 0;
}

    .site-title a,
    .site-title a:hover,
    .site-title a:active {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #c8c8c8;
        outline: medium none;
        text-decoration: none;
    }

#login {
    display: block;
    font-size: 0.85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 4px 3px 2px;
        text-decoration: none;
    }

        #login a.username {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            margin-left: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: outside none none;
    }

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: outside none none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

.featured {
    height: 107px;
}

    .featured .content-wrapper {
        color: #2d85d3;
        height: 52px;
        text-align: center;
        width: 100%;
    }

    .featured hgroup.title h1,h1,h2,
    .featured hgroup.title h2 {
        color: #000;
    }

    .featured p {
        font-size: 1.1em;
    }

hgroup.title {
    font-size: large;
    font-weight: 800;
    margin-bottom: 10px;
}

    hgroup.title h1,h1,h2,
    hgroup.title h2 {
        display: inline;
        width: 68%;
    }

    hgroup.title h2,h2 {
        font-weight: bold;
    }

section.feature {
    float: left;
    padding: 10px;
    width: 300px;
}

ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList0.png") no-repeat scroll 0 0;
        }

        ol.round li.one {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList1.png") no-repeat scroll 0 0;
        }

        ol.round li.two {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList2.png") no-repeat scroll 0 0;
        }

        ol.round li.three {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList3.png") no-repeat scroll 0 0;
        }

        ol.round li.four {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList4.png") no-repeat scroll 0 0;
        }

        ol.round li.five {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList5.png") no-repeat scroll 0 0;
        }

        ol.round li.six {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList6.png") no-repeat scroll 0 0;
        }

        ol.round li.seven {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList7.png") no-repeat scroll 0 0;
        }

        ol.round li.eight {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList8.png") no-repeat scroll 0 0;
        }

        ol.round li.nine {
            background: rgba(0, 0, 0, 0) url("../Images/orderedList9.png") no-repeat scroll 0 0;
        }

article {
    float: left;
    width: 90%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: outside none none;
        padding: 0;
    }

        aside ul li {
            background: rgba(0, 0, 0, 0) url("../Images/bullet.png") no-repeat scroll 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

a.btn.btn-sm.btn-primary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label {
    display: inline-block;
    font-weight: bold;
}

#loginForm {
    /* border-right: 2px solid #c8c8c8;*/
    float: left;
    width: 83%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    float: left;
    margin-left: 40px;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        list-style: outside none none;
        padding: 0;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    align-items: center;
    background-color: white;
    border-color: #c8c8c8;
    border-image: initial;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #000000;
    cursor: default;
    font-size: 14px;
    white-space: pre;
}

textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    align-items: center;
    background-color: white;
    border-color: #c8c8c8;
    border-image: initial;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #000000;
    cursor: default;
    font-size: 14px !important;
    height: 30px;
    white-space: pre;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus,
    textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent none repeat scroll 0 0;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    margin-right: 4px;
    padding: 5px 10px;
}

.message-info {
    background-color: #2d85d3;
    clear: both;
    color: white;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px;
}

.error {
    color: #e80c4d;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

    input.input-validation-error[type="checkbox"] {
        border: 0 none;
    }

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.0em;
    font-weight: bold;
    width: 100%;
    max-width: 768px;
}

    .validation-summary-errors ul {
        margin-bottom: 0;
    }


.validation-summary-valid {
    display: none;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
    border-radius: 4px;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    vertical-align: middle;
}

.table tbody > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd !important;
}

th {
    border-color: #999;
    border-style: none;
    border-width: 0;
    font-weight: bold;
    padding: 5px !important;
    text-align: left;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link,
        th a:visited,
        th a:active,
        th a:hover {
            color: #333;
            font-weight: 600;
            padding: 0;
            text-decoration: none;
        }

        th a:hover {
            color: #000;
        }

    th.asc a,
    th.desc a {
        margin-right: 0.75em;
    }

        th.asc a::after,
        th.desc a::after {
            display: block;
            font-size: 0.75em;
            position: absolute;
            right: 0;
            top: 0;
        }

        th.asc a::after {
            content: "?";
        }

        th.desc a::after {
            content: "?";
        }

td {
    font-size: 14px;
    padding: 5px !important;
    text-align: left;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

@media only screen and (max-width: 650px) {
    .logo-mobile {
        max-height: 50px;
    }
}

@media only screen and (max-width: 850px) {
    header .float-left,
    header .float-right {
        float: none;
    }

    header .site-title {
        margin: 10px;
        text-align: center;
    }

    #login {
        font-size: 0.85em;
        margin: 0 0 12px;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    article,
    aside {
        float: none;
        width: 100%;
    }

    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 25px 0;
            padding-left: 10px;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            }

    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    input {
        width: 90%;
    }

    #loginForm {
        border-right: medium none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        float: none;
        margin-left: 0;
        width: auto;
    }

    footer .float-right {
        float: none;
    }

    footer .float-left {
    }

    footer {
        height: auto;
        text-align: center;
    }

        footer p {
            margin: 0;
        }

    dialog#modalEmail button {
        margin: 10px auto 0;
    }
}

divMain {
    width: 80%;
}

divContent {
    vertical-align: top;
    width: 100%;
}

Buttons {
    height: 7%;
    text-align: center;
    width: 100%;
}

leftONLY {
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    width: 62%;
}

DemoFields {
    width: 90%;
}

GeneralHousehold {
    vertical-align: text-top;
}

Address {
    max-width: 90%;
    min-width: 50%;
    width: 50%;
}

Links {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

divDDsetFields {
    width: 270px;
}

.right {
    float: right;
    vertical-align: top;
}

#leftONLY {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

#Buttons {
    height: 77%;
    text-align: center;
    width: 100%;
}

.Right {
    margin-bottom: 50px;
    margin-right: 65px;
    text-align: right;
    vertical-align: top;
}

.loginBox {
    display: block;
    height: 40px;
    margin-bottom: 86px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

div.hideSkiplink {
    background-color: #2d85d3;
    border-bottom: 2px solid rgba(189, 189, 189, 1) !important;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

div.menu {
    background-color: #2d85d3;
    border-bottom: 2px solid rgba(189, 189, 189, 1) !important;
    border-top: 1px solid #7ac0da;
    float: right;
    height: 50px;
    padding: 0 0 0 100px;
    width: 100%;
}

    div.menu ul {
        list-style: outside none none;
    }

        div.menu ul li a,
        div.menu ul li a:visited {
            background-color: #2d85d3;
            border-left: 1px solid rgba(0, 0, 0, 0.2);
            color: #ffffff;
            font-size: 15px;
            padding: 5px 20px !important;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #aad1e4;
                color: #ffffff;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #aad1e4;
                color: #ffffff;
                text-decoration: none;
            }

tr.blueheader {
    background-color: #2d85d3;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

th.blueheaderbig {
    background-color: #2d85d3;
    color: #ffffff;
    font-size: 14px !important;
    line-height: 14px;
    text-align: center;
}

td.noavailability {
    background-color: #e80c4d;
    color: white;
}

td.intakecenter {
    background-color: #2d85d3;
    color: white;
}

table.dashboard {
    background-color: white;
    border-radius: 4px !important;
    box-shadow: 0 0 10px 1px rgba(189, 189, 189, 1);
    line-height: 50px;
    padding: 15px;
    text-align: left;
    width: 100%;
}

table.blueheader {
    background-color: #2d85d3 !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 13px 1px rgba(189, 189, 189, 1);
    color: #ffffff;
    text-align: center;
    width: 100%;
}

tr.blueheader {
    background-color: #2d85d3 !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 13px 1px rgba(189, 189, 189, 1);
    color: #ffffff;
    padding: 5px;
    text-align: center;
    width: 100%;
}

tr.blueheaderreg {
    background-color: #2d85d3 !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 13px 1px rgba(189, 189, 189, 1);
    color: #ffffff;
    text-align: left;
    width: 100%;
}

table.whitetable {
    background-color: #f3f3f3;
    padding-top: 40px;
}

tr.whitetable:nth-child(2n) {
    background-color: #ffffff;
}

select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    align-items: center;
    background-color: white;
    border-color: #c8c8c8;
    border-image: initial;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #000000;
    cursor: default;
    font-size: 14px !important;
    padding: 5px;
    white-space: pre;
}

.time {
    font-weight: bold;
}

.slot {
    padding-bottom: 4px;
    padding-top: 4px;
}

.timeslot {
    padding-bottom: 4px;
    padding-top: 4px;
}

.location::before {
    color: #2d85d3;
    content: "=";
    font-family: Webdings;
}

.progress-bar {
    background-color: #0088cc;
}

.progress .progress-bar-primary {
    background-color: #0088cc;
}

h3,
h4,
h5 {
    color: #039;
}

a {
    color: #0088cc;
}

    a:hover {
        color: #0099e6;
    }

    a:active {
        color: #0077b3;
    }

.alternative-font {
    color: #0088cc;
}

p.drop-caps:first-child::first-letter {
    color: #0088cc;
}

p.drop-caps.secundary:first-child::first-letter {
    background-color: #0088cc;
}

ul.nav-pills > li.active > a {
    background-color: #0088cc;
}

    ul.nav-pills > li.active > a:hover,
    ul.nav-pills > li.active > a:focus {
        background-color: #0088cc;
    }

.sort-source-wrapper .nav > li.active > a {
    color: #0088cc;
}

    .sort-source-wrapper .nav > li.active > a:hover,
    .sort-source-wrapper .nav > li.active > a:focus {
        color: #0088cc;
    }

.label-primary {
    background-color: #0088cc;
}

.pagination {
    justify-content: center;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #0088cc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
    color: #0088cc;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

.btn-primary,
.pagination > .active > a,
body.dark .pagination > .active > a {
    background-color: #0088cc;
    border-color: #0088cc !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-primary:hover,
    .pagination > .active > a:hover,
    body.dark .pagination > .active > a:hover {
        background-color: #0099e6;
        border-color: #0099e6;
    }

    .btn-primary:active,
    .pagination > .active > a:active,
    body.dark .pagination > .active > a:active,
    .btn-primary:focus,
    .pagination > .active > a:focus,
    body.dark .pagination > .active > a:focus {
        background-color: #0077b3;
        border-color: #0077b3;
    }

.progress-bar-primary {
    background-color: #0088cc;
}

.btn-success {
    background-color: #47a447;
    border-color: #47a447;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-success:hover {
        background-color: #51b451;
        border-color: #51b451;
    }

    .btn-success:active,
    .btn-success:focus {
        background-color: #3f923f;
        border-color: #3f923f;
    }

.btn-warning {
    background-color: #ed9c28;
    border-color: #ed9c28;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-warning:hover {
        background-color: #efa740;
        border-color: #efa740;
    }

    .btn-warning:active,
    .btn-warning:focus {
        background-color: #e89113;
        border-color: #e89113;
    }

.btn-danger {
    background-color: #d2322d;
    border-color: #d2322d;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-danger:hover {
        background-color: #d64742;
        border-color: #d64742;
    }

    .btn-danger:active,
    .btn-danger:focus {
        background-color: #bd2d29;
        border-color: #bd2d29;
    }


.btn-info {
    background-color: #39b3d7 !important;
    border-color: #269abc !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    padding: 9px 24px !important;
}

    .btn-info:hover {
        background-color: #70c8e2;
        border-color: #70c8e2;
    }

    .btn-info:active,
    .btn-info:focus {
        background-color: #46b8da;
        border-color: #46b8da;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-info.active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }


.btn-dark {
    background-color: #171717;
    border-color: #171717;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-dark:hover {
        background-color: #242424;
        border-color: #242424;
    }

    .btn-dark:active,
    .btn-dark:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
    }

section.highlight {
    background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

section.page-top h1 {
    border-bottom-color: #6abb7c;
}

section.toggle label {
    border-left-color: #0088cc;
    color: #0088cc;
}

section.toggle.active > label {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #fff;
}

section.page-top.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

.feature-box .feature-box-icon {
    background-color: #0088cc;
}

.feature-box.secundary .feature-box-icon i.fa {
    color: #0088cc;
}

.thumb-info .thumb-info-type {
    background-color: #0088cc;
}

.thumb-info .thumb-info-action-icon {
    background-color: #0088cc;
}

.thumb-info-social-icons a {
    background-color: #0088cc;
}

.thumbnail .zoom {
    background-color: #0088cc;
}

.img-thumbnail .zoom {
    background-color: #0088cc;
}

.inverted {
    background-color: #0088cc;
}

.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
    color: #0088cc;
}

    .tabs ul.nav-tabs a:hover,
    .tabs ul.nav-tabs a:focus {
        border-top-color: #0088cc;
    }

.tabs ul.nav-tabs li.active a {
    border-top-color: #0088cc;
    color: #0088cc;
}

.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
    border-top-color: #0088cc;
}

.tabs.tabs-bottom ul.nav-tabs li a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a,
.tabs.tabs-bottom ul.nav-tabs li.active a:hover,
.tabs.tabs-bottom ul.nav-tabs li.active a:focus {
    border-bottom-color: #0088cc;
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus {
    border-left-color: #0088cc;
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover,
.tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus {
    border-right-color: #0088cc;
}

ul.list.icons li i {
    color: #0088cc;
}

i.icon-featured {
    background-color: #0088cc;
}

.parallax blockquote i.fa-quote-left {
    color: #0088cc;
}

section.video blockquote i.fa-quote-left {
    color: #0088cc;
}

.panel-group .panel-heading a {
    color: #0088cc;
}

.panel-group.secundary .panel-heading {
    background-color: #0088cc !important;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li > a:hover,
#header nav ul.nav-main li.dropdown:hover a {
    background: #0088cc none repeat scroll 0 0 !important;
    color: #fff;
}

    #header nav ul.nav-main ul.dropdown-menu li:hover > a {
        background-color: #00aaff !important;
    }

.dropdown-toggle::after {
    vertical-align: .150em !important;
}

#header nav ul.nav-main ul.dropdown-menu {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    #header nav ul.nav-main ul.dropdown-menu:hover {
        background-color: #0099e6;
        border-color: #0099e6;
    }

    #header nav ul.nav-main ul.dropdown-menu:active,
    #header nav ul.nav-main ul.dropdown-menu:focus {
        background-color: #0077b3;
        border-color: #0077b3;
    }

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

    #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: #0099e6 none repeat scroll 0 0 !important;
    }

@media (min-width: 992px) {
    #header.single-menu nav ul.nav-main li.active > a {
        border-top: 5px solid #0088cc;
    }

    #header.darken-top-border {
        border-top: 5px solid #0077b3 !important;
    }

    #header.colored .header-top {
        background-color: #0088cc;
    }

        #header.colored .header-top ul.nav-top li a:hover {
            background-color: #0099e6 !important;
        }

    #header.flat-menu nav ul.nav-main li > a,
    #header.flat-menu nav ul.nav-main li.active > a {
        color: #666;
    }

    #header.flat-menu nav ul.nav-main li.active > a {
        background-color: transparent !important;
        color: #0088cc;
    }

    #header.flat-menu nav ul.nav-main li > a:hover,
    #header.flat-menu nav ul.nav-main li.dropdown:hover a {
        background-color: #0088cc !important;
        color: #fff;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        border-top-color: #0088cc;
    }
}

blockquote.testimonial {
    background: #0099e6 none repeat scroll 0 0;
}

.testimonial-arrow-down {
    border-top-color: #0099e6;
}

.featured-box-secundary i.icon-featured {
    background-color: #0088cc;
}

.featured-box-secundary h4 {
    color: #0088cc;
}

.featured-box-secundary .box-content {
    border-top-color: #0088cc;
}

.pricing-table .most-popular {
    border-color: #0088cc;
}

    .pricing-table .most-popular h3 {
        background-color: #0088cc;
    }

section.timeline .timeline-box.left::before,
section.timeline .timeline-box.right::before {
    background: #0088cc none repeat scroll 0 0;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #0088cc;
}

ul.history li .featured-box .box-content {
    border-top-color: #0088cc;
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #0088cc;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #0088cc;
}

.slider .tp-bannertimer {
    background-color: #0088cc;
}

.home-intro p em {
    color: #00aaff;
}

.home-concept strong {
    color: #0088cc;
}

.shop ul.products li.product .onsale {
    background-color: #0088cc;
    border-bottom-color: #006da3;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
    color: #0088cc;
}

#footer .footer-ribbon {
    background: #0088cc none repeat scroll 0 0;
}

    #footer .footer-ribbon::before {
        border-right-color: #005580;
    }

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
    color: #0088cc !important;
}

#footer.color {
    background: #0088cc none repeat scroll 0 0;
    border-top-color: #0088cc;
}

    #footer.color .footer-ribbon {
        background: #006699 none repeat scroll 0 0;
    }

        #footer.color .footer-ribbon::before {
            border-right-color: #00334d;
        }

    #footer.color .footer-copyright {
        background: #0077b3 none repeat scroll 0 0;
        border-top-color: #0077b3;
    }

html.boxed .body {
    border-top-color: #0088cc;
}

.cbo TD {
    border: medium none;
    padding-right: 10px;
}

.shaded {
}

.progress-striped .progress-bar {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

#btnPrevious {
    max-width: 100px;
}

#btnNext {
    max-width: 100px;
}

#btnSave {
    max-width: 100px;
}

#btnGetStarted {
    max-width: 150px;
}

#btnAddNote {
    max-width: 150px;
}

#MainContent_btnAddNote {
    max-width: 150px;
}

#btnReset {
    max-width: 150px;
}

#btnAdd {
    max-width: 150px;
}

#MainContent_btnAddHouseholdMember {
    max-width: 150px;
}

#MainContent_btnAddHouseholdMemberE {
    max-width: 150px;
}

#MainContent_btnAddHouseholdMemberSE {
    max-width: 150px;
}

#MainContent_btnAddHouseholdMemberUI {
    max-width: 150px;
}

#MainContent_btnAddEligibleExpense {
    max-width: 150px;
}

.btnDelete {
    max-width: 150px;
}

#MainContent_btnAdd {
    max-width: 150px;
}

#btnRegister {
    max-width: 150px;
}

#MainContent_RegisterUser_CreateUserStepContainer_register {
    max-width: 150px;
}

#MainContent_ctl09_ChangePasswordContainerID_btnChangePassword {
    max-width: 200px;
}

#MainContent_logLogin_btnLogin {
    max-width: 150px;
}

#btnSubmit {
    max-width: 200px;
}

#MainContent_btnSubmit {
    max-width: 200px;
}

.cbo label {
    margin-left: 8px;
}

.rbl label {
    margin-left: 8px;
}

.ufh {
    max-width: 150px;
}

.label {
    display: block;
    margin-left: 20px;
}

.input {
    float: left;
    margin-left: -20px;
    margin-right: 7px;
}

.site-header {
    z-index: 5;
    position: relative;
    overflow: hidden;
    background-color: #1a1a1a;
    color: #fff;
}

    .site-header .header .container-fluid {
        padding: 0 16px;
    }

        .site-header .header .container-fluid .row > div:first-child {
            float: left;
            width: 50%;
        }

.content {
    padding-bottom: 26px;
}

.panel-heading img {
    opacity: 1;
}

    .panel-heading img:hover {
        opacity: 0.6;
    }

.panel-heading a:hover {
    line-height: 85px;
}

.form-control {
    width: 60%;
}

.error-font {
    font-family: \"Helvetica Neue\",Helvetica,Arial,sans-serif;
}

.mt-10 {
    margin-top: 10px;
}

dialog#modalEmail {
    border: 0;
    padding: 0;
    overflow: hidden;
}

    dialog#modalEmail .modal-content {
        padding: 35px;
    }

span#closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.6;
    font-size: 28px;
    font-weight: 500;
}

dialog#modalEmail h2 {
    margin-top: 0;
    margin-bottom: 35px;
}

input[type="email"]::placeholder {
    font-size: 18px;
    padding-left: 5px;
}

dialog#modalEmail button {
    box-shadow: none;
    line-height: 1.3;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    border: none;
}

dialog#modalEmail::backdrop {
    background: rgba(0, 0, 0, 0.1);
}

#back-to-list {
    margin-top: 20px;
}

#btnUpload,
input[value="Add new comment"] {
    padding: 4px;
    margin-top: 0;
    margin-left: 10px !important;
    background: #428bca;
    color: #fff !important;
    border-color: #428bca;
}

#btnUpload:hover,
input[value="Add new comment"]:hover,
#loginForm .btn-default:hover,
#createTicket .btn-default:hover {
    background: #3276b1 !important;
    border-color: #428bca !important;
}

input:focus-visible {
    outline: 1px solid #428bca;
}

input#email {
    border: 2px solid #1a1a1a;
}

#loginForm .btn-default,
#createTicket .btn-default {
    background: #428bca !important;
    color: #fff !important;
    border-color: #428bca !important;
}

dialog#confirmModal button.btn.btn-secondary {
    color: #fff;
}

form.form-horizontal[action="/Tickets/UploadNewFile"], div.attach-file {
    display: flex;
    flex-direction: column;
}


.form-group-title-edit {
    display: flex;
    align-items: center;
    gap: 15px;
}

#details-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}

input#uploadedFile {
    font-size: 22px;
}

.details-btnUpload {
    margin-left: 0 !important;
}

dialog::backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
    opacity: 0.5;
}

/*#addWatchersModal,
#dueDateModal,
#categoriesModal,
#assigneesModal,
#prioritesModal,
#statusesModal,
#tagModal,
#confirmModal,
#editTicketSubjectModal,
#editTicketDescriptionModal,
#timeoutModal {
    padding: 0;
    border: 0;
    border-radius: 6px;
}

    #addWatchersModal .modal-dialog,
    #dueDateModal .modal-dialog,
    #categoriesModal .modal-dialog,
    #assigneesModal .modal-dialog,
    #prioritesModal .modal-dialog,
    #statusesModal .modal-dialog,
    #tagModal .modal-dialog,
    #confirmModal .modal-dialog,
    #editTicketSubjectModal .modal-dialog,
    #editTicketDescriptionModal .modal-dialog,
    #timeoutModal .modal-dialog {
        padding: 0;
        margin: 0;
        min-width: 500px;
    }

    #addWatchersModal .modal-content,
    #dueDateModal .modal-content,
    #categoriesModal .modal-content,
    #assigneesModal .modal-content,
    #prioritesModal .modal-content,
    #statusesModal .modal-content,
    #tagModal .modal-content,
    #confirmModal .modal-content,
    #editTicketSubjectModal .modal-content,
    #editTicketDescriptionModal .modal-content,
    #timeoutModal .modal-content {
        width: 100%;
    }
*/
.modal-title {
    margin-top: 0px;
}

div#divWatcherList {
    padding: 0 20px;
}

#addWatcherBtn {
    margin-top: 10px;
}

.deleteWatcher {
    padding: 0 5px !important;
}

.modal-header .close {
    font-size: x-large;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    font-weight: bold;
}

#datepicker {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

input[type="checkbox"] {
    margin-top: 0 !important;
    margin-right: 5px !important;
}

#ui-datepicker-div {
    background: #fff;
    margin: 13px;
    z-index: 9999 !important;
}

div#divWatcherList table thead tr {
    display: flex;
}

div#divWatcherList table {
    border: 1px solid;
    display: block;
    width: 100%;
    border-collapse: collapse;
}

    div#divWatcherList table thead,
    div#divWatcherList table tbody tr {
        display: flex;
        border-bottom: 1px solid;
    }

        div#divWatcherList table tbody tr:last-child {
            border: none !important;
        }

    div#divWatcherList table thead {
        background: #0000001a;
        display: block;
    }

    div#divWatcherList table tbody {
        width: 100%;
        display: block;
    }

div#divWatcherList th,
div#divWatcherList td {
    /*width: 33.34%;*/
    border-right: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px !important;
}

    div#divWatcherList th:last-child,
    div#divWatcherList tr td:last-child {
        border: none;
        max-width: 15% !important;
        width: 15% !important;
    }

div#divWatcherList th:nth-child(2),
div#divWatcherList tr td:nth-child(2) {
    max-width: 25% !important;
    width: 25% !important;
}

div#divWatcherList th:nth-child(3),
div#divWatcherList tr td:nth-child(3) {
    max-width: 65% !important;
    width: 65% !important;
    word-break: break-word;
}

.deleteWatcher {
    border: none;
    background: none;
    cursor: pointer;
}

    .deleteWatcher svg {
        width: 20px;
        height: 20px;
        fill: #a8a4a4;
    }

.nav-breadcrumb a {
    border-radius: 4px;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4375rem;
    padding: 12px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

    .nav-breadcrumb a:hover {
        color: #fff;
        background-color: #666;
        text-decoration: none;
    }

#search-bar {
    display: flex;
    gap: 5px;
    justify-content: end;
}

    #search-bar #searchText {
        min-width: 375px;
    }

.dropdown > ul.show {
    width: max-content !important;
    border-bottom: none;
    border-left: none;
}

/*.dropdown > ul.show {
    width: 100% !important;
    padding: 10px !important;
}*/

    .show,
    .dropdown > ul.show li {
        text-align: left !important;
    }

#filter-close {
    all: unset;
    cursor: pointer;
}

#dvFilter .dropdown button:hover {
    text-decoration: none;
    background-color: var(--palette-black-alpha-6, rgba(0, 0, 0, 0.06));
}

#dvFilter .dropdown button {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none !important;
    text-decoration: none !important;
    background-color: #f8f9fa;
}

#dvFilter .btn.show {
    background-color: #ebebeb;
}


#btnApplyFilter, #btnCancelFilter {
    background-color: #ffffff !important;
}

#filter-button {
    cursor: pointer;
}

ul#select2-userSelect-results {
    max-height: max-content;
    overflow: visible !important;
}

dialog#assigneesModal,
dialog#tagModal {
    overflow: visible;
}

.tagalignmiddle {
    line-height: 1.9;
}

    .tagalignmiddle > span,
    .tagalignmiddle > button {
        vertical-align: middle;
    }

#tagsDropdownMenu a {
    padding: 6px;
}

#tagsDropdownMenu {
    min-height: 120px;
    grid-template-columns: 522px;
}

#dvFilter .dropdown > ul.show,
#tagsDropdownMenu {
    max-height: 280px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.15)
}

.show > #tagsDropdownMenu {
    display: grid;
}

.ql-toolbar.ql-snow {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .ql-toolbar.ql-snow + .ql-container {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        height: 120px;
    }

a#OespLogo img {
    width: 100px;
    height: 25px;
}

a#OespLogo:hover,
img:hover {
    background: none !important;
}

#SignIn label,
#SignIn a {
    padding: 8px 12px !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
}

    #SignIn a:hover {
        color: #1a1a1a;
        border-radius: 4px;
    }

    #SignIn a:nth-child(4) {
        color: #1a1a1a;
    }

        #SignIn a:nth-child(4):hover {
            background-color: #4d4d4d;
            color: #fff;
        }

.nav-breadcrumb {
    padding: 20px 0 20px 3px !important;
    background-color: #404040;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
}

.site-header .header .container-fluid .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
}

.jumbotron {
    background: #fff !important;
}

.btn-primary, table#crmViewTable .btn-primary {
    color: #ffffff !important;
    background-color: #0066cc !important;
    padding: 10px 24px !important;
    border: none !important;
}

    table#crmViewTable .btn-primary {
        margin-bottom: 0 !important;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .open .dropdown-toggle.btn-primary, table#crmViewTable .btn-primary:hover, table#crmViewTable .btn-primary:focus, table#crmViewTable .btn-primary:active {
        background-color: #00478f !important;
    }

    .btn-primary:active {
        background-color: #002142 !important;
        color: #fff;
        transition: background-color 0s, box-shadow 0.1s ease-in-out;
    }

hgroup.title h1,h1,
body h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: 700 !important;
    text-rendering: optimizeLegibility;
    font-feature-settings: normal;
    font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #1a1a1a;
}

hgroup.title h1,h1 {
    font-size: 33px !important;
    margin: 40px 0 24px 0 !important;
}

body h2,h2 {
    font-size: 33px;
}

/*body h2,
body h4 {
    margin-bottom: 12px;
    margin-top: 12px;
}

body h4 {
    font-size: 24px;
}*/

.form-group .control-label {
    font-weight: bold;
    padding-top: 15px;
}

    .form-horizontal .control-label[for*="UserName"],
    .form-horizontal .control-label[for*="Password"],
    .form-group .col-form-label[for*="Email"],
    .form-group .control-label[for*="AgentID"],
    .form-group .control-label[for*="AgencyName"],
    .form-group .control-label[for*="AgencyLocation"],
    .form-group .col-form-label[for*="Username"],
    .form-group .col-form-label[for*="NewPassword"],
    .form-group .col-form-label[for*="ConfirmPassword"] {
        font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 28.5px;
        max-width: 736.25px;
        width: 100%;
        margin: 0px 0px 16px;
        white-space: normal;
        text-align: left;
    }

.form-control#UserName,
.form-control#Password,
.form-control#Email,
.form-control#AgentID,
.form-control#AgencyName,
.form-control#AgencyLocation,
.form-control#Username,
.form-control#NewPassword,
.form-control#ConfirmPassword {
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 40px;
    max-width: 768px;
    width: 100%;
    padding: 10px 16px;
    transition: box-shadow 0.1s ease-in-out;
    background-origin: initial;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.col-form-label#labelCategories,
.col-form-label#labelAssignedTo,
.col-form-label#labelCreateDate,
.col-form-label#labelCreateBy,
.col-form-label#labelPriority,
.col-form-label#labelStatus,
.col-form-label#labelDueDate,
#divTags {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

/*.container-fluid #resources a {*/
/*background: #428bca !important;*/
/*color: #428bca !important;*/
/*border-color: #428bca !important;*/
/*}*/

.container-fluid.white-bk {
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding: 0 15px 0 15px;
}

.container-fluid.white-bk a:not(.btn-primary, .page-link) {
    color: #428bca;
    text-decoration: underline;
}

    .container-fluid.white-bk a:not(.btn-primary):hover {
        color: #00478f !important;
        background: none !important;
        text-decoration: none !important;
    }

    .container-fluid.white-bk a:not(.btn-primary):focus {
        box-shadow: 0 0 0 4px #009adb;
        outline: 4px solid transparent;
        transition: all 0.1s ease-in-out;
    }

    .container-fluid.white-bk a:not(.btn-primary):active {
        color: #002142 !important;
    }

#container-padding {
    padding: 0 15px;
}

.col-sm-12.ontario-service-subheader__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #5f8129;
    padding-left: 16px;
    padding-right: 15px;
}

#btndatepicker {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.form-actions.no-color > .btn {
    min-width: 80px;
}

a.ontario-service-subheader__link {
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px 0;
    text-decoration: none !important;
}

    a.ontario-service-subheader__link:hover {
        background: none;
        color: #fff;
        text-decoration: none;
    }

.mt-30 {
    margin-top: 30px;
}

.pagination-container .pagination .active a {
    color: #ffffff !important;
    background-color: #0066cc !important;
}

.modal-footer .btn-primary {
    padding: 7px 12px !important;
    margin: 4px !important;
}
.modal-footer .btn.btn-default {
    border: 1px solid #cccccc
}
    .modal-footer .btn.btn-default:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.modal-footer .btn-secondary { padding: 10px 24px;}

.field-validation-error {
    margin-bottom: 10px;
    display: block;
}

.upload-button {
    margin-top: 27px !important;
}

.px-15 {
    padding-left:15px;
    padding-right:15px;
}

.mb-10 {
    margin-bottom:10px;
}

div#divTags .badge {
    white-space: pre-wrap !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin-right: 5px !important;
}

.ticketingBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
    margin: 2px !important;
}

td, .colTagNamesList {
    max-width: 300px;
}

div#divTags, .colTagNames {
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 768px) {
    .site-header .header .container-fluid .row > div:first-child, div#Language {
        width: 50%;
    }
}

@media (max-width: 600px) {
    a.ontario-service-subheader__link {
        font-size: 18px;
    }

    .nav-breadcrumb a {
        font-size: 15px;
    }
}
