﻿/*Custom css rules for bootstrap so main nuget package can be updated without custom changes being overridden*/

.navbar:before,
.container-fluid:before{
    display: initial;
    content: initial;
}


html {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    min-height: 100%;
}


body{
	background-color: #fcfcff;
    font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 340px;
}

.table > tbody > tr > td {
	 vertical-align: middle;
}

caption{
    color: #737373;
}

.col-no-padding{
	padding-left: 0;
	padding-right: 0;
}

.no-right-padding{
    padding-right: 0;
}


.containerBorder {
	border-left: #a5a5a5 solid 1px;
	border-right: #a5a5a5 solid 1px;
}

.table-fixed{
	table-layout: fixed;
	width: 100%;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.vertical-center {
  display: flex;
  align-items: center;
}

.inline-block {
    display: inline-block;
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-xxxl-block,
.visible-xxxl-inline,
.visible-xxxl-inline-block {
    display: none;
}

/*-------------Links------------------*/

#dform_container a,
a {
    color: blue;
    word-wrap: break-word;
}

#dform_container a:hover,
#dform_container a:focus,
a:hover, a:focus{
	color:#D7230F; 
}


h1 a, h2 a, h3 a{
    padding: 0;
}


main.contentArea a,
main a,
div.secondaryContent a,
#EmergencyNotice a {
    font-weight: 600;
    text-decoration: underline;
}



/*-------------Typographhy------------*/


/*Headers*/


h1 {
	color: #4e4e4e;
	font-size: 1.875rem;
	margin-top: 0;
}

h2, .h2 {
	color: #4e4e4e;
	font-size: 1.625rem;
	margin: 25px 0 5px;
}

h3, .h3 {
	color: #4e4e4e;
	font-size: 1.375rem;
	margin: 20px 0 5px;
}


/*Text*/

p {
	color: #262525;
	line-height: 1.5;
	margin: 0 0 12px;
}


.text-primary {
    color: #007297!important;
}

.bold{
    font-weight: 600;
}

/*Lists*/

ul ul li {
	list-style-type: square;
}


ol ol li {
	list-style-type: lower-alpha;
}


/*Alerts*/

/*This rule removes the top margin from h2's and 3's from alert bootstrap alerts*/
.alert h2:nth-of-type(1), .alert h3:nth-of-type(1) {
	margin-top: 0;
}

.alert p:last-of-type{
    margin-bottom: 0;
}

.alert a{
    font-weight: 600;
    text-decoration: underline;
}

.alert{
	padding: 25px;
}
/*
.alert-fcf8e3,
.alert-warning {
    color: #846839;
    background-color: #fff4b8;
    border-color: #f8e0ac;
}

.alert-dff0d8,
.alert-success {
    color: #376D38;
    background-color: #D0E7C5;
    border-color: #cdeeb1;
}

.alert-f2dede,
.alert-danger {
    color: #973C3B;
    background-color: #E8CACA;
    border-color: #ebccd1;
}

.alert-d9edf7,
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-f7f7f9{
    background-color: #f8f8f8;
    border-color: #dcdcdc;
}*/

.alert-li-black{
    color: #000;
}


.alert.alert-info li,
.alert.alert-warning li,
.alert.alert-danger li,
.alert.alert-success li,
.alert.alert-primary li {
    color: #262525;
}



/*-------------Buttons----------------*/

/*
.btn,
#dform_container button.orange {
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-size: 1.15rem !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    padding: 8px 14px !important;
    text-decoration: none !important;
}

.btnLarge{
	height: 45px;
}



.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-default:hover, .btn-default.hover,
    .btn-default:focus, .btn-default.focus {
        color: #fff !important;
        background-color: #3C3939 !important;
        border-color: #3C3939 !important;
    }

.btn-primary {
    background-color: #007297 !important;
    border-color: #006ea2 !important;
}

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover,
    .btn-primary.hover {
        color: #fff !important;
        background-color: #004b72 !important;
        border-color: #01486d !important;
    }

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-info:focus,
    .btn-info.focus,
    .btn-success:focus,
    .btn-success.focus,
    .btn-default:focus,
    .btn-default.focus,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-danger:focus,
    .btn-danger.focus {
        outline: 4px solid #D16900 !important;
    }


.btn-success {
    color: #fff!important;
    background-color: #2A832A!important;
    border-color: #2A832A!important;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff!important;
  background-color: #2C6322!important;
  border-color: #255625!important;
}
.btn-success:hover {
  color: #fff!important;
  background-color: #2C6322!important;
  border-color: #398439!important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff!important;
  background-color: #2C6322!important;
  border-color: #398439!important;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff!important;
  background-color: #2C6322!important;
  border-color: #255625!important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none!important;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c!important;
  border-color: #4cae4c!important;
}
.btn-success .badge {
  color: #5cb85c!important;
  background-color: #fff!important;
}



.btn-success:focus,
.btn-success.focus {
  color: #fff!important;
  background-color: #2C6322!important;
  border-color: #255625!important;
}



.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning.hover {

    color: #000 !important;
    background-color: #d0a614 !important;
    border-color: #b99414 !important;
}



.btn-danger {
  color: #fff!important;
  background-color: #D23732!important;
  border-color: #b72e2a!important;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff!important;
  background-color: #c9302c!important;
  border-color: #761c19!important;
}
.btn-danger:hover {
  color: #fff!important;
  background-color: #c9302c!important;
  border-color: #ac2925!important;
}


.btn-info{
	background-color: #207f9c!important;
	border-color: #1f758f!important;
    color: #fff;
}

.btn-info:hover, .btn-info.hover,
.btn-info:focus, .btn-info.focus, 
.btn-info:active, .btn-info.active, 
.open .dropdown-toggle.btn-info {
	color: #fff!important;
	background-color: #1f677d!important;
	border-color: #2392b2!important;
}

.mainContent p a.btn{
	margin-bottom: 5px;
}

.btn-lg {
    border-radius: 0 !important;
    font-size: 18px!important;
    line-height: 1.3333333;
    margin: 5px 0 !important;
    padding: 10px 16px!important;
}


.btn-hollow{
    background-color: transparent!important;
    border: 2px solid!important;
}

.btn-default.btn-hollow{
    border-color: #fff!important;
    color: #fff!important;
}

    .btn-default.btn-hollow:hover {
        border-color: #e6e6e6!important;
        color: #000!important;
    }

    .btn-default.btn-hollow:focus {
        color: #000 !important;
    }


.modal .btn-close:hover,
.modal .btn-close:focus {
    background: transparent url("/Content/Bootstrap5-PWA/Close-Cross-hover.svg");
}

.modal .btn-close:focus{
    outline: 2px solid yellow;
}



.input-group .btn{
	height: 46px;
}

*/

.btn-link {
    color: blue;
    font-weight: 600;
    padding: 0 3px;
}

    .btn-link:hover,
    .btn-link:focus-visible {
        color: #D7230F;
    }

    .btn-link:focus-visible {
        background: #FBF3C1;
        outline: none;
    }

/*----------Backgrounds-----------------*/

.bg-light-grey {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: #007297!important;
}


/*-----------------------------------Modals---------------------------------------*/



.modal-header-primary{
	background: #007297;
}

.modal-header-primary h2{
	color: #fff;
}


.modal-body{
	padding: 25px;
}

h2.modal-title {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-top: 0;
}


.modal p {
    line-height: 1.35;
}

.modal .btn-close {
    height: .375rem;
    background: transparent url("/Content/Bootstrap5-PWA/White-X.svg");
    background-repeat: no-repeat;
    margin-top: -2.25rem;
    padding: .675rem;
    opacity: .75;
    width: .375rem;
}



/*-----------------------------------Sliders--------------------------------------*/


    .carousel-caption h2, .carousel-caption h3, .carousel-caption p {
        color: #fff;
    }

    .carousel-caption-background {
        background-color: rgba(60, 55, 55, 0.40);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7f404640', EndColorStr='#7f565c56');
    }


        .alert h2:first-of-type,
        .alert h3:first-of-type {
            margin-top: 0;
        }

.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
    opacity: 1;
}

    .carousel-control-next:focus .carousel-control-next-icon,
    .carousel-control-prev:focus .carousel-control-prev-icon {
        outline: 1px solid yellow;
    }



    /*----------------Accessibility Fixes--------------------*/

    caption.sr-only {
        color: #333;
    }

    /*------------------------------Pagination-------------------------------------*/

    .pagination a {
        text-decoration: none !important;
    }



    /*-----------------------------Inputs-----------------------------------------*/

input#SearchAgain:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="datetime"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.pwaVOF select:focus,
.form-control:focus {
    color: #444;
    border: solid rgb(60, 55, 55) !important;
    border-radius: 0;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 3px solid #C27E00;
}

input[type="radio"]:focus {
    border-radius: 50%;
}

.form-check-input:focus {
    border-color: #007297;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

    input[type=checkbox] ~ label,
    input[type=radio] ~ label {
        padding: 2px 5px;
    }

    input[type=checkbox]:checked ~ label,
    input[type=radio]:checked ~ label {
        color: #444;
        background: #f3e490;
    }

    input[type=checkbox],
    input[type=radio] {
        /*float: left;*/
        height: 25px;
        margin-top: 5px;
        width: 25px;
        vertical-align: text-bottom;
    }

    input[type="checkbox"] {
        margin: 4px 2px 0;
    }


.form-control {
    border: 1px solid #767474;
    border-radius: 0;
    height: 46px;
}

.registrationForm input[type=checkbox],
.form-check-input {
    border: 1px solid #767474;
}

select.form-control {
    background-image: url(/Content/Bootstrap5-PWA/Arrow-Down-Black.svg);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 30px;
}


    textarea.form-control{
        height: initial;
    }

    .form-group.required label:after {
        content: " *";
        color: red;
    }

    .form-group{
        margin-bottom: 25px;
    }


    legend{
        font-size: 1.25rem;
    }

    option:focus,
    option:active {
        background-color: #2031FF;
        color: #fff;
    }
    label{
        font-weight: 600;
    }

/*----------------------------Accordion------------------------------*/

.accordion-header {
    margin: 0;
}

.accordion-button.collapsed {
    background-color: #007297;
    color: #fff;
}

.accordion-button.collapsed:hover {
    background-color: #333;
}

.accordion-button:not(.collapsed) {
    color: #f5f5f5;
    background-color: #004b72;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button::after {
    background-image: url(/images/Bootstrap/Arrow-Down-White.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/images/Bootstrap/Arrow-Down-White.svg);
    transform: rotate(-180deg);
}

.accordion-button:focus {
    border-color: #ffeb3b;
    box-shadow: 0 0 0 2px #fafa75, 0 0 0 4px #333, 0 0 4px 7px #fafa75;
}

.accordion-body{
    padding: 1rem;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.25);
}


    /*----------------------Tables-----------------------------*/

    thead.shadedHeader > tr > th {
        background-color: #007297;
        border: 1px solid #007297;
        color: #fff;
        font-size: 1.15em;
        vertical-align: middle;
    }


    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f7f7f7;
    }


    .table-hover > tbody > tr:hover {
        background-color: #ebf7fb;
    }

    thead.shadedHeader {
        border: 1px solid #007297;
    }

    td a {
        padding: 0;
    }


    /*----------------------Pagination------------------------*/

    .pagination > .active > a, .pagination > .active > a:focus,
    .pagination > .active > a:hover, .pagination > .active > span,
    .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #007297;
        border-color: #007297;
    }

    .pagination > li > a, .pagination > li > span {
        color: #007297;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover, .pagination > .disabled > span,
    .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #737373;
    }


    /*----------------Cards-------------------*/

    .card-header h1,
    .card-header h2,
    .card-header h3{
        margin: 0;
    }

    .card-header-primary{
        background-color: #007297;
        color: #fff;
    }

.card-header-primary h1,
.card-header-primary h2,
.card-header-primary h3 {
    color: #fff;
}



    /*-------------------------navbar-------------------------------*/

    .navbar {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.75);
        border-color: rgba(255,255,255,.3);
    }

    .navbar-toggler {
        padding: .35rem .65rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,.75);
    }

    .navbar-brand{
        padding: .45rem .3125rem;
    }

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: yellow;
}


.navbar-toggler:focus {
    box-shadow: 0 0 0 0.125rem yellow;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-brand:focus {
    outline: 2px solid yellow;
}

.nav-link{
    padding: .625rem 1rem;
}

.navbar-collapse.collapse.show {
    border-top: 1px solid #000;
    box-shadow: 0px 1px 0px 0px rgba(78,75,75,0.75) inset;
    margin-top: .5rem;
}

.navbar-dark .dropdown-menu {
    background-color: #212529;
    border: none;
}

.navbar-dark .dropdown-item {
    color: rgba(255,255,255,.75);
}

    .navbar-dark .dropdown-item:hover,
    .navbar-dark .dropdown-item:focus {
        color: #000;
    }



.navbar-dark .dropdown-divider {
    border-top: 1px solid #828080;
}

.navbar .dropdown-menu li{
    list-style-type: none;
}

/*-----------Navbar hack for selfservice templates that are also pulling through bs3*/

.navbar.hack{
    border: initial;
}

.navbar-brand.hack {
    float: none;
    height: initial;
}
    /*-----------Breadcrumb------------------*/
    .breadcrumb {
    font-size: .875em;
}

        .breadcrumb > li + li:before {
            padding: 0;
        }

        .breadcrumb > .active {
            color: #737373;
        }

/*---------------Positioning-------------------*/

.bottom-15{
    margin-bottom: 15px!important;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------Mobile size of iPhone 6,7,8 375px width---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 375px) {




}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------Mobile size of iPhone 6,7,8 PLUS 414px width---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 414px) {


}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------(COL-SM)----------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
    body {
        margin-bottom: 235px;
    }
}

    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*------------------------------------------------------------------------------------------------iPad-----------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------(COL-MD)-----------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 768px) {
        body {
            margin-bottom: 235px;
        }



        /*-----------Breadcrumb [iPad]-----------*/
        .breadcrumb {
            font-size: 1rem;
        }


        /*--------------Modal [iPad]------------*/

        .modal-dialog {
            margin: 95px auto;
        }

        .modal .btn-close {
            margin-top: -1.5rem;
        }
    }


    /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------Mobile size of iPhone 6,7,8 375px width---------------------------------------------------------------*/
    /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 375px) {

        /*-------------Accordion [iphone 6,7,8]----------------------------*/

        .panel-heading .panel-title a {
            font-size: 1.15em;
        }
    }


    /*------------------------------------------------------------Col-LG------------------------------------------------------------*/
    @media (min-width: 992px) {
    }


    /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------------iPad Pro-----------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 1024px) {

    }

    /*------------------------------------------------------------Col-XL------------------------------------------------------------*/
    @media (min-width: 1200px) {
    }

    /*------------------------------------------------------------Col-XXL-----------------------------------------------------------*/
    @media (min-width: 1400px) {
    }