﻿@import url('jquery.qtip.min.css');

.pwdReq {
    font-size: 16px;
    list-style: disc;
    padding-left: 30px;
    margin-top:10px;
}

.RequiredAsterisk {
    color: red
}

.passwordIntro {
    color: #4f4f4f;
}

.RequiredEntry {
    background-color: white;
}

form {
    min-width: 600px;
    
}

body {
    background: white;
    height: 100%;
    /*position: relative;*/
    min-height: 100%;
}

html {
    position: relative;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.dark {
    border: 1px solid #7b9dcb !important;
}*/


*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

h1, h2, h3, h4, p, label, td, th, span, input {
    font-family: arial, verdana, sans-serif;
}

.hidden {
    display: none;
    visibility: hidden;
}

.secondLvl {
    font-weight: bold;
    margin: 40px 0px 20px 0px;
    color: #222;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    /*font-weight: bold;*/
    font-weight: normal;
    color: #222;
}

h3 {
    font-size: 18px;
    color: #4f4f4f;
    /*font-weight: bold;*/
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
}

b {
    font-weight: bold;
}

p {
    line-height: 1.2em;
    text-align: justify;
    color: #4f4f4f;
    /*font-size: 16px;*/
}

span {
    color: #222;
}

td span {
    color: #222;
}

label {
    color: #4f4f4f;
}

/* Terms checkbox: black text before link, orange link */
.tbl-checkbox label,
#divConfirm label,
label[id$="lblTerms2"],
label[id$="lblTerms"] {
    color: #222 !important;
}

.tbl-checkbox label a,
#divConfirm label a {
    color: #FFB81C !important;
}

.content-form a,
.content-form a:visited,
.content-form a:hover,
.content-form a:active {
    color: #FFB81C;
}

/*input, label {
    display: block;
    font-size: 14px;
}*/


.content-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: auto;
    min-height: 100%;
    height: 100%;
    display: block;
    /*color: darkblue;*/
    top: 120px;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4f4f;
}

.banner {
    width: 100%;
    height: 120px;
    position: fixed;
    display: block;
    background-color: #FBF6ED;
    z-index:10;
    top: 0;
}

.banner-header table {
    position: relative;
    height: 120px;
}

    .banner-header table tr td {
        vertical-align: middle;
    }

        .banner-header table tr td img {
            padding-right: 10px;
            max-height: 100px;
            display: block;
        }

.banner-title {
    background-color: #222;
    height: 70px;
    display: block;
    position:relative;
    top:120px;
}

    .banner-title h1 {
        color: #fff;
        /*width: 800px;
        margin: 0 auto;*/
        padding-top: 25px;
        display: block;
    }

.content-header {
    padding: 30px 0;
    display: block;
}

.content-header2 {
    padding: 0 0 30px 0;
    display: block;
}


.btn-login {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    background: #FFB81C;
    border: 0;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 200px;
    border-style: solid;
    border-radius: 16px;
    margin-top: 20px;
    /*margin-left: 200px;*/
    margin: auto;
    /*margin-bottom: 100px;*/
    align-self: center;
}

.btn-logout {
    color: #222;
    border:0;
    font-size: 16px;
    font-weight: bold;
    background: #FFB81C;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 150px !important;
    border-style: solid;
    border-radius: 16px;
    margin-top: 15px;
    /*margin-right: 100px;*/
}

.btn-confirm {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    background: #FFB81C;
    padding: 0px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*width: 100%;*/
    width: 200px !important;
    border-style: solid;
    border: 0;
    border-radius: 16px;
    margin-top: 20px;
    /*margin-left: 350px;*/
    /*margin-bottom: 100px;*/
    margin: auto;
    margin-bottom: 100px;
    align-self: center;
}



b.emphasis {
    /*font-size: 16px;*/
}


.spacer-20 {
    clear: both;
    display: block;
    height: 20px;
}

.spacer-30 {
    clear: both;
    display: block;
    height: 30px;
}

.spacer-40 {
    clear: both;
    display: block;
    height: 40px;
}

.spacer-100 {
    clear: both;
    display: block;
    height: 100px;
}

.spacer-120 {
    clear: both;
    display: block;
    height: 120px;
}

.content-form-row-inline table tr td {
    vertical-align: bottom;
}

.horizontal-line-top {
    border-top: 1px solid #eee;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.border-left-none {
    border-left: none;
}

.border-right-none {
    border-right: none;
}

.full-width {
    width: 800px;
}

.txt-decor {
    text-decoration: underline;
}

.lbtn-green {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 10px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    border-style: solid;
    border-color: #22ae8a;
    border-width: thin;
    display: inline;
    /*margin: auto;*/
    border-radius: 5px;
    margin-top: 15px;
    margin-right: -35px;
}

.lbtn-orange {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    background: none;
    padding: 10px 0 !important;
    height: 40px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 160px;
    border-style: solid;
    border-color: #ff9933 ;
    display: inline;
    /*margin: auto;*/
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 35px;
}

.btn-green-tab {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #22ae8a;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #22ae8a;
    border-width: thin;
}

.btn-grey-tab {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #235ba8;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #235ba8;
    border-width: thin;
}

.btn-black-tab {
    color: #235ba8;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    padding: 10px 0 !important;
    height: 72px !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-style: solid;
    border-color: #ffffff;
    border-width: thin;
}

.push {
    clear: both;
}



.background {
    clear: both;
    bottom: 0;
    position: relative;
    width: 100%;
    height: 380px;
    display: block;
    z-index: -1;
    overflow: visible;
}

    .background .circle {
        background: url('../img/circle_background.png') no-repeat right center;
        background-size: contain;
        height: min(380px, 54vh);
        width: min(220px, 32vw);
        min-height: 280px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 25%;
        top: auto;
        transform: none;
        z-index: -1;
        pointer-events: none;
    }

    .background .triangle {
        background: url('../img/triangle_background.png') no-repeat left bottom;
        background-size: contain;
        width: min(540px, 92vw);
        max-width: calc(100vw - 32px);
        height: min(375px, 54vh);
        display: block;
        position: absolute;
        left: calc(50% - 450px);
        top: 4px;
        z-index: -1;
        pointer-events: none;
    }

    body.page-student-login .background .triangle {
        left: calc(50% - 260px);
    }



.content-form-header {
    width: 100%;
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-bottom: 20px;
    /*border: dotted;*/
    /*padding: 10px;*/
    /*align-self: center;*/
}

    .content-form-header h1 {
        color: #222;
        font-size: 18px;
        /*padding-top: 20px;
    padding-bottom: 20px;*/
        padding: 20px 0px 30px 0px;
    }


    .content-form-header h2 {
        margin: 12px 0px 0px 20px;
        padding-right: 48px;
        color: #fff;
        font-size: 22px;
    }

.content-form-header-row {
    /*margin-left: 200px;*/
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: dotted;*/
    /*padding: 10px;*/
}



.dropdown {
    position: relative;
    align-self: center;
    /*display: block;*/
    /*margin: 10px 0;*/
    /*overflow: visible !important;*/
}

.dropdown-processed {
    align-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    color: #22ae8a;
    background-color: #222;
    cursor: pointer;
    border-radius: 16px;
    line-height: normal;
    padding: 2px 10px 10px 0px;

    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #dadada;
        border-bottom-style: inset;*/
}

.tooltipme {
    cursor: pointer;
    text-decoration: none;
}
.qtip {
    max-width: 600px !important;
}

.qtip,
.qtip-content,
.qtip-default,
.qtip-default .qtip-content {
    background-color: #FBF6ED !important;
    color: #222 !important;
    border-color: #222 !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 0;
    /*margin: 0px;*/
    border: 0.5px solid #4d93be;
    margin-left: 40px;
    margin-right: 40px;
}




.content-form-header p {
    /*padding: 0px 0px 0px 40px;*/
    padding: 5px;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
    font-size: 14px;
    /*font-stretch: wider;*/
    letter-spacing: 0.5px;
}


.dropdown-processedbottom {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    background-color: #222;
    line-height: normal;
    cursor: pointer;
    border-radius: 16px;
    padding: 2px 10px 10px 0px;
    /*border-top: 1px solid #fff;
        border-bottom: 1px solid #dadada;*/
}



.dropdown-container {
    padding-top: 10px;
    padding-right: 20px;
    display: none;
    margin: 10px 0px 0px 20px;

}

.dropdown-processed .dropdown-link,
.dropdown-processedbottom .dropdown-link {
    position: relative;
}

.dropdown-processed .dropdown-link a.image-sprite {
    top: 50%;
    right: 25px;
    float: right;
    display: block;
    position: absolute;
    height: 30px;
    width: 28px;
    transform: translateY(-50%);
    background: url('../img/btnClose_sprite_white.png') left bottom;
}

.dropdown-processedbottom .dropdown-link a.image-sprite {
    top: 50%;
    right: 25px;
    float: right;
    display: block;
    position: absolute;
    height: 30px;
    width: 28px;
    transform: translateY(-50%);
    background: url('../img/btnClose_sprite_white.png') left bottom;
}

.content-form-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-form-panel h1 {
    color: #222 !important;
    font-size: 18px;
    /*padding-left: 20px;*/
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    /*padding: 20px 0px 20px 10px;*/
    /*margin-top: 10px;
margin-bottom: 10px;*/
}

#activeLegal span , #inActiveLegal span {
    color:#FFB81C !important;
}

.spanValid {
    color: red;
    margin-top: 8px;
    font-weight: bold;
}

.content-form-panel-row {
    width: 650px;
    margin-left: 190px;
    margin-right: 190px;
    margin-top: 20px;
    /*margin-bottom: 10px;*/
    align-content: center;
    align-items: center;
    /*border: dotted;*/
    /*padding: 10px;*/
}

.login-control {
    margin-top: 10px;
}

.asso-chooser .pin {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../img/chooser-pin.png) center center no-repeat #22ae8a;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #d7d7d7;
}

.asso-name {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 400px;
    height: 40px;
    line-height: 50px;
    /*border: none;*/
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid #222;
    margin-left: -5px;
    color:#222;
    background:#FBF6ED ;
    /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
}

.panel-dropdown {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 131px;
    height: 40px;
    line-height: 50px;
    border: 1px solid #222;
    font-size: 14px;
    border-radius: 16px;
    background:#FBF6ED ;
    color:#222;
    /*border-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
}

.panel-input-textbox {
    width: 400px;
    height: 40px;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #222;
    background:#FBF6ED ;
    color:#222;
    /*border-top-right-radius: 4px;*/
}

.content-form-panel-row-label {
    font-size: 14px;
    color: #222;
    /*border-top-right-radius: 4px;*/
}

.RequiredAsterisk {
    color: red;
}



p {
    /*margin: 1.5em 0;*/
    margin: 10px 0px 20px 0px;
    padding: 0;
}

.footer2 {
    width: 100%;
    display: block;
    background: #FBF6ED !important;
    /*position:absolute;*/
    /*clear: both;
    position: fixed;
    bottom: 0;
    left: 0;*/
}


.footer {
    background: #222;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 18px;
    /*position:absolute;*/
    /*clear: both;
    position: fixed;
    bottom: 0;
    left:0;*/
}
    .footer div {
        padding-left: 0px
    }
        /*.footer div.nav{border-bottom:1px solid #000}*/
        .footer div.nav .homeLink {
            display: block;
            float: left;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-decoration: none
        }

        .footer div.nav ul {
            line-height: 41px;
            color: #878787
        }

            .footer div.nav ul li {
                display: inline-block;
                margin: 0 0px
            }

                .footer div.nav ul li:first-child {
                    margin-left: 0
                }

                .footer div.nav ul li:last-child {
                    margin-right: 0
                }

                .footer div.nav ul li a {
                    color: #878787;
                    text-decoration: none;
                    text-transform: uppercase
                }

                    .footer div.nav ul li a:hover {
                        color: #c5c5c5
                    }

            .footer div.nav ul li {
                color: #ffffff
            }

            .footer div.nav ul.leftNav {
                float: left;
            }

            .footer div.nav ul.rightNav {
                float: right
            }


.wrapper {
    max-width: 800px;
    margin: 0 auto
}

.footer2 div {
    padding-left: 0px
}

    .footer2 div.nav ul {
        line-height: 28px;
        font-size: 12px;
        text-decoration: none;
        font-family: arial, verdana, sans-serif;
    }

        .footer2 div.nav ul li {
            display: inline-block;
            margin: 0 5px
        }

            .footer2 div.nav ul li:first-child {
                margin-left: 0
            }

            .footer2 div.nav ul li:last-child {
                margin-right: 0
            }

        .footer2 div.nav ul.leftNav {
            float: left;
        }

        .footer2 div.nav ul li a {
            text-decoration: underline;
        }

        .footer2 div.nav ul.leftNav-1 {
            float: left;
            font-size: 14px;
        }

        .footer2 div.nav ul.leftNav-2 {
            float: left;
            font-size: 14px;
        }



.footer2 table td {
    /*padding-top: 10px;*/
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
}

.footer2 table,
.footer2 table td,
.footer2 table a,
.footer2 table a:visited,
.footer2 table a:hover,
.footer2 table a:active {
    color: #222 !important;
}

.content-form-panel-confirm {
    margin-left: 100px;
    margin-right: 100px;
    width: 600px;
    /*margin-bottom: 20px;*/
    /*border: dotted;*/
    /*padding: 10px;*/
    background-color: #22ae8a;
    border-radius: 8px;
    padding: 30px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 40px;
}

    .content-form-panel-confirm h1 {
        color: #ffffff;
        font-size: 16px;
        padding-left: 30px;
        /*padding-top: 20px;*/
        padding-bottom: 10px;
        /*padding: 20px 0px 20px 10px;*/
    }

    .content-form-panel-confirm p {
        color: #ffffff;
        font-size: 12.5px;
    }

/*.checkbox-label{
        color: green;
    }

    .checkbox-design {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 2ex;
   width: 2ex;
   background-color: white;
   border: 1px solid rgb(166, 166, 166);
   border-radius: 4px;
   box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
   margin-right: 0.5em;
}*/

/*.checkbox-design .checked {
  
   background-color: red;
  
}*/

input[type="checkbox"], input[type="radio"] {
    width: 20px !important; /*Desired width*/
    height: 20px !important; /*Desired height*/
    accent-color: #FFB81C;
}

input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox; /* Firefox */
    -ms-appearance: checkbox; /* not currently supported */
}

#ContentPlaceHolder1_chkConditionsOfUse,
input[id$="chkConditionsOfUse"],
input[id$="confirmationUC_chkAcceptTerms"],
input[id$="chkAcceptTerms"],
#cbOptOutCoverage,
.app-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #222;
    border-radius: 50% !important;
    background-color: #FBF6ED;
    background-image: none;
    cursor: pointer;
    vertical-align: middle;
    flex: 0 0 auto;
}

#cbOptOutCoverage {
    margin-bottom: 5px;
    margin-left: 16px;
}

#ContentPlaceHolder1_chkConditionsOfUse:checked,
input[id$="chkConditionsOfUse"]:checked,
input[id$="confirmationUC_chkAcceptTerms"]:checked,
input[id$="chkAcceptTerms"]:checked,
#cbOptOutCoverage:checked,
.app-checkbox input[type="checkbox"]:checked {
    background-color: #FFB81C;
    border-color: #FFB81C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5 L8.5 13.5 L14.5 6.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}

.radioButtonList label {
    display: inline;
}

.tbl-checkbox tr td {
    vertical-align: middle !important;
    /*padding-bottom: 20px;*/
}

.tbl-checkbox label {
    margin: 0 !important;
}

.tbl-checkbox input[type="checkbox"] {
    margin: 0 !important;
}


.info {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 15px;
    height: 15px;
    padding: 2px;
    background: #22ae8a;
    /*border: 2px solid #666;*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    font: 12px Arial, sans-serif;
}

.footer-container {
    /*width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;*/
    position: absolute;
    width: 100%;
    bottom:0px;
}

.WebSiteBckGrd {
    /*position: relative;*/
    bottom: 0;
    left: 0;
    z-index: -1000;
    margin-top: 100px;
}

.school-year {
    /*border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 195px !important;
    height: 40px;
    line-height: 50px;
    border: 1px solid #222;
    color: #222;
    background: #FBF6ED;
    font-size: 14px;
    border-radius: 0;
}

.panel-input-textbox-2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 400px;
    height: 40px;
    /*padding: 8px 5px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #222;
       color: #222;
    background: #FBF6ED;
    border-radius: 16px;
}

.content-form-panel-row-label-2 {
    font-size: 14px;
    margin-left: 105px; /*border-top-right-radius: 4px;*/
    color: #4f4f4f;
}

table.dataTable {
    text-transform: none;
}

table.dataTable tr td {
    vertical-align: middle;
    color: #222;
}

table.dataTable tr:not(.dark) td {
    background-color: #fff;
}

table.dataTable tr.dark td {
    background-color: #FBF6ED;
}

.title {
    /*background: #f6f5f5;*/
    background-color: #FFB81C;
    color: #222;
    height: 41px;
    line-height: 41px;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #bfbfbf;*/
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
}

.coverage-summary-table {
    width: 70%;
    margin: 12px 0 16px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #D7D2CB;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(34, 34, 34, 0.08);
}

.coverage-summary-table .coverage-head td {
    text-align: center;
    vertical-align: middle;
    padding: 12px 16px;
    font-weight: bold;
    border-bottom: 1px solid #D7D2CB;
    background: #FFB81C;
    color: #222;
}

.coverage-summary-table .coverage-head td.new-access {
    background-color: #FFB81C;
    color: #222;
}

.coverage-summary-table .coverage-values td {
    padding: 14px 16px;
    border-bottom: 1px solid #D7D2CB;
    background: #FBF6ED;
    color: #222;
}

.coverage-summary-table .coverage-refund-label {
    text-align: right;
    padding: 14px 16px 14px 0;
    background: #FBF6ED;
    color: #222;
}

.coverage-summary-table .coverage-refund-value {
    padding: 14px 16px;
    background: #FBF6ED;
    color: #222;
}

#totalRefund {
    display: inline-block;
    padding: 8px 12px !important;
    background-color: #FFDB8D !important;
    color: #222;
    border: 1px solid #FFB81C;
    border-radius: 999px;
    font-weight: bold;
}

.alertTitle {
    background-color: #a6302c;
    color: #fff;
    padding: 10px 10px 10px 40px;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    border-radius: 5px;
}

.alertTitle img {
    vertical-align: -23%;
    position: absolute;
    left: 10px;
}

.alertTitle span {
    font-size: 12px;
    font-weight: normal;
}

table.dataTable tr {
    height: 30px;
}

.formBtns {
    width: 80px;
    height: 35px;
    color: white;
    background-color: #4f7bb8;
    border-radius: 10px;
}

.modalBox {
    width: 600px;
    background-color: White;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    padding: 20px;
    border-radius: 10px;
}

.formBtns {
    float: right;
    margin-top: 10px;
}

div.fields {
    padding-bottom: 10px;
}

.didomi-popup-container .didomi-popup-actions #btn-toggle-save.didomi-components-button.didomi-button.didomi-button-standard.standard-button,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    background-image: none !important;
    color: #222 !important;
    border: 1px solid #FFB81C !important;
    border-color: #FFB81C !important;
    box-shadow: none !important;
}

.didomi-popup-container .didomi-popup-actions #btn-toggle-save.didomi-components-button.didomi-button.didomi-button-standard.standard-button:hover,
.didomi-popup-container .didomi-popup-actions #btn-toggle-save.didomi-components-button.didomi-button.didomi-button-standard.standard-button:focus,
.didomi-popup-container .didomi-popup-actions #btn-toggle-save.didomi-components-button.didomi-button.didomi-button-standard.standard-button:active,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree:hover,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree:focus,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree:active,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree:hover,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree:focus,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree:active,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link:hover,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link:focus,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link:active {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    color: #222 !important;
    border-color: #FFB81C !important;
}

.didomi-popup-container .didomi-popup-actions #btn-toggle-save.didomi-components-button.didomi-button.didomi-button-standard.standard-button span,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree span,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree span,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link span {
    color: #222 !important;
}

.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree svg,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--agree svg polyline,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree svg,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree svg polyline {
    stroke: #222 !important;
    fill: none !important;
}

.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected:not(.didomi-components-radio__option--agree),
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected:not(.didomi-components-radio__option--agree) span {
    color: #222 !important;
}

.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree,
.didomi-popup-container .didomi-components-radio button.didomi-components-radio__option.didomi-components-radio__option--selected.didomi-components-radio__option--agree span {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    border-color: #FFB81C !important;
    color: #222 !important;
}

.didomi-popup-container #btn-toggle-save,
.didomi-popup-container .didomi-consent-popup-view-vendors-list-link {
    border-radius: 16px !important;
}

/* Vendors popup Save (highlight-button) */
.didomi-popup-container button.didomi-components-button.didomi-button.didomi-button-highlight,
.didomi-popup-container button.didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    background-image: none !important;
    color: #222 !important;
    border: 1px solid #FFB81C !important;
    border-color: #FFB81C !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

.didomi-popup-container button.didomi-components-button.didomi-button.didomi-button-highlight span,
.didomi-popup-container button.didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button span {
    color: #222 !important;
}

/* Remove blue borders from popup containers/views */
.didomi-popup-container,
.didomi-popup-view {
    border: none !important;
    border-color: transparent !important;
    outline: none !important;
}

#didomi-host .didomi-components-radio__option--agree,
#didomi-host .didomi-components-radio__option--agree:hover,
#didomi-host .didomi-components-radio__option--agree:focus,
#didomi-host .didomi-components-radio__option--agree:active,
#didomi-host .didomi-components-radio__option--selected.didomi-components-radio__option--agree {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    border-color: #FFB81C !important;
    color: #222 !important;
}

#didomi-host .didomi-components-radio__option--agree span,
#didomi-host .didomi-components-radio__option--selected.didomi-components-radio__option--agree span {
    color: #222 !important;
}

/* Force Didomi host-injected popup styles */
#didomi-host .didomi-exterior-border,
#didomi-host .didomi-popup-container {
    border-color: #222 !important;
}

#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button-highlight,
#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button-highlight.highlight-button,
#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button {
    background: #FFB81C !important;
    background-color: #FFB81C !important;
    color: #222 !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button-highlight span,
#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button-highlight.highlight-button span,
#didomi-host .didomi-consent-popup-actions .didomi-components-button.didomi-button.didomi-components-button--color.didomi-button-highlight.highlight-button span {
    color: #222 !important;
}


