body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.invalid {
    box-shadow: 1px 1px 0.5px #ff8080 !important;
    border: 1px solid #ff8080 !important;
}

/*.disabled {
    filter: grayscale(100%) !important;
    background-color: #DDDDDD !important;
    color: rgba(50, 50, 50, 0.75) !important;
    fill: rgba(50, 50, 50, 0.75) !important;
    opacity: 0.75 !important;
}*/

.disabled-li {
    filter: grayscale(100%);
    color: rgba(50, 50, 50, 0.75);
    opacity: 0.75;
}

.invalid-charge {
    pointer-events: none !important;
}


.blur {
    /*backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);*/
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.mobileheaderwrapper {
    display: none;
}

.hideondesktop {
    display: none !important;
}

.valign-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.estvalign-center {
    position: relative;
    top: 10%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    text-align: center;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

#chargegroupselectlist::-webkit-scrollbar-track {
    background: none;
}

#servicesnotperformedselectlist::-webkit-scrollbar-track {
    background: none;
}

.disclaimerpnlcontent::-webkit-scrollbar-track {
    background: #ecf0f7;
}

#pestwelcomepnl {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.emcbanner {
    width: 100%;
    height: 30%;
    display: flex;
    min-width: 990px;
    position: relative;
    z-index: 300;
}

    .emcbanner .bannerimage {
        flex-grow: 1;
        flex-basis: max-content;
        float: right;
        height: 100%
    }

    .emcbanner .textarea {
        flex-grow: 2;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .emcbanner .textarea div {
            max-width: 35vw;
            min-width: 240px;
            font-family: RobotoLight;
            font-size: 21px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: 0.32px;
            text-align: left;
            margin-left: 5vw;
        }

    .emcbanner img {
        height: 100%;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    }

.pnllogowrapper {
    margin: 0px 5vw;
}

.welcomepnl {
    height: auto;
    width: 100%;
    display: flex;
    background: #FFFFFF;
    flex-direction: column;
    justify-content: normal;
}

.welcomepnllogo {
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
}

    .welcomepnllogo > img {
        max-width: 100%;
        max-height: 80%;
        display: block;
        margin: 0 auto;
    }

.welcomepnllogoct {
    height: 100px;
    width: 100%;
}

.welcomepnlstartbutton {
    text-align: center;
}

.welcomepnlcontent {
    margin-top: 17%;
    padding-left: 5vw;
    padding-bottom: 55px;
}

.welcomepnlquestiontext {
    font-family: RobotoLight;
    font-size: 17px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.26px;
    text-align: center;
    text-decoration: underline;
    margin-top: 60px;
    height: 18px;
}

.welcomepnlsubheadertext {
    font-family: RobotoThin;
    font-size: 43px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.welcomestartbutton {
    margin: 0;
    font-family: RobotoMedium;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.26px;
    text-align: center;
    width: 264px;
    height: 64px;
    border-radius: 4px;
    border: none;
}

.welcomestartbuttonspan {
    margin-right: 0.3vw;
    vertical-align: middle;
}

.welcomepnlcontacts {
    /*height: 0px;*/
    padding: 1vh 5vw 1vh 5vw;
    /*flex-grow: 1;*/
}

.welcomepnlbrowsermessage {
    height: 0px;
    padding: 1vh 5vw 2vh 5vw;
    flex-shrink: 0;
}


.actionlinktext {
    font-family: RobotoLight;
    font-size: 15px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
}

.actionlinktextspan {
    cursor: pointer;
}

.pnlbrowsermessage {
    width: auto;
}

.pestcontactslist {
    width: auto;
}

.pestcontactseparator {
    font-family: RobotoLight;
}

.pestcontactsentry,
.pestbrowsermessage {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 7px;
    font-family: RobotoLight;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.23px;
}

.pestcontactsname, .pestcontactslocation, .pestcontactsphone {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: #333f52;
}

.pestbrowsermessagetext {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #333f52;
    padding-right: 2vw;
}

.faqbutton {
    margin-right: 10px;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.38;
    letter-spacing: 0.2px;
    color: #515b6b;
}

.homebutton {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.38;
    letter-spacing: 0.2px;
    color: #515b6b;
}

.faqs-icon {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill-rule: evenodd;
}

.faqs-icon-white {
    height: 23px;
    width: 23px;
    vertical-align: middle;
}

    .faqs-icon-white g {
        fill: #fff;
    }

        .faqs-icon-white g g {
            fill: #1250f3;
        }

.info-icon-blue {
    height: 12px;
    width: 12px;
    vertical-align: middle;
}

    .info-icon-blue g {
        fill: #1492e0;
    }

        .info-icon-blue g g {
            fill: #fff;
        }

.home-icon-white {
    height: 17px;
    width: 17px;
    fill: #fff;
    vertical-align: middle;
    margin-left: -10px;
    margin-top: -3px;
}

.home-icon {
    vertical-align: middle;
    width: 19px;
    height: 16px;
    fill-rule: evenodd;
}

.arrow-icon {
    height: 12px;
    width: 12px;
    fill: #fff;
    vertical-align: middle;
}

.arrow-icon-grey {
    height: 12px;
    width: 12px;
    fill: #596981;
    vertical-align: middle;
}

.chevron-down-icon {
    height: 16px;
    width: 16px;
    fill: #fff;
}

.chevron-left-icon {
    /*height: 12px;
	width: 30px;
	fill: #fff;*/
    display: none;
}

.close-icon-blue {
    height: 27px;
    width: 27px;
    fill: #1492e0;
    vertical-align: middle;
}

.close-icon-sm {
    height: 17.2px;
    width: 17.2px;
    vertical-align: middle;
    margin-right: 8.6px;
}

.close-icon-white {
    height: 20px;
    width: 20px;
    fill: #fff;
    vertical-align: middle;
}

.search-icon {
    height: 20px;
    width: 20px;
    fill: #fff;
    vertical-align: middle;
}

.top-chevron-icon {
    height: 12px;
    width: 12px;
    fill: #1492e0;
    vertical-align: middle;
}

.calendar-icon {
    height: 17px;
    width: 17px;
}

.print-icon {
    height: 18px;
    width: 20px;
    vertical-align: middle;
    fill: #ffffff;
    margin-top: 4px;
}

.pdf-icon {
    height: 18px;
    width: 20px;
    vertical-align: middle;
    fill: #ffffff;
    background-color: #3ba1ed;
    margin-top: 7px;
}

.estdetailedbreakdownlabel {
    margin-left: 7px;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 11px;
}

.estpricetransparencyelementslabel {
    margin-left: 7px;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 11px;
}

.plus-icon-blue {
    height: 12.1px;
    width: 12.1px;
    fill: #1492e0;
    vertical-align: middle;
}

#pestdisclaimerpnl {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ecf0f7;
}

.disclaimerpnlcontentpnl {
    height: 100%;
    width: 67%;
    float: left;
}

.disclaimerpnlcontent {
    height: 100%;
    width: 100%;
    clear: both;
    background-color: #ecf0f7;
    overflow-y: scroll;
    overflow-x: hidden;
}

.disclaimerpnllogo {
    height: auto;
    width: 30%;
}

.pestdisclaimercontentpnl {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, #1250f3, #47c7ff);
    overflow: hidden;
}

.disclaimerpnlsubheadertext {
    font-family: RobotoLight;
    font-size: 37px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    margin-left: 12%;
    margin-top: 64px;
}

.disclaimerpnlsubheadersubtext {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.2px;
    text-align: left;
    color: #444c60;
}

.disclaimerheaderrow {
    height: 22%;
    width: 100%;
}

.disclaimerpnlbuttonrow {
    width: 100%;
    margin-left: 12%;
}

.disclaimercenterrow {
    height: 60%;
    width: 100%;
}

.disclaimerheaderbuttons {
    height: 30px;
    padding-top: 10px;
    padding-right: 1.188vw;
    color: #1492e0;
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
}

.disclaimerbackbutton {
    float: left;
    margin-left: 12%;
    margin-top: 5px;
}

.discouterbtncorner {
    vertical-align: top;
    width: 12%;
    display: inline-block;
}

.discoutertop {
    width: 75%;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.discoutersides {
    height: 100%;
    width: 12%;
    display: inline-block;
}

.disclaimercenter {
    height: 100%;
    width: 75%;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 rgba(29, 95, 136, 0.64);
    border: solid 1px #24323f;
    background-color: #ffffff;
    vertical-align: top;
    overflow-y: scroll;
    display: inline-block;
}

.disclaimertext {
    margin-top: 15px;
    padding: 0 6vw 4vh 6vw;
    font-family: RobotoLight;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.23px;
    text-align: left;
    color: #333f52;
    /*overflow-y: scroll;
    overflow: hidden;*/
    margin-left: 3%;
}

.termsstartbutton {
    height: 64px;
    width: 212px;
    max-width: 308px;
    border-radius: 4px;
    border: none;
    font-family: RobotoMedium;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.26px;
    text-align: center;
    color: #ffffff;
}

/* The following styles are for the FAQ page.*/
#pestfaqpnl {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    scroll-behavior: smooth;
}

.faqpnlheaderpnl {
    height: 100%;
    width: 31%;
    text-align: left;
    vertical-align: top;
    float: left;
}

    .faqpnlheaderpnl
    .faqpnlheaderpnl-inner {
        padding-left: 51px;
        padding-right: 45px;
        margin-top: 71px;
    }

.faqpnlcontentpnl {
    height: 100%;
    width: 69%;
    float: left;
    overflow-y: scroll;
}

.faqpnlcontent {
    margin-right: 2vw;
    padding-left: 5vw;
}

.faqpnlcontentheader {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    width: 100%;
    height: 19%;
}

.faqpnltopcloseelement {
    padding-top: 1.5vh;
    margin-right: 1.0vw;
    text-align: right;
}

.faqpnltopcategories {
    padding-left: 5vw;
    padding-top: 3vh;
    text-align: left;
}

    .faqpnltopcategories ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .faqpnltopcategories li {
        display: inline;
        font-family: RobotoLight;
        font-size: 16px;
        font-weight: 200;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.07;
        letter-spacing: 0.23px;
        padding-bottom: 8px;
        margin-right: 37px;
        margin-left: 2px;
        border-bottom: none;
        text-decoration: none;
        transition: all .5s ease-out;
    }

        .faqpnltopcategories li:hover {
            opacity: 0.50;
        }

        .faqpnltopcategories li.selected {
            border-bottom-width: 4px;
            border-bottom-style: solid;
        }

.faqpnlheadertext {
    margin-top: 43px;
    margin-bottom: 45px;
    font-family: RobotoLight;
    font-size: 37px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.faqsearchcomponent {
    height: 40px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    border-bottom: solid 0.5px #f8fafb;
    position: relative;
}

.faqsearchimg {
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px;
}

.faqclearsearchimg {
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
}

.faqsearchbtnicon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faqsearchinputct {
    height: 50px;
    width: 100%;
    padding: 0 8px 0 19px;
    border: 0;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-left: 9px;
}

.faqsearchinput {
    height: 50px;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: RobotoLight;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.21;
    letter-spacing: 0.21px;
    text-align: left;
    background: none;
}

    .faqsearchinput:focus {
        outline: none;
    }

.faqentry {
    width: 100%;
    margin-bottom: 1.5vh;
}

.faqentryinner {
    width: 70%;
    max-width: 50vw;
    display: inline-block;
}

.faqentryouter {
    width: 30%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.faqcategoryheader {
    margin-bottom: 2vh;
    margin-top: 4.5vh;
}

.faqcategorytext {
    font-family: RobotoLight;
    font-size: 27px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: left;
}

.faqentryquestion {
    font-family: RobotoLight;
    font-size: 17px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
}

.faqentryanswer {
    font-family: RobotoLight;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #333f52;
}

.faqpnlbottomclosediv {
    margin-top: 6vh;
    font-family: RobotoLight;
    text-align: left;
}

.faqpnlclosetext {
    margin-right: 0.3vw;
    padding-left: 5vw;
    padding-bottom: 7.2vh;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: normal;
    cursor: default;
}

/* End FAQ styles*/

#peststartpnl {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #ecf0f7;
}

.pnllogo {
    /*max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
	/*height: auto;
	width: 80%;
	display: inline-block;
	margin-top: 50%;
	margin-bottom: 50%;*/
    width: 280px;
    height: 220px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

    .pnllogo > img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }

.pnllogoct {
    height: 100%;
    width: 33%;
    text-align: center;
    background-color: #ffffff;
    float: left;
}

/*.startpnllogospacer {
	height: 5%;
	margin-top: 2.5vh;
}*/

.startpnlcontentpnl {
    height: 100%;
    width: 67%;
    float: left;
}

.startheaderbuttons {
    height: 30px;
    padding-top: 10px;
    padding-right: 1.188vw;
    color: #1492e0;
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
}

.startpnlsubheadertext {
    font-family: RobotoLight;
    font-size: 37px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    margin-top: 17%;
}

.startpnlsubheadersubtext {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.2px;
    text-align: center;
    color: #444c60;
}

.startpnlcontent {
    height: 100%;
    width: 100%;
    clear: both;
    background-color: #ecf0f7;
}

.startpnlbuttonsct {
    width: 100%;
    position: relative;
    margin-top: 10%;
    /*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    clear: both;
}

.startpnlbuttonrow {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.startpnlbuttonrow_child_button {
    flex: .4;
}

.startpnlbuttonrow_child_text {
    flex: .4;
    text-align: left;
}

.startpnlnewbutton {
    height: 87px;
    width: 22.108vw;
    max-width: 308px;
    border-radius: 4px;
    border: none;
    font-family: RobotoMedium;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.26px;
    text-align: center;
    color: #ffffff;
}

.startpnlexistingbutton {
    height: 87px;
    width: 22.108vw;
    max-width: 308px;
    border-radius: 4px;
    border: none;
    font-family: RobotoMedium;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.26px;
    text-align: center;
    color: #ffffff;
}

.startbackbutton {
    float: left;
    margin-left: 12%;
    margin-top: 5px;
}

.back-icon {
    height: 18px;
    width: 10px;
    fill-rule: evenodd;
}

.pestbreadcrumbpnl {
    height: 100%;
    width: 15vw;
    float: left;
    overflow: hidden;
}

.pestbreadcrumb {
    height: 20%;
    width: 100%;
}

/*.selectedcrumb {
    background-image: linear-gradient(to bottom, #0985e2, #3ba1ed);
}*/

.nonselectedcrumb {
    /*background-image: linear-gradient(to left, #47c4fa, #1251f4);*/
    background-color: #ecf0f7;
}

.crumbinnerct {
    width: 100%;
    position: relative;
    top: 80%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.nonselectedcrumb .crumbicon {
    fill: #c7cbd1;
}

.nonselectedcrumb .crumbiconct {
    background-color: #ecf0f7;
}

.crumbiconct {
    height: 62px;
    width: 62px;
    border-radius: 50%;
    border: solid 5px #c7cbd1;
    background-color: #ffffff;
    margin: auto;
}

.crumbicon {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    fill: #ecf0f7;
}

.visit-icon {
    height: 21px;
    width: 25px;
}

.checkmark-icon {
    height: 21px;
    width: 25px;
}

.patient-icon {
    height: 21px;
    width: 25px;
}

.insurance-icon {
    height: 21px;
    width: 25px;
}

.coverage-icon {
    height: 21px;
    width: 25px;
}

.estimate-icon {
    height: 21px;
    width: 25px;
}

.breadcrumbvl {
    width: 1px;
    height: 100%;
    background-color: #c7cbd1;
    margin-left: 50%;
}

.fixedpanelcontent {
    min-height: 87vh;
    width: 42.5vw;
    background-color: #ffffff;
    float: left;
    text-align: center;
}

.fixedpanelinner {
    width: 33vw;
    margin: auto;
}

.fixedpanelbtnpnl {
    /*margin-top: 53px;
    max-width: 450px;
    padding-bottom: 28px;*/
    height: 12.76vh;
    width: 42.5vw;
    text-align: right;
    display: block;
    vertical-align: bottom;
    background-color: #ffffff;
    min-width: 330px;
}

.fixedpanelheaderbuttons {
    height: 30px;
    padding-top: 10px;
    padding-right: 1.188vw;
    color: #1492e0;
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
}

.fixedpanelheaderbuttonsmbl {
    display: none;
}

.shiftingpanelcontent {
    height: 78vh;
    width: 40vw;
    float: right;
    /*text-align: center;*/
}

.rightbutton {
    width: 100px;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: RobotoMedium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    color: #ffffff;
    margin-right: -75px;
    display: inline-block;
    float: right;
    margin-right: 80px;
}

    .rightbutton:disabled {
        opacity: .3;
        cursor: default;
        pointer-events: none;
    }

.add-select-button {
    height: 28px;
    width: 169px;
    border-radius: 100px;
    box-shadow: 0 2px 6px 0 #c7cbd1;
    float: right;
}

.add-select-button-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-select-button-text {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-left: 11px;
    vertical-align: middle;
    display: inline-block;
}

.cg-selections-ct {
    margin-bottom: 29px;
    float: left;
}

.chargegroupspanelbuttonct {
    height: 121px;
    background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.chargegroupspanelbutton {
    width: 222px;
    height: 53px;
    border: none;
    border-radius: 4px;
    font-family: RobotoMedium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-top: 34px;
    opacity: 0.3;
}

.servicesnotperformedpanelbuttonct {
    height: 121px;
    background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.servicesnotperformedpanelbutton {
    width: 222px;
    height: 53px;
    border: none;
    border-radius: 4px;
    font-family: RobotoMedium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    margin-top: 34px;
    opacity: 0.3;
}

#chargegroupselectlist svg {
    height: 15px;
    width: 18px;
    margin-right: 12px;
}

#chargegroupselectlist .disabled-li {
    filter: unset;
    opacity: 1;
}

    #chargegroupselectlist .disabled-li svg {
        fill: #ffffff;
        opacity: 1;
    }

#servicesnotperformedselectlist svg {
    height: 15px;
    width: 18px;
    margin-right: 12px;
}

#servicesnotperformedselectlist .disabled-li {
    filter: unset;
    opacity: 1;
}

    #servicesnotperformedselectlist .disabled-li svg {
        fill: #ffffff;
        opacity: 1;
    }

#chargegroupselections {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}

.cg-selections-inst {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #7e91b1;
    display: inline-block;
    margin-left: 12.2px;
    vertical-align: middle;
}

.cg-selection {
    /*height: 45.3px;
    width: 45.3px;
    border-radius: 6px;
    box-shadow: 6px 8px 20px 0 #bec8d9;
    border: solid 1px #ffffff;
    background-color: #1492e0;
    display: inline-block;
    margin-right: 14.7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    position: relative;
}

.cg-selection-inner-text {
    width: 100%;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: left;
    color: #333f52;
    display: inline-block;
    position: relative;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    cursor: pointer;
}

.cg-selection-del-icon {
    height: 16.3px;
    width: 16.3px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5.5px;
    margin-right: -5.5px;
}

.leftbutton {
    width: 100px;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: RobotoMedium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    color: #ffffff;
    /*margin-right: 5vw;*/
    display: inline-block;
    margin-right: 12px;
}

.ok-msg-button-white {
    width: 115px;
    height: 50px;
    border-radius: 100px;
    box-shadow: 0 3px 10px 0 #c7cbd1;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 23px;
    /*margin-top: 34px;*/
    position: relative;
    bottom: 0;
    border: none;
}

.pest-dropdown-lg {
    height: 50px;
    width: 32.8vw;
    max-width: 448px;
    border-radius: 6px;
    margin-bottom: 50px;
    background-color: #ffffff;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pest-dropdown-inner-lg {
    height: 50px;
    width: 32.8vw;
    max-width: 448px;
    position: relative;
    border-bottom: solid 0.5px #c7cbd1;
    white-space: nowrap;
    min-width: 270px;
}

.pest-dropdown-button-ct-lg {
    height: 50px;
    width: 31.4vw;
    max-width: 431px;
    float: left;
    cursor: pointer;
    min-width: 250px;
}

.pest-typeahead-text-lg {
    height: 50px;
    width: 31.4vw;
    max-width: 431px;
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: left;
    color: #333f52;
    /*margin-left: 19px;*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 250px;
}

.pest-typeahead-hint-lg {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 31.4vw;
    max-width: 431px;
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: .23px;
    text-align: left;
    color: #ccd6dd;
    opacity: 1;
    min-width: 250px;
}

.pest-dropdown-endcap-lg {
    height: 50px;
    /*width: 50px;*/
    /*border-radius: 0 6px 6px 0;
    background-color: #1492e0;*/
    /*float: right;*/
    /*text-align: center;*/
    /*position: absolute;*/
    top: 0;
    right: 0;
    /*pointer-events: none;*/
}

.pest-dropdown-sm {
    height: 50px;
    width: 224px;
    border-radius: 6px;
    box-shadow: 6px 6px 20px 0 #bec8d9;
    border: solid 1px #edf3fd;
    margin-bottom: 32px;
}

.pest-dropdown-inner-sm {
    height: 50px;
    width: 224px;
    position: relative;
}

.pest-dropdown-button-ct-sm {
    height: 50px;
    width: 173.5px;
    float: left;
    cursor: pointer
}

.pest-typeahead-text-sm {
    height: 50px;
    width: 173.5px;
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #606060;
    margin-left: 19px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pest-typeahead-hint-sm {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 173.5px;
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    margin-left: 19px;
    color: #333f52;
    opacity: 1;
}

.pest-dropdown-endcap-sm {
    height: 50px;
    width: 50px;
    border-radius: 0 6px 6px 0;
    background-color: #1492e0;
    float: right;
    text-align: center;
}

.pest-dropdown-selection {
    visibility: hidden;
    background-color: #ffffff;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.2);
    position: relative;
    left: 0;
    max-height: 220px;
    overflow-y: auto;
}

    .pest-dropdown-selection li {
        font-family: Roboto;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.67;
        letter-spacing: 0.23px;
        text-align: left;
        color: #333f52;
        background: #fff;
        padding: 8px 10px 8px 19px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        transition: background .2s ease;
    }

        .pest-dropdown-selection li:hover {
            background: #ecf0f7;
            transition: background .2s ease;
        }

.active {
    background: #f0f0f0;
    transition: background .2s ease;
}

.unknownentry {
    font-family: Roboto !important;
    font-size: 15px !important;
}

.pest-header-lg {
    font-family: RobotoLight;
    font-size: 37px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    margin-top: 81px;
}

.pest-header-lg-thin {
    font-family: RobotoThin;
    font-size: 37px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: 0.56px;
    text-align: right;
    color: #0985e2;
}

.pest-header-subtext {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333f52;
}

.pest-header-subtext-color {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.2px;
    text-align: left;
    margin-top: -10px;
}

.pest-header-med {
    font-family: RobotoMedium;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    margin-bottom: 7px;
}

.first-hs {
    margin-top: 64px;
}

.coverage-values-first .first-hs {
    margin-top: 48px;
}

.pest-radio-group {
    display: flex;
}

.pest-radio {
    margin: 3.84px 39px 32px 6.83px;
}

    .pest-radio [type=radio] {
        position: absolute;
        opacity: 0;
    }

    .pest-radio input[type="radio"] + .pest-radio-label:before {
        content: '';
        background: #ffffff;
        border-radius: 100%;
        border: 3px solid #cdd9ea;
        display: inline-block;
        width: 22px;
        height: 22px;
        position: relative;
        top: -3.2px;
        margin-right: 13px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

.pest-input-ct-lg {
    height: 50px;
    width: 32.8vw;
    max-width: 448px;
    background-color: #ffffff;
    margin-bottom: 50px;
    /*overflow: hidden;*/
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 0.5px #c7cbd1;
    white-space: nowrap;
    min-width: 250px;
}

    .pest-input-ct-lg input[type="text"] {
        height: 100%;
        width: 95%;
        border: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Roboto;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.23px;
        text-align: left;
        color: #333f52;
        min-width: 250px;
    }

.pest-input-ct-sm {
    height: 50px;
    width: 224px;
    margin-bottom: 32px;
    /*overflow: hidden;*/
    position: relative;
}

div.pest-input-ct-sm input[type="text"] {
    padding: 0 19px 0 19px;
    border-bottom: solid 0.5px #c7cbd1;
}

.pest-input-ct-sm input[type="text"] {
    height: 100%;
    width: 100%;
    border: 0;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #8b939f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 0.5px #c7cbd1;
}

div.pest-input-ct-sm input[type="date"] {
    padding: 0 0 0 19px;
    border-bottom: solid 0.5px #c7cbd1;
}

.pest-input-ct-sm input[type="date"] {
    height: 50px;
    width: 204px;
    border: 0;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #8b939f;
    float: left;
}

.pest-input-endcap-sm {
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    margin-right: 4px;
}

#pestvisitinfopnl {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ecf0f7;
    overflow-x: hidden;
    overflow-y: scroll;
}

input:-moz-placeholder, /* Firefox 18- */
input::-moz-placeholder /* Firefox 19+ */ {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.25;
    letter-spacing: 0.2px;
    text-align: left;
    opacity: .75;
    color: #8b939f;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #8b939f;
    opacity: .75;
}

input::-webkit-input-placeholder { /* Chrome, Edge, Opera, Safari 10.1+ */
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #8b939f;
    opacity: .75;
}

.infopnlcontentpnl {
    height: 100%;
    width: 85%;
    float: left;
    position: relative;
    display: table;
    background-color: #ffffff;
    overflow: hidden;
}

#chargegroupselectionpanel {
    visibility: hidden;
    height: 100%;
    width: 42.5vw;
    max-width: 583px;
    box-shadow: 0 8px 20px 0 #c0c8d6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    transform: translateX(100%);
    transition: .3s ease-out;
}

#servicesnotperformedselectionpanel {
    visibility: hidden;
    height: 100%;
    width: 42.5vw;
    max-width: 583px;
    box-shadow: 0 8px 20px 0 #c0c8d6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    transform: translateX(100%);
    transition: .3s ease-out;
}

.chargegroupspnlclosediv {
    padding-top: 3.4vh;
    margin-right: 2vw;
    text-align: right;
    color: #fff;
}

.servicesnotperformedpnlclosediv {
    padding-top: 3.4vh;
    margin-right: 2vw;
    text-align: right;
    color: #fff;
}

.chargegroupspnlclosespan {
    margin-right: 0.3vw;
    padding-left: 5vw;
    padding-bottom: 7.2vh;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 0.2px;
    cursor: default;
}

.servicesnotperformedclosespan {
    margin-right: 0.3vw;
    padding-left: 5vw;
    padding-bottom: 7.2vh;
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.38;
    letter-spacing: 0.2px;
    cursor: default;
}

.chargegroupspaneltop {
    width: 37.65vw;
    margin-top: 29px;
    margin-bottom: 29px;
    margin-left: 4.85vw;
}

.servicesnotperformedpaneltop {
    width: 37.65vw;
    margin-top: 29px;
    margin-bottom: 29px;
    margin-left: 4.85vw;
}

.chargegroupspanelinner {
    width: 29.28vw;
    max-width: 400px;
    margin-left: 4.85vw;
    height: 100%;
    max-height: 48vh;
}
/*using media query to make this look better as we approach the common 1080p resolution.*/
/*for whatever reason 100% height is not working as expected with this element.*/
@media screen and (min-width: 1800px) and (min-height: 850px) {
    .chargegroupspanelinner {
        max-height: 58vh;
    }
}

.servicesnotperformedpanelinner {
    width: 29.28vw;
    max-width: 400px;
    margin-left: 4.85vw;
    height: 100%;
    max-height: 48vh;
}
/*using media query to make this look better as we approach the common 1080p resolution.*/
/*for whatever reason 100% height is not working as expected with this element.*/
@media screen and (min-width: 1800px) and (min-height: 850px) {
    .servicesnotperformedpanelinner {
        max-height: 58vh;
    }
}

.chargegroupinsttext {
    /*width: 29.06vw;*/
    max-width: 409px;
    margin-bottom: 29px;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.servicesnotperformedtext {
    /*width: 29.06vw;*/
    max-width: 409px;
    margin-bottom: 29px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom: solid 0.5px #c7cbd1;
}

.chargesearchbtnct {
    height: 50px;
    width: 29.28vw;
    max-width: 400px;
    border-bottom: solid 0.5px #c7cbd1;
    position: relative;
}

.chargesearchinputct {
    height: 50px;
    width: 100%;
    padding: 0 8px 0 19px;
    border: 0;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-left: 9px;
}

.servicesnotperformedsearchinputct {
    height: 50px;
    width: 100%;
    padding: 0 8px 0 19px;
    border: 0;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-left: 9px;
}

#visitinfoprocedureslabel {
    max-width: 450px;
    min-width: 270px;
}

#chargesearchinput {
    height: 50px;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.21;
    letter-spacing: 0.21px;
    text-align: left;
    color: #ffffff;
    background: none;
}

#servicesnotperformedsearchinput {
    height: 50px;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.21;
    letter-spacing: 0.21px;
    text-align: left;
    color: #ffffff;
    background: none;
}

#chargesearchinput:focus {
    outline: none;
}

#chargesearchinput:-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#chargesearchinput::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#chargesearchinput::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#chargesearchinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#chargesearchinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#servicesnotperformedsearchinput:focus {
    outline: none;
}

#servicesnotperformedsearchinput:-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#servicesnotperformedsearchinput::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#servicessnotperformedsearchinput::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#servicesnotperformedsearchinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

#servicesnotperformedsearchinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.chargesearchbtn {
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px;
}

.chargegroup-list-selection {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

    .chargegroup-list-selection li {
        font-family: Roboto;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        padding-bottom: 15px;
        letter-spacing: 0.23px;
        text-align: left;
        color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        transition: background .2s ease;
        /*margin-bottom: 13px;*/
    }

        .chargegroup-list-selection li:hover {
            font-weight: bold;
            transition: color .2s ease;
        }

.servicesnotperformed-list-selection {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

    .servicesnotperformed-list-selection li {
        font-family: Roboto;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        padding-bottom: 15px;
        letter-spacing: 0.23px;
        text-align: left;
        color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        transition: background .2s ease;
        /*margin-bottom: 13px;*/
    }

/*.servicesnotperformed-list-selection li:hover {
            font-weight: bold;
            transition: color .2s ease;
        }*/

.pgdisp-modal {
    height: 100%;
    width: 85vw;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255, 0.5);
    display: none;
}

.pgdisp-modal-panel {
    min-height: 214px;
    width: 21.596vw;
    max-width: 295px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.55);
    background-color: #ffffff
}

.pgdisp-modal-panel-inner {
    min-height: 214px;
    /*min-height: 27.86vh;*/
    width: 100%;
    position: relative;
}

.pgdisp-modal-upper-bar {
    height: 46px;
    width: 21.596vw;
    max-width: 295px;
    background-color: #1492e0;
    border-radius: 19px 19px 0 0;
    text-align: center;
}

.pgdisp-modal-content {
    min-height: 124px;
    width: 100%;
}

.pgdisp-modal-content-inner {
    min-height: 124px;
    width: 100%;
    text-align: center;
    padding-top: 24px;
    padding-left: 1.757vw;
    padding-right: 1.757vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pgdisp-modal-inner-row {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.pgdisp-modal-bottombar {
    /*height: 44px;*/
    height: 5.729vh;
    width: 100%;
    clear: both;
}

#pestpatientinfopnl {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #fafcfd;
    overflow-x: hidden;
    overflow-y: scroll;
}

#pestinsuranceinfopnl {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ecf0f7;
    overflow-x: hidden;
    overflow-y: scroll;
}

#pestcoverageinfopnl {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ecf0f7;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #pestcoverageinfopnl .infopnlcontentpnl {
        background-color: #ecf0f7;
    }

#fixedcoveragebuttons .fixedpanelbtnpnl {
    background-color: #ecf0f7;
    position: absolute;
    bottom: 0;
}

.undosavebuttonsct {
    margin-bottom: 58px;
    height: 12.76vh;
    width: 42.5vw;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    background-color: #ecf0f7;
    position: absolute;
    bottom: 0;
}

#coverageundobtn {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    /*margin-right: 5vw;*/
    display: inline-block;
    margin-right: 12px;
    width: 144px;
    height: 38px;
    border-radius: 4px;
    border: solid 0.5px;
    background-color: #ffffff;
}

#coveragesavechangesbtn {
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    display: inline-block;
    float: right;
    margin-right: 40px;
    width: 144px;
    height: 38px;
    border: solid 0.5px;
    background-color: #ffffff;
}

#fixedcoveragebuttons .rightbutton {
    margin-right: 40px;
}

.coverage-values-ct .pest-input-ct-lg input[type="text"] {
    width: 88%;
}

#coveragecontentpnl .fixedpanelcontent {
    height: 100%;
}

.estthankyoucustombtn {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    display: inline-block;
    margin-right: 19px;
    width: 167px;
    height: 38px;
    border-radius: 4px;
    border: solid 0.5px;
    background-color: #ffffff;
}

.estthankyoubuttonsct {
    margin-top: 99px;
}

.coverage-values-ct {
    width: 100%;
    position: relative;
    display: inline-block;
}

    .coverage-values-ct .first-hs {
        margin-top: 0px;
    }

    .coverage-values-ct .pest-input-ct-lg {
        margin-bottom: 25px;
        height: 40px;
    }

#pestmodalpnl {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-panelcontent {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.message-modal {
    height: 100%;
    /*width: 85vw;*/
    position: relative;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255, 0.5);
    display: none;
    z-index: 200;
}

.message-modal-panel {
    /*max-height: 287px;
	height: 37.37vh;*/
    height: auto;
    max-width: 448px;
    width: 32.8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    box-shadow: 6px 8px 20px 0 #bec8d9;
    background-color: rgba(255,255,255, 1);
}

.message-modal-upper-bar {
    max-height: 57px;
    height: 7.42vh;
    max-width: 448px;
    width: 32.8vw;
    background-color: #1492e0;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

.message-modal-upper-bar-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0985e2;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.message-modal-content {
    /*max-height: 230px;
	height: 29.948vh;*/
    height: auto;
    max-width: 448px;
    width: 32.8vw;
    padding-top: 5vh;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.message-modal-inner {
    /*max-height: 76px;
	height: 9.9vh;*/
    height: auto;
    max-width: 342px;
    width: 25vw;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: 0.33px;
    text-align: center;
    color: #596981;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error-modal-panel {
    height: auto;
    max-width: 728px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 10px 0 #8b939f;
    background-color: rgba(255,255,255, 1);
}

.inactive-modal-panel {
    height: auto;
    max-width: 728px;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 10px 0 #8b939f;
    background-color: rgba(255,255,255, 1);
}

.error-modal-upper-bar {
    max-height: 86px;
    height: 100%;
    max-width: 728px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.error-modal-upper-bar-text {
    font-family: RobotoLight;
    font-size: 37px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    position: relative;
    margin-top: 37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-modal-content {
    height: auto;
    /*max-width: 448px;*/
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.error-modal-inner {
    height: auto;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: RobotoLight;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0.43px;
    text-align: center;
    color: #333f52;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inactive-modal-inner {
    height: auto;
    max-width: 500px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: RobotoLight;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: 0.43px;
    text-align: center;
    color: #333f52;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 30px;
}

.ormodaltext {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.43px;
    text-align: center;
    color: #333f52;
    margin-bottom: 37px;
}

.errorcoloptct {
    width: 100%;
    height: 100%;
    max-height: 148px;
}

    .errorcoloptct::after {
        display: table;
        content: "";
        clear: both;
    }

.errorcolopt {
    height: auto;
    width: 33.22%;
    float: left;
    margin-right: 1px;
}

    .errorcolopt:first-child {
        border-top-right-radius: 10px;
        /*padding-left: 5px;*/
    }

    .errorcolopt:nth-child(2) {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .errorcolopt:last-child {
        border-top-left-radius: 10px;
        margin-right: 0px !important;
        float: right;
    }

    .errorcolopt:hover {
        opacity: 0.75;
        cursor: pointer;
    }

    .errorcolopt.twocol {
        width: 49.75%;
    }

        .errorcolopt.twocol:first-child {
            padding-left: 0px;
        }

        .errorcolopt.twocol:last-child {
            margin-right: 0px !important;
            border-top-right-radius: 0px;
            float: right;
        }

.errorcoloptcontent {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 22px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 37px;
}

.errorcoloptheader {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 26px;
}

.errorsmall-modal-panel {
    height: auto;
    max-width: 575px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 10px 0 #8b939f;
    background-color: rgba(255,255,255, 1);
}

.alert-modal {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255, 0.5);
    display: none;
    z-index: 200;
}

.alert-modal-panel {
    height: 200px;
    width: 349px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 3px 10px 0 #aab0b8;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}

.alert-modal-upper-bar {
    height: auto;
    width: 100%;
    text-align: center;
}

.alert-modal-upper-bar-text {
    font-family: RobotoLight;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    position: relative;
    padding-top: 21px;
    padding-bottom: 23px;
}

.home-alert-modal-upper-bar-text {
    font-family: RobotoThin;
    font-size: 37px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.alert-modal-upper-bar-text-small {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 3px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 18px;
}

.tooltip-modal-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51px;
    cursor: pointer;
}

    .tooltip-modal-button:hover {
        opacity: 0.75;
    }

.alert-modal-content {
    text-align: center;
    position: relative;
    overflow-y: scroll;
    height: 82px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .alert-modal-content::-webkit-scrollbar {
        display: none;
    }

.alert-txt-reducedpadding {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.2px;
    text-align: center;
    color: #333f52;
    padding-left: 33px;
    padding-right: 32px;
}

.alert-txt {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.2px;
    text-align: center;
    color: #333f52;
    padding: 0px 45px;
}

.chg-alert-col-ct {
    text-align: center;
}

.alert-left-col {
    width: 174px;
    height: 51px;
    margin-right: 1px;
    display: inline-block;
    float: left;
    border-top-right-radius: 10px;
    background-color: #6e7885;
}

    .alert-left-col:hover {
        opacity: 0.75;
        cursor: pointer;
    }

.alert-right-col {
    width: 174px;
    height: 51px;
    display: inline-block;
    float: right;
    border-top-left-radius: 10px;
}

    .alert-right-col:hover {
        opacity: 0.75;
        cursor: pointer;
    }

.alert-button-text {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: 0.23px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.alert-modal-buttonsct {
    position: absolute;
    bottom: 0;
}

.wait-modal {
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
    z-index: 200;
}

.wait-modal-content {
    width: 100%;
}

.wait-modal-panel {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

.wait-modal-upper-bar-text {
    width: 100%;
    height: 28px;
    font-family: RobotoLight;
    font-size: 21px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.53px;
    text-align: center;
    padding-bottom: 35px;
}

.progressbar progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    width: 337px;
    height: 11px;
    border-radius: 100px;
    animation: progress 3s ease-in-out forwards;
    -webkit-animation: progress 3s ease-in-out forwards;
}

    .progressbar progress[value]::-webkit-progress-bar {
        border-radius: 100px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    .progressbar progress[value]::-webkit-progress-value {
        border-radius: 100px;
        background-size: 35px 20px, 100% 100%, 100% 100%;
    }


@keyframes progress {
    from {
        width: 0px;
    }

    to {
        width: 337px;
    }
}

@-webkit-keyframes progress {
    from {
        width: 0px;
    }

    to {
        width: 337px;
    }
}

.wait-indicator-icon {
    width: 337px;
    margin: 0 auto;
}

#pestrefnumdlgpnl {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #fafcfd;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pest-instructions-subheader {
    font-family: RobotoLight;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333f52;
    margin-bottom: 30px;
}

.pest-dropdown-lg .infoicon {
    pointer-events: all;
}

svg.infoicon {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

svg.estinfoicon {
    width: 9px;
    height: 9px;
    cursor: pointer;
}

#dlgrefnumberct {
    position: relative;
}

    #dlgrefnumberct input {
        padding-left: 40px;
    }

    #dlgrefnumberct svg {
        position: absolute;
        padding: 13px 12px;
        pointer-events: none;
    }

.pest-search-icon {
    width: 20px;
    height: 20.5px
}

#pestestimatepnl {
    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#pestprintcontent {
    margin-top: 8.85vh;
}

.pestprintlogo {
    text-align: center;
}

    .pestprintlogo img {
        height: auto;
        width: 80%;
        display: inline-block;
    }

.estimatecontentpnl {
    height: 100%;
    width: 85%;
    float: left;
    display: table;
    background-color: #ecf0f7;
}

    .estimatecontentpnl .fixedpanelcontent {
        min-height: 100vh;
    }

.estimateheaderbuttons {
    height: 30px;
    padding-top: 10px;
    padding-right: 50px; /*1.188vw;*/
    color: #1492e0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.esthr {
    border-top: 2px solid;
    width: 100%;
    opacity: .3;
    /*max-width: 450px;*/
    clear: both;
}

.esthr-small {
    border-top: 2px solid;
    width: 76px;
    float: right;
    opacity: .3;
    /*max-width: 450px;*/
    clear: both;
}

.estimate-ref-row {
    width: 100%;
    text-align: left;
    /*not sure why but this needs both padding and margin bottoms to get the 14px space*/
    /*    margin-bottom: 14px;
    padding-bottom: 14px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.estimate-ref-row-left {
    float: left;
    clear: both;
}

.estimate-ref-row-right {
    float: right;
    clear: both;
}

.estformlabel {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333f52;
    display: inline-block;
    margin-bottom: 11px;
}

.estformvalue {
    font-family: RobotoLight;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: left;
    color: #333f52;
    display: inline-block;
}

/*#estnumlabel {
    margin-bottom: 0px;
}*/

#estprepareddate-label {
    /*margin-bottom: 0px;*/
    font-style: italic;
}

#estprepareddate {
    font-style: italic;
}

.estimate-ref-value {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: right;
    float: right;
    display: inline-block;
    text-indent: 5px;
}

#estpatientname {
    text-indent: 5px;
}

.estimate-items-row {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    /*padding: 19px 0 19px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.estimate-items-view-row {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    display: inline-block;
    /*padding: 19px 0 19px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.estimate-item-row {
    padding-bottom: 3px;
    width: 100%;
    text-align: left;
    /*padding: 0 19px 0 19px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.estimate-charges-row {
    width: 100%;
    text-align: left;
    padding: 8px 19px 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.estimate-charges-ct {
    width: 100%;
}

.estformvaluecharge {
    padding-left: 13px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: left;
    color: #333f52;
    display: inline-block;
    width: 75%;
}

.estimate-charge-row {
    height: auto;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 15px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.estimate-total-row {
    height: 45px;
    width: 100%;
    text-align: left;
    opacity: 1;
}

.estimate-total-row-inner {
    /*height: 28px;*/
    width: 100%;
    /*padding: 0 19px 0 19px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    position: relative;
    /*top: 50%;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.estimate-total-label {
    font-family: Roboto;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: 0.29px;
    /*letter-spacing: normal;*/
    text-align: left;
    float: left;
    padding-top: 8px;
}

.estimate-total-value {
    font-family: RobotoLight;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.41px;
    text-align: right;
    float: right;
}

.print-button-pnl {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.print-button {
    width: 146px;
    height: 30px;
    border-radius: 4px;
    box-shadow: 6px 8px 20px 0 rgba(190, 200, 217, 0.6);
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 0;
}

.download-button {
    width: 107px;
    height: 30px;
    border-radius: 4px;
    box-shadow: 6px 8px 20px 0 rgba(190, 200, 217, 0.6);
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 0;
    margin-left: 20px;
}

.print-icon-wrapper {
    height: 30px;
    width: 34px;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /*margin-left: -1px;*/
    margin-top: -1px;
}

.print-button-span {
    vertical-align: middle;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.2px;
    text-align: center;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    text-align: center;
    color: #8b939f;
    padding-top: 6px;
    margin-top: 1px;
    width: 91px;
    height: 24px;
    border-radius: 100px;
    background-color: #ffffff;
}

.radioseparator {
    height: 32px;
    width: 0;
    border: solid 1px #d2d9e6;
    float: left;
}

.malelabel {
    float: right;
}

.radio-group {
    width: 185px;
    height: 32px;
    border-radius: 100px;
    box-shadow: 0 3px 6px 0 #c7cbd1;
    background-color: #ffffff;
}

#relationshipct .radio-group {
    width: 368px;
    height: 32px;
    border-radius: 100px;
    box-shadow: 0 3px 6px 0 #c7cbd1;
    background-color: #ffffff;
}

.validation-subtext {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.2px;
    text-align: left;
    color: #b9001c;
}

#insuredct, #relationshipct {
    margin-bottom: 48px;
}

#pestsubscriberpanel .fixedpanelinner {
    margin-top: 157px;
}

    #pestsubscriberpanel .fixedpanelinner .pest-input-ct-lg {
        border-bottom: solid 0.3px #c7cbd1;
    }

/*input:focus, textarea:focus, select:focus {
    outline: none;
    border-bottom: solid 1px #3ba1ed;
}*/

.pencilicon {
    width: 16px;
    height: 16px;
    fill: #3ba1ed;
    margin-right: 11px;
}

#coveragenextbutton:disabled {
    opacity: .3;
}

#chargegroupspanelbutton:disabled {
    pointer-events: none;
    cursor: default;
    opacity: .3;
}

#chargegroupspanelbutton:enabled {
    opacity: 1;
    cursor: pointer;
}

    #chargegroupspanelbutton:enabled:hover {
        opacity: 0.75;
    }

#servicesnotperformedpanelbutton:disabled {
    pointer-events: none;
    cursor: default;
    opacity: .3;
}

#servicesnotperformedpanelbutton:enabled {
    opacity: 1;
    cursor: pointer;
}

    #servicesnotperformedpanelbutton:enabled:hover {
        opacity: 0.75;
    }

button:hover {
    opacity: 0.75;
    cursor: pointer;
}

.estleftfloatwrapper {
    float: left;
}

.estrightfloatwrapper {
    float: right;
}

    .estrightfloatwrapper .estformlabel {
        padding-right: 7px;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.zero-margin-bottom-override {
    margin-bottom: 0px !important;
}

.estimate-detailed-total-value {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: right;
    float: right;
}

.estimate-detailed-total-label {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.23px;
    text-align: left;
}

#estdetailedbreakdownicon {
    width: 15px;
    height: 15px;
}

#estdetailedbreakdownicon-minus {
    width: 15px;
    height: 15px;
}

#estpricetransparencyelementsicon {
    width: 15px;
    height: 15px;
}

#estpricetransparencyelementsicon-minus {
    width: 15px;
    height: 15px;
}

#fixedestimatebuttons {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 298px;
    margin-right: 65px;
}

.estthankyousubtext {
    font-family: RobotoLight;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.21px;
    text-align: right;
    color: #333f52;
    margin-bottom: 10px;
    margin-top: 7px;
}

.estthankyouclosebutton {
    width: 100px;
    height: 38px;
    border: none;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    float: right;
}

.fixedbottompnl {
    height: 12.76vh;
    width: 41vw;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    background-color: #ffffff;
    float: right;
}

.footerlinkpanel {
    width: 100%;
    height: 130px;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 900;
}

    .footerlinkpanel .footerlink-table {
        width: 90%;
        height: 130px;
        margin-left: 163px;
    }

    .footerlinkpanel .footerlink-column {
        float: left;
        margin-top: 54px;
        width: 15%;
        height: 18px;
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: 0.2px;
        text-align: center;
    }

        .footerlinkpanel .footerlink-column:first-child:hover {
            opacity: 1;
            cursor: default;
        }

        .footerlinkpanel .footerlink-column:hover {
            opacity: 0.75;
            cursor: pointer;
        }

        .footerlinkpanel .footerlink-column a {
            text-decoration: none;
        }

.btnshowfooterbar {
    float: right;
    padding-right: 1.95vw;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.btnhidefooterbar {
    float: right;
    display: none;
    padding-right: 1.188vw;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1100;
    margin-bottom: 11px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

#inssubdobct {
    float: left;
    margin-right: 38px;
}

#inssubgenderct {
    float: left;
}

#insgenderct {
    margin-top: 15px;
}

.button-triangle-shape {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    margin-left: 169px;
}

#estretrievalmodal-title {
    font-family: RobotoLight;
}

#estretrievalmodal-content.alert-txt {
    padding: 0px 40px !important;
}

.on-estimate-disclaimer-label {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    padding-top: 5px;
}

.disclaimerprivacypolicylink {
    margin-top: 15px;
    font-family: RobotoLight;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.23px;
    text-align: left;
    color: #444c60;
}

    .disclaimerprivacypolicylink a {
        color: #444c60;
        text-decoration: none;
    }

        .disclaimerprivacypolicylink a:hover {
            text-decoration: underline;
        }

#estfacilityzipstate {
    margin-bottom: 11px;
}

#estfacilityaddress, #estfacilityaddress2, #estfacilityzipstate {
    font-size: 13px;
}

/*firefox overrides*/
@-moz-document url-prefix() {
    .pest-input-ct-lg input[type="text"] {
        padding-top: 9px;
        line-height: 0;
    }
}

h2 {
    font-family: Roboto;
    color: black;
    text-align: left;
}
