.disable {
    opacity: .5;
    pointer-events: none;
}

.dashboard_header .header-logo {
    width: inherit;
    margin-right: 20px;
}

    .dashboard_header .header-logo .logo img {
        max-width: 130px;
    }

.dashboard_header.header .nav > li > a {
    font-size: 13px;
    padding: 0px 10px 0px 5px;
}

.dashboard_header .header-top,
.dashboard_header .header-right {
    display: inline-block;
    float: none;
}

/*.header .nav > li {
    padding: 10px 0px 15px;
}*/

.custom_table {
    font-size: 13px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_25 {
    margin-top: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.pt_0 {
    padding-top: 0;
}

.dashboard_header .header-main {
    /* display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px; */
    padding-left: 250px;
    padding-right: 30px;
    transition: all 0.5s;
}

.minimize-sidebar .dashboard_header .header-main {
    padding-left: 110px;
}

.dashboard_header .header-row .align_right {
    float: right;
}

.dashboard_body .main-sidebar {
    top: 55px;
}
/* .header.top-sticky{
    background:#fff;
} 
.header.top-sticky .header-top .header-info > li a{
    color: #257BA1;
}
.header.top-sticky .header-logo .logo .blue-img{
    display:block;
}
.header.top-sticky .header-top .header-info > li a .blue-img{
    display:inline-block;
}
.header.top-sticky .header-logo .logo .white-img,
.header.top-sticky .header-top .header-info > li a .white-img {
    display: none;
}
.header.top-sticky .nav > li > a:before {
    background: #237BA0;
}
.header.top-sticky .nav > li > a {
    color: #237BA0;
} */
/*.inner-title h1,
.faq-header h2,
.service-detail-left h1,
.section-title h2 {
    font-size: 40px;
}

.login-page .inner-title h1 {
    font-size: 30px;
}*/

/*.inner-title p,
.service-detail-left .sd-small h3,
.section-title p {
    font-size: 16px;
    line-height: normal;
}*/

/*.service-info-caption h4,
.service-box .service-info h4 {
    font-size: 22px;
}
 
.service-info-caption p,
.service-box .service-info p {
    font-size: 14px;
    line-height: 21px;
}

.service-info-caption .btn { 
    font-size: 14px;
}

.news-info p {
    font-size: 14px;
    line-height: 24px;
    max-width: 550px;
}

.main-banner .banner-caption h1 {
    font-size: 35px;
    line-height: 45px;
}*/
.mt_10 {
    margin-top: 10px;
}

/*.testimonial-item h4 {
    font-size: 23px;
}*/

.testimonial-item .date {
    margin: 0 0 20px;
}

.footer-row .footer-col h4 {
    font-size: 21px;
    margin-bottom: 15px;
}

.footer-row {
    padding: 40px 0px 30px;
}

.footer {
    padding: 20px 0 3px;
}

.footer-row .footer-col ul li a {
    line-height: 21px;
    /* text-decoration: none; */
    /* position: relative; */
    /* line-height: 20px; */
    margin-bottom: 17px;
    word-break: break-word;
}


/*.footer-address .call-info span,
.footer-address .call-info a,
.footer-row .footer-col ul li a,
.footer-address address {
    font-size: 14px;
}*/

.footer-address .call-info a {
    max-width: inherit;
}

/* Aniket css start */
/*.cbp-request h4 {
    margin-top: 20px
}*/

.relationship_panel .add_new {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .relationship_panel .add_new h4 {
        margin: 0;
        padding-bottom: 5px;
        font-size: 13px;
        color: #0a445c;
        font-weight: 400;
        cursor: pointer;
    }

        .relationship_panel .add_new h4 i {
            padding-right: 10px;
        }

.hide_panel {
    display: none;
}

.cbp-list .cbp-item .cbp-content.relationship_panel {
    padding-right: 0;
}

.relationshipTag {
    display: flex;
    margin-right: 15px;
    background: transparent linear-gradient(180deg, #e2f6ff 0%, #e3f5fd 100%) 0% 0% no-repeat;
    color: #444040;
    padding: 12px 10px 10px;
    /*width: 300px;*/
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 2px 2px 3px #c5c5c5;
    position: relative;
}

.carer-account-list .addWrap {
    flex: 0 0 40%;
}

.relationshipTag .primary_add {
    position: absolute;
    right: -7px;
    top: -7px;
    /*background: #fdfdfd;*/
    border-radius: 100%;
    padding: 3px;
    z-index: 1;
}

    .relationshipTag .primary_add .primary_img {
        background: url(../images/client_address.png);
        background-size: 100%;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
    }

.relationshipTag table {
    width: 100%;
}

.relationshipTag tr {
    padding: 2px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.57);
    display: flex;
    justify-content: space-between;
}

    .relationshipTag tr:last-child {
        border-bottom: none;
    }

.relationshipTag td.text-right {
    font-weight: bold;
   /* width: 160px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.relationshipTag label {
    margin-bottom: 0;
    font-weight: normal;
}

.relationship_panel .carer-account-list {
    margin-bottom: 10px;
    /*max-height: 300px;
    overflow-y: auto;*/
    padding-top: 4px;
    display: flex;
    flex-wrap: wrap;
}

.outputArea {
    display: none;
    padding: 15px;
    border: 1px dashed #000;
}

#result {
    width: 100%;
    max-width: 278px;
    /*margin-bottom: 25px*/
    display: none;
    /*margin-left: 25px;*/
}

.addrs_select .select2-container {
    width: 278px !important;
}

#select2-selectList_emrg-results .select2-results__option,
#select2-selectList-results .select2-results__option {
    font-size: 12px;
    width: 278px;
    border-bottom: 1px solid #f5f5f5;
}

.listClick {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.client_list_dd {
    position: relative
}

.cbp-form.common-form .cbp-number .form-control {
    min-width: 278px
}

.cbp-item.disabled .cbp-head {
    opacity: 0.3
}

.profile-nav .header-link > li:hover:after, .profile-nav .header-link > li:hover:before {
    display: none
}

.profile-nav .header-link > li.active a,
.profile-nav .header-link > li.currentMenu a {
    position: relative
}

.thankYouPage {
    padding-top: 102px
}

.custom_sidebar .main-nav ul li.active a .icon {
    background-position: 0 0;
}

.main-nav ul li.active a {
    color: #000
}

.main-nav ul li.active:after {
    opacity: 1
}

.main-nav ul li.active {
    background: #fff
}

.pageLoader {
    position: fixed;
    left: 0;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    align-items: center;
    background: rgba(0,0,0,0.8);
    justify-content: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #196484 transparent #196484 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sidebar-profile .logout {
    cursor: pointer
}

.medium_checkbox input:checked ~ input ~ .checkbox-text:after {
    opacity: 1
}

.field-validation-error, .consentvalidationerror {
    display: block
}

.consentvalidationerror {
    display: block
}

.field-validation-error span, .commpreferror, .consentvalidationerror {
    color: #f00;
    font-size: 12px;
}

/*.common-form .form-submit .submit-btn.loginBtn,*/
.forgot-page .common-form .form-submit .submit-btn {
    border-radius: 5px;
    max-width: 100%;
}

.common-form .form-submit .submit-btn.loginBtn {
    border-radius: 5px;
    max-width: 281px;
}

.common-form .form-submit .submit-btn.clientRegister {
    border-radius: 5px;
    max-width: 278px;
}

.tk-btns .btn {
    border-radius: 5px
}

.login-header {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.profile-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.color-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.header-link > li a {
    white-space: nowrap
}
/*.carer_radio{
}*/
.carer_radio .custom_radio {
    margin-right: 10px;
    display: inline-block;
}

    .carer_radio .custom_radio lable {
        font-size: 15px;
    }

/*.profile-nav {
    padding-left: 25px
}*/
.profile-nav {
    padding-left: 25px;
    overflow: hidden;
    overflow-x: auto;
    /* width: calc(100% - 53px); */
    padding-right: 20px;
}

    .profile-nav .header-link > li a {
        padding: 24px 12px;
    }

    .profile-nav .header-link li:hover a {
        color: #fff;
    }


    .profile-nav .header-link > li.active,
    .profile-nav .header-link > li.active:hover,
    .profile-nav .header-link > li.currentMenu,
    .profile-nav .header-link > li.currentMenu:hover {
        background: #fff
    }

    .profile-nav .header-link > li:hover {
        background: none;
    }

    .profile-nav .header-link > li.active a,
    .profile-nav .header-link > li.currentMenu a {
        color: #000
    }

        .profile-nav .header-link > li.active a:focus,
        .profile-nav .header-link > li.currentMenu a:focus {
            outline: none;
        }

        .profile-nav .header-link > li.active a:after,
        .profile-nav .header-link > li.currentMenu a:after {
            position: absolute;
            content: "";
            width: 16px;
            height: 19px;
            background: url(../images/activemenuLeft.png) no-repeat;
            bottom: 0;
            right: 100%;
            display: block;
            background-size: contain;
        }

.header-link > li.active a:before,
.header-link > li.currentMenu a:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 18px;
    background: url(../images/activemenuRight.png) no-repeat;
    bottom: 0;
    left: 100%;
    display: block;
    display: block;
    background-size: contain;
}

.tabContent {
    display: none
}

    .tabContent.active {
        display: block
    }

.profile-nav .header-link > li.active a:after,
.profile-nav .header-link > li.currentMenu a:after,
/*.header-link > li.currentMenu a:after,*/
.header-link > li.active a:before,
.header-link > li.currentMenu a:before {
    bottom: -1px;
}
/******COLOR PALLET****/
.black {
    background: #000;
    /*background: #000 !important;*/
}

.darkPink {
    background: #9f2455 !important
}

.Pink {
    background: #c63061 !important
}

.red {
    background: #c42926 !important
}

.lightPink {
    background: #da8277 !important
}

.darkOrnge {
    background: #e45c31 !important
}

.orange {
    background: #e0722c !important
}

.mango {
    background: #e49837 !important
}

.yellow {
    background: #efc245 !important
}

.lightYellow {
    background: #dec457 !important
}

.chartreuse {
    background: #c1ca51 !important
}

.olive {
    background: #88b250 !important
}

.shamrock {
    background: #5cb47e !important
}

.hunterGreen {
    background: #327e47 !important
}

.pineGreen {
    background: #40948a !important
}

.skyBlue {
    background: #4b98d2 !important
}

.royalBlue {
    background: #5f80bf !important
}

.navyBlue {
    background: #4456a6 !important
}

.indigo {
    background: #7c88c1 !important
}

.wisteria {
    background: #af9ecc !important
}

.plum {
    background: #976dab !important
}

.purple {
    background: #7e3b97 !important
}

.brown {
    background: #75564b !important
}

.grey {
    background: #606060;
}

.tan {
    background: #a69b92 !important
}

/******COLOR PALLET END ****/

/*#backgroudWrap .login-header {
    left: 210px;
}*/

.minimize-sidebar #backgroudWrap .login-header {
    left: 76px;
}




.carer-profile-page {
    padding: 40px 0 0;
}

.msg-box {
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .msg-box p {
        padding-right: 20px;
    }

    .msg-box .btn {
        right: 5px;
        height: auto;
        line-height: inherit;
        /*padding: 10px;*/
        white-space: nowrap;
        position: inherit;
        transform: inherit;
    }

.main-section.carer_index,
.main-section.home_index {
    padding-top: 0 !important;
}


/* changes done by priyanka start*/
/* sidebar changes start */
.custom_sidebar {
    border-radius: 0px;
    /*width: 210px;*/
    background: transparent linear-gradient(180deg, #237BA0 0%, #003043 100%) 0% 0% no-repeat;
}

    .custom_sidebar .main-nav ul li:hover a .icon, .custom_sidebar .main-nav ul li.active a .icon {
        background-position: 0 0
    }

.sidebar-profile h5 {
    font-size: 13px
}

.custom_sidebar .main-nav ul li a .icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: 0 -20px;
}

    .custom_sidebar .main-nav ul li a .icon.fa-search {
        color: #fff;
    }

.custom_sidebar .main-nav ul li:hover a .icon.fa-search {
    color: #000;
}

.custom_sidebar .main-nav ul li {
    /*padding: 2px 15px 2px 20px;*/
    position: relative;
    padding-left: 20px;
}

.custom_sidebar .main-nav {
    margin-top: 5px;
}

/*.custom_sidebar .main-nav ul li a {
    font-size: 12px;
}*/
/*.main-sidebar .minimize-btn {position: absolute;right: 23px;left:auto;top: 10px;cursor: pointer;color: #ffffff;font-size: 10px;cursor: pointer;}*/
.minimize-sidebar .main-sidebar {
    width: 76px;
}

.minimize-sidebar {
    padding-left: 76px;
}

    .minimize-sidebar .main-nav {
        margin-top: 0px;
    }

/*.main-nav ul li:after {
    width: 34px;
    height: 85px;
}*/

.chub-section {
    padding: 20px;
}

/*.main-nav ul li a {
    line-height: 34px;
    padding: 0 0 0 35px;
}*/

/*.minimize-btn span {width: 18px;display: block;height: 2px;background-color: #fff;margin: 4px 0;transition: 0.4s;}*/
span.bar2 {
    width: 12px;
    margin-left: 6px;
}
/*.main-sidebar .minimize-btn.change{right: 30px;}*/
.change .bar2 {
    margin-left: 0px
}

.sidebar-profile .profile-img {
    width: 80px;
    height: 80px;
    border: none;
}

.minimize-sidebar .main-sidebar .minimize-btn img {
    margin: 0 auto 5px;
}
/*.caccount-box h4 {font-size: 18px;margin: 0px 0 25px; margin-right:40px; text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;display: block;line-height: normal;}*/
.caccount-box h4 {
    /*font-size: 29px;
    margin: 7px 0 30px;*/
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 64px;
    word-break: break-all;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.ca-view-btn {
    /*margin-top: 10px;*/
    /*font-size: 13px;*/
    color: #292929;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*.login-body {
    padding-left: 210px;
}*/

.minimize-sidebar {
    padding-left: 84px;
}

    .minimize-sidebar .sidebar-logo {
        display: none;
    }
/* sidebar changes end */
/*.cp-profile-text h3 {
    font-size: 30px;
}*/

.middle-section {
    padding-top: 80px;
}

/*.carer-profile-content h3 {
    font-size: 20px;
}*/

/*.cp-btn .btn {
    min-width: 145px;
}*/

/*.cp-profile-text ul li {
    margin-top: 15px;
    font-size: 13px;
}*/

/*.cp-left .cp-img {
    width: 150px;
    height: 150px;
}

.crp-box p {
    font-size: 13px;
    margin-bottom: 15px;
}*/

/*.exp-list .exp-item p {
    font-size: 13px;
}

.exp-list .exp-item h4 {
    font-size: 13px;
}*/

.tk-page .inner-title h1 {
    line-height: 40px;
}

    .tk-page .inner-title h1 span {
        font-size: 30px;
    }

.common-form .form-submit .submit-btn {
    border-radius: 15px;
    display: inline-block;
}

.text_center {
    text-align: center;
}


.coming_soon {
    text-align: center;
}

    .coming_soon img {
        width: 500px;
        margin-top: 20px;
    }

    .coming_soon h1 {
        text-transform: uppercase;
    }
/*.tk-btns .btn {height: 40px;line-height: 40px;}*/
/*.ca-profile {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
}*/

/*.ca-btn a sup {
    font-size: 10px;
}*/

/*.ca-btn a {
    font-size: 14px;
}*/

.carer-account-list {
    /*padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0*/;
}

.caccount-box {
    /*height: 100%;*/
    /*padding: 15px;
    border-radius: 5px;*/
    min-height: 238px;
}

    .caccount-box .ca-small {
        /*font-size: 14px;*/
        height: 20px;
        display: inherit;
    }

/*.ca-add-item h5 {
    font-size: 17px;
}*/

.carer-account-list .caccount-item {
    /*flex: 0 0 21%;
    margin-right: 23px;
    margin-bottom: 23px;
    width:22%;
    height: 224px;*/
    padding: 0;
    margin: 0 15px 30px;
    width: 336px;
}

/*.ca-add-item .caccount-box {
    padding: 10px;
    width: 100%;
    min-height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/


.client_list_dd {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 2px 8px;
}

    .client_list_dd .color_bar {
        background: red;
        width: 5px;
        height: 35px;
        display: flex;
        flex: 0 0 5px;
    }

    .client_list_dd img {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin: 0 10px 0 7px;
    }

    .client_list_dd h4 {
        font-size: 13px;
    }

.dashHeaderProfile .dropdown-menu {
    right: -5px;
    left: inherit;
    min-width: 240px;
    max-height: 200px;
    overflow-y: auto;
}

.mobileDashBdSideBar {
    display: none;
}

.design_by_text {
    text-transform: uppercase;
    color: #9dcb3b;
}

.footer-bottom a {
    color: #9dcb3b;
}

.login-footer {
    padding: 15px 40px 16px 230px;
}

/*.cstm_inner_banner.inner-banner {
    height: 360px;
    margin-bottom: 120px;
}*/

/*.cstm_inner_banner .banner-shape-image {
    width: 800px;
    height: auto;
}*/

.care-plan {
    margin: 0 0 -20px;
    padding: 90px 0 80px;
}

.cstm_header .icon--circle {
    border-radius: 50%;
    width: 20px;
}

.cstm_header .icon--fill {
    background-color: currentColor;
    fill: #fff;
}

/*.cstm_header.carer_header .header-top .header-info > li a {
    display: flex;
}*/

.datepicker {
    padding: 10px 20px !important;
    /*z-index: 9999 !important;*/
}

.client-becky-profile .gender-selectbox {
    max-width: 100%;
}

.mb_10 {
    margin-bottom: 10px;
}

.profile-upload {
    position: relative;
    margin: 0 auto;
}

.profile-edit {
    position: absolute;
    right: -7px;
    z-index: 1;
    bottom: 15px;
}

    .profile-edit input {
        display: none;
        cursor: pointer;
        font-weight: normal;
        transition: all .2s ease-in-out;
    }

        .profile-edit input + label {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-bottom: 0;
            border-radius: 100%;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        }

            .profile-edit input + label:after {
                content: "\f040";
                font-family: 'FontAwesome';
                color: #757575;
                position: absolute;
                top: 2px;
                left: 0;
                right: 0;
                font-size: 10px;
                text-align: center;
                margin: auto;
            }

            .profile-edit input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

.profile-preview {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 100%;
    margin: 0 auto;
}

.profile_img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom_file_upload input[type="file"],
.client-becky-profile .form-group input[type="file"] {
    border-radius: 10px;
    background: #fdfdfd;
    padding: 11px 10px;
    border: 1px solid #B9B9B9;
}

.form_sm.custom_file_upload input[type="file"] {
    padding: 5px 10px;
}

.user-account-head {
    position: relative;
}

.acc_change_pwd {
    cursor: pointer;
    font-size: 13px;
    /*position: absolute;
    right: 0;
    top: 15px;*/
    font-weight: 500;
    text-transform: uppercase;
}

    .acc_change_pwd .fa {
        font-weight: bold;
        color: #237BA0;
    }

/*.cbp-request {
    margin-top: 0;
}*/

.behaviour_form.cbp-form.common-form .form-control {
    min-width: 315px;
}

.behaviour_table {
    max-height: 250px;
    overflow-y: auto;
}

    .behaviour_table .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f3faff;
    }

    .behaviour_table table thead tr th {
        border-bottom: none;
    }

    .behaviour_table table {
        border: 1px solid #e6e6e6;
        font-size: 13px;
    }

    .behaviour_table .table > tbody > tr > td {
        padding: 5px 8px;
    }

.table thead tr:nth-child(1) th {
    background: #1e7194;
    position: sticky;
    top: 0px;
    z-index: 3;
    /* border-top: 1px solid #000 !important; */
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.info_select {
    min-width: 390px;
}

    .info_select .select2-container--default .select2-selection--multiple {
        background-color: transparent;
        /*min-height: 40px;*/
        border-radius: 10px;
        border: 1px solid #B9B9B9;
    }

    .info_select .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single {
        height: 46px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 46px;
        }

        .info_select .select2-container--default .select2-selection--multiple .select2-selection__choice {
            font-size: 11px;
            margin-top: 9px;
        }

        .info_select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            padding: 0 10px;
        }

.care_do_need .info-input {
    padding: 11px 14px;
    cursor: pointer;
}

    .care_do_need .info-input input {
        margin-top: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-appearance: checkbox;
        width: 100%;
        opacity: 0;
        height: 100%;
        cursor: pointer;
    }

    .care_do_need .info-input.active {
        background: #d5f3ff;
        /*color: #fff;*/
    }

.care_do_need .tooltip-info .info-icon {
    border-radius: 0 5px 5px 0;
    height: 44px;
}



.specialism_do_need .info-input {
    padding: 11px 14px;
    cursor: pointer;
}

    .specialism_do_need .info-input input {
        margin-top: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-appearance: checkbox;
        width: 100%;
        opacity: 0;
        height: 100%;
        cursor: pointer;
    }

    .specialism_do_need .info-input.active {
        background: #d5f3ff;
        /*color: #fff;*/
    }

.behaviour_table .table {
    margin-bottom: 0px;
}

    .behaviour_table .table thead tr:nth-child(1) th {
        top: -1px;
    }

.messages_page .hc-box,
.messages_page .ntf-search {
    width: 100%;
    max-width: inherit;
}


.messages_page .search_right .hc_search_icon img {
    filter: grayscale(1);
    opacity: 0.5;
}

.messages_page .gender-selectbox {
    min-width: 100%;
    width: 100%;
}

.messages_page .cbp-content .form-group {
    margin-bottom: 10px;
}

.messages_page .search_right.ntf-search .hc-input {
    border: none;
}

.messages_page .select2-container--default .select2-selection--single {
    height: 36px;
}

    .messages_page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
    }

    .messages_page .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
        background-size: 35%;
    }

.user_list {
    margin-top: 15px;
    /*max-height: 355px;*/
    height: calc(100vh - 235px);
    overflow-y: auto;
}

    .user_list .user_info {
        border-bottom: 1px solid #e4e4e4;
        display: flex;
        padding: 10px 5px;
        padding-right: 0;
        border-left: 3px solid transparent;
        cursor: pointer;
        overflow: hidden;
        font-family: 'Roboto', sans-serif;
    }

        .user_list .user_info:last-child {
            border-bottom: none;
        }

        .user_list .user_info.active,
        .user_list .user_info:hover {
            background: #f2f2f2;
            border-radius: 0 5px 5px 0;
            border-left: 3px solid #7cb342;
        }

.postcode_field {
    display: inline-block;
}

.user_info .user_img {
    width: 40px;
}

    .user_info .user_img img {
        width: 100%;
        height: 40px;
        border-radius: 100%;
        border: 1px solid #787878;
    }

.user_info .user_left {
    display: inline-block;
}

.user_info .user_middle {
    padding: 0 5px;
    /*width: calc(100% - 75px);*/
    width: calc(100% - 35px);
    display: inline-block;
}

/*.messages_page .user_info .user_middle .user_name,*/
.messages_page .user_info .user_middle .user_msg p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.user_info .user_middle .user_name h3 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_info .user_middle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_info.active_user .user_middle .user_name {
    position: relative;
    display: flex;
}

    .user_info.active_user .user_middle .user_name h3 {
        font-weight: 600;
    }

/*.messages_page .user_list .user_info.active_user .user_middle .user_name:after {
    content: '';
    position: absolute;
    /*right: 2px;* /
    margin-left: 3px;
    background: #ed1e8b;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}*/
.active_user_dot {
    background: #ed1e8b;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 3px;
    display: flex;
    flex: 0 0 10px;
}

.user_info .user_right {
    width: 40px;
    display: inline-block;
    text-align: center;
}

.user_lists .user_info .user_middle {
    width: calc(100% - 88px);
}

.messages_page .right_section .user_lists .user_info .user_right {
    width: 40px;
    display: inline-flex;
    justify-content: inherit;
}

.messages_page .user_info .user_right .time_box {
    font-size: 9px;
}

.messages_page .user_info .user_right svg {
    width: 15px;
}
/*.messages_page .right_section {
}*/
.messages_page .right_section .user_profile {
    text-align: center;
}

.chat_control {
    text-align: center;
}

    .chat_control .btn {
        margin-right: 5px;
        margin-bottom: 5px;
    }

.chat_controlgrp {
    text-align: center;
}

.messages_page .right_section {
    /*height: calc(100vh - 115px);*/
    overflow-y: auto;
    height: 100%;
}

    .messages_page .right_section .user_profile .user_name {
        margin: 10px 0;
    }

    .messages_page .right_section .user_profile .chat_control .btn {
        font-size: 12px;
        padding: 5px;
        margin-bottom: 5px;
    }

    .messages_page .right_section .user_profile .chat_controlgrp .btn {
        font-size: 12px;
        padding: 5px;
        margin-bottom: 5px;
    }

    .messages_page .right_section .user_control .panel-heading,
    .messages_page .right_section .user_control .panel-body {
        padding: 10px;
        /*border:none;*/
    }

    .messages_page .right_section .user_control .panel-default > .panel-heading {
        background: #f2f2f2;
        border: none;
    }

    .messages_page .right_section .user_control .panel-title {
        font-size: 13px;
    }

    .messages_page .right_section .user_control .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        border: none;
        background: #f2f2f2;
        border-radius: 5px;
        margin-top: 13px;
    }

    .messages_page .right_section .user_control .user_list {
        margin-top: 0;
    }

        .messages_page .right_section .user_control .user_list .user_info {
            border-left: none;
            align-items: center;
            padding: 10px 0;
        }

.right_section .user_profile .user_img img {
    /*width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #787878;*/
    width: 100%;
    height: 100%;
}

.right_section .user_profile .user_img p {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.right_section .user_info .user_middle .user_name h3 {
    font-weight: bold;
    font-size: 14px;
}

.messages_page .right_section .user_control .user_info:hover {
    border-left: none;
}

.messages_page .right_section .user_info .user_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.chat_panel {
    display: flex;
    /*height: calc(100vh - 105px);*/
    height: calc(100vh - 115px);
}

.messages_page .right_section,
.messages_page .left_section {
    flex: 1 0 11%;
    padding: 15px;
}

.messages_page .left_section {
    flex: inherit;
    width: 300px;
}

.messages_page .middle_section {
    flex: 1 0 60%;
}

.right_section .user_control {
    /*height: calc(100vh - 332px);
    overflow-y: auto;*/
}

.messages_page .middle_section {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    /*height: 100vh;*/
    padding: 10px 5px 0 10px;
    /*height: calc(100vh - 115px);*/
    position: relative;
    /*height: calc(100% - 8px);*/
}

.chat_section .msg_content {
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #BABABA;
    border-radius: 10px;
}

.middle_section_content {
    height: 100%;
    position: relative;
}

.preview_panel {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    top: -10px;
    left: -10px;
    right: -5px;
    bottom: 0px;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 9;
}

.prev_heading {
    background: #e6e6e6;
    display: flex;
    align-items: center;
    padding: 10px;
}

    .prev_heading h2 {
        margin: 0;
        font-size: 18px;
        color: #545454
    }

    .prev_heading .preview_close {
        margin: 0 20px;
        cursor: pointer;
    }

.show_preview {
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    /*overflow: hidden;*/
    overflow: auto;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.doc_preivew {
    height: calc(100vh - 155px);
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .doc_preivew .doc_show {
        height: 300px;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-direction: column;
    }

        .doc_preivew .doc_show img {
            height: auto;
        }

.show_preview .attach_doc {
    text-align: center;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    cursor: pointer;
}

    .show_preview .attach_doc b {
        font-size: 31px;
        line-height: 35px;
    }

.uplaod_prev {
    height: 75px;
    width: 75px;
    margin-right: 10px;
    padding: 7px;
    border: 1px solid #bfbfbf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .uplaod_prev img {
        height: auto;
        /*padding: 7px;
    border: 1px solid #bfbfbf;
    background: #fff;*/
    }

.preview_send {
    position: absolute;
    right: 15px;
    bottom: 88px;
    background: #237ba0;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    border-radius: 100px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.chat_section {
    display: inline-block;
    width: 100%;
    height: calc(100% - 80px);
    /* height: 400px; */
    margin-bottom: 10px;
    overflow-y: auto;
    padding-right: 6px;
}

    .chat_section .left_msg,
    .chat_section .right_msg {
        width: 60%;
        margin-bottom: 15px;
        float: left;
    }

    .chat_section .right_msg {
        float: right;
    }

        .chat_section .left_msg .msg_content,
        .chat_section .right_msg .msg_content {
            background: #E2E2E2;
            border-color: #E2E2E2;
            position: relative;
        }

            .chat_section .left_msg .msg_content p,
            .chat_section .right_msg .msg_content p {
                margin-bottom: 0;
                word-break: break-all;
                white-space: pre-line;
            }

            .chat_section .left_msg .msg_content .download_doc a,
            .chat_section .left_msg .msg_content .download_doc,
            .chat_section .right_msg .msg_content .download_doc a,
            .chat_section .right_msg .msg_content .download_doc {
                display: flex;
                align-items: center;
            }

                .chat_section .left_msg .msg_content .download_doc img,
                .chat_section .right_msg .msg_content .download_doc img {
                    width: 25px;
                }

                .chat_section .left_msg .msg_content .download_doc h4,
                .chat_section .right_msg .msg_content .download_doc h4 {
                    margin: 0;
                    font-size: 15px;
                    padding: 0 35px 0 15px;
                    width: 250px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .chat_section .left_msg .msg_content .download_doc .download_btn,
                .chat_section .right_msg .msg_content .download_doc .download_btn {
                    float: right;
                    position: absolute;
                    right: 15px;
                    background: #ccc;
                    cursor: pointer;
                    /*padding: 10px;*/
                    border-radius: 40px;
                    color: #fff;
                    width: 33px;
                    height: 33px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.no_chats {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msg_type {
    display: flex;
    align-items: center;
}

.no_chats img {
    width: 75px;
}

.attachment_panel {
    margin: 0 10px;
    font-size: 25px;
    color: #5da8dd;
    cursor: pointer;
}

    .attachment_panel label {
        font-size: inherit;
        cursor: pointer;
        margin-bottom: 0;
    }

        .attachment_panel label img {
            width: 20px;
            cursor: pointer;
        }

.emoji_panel img {
    width: 20px;
    cursor: pointer;
}

.type_textbox {
    position: relative;
    border: 1px solid #809497;
    padding: 15px 5px 2px;
    border-radius: 24px;
    padding-right: 50px;
    flex: 0 1 95%;
}

    .type_textbox textarea {
        border: none;
        height: initial;
        width: 100%;
        padding: 0px 10px;
        font-size: 16px;
        line-height: 15px;
        resize: none;
        font-family: 'Roboto', sans-serif;
    }

    .type_textbox .send_msg {
        background: #ED1E8B;
        padding: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        right: 10px;
        text-align: center;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        color: #fff;
        cursor: pointer;
    }

.msg_info {
}

    .msg_info ul {
        display: flex;
        align-items: center;
    }

        .msg_info ul li {
            margin-right: 20px;
            color: #868686;
            font-size: 8px;
            font-family: 'Roboto', sans-serif;
        }

.msg_info {
}

.msg_info {
}

.msg_info {
}

.group_chat .img_profile {
    overflow: hidden;
    max-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #787878;
    margin: 0 auto;
}

    .group_chat .img_profile img {
        display: inline-block;
       /* margin-left: -20px;*/
    }

        .group_chat .img_profile img:first-child {
            margin: 0;
        }

.group_chat.user_info .user_img img {
    width: 25px;
    height: 25px;
    margin-top: -15px;
}

    .group_chat.user_info .user_img img:first-child {
        margin-right: -15px;
        margin-top: 6px;
    }

.group_chat .user_name .group_name {
}

    .group_chat .user_name .group_name ul {
        padding-left: 0;
    }

        .group_chat .user_name .group_name ul li {
            list-style: none;
            display: inline-block;
            margin-left: 6px;
            margin-bottom: 6px;
            font-family: 'Roboto', sans-serif;
            /* min-width: 250px; */
            font-weight: 500;
            color: #000;
        }

.group_chat .user_name .group_name {
}

.search_right .ntf-list .ntf-checkbox {
    margin-right: 10px;
}

.search_right.ntf-search .hc-input {
    padding: 0 40px 0 10px;
    background-position: right;
    position: relative;
    background: none;
    height: 37px;
    background-color: #F2F2F2;
}

.search_right .hc_search_icon {
    position: absolute;
    top: 6px;
    right: 10px;
}

    .search_right .hc_search_icon img {
        width: 15px;
    }

.carer_cstm_tbl .table tr td,
.carer_cstm_tbl .table tr th,
.carer_cstm_tbl .table td label {
    font-weight: normal;
}

.carer_radio.custom_field_radio {
    position: relative;
    padding: 0;
}

.custom_field_radio .custom_radio {
    padding: 0;
}

    .custom_field_radio .custom_radio [type="radio"]:not(:checked) + label:before,
    .custom_field_radio .custom_radio [type="radio"]:checked + label:before {
        border: none;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 0;
    }

    .custom_field_radio .custom_radio [type="radio"]:not(:checked) + label:after,
    .custom_field_radio .custom_radio [type="radio"]:checked + label:after {
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d5f3ff;
        z-index: -1;
        border-radius: 10px;
        transition: inherit;
    }

    .custom_field_radio .custom_radio [type="radio"]:checked + label,
    .custom_field_radio .custom_radio [type="radio"]:not(:checked) + label {
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 11px 14px;
        font-size: 14px;
        color: #000;
    }

#ClientlistTab .custom_field_radio .custom_radio label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1480px) {
    /*.carer-account-list .caccount-item {
    flex: 0 0 26%;
}*/
    /*.carer-account-list .caccount-item {
        width: 280px;
        height: 180px;
    }*/
    /*.caccount-box h4 {
        font-size: 21px;
        min-height: 48px;
        margin-top: 5px;
        margin-bottom: 12px;
    }*/
    .relationshipTag {
        /*width: 236px;*/
        font-size: 12px;
        /*padding: 5px 10px;*/
        margin-right: 10px;
    }

    .relationship_panel .carer-account-list {
        /*max-height: 255px;*/
    }

    /*.msg-box p {
        font-size: 14px;
        padding-right: 20px;
    }*/

    /*.sr-head h1,
    .sr-content-section h2,
    .inner-title h1,
    .faq-header h2,
    .service-detail-left h1,
    .section-title h2 {
        font-size: 35px;
    }*/

    .msearch-body .msearch-item {
        margin-bottom: 30px;
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .cstm_header .header-logo {
        width: 150px;
        text-align: left;
        margin-right: 20px;
    }

        .cstm_header .header-logo p {
            text-align: right;
        }

    .main-banner .banner-btn a {
        height: auto;
        line-height: inherit;
        padding: 7px 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .carer-account-list .caccount-item {
        flex: 0 0 45%;
    }
}

@media (max-width: 991px) {
    .dashboard_header.header .nav > li > a {
        padding: 15px 0px;
    }

    .dashboard_header .header-main {
        padding: 0 10px;
    }

    .dashboard_header .header-top .header-info > li a img.white-img {
        display: none;
    }

    .dashboard_header .header-row .header-right {
        margin-right: 40px;
    }

        .dashboard_header .header-row .header-right .login-links li {
            display: none;
        }

        .dashboard_header .header-row .header-right .login-links .loing-btn {
            display: inline-block;
        }

    .dashboard_header .header-top {
        display: none;
    }

    /*.cstm_header .header-login.header-right .login-links .loing-btn a {
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYgMTUuNTAzQTUuMDQxIDUuMDQxIDAgMSAwIDE2IDUuNDJhNS4wNDEgNS4wNDEgMCAwIDAgMCAxMC4wODN6bTAgMi4yMTVjLTYuNzAzIDAtMTEgMy42OTktMTEgNS41djMuMzYzaDIydi0zLjM2M2MwLTIuMTc4LTQuMDY4LTUuNS0xMS01LjV6Ii8+PC9zdmc+') no-repeat center center;
    }*/

    .cstm_header.header.sticky .header-login.header-right .login-links .loing-btn a {
        /*background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYgMTUuNTAzQTUuMDQxIDUuMDQxIDAgMSAwIDE2IDUuNDJhNS4wNDEgNS4wNDEgMCAwIDAgMCAxMC4wODN6bTAgMi4yMTVjLTYuNzAzIDAtMTEgMy42OTktMTEgNS41djMuMzYzaDIydi0zLjM2M2MwLTIuMTc4LTQuMDY4LTUuNS0xMS01LjV6Ii8+PC9zdmc+') no-repeat center center;*/
    }

    .carer_header.header.sticky .m-menu span {
        background-color: #fff;
    }

    .profile-nav {
        padding-left: 0;
    }

        .profile-nav .header-link > li a {
            padding: 24px 8px;
        }

    .ntf-row {
        margin-top: 5px;
    }

    .sr-label-list {
        text-align: center;
    }

        .sr-label-list .sr-checkbox {
            margin-right: 5px;
        }
}



@media screen and (max-width: 767px) {
    .carer-account-list .caccount-item {
        flex: 0 0 100%;
        width: calc(100% - 30px);
    }

    .postcode_field {
        display: block;
    }

    #result {
        max-width: 100%;
    }

    #select2-selectList_emrg-results .select2-results__option,
    #select2-selectList-results .select2-results__option,
    .addrs_select .select2-container {
        width: 100% !important;
    }

    .find_btn.mt_25 {
        margin-top: 0;
    }

    .addrs_select label {
        display: none;
    }

    .care-plan {
        margin: 20px 0;
    }

    .mobileDashBdSideBar {
        display: block;
        position: fixed;
        top: 0;
        background: #196484;
        width: 100%;
        padding: 10px 10px;
        z-index: 100;
    }

        .mobileDashBdSideBar .mob_click .bar1,
        .mobileDashBdSideBar .mob_click .bar2,
        .mobileDashBdSideBar .mob_click .bar3 {
            width: 30px;
            height: 3px;
            margin-bottom: 5px;
            display: block;
            margin-left: 0;
            background: #fff;
        }

        .mobileDashBdSideBar .mob_click .bar3 {
            margin-bottom: 0;
        }
    /*.mobileDashBdSideBar .mob_click {
    }
    .mobileDashBdSideBar .mob_click{}*/

    .minimize-sidebar .main-sidebar.custom_sidebar {
        left: 0;
        width: 260px;
    }

    .minimize-sidebar .main-nav ul li a {
        color: #fff !important;
    }

    .minimize-sidebar .main-nav ul li.active a {
        color: #000 !important;
    }

    .minimize-sidebar .sidebar-profile {
        display: block;
    }

    .main-sidebar .mCustomScrollBox .mCSB_container {
        padding: 20px 0px 10px;
    }

    .main-sidebar {
        top: 39px;
    }

    .chub-section {
        padding: 15px;
    }

    /*.main-banner {
        background-position: bottom;
        height: 100vh;
    }*/

    .faq-header h2,
    .main-banner .banner-caption h1 {
        font-size: 22px;
    }

    .inner-title h1 {
        font-size: 26px;
    }

    .main-banner .banner-caption h1 {
        line-height: 30px;
    }

    /*.news-info h3, .service-info-caption h4, .service-box .service-info h4 {
        font-size: 18px;
    }*/

    .section-title p {
        font-size: 14px;
        /*line-height: 22px;*/
    }

    .main-banner .banner-caption {
        /*max-width: 100%;*/
        /*text-align: center;*/
        top: 60%;
        transform: translateY(-50%);
        left: inherit;
        right: 0;
        padding: 0 10px;
        max-width: 50%;
    }



    .service-detail-left .btn {
        width: auto;
        max-width: inherit;
    }

    .msg-box {
        padding: 10px;
        display: block;
        text-align: center;
    }

    /*.caccount-box {
        min-height: inherit;
    }*/

    .login-footer {
        padding: 10px;
    }

    .inline-group .form-group {
        width: 100%;
        padding-right: 0;
    }

    #PostalCoad {
        width: 100%;
    }

    #PostalCoad,
    .reg-selectbox {
        max-width: 100%;
    }

    .sr-head h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .sr-content-section h2 {
        font-size: 24px;
    }

    .relationshipTag {
        width: 95%;
        margin: 0 auto 15px;
    }

    .msearch-head {
        padding-top: 30px;
    }

    .coming_soon {
        display: flex;
        align-items: center;
        height: calc(100vh - 186px);
        justify-content: center;
    }

    .behaviour_form.cbp-form.common-form .form-control,
    .info_select,
    .gender-selectbox,
    .cbp-form.common-form .cbp-number .form-control {
        min-width: inherit !important;
    }

        .info_select .select2-container--default .select2-selection--multiple {
            height: auto;
        }

            .info_select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
                padding: 5px 5px 8px;
            }
}
/* changes done by priyanka end*/

.medium_checkbox input {
    visibility: visible
}

#finalList.search-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start
}
/*.addrs_select .select2-container {
    width: 278px !important;
}
.addrs_select .select2-results__options .select2-results__option {
    font-size: 12px !important;
    width: 278px !important;
}*/

.carePlan {
}

    .carePlan .careTask {
        display: flex;
        position: relative;
    }

    .carePlan .task_section {
        /*width: 250px;*/
        position: relative;
        margin-bottom: 10px;
    }

    .carePlan .selected_task_tbl {
        /*width:calc(100% - 300px);*/
        width: 100%;
        /*max-height: 300px;
    overflow-y: auto;*/
        margin-bottom: 20px;
    }

        .carePlan .selected_task_tbl .table > thead > tr > th,
        .carePlan .selected_task_tbl .table > tbody > tr > td {
            padding: 2px 8px;
        }

        .carePlan .selected_task_tbl .table > tbody > tr > td {
            font-size: 13px;
            vertical-align: middle;
        }

            .carePlan .selected_task_tbl .table > tbody > tr > td.main_task {
                font-size: 14px;
                font-weight: bold;
                padding-top: 2px;
            }

        .carePlan .selected_task_tbl .table {
            max-height: 250px;
            overflow-y: auto;
            margin-bottom: 10px;
        }

.task_option .task_close {
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
    z-index: 99;
    float: right;
    margin-right: 0;
    /* margin-top: -26px; */
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    text-align: center;
}

    .task_option .task_close img {
        width: 10px;
    }

.carePlan .task_option {
    background: #fbfafa;
    box-shadow: 0px 1px 7px #dadada;
    padding: 20px;
    padding: 15px 0 10px 15px;
    border-radius: 10px;
    /*max-height: 300px;
    overflow-y: auto;*/
    width: 100%;
    top: 30px;
    right: 0;
    margin: 0 auto;
    /*height: 100%;*/
    z-index: 105;
    display: none;
    position: absolute;
}


.carePlan .grid_height {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.carePlan .select2-container {
    z-index: 101;
}
/*.carePlan .task_option:before {
    content: '';
    position: absolute;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}*/
.select_task .btn {
    margin-bottom: 10px;
    padding: 5px 15px;
}

    .select_task .btn .fa {
        margin-right: 5px;
    }

.carePlan .task_list {
    margin-right: 15px;
}

    .carePlan .task_list:last-child {
        margin-right: 0;
    }

    .carePlan .task_list .selcted_icon {
        display: inline-block;
        margin-left: 5px;
    }

        .carePlan .task_list .selcted_icon .fa {
            font-style: italic;
            cursor: pointer;
            font-size: 13px;
        }

        .carePlan .task_list .selcted_icon .fa-times {
            color: #e00000;
            padding-left: 3px;
        }

        .carePlan .task_list .selcted_icon .fa-check {
            color: #00bf06;
        }

    .carePlan .task_list h4 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .carePlan .task_list ul {
        padding-left: 17px;
    }

.carePlan .task_list_options {
    display: flex
}

.carePlan .task_list ul li {
    cursor: pointer;
    font-size: 13px;
    list-style: initial;
    margin-bottom: 3px;
    margin-right: 10px
}

.carePlan .task_list ul {
}

.carePlan .inline-group .form-group {
    margin-bottom: 10px;
}

.selected_task_tbl {
    /*margin-top:30px;*/
}

    .selected_task_tbl .task_name {
        margin-right: 7px;
        /* width: 100%; */
        margin-bottom: 3px;
        border-radius: 20px;
        font-size: 12px;
    }

.repeat_task .cbp-form.common-form .form-control {
    min-width: inherit
}

.repeat_task .form-group.and_label {
    margin-top: 30px;
}

.week_accrodian .faq-ans {
    padding: 20px;
    padding-top: 0;
}

.week_accrodian .faq_listing {
    margin-top: 20px;
}

#showCarePlan {
    /*line-height: 18px;
    padding: 5px 15px;
    margin-bottom: 0px;
    font-size: 13px;*/
    line-height: inherit;
    padding: 6px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    background: #196585;
    color: #fff;
    /*border-radius: 100%;*/
    margin-top: 10px;
    width: 100%;
}

.carePlan .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.carePlan .select2-container--default .select2-selection--single {
    height: 35px;
}

    .carePlan .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }


.care_plan_submit {
    text-align: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.carePlan .info_select .select2-container--default .select2-selection--multiple,
.carePlan .cbp-form.common-form .form-control {
    font-size: 13px;
    height: 35px;
}

.carePlan .repeatedDropdowmSection .info_select .select2-container--default .select2-selection--multiple {
    min-height: 65px;
    height: auto;
    overflow-y: auto;
}

.task_tab_panel {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 10px;*/
}

    .task_tab_panel .pink_btn {
        padding: 5px 10px;
    }

    .task_tab_panel .task_tab {
        display: flex;
        overflow: hidden;
        /* width: 80%; */
        overflow-x: auto;
        white-space: nowrap;
        margin-right: 10px;
    }

.task_tab .repeated_task {
    background: grey;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

    .task_tab .repeated_task .clock_icon {
        margin-right: 10px;
    }

.task_tab_panel .close_plan {
    font-size: 12px;
    /* border-radius: 28px; */
    font-weight: bold;
    cursor: pointer;
    right: 4px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 5px;
}

.task_tab_panel .time_info {
    cursor: pointer;
}

.task_tab_panel .clock_icon {
    cursor: pointer;
}

.task_tab .repeated_task.active {
    background: #237ba0;
}

.task_tab .repeated_task:last-child {
    /*margin-right:20px;*/
}

.task_tab_panel .add_new_task .btn {
    padding: 9px 10px;
    font-size: 13px;
    min-width: 120px;
}

.carePlan .title h2 {
    font-size: 21px;
    /* border-bottom: 1px solid #cccccc; */
    color: #237ba0;
    margin-bottom: 15px;
    margin-top: 5px;
}

.carePlan .care_tab {
    margin-bottom: 30px;
    /*margin-top: 20px;*/
    /* border-bottom: 1px solid #237ba0;*/
    background: #237ba0;
}

    .carePlan .care_tab.profile-nav .header-link {
        justify-content: inherit;
    }

.care_tab .header-link > li a {
    font-size: 14px;
}

.carePlan .care_tab .nav-pills > li > a {
    padding: 15px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
}

.carePlan .care_tab .nav-pills > li.active > a,
.carePlan .care_tab .nav-pills > li.active > a:hover,
.carePlan .care_tab .nav-pills > li.active > a:focus {
    background-color: #237ba0;
}

.carePlan .care_tab {
}

.grid {
    width: 100%;
}

.task_option .grid-item {
    width: 25%;
    margin-bottom: 15px;
}


#miniCalendar .datepicker {
    padding: 0 !important
}

.sectionTitle h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.calendarSec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.care_schedule_section .current-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eee;
}

    .care_schedule_section .current-title h1 {
        border-bottom: none;
    }

    .care_schedule_section .current-title .btn {
        padding: 1px 10px;
        font-size: 13px;
        margin-bottom: 5px;
    }

.care_schedule_section .careplan_dropdown .gender-selectbox {
    display: inline-block;
    margin-right: 15px;
}

.care_schedule_section .schedule_btns {
    /*margin-bottom:20px;*/
    display: inline-block;
}

    .care_schedule_section .schedule_btns .btn {
        line-height: 18px;
        padding: 5px 15px;
        margin-bottom: 0px;
        background: #237BA0;
        font-size: 13px;
    }

.care_schedule_section .care_schedule_calender {
}

.care_schedule_section .task_creation_page {
}

.carePlan .inner-title {
    padding-top: 0;
}

.pt_10 {
    padding-top: 10px;
}

.task_creation_page .dash_heading h1 {
    font-size: 23px;
}

.task_creation_page {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    /*padding: 20px;*/
    z-index: 100;
    bottom: 0;
    /*width: 80%;*/
    height: 100vh;
    /*box-shadow: -4px -1px 12px 3px #c7c6c6;*/
    /*transition: all 0.5s;*/
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    overflow-y: auto;
    padding-bottom: 20px;
    transform: translateX(100%);
    transition: all ease 400ms
}

.new_task_creation {
    width: 85%;
}

.slideView {
    width: 85%;
    padding-bottom: 0;
    overflow: hidden;
}

    .slideView.scrolly {
        overflow-y: auto;
    }

.slide_section {
    display: flex;
}

.slideView.task_creation_page .close_iframe {
    padding-left: 12px;
    color: #fff;
}

.slideView .task_creation_page .dash_heading {
    padding-top: 0;
}

.slideView .task_creation_page {
    transform: inherit;
    position: inherit;
    width: 100%;
    display: none;
    overflow-y: initial;
    /*transform: translate(0);*/
    padding: 15px;
    height: auto;
}

    .slideView .task_creation_page.showpartial_view {
        position: absolute;
        width: calc(100% - 200px);
    }

    .slideView .task_creation_page.showPanel {
        /*transform: translate(0);*/
    }

.showtask_panel .dash_heading {
    padding-top: 10px;
}

.invitecarers_section .login-header {
    /*top:70px;*/
    left: 200px;
    width: calc(100% - 200px);
}

.invitecarers_section .pink_btn {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 100;
}

.slide_section .left {
    overflow: hidden;
    width: 200px;
    background: #399eca;
    height: 100vh;
    overflow-y: auto;
}

.slide_section .right {
    /*margin-left:20px;*/
    width: calc(100% - 200px);
    height: 100vh;
    overflow-y: auto;
}

.slide_section .left .left_menu {
    padding: 20px 0px 10px 0;
}

    .slide_section .left .left_menu ul {
        padding-left: 0;
    }

        .slide_section .left .left_menu ul li {
            /*text-transform:uppercase;*/
            padding: 10px 15px;
            color: #fff;
            cursor: pointer;
            position: relative;
            font-size: 13px;
            list-style: none;
        }

            .slide_section .left .left_menu ul li:after {
                position: absolute;
                content: "";
                right: -1px;
                top: 50%;
                transform: translateY(-50%);
                width: 35px;
                height: 80px;
                background: url(../images/shap1.png) no-repeat;
                background-size: 100% 100%;
                opacity: 0;
            }

            .slide_section .left .left_menu ul li.active {
                /*background:#0076a7;*/
                background: #fff;
                /*background: transparent linear-gradient(180deg, #237BA0 0%, #0A425A 100%) 0% 0% no-repeat;*/
                color: #237BA0;
                border-radius: 0 15px 15px 0;
                font-weight: 500;
            }

                .slide_section .left .left_menu ul li.active:after {
                    opacity: 1;
                }

        .slide_section .left .left_menu ul li {
        }

#showNewWindow {
    display: none;
}

.viewInviteeCarerProfile #viewInviteeCarerProfile,
.showClientFinalAgreement #showClientFinalAgreement,
.showFinalAgreement #showFinalAgreement,
.showNewWindow #showNewWindow,
.showProfile1 #showProfile1,
.showViewResponse #ShowViewResponses,
.showProfileForMenu #showProfileForMenu,
.showProfile #showProfile,
.showCalendar #showCalendar,
.showInvitee #shoInviteePanel,
.displayCarePlan #carePlan_task_view,
.displaySearch #displaySearch,
.showCarerList #displayCarersList,
.showViewCarerProfile #showViewCarerProfile,
.searchCarer #displaysearchCarer {
    transform: translate(0);
}

#showClientFinalAgreement,
#showFinalAgreement,
#showProfile1,
#showCalendarForResponse,
#showProfileForMenu,
#showViewCarerProfile,
#showProfile {
    display: none;
}

.showClientFinalAgreement #showClientFinalAgreement,
.showFinalAgreement #showFinalAgreement,
.searchCarer #displaysearchCarer,
.showProfile1 #showProfile1,
.showCalendarForResponse #showCalendarForResponse,
.showProfileForMenu #showProfileForMenu,
.showViewCarerProfile #showViewCarerProfile,
.showProfile #showProfile {
    display: block;
}

#showCalendarForResponse.carer_list_panel {
    width: 100%;
}

#showCalendarForResponse {
    /*width: 100%;*/
    transform: inherit;
}

#displaySearch,
#displayCarersList,
#carePlan_task_view {
    /*display: none;*/
}

.collapse_view {
    display: flex;
    align-items: flex-start;
}

    .collapse_view .collpase_panel {
        width: 250px;
        margin-left: 10px;
        transition: all 0.5s ease-in-out;
        height: auto !important;
    }

    .collapse_view .prev_panel {
        flex: 1;
        /*background: #ccc;*/
        transition: all 0.5s;
        -webkit-transition: all 0.5s ease-in-out;
    }

.collpase_panel .content_section {
    background: #a8e6ff9e;
    padding: 7px;
    max-height: 844px;
    /*border-radius: 5px;*/
    overflow-y: auto;
}

    .collpase_panel .content_section .custom_table {
        font-size: 12px;
        margin-top: 5px;
    }

    .collpase_panel .content_section .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ddf5ff;
    }

.collapse_view .datepicker {
    padding: 10px 10px 10px 0 !important;
}

.collapse_view .calendarSec .leftSec {
    /*margin-right: 10px;
    margin-top: 52px;
    border: 1px solid #ddd;*/
    padding-right: 0;
}

.carer_list_panel {
    width: 80%;
}

.schedule_option.gender-selectbox {
    /*min-width: 100%;
    max-width: 100%;
    margin-top: 20px;*/
    min-width: inherit;
    max-width: inherit;
    /* margin-top: 20px; */
    width: 100%;
    margin-right: 15px;
}

.carer_list_panel#showProfile1 {
    /*width:100%;*/
}

.carer_list_panel#showViewCarerProfile,
.carer_list_panel#showProfileForMenu,
.carer_list_panel#showProfile {
    /*width:100%*/
    padding-bottom: 0;
}

.carer_list_panel .login-header {
    position: absolute;
    left: 0;
    top: 70px;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}

.viewInviteeCarerProfile,
.showNewWindow,
/*.showProfile1,*/
/*.showViewResponse,*/
.showProfileForMenu,
.showViewCarerProfile,
.searchCarer,
.showProfile,
.showCalendar,
.showInvitee,
.displayCarePlan,
.displaySearch,
.showCarerList {
    position: relative;
    overflow: hidden;
}

    .viewInviteeCarerProfile:before,
    .showNewWindow,
    /*.showProfile1:before,*/
    /*.showViewResponse:before,*/
    .showProfileForMenu:before,
    .showViewCarerProfile:before,
    .showProfile:before,
    .searchCarer:before,
    .showCalendar:before,
    .showInvitee:before,
    .displayCarePlan:before,
    .displaySearch:before,
    .showCarerList:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        width: 100%;
        height: 100%;
    }

#showProfileForMenu .dash_heading {
    padding: 5px 0 10px;
    margin-bottom: 0;
}

#showViewCarerProfile .dash_heading {
    padding: 5px 0 10px;
    margin-bottom: 0;
}

/*.task_creation_page{
    width: 100%;
    height: 100%;
    border: none;
}*/
.task_creation_page .close_iframe {
    padding-top: 5px;
    font-weight: bold;
    padding-left: 20px;
    cursor: pointer;
}

    .task_creation_page .close_iframe img {
        width: 10px;
    }

@media screen and (max-width: 991px) {
    .mob_mt_20 {
        margin-top: 20px;
    }
}

iframe, object, embed {
    max-width: 100%;
}

.calendarSec .leftSec {
    padding-right: 10px;
}

.filter_dd {
    margin: 20px 0;
}

    .filter_dd .dropdown button {
        background: transparent;
        border: none;
    }

    .filter_dd .dropdown .caret {
        right: 0;
        position: absolute;
        top: 5px;
        border-top: 6px dashed;
        border-top: 4px solid \9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .filter_dd .dropdown_menu {
        max-height: 300px;
        overflow-y: auto;
    }

        .filter_dd .dropdown_menu ul {
            padding: 20px 0 0 0;
        }

            .filter_dd .dropdown_menu ul li {
                list-style: none;
                margin-bottom: 5px;
            }

    .filter_dd .filter_toggle {
        padding: 0;
    }

    .filter_dd .dropdown_menu ul li span {
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
    }

    .filter_dd .medium_checkbox .checkbox-text {
        padding: 0 0 0 40px;
        line-height: inherit;
    }

        .filter_dd .medium_checkbox .checkbox-text:before {
            top: 5px;
            width: 18px;
            height: 18px;
            border: 2px solid #237BA0;
        }

        .filter_dd .medium_checkbox .checkbox-text:after {
            width: 10px;
            height: 5px;
            left: 4px;
            top: 10px;
            border-color: #fff;
        }

    .filter_dd .medium_checkbox input:checked + .checkbox-text:before {
        background: #237BA0;
        border-color: #237BA0;
    }

    .filter_dd .check_red.medium_checkbox input:checked + .checkbox-text:before,
    .filter_dd .check_red.medium_checkbox .checkbox-text:before {
        border-color: red;
    }

    .filter_dd .check_red.medium_checkbox input:checked + .checkbox-text:before {
        background: red;
    }

    .filter_dd .check_green.medium_checkbox input:checked + .checkbox-text:before,
    .filter_dd .check_green.medium_checkbox .checkbox-text:before {
        border-color: #00bb20;
    }

    .filter_dd .check_green.medium_checkbox input:checked + .checkbox-text:before {
        background: #00bb20;
    }

    .filter_dd .check_orange.medium_checkbox input:checked + .checkbox-text:before,
    .filter_dd .check_orange.medium_checkbox .checkbox-text:before {
        border-color: #ffd400;
    }

    .filter_dd .check_orange.medium_checkbox input:checked + .checkbox-text:before {
        background: #ffd400;
    }

.add_calendar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}

    .add_calendar .caldr_box {
        background: #f5f5f5;
        padding: 5px 10px;
        width: 100%;
        margin-right: 20px;
        font-weight: 600;
        color: #787878;
    }

    .add_calendar .fa-plus {
        float: right;
        color: #787878;
    }

.calendarSec .datepicker-days {
}

.calendarSec .datepicker-days {
}

.calendarSec .datepicker table tr td.today,
.calendarSec .datepicker table tr td.today.disabled,
.calendarSec .datepicker table tr td.today.disabled:hover,
.calendarSec .datepicker table tr td.today:hover {
    background-image: inherit;
    /*background: #237BA0;*/
    background: #bebebe;
    color: #fff;
}

.calendarSec .table-condensed > tbody > tr > td {
    padding: 6px 5px;
}

.calendarSec .datepicker td,
.calendarSec .datepicker th {
    border-radius: 100%;
    font-size: 13px;
    font-weight: 600;
}

.calendarSec .datepicker-switch:hover {
    background: inherit;
}

.calendarSec .datepicker table tr td.active:hover:active,
.calendarSec .datepicker table tr td.active:hover:hover,
.calendarSec .datepicker table tr td:focus,
.calendarSec .datepicker table tr td.active {
    background: #237BA0;
}

.calendarSec .rightSec .fc-button-primary:not(:disabled):active,
.calendarSec .rightSec .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.calendarSec .rightSec .fc-button {
    /*margin-left:10px;*/
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
}

    .calendarSec .rightSec .fc-button:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 60%;
        border-right: 1px solid #fff;
    }

    .calendarSec .rightSec .fc-button:last-child::after {
        border-right: none;
    }

.calendarSec .rightSec .fc th {
    text-align: left;
    font-weight: normal;
}

.calendarSec .rightSec .fc .fc-day-header span {
    padding: 5px 7px;
    display: inline-block;
}

    .calendarSec .rightSec .fc .fc-day-header span b {
        font-size: 12px;
    }

    .calendarSec .rightSec .fc .fc-day-header span p {
        font-size: 26px;
        margin-bottom: 0;
    }

.calendarSec .rightSec .fc-time-grid .fc-event,
.calendarSec .rightSec .fc-time-grid .fc-bgevent {
    /*padding: 5px;*/
}

.mt_5 {
    margin-top: 5px;
}

.mt_0 {
    margin-top: 0;
}

/*.login-page-wrapper .user-account-list .btn {
    padding: 3px 10px;
    font-size: 11px
}*/

.user-account-list label {
    margin-bottom: 0
}

.additionalData td {
    padding: 0;
}
/*.additionalData thead {
    position:sticky;
    top:0
}
.additionalData .carer_cstm_tbl .carer_cstm_tbl {
    height: 30vh;
    overflow-y: scroll
}*/

.additionalData .slideDiv .table > tbody > tr > td {
    padding: 4px;
    font-size: 12px
}


.additionalData .slideDiv .table thead tr:nth-child(1) th {
    background: #ed1e8b;
    font-size: 12px;
    padding: 5px;
}

.form-label label {
    margin-bottom: 0;
}

.multiselect_dd .btn {
}

.multiselect_dd .btn-group.open .dropdown-toggle:focus {
    background: none;
}

.multiselect_dd .btn-group.open .dropdown-toggle {
    box-shadow: inherit;
    background: #f7fcff;
    height: 40px;
    border: 1px solid #B9B9B9;
}

.multiselect_dd .multiselect {
    min-width: 300px;
    text-align: left;
    height: 40px;
}

.multiselect_dd .btn .caret {
    display: none;
}

.multiselect_dd .multiselect-item.filter {
    display: none;
}

.multiselect_dd .dropdown-menu {
    width: 100%;
}

    .multiselect_dd .dropdown-menu label {
        font-size: 14px;
        font-weight: normal;
    }

.multiselect_dd .checkbox {
    line-height: normal;
}

.multiselect_dd .dropdown-menu > li > a {
    cursor: pointer;
    padding: 6px;
}

.multiselect_dd .dropdown-menu > .active > a,
.multiselect_dd .dropdown-menu > .active > a:hover,
.multiselect_dd .dropdown-menu > .active > a:focus {
    background-color: #237BA0;
}

.multiselect_dd .dropdown-menu > li > a:hover,
.multiselect_dd .dropdown-menu > li > a:focus {
    outline: none;
}

.multiselect_dd .checkbox input {
    display: none;
}

.custom_table table.dataTable tbody tr:hover .action-icon {
    color: inherit;
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

    .dataTables_filter input {
        border: 1px solid #797979;
        color: #313131;
        padding: 5px 10px;
        border-radius: 4px;
        font-weight: normal;
    }

.add_group .user-account-form.common-form .form-control {
    min-width: 250px;
}

.add_group .user-account-form {
    padding-top: 0;
}

.dataTables_paginate .pagination_right,
.dataTables_paginate .pagination_left {
    color: #fff;
    font-weight: normal;
}

    .dataTables_paginate .pagination_left img {
        margin-right: 10px;
    }

    .dataTables_paginate .pagination_right img {
        margin-left: 10px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000;
    font-weight: normal;
    padding: 7px 13px;
    cursor: pointer;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
        outline: none;
    }

.dataTables_wrapper {
    padding-bottom: 30px;
}

/*.action-icon {
    padding-right: 10px;
    font-size: 14px;
}*/

.action-icon:last-child {
    padding-right: 0;
}

.fc-time-grid-event.fc-event {
    width: 100%;
    left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.eventClash {
    background: rgba(255, 0, 0, 0.6) url(../images/diagonalStripes.png) 0 0 !important;
    background-size: 290px !important;
}

.additionalData .slideDiv .table > tbody > tr > td {
    padding: 4px;
    font-size: 12px
}


.additionalData .slideDiv .table thead tr:nth-child(1) th {
    background: #ed1e8b;
    font-size: 12px;
    padding: 5px;
}

/*.login-page-wrapper .user-account-list .btn {
    padding: 3px 10px;
    font-size: 11px
}*/

.user-account-list label {
    margin-bottom: 0
}

.additionalData td {
    padding: 0;
}

.carePlan_overlay .select2-dropdown {
    z-index: 99999;
}

.attendance_qr {
}

    .attendance_qr .qr_panel {
    }

    .attendance_qr #qrcode img {
        text-align: center;
        border: 1px solid #efefef;
        padding: 30px;
        margin: 0 auto;
        box-shadow: 1px 2px 9px #e8e8e8;
        border-radius: 5px;
        animation: fadeInUp 0.5s ease-in-out 0s forwards;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.list_panel .sts_available {
    color: #03C028;
}

.list_panel .carer_img img {
    width: 30px;
}

.list_panel .medium_checkbox {
    line-height: normal;
}

    .list_panel .medium_checkbox .checkbox-text:before {
        width: 20px;
        height: 20px;
    }

    .list_panel .medium_checkbox .checkbox-text:after {
        left: 6px;
        top: 6px;
        width: 10px;
        height: 5px;
    }

.list_panel .table {
    max-height: 300px;
    overflow-y: auto;
}

.show_fav_carers_list {
    display: none;
    padding: 10px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    background: #e7f8ff;
}

    .show_fav_carers_list .table tr {
        background: #fff;
    }

.list_panel .table > tbody > tr > td {
    padding: 3px 8px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.search_panel {
    width: 80%;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    font-size: 12px;
}

    .tooltip .tooltiptext:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
    }

.cce-list .cce-item .cce-box {
    width: 100%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-right {
    top: -5px;
    left: 125%;
}

.tooltip-bottom {
    top: 135%;
    /*left: 50%;*/
    left: 58px;
    margin-left: -60px;
}

#Prefilled-AddressData {
}

.schedule_current_carer {
    padding-top: 60px;
}

.carer_list_panel .login-header {
    padding-right: 0
}

.carer_list_panel .profile-nav {
    width: 100%;
}



    .carer_list_panel .profile-nav ul {
        justify-content: inherit;
    }

/*.schedule_current_carer .cca-btns li:last-child a {
    background: #237BA0;
}*/

.chat-left {
    margin-top: 30px;
    font-family: Poppins, sans-serif
}

.search_page {
    height: calc(100vh - 46px);
}

    .search_page iframe {
        width: 100%;
        /*height:100%;*/
        height: calc(100vh - 80px);
    }

.mb_0 {
    margin-bottom: 0;
}


.view_profile_iframe iframe {
    width: 100%;
    height: calc(100vh - 115px);
}

#showProfileForMenu .view_profile_iframe iframe {
    height: calc(100vh - 80px);
}

#showViewCarerProfile .view_profile_iframe iframe {
    height: calc(100vh - 80px);
}

/*.view_profile_iframe {
    height: calc(100vh - 115px);
}*/


.news-section .section-title {
    padding-top: 20px
}

#frame_CarerSearch {
    min-height: 80px;
    background: #fff url("/images/customLoader.gif") no-repeat 50% top !important;
}

.no_record {
    height: 63vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
}

.viewinvitee_scroll {
    height: calc(100vh - 115px);
    overflow-y: auto;
}

.padTop50 {
    padding-top: 50px
}

.slide_section .left .left_menu ul li.disabled {
    cursor: default;
    opacity: 0.4;
}

.cp-share li a i.fa-heart {
    color: red;
}

.fa-heart-o {
    font-size: 1.8em;
    color: #ffc4eb;
    transition: all 0.2s ease-in-out;
    font-size: 1.2em;
}

    .fa-heart-o:hover {
        color: #de6e4b;
        transform: scale(1.3);
    }

.careplan_cca_body.cca-body {
    margin-top: 0;
}

.careplan_cca_body .cca-btns li a {
    padding: 4px 10px;
    font-size: 14px;
    border: 2px solid #237BA0;
    color: #237BA0;
    background: #fff;
}

.careplan_cca_body .cca-btns li:last-child a {
    background: #fff;
}

.careplan_cca_body .cca-btns li a.active {
    background: #237BA0;
    color: #fff;
}

.selected_task_tbl .custom_table textarea.form-control {
    height: 30px;
    font-size: 11px;
    padding: 5px;
    border-radius: 4px;
    min-height: auto;
}

.task_creation_page .custom_table {
    font-size: 12px;
}

#collapseMini {
    text-align: right;
}

    #collapseMini img {
        cursor: pointer;
        transform: rotateY(170deg);
    }

#CallDetails_Table .custom_table {
    max-height: 200px;
    overflow-y: auto;
}

.invitecarers_section .schedule_current_carer .common-padding {
    padding: 0;
}

#viewInvitee .cca-profile h4,
#ShowCarerResponseList .cca-profile h4,
.invitecarers_section .schedule_current_carer .cca-profile h4 {
    font-size: 22px;
}

#viewInvitee .cca-btns li a,
#ShowCarerResponseList .cca-btns li a,
.invitecarers_section .schedule_current_carer .cca-btns li a {
    padding: 5px 10px;
}

#ShowCarerResponseList .cji-inv-text p {
    font-size: 13px;
    line-height: 20px;
}

.slideView .task_creation_page.viewProfile_panel {
    padding: 0;
}

.pd_15 {
    padding: 15px;
}

.contextMenu {
    display: none;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 8px -1px rgba(0,0,0,0.4);
}

    .contextMenu ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .contextMenu ul li {
            list-style: none;
            background: #fff;
            box-shadow: 0px 0 4px -2px rgba(0,0,0,0.8);
            padding: 10px 30px;
        }

.video-block {
    margin-top: 15px;
}

.cstm_check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    font-weight: 600;
    word-break: break-all;
}

    /* Hide the browser's default checkbox */
    .cstm_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 25px;
    width: 25px;*/
    width: 18px;
    height: 18px;
    border: 2px solid;
    background-color: #fff;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.cstm_check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cstm_check input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cstm_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cstm_check .checkmark:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 10px;
    /* border: solid white; */
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #676666;
    transform: rotate(133deg);
    width: 9px;
    height: 5px;
}

.text-center.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

.footer-box .container {
    max-width: 1050px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

    .footer-row .footer-col.footer-address {
        /*padding-right:50px;*/
        width: 20%;
    }

    .footer-row .footer-col {
        width: 15%;
    }

.show_cal {
    display: block;
    /*align-items: center;
    justify-content: center;*/
    margin-top: 20px;
}


.add_sel_btn {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}

    .add_sel_btn .task_tab_panel {
        /*width: calc(100% - 150px);*/
        width: 100%;
    }

    .add_sel_btn .task_section {
        width: 150px;
        display: flex;
        /* align-items: flex-end; */
        justify-content: flex-end;
    }

        .add_sel_btn .task_section .btn {
            margin-bottom: 0;
        }

.sp-replacer {
    width: 80px !important;
    height: 30px !important;
}

.color_picker {
    padding: 5px;
}

.header-color .color-block {
    /*min-width: 450px; 
    text-align: center;*/
}

.floating_clash_btn {
    position: fixed;
    right: 0;
    background: #237ba0;
    padding: 15px 2px 15px 8px;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    color: #fff;
    cursor: pointer;
}

    .floating_clash_btn img {
        transform: rotate(180deg);
        width: 19px;
    }

.sp-dd {
    font-size: 15px !important;
    padding: 0 5px !important;
    line-height: 29px !important;
}

.carer-item svg {
    height: 55px;
}

.carers-service-section {
    padding-bottom: 80px;
}

.d_flex {
    display: flex;
    align-items: center;
}

    .d_flex.space_between {
        justify-content: space-between;
    }

.profile_complet {
    width: 30%;
}

    .profile_complet .progress {
        height: 12px;
        margin-bottom: 0;
    }

    .profile_complet .progress-bar {
        line-height: 14px;
        font-size: 10px;
    }

.complt_text {
    margin-bottom: 5px;
    color: #545454;
    font-size: 13px;
}

    .complt_text span {
        font-size: 14px;
        font-weight: 600;
        color: #337ab7;
    }

.srl-right .srl-info .btn {
    text-transform: uppercase;
}

.text_uppercase {
    text-transform: uppercase;
}

.section-title.left-title p {
    margin-bottom: 20px;
}

.special-care {
    padding-bottom: 70px;
}

    .special-care .speacial-wrapper {
        border-color: #d9d9d9;
    }
/*.news-info h3{
    font-size:26px;
}*/
.contact-form .form-control {
    color: #000;
}

.contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #007FA8;
    opacity: 1; /* Firefox */
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #007FA8;
}

.contact-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #007FA8;
}

.floating_msg_lbl {
    position: relative;
}

.msg_label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    font-weight: 500;
    font-size: 19px;
    color: #007FA8;
}

.footer-address address {
    line-height: 28px;
}

/*.footer-row .footer-col ul li a:after{
    border-bottom: 1px solid #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}*/
.news-list {
    margin: 20px 0 0;
}

.footer .footer-box {
    border-radius: 0;
}

.service-box .service-info h4 {
    height: 69px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.service-box .service-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    word-break: break-word;
}

.payment-detail-table {
    max-width: 100%;
}

.login-page-wrapper .payment-detail-table .btn {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 8px;
}

.payment-detail-table tr td img {
    margin-right: 10px;
    width: 25px;
}

.payment-detail-table tr:last-child td {
    padding-top: 8px;
}

.action_td {
    display: flex;
    align-items: center;
}

    .action_td .action_btn {
        margin-left: 5px;
        cursor: pointer;
    }

.care-plan .com_detail_care_plan .btn {
    max-width: 290px;
}

.help-submit .req_btn {
    font-size: 18px;
    font-weight: 500;
}

.help-sidebar {
    font-family: 'Roboto', sans-serif;
}

.help-call .call_btn {
    font-size: 18px;
    margin-top: 20px;
}

.news-list .news-item {
    margin-bottom: 40px;
}

.register-box .btn-box .btn {
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.login-form .small_checkbox .checkbox-text {
    color: #000;
}

.msearch-col-title h4 {
    font-weight: 500;
}

.msearch-left-box p {
    color: #000;
}

.msearch-footer .btn {
    font-size: 21px;
    border-radius: 20px;
    min-width: 336px;
}

.sr-content-section h2 {
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
}

.search-list .search-r-item .search-r-box {
    font-family: 'Poppins', sans-serif;
}
/*.search-r-box .search-profile{
    width:126px;
    height:126px;
}*/
.sr-btn .w_btn {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.dash_heading.inner_title {
    border-color: #D9D9D9;
}

    .dash_heading.inner_title h1 {
        font-size: 18px;
    }

.carer-share-user .common-form .form-submit .submit-btn,
.help-center .faq_listing,
.help-center .hc-box .hc-input,
.carer-ji-block .cca-btns,
.carer-ji-block .cca-profile,
.schedule_current_carer .cca-btns li a,
.cca-profile-info {
    font-family: 'Roboto', sans-serif;
}

.current-carer-page {
    width: 100%;
    max-width: 1065px;
}

.cc-event-news .view_more {
    font-size: 12px;
}

.user-report-list img {
    width: 50px;
}

.report_btn .btn {
    border-radius: 15px;
    font-family: Poppins, sans-serif;
    min-width: 229px;
    margin-right: 15px;
    margin-bottom: 40px;
    height: 53px;
    font-size: 18px;
}


.help-center .faq-list.level2 .faq-item .faq-que h4 {
    font-size: 22px;
}

.help-center .faq-list .faq-item .faq-que h4 {
    font-size: 20px;
}

.master-payment .master-left {
    width: 50%;
}

.client_account .user-account-list .user-account-head h4 {
    font-size: 33px;
}

.carer-share .select2-container--default .select2-selection--single,
.carer-share .common-form .form-control,
.client_account .select2-container--default .select2-selection--single,
.client_account .common-form .form-control {
    background: #F3FAFF;
}

.carer-share-list h4 {
    font-size: 19px;
}

.carer-share-user .common-form .form-submit .submit-btn {
    border-radius: 5px;
}

.privacy-policy .pp-list .pp-item .pp-box h4 {
    margin-top: 30px;
}

.app-download p {
    font-size: 16px;
    line-height: 31px;
    color: #000;
}

.app-store-item {
    max-width: inherit;
    margin: 0;
    margin: 30px 0;
}

.app-link-section {
    max-width: 750px;
}


.history-info table tr th, .history-info table tr td {
    padding: 18px 0;
}

.history-info .action-icon .fa {
    font-size: 16px;
}

.billing-history .dataTables_paginate {
    display: none;
}

.billing-history .history-table-btn {
    z-index: 0;
}

.login-page-wrapper .billing-history .btn {
    background: #237BA0;
    margin-right: 15px;
    font-size: 12px;
}

.form-control.form_sm {
    height: 35px;
    padding: 10px;
    font-size: 14px;
}

.slideView #ShowViewResponses .task_creation_page {
    overflow-y: auto;
}

.sp-dd {
    display: none !important;
}

.sp-replacer {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    border: none !important;
}

.sp-preview-inner {
    background-color: #eaecf0 !important;
}

.sp-preview {
    position: relative;
}

    .sp-preview:before,
    .sp-preview:after {
        position: absolute;
        content: "";
        width: 2px;
        height: 12px;
        left: 50%;
        top: 50%;
        background: #83888d;
        margin-top: -6px;
        margin-left: -1px;
        z-index: 10;
    }

    .sp-preview:before {
        height: 2px;
        width: 12px;
        margin-left: -6px;
        margin-top: -1px;
    }

/*.sp-preview:after{
    content:'+';
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
    color:#787878;
}*/

.findActive {
    color: deeppink !important
}

.sr_input {
    background-color: #F2F2F2;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    height: 35px;
    padding: 0 32px 0 12px;
    width: 100%;
    font-size: 12px;
}

.find_need_help .faq-header h2 {
    color: #237BA0;
}

.infoPopup {
    position: absolute;
    right: calc(100% + 15px);
    top: 2px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 4px -1px rgba(0,0,0, 0.5);
    border-radius: 5px;
    padding: 8px 15px;
    border: 2px solid #00bb20
}

    .infoPopup li {
        color: #237ba0
    }

    .infoPopup:after {
        position: absolute;
        left: 100%;
        content: "";
        top: 10px;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0 11px 15px;
        border-color: transparent transparent transparent #00bb20;
    }



.search-list {
    display: flex;
    flex-wrap: wrap;
}

.msearch-box {
    overflow: initial;
}

.carer_profile .print-share > li span {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: normal;
    margin: 0 15px 0 0;
}

.carer_profile .print-share > li > a {
    background: transparent;
}

.carer_profile .print-share .b-share .share-social {
    z-index: 99;
}

.carer_profile .cp-share li.b-share a i.fa {
    font-size: 18px;
}

.required {
    color: red;
}

.infoPopupModal {
    max-width: 600px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -999;
    opacity: 0
}

.showInfoPopup .infoPopupModal {
    z-index: 999;
    opacity: 1
}

/* Parts are from twitter.com */

.HeartAnimation {
    padding-top: 2em;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/66955/web_heart_animation.png');
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: left;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    cursor: pointer;
}

.animate {
    animation: heart-burst .8s steps(28) forwards;
}

@keyframes heart-burst {
    0% {
        background-position: left
    }

    100% {
        background-position: right
    }
}

.special-care .section-title h2 {
    font-size: 40px;
}

.special-care .section-title p {
    font-size: 19px;
    color: #000;
    line-height: 31px;
}

.carer_dash_heading h1 {
    font-size: 26px;
}

.search-list {
    display: flex;
    flex-wrap: wrap;
}

.login-body {
    padding-bottom: 40px;
}

.main-nav ul li a .icon_active_care_plan {
    background: url('../images/care_plan_active.svg')
}

.hc-topic-list {
    display: flex;
    flex-wrap: wrap;
}

    .hc-topic-list .hc-topic-item {
        display: flex;
    }

@media(max-width:1140px) {
    .carer_profile .print-share .b-share .share-social {
        left: inherit;
        top: -10px;
        right: 45px;
    }

    .carer_profile .cp-share li {
        width: 100%;
        margin-left: 0;
    }
}

.messages_page .hc-box .hc-input,
.messages_page .select2-container--default .select2-selection--single {
    border-radius: 6px;
}

.carer-jov-inv .cji-item:last-child {
    padding-right: 0;
}

.current-carer-page {
    max-width: inherit;
}

.position_relative {
    position: relative;
}

.back_carer.btn-sm {
    padding: 6px 15px;
    font-size: 12px;
}

.back_carer {
    position: absolute;
    right: 15px;
    top: -15px;
    border-radius: 5px;
}

.chat-left {
    position: relative;
    z-index: 9;
}

.cstm_modal .modal-header .close {
    opacity: 1;
}

    .cstm_modal .modal-header .close img {
        width: 10px;
    }

.cstm_modal .modal-header {
    background-color: #edfaff;
}

    .cstm_modal .modal-header h4 {
        color: #237ba0;
        font-size: 17px;
    }

.sr-pagination {
    width: 100%
}

.info_Modal {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

    .info_Modal p {
        margin-bottom: 0px;
        text-align: center;
        font-size: 13px;
        background: #f1f1f1;
        flex: 0 1 33%;
        margin-left: 10px;
        padding: 10px;
        border-radius: 3px;
        box-shadow: 1px 2px 3px #dedede;
    }

        .info_Modal p:first-child {
            margin-left: 0;
        }

.how_work .video-block {
    margin: 0;
    margin-top: 20px;
}

.how_work .video_img img {
    border-radius: 10px;
}

.how_work {
    font-family: Poppins, sans-serif;
}

    .how_work .inner_heading h1 {
        font-size: 40px;
        color: #237AB0;
        font-family: Poppins, sans-serif;
        font-weight: 500;
    }

.top_section p {
    color: #000;
    line-height: 26px;
    font-size: 16px;
}

.content_section h3 {
    color: #237AB0;
    margin-top: 35px;
    font-size: 22px;
    font-weight: 500;
}

.content_section p {
    line-height: 26px;
    font-size: 15px;
    color: #434343;
}

.content_section .btn {
    width: 100%;
    border-radius: 15px;
    margin-top: 25px;
}

.carer_available .cji-inv-text {
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}

    .carer_available .cji-inv-text p {
        color: #434343;
        display: inline-block;
        font-size: 13px;
        margin-right: 20px;
    }

.carer_available p b {
    font-weight: 500;
    font-size: 14px;
}

.carer_available .cca-btns li:last-child a {
    background: #237BA0;
}

.bioText {
    margin-bottom: 10px;
}

@media(min-width: 992px) {
    .header .nav > li {
        /*position: relative;*/
    }

        .header .nav > li.sublink > a:after {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .header ul.submenu {
        /*position: absolute;*/
        left: 0;
        top: 80%;
        /*width: 300px;
    text-align: left;
    background-color: #222222;*/
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


    .header .nav li:hover > ul.submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}

.add_funding {
    padding-top: 0;
}

    .add_funding.user-account-form.common-form .form-control {
        min-width: inherit;
    }

.caf-list .caf-item .caf-box.orange_box {
    background: #ffc107;
}

.medicalinfo_tabs .nav {
    border-bottom: 1px solid #ccc;
}

    .medicalinfo_tabs .nav > li > a {
        padding: 7px 15px;
        border-radius: 4px 4px 0 0;
    }

.medicalinfo_tabs .nav-pills > li.active > a,
.medicalinfo_tabs .nav-pills > li.active > a:hover,
.medicalinfo_tabs .nav-pills > li.active > a:focus {
    color: #d9f4ff;
    background-color: #20769a;
}

.medicalinfo_tabs .carer-account-list {
    display: flex;
    margin: 0 auto;
    padding: 15px 0 10px;
    flex-wrap: wrap;
    max-height: 195px;
    overflow-y: auto;
}


    .medicalinfo_tabs .carer-account-list tr {
        display: flex;
        justify-content: space-between;
        word-break: break-all;
    }

        .medicalinfo_tabs .carer-account-list tr td:first-child {
            margin-right: 10px;
        }

.cbp-form.common-form .medicalinfo_tabs .form-submit .btn.btn-sm {
    max-width: 85px;
    font-size: 15px;
}


.form-control.medication_Time {
    width: 90px;
    padding: 5px 10px;
    text-align: center;
    height: auto;
    border-radius: 3px;
    border: 1px solid #237BA0;
    background: #fff;
}

#RequestCancellationPopup textarea.form-control {
    min-height: 55px;
}

.cbp-request .cbp-text .btn {
    max-width: 260px;
}

.member_detail_form .pp-contact .contact-form {
    border-bottom: none;
    padding-bottom: 0px;
}

.inner-title {
    margin-bottom: 30px;
    padding-top: 80px;
}

.pp-contact .form-submit .btn:hover {
    background: #ED1E8B;
    color: #fff;
}

.help-header {
    padding: 15px 16px 11px 26px;
    display: flex;
    align-items: center;
}

.help-sidebar.open .help-header {
    padding: 18px 36px 12px 26px;
}

.help-header img {
    vertical-align: middle;
    margin-top: 0;
}

.header-main {
    padding-bottom: 5px;
}

.community-section .section-title {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .header .nav > li.sublink > a:after {
        bottom: -23px;
    }
}

.rating_group .user-account-form.common-form .form-control {
    min-height: 70px;
}

.checkbox_sm.medium_checkbox {
    line-height: normal;
}

    .checkbox_sm.medium_checkbox .checkbox-text {
        min-height: 20px;
        line-height: normal;
    }

        .checkbox_sm.medium_checkbox .checkbox-text:before {
            width: 22px;
            height: 22px;
        }

        .checkbox_sm.medium_checkbox .checkbox-text:after {
            width: 11px;
            height: 4px;
            top: 7px;
            left: 6px;
        }

.cp-profile-text ul li b {
    margin-right: 10px;
}

.profile_review .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    text-align: right;
}

    .profile_review .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
        left: inherit;
        right: 0;
    }

.crp-ritem .rvw-info .rvw-rating {
    margin-top: -17px;
}

.crp-ritem .rvw-info .rvw_date {
    margin: 5px 0;
}

.review_detail .crp-ritem .rvw-info h4 {
    display: inline-block;
    margin-right: 20px;
}

.review_detail .jq-ry-container {
    display: inline-block;
}

.review_detail .crp-ritem .rvw-info .rvw_date {
    width: 100%;
}

.rating_group .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    width: 21px;
    height: 20px;
}

.rating_group .user-account-form {
    width: 100%;
}

.account-notification .inline-group .form-group {
    vertical-align: top;
    padding-right: 15px;
    margin-bottom: 0;
}

.account-notification .user-account-form.common-form .form-control {
    min-width: inherit;
    width: 160px;
    display: inline-block;
}

.account-notification .user-account-form.common-form .form-group .form-label {
    display: inline-block;
    margin-right: 5px;
}

.account-notification .user-account-form {
    padding-top: 0;
    margin-left: 15px;
    vertical-align: top;
}

@media(max-width:1480px) {
    .account-notification .user-account-form {
        margin-left: 0;
        margin-top: 10px;
    }
}

.billing-invoice-block .bi-left {
    float: none;
    width: 100%;
    padding-right: 0;
}

    .billing-invoice-block .bi-left iframe {
        width: 100%;
        height: 600px;
    }

.review_details .carer-profile-page {
    padding-top: 0;
}

/*.bioText p {
    word-break: break-all;
}*/

.history-title i {
    color: #4a1a32;
}

/*.csvfile_admin .login-body {
    padding-left: 0;
}*/


.upload_admin_iframe {
    padding-left: 0;
}

    .upload_admin_iframe .common-padding {
        padding: 20px;
    }

.ca-add-item h5 {
    line-height: 30px;
    text-transform: uppercase;
}

.account_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account_cntrl {
    margin-left: 30px;
}

    .carer_change_pwd a,
    .account_cntrl a {
        color: #fff;
        background: #237BA0;
        padding: 8px 11px;
        font-weight: 500;
        border-radius: 5px;
        text-align: center;
        min-width: 140px;
        display: inline-block;
    }

.acc_change_pwd.account_cntrl .fa {
    color: #fff;
    margin-right: 3px;
}

.pl_30 {
    padding-left: 30px;
}

.about_textarea textarea.form-control {
    min-height: 90px;
}

.slide_section .left .left_menu ul li.carer_unavible.active:after {
    height: 125px;
}

.onoffswitch {
    position: relative;
    width: 55px;
    display: inline-block;
    font-size: 80%;
}

    .onoffswitch .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid hsl(0, 0%, 90%);
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        margin: 0;
    }

    .onoffswitch .onoffswitch-inner {
        width: 200%;
        margin-left: -100%;
        -webkit-transition: margin 0.15s ease-in-out;
        -o-transition: margin 0.15s ease-in-out;
        -moz-transition: margin 0.15s ease-in-out;
        transition: margin 0.15s ease-in-out;
    }

        .onoffswitch .onoffswitch-inner:before,
        .onoffswitch .onoffswitch-inner:after {
            float: left;
            width: 50%;
            height: 24px;
            padding: 0;
            line-height: 24px;
            font-size: 80%;
            color: hsl(0, 0%, 100%);
            font-weight: normal;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .onoffswitch .onoffswitch-inner:before {
            content: "ON";
            padding-left: 10px;
            background-color: hsl(203, 100%, 39.1569%);
            color: hsl(0, 0%, 100%);
        }

        .onoffswitch .onoffswitch-inner:after {
            content: "OFF";
            padding-right: 10px;
            background-color: hsl(0deg 0% 84%);
            color: hsl(0, 0%, 24%);
            text-align: right;
        }

    .onoffswitch .onoffswitch-switch {
        width: 22px;
        height: 22px;
        margin: 0;
        background: hsl(0, 0%, 100%);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 35px;
        -webkit-transition: right 0.15s ease-in-out;
        -o-transition: right 0.15s ease-in-out;
        -moz-transition: right 0.15s ease-in-out;
        transition: right 0.15s ease-in-out;
    }

.toggle-group {
    position: relative;
    display: inline-block;
}

    .toggle-group input[type=checkbox] {
        position: absolute;
        left: 10px;
    }

        .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
            margin-left: 0;
        }

        .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
            right: 1px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        }

        .toggle-group input[type=checkbox]:focus ~ .onoffswitch {
            outline: thin dotted #333;
            outline: 0;
        }

    .toggle-group label {
        position: absolute;
        cursor: pointer;
        padding-left: 65px;
        display: inline-block;
        text-align: left;
        line-height: 24px;
        width: 100%;
        z-index: 1;
        height: 24px;
        font-weight: 200;
    }

.caf-list .caf-item .caf-box {
    cursor: pointer;
}

.care_record {
    padding-top: 40px !important;
    padding-left: 30px !important;
}

.back-top a {
    cursor: pointer;
}

.search_progress {
    height: 12px;
    /*background: #000;*/
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .search_progress span {
        display: block;
        height: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .search_progress .progress {
        background-color: #069046;
        animation: progressBar 3s ease-in-out;
        animation-fill-mode: both;
    }

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.care_record .user-account-form {
    float: right;
}

.care_record .inline-group .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.care_record .user-account-form.common-form .form-group .form-label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.care_record .user-account-form.common-form .form-control {
    min-width: 131px;
    width: 180px;
}

.status_box {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

    .status_box .color_box {
        width: 12px;
        height: 12px;
        background: #237BA0;
        margin-right: 10px;
        box-shadow: 1px 1px 1px #d6d6d6;
    }

.search-r-box .search-profile {
    border: none;
}

.msearch-row .msearch-col .rs-container .rs-scale {
    display: flex;
    align-items: center;
}

.seprate_chat_section .chat_panel {
    height: calc(100vh - 50px);
}

.info_select .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--single,
.select2:focus .select2-selection,
.select2-container:focus .select2-selection {
    /*outline: 2px solid #356e9f;*/
    border-color: #356e9f;
}

.gender-selectbox:focus {
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
    top: -1px;
    position: inherit !important;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa;
    bottom: -1px;
}

.register_new .submit-btn {
    width: 48%;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}

.forgot-page .inner-title {
    padding-top: 30px;
}

.tk-page.forgot-page {
    background-position: top center;
}

.addWrap > button {
    position: absolute;
    right: 8px;
    top: -7px;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    width: 18px;
    color: #277ea2;
    border: none;
    padding: 3px;
    padding: 1px 5px;
    font-size: 13px;
}

.primary_add > button {
    border-radius: 100%;
    width: 18px;
    color: #277ea2;
    border: none;
    padding: 3px;
    padding: 1px 5px;
    font-size: 13px;
    margin-left: 5px;
}

.selectAvail {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .selectAvail .medium_checkbox {
        margin-left: 10px;
        line-height: normal;
    }

        .selectAvail .medium_checkbox .checkbox-text:after,
        .selectAvail .medium_checkbox .checkbox-text:before {
            border-color: #FFF;
        }

.text_center th, .text_center td {
    text-align: center;
}

#tbl_blisterpack.table th {
    text-align: center;
}

#tbl_blisterpack .plus_icon {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tncWraper ul {
    list-style-type: disc;
    padding-left: 20px;
}

.tncWraper ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.tncWraper li {
    font-size: 16px;
    color: #000;
    line-height: 31px;
    margin: 0 0 15px;
}

.border_sepration {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.current-account-list .current-account-item:last-child {
    margin-bottom: 0;
}

.user_control .user_lists .user_info {
    margin-bottom: 10px;
}

.currency_field {
    position: relative;
}

    .currency_field .form-control {
        padding-left: 30px;
    }

.currency_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.find_carematch .gender-selectbox,
.reg-form .form-group .form-control#MobileNumber,
.reg-form .form-group .form-control#EmailID {
    max-width: inherit;
    min-width: 310px;
}

.reg-form .form-group.cnf_set_pwd .form-control,
.reg-form .form-group.set_pwd .form-control {
    min-width: 285px;
    max-width: inherit;
}

.cnf_set_pwd .reg-selectbox,
.set_pwd .reg-selectbox {
    /*max-width: inherit;*/
}

.reg-form .form-group .form-control#County,
.reg-form .form-group .form-control#Country,
.reg-form .form-group .form-control#Town,
.reg-form .form-group .form-control#Street,
.reg-form .form-group .form-control#HouseNumber {
    min-width: 650px;
    /*max-width:inherit;*/
}

.calculate_time.form-control.form_sm {
    font-size: 11px;
    padding: 5px 10px;
    height: auto;
    border-radius: 5px;
    margin-top: 2px;
}

.print-share > li.b-print {
    cursor: pointer;
}

.final_select .select2-container .select2-selection {
    min-width: 360px;
}

.cbp-list .cbp-item .cbp-head1 {
    padding-left: 30px;
    color: #000;
}

.show_detail_icon {
    margin-left: -18px;
    cursor: pointer;
    margin-top: 34px;
}

    .show_detail_icon svg {
        fill: #097caf;
    }

.rates_tbl_height {
    max-height: 300px;
    overflow-y: auto;
}

.modal#SavedSearchPopupModal {
    z-index: 9999;
}

#savedsearchcriteria-table-data .custom_table th,
#savedsearchcriteria-table-data .custom_table {
    text-align: center;
}

.not_verified_account span {
    color: #237BA0;
    cursor: pointer;
}

.show_img_upload {
    padding: 13px 10px;
    border: 1px solid #B9B9B9;
    color: #000;
    margin-top: 24px;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}

    .show_img_upload.text {
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        border: none;
        background: transparent;
        margin-top: 0;
        margin-bottom: 5px;
        cursor: default;
    }

        .show_img_upload.text:hover {
            color: #000;
        }

        .show_img_upload.text .fa {
            display: none;
        }

#ShowEvidence a {
    /*margin-top: 26px;*/
    padding: 13px 30px;
    text-transform: uppercase;
}

.srl-right .srl-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speaks_div {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-day-grid-event .fc-content {
    white-space: inherit !important;
    word-break: break-all;
    font-size: 10px;
}
/*#LinechartByHour{
    height:500px !important;
}*/
.day_cycle_tab {
    margin-bottom: 10px;
}

textarea.form-control.task_comment_box {
    min-height: 25px;
    padding: 4px 8px 2px;
    resize: none;
    font-size: 12px;
}

.sr-pagination .left-arrow, .sr-pagination .right-arrow {
    outline: none;
    border: none;
    min-width: 110px;
}

.selct_time_picker .form-control.form_sm {
    padding-left: 25px;
    font-size: 12px;
}

.selct_time_picker i {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #007FA8;
}

.body_map_link {
    color: #237ba0;
    cursor: pointer;
    margin-bottom: 0;
}
/*.liveInTble {
    max-height: 400px;
    overflow-y:auto;
}*/
.client-becky-profile .gender-select,
.client-becky-profile .gender-selectbox {
    min-width: 200px;
}
/*offered calendar css start  here 1/12*/
.select_sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 35px;
}

.select_sm .select2-container--default .select2-selection--single .select2-selection__arrow,
.select_sm .select2-container--default .select2-selection--single {
    height: 36px;
}

    .select_sm .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 33px;
        background-size: 33%;
    }

.careplan_selction {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
}

    .careplan_selction .medium_checkbox {
        margin-right: 20px;
    }

.offer_calender_check .medium_checkbox .checkbox-text:before {
    width: 20px;
    height: 20px;
}

.offer_calender_check .medium_checkbox .checkbox-text:after {
    width: 10px;
    height: 4px;
    left: 5px;
    top: 6px;
}

.offer_calender_check .medium_checkbox .checkbox-text {
    min-height: 21px;
    line-height: 21px;
    padding: 0 0 0 28px;
}

.offer_calender_check .medium_checkbox {
    line-height: 11px;
}

.offer_calender_check .show_detail_icon svg {
    width: 20px;
}

#ShowListView_Table .table-responsive {
    /*max-height: 360px;
    overflow-y: auto;*/
}

.finalApprovalBtn.form-group {
    margin-bottom: 0;
    margin-top: 20px;
}

.offereCalender_section {
    display: flex;
    margin-bottom: 20px;
}

    .offereCalender_section div {
        background: #f3f3f3;
        padding: 10px;
        margin-right: 10px;
        align-items: start;
        flex: 1;
        align-items: 0;
        display: flex;
        font-size: 25px;
        justify-content: space-between;
        border-radius: 5px;
        cursor: pointer;
    }

        .offereCalender_section div:last-child {
            margin-right: 0;
        }

        .offereCalender_section div p {
            font-size: 12px;
            width: 75%;
            padding-right: 5px;
            margin-bottom: 0;
        }

        .offereCalender_section div:hover {
            box-shadow: 1px 1px 5px #ccc;
        }

        .offereCalender_section div.active {
            color: #1e7194;
            background-color: rgb(57 158 202 / 17%);
            /*font-weight: 500;*/
        }

.benefactor_feild.gender-selectbox {
    min-width: 170px;
}

.g-recaptcha iframe {
    height: 85px;
}

.cce-info p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkbox_blk .medium_checkbox {
    display: inline-block;
    margin: 0 0 10px;
}

#AccessForm {
    position: relative;
}

.accessform_back {
    position: absolute;
    right: 0;
    top: 34px;
}

.access_table {
    max-height: 300px;
    overflow-y: auto;
}

    .access_table .select2-container--default .select2-selection--single {
        height: 36px;
    }

        .access_table .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 33px;
        }

        .access_table .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 36px;
        }

.carer-share-list {
    max-width: inherit;
}

.access_table .medium_checkbox {
    line-height: normal;
}

.access_table .fa-trash-o {
    font-size: 16px;
}

.ass_profile_img {
    width: 35px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

    .ass_profile_img img {
        width: 100%;
        height: 35px;
        border-radius: 100px;
    }

.carer-share .medicalinfo_tabs {
    margin-top: 30px;
}

.carer-share .sa-table {
    display: inline-table;
    max-width: 100%;
}

.carer-share .medicalinfo_tabs .nav > li > a {
    font-size: 13px;
    padding: 9px 40px;
}

.carer-share .sa-table tr td {
    padding: 10px 20px;
}

.shared_profile {
    position: absolute;
    right: 10px;
    bottom: 13px;
}

    .shared_profile svg {
        fill: #fff;
    }

.clientList a {
    cursor: pointer;
}

.error_msg_panel {
    border: 1px solid rgb(221, 221, 221);
    margin: 20px 0px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgb(221, 221, 221) 2px 2px 5px;
    display: none;
}

    .error_msg_panel p {
        font-size: 12px;
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px;
    }

        .error_msg_panel p:before {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            /* background: #000; */
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #8e2d60
        }

#CarerProfileForMenu .container {
    width: auto;
}

#showNotification {
    cursor: pointer;
}

.disable_notify {
    pointer-events: none;
}

.wickedpicker {
    border-radius: 6px;
    width: 210px !important;
    height: 200px !important;
}

.wickedpicker__controls {
    padding: 10px 0 10px !important;
}

button.wickedpicker__close {
    transform: translate(-50%);
    bottom: -50px;
    top: inherit !important;
    left: 50% !important;
    background: #ED1E8B;
    border: none;
    color: #fff !important;
    padding: 6px 18px;
    padding-right: 35px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
}

    button.wickedpicker__close:before {
        display: none;
    }

.wickedpicker__controls__control--meridiem,
.wickedpicker__controls__control--minutes,
.wickedpicker__controls__control--hours {
    font-size: 20px;
}

    wickedpicker__controls__control-down,
    wickedpicker__controls__control-up,
    .wickedpicker__controls__control--hours:hover,
    .wickedpicker__controls__control--hours:focus,
    .wickedpicker__controls__control--minutes:hover,
    .wickedpicker__controls__control--minutes:focus,
    .wickedpicker__controls__control--meridiem:focus {
        outline: none;
        color: #237BA0;
    }

.wickedpicker__controls__control {
    margin-left: 15px;
}

    .wickedpicker__controls__control:first-child {
        margin-left: 0;
    }

.wickedpicker__close {
    font-size: 24px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    font-size: 13px !important;
}

.wickedpicker__title {
    background-color: rgba(57, 158, 202, 0.13) !important;
    color: #237ba0 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wickedpicker__controls__control {
    width: 40px !important;
}

.inline-label {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .inline-label label {
        margin-right: 15px;
        flex: 0 0 100px;
    }

.addDispute .common-select {
    background: rgba(243,250,255,0.65);
    height: 46px;
    border: 1px solid #B9B9B9;
    font-size: 16px;
    border-radius: 10px;
    color: #000;
    width: 100%;
}

.addDispute.user-account-form.common-form .form-control {
    min-width: unset;
    width: 100%
}

.addDispute.user-account-form {
    padding: 20px;
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.addDispute .bottom-btn {
    float: none;
    text-align: center
}

.addincident .right_section {
    margin-bottom: 10px;
}

.addincident .dataTables_filter {
    float: none
}

.addincident .bottom-btn {
    margin-bottom: 10px
}

.addincident .dataTables_filter input {
    margin-left: 8px
}

.no_wrap {
    white-space: nowrap;
}

#chkboxmedication {
    margin-top: 33px;
}

.custom_table {
    font-size: 13px;
    margin-bottom: 0px;
}


.mt_20 {
    margin-top: 20px;
}

.floatRight {
    float: right;
}

.ui-datepicker {
    z-index: 9 !important;
}

.clickDisabled {
    cursor: not-allowed;
    user-select: none;
    opacity: .65;
}

    .clickDisabled a {
        pointer-events: none;
    }

.cal_border .datepicker-days {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.payment-detail .pink_btn.btn-sm,
.login-page-wrapper .payment-detail .btn.pink_btn.btn-sm {
    font-size: 10px;
    padding: 2px 3px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.client-account-payment {
    max-width: 100%;
}
/*#Carer_FinalAgreement .cbp-list .cbp-item:first-child .collapse {
    display:block;
   

}*/
.tk-content {
    max-width: 1000px;
    margin: 0 auto;
    display: inherit;
}

.fc-event-container ul {
    padding-left: 20px !important;
}


.sticky_bar .cstm_header {
    background: #fff;
}

.sticky_progress,
.sticky_bar .cstm_header {
    position: fixed;
}

.sticky_progress {
    /*top: 98px;*/
    z-index: 99;
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
}

.manual-search-page {
    padding-top: 0;
}

.help_center_faq ul {
    list-style-type: none;
}

.help_center_faq li.dropdown > ul {
    display: none;
}

.help_center_faq .submenu {
    position: inherit;
    left: inherit;
    text-align: left;
    margin: 0;
    padding: 0;
}

.help_center_faq .faq-list .faq-item .faq-ans {
    /*display: initial;*/
    text-align: left;
}

.help-center .faq-list .faq-item a.faq-que {
    font-size: 22px;
    font-weight: 500;
    line-height: 13px;
}

    .help-center .faq-list .faq-item a.faq-que:hover {
        text-decoration: none;
    }

.help_center_faq .submenu li {
    padding: 0;
}

.help_center_faq .faq-list.level2 > .faq-item > .faq-que {
    font-weight: 700;
}

.selected_task_tbl .select2-container--default .select2-selection--multiple {
    min-height: 30px;
    height: auto;
    overflow-y: auto;
}

.payment-detail .form-group input[type="file"]:focus {
    outline: none;
    box-shadow: none;
}

.rs-tooltip {
    /*left: 25px !important;*/
    padding: 3px 3px 0 !important;
    transform: translate(-50%, -36px) !important;
    height: 26px !important;
    font-size: 12px !important;
}

.rs-container {
    margin: 0 30px;
}
/*.calendarSec .rightSec .fc-time-grid .fc-bgevent*/
#opportunitycalendar .calendarSec .rightSec .fc-time-grid .fc-event,
#ShowCareplanDataInCalendar .calendarSec .rightSec .fc-time-grid .fc-event {
    padding: 0;
}

#ShowCareplanDataInCalendar .fc-time-grid-event .fc-time {
    font-size: 9px;
}

#ShowCareplanDataInCalendar .fc-event-container ul {
    padding-left: 7px !important;
    font-size: 10px;
}

#ShowCareplanDataInCalendar .fc-time-grid .fc-slats td {
    height: 2em;
}

#opportunitycalendar .fc-time-grid-event .fc-time {
    font-size: 9px;
}

.calendarSec .rightSec #calendar-container .fc-time-grid-event.fc-event.fc-start.fc-end {
    min-height: 15px;
    max-height: max-content;
}

.calendarSec .rightSec #calendar-container .fc-time-grid-event .fc-time {
    font-size: 9px;
}

@media (min-width: 992px) {
    #MedicationListPopupModal .modal-lg {
        width: 1000px;
    }
}

#MedicationListPopupModal .custom_table {
    font-size: 11px;
}

    #MedicationListPopupModal .custom_table th {
        font-weight: normal;
    }

#MedicationListPopupModal .table > thead > tr > th,
#MedicationListPopupModal .table > tbody > tr > td {
    padding: 3px 5px;
}

.help_center_faq .faq-list.levelTwo .faq-item {
}

/*.faq-list.levelTwo > .faq-item > .faq-que, .faq-list.level2 > .faq-item > .faq-que{
    display:block !important;
}*/
.fc-dayGrid-view .fc-body .fc-row {
    height: auto !important;
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 6em !important;
}

.sub_modal .table thead tr:nth-child(1) th {
    color: #1e7194;
    background: #e1f6ff;
}

.sub_modal.cstm_modal .modal-header {
    background: #e2e2e2;
}

    .sub_modal.cstm_modal .modal-header h4 {
        color: #292929;
        margin: 0;
    }

.sub_modal .modal-dialog {
    width: 615px;
    margin-top: 100px;
    box-shadow: 2px 2px 14px -1px #bbb;
}

.cbp-form.common-form #ShowBlisterpackDetails .gender-selectbox,
.cbp-form.common-form #ShowBlisterpackDetails .form-control {
    font-size: 11px;
    min-width: 110px;
    max-width: 150px
}

.client-becky-profile #ShowBlisterpackDetails .gender-select {
    min-width: 110px;
    padding-right: 0;
}

#ShowBlisterpackDetails .select2-container--default .select2-selection--single .select2-selection__rendered,
.cbp-form #ShowBlisterpackDetails .select2-container--default .select2-selection--single {
    height: 35px;
    font-size: 11px;
    line-height: 35px;
}

#ShowBlisterpackDetails .select2-container--default .select2-selection--multiple {
    min-height: 35px;
    height: auto;
    overflow-y: auto;
}

#MedicationDetailsPanel .table-responsive {
    margin-bottom: 20px;
}

#MedicationDetailsPanel .table {
    margin-bottom: 0;
}

#ShowBlisterpackDetails .table th {
    font-size: 13px;
}

#ShowBlisterpackDetails .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

#ShowBlisterpackDetails .selected_task_tbl .select2-container--default .select2-selection--multiple {
    min-height: 35px;
    height: auto;
    overflow-y: auto;
}

#ShowBlisterpackDetails .client-becky-profile .gender-select,
#ShowBlisterpackDetails .client-becky-profile .gender-selectbox {
    min-width: inherit;
    padding-right: 0;
}

.EstiamtedTimeSection {
    margin-top: 15px;
}

.info_Rates .d_flex {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11px;
}

    .info_Rates .d_flex p {
        margin: 0;
        font-weight: 500;
        font-size: 15px;
        color: #1c1c1d;
    }

    .info_Rates .d_flex h4 {
        margin: 0 10px 0 0px;
    }

.info_LiveInRates .d_flex {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11px;
}

    .info_LiveInRates .d_flex p {
        margin: 0;
        font-weight: 500;
        font-size: 15px;
        color: #1c1c1d;
    }

    .info_LiveInRates .d_flex h4 {
        margin: 0 10px 0 0px;
    }

.care-plan .btn.plan_carer_btn {
    width: auto;
    max-width: inherit;
    min-width: 200px;
}

#text_trim {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    margin-left: 10px;
}

.carerTermReq .cca-profile-info {
    margin-top: -10px;
}

.info_LiveInRates.rate_modal .d_flex {
    align-items: center;
    justify-content: center;
}

    .info_LiveInRates.rate_modal .d_flex p {
        padding-right: 25px;
        position: relative;
        font-size: 14px;
        color: #444;
        font-size: 14px;
    }

        .info_LiveInRates.rate_modal .d_flex p:before {
            border-left: 1px solid #afafaf;
            content: '';
            position: absolute;
            right: 11px;
            height: 20px;
            top: 0px;
        }

        .info_LiveInRates.rate_modal .d_flex p:last-child::before {
            display: none;
        }

        .info_LiveInRates.rate_modal .d_flex p:last-child {
            padding-right: 0;
        }

    .info_LiveInRates.rate_modal .d_flex svg {
        margin-right: 15px;
        width: 25px;
    }

#ShowBlisterpackDetails .form-control {
    max-width: 100% !important;
}

#ShowSessionDetails .form-control {
    min-width: 100px !important;
}

.tablehead {
    width: 200px;
}

.table-bordered > tbody > tr > td {
    text-align: center;
}

.nolable {
    padding-top: 14px;
}

.weekclass {
    max-width: 160px;
}

.div_Stripe .alert-warning {
    color: #000000 !important;
    background-color: #ffc90f !important;
    border-color: #af8d44 !important;
}

.div_Stripe .stripe-warning {
    border: none;
    border-radius: 0;
    font-weight: normal;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .div_Stripe .stripe-warning:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffc90f;
        position: absolute;
        top: 50%;
        left: -9px;
        margin-top: -10px;
        content: '';
    }

.div_Stripe .StripeLink {
    border-radius: 15px;
    font-size:16px;
    line-height:21px;
}
.div_Stripe .stripeGeneratedSection {
    position: relative;
    padding-left: 170px;
}
    .div_Stripe .stripeGeneratedSection .div-stripe-link {
        position: absolute;
        top: 0px;
        left: 0px;
    }
        .div_Stripe .stripeGeneratedSection .div-stripe-link a {
            text-decoration: revert;
            color: #000000;
            line-height: 20px;
            margin-top: 20px;
            display: inline-block;
            font-size: 16px;
        }

        .div_Stripe .div-stripe-alert .alert-warning {
            border: none;
            border-radius: 0;
            font-weight: normal;
            position: relative;
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .div_Stripe .div-stripe-alert .alert-warning:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffc90f;
        position: absolute;
        top: 50%;
        left: -9px;
        margin-top: -10px;
        content: '';
    }
div.additional-language-select .select2-container--default .select2-selection--multiple {
    height: auto !important;
    min-height: 46px !important;
}
