﻿/* Body attributes */

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 4rem;
    /*font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    font-family: Arial, Calibri, sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
    z-index: 9999 !important;
}


@media print {
    .noprint, .noprint * {
        display: none !important;
    }
    html, body {
        height: 98%;
        margin: 0px;
    }
    @page {
        margin: 0px;
    }
}



.bg-white {
	background-color: #fff;
}

.clientBlueFont {
    color: #002060;
    font-family: arial !important;
}

.clientGreenFont {
    color: #00857C;
    font-family: arial !important;
    font-size: 34px;
}

.clientGreenColor {
    color: #00857C;
}

.form-control-custom
{
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    height: 2em;
    padding: 0.375rem 0.75rem;
    /*font-size: 1rem;*/
    /*font-weight: 400;*/
    font-size: 18px;

    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000; /* #ced4da; */
    border-radius: 0; /* 0.25rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    /*color: #001E3f;*/


/*
#DefaultContent_UserLogin_LoginPanel {
    border-radius: 50px;
    padding: 20px;
    border: 2px solid #ccc;
    min-height: 260px !important;
}

#DefaultContent_CreateAccountPanel {
    border-radius: 50px;
    padding: 20px;
    border: 2px solid #ccc;
    min-height: 260px !important;
}
*/

/*
.login-panel {
	min-width: 350px;
    width: 100% !important;
}




#DefaultContent_UserLogin_LoginPanel {
    margin: 40px;
    background: rgba(255,255,255,.75);
    border-radius: 50px;
    color: #000;
    padding: 20px;
    border: 2px solid #ccc;
    z-index: 11;
    height: 310px !important;
    min-width: 450px !important;
}

#DefaultContent_CreateAccountPanel {
    margin: 40px;
    background: rgba(255,255,255,.75);
    border-radius: 50px;
    color: #000;
    padding: 20px;
    border: 2px solid #ccc;
    z-index: 11;
    height: 310px !important;
}

#DefaultContent_CreateAccountPanel2 {
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,.75);
    border-radius: 50px;
    color: #000;
    padding: 20px;
    border: 2px solid #ccc;
    z-index: 11;
    height: 310px !important;
}
    */



h1 {
    font-family: Arial, Calibri, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 26.4px;
    margin: 5px 5px 5px 0;
}

h3 {
    font-family: Arial, Calibri, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 15.4px;
    margin: 5px 5px 5px 0;
}

h6 {
    /*font-family: Arial, Calibri, sans-serif;*/
    font-size: 1.5rem;
    color: #00857C !important;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    /*line-height: 15.4px;*/
    margin: 5px 5px 5px 0;
}

.fs-14,
.fs-14 input.riTextBox {
	font-size: 14px !important;
}

.ff-helv input.riTextBox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.programsPanel {
    background-color: #D6E0E6 !important;
}

.RadGrid_Metro .rgHeader {
    color: #000;
    font-weight: bold !important;
    font-variant: normal;
}

table, td, tr, th, thead, tbody {
    font-weight: normal;
}

b { 
    font-weight: bold !important;

}
p {
    font-family: Arial, Calibri, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
}

blockquote {
    font-family: Arial, Calibri, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
}

pre {
    font-family: Arial, Calibri, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}



.spacer-sm {
    height: 100px;
}

/* .foot {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: -35px;
}
/*.foot {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 125px;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
} */

#LoggedInBottomNavPanel,
#NotLoggedInBottomPanel {
    position: relative;
    float: left;
    text-align: left;
    list-style-type: none;
    color: #00857C;
}

    #LoggedInBottomNavPanel a:link,
    #NotLoggedInBottomPanel a:link {
        color: #00857C;
        text-decoration: none;
        background-color: transparent;
    }
    #LoggedInBottomNavPanel a:visited,
    #NotLoggedInBottomPanel a:visited {
        color: #00857C;
        text-decoration: none;
        background-color: transparent;
    }
    #LoggedInBottomNavPanel a:hover,
    #NotLoggedInBottomPanel a:hover {
        color: #00857C;
        text-decoration: underline;
    }


/*#BottomLinkPanel, #EnglishFooterPanel  {
    position: absolute;
    bottom: 0;
} */
/* body and text attributes */
/*
input[type="checkbox"], input[type="radio"] {
    margin: -3px 6px 0 0 !important;
    width: 15px;
    height: 15px;
}
    */
#infoicon {
    display: block;
    float: left;
    margin-left: -5px;
}
.reward-callout > .card {
    min-height: 230px;
}

/* Bootstrap Callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #0082C3;
}

    .bs-callout-primary h4 {
        color: #0082C3;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.btn-program-type {
    min-width: 100px;
}

.btn-continue {
    margin: 10px;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 1px 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: text-top;
    transition: 0.5s;
    height: 2rem;
    background-size: 200% auto;
    color: #FFF;
    background-color: #276897; /* For browsers that do not support gradients */
    background-image: linear-gradient(#1e63b0, #164982);
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    min-width: 175px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
}



.excelButton {
    background: url("/App_Themes/Default/images/excel.jpg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 2px;
}

.excelButtonText {
    padding-top: 30px !important;
}

.csvButton {
    background: url("/App_Themes/Default/images/csv.png");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
}

#DefaultContent_TermsHeaderPanel,
#DefaultContent_QuestionAnswerPanel {
    width: 100%;
    margin: auto;
}
.statusDefinitionTable .statusDefinitionTitle {
    text-align: center;
    text-decoration: underline;
    font-style: italic;
}

.statusDefinitionTable .statusDefinitionTerm {
    text-align: right;
}

.statusDefinitionTable .statusDefinitionDescription {
    text-align: left;
}

.statusDefinitionTable {
    margin: 3em auto;
    font-size: 90%;
}

.faqquestion {
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    padding: 3px;
}

    .faqquestion:hover {
        color: #A9011A;
    }

.client-logo {
    margin: 3px 0 5px 0px;
    /* width: 6vw; */
    /*width: 6.5vw;*/
    height: auto;
    min-width: 100px;
    max-width: 200px !important;
}

.client-logo-mobile {
    margin: 15px 0 5px 5px;
    /*width: 20vw;*/
    height: auto;
    
    min-width: 60px;
    max-width: 230px;
    
}

/* the height of rad input boxes */
* + html .riSingle input.riTextBox, * + html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"], .RadInput .riTextBox, .RadInputMgr {
    height: 30px !important;
}

.custom-height-rcb .rcbInner.rcbReadOnly {
    padding: 2px 2px 1px 2px;
}

.custom-height-rcb > .rcbInner.rcbReadOnly > .rcbInput {
    height: 23px !important;
}

.custom-height-rcb > .rcbInner.rcbReadOnly > .rcbActionButton {
    padding: 2px 2px 1px 2px;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.englishButton:active, .englishButton:link, .englishButton:visited {
    /*color: #ffffff;*/
    /*display: inline-block !important;*/
    /*height: 28px;*/
    /*width: 84px;*/
    /*text-decoration: none;*/
    /*background: url("/App_Themes/Client/Images/EnglishTransparent.png");*/
    /*background-repeat: no-repeat;*/
}

.englishButton:hover {
    /*background: url("/App_Themes/Client/Images/EnglishTransparent.png");*/
    /*background-repeat: no-repeat;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: transparent;*/
    /*color: #000000;*/
}

.frenchButton:active, .frenchButton:link, .frenchButton:visited {
    /*color: #ffffff;*/
    /*
    display: inline-block !important;
    height: 28px;
    width: 84px;
    text-decoration: none;
    background: url("/App_Themes/Client/Images/CanadaFrenchTransparent.png");
    background-repeat: no-repeat;*/
}

.frenchButton:hover {
    /*background: url("/App_Themes/Client/Images/CanadaFrenchTransparent.png");*/
    /*background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;*/
    /*color: #000000;*/
}

.font-weight-bold {
    font-weight: normal !important;
}

.labelText {
    font-weight: 700 !important;
    font-size: 14px !important;
}
.labelValue {
    font-size: 14px !important;
}

.labelTextBig {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.labelValueBig {
    font-size: 16px !important;
}

/* To remove the background color of forms on Autofill*/
@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

/* the "Select" button on a telerik RadAsyncUpload control*/

.RadUpload .ruBrowse {
    width: 100px !important;
    background-position: 0 0;
    border: 1px solid #00857C !important;
    border-radius: 4px;
    background: #00857C !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

.RadUpload .ruFileInput,
.RadUpload .ruFakeInput,
.RadUpload .ruBrowse {
    cursor: pointer !important;
}




/* Login page styles & background */

/* #DefaultContent_UserControlUpdatePanel {
    background: url("images/rebate-background.jpg");
    background-color: #f7eeee;
    height: 750px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.HomePageTopBackground {
    position: relative;
    /*background: url("../default/images/MerkBackground.PNG");*/
    background-image: url('images/MerckBackground.PNG');
    background-color: #fff;
    /* margin-top: -50px; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #FFF;*/
    /*max-width: 1400px;*/
}


.LoginBackground {
    position: relative;
    background: url("../App_Themes/Default/images/LoginBackGround.PNG");
    /*background-image: url('images/MerckBackground.PNG');*/
    background-color: #fff;
    /* margin-top: -50px; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #FFF;*/
    /*max-width: 1400px;*/
}


/* Submit Claim Page Element styles */
.RebateBackground {
    position: relative;
    background: url("../default/images/rebate-background2.jpg");
    background-color: #f7eeee;
    /* margin-top: -50px; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    /*max-width: 1400px;*/
    
}

#SubmitFormContainer {
    float: left;
    /*width: 500px;*/
    height: auto;
    min-height: 200px;
    font-size: 14px !important;
    text-align: left;
    border-radius: 50px;
    color: #000;
    background: rgba(255,255,255,.75);
    padding: 20px;
    /*margin: 30px 20px 20px 5%;*/
    border: 2px solid #ccc;
}
#DefaultContent_FindPromoControl_PurchaseDatePanel {
    margin-top: 20px;
}

#SubmitFormContainer input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid blue
}

/*
#SubmitFormContainer {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 250px;
    border-radius: 0;
    padding: 15px;
    float: none;
    text-align: center;
    color: black;
    border: 0;
}
*/


.RadPicker_Metro .rcCalPopup, .RadPicker_Metro .rcTimePopup {
    color: black !important;
    background-color: white !important;
}
/*
.mast {
    background: url('../default/images/tile-mast.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    margin: auto;
    color: #FFF;
    font-size: 60px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
*/

.mast {
    /*background: url('../default/images/tile-mast.jpg');*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 120px;
        margin-top: 65px; */
    /*color: #FFF;*/
    font-size: 40px;
    padding: 10px;
    /*color: white;*/
    text-align: center;
    color: #696969;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #008F86, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}


.promo-title {
    height: 150px;
    /*background: url("/App_Themes/Default/images/templateCTA.png") no-repeat center center;*/
    color: #696969;
    font-size: 26px;
    text-transform: uppercase;
    padding: 16px;
    text-align: center;
    border: 1px solid #008F86;
    box-shadow: inset 0 0 0 1px #008F86, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
    background-color: #fff;
}

.promotiles div {
    max-width: 380px;
    margin: 0 auto;
}


.promotiles {
    margin-bottom: 10px;
}

.promotiles img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-top: 2px;
}

.promobuttons {
    position: relative;
    width: 50%;
    margin: 2px auto;
}


.details-panel {
    border: 1px solid #061a2b;
    padding: 6px;
}


#DefaultContent_TitleLabel {
    display: none;
    visibility: hidden;
    /*color: #666;*/
    /*font-size: 26px; */
    /*font-weight: bold;*/
}


/* #DefaultContent_LoadClaimHyperLinkUpdatePanel {
    position: relative;
    float: left;
    margin-left: 5px;
    z-index: 99;       
}
Div#DefaultContent_FindPromoControl_PurchaseDatePanel {
    display: block;
    width: 100% !important;
}*/

#infopanel1 {
    position: relative;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.infopanel {
    display: block;
    float: left;
    border: 1px solid navy;
    padding: 10px;
}
.infopanel img {
    width: 100%;
    height: auto;
    max-width: 200px !important;
}

.carousel-container {
	min-width: 300px;
	max-width: 600px;
}

.carousel-control-next {
    margin-right: 100px;
}    
.carousel-control-prev {
    margin-left: 100px;
}

*.grey-carousel-icon {
	color: #aaa;
}
/* End Submit Page Styles*/
/* Current Rebates Page (promos) */
#DefaultContent_PromotionsPanel {
    position: relative;
    width: 100%;
    margin: 15px 0 60px 0;
    text-align: center;
}

/* footer elements override*/
#RibbonUpdatePanel {
    margin-right: 5px;
    display: block;
    float: right;
    border: 0;
}
#ribbon {
    float: right;
    text-align: center;
    font-weight: 700;
    border: 0;
}

#ribbon img {
    width: 100%;
    height: auto;
    max-width: 30px;
    max-height: 30px;
}

#ribbon1 {
    float: right;
    text-align: center;
    font-weight: 700;
    border: 0;
}

#ribbon1 img {
    width: 100%;
    height: auto;
    max-width: 30px;
    max-height: 30px;
}

.mt-1, .my-1, .mobilemargin {
    margin-top: 1rem !important;
}

a > i.fa-plus.fc-black,
a > i.fa-minus.fc-black {
    color: #212529;
}

.home-hero-image-container {
	height: 434px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.home-hero-image-container-mobile {
	display: none;
}

/* For Mobile Styling and Behavior*/
@media only screen and (max-width:928px) {
    .home-hero-image-container {
        display: none;
    }

    .home-hero-image-container-mobile {
        
        display: flex;
	    height: 434px;
           
    }

        .home-hero-image-container-mobile .RebateBackground {
            background: url("../default/images/rebate-background2.jpg");
            background-color: #f7eeee;
            
                position: relative;
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
            color: #FFF;
                
            /*max-width: 1000px;*/
            margin-left: 5px !important;
            margin-right: 5px !important;
            
        }
}

@media (min-width: 768px) {
    .carousel .carousel-item img {  
        
    }
    
}
@media only screen and (max-width: 600px) {
	#DefaultContent {
        margin-top: 150px;
    }

    #DefaultContent_TermsHeaderPanel,
    #DefaultContent_QuestionAnswerPanel {
        width: 100%;
        margin: auto;
    }
    option {        
        line-height: 20px !important;        
    }
    .foot {
        font-size: smaller;
    }
    #ribbon {
        float: right;
    }
    #ribbon img {
        width: 100%;
        height: auto;
        max-width: 25px;
        max-height: 25px;
    }

    #DefaultContent_UserLogin_LoginPanel {
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }

    .spacer-sm {
        height: 25px;
    }

    /* #DefaultContent_ClaimInfoUpdatePanel {
        margin-top: 55px;
    } */

    #LoggedInBottomNavPanel,
    #NotLoggedInBottomPanel {
       width: 100%;
    } 

    /*  @media only screen and (max-width: 600px) {

        .mobilemargin {
            margin-top: 60px;
        }
    } */
    /* Submit CLaim Page Element styles */
    .RebateBackground {
        background: none;
        /*background: url("../default/images/rebate-background-mobile.jpg");*/
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        color: #FFF;
    }
    #DefaultContent_FindPromoControl_PromotionsPanel,
    #DefaultContent_FindPromoControl_FindPromoUpdatePanel {
        margin-top: 60px !important;
    }

    #DefaultContent_FindPromoControl_InfoPanels {
        margin-top: 100px !important;
        border: 0;
    }

  

  
    Div#DefaultContent_FindPromoControl_PurchaseDatePanel {
        display: block;
        width: auto !important;
    }

    .carousel-control-next {
        margin-right: 50px;
    }

    .carousel-control-prev {
        margin-left: 50px;
    }
    #infoblock2 {
        /*margin-bottom: 10px;*/
    }

    /*
    .card-body {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important
    }
    */

   /* #infopanel1 {
        display: flex;
        flex-wrap: wrap;
    }
    #infopanel1 :nth-child(1) {
        order: 2;
        margin-bottom: 10px;
    }
    #infopanel1 :nth-child(2) {
        order: 1;
    }
    #infopanel1 :nth-child(3) {
        order: 3;
    } */

    /* footer elements override
    #RibbonUpdatePanel {
        text-align: center;
    }*/
}




/* the Telerik Pager control for NextPrevNumericAndAdvanced*/

.RadGrid_Metro .rgNumPart a {
    border: 1px solid #fff;
    line-height: 20px;
    color: #333 !important;
    background-color: #fff !important;
}

.RadGrid_Metro .rgPager .rgPagerButton {
    border-color: #0082C3 !important;
    background: #0082C3 !important;
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadGrid .rgNumPart a {
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}

.RadGrid .rgPager .RadInput {
    margin: 0 4px 0 0;
    vertical-align: top;
    display: inline-block;
    width: 5% !important;
}

.NextPrevNumericAndAdvanced .rgAdvPart {
    float: none !important;
    text-align: left !important;
    /*width: 30% !important;*/
}

.RadGrid .rgInfoPart {
    float: right !important;
    /*margin-right: 50% !important;*/
}

/* for the dropdown arrow on a menu item that has more menu items under it like "admin" or "reports" */
.RadMenu .rmHorizontal .rmToggle .rmIcon:before, .RadMenu .rmHorizontal .rmExpand:before, .RadMenu .rmBottomArrow .rmIcon:before {
    content: "\e006";
}

.errorLiteral {
    color: red;
}

.pageTitleLabel {
    color: #555;
    font-size: 26px;
    font-weight: bold;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 4px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.radioButtonList td {
    padding-left: 5px !important;
    display: table-cell !important;
    display: inline-block !important;
}

.radioButtonList label {
    padding-right: 5px;
    margin-left: 5px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: arial !important;
    display: inline !important;
}

.radioButtonList input[type="radio"] {
    height: 16px;
    width: 16px;
    margin-left: 0px !important;
    margin-right: 1px !important;
    vertical-align: middle !important;
    margin-bottom: 0px !important;
}

/*
.ChkBoxClass input {
    font-size: 14px !important;
    width: 16px;
    height: 16px;
    font-weight: normal !important;
    margin-left: 10px !important;
}

.ChkBoxClass label {
    font-size: 14px !important;
    margin-left: 8px !important;
    font-weight: normal !important;
    margin-top: 6px !important;
    padding-top: 0px !important;
    vertical-align: middle;
    line-height: 20px;
}
    */


.ChkBoxClass input {
    width: 18px;
    height: 18px;
    font-weight: normal !important;
}

.ChkBoxClass label {
    margin-left: 8px !important;
    font-weight: normal !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
    vertical-align: middle;
    line-height: 20px;
}


.myChkBoxClass input {
    width: 18px;
    height: 18px;
    font-weight: normal !important;
}

.myChkBoxClass label {
    margin-left: 8px !important;
    /*font-weight: normal !important;*/
    margin-top: -2px !important;
    padding-top: 5px !important;
    vertical-align: middle;
    line-height: 20px;
}



.answerBlock {
    margin: 10px;
}
.questionBlock {
    margin: 10px;
}

.questionLabel {
    font-weight: bold;
    color: #000;
}
.questionAnswerText {
    float: left;
    margin: 2px 0 0 2px;
    font-size: 14px !important;
    font-family: arial;
    margin-top: 3px !important;
}

.questionAnswerOtherTextBox {
    float: left;
    font-size: 90%;
    margin: 0 0 4px 5px;
    width: 100% !important;
    display: inline-block !important;
}
.answerSingleLineRadTextBox {
    font-size: 12px;
}


.RadListBox .rlbTemplate {
    -moz-user-select: text;
    -khtml-user-select: text;
    display: inline-block !important;
    overflow: hidden;
}



.RadListBox_Default .rlbItem {
    line-height: 18px;
    vertical-align: top;
    vert-align: top;
}

.RadListBox .rlbItem {
    cursor: default;
    padding: 2px 5px;
    white-space: normal;
    margin-right: 5px;
    padding-right: 5px;
}

.RadListBox .rlbList {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    position: relative;
    margin-right: 15px;
}

/* for the question and answer CheckBox.  To make it align top if really long answer it was going to the bottom */
.RadListBox label {
    vertical-align: top !important;
}

.RadListBox_Bootstrap .rlbItem {
    padding: 1px 12px !important;  /*for the questionnaire check box list */
}

/* this helps the "Other Text Box" to be full width in the Question and Answer control */
.RadListBox .rlbTemplate {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    display: block;
    overflow: hidden;
    width: 100% !important;
}

.ChkBoxClassBold input {
    width: 16px;
    height: 16px;
    font-weight: bold !important;
    margin-left: 8px;
}

.ChkBoxClassBold label {
    margin-left: 10px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    padding-top: 0px !important;
    vertical-align: middle;
    line-height: 26px;
}

.floatLeft {
    float: left;
}


.childItems LI {
    display: block !important;
    border: solid 1px transparent;
    /*background-color:transparent !important;*/
    list-style-type: lower-alpha;
    vertical-align: top !important;
    padding-right: 5px;
    vert-align: top;
    vertical-align: top !important;
}

.childItems .rlbCheck {
    /*float: left !important;*/
    /*margin-right: 5px !important;*/
    vert-align: bottom !important;
    vertical-align: bottom !important;
    line-height: 20px !important;
}

.rlbGroup {
    border: none !important;
}

.childItems .RadListBox .rlbList {
    list-style-type: none;
    list-style-position: outside;
    list-style-type: lower-alpha;
    vertical-align: top;
}
/* when selecting an answer row but not checking a check box, just clicking on the row */
.rlbItem.rlbSelected {
    color: #000 !important;
    background-color: #fff !important;
}

.rlbItem.rlbHovered {
    color: #000 !important;
    background-color: #fff !important;
}

.divShadow {
    height: 100%;
    background-color: #fff;
    padding: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;

    /*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.linkButton {
    color: blue !important;
}

.linkButton:hover {
    color: #34568E !important;
}
.formGridInPanel {
    padding: 0 5px 5px 5px;
}
.exportLabel {
    padding: 5px 0 0 0;
}

.greenButton:active, .greenButton:link, .greenButton:visited {
    display: block !important;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    border: 1px solid #28A745;
    height: auto;
    background-color: #28A745;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #28A745, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}

.greenButton:hover {
    background-position: 0 -36px;
    background-color: #218838;
    border: 1px solid #218838;
    color: #fff;
    box-shadow: inset 0 0 0 1px #218838, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}

.buttonContainer {
    float: left;
    margin-bottom: 10px;
}

.buttonInRow {
    padding: 0 0 0 4px;
}

.buttonRowUnder {
    margin: 10px 0 0 0;
}

.modalTwoButtonContainer .buttonContainer {
    margin: 0;
    padding-left: 5px;
    padding-bottom: 5px;
}

.buttonPanel {
    font: normal 14px/14px "Trebuchet MS", helvetica, clean, sans-serif;
}

.fixed-toppage {
    position: fixed;
    /*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
        */
}

.expand {
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 14px;
    font-family: arial;
    color: black !important;
    cursor: pointer;
}

.expandable {
    display: block;
}

/*overriding the SweetAlert2 confirm button style*/
.swal2-styled.swal2-confirm {
    display: block !important;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: normal !important;
    border: 1px solid #00857C;
    height: auto;
    background-color: #00857C;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #00857C, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}

.swal2-styled.swal2-confirm:hover {
    background-position: 0 -36px !important;
    background-color: #339F96 !important;
    border: 1px solid #339F96 !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px #339F96, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}

.swal2-title {
    color: #555 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.inlineBlock{
    display: inline-block !important;
}

.block{
    display: block !important;
}


.alert-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-repeat: repeat;
    background: url(/App_Themes/Default/images/GoldBar3.png) top center repeat-x;
    /*z-index: 10000;*/
}

.alert-bar {
    background: url(/App_Themes/Default/images/GoldBar3.png) top center repeat-x;
    height: 23px;
    position: relative;
    display: block;
    width: 100%;
}

.outer-container {
    width: 100%;
    position: relative;
    display: block;
}

.topbar__content {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.centerinput {
    text-align: center !important;
}


a.thisSiteLink:link {
    color: #582C83 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

a.thisSiteLink:visited {
    color: #582C83 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

a.thisSiteLink:hover
{
    color: #C91231 !important;
    text-decoration: underline !important;
}