body {
    font-family: Inter, "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #000;
}
a{
    color: #1b6de0;
    font-weight: 500;
}
a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button:focus {
    outline: 0px !important;
}

.dataTables_paginate {
    display: none;
}

ul li {
    list-style-type: none;
}

.section {
    overflow: hidden;
    position: relative;
}

tr {
    font-size: 13px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
}

.header-right-section {
    background: #F8F8F8;
}

form.form-inline.ml-3 {
    margin: 10px auto 0px 9px;
}
.nav-tabs .nav-item {
    margin-right: 3px;
}
li.drop-item-box select.form-control {
    padding: 4px 34px 6px 16px;
}

ul.droup-down-box li.drop-item-box:nth-child(1) .form-group.select.dropdown-box .form-control {
    padding: 4px 49px 6px 17px;
}

.form-group.select.dropdown-box i.fa.fa-angle-down {
    z-index: 1111;
    margin-top: -26px;
    display: block;
    margin-right: 18px;
    font-size: 16px;
    float: right;
    display: none;
}

.logo img {
    width: 148px;
    margin: 3px auto 3px;
    display: block;
    position: relative;
    right: 3px;
}

ul.droup-down-box {
    width: 100%;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 0;
}

ul.droup-down-box li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-align: left;
}

.form-group.select {
    margin-bottom: 0;
}
.messageclass.alert-success .close {
    color: #3c763d;
}
.messageclass.alert-warning .close {
    color: #8a6d3b;
}
.main-sidebar::-webkit-scrollbar {
    width: 0px;
}

.main-sidebar {
    overflow-y: scroll;
    z-index: 1038;
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 200px;
    background-color: #333843;
    min-height: 100%;
    position: fixed;
    top: 0px;
    height: 100%;
    scrollbar-width: none;
}

li.nav-item.has-treeview a.nav-link {
    width: 200px;
    color: #fff;
    display: flex;
}

li.nav-item.has-treeview a.nav-link:hover {
    width: 200px;
    border-radius: 0;
    background-color: #00B1C2;
    color: #fff;
}

li.nav-item.has-treeview .nav-link {
    display: block;
    padding: 8px 16px;
}

.nav-sidebar .nav-link p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

li.nav-item.has-treeview {
    margin: 0;
}

.page-background h1.page-title {
    font-size: 22px;
    font-weight: 400;
}

ul.nav.nav-pills.nav-sidebar.flex-column li a i {
    margin-left: 2px;
    font-size: 18px;
    margin-right: 15px;
    text-align: center;
    width: 17px;
}


/*
.active-menu {
    background-color: #00B1C2;
}
*/

.active {
    background: #00B1C2 !important;
    border-radius: 5px;
    color: #fff !important;
}

.active:hover {
    color: #fff !important;
}

span.pull-right i {
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.btn.btn-primary.btn-add:hover {
    background: #00B1C2;
}

a.btn.btn-primary.add-member:hover {
    background: #00B1C2;
}

button.btn.btn-primary.btn-add {
    background: #00B1C2;
}

.small-sub-title span.pull-right {
    padding-right: 40px;
    color: #00B1C2;
    cursor: pointer;
}

li.nav-item.active-tabs a {
    color: #fff;
}

li.nav-item a:hover {
    background: #00B1C2;
    color: #fff !important;
    border-color: #00B1C2;
}

li.nav-item a.nav-link.active {
    border-radius: 4px;
}

.content-wrapper {
    background-color: #E0E0E0;
    position: relative;
    top: 55px;
}

.background-transperent {
    background: #fff;
    margin-left: 0px;
    overflow-x: hidden;
    min-height: 88.5vh;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

section.content-header {
    border-bottom: 1px solid #d2d6de;
    padding: 13px 1px;
}

section.content-header.consumer {
    padding: 13px 1px 10px;
}

.content-header .page-background .page-title {
    margin: 6px 0px;
    color: #333843;
}

.btn.btn-info {
    padding: 8px 18px;
    border-radius: 3px;
    display: flex;
    max-height: 38px;
    box-shadow: none !important;
}
.form-control::-webkit-input-placeholder{
    color: #999999;
}
.form-control::placeholder {
    color: #999999;
}
.form-control {
    display: block;
    width: 100%;
    padding: 4px 10px;
    font-size: 13px;
    height: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control.droupdown {
    color: #000;
}

.col-form-label {
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
    margin: 6px auto;
}

.active-tool {
    margin: 0 auto;
    background: #f9f9f9;
    padding: 18px 15px 13px 20px;
    border: 1px solid #dfe5eb;
    border-radius: 5px;
}

select.form-control.active-status {
    /*padding: 0;*/
    background: transparent;
    border: navajowhite;
    font-size: 13px;
    color: #00B1C2;
    font-weight: 400;
}

label.col-form-label.assigned-label {
    font-weight: 400;
    font-size: 13px;
    color: #1f2326;
}

label.services-date {
    color: #0f5b99;
    font-size: 13px;
    font-weight: 500;
}

.mobile-menu {
    display: none;
}

.tab-bar {
    margin-left: 15px;
}

section.tab-section {
    padding: 10px 3px 11px;
}

ul#custom-content-below-tab {
    border: 0;
}

li.nav-item a.nav-link {
    font-size: 13px;
}

.col-form-label {
    font-size: 13px;
    font-weight: 400;
    margin: 6px auto;
}

.tab-section {
    background: #eee;
}

li.nav-item a.nav-link {
    border-radius: 3px;
}

section.content-new-section {
    padding: 35px 0 10px;
}

.form-group.row {
    margin-bottom: 15px;
}

section.footer-section {
    border-top: 1px solid #dee2e6;
    padding: 18px 3px 15px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    /* width: 100%; */
    box-shadow: 0px 0px 2px 0px #dee2e6;
    background: #fff;
    right: 0;
    left: 209px;
}

.btn.btn-info {
    background: #00B1C2;
    border-color: #00B1C2;
}

.btn.btn-default.float-right {
    margin-left: 10px;
    border-radius: 3px;
}
.edithdrsection .btn.btn-default.float-right {
    margin-left: 10px;
    border-radius: 3px;
}
.input-group.input-group-sm {
    display: flex;
    /* width: 238px; */
}

.input-group.input-group-sm input.form-control.form-control-navbar {
    font-size: 13px;
    padding: 16px 10px 16px 58px;
    border-radius: 3px;
}

.input-group.input-group-sm i.fa.fa-caret-down {
    position: absolute;
    left: 38px;
    z-index: 1111;
    top: 7px;
    font-size: 20px;
    color: #c4c4c4;
}

.input-group-append button.btn.btn-navbar {
    background: #fff;
    border: 1px solid #ced4da;
    border-style: solid solid solid none;
    border-radius: 0px 20px 20px 0px;
}

ul.droup-down-box select.form-control {
    border-radius: 20px;
}

.content-new-section {
    display: none;
}

.logo {
    width: 200px;
    background: #333843;
    padding-bottom: 5px;
    padding-top: 6px;
}

section.contentsection {
    padding: 22px 3px 80px 3px;
}

section#overview-add {
    padding: 22px 18px 50px 18px;
}

#other-details {
    display: none;
}

#payer-info {
    display: none;
}

li.nav-item a:focus {
    background: unset;
}

li.nav-item a {
    margin-right: 0;
}

.back-box {
    position: fixed;
    bottom: 0;
    background: #333843;
    width: 200px;
    padding: 11px 0;
    text-align: center;
}

button.back-btn-box {
    background: transparent;
    border: none;
}

button.back-btn-box i {
    color: #fff;
    font-size: 25px;
}

select.form-control.active-status.apprroved {
    margin-top: 0px;
}

.form-group.row.tool-box {
    margin-bottom: 4px;
}

input.form-control.form-control-navbar {
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 13px 8px;
    background-size: 15px;
}

.required-mark {
    color: #ff0000;
}

.required-field {
    color: #ff0000;
}

ul#custom-content-below-tab li a {
    padding: 7px 15px;
    font-weight: 400;
    color: #000;
}

ul#custom-content-below-tab a.nav-link.tabs {
    cursor: pointer;
}

.without-background {
    background: transparent !important;
    border: none;
    color: #00B1C2;
    padding-top: 0;
}

table.ui-datepicker-calendar a.ui-state-default:hover {
    text-decoration: none;
}

table.ui-datepicker-calendar a.ui-state-default {
    font-size: 13px;
    padding: 0px 5px;
    background: none;
    border: none;
    text-align: center;
}

table.ui-datepicker-calendar td {
    text-align: center;
}

td.ui-datepicker-current-day {
    background: #00B1C2;
    border-radius: 3px;
}

table.ui-datepicker-calendar td:hover {
    background: #00B1C2 !important;
    border-radius: 3px;
    color: #fff;
}

table.ui-datepicker-calendar td:hover a {
    text-decoration: none;
    color: #fff;
}

table.ui-datepicker-calendar th {
    text-align: center;
    color: #031f38;
}

.ui-datepicker-title {
    color: #032f57;
    font-size: 13px;
    font-weight: 600;
    top: 0;
}

.ui-widget-header {
    border: none !important;
    background: transparent !important;
    color: transparent;
    font-weight: bold;
}

.ui-icon-circle-triangle-e {
    background-position: -35px 1px !important;
}

.ui-icon-circle-triangle-w {
    background-position: -94px 1px !important;
}

.ui-icon {
    cursor: pointer;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
    top: 1px;
}

a.ui-datepicker-prev.ui-corner-all:hover {
    background: transparent;
    border: 0px;
    top: 1px;
    left: 2px;
}

td.ui-datepicker-current-day a {
    color: #fff !important;
}

a.ui-datepicker-next.ui-corner-all:hover {
    background: transparent;
    border: 0px;
    top: 1px;
    right: 2px;
}

div#ui-datepicker-div {
    background: #fff;
    webkit-box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0.22);
    padding: 20px 10px;
}

.small-sub-title {
    margin-bottom: 25px;
    font-weight: 700 !important;
    color: #6b6060;
    font-size: 13px;
}

select {
    background-image: url(../images/ad.png) !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 10px top 9px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

div#ui-datepicker-div {
    z-index: 99999 !important;
}

.select_icon {
    background-image: url(../images/down.png) !important;
}

@media screen and (min-width:769px) {
    .header-right-section {
        margin-left: 200px;
    }
    .content-wrapper {
        margin-left: 200px;
    }
    .col-md-8.consumer-section {
        padding-right: 72px;
    }
    .col-md-4.active-tool-box {
        padding-left: 0;
        margin-top: 15px;
    }
    /* .col-md-9.common-text {
        padding-right: 0px;
    } */
    .form-group.row .col-md-3.consumer-sec:nth-child(2) {
        padding-left: 32px;
        padding-right: 0;
    }
    .form-group.row .col-md-3.consumer-sec:nth-child(3) {
        padding-right: 1px;
        padding-left: 16px;
    }
    .common-textbox {
        padding-right: 0px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .input-group.input-group-sm{
        width: 238px;
    }
    .mobile-menu {
        display: block;
    }
    aside.main-sidebar.sidebar-dark-primary.elevation-4 {
        display: none;
    }
    .background-transperent {
        margin-left: 0;
    }
    .mobile-menu {
        float: right;
        margin: 18px 25px;
    }
    .row.header-right-section {
        width: 100%;
        margin: 0px;
    }
    .sidebar-hide {
        display: none;
    }
    .mobile-section {
        float: left;
        width: 100%;
        background: #f8f8f8;
    }
    aside#sidebar {
        position: fixed;
        top: 0;
        z-index: 1111;
    }
    .logo img {
        width: 30%;
        margin-left: 22px;
    }
    .back-box {
        bottom: 0px;
    }
    .back-box {
        position: absolute;
        bottom: 0;
    }
    section.footer-section {
        position: unset;
        bottom: 0;
    }
    .content-wrapper {
        margin-top: 118px;
        top: 0;
    }
    section.contentsection {
        padding: 30px 0 10px;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .col-md-6.search-box {
        width: 34%;
        float: left;
    }
    .col-md-6.drop-box {
        width: 66%;
        float: right;
    }
    form.form-inline.ml-3 {
        margin-left: 0;
    }
    ul.droup-down-box {
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .row.header-right-section {
        display: inline-block;
        width: 100%;
    }
    form.form-inline.ml-3 .input-group.input-group-sm {
        display: inline-flex;
    }
    .col-md-6.search-box {
        width: 100%;
        text-align: center;
    }
    .col-md-3.consumer-sec {
        margin-bottom: 10px;
    }
    ul.droup-down-box {
        text-align: center;
        padding: 0px;
    }
    ul.droup-down-box li.drop-item-box {
        width: 100%;
    }
    .col-md-6.search-box .input-group.input-group-sm {
        width: 95%;
    }
    form.form-inline.ml-3 {
        margin-left: -7px;
    }
    .content-wrapper {
        margin-top: 50px;
    }
}

/* .drop-down-sec {
    width: 50%;
    float: right;
    margin: 10px 13px -7px 0;
} */

.drop-box-control {
    text-align: right;
}

button.btn-edit {
    background: #f5f5f5;
    border: 0.5px solid #ddd;
    padding: 5px 25px;
    border-radius: 3px;
    height: 35px;
    color: #000;
    width: 100%;
}

select.form-control.new-tran-field {
    height: 35px;
    border-radius: 2px;
}

h4.overview-title-sub {
    font-size: 16px;
}

h4.address-title {
    font-weight: 400;
    font-size: 16px;
    color: #a4a4a4;
    padding: 10px 0;
}

h2.tot-title {
    text-align: center;
}

.price {
    text-align: center;
    font-size: 25px;
    color: #7AB648;
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.price:hover {
    color: #7AB648;
}

.sec-price {
    font-size: 25px;
    text-align: center;
    display: block;
    color: #FF8F80;
    font-weight: bold;
}

select.form-control.new-tran-field.new {
    border-radius: 2px;
    color: #999999;
}

h1.page-title {
    font-size: 28px;
}

.border-set {
    border-right: 1px solid #000;
    padding: 20px 15px;
    border-top: 1px solid #000;
    height: 57vh;
    padding-left: 0;
}

.total-price {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.total-price-bottom {
    padding: 0 35px;
}

.col-md-4.drop-box-control {
    padding-left: 0;
}

.chris-section {
    padding: 12px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}

.col-md-4.total-price h2 {
    font-size: 20px;
}

.col-md-4.total-payment h2 {
    font-size: 20px;
    padding: 0 50px;
}

.other-details-sub p {
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    font-size: 13px;
}

span.address-info {
    font-size: 13px;
}

.other-details-sub {
    font-weight: 500;
    color: #000;
}

select.form-control.new-tran-field.new {
    background: #f5f5f5;
    color: #999999;
}

select.form-control.new-tran-field.new option {
    background: #fff;
    color: #000;
}

i.fa.fa-angle-down.new-tran:before {
    color: #fff;
    font-size: 20px;
}

i.fa.fa-angle-down.new-tran {
    position: absolute;
    top: 7px;
    right: 25px;
}

a.delete {
    border: 2px solid #00B1C2;
    color: #00B1C2;
    padding: 3px 6px;
    font-weight: 900;
    border-radius: 50%;
    text-align: right;
    margin-left: 5px;
}

tr.tr-payer-info td.delete-section {
    /*width: 1%;*/
    width: 30px;
    float: left;
}

tr.tr-payer-info td {
    width: 20%;
}

span.note-only {
    display: block;
    color: #707070;
    margin: 10px 0px;
}

#contact-persons {
    display: none;
}

.table-scrollbar {
    overflow-x: scroll;
    scroll-behavior: smooth;
    margin-bottom: 10px;
}

.table-scrollbar::-webkit-scrollbar {
    border: 8px solid #d8d6d6;
    height: 10px;
    border-radius: 10px;
}

table.table-contact-person {
    width: 3000px;
}

table.table-contact-user {
    width: 2500px;
}

.tr-contact-person td:nth-child(9) {
    width: 9%;
}

.tr-contact-person td:nth-child(8) {
    width: 9%;
}

tr.tr-account-info td {
    width: 20%;
}

tr.tr-account-info td:nth-child(2) {
    width: 40%;
}

#account-notations {
    display: none;
}

tr.tr-contact-person td.delete-section {
    width: 1%;
}

tr.tr-certification-person td.delete-section {
    width: 1%;
}

#team {
    display: none;
}

.add-member {
    background: #00B1C2;
    border: none;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
}

.check-sec {
    padding-top: 15px;
}

label.lbl-check {
    color: #00B1C2;
    font-weight: 500;
    margin-left: 15px;
    vertical-align: middle;
}

.check-parts {
    padding-bottom: 10px;
}

.btn-section {
    margin-top: 25px;
}

.row.model-row {
    margin-top: 10px;
}

.btn.btn-primary.btn-add {
    padding: 6px 20px;
}

.col-form-label.user {
    vertical-align: sub;
    font-weight: 500;
}

.btn.btn-default.btn-cancle {
    margin-left: 15px;
    border-radius: 2px;
    background-color: #f5f5f5;
    border-color: #ccc;
}

#diagnosis {
    display: none;
}

tr.tr-diagnosis-info td {
    width: 12%;
}

.tr-diagnosis-info td:nth-child(4) {
    width: 28%;
}

tr.tr-diagnosis-info td.delete-section {
    width: 1%;
}

#medications {
    display: none;
}

#allergies {
    display: none;
}

tr.tr-allergies-info td {
    width: 33%;
}

tr.tr-medications-info td {
    width: 20%;
}

tr.tr-allergies-info td.delete-section {
    width: 1%;
}

tr.tr-account-info td.delete-section {
    width: 1%;
}
.login-box {
    width: 54%;
    margin: 63px auto;
}
.img-login {
    width: 100%;
}
img.img-responsive.logo-set {
    width: 120px;
    margin: 0 auto;
}
.login-title {
    font-size: 38px;
    font-weight: 700;
    font-family: "Leelawadee" !important;
    color: #333843;
    margin-top: 40px;
    margin-bottom: 30px;
}
.label-title {
    font-size: 16px;
    font-weight: 300;
    color: #333843;
    margin-bottom: 8px;
}
.login-textbox {
    height: 42px;
    padding: 8px 13px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    font-family: "Leelawadee";
    font-size: 13px;
}
.login-textbox:focus{
    border: 1px solid #E1E1E1;
}
.login-box .form-group {
    margin-bottom: 26px;
}
.login-background {
    background-image: url(../images/login-image.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: top center;
}
.px-0{
    padding: 0px;
}
.mb-0{
    margin-bottom: 0px !important;
}
form.login-form {
    padding-top: 12px;
}
.remember-me {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 10px 0;
    font-family: "Leelawadee";
    color: #393B3C;
}
.forget-password {
    margin: 9px 0 0;
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    font-family: "Leelawadee";
    color: #1C5580;
}

.form-group.check-rem {
    display: flex;
    float: left;
    width: 50%;
}

input.form-control.check {
    width: 18px;
}

.form-group.forget {
    float: right;
    width: 50%;
}
.sec-remember {
    margin-bottom: 35px;
    display: flex;
    margin-top: 15px;
}
input.form-control.check:focus {
    box-shadow: unset;
}
.btn.btn-info.login-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Leelawadee";
}
img.img-circle.user-icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
    cursor: pointer;
}

ul#drop-down-profile {
    background: #fff;
    min-width: 160px;
    padding: 0;
    display: none;
    position: absolute;
    top: 54px;
    right: 10px;
    border: 1px solid #ced4da;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
}
.setting-drop-arrow {
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 5px;
    transform: rotate(-90deg);
}

li.nav-item.profile a:hover {
    background: transparent;
}

li.nav-item.profile a {
    text-align: left;
    color: #000;
    padding: 5px 20px;
    display: block;
}
li.nav-item.profile {
    padding: 3px 0;
    display: block;
}

li.nav-item.profile:hover {
    background: #00B1C2;
}
li.nav-item.profile a:hover {
    color: #fff;
}

.show {
    display: block;
}

.show-add {
    display: block !important;
}

#desktop-user {
    display: none;
}

.add {
    display: none;
}

#mobile-dropdown {
    display: none;
}

#profile-add {
    padding-bottom: 100px;
}

#address-details {
    display: none;
}

#other-details-user {
    display: none;
}

#contact-persons-user {
    display: none;
}

#certifications {
    display: none;
}

#documents {
    display: none;
}

.table-contact-certification {
    width: 100%;
}

table.table-contact-certification td:nth-child(1) {
    width: 30%;
}

input#file-upload:focus {
    outline: 0;
}

label.lbl-multiple-files {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    height: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px dotted #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 60px;
}

label.lbl-multiple-files:before {
    content: '';
    background: url(../images/upload.png) no-repeat;
    padding: 10px;
    position: absolute;
    background-size: cover;
    margin-top: 1px;
    left: 17px;
}

.multiple-image-upload {
    position: absolute;
    top: 0;
    opacity: 0;
}

.file-upload-multiple {
    position: relative;
}

input#file-upload:after {
    content: '';
    background: url(../images/upload.png) no-repeat;
    padding: 10px;
    position: absolute;
    background-size: cover;
    right: 24px;
    margin-top: 2px;
}

i.fa.fa-upload.upload-icon:before {
    font-size: 18px;
}

i.fa.fa-upload.upload-icon {
    position: relative;
    top: 25px;
}

.add-image-name {
    margin-bottom: 0px;
}

.form-group.btn-sec {
    margin-bottom: 0;
}


/* Datatable css start */

table.dataTable thead th,
#page-id-02 table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #dddd;
}

th.select-checkbox {
    text-align: center;
}

table#table-general th {
    background: unset;
}

section#assessments {
    padding-left: 0;
    padding-right: 0;
}

.consumer-section {
    padding-left: 0;
    padding-right: 0;
}


/*#table-general td:before {



    content: "";



    border: 0;



}*/

#table-general tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #696767;
    border-radius: 2px;
}

#table-general tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
}

#table-general tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2713';
    margin-top: -9px;
    margin-left: -6px;
    text-align: center;
    text-shadow: none;
    color: #fff;
}

#table-general tbody tr.selected td.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: none;
    border-radius: 2px;
    background: #0075ff;
}

th.select-checkbox {
    text-align: center;
}

#table-general td:after {
    content: "";
}

table#table-general td {
    padding-left: 0;
}

table#table-general th {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
}

table#table-general td {
    background: #fff;
    color: #000;
}

table#table-general {
    border-bottom: 1px solid #ddd;
}

th.sorting {
    pointer-events: none;
}

#table-general th {
    border-bottom: 1px solid #ddd;
}

.assessment-table tr th {
    border-top: 1px solid #ddd;
}

#table-general tr th {
    text-align: left;
}
#table-general .table-header th:nth-child(1) {
    padding-left: 20px;
}

#table-general .table-body td:nth-child(1) {
    padding-left: 20px;
}

a.name-class {
    color: #00B1C2;
    text-decoration: none;
    cursor: pointer;
}

table.display.assessment-table.dataTable.no-footer .select-checkbox::after {
    content: "" !important;
    width: 0px !important;
}

table.display.assessment-table.dataTable.no-footer .select-checkbox::before {
    width: 0px !important;
}

table#table-general tr td {
    vertical-align: sub;
}

button#header-search-btn {
    margin-right: 17px;
}
#table-general th.check-box-title {
    padding-left: 19px;
    width: unset !important;
    text-align: center;
}

table#table-general {
    border-top: 0;
}

table#table-general tbody tr:hover {
    background: #f8f8f8 !important;
}

table#table-general tbody tr:hover td {
    background: transparent !important;
}

select.form-control.droupdown.consumer {
    background: unset;
}


/* Datatable css end */

div#dropdown-box-03 select.form-control.droupdown {
    border: none;
    color: #000;
    font-size: 28px;
    height: auto;
    font-weight: 500;
    width: auto;
}

div#dropdown-box-03 {
    display: flex;
}

div#dropdown-box-03 i {
    font-size: 29px;
    margin-top: 8px;
    margin-left: 10px;
}

.form-control:focus {
    box-shadow: none;
}

section.content-header {
    border-bottom: 1px solid #d2d6de;
    padding: 10px 0px;
    /* padding-bottom: 6px; */
}
.styleflex{
    display: flex;
    align-items: center;
}
select.form-control.droupdown.consumer {
    padding: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background: #00B1C2;
    background-color: #00B1C2;
    border-color: #00B1C2;
}

div#header-btn-section {
    text-align: right;
    z-index: 11;
}
.edithdrsection div#header-btn-section {
    text-align: left;
    z-index: 11;
}
section#assessments {
    display: none;
}

section#authorizations {
    display: none;
}

section#service-plans {
    display: none;
}

section#consumer-notes {
    display: none;
}

section#invoices {
    display: none;
}

section.content {
    padding: 20px 0px 80px 3px;
}

.payer-info {
    padding-left: 12px;
    color: #999999;
}

textarea.form-control.new-reference {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    height: 34px;
}

input.form-control.without-background:focus {
    box-shadow: unset;
}

select.form-control.active-status.apprroved:focus {
    box-shadow: unset;
}

table.table-assessments-person {
    width: 200%;
    margin-bottom: 5px;
}

tr.tr-assessments-person td {
    width: 6%;
}

tr.tr-assessments-person td:nth-child(8) {
    width: 20%;
}

tr.tr-assessments-person td:nth-child(9) {
    width: 20%;
}

tr.tr-assessments-person td.delete-section {
    width: 1%;
}

.date-add {
    margin-top: 0px;
}

.common-button-addmore {
    background: transparent;
    border: none;
    color: #00B1C2;
    font-weight: 500;
    margin-top: 7px;
    cursor: pointer;
    display: inline-block;
    padding-left: 0px;
}

.add-more-goals {
    margin-left: 15px;
    color: #00B1C2;
}

.add-more-goals:hover {
    color: #00B1C2;
}

#more-consumers {
    margin-left: 10px;
}

.add-more-services:hover {
    color: #00B1C2;
}

a.add-more-services i.fa.fa-cogs {
    margin-right: 5px;
}

button.add-more-services i.fa.fa-cogs:before {
    margin-right: 5px;
    font-size: 17px;
}

section.section-max-unit {
    padding: 0px 3px 80px 3px;
}

.max-unit-title {
    /* padding: 5px 0 12px; */
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.gols-details-title {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
    padding-top: 28px;
}

.textarea-title {
    font-size: inherit;
    font-weight: 400;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding-right: 50px;
}

section#consumer-note-table {
    padding-bottom: 250px;
}

#assessments-section-table {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.consumer-notes-table td:nth-child(1) {
    width: 4%;
}

.consumer-notes-table td {
    width: 12%;
}

.assessments-listing-table td {
    width: 12%;
}

.assessments-listing-table td:nth-child(1) {
    width: 4%;
}

.service-table td {
    width: 12%;
}

.service-table td:nth-child(1) {
    width: 4%;
}

.authorizations-table td {
    width: 12%;
}

.authorizations-table td:nth-child(1) {
    width: 4%;
}

.user-table td {
    width: 13.7%;
}

.user-table td:nth-child(1) {
    width: 4%;
}

#table-general th.check-box-title.assessments {
    padding-left: 12px;
}

section#consumer-note-table {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.form-control.new-field-add {
    margin-top: 13px;
}

.add-more-goals i.fa.fa-circle-o:before {
    margin-right: 5px;
    font-size: 16px;
}

section#service-plans-section {
    padding: 0px 0px 0px 0px;
}

#authorizations-section {
    padding: 0px 0px 0px 0px;
}

#user-listing-section {
    padding: 0px 0px 0px 0px;
}

.spent-time {
    float: right;
    /* margin-right: 35px; */
    background: transparent;
    border: none;
    color: #00B1C2;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

.spent-time:hover {
    color: #00B1C2;
}

.spent-time i.fa.fa-hourglass {
    margin-right: 7px;
}

section#spent-time-section {
    position: fixed;
    bottom: 12%;
    width: 85%;
    background: #fff;
    padding: 5px 0px 0 0;
    box-shadow: 0px 0px 6px 0px #ccc;
}

#spent-time-section {
    display: none;
}

button.add-new-btn {
    background: #f7f9fa;
    padding: 6px 12px;
    border-radius: 3px;
    border: none;
    color: #00B1C2;
    font-weight: 400;
    font-size: 13px;
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
}

.chosen-container.chosen-container-multi ul.chosen-choices {
    border: 0.5px solid #ced4da;
    padding: 2px 10px 1px;
    background-image: unset;
    color: #495057;
}

.form-group.new-phone {
    margin-bottom: 0;
}

.new-row-add {
    margin-top: 17px;
    position: relative;
}

.col-md-1.short-col {
    margin-top: 7px;
}

.dropdown-notes {
    position: absolute;
    right: 0px;
    display: none;
    text-align: left;
    z-index: 1111;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    padding-top: 6px;
}

ul.dropdown-notes li {
    cursor: pointer;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
}

ul.dropdown-notes li:first-child {
    border-top: 1px solid #ddd;
    border-radius: 3px 3px 0px 0px;
}

ul.dropdown-notes li:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 3px 3px;
}

ul.dropdown-notes li a {
    color: #495057;
    padding: 6px 15px;
    width: 100%;
    display: block;
}
.dropdown-icon {
    color: #fff;
    margin-left: 4px;
    font-size: 18px;
    line-height: 1.3;
}
.droupdown-hover-add:hover .dropdown-notes {
    display: block !important;
}

ul.new-dropdown-hover li {
    display: inline-block;
}

ul.dropdown-notes li {
    display: block;
}

ul.dropdown-notes li:hover {
    background: #00B1C2;
}

ul.dropdown-notes li:hover a {
    color: #fff;
}

ul.new-dropdown-hover {
    padding-left: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0px;
}
.edithdrsection ul.new-dropdown-hover {
    justify-content: left;
}
.team-remove:hover {
    color: #00B1C2;
}

.team-remove {
    background: transparent;
    border: 1px solid #00B1C2;
    color: #00B1C2;
    padding: 5px 15px 7px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
}

.table-problems-person td:nth-child(1) {
    width: 20%;
}

.table-problems-person td:nth-child(2) {
    width: 60%;
}

.table-problems-person td:nth-child(3) {
    width: 20%;
}

.box-total {
    background: #f7f9fa;
    padding: 10px;
    width: 15%;
    float: right;
}
.total-score-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

label.total-label {
    color: #00B1C2;
    font-size: 13px;
    font-weight: 500;
}

span.score-total {
    float: right;
    color: #00B1C2;
    font-weight: 500;
    font-size: 13px;
}

#problems {
    display: none;
}

span.additional-notes {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
    display: block;
}

.attach-file-lbl {
    font-size: 13px;
    font-weight: 400;
    margin-top: 32px;
}

span.client-word {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}

#life-functions {
    display: none;
}

.table-life-functions-person {
    width: 100%;
}

input.form-control.custom-life-functions-field {
    border: 0;
    padding: 0;
}

label.mediacl-report {
    vertical-align: sub;
    font-size: 13px;
    font-weight: 400;
    color: #00B1C2;
}

table.table-life-functions-person th {
    background: #f7f9fa;
    color: #333843;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border: 1px solid #ced4da;
}

tr.tr-life-functions-person td {
    border: 1px solid #ced4da;
    padding: 0px 15px;
}

.row.dropdown-row {
    margin-top: 5px;
    margin-bottom: 20px;
}

.table-behaviors-person td:nth-child(1) {
    width: 15%;
}

.table-behaviors-person td:nth-child(2) {
    width: 30%;
}

.table-behaviors-person td:nth-child(3) {
    width: 30%;
}

.table-behaviors-person td:nth-child(3) {
    width: 25%;
}

#behaviors {
    display: none;
}

#assessor-notes {
    display: none;
}

.behaviors {
    margin-top: 15px;
}

.spent-time-lbl {
    vertical-align: sub;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 12px;
}

.table-assessor-notes-person td:nth-child(1) {
    width: 40%;
}

.table-assessor-notes-person td:nth-child(2) {
    width: 60%;
}

.common-table-info {
    width: 100%;
}

.common-table-info th {
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    background: #f9f9f9;
}
.details-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
    color: #000000;
}
.common-tr-info td {
    border: 1px solid #ccc;
}

.common-text-box-new {
    border: none!important;
}

.common-tr-info td.delete-section {
    border: 0;
    position: relative;
    left: 5px;
}

.common-button {
    background: transparent;
    border: none;
    color: #00B1C2;
    font-weight: 500;
    padding: 0px 13px 0px 0px;
    border-radius: 7px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.common-icons {
    margin-right: 3px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}

.assessment-table td.select-checkbox:before {
    border: 0 !important;
}

.view-all-authorizations {
    overflow: unset;
}

.authorizations-table-modal th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.authorizations-table-modal td {
    padding: 10px;
}

table.authorizations-table-modal tr.modal-authorization-tr:last-child {
    border: 0;
}

tr.modal-authorization-tr {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

tr.modal-authorization-tr td:nth-child(1) {
    width: 20%;
}

tr.modal-authorization-tr td {
    width: 14%;
}

tr.modal-authorization-tr td:last-child {
    width: 12%;
}

div#table-body {
    padding: 0;
}

table.authorizations-table-modal {
    width: 100%;
}

.tr-active-show {
    background: #00B1C2;
    color: #fff;
}

.col-form-label.title-details {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.col-form-label-assessment {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    margin: 3px auto;
    display: block;
}

#assessment-details {
    padding-bottom: 30px;
}

section.edit-section {
    padding: 15px 0 6px;
    background: #fff;
}
/* 
.mail {
    margin: 0 25px;
} */

button.btn-edit-print {
    background: #f5f5f5;
    padding: 6px 18px;
    color: #000000;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

a.btn-edit-print {
    float: left;
    background: #f5f5f5;
    padding: 6px 18px;
    color: #000000;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.common-edit-btn {
    margin-right: 8px;
    font-size: 18px;
}

.btn-box {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.btn-section-consumer {
    text-align: left;
}

button.btn.btn-primary.btn-add-search:hover {
    background: #00B1C2;
}

button.btn.btn-primary.btn-add-search {
    background: #00B1C2;
    border-radius: 2px;
}

button.btn.btn-default.btn-cancle:hover {
    background: #00B1C2;
    color: #fff;
}

a.price:focus {
    color: #7AB648;
    text-decoration: none;
}

.sec-price:focus {
    text-decoration: none;
    color: #FF8F80;
}

.sec-price:hover {
    color: #FF8F80;
}

h4.auth-title {
    font-size: 20px;
    font-weight: 500;
}

.auth-lable {
    font-weight: 400;
    color: #000;
}

#authorizations-after-select {
    display: none;
    padding: 0px 3px 20px;
}

.goals-section {
    /*opacity: 0.5;
    pointer-events: none;
    */
}

.authorizations-sec {
    padding: 20px 0 10px;
}

.invitation-title {
    font-weight: 400;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px;
    color: #00B1C2;
}

#goals-add {
    padding: 0px 3px 215px;
}

.file-attach {
    display: flex;
}

#attach-file {
    opacity: 0;
    width: 120px;
    padding: 0;
}

.paper-upload {
    position: absolute;
    font-size: 20px;
    transform: rotate(80deg);
    color: #999999;
    top: 13px;
}

#fileLabel {
    position: absolute;
    margin-left: 20px;
    margin-top: 13px;
    color: #999999;
    font-weight: 400;
    font-size: 13px;
}

#note-details-2 {
    padding-bottom: 0;
}

#note-2 {
    padding: 0 3px 100px;
}

div#name-display {
    margin: 5px 0 0 12px;
}

input#file-attach {
    position: absolute;
    opacity: 0;
    width: 150px;
    padding: 0;
    top: 0;
}

span.archive-name {
    position: absolute;
    background: #00B1C2;
    color: #fff;
    padding: 0px 6px;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}

.instructions {
    width: 100%;
    text-align: center;
}

.dropdown-button {
    float: left;
    width: 100%;
    background: #fff;
    padding: 4px 10px;
    cursor: pointer;
    border: 0.5px solid #ced4da;
    box-sizing: border-box;
    height: 32px;
}

.dropdown-label,
.dropdown-quantity {
    float: left;
}

.dropdown-quantity {
    margin-left: 4px;
}

.fa-filter {
    float: right;
}

.dropdown-list {
    float: left;
    width: 100%;
    border: 0.5px solid #ced4da;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 0px;
}

ul.new-dropdown-ul {
    padding-left: 0;
    margin-top: 12px;
}

input.check-searchbox {
    color: #999999;
    margin-left: 12px;
}

label.consumes-name-list {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-left: 6px;
}

.consumer-icons {
    margin-right: 5px;
}

.arrow-right-consumer {
    float: right;
    font-size: 20px;
    color: #999999;
}

.dropdown-container {
    margin-top: 13px;
}

i.fa.fa-caret-down.consumer-down {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: 3px;
}

.key-btn {
    border: 1px solid #ced4da;
    padding: 8px;
    color: #999999;
    font-weight: 500;
    font-size: 13px;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.key-btn:hover {
    background: #00B1C2;
    color: #fff;
    border-color: #00B1C2;
}

.add-more-items-keys {
    background: transparent;
    border: none;
    color: #00B1C2;
    font-weight: 600;
    display: block;
    cursor: pointer;
    margin-left: -6px;
    margin-bottom: 20px;
}

.plus-icons {
    margin-right: 5px;
}

.without-background::placeholder {
    color: #00B1C2;
}
.new-calendar-spent {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #999999;
}

.new-calendar {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #999999;
}

.new-icon-down {
    position: relative;
}

.icon-box {
    margin-top: 11px;
    display: none;
}

.btn-icons-consumer {
    background: transparent;
    border: none;
}

.btn-icons-consumer .icon-common {
    font-size: 25px;
    color: #000000;
    /* margin-right: 10px;
    margin-left: 10px; */
}

.dropdown-open {
    display: none;
}

.dropdown-open {
    padding: 0 15px 15px 15px;
    border: 1px solid #ced4da;
}

.new-dropdown-open {
    display: none;
}

.new-dropdown-open {
    padding: 0 15px 15px 15px;
    border: 1px solid #ced4da;
}

.col-md-12.header-payer-info {
    background: #e0e3e4;
    padding: 0px 10px;
}

span.close-popup {
    font-size: 25px;
    cursor: pointer;
    display: block;
    text-align: right;
}

.error {
    color: #ff0000;
}

.more-dropdown {
    width: 224px;
}

section#employee-details {
    padding-top: 10px;
}

section#services-employee {
    padding-top: 20px;
}

label.emp-label-details {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    margin: 3px auto;
}

.emp-label-add {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 5px;
    display: flex;
}

#logins {
    display: none;
}

section#login-employee {
    display: none;
}

section#address-employee {
    display: none;
}

section#other-details-employee {
    display: none;
}

section#contact-person-employee {
    display: none;
}

section#certification-employee {
    display: none;
}

section#document-employee {
    display: none;
}

tr.tr-assessments-person.common-tr-info td:nth-child(4) {
    width: 8%;
}

label.col-md-5.form-control.without-background.new-label {
    margin-bottom: 0;
    margin-top: 6px;
}

label.form-control.without-background.new-label {
    margin-bottom: 0;
    margin-top: 6px;
}

.form-group.row.tool-box.new {
    margin-bottom: 2px;
}

a.create-new-btn {
    background: #00B1C2;
    padding: 8px 13px 8px 13px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

ul.new-dropdown-hover.add-details-drop {
    margin-bottom: 0;
}

.name-bold {
    font-weight: bold;
    color: #00B1C2;
}

#problems-details {
    display: none;
}

#behaviors-details {
    display: none;
}

#life-function-details {
    display: none;
}

#assessor-note-details {
    display: none;
}

#document-details {
    display: none;
}

div#table-general_wrapper table.display.assessments-details-table th {
    text-align: center;
}

table.display.assessments-details-table td {
    text-align: center;
}

section#contact-person-details {
    padding-left: 0;
    padding-right: 0;
}

div#table-general_wrapper .display.assessments-details-table {
    border-top: 1px solid #ddd;
}

section#contact-person-details td.select-checkbox:before {
    border: 0;
}

section#contact-persons-assessments td.select-checkbox:before {
    border: 0;
}

section#contact-persons-assessments {
    padding-left: 0;
    padding-right: 0;
}

.view-part-consumer {
    display: flex;
}

.new-consumer-notes {
    margin-left: 16px;
}

.view-part-consumer span {
    margin-top: 9px;
    color: #00B1C2;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.view-user {
    font-size: 16px;
    margin-right: 3px;
}

#document-assessment {
    display: none;
}

.desktop-textbox {
    margin-top: 17px;
}

p.emaildata {
    margin: 0;
}

.form-group.row.space-remove {
    margin-bottom: 0;
}

i.fa.fa-plus.view-user {
    position: relative;
    top: 2px;
}

#btn-save-cancle {
    text-align: left;
}

.form-group.row.consumer-name-popup {
    margin: 15px auto;
}

section#authorization-details {
    padding-top: 30px;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png) !important;
}


/* .delete-button {
    font-size: 16px;
    cursor: pointer;
    color: #00B1C2;
} */

.delete-button i.fa.fa-trash.delete {
    margin-right: 3px;
}

img.remove-image {
    width: 50px;
    height: 50px;
    border: 2px solid #7a7979;
    border-radius: 5px;
    object-fit: cover;
}

p.file-name-image {
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 400;
    word-break: break-all;
}

.image-show-name {
    display: flex;
    margin-left: 4px;
}

.image-detais {
    margin: 0px 10px 10px;
}

.image-detais .file-name-image:first-child {
    color: #00B1C2;
}

div#uploadPreview .image-section:last-child {
    border-bottom: 0px;
}

.image-section {
    padding: 5px 10px 5px 0;
}

table.table-contact-person tr td:nth-child(4) {
    width: 130px;
}

table.table-contact-person tr td:nth-child(11) {
    width: 130px;
}

table.table-contact-person tr td:nth-child(12) {
    width: 130px;
}

.attch-name {
    border: 0;
}

.common-table-info {
    margin-bottom: 16px;
}

.contact-person td {
    padding: 8px 6px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    text-align: left;
    border-radius: 2px;
    border: 0.5px solid #ced4da;
    color: #000000;
    font-size: 13px;
    background: transparent;
    box-shadow: unset;
    outline: 0;
}

.btn-group {
    width: 100%;
}

ul.multiselect-container.dropdown-menu {
    width: 100%;
    z-index: 11111;
}

b.caret {
    display: none;
}

.form-group.row.common-row {
    margin-bottom: 8px;
}

.form-control option {
    color: #000;
    font-size: 13px;
}

button.add_phone {
    margin-top: 10px;
}

.add-space-top {
    margin-top: 10px;
}

.space-remove-btn {
    margin-top: 0px;
}

section.max-unit-details-sec {
    padding: 0 3px 100px 3px;
}

.btn-close {
    background: transparent;
    border: 0;
    color: #00B1C2;
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 2px;
}

button.multiselect.dropdown-toggle.btn.btn-default:after {
    content: '';
    background-image: url(../images/ad.png) !important;
    background-position: right 10px top 9px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    padding: 12px;
    position: absolute;
    margin-left: -25px;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.dateicon {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 97%;
}

.attach-file-label {
    margin-top: 0;
}


/* .employee-image {
    margin-left: 30px;
    margin-top: 23px;
} */

.employee-image .image-section:first-child {
    margin-top: 15px;
}

.image_preview_border:before {
    content: "";
    border-left: 2px solid #dfe5eb;
    min-height: 95%;
    display: block;
    position: absolute;
    margin-left: -10px;
}

i.button-close {
    position: absolute;
    color: #00B1C2;
    font-size: 20px;
    top: 16px;
    right: 20px;
    width: 10px;
    height: 10px;
    font-weight: normal;
    cursor: pointer;
}

.delete-button {
    color: #00B1C2;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.fa.fa-close.delete-button.delete.common-btn-close {
    text-align: right;
    display: block;
    padding: 6px 0;
}

table#table-general tr th {
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    background: #f7f9fa;
}

.common-title-label {
    font-size: 13px;
}

.common-label-size {
    font-size: 13px;
}

.goals-icons {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.more-consumer-icons {
    font-size: 16px;
}

.btn-ban:hover {
    color: #000000;
}

.btn-ban {
    background: #f5f5f5;
    color: #000000;
    border: 0;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    /* top: 9px; */
    border: 1px solid #ddd;
}

.btn-ban.unban {
    display: none;
    padding: 10px 15px;
}

.ban-btn-sec {
    float: right;
    /* padding-right: 13px; */
    margin: 0;
}

button.multiselect.dropdown-toggle.btn.btn-default.add-new-arrow:after {
    content: '';
    background-image: url(../images/down.png) !important;
    background-position: right 10px top 9px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    padding: 12px;
    position: absolute;
    margin-left: -25px;
    right: 0;
    top: 0;
    transition: 0.3s;
}

span.input-group-addon.calendar {
    padding: 0;
    border: 0;
}

a.btn.btn-primary.add-service {
    background: #f7f9fa;
    color: #00B1C2;
    border: none;
    margin-bottom: 10px;
}

.service-dialog {
    margin-right: 0;
}

.add-new-services {
    top: 39px;
}

.footer-button {
    text-align: left;
}

.modal-body.content-body {
    height: 59vh;
    overflow-y: scroll;
    padding: 0;
}

.modal-body.content-body::-webkit-scrollbar {
    border: 5px solid #d8d6d6;
    border-radius: 10px;
    width: 8px;
    height: 8px;
}

.header-top {
    background: #f7f9fa;
}

i.fa.fa-user.user-icon-client {
    font-size: 50px;
    vertical-align: sub;
    text-align: center;
    padding: 13px 22px;
}

.user-icons {
    background: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.user-sec {
    display: flex;
    padding: 15px 15px;
}

.client-title h6 {
    font-size: 16px;
}

.client-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}

.client-title {
    margin-left: 10px;
}

.section-service {
    position: relative;
    padding: 20px 0px;
}

.droupdown-hover-add:hover .dropdown-details {
    display: block !important;
}

.dropdown-details {
    position: absolute;
    right: 29px;
    width: 100%;
    display: none;
    text-align: left;
    z-index: 1111;
    padding: 0;
    background: #fff;
    padding-top: 6px;
}

ul.dropdown-details li {
    border: 1px solid #ddd;
    border-radius: 6px;
}

ul.dropdown-details li {
    display: block;
    width: 100%;
    cursor: pointer;
}

ul.dropdown-details li a {
    color: #495057;
    padding: 6px 15px;
    width: 100%;
    display: block;
}

ul.dropdown-details li:hover {
    background: #00B1C2;
    color: #fff;
}

ul.dropdown-details li:hover a {
    color: #fff;
}

.add-spent-time-popup .modal-dialog {
    width: 80%;
    left: 100px;
}

table.add-spent-tabel {
    width: 100%;
    margin: 20px auto 50px;
}

table.add-spent-tabel td {
    border: 1px solid #ced4da;
    padding: 8px 6px;
    font-size: 13px;
}

.close-model {
    float: right;
}

span.delete-image i {
    margin-right: 4px;
    font-size: 13px;
}

span.delete-image {
    color: #00B1C2;
    font-size: 13px;
    cursor: pointer;
    margin: 0px 5px;
}

.acc__panel {
    display: none;
    margin: 0;
    padding: 5px 20px;
    text-align: left;
}

.acc__title {
    background: #f7f9fa;
    padding: 7px 50px 7px 20px;
    cursor: pointer;
    position: relative;
    float: left;
    /*border: 1px solid #dfe5eb;*/
    border-radius: 5px;
}

.acc__title::after {
    width: 12px;
    height: 12px;
    border-right: 3px solid #4a6e78;
    border-bottom: 3px solid #4a6e78;
    position: absolute;
    right: 15px;
    top: 13px;
    content: " ";
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active-accordion::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background: #f7f9fa;
    /*margin-bottom: 10px;*/
}

.acc__card {
    margin-bottom: 10px;
    display: grid;
    border: 1px solid #dfe5eb;
}

textarea.form-control.txt-common-obj {
    background: transparent;
    border: 0;
}

.goals-manage h5 {
    margin: 0;
    font-size: 18px;
}

span.title-goal-details {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
}

.goals-manage {
    display: flex;
    border-top: 1px solid #000;
    position: relative;
    padding: 10px 0px;
}

.goals-box-manage {
    padding: 20px 0 0;
    float: left;
}

input.checkbox-goal {
    width: 5%;
    margin: 1px 0;
}

p.goal-text-add {
    width: 87%;
    padding-right: 30px;
}

button.btn-goal-edit {
    width: 8%;
    background: transparent;
    border: 0;
    font-size: 24px;
}

.btn.btn-default.float-right:hover {
    background: #00B1C2;
    color: #fff;
    border-color: #00B1C2;
}

.goal-edit-details {
    display: none;
    padding: 0 13px;
    float: left;
    width: 100%;
}

.modal-body.modal-body-part {
    padding-left: 0;
    padding-right: 0;
}

.add-new-part-space {
    padding: 0 13px;
    float: right;
}

.modal-dialog.manage-goal-dialog {
    width: 80%;
    left: 100px;
}

.modal-body.modal-body-part {
    height: 48vh;
    overflow-y: scroll;
}

.modal-body.modal-body-part::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background: #d8d6d6;
}

.goal-add-details {
    padding: 0 13px;
    display: none;
    float: left;
    width: 100%;
}

td.btn-action {
    display: flex;
    width: 70px;
}

td.btn-action .action-icon {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.sub-menu-dropdpwn {
    display: none;
    padding: 0;
    margin: 0;
}

.search-box-dropdown {
    width: 238px;
    display: none;
    position: absolute;
}

.search-box-dropdown.open-selectbox {
    display: block;
    transition: 0.3s;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
}

.search-box-arrow {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    z-index: 11;
    left: 30px;
    bottom: -6px;
    color: #bdbdbd;
}

.search-fill-data li a {
    color: #000;
}

.search-fill-data li a {
    padding: 4px 15px;
    display: block;
}

.search-fill-data {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    width: 238px;
    /*position: absolute;*/
    display: none;
    background: #f8f8f8;
    border-top: none;
    border-bottom: none;
}

ul.search-fill-data.open-livesearchbox {
    display: block;
}

i.fa.fa-paperclip.attach-icon-add {
    margin: 5px 8px 1px 0px;
    transform: rotate(85deg);
    font-size: 13px;
    font-weight: 600;
    position: absolute;
}

label.lbl-multiple-files:after {
    content: '';
    border-right: 0.5px dotted #ced4da;
    position: absolute;
    left: 50px;
    height: 40px;
    top: 0;
}

i.fa.fa-check.check-icons {
    display: none;
}

li.selected i.fa.fa-check.check-icons {
    display: block;
    margin-right: 5px;
    float: left;
}

.selectbox-tag {
    padding: 0;
    width: 238px;
    border: 0.5px solid #ced4da;
    background: #fff;
    z-index: 1;
}

.selectbox-tag li {
    padding: 5px 10px;
    z-index: 2;
    cursor: pointer;
}

a.btn-search-icon {
    background: #f5f5f5;
    border-radius: 3px;
    position: relative;
    margin-right: 0px;
    padding: 9px 9px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #444;
    max-height: 38px;
    line-height: normal;
}

p.image-note-title {
    margin-top: 15px;
}

select.ui-datepicker-month {
    border: none;
    font-weight: 400;
    color: #000000;
}

select.ui-datepicker-month:focus {
    outline: none;
}

select.ui-datepicker-year {
    border: none;
    font-weight: 400;
    color: #000000;
}

select.ui-datepicker-year:focus {
    outline: none;
}

label.title-services {
    font-size: 13px;
    font-weight: 400;
    margin-left: 7px;
}

label.qualification-title {
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px 0 2px;
}

.dropdown-listing {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 11;
    /* border-bottom: 1px solid #ced4da; */
}

.dropdown-listing li {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    background: #fff;
    color: #000000;
}

ul.dropdown-listing.add-newlist-dropdown li.droplist {
    position: fixed;
    z-index: 1111;
    background: #fff;
    width: 100%;
    margin-top: -19px;
}

li.droplist {
    font-size: 22px;
}

ul.dropdown-listing.add-newlist-dropdown li.droplist {
    padding-top: 19px;
    /* border-bottom: 1px solid #ddd;  */
}

.dropdown-listing li:not(.droplist) {
    display: none;
    border: 1px solid #ced4da;
    border-top: 0;
    border-bottom: 0;
}

li.droplist:after {
    content: "";
    border: solid #777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
    left: 12px;
}

ul.dropdown-listing.add-newlist-dropdown li:nth-child(2) {
    margin-top: 42px;
}

ul.dropdown-listing li:nth-child(2) {
    border-top: 1px solid #ced4da;
}

li.droplist {
    padding: 0px 10px 17px 0px;
    color: #333843;
    font-weight: 400;
}

.checkbox-qualification {
    display: flex;
    padding-right: 0;
    margin-bottom: 2px;
}

.modal-content {
    box-shadow: none;
}

table.table-problems-person.common-table-info {
    margin-bottom: 0;
}

a.spent-time {
    margin-bottom: 0;
}

.spent-time-parts {
    width: 100%;
    display: flex;
}

h6.user-name-title {
    font-size: 16px;
}

p.spent-date {
    font-size: 13px;
    width: 15%;
    border-right: 2px solid #ced4da;
    margin-right: 10px;
}

p.spent-time-title {
    font-size: 13px;
    width: 10%;
    border-right: 2px solid #ced4da;
    margin-right: 10px;
}

p.spent-title {
    width: 55%;
    font-size: 13px;
}

p.spent-datetime {
    font-size: 13px;
    width: 18%;
}

p.spent-edit {
    width: 2%;
}

.spent-time-details {
    margin-bottom: 30px;
}

.spent-part {
    margin-left: 30px;
}

.fa.timer-icon {
    color: #00B1C2;
    display: block;
}

.sparate-icon {
    position: absolute;
}

/* span.border-spent {
    border: 1px solid #ced4da;
    padding: 10px 0px;
    position: relative;
    top: 35px;
    left: 0px;
} */

.spent-time-display {
    margin-bottom: 20px;
}

.spent-edit-textbox {
    display: flex;
}

.spent-edit-textbox .form-control {
    margin-right: 30px;
}

input.form-control.spent-timetitle {
    width: 35%;
}

input.form-control.date-spent {
    width: 35%;
}

.btn-section-spent {
    margin-top: 15px;
}

.spent-edit-time {
    display: none;
}

ul.nav.nav-pills.nav-sidebar.flex-column {
    overflow-y: scroll;
    height: 79vh;
    scrollbar-width: none;
}

ul.nav.nav-pills.nav-sidebar.flex-column::-webkit-scrollbar {
    width: 0;
}

ul.nav.nav-pills.nav-sidebar.flex-column i.down-icon {
    margin-right: 0;
    position: absolute;
    right: 10px;
    transform: rotate(90deg);
}

ul.nav.nav-pills.nav-sidebar.flex-column i.fa.down-icon.fa-angle-up {
    margin-right: 0;
    float: right;
    transform: rotate(180deg);
}

.common-button-addmore:hover {
    color: #00B1C2;
}

a.common-button-addmore {
    margin-right: 7px;
}

.modal-footer {
    text-align: left;
}
.listing-tabel-section {
    min-height: 76vh;
}
ul.dropdown-listing.add-newlist-dropdown {
    max-height: 350px;
    overflow-y: scroll;
    position: fixed;
    border-bottom: 1px solid #ced4da;
}

ul.dropdown-listing.add-newlist-dropdown::-webkit-scrollbar {
    display: none;
}

.dataTables_length {
    margin-top: 12px;
}

.new_item_row {
    position: relative;
}

.delete-row-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.select_box {
    padding-left: 15px;
    padding-right: 15px;
}

.add-more-services-dropdown .row:first-child {
    margin-top: -15px;
}

p.passworddata {
    margin: 0;
}

.edit_delete {
    position: absolute;
    top: 20px;
}

.active_menu_add {
    background: #00B1C2;
}

ul.droup-down-box li.sub-menu-dropdown {
    padding: 0px 8px 0 0;
    position: relative;
    top: 5px;
}

ul.setting-menu-dropdown::-webkit-scrollbar {
    width: 6px;
}

ul.setting-menu-dropdown::-webkit-scrollbar-track {
    background: #ffffff;
}
ul.setting-menu-dropdown::-webkit-scrollbar-thumb {
    background: rgb(197 193 193);
    border-radius: 15px;
}

ul.setting-menu-dropdown::-webkit-scrollbar-thumb:hover {
    background: rgb(185 181 181);
}
ul.setting-menu-dropdown {
    position: absolute;
    right: 10px;
    padding: 0;
    min-width: 140px;
    top: 36px;
    display: none;
    border-radius: 2px;
    height: 380px;
    overflow-y: scroll;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
    z-index: 9999999;
}
ul.setting-menu-dropdown li {
    display: block;
    text-align: left;
}

ul.setting-menu-dropdown li p {
    margin-bottom: 0;
}

ul.setting-menu-dropdown li {
    padding: 4px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
}

ul.setting-menu-dropdown li:first-child {
    border-top: 1px solid #ddd;
}

ul.setting-menu-dropdown li:last-child {
    border-bottom: 1px solid #ddd;
}

li.sub-menu-dropdown:hover ul.setting-menu-dropdown {
    display: block;
}

ul.setting-menu-dropdown li a {
    color: #495057;
}

li.sub-menu-dropdown ul.setting-menu-dropdown.show-setting {
    display: block;
}

ul.setting-menu-dropdown li:hover a {
    color: #fff;
}

ul.setting-menu-dropdown li:hover {
    background: #00B1C2;
}

i.fa.fa-gear.setting-icon {
    font-size: 20px;
    color: #00B1C2;
}

.without-background::placeholder {
    color: #00B1C2;
}


/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}*/

.payer-info-row td {
    border-top: 0;
}

.phone-row-new {
    /* width: 97.2%; */
    position: relative;
}

.delete_row_add {
    position: absolute;
    right: -10px;
    top: 2px;
}

.delete_phone {
    position: relative;
    top: 2px;
    left: 6px;
}

table.table-contact-user-employee td {
    width: 14.28%;
}

.employee-image.image-details {
    margin-left: 5px;
}

.employee-image.image-details .image-section:first-child {
    margin-top: 0;
}

.add-details-drop ul.dropdown-notes {
    right: 29px;
}

.modal-backdrop.fade.show {
    opacity: 0.5;
}

#table-general1_length select {
    text-align-last: center;
}

td.state_td {
    width: 8%;
}

td.country_td {
    width: 8%;
}

td.relation_td {
    width: 6%;
}

td.salutation_td {
    width: 4%;
}

tr.tr-diagnosis-info td.primary_td {
    width: 16%;
}

i.popup-close {
    float: right;
    cursor: pointer;
    color: #00B1C2;
    font-size: 20px;
}

i.arrow_next {
    font-size: 24px;
    font-weight: 600;
    color: #00B1C2;
    line-height: 0px;
    display: block;
}

.arrow_right_icon {
    display: none;
}

.arrow_right_icon {
    margin: 0 auto;
}

.arrow_left_icon {
    margin: 0 auto;
}

img.img-logo-desk-small {
    display: none;
    width: 35px;
    margin: 18px 13px 18px;
}

.loder_show {
    position: fixed;
    left: 50%;
    top: 42%;
    z-index: 999999;
    display: none;
}

.loder_show img {
    margin: 0 auto;
    display: block;
    width: 120px;
}

.loder_show.showloader {
    display: block;
}

.backgroundadd {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1111;
}

img.menu-icon {
    width: 22px;
    margin-right: 15px;
}

.alert-box-add {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 1111111;
    display: none;
}

.alert-message-box {
    background: #fff;
    padding: 20px 20px 25px;
    width: 40%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
    margin: 0 auto;
}

.button-action-part {
    margin-top: 20px;
    display: flex;
}

img.img-alert {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.popup-alert {
    display: flex;
}

.popupbackground {
    position: fixed;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111;
    bottom: 0;
    right: 0;
    display: none;
}

.popupbackground.showbackground {
    display: block;
}

.alert-box-add.showalert {
    display: block;
}

.droupdownul::-webkit-scrollbar {
    display: none;
}

.droupdownul {
    position: absolute;
    overflow-y: scroll;
    height: auto;
    max-height: 50vh;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
}

.goalheading span {
    padding: 15px 0 12px;
}

.form-grop-goal {
    margin-top: 5px;
}

.add_more_goal {
    margin-bottom: 10px;
}

.goal-action {
    position: absolute;
    right: 15px;
    top: 15px;
}

.goalheading {
    display: flex;
    position: relative;
    padding: 0 15px;
}

.goal-dialogbox.activegoal .goalheading {
    border-bottom: 1px solid #ced4da;
}

a.actionview {
    color: #00B1C2;
}

a.goaledit {
    color: #00B1C2;
    margin-right: 10px;
}

ul.goaldeletesec {
    position: absolute;
    padding: 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 20%);
    right: 0px;
    background: #fff;
    margin-top: 2px;
    display: none;
    width: 110px;
    z-index: 11;
}

ul.goaldeletesec li a {
    padding: 5px 13px;
    display: block;
    color: #000000;
}

.goal-action {
    display: none;
}

.goal-dialogbox.activegoal .goal-action {
    display: block;
}

ul.goaluldetails {
    padding: 0;
    display: flex;
}

li.moreiconview.showdelete ul.goaldeletesec {
    display: block;
}

.services-goal-details {
    background: #f7f9fa;
    padding: 20px 20px 10px;
}

.service-attach-file {
    margin-top: 50px;
}

textarea.textarea_height {
    height: 100px;
}

.sugest-textbox.inter {
    margin-top: 20px;
}

.add_more_goal {
    background: none;
    border: 1px solid #00B1C2;
    color: #00B1C2;
    font-weight: 500;
    padding: 7px;
    border-radius: 2px;
    font-size: 13px;
    margin-left: 15px;
}


/*.goal-dialog-part {
    padding: 0 15px;
}*/

.goal-dialogbox.activegoal span.title-goal-details {
    width: 95%;
}

.goalheading span {
    width: 62%;
    min-height: 47px;
}

.detaiinput {
    background: #f7f9fa !important;
}

ul.menu-action-section li {
    display: inline-block;
}

ul.menu-action-section {
    padding: 0;
    float: right;
}

a.delete-user-icon i {
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
}

a.delete-user-icon {
    background: #f5f5f5;
    border: 1px solid #ddd;
    top: 0px;
    padding: 9px 10px 10px;
    border-radius: 4px;
    position: relative;
}
ul.dropdown-action li:hover {
    background: #00B1C2;
}

ul.dropdown-action li:hover a {
    color: #fff;
}

ul.dropdown-action li a {
    color: #495057;
    padding: 6px 15px;
    width: 100%;
    display: block;
}

ul.dropdown-action li {
    cursor: pointer;
    width: 100%;
    /* border: 1px solid #ddd; */
    border-top: 0px;
    border-bottom: 0px;
}


/* ul.dropdown-action li:first-child{
    border-top: 1px solid #ddd;
    border-radius: 8px 8px 0px 0px;
}
ul.dropdown-action li:last-child{
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 8px 8px;
} */

li.dropdown-user-details.actionmore ul {
    margin-top: 7px;
    border: 1px solid #ddd;
    /* border-radius: 8px; */
}

ul.dropdown-action {
    padding: 0;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    /* padding-top: 6px; */
    width: 150px;
    right: 0px;
    z-index: 11;
    display: none;
}

li.dropdown-user-details {
    position: relative;
}

li.dropdown-user-details:hover ul.dropdown-action {
    display: block;
    transition: 0.5s;
}

li.dropdown-user-details.actionmore ul {
    margin-top: 8px;
}
.ban-btn-sec li ul.dropdown-action {
    margin-top: 10px;
}
li.edit-user-button {
    position: relative;
    top: 0px;
}

.delete-image {
    display: none;
}

.image-show-name-hover .delete-image {
    display: block;
}

.listing-dropdown .dropdown-box {
    min-height: 26px;
}

.commontabs {
    padding: 22px 3px 80px 3px;
}

label.lbl-checkbox {
    font-weight: 400;
    margin: 0;
    position: relative;
    top: -2px;
    margin-left: 3px;
}

.checkboxgroup {
    margin-top: 6px;
}

.radioboxgroup {
    display: flex;
    margin-top: 6px;
}

.radiobox-sec {
    margin-right: 25px;
}

input.radiobox-set {
    margin-top: 2px;
}

.radiobox {
    display: flex;
    margin-bottom: 5px;
}

.textbox-group {
    display: flex;
}

.textboxset {
    display: flex;
}

.textbox-group label.col-form-label {
    margin-right: 20px;
}

.textbox-group .textboxset:last-child {
    margin-left: 20px;
}

.radiobox-group {
    margin-top: 6px;
}

.sign-label {
    font-size: 13px;
    font-weight: 400;
}

.outpatient-section {
    display: none;
}

.non-billable-section {
    display: none;
}

.monthly-progress-section {
    display: none;
}

.service-code-sec {
    display: none;
}

.additional-service-sec {
    display: none;
}

.lethality-risk-sec {
    display: none;
}

.goals-sec {
    display: none;
}

.intervention-sec {
    display: none;
}

.mental-status-sec {
    display: none;
}

.diagnosis-sec {
    display: none;
}

.plannote-sec {
    display: none;
}

.contacts-sec {
    display: none;
}

.team-supervision-sec {
    display: none;
}

.sign-sec {
    display: none;
}

li.tabscheck a {
    padding: 6px 15px;
    font-weight: 400;
}

li.tabscheck {
    display: inline-flex;
}

span.checkboxtabs input {
    margin: 0px 3px;
}

span.checkboxtabs {
    background: #ced4da;
    padding: 8px 8px 7px;
    border-radius: 5px;
}

.alltabsdatalist li.tabscheck.active a {
    background: #00B1C2;
    border-radius: 5px;
    color: #fff;
}

.alltabsdatalist li.tabscheck.active {
    background: transparent !important;
}

.tabshover {
    display: inline-flex;
    margin-right: 3px;
}

li.tabscheck a:hover {
    background: #00B1C2;
    border-radius: 5px;
    color: #fff;
}

.tabshover span.checkboxtabs.active {
    background: #ced4da !important;
    border-radius: 5px 0px 0px 5px;
}

li.nav-item.active a.nav-link {
    background: #00B1C2;
    color: #fff !important;
    border-color: #00B1C2;
}

ul.sectiontabs {
    padding-left: 15px;
    margin: 0;
}

ul.sectiontabs li a {
    padding: 7px 15px;
    display: block;
    border-radius: 4px;
}

ul.sectiontabs li {
    display: inline-block;
}

ul.sectiontabs li.active a {
    color: #fff;
}

ul.sectiontabs li a:hover {
    background: #00B1C2;
    color: #fff;
    border-radius: 4px;
}

td.ui-datepicker-today {
    background: transparent;
    border-radius: 2px;
    color: #000 !important;
}


/* td.ui-datepicker-today a.ui-state-default.ui-state-highlight{
    color: #fff;
} */

.assessment-table td {
    padding: 8px 15px !important;
    border: 1px solid #ddd;
}

.assessment-table th {
    padding: 8px 15px !important;
    border: 1px solid #ddd;
}

.btn-export {
    border: none;
    padding: 10px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 18px;
    max-height: 38px;
    background: #f5f5f5;
    color: #444;
    line-height: normal;
}

.down-div {
    background: #fff;
    display: none;
    position: absolute;
    top: 45px;
    text-align: left;
    right: 5px;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    min-width: 125px;
}

.type_anchor {
    display: block;
    padding: 7px 12px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
}

.flex-row {
    display: flex;
    align-items: center;
}

.hour-content {
    padding-top: 10px;
}

.header-btn {
    padding: 1px 0px 6px;
}

.btn-bg {
    background: #c7c7c74f;
    border: none;
    padding: 11px 11px;
    border-radius: 3px;
    max-height: 38px;
    line-height: normal;
    display: flex;
    align-items: center;
}
.dropdown-hover li:hover {
    background: #00B1C2;
    color: #fff;
}

li.droplist:hover {
    background: transparent;
    color: #333843;
}

.card-footer {
    display: flex;
    justify-content: space-between !important;
}

.flex-type {
    display: flex !important;
    align-items: center;
}

.login-flex {
    display: flex;
    justify-content: center;
}

.side-space {
    margin-right: 5px;
}

.top-side {
    position: relative;
    top: -1px;
}

.common-menu-btn {
    font-size: 18px;
}

.bg-bar {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

a.bg-bar i.icon-bar {
    color: #000000 !important;
    vertical-align: middle;
    font-size: 20px;
}

.panelbox-view {
    position: fixed;
    right: 0px;
    width: 42%;
    background: #fff;
    box-shadow: -1px 0px 8px #c9c7c7;
    display: none;
    min-height: 100%;
    z-index: 99999;
    top: 56px;
}

.panelbackground.show {
    opacity: 0.5;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #9b9999;
    z-index: 111;
    overflow: hidden;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

span.status-reconciled {
    padding: 1px 38px;
}

.header-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 15px;
    justify-content: space-between;
}

.btn-close-panel {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 20px;
    top: 9px;
}

.search-fill-data li a:hover {
    background: #00B1C2;
    color: #fff;
}


/* .search-fill-data{
    border-top: 1px solid #ddd;
} */

.table-formate {
    border-top: 1px solid #eee;
}

.table-formate {
    padding: 22px 15px 15px;
}

.button-footer {
    position: fixed;
    bottom: 0px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    opacity: 0.98;
    width: 100%;
    padding: 12px 15px;
    box-shadow: 3px -1px 5px 0px rgb(18 17 17 / 12%);
    margin-left: -15px;
    z-index: 11;
}

body {
    position: relative;
    overflow-x: hidden;
}

a.ui-state-default.ui-state-highlight.ui-state-active {
    background: #00B1C2;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    color: #fff;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today {
    background: #00B1C2;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #454545;
}

.flex-start {
    justify-content: flex-start !important;
}

h2.paid-credit-title {
    font-size: 20px;
    text-align: center;
}

.paid-credit {
    color: #00B1C2;
}

.paid-credit:hover {
    color: #00B1C2;
}

.image-preview-row {
    margin-top: 4px;
}
/* 
.image-show-name-hover {
    padding: 0 !important;
} */

.head-taxt-start {
    width: 50%;
    text-align: start;
}

.head-taxt-end {
    width: 50%;
    text-align: end;
}

/* select dropdown css start */

.select2-container {
    width: 100% !important;
    z-index: 11111;
}
/* span.select2-container.select2-container--default.select2-container--open{
    z-index: 111111 !important;
} */
.select_type span.select2-selection {
    border: 0.5px solid #ced4da;
    border-radius: 2px;
    padding: 1px 0px 5px;
}

.select2-dropdown {
    margin-top: 6px;
    border-top: 1px solid #ced4da !important;
    /* box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important; */
}

span.select2-dropdown.select2-dropdown--below {
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
}

span.select2-dropdown.select2-dropdown--above {
    box-shadow: 2px 4px 10px rgb(0 0 0 / 30%) !important;
}

input.select2-search__field:focus {
    outline: none !important;
}

.select_type_add .select2-container {
    width: 100% !important;
}

.select_type_add span.select2-selection {
    height: 32px;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 1px 0px;
}

.multiselect-box .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    /* border: 1px solid #ced4da !important; */
    height: 32px !important;
    border-radius: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    width: 100%;
    border: 1px solid #ced4da !important;
}

.select_box2 span.select2-selection {
    background: transparent;
    border: none;
}

.select_box2 span.select2-selection__arrow {
    display: none;
}

.drop-set span.select2-selection
 {
    border-radius: 0 !important;
    padding: 0;
    border: none;
}

.drop-set .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
}
.modal.fade {
    z-index: 999999;
}
.select_box2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00B1C2 !important;
}
.modal-backdrop.fade.in {
    z-index: 99999;
}

.modal-backdrop.fade.show {
    z-index: 99999;
}


/* select dropdown CSS edit */
/* 
.phoneeditrow {
    margin-bottom: 15px;
} */
.add_phone_edit .phoneeditrow:last-child{
    margin-bottom: 0px;
}
.diagnosis-dialog {
    width: 70%;
}

.popupscroll {
    overflow-y: scroll;
    max-height: 470px;
}

.popupscroll::-webkit-scrollbar {
    width: 8px;
}

.popupscroll::-webkit-scrollbar-thumb {
    background: rgb(197 193 193);
    border-radius: 20px;
}

.popupscroll::-webkit-scrollbar-thumb:hover {
    background: rgb(185 181 181);
}

.page-load {
    position: fixed;
    left: 50%;
    top: 42%;
    z-index: 999999;
}

.img-loader {
    width: 120px;
}

a.hover-click:hover {
    background: #00B1C2;
    color: #fff;
}

textarea.form-control {
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
}
.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance:none;
  margin: 0;
}
.common-button-addmore{
    display: flex;
    align-items: center;
}
li.nav-item.profile:hover a {
    color: #fff;
}
.setting-dropdown:hover .setting-menu-dropdown li a {
    color: #000;
}
.setting-dropdown:hover .setting-menu-dropdown li:hover a {
    color: #fff;
}
.image-details{
    margin: 0px;
    padding: 6px 0px;
}
.file-icon {
    margin-right: 4px;
}
.btn.btn-primary {
    background: #00B1C2;
    border-color: #00B1C2;
}
button.close {
    color: #00B1C2;
    opacity: 1;
}
button.close:hover {
    color: #00B1C2;
    opacity: 1;
}
.btn.btn-arrow-dropdown {
    padding: 7px 12px 7px 18px;
}
.btn-new-payment {
    margin: 13px 0px 0px;
}
.bootstrap-datetimepicker-widget{
    z-index: 999999;
    position: absolute;
}
.list-message{
    margin-top: 15px;
}
.messageclass {
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 15px;
    border-radius: 2px;
}
.alertmessage{
    margin-bottom: 0px;
    padding: 12px 15px;
    border-radius: 2px;
}
.alertmessage.alert-success .close {
    color: #3c763d;
}
.alertmessage.alert-danger .close {
    color: #a94442;
}
.table-section-scroll {
    padding: 22px 3px 0px 3px !important;
    overflow-x: scroll;
    margin-bottom: 68px;
    margin-right: 15px;
    margin-left: 15px;
}
.table-section-scroll::-webkit-scrollbar {
    height: 10px;
    background: #D8D6D6;
    border-radius: 18px;
}
.spacebottom{
    margin-bottom: 15px;
}
.paddingremove{
    padding: 0px;
}
table.display th {
    font-weight: 500 !important;
    color: #000 !important;
}
.transaction-table th{
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.validate-date {
    background: url(../images/calendar.png)no-repeat;
    background-position: 98%;
    background-size: 15px;
}
.dateicon{
    background-position: 97%;
}
.dateicon2{
    background-position: 96%;
}
.rightbox-date{
    background: url(../images/calendar-blue.png)no-repeat;
    background-position: 100%;
    background-size: 15px;
    border: none;
    color: #00B1C2;
    padding-top: 0;
}
.rightbox-date::placeholder{
    color:#00B1C2;
}
.modal.show .modal-dialog{
    transform: translate(0,0);
}
.tbl-annual-assessment{
    margin-bottom: 0px;
}
.tbl-annual-assessment th{
    border-top: 0px !important;
}
.multiselect-dropdown span.dropdown-wrapper {
    border: solid #888;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: rotate(45deg);
    right: 10px;
    top: 9px;
}
.multiselect-dropdown .select2-container--open span.dropdown-wrapper {
    transform: rotate(225deg);
    top: 13px;
}
a.seldsmmode {
    padding: 8px 12px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: no-drop;
}
.multiple-box{
    padding: 0px 10px;
    border-radius: 2px; 
    margin-right: 5px;
    display: inline-block;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    color: #000000;
}
.multiselect-border {
    height: 32px;
    width: 100%;
    border: 0.5px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 0 0 transparent;
    padding: 4px 12px;
    background: #eee;
}
.arrow-remove span.select2-selection__arrow{
    display: none;
}
.background-gray {
    background: #f7f9fa;
    padding: 18px 0px;
    margin-left: -18px;
    margin-right: -18px;
}
hr.saprate-part {
    border-color: #ced4da;
}
ul.dropdown-listing.add-newlist-dropdown {
    max-height: 350px;
    overflow-y: scroll;
    border-bottom: 1px solid #ced4da;
}
.background-cols {
    background: #f8f8f8;
    margin: 0px 15px;
    padding: 15px;
    margin-bottom: 15px;
}
td.record-count {
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 300;
}
.trcontactperson {
    margin-bottom: 15px;
}
span.title-count {
    font-weight: 700;
    margin-right: 5px;
    font-size: 18px;
}
tr.table-border td {
    font-size: 16px;
    font-weight: 400;
}
.table-alerts th {
    color: #333843;
    letter-spacing: 0.4px;
}
.table-alerts td {
    color: #000;
}
.main-title-sales{
    font-size: 17px;
}
.dashboard-row {
    margin-top: 30px;
}
tr.table-border td {
    border-top: 1px solid #cccccc;
    padding: 15px 0px 0px;
}
table.table-alerts {
    width: 100%;
}
.filter-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.filter-section {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.filter-table th{
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    background: #f9f9f9;
}
.filter-table td{
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
    width: 33.33%;
    border-top: 0px;
}
.employee-row-section {
    display: flex;
    justify-content: space-between;
}
.alert-title-box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
}
.arrowremove{
    background: #eeeeee;
}
.errordata {
    font-size: 16px;
    font-family: "Leelawadee";
    margin-bottom: 10px;
}
.email-address-text{
    color: #393B3C;
    font-size: 18px;
    line-height: 30px;
    font-family: "Leelawadee";
}
.forgot-password-box{
    margin: 86px auto;
}
.reset-password-box{
    margin: 42px auto;
}
.passwordfilled{
    position: relative;
}
.toggle-password{
    position: absolute;
    right: 10px;
    top: 6px;
}
.passwordfilled .form-control{
    padding-right: 35px;
}
.btn-credit-info {
    background: #00B1C2 !important;
    padding: 9px 15px !important;
}
.location_list {
    padding: 0px 10px !important;
    width: 100%;
}
ul.setting-menu-dropdown a {
    padding: 0 !important;
}
.edithdrsectionul .menu-action-section {
    padding: 0;
    float: unset;
}
.edithdrsection ul.menu-action-section.flex-type.mb-0 {
    padding: 0;
    float: unset;
}
.edithdrsection button.btn-edit-print {
    background: none;
    border: none;
}
.edithdr_row .btn-box{
    justify-content: left;
    gap: 0;
    padding-left: 5px;
}
.edithdr_row .edit,.edithdr_row .mail,.edithdr_row .pdf {
    border-right: 1px solid #d2d6de;
    padding: 10px;
}
.edithdr_row .edit a,.edithdr_row .mail a,.edithdr_row .pdf a,.edithdr_row .mail button{
    background: none !important;
    padding: 0 !important;
    border: none !important;
}.edithdr_row {
    background: #f5f5f5;
    border-top: 1px solid #d2d6de;
}
.hdrtitle_sec {
    padding: 0 15px 10px 15px;
}
.edithdr_row a.delete-user-icon.bg-bar {
    background: none;
    border: none;
    top: 10px;
    padding: 9px 12px 12px;
    border-radius: 0;
    position: relative;
}
.edithdr_row ul.dropdown-action{
    left: 10px;
}
.location_list .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px !important;
}
.location_list .select2-container--default .select2-selection--single .select2-selection__arrow b{
    color: #000 !important;
}
.avatarPreview{
    width: 100px;
    height: 100px; 
    border-radius: 4px; 
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 6px;
}
form#logout-form {
    display: none;
}
@media screen and (min-width: 1900px){
    .minheight-consumer{
        min-height: 248px;
    }
}
@media screen and (min-width: 1920px) and (max-width: 1920px) {
    section#spent-time-section {
        bottom: 70px;
        width: 89%;
    }
    .phone-row-new {
        width: 95.1%;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1900px){
    .minheight-consumer {
        min-height: 178px;
    }
    .minheight-consumer-six{
        min-height: 178px;
    }
}
@media screen and (min-width: 1650px){
    .scrollbar-remove {
        overflow: unset;
    }
}
@media screen and (min-width: 1600px){
    .login-box {
        width: 50%;
        margin: 135px auto;
    }
    .forgot-password-box{
        margin: 158px auto;
    }
    .reset-password-box{
        margin: 113px auto;
    }
}
@media screen and (max-width: 1600px){
    .table-diagnosis-notations {
        width: 1500px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1600px) {
    section#spent-time-section {
        bottom: 70px;
        width: 87%;
    }
    .phone-row-new {
        width: 96.1%;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1440px) {
    section#spent-time-section {
        bottom: 70px;
        width: 86%;
    }
    .phone-row-new {
        width: 96.8%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
    section#spent-time-section {
        bottom: 70px;
        width: 85%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    section#spent-time-section {
        bottom: 70px;
        width: 84%;
    }
    .phone-row-new {
        width: 97.6%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    section#spent-time-section {
        bottom: 70px;
        width: 80%;
    }
    .screen-size-type {
        overflow-x: scroll;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .box-button-key {
        padding: 5px 0;
    }
    .screen-size-type {
        overflow-x: scroll;
    }
}

@media screen and (min-width: 1280px) {
    .add-consumer-details #modal-consumer {
        width: 80%;
        left: 100px;
    }
}

@media screen and (min-width: 1366px) {
    .add-consumer-details #modal-consumer {
        width: 80%;
        left: 100px;
    }
    .box-button-key {
        padding: 28px 0;
    }
}

@media screen and (min-width: 1200px) {
    div#modal-consumer {
        width: 1000px;
        left: 100px;
    }
    .space-remove-left {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1024px) {
    /* .widthadd span.select2.select2-container.select2-container--default {
        width: 91.4% !important;
    } */
    .cols-space-add {
        padding-left: 15px;
        padding-right: 28px;
    }
    /* .time-add {
        padding-right: 0px;
    } */
    .country-add {
        padding-right: 0;
    }
    /* .short-col {
        padding-right: 0;
    } */
    .time-add-left {
        padding-left: 0;
    }
    .common-row-add {
        padding-right: 62px;
    }
    /* .width-add {
        width: 91.4%;
    } */
    .row.salutions .col-md-4 {
        padding-right: 0;
    }
    .col-md-6.work-phone {
        padding-right: 0;
    }
    .new-dropdown-hover.add-details-drop {
        float: right;
    }
    .col-md-6.mobile-phone {
        padding-right: 0;
    }
    .common-button-addmore {
        margin-bottom: 6px;
    }
    /* .cols-space {
        padding-left: 31px;
    } */
    .common-text-box.sevrivcehalf {
        padding-right: 42px;
    }
    .select.form-control.active-status {
        margin-left: -5px;
    }
    .left-cols {
        padding-left: 0;
    }
    .file-attach {
        float: right;
    }
    .new-image {
        position: absolute;
        right: -86px;
    }
    .delete-section.new-delete-add {
        position: absolute;
        top: 22px;
        right: -5px;
    }
    section#services-employee {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    section#contact-person-details {
        padding-bottom: 10px;
    }
    /* section#authorization-details {
        padding-bottom: 42px;
    } */
    section#services-plan-details {
        padding-bottom: 100px;
    }
    .modal-header.modal-header-blank {
        padding: 30px 15px;
    }
    .modal-dialog {
        margin: 68px auto 20px;
    }
    .services-goal-details {
        margin-right: 12px;
    }
    .goal-separate:after {
        border-right: 1px solid #ced4da;
        content: "";
        position: absolute;
        right: -7px;
        height: 100%;
        top: 0px;
    }
    .service-group {
        padding-right: 35px;
    }
    .sugest-textbox {
        padding-left: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .drop-down-sec {
        width: 70%;
    }
    .col-md-6.search-box {
        width: 40%;
    }
    .col-md-6.drop-box {
        width: 60%;
    }
    div#modal-consumer {
        width: 70%;
        left: 100px;
    }
    ul.droup-down-box {
        padding-right: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .login-background {
        background-size: inherit;
    }
    .view-all-authorizations {
        left: 0px;
    }
    .auth-tabel-scroll {
        overflow-x: scroll;
    }
    table.authorizations-table-modal {
        width: 1200px;
    }
    .modal-dialog.manage-goal-dialog {
        width: 95%;
        margin-top: unset;
    }
    .screen-size-type {
        overflow-x: scroll !important;
    }
    .main-sidebar {
        z-index: 11111 !important;
    }
    .panelbox-view {
        z-index: 1111;
        width: 69%;
    }
    .icon-box {
        position: relative;
        top: 8px;
    }
    .alert-message-box {
        width: 48%;
    }
    .diagnosis-dialog {
        width: 80%;
    }
}
@media screen and (max-width: 992px){
    .login-background{
        display: none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .btn.btn-primary.btn-add.common-btn-close {
        padding: 6px 7px;
    }
    .btn.btn-default.btn-cancle.common-btn-close {
        padding: 6px 7px;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .drop-down-sec .row {
        display: flex;
    }
    div#header-btn-section {
        text-align: start;
    }
    .dropdown-listing {
        z-index: 1111;
    }
    section.content-header {
        padding: 17px 0px;
    }
}

@media screen and (min-width: 769px) {
    .mobile_logo {
        display: none;
    }
    li.mobile-menu-close {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .consumer-column{
        padding-left: 2px;
    }
    #dialog-box {
        width: 80%;
        left: 100px;
    }
    select.form-control.status-new-add {
        width: 25%;
    }
    .icon-box {
        float: right;
    }
    .common-scroll {
        border: 0;
        height: unset;
        overflow: unset;
    }
    div#desktop-hide {
        display: none;
    }
    .form-group.row.consumer-name-popup {
        width: 70%;
    }
    .add-services-popup {
        width: 670px;
    }
}

@media screen and (max-width:768px) {
    .diagnosis-dialog {
        width: 95%;
        margin: 110px auto;
    }
    .desktop_logo {
        display: none;
    }
    .back-box {
        display: none;
    }
    .logo {
        float: left;
    }
    li.mobile-menu-close {
        float: right;
        color: #fff;
        font-size: 21px;
        margin-right: 10px;
    }
    button.btn-mobile-icon {
        border: 1px solid #00B1C2;
        background: #00B1C2;
        border-radius: 5px;
        color: #fff;
    }
    .drop-down-sec {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-left: 16px;
    }
    ul.dropdown-details {
        right: unset;
        width: 90%;
    }
    .add-space-top {
        margin-bottom: 12px;
    }
    a.spent-time {
        margin-right: 0;
    }
    .login-box {
        width: 50%;
    }
    .mobile-drop {
        margin-bottom: 15px;
    }
    .form-control.status-new-add {
        margin-bottom: 15px;
    }
    .col-md-4.active-tool-box {
        padding-left: 0;
        padding-right: 0;
    }
    section#spent-time-section {
        position: unset;
        bottom: 70px;
        width: 100%;
    }
    .button-close {
        right: 20px;
        bottom: 282px;
        top: unset;
    }
    .dropdown-notes {
        position: absolute;
        right: 62px;
        width: 90%;
    }
    button.add_form_problems {
        margin-bottom: 12px;
    }
    span.additional-notes {
        padding-top: 12px;
    }
    .add-consumer-details {
        top: 95px;
    }
    div#name-display {
        margin: 5px 0 0 12px;
        position: absolute;
    }
    span.archive-name {
        left: 12px;
    }
    .delete-section.new-delete-add {
        margin-top: 15px;
    }
    .new-calendar-spent {
        right: 28px;
    }
    section.section-max-unit {
        padding-bottom: 20px;
    }
    section#documents {
        padding-bottom: 20px;
    }
    a.create-new-btn {
        margin-top: 10px;
    }
    .form-group.row {
        margin-bottom: 0px;
    }
    .col-form-label {
        margin: 10px auto;
    }
    button.add_phone {
        margin-bottom: 20px;
    }
    ul.nav.nav-tabs li.nav-item {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    section.content {
        padding-top: 10px;
    }
    .ban-btn-sec {
        float: none;
        padding-right: 0px;
        /* margin-top: 20px; */
    }
    .add-spent-time-popup .modal-dialog {
        top: 20%;
        width: 98%;
    }
    .common-button-addmore {
        margin-bottom: 12px;
    }
    .delete-section.new-delete-add.popup-close {
        margin: 0;
        float: right;
    }
    section.content {
        padding-left: 0px;
    }
    .phone-row-new {
        width: unset;
    }
    .alert-message-box {
        width: 65% !important;
    }
    .alert-box-add.showalert {
        display: block;
        z-index: 11111;
    }
}

@media screen and (max-width: 767px) {
    .section-background {
        overflow-x: hidden;
    }
    .login-box {
        width: 90%;
        margin: 88px auto;
    }
    .forgot-password-box{
        margin: 111px auto;
    }
    .reset-password-box {
        margin: 70px auto;
    }
    .login-title{
        font-size: 34px;
    }
    .add-spent-time-popup .modal-dialog {
        margin: 0 auto;
    }
    .profile-drop {
        display: none !important;
    }
    #desktop-user {
        display: block;
    }
    #mobile-dropdown {
        display: none;
    }
    li.nav-item.profile a {
        text-align: left;
    }
    ul#mobile-dropdown li a {
        color: #fff;
        padding: 0px 15px;
    }
    ul#mobile-dropdown {
        margin-top: -10px;
        padding: 0;
    }
    ul.droup-down-box li {
        padding: 4px 10px 10px 3px;
    }
    div#desktop-hide {
        margin-top: -12px;
    }
    ul#desktop-user {
        padding-left: 13px;
    }
    li.nav-item.profile a:hover {
        color: #fff;
    }
    li.nav-item.profile:hover {
        background: #00B1C2;
    }
    ul.droup-down-box li.drop-item-box:nth-child(1) {
        padding-bottom: 3px;
    }
    div#table-general_wrapper {
        overflow-x: scroll;
    }
    div#table-general_wrapper table#table-general {
        width: 200% !important;
    }
    table.table-assessments-person {
        width: 2000px;
    }
    section.section-max-unit {
        padding-bottom: 10px;
    }
    .spent-time {
        margin-right: 0px;
    }
    .dropdown-notes {
        position: absolute;
        right: 70px;
        width: 80%;
    }
    .table-problems-person {
        width: 200%;
    }
    .add-consumer-details {
        top: 208px;
    }
    .common-table-info {
        width: 825px;
    }
    .btn.btn-primary.btn-add.common-btn-close {
        padding: 6px 15px;
    }
    select.form-control.new-tran-field.more {
        width: 100%;
    }
    button.btn-edit {
        width: 100%;
        margin-bottom: 13px;
    }
    .col-md-4.drop-box-control {
        padding-right: 30px;
    }
    i.fa.fa-angle-down.new-tran {
        right: 41px;
    }
    .col-md-6.drop-box {
        padding-left: 9px;
        padding-right: 9px;
    }
    div#header-section-mobile {
        display: none;
    }
    div#header-btn-section {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    a.create-new-btn {
        width: 100%;
    }
    .view-part-consumer {
        display: block;
    }
    div#header-btn-section {
        padding-top: 10px;
        text-align: start;
    }
    ul.dropdown-listing.add-newlist-dropdown li.droplist {
        padding-top: 25px;
        /* border-bottom: 1px solid #ddd; */
    }
    .dropdown-listing {
        z-index: 1111;
    }
    aside#sidebar {
        position: fixed;
        top: 0;
        z-index: 11111;
    }
    ul.dropdown-listing.add-newlist-dropdown li.droplist {
        position: fixed;
        z-index: 1111;
        background: #fff;
        width: 100%;
        margin-top: -15px;
    }
    .alert-message-box {
        width: 95% !important;
    }
}

@media screen and (max-width: 375px) {
    .dropdown-notes {
        position: absolute;
        right: 58px;
        width: 80%;
    }
    .mail {
        margin: 0 15px;
    }
    button.btn-edit-print {
        background: #00B1C2;
        padding: 5px 15px;
    }
    .popup-alert {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .alert-message-box {
        width: 96% !important;
    }
}