/*Global Css Starts*/

@font-face {
  font-family: 'Mulish Bold';
  src:  url('../fonts/Mulish/static/Mulish-Bold.ttf');
}
@font-face {
  font-family: 'Mulish SemiBold';
  src:  url('../fonts/Mulish/static/Mulish-SemiBold.ttf');
}
@font-face {
  font-family: 'Mulish Light';
  src:  url('../fonts/Mulish/static/Mulish-Light.ttf');
}
@font-face {
  font-family: 'Mulish Italic';
  src:  url('../fonts/Mulish/static/Mulish-Italic.ttf');
}
@font-face {
  font-family: 'Mulish Regular';
  src:  url('../fonts/Mulish/static/Mulish-Regular.ttf');
}

body{
    letter-spacing: 0.03em;
    font-family: 'Mulish Regular' !important;
    color: #4A6788 !important;
}
.bg-medium{
    background-color: rgb(239, 241, 247) !important;
}
.font-dark{
    color: #000;
}
.font-primary-regular{
    font-family: 'Mulish Regular' !important;
}
.font-primary-bold{
    font-family: 'Mulish Bold'
}
.font-primary-light{
    font-family: 'Mulish Light';
}
.font-primary-italic{
    font-family: 'Mulish Italic';
}
.font-primary-semibold{
    font-family: 'Mulish SemiBold';
}
.font-xs{
    font-size: 10px;
}
.font-sm{
    font-size: 12px !important;
}
.font-md{
    font-size: 14px !important;
}
.font-regular{
    font-size: 16px;
}
.font-lg{
    font-size: 18px;
}
.font-xl{
    font-size: 20px;
}
.font-xxl{
    font-size: 22px;
}
.font-xxxl{
    font-size: 24px;
}

.cpointer{
    cursor: pointer;
}
.lh-21{
    line-height: 21px;
}
.lh-23{
    line-height: 23px;
}
.lh-15{
    line-height: 15px;
}
.tdnone{
    text-decoration: none;
}
.cbtn{
    padding: 5px 15px;
    box-shadow: none!important;
    font-family: 'Mulish Bold';
    border-radius: 5px !important; 
    line-height: 23px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    line-height: 25px;
    text-decoration: none;
}
.cbtn.cbtn-primary{
    background: #137DD7;
    color: #fff;
}
.cbtn.cbtn-secondary{
    background: #4F57A0;
    color: #fff;
}
.cbtn.cbtn-sm{
    font-size: 12px;
    padding: 2px 10px;
}
.cbtn.cbtn-lg{

}
.cbtn.cbtn-fw{
    width: 100%;
}
.br-none{
    border-radius: 0px !important;
}
.cbtn.cbtn-primary-outline{
    background: transparent;
    border: 2px solid #4F57A0;
    color: #4F57A0;
}
.cbtn.cbtn-square{
    border: none !important;
}
.cbtn.cbtn-default-outline{
    background: transparent;
    border: 2px solid #bababa;
    color: #000;
}
.hover-default:hover{
    background: #F4F7FB;
}
.lsnone{
    list-style: none;
}
/*Global Css Ends*/
.bg-primary{
    background: #135CD7;
    color: #fff;
}

/*Navigation Css Starts*/
.sidenav-wrapper {
    width: 250px;
    background: #ffffff;
    height: 100vh;
    position: fixed;
    box-shadow: 0px 0px 5px 0px #a9a9a9;
}
.topnav-wrapper {
    width: calc(100% - 250px);
    margin-left: 250px;
    background: #ffffff;
    box-shadow: 3px 0px 5px 0px #a9a9a9;
    position: fixed;
    z-index: 999;
}
.topnav-wrapper .topnav {
    padding: 10px 25px 10px 10px;
}
.breadcrump {
    padding: 10px 25px;
    border-top: 1px solid #EBEDF3;
}
.content-wrapper-area {
    height: 100vh;
    width: calc(100% - 250px);
    background: #f1f5f8;
    margin-left: 250px;
    z-index: 99;
}
.content {
    padding-top: 100px;
    height: 100vh;
    position: relative;
}
.page-content {
    margin: 15px;
}
.footer-wrapper {
    position: fixed;
    bottom: 0;
    background: #000;
    width: calc(100% - 250px);
    margin-left: 250px;
    height: 40px;
}
.footer {
    padding: 10px 15px;
}
img.profile-image {
    width: 25px;
}
.brand-logo-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.brand-logo {
    text-align: center;
    padding: 15px;
    border-top: 2px solid #bababa;
    margin: 0 15px;
}
.client-logo {
    padding: 10px;
}
ul.navigation-items {
    padding: 0;
    margin: 0;
    list-style: none;
    height: calc(100vh - 155px);
    overflow-x: hidden;
    overflow-y: scroll;
}
ul.navigation-items div.navigation-item {
    padding: 8px 15px;
    cursor: pointer;
}
ul.navigation-items li.navigation-item.active div.navigation-item{
    background: #3c78d3;
    color: #fff;
}
ul.navigation-items li.navigation-item span.menu-text {
    margin-left: 10px;
}
ul.navigation-items li.navigation-item ul.submenu-items {
    list-style: none;
    padding: 0 0px 0px 35px;
    margin: 0;
}
li.navigation-item.active ul.submenu-items {
    background: transparent;
    color: #000;
}
ul.navigation-items li.navigation-item ul.submenu-items li.submenu-item {
    padding: 8px 15px;
}
.collapsed-sidenav ul.navigation-items li.navigation-item span.menu-text{
    display: none;
}
.collapsed-sidenav ul.navigation-items li.navigation-item{
    text-align: center;
}
.collapsed-sidenav ul.navigation-items li.navigation-item ul.submenu-items{
    display: none;
}
.collapsed-sidenav ul.navigation-items li.navigation-item i.action-icon{
    display: none;
}
.collapsed-sidenav .sidenav-wrapper {
    width: 65px;
}
.collapsed-sidenav .topnav-wrapper {
	width: calc(100% - 65px);
    margin-left: 65px;
}
.collapsed-sidenav .content-wrapper-area{
	width: calc(100% - 65px);
    margin-left: 65px;
}
.sidenav-wrapper .brand-logo img.logo-small, .sidenav-wrapper .client-logo img.logo-small {
    display: none;
}
.collapsed-sidenav .sidenav-wrapper .brand-logo img.logo-small, .collapsed-sidenav .sidenav-wrapper .client-logo img.logo-small  {
    display: block;
}
.collapsed-sidenav .sidenav-wrapper .brand-logo img.logo-large, .collapsed-sidenav .sidenav-wrapper .client-logo img.logo-large{
    display: none;
}
.sidenav-wrapper .brand-logo img.logo-large, .sidenav-wrapper .client-logo img.logo-large {
    display: block;
}
.collapsed-sidenav .sidenav-wrapper .brand-logo, .collapsed-sidenav .sidenav-wrapper .client-logo  {
    padding: 15px 0;
    margin: 0; 
    text-align: -webkit-center;
}
.client-logo img.logo-small {
    text-align: -webkit-center;
}
.client-logo img.logo-large {
    margin: auto;
    padding: 20px 0px 20px 0px;
}
.navigation-item.isopen .menu-icon svg {
    background: #23456A;
    fill: #fff;
    padding: 8px;
    border-radius: 10px;
    width: 30px;
}
.menu-icon svg{
    width: 20px;
    background: #23456A;
    fill: #fff;
    padding: 8px;
    border-radius: 10px;
    width: 30px;
}
.navigation-item.isopen{
    background: #f4f6f8;
}
/*Navigation Css Ends*/

.filters-wrapper {
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px #d2d4d6;
}
.results-wrapper {
    background: white;
    /*padding: 15px;*/
    box-shadow: 0px 0px 5px 0px #d2d4d6;
    height: calc(100vh - 210px);
    overflow-y: scroll;
}
.results-wrapper.no-background{
    background: transparent;
    box-shadow: unset;
}

.sticky-tool-wrapper {
    position: fixed;
    top: 115px;
    right: -2px;
    height: calc(100vh - 125px);
    /*background: white;*/
    width: 40px;
    max-width: 40px;
}
.sticky-tools {
    /* width: 100%; */
    transform: rotate(90deg);
}
.form-opened .sticky-tool-wrapper {
    right: calc(70% - 130px);
    height: calc(100vh - 125px);
    z-index: 99999;
}
div.collapsed-sidenav .form-wrapper{
    width: calc(100% - 30% - 130px) !important; 
}
.form-wrapper {
    background: #ffffff;
    width: 70%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    box-shadow: 0px 0px 10px 0px #bababa;
}
.form-wrapper::after {
    content: "";
    background: red;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: calc(100% - 70% + 130px);
}
.side-modal-wrapper{
    background: #ffffff;
    width: 60% !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    box-shadow: 0px 0px 10px 0px #bababa;
}
.collapsed-sidenav .side-modal-wrapper {
    width: 70%;
}
.side-modal-wrapper::after{
    content: "";
    background: red;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /*z-index: 9999;*/
    z-index: 99;
    width: calc(100% - 70% + 130px);
}
.side-modal-wrapper.side-modal-lg {
    width: calc(100% - 15% - 130px) !important;
}
.side-modal-wrapper.side-modal-lg::after{
    width: calc(100% - 85% + 130px);
}
.side-modal-wrapper.side-modal-fw{
    width: 100% !important;
    z-index: 99999;
}
.side-modal-wrapper.side-modal-fw::after{
    width: 0;
}
.side-modal-header {
    margin: 10px;
    border-bottom: 1px solid #efefef;
}
.side-modal-footer {
    position: absolute;
    bottom: 0;
    width: 95%;
    padding: 10px;
    border-top: 1px solid #efefef;
}
.side-modal-content {
    height: calc(100vh - 110px);
    overflow-y: scroll;
}
.no-height{
    overflow-x: unset !important;
    height: auto !important;
    overflow-y: unset !important;
}
.side-modal-content.no-header{
     height: calc(100vh - 60px);
}
/*Table Css Starts*/
table.table{
    color: unset;
}
.table > :not(:first-child) {
    border: none;
}
table.table.table-custom thead tr th {
    border: none;
    font-weight: 100;
}
table.table.table-custom tbody tr td {
    border-color: #e4e4e4 !important;
}
/*table.table.table-custom.table-default{
    border: 1px solid #e4e4e4;
}*/
table.table.table-custom.table-default thead {
    color: #274568;
    border-bottom: 1px solid #E6EAEE;
    border-top: 1px solid #E6EAEE;
}
table.table.table-custom.table-default tbody tr.stripped:nth-child(even){
    background: rgba(230, 234, 238, 0.4);
}
table.table.table-custom.table-default tbody tr.stripped td {
    border: none;
}
.has-bottom-pagination{
    min-height: calc(100vh - 277px);
}
/*Table Css Ends*/
/*Accordion Table Css Starts*/
.table-accordion.table-accordion-plain {
    margin: 15px 5px;
}
.table-accordion.table-accordion-plain .table-accordion-header {
    padding: 10px 25px;
    background:  #e0e0e0;
}
.table-accordion-body {
    padding: 10px 15px;
    border: 1px solid  #e0e0e0;
    border-top: none;
}
.table-accordion.table-accordion-plain div.title {
    font-size: 16px;
    font-family: Poppins Regular;
}
h5.table-accordion-title {
    width: fit-content;
    position: relative;
    color: #000;
    font-family: Poppins SemiBold;
    font-size: 14px;
}
h5.table-accordion-title:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 110%;
    background: #a6a6a6;
}
/*Accordion Table Css Ends*/
.swal2-container{
    z-index: 99999999 !important; 
}
ul.lists {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.lists.three-columns{
    columns: 3;
}
ul.capabilities li input[type=checkbox] {
    margin: 0px 5px 15px 0px;
}
.vue-daterange-picker{
    min-width: 100% !important;
}

/*Floating Tools Css Starts*/
.tool-actions {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 25px;
}
.tool-actions .wrapper {
    width: 800px;
    background: #ffffff;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #bababa;
}
div.tool-actions span.count {
    color: #fff;
    background: #000000;
    padding: 2px 10px;
    border-radius: 10px;
}

/*Floating Tools Css Ends*/
.status-tag{
    border-radius: 15px;
    width: max-content;
    display: block;
}
.status-tagsm{
    padding: 1px 10px 1px 5px;
    font-size: 12px;
}
.status-tagsm i.fa.fa-circle{
    font-size: 10px;
}
.status-tag.status-tagxl {
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Mulish Bold';
}
.status-tag-btn{   
    width: fit-content;
    border-radius: 6px;
    font-family: 'Mulish SemiBold';
}
.status-tag-btn.status-tag-btn-sm{
    padding: 3px 15px;
    font-size: 14px;
}
/*Appointment Status Css Starts*/
.status-tag-btn.aptstatus.Complete{
    background: #48c496;
    color: #fff; 
}

.aptstatus.Complete {
    background: #d4f1d3;
    color: #3d9b3d;
}
.aptstatus.Scheduled {
    background: #c1efff;
    color: #146c9e;
}
.aptstatus.UnschedList {
    background: #d4f1d3;
    color: #3d9b3d;
}
.aptstatus.ASAP {
    background: #fcf2ce;
    color: #efb223;
}
.aptstatus.Broken {
    background: #ffd9df;
    color: #e63e5b;
}
span.aptstatus.Planned {
    background: #d4f1d3;
    color: #3d9b3d;
}
span.aptstatus.PtNote {
    background: #d4f1d3;
    color: #3d9b3d;
}
span.aptstatus.PtNoteCompleted {
    background: #d4f1d3;
    color: #3d9b3d;
}
/*Appointment Status Css Ends*/
/*Forms Status Css Starts*/
span.formstatus.Active{
    background: #d4f1d3;
    color: #3d9b3d;
}
span.formstatus.InActive{
    background: #ffd9df;
    color: #e63e5b; 
}
/*Forms Status Css Ends*/
/*Form Responses Statuses Starts*/
span.frs.Approved {
    background: #c1efff;
    color: #146c9e;
}
span.frs.Rejected {
    background: #c1efff;
    color: #146c9e;
}
span.frs.Submitted{
    background: #d4f1d3;
    color: #3d9b3d;
}
span.frs.Sent {
    background: #c1efff;
    color: #146c9e;
}
/*Form Responses Statuses Ends*/
/*Insurance Statuses Starts*/
.status-tag.insstatus.Active {
    background: #d4f1d3;
    color: #3d9b3d;
}
.status-tag.insstatus.Inactive {
    background: #c1efff;
    color: #146c9e;
}
.status-tag.insstatus.Error {
    background: #ffd9df;
    color: #e63e5b; 
}
/*Insurance Statuses Ends*/
.action-icons {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    z-index: 99;
    left: 0;
    box-shadow: 0px 0px 5px 0px #bababa;
}
.hover-content{
    display: none;
}
.hover:hover + .hover-content{
    display: block;
}
/*td.actions i {
    padding: 5px;
    background: #f8dd8c;
    margin: 0px;
    line-height: 9px;
    border-radius: 5px;
    cursor: pointer;
}*/

.action .icon{
    padding: 5px;
    background: #f8dd8c;
    margin: 0px;
    line-height: 9px;
    border-radius: 5px;
    cursor: pointer;
}
.dropdown.actions i.dropdown-toggle {
    font-size: 16px;
    color: #325986;
    background: #32598626;
    padding: 1px 7px;
    border-radius: 15px;
    cursor: pointer;
}
.dropdown.actions i:after{
    display: none;
}
.results-wrapper.no-filters {
    height: calc(100vh - 130px);
    /*overflow: hidden;*/
}
.tabs-content {
    padding: 10px;
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: scroll;
}
/*Tabs Css Starts*/
ul.cnav-tabs{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
ul.cnav-tabs.cnav-tabs-primary{
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}
ul.cnav-tabs-primary li.cnav-tab.active {
    background: #23456a;
    color: #fff;
    border-radius: 5px;
}
li.cnav-tab {
    margin: 2px 5px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}
ul.cnav-tabs.cnav-tabs-outline-primary {
    border-bottom: 4px solid #E6EEFE;
}
ul.cnav-tabs.cnav-tabs-outline-primary.no-border {
    border-bottom: unset;
}
ul.cnav-tabs.cnav-tabs-outline-primary .cnav-tab.active::after {
    content: "";
    height: 4px;
    width: 100%;
    background: #135CD7;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
ul.navtabs-v {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.navtabs-v.navtabs-v-primary{
    background: #ebebeb;
    color: #000;
}
ul.navtabs-v li.navtab-v{
     padding: 8px 10px;
     cursor: pointer;
}
ul.navtabs-v.navtabs-v-primary li.navtab-v{
    color: #000;
}
ul.navtabs-v.navtabs-v-primary li.navtab-v.active {
    background: #135CD7;
    color: #fff;
}
ul.navtabs-v.navtabs-v-grey li.navtab-v.active{
    background-color: #575757;
    color: #fff;
}

.border-grey {
    border-color: #575757 !important;
}
.color-picker {
    z-index: 9;
}
/*Tabs Css Ends*/
.ve-dialog{
    z-index: 10000;
}
.vueditor{
    height: 380px !important;
}
/*#8dbde6, #03569c
/*Form Builder Css*/
.vue-grid-layout {
    background: transparent;
}
.vue-grid-item:not(.vue-grid-placeholder) {
    background: transparent;
    /*padding: 0 15px;*/
    border: 1px solid #d8d5d5;
}
.vue-grid-item .resizing {
    opacity: 0.9;
}
.vue-grid-item .static {
    background: #cce;
}
.vue-grid-item .text {
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.vue-grid-item .no-drag {
    height: 100%;
    width: 100%;
}
.vue-grid-item .minMax {
    font-size: 12px;
}
.vue-grid-item .add {
    cursor: pointer;
}
.vue-draggable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><circle cx='5' cy='5' r='5' fill='#999999'/></svg>") no-repeat;
    background-position: bottom right;
    padding: 0 8px 8px 0;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    cursor: pointer;
}
.form-designer.preview .vue-draggable-handle{
    display: none;
}
.form-designer.preview .vue-grid-item:not(.vue-grid-placeholder){
    border: none;
}
.survey-forms {
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
    background: white;
    padding: 35px 0;
}
/*?*/

.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.radio-container input:checked~.checkmark {
    background-color: #2196f3;
}
.radio-container input:checked~.checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: -10px;
    left: 0;
    content: "\2713";
    font-size: 30px;
    color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.no-components {
    border: 1px dashed #bababa;
    height: calc(100vh - 250px);
    width: 100%;
}
.valign-center{
    display: table;
}
.valign-content {
    display: table-cell;
    vertical-align: middle;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 50px;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #dee2e6;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
    background: #f5c132;
    color: #000000;
}

/* Create the checkbox-checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkbox-checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkbox-checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    position: relative; 
    left: 3px;
    content: "\2713";
    top: 2px;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.box-close{
    top: 0;
    right: 0;
    padding: 5px 8px;
    background: #dee2e6;
    line-height: 12px;
    cursor: pointer;
    color: #000;
}
.patient-form-wrapper {
    height: 100vh;
    overflow-y: scroll;
}

/*Bootstrap Vue Css Starts*/
.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
/*Bootstrap Vue Css Ends*/

/*Avatars Css Starts*/
img.avatar { 
    background: #f0f0f0;
    padding: 5px;
}
img.avatar.avatar-md{
    width: 75px;
}
img.avatar.avatar-sm{
    width: 50px;
}
img.avatar.avatar-rounded{
    border-radius: 100%;
}

/*Avatars Css Ends*/

/*Vue Appointment Details Css Starts*/
.card-status-holder {
    position: absolute;
    top: 25px;
    transform: rotate(270deg);
    left: -70px;
}
.box-title-holder{
    position: absolute;
    padding: 5px 15px;
    border-radius: 5px;
}
.box-title-holder.bth-right{
    right: 20px;
} 
.box-title-holder.bth-top{
    top: -17px;
}
.box-title-holder.bg-primary{
    background: #385cd7;
    color: #fff;
}
.definition-list {
    width: 100%;
    display: flex;
}
.definition-list .title {
    display: block;
    float: left;
    text-align: left;
}
.definition-list .title.w-30{
    width: 30%;
}
.definition-list span.value {
    display: block;
    text-align: left;
}

.apt-card{
    width: 74px;
    background: #e1e1e1;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0px 0px 3px 2px #c2b9b9;
}
.card-actions.ca-top.ca-right {
    position: absolute;
    top: -15px;
    right: 20px;
    /*width: 80px;*/
    /*background: red;*/
    /*border-radius: 5px;*/
}

table.table.breakdown-table {
    border: 1px solid #000;
}
table.table.breakdown-table td {
    border: 1px solid #000;
    padding: 5px 10px !important;
    font-size: 14px;
}

.custom-accordion.accordion.accordion-grey{
    border: 2px solid #575757;
}
.custom-accordion.accordion.accordion-grey .accordion-header{
    background: #575757;
    color: #fff;
}
.custom-accordion.accordion.accordion-grey .accordion-content{
    background: #ededed;
}
table.table thead.sticky-header th{
    position: sticky; 
    position: -webkit-sticky;
    top: 0; 
    z-index: 1; 
    border-bottom: 3px solid currentColor; 
    background: #ffffff;
}

/*Quick Chat Css Starts*/
.quick-chat-wrapper {
    z-index: 999999999999999;
    position: absolute;
    height: 395px;
    width: 350px;
    bottom: 0px;
    right: 30px;
    box-shadow: 0px 0px 5px 0px #bababa;
}
.message-box-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #e1e1e1;
    padding: 10px 15px;
}
.message-text {
    word-break: break-all;
}
button.cbtn.cbtn-sm.cbtn-primary.send {
    border-radius: 0px !important;
}
.quick-chat-wrapper .header {
    background: #e1e1e1;
    padding: 5px 15px;
}
/*Quick Chat Css Ends*/
/*Chats Page Css Starts*/
.contact-card {
    border-bottom: 1px solid #e1dddd;
    padding: 5px;
    cursor: pointer;
}
.contact-card.active {
    background: #e6eefe;
    border-left: 5px solid;
}
.contacts-body {
    height: calc(100vh - 236px);
    overflow-y: scroll;
}
.chat-messages-header {
    padding: 10px;
    background: #e6eefe;
}
.chats-messages-wrapper {
    height: calc(100vh - 130px);
    border: 5px solid #e6eefe;
    position: relative;
}
.chat-messages-header {
    padding: 10px;
    background: #e6eefe;
}
.chats-contacts-wrapper{
    background: #fafafa;
    border: 5px solid #e6eefe;
}
.chats-overview-wrapper {
    height: calc(100vh - 130px);
    border: 5px solid #e6eefe;
}
.chats-messages-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    background: #e6eefe;
}
.chat-messages-body .message {
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 80%;
}

.chat-messages-body .message.incomming{
    float: left;
    background: #f5f5f5;
    box-shadow: 0px 0px 2px 1px #d8d8d8;
}
.chat-messages-body .message.outgoing{
    float: right;
    background: #eaefcd;
    box-shadow: 0px 0px 2px 1px #d8d8d8;
}
.chats-messages-wrapper .chat-messages-body {
    overflow-y: scroll;
    height: calc(100vh - 277px);
}
.chat-empty-screen-wrapper {
    height: calc(100vh - 135px);
    position: relative;
}
.chat-empty-screen {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #c7c7c7;
}
.chat-empty-screen > i{
    font-size: 30px;
}
.chat-empty-screen > div {
    font-size: 25px;
}
.chat-nomessages {
    background: #ffffff;
    margin: auto;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    border: 2px solid #737373;
    color: #737373;
}
/*Chats Page Css Ends*/


.tags {
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}
.tags.tag-primary-outline{
    border: 1px solid #137DD7;
    color: #137DD7;
}
.tags.tagxl{
    font-size: 14px;
    padding: 2px 10px;
}

.card .card-actions {
    position: absolute;
}
.card .card-actions i{
    cursor: pointer;
}
.card .card-actions.actions-right{
    right: 10px;
    top: 5px;
}

.chats-overview-body {
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.create-note-wrapper {
    position: absolute !important;
    left: 0;
    bottom: 0;
    right: 0;
}
.tool-patient-notes-footer {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
}
div.push-notification span.count {
    color: #fff;
    position: absolute;
    background: #da9009;
    font-size: 10px;
    left: 5px;
    top: -7px;
    border-radius: 10px;
    padding: 2px 3px;
}
div.push-notifications-wrapper {
    position: absolute;
    right: -10px;
    width: 300px;
    background: white;
    box-shadow: 0px 0px 4px 0px #bababa;
    padding: 9px;
    border-radius: 5px;
    top: 30px;
    display: none;
}
div.push-notifications-wrapper i.fa.fa-caret-up{
    position: absolute;
    right: 9px;
    top: -17px;
    font-size: 25px;
    color: #e3e2e2;
}
.push-notifications-wrapper .notification {
    padding: 5px 0;
    border-bottom: 1px solid #bababa;
}
.push-notification:hover .push-notifications-wrapper {
    display: block;
}