﻿/*
    purple: #a239ca, rgb(162,57,202)
    lightBlue:  #5ac8cc, rgb(90,200,204)
    darkBlue: #249ba3, rgb(36,155,163)
    orange:#fc4a1a, rgb(252,74,26)
    yellow: #f7b733, rgb(247,183,51)
*/
.dimmer {
    display: none;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}

.abc .toolTip {
    font-size: small !important;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 350px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 60px;
    width: 35px;
}

img.hiringPic {
    width: 160px;
    margin: auto;
    margin-top: 10px;
}

img.textPic {
    width: 120px;
    margin: auto;
    margin-top: 10px;
}

.featureBlocks div {
    height: 160px !important;
}

.featureBlocks {
    flex-basis: 15%;
    border: 2px solid #249ba3;
    border-radius: 25px;
}

.featuresDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.searchWithinStyle {
    width: 165px !important;
}

.CSBAckroundChkTable .tableDiv th {
    padding: 0rem !important;
}

.eniLeftSideMargin {
    margin-top: -37px;
}

.quickViewCaregiverBoxRightIconBox {
    padding-left: 15px !important;
}

.learnMoreGVNStyle {
    margin-left: 17rem;
}

.backgroundOfferDetailColumn h5 {
    color: black !important;
}

.runBackgroundCheckBtnStyleFullProfile {
    width: 85% !important;
}

.runBackgroundCheckBtnStyle {
    color: #fc4a1a !important;
    border: solid 2.5px #fc4a1a;
    width: 208px;
    margin-top: 0px;
    /*font-size: 1em;*/
    margin-right: 5px;
    white-space: nowrap;
    box-shadow: grey 2px 2px 2px;
    text-align: left !important;
}

.scheduleCareBtnStyle {
    color: green !important;
    border: solid 2.5px green;
    width: 208px;
    margin-top: 0px;
    /*font-size: 1em;*/
    margin-right: 5px;
    white-space: nowrap;
    box-shadow: grey 2px 2px 2px;
    text-align: left !important;
}

.tableDiv td, .tableDiv th, .tableDiv tbody {
    border: dashed 1px gray !important;
}

.tableDiv {
    overflow-x: scroll !important;
}

    .tableDiv::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .tableDiv::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

.MyInfoPortal input {
    border: none !important;
    background-color: white !important;
    color: #918c8c !important;
}

.MyInfoPortal {
    color: #918c8c !important;
}

.ecgForm .inputStyle {
    /*font-size: 22px !important;*/
}

.CSPortalHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

    .CSPortalHeader h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 4px;
    }

.CSPortalHeaderTitleTealBG, .CSPortalHeaderTitleTealBG h3 {
    background-color: #249ba3;
    color: white;
    margin-bottom: 10px;
}

.CSPortalHeaderTitleYellowBG, .CSPortalHeaderTitleYellowBG h3 {
    background-color: #f7b733;
    color: white;
    margin-bottom: 10px;
}

.CSPortalHeaderTitlePurpleBG, .CSPortalHeaderTitlePurpleBG h3 {
    background-color: #a239ca;
    color: white;
    margin-bottom: 10px;
}

.MyInfoPortal input:focus {
    border: none !important;
    outline: none !important;
}

.CSPortalNotifications {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.PortalRight, .PortalLeft {
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.PortalRight {
    margin-left: 15px;
    margin-right: 10px;
}

.PortalLeft {
    margin-right: 15px;
    margin-left: 10px;
}

.selectNewStyle option {
    background-color: white !important;
    color: #249ba3 !important;
}

.ECGfreeSideSubHeading {
    font-weight: 900;
    font-size: 22px;
    padding: .5rem;
}

.ECGpaidLeftSideSubHeading, .ECGpaidRightSideSubHeading {
    font-weight: 900;
    font-size: 22px;
    padding: .5rem;
}

.freeSideHeading, .paidSideHeading {
    font-weight: 900;
    font-size: 24px;
}

.selectNewStyle {
    color: #249ba3 !important;
    background-color: white !important;
    border-radius: 0px !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #249ba3 50%), linear-gradient(135deg, #249ba3 50%, transparent 50%), linear-gradient(to right, #f7b733, #f7b733);
    background-position: calc(100% - 20px) calc(15px), calc(100% - 15px) calc(15px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.topTealBlock .btn-success {
    border-radius: 0px !important;
    width: 100%;
    background-color: white !important;
    color: #249ba3 !important;
    border: 1px solid #249ba3 !important;
    border-radius: 0px !important;
    /*box-shadow: 4px 4px #cbcdcf;*/
    /*box-shadow: 0 8px 6px -6px black;*/
    box-shadow: 3px 3px 5px 0px #6c6d6f;
}

    .topTealBlock .btn-success:hover {
        color: #249ba3 !important;
    }

.freeSideButton {
    border-radius: 0px !important;
    width: 75%;
    background-color: #249ba3 !important;
}

.paidSideButton {
    border-radius: 0px !important;
    width: 75%;
    background-color: #f7b733 !important;
}

.paidSideDetails .paidLeftSideButton, .paidSideDetails .paidRightSideButton {
    border-radius: 0px !important;
    width: 75%;
    background-color: #f7b733 !important;
}

.freeSide .btn-success {
    background-color: #249ba3 !important;
    border: 1px solid #249ba3 !important;
    border-radius: 0px !important;
    /*box-shadow: 4px 4px #cbcdcf;*/
    /*box-shadow: 0 8px 6px -6px black;*/
    box-shadow: 3px 3px 5px 0px #6c6d6f;
}

.paidSide .btn-success {
    background-color: #f7b733 !important;
    border: 1px solid #f7b733 !important;
    border-radius: 0px !important;
    /*box-shadow: 4px 4px #cbcdcf;*/
    /*box-shadow: 0 8px 6px -6px black;*/
    box-shadow: 3px 3px 5px 0px #6c6d6f;
}

.freeSideContent, .paidSideContent {
    font-size: small;
    color: black !important;
    font-weight: 300 !important;
    padding: .5rem;
    border-top: solid 3px white;
    /*padding-bottom: .5rem;*/
}

.paidLeftSideDetails, .paidRightSideDetails {
    display: flex;
    justify-content: center !important;
    width: 75% !important;
    padding-bottom: 9px
}

.freeSideDetails, .paidSideDetails, .paidSideDetails .left, .paidSideDetails .right {
    display: flex;
    justify-content: center !important;
}

    .paidSideDetails .left, .paidSideDetails .right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.freeSide {
    color: #249ba3;
    font-weight: bold;
}

.freeSideHeading, .paidSideHeading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
}

.paidSide {
    font-weight: bold;
    color: #a239ca;
}

.selectNewStyle {
    border: dashed
}

.inviteFriends {
    margin: auto !important
}

#BudegetCalculator hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#budgetCalDiv {
    width: 50%;
}

#budgetCalRow #budgetCalDiv #cgType #SearchCategory {
    font-size: 14px !important;
    height: 27px;
}

#budgetCalRow #budgetCalDiv h4 {
    font-size: 1rem !important
}

#budgetCalRow #budgetCalDiv h1 {
    font-size: 1.5rem !important
}

#budgetCalRow #budgetCalDiv .smallFontStyle {
    font-size: 1rem !important
}

#budgetCalRow #budgetCalDiv #stateInputField #StateInput {
    font-size: 14px !important;
    height: 27px;
}

#chooseCareSectionHeading {
    margin-left: 3rem;
}

.chooseCareitemDiv {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
}

#videoRowHeading, #budgetCalRowHeading {
    padding-left: 1rem;
}

.chooseCareSectionBullets {
    color: #f7b733 !important;
    position: relative;
    left: -1%
}

.manageCareitemDiv {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 3rem;
    padding-right: 3rem;
}

.manageCareSectionBullets {
    color: #f7b733 !important;
    position: relative;
    left: -1.75%
}

.bulletLeftMargin {
    margin-left: 3rem;
}

.paraStyleEni, .paraStyleReg {
    padding-left: 1rem;
    /*padding-right: 7rem;*/
    margin-top: 5rem;
    color: black;
    font-size: 20px !important;
    line-height: 1.5;
}

#paragraphDiv, #budgetCalParaDiv {
    width: 40% !important;
    margin-left: 3rem;
    margin-right: 3rem;
}

.halfWidthManageCare, .halfWidthChooseCare {
    width: 70%;
}

#videoDiv {
    width: 50%;
}

.eniTealRowSpan, .regTealRowSpan {
    margin-left: auto 3rem auto 3rem;
}

.darkBlueRow3SectionsFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#chooseCareSection, #manageCareSection {
    width: 50%;
}

#eniTealRow1, #eniTealRow2, #eniYellowRow, #regYellowRow, #regTealRow1, #regTealRow2 {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

#manageCareSectionHeading {
    margin-left: 2.3rem !important;
}

#eniTealRow2, #eniTealRow1 {
    font-size: x-large;
}
/*style color-profile schedule availability checkbox style CSS: scheduleCheckboxStyle 2/19DH*/
.daysNameStyle {
    border: 1px solid #249ba3;
}

.scheduleCheckboxStyle {
    height: 15px !important;
    text-align: center !important;
}

.availabilityContainerStyle {
    font-size: 1rem !important;
    margin: auto;
}

.AvailabilityDayRowStyle th {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
/*style color-profile schedule availability checkbox style CSS: scheduleCheckboxStyle 2/19DH* end here*/
.ecgForm #Profile_Email, .ecgForm #Profile_MobilePhoneNumber {
    width: 200% !important;
}

.InvoiceTableHead td {
    vertical-align: bottom !important;
}

.invoiceSignatures #employeesignature, .invoiceSignatures #clientsignature {
    width: 100% !important
}

    .invoiceSignatures #employeesignature canvas, .invoiceSignatures #clientsignature canvas {
        width: 383px !important
    }
/*hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}*/
.careActivityTable td, .careActivityTable th {
    padding: .25rem !important;
}

#InvDiv, #careActiities, .InvoiceTable td, .invsDetails div, .invsDetails span {
    font-size: 14px !important;
    color: black !important;
}
/*Post my job page styles*/
.jobPostApplyInteriewSlots {
    padding: 0px;
    width: 60% !important;
    text-align: center !important;
    line-height: 1.2 !important;
}

.jobPostAcceptBtn {
    background-color: #a239ca !important;
    border-color: #a239ca !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    vertical-align: top !important;
}

    .jobPostAcceptBtn:focus {
        box-shadow: 0 0 0 0.2rem rgba(162,57,202,.5) !important;
    }

.jobPostWarning {
    font-size: small;
}

.iconStyle {
    width: 30%;
    height: 30%;
}

#Icon img {
    width: 90%;
    height: 90%;
}

.jobTypeBtn {
    background-color: #249ba3 !important;
    color: white;
    width: 225px !important;
    font-size: 0.9rem !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border-radius: 5px;
}

.careSeekerJobPostTable th, .careSeekerJobPostTable td {
    width: 215px !important;
    text-align: center !important;
}

.careSeekerJobPostTable thead th {
    border-bottom: 1px solid black !important;
    font-size: 1rem;
}

.careSeekerJobPostTable th {
    border-top: none;
    padding: 0px;
}
/*Post my job page styles ends here*/


.pullRightRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.miles {
    font-size: 12px !important;
}

.col-6 select {
    width: 90% !important
}

.k-slider .k-draghandle, .k-slider .k-draghandle:active, .k-slider .k-draghandle:hover {
    background-color: #a239ca;
    border-color: #a239ca;
}

    .k-slider .k-draghandle.k-state-focused, .k-slider .k-draghandle:focus {
        box-shadow: 0 0 0 3px rgba(162, 57, 202, .5);
    }

.k-slider .k-slider-selection {
    background-color: #a239ca;
}

.k-slider .k-label {
    color: #a239ca;
}

.k-widget {
    color: #a239ca
}

.viewonclick ul {
    margin-left: 0;
    padding-left: 3%;
}

.csFaq {
    font-size: medium;
    background: rgba(36,155,163,0.6);
    padding: 20px;
    color: white !important;
    margin: 0 5% 0 0;
    border-radius: 5px;
    min-height: 35%;
    width: 16% !important;
}

.cpFaq {
    font-size: medium;
    background: rgba(36,155,163,0.6);
    padding: 20px;
    color: white !important;
    margin: 0 0 0 5%;
    border-radius: 5px;
    min-height: 35%;
    width: 16% !important;
}

.faqTypes {
    text-align: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

.ht {
    height: 500px !important;
}

.viewonclickview1:hover, .viewonclickview2:hover {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.SavingsImageStyleFAQ {
    height: 500px;
}

.btn {
    border-radius: 5px !important;
}

.recentlyActiveStyle {
    font-size: 10px !important;
    background-color: #f7b733;
    color: white !important;
    border: #f7b733 solid 1px;
    border-radius: 5px;
    line-height: 10px !important
}

#SeekerTabTable {
    width: 100% !important;
}

#CareSeekers .dataTables_filter, #CareSeekers .dataTables_length, #careProviders .dataTables_filter, #careProviders .dataTables_length, #ClientReport .dataTables_filter, #ClientReport .dataTables_length, #AmbassadorRewards .dataTables_length, #AmbassadorRewards .dataTables_filter, #HomeworkSolutions .dataTables_length, #HomeworkSolutions .dataTables_filter, #B8CkgroundChecks .dataTables_length, #B8CkgroundChecks .dataTables_filter, #HomeworkSolutions .dataTables_length, #HomeworkSolutions .dataTables_filter, #StripeTransactions .dataTables_length, #StripeTransactions .dataTables_filter, #Interviews .dataTables_length, #Interviews .dataTables_filter, #offers .dataTables_length, #offers .dataTables_filter, #ShiftChageReports .dataTables_length, #ShiftChageReport .dataTables_filter, #BizAccounts .dataTables_length, #BizAccounts .dataTables_filter, #BizEvents .dataTables_length, #BizEvents .dataTables_filter, #BizJobs .dataTables_length, #BizJobs .dataTables_filter, #BizPayments .dataTables_length, #BizPayments .dataTables_filter, #BizVdeos .dataTables_length, #BizVdeos .dataTables_filter {
    float: none;
    text-align: left !important;
}


.caregivernewHomeJobTpeSelect:hover {
    font-size: 27px;
}

.dhTestingDiv {
    border: dashed 2px red;
}

.errorContent {
    opacity: 1 !important;
    position: relative;
    z-index: 400;
    margin: auto;
}

.overlayErrorPage {
    /*border:1px solid red;*/
    width: 100%;
    height: 500px;
    /*opacity: 0.4;*/
    /*position: absolute;*/
    /*top:-2px;*/
    /*z-index:1;*/
}

.marginErrorBox {
    margin-top: 18% !important;
}

.errorPageContainer {
    background-image: url('/Content/ecgImages/Surprised Seniors.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Content/ecgImages/Surprised Seniors.jpg);
    background-repeat: no-repeat;
    height: 700px;
}

.styleIt {
    font-weight: bold !important;
}

.flexVert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#appLoginform input {
    background-color: transparent !important;
}

.widthFix {
    width: auto !important;
}

.Question {
    cursor: pointer;
}

    .Question:hover, .liItem:hover, .pageHeader:hover {
        font-weight: bold;
    }

.widthClass {
    width: 20px !important;
    height: 20px;
}

.ECGheadStyleOfferCal {
    width: 65%;
    margin-right: 1.5%;
    margin-left: .75%;
}

.AGheadStyleOfferCal {
    width: 32%;
    margin-left: 1.5%;
    margin-right: .75%;
}

.counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 50px;
    width: 200px;
    border-radius: 50%;
    height: 200px;
    vertical-align: middle;
}

.btnWidth {
    min-width: 18% !important;
}

.FAQ {
    position: absolute;
    top: 70px;
    z-index: 5000;
    max-height: 90%;
    color: black !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.cardlist {
    cursor: pointer;
}

.card {
    background-color: antiquewhite;
}

.viewMore {
    color: #a239ca;
    font-size: small;
}

    .viewMore:hover {
        text-decoration: underline
    }

.cardHeader {
    padding-inline-start: 40px;
    font-size: x-large;
    margin-bottom: 8%;
}

.firstCardRow, .secondCardRow, .thirdCardRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.faqListContainer {
    max-height: 600px !important;
}

.pageBG {
    margin: auto;
    background-color: #c4e4e0;
    border-radius: 5px;
    /*overflow-y: scroll;*/
    /*box-shadow: 2px 2px #aaaaaa;*/
}

.cardDiv {
    min-height: 50%;
}

.bodyFAQ {
    text-align: center
}

.Search {
    border-radius: 20px;
}

.HeadFAQ {
    background-color: #249ba3;
    text-align: center
}

.certificationsStyle {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
}

.leftRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.rightRow {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 5%
}

.biggerFont {
    font-size: large;
}

.toolTip {
    position: relative;
    display: inline-block;
}

    .toolTip .tooltipText {
        visibility: hidden;
        width: 60em;
        border: 1.5px solid #f7b733;
        background-color: rgb(255, 255, 255);
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        left: -220px;
        top: 17px;
        z-index: 10000;
    }

    .toolTip:hover .tooltipText {
        visibility: visible;
    }

.smallerFont {
    font-size: x-small;
}

.nUl {
    text-decoration: none !important;
}

.purpleTextDark {
    color: #8200b4;
}

.scrollbtn {
    width: 15% !important;
}

.widthPara {
    width: 450px
}

.fontCustomSize {
    font-size: larger;
}

.darkBlueBackopq2 {
    background-color: #45a8afc7 !important;
}

.darkBlueBackopq {
    background-color: #63c3c99c !important;
}

.orangeBackopq {
    background-color: #ff8868db !important;
}

.newSize {
    font-size: 50%;
}

.topRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ovr {
    overflow-x: scroll !important;
}

table {
    overflow-x: scroll !important;
}

.lightBlueText {
    color: #5ac8cc !important;
}

.darkBlueText {
    color: #249ba3 !important;
}

.purpleText {
    color: #a239ca !important;
}

.tealText {
    color: #249ba3 !important;
}

.orangeText {
    color: #fc4a1a !important;
}

.yellowText {
    color: #f7b733 !important;
}

.whiteText {
    color: white !important;
}

.grayText {
    color: gray !important;
}

.darkGrayText {
    color: darkgray !important;
}

.darkSlateGrayText {
    color: darkslategray !important;
}

.greenText {
    color: green;
}

.redText {
    color: red;
}


.lightBlueBack {
    background-color: #5ac8cc !important;
}

.noBorder, .noBorder th, .noBorder tr, .noBorder td, .noBorder thead, .noBorder tbody {
    border: none;
    border-bottom: none;
}


.lightBlueBorder {
    border: 1px solid #5ac8cc !important;
}

.darkBlueBorder {
    border: 1px solid #249ba3 !important;
}

.orangeBorder {
    border: 1px solid #fc4a1a !important;
}

.purpleBorder {
    border: 1px solid #a239ca !important;
}

.yellowBorder {
    border: 1px solid #f7b733 !important;
}

.straightBorder {
    border-radius: 0 !important;
}

.border5Radius {
    border-radius: 5px !important;
}

.border10Radius {
    border-radius: 10px !important;
}

.border5RadiusTop {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.border5RadiusBottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.noTopBorder {
    border-top: none !important;
}

.noBottomBorder {
    border-bottom: none !important;
}

.darkBlueBack {
    background-color: #249ba3 !important;
}


.purpleBack {
    background-color: #a239ca !important;
}

.orangeBack {
    background-color: #fc4a1a !important;
}

.adminPageContent {
    color: black !important;
}

.yellowBack {
    background-color: #f7b733 !important;
}

.greenBack {
    background-color: forestgreen !important;
}

.blackText {
    color: black !important;
}

.blackBack {
    background-color: black !important;
}

body.blackBack {
    min-height: 100%;
    background-size: cover;
}

.pbBlackBack::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/walk thru background photo large.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.pbBlackBackEni {
}

    .pbBlackBackEni::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        opacity: 1;
        z-index: -1;
        background: url("/content/ecgImages/EniImages/ENI Large.jpg") no-repeat center center fixed;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background-attachment: scroll;
    }

.pbBlackBackBiz::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    opacity: 1;
    z-index: -1;
    background: url('/content/ecgImages/BizImages/Group - large.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.pbBlackBackBiz {
}


.lightgrayBack {
    background-color: lightgray !important;
}

label {
    color: black;
}

.modal-body {
    color: #249ba3;
}

h1, h2, h3, h4, h5 {
    color: #249ba3;
}

@font-face {
    font-family: 'eau_douce_sans_regular';
    src: url('../../../fonts/eau_douce_sans_regular.otf') format('opentype');
}

@font-face {
    font-family: 'eau_douce_sans_bold';
    src: url('../../fonts/eau_douce_sans_bold.otf') format('opentype');
}

@font-face {
    font-family: 'eau_douce_sans_medium';
    src: url('../../fonts/eau_douce_sans_medium.otf') format('opentype');
}

@font-face {
    font-family: 'eau_douce_sans_thin';
    src: url('../../fonts/eau_douce_sans_thin.otf') format('opentype');
}
/*@font-face {
    font-family: 'eau_douce_sans_light';
    src: url('../../fonts/eau_douce_sans_light.otf') format('opentype');
}*/

/** {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }*/

body {
    font-family: 'eau_douce_sans_regular', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: white;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    /*overflow-y:hidden;*/
}

.whiteBackground {
    background-color: white !important;
}

.nomargins {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.fa-times {
    color: #fc4a1a !important;
    font-size: 18px !important;
}

.warningColor {
    color: #fc4a1a;
}
/*.dropdownInput {
    min-width: 190px;
    min-height: 26px;
    margin-top: 2.5px;
    width: 190px !important;
    height: 26px !important;
    padding: 5px;
}*/
.dropdownHolder .k-dropdown {
    min-width: 190px;
    font-size: 12px;
    margin-top: 5px;
}

.saveButton {
    color: forestgreen;
    border-radius: 1px;
}

.nomargins {
    margin-left: 0px;
    margin-right: 0px;
}

.ecgHomeheader {
    position: fixed;
    right: 0;
    left: 0;
    height: 70px;
    top: 0;
    z-index: 2;
    padding-right: 10px;
    margin-bottom: 15px;
}

    .ecgHomeheader .logoFrame {
        display: inline-block;
        white-space: nowrap;
        margin-top: 0px;
        overflow: hidden;
        vertical-align: top;
        margin-top: 5px;
        padding-left: 5px;
        border-radius: 20px;
    }

    .ecgHomeheader img {
        margin-top: 5px !important;
        vertical-align: middle;
        max-width: 280px;
    }

        .ecgHomeheader img.smallLogo {
            margin-top: 5px !important;
            vertical-align: middle;
            max-width: 140px;
        }

.homeheaderSpacer {
    display: inline-block;
    width: 10%;
    height: 20px;
    border: thin solid red;
}


.homeheaderNavButtonButtonContainer {
    /*display:inline-block;*/
    /*width:40%;*/
    /*min-width:800px;*/
    float: right;
    margin-right: 0px;
    height: 50px;
    padding-top: 5px;
    vertical-align: top;
}

    .homeheaderNavButtonButtonContainer li {
        display: inline-block;
        text-align: right;
    }

    .homeheaderNavButtonButtonContainer ul {
        display: inline-block;
        text-align: right;
        justify-content: flex-end
    }

.homeheaderNavigationButtonContainer {
    padding-top: 5px;
}

.homeheaderNavButton {
    background-color: #f7b733;
    color: white;
    margin-left: 10px !important;
    /*width: 120px;*/
    margin-top: 0;
    padding: 7.5px 5px 7.5px 5px !important;
    display: inline-block;
    font-size: 16px;
}

    .homeheaderNavButton:hover {
        text-decoration: none;
    }

.homeheaderName {
    width: auto;
}

.logInButton {
    /*float:right;*/
    margin-right: 10px;
}

.headerPurchaser {
    width: 100%;
    margin-bottom: 15px;
}
    /*.headerNavButtonButtonContainer {
    height:50px;
    padding-top:5px;
    margin-top:-30px;
    margin-bottom:30px

}*/
    .headerPurchaser .logoFrame {
        /*height: 70px; 
    width: 320px;*/
        /*border: 1px solid red;*/
        white-space: nowrap; /* this is required unless you put the helper span closely near the img */
        /*text-align: center;*/
        margin-top: 0px;
        overflow: hidden;
        vertical-align: top;
    }

.pictureSample span {
    width: 150px;
    height: 150px;
    margin-left: 70px;
    margin-bottom: 15px;
}

.pictureSample h4 {
    margin-top: 15px;
}

.registerButton {
    background-color: #f7b733;
    color: white;
    text-wrap: normal;
    font-size: 16px;
    width: 140px;
    font-weight: 700;
}

.loginButton {
    background-color: #249ba3;
    color: white;
    font-size: 16px;
    // width: 140px;
    font-weight: 400;
}

    .loginButton:hover {
        background-color: #249ba3;
        color: white;
        font-weight: 900;
        font-size: 16px;
        font-weight: 700;
    }





.navbar-right {
    margin-right: 5px !important;
}

.headerPurchaser img {
    /*background: #3A6F9A;*/
    vertical-align: middle;
    width: 200px;
    /*height:80px;*/
    max-width: 320px;
}

.imgHelperSpan {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.headerNavButton {
    background-color: whitesmoke;
    color: #249ba3;
    padding: 7.5px 5px 7.5px 5px !important;
    /*margin-left: 10px !important;*/
    width: 140px;
    font-size: 16px;
    /*margin-top: 10px;*/
    border: thin solid #249ba3;
}

    .headerNavButton:hover {
        color: darkslategray;
        font-weight: 800;
    }

    .headerNavButton.Active {
        background-color: #249ba3;
        color: white;
        border: thin solid #249ba3;
    }

.whiteHeaderDiv .registerButton, .whiteHeaderDiv .loginButton, .whiteHeaderDiv .homeheaderName, .whiteHeaderDiv .homeheaderNavButton, .whiteHeaderDiv .headerNavButton {
    background-color: transparent;
    color: white;
    border-color: white;
}

.whiteHeaderDiv .CaregiverBtn, .standardHeader .CaregiverBtn {
    background-color: #f7b733 !important;
    min-width: 80px !important;
    color: white !important;
    border-radius: 0px !important;
}

.whiteHeaderDiv .registerButton:hover, .whiteHeaderDiv .loginButton:hover, .whiteHeaderDiv .homeheaderName:hover, .whiteHeaderDiv .headerNavButton:hover, .whiteHeaderDiv .homeheaderNavButton:hover {
    background-color: transparent;
    color: white !important;
    font-weight: 900;
    border-color: white;
    border-width: 2px;
}

.ecgPageBackground {
    background-color: rgba(255,255,255,.05);
    padding-left: 0px;
    padding-right: 0px;
    width: 100% !important;
    /*height:100% !important;*/
    z-index: -999;
    /*position:fixed;*/
}

.ecgPageContent {
    background-color: white !important;
    /*padding-left: 20px;
    padding-right: 20px;*/
    width: 100% !important;
    margin-left: 0px;
    margin-top: 90px;
    /*position:absolute;
    top:110px;
    bottom:30px;*/
    /*min-height: 1080px;*/
    vertical-align: top;
    color: #249ba3;
}

.homeinfoPagesMain {
    margin-top: 0;
}

.ecgPageContent a:visited {
    color: #249ba3;
}

.cgdashboardContainer {
    flex-grow: 1;
    padding: 0 10px 0 10px;
}

.homeinfoPages {
    width: 100%;
    margin: auto;
    margin-top: -25px;
    /*max-width: 1400px;*/
}

    .homeinfoPages h2 {
        font-size: 44px;
        color: #249ba3;
    }

.purchaserDahboardTabbedContentBox .ecgContentNavTabs li a {
    color: #249ba3;
    font-weight: 500;
    padding: 4px 8px 4px 8px;
    border: #249ba3 1px solid;
    border-radius: 0;
    text-align: center;
}

    .purchaserDahboardTabbedContentBox .ecgContentNavTabs li a:hover {
        color: #249ba3;
        font-weight: 900;
        background-color: #dbd9d9;
        border: #a239ca 1px solid;
        /*font-size: 20px;*/
    }

.purchaserDahboardTabbedContentBox .purpleSectionSubTab li a {
    color: #a239ca !important;
    border-color: #a239ca !important;
    background-color: white !important;
}

    .purchaserDahboardTabbedContentBox .purpleSectionSubTab li a.active {
        background-color: #a239ca !important;
        border-color: #a239ca !important;
    }

.purchaserDahboardTabbedContentBox .ecgContentNavTabs .purpleSectionSubTab li a.active:hover {
    background-color: #a239ca !important;
    color: white !important;
    font-weight: 800;
}

.purchaserDahboardTabbedContentBox .yellowSectionSubTab li a {
    color: #f7b733 !important;
    border-color: #f7b733 !important;
    background-color: white !important;
}

.purchaserDahboardTabbedContentBox .ecgContentNavTabs .yellowSectionSubTab li a.active:hover {
    background-color: #f7b733 !important;
    color: white !important;
    font-weight: 800;
}

.purchaserDahboardTabbedContentBox .yellowSectionSubTab li a.active {
    background-color: #f7b733 !important;
    border-color: #f7b733 !important;
}

.purchaserDahboardTabbedContentBox .ecgContentNavTabs li a.active {
    background-color: #249ba3;
    border: #249ba3 1px solid;
    color: white !important;
}

    .purchaserDahboardTabbedContentBox .ecgContentNavTabs li a.active:hover {
        background-color: #249ba3;
        color: white !important;
        font-weight: 800;
    }

.purchaserDahboardTabbedContentBox .ecgContentNavTabs li a:hover {
    font-weight: 800;
}

ul.ecgContentNavTabs {
    border: none;
}

.fa-drivers-license-o, fa-shield {
    color: #a239ca;
    font-size: 30px;
}

.rateBlock {
    color: #fc4a1a;
    font-weight: 700;
    font-size: 16px;
}

.ecgDashboardNavTabs li a {
    /*width: 100% !important;*/
    max-width: 100% !important;
    line-height: 22px;
    color: #249ba3;
    font-size: 18px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
    background-color: ghostwhite;
}

    .ecgDashboardNavTabs li a:hover {
        /*width: 100% !important;*/
        max-width: 100% !important;
        color: #5ac8cc;
        font-size: 18px;
        font-weight: 900;
    }

.ecgDashboardNavTabs li {
    width: 100%;
    padding: 2.5px 2.5px 0 2.5px;
    margin: 0 0 5px 0;
}

.btn-info {
    border: 2.5px solid #f7b733;
    border-radius: 5px;
    background-color: whitesmoke;
    color: #f7b733;
    margin-top: 7.5px;
}

.favBtnStyleMiniProfile {
    border: 2.5px solid #f7b733;
    border-radius: 0px !important;
    /*background-color: whitesmoke;*/
    color: #f7b733 !important;
    margin-top: 7.5px;
    text-align: left !important;
}

.seeFullProfileBtnStyleMiniProfile, .InterviewbtnStyle {
    border: 2.5px solid #249ba3;
    border-radius: 0px !important;
    /*background-color: whitesmoke;*/
    color: #249ba3 !important;
    margin-top: 7.5px;
    text-align: left !important;
}

.sendMsgCSBtnStyleMiniProfile {
    border: 2.5px solid #a239ca;
    border-radius: 0px !important;
    /*background-color: whitesmoke;*/
    color: #a239ca !important;
    margin-top: 7.5px;
    text-align: left !important;
}

.qvSideButton {
    width: 208px;
    /*border-radius: 5px;*/
    border-width: 2.5px;
    margin-top: 0px;
    font-size: 1em;
    /*height: 28px;
    line-height:28px;*/
    /*padding:2.5px;*/
    margin-right: 5px;
    white-space: nowrap;
    /*text-align:center;*/
    box-shadow: gray 2px 2px 2px;
}

qvSideButtonAutoFont {
    /*width: 180px;*/
    border-radius: 5px;
    border-width: 2.5px;
    margin-top: 0px;
    margin-right: 5px;
    white-space: nowrap;
    text-align: center;
    box-shadow: gray 2px 2px 2px;
}

.ecgDashboardNavTabs li a.active {
    /*width: 100% !important;*/
    background-color: #249ba3 !important;
    color: white;
    font-size: 18px;
}

    .ecgDashboardNavTabs li a.active:hover {
        background-color: #249ba3 !important;
        color: white;
        font-weight: 800;
    }

.ecgDashboardNavTabs li a:hover {
    background-color: #b3c0c1 !important;
    color: white;
    font-weight: 800;
}

.NavTabButton {
    background-color: #249ba3;
    color: ghostwhite;
    margin-top: 5px;
}

.logOutButton {
    background-color: #fcc566;
    color: black;
}

.NavTabButton .Active {
    background-color: #5ac8cc;
    color: black;
}

.adminPageContent #purchaserRightContentHolder {
    /*box-sizing: border-box;*/
    /*padding: 0 5px 0 5px;*/
    /*max-width: 77%;*/
    flex-grow: 1;
    vertical-align: top;
    min-width: 300px;
    padding: 0 20px 0 20px;
    /*display: inline-block;*/
    /*overflow-y:scroll;*/
    /*max-height:800px;*/
}

#purchaserRightContentHolder {
    /*box-sizing: border-box;*/
    /*padding: 0 5px 0 5px;*/
    /*max-width: 77%;*/
    flex-grow: 1;
    vertical-align: top;
    min-width: 300px;
    /*display: inline-block;*/
    /*overflow-y:scroll;*/
    /*max-height:800px;*/
}

.ecgmainContentTab {
    /*min-height: 500px !important;*/
}

.ecgMainContentBox {
    height: 100%;
}

    .ecgMainContentBox .tab-pane {
        /*overflow-y:scroll;*/
        /*overflow-x:auto;*/
    }

    .ecgMainContentBox .qvTabPane {
        min-height: 350px !important;
        overflow-y: scroll;
    }

.qvListBox {
    min-height: 350px !important;
}

.hiddenSearchBar {
    /*width: 30px;*/
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    background-color: ghostwhite;
    font-size: 20px;
    padding: 20px 5px 0 5px;
    border-radius: 10px;
    color: #a239ca;
}

.toggleSearchBox {
    font-size: 18px;
    padding-top: 15px;
    margin-right: 15px !important;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.quickviewIconHolder {
    align-content: center;
    margin-top: 20px;
    padding-left: 20px;
}

    .quickviewIconHolder div {
        margin-right: 20px
    }

.greenCheck {
    color: green;
    font-weight: 700;
}

.purpleCheck {
    color: purple;
}

.goldStar {
    color: gold;
    font-size: 22px;
    font-weight: 400;
}

.favoritesIndicator {
    text-align: center;
}

.redHeart {
    font-size: 16px;
    color: red !important;
    font-weight: 600;
    width: 16px !important;
}

.redHalfHeart {
    font-size: 16px !important;
    color: red !important;
    overflow: hidden;
    width: 8px !important;
    margin-right: 8px;
}

.openHeart {
    font-size: 16px;
    color: #e1d9d9;
    width: 16px !important;
}

profileReviewSpan {
    margin-left: 40px;
}

.profileReviewLink {
    font-size: 12px;
    margin-left: 10px;
}

.backIcon {
    font-size: 32px;
    line-height: 32px;
    opacity: .6;
}

.frontIcon {
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    opacity: 1;
}

.ecgContentLink {
    font-size: 18px;
}

.certificateIcon {
    color: gold;
    opacity: .8;
    font-size: 44px;
}

.certificateLetters {
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    color: black;
}

.caregiverSearchTable {
    font-size: 16px;
    margin-top: 10px;
}

    .caregiverSearchTable td {
        text-align: center;
    }

    .caregiverSearchTable th {
        text-align: center;
    }

    .caregiverSearchTable td span {
        display: block;
        text-align: center;
    }

.searchViewTable th {
    text-align: left !important;
}
/*.caregiverSearchTable i {
    text-align: center;
    margin:auto;
    font-size: 18px;
    
}*/
.SearchBarHeader {
    background-color: azure;
    color: #20848b;
    /*background-color:ghostwhite;
    color:darkslategray;*/
    height: 100%;
    /*overflow: hidden;*/
    /*display:inline-block;*/
    width: 300px !important;
    min-width: 300px !important;
    vertical-align: top;
    border-radius: 10px;
    overflow-y: auto;
}

.adminPageContent {
    display: flex;
    justify-content: start;
    margin-top: 0px;
}

    .adminPageContent .SearchBarHeader {
        background-color: ghostwhite;
        color: #20848b;
        /*background-color:ghostwhite;
    color:darkslategray;*/
        height: 100%;
        /*overflow: hidden;*/
        /*display:inline-block;*/
        width: 200px !important;
        min-width: 200px !important;
        vertical-align: top;
        border-radius: 10px;
        overflow-y: auto;
    }

.BizHiddenMenu {
    background-color: #e1edee;
    border-right: 1px solid #bbced0;
    border-top-right-radius: 5px;
    height: 100%;
    vertical-align: top;
}

    .BizHiddenMenu div {
        min-height: 100%;
    }

.cgNavBar {
    flex: 0 0 200px;
    height: 100%;
    /*background-color: #e1edee;*/
    margin-left: -15px;
    min-height: 100% !important;
    border-right: 1px solid #bbced0;
    border-top-right-radius: 5px;
}

#CBNavbar {
    background-color: #e1edee !important;
}

.cgNavBar ul {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left:5px;
    padding-right:5px;*/
    /*margin-top:15px;*/
}

.CGNavTab .nav {
    display: block;
}

.CGNavTab a {
    color: black !important
}

.CGNavTab li {
    text-align: left !important;
}

.SearchBarHeader h3 {
    font-size: 20px;
}

.SearchBarBody {
    background-color: azure;
    color: #20848b;
    /*background-color:aliceblue;
color: darkslategray;*/
    height: 100%;
    /*width:100%;*/
    font-size: 14px;
    /*overflow-y: scroll;*/
}

.purchaserIndexRow {
    vertical-align: top;
}

.SearchBarSeperater {
    background-color: #249ba3;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.applySearchButtonContainer {
    padding: 5px;
    width: 100%;
    margin-top: 10px;
}

.applySearchButton {
    color: #20848b;
    /*background-color:lightgreen;*/

    margin: auto;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.SearchBarBody .k-slider {
    margin: 0px 10px 10px 20px;
}

.LiveInRateRangeBox, .HourlyRateRangeBox {
    margin-bottom: 10px;
}

.SearchBarBody .zipCodeInput {
    margin-left: 13px;
    width: 189px !important;
}

.SearchBarBody .row {
    margin-bottom: 5px;
}

.SearchBarBody #EmployeeTypeGroup {
    font-size: 14px;
    padding: 2.5px;
    width: 90%;
}

.SearchBarBody #PreferredSex {
    font-size: 14px;
    padding: 2.5px;
    width: 90%;
}

.filterSkillsCheckbox {
    display: inline-block;
    width: 36%;
    margin-left: 2.5px;
    border: none;
}

    .filterSkillsCheckbox input {
        margin-top: 5px !important;
        display: inline-block;
    }

    .filterSkillsCheckbox label {
        /*background-color: yellow;*/
        margin-top: -22.5px;
        font: 10px;
        display: inline-block;
    }

    .filterSkillsCheckbox span {
        display: inline-block;
    }

.permissionSelectionBox .filterSkillsCheckbox {
    min-width: 335px;
}
/*.skillsCheck {

}*/
.skillsCheckLabel {
    max-width: 115px;
    line-height: 13px;
    margin-top: 5px;
}

.filterSkillsSuperCheckbox span {
    font-size: 14px;
    font-weight: 400;
    color: #249ba3;
}

.diagneedsRow label {
    font-size: 14px;
    font-weight: 700;
    color: #249ba3;
}

.clientProfileAdl .filterSkillsSuperCheckbox {
    margin-left: 0 !important;
}

    .clientProfileAdl .filterSkillsSuperCheckbox input {
        height: 20px !important;
        width: 20px !important;
    }

input.checkBox20px {
    height: 20px !important;
    width: 20px !important;
    display: inline-block
}

.cgSkillsQuestionDiv .diagNeedsCheckbox label, .clientConditionsBox .activityPLanSelectionContainer label {
    font-size: 18px !important;
}

.clientProfileAdl .caregiverSkillsForSearch, .cgSkillsProfile .caregiverSkillsForSearch {
    /*min-height: 250px;*/
}

.clientConditionsBox .activityPLanSelectionContainer label {
    width: 100%;
}

.caregiverSkillsForSearch .profileSkillsCheckbox {
    margin-left: 15px;
}
/*.profileSkillsCheckbox {
    display:block
}*/
.showMoreServicesButton, .showMoreLanguagesButton, .diagShowMoreButton, .searchCareShowMoreButton {
    color: black;
    font-size: 12px !important;
}

    .showMoreServicesButton:visited {
        color: #20848b;
    }

    .showMoreServicesButton:hover {
        font-weight: 700
    }

.mapFrame {
    width: 800px;
    height: 600px;
    margin: auto;
}

.quickViewCaregiverBox {
    margin-bottom: 20px;
    border: 3px solid #5ac8cc;
    border-left: 10px solid #5ac8cc;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px;
    width: 99%;
}

.messageListBox {
    margin-bottom: 20px;
    border: 3px solid #5ac8cc;
    border-left: 10px solid #5ac8cc;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 99%;
}

.quickViewCaregiverBox h2 {
    padding-top: 0;
    margin-top: 0 !important;
}

.quickViewCaregiverBox form {
    width: 100% !important;
}

.quickViewCaregiverBoxBottomBar {
    height: 30px;
    width: 100%;
    background-color: #c8dff3;
    margin-right: 0;
}

.applicantsTabBtn .quickViewCaregiverBoxRightIconBox {
    text-align: right !important;
}

.quickViewCaregiverBoxRightIconBox {
    min-width: 170px;
    /*text-align:center;*/
    padding-right: 5px;
}

.quickViewPictureColumn {
    min-width: 125px !important;
    align-items: center;
}

    .quickViewPictureColumn span {
        margin: auto;
    }

.blankPictureHolder {
    background-color: lightgray;
    color: whitesmoke;
    height: 100%;
    text-align: center;
    font-size: 75px;
    width: 125px !important;
    height: 125px !important;
    line-height: 125px;
    border-radius: 75px;
}

.blankPictureHolderSmall {
    background-color: lightgray;
    color: whitesmoke;
    height: 100%;
    text-align: center;
    font-size: 75px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px;
    border-radius: 25px;
}

.CSPortalMessagesChat {
    width: 400px;
}

.ViewMessage {
    display: flex;
}

.ViewMessagePopup {
    display: none;
}

.eniWelcomeSearchResultBlock .blankPictureHolder, .eniWelcomeSearchResultBlock i.blankPictureHolder {
    background-color: lightgray;
    color: whitesmoke;
    height: 100%;
    text-align: center;
    font-size: 75px;
    width: 100px !important;
    height: 100px !important;
    line-height: 100px;
    border-radius: 50px;
}

.caregiverNameInQuickView {
    /*text-decoration: underline;*/
}

i.blankPictureHolder {
    background-color: lightgray;
    color: whitesmoke;
    height: 100%;
    text-align: center;
    font-size: 75px;
    width: 125px !important;
    height: 125px !important;
    line-height: 125px;
    border-radius: 75px;
}

#YouDidNotAddPhotoModal .blankPictureHolder {
    width: 150px !important;
    height: 150px !important;
    font-size: 100px;
    line-height: 150px;
    border-radius: 75px;
}

#YouDidNotAddPhotoModal i.blankPictureHolder {
    width: 150px !important;
    height: 150px !important;
}

.k-input {
    line-height: 20px;
    font-size: 14px !important;
}

.homesectionselectionButtion {
    margin: auto;
    width: 150px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: #481e58 2px 2px 2px
}

.homepagecontent {
    width: 100% !important;
    height: 100% !important;
    /*position: fixed;*/
    top: -40px;
    left: 0;
    z-index: -20;
    background: rgba(0,0,0,.3) !important;
    margin-top: -70px !important;
    margin-left: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#eniYellowRow, #regYellowRow {
    font-size: x-large;
}

    #eniYellowRow p, #regYellowRow p {
        word-spacing: 2px;
        margin-top: 1rem;
    }

.darkShadeBackground, .darkShadeBackgroundfaq, .darkShadeBackgroundEni {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3) !important;
}

.halfWidthManageCare .homesectionselectionButtion, .halfWidthChooseCare .homesectionselectionButtion {
    box-shadow: none !important;
    width: 168px !important;
    background-color: #f7b733 !important;
    border: 1px solid #f7b733;
}

.HomePagetealBoxpadding {
    padding-top: 10%;
}

body {
    overflow-x: hidden;
}

.ecgFeatures, .ecgFeatures2 {
    vertical-align: top;
    /*background: rgba(245,245,245,.2) !important;*/
    width: 90% !important;
    max-width: 1200px;
    /*min-height: 600px;*/
    /*position: fixed;*/
    padding-top: 100px;
    margin: auto;
    min-height: 612px;
}

.homePageActionBanner h2 {
    color: white !important;
    text-align: center;
    font-size: 46px;
}

.ecgFeatures .col-md-4, .ecgFeatures .col-sm-4 {
    padding: 0;
    width: 30%;
    min-width: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    vertical-align: top;
}


.ecgFeatures2 .col-md-4, .ecgFeatures2 .col-sm-4 {
    padding: 0;
    width: 30%;
    min-width: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    vertical-align: top;
}

.service-item .KoalaFeaturesIcon {
    color: white;
    margin: auto;
}

.service-item .fa-circle {
    color: #5ac8cc;
    text-shadow: 5px 5px 5px lightgray
}

.service-item p {
    padding: 10px;
}

.featureIconHolder {
    height: 100px;
    text-align: center;
    margin-top: 40px
}

.ecgPageContent .row {
    margin-left: 0;
    margin-right: 0;
}

.centerContent {
    margin: auto;
    align-content: center;
}

.centerTitle {
    margin: auto;
    align-content: center;
    text-align: center;
}

.tagline {
    padding-top: 8rem;
}

.saveChangesButton {
    margin: auto;
    max-width: 250px;
    font-size: 14px;
}
/*.homeJumbotron img{
    width:100%;

}*/
.homeJumbotron {
    height: 300px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.tabSpacer {
    height: 20px;
}

.CareGiverImgStyle {
    height: 245px !important;
    margin-bottom: -30px !important;
}

.homeJumbotron::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    /*background: url("/content/ecgImages/shutterstock_14232940.jpg") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*.paidLeftSideDetails {
   margin-top: -36px;
}*/
.homepageMainPoint {
    font-size: 36px;
    margin-top: 10%;
    margin-bottom: 30px;
}

.aboutUsJumbotron, .ambassadorJumbotron, .unregSearchJumbotron, .unregCGJumbotron, .unregBizSearchJumbotron, .unregSearchJumbotronEni, .faqJumbotron, .eniWelcomeJumbotron, .Index2Jumbotron, .homePageJumbotron, .homePageJumbotron3 {
    height: 750px;
    position: relative;
    z-index: 1;
    margin-top: -70px;
    background-color: transparent;
    padding: 0;
}

.unregSearchJumbotronEni, .unregisteredSearchBarCS {
    padding-top: 21%;
}

.unregisteredSearchBarEni {
    padding-top: 25%;
}


.unregSearchJumbotronEni::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/EniImages/ENI Large.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.ecgFeatures::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/NEW STOCK PHOTO - cute couple.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.unregSearchJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/CSNewLandingPage-2-Compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.homePageJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/NEW STOCK PHOTO - cute couple.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.NewHome::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 129%;
    height: 500px;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/NEW STOCK PHOTO - cute couple.jpg") no-repeat center center fixed;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
}

.homePageJumbotron3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/NEW STOCK PHOTO - cute couple_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.NewHome3::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 129%;
    height: 500px;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/NEW STOCK PHOTO - cute couple_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
}

.logoStatement {
    margin-top: 3rem;
    padding-top: 5rem;
    /*padding-left: 2rem;*/
}

.unregBizSearchJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/BizImages/Group - large.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.unregCGJumbotron::before {
    content: "";
    position: absolute;
    /*top: 0;
    left: 0;*/
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
    /*z-index: -1;*/
    background: url("/Content/ecgImages/Care Provider Home Page.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    /*top: 65px;*/
    /*left: 50%;*/
    min-width: 100%;
    /*min-height: 100%;*/
    /*width: auto;
    height: auto;*/
    z-index: -50;
}

.loginRememberMeDiv {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.new {
    display: flex;
    flex-direction: row;
    align-items: left;
}

.aboutUsJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/About Us Picture 1080.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.Index2Jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/About Us Picture 1080.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.faqJumbotron::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/faqImage.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.eniWelcomeJumbotron::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/EniImages/ENI Large.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.ambassadorJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: url("/content/ecgImages/Ambassador Page Picture.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.unregCGJumbotron h3, .unregSearchJumbotron h3 {
    color: white;
    font-size: 32px;
    margin-top: 25px;
}

.unregCGJumbotron h2, .unregSearchJumbotron h2 {
    color: white;
    font-size: 50px !important;
}

.regFreeButton {
    width: 260px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: none !important;
    ;
}



.unregExplainerVideoFrame {
    max-width: 800px;
}

.unregCGJumbotron h2, .unregSearchJumbotron h2 {
    padding: 0 40px 0 40px;
    font-size: 44px;
    color: white;
}

.unregCGJumbotron .row {
    margin: auto;
    /*margin-top: 300px;*/
    padding-top: 300px;
    width: 80%;
    max-width: 1400px;
}

.unregCGJumbotron h2 {
}

.homeJumbotron h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 75px;
    margin-top: 75px;
    color: darkslategray;
}

.homeusertypeselectionButton {
    background-color: white;
    padding: 5px;
    width: 120px;
    transition: all 0.4s ease;
    font-size: 20px;
    margin: 10px auto 0 auto;
}

    .homeusertypeselectionButton:hover {
        font-size: 20.9px;
        padding: 6px;
        width: 130px;
    }


.unregisteredSearchBar {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    vertical-align: top;
    align-content: center;
    text-align: center;
    background-color: transparent !important;
}

    .unregisteredSearchBar h2 {
        font-size: 50px;
        margin-bottom: 50px;
        padding-top: 250px;
    }

    .unregisteredSearchBar input {
        max-width: 100px;
        margin-left: 15px;
        font-size: 32px;
        height: 70px;
    }

.unregSearchBarContent {
    margin: auto !important;
    max-width: 1000px;
    font-size: 28px;
    color: white !important;
}

    .unregSearchBarContent input, .unregSearchBarContent select {
        font-size: 28px !important;
        height: 40px !important;
        width: 400px !important;
        margin: 10px;
    }

    .unregSearchBarContent .k-dropdown {
        width: 400px !important;
        height: 40px !important;
    }

    .unregSearchBarContent label {
        padding-top: 14px;
        font-size: 28px !important;
        color: white;
    }

    .unregSearchBarContent select {
        width: 160px;
    }

    .unregSearchBarContent span {
    }

.ecgForm .zipCodeInput {
    max-width: 100px;
}

.unregSearchBarContent .zipCodeInput {
    width: 100px;
}

.unregSearchButton, .planPricingButtonHomePage {
    /*height:40px;*/
    /*border:thin solid green;
    background-color:white;
    color: forestgreen;*/
    font-size: 20px;
    line-height: 28px;
    padding: 5px 10px 5px 10px;
    margin-top: 0 !important;
    border: 1px;
}

.generalInfoContainer .jumbotron {
    background-color: ghostwhite;
    box-shadow: lightgray inset 19px 10px;
    padding-top: 40px;
}

.generalInfoContainer h2 {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.generalInfoContainer .row {
    margin-top: 20px;
}

.generalPurchaserBenefit {
    text-align: center;
    padding: 5px;
}

    .generalPurchaserBenefit i {
        font-size: 48px;
        color: #249ba3;
    }

    .generalPurchaserBenefit p {
        font-size: 14px;
        color: #249ba3;
        padding: 0 15px 0 15px;
    }

    .generalPurchaserBenefit h4 {
        font-size: 28px;
        color: #a239ca;
        padding: 0 15px 0 15px;
    }

.purchGenInfoStartSearch {
    margin: auto;
}

.purchGenInfoCenterSection {
    margin-bottom: 40px;
}

    .purchGenInfoCenterSection h2 {
        margin: 20px 0 20px 0;
    }

.ecgPurchBenefitBar {
    margin-bottom: 20px;
}

    .ecgPurchBenefitBar h3, .ecgPurchBenefitBar h4 {
        margin: 5px 0 5px 0;
        color: black;
    }

    .ecgPurchBenefitBar i {
        font-size: 20px;
    }

.caregiversAffordedWithEcgBar {
    width: 80%;
    color: #4abdac;
    background-color: #4abdac;
    padding: 10px;
}

.caregiversWithoutEcg {
    color: #fc4a1a;
    width: 40%;
    background-color: #fc4a1a;
    padding: 10px;
}

.purchGenInfoBottomLineTextHolder {
    width: 80%;
    margin: auto;
    font-size: 16px;
}

.purchGenInforBottomSection {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .purchGenInforBottomSection h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .purchGenInforBottomSection .fa-shield {
        font-size: 48px;
    }

.purchGenInforBottomSectionCheckItems {
    width: 90%;
    margin-left: 10% !important;
}

.purchGenInfoBulletPointText {
    max-width: 90%;
    margin-bottom: 10px;
    margin-left: 5px;
}

.unregisteredCaregiverRegistrationsBar a {
    margin: auto;
    margin-bottom: 20px;
    width: 260px;
    font-size: 18px;
    text-align: left;
}

.unregisteredCaregiverRegistrationsBar i {
    margin-right: 20px;
    font-size: 24px;
}

.fa-facebook-official {
    color: #3b5998;
    font-size: 18px;
    height: 20px;
    width: 20px
}

.fa-google-plus-official {
    color: red;
}

.cargiverProfileLeftBody {
    /*color: #249ba3;*/
    padding: 5px;
}

    .cargiverProfileLeftBody h4 {
        color: #249ba3;
    }

.rateHolder span {
    display: block;
    font-size: 18px;
    padding-left: 15px;
}

.offerFormContent {
    color: #249ba3;
}

.caregiverProfileMakeOfferButtonContainer {
    margin: 15px -5px 15px 0;
    text-align: center;
}

.caregiverProfileMakeOfferButton {
    border: thick solid green;
    width: 80%;
    margin: auto;
    color: green;
}

.caregiverProfileItemLabel {
    width: 80%;
    display: inline-block;
    font-size: 14px;
}

.caregiverProfileItemCheckDiv {
    border-bottom: thin solid whitesmoke;
}

.caregiverProfileItemCheck {
    font-size: 18px;
}

.caregiverProfileSkill {
    border: thin solid #249ba3;
    border-radius: 5px;
    font-weight: 600;
    width: 140px;
    display: inline-block;
    font-size: 14px;
    padding: 2.5px 5px 2.5px 5px;
    text-align: center;
    margin: 10px 5px 10px 5px;
    color: #249ba3;
}

.profileSkillsCheckbox input, .certificationAckDiv input {
    display: inline-block;
    height: 20px !important;
    width: 20px !important;
    flex-basis: 20px !important;
}

.certificationAckDiv input {
    display: inline-block;
    height: 30px !important;
    width: 30px !important;
}

.profileSkillsCheckbox label, .filterSkillsSuperCheckbox span {
    justify-content: center !important;
    display: inline-block;
    font-size: 14px !important;
    color: black !important;
    line-height: 14px;
    margin: 0;
    flex-grow: 1;
}

.profileSkillsCheckbox label {
    margin-left: 10px;
}

.filterSkillsSuperCheckbox span {
    display: block;
}

.filterSkillsSuperCheckbox input {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
}

.searchSuperCategory {
    padding-left: 0;
}

.cgSkillsProfile .col-md-2 {
    min-width: 240px;
}

.cgSkillsProfile {
    overflow-y: scroll;
}
/*.langaugeExtraSkillsCheckbox {
}*/
.cargiverProfileRightBody {
    max-width: 1000px;
    /*margin: 10px 40px 0 40px;*/
}

    .cargiverProfileRightBody h2 {
        margin: 20px 0 30px 0;
        font-size: 36px;
    }

.caregiverProfileReviewsBox {
    padding: 20px;
}

.cgProfileImage {
    height: 150px;
    width: 150px;
}

.VisitActivitySelect {
    display: none !important;
}

.activityCarePLanBlock {
    /*border: thin solid darkgreen;
    border-radius: 5px;*/
    padding: 2.5px;
    width: 15%;
    min-width: 240px;
    max-width: 600px !important;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    /*min-height: 480px;*/
    vertical-align: top;
}

    .activityCarePLanBlock h4 {
        font-size: 1.5em;
        color: black;
        width: 100%;
        text-align: left;
        color: #249ba3;
    }

.activityPlanRow {
    /*border: thin solid lightgrey;
    border-radius: 5px;*/
    padding: 5px;
    /*height: 50px;*/
}

/*.ActivityPLanSelecctionContainer {
    background-color:yellowgreen;
    display: flex;
    justify-content: space-between;
}*/

.activityPlanLabel {
    display: inline-block;
    min-width: 100px;
    max-width: 220px;
    width: 100%;
    font-size: 1em;
    font-weight: 600;
}

.activityPlanEvArSelect label, .activityPlanDaySelect label {
    padding: 5px;
}

.activityPlanEvArSelect {
    /*background-color:lightyellow;*/
    display: inline-block;
    font-size: .8em;
    min-width: 75px;
}

.activityPlanDaySelect {
    /*background-color:lightgreen;*/
    display: inline-block;
    font-size: .8em;
    margin-left: 10px;
    min-width: 235px;
}

.ADLInactive {
    background-color: ghostwhite !important;
    color: lightgrey !important;
    border-color: lightgrey !important;
}

.resultField {
    display: none !important;
}

.individualCarePlanContainer {
    vertical-align: top !important;
    margin-top: 20px;
}

.careplanTextArea {
    width: 100%;
    max-width: 100%;
}

.makeOfferButton {
    border: thin solid darkSlateGray;
    background-color: ghostwhite;
    color: darkslategray;
}

    .makeOfferButton:hover {
        border: thin solid darkSlateGray;
        background-color: #c8dff3;
        color: darkslategray;
    }

.purchaserNotificationSelectionPage {
    font-size: 18px;
}

.puchaserNotificationSettingRow {
    margin-bottom: 20px;
}

.caregiverstatementInput {
    width: 100% !important;
    max-width: 100% !important;
}

.ecgProfileForm {
    max-width: 800px;
}

    .ecgProfileForm .row {
        margin-bottom: 20px;
        vertical-align: top;
    }

.lightGreyBorderBox {
    /*border:thin solid #a42929;*/
    padding: 5px 0 5px 0;
    max-width: 800px;
}

.customTjInput {
    border: thin solid black;
}

.dateTimeInputTodayMax {
    max-width: 200px;
}

.k-select {
    min-width: 40px;
}

.oauthLoginButton i {
    font-size: 24px
}

.oauthLoginButton {
    margin: auto;
    width: 200px !important;
    font-size: 14px;
    font-weight: 700;
    color: white !important;
    background-color: #a239ca !important;
    border: 1px solid #a239ca !important;
}

    .oauthLoginButton.googleLogin {
        margin: auto;
        width: 200px !important;
        font-size: 14px;
        font-weight: 700;
        color: darkslategray !important;
        background-color: white !important;
        border: 1px solid darkslategray !important;
        box-shadow: none !important;
        border-radius: 2.5px !important;
    }

        .oauthLoginButton.googleLogin img {
            width: 20px;
            height: 20px;
            margin-right: 24px;
        }

#socialLoginList div.facebookLogin {
    background-color: rgb(66, 103, 178) !important;
    margin: auto;
    width: 180px;
    font-size: 14px !important;
    font-weight: 700;
    color: white !important;
    /*display:flex;
    justify-content:center;*/
    padding-top: 10px;
}

.btn-facebook {
    background-color: rgb(66, 103, 178) !important;
    margin: auto;
    border-color: rgb(66, 103, 178) !important;
    font-size: 14px !important;
    font-weight: 700;
    color: white !important;
    /*display:flex;
    justify-content:center;*/
    padding-top: 10px;
}

.oauthLoginButton.facebookLogin svg {
    height: 20px !important;
    width: 20px !important;
    margin-right: 10px;
    margin-bottom: -2.5px;
}

#socialLoginForm #socialLoginList div.facebookLogin {
    /*background-color: hotpink !important;*/
    margin: auto;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: White !important;
    display: flex;
    justify-content: center;
}

#socialLoginList button.facebookLogin {
    background-color: rgb(66, 103, 178) !important;
    /*margin: auto;*/
    width: 200px;
    font-size: 14px !important;
    font-weight: 700;
    color: white !important;
    /*display:flex;
    justify-content:space-between;
    align-content:center;*/
    padding: 5px !important;
    border-color: rgb(66, 103, 178) !important;
    border-radius: 2.5px !important;
    box-shadow: none !important;
    /*align-self:flex-start;*/
}

#socialLoginForm #socialLoginList button.facebookLogin {
    background-color: rgb(66, 103, 178) !important;
    /*margin: auto;*/
    padding: 5px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 700;
    color: White !important;
    border-color: rgb(66, 103, 178) !important;
    border-radius: 2.5px !important;
    box-shadow: none !important;
    /*display: flex;
    justify-content: space-between;
    align-content: center;
    align-self: flex-start;*/
}

.facebookLogin span {
    background-color: rgb(66, 103, 178) !important;
    color: white;
}

#unregCGJumbotron
.registrationStartingCheckbox h4, .registrationStartingCheckbox label {
    font-size: 24px !important;
}

.registrationStartingCheckbox label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.twoDigitInput {
    max-width: 100px !important;
}

#EmployeeTypeGroup {
    max-width: 270px;
}

.registrationStartingCheckbox input {
    height: 20px;
    width: 20px;
}
/*.regStartingCovered {
    }*/
#socialLoginList div.oauthLoginButtonDiv {
    margin-bottom: 10px
}

#LogInModal div.oauthLoginButtonDiv {
    width: 100%;
    max-width: 100%;
    min-width: 100% !important;
    ;
    display: flex;
    align-content: center;
}

    #LogInModal div.oauthLoginButtonDiv a {
        width: 300px;
        margin: auto;
    }

.profileProgressHolder {
    height: 250px;
}

.ecgForm input, .ecgForm select, .ecgForm .DropSelection {
    font-size: 16px !important;
    border: 1px solid lightgray;
    background-color: ghostwhite;
    border-radius: 5px;
    height: 35px;
    max-width: 400px;
    width: 90%;
    padding: 0 5px 0 5px;
    /*text-align:right;*/
}

.spanTextXXSmall,
.spanTextXXSmall p,
.spanTextXXSmall span,
.spanTextXXSmall label {
    font-size: 12px !important;
}

.spanTextXtraSmall,
.spanTextXtraSmall p,
.spanTextXtraSmall span,
.spanTextXtraSmall label {
    font-size: 14px !important;
}

.spanTextSmall,
.spanTextSmall p,
.spanTextSmall span,
.spanTextSmall label {
    font-size: 16px !important;
}

.spanTextMedium,
.spanTextMedium,
.spanTextMedium span,
.spanTextMedium label {
    font-size: 18px !important;
}

.spanTextLarge,
.spanTextLarge p,
.spanTextLarge span,
.spanTextLarge label {
    font-size: 20px !important;
}

.spanTextXtralarge,
.spanTextXtralarge p,
.spanTextXtralarge span,
.spanTextXtralarge label {
    font-size: 22px !important;
}

.flex-grow {
    flex: 1 0 auto;
}

.subContentHeaderDiv {
    padding: .5rem !important;
    margin: 0px;
}

.subContentBodyDiv select {
    font-size: 18px;
    padding: 1px;
}

.subContentBodyDiv, .subContentFooterDiv {
    padding-left: 3rem !important;
    margin: 0px;
}

.ecgGridContainer {
    justify-content: left;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 450px 250px 250px;
}

.ecgGridContainerPopup {
    justify-content: left;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 60% 20% 20%;
}

.ecgGridContainer3EqualColumns {
    justify-content: left;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    /*border: 1px solid gray;*/
}

.ecgTable {
    width: 100%;
    overflow: auto;
}

/*.sourcesDropdown {
    width: 81% !important ;
    margin-left: 25px;
    max-width: 304px!important;
}*/
.widthResetPwd {
    width: 200% !important;
}

.ecgForm .DropSelection {
    padding: 0px;
    min-width: 200px;
}

.DropSelection .k-dropdown-wrap {
    margin: 0px;
    font-size: 22px !important;
}


.profileBuilderForm input.ecgFormInput {
    width: 315px;
    border: 1px solid lightgray !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: ghostwhite;
}

.purchaserBasicInfoInputs input.ecgFormInput {
    width: 300px;
    border: 1px solid lightgray !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: ghostwhite;
}

.ecgForm .ecgFormLabelGroup {
    margin: 0;
    line-height: 16px;
}

    .ecgForm .ecgFormLabelGroup label {
        margin: 0;
        color: #249ba3;
    }

.ecgForm .row {
    margin: 10px 0 10px 0;
}

.ecgForm .form-group {
    margin-bottom: 0px;
}

.ecgForm input.profileBuilderZip {
    width: 80%;
}

.profileBuilderForm .input-group {
    width: 360px;
    max-width: 360px;
}

.ecgForm input.profileNameInput {
    border: 1px solid lightgray;
    padding: 2.5px;
}

.purchaserBasicInfoInputs .col-md-6 {
    width: 394px !important;
    max-width: 394px !important;
}

.cgTypeSelect {
    width: 300px !important;
}

.cgtypeselectDiv {
    max-width: 370px;
    margin-bottom: 10px;
}

.cgSkillsQuestionDiv {
}

.cgWorkTypeSelectRow {
    display: inline-block;
}

input.dlExpDate {
    width: 200px !important;
}

.DropSelection .k-icon {
    margin: auto;
    width: 25px;
    height: 25px;
}

    .DropSelection .k-icon::before {
        margin: auto;
        line-height: 20px;
        font-size: 25px;
        /*height:25px;*/
        color: #a239ca;
    }

.pac-container {
    max-width: none;
    min-width: 0px;
    width: 400px !important;
}

.ecgForm .checkbox input, .caregiverSkillsCheckbox {
    font-size: 14px;
    border-radius: 5px;
    height: 20px !important;
    max-width: 400px;
    width: 20px !important;
    padding: 0 5px 0 5px;
}

.ecgForm input.checkbox-inline {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.ecgForm .k-datepicker {
    margin-left: 10px;
}

.ecgForm .licenseInfoRow span.k-datepicker {
    margin-left: 0;
    height: 35px;
}

    .ecgForm .licenseInfoRow span.k-datepicker input {
        height: 33px;
        padding-bottom: 0px;
    }

.ecgForm label {
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
    line-height: 16px;
}

.activityPLanSelectionContainer label {
    line-height: 30px;
}

.ecgForm textarea {
    height: 70px;
    width: 90%;
}

input.weightInput {
    width: 200px !important;
}

.seekerStreet input.streetInput {
    width: 95% !important;
    max-width: 1000px !important;
}

input.payRateInput {
    max-width: 80px;
    width: 80px !important;
}

.hourlyRateInput {
    vertical-align: top;
}

    .hourlyRateInput label {
        margin-left: 10px;
        display: inline-block;
    }

.StateTextInput {
    max-width: 45px !important;
}

div.dgRightCheck {
    width: 100%;
    display: block;
}

#appLoginform div.dgRightCheck input.loginRememberMe {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin-left: 15px !important;
}

.dgRightCheck label {
    height: 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: central;
}

#loginForm a.btn {
    max-width: 400px;
    width: 80%;
    padding: 7.5px 5px 7.5px 5px;
}

.centerBtn {
    margin: auto;
    text-align: center;
}

.profileStepContent {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /*min-height: 500px !important;*/
    height: 100% !important
}

    .profileStepContent form, .profileBuilderColumn {
        /*min-height: 500px !important;*/
    }

    .profileStepContent h3 {
        font-size: 22px;
    }

.regChoiceRow {
    padding: 0 15px 0 15px;
}


.profileStepContent .col-md-4 {
    width: 33%;
    padding-right: 10px !important;
}

.helperButton, .helperButton:visited {
    /*color: #a239ca;*/
    color: slategrey;
    text-decoration: none;
    font-size: 11px !important;
    line-height: 13px;
    display: block;
}

    .helperButton svg {
        color: #a239ca;
    }

.helperCol {
    display: block;
    margin: 2px 0 2px 0;
}

/*.cargiverBuilderStepLabel {
}*/
.careGiverProgressBar li {
    margin: 0 !important;
}

.careGiverProgressBar a {
    border: thin solid #249ba3 !important;
    /*width: 110px;*/
    height: 40px;
    line-height: 30px;
    text-align: center;
    Font-size: 18px;
    padding: 5px 2.5px 5px 2.5px !important;
    border-radius: 0 !important;
    color: #249ba3 !important;
    font-weight: 800;
}

    .careGiverProgressBar a span {
        width: 100%;
        height: 100%;
        word-wrap: break-word;
    }

    .careGiverProgressBar a.active {
        border: thin solid #249ba3 !important;
        background-color: #a239ca !important;
        color: white !important;
    }

a.leftProgressButton {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

a.rightProgressButton {
    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.profileBuilderContainer, .cgBuilderStepPrivateJobPostConfirm {
    /*border: 3px solid #5ac8cc;
    border-left-width:6px;*/
    background-color: white;
    border-radius: 10px;
    width: 95%;
    max-width: 1200px;
    height: 95%;
    /*/*min-height: 700px;*/
    margin: 0px auto 0px auto;
    padding: 15px;
    /*box-shadow: lightgray 10px 10px 5px*/
}

.profileBuilderContainerEni {
    /*border: 3px solid #5ac8cc;
    border-left-width:6px;*/
    background-color: white;
    border-radius: 10px;
    width: 95%;
    max-width: 1200px;
    /*/*min-height: 700px;*/
    margin: 0px auto 0px auto;
    padding: 15px;
    /*box-shadow: lightgray 10px 10px 5px*/
}

.profileBuilderContainer h3 {
    font-weight: 500;
    margin-bottom: 10px;
}

.openingProfileBuilderPage {
    width: 90%;
    max-width: 900px;
    margin: auto;
    height: 95%;
}

.profileOpeningPageBottomHeader {
    font-size: 1.25em;
    color: #249ba3;
}

.openingProfileBuilderPage h2 {
    color: #249ba3;
    font-size: 2.5em;
    font-weight: 600;
}

.openingProfileBuilderPage h3 {
    color: #249ba3;
    font-size: 1.5em;
}

.profileFrontPageIconItem {
    max-width: 300px;
}

    .profileFrontPageIconItem h4 {
        font-size: 1.25em;
    }

.profileFrontIcon {
    height: 70px;
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
}

.inverseHeader {
    padding: 5px 10px 5px 10px;
    font-size: 1.25em !important;
}

.profileBuilderLogo {
    width: 75%;
    max-width: 300px;
}

.profileBuilderBottomNav {
    width: 100% !important;
    text-align: center;
    padding-bottom: 5px;
}

    .profileBuilderBottomNav div.profileBuilderBottomNavDiv {
        width: 160px;
        flex-basis: 160px;
    }

.profileBuilderBottomNavDiv a.btn {
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    line-height: 16px;
}

.profileBuilderBottomNavDiv .fa-arrow-right {
    margin-left: 5px;
}

.profileBuilderBottomNavDiv .fa-arrow-left {
    margin-right: 5px;
}

.profileBuilderBottomNavDiv {
    min-width: 100px;
}

/*a.profileStepComplete {
    background-color: #e9cbf5 !important;
    color: #a239ca;
}*/
.dayShift, .eveningShift, .nightShift, .cgAvailableDayRow .livinShift {
    box-shadow: lightgray 2.5px, 2.5px,;
    -moz-box-shadow: 2.5px 2.5px 2.5px 0 lightgray;
    -webkit-box-shadow: 2.5px 2.5px 2.5px 0 lightgray;
    border-radius: 5px;
    /*padding: 0 5px 10px 0;*/
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 20px !important;
    opacity: .7;
}

.cgAvailableHoursTable svg {
    margin: 0 0 10px 0 !important;
    box-shadow: lightgray 0,0;
    -moz-box-shadow: 0 0 0 0 lightgray inset;
    -webkit-box-shadow: 0 0 0 0 lightgray inset;
}

.vertShiftSelector div {
    min-height: 40px;
}

.cgAvailableDayRow .livinShift {
    /*padding:0;*/
}



.dayShift {
    color: #f7b733;
    border: thin solid #f7b733;
}

.eveningShift {
    color: #fc4a1a;
    border: thin solid #fc4a1a;
}

.backIconEve {
    opacity: .6;
    height: 20px;
    /*border:thin solid orange;*/
}

.frontIconEve {
    /*color: #fc4a1a;*/
    height: 20px !important;
    width: 20px !important;
    opacity: .6;
    /*border:thin solid green;*/
    overflow: hidden;
}

.nightShift {
    color: #a239ca;
    border: thin solid #a239ca;
}

.btn-success {
    background-color: #a239ca;
    border-radius: 5px;
    border: 1px solid #a239ca;
    color: white !important;
}

.newHomePageLayout .btn-success {
    background-color: white;
    border-radius: 5px;
    border: 1px solid white;
    color: #249ba3 !important;
}

    .newHomePageLayout .btn-success:hover {
        background-color: white;
        border-radius: 5px;
        border: 1px solid white;
        color: #249ba3 !important;
        font-weight: 800;
    }

    .newHomePageLayout .btn-success:not(:disabled):not(.disabled):active {
        background-color: white;
        border-radius: 5px;
        border: 1px solid white;
        color: #249ba3 !important;
        font-weight: 800;
    }

.newHomePageLayout .homesectionselectionButtion, .newHomePageLayout .homeusertypeselectionButton {
    box-shadow: none !important;
    width: 200px !important;
}

.btn-success:hover {
    background-color: #a239ca;
    border-radius: 5px;
    border: 1px solid #a239ca;
    color: white !important;
    font-weight: 800;
}

.btn-success-o {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #a239ca;
    color: #a239ca !important;
}

    .btn-success-o:hover {
        background-color: whitesmoke;
        border-radius: 5px;
        border: 1px solid #a239ca;
        color: #a239ca !important;
        font-weight: 800;
    }

.btn-warning {
    border-radius: 5px;
    border: 1px solid #fc4a1a;
    background-color: #fc4a1a;
    color: white !important;
}

    .btn-warning:hover {
        border-radius: 5px;
        border: 1px solid #fc4a1a;
        background-color: #fc4a1a;
        color: white;
        font-weight: 800 !important;
    }

.cgAvailableDayRow .livinShift, .vertShiftSelector .livinShift {
    color: #249ba3 !important;
    /*margin-top: -10px !important;*/
    border: thin solid #249ba3;
}

.cgDayActive {
    opacity: 1 !important;
    -moz-box-shadow: 2.5px 2.5px 2.5px 0 lightgray;
    -webkit-box-shadow: 2.5px 2.5px 2.5px 0 lightgray;
    border-radius: 5px;
    box-shadow: lightgray 5px, 5px;
}

.dayShift.cgDayActive {
    background-color: #f7b733;
    color: white;
    opacity: 1;
}

.eveningShift.cgDayActive {
    background-color: #fc4a1a;
    color: white;
    opacity: 1;
}

.nightShift.cgDayActive {
    background-color: #a239ca;
    color: white;
    opacity: 1;
}

.livinShift.cgDayActive {
    background-color: #249ba3 !important;
    color: white !important;
    opacity: 1;
}

.cgAvailableDayRow {
    text-align: center;
}
/*.cgAvailableDayRow .livinShift svg {
        margin: 7px 0 0 0 !important;

    }*/
/*.cgAvailableDayRow i{
    width: 40px;
    padding: 5px;
    font-size: 20px;
    margin: auto;
    height:20px !important;
}*/

/*.cgAvailableDayRow span {
    width: 40px;
    padding: 0px;
    font-size: 20px;
    margin-left:-20px;
   
}*/
table.cgAvailableHoursTable {
    table-layout: fixed;
    margin-top: 10px;
}

.cgAvailableHoursTable th {
    width: 110px !important;
    height: 20px;
    text-align: right !important;
    font-size: 18px;
    color: #249ba3;
}

.shiftInputContainer {
    /*width:66%;*/
    max-width: 700px;
    /*margin:auto;*/
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
}

.cgAvailableDayRow div {
    margin: 2.5px;
    vertical-align: top;
    font-size: 16px;
    margin-top: 0;
    margin-left: 30px;
    padding: 5px;
}

.cgAvailableDayRow span {
    margin: 2.5px;
    vertical-align: central;
}

.cgAvailableHoursTable tr {
    margin-top: 20px;
}

.cgAvailableHoursTable i {
    /*height:20px;
    width:20px;*/
}

.DayLabelColumn div {
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    padding-left: 4px;
    padding-right: 4px;
}

th.dayLabelHeader {
    width: 120px;
    height: 20px;
}

div.hoursSelectionDivider {
    height: 10px !important;
    padding: 0 !important;
}

div.sectionDivider {
    background-color: #249ba3;
    opacity: 10;
    padding-top: 2px;
    margin: 2px;
}

.profileNavLink {
    min-width: 130px;
    min-height: 50px;
}

.caregiverProfileCheckAlt, .allShiftCgButton, .everyDayLiveinButton, .caregiverProfileCheckAlt :focus, .allShiftCgButton :focus, .everyDayLiveinButton :focus {
    background-color: white;
    color: #249ba3;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border: 1px solid #249ba3;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    box-shadow: 2px 2px 2px lightgray;
    margin-bottom: 10px;
}

.everyDayLiveinButton {
    max-width: 200px;
}

.allShiftCgButton {
    display: inline-block;
    margin: auto;
}

.everyDayLiveinButton {
    width: 200px;
}

.clientConditionsBox div.activityPLanSelectionContainer, .clientCareNeedsBox div.activityPLanSelectionContainer {
    display: inline-block !important;
    vertical-align: top;
    margin: 0px;
    flex-basis: 25%;
}

.caregiverProfileCheckAlt.activeCheck, .allShiftCgButton.activeCheck, .everyDayLiveinButton.activeCheck, .btn-secondary.activeCheck {
    background-color: #cdf0f2;
    color: darkslategray;
    box-shadow: 3px 3px 2px #249ba3 inset;
}

    .caregiverProfileCheckAlt.activeCheck:hover, .allShiftCgButton.activeCheck:hover, .everyDayLiveinButton.activeCheck:hover, .btn-seondary.activeCheck:hover {
        background-color: #cdf0f2 !important;
        color: darkslategray !important;
        box-shadow: 3px 3px 2px #249ba3 inset !important;
    }

    .caregiverProfileCheckAlt.activeCheck:focus, .allShiftCgButton.activeCheck:focus, .everyDayLiveinButton.activeCheck:focus,, .btn-secondary.activeCheck:focus {
        background-color: #cdf0f2 !important;
        color: darkslategray !important;
        box-shadow: 3px 3px 2px #249ba3 inset !important;
    }

.allShiftCgButton {
    width: 200px;
}

a.skillsCheckButton {
    min-width: 180px !important;
    width: 180px !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.employeePayTypeRow {
    margin-top: 20px;
}

.profileNavArrowBase {
    height: 30px;
    min-width: 75px;
    color: white;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    background-color: #a239ca;
    display: inline-block;
}

.longBase {
    min-width: 125px;
}

.builderFinished {
    min-width: 125px;
}

.rightArrowDiv {
    text-align: right;
}

.rightArrowPointer {
    width: 0px !important;
    display: inline-block;
    margin-bottom: -19px;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #a239ca;
}

.leftArrowPointer {
    width: 0;
    display: inline-block;
    margin-bottom: -19px;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #a239ca;
}

.btn {
    /*border: 2.5px solid;*/
    border-radius: 5px;
    margin-top: 7.5px;
    /*box-shadow:2px 2px 2px lightgray;*/
}

.btn-secondary {
    border: 1px solid #249ba3;
    color: #249ba3 !important;
    background-color: white;
    border-radius: 5px;
    margin-top: 7.5px;
    box-shadow: 2px 2px 2px lightgray;
}

    .btn-secondary:hover {
        border: 1px solid #249ba3;
        color: #249ba3 !important;
        background-color: lightgray;
        border-radius: 5px;
        margin-top: 7.5px;
    }

    .btn-secondary.active {
        color: darkslategray !important;
        background-color: #cdf0f2 !important;
        box-shadow: 3px 3px 2px #249ba3 inset;
    }

.profileBuilderBottomNavDivFinal .btn-secondary {
    margin-top: 0 !important;
}

.btn-danger {
    border: 1px solid #fc4a1a;
    color: #fc4a1a !important;
    background-color: white;
    border-radius: 5px;
    margin-top: 7.5px;
    box-shadow: 2px 2px 2px lightgray;
}

    .btn-danger:hover {
        border: 1px solid #fc4a1a;
        color: #fc4a1a !important;
        background-color: lightgray;
        border-radius: 5px;
        margin-top: 7.5px;
    }

    .btn-danger.active {
        color: white !important;
        background-color: #fc4a1a !important;
        box-shadow: 3px 3px 2px gray inset;
    }

.profileCompletionContainer h5 {
    margin-top: 10px;
}

.profileCompletionContainer, .profileCompletionWrapper {
    width: 100% !important;
}


.boldUnderline {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.RegisterPage {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.regDiv {
    vertical-align: top;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.registrationBox {
    border: 3px solid #249ba3;
    height: 600px;
    min-width: 400px;
    width: 30%;
    border-radius: 30px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.RegisterPage .regPopFormRow input {
    border-color: #cfcece !important;
    border-radius: 2px !important;
    background-color: ghostwhite !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-collapse: collapse;
    width: 70% !important;
    max-width: 300PX;
    max-width: none;
    border-right: none;
}

.registrationMiddle {
    height: 600px;
    width: 120px;
    display: inline-block;
}

.loginOr {
    margin-top: 60px;
}

.SocialLoginBox {
    border: 3px solid #249ba3;
    background-color: #249ba3;
    color: white;
}

.registrationBox .socialCheckbox,
.registrationBox .loginCheckbox {
    height: 20px !important;
    width: 20px !important;
    margin-right: 20px !important;
    margin-top: 2px !important;
}

.registerCheckBoxDiv label {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}
/*.SocialLoginBox button{
    width:80%;
    font-size:20px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px !important;
}*/
.socialLoginSpacer {
    height: 5px;
}

.registerCheckBoxDiv h4 {
    font-size: 20px;
}

.guideWelcome h2 {
    font-size: 40px;
}

.guideWelcome h3 {
    color: #015257;
    font-size: 22px;
    text-align: center;
}

.ecgProfileBuilderForm p {
    font-size: 16px;
}

.ecgProfileBuilderForm {
    color: #249ba3;
}

.dashboardLinkRow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.purchaserProfileCompletionInDashboard {
    min-width: 630px;
}

.dashboardActionContainer {
    font-size: 14px;
}

    .dashboardActionContainer label {
        font-size: 18px;
        font-weight: 700;
    }

.cgReferenceForm {
    font-size: 16px;
}

textarea#BlankRef_ReasonsForLeaving {
    width: 90% !important;
    max-width: none;
}

.modal-content {
    /*border: 5px solid #249ba3;
    border-left-width: 12px;
    border-radius: 20px*/
    border-radius: 10px;
}


.modal-title {
    font-size: 32px !important;
    line-height: 32px !important;
    font-weight: 700;
    color: #249ba3 !important;
    vertical-align: central;
    margin: 0;
    padding: 15px 0 15px 0;
}

.modal-content .container-fluid {
    margin: 0;
    padding: 0;
}

.offerPayTypeSelectWarning {
    text-align: center;
    padding: 10px;
}

.modal-header {
    text-align: center;
    background-color: whitesmoke;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 0;
    border-bottom: thin solid #5ac8cc;
    justify-content: center;
}

    .modal-header button.close {
        position: fixed;
        top: 10px;
        right: 30px;
        color: darkslategray;
        opacity: 1;
        font-size: 30px !important;
        font-weight: 800;
        padding: 10px;
        width: 30px !important;
        height: 30px !important;
    }

#bizCaregiverProfileModal .modal-header button.close {
    float: right;
    position: relative;
    top: 10px;
    right: 30px;
    color: darkslategray;
    opacity: 1;
    font-size: 30px !important;
    font-weight: 800;
    padding: 10px;
    width: 30px !important;
    height: 30px !important;
}

#bizCaregiverProfileModal .modal-header h3 {
    margin: auto;
    width: 100%
}

.modal-header .close svg {
    width: 30px !important;
    height: 30px !important;
}

.goodProfileGuidlineList {
    font-size: 14px;
}

.modal-header .layoutHelper {
    border: thin solid blue;
    background-color: #5ac8cc;
}

.purchaserListTable td {
    text-align: center !important;
}

.visitApprovalLeftCol {
    width: 250px;
}

.approveShiftTable {
    font-size: 16px;
}

th {
    text-align: center;
}

.purchaserListTable {
    max-width: 95%;
    margin: auto;
}

#offerUpdateForm .row {
    margin-bottom: 10px;
}

.VisitbackupListContainer table.purchaserListTable th {
    font-size: 16px;
}

.VisitbackupListContainer table.purchaserListTable td {
    font-size: 14px;
}


.dashboardBlankPicture {
    max-width: 200px;
}

.selectedQvBox {
    border: thin solid #fc4a1a;
    border-left: 10px solid #fc4a1a;
    box-shadow: lightgray 10px 10px none;
}

.quickViewResult {
    /*overflow-y:scroll;*/
}

.qvListBox {
    /*display: inline-block;
    min-width: 300px;*/
    /*vertical-align: top;*/
    overflow-y: scroll;
    /*max-height:100%;*/
}

.MapHolderDiv {
    /*display:inline-block;
    vertical-align:top*/;
}

#QuickView {
    overflow: hidden;
}

.profileMainName h1 {
    margin-top: 100px;
    font-size: 60px;
}

.noborderReadonlyInput {
    border: none !important;
    background-color: none !important;
    font-size: 16px;
    width: 90px !important;
    text-align: center !important;
    display: inline-block;
}

.costEstimatesHolder {
    width: 100%;
    margin: auto;
}

.wageCalulatordata {
    display: inline-block;
    font-size: 11px !important;
    width: 90px !important;
    font-weight: 400 !important;
    height: 20px !important;
}

.wageCalulatorLabel {
    display: inline-block;
    font-size: 15px !important;
    width: 100px !important;
    font-weight: 400 !important;
    height: 15px !important;
}

.wageCalulatordataSum, .wageCalulatorLabelSum {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 90px !important;
    height: 20px !important;
}

.wageCalulatorLabel, .wageCalulatorLabelSum {
    max-width: 110px !important;
    width: 110px !important;
}

.offerEstimateDiv {
    /*min-width: 200px*/;
    border: thin solid #249ba3;
    border-radius: 5px;
    /*height: 260px;*/
    margin: 0 5px 0 5px;
}

.cgOfferEstimateDiv {
    width: 90%;
    min-width: 200px;
    border-radius: 5px;
    height: 180px;
}


.offerEstimateDiv .col-1 {
    padding: 5px;
    width: 25px
}

.offerEstimateDiv i {
    margin-top: 12px;
    font-size: 18px;
    margin-left: 5px;
}

.offerEstimateDiv .row {
    margin: 5px 0 5px 0;
}

.offerEstimateDiv input {
    padding: 2.5px 5px 2.5px 5px;
    background-color: #d7e0e6;
}

.employeeHoursDay {
    border: thin solid #5ac8cc;
    min-width: 85px;
    text-align: center;
}

    .employeeHoursDay .k-widget {
        max-width: 90px;
        font-size: 10px !important;
    }

    .employeeHoursDay .k-icon {
        display: none;
    }

    .employeeHoursDay h4 {
        font-size: 14px;
    }


.layoutHelper {
    border: thin solid blue;
    background-color: #5ac8cc;
}

#offerUpdateForm .dateTimeInputTodayMin {
    width: 180px;
}

#interviewRequestForm .dateTimeInputWithTimeTodayMin .dateTimeInputWithTimeTodayMinForInterview {
    width: 250px;
}

.btn-default.active {
    background-color: #5ac8cc;
    color: white;
}

.layoutHelper .row {
    border: thin dashed red;
    background-color: pink;
}

.layoutHelper div {
    border: thin solid green;
    background-color: #c0f6c0;
}

.layoutHelper li {
    border: thin solid yellow;
    background-color: lightyellow;
}



.layoutHelper p {
    border: thin solid yellow;
    background-color: lightyellow;
}

.layoutHelper label {
    background-color: #fc4a1a;
}

.layoutHelper tr {
    background-color: white;
    border: thin solid deeppink;
}

.layoutHelper td {
    background-color: deeppink;
    border: thin solid black;
}

    .layoutHelper td div {
        background-color: white;
        border: thin solid black;
    }

.layoutHelper span {
    background-color: gray;
}


input[name='DurationSelection'] {
    display: none;
}

#offerDeclineForm textarea, .interviewForm textarea {
    width: 90%;
    margin-left: -15px;
}

#offerDeclineForm .dateTimeInput, .interviewForm input, #interviewResponseForm input, .interviewForm .dateTimeInput {
    min-width: 200px;
}

#offerDeclineForm .row, .interviewForm .row {
    margin-bottom: 10px;
}

.redBorderBox {
    display: none;
    border: thin solid red !important;
}

.greenBorderBox {
    border: thin solid green;
}

.inputBorderBox {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    background-color: #efefef;
}

    .inputBorderBox input, .inputBorderBox select {
        background-color: white;
        max-width: 90% !important;
        min-width: 0 !important;
    }

.CounterOfferStartDate, .CounterOfferRate {
    width: 100px !important;
    text-align: right !important;
}

.quickViewCaregiverBoxRightIconBox h3 {
    font-size: 18px;
}

.ecgDisabledRow {
    font-style: italic;
    color: dimgray;
    /*background-color:gray!important;*/
    text-decoration: line-through;
}

.italic {
    font-style: italic;
}

input.dateTimeInputWithTime {
    width: 250px !important;
}

.leftRegisterColumn {
    border-right: thin solid black;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 45%;
}

.regbenefitBox {
    font-size: 22px;
    margin-bottom: 18px;
}

.regBenefitsHolder {
    padding-top: 20px;
    padding-left: 20px;
}

.rgCheck {
    max-width: 25px;
    color: #f7b733 !important;
}

input.socialCheckboxP {
    max-width: 45%;
}
/*#registerPopUpModal .modal-lg{
    width:80%;
    
}*/
.modal-lg {
    min-width: 800px;
}

.modal-xlg {
    max-width: calc(100vw - 200px);
}

.modal-xlg-1 {
    max-width: calc(100vw - 400px);
}

svg.requiredAsterisk {
    /*color:#f86e6e;*/
    height: 16px !important;
    min-height: 16px !important;
    width: 10px !important;
    padding-bottom: 7px;
    color: #fc4a1a
}

i.requiredAsterisk {
    font-size: 40px !important;
    height: 14px !important;
    min-height: 10px !important;
    width: 10px !important;
    color: #fc4a1a;
}

.purchaserBasicInfoInputs .requiredAsterisk {
    font-size: 5px !important;
    height: 14px !important;
    min-height: 10px !important;
    width: 5px !important;
    color: #fc4a1a;
}

i.requiredAsterisk {
    font-size: 40px !important;
    height: 14px !important;
    min-height: 10px !important;
    width: 10px !important;
    color: #fc4a1a;
}

.requiredAsteriskHide {
    color: white;
}

.requiredCheck {
    color: #a239ca;
    font-size: 8px;
    padding-bottom: 0;
}

.validInputHolder {
    display: inline-block;
    max-width: 10px;
    padding: 0 0 0 0;
}

.noVisibility {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.planPricingTable {
    border: 1px solid darkgrey;
}

.planPricingTncHolder {
    height: 200px;
    overflow-y: scroll;
    border: thin solid gray;
    border-radius: 5px;
    font-size: 16px !important;
}

.basicInfoPlanPricing input, .paymentInfoPlanPricing input {
    font-style: italic;
    /*color: #eeebeb;*/
    border: 0px;
    background-color: transparent;
}

.planPricingTable th {
    text-align: left;
    font-size: 18px;
}

.ChatMessageRecipient {
    background-color: #249ba333;
    border-radius: 5px;
}

.ChatMessageSender {
    background-color: #f7b73333;
    border-radius: 5px;
}

.tealBackgroundLight {
    background-color: #249ba333;
}

.tealBackgroundDark {
    background-color: #249ba3;
    color: white;
}

.yellowBackgroundDark {
    background-color: #f7b733;
    color: white;
}

.yellowBackgroundLight {
    background-color: #f7b73333;
}

.planPricingTable .tealBackground {
    background-color: #249ba333;
}

.planPricingTable .yellowBackground {
    background-color: #f7b73333;
}

.planPricingTable input {
    text-align: center;
}

.planPricingTable .checkboxStylePlansPricing input {
    text-align: center !important;
    height: 20px !important
}

.planPricingTable .checkboxStylePlansPricing {
    font-size: 18px !important;
}

.planPricingTable tr td, .planPricingTable tr th {
    border: 1px solid darkgrey !important;
}

.ContinuePlansPricingBtn {
    border-radius: 0px;
}

.planPricingTable th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.planPricingTable .feature {
    color: black !important;
    font-size: 14px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.registerPopUpModal input.tncackcheck {
    display: inline-block !important;
    max-width: none !important;
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px;
    vertical-align: middle;
}

.tncFormCheck {
    margin-top: 0;
}

.regSelectRole {
    /*display:inline-block;
    width:48%;*/
    width: 240px;
    text-align: left;
}

.regSelectCareProvider {
    padding-left: 15px;
}

.regSelectRole label {
    font-size: 22px !important;
    line-height: 26px !important;
    font-family: "eau_douce_sans_light";
}

.RegisterPagePopUp h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow-y: auto;
}


.tncModalBody {
    /*max-height: 500px;*/
    overflow-y: scroll;
}

.googleButtonImage {
    height: 15px;
    width: 15px;
    padding: 2.5px;
    background-color: white;
    border-radius: 15px;
}
/*video.homepageVideo {
    position: absolute;
    top: 65px;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -50;
}*/
.homepagelowerContent {
    background-color: white;
    vertical-align: top;
    min-width: 100% !important;
    width: 100% !important;
    /*max-width: 1200px;*/
    min-height: 600px;
    padding: 0px;
    margin: 0px 0 0 0px;
}

    .homepagelowerContent .service-item {
        display: inline-block;
        text-align: center;
        padding: 20px;
    }

.homepageLowerContentBiz {
    margin-top: -35px;
}

.homepageFirstLowerPara {
    color: white;
    padding: 40px;
    width: 60%;
    font-size: 18px;
    margin: auto;
    max-width: 800px;
    text-align: justify;
}

    .homepageFirstLowerPara b {
        font-style: oblique;
    }

.homeFeatureIconHolder, .homeFeatureIconHolderEngage {
    height: 80px;
}

    .homeFeatureIconHolder img {
        width: 90px;
        padding-top: 0px;
    }

    .homeFeatureIconHolderEngage img {
        width: 100px;
    }

.featureItemRow {
    width: 90%;
    max-width: 1000px;
    margin: auto !important;
}

    .featureItemRow p {
        text-align: center;
        font-size: 16px;
    }

.eniHomeFeaturesDiv {
    width: 30%;
    max-width: 600px;
    min-width: 300px;
}

    .eniHomeFeaturesDiv h2, .eniHomeFeaturesDiv p {
        text-align: center;
    }

    .eniHomeFeaturesDiv .homeFeatureIconHolder {
        margin: auto;
        text-align: center;
    }

h2.titleInTheMiddleOfTheHomePage {
    padding-top: 22px;
    padding-bottom: 32px;
    font-size: 150%;
    margin-top: 20px;
}

div.bizAboutInfo {
    margin-top: -35px;
}

.bizHomeNavButtons a {
    width: 240px;
    font-size: 28px;
    font-weight: 900;
}

.homePageYellowRow {
    width: 100%;
    padding: 5px;
    border: none;
}

    .homePageYellowRow div {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.homepageColorBlockBullets {
    width: 80%;
    margin: 50px auto 0 auto;
    padding-left: 10px;
}

    .homepageColorBlockBullets h3 {
        color: white;
    }

    .homepageColorBlockBullets img {
        width: 40px;
        vertical-align: middle;
    }

    .homepageColorBlockBullets svg {
        font-size: 30px;
        width: 30px !important;
        vertical-align: middle;
    }

    .homepageColorBlockBullets img.phonePic {
        width: 30px;
        vertical-align: middle;
    }

    .homepageColorBlockBullets p {
        font-size: 30px;
        line-height: 32px;
    }

    .homepageColorBlockBullets .row {
        margin: 0 0 20px 0;
        vertical-align: middle;
    }

.homepageColorBlockBulletsBiz {
    width: 90%;
    margin: 20px auto 0 auto;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

    .homepageColorBlockBulletsBiz h3 {
        color: white;
        font-size: 36px;
    }

    .homepageColorBlockBulletsBiz h4 {
        color: white;
        font-size: 20px;
        margin-top: 10px;
    }

    .homepageColorBlockBulletsBiz img {
        width: 40px;
        vertical-align: middle;
    }

    .homepageColorBlockBulletsBiz svg {
        font-size: 30px;
        width: 30px !important;
        vertical-align: middle;
    }

    .homepageColorBlockBulletsBiz img.hiringPic {
        width: 120px;
        margin: auto;
        margin-top: 10px;
    }

    .homepageColorBlockBulletsBiz img.textPic {
        width: 80px;
        margin: auto;
        margin-top: 10px;
    }

    .homepageColorBlockBulletsBiz img.piggyPic {
        width: 120px;
        margin: auto;
        margin-top: 10px;
    }

    .homepageColorBlockBulletsBiz .partialHomePageLine {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        border-width: 1px;
    }

    .homepageColorBlockBulletsBiz p {
        font-size: 18px;
        line-height: 18px;
    }

    .homepageColorBlockBulletsBiz .row {
        margin: 0 0 20px 0;
        vertical-align: middle;
    }

.partialHomePageLine {
    border-bottom: thick solid white;
    width: 60%;
    margin: 20px 0 40px 0;
}

.homepagePictureRow {
    color: white;
}

    .homepagePictureRow img.squarePic {
        width: 100%
    }

p.item1Descripion {
    padding: 10px 10px 10px 10px !important;
}

.profileFrontPageList {
    text-align: left;
    padding-left: 10px;
    /*width: 70%;
    margin: auto;
    margin-top: 40px;*/
}

    .profileFrontPageList p {
        font-size: 20px !important;
        font-weight: 200;
        color: #249ba3;
        margin-bottom: 5px;
    }

    .profileFrontPageList svg {
        margin-right: 30px;
    }

.profileStep0BottomSpacer {
    height: 40px;
}

.cgPrefTravel input {
    max-width: 120px;
}

.cgVerifyNumber {
    background-color: #5ac8cc;
    color: white;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    font-size: 50px;
    vertical-align: central;
    line-height: 100px;
    box-shadow: #818181 2.5px 2.5px none;
}

.verifyForm {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

    .verifyForm .col-sm-6 {
        margin: 0 10px 0 10px;
    }

.connect-button {
    margin: auto !important;
}

.ecgForm input.ssInput {
    width: 180px !important;
}

/*.cgBirthday input{
    height:35px !important;
    width: 280px;
}*/
a.nav-link {
    min-width: 167px
}

div.cgBirthday {
    width: 180px;
}

.cgBirthday input.cgBirthdayIn, .cgBirthday .k-widget {
    width: 180px !important;
    min-width: 180px !important;
    height: 35px;
    margin-left: 0;
}

.cgDobWarning {
    font-size: 16px;
}

.clientProfileTopNavBar {
    border: none !important;
    border-bottom: 3px solid #249ba3 !important;
    /*width: 18% !important;*/
    height: 50px !important;
}

    .clientProfileTopNavBar a.active {
        border: none !important;
        border-bottom: 3px solid #249ba3 !important;
        margin: auto;
        background-color: #249ba3 !important;
        color: white !important;
        font-size: 16px !important;
    }

    .clientProfileTopNavBar a {
        border: none !important;
        margin: auto;
        font-size: 16px !important;
        color: black !important;
        text-align: center;
    }

    .clientProfileTopNavBar.active a {
        border: none !important;
        margin: auto;
        font-size: 16px !important;
        color: #a239ca !important;
    }

.activeCheckForCareProfile {
    display: none;
    position: relative;
    z-index: 100;
    color: #a239ca !important;
    background-color: white !important;
    margin-left: 40% !important;
    bottom: 7.5px;
    font-size: 30px !important;
}

.clientProfileTopNavBar a.active .activeCheckForCareProfile {
    display: block;
}

.careSelectDropdown {
    width: 400px !important;
    font-size: 16px;
    height: 30px;
    padding: 2.5px;
}

.editFamilyMemberModal input {
    width: 240px;
}

.editFamilyMemberModal label {
    width: 120px;
}

.editFamilyMemberModal .row {
    padding: 10px;
    margin-top: 10px;
}

.familyTypeLabel {
    width: 100% !important;
}

.permissionSelectionBox label {
    width: 300px;
}

.permissionSelectionBox input {
    width: 20px;
    height: 20px;
    padding-top: 20px;
    margin-top: 10px;
}

.newShiftLabelRow {
    /*border: thin solid black;*/
    padding: 0;
}

.labelsForShiftBuilderBox {
    margin-bottom: 0 !important;
}

.shiftDayLabelsInOffer {
    justify-content: center;
    display: flex;
    /*padding-left:25px;*/
}

.labelsForShiftBuilderBox div.newShiftLabelBlockBigDayLabel, .addNewShiftShiftBuilder div.newShiftLabelBlockBigDayLabel {
    display: block;
    padding-left: 0;
    padding-right: 25px;
}

.newShiftLabelBlock {
    display: inline-block;
    width: 9%;
    min-width: 200px;
    text-align: center;
}

.newShiftLabelBlockday {
    width: 30px !important;
    min-width: 30px;
    padding-top: 7.5px
}

    .newShiftLabelBlockday .checkbox {
        height: 20px !important;
        width: 20px !important;
    }

.newShiftLabelBlock .hourlyDropDownSelection, .newShiftLabelBlock .hourlyDropDownSelectionStart {
    width: 95% !important;
    margin: auto;
    min-width: 100px;
    text-align: center;
    margin-bottom: 5px
}

.clearshiftButtonHolder {
    display: inline-block;
    min-width: 0;
    vertical-align: top;
    margin-top: 5px;
}

.clearShiftButton {
    /*border: thin solid #fc4a1a;
    border-radius: 5px;*/
    color: #fc4a1a;
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
}

    .clearShiftButton .fa-remove {
        color: #fc4a1a;
        font-size: 14px !important;
    }

.showShiftButton {
    font-size: 10px;
    padding: 5px;
    border-width: 1px;
}

.newWeeklyTotal {
    text-align: center;
    border: none !important;
    width: 90px !important;
}

input.hourRateInput {
    display: inline-block;
    width: 90px !important;
    min-width: 40px !important;
}

.centerColumnSpacer {
    display: inline-block;
    width: 40px;
}

.offerCareDurationRow .dateTimeInputTodayMin {
    width: 140px !important;
    padding-left: 0;
}

.offerCareDurationRow div {
    padding-left: 0;
}

.offerCareDurationRow .checkbox {
    margin-top: 5px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.offerCareDurationRow label {
    display: inline-block;
}

.offersummaryHolder input {
    width: 90px !important;
}

.backgroundCheckTableHeader {
    text-align: center;
    border-bottom: thin black solid;
}

th.BackgroundCheckItemColumn {
    width: 125px !important;
    flex-basis: 125px;
}

.BackgroundCheckCategory {
    width: 150px;
    text-wrap: normal;
    text-align: center;
    font-size: 16px;
}

.backgroundCheckSpacerColumn {
    width: 40px;
    border-right: thin solid black;
}

.backgroundCheckOfferHolder input {
    width: 20px;
    height: 20px;
}

.DriversLicenseCheckColumn {
    width: 150px;
    text-align: center;
}

.offerSummaryCostStatement {
    font-size: 20px;
}

.backgroundCheckOfferTable {
    margin: auto;
    table-layout: fixed;
}

    .backgroundCheckOfferTable td {
        font-size: 14px;
    }

    .backgroundCheckOfferTable tbody tr td {
        height: 40px;
    }

.backgroundCheckOfferTable2 {
    width: 275px;
}

.backgroundCheckOfferTable1 {
    width: 425px;
}


.LiveInSummaryRow div {
    max-width: 100% !important;
    flex-basis: 100%;
}

input.backgroundCheckCosts {
    width: 100px !important;
    text-align: right;
    border: none;
    border-bottom: thin solid black
}

.schedSumamryRow div {
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.schedSummarySpacerSpan {
    width: 60px;
}

.ScheduleSummary span {
    font-size: 16px;
}

.rowSumStart, .rowSumEnd {
    width: 100px;
}

.rowSumEnd {
    width: 150px;
}

input.offerSelectionCheck {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.newStyleShiftBuilder label {
    color: #249ba3;
}

.diagNeedsCheckbox {
    vertical-align: top;
}

.clientConditionsBox .activityPLanSelectionContainer, .clientProfileAdl .diagNeedsCheckbox {
    vertical-align: top;
    color: #249ba3;
    margin: 0;
}


.activityPLanSelectionContainer a {
    margin: 5px auto 5px auto;
}

.cgSkillsQuestionDiv .diagNeedsCheckbox {
    padding-left: 12px;
}

.diagneedsRow {
    margin-bottom: 20px;
    margin-top: 10px;
}

#newJobForm .activityPLanSelectionContainer a {
    margin: 5px 5px 5px 0;
}

#newJobForm div.activityPLanSelectionContainer, #newJobForm .helperCol {
    padding-left: 2.5px;
}

#newJobForm .healConditionJobRow, #newJobForm .helperCol {
    margin-bottom: 0px;
}

#local-media-ctr {
    border: 3px solid darkgray;
    width: 300px;
    margin: auto;
}

#remote-media-div {
    border: 3px solid darkgray;
    width: 100px;
    margin: auto;
}

input[type='radio']:focus {
    border: none !important;
}

.btn.active, .btn:active, label.btn.active.focus, .btn:focus {
    outline: none !important;
    outline-color: none !important;
}

.profileBoxMap {
    width: 250px;
    height: 250px;
    border: 0;
}

.leftSmallMapDiv {
    min-width: 240px;
    flex-basis: 260px;
    padding: 0 5px 0 5px;
}

.interviewSpacerRow {
    height: 40px;
}

.rightOfferDiv {
    flex-grow: 2;
}

.infoBox {
    border: thin solid #249ba3;
    border-radius: 10px;
    padding: 10px;
    height: 500px;
    margin-right: 10px;
    overflow-y: auto;
    margin-top: 20px;
}

.schedInfoBox {
    height: auto;
}

.infoBox h3 {
    margin-bottom: 10px;
}

.cgOfferShiftBuilder {
    width: 50%;
    text-align: center;
    min-width: 750px;
    /*background-color:yellowgreen;*/
    margin: auto;
}

.fa-toggle-down, .fa-toggle-up {
    font-size: 18px;
}

.portalInfoBox {
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
    overflow-y: auto;
    margin: 0 5px 0 8px;
    min-height: 400px;
    max-height: 400px;
    width: 99% !important;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 70px;
    background-color: #F5F5F5;
}

.imageinSlider {
    width: 100% !important;
}

.portalSliderBox {
    width: 80% !important;
    margin: auto;
}

.wideModalCentered {
    width: 90%;
    margin: auto;
}

.searchTitle {
    text-decoration: underline;
    display: inline-block;
    font-size: 24px !important;
    font-weight: 700;
}

.searchFilterSuperCat {
    border: thin solid darkgray;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}

    .searchFilterSuperCat .filterSkillsSuperCheckbox span {
        font-size: 14px;
    }

    .searchFilterSuperCat input {
        height: 12px !important;
        width: 12px !important;
    }

    .searchFilterSuperCat .profileSkillsCheckbox label {
        font-size: 12px !important;
    }

    .searchFilterSuperCat label {
        font-size: 14px !important;
        color: black;
    }

    .searchFilterSuperCat div.profileSkillsCheckbox {
        display: inline-flex;
        align-content: center;
        justify-content: flex-start;
    }

.ecgForm div.profileSkillsCheckbox {
    display: inline-flex;
    align-content: center;
    justify-content: flex-start;
    margin: 5px 0 5px 0;
    padding-left: 10px;
}

.ecgForm div.big4DiseaseState {
    padding-left: 15px;
}

    .ecgForm div.big4DiseaseState a {
        margin-left: 4px;
    }

.ecgForm div.drivingprofileSkillsCheckbox {
    display: inline-flex;
    align-content: center;
    justify-content: flex-start;
    margin: 5px 0 5px 0;
    padding-left: 0px;
}

.filterBoxHourly {
    font-size: 14px;
}

.lowerhomepageTextContent {
    width: 90%;
    margin: auto;
}

    .lowerhomepageTextContent h3 {
        margin-bottom: 20px;
    }

    .lowerhomepageTextContent h4 {
        margin-left: 20px;
    }

        .lowerhomepageTextContent h4 i {
            color: #249ba3;
            text-align: center;
            font-size: 24px;
            width: 30px;
        }

    .lowerhomepageTextContent p {
        padding: 0 40px 0 40px;
        text-align: center;
    }

.lowerhomePageTitle {
    font-size: 32px;
}

.caregiverProfileBuilderIntroPic {
    vertical-align: bottom !important;
}

.cgBuilderIntroBullets {
    max-width: 800px;
    margin: auto;
}

.cgProfilePictureFormSpacer {
    height: 50px;
}

div.k-loading-mask {
    z-index: 2000;
    min-height: 100% !important;
    position: fixed;
}

.certificationTableContainer .dateTimeInput, .DriversInfoBox .dateTimeInput, .certificationTableContainer .dateTimeInputM {
    position: absolute;
    min-width: 150px;
    padding-top: 2px;
    height: 38px;
    border-radius: 10px !important;
}

.certificationTableContainer th {
    font-size: 16px;
    color: #249ba3;
}

.licenseDisclaimer {
    font-size: 16px;
    text-align: center !important;
    line-height: 14px;
    white-space: normal;
}

input.certificationAck {
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    flex-basis: 20px !important;
}

.addcertTd {
    max-width: 300px;
    text-align: center;
}

.ecgForm .newCertRow input, .ecgForm .newCertRow select {
    background-color: white !important;
}

.DriversInfoBox label {
    min-width: 100px;
}

.DriversInfoBox .StateTextInput {
    margin-left: 0px;
    display: block;
}

.DriversInfoBox .dateTimeInput {
    margin-left: 0px;
    display: block;
}

.cgPreferenceCheckbox {
    display: inline-block;
    min-width: 100px;
    margin-left: 40px;
}

    .cgPreferenceCheckbox label {
        padding: 5px;
        vertical-align: top;
    }

input.payRateInput {
    max-width: 100px;
    width: 100px !important;
    text-align: center;
}

span.k-loading-text {
    display: none;
    text-indent: 0;
    top: 50%;
    left: 50%;
    color: #249ba3;
    background-color: white;
    border: thin solid #249ba3;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    z-index: 1400;
    position: fixed;
}

.noPicturediv {
    font-size: 150px;
    width: 150px;
    height: 150px;
}

.fileUploadSelectionForm {
    padding: 0px;
}

    .fileUploadSelectionForm a {
        text-align: center;
    }

.profileSkipWarning {
    color: #fc4a1a;
    text-decoration: underline;
    font-weight: 700;
    margin: 20px;
    text-align: center;
}

.caregiverHourlyLiveInSelect {
    /*display:inline-block;
    margin-left:20px;*/
    flex-basis: 140px;
    margin: 2px 10px 5px 0;
}

    .caregiverHourlyLiveInSelect a.profileRelationshipSelect {
        display: block;
        min-width: 140px;
        flex-basis: 140px;
    }

.licenseInfoRow {
    background-color: #eaeaea;
    border: lightgray thin solid;
    border-radius: 10px;
    padding: 10px -5px 10px -5px;
}

.skillsCheckInline {
    display: inline-block;
    margin-right: 20px;
}

.searchLangBox {
    margin-right: 0 !important;
    overflow: visible;
}

.certi-table-style {
    width: initial 100% !important;
    border: 1px red dashed;
}

.divCenterBlock {
    text-align: center;
    margin: auto;
    width: 66%;
}

.divCenterBlock90W {
    text-align: center;
    margin: auto;
    width: 90%;
}

.divCenteredInline {
    text-align: center;
    width: 200px;
    align-content: center;
    vertical-align: top;
    display: inline-block;
    margin: auto !important;
}

.profileBuilderBottomNav .divCenteredInline {
    padding-left: 80px
}

    .profileBuilderBottomNav .divCenteredInline .firstStepCenterButton {
        padding-left: 0px !important;
    }

.profileBuilderBottomNav .btn {
    margin-top: 0;
}

.space10px {
    height: 10px;
}

.cpReportZipCodeMileRange {
    width: 75px;
}

.cpReportZipCode {
    width: 75px;
}

.adminTitle {
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
    /*position:absolute;*/
    box-sizing: content-box;
    left: 0;
    font-size: 1.0vw;
    margin-top: 1vw;
}

.adminTitleSmall {
    font-size: 0.75vw;
}

.spacer20pxHeight {
    height: 20px;
}

.spacer40pxHeight {
    height: 40px;
}

.spacer40pxWide {
    width: 40px;
    display: inline-block;
}

.spacer80pxWide {
    width: 80px;
    display: inline-block;
}

.spacer120pxWide {
    width: 120px;
    display: inline-block;
}

.profileStepContent h2 {
    margin-bottom: 20px;
    font-size: 40px
}

.saveSectionChangesButton {
    font-size: 20px;
}

.profileBuilderBottomNav .float-right {
    margin-left: 80px;
    text-align: center;
}

    .profileBuilderBottomNav .float-right a {
        margin-right: 0 !important;
    }

.profileBuilderBottomNav .float-left {
    text-align: center;
}

.cgQuote {
    font-style: italic;
    font-weight: 100;
    color: #249ba3;
    font-family: "eau_douce_sans_light";
    font-size: 20px;
    display: none;
}

.form-check-inline {
    /*max-width:48%;*/
    display: inline-block;
    vertical-align: top;
}

.ecgForm .form-check-input {
    display: inline-block;
    width: 8% !important;
    font-size: 16px;
    height: 20px;
    background-color: white;
}

.form-check-label {
    display: inline-block;
    white-space: normal;
    color: darkslategray;
    width: 100%;
}

.profileBuilderClientSelect {
    min-width: 290px;
}

.PurchaserProfileClientSmokingPetRow select {
    max-width: 160px;
}

table.FamilyMemberTable {
    max-width: 90% !important;
    display: block;
    width: 90% !important;
    margin: auto;
}

.FamilyMemberTable th {
    text-align: center;
    font-size: 14px
}

.hidden {
    display: none !important;
}

footer {
    background-color: white;
    color: #249ba3 !important;
    margin-top: 0px;
    border-top: solid thin #249ba3;
    /*position:relative;
    bottom:0;
    left:0;
    z-index:-999*/
    /*height:160px;*/
}

    footer .row {
        max-width: 100%;
        padding-left: 1rem;
    }

    footer a {
        color: #249ba3;
        display: block;
        padding-left: 16px;
        line-height: 16px;
        font-size: 15px !important;
        margin-bottom: 4px;
    }

        footer a:visited {
            color: #249ba3;
            display: block;
        }

    footer .float-left {
        margin-left: 20px;
    }

    footer .float-right {
        margin-right: 0px;
    }

    footer .col-md-4 {
        width: 30%
    }

    footer p {
        font-size: 12px;
    }

.rightfooterColumn {
}

    .rightfooterColumn div {
        align-self: flex-end;
        width: 180px;
        text-align: left;
    }

    .rightfooterColumn h4 {
        padding-right: 20px;
    }

div.footerSocialMedia {
    width: 200px !important;
    max-width: 200px !important;
    margin-left: 20px;
}

    div.footerSocialMedia div.fb-like.fb_iframe_widget iframe {
        width: 200px !important;
        max-width: 200px !important;
    }

.eniFooterDiv {
    margin-top: 2rem;
}

.footerDiv {
    flex-basis: 16.5%;
    padding-left: 0.50rem;
    padding-right: 0.50rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.bizFooter a {
    margin-left: 10px;
}

.homeinfoPagesMain h2 {
    padding-top: 30px;
}

.aboutUsContentDiv {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
}

    .aboutUsContentDiv h2 {
        color: #249ba3;
        font-weight: 800;
        font-size: 32px;
    }

    .aboutUsContentDiv h3 {
        color: #249ba3;
        font-weight: 200;
        font-size: 24px;
    }

.missionDiv {
    margin-top: 0;
}

.OurStoryDiv {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px !important;
}

    .OurStoryDiv h3 {
        margin-bottom: 20px;
    }

.GeorgeOldPicture {
}

    .GeorgeOldPicture img {
        max-width: 100%;
        width: 100%
    }

.OurStoryContent h3 {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

.aboutUsJumbotron h2 {
    color: white;
    /*height: 400px;*/
    font-weight: 800;
    padding-top: 120px;
    font-size: 72px;
    margin-top: 0;
}

.faqHeading {
    color: white;
    /*height: 400px;*/
    font-weight: 800;
    /*padding-top: 80px;*/
    font-size: xxx-large;
    margin-top: 10%;
}

.aboutUsJumbotron .row, .ambassadorJumbotron .row {
    margin-top: 0px;
    padding-top: 150px;
}

.ambassadorJumbotron h2, .ambassadorJumbotron h2 {
    color: white;
    height: 200px;
    padding-top: 80px;
    font-size: 72px;
}

.ambassadorJumbotron h3 {
    color: white;
    font-size: 44px
}

.ambassadorPageContent {
    margin-top: 0;
}

.ourTeamBlock {
    width: 220px;
    margin: 0;
    padding: 0 10px 0 10px;
}

    .ourTeamBlock h4 {
    }

    .ourTeamBlock h5 {
        width: 100%;
    }


    .ourTeamBlock h5, .disclaimer {
        font-style: italic;
        max-width: 600px
    }

.ourTeamPicDiv {
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.PhotoPlaceholder {
    text-align: center;
    font-size: 160px !important;
    margin-top: 8px !important;
}

.ambassadorExampleImage {
    width: 90%;
    max-width: 800px;
}

.videoPlaceHolder {
    height: 300px;
    background-color: grey;
    border: thin solid #249ba3;
    text-align: center;
    color: white;
    font-size: 44px;
    line-height: 300px;
}

    .videoPlaceHolder i {
        color: white;
        font-size: 44px;
        line-height: 400px;
    }

.cgBenefitsHolder {
    width: 95%;
    margin: auto;
}

.generalPurchaserBenefitIcon {
    font-size: 50px;
    color: #a239ca !important;
    height: 70px;
}

.LearnMoreLinkToPage, .LearnMoreLinkToPage:visited {
    font-size: 18px;
    color: #a239ca;
    text-decoration: underline;
}

.cgAmbassadorExplanationDiv {
    max-width: 900px;
    margin: auto;
}

.ecgPageContent .registerButton {
    /*border-color:#f7b733;*/
    color: white;
    margin-top: 20px;
}

.generalInfoContainer .purchaserHomeInfobenefits {
    background-color: white !important;
    max-width: 100%;
    margin: auto;
}

.btn-success.disabled {
    background-color: #a239ca;
    border-color: #a239ca;
}

.purchaserHomeInfobenefits {
    background-color: white !important;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

.registerCallbackLogo {
    width: 300px;
    flex-basis: 300px;
}

.purchaserHomeInfobenefits h4 {
    color: #a239ca
}

.purchaserHomeInfobenefits p {
    font-size: 18px;
    color: #249ba3;
}

.aboutUsTeamPic {
    width: 200px;
    height: 200px;
}

.careProfileSelectionForClient {
    width: 66%;
    margin: auto;
    text-align: center;
}

.careProfilesPageTop {
    background-color: ghostwhite;
    padding-bottom: 20px;
    padding-top: 20px;
}

.cgprofileNameDiv {
    width: 90%;
    margin: auto;
}

.ecgForm select.offerProfileSelectDropDown {
    width: 300px;
}

.cgprofileNameDiv div {
    display: inline-block;
    padding: 10px;
}

.cgprofileNameDiv input, .cgprofileNameDiv select {
    width: 200px;
}

.offerHourlySelect img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.familyMemberEditTd a {
    display: block;
}

.FamilyMemberTable td {
    text-align: center !important;
    font-size: 12px;
}

.FamilyMemberTable thead {
    border-bottom: thin solid black;
}

.FamilyMemberTable input {
    margin: auto;
}

td.familyMemberEditTd {
    text-align: left !important;
}

.clientGeneralScheduleRow {
    max-width: 800px;
    margin: auto !important;
}

.ambassadorHowItWorks {
    width: 90%;
    margin: auto;
    max-width: 800px;
}

.profileBuilderSpacer {
    height: 20px;
}

.FamilyMemberTable th {
    padding: 0 5px 0 5px;
}

.backupcareHowItworksImage {
    width: 80%;
    margin: auto;
}

.adminOverviewBlock {
    max-width: 450px;
    width: 90%;
    margin: auto;
    text-align: left;
}

    .adminOverviewBlock .row {
        border-bottom: thin solid gray;
    }

        .adminOverviewBlock .row:nth-of-type(odd) {
            background-color: #e5e5e5;
        }

        .adminOverviewBlock .row div:nth-of-type(even) {
            width: 140px !important;
            flex-basis: 140px;
            text-align: right;
        }

        .adminOverviewBlock .row div:nth-of-type(odd) {
            width: 300px !important;
            flex-basis: 300px;
            text-align: left;
        }

.cgVerifyRow {
    width: 95%;
    vertical-align: top !important;
    margin: auto;
}

.cgVerifydiv {
    display: inline-block;
    min-width: 400px;
    width: 47%;
    margin: auto;
    vertical-align: top !important;
}

.shiftRowL label {
    padding-bottom: 2.5px;
}

.caregiverReviewSummaries {
    margin: 10px 0 0 10px;
    padding: 0 10px 0 10px;
}

.rateHolderProfile {
    text-align: center;
}

.reviewedCreateRatingContainer {
    vertical-align: top;
    padding: 0 20px 0 20px;
}

    .reviewedCreateRatingContainer label, .createReviewCommentsDiv label, .caregiverReviewRatingsOverview label {
        display: inline-block;
        width: 180px;
    }

.createReviewCommentsDiv label {
    vertical-align: top;
}

.createRatingHeartDiv {
    display: inline-block;
}

.createReviewComments {
    width: 100%;
}

.cgProfileOverallRatingLabel {
    font-weight: 800;
}

.cgProfileOverallRatingRow {
    margin-bottom: 30px !important;
}

.caregiverReviewRatingsOverview .ratingValue {
    display: inline-block;
}

.cgOverviewRatingHeader2 {
    text-decoration: underline;
    margin-bottom: 20px;
}

.ecgForm textarea.longTextArea {
    width: 100% !important;
    max-width: 100% !important;
    height: 100px;
}

.scheduleViewDiv {
    /*border:thin solid #249ba3;
    border-radius:10px;
    padding:5px;*/
}


.searchBarzipProfileSection {
    vertical-align: top;
}

    .searchBarzipProfileSection h4 {
        display: inline-block;
        margin: 0 !important;
    }

.ProfileSelectHeader {
    display: inline-block;
}

    .ProfileSelectHeader h4 {
        display: none;
    }

    .ProfileSelectHeader label {
        display: inline-block;
    }

.searchCareProfileSelect {
    display: inline-block;
}

.sorting_1::before {
    background-color: #a239ca !important;
}

.newshiftCareprofile .careprofileList {
    display: flex;
    justify-content: center;
}

    .newshiftCareprofile .careprofileList h4 {
        display: none;
    }

    .newshiftCareprofile .careprofileList .careSelectDropdown {
        align-self: center;
        margin: auto;
    }

.searchBarzipProfileSection .careprofileList {
    width: 160px;
    display: inline-block;
    padding-right: 10px;
}

.searchBarzipProfileSection .careSelectDropdown {
    width: 189px !important;
    display: inline-block;
    font: 14px;
    height: 30px;
}

.searchBarDiagnosis {
    display: none;
}

.qvaDataRow i, .qvaDataRow svg {
    font-size: 16px !important;
    height: 16px;
    width: 16px;
    text-align: center;
}

    .qvaDataRow i.fa-certificate, .qvaDataRow svg.fa-certificate {
        font-size: 30px !important;
        height: 30px;
        width: 30px;
        text-align: center;
    }

.qvaDataRow span {
    /*padding-top:5px;*/
}

.qvaDataRow {
    vertical-align: middle;
}

table.caregiverSearchTable tr td.experienceTd {
    padding-top: 12px !important;
}

.externalCarousel {
    width: 1000PX;
    height: 770px;
    background-color: white;
    border: none !important;
    padding: 0px;
    margin: auto;
}

.k-event {
    min-height: 45px;
    font-size: 14px;
    margin-top: 10px;
}

.k-event-delete, .k-event-actions {
    display: none;
}

.colorKeyBox, .colorKeyBoxShowAll {
    /*border: thin solid red;*/
    display: inline-flex;
    align-items: center;
    height: 15px;
    /*width:75px;*/
    text-align: left;
    margin: 0;
    margin-right: 10px;
}

.colorKeyBlock {
    width: 15px;
    height: 15px;
}

    .colorKeyBlock i {
        color: white;
        font-size: 12px;
        padding: 1.5px;
        font-weight: 200;
    }

.colorKeyBox h6, .colorKeyBoxShowAll h6 {
    margin: 0 0 0 2.5px;
}

.seekerLanguagebox {
    width: 200px;
}

.input-group {
    margin: 0px 0 00px 0;
}

#appLoginform input {
    border-color: #cfcece !important;
    border-radius: 2px !important;
    background-color: ghostwhite !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-collapse: collapse;
    width: 80% !important;
    max-width: none;
}

#appLoginform .input-group {
    margin-bottom: 10px;
}

.RegisterPagePopUp .regPopFormRow .firstNamecol input {
    width: 277px !important;
}

.RegisterPagePopUp .regPopFormRow .firstNamecol select {
    width: 305px !important;
}

.RegisterPagePopUp .regPopFormRow input {
    border-color: #cfcece !important;
    border-radius: 2px !important;
    background-color: ghostwhite !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-collapse: collapse;
    width: 248px !important;
    max-width: none;
    border-right: none;
}

    .RegisterPagePopUp .regPopFormRow input.callBackReferralCode {
        border-right: 1px solid #cfcece;
    }

#callbackRegDiv h4 {
    width: 90%;
    margin: auto;
}

.RegisterPagePopUp .regPopFormRow .termsandConditionsCheckLabel input {
    width: 20px !important;
}

.RegisterPagePopUp input::-webkit-input-placeholder {
    font-size: 14px !important;
}

.registerPopUpModal input::-moz-placeholder {
    font-size: 14px !important;
}

.RegisterPagePopUp span.input-group-text {
    background-color: ghostwhite !important;
    border: none;
    font-size: 16px;
    padding: 2.5px;
}

.profileNameInputDiv {
    flex-basis: 300px;
}

.purchaserBasicInfoInputs span.input-group-text {
    max-height: 35px;
}

.RegisterPagePopUp div.input-group-append, .RegisterPagePopUp div.input-group-prepend {
    background-color: ghostwhite !important;
    border-color: #cfcece !important;
    border-radius: 2px !important;
    font-size: 16px;
    border-collapse: collapse;
    width: 28px;
    padding: 2.5px;
    border: thin solid;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.RegisterPagePopUp .oauthLoginButton i, .popup-login-form .oauthLoginButton i {
    font-size: 20px;
}

.termsandConditionsCheckLabel {
    font-size: 10px !important;
    margin: 0 !important;
}

.RegisterPagePopUp .oauthLoginButton, .popup-login-form .oauthLoginButton {
    width: 170px;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    font-weight: 300;
    background-color: #a239ca;
    border-color: #a239ca;
    border-radius: 0;
    box-shadow: #5c2172 2px 2px 2px;
    color: white;
    display: inline-block;
}

.RegisterPagePopUp #socialLoginList div {
    /*width:49%;
    padding:0;
    margin:0;
    display:inline-block;*/
    text-align: center;
}

.oauthLoginButtonDiv {
    min-width: 300px;
}

    .oauthLoginButtonDiv a {
        font-size: 16px;
    }

.RegisterPagePopUp .oauthLoginButtonDiv {
    min-width: 200px;
}

#loginPopup .oauthLoginButton {
}

.changeOpacity {
    opacity: 0.5 !important;
}

.modal-backdrop {
    opacity: 0.8;
}

.profileBuilderBackdrop {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -5px;
    margin-bottom: -15px;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 101% !important;
    width: 100%;
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.bodyNoPad {
    padding: 0 !important;
}

.ecgForm Input[type="submit"].btn-success {
    background-color: #a239ca !important;
    color: white;
}



.RegisterPagePopUp input.btn-success, .RegisterPagePopUp a.btn-success, #appLoginform input.btn-success {
    background-color: #a239ca !important;
    box-shadow: #501c64 2px 2px 2px;
    width: 120px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px !important;
    border-color: #a239ca !important;
    border: 1px;
    padding: 3px;
    color: white !important;
}

.RegisterPagePopUp input.btn-success-o, .RegisterPagePopUp a.btn-success-o, #appLoginform input.btn-success-o {
    width: 120px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px !important;
    padding: 3px;
}

.registerPopUpModal modal-content {
    width: 400px;
}

#registerPopUpModal .modal-content {
    border: thin solid ghostwhite !important;
    border-radius: 2.5px !important;
}

.registerCheckBoxDiv {
    width: 90%;
    margin: auto;
    font-weight: 200;
    font-family: "eau_douce_sans_light";
}

    .registerCheckBoxDiv h3 {
        font-stretch: expanded;
    }

.whatareYouHereFor {
    margin-top: 20px;
    /*background-color: deeppink;*/
    text-align: center;
}

.regPopFormRow {
    /*width:95%;*/
    margin: 10px 0px 10px 0;
    vertical-align: top;
    padding-left: 15px;
}

    .regPopFormRow .col-xs-1 {
    }

.alreadyHaveAccountText {
    margin: 0px 0 0 0 !important;
    padding: 0 !important;
    text-decoration: none;
}

.registerCheckBoxDiv label {
    width: 100% !important;
    text-align: left;
    line-height: 20px;
}

.registerCheckBoxDiv input {
    width: 15px;
    height: 15px;
    text-align: left;
    margin-right: 10px;
}

.regJobSelectSpacer {
    width: 100px;
    height: 20px;
    display: inline-block;
}

label.regSelectSeekerLabel {
    text-align: right;
}

.registerPopUpModal {
    /*position: absolute;
    top: 10px;
    left: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;*/
    width: 440px;
}

.tncAckRow {
    line-height: 14px;
}

.tncAckDiv {
    padding-left: 0;
}

.registerPopUpModal div.regBottomButtonRow {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.text-danger p {
    font-size: 11px;
    color: #fc4a1a;
}

.FivePercentDiv {
    width: 5%;
    margin: 0;
    padding: 0;
    min-width: 10px;
    display: inline-block;
}

.NinteyPercentDiv {
    display: inline-block;
    width: 90%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.regPopFormRow input {
    max-width: none !important;
}

.requiredAsterisk {
    /*color:#f86e6e;*/
    font-size: 10px;
    padding-bottom: 5px;
}

.requiredAsteriskHide {
    color: white;
}

.mergeBlocks {
    display: none;
}

.homepageNewActionBlockCSNew {
    background: rgba(36,155,163,0.4) !important;
}

.homepageNewActionBlock {
    background: rgba(36,155,163,0.6);
    padding: 20px;
    color: white !important;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    min-height: 170px;
}

.homepageNewActionBlockYellow {
    background: rgba(247,183,51,0.6);
}

.homepageNewActionBlock h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: white !important;
}

.homepageNewActionBlock h4 {
    font-size: 20px;
    color: white !important;
}

.homepageNewActionBlock .col-sm-6 {
    width: 50%;
    border: none;
}

.hideCheck {
    color: whitesmoke;
    /*padding-left: 5px;*/
    border-left: none;
}

.requiredCheck {
    color: #a239ca;
    font-size: 8px;
    /*margin-left:5px;*/
    padding-bottom: 0;
}

.profileBuilderProgressStepDiv {
}

.k-scheduler-layout {
    color: #249ba3;
}

#card-element {
    width: 100%;
    height: 40px;
    border: thin solid lightgray;
    margin-top: 10px;
    padding: 0 10px 0 10px;
}

#visitEditForm .dateTimeInputWithTime.k-input, #visitCreateForm .dateTimeInputWithTime.k-input, #approveShiftForm .dateTimeInputWithTime.k-input {
    width: 190px !important;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

#visitEditForm span.k-datetimepicker, #visitCreateForm span.k-datetimepicker, #approveShiftForm span.k-datetimepicker {
    width: 100% !important;
    max-width: 100% !important;
}

#visitCreateForm s
.addNewShiftShiftBuilder .shiftTimeBlock {
    display: inline-block;
    width: 9%;
    min-width: 160px;
    text-align: center;
}

.addNewShiftShiftBuilder pan.k-dropdown {
    width: 160px !important;
    max-width: 160px !important;
}

h4.schedVerifiedBy {
    font-size: 1em;
}

.btn-outline-danger {
    border-color: #fc4a1a;
    color: #fc4a1a !important;
}

    .btn-outline-danger:hover {
        border-color: #fc4a1a;
        background-color: #fc4a1a !important;
        color: white !important;
    }

br {
    height: 20px;
}

.disputeTextArea {
    width: 400px;
}

a.modifyHoursInApproval, a.modifyHoursInApproval:visited {
    color: #a239ca;
    text-decoration: underline;
    font-size: 12px;
}

.underline {
    text-decoration: underline;
}

a.profileRelationshipSelect {
    border: 1px solid #249ba3;
    color: #249ba3;
    height: 62px;
    min-width: 220px;
    background-color: white;
    box-shadow: 2px 2px 2px lightgray;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    padding: 10px;
    margin: 4px;
    text-align: center;
}

.ProviderTypeSelect, .searchSuperCategoryCheckButton, .cgPrefPetSelect {
    border: 1px solid #249ba3;
    color: #249ba3;
    height: 90px;
    min-width: 180px !important;
    width: 180px !important;
    max-width: 180px !important;
    background-color: white;
    box-shadow: 2px 2px 2px lightgray;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    padding: 10px;
    margin: 4px;
    text-align: center;
}

.ProviderTypeSelect {
    font-size: 15px;
}

a.searchSuperCategoryCheckButton {
    height: 60px;
    display: block;
}

label.searchSuperCategoryCheckButton, label.searchSuperCategoryCheckButton:hover {
    height: 60px;
    display: block;
    pointer-events: none;
}

.cgPrefPetSelect {
    font-size: 16px;
    line-height: 20px;
    margin: 4px;
    text-align: center;
}


.ecgForm a.filterSkillsSuperCheckbox a.cgPrefPetSelect {
    margin: 0 auto auto 0 auto;
    width: 140px;
    height: 70px;
    padding: 5px;
    font-size: 16px !important;
}

a.ProviderTypeSelect img, .cgPrefPetSelect img {
    display: block;
    height: 40px;
    margin: auto;
}

.cgPreferenceCheckbox span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.searchSuperCategoryCheckButton img {
    display: block;
    height: 30px;
    margin: auto;
}

.certificationTableContainer .dataTables_info, .FamilyMemberTableContainer .dataTables_info {
    display: none;
}

.searchSuperCategoryCheckButton svg {
    display: block;
    height: 30px;
    width: 60px !important;
    margin: auto;
}

a.profileRelationshipSelect:hover, a.ProviderTypeSelect:hover, .searchSuperCategoryCheckButton:hover, a.caregiverProfileCheckAlt:hover, a.notificationPrefSelect:hover {
    background-color: ghostwhite;
    font-weight: 900;
    color: #5ac8cc;
    text-decoration: none;
}

.profileRelationshipSelect img {
    height: 40px;
    margin-right: 10px;
}

.addFamMemberCheckGroup {
    width: 200px;
    min-width: 200px;
    margin: 0 10px 10px 10px;
}

    .addFamMemberCheckGroup label {
        display: inline-block;
    }

    .addFamMemberCheckGroup input {
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-right: 10px;
    }

a.caregiverProfileCheckAlt.profileRelationshipSelect {
    width: 120px;
}

b {
    font-weight: 900;
}

a.caregiverProfileCheckAlt.profileRelationshipSelect img {
    height: 30px;
    width: 30px;
}

a.profileRelationshipSelect.active, a.ProviderTypeSelect.active, .searchSuperCategoryCheckButton.active, a.notificationPrefSelect.active {
    color: darkslategray;
    background-color: #cdf0f2;
    box-shadow: 3px 3px 2px #249ba3 inset;
}

a.caregiverProfileCheckAlt img.hourlyLiveinBoth {
    height: 40px;
    width: 40px;
}

a.cgTravelDistButton {
    height: 30px;
    padding: 4px;
    font-weight: 200;
    line-height: 20px;
    font-size: 16px;
}

a.workTypeSelect {
    width: 160px;
    text-align: center;
}


a.profileRelationshipSelect i, a.notificationPrefSelect i {
    color: #a239ca;
}

.modal p {
    font-size: 16px;
}

#appRegistrationForm input {
    max-width: 300px;
}

#appRegistrationForm div.text-danger p {
    font-size: 10px !important;
    margin-bottom: 0;
}



.columnSchedSpacer {
    margin: 3px;
    height: 34.6px !important;
    text-align: center;
    border-radius: 5px;
    min-width: 80px;
    font-size: 14px;
}

tbody.schedulingApproxHoursTableBody td div {
    margin-top: 0;
    margin-bottom: 10px;
}

.k-i-calendar {
    color: #249ba3
}

.k-state-default.k-nav-current {
    margin-left: 5px;
}

.k-scheduler, .k-scheduler-mobile {
    width: 100% !important;
}

.km-pane-wrapper {
    max-width: 800px !important;
}

.k-scheduler-mobile .k-scheduler-views {
    z-index: 1 !important;
}

.float_center {
    float: right;
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
    margin: 0;
    line-height: 20px;
}

    .float_center > .FloatCenterchild {
        position: relative;
        left: 50%;
        border: none !important;
    }

.FloatCenterchild a {
    margin: 0 !important;
    background-color: #e4e7eb !important;
    color: #249ba3 !important;
    border: none;
    border-radius: 4px;
}

    .FloatCenterchild a:hover {
        background-color: #bec0c4 !important;
    }

.noLogerAvailableCheckDiv label {
    padding-left: 10px;
}

.ecgForm .graySepLine {
    width: 90%;
    background-color: #dedede;
    height: 1.5px;
    margin: 6px auto 6px auto;
    border-radius: 2px;
    display: block;
}

.ecgForm .graySepLineW {
    width: 100%;
    background-color: #dedede;
    height: 1.5px;
    margin: 6px auto 6px auto;
    border-radius: 2px;
    display: block;
}

.verifyMeBoundaryDiv {
    border-top: 1px #249ba3 solid;
    height: 30px;
    padding-left: 0;
    padding-right: 0
}

    .verifyMeBoundaryDiv img {
        height: 60px;
    }

a.TncReadButton, a.TncCompletedButton {
    font-size: 16px;
    text-decoration: underline;
    color: #a239ca;
    padding-left: 10px;
}

.ecgForm input.locationSearchBox {
    width: 240px;
    font-size: 28px;
    height: 35px
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.offerSectionHeader {
    border: thin solid lightgray;
    border-top: 2px solid #249ba3;
    border-radius: 10px;
    margin: 0 10px 10px 10px;
    padding: 10px
}

.offerRowForDates label {
    padding: 0 5px 0 5px;
}

.backgroundCheckOfferFakeTableItemTable {
    width: 170px;
    font-size: 14px;
    text-align: left;
}

.offerBackgroundCheckContainer {
}

.backgroundOfferDetailColumn {
    width: 100px;
}

    .backgroundOfferDetailColumn h5, .backgroundOfferCheckColumn h5 {
        margin: 0;
        font-size: 12px;
        padding: 2px;
        height: 50px;
        text-wrap: normal;
        line-height: 16px;
        text-align: center;
    }

.backgroundOfferTableHeader {
    height: 80px;
}

.backgroundOfferDetailColumn h5 {
    font-size: 14px;
}

.backgroundOfferTableHeader h5 {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin-bottom: 4px;
}

.backgroundOfferTableHeader h6 {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 2px;
}

.backgroundOfferCheckColumn div, .backgroundOfferCheckColumn h5 {
    display: block;
}

.offerSummmaryBackgroundCheckLabels h5 {
    width: 260px;
    font-size: 16px;
    padding: 5px;
    text-align: center
}

div.modal-header div {
    flex-basis: 100%;
}

div.offerStepNumber {
    font-size: 24px;
    margin-top: -5px;
}

.moreLanguagesSubDiv {
    min-height: 180px;
}

.coupleCareSelectDiv {
    min-width: 250px;
    max-width: 350px;
}

.menuToggleDashboard svg {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.cgImageUpload {
    object-fit: cover;
}

input.InputElement.is-empty {
    color: blue !important;
}

.interviewShowMoreButton .expandCgOffer {
    text-decoration: underline;
}

.interviewCounterForm span.k-datetimepicker {
    width: 100% !important;
}

.tempOfferStatus {
    background-color: yellow;
    color: #fc4a1a;
    display: none;
}

.ecgForm div.offerBackgroundCheckBottomBox {
    margin-left: 110px;
}

.ecgForm .offerSelectLabel {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
}

.offerBackgroundCheckBottomBox h6 {
    margin-bottom: 4px;
}

.offerBackgroundCheckBottomBox p {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 12px;
}

.ecgForm input.acceptedBackgroundChecksInput, .ecgForm input.declineBackgroundChecksInput {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px;
    min-width: 20px !important;
}

.notificationPrefSelect {
    display: block;
    flex-basis: 100px;
    border: 1px solid #249ba3;
    color: #249ba3;
    height: 30px;
    min-width: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
    background-color: white;
    box-shadow: 2px 2px 2px lightgray;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    margin: 4px;
    text-align: center;
}

.loginRememberMeDiv {
    display: block;
}

.bg-danger {
    color: white;
    background-color: #fc4a1a !important;
}


.videoModalInterviewBody {
    background-color: #a239ca;
    Color: white;
    /*height:80vh;*/
}

#videoInterviewModal .modal-dialog {
    background-color: #a239ca !important;
    box-shadow: none !important;
    color: white !important;
    width: 90% !important;
    border: none;
}

#videoInterviewModal .modal-header h4 {
    background-color: #a239ca !important;
    box-shadow: none !important;
    color: white !important;
    text-decoration: none;
}

.careprofileDashboardNameBlock {
    flex-basis: 400px;
}

input.newProfileNameInput {
    min-width: 200px !important;
}

.smallButton {
    font-size: 10px !important;
    padding: 2.5Px !important;
    max-height: 20px !important;
}

li.k-state-selected {
    z-index: 0 !important;
}

.strippedListTable th, .strippedListTable td {
    text-align: center;
    font-size: 14px;
}

div.stripedRow .row:nth-of-type(2n+1) {
    background-color: whitesmoke;
}

div.careProfileSummary {
    max-width: 600px;
    width: 100%;
}

.clientSelectDropList {
    min-width: 300px;
    width: 50%;
    flex-basis: 300px;
}

.ecgIndexPage {
    margin-top: 100px !important;
}

#seeYourself {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    /*
    height:100px;*/
}

    #seeYourself video {
        max-height: 300px;
        min-height: 25px;
        min-width: 25px;
        width: auto;
    }

.backupCareImage {
    margin: 5px;
    width: 150px;
}

a.nav-link ul {
    margin-left: 24px;
    margin-top: 0px;
    padding: 0px;
}

a.nav-link li {
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}

.ageWarning {
    font-size: 12px;
}

.VisitbackupListContainer table.purchaserListTable btn-success-0 {
    font-size: 14px !important;
    padding: 2.5px !important;
    height: 20px !important;
}

.mobileClinicalTextArea {
    width: 100%;
    min-width: 100%;
}

#remoteVideoParticipants {
    max-width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
}

#remoteVideoParticipants {
    display: flex;
    background-color: #a239ca;
    justify-content: center;
    padding: 0 10px 0 10px;
}

    #remoteVideoParticipants video {
        max-height: 300px;
        min-height: 25px;
        min-width: 25px;
        width: auto;
        background-color: #a239ca;
        width: auto;
        border: thin solid black;
        margin: 0 10px 0 10px;
    }

.superWideVideo {
    width: 95% !important;
}

#remoteVideoParticipants video.dummyVid {
    max-height: 1px !important;
    min-height: 1px !important;
    min-width: 0px !important;
    background-color: purple !important;
    width: 1px !important;
    border: thin solid purple !important;
    margin: 0 !important;
}

.MobileseeYourselfVideo video {
    max-height: 50px !important
}

.videoIsStopped, .localInfoDiv {
    display: none;
}

.videoStatus {
}

.paydisclaimerinOffer {
    font-size: 12px !important;
    margin-top: 20px;
}

.offerSS, .cgOfferSsSubmit {
    width: 120px;
    text-align: center;
    margin: auto;
}

.offerSS {
    padding-left: 6px;
    padding-right: 6px;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
}

.ecgForm div.ScheduleSummary {
    font-size: 16px;
}

.offerModalFormHolder {
    overflow-y: auto;
}

.mobileCarePlanActivityItem {
    font-size: 14px;
    color: #249ba3;
}

.ecgForm input.approveVisitRateInput {
    text-align: right;
}

.puInterviewSideButtons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-end;
    text-align: right;
}

.AllowedStatesHolder .k-button {
    background-color: #a239ca;
    color: white;
    width: 45px;
}

.withPictureFilterBox {
    width: 100% !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

a.cgDrivingSkillsCheckbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.w90Centered {
    width: 90% !important;
    max-width: 90% !important;
    margin: auto;
}

#StripeFirstConnectAboutStripe a {
    width: 275px;
}

.RegisterInvitePage .regPopFormRow input {
    height: 40px !important;
}

.qvaDataRow svg.fa-map-marker {
    height: 16px !important;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.certIcon {
    margin-left: 4px;
}

span.k-widget.k-datepicker.k-header dateTimeInputTodayMin.notOngoing.offerEditDate.offerEndDate {
    display: inline-flex !important;
}

.bizMiniInfoRowPicBox {
    display: flex;
    justify-content: center;
}

    .bizMiniInfoRowPicBox img {
        height: 80px;
        margin: auto;
        margin-bottom: 20px;
    }

.bizminiHowITworksInforBox {
    padding: 20px;
}

    .bizminiHowITworksInforBox p {
        color: darkslategray;
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .bizminiHowITworksInforBox h3 {
        margin-bottom: 20px;
        width: 260px;
    }

.bizminiHowItWorksCheckSection {
    width: 80%;
    padding: 10px;
    margin: auto;
}

.bizminiHowItWorksCheckSectionLeft {
    padding: 20px;
}

    .bizminiHowItWorksCheckSectionLeft p {
        width: 80%;
    }

    .bizminiHowItWorksCheckSectionLeft h3 {
        max-width: 280px;
    }

.bizminiHowItWorksCheckSectionRight {
    padding: 20px;
}

.bizminiHowitworkscheckrow {
    font-size: 22px;
    color: darkslategray
}

    .bizminiHowitworkscheckrow svg {
        margin-left: 20px;
        margin-right: 20px;
    }

.bizminiPageBackground h2 {
    font-size: 44px;
}

.bizCareGiverMiniProfile {
    width: 75%;
}

.bizminiPricingPromoBanner {
    background-color: #249ba3;
    color: white;
    text-align: center;
    width: 100%;
    padding: 20px;
}

    .bizminiPricingPromoBanner h3 {
        color: white !important;
        text-align: center;
        width: 100%;
    }

.bizMinicontactUsBlock {
    width: 260px;
    height: 180px;
    border: thin solid lightgray;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
}

    .bizMinicontactUsBlock img {
        margin: auto;
        height: 80px;
    }

    .bizMinicontactUsBlock h3 {
        margin: auto;
        padding: 20px;
        color: #249ba3;
        text-align: center;
    }

.bizMiniPricingBlockHolder {
    padding-top: 40px;
    margin-bottom: 20px;
}

.bizMiniPricingBlockOutside {
    margin-left: 20px;
    margin-right: 20px;
    width: 300px;
}

.bizminiPricingBlock {
    height: 300px;
    background-color: #c4eced;
    padding: 20px;
    border-radius: 10px;
}

.bizminiPriceDetailLine {
    text-align: center;
}

.bizminiPricingBlock h1 {
    color: #a239ca;
}

.bizminiPricingBlock h4 {
    color: darkslategrey !important;
    font-size: 32px;
}

.bizminiPricingBlock .graySepLine {
    border: thin solid darkslategray !important;
    margin-bottom: 20px;
}

.bizminiPricingBlock2 {
    background-color: #8ad8db;
}

.bizminiPricingBlock3 {
    background-color: #5ac8cc;
}

.bizminiPriceDetailLine {
    color: darkslategray !important;
}

.bizJoin {
    width: 300px;
    margin: 10px auto 10px auto;
    font-size: 24px;
}

.bizminiPricingBlockAboveUnderline {
    height: 20px;
    font-size: 14px;
    text-align: center;
    color: gray;
}

.bizTncHolder {
    height: 200px;
    overflow-y: scroll;
    border: thin solid gray;
    border-radius: 5px;
}

.tooltip-inner {
    background-color: darkslategray;
    color: white;
    font-size: 18px;
}

.arrow {
    color: darkslategray;
    border: darkslategray;
}

.bizAdminNavList {
    background-color: lightseagreen
}

.bizAdminNavLink {
    background-color: lightcoral !important;
    border: white thick solid;
    color: white !important;
}

.eniAdminNavLink {
    background-color: darkblue !important;
    border: white thick solid;
    color: white !important;
}

.bizHomeCategorySelect {
    width: 300px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    padding: 20px;
}

.HomeCategorySelect {
    width: 400px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    padding: 20px;
}

.bizHomeCategorySelect img {
    height: 80px;
    margin-bottom: 10px;
}

.HomeCategorySelect img {
    height: 200px;
    margin-bottom: 17px;
}

.bizCategorySelectLine1 {
    font-size: 24px;
    font-weight: 800;
}

.bizCategorySelectLine2 {
    font-size: 16px;
}

.unregisteredSearchBarBiz h2 {
    padding-top: 150px;
}

.unregisteredSearchBarBiz a:hover {
    color: white;
    font-weight: 900;
}

.unregisteredSearchBarBiz a:visited {
    color: white;
}

.bizTncHolder .tncC-ntent {
    font-size: 12px;
}

.tncAckBiz {
    font-size: 18px !important;
    padding-left: 40px !important;
    line-height: 25px !important;
}

    .tncAckBiz input {
        margin-left: -30px !important;
        margin-top: 0 !important;
    }

#bizRegistrationForm .row {
    max-width: 600px;
    margin: auto;
}

#bizRegistrationForm input {
    max-width: 70% !important;
}

#bizRegistrationForm .input-group {
    margin-bottom: 10px;
}

#bizRegistrationForm .input-group-append span {
    border: white;
    background-color: white;
}

#bizRegistrationForm .input-group-append span {
    border: white;
    background-color: white;
}

    #bizRegistrationForm .input-group-append span svg {
        height: 16px;
        width: 16px;
    }

.bizPlanSelectBox {
    border: thin solid #a239ca;
    color: #a239ca;
    margin: 10px auto 10px auto;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

    .bizPlanSelectBox input {
        padding: 5px;
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }

    .bizPlanSelectBox div {
        margin-left: 10px;
    }

    .bizPlanSelectBox label {
        color: #a239ca;
    }

input.promoCodeEntryBox {
    width: 260px;
}

.bizProfileForm label {
    font-size: 22px;
    color: #249ba3;
    margin-bottom: 5px;
}

.bizProfileForm .col-12 {
    margin-bottom: 20px;
}

.bizLogoFileName {
    width: 300px;
    height: auto;
}

.postingSelectDropdown {
    width: 189px !important;
    margin-left: -2px !important;
}

.bizProfileForm textarea {
    min-width: 280px;
    max-width: 90%;
    padding: 10px;
}

.bizProfileForm {
    max-width: 1600px;
}

.jobPostingPayRangeBox div {
    margin-right: 10px;
}

.ecgForm select.payTypeDropDown {
    width: 100px !important;
}

.bizProfileForm .jobPostingCehckSection label {
    color: darkslategray;
    font-size: 18px;
    padding-bottom: 4px;
}

.bizProfileForm .jobPostingCehckSectio {
}

.jobPostingEmployeeType {
    padding-left: 20px;
}

.bizLogoHomeHeader img {
    height: 50px;
    width: auto;
}

.bizinfoBox {
    border: thin solid black;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.bizInfoBoxTable {
    text-align: center;
    margin-top: 20px;
}

    .bizInfoBoxTable h4 {
        font-weight: 800;
        border-bottom: thin solid black;
        width: 100%;
        text-wrap: normal;
    }

    .bizInfoBoxTable h5 {
        font-weight: 800;
        border-bottom: thin solid black;
        width: 100%;
        text-wrap: normal;
    }

    .bizInfoBoxTable div {
        font-weight: 800;
        border-bottom: thin solid black;
        width: 100%;
    }

#JobPostEditModal .modal-dialog {
    max-width: 1600px;
    width: 90% !important;
}

#PrivateJobViewModal .modal-dialog {
    max-width: 1000px;
    width: 90% !important;
}

#modalTemplateViewer .modal-dialog {
    max-width: 1000px;
    width: 90% !important;
}

img.bizlistlogo {
    height: auto;
    max-width: 240px;
    width: 90%;
    margin: 10px auto 10px auto;
}

.titleInput {
    min-width: 300px !important;
    width: 80% !important;
    max-width: 300px !important;
}

.businessSearchButtonLabel {
    text-align: left;
    width: 35px;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.acceptSmokingcheckboxBiz {
    margin-left: 27px
}

div.searchBarLicenseTypeSelect .filterSkillsCheckbox {
    /*width:40%;
    min-width:40%;
    max-width:45%*/
}

input.savedSearhNameBox {
    width: 90% !important;
    margin: auto;
}

.columnSelectBox {
    padding: 10px;
    margin: 5px;
    width: 140px;
    flex-basis: 140px;
    font-size: 16px;
    border: thin solid lightgray;
    border-radius: 5px;
}

.searchListCustomColumns {
    max-width: 1000px;
    width: 100%;
}

.searchTableToolbarRow div {
    margin-right: 10px;
}

.searchTableToolbarRow .btn {
    margin-top: 0;
    margin-bottom: 10px;
}

.searchTableToolbarRow .searchListSelctAll {
    margin-top: 10px;
}

.searchPage {
    max-width: 100%
}

.locationSelectionButton {
    overflow-x: hidden;
}

.locationSelectionBlock {
    border: thin solid gray;
    text-align: left;
    margin: 5px;
    margin-right: 0;
    border-radius: 5px;
    padding: 5px;
}

    .locationSelectionBlock h4 {
        font-size: 20px;
    }

    .locationSelectionBlock h5 {
        font-size: 16px;
    }

.selectedLocation {
    border: thick solid #a239ca;
    background-color: whitesmoke;
}

.LocationSelectionList {
    background-color: white;
    padding: 5px;
    border: thin solid ghostwhite;
}

.myAccountGraphHolder {
    width: 360px;
    height: 360px;
    margin: 20px;
}

    .myAccountGraphHolder .k-chart {
        width: 300px;
        height: 300px;
        margin: auto;
    }

.supportVideoBox {
    width: 560px;
    margin: 20px;
}

.newcaregiverFrontPageInfoImage {
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.caregivernewHomeJobTpeSelect {
    text-wrap: normal;
    word-wrap: normal;
    text-align: center;
    background-color: #249ba3;
    color: white !important;
    font-size: 1.5rem;
    /*width: 220px;*/
    /*height: 100px;*/
    /*padding: 10px;*/
    border-radius: 5px;
}

.cgHomeBulletBlock {
}

.leftNavWrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 5px !important;
    color: #0c3033 !important;
}

.leftNavWrapperBottom {
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.leftNavWrappertop {
    padding: 10px 0 10px 0;
}

.ecgDashboardNavTabs h5 {
    font-size: 19px;
    font-weight: 900;
}

.ecgDashboardNavTabs li.leftNavWrapper a {
    color: #0c3033 !important;
    background-color: white !important;
}

    .ecgDashboardNavTabs li.leftNavWrapper a.active {
        background-color: #3b3b3b !important;
        color: white !important;
    }

.ecgCgBizPage .ecgContentNavTabs li a {
    border-color: #f7b733;
    color: darkslategray;
}

    .ecgCgBizPage .ecgContentNavTabs li a.active {
        border-color: #f7b733;
        background-color: #f7b733 !important;
        color: white;
    }

    .ecgCgBizPage .ecgContentNavTabs li a:hover {
        border-color: #f7b733;
        background-color: whitesmoke !important;
        color: black;
        font-weight: 800;
    }

    .ecgCgBizPage .ecgContentNavTabs li a.active:hover {
        border-color: #f7b733;
        background-color: #f7b733 !important;
        color: white;
    }

.ecgCgBizPage .genericBizFormSave {
    margin-top: 0 !important;
}

.ecgCgBizPage .ecgForm {
    margin-bottom: 20px;
}

.ecgCgAccountPage .ecgContentNavTabs li a {
    border-color: #249ba3;
    color: #249ba3;
}

    .ecgCgAccountPage .ecgContentNavTabs li a.active {
        border-color: #249ba3;
        background-color: #249ba3 !important;
        color: white;
    }

    .ecgCgAccountPage .ecgContentNavTabs li a:hover {
        border-color: #5ac8cc;
        background-color: whitesmoke !important;
        color: #249ba3;
        font-weight: 800;
    }

    .ecgCgAccountPage .ecgContentNavTabs li a.active:hover {
        border-color: #5ac8cc;
        background-color: #5ac8cc !important;
        color: white;
    }

.bizCareGiverMiniProfile {
    background-color: white;
    border: 2px solid #249ba3;
    border-radius: 25px;
    margin: auto;
}
/*.BizSearchMiniResults{
    width:90%;
    padding:40px;
    margin:auto;
    margin-top:20px;
    background-color:white!important;
    border-radius:5px;
}*/
.BizSearchMiniResults table {
    max-width: 100% !important;
}

.BizSearchMiniResults th {
    font-size: 16px;
    font-weight: 800;
}

.BizSearchMiniResults td {
    font-size: 14px;
    font-weight: 300;
}

.searchBizWithList {
    padding-top: 225px;
}

.unregBizSearchButton {
    margin-top: 0;
}

.bizJoin {
    font-size: 20px;
}

.perMonthAnnualStatement {
    max-width: 140px;
    text-wrap: normal;
    flex-basis: 40%;
    font-size: 15px;
    line-height: 16px;
    padding-top: 7.5px;
    color: gray;
}

#inputForMessageText {
    width: 90%;
    margin: auto;
}

.largeAreaForText {
    width: 90%;
    margin: auto;
}

.messageLastSelectList {
    width: 90%;
    margin: auto;
}

.ecgForm input.longInput {
    width: 100% !important;
    max-width: 300px;
}

.mapPopUpInfo {
    min-width: 260px;
}

    .mapPopUpInfo p {
        margin-bottom: 9px;
        font-size: 18px;
        font-family: 'eau_douce_sans_regular';
        font-weight: 600;
    }

.cgProfileBizTableRow table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.currentPlanStatusDiv {
    font-size: 16px;
}

#planStatusCurrentCounts {
    margin: -32px 0 0 0 !important;
}

#MessageSendModal, #InstantInterviewRequestModal, #unregRevealModal {
    z-index: 1150;
}

.cgProfileBuilderStep1upperBlock {
    min-width: 240px;
}

.purchaserDahboardTabbedContentBox .bizminiHowITworksInforBox {
    width: 340px;
    color: #249ba3 !important
}

    .purchaserDahboardTabbedContentBox .bizminiHowITworksInforBox h3 {
        font-size: 24px;
    }

    .purchaserDahboardTabbedContentBox .bizminiHowITworksInforBox p {
        font-size: 16px;
        color: #249ba3 !important;
    }

.cgPrefRateDiv {
    width: 45%;
    min-width: 360px;
}

    .cgPrefRateDiv h5 {
        width: 240px;
    }

input[name='BaseZipCode'] {
    max-width: 100px;
}

.bizProfileTable svg {
    width: 30px;
    height: 30px;
}

footer h6 {
    font-size: 18px;
    margin-bottom: 0px;
}

#newEventForm .filterSkillsCheckbox {
    border: none;
    margin: 0 !important;
}

#newJobForm .col-lg-4 {
    margin: 0 !important;
    border: none;
}

/*.ecgForm .input-group-prepend{
    width:40px !important;
}*/
#bizRegistrationForm .input-group-prepend {
    width: 40px !important;
}

.ecgForm .input-group-prepend {
    width: 30px !important;
}

.profileBuilderForm.ecgForm .input-group-prepend {
    width: 40px !important;
}

.profileBuilderForm.ecgForm .input-group-text {
    padding-left: 8px;
}

.profileBuilderForm.ecgForm input.pbPassword {
    width: 263px !important
}

.profileBuilderForm.ecgForm .col-md-6 {
    min-width: 370px;
}

#bizRegistrationForm span.input-group-text {
    width: 42px !important;
}

.ecgForm div.supplementalQ {
    /*width: 90%;*/
    /*max-width: 500px;*/
    width: 80% !important;
}

.customQuestionStyle {
    font-size: 1rem;
    color: black !important;
}

.jobPostingcustomeReqDiv div.btn-group {
    padding-bottom: 5px;
}

.locationSelectionButton {
    max-width: 50%;
    width: auto;
    min-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
}

.topHelperDiv {
    display: none;
    position: absolute;
    z-index: 1200;
    top: 10px;
    background-color: white;
    padding: 12px;
    text-align: center;
    min-width: 600px;
}

.requiredAsterisk {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
}

i.requiredAsterisk::before {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
}

svg.requiredAsterisk {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
}

#card-element.ecgBizStripeInput {
    max-width: 600px;
    margin: auto;
}

.k-invalid-msg, .k-invalid-msg span, .formError {
    background-color: #fc4a1a;
    color: white;
    padding: 2.5px;
    text-align: center !important;
    margin: auto;
    font-size: 16px;
}

.dhanashreeredbox {
    background-color: red;
}

.addCodeButton {
    height: 33px !important;
    margin-top: -2px;
    line-height: 20px;
}

#recruitPortalPage .dataTables_length {
    display: none;
}

footer {
    margin-top: 20px;
}


/*                         ENI STYLES                       */
.eniIconBlock {
    text-align: center;
    max-width: 260px;
    min-width: 240px;
    padding: 10px;
}

    .eniIconBlock img {
        height: 40px;
    }

.eniWelcomeBlock {
    background-color: white;
    margin: auto;
    width: 90%;
    max-width: 1400px;
    padding: 20px 10px 20px 10px;
    opacity: 1;
    border-radius: 10px;
}

.eniWelcomeFooter {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.benefitsReturnButton {
    width: 200px;
}

.eniWelcomeChangeableContainer {
    background-color: rgba(0, 0, 0, 0)
}

.eniWelcomePagesBackground {
    background-color: rgba(0, 0, 0, 0)
}

.eniWelcomePageContent {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 100% !important;
}

.eniWelcomPagesBackground {
    background-color: rgba(0, 0, 0, 0)
}

    .eniWelcomPagesBackground::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -1;
        /*background-color: rgba(0,0,0,.2);*/
        background: url('/content/ecgImages/EniImages/ENI Large.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }

.eniBodyContainer, .ecgPageBackground {
    background-color: rgba(0, 0, 0, 0) !important;
}

.eniHomeFooter {
    width: 100%;
}

.eniEmailProfileBuilderWarning {
    max-width: 750px;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 16px;
}

.eniShadeBackground {
    height: 1000px !important;
    margin-top: -100px;
}

.eniSearchTextLabel, .regSearchTextLabel {
    line-height: 30px;
}

body.eniBody {
    height: 100% !important;
}

.eniSearchBar, .regSearchBar {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
}

.welcomTermsBox {
    background-color: white;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    padding: 10px 20px 10px 20px;
    opacity: 1;
    border-radius: 10px;
    margin-top: 300px;
}

.adminPageContent .dataTables_filter, .adminPageContent .dataTables_length {
    float: none;
    text-align: left;
}

.eniSearchResultBox {
    min-width: 180px;
    max-width: 180px;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border: 2px solid lightgray;
    border-radius: 10px;
    background-color: white;
    box-shadow: whitesmoke 5px 5px;
}

.eniWelcomeSearchResultBlock {
    margin: 20px auto 0 auto;
}

.eniAdminTraditionalTables {
    /*margin-bottom:40px;*/
    display: none;
}

.altKendoGridInAdmin {
    overflow-x: auto;
    margin: 20px auto 20px auto;
}

    .altKendoGridInAdmin .k-grid {
        background-color: white;
        border: none;
        color: #249ba3
    }

        .altKendoGridInAdmin .k-grid .k-state-selected {
            background-color: white;
            border-color: lightgray;
            color: #249ba3
        }

    .altKendoGridInAdmin .k-grid-toolbar {
        background-color: white;
        text-align: center;
    }

        .altKendoGridInAdmin .k-grid-toolbar button {
            background-color: white;
            border-color: #a239ca;
            color: #a239ca;
            text-align: center;
        }

    .altKendoGridInAdmin .k-grid-header .k-header {
        overflow: visible;
        white-space: normal;
    }

    .altKendoGridInAdmin .k-si-arrow-n::before {
        content: "\e127";
        font-family: WebComponentsIcons;
        color: black;
    }

    .altKendoGridInAdmin .k-si-arrow-s::before {
        content: "\e128";
        font-family: WebComponentsIcons;
        color: black;
    }

    .altKendoGridInAdmin .k-i-arrow-n::before {
        content: "\e127";
        font-family: WebComponentsIcons;
        color: black;
        text-align: right;
    }

    .altKendoGridInAdmin .k-i-arrow-s::before {
        content: "\e128";
        font-family: WebComponentsIcons;
        color: black;
        text-align: right;
    }

    .altKendoGridInAdmin .k-group-delete::before {
        content: "\e11b";
        font-family: WebComponentsIcons;
        color: black;
    }

    .altKendoGridInAdmin .k-si-arrow-n {
        color: whitesmoke;
    }

.k-grid-filter.k-state-active {
    background-color: #249ba3 !important;
}

.altKendoGridInAdmin .k-si-arrow-s {
    color: whitesmoke
}

.k-widget.k-numerictextbox .k-icon {
    color: lightgray;
}

    .k-widget.k-numerictextbox .k-icon::before {
        color: black;
    }

.altKendoGridInAdmin .k-filter::before {
    content: "\e12b";
    font-family: WebComponentsIcons;
}
/*.altKendoGridInAdmin .k-header a.k-link{
    margin-right:20px!important;
    overflow:visible;
}*/


.eniCsProfileLogo {
    width: 60px;
}

.eniTableLogo {
    width: 40px;
}

.csProfileInfoContainer1 {
    padding: 10px;
    border: thin solid gray;
    border-radius: 5px;
}

    .csProfileInfoContainer1 h4 {
        font-size: 18px;
    }

    .csProfileInfoContainer1 h5 {
        font-size: 16px;
        color: black;
    }

.tableOverflow {
    overflow-x: scroll;
}

#eniTermsModal .modal-dialog {
    margin-top: 200px;
}

.eniWelcomeSearchPage .unregisteredSearchBar h2 {
    padding-top: 100px;
}

.eniWelcomeSearchPage #unregSearchZip {
    width: 100px;
    height: 35px;
}

.eniOverviewInfoBox {
    width: 48%;
    min-width: 400px;
    padding: 20px;
    border: thin solid #a239ca;
    border-radius: 5px;
}

.icon-wrapper {
    position: relative;
    float: left;
    border: 1px solid #249ba3;
    padding: 2px;
}

*.icon-blue {
    color: #0088cc
}

*.icon-grey {
    color: #249ba3;
}

.icon-wrapper i {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.messageIconBtn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 2px;
    border: 1px solid #249ba3;
    padding: 2px;
}

.badgeMessage {
    content: "!";
    background: rgba(255,0,0,1);
    width: 10%;
    height: 30%;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.ecgReferenceRating .ecgReferenceRating a {
    margin: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 85.375em) {
    .blankPictureHolder {
        width: 110px !important;
        height: 110px !important;
    }
    /*.quickViewCaregiverBoxRightIconBox {
        margin-left: 145px !important;
    }*/
}

@media screen and (min-width: 2560px) {
    .unregisteredSearchBarCS {
        padding-top: 15%;
    }
}

@media screen and (max-resolution: 96dpi) {
    .unregisteredSearchBarCS {
        padding-top: 15%;
    }
}

@media screen and (max-resolution: 60dpi) {
    .unregisteredSearchBarCS {
        padding-top: 10%;
    }
}
