html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*css for text box in search table*/

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

/*css for text box in search table*/

/*css for multi select dropdownlist*/
body {
    font-family: Open sans, Helvetica;
    background: #111;
    color: white;
    font-size: 16px;
}

h1 {
    font-weight: lighter;
}

small {
    color: firebrick;
}

div.checkbox_select {
    width: 200px;
}

.checkbox_select_anchor {
    display: block;
    background: firebrick;
    color: white;
    cursor: pointer;
    padding: 10px 5px 5px;
    position: relative;
}

    .checkbox_select_anchor:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid darkred;
        content: "";
        position: absolute;
        right: 10px;
        top: 15px;
    }

.expanded .checkbox_select_anchor:after {
    border-top: 0;
    border-bottom: 10px solid firebrick;
}

.checkbox_select_anchor:hover {
    background: #ff3030 !important;
}

.expanded .checkbox_select_anchor {
    background: #7c1818;
}

div.checkbox_select .select_input {
    width: 100%;
    cursor: pointer;
}

.checkbox_select_dropdown {
    display: none;
    background: whitesmoke;
}

    .checkbox_select_dropdown.show {
        display: block;
    }

    .checkbox_select_dropdown ul {
        max-height: 150px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
        border: 1px solid #999;
        border-top: 0;
        border-bottom: 0;
    }

        .checkbox_select_dropdown ul li {
            list-style: none;
            position: relative;
            color: #666;
        }

            .checkbox_select_dropdown ul li label {
                position: relative;
                padding: 10px 5px 5px 40px;
                display: block;
                cursor: pointer;
            }

                .checkbox_select_dropdown ul li label:hover {
                    background: #cbcbcb;
                    color: black;
                }

            .checkbox_select_dropdown ul li input:checked + label {
                background: #bbb;
                color: white;
                text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
            }

            .checkbox_select_dropdown ul li input {
                position: absolute;
                left: 0;
                z-index: 1;
                display: inline-block;
                height: 100%;
                width: 30px;
            }

.checkbox_select_search {
    width: 200px;
    padding: 10px 5px 5px;
    border: 1px solid #999;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox_select_submit {
    background: #00a600;
    color: white;
    padding: 10px 5px 5px;
    border: 0;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.hide {
    display: none;
}
/*css for multi select dropdownlist*/
.expanded .checkbox_select_anchor, .checkbox_select_anchor {
    /* background: #7c1818; */
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    color: #000;
    text-decoration: none;
    height: 33px;
    line-height: 13px;
}

    .expanded .checkbox_select_anchor:after {
        border-top: 0;
        border-bottom: 10px solid black;
    }

.checkbox_select.expanded input.checkbox_select_submit {
    background-color: #02537e;
    border-radius: 0px;
    height: 32px;
    line-height: 1;
}

.checkbox_select_dropdown ul li input {
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    height: 100%;
    width: 15px;
    margin-left: 10px;
}

.checkbox_select_anchor:hover {
    background: #ffffff !important;
    color: #000;
}

.checkbox_select_anchor:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid black;
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
}

.expanded .checkbox_select_anchor:after {
    border-top: 0;
    border-bottom: 7px solid black;
}

div.checkbox_select {
    width: 100%;
}

.checkbox_select_search {
    width: 100%;
    padding: 10px 5px 5px;
    border: 1px solid #999;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------------------------------------------------------------------------------*/
/*21-10-2022*/

.custom-button {
    border-radius: 100px !Important;
    width: 35px;
    height: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

thead.bg-color {
    background: #02547f;
}

    thead.bg-color tr th {
        color: #fff;
        font-size: 16px;
    }

.addpateint_form input, .addpateint_form select, .addpateint_form button {
    min-height: 40px;
}

.responsive-flex {
    display: flex;
    gap: 10px;
}

th.vsibilitycstm {
    width: 0;
    min-width: 0;
    max-width: 0;
    font-size: 0 !important;
}

button#savecasemanager {
    width: auto;
    padding: 0px 20px;
}

.addpateint_form span.select2.select2-container span.select2-selection.select2-selection--single {
    height: 40px;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}

    .addpateint_form span.select2.select2-container span.select2-selection.select2-selection--single span.select2-selection__rendered {
        line-height: 40px;
    }

    .addpateint_form span.select2.select2-container span.select2-selection.select2-selection--single span.select2-selection__arrow {
        height: 100%;
    }

@media only screen and (max-width:1440px) {
    .searchsec {
        margin-top: 20px !important;
    }

    .custom-button i {
        font-size: 16px !important;
    }

    thead.bg-color tr th {
        color: #fff;
        font-size: 16px;
        white-space: nowrap
    }
}

@media only screen and (max-width:1299px) {
    .addpateint_form .colomn1, .addpateint_form .column2 {
        width: 50% !important;
        height: 100%;
        min-height: 60px;
        align-items: center;
        display: flex;
    }
}

/*@media (min-width: 320px) and (max-width: 576px) {
    #patient_chat_modal .modal-content {
        width: 100%;
    }
}*/

@media only screen and (max-width:576px) {
    .addpateint_form .colomn1, .addpateint_form .column2 {
        width: 100% !important;
        height: 100%;
        min-height: 60px;
        align-items: center;
        display: flex;
    }

    #patient_chat_modal .modal-content {
        width: 100% !important;
    }
}

.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 1em;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

/* 
Font Size
*/

.clearable__clear {
    font-size: 26px;
    color: #02547f;
}

ul.pagination li {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Select-2*/
.custom-styling span.select2.select2-container.select2-container--classic span.selection span.select2-selection.select2-selection--multiple {
    min-height: 40px;
}

    .custom-styling span.select2.select2-container.select2-container--classic span.selection span.select2-selection.select2-selection--multiple ul li input {
        min-height: 31px;
        margin: 0px 0 !important;
        padding: 0 !important;
        height: 100%;
        outline-offset: 0;
    }

    .custom-styling span.select2.select2-container.select2-container--classic span.selection span.select2-selection.select2-selection--multiple ul {
        height: 100%;
        margin: 0;
        width: 100%;
    }

    .custom-styling span.select2.select2-container.select2-container--classic span.selection span.select2-selection.select2-selection--multiple li {
        height: 100%;
    }

.select2-container {
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #02547f;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    /*  display: none; */
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}


/* 20-12-2022 */
.togglehide {
    display: none;
}

.multiselectoption .select2-selection {
    min-height: auto !important;
    display: flex !important;
    padding-right: 20px !important;
    border: none !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}

    .multiselectoption .select2-selection .select2-selection__rendered {
        min-height: 40px;
        margin: 0;
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        padding: 0 10px !important;
    }

    .multiselectoption .select2-selection:after {
        content: '\f107';
        position: absolute;
        right: 8px;
        top: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
    }

label.checkboxcstm {
    cursor: pointer;
    user-select: none;
    height: 24px;
    margin-right: 4px;
}

    label.checkboxcstm input {
        min-height: auto;
    }

.multiselectoption .select2.select2-container {
    width: 100% !important;
}

button#btngetdata {
    position: relative;
}

div#readstatus {
    position: absolute;
    top: -1px;
    right: 0px;
    font-size: 9px;
    background-color: red;
    width: 14px;
    color: #fff !important;
    line-height: 13px;
    border-radius: 28px;
    height: 14px;
    font-weight: 700;
}

button#btngetdata i.fa.fa-comments {
    font-size: 20px;
}

.fix-reload {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.content-modl {
    position: relative;
}

table#tblTherapistData td.dataTables_empty {
    display: none;
}

table#tblTherapistData thead tr th:before, table#tblTherapistData thead tr th:after {
    display: none;
}

.table-responsive1 .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    width: 100%;
}

div#tblTherapistData_wrapper table#tblTherapistData thead tr th {
    font-size: 13px;
}

div#tblTherapistData_wrapper table#tblTherapistData tbody tr td {
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100px;
}


    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 100px;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 23px;
}

input:checked + .slider:before {
    left: -1px;
}

input:checked + .slider {
    background-color: #02547f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.table > :not(caption) > * > * {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%);
}

.ChatAreaRight .ChatTime {
    color: #ffd2d2;
}

.ChatAreaLeft .ChatTime {
    color: #0d6efd;
}

.ChatAreaRight, .ChatAreaLeft {
    width: auto;
    max-width: 100%;
    word-break: break-word;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100px;
}


    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 100px;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 23px;
}

input:checked + .slider:before {
    left: -1px;
}

input:checked + .slider {
    background-color: #02547f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.select2-container .select2-search--inline
input.select2-search__field {
    width: 120% !important;
}

form#AddTherapistForm input {
    margin-bottom: 0.5rem;
}

* {
    box-sizing: border-box;
}

#byDiscipline {
    background-image: url('/images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#bycoveragesummary {
    background-image: url('/images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#byzipcode {
    background-image: url('/images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}


.header-inner > nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
}

ul > li.dropdown > a {
    display: flex;
    display: -webkit-box;
}

.addpateint_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    justify-content: space-between;
}

    .addpateint_form > div {
        padding: 0 10px;
    }


.chatinputgrp {
    display: flex;
    width: calc(100% - 34px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 8px;
}

    .chatinputgrp input {
        height: 33px !important;
        border: none;
        box-shadow: none !important
    }

    .chatinputgrp .sendIocns {
        position: relative;
        top: 0;
        right: 0;
    }

    .chatinputgrp button:not(:disabled) {
        color: #000
    }

@media only screen and (max-width: 576px) {
    div#tblTherapistData_length {
        margin-top: 10px;
    }
}
