﻿.stay-on-top {
    top: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

label.error,
.error {
    color: red;
    font-weight: 400;
    text-align: left;
    margin: 5px 0 0 0 !important;
    display:block;
}

a,
a label {
    cursor: pointer;
}

.date-time-picker {
    margin-top: 20px;
    margin-bottom: 5px;
}

.header {
	width:100%;
}

/*======popupcss=========*/
.modal-open .header {
    width: 100% !important;
    padding-right: 17px;
    z-index: 9999 !important;
}

.modal-open .navbar-light .navbar-toggler {
    margin-right: 0 !important;
}

/*.modal-open .navbar-collapse {
    width: calc(100% + 47px);
}*/

/*.modal-backdrop {
    background: url('../images/popup-overlay-bg.jpg') no-repeat;
    background-size: cover;
    z-index: 10;
}*/

    .modal-backdrop.show {
        opacity: 1;
    }

.popup-block .modal-dialog {
    max-width: 740px;
    margin: 52px auto;
    padding: 0 15px;
}

.popup-block .modal-content {
    background: none;
    border: none;
    border-radius: 0;
    padding: 45px 0 0 0;
}

.popup-block .modal-header {
    padding: 0;
    border: none;
}

.popup-block .modal-title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: auto;
}

.popup-block .modal-header .close {
    position: absolute;
    margin: 0;
    padding: 0;
    right: -160px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.popup-block .modal-body {
    padding: 0;
    margin: 0;
}

    .popup-block .modal-body p {
        color: #fff;
        text-align: center;
    }

    .popup-block .modal-body .capcha {
        margin: 25px 0 25px 0;
    }

.popup-block .btn-custom {
    margin: auto;
    margin-top: 40px;
    padding: 0 80px;
    display: table;
    font-size: 24px;
    height: 70px;
    background-color: #69d2e7;
    background-image: -webkit-linear-gradient(left, #ff5a0a, #f90);
    background-image: -moz-linear-gradient(left, #ff5a0a, #f90);
    background-image: -o-linear-gradient(left, #ff5a0a, #f90);
    background-image: -ms-linear-gradient(left, #ff5a0a, #f90);
    background-image: linear-gradient(to right, #ff5a0a, #f90);
}

    .popup-block .btn-custom:hover, .bnr-signin .btn-custom:focus {
        background: #333333;
    }

.popup-block .custom-checkbox {
    text-align: center;
}

.popup-block .account {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 23px;
    display: block;
    text-align: center;
    padding: 22px 0 0 0;
    width: 100%;
}

    .popup-block .account a {
        display: block;
        color: #000000;
        font-weight: 500;
        text-decoration: underline;
    }

        .popup-block .account a:hover {
            color: #ffffff;
        }

.popup-block.forgot .modal-dialog {
    max-width: 515px;
    margin: 100px auto 52px;
    padding: 0 15px;
}

.popup-block.forgot .modal-header .close {
    top: 0;
}

.popup-block.forgot .modal-content {
    background: none;
    border: solid 1px #000;
    border-radius: 0;
    padding: 45px 70px;
}

.popup-block.forgot .btn-custom {
    margin: 5px auto 20px;
    width: 100%;
    padding: 0 10px;
}

.field-icon {
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: 1;
    font-size: 18px;
}

.popup-block.troublesignin .modal-dialog {
    max-width: 650px;
    margin: 215px auto 52px;
    padding: 0 15px;
}

.popup-block.troublesignin .modal-content {
    background: none;
    border: solid 1px #000;
    border-radius: 0;
    padding: 25px 40px 0;
}

.requiredasterisk:after {
    content: "*";
    font-weight: bold;
    /*color: red;*/
}


/*********new-table*************/
.add-new-entry-box {
    padding-bottom: 15px;
}

.entry-content {
    background: #88d1c3;
    padding: 20px;
}

    .entry-content p {
        padding: 0;
        color: #fff;
        font-size: 16px;
    }

.entry-table .table-bordered {
    border: none;
    background: #fbfbfb;
}

    .entry-table .table-bordered th {
        border: 1px solid #ececec;
        background: #f6f4f5;
        font-weight: 500;
        color: #01b79d;
        font-size: 16px;
        padding: 20px 12px;
        border-bottom: 1px solid #f6f5f5;
        vertical-align: top;
    }

        .entry-table .table-bordered th:last-child {
            border-right: 1px solid #f6f4f5;
        }

        .entry-table .table-bordered th:last-child {
            border-right: 1px solid #f6f4f5;
        }

    .entry-table .table-bordered td {
        font-weight: 400;
        color: #8d8d8d;
        font-size: 15px;
        border: 1px solid #ececec;
        padding: 20px 12px;
        vertical-align: top;
    }

.add-link {
    color: #00cfdd;
    font-size: 15px;
    text-decoration: underline;
}

    .add-link:hover {
        color: #000;
    }

.add-entry-btn {
    background: #334049;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
}

    .add-entry-btn:hover {
        background: #01b79d;
        color: #fff;
    }



.patient-feedback-link-block .arround-space {
    padding: 0;
}

.patient-feedback-link-block .sym-table {
    padding: 0;
    margin-bottom: 15px;
}

.patient-feedback-link-block .white-box-shad {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget table th {
    padding: 5px 0 !important;
    font-size: 13px !important;
    width: auto !important;
}

.bootstrap-datetimepicker-widget table td {
    padding: 5px 0 !important;
    font-size: 13px !important;
    width: auto !important;
}





.top-message-btn {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-message-btn a {
        background: #00cfdd;
        padding: 10px 12px;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.5px;
    }

        .top-message-btn a:hover {
            background: #02bfcc;
        }

    .top-message-btn span {
        position: relative;
        padding-left: 34px;
    }

        .top-message-btn span::before {
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/message-icon.png) no-repeat top left;
            width: 28px;
            height: 24px;
            content: '';
        }


.messages-part {
    padding: 20px !important;
}

.message-block .nav-tabs .nav-link {
    border-radius: 0;
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

    .message-block .nav-tabs .nav-link.active {
        background: #eef3f5;
        color: #000;
    }

.message-block .nav-link {
    display: block;
    padding: 10px 24px 9px;
}

.message-block .nav-tabs .nav-link:hover {
    color: #000;
}

.message-block .nav-tabs {
    border-bottom: 5px solid #f2f4f5;
}

.message-filter-box {
    padding: 10px;
    background: #fcfcfc;
}

.search-mail-inp {
    width: 290px;
    float: left;
    position: relative;
}

    .search-mail-inp .form-control, .new-message-form .form-control {
        border-radius: 0;
        height: 43px;
        padding-right: 34px;
        font-size: 13px;
        padding-top: 9px;
    }

.mail-search-btn {
    position: absolute;
    right: 9px;
    top: 11px;
    background: url(../images/search-icon.png) no-repeat top left;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

select, select.form-control {
    background: #ffffff url(../images/arrowdown.png) no-repeat calc(100% - 10px) center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #091124;
    width: 100%;
}

    select option, select.form-control option {
        padding: 0 10px;
    }



/*=========IE10 and Above to 10, 11,12=====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select, select.form-control {
        background: #fff !important;
        padding-right: 7px !important;
    }
}
/*=========IE9 and Below to 9, 8, 7=====================*/
select, select.form-control {
    background: #fff\9 !important;
    padding-right: 7px\9 !important;
}

.mail-sorting {
    float: left;
}

    .mail-sorting .main-lbl {
        float: left;
        font-size: 13px;
        font-weight: 500;
        color: #5a5a5a;
        padding: 14px 15px 0px 27px;
    }


.mail-user-pic {
    float: left;
    width: 51px;
    padding-top: 4px;
}

.mail-messages {
    float: left;
    width: calc(100% - 140px);
    padding-left: 12px;
}

.mail-user-name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 19px;
}

.mail-subject {
    font-size: 15px;
    color: #595858;
    display: block;
    padding-bottom: 1px;
}

.mail-messages p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #838383;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.mail-date-box {
    float: right;
    width: 82px;
    background: #f8f8f8;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 5px 2px;
    color: #5a5a5a;
    margin-top: -4px;
}

    .mail-date-box i {
        font-style: normal;
        display: block;
    }

.message-list {
    margin-top: 30px;
}

.mail-view-strip {
    background: #fafafa;
    padding: 1px 2px;
    text-align: right;
    float: left;
    width: 100%;
}

.email-btn {
    float: right;
}

.view-mail::after {
    position: absolute;
    right: 0;
    top: 4px;
    background: #dddada;
    height: 17px;
    width: 1px;
    content: '';
}

.view-mail, .reply-mail {
    padding-left: 0px;
    float: left;
    position: relative;
}

    .view-mail a, .reply-mail a {
        position: relative;
        padding-left: 19px;
        font-size: 12px;
        padding-right: 17px;
        color: #000;
    }

        .view-mail a:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: 'FontAwesome';
            content: '\f06e';
            font-size: 12px;
        }


        .reply-mail a:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: 'FontAwesome';
            content: '\f112';
            font-size: 12px;
        }



        .view-mail a:hover, .reply-mail a:hover {
            color: #00cfdd;
        }

.reply-mail {
    padding-left: 15px;
}


.message-row {
    padding-bottom: 5px;
}

.message-list ul {
    float: left;
    width: 100%;
}

    .message-list ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 16px;
        margin-bottom: 26px;
    }

.view-mail a:focus, .reply-mail a:focus {
    color: #000;
}

.pagination-options .pagination {
    float: right;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00cfdd;
    border-color: #00cfdd;
}

.page-link {
    color: #767676;
}

    .page-link:hover {
        color: #000;
    }

.mail-messages a:focus {
    color: #000;
}

.msg-count {
    min-width: 31px;
    min-height: 26px;
    background: #73cb63;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
}


.topmsg {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    margin: 5px 0 0 24px;
    top: -5px;
    right: 152px;
}

.message .icon {
    color: #73cb63;
}

.message .icon {
    width: 100%;
    height: 100%;
}

    .message .icon i {
        font-size: 20px;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        bottom: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.msgcount, .msgsharedcount {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    height: 26px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -4px;
    width: 25px;
    color: #fff;
    line-height: 30px;
}

.message .msgcount, .msgsharedcount {
    background: #73cb63;
}

.message {
    background: #ddf2d8;
}

.back-message-btn span::before {
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/backarrow.png) no-repeat top left;
    width: 28px;
    height: 24px;
    content: '';
}

.back-message-btn span {
    position: relative;
    padding-left: 23px;
}


.message-detail .mail-date-box {
    float: left;
    width: 100%;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    color: #5a5a5a;
    margin-top: 0;
}

    .message-detail .mail-date-box i {
        font-style: normal;
        display: inline-block;
        padding-left: 9px;
    }

.mail-reply-box {
    background: #f2f4f5;
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 50%;
}

    .mail-reply-box i {
        font-size: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.mail-reply {
    float: right;
    text-align: center;
}

    .mail-reply a:focus {
        color: #000;
    }

    .mail-reply a:hover .mail-reply-box {
        background: #00cfdd;
        color: #fff;
    }

.message-detail .message-list ul li {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 12px;
    margin-bottom: 23px;
}

.message-detail .message-row {
    padding-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 18px;
}


.message-full-detail p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 20px;
    color: #000;
}

.mail-heading p {
    font-size: 15px;
    padding-bottom: 6px;
}

.mail-footer p {
    padding-bottom: 2px;
}

.mail-reply-block {
    background: #fcfcfc;
    width: 100%;
    padding: 18px;
}

.btn-gray {
    background: #c2c0c0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.mail-btns a {
    padding: 14px 16px;
    display: inline-block;
    border-radius: 0px;
    min-width: 144px;
    text-align: center;
}

.mail-btns button {
    padding: 14px 16px;
    display: inline-block;
    border-radius: 0px;
    min-width: 144px;
    text-align: center;
    border: none;
}

.discard-btn, .send-btn {
    float: left;
    padding-left: 18px;
}

.mail-btns {
    margin-top: 15px;
    float: right;
    padding-right: 3px;
}

.discard-btn :hover {
    background: #000;
    color: #fff;
}

.message-detail .message-list {
    margin-top: 0;
}

.position-relative {
    position: relative
}

.ckeditor-header {
    background: #f8f8f8;
    position: absolute;
    left: 1px;
    top: 4px;
    z-index: 11;
    width: calc(100% - 3px);
    height: 33px;
    line-height: 33px;
    padding-left: 11px;
}

.ckeditor-area {
    position: relative;
    width: 100%;
    float: left;
}

.ckeditor-header span {
    display: inline-block;
    padding: 0 5px;
}

.ckeditor-area textarea.form-control {
    height: 200px;
    border: 1px solid #ede8e8;
    border-radius: 0;
}

    .ckeditor-area textarea.form-control:focus {
        outline: none;
        box-shadow: none;
    }

.message-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 5px solid #f2f4f5;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.new-message-form {
    background: #fcfcfc;
    padding: 15px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
}

    .new-message-form .form-control {
        margin-bottom: 15px;
    }

    .new-message-form .main-lbl {
        font-weight: 500;
    }

.new-form-msg {
    border: 1px solid #faeed1;
    background: #fcf8e3;
    font-size: 13px;
    color: #595959;
    padding: 12px;
}

    .new-form-msg p {
        padding: 0px;
        margin: 0;
    }

.top-message-btn a:hover {
    color: #fff
}

.mail-messages a .mail-user-name {
    color: #272738
}


.message-block .nav-tabs a {
    border-radius: 0;
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}



    .message-block .nav-tabs a:focus,
    .message-block .nav-tabs a:hover,
    .message-block .nav-tabs .active a {
        background: #eef3f5 !important;
        color: #000;
    }

.message-block .nav-tabs a {
    display: inline-block;
    padding: 10px 24px 9px;
    border: 0px !important;
    color: #000;
}

    .message-block .nav-tabs a:hover {
        color: #000;
    }

.message-block .nav-tabs {
    border-bottom: 5px solid #f2f4f5;
}

.dash-mid-head h2 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.header .navbar-brand {
    height: auto;
}

.ckeditor-header button {
    width: 35px;
    height: 32px;
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#editor1 {
    border: 1px solid #ddd;
    height: 250px;
    margin: 3px 0px 0px;
    padding: 51px 15px 15px 15px;
    overflow: auto;
}

.ckeditor-header button:hover, .ckeditor-header button.active {
    background: #c2c0c0;
    color: #555555 !important;
}

.top-message-btn {
    top: -20px
}

.message-detail .message-list {
    background: #f8f8f8;
    padding: 25px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 25px;
}

    .message-detail .message-list:first-child {
        background: #fff;
        padding: 0;
        border: 0;
        margin-bottom: 0px;
    }

    .message-detail .message-list:last-child {
        margin-bottom: 0px;
    }

    .message-detail .message-list:first-child .mail-date-box {
        background: #fff;
    }

.message-detail .mail-date-box {
    background: #f8f8f8;
}

.message-detail .mail-reply-box {
    display: none;
}

.message-detail .message-list:first-child .mail-reply-box {
    display: block;
}

.top-message-btn span.bulkmsg::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bulkmessage-icon.png) no-repeat top left;
    width: 28px;
    height: 24px;
    content: '';
}

.multiselect-caregiver label.error {
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: -6px;
    left: 14px;
}

.multiselect-caregiver {
    padding-bottom: 6px;
}

    .multiselect-caregiver .select2.select2-container {
        width: 100% !important;
    }


/*=====================*/
.messageCenterrow {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}



.top-message-btn i::before {
    position: relative;
    padding-right: 5px;
}





img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.message-list ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
}

.for-inoformation {
    position: relative;
}

    .for-inoformation a {
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
    }

        .for-inoformation a i {
            color: #ffffff;
        }

#formUserRegister label.error, #formUserRegister span.text-danger {
    font-size: 14px;
}

.intl-tel-input .country-list {
    width: 340px;
}
.contact label.error{
    font-size: 12px;
    text-transform: lowercase;
    margin-left: 15px;
}
.support-page label.error {
    font-size: 12px;


}
.popover-title {
    font-size: 14px !important;
    font-weight: bold;
    color: #00c4c0;

    border: solid 1px #e5e5e5;
}

popover .popover-content {
    font-size: 12px;
}
#adminNewFeedbackFormModelDirect .form-control::-webkit-input-placeholder {
    color: #afa9a9 !important
}

#adminNewFeedbackFormModelDirect .form-control:-moz-placeholder {
    color: #afa9a9 !important
}

#adminNewFeedbackFormModelDirect .form-control::-moz-placeholder {
    color: #afa9a9 !important
}

#adminNewFeedbackFormModelDirect .form-control:-ms-input-placeholder {
    color: #afa9a9 !important
}
#adminNewFeedbackFormModelDirect .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
    cursor: not-allowed;
}

/*messagebox*/
.msg-box{font-size: 14px; color: #ffffff; padding: 5px 27px 5px 10px; display: flex; position: relative;}
.msg-box .close{position: absolute; right: 5px; top: 0; opacity: 1; text-shadow: none; color:#ffffff;}
.msg-box .close:hover{color: #ffffff;}
.msg-box p{font-size: 14px; line-height: 18px; color: #ffffff; padding: 0;}
.msg-box.mrg-25{margin: 25px 25px 0;}
.msg-box span{text-transform: uppercase;}
.msg-box i{display: inline-block; vertical-align: middle; font-size: 14px; min-width: 16px; color: #ffffff; text-align: center; margin-right: 5px; margin-top: 2px;}
.msg-box.success{background: #73CB63; border: solid 1px #39B922;}
.msg-box.info{background: #00C4C0; border: solid 1px #24B6F7;}
.msg-box.warning, .msg-box.danger{background: #FF5A0A; border: solid 1px #E36000;}


