﻿/*Darkest Blue: ##234D6F
Middle Blue: #297CB2
Lighter Blue: #99C7EF
Brighter Red: #CC384A*/
#myBizRevealsTable {
    min-height: 325px;
}
.yellowBackgroundDark {
    background-color: #f7b733;
    color: white;
}

.fcjBold {
    font-weight: bold;
}

.fcjBolder {
    font-weight: bolder;
}

.fcjpasswarning {
    font-size: 12px;
}

.fcjshow576, .fcjshow1080 {
    display: none;
}

.revealsDiv .dataTables_scrollBody {
    overflow-y: scroll !important;
    max-height: 230px !important;
}

.fcjLGTextAlignLeft {
    text-align: left;
}

.fcjLGTextAlignCenter {
    text-align: center;
}

.fcjLGTextAlignRight {
    text-align: right;
}

.fcjSectionTitle {
    color: #297CB2;
    font-size: 20px;
}

.revealsDiv {
    overflow-y: unset !important;
}

body {
    overflow-x: hidden !important;
}

.yellowText {
    color: gold;
}

.blackText {
    color: black !important;
}

.show414 {
    display: none !important;
}

.pac-container {
    z-index: 10000 !important;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

#fcjBodyContainer {
    z-index: 0;
    position: relative;
    min-height: calc(100vh - 252px);
}

div.k-loading-mask {
    z-index: 2000;
    min-height: 100% !important;
}

.hidden {
    display: none !important;
}

.WhiteSpace20 {
    height: 20px !important;
}

.WhiteSpace60 {
    height: 60px !important;
}

.graySepLine {
    width: 98%;
    background-color: #dedede;
    height: 1.5px;
    margin: 6px auto 6px auto;
    border-radius: 2px;
    display: block;
}

.fcjBlueBtn.activeCheck, .fcjBlueBtn.active {
    color: white;
    /*//box-shadow: 3px 3px 2px inset;*/
}

.fcjRedBtn.activeCheck, .fcjRedBtn.active {
    color: white;
    box-shadow: 3px 3px 2px inset;
}

.fcjGreyBtn {
    color: white;
    background-color: #d0d0d0;
    border-color: #6c757d;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 20px;
    box-shadow: 3px 3px 2px unset;
}

.ChatMessageRecipient {
    background-color: #249ba333;
    border-radius: 5px;
}

.ChatMessageSender {
    background-color: #f7b73333;
    border-radius: 5px;
}


.fcjShow375 {
    display: none;
}

.fcjImgStyle {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.fcjDarkBlueText {
    color: #234D6F;
}

.fcjhidden {
    display: none;
}

.fcjLightBlueText {
    color: #99C7EF;
}

.fcjMiddleBlueText {
    color: #297CB2;
}

.fcjRedText {
    color: #CC384A;
}

.fcjDarkBlueHeading {
    color: #234D6F;
    font-weight: 700;
    font-size: 19px;
}

.fcjRedHeading {
    color: #CC384A;
    font-weight: 700;
    font-size: 19px;
}

.fcjLightBlueHeading {
    color: #99C7EF;
    font-weight: 700;
    font-size: 19px;
}

.fcjMiddleBlueHeading {
    color: #297CB2;
    font-weight: 700;
}

.fcjDarkBlueHeadingThin {
    color: #234D6F;
    font-weight: 500;
    font-size: 21px;
}

.fcjBlueUnderLine {
    border: 2px solid #99C7EF;
    width: 60%;
    background-color: #99C7EF;
    margin-left: 0px;
    margin-top: 5px;
}

.fcjBlueUnderLineTop {
    border-top: 2px solid #99C7EF;
    width: 60%;
    background-color: #99C7EF;
    margin-left: 0px;
    margin-top: 5px;
    padding:2px;
}

.fcjDarkBlueUnderLine {
    border: 2px solid #234D6F;
    width: 60%;
    background-color: #234D6F;
    margin-left: 0px;
    margin-top: 5px;
}
.fcjDarkBlueUnderLineTop {
    border-top: 2px solid #234D6F;
    width: 60%;
    background-color: #234D6F;
    margin-left: 0px;
    margin-top: 5px;
    padding: 2px;
}
/*footer
*/ footer {
    position: relative;
    bottom: 0;
    background-color: #99c7ef54;
    padding: 10px 20px;
    overflow-x: hidden;
    margin-top: 10px;
}

.footerDiv {
    display: flex;
    flex-direction: row;
    flex-basis: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer h6 {
    color: #297CB2 !important;
}

footer a {
    color: #297CB2 !important;
    font-weight: 600;
    font-size: 12px;
    display: block;
}

.fcjSectionsFooter {
    width: 300px;
}
/*main top nav*/
.fcjMainTopNav {
    padding: 0px 15px 0px 20px !important;
}

.fcjLogoDiv {
    width: 30% !important;
    border: 1px;
}

.navBtnDiv {
    width: 70% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.fcjLogo {
    width: 230px;
    height: 70px;
}

.cgNavBtn {
    background-color: white !important;
    color: #CC384A !important;
    border: 2px solid #CC384A !important;
    font-weight: bold !important;
}

.fcjCaregiverJoinBtn {
    background-color: #CC384A !important;
    color: white !important;
}

.loginBtn {
    background-color: #297CB2 !important;
    color: white !important;
    border: 2px solid #297CB2 !important;
    margin-left: 5px;
    font-weight: bold !important;
}

.navBtnDiv ul {
    flex-direction: row !important;
}

/*blue menubar*/
.blueNavbar {
    background-color: #297CB2 !important;
    padding: 5px 15px;
    font-size: 18px !important;
}
    /*.blueNavbar li a:active{
    color:black!important;
}*/
    .blueNavbar a {
        color: white !important;
        font-weight: bold;
    }

    .blueNavbar ul {
        flex-direction: row !important;
    }

        .blueNavbar ul li {
            padding: 5px 10px 5px 10px;
        }

            .blueNavbar ul li .border {
                border: 1px solid white;
                border-radius: 2px;
            }

.border {
    border-radius: 2px;
}

.blueNavbar ul li .dropdown-menu {
    /*background-color: #99C7EF !important;*/
    background-color: #297CB2 !important;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    position: absolute;
    border: 1px solid white;
    border-radius: 1px;
}

.blueNavbar ul li .dropdown-item {
    background-color: #297CB2 !important;
    border: 1px white;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: outset;
}

    .blueNavbar ul li .dropdown-item:hover {
        background-color: #234D6F !important;
    }



.blueNavbar .divider {
    color: white !important;
    /*padding-left:5px;*/
    /*padding-right: 20px;*/
}

.fcjFocusedcare {
    padding: 1rem 3rem !important;
}
/*teal row 3 sections*/
.fcj3SecRowFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
    background-color: #297CB2 !important;
    padding: 10px 15px;
    font-size: 18px !important;
}

    .fcj3SecRowFlex span, .fcjBlueRow {
        font-weight: bold;
    }

/*plain blue row*/
.fcjBlueRow {
    color: white;
    background-color: #297CB2 !important;
    padding: 10px 15px;
    font-size: 18px !important;
}
/*centerd red btn
*/
.fcjStartRecruitBtn {
    padding: 10px !important;
}

.fcjGetStartedBtn, .fcjJoinNowBtn, .fcjRedBtn {
    color: white;
    background-color: #CC384A;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 20px;
    text-wrap: normal;
}

    .fcjGetStartedBtn:hover, .fcjJoinNowBtn:hover, .fcjRedBtn:hover {
        color: white;
        background-color: #297CB2 !important; /*#99C7EF; rgba(204, 56, 74, 0.71);*/
        box-shadow: 3px 3px 2px inset;
    }

    .fcjGetStartedBtn.active, .fcjJoinNowBtn.active, .fcjRedBtn.active {
        color: white;
        background-color: #297CB2; /*rgba(204, 56, 74, 0.71);*/
        box-shadow: 3px 3px 2px inset;
    }

.fcjSingleCenteredBtn {
    display: flex;
    justify-content: center;
    padding: 10px;
}
/*home*/
.fcjHomeJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/Content/AppImages/Image3_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;
}

.fcjLowerContent {
    position: relative;
    background-color: white;
    z-index: 50000;
}

.fcjHomeJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

.fcjdarkOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3) !important;
    color: white;
}

.fcjTopPara {
    width: 55%;
}

.fcjCircle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    border: solid 3px white;
    justify-content: center;
    align-items: center;
}



.fcjTopPara {
    font-size: 28px;
    margin-right: 300px
}

.fcjCirclesDiv {
    padding-left: 70px;
    margin-top: 50px;
}

.fcjCirclesDivCG {
    padding-right: 70px;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

    .fcjCirclesDivCG .fcjCircle h5 {
        text-align: center;
    }

#slideset1 > * {
    visibility: hidden;
    animation: 1s autoplay1 forwards;
}

.fcjCir1, .fcjCir2, .fcjCir3, .fcjCir4, .fcjCir5 {
    margin-left: -20px;
    position: relative;
}

.fcjCir1 {
    background-color: #234D6F;
}

.fcjCir2 {
    background-color: #297CB2;
}

.fcjCir3 {
    background-color: #99C7EF;
}

.fcjCir4 {
    background-color: #a9d2f5;
}

.fcjCir5 {
    background-color: #bddbf5;
}

@keyframes autoplay1 {
    from {
        left: 790px;
        visibility: visible;
    }

    to {
        left: 0px;
        visibility: visible;
    }
}

#slideset1 > *:nth-child(1) {
    animation-delay: 0s
}

#slideset1 > *:nth-child(2) {
    animation-delay: 0.75s
}

#slideset1 > *:nth-child(3) {
    animation-delay: 1.5s
}

#slideset1 > *:nth-child(4) {
    animation-delay: 2.25s
}
/*
#slideset1 > *:nth-child(5) {
    animation-delay: 3s
}*/

.fcjHomeLeftImg, .fcjHomeMidImg, .fcjHomeRightImg {
    flex-basis: 280px;
    padding: 10px;
}

.fcjHomeSmallPara, .fcjHIWSmallPara {
    padding: 0px 50px;
    width: 60%;
    margin-left: 48px;
}

.blankSpaceImg {
    width: 250px;
    height: 225px;
    border: 1px solid black;
}

.bigblankImgae, .fcj3BlocksSection {
    flex-basis: 42%;
}

.bankImage {
    width: 60%;
    height: 350px;
    border: 1px solid black;
}

.fcjCargiversBlock, .fcjNursesBlock, .fcjTherapistsBlock {
    width: 70%;
    border: 3px solid #297CB2;
    padding: 50px 50px;
    margin-top: 80px;
    box-shadow: #99C7EF -20px -25px
}

/*how it works*/
.fcjHIWFeatureImg {
    width: 100px;
    height: 100px;
}

.fcjHIWSection1, .fcjHIWSection2 {
    padding: 1rem 3rem !important;
}

.fcjHIWJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/Content/AppImages/Image1_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;
}

.fcjHIWJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

.fcjDarkBlueHeadingThin strong {
    font-size: 22px !important;
}

.fcjFeature {
    padding: 0px 50px;
    margin-left: 48px;
}

.fcjFeature {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fcjFeatureImg {
    width: 100px;
    height: 100px;
}

.fcjFetureDetails {
    margin-left: 50px;
    padding: 20px 5px;
}

    .fcjFetureDetails p {
        font-size: 86%;
    }

.fcjHIW3Boxes {
    width: 220px;
    height: 200px;
    border: 3px solid #297CB2;
    margin-top: 10px;
    box-shadow: #99C7EF -15px -20px;
    padding: 25px;
    font-size: 22px;
    color: #297CB2;
    text-align: left;
}

/*plans pricing*/
.supTextSize {
    font-size: 80%;
}

.fcjPlansJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/Content/AppImages/Image2_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;
}

.fcjPlansSection1 {
    padding: 1rem 3rem;
}

.fcjPlansPara {
    margin: 1px 50px 1px 50px;
}

    .fcjPlansPara .fcjBlueUnderLine {
        width: 100%;
        border: 2px solid #99C7EF;
        background-color: #99C7EF;
        margin-left: 0px;
        margin-top: 5px;
    }

.fcjPlanTable td:nth-child(1) {
    width: 60%;
    vertical-align: top;
    padding: 1px;
}

/* the second */
.fcjPlanTable td:nth-child(2) {
    width: 20%;
    vertical-align: top;
    padding: 1px;
}

/* the third */
.fcjPlanTable td:nth-child(3) {
    width: 20%;
    vertical-align: top;
    padding: 1px;
}

.fcjPlanTable td:nth-child(4) {
    width: 20%;
    vertical-align: top;
    padding: 1px;
}

.fcjPlansJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

.fcjPlandetails {
    /*padding: 0px 50px;*/
    text-align: -webkit-center;
    width: 92%;
    margin-left: 48px;
}

    .fcjPlandetails td, .fcjPlandetails tr {
        padding: 5px 10px;
        vertical-align: top;
    }

.fcjPlanFeatureCol {
    width: 60%;
}

/*request demo*/
fcjDemoSection1 {
    padding: 1rem 3rem;
}

.fcjDemoJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    opacity: 1;
    z-index: -1;
    background: url("/Content/AppImages/Image4_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;
}

.fcjDemoJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

.fcjContactOuterBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-left: 80px;
    margin-right: 80px;
    flex-wrap: wrap;
}

.fcjContactBlock {
    width: 300px;
    height: 200px;
    border: 3px solid #297CB2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fcjDemoImg {
    width: 100px;
    height: 100px;
}

.fcjCalendlyDiv {
    height: 708px;
    width: 50%;
    margin-left: 10%;
}

.fcjDemoJumbotron .fcjTopPara {
    margin-left: 30px;
}

.fcjDemoSection1 {
    padding: 1rem;
}
/*cg landing*/
.fcjCGJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/Content/AppImages/Image1_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;
}

.fcjCGJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

    .fcjCGJumbotron .fcjContent {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

.fcjContent {
    width: 55%;
}


.fcjCGRegisterForm {
    background-color: lightblue;
    border: 3px solid white;
    color: white;
    max-width: 460px;
    padding: 5px;
    height: 530px;
    overflow-y: auto;
    /*height: 530px;*/
    /*padding: 35px 20px;*/
}

.fcjCGRegisterModal {
    width: 80%;
    margin: auto;
}

    .fcjCGRegisterModal .fcjSectionTitle {
        color: #297CB2;
        font-size: 30px;
        font-weight: bolder;
    }

    .fcjCGRegisterModal .fcjSectionText {
        font-size: 20px;
    }

.fcjCGRegisterFormModal {
    width: 80%;
    background-color: lightblue;
    border: 3px solid white;
    color: white;
    padding: 5px;
    overflow-y: auto;
}


.fcjCGRegisterBody {
    /*overflow-y: auto;*/
    padding: 1px;
    height: 100%; /*420px;*/
    /*margin-top: 25px;*/
}

    .fcjCGRegisterBody .fcjFirstName, .fcjCGRegisterBody .fcjLastName, .fcjCGRegisterBody .emailInputField, .fcjCGRegisterBody .phoneNumberInput, .fcjCGRegisterBody .fcjCreatePwd, .fcjCGRegisterBody .fcjConfirmPwd {
        width: 100%;
    }

    .fcjCGRegisterBody .phoneNumberInput {
        /*width: 95% !important;*/
    }

    .fcjCGRegisterBody input {
        margin-top: 10px;
        border-radius: 5px;
        border-color: white;
        padding: 5px;
        border-style: outset;
    }

    .fcjCGRegisterForm::-webkit-scrollbar, .fcjCGRegisterBody::-webkit-scrollbar {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 10px;
    }

    .fcjCGRegisterForm::-webkit-scrollbar-thumb, .fcjCGRegisterBody::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
        -moz-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

.fcjCGImg {
    width: 100px;
    height: 100px
}

.fcjCGBoxes {
    width: 270px;
    height: 205px;
    border: 3px solid #297CB2;
    margin-top: 10px;
    box-shadow: #99C7EF -15px -20px;
    padding: 25px;
    font-size: 22px;
    color: #297CB2;
    text-align: left;
}

    .fcjCGBoxes img {
        position: relative;
        right: -125px;
        bottom: 35px;
    }

    .fcjCGBoxes .fcjMsgImg {
        position: relative;
        right: -125px;
        bottom: 68px;
    }


.fcjFacilityPara {
    padding-top: 3rem;
    width: 40% !important;
}

.fcjCGFacilityImg {
    margin-right: 80px;
}

.fcjCircleAnim2 {
    width: 160%;
}

.fcjFacilityPara p {
    width: 70%;
}

.fcjFacilityCircle {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    display: inline-block;
    border: solid 3px white;
    color: white;
    margin-right: 30px;
}

.fcjFacilityCirclesDiv {
    margin-top: 100px;
}

.fcjFacilityCircle h5 {
    width: 52%;
}

.fcjFacilityCir1 {
    background-color: #234D6F;
}

.fcjFacilityCir2 {
    background-color: #297CB2;
}

.fcjFacilityCir3 {
    background-color: #99C7EF;
}

.fcjFacilityCir4 {
    background-color: #a9d2f5;
}

.fcjFacilityCir5 {
    background-color: #bddbf5;
}


.fcjJoinNowBtn {
    width: 84%;
}

.fcjJoinTnc {
    text-decoration: underline;
    color: white !important;
    cursor: pointer;
}

.fcjCircleGif {
    margin-top: 70px;
}


.shape1 {
    height: 94px;
    width: 0px;
    position: absolute;
    border-bottom: 2px solid #3a7bb0;
    border-right: 5px solid #3a7bb0;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    margin-left: 152px;
}

.shape2 {
    height: 94px;
    width: 0px;
    position: absolute;
    border-bottom: 2px solid #81b0d5;
    border-right: 4px solid #81b0d5;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(28deg);
    margin-left: 254px;
}

.shape3 {
    height: 94px;
    width: 0px;
    position: absolute;
    border-bottom: 2px solid #98c5ed;
    border-right: 7px solid #98c5ed;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(57deg);
    margin-left: 370px;
}

.shape4 {
    height: 94px;
    width: 0px;
    position: absolute;
    border-bottom: 2px solid #bed7ef;
    border-right: 9px solid #bed7ef;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(69deg);
    margin-left: 491px;
}

.shape5 {
    height: 94px;
    width: 0px;
    position: absolute;
    border-bottom: 2px solid #cee2f2;
    border-right: 13px solid #cee2f2;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(75deg);
    margin-left: 605px;
}

.fcjCGSection1, .fcjCGSection2 {
    padding: 1rem 3rem;
}

.fcjCheckBoxDiv {
    text-align: left !important;
    //margin-left: 20px;
}

    .fcjCheckBoxDiv input {
        width: 18px !important;
        height: 18px !important;
    }

.cgPassShowPosition {
    margin-left: -37px;
    cursor: pointer;
    font-size: x-small;
    font-weight: bold;
    color: black
}
/*coming soon
*/ .fcjComingSoonContainer {
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.fcjComingSoonPara {
    margin-top: 30px;
    width: 50%;
}

.fcjCommingSoonLogo {
    margin-top: 30px;
}

/*walkthrough welcome*/
.fcjWelcomeLogoDiv {
    display: flex;
    justify-content: center;
}

.fcjWelcomeLogo {
    width: 35%;
    height: auto;
}

.longBase {
    min-width: 125px;
}

.profileNavArrowBase {
    height: 36px;
    min-width: 75px;
    color: white;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    background-color: #CC384A;
    display: inline-block;
    text-align: center;
}

.fcjWelcomesection1 img {
    width: 120px;
    height: 120px;
}

.fcjWelcomesection1 .joinImg {
    margin-left: 80px;
}

.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 #CC384A;
}

.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 #CC384A;
}

.profileBuilderWelcomeBtnDiv {
    text-align: right !important;
}

.fcj3SecFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #234D6F;
    background-color: white !important;
    padding: 10px 15px;
    font-size: 18px !important;
}

.fcjMainContentTab {
    padding: 1rem;
}

.fcjWelcomesection1 {
    width: 30%;
}
/*walkthrough About Me*/
.PhoneNumberDiv .phoneNumberInput {
    width: 91% !important;
}

.fcjProfPic {
    width: 350px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .fcjProfPic ul {
        padding-left: 10px !important;
    }

.fcjPhoneNumberInput {
    background-color: white;
}

.noPicturediv {
    font-size: 150px;
    width: 150px;
    height: 200px;
}

.fcjProfPhotoBtn, .fcjMoreInfoStyle {
    font-size: 0.7rem;
    color: gray !important;
}

.fcjAboutMesection1 {
    width: 40%;
}

.fcjAboutMesection2 {
    width: 50%;
    text-align: left !important;
    font-size: 1rem !important;
}

.fcjAboutMesection1, .fcjAboutMesection2 {
    padding-top: 3rem;
}

.fcjAboutMePageBody .fcj3SecFlex {
    font-size: 0.9rem;
}

.requiredAsterisk {
    font-size: 6px;
    padding-bottom: 5px;
    color: red;
}

.profileAboutmeBtnDiv {
    text-align: right;
}

.form-group input, .form-group select {
    width: 86%;
}

/*exp*/
.fcjCGCertInput {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fcjBlueBtn {
    border: 2px solid #297CB2;
    color: #234D6F;
    background-color: #99C7EF;
    padding: .375rem .75rem;
    border-radius: .30rem;
    min-width: 200px;
    /*margin-right: 20px;*/
    /*margin: 5px 5px 5px 5px;*/
}

.fcjRedBtn {
    min-width: 200px;
    padding: .375rem .75rem;
    border-color: #297CB2;
    font-size: 16px !important;
}

a.readonly, select.readonly, input.readonly {
    pointer-events: none;
}

select:disabled {
    opacity: 100 !important;
    border-color: inherit;
    color: inherit;
}

a.readonly.fcjRedBtn {
    pointer-events: none;
    background-color: #fd5a6e; /*#70777f;*/
}

a.readonly.fcjBlueBtn {
    pointer-events: none;
}

.fcjBlueBtn:hover, .fcjBlueBtn a:hover {
    text-decoration: none !important;
    color: #FFFFFF;
    /*font-size: 17px;*/
}

.fcjBlueBtn.activeCheck, .fcjBlueBtn.active {
    color: white !important;
    background-color: green;
    border: 2px solid #016b01;
    /*box-shadow: 3px 3px 2px inset;*/
}

.fcjDivider {
    /*border-top:1px solid #234D6F;*/
}

.fcjRedBtn:hover {
    text-decoration: none !important;
    color: white;
    font-size: 21px;
}

.fcjBtnAnswers, .fcjSelectYesNo {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.fcjCGAns {
    margin-top: 18px;
    padding: 5px 10px;
}

.fcjCGQue {
    margin-top: 25px;
}

.fcjCertifictionsSec {
    border: 5px solid #bddbf5;
    border-radius: 5px;
    padding: 10px;
}

    .fcjCertifictionsSec .fcjCGCertInput input {
        width: 80%;
    }

.fcjCGCertInput {
    padding-left: 20px;
}

.fcjCertificationAckDiv, .fcjCertificationSaveBtnDiv {
    display: flex;
    justify-content: center;
}

/*availAble*/
.fcjCGAvailabilityTable {
    //margin-left: 20px;
}


.cgMainContent {
    flex-grow: 1;
    padding: 0 10px 0 10px;
    border: 1px solid #234D6F;
    border-collapse: collapse;
    min-height: 640px !important;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 18px;
    min-width: calc(100vw - 250px);
}

.cgNavBar {
    flex: 0 0 200px;
    height: 100%;
    margin-left: 1px;
    min-height: 100% !important;
    /*border-top-right-radius: 5px;*/
    border: 1px solid #234D6F;
    border-collapse: collapse;
    min-width: 180px;
    max-width: 200px;
}

#toggleSwitchOn {
    z-index: 1;
    /*position: absolute;*/
    left: 0;
    right: 0;
    padding: 2px;
    border: 1px solid #234D6F;
}

#CBNavbar {
    background-color: #e1edee !important;
}
/*Darkest Blue: ##234D6F
Middle Blue: #297CB2
Lighter Blue: #99C7EF
Brighter Red: #CC384A*/
.CGNavTabTitle {
    background-color: #234D6F !important;
    color: white;
    padding: 2px;
    font-size: 18px;
}

.CGNavTab .nav {
    display: block;
}

.CGNavTab a {
    color: black !important;
}

    .CGNavTab a:hover {
        background-color: #99C7EF;
        color: white !important;
    }

.CGNavTab .active, .CGNavTab .active a {
    background-color: #297CB2;
    color: white !important;
}
/*biz color-profile builder confirm
*/
.fcjBizPRofileBuilderConfirmContainer .bizConfirm, .fcjBizPRofileBuilderAboutContainer .bizAbout {
    border-bottom: 2px solid #297CB2;
    padding: 10px;
}

.bizprofileBuilderBtnDiv {
    text-align: center !important;
    margin-top: 40px;
}

.BizProfileBuilderConfirmBtnClick:hover {
    text-decoration: none !important;
    color: white !important;
    /*font-size: 21px;*/
}

.bizprofileBuilderWelcomeParaDiv {
    margin-top: 10%;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    color: #234D6F;
    font-size: 18px !important;
}

/*biz procile builder - about
*/
.fcjBizRegisterBody .fcjFirstName, .fcjBizRegisterBody .fcjLastName, .fcjBizRegisterBody .fcjCreatePwd, .fcjBizRegisterBody .fcjConfirmPwd, .fcjBizRegisterBody #HowDidYouHearAboutUs, .fcjBizRegisterBody .evtVerifyEmail, .fcjBizRegisterBody .phoneNumberInput {
    width: 40%;
    border: white;
    background-color: #dfdfdf;
}

.fcjBizRegisterBody input {
    border-radius: 5px;
    border-color: white;
    padding: 5px;
    border-style: outset;
}

.ValidateField {
    width: 20px !important;
    background-color: lightgray;
}

.TncHolder {
    height: 200px;
    overflow-y: scroll;
    border: thin solid gray;
    border-radius: 5px;
    width: 80%;
}

.fcjBizTNCDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*margin-top: 5%;*/
}
/*biz procile builder - plan
*/
.fcjBizPaymentTNCDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
}

.bizPassShowPosition {
    margin-left: -37px;
    cursor: pointer;
    font-size: x-small;
    font-weight: bold;
    color: black
}

.CGNavTab li, .CGNavTab li a {
    text-align: left !important;
    border: 1px solid #297CB2;
}

.fcjUpdateSummary {
    border: 2px solid;
    padding: 4px;
    background-color: #d4edda;
    border-color: green;
}

.fcjUpdateMsg {
    text-align: left !important;
    color: green;
    padding-left: 4px;
    font-weight: bold;
}

.fcjErrorMsgSummary {
    border: 2px solid red;
    /*    padding: 4px;
*/ color: #856404;
    background-color: #f8d7da;
    border-color: red;
}

.fcjErrorMsg {
    text-align: left !important;
    color: red;
    padding: 4px;
    font-weight: bold;
}

/*pref*/

/*login*/
.loginPassShowPosition {
    position: absolute;
    top: 49%;
    left: 61%;
}

.fcjLoginContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fcjSocialMediaLogin, .fcjLocalLogin {
    min-width: 30%;
    justify-content: center;
    border: 1px solid;
    padding: 20px;
}

.checkbox #RememberMe {
    width: 5% !important;
}

#loginForm hr {
    width: 60%;
    border-top: 2px solid #99C7EF;
}

/*biz profile*/
.fcjBizProfileContainer label {
    color: #297CB2;
    font-weight: 500;
}

.fcjBizProfileContainer {
    padding: 5px;
    margin-bottom: 10px;
}

    .fcjBizProfileContainer textarea {
        width: 80%;
    }

.fcjBizProfileQuestion {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.fcjDescribeBiz {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/*.fcjListItem {
    border: 1px solid black;
    border-collapse: collapse;
}*/

.fcjListContainer {
    border: 1px solid black;
}

.fcjListItem label {
    font-weight: 500;
}

.fcjListContainerItemBlueHeader {
    background-color: #99C7EF;
    border: 1px solid black;
    border-collapse: collapse;
    align-items: center;
    justify-content: space-evenly;
    padding: 2px;
}

.fcjListContainerItemContent {
    padding: 5px;
}

.fcjListItemContentRow {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 10px 0px;
}

.fcjListItemContentColumn {
    display: flex;
    flex-direction: row;
    padding: 2px 10px 2px 10px;
}

.fcjPortalDetailContainer {
    padding: 5px;
    margin-bottom: 10px;
}

    .fcjPortalDetailContainer label {
        /*color: #297CB2;*/
        font-weight: 500;
    }

    .fcjPortalDetailContainer textarea {
        width: 80%;
    }

.fcjPortalDetailContainerL1 {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}


.fcjPortalDetailContainerL2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-right: 20px;
    flex-wrap: wrap;
}

    .fcjPortalDetailContainerL2 .fcjPortalDetailContainerItem, .fcjPortalDetailContainerL1 fcjPortalDetailContainerItem {
        padding: 20px;
    }

    .fcjPortalDetailContainerL2 .fcjPortalDetailContainerItemNoPad, .fcjPortalDetailContainerL1 fcjPortalDetailContainerItemNoPad {
        padding: 2px;
    }


.fcjLayoutTable {
    padding: 5px;
    margin-bottom: 10px;
    flex-direction: row;
}

.fcjLayoutRow {
    display: flex;
    flex-direction: column;
    padding: 1px 2px 1px 2px;
}

.fcjLayoutColumn {
    display: flex;
    flex-direction: row;
    padding: 1px 2px 1px 2px;
}

    .fcjLayoutColumn div {
        padding: 1px 2px 1px 2px;
    }


.BizProfileAddressline1, .BizProfileAddressline2 {
    display: flex;
    flex-direction: row;
}

    .BizProfileAddressline1 input, .BizProfileAddressline2 input {
        width: 80%;
    }

.streetDiv {
    width: 60%;
}

.unitDiv {
    width: 40%;
}

.stateDiv, .cityDiv, .zipcodeDiv {
    width: 33%;
}

.fcjViewMessage {
    display: block;
}

.fcjViewMessagePopup {
    display: none;
}
/*CG massages tab*/
.fcjMessagesChatContainer {
    border: 1px solid #234D6F;
    padding: 5px;
    min-height: 600px;
    border-radius: 5px;
}

.fcjMessagesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.fcjMessageList {
    width: 60%;
    margin: 0px 2px 0px 1px;
}

.fcjMessageListContainer {
    border: 1px solid #234D6F;
    border-radius: 5px;
}

.fcjMessageDetail {
    width: 40%;
    margin: 0px 1px 0px 2px;
}

.fcjMessageEntry {
    border: 3px solid #99C7EF;
    border-radius: 5px;
}

.fcjchatBox {
    border: 1px solid gray;
    min-height: 300px;
    padding: 5px;
    overflow-y: scroll;
    border-radius: 5px;
}
/*search filter box for biz
*/
/*.fcjSearchCaregiversFilterBoxContainer {
    background-color: #99C7EF;
    color: #234D6F !important;
    padding: 4px 10px;
    min-height: 650px !important;
    max-height: calc(100vh - 125px);
    overflow-y: scroll;
    width: 300px;
    height: 100%;
    margin-left: 0px;
    border: 1px solid #234D6F;
    border-collapse: collapse;
    font-size: 14px;

}


    .fcjSearchCaregiversFilterBoxContainer a {
        color: #234D6F !important;
    }

    .fcjSearchCaregiversFilterBoxContainer input[type=text], .fcjSearchCaregiversFilterBoxContainer select {
        width: 115px;
    }

.fcjSearchCaregiversResultContainer {
    width: calc(100vw - 300px);
    border-top: 1px solid #234D6F;
}*/

.fcjBizCGSearchWith2Column, .fcjBizCGSearchWith3Column, .fcjBizCGSearchWith4Column {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-bottom: 3px;
    margin-top: 3px;
}

.fcjBizCGSearchWith2ColumnCellSpan, fcjBizCGSearchWith3ColumnCellSpan, fcjBizCGSearchWith4ColumnCellSpan {
    display: flex;
    justify-content: left;
    margin-right: auto;
    align-items: baseline;
    width: 100%;
    padding: 0px 2px 0px 0px;
}

.fcjBizCGSearchWith2ColumnCell1 {
    display: flex;
    justify-content: left;
    margin-right: auto;
    align-items: baseline;
    width: 55%;
    padding: 0px 2px 0px 0px;
}

.fcjBizCGSearchWith2ColumnCell2 {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 45%;
    padding: 0px 2px 0px 0px;
}

.fcjBizCGSearchWith2ColumnCell {
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    align-items: baseline;
    width: Calc(100%/2);
    padding: 0px 2px 0px 0px;
}

.fcjBizCGSearchWith3ColumnCell {
    display: flex;
    justify-content: left;
    margin-right: auto;
    align-items: baseline;
    width: Calc(100%/3);
    padding: 0px 1px 0px 0px !important;
}

.fcjBizCGSearchWith3Column2CellSpan {
    display: flex;
    justify-content: left;
    margin-right: auto;
    align-items: baseline;
    width: Calc((100%/3) * 2);
    padding: 0px 2px 0px 0px;
}

.fcjBizCGSearchWith4ColumnCell {
    display: flex;
    justify-content: left;
    margin-right: auto;
    align-items: baseline;
    width: Calc(100%/4);
    padding: 0px 2px 0px 0px;
}

.providerTypeCheckboxSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*biz portal: update my info*/
.BizUpdateMyInfoContainer .fcjPortalDetailContainerItem input {
    width: 50% !important;
}

.BizUpdateMyInfoContainer .fcjPortalDetailContainerL2 {
    border: 1px solid black;
    padding: 5px;
}

.BizUpdateMyInfoContainer .fcjPortalDetailContainerL1 {
    display: flex;
    flex-direction: row;
    justify-items: center
}

/*biz: support*/
.bizSupportContainer .fcjPortalDetailContainerItem img {
    width: 100px;
}

.bizSupportContainer .fcjPortalDetailContainerItem {
    width: 280px;
    height: 220px;
    text-align: center
}

/*biz :new job post*/
.tooltipText {
    display: none;
    position: absolute;
    color: black !important;
    background-color: white !important;
    border: 1px red solid;
    margin-top: 10px;
    width: 250px;
    padding: 10px;
    border-radius: 5px;
    z-index: 70000000000;
}

.toolTip:hover .tooltipText {
    display: block;
}
/*cp miniprofile*/
.certIcon {
    position: relative !important;
    top: -30px !important;
    font-size: 0.8rem;
    left: 5px;
    color: black;
}

/*cp search job*/
.jobAppliedDate {
    background-color: lightgreen;
}

.fcjListContainer .jobPostHeading a {
    color: black !important;
}

.jobApplyViewBtnDiv .fcjBlueBtn {
    padding: .3rem .75rem;
    min-width: 130px;
}
/*admin*/
#modalPortalAdmin .fcjAboutMesection1 {
    width: 35% !important;
}

#modalPortalAdmin .fcjAboutMesection2 {
    width: 55% !important;
}

    #modalPortalAdmin .fcjAboutMesection2 .k-maskedtextbox {
        width: unset !important;
    }

    #modalPortalAdmin .fcjAboutMesection2 .zipCodeInput input {
        width: 45%;
    }


.fcjSchoolStudentReport {
}
    .fcjSchoolStudentReport td:nth-child(1) {
        width: 300px;
        vertical-align: top;
        padding: 4px;
        border: 1px solid #234D6F;
        font-weight: bold;
    }
    .fcjSchoolStudentReport td:nth-child(2) {
        width: 100px;
        vertical-align: top;
        padding: 4px;
        border: 1px solid #234D6F;
        text-align: right;
    }

.fcjAdminOverviewTable {
}

    .fcjAdminOverviewTable td:nth-child(1) {
        width: 200px;
        vertical-align: top;
        padding: 4px;
        border: 1px solid #234D6F;
        font-weight: bold;
    }

    /* the second */
    .fcjAdminOverviewTable td:nth-child(2) {
        width: 100px;
        vertical-align: top;
        padding: 4px;
        border: 1px solid #234D6F;
        text-align: right;
    }

    /* the third */
    .fcjAdminOverviewTable td:nth-child(3) {
        width: 100px;
        vertical-align: top;
        padding: 4px;
        border: 1px solid #234D6F;
        text-align: right;
    }

@media (min-width: 1920px ) {
    /*Home*/
    .fcjHomeJumbotron {
        height: 690px;
    }

    .fcjCirclesDiv {
        padding-left: 230px;
    }

    .fcjCirclesDivCG {
        margin-left: 100px;
    }

    .fcjCir1, .fcjCir2, .fcjCir3, .fcjCir4, .fcjCir5 {
        margin-left: -15px;
    }

    .fcjTopPara {
        font-size: 28px;
        margin-left: 100px;
        margin-top: 70px;
        margin-right: 200px;
    }

    /*HIW*/
    .fcjHIWJumbotron {
        height: 690px;
    }

    /*Plans*/
    .fcjPlansJumbotron {
        height: 690px;
    }

    /*deno*/
    .fcjDemoJumbotron {
        height: 690px;
    }

    /*cg*/
    .fcjCGJumbotron {
        height: 690px;
    }

    .fcjCGRegisterForm {
        background-color: lightblue;
        border: 3px solid white;
        color: white;
        width: 540px;
        height: 530px;
        /*padding: 35px 20px;*/
        margin-left: 90px;
        overflow-y: auto;
    }

        .fcjCGRegisterForm h3 {
            font-size: 2.75rem;
        }

    .fcjCGRegisterBody {
        /*overflow-y: auto;*/
        height: 100%; /*520px;*/
    }

        .fcjCGRegisterBody .fcjFirstName, .fcjCGRegisterBody .fcjLastName, .fcjCGRegisterBody .fcjCreatePwd, .fcjCGRegisterBody .fcjConfirmPwd {
            width: 100%;
        }

    .fcjCheckBoxDiv {
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
