/*!
 * Health Companion Sylesheet v2
 * Copyright 2020 Health Companion Inc 
 * Author - Richu Eapen George
 */
 
/* Roboto Font Initialisation*/

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 
:root {
  --primary-color: #d35400;
  --secondary-color:#01406d;
  } 
html{
scroll-behavior: smooth;
}	
body {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1px;
	font-size: 14px!important;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
    text-rendering:optimizeLegibility;
}
a {
    color: #0179b6;
}
textarea {
    resize: none;
}
.h6, h6{
    font-size: 17px;
}
.h7, h7{
    font-size: 0.9rem;
}
.hover {
    cursor: pointer !important;
}
.hover:hover {
    color: #0179b6;
}
.navbar{
padding: 0rem 1rem;
}
.navbar-toggler {
    padding: .25rem .40rem;	
}
.navbar .profile {
    overflow: hidden;
    padding: 0 10px 0 0;
}
.navbar .profile-image {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 2px;
    background: #FFF;
}
.navbar .profile-image img {
    max-width: 100%;
    max-height: 100%;
}
.navbar .profile-name {
    padding-top: 10px;
	padding-left:10px;
}
.top-navbar .single-contact i {
	color: #f3a712;
    margin-right: 2px;
    font-size: 17px;
    position: relative;
}
.navbar-brand-sm {
    float: left;
}
.navbar-light .navbar-nav .down-menu {
    border: 1px solid #eee;
    color: #333;
}
.navbar-light .navbar-nav .fa,.navbar-light .navbar-nav .fas {
    font-size: 23px;
    color: #bcbebf;
    line-height: 0;
}
.navbar-nav .down-menu::after{
content:none;
}
.navbar-nav>li>a:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.navbar-light .navbar-nav>li>a:hover, .navbar-light .navbar-nav>li>a:focus {
    color: #0179b6!important;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
}
.nav-pills>.btn-group>a {
    color: #0179b6;
}
.nav-pills>.btn-group>a:hover, .nav-pills>.btn-group>a:focus {
    color: #0179b6;
    border-color: #0179b6;
    background: none;
	box-shadow:none;
	text-decoration:none;
}
#login-form .input[type="checkbox"] + .fa-check-square-o:before, #login-form input[type="checkbox"] + label > .fa-check-square-o:before{
color: #f2f4f8;
}
.nav-login {
    float: right;
}
@media (max-width: 992px){
.nav-login {
    float: none;
    clear: both;
}
}
@media (max-width: 768px){
.inner-navbar .navbar {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 72px;
    border-bottom: 1px solid #e1e6ef;
    z-index: 99;
}
.inner-navbar .bg-primary{
margin-top: 73px;	
}
}
.HC-mobile-navbar {
display:none;	
}
@media (min-width: 1200px){
.container {
    max-width: 1260px;
}	
}  
@media (max-width: 991px){
.HC-mobile-navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index:99;
    height: 65px;
    background-color: #f5f5f5;
    border-top: 1px solid #e1e6ef;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    animation: fadeInUp 1s both 0.2s;
}
.HC-mobile-navbar.d-none{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.selectors{
width: 100%;
}
.selector-holder {
    display: flex;
    flex-direction: column;
}
.selector-holder span {
    font-size: 0.8rem;
}
.selectors button{
height: 65px;
}
.button-active,.selectors button:hover, .selectors button:active, .selectors button:focus {
    color: #01406d;
    border-top: 3px solid #01406d;
}
}
.btn-chat-top{
color: #bcbebf!important;	
}
.navbar_notification-btn{
padding-left: 0.8rem!important;
padding-right: 0.8rem!important;
margin-top:2px;
}
.navbar_notification-btn::after{
display: none;
}
.top_notification_items:hover{
background-color: #f6f8fa!important;
}	
.top_notification_items p{
font-size: 15px;	  
}  
.top_notification_items-time i{
font-size: 13px!important;
}
@media (max-width: 768px){
.responsive-banner{
margin-top: 72px;	
}
}
@media (max-width: 320px){
.responsive-banner .dropdown-toggle{
    margin-top: 10px;
}
.btn-chat-top{
display:none!important;
}
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,.bootstrap-select .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
}
.btn-group .btn-outline-primary.active{
    background-color: #d35400!important;
    border-color: #ba4a00!important;
	color:#ffffff!important;
}
.btn-group .dropdown-more-options.active{
	color: #0179b6;
    background: none;
    border: 1px solid #0179b6;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
	}
.btn-group .dropdown-more-options::after {
display:none;
}
.btn-group .dropdown-more-options.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    margin-left: -15px;
    left: 50%;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #0172ac transparent;
    display: block;
    width: 0;
    z-index: 1;
}	
.grid-menu {
    width: 350px;
    padding: 20px!important;
}
.grid-menu li {
    width: 46%;
    float: left;
    text-align: center;
    border: 1px solid #e1e6ef;
	border-radius:9px;
    margin: 2%;
}
.grid-menu::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 12px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #e1e6ef transparent;
    display: block;
    width: 0;
    z-index: 1;
}
.grid-menu li .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 8px auto;
    font-size: 36px;
    background: var(--secondary-color);
	background:#01406d;
    display: block;
    padding-top: 3px;
}
.grid-menu li .icon .fa, .grid-menu li .icon .fas {
    color: #FFF !important;
    font-size: 36px !important;
}
.grid-menu-sm {
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
	top: 0;
    box-shadow: none!important;
    border: 0px!important;
	padding: 20px 0!important;
	
}
.grid-menu-sm::after {
    border-width: 0;
}

.navigation-drawer .row {
    min-height: 700px;
}
.navigation-drawer {
    position: fixed;
    top: 62px;
    right: -100%;
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 8;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
section {
    background: #f6f8fa;
    padding-top: 20px;
    padding-bottom: 20px;
}
.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 33px;
    text-align: center;
    padding-top: 13px;
}
.icon-circle-lg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
}
@media (max-width: 992px) {
    .navigation-drawer.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
         -webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		
    }
    .navigation-drawer.show {
        left: 0;
    }
}
@media (min-width: 768px){
.navbar-nav>li>a {
   padding:8px 15px 14px 15px!important;
   border-radius: 4px;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
}
.navbar-nav>.main-menu>a{
padding:15px 15px 8px 15px!important;
}
}
@media (max-width: 767px){
.navbar-login{
position: relative;
}
.grid-menu {
    width: 300px;
    padding: 20px 0;
}
.logo-responsive{
display:block!important;
margin-right: 0rem;
}
.inner-contents{
padding-top:90px;
}
}
@media (max-width: 991px){
.hosname{
display:block!important;
padding-top: 6px;
padding-bottom: 6px;
}
.inner-contents{
border-top: 1px solid #e1e6ef;
}
}
.bg-primary {
    background-color: var(--secondary-color)!important;
	background-color:#01406d!important;
}
.bg-primary-light{
	background-color: #024e84;
}
.bg-darkgrey {
    background: #34495e;
}
.bg-secondary {
    background: #d35400!important;
    color: #FFF!important;
}
.bg-secondary2 {
    background: #34495e;
}
.bg-danger-light {
    background-color: #f2dede;
}
.bg-success-light {
    background-color: #dff0d8;
}
.bg-warning-light {
    background-color: #fcf8e3;
}
.bg-info-light {
    background-color: #d9edf7;
}
@media (max-width: 576px)
{
.text-xs-center{
text-align: center!important;
}
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 4px;
}
.open>.dropdown-menu {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.dropdown-menu {
    padding: 0;
    min-width: 230px;
    border: 1px solid #e1e6ef;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ui-autocomplete {
    max-height: 400px;
    overflow: auto;
}
.autocomplete li a {
    word-wrap: break-word !important;
    white-space: normal !important;
    padding: 10px 20px;
}
.main-menu:hover>.dropdown-menu {
  display: block;
}

.main-menu>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu li a {
    padding: 15px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.dropdown-menu>li>a {
    display: block;
    padding-top: 13px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a.focus,.dropdown-menu li a:active,.dropdown-menu li a.active {
    text-decoration: none;
    outline: 0;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
	background-color: #f6f8fa;
	color:#333;
	box-shadow: 0 .125rem 0.125rem rgba(0,0,0,.125);
	border-radius:9px;
}
.main-menu .grid-menu {
    border-radius: 9px!important;
	z-index:1001;
}
.card {
    border-radius: 9px;
}
.cards {
    background: #FFF;
    border: 1px solid #e1e6ef;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 20px;
	box-shadow: 0 .5rem 0.5rem rgba(0,0,0,0.09)!important;
}
.card-border{
border-radius: 5px;
border: 1.5px solid #dcdcdc!important;
}
.cards-default
{
    background: #FFF;
    border: 1px solid #e1e6ef;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	}
.cards-default:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}	
.cards-remove-message {
    position: absolute;
    margin: -15px 0 0 -15px;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: rgba(211,84,0,0.9);
    color: #FFF;
    border-radius: 4px;
    z-index: 5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.cards-delete-message {
    position: absolute;
    margin: -20px 0 0 -20px;
    width: 100%;
    height: 100%;
    background: rgba(211,47,47,0.9);
    color: #FFF;
    border-radius: 4px;
    z-index: 5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.cards-delete-message .btn-outline-primary, .cards-remove-message .btn-outline-primary {
    color: #FFF!important;
    border-color: #FFF;
}
.cards-delete-message .btn-outline-primary:hover,.cards-remove-message .btn-outline-primary:hover {
	color:#d35400!important;
    border-color: #d32f2f!important;
    background: #FFF!important;
}
.cards-remove-message .btn-outline-primary:focus, .cards-remove-message .btn-outline-primary.focus{
    background: #d35400!important;
	border-color: #FFF;
	color:#d32f2f!important;
}
.cards-mask {
    position: absolute;
    margin: -20px 0 0 -20px;
    width: 100%;
    height: 100%;
    background: rgba(246,248,250,0.9);
    color: #FFF;
    border-radius: 4px;
    z-index: 5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.cards .icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 36px;
    background: #0179b6;
    color: #FFF;
    margin: 0 auto;
    padding-top: 10px;
}
.cards-content {
    background: #f6f8fa;
    border-radius: 9px;
    padding: 15px;
}
.line-cards {
    display: table;
    margin-top: 15px;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.line-cards:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    text-decoration: none;
}
.line-cards .arrow {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    background: #bcbebf;
    color: #FFF;
    font-size: 23px;
    border-radius: 4px 0 0 4px;
}
.line-cards .arrow .btn {
    color: #FFF;
    font-size: 23px;
    padding: 0;
    outline: none;
}
.line-cards .arrow .btn:hover, .line-cards .arrow .btn:focus, .line-cards .arrow .btn.focus {
    color: #FFF;
}
.line-cards:hover div {
    color: #FFF;
    background: #01406d;
    border: 1px solid #01406d;
}
.line-cards .line-text {
    display: table;
    color: #333;
    background: #FFF;
    border: 1px solid #e1e6ef;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
}
.cards h5 {
    color: #0179b6;
}
.form-control {
    font-size: 14px!important;
    line-height: 1.42857;
    color: #333;
    background-color: #f2f4f8;
    background-image: none;
    border: 1px solid #e1e6ef;
    box-shadow: none;
}
.custom-control-inline {
margin-right: 0.5rem!important;
}
.custom-select {
background-color: #f2f4f8!important;
}
.custom-file-label{
height: calc(1.5em + 1rem + 2px);
background-color: #f2f4f8;
line-height: 1.8;
}
.custom-file-label::after{
height: calc(1.3em + 1rem + 2px);	
line-height: 1.8;
}
.form-control:focus {
    background-color:#f2f4f8;	
}
:focus {
    outline: none !important;
}
.custom-control-label {
    padding-top: .25rem;	
}
.btn {
    border-radius: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.btn:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.bg-primary .btn-default{
    background-color: transparent;
	color: #FFF !important;
    border-color: #FFF !important;
}
.bg-primary .btn-default:hover, .bg-primary .btn-default:focus, .bg-primary .btn-default:active, .bg-primary-dark .btn-default:hover, .bg-primary-dark .btn-default:focus, .bg-primary-dark .btn-default:active{
color: #0179b6 !important;
background: #FFF !important;
}
.btn-primary {
    color: #fff!important;
    background-color: var(--primary-color)!important;
	background-color:#d35400!important;
    border-color: #ba4a00!important;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #7c3100!important;
    border-color: #3a1700!important;
}
.btn-primary.focus, .btn-primary:focus {
   	box-shadow:none!important;
}
.btn-secondary2 {
    color: #FFF;
    background: #34495e;
}
.btn-secondary2:hover, .btn-secondary2:focus, .btn-secondary2.focus, .btn-secondary2.active {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.bg-secondary2 .btn-default {
    color: #333 !important;
    border-color: #dad8d8 !important;
    background: #FFF;
}
.btn-outline-primary {
	  color: #d35400!important;
      border-color: #d35400;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary.active {
    color: #FFF!important;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
	background-color: #d35400!important;
    border-color: var(--primary-color)!important;
    border-color: #d35400!important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active{
 color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
	background-color: #d35400!important;
    border-color: var(--primary-color)!important;
    border-color: #d35400!important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{
 color: #FFF;
}
.btn-DarkGray {
    color: #FFF;
    background: #4c4c4c;
}
.btn-DarkGray:hover, .btn-DarkGray:focus, .btn-DarkGray.focus, .btn-DarkGray.active {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow:none!important;
	color: var(--primary-color);
	color:#d35400;
}
.btn-outline-primary a {
    color: inherit;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
}	
.show>.btn-outline-primary.dropdown-toggle,.btn-outline-primary:not(:disabled):not(.disabled):active{
	color:#343a40;
	background-color: transparent;
	border-color: #343a40!important;
}
.btn-FB {
    color: #FFF;
    background: #3a589b;
}
.btn-FB:hover, .btn-FB:focus, .btn-FB.focus, .btn-FB.active {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-linkedin {
    color: #FFF;
    background: #1686b0;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin.active {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-twitter {
    color: #FFF;
    background: #00abf1;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter.active {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.btn-google {
    color: #FFF;
    background: #cf2200;
}
.btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google.active {
    color: #FFF;
	-webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.btn-primary2{
color: #FFF;
background: #0179b6;
}
.btn-card {
    display: inline-block;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 6px;
}
.btn-cards {
    display: table;
    color: #FFF;
    background: #01406d;
    border-radius: 9px;
    border: 1px solid #0179b6;
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	box-shadow: 0 .5rem 0.5rem rgba(0,0,0,0.09)!important;
}
.btn-cards:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    text-decoration: none;
	box-shadow: 0 0.125rem 0.125rem rgb(0 0 0 / 13%);
}
.btn-cards .badge {
    color: #d35400;
    background: #FFF;
    padding: 6px 10px;
    margin: 5px 0;
}
.btn-cards .icon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    color: #FFF;
    font-size: 23px;
    border-radius: 4px 0 0 4px;
}
.btn-cards span .icon-circle {
    color: #01406d;
    background: #FFF;
}
.btn-cards .btn-cards-text {
    display: table;
    color: #FFF;
    padding: 0 10px;
    font-size: 17px;
    border-radius: 0 4px 4px 0;
}
.bg-primary .btn-outline-light:hover, .bg-primary .btn-outline-light:focus, .bg-primary .btn-outline-light:active, .bg-primary-dark .btn-outline-light:hover, .bg-primary-dark .btn-outline-light:focus, .bg-primary-dark .btn-outline-light:active {
    color: #0179b6 !important;
    background: #FFF !important;
}
.btn-outline-light:hover .badge-light{
    color: #FFF !important;
    background: #0179b6 !important;
}
.btn-outline-light:focus .badge-light {
    color: #FFF !important;
    background: #0179b6 !important;
}
.btn-panel{
    color: #333;
    border-color: #e1e6ef;
}
.btn-panel:hover, .btn-panel:focus, .btn-panel.focus, .btn-panel.active {
    color: #0179b6!important;
}
.badge{
font-size: 12px;	
}
.badge-lg{
font-size: 16px;
}
.badge-default {
    color: #FFF;
    background:var(--primary-color); 
	background:#d35400;
}
.badge-primary {
background-color: #01406d!important;
}
.badge-warning {
	color: #ffffff!important;
    background-color: #f0ad4e!important;
}
.badge-danger {
background-color: #d9534f!important;
}
.badge-success {
background-color: #5cb85c!important;
}
.badge-secondary{
background-color: #939da5!important;	
}
.badge-info{
background-color: #337ab7!important;	
}
.badge-info-light{
color: #fff;
background-color: #59a9ff!important;	
}
.badge-top-notifications {
    padding: 3px 6px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -12px;
}
.badge-top-notificationsInner {
    position: absolute;
    padding: 3px 6px;
    font-size: 12px;
}

.btn-link {
    color: #0179b6;
    font-weight: normal;
    border-radius: 0;
}

.btn-no-animation {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
	color: #333;
	background-color: transparent;
    cursor: not-allowed;
    border: 1px transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-no-animation:hover{
text-decoration: underline;
}
.bootstrap-select .inner:hover{
overflow:hidden;
}
.bootstrap-select .no-results{
white-space: break-spaces;
}
.dropdown-menu{
overflow:hidden;
}
.bootstrap-select button{
border: 1px solid #e1e6ef;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { 
    position: relative;
	top: 0px;
	color:#2489c5;
	font-size: 1.2rem;
}
.bootstrap-select .dropdown-menu{
max-width: 100%;
}
.bootstrap-select .dropdown-item .text{
white-space: normal !important;
word-break: break-word;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #333;
	background:#f2f4f8;
	border: 1px solid #e1e6ef;
}
.vertical-or {
    position: absolute;
    z-index: 2;
    top: 33%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vertical-or::after, .vertical-or::before {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 0;
    height: calc(100% - 1rem);
}
.vertical-or::before {
    top: -73%;
}
.vertical-or::after {
    top: 34%;
    bottom: 0;
}
.bg-primary .vertical-or:after, .bg-primary .vertical-or:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.bg-primary .vertical-or{
    top: 46%;	
}
.bg-primary .vertical-or:before {
	top: -99%;	
}
.bg-primary .vertical-or:after {
	top: 9%;	
}
.horizontal-or {
    position: relative;
    overflow: hidden;
}
.horizontal-or::after, .horizontal-or::before {
    position: absolute;
    top: 50%;
    width: 50%;
    content: "";
    border-top: 1px solid #e1e6ef;
    border-bottom: 1px solid #e1e6ef;
    z-index: 2;
}
.horizontal-or::before {
    margin-left: calc(-52% - 1em);
}
.horizontal-or::after {
    margin-left: 1em;
}
.bg-primary .horizontal-or:after, .bg-primary .horizontal-or:before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.popover{
    max-width: 60%; 
}
.table thead th {
    vertical-align: top;	
}
.dataTables_info{
    font-weight: 600;	
	color: #333333;
}
.dataTables_highlight{
  background-color: #d1ecf1!important;	
}
.dataTables_wrapper .page-item.active .page-link {
    background-color: var(--primary-color); 
	background-color:#d35400;
	border-color:var(--primary-color); 
	border-color:#d35400;
}
.page-link {
    color: #0179b6;	
}
.dataTables_wrapper td.details-control {
    background: url('../images/expand.png') no-repeat center center;
    cursor: pointer;
}
table.dataTable tr td {
vertical-align: middle;
word-wrap: break-word; 
 }
.dataTables_wrapper tr.shown td.details-control {
    background: url('../images/collapse.png') no-repeat center center;
}
.dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
background: #ffffff;
}
.dataTables_wrapper .table td, .table th {
padding: .3rem;	
}
div.dataTables_wrapper div.dataTables_processing {
	position: inherit;
    top: -10%;
    left: auto;
    width: 100%;
    margin-left: auto;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
.truncate-email {
   max-width: 190px;
   width:190px !important;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.mrn-field-width {
  max-width: 113px;
  width:113px !important;
    }
.date-field-width {
 max-width: 79px;
 width:79px !important;
    }
footer {
    margin: 60px 0;
}
label{
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
font-size:13px;
}
.fullscreenmodal .modal-dialog {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
max-width:none !important;
position: fixed!important;
}
.fullscreenmodal .modal-content{
height: auto !important;
min-height: 100% !important;
border-radius: 0 !important;
background: #f6f8fa; 
}
.fullscreenmodal .modal-header{
background-color: rgb(231, 234, 236)!important;
word-break: break-all;
}
.fullscreenmodal .modal-body{
position: absolute!important;
width: 100% !important;
top: 74px!important;
bottom: 0px!important;
overflow-y:scroll;
}
#paymentsModal .modal-content > .iconmodal {
	margin: auto;
    width: 96px;
    height: 96px;
    border: 8px solid #e1e6ef;
    line-height: 74px;
    border-radius: 50%;
    vertical-align: middle;
}
#paymentsModal .modal-content > .iconmodal > img {
    border-radius: 50%;
    background: #ffffff;
	width: 65px;
}
#upload-file {
    display: none;
}
#attachFromHCModal{
    z-index: 1051;
}
.upload_link{
  cursor: pointer;
  color: #0179b6;
  font-weight: normal;
  font-size: 14px;
}

.upload_link:hover{
  text-decoration: underline;
}

#file_input_id{
  display:none;
}
@media (max-width: 600px) {
.fullscreenmodal .modal-body{
top: 94px!important;
}
}
.virtualvisit-fullscreenmodal .modal-dialog {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
max-width:none !important;
position: fixed!important;
}
.virtualvisit-fullscreenmodal .modal-content{
height: auto !important;
min-height: 100% !important;
border-radius: 0 !important;
background: #f6f8fa; 
}
.virtualvisit-fullscreenmodal .modal-header{
background-color: rgb(231, 234, 236)!important;
word-break: break-all;
}
.virtualvisit-fullscreenmodal .modal-body{
position: absolute!important;
width: 100% !important;
top: 0px!important;
bottom: 0px!important;
overflow-y:scroll;
overflow-x:hidden;
padding:0px;
}
@media (max-width: 600px) {
.virtualvisit-fullscreenmodal .modal-body{
top: 0px!important;
}
}
.nav-pills .nav-link{
 position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #0179b6;
background: none;
border:1px solid #0179b6;
border-radius: 4px;
cursor: pointer;
outline: none;	
}
.nav-link label{
cursor: pointer;	
}
.nav-pills .nav-link.active::after {
content: "";
position: absolute;
bottom: -15px;
margin-left: -15px;
left: 50%;
border-style: solid;
border-width: 15px 15px 0;
border-color: #0172ac transparent;
display: block;
width: 0;
z-index: 1;
}
.nav-tabs .nav-link {
    border: 1px solid #e0e5ee;
}	
@media (max-width: 768px)
{
.tabbable .nav-pills {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
   padding-bottom: 20px;
}
.tabbable .nav-pills .nav-link {
  white-space: nowrap;
}
}
.cards .divider {
    height: 1px;
    background: #e1e6ef;
}
.cards-sm {
    min-height: 20px;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.cards-content .divider {
    height: 2px;
    background: #FFF;
}
.accordion .fas{
margin-right: 0.5rem;
font-weight: bold;
position: relative;
top: 2px;
}
.breadcrumb{
 background-color: #f8f9fa;
 margin-bottom:0px;
	}
.bg-white .breadcrumb{
 background-color: #ffffff;
 margin-bottom:0px;
	}	
.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
	margin-top: 5px;
    -webkit-flex-direction: row;
}
.fa-2x {
    font-size: 19px;
}
.comment-list {
    position: relative;
    list-style: none;
    margin-left: 4px;
    padding: 0 0 0 30px;
}
.comment-list li {
    position: relative;
    display: table;
    background: #e1e6ef;
    border: 1px solid #e1e6ef;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
	border-collapse:initial!important
}
.comment-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -33px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0cadd;
    background: #c0cadd;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    z-index: 2;
}
.comment-list li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #e1e6ef;
    display: block;
    width: 0;
    z-index: 1;
}
.comment-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e6ef;
    display: block;
    width: 4px;
    height: 100%;
    z-index: 1;
}
.word-wrap, .comment-list li {
    word-break: break-all !important;
    white-space: normal !important;
}
.bg-card-danger {
    background-color: #f2dede;
}
.card-header{
background-color: rgb(255 255 255);	

}
.card-header .btn-xl{
font-size:18px;	
}
.content{
overflow-y:auto;
}
.mCS-hcCustomscroll-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{ 
background-color:#0179b6; 
}
.mCS-hcCustomscroll-theme.mCSB_scrollTools .mCSB_draggerRail
{  
background-color: rgba(0,0,0,0.15);
} 
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color));
background-image: linear-gradient(to bottom, #d35400,#d35400);
background-image: -moz-linear-gradient(to bottom,var(--primary-color), var(--primary-color));
background-image: -ms-linear-gradient(to bottom, var(--primary-color), var(--primary-color));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primary-color)), to(var(--primary-color)));
background-image: -webkit-linear-gradient(to bottom, var(--primary-color), var(--primary-color));
background-image: -o-linear-gradient(to bottom, var(--primary-color), var(--primary-color));
background-color:var(--primary-color)!important;	
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
/* background-color: #d35400!important;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d35400), to(#d35400));
color: #fff; */
text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
/* .datepicker table tr td.today:hover:hover {
color: #fff!important;
} */
.wow{
    -webkit-transform: translate3d(0, 0, 0);
}
.multi_select-with-label span.active {
	font-size: 82%;
	color: #777;	
}
.form-check-inline .h6{
font-size:15px;	
}
.select-with-label span.active {
	font-size: 82%;
	color: #777;	
}
.select-with-label span:not(.active) {
   font-size: 13px;
    opacity: 1;
    top: 1em;
	font-weight: 400;
}
.delete-message {
    position: relative;
    border-radius: 4px 4px 0 0;
    background: #d32f2f;
    color: #FFF;
	padding-top:8px;
}
.delete-message a,.delete-message button{
    color: #FFF;
}
.delete-message a:hover,.delete-message button:hover{
    color: #FFF;
}
.delete-message .hover:hover{
    color: #FFF;
}
.delete-message .btn-outline-light:hover{
    color: #d32f2f;
}
.delete-message input[type="checkbox"]:checked + .fa-check-square-o:before,.delete-message input[type="checkbox"]:checked + label > .fa-check-square-o:before {
    content: "\f14a";
    color: #cad2e3;
}
.delete-message-content {
    border-radius: 0 0 4px 4px;
    background: #d32f2f;
    color: #FFF;
	padding-bottom:8px;
}
.delete-message .text-muted, .delete-message-content .text-muted {
    color: #FFF!important;
}
.delete-message .text-info, .delete-message-content .text-info {
    color: #FFF!important;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 13px;
    opacity: 1;
    top: 1em;
	font-weight: 400;
}
.has-float-label label, .has-float-label>span {
font-size: 82%;
color: #777;	
font-weight:560;
}
.has-float-label label::after, .has-float-label>span::after {
background: #f2f4f8;	
}
.has-float-label label input:disabled::after, .has-float-label>span::after{
background: #e9ecef;
}
.form-control:focus {
    box-shadow: 0 0 0 0.02rem rgba(0,123,255,.25);	
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    cursor: not-allowed;
}
/* Unchecked */

input[type=checkbox], input[type=radio] { 
 opacity: 0;
 filter:alpha(opacity=0);
 position: absolute;
 }
input[type="checkbox"] + .fa-circle:before,
input[type="checkbox"] + label > .fa-circle:before,
input[type="radio"] + .fa-circle:before,
input[type="radio"] + label > .fa-circle:before 
{ 
content: "\f111";font-size: 26px;color: #cad2e3;float: left;cursor: pointer;line-height: 8px;margin-left: -5px;font-family: "Font Awesome 5 Free";
} 
input[type="checkbox"] + .fa-check-square-o:before,
input[type="checkbox"] + label > .fa-check-square-o:before 
{ 
content: "\f0c8";font-size: 26px;color: #cad2e3;float: left;cursor: pointer;line-height: 8px;margin-left: -10px;font-family: "Font Awesome 5 Free";
} 
input[type="checkbox"]:focus + label > .fa-check-square-o:before {
	color: #80bdff;
}
input[type="radio"]:focus + .fa-circle:before 
{ 
color: #80bdff;
}
.is-invalid-checkbox input[type="checkbox"] + .fa-check-square-o:before,.is-invalid-checkbox input[type="checkbox"] + label > .fa-check-square-o:before {
color: #dc3545!important;
}
.is-invalid-checkbox label{
color: #dc3545!important;
}
.is-invalid-radio input[type="checkbox"] + .fa-circle:before,.is-invalid-radio input[type="checkbox"] + label > .fa-circle:before,.is-invalid-radio input[type="radio"] + .fa-circle:before,.is-invalid-radio input[type="radio"] + label > .fa-circle:before {
color: #dc3545!important;
}
.is-invalid-radio label{
 color: #dc3545!important;
}
.checkbox label, .form-check-inline label{cursor: pointer;}
/* Checked */
input[type="checkbox"]:checked + .fa-circle:before,
input[type="checkbox"]:checked + label > .fa-circle:before,
input[type="radio"]:checked + .fa-circle:before
{ content: "\f058";color: #0179b6;
}

input[type="checkbox"]:checked + .fa-check-square-o:before,
input[type="checkbox"]:checked + label > .fa-check-square-o:before 
{ content: "\f14a";color: #016598;
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
.bg-primary input[type="checkbox"]:checked + .fa-check-square-o:before,.bg-primary input[type="checkbox"]:checked + label > .fa-check-square-o:before {
    color: #f2f4f8;
	}
.bg-primary input[type="checkbox"] + .fa-check-square-o:before,.bg-primary input[type="checkbox"] + label > .fa-check-square-o:before {
	color: #f2f4f8;
	}
.bg-primary input[type="checkbox"]:checked + .fa-circle:before,.bg-primary input[type="checkbox"]:checked + label > .fa-circle:before,.bg-primary input[type="radio"]:checked + .fa-circle:before
{ color:  #f2f4f8;
}
#passwordExpiryModal input[type="checkbox"]:checked + .fa-circle:before,#passwordExpiryModal input[type="checkbox"]:checked + label > .fa-circle:before,#passwordExpiryModal input[type="radio"]:checked + .fa-circle:before {
    color: #0179b6;
}	
#passwordExpiryModal input[type="checkbox"]:checked + .fa-check-square-o:before,#passwordExpiryModal input[type="checkbox"]:checked + label > .fa-check-square-o:before {
    color: #0179b6;
	}
#passwordExpiryModal input[type="checkbox"] + .fa-check-square-o:before,#passwordExpiryModal input[type="checkbox"] + label > .fa-check-square-o:before {
	color: #0179b6;
	}
.loadingbg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
}
.loadingbg .loading {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}
.loadingbg .HC {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
}
.loadingbg .loading .load {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 120px;
    top: -20px;
    left: -20px;
    border: 10px solid rgba(255,255,255,0.9);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-radius: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.skeleton_loading:empty {
		width: 100%;
		height: 100px; /* change height to see repeat-y behavior */
    
		background-image:
		    linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% ),
			linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 80% ),
			linear-gradient( lightgray 20px, transparent 0 ),
			linear-gradient( lightgray 20px, transparent 0 ),
			linear-gradient( lightgray 20px, transparent 0 ),
			linear-gradient( lightgray 20px, transparent 0 );

		background-repeat: repeat-y;

		background-size:
			0px 0px, /* circle */
			50px 200px, /* highlight */
			200px 200px,
			600px 200px,
			350px 200px,
			250px 200px;

		background-position:
			0 0, /* circle */
			0 0, /* highlight */
			0px 0,
			0px 40px,
			0px 80px,
			0px 120px;

		animation: shine 1s infinite;
	}

	@keyframes shine {
		to {
			background-position:
				0 0,
				100% 0, /* move highlight to right */
				0px 0,
				0px 40px,
				0px 80px,
				0px 120px;
		}
	}
.text-primary {
    color: #0179b6!important;
}
.text-secondary{
color: #d35400!important;
}
.text-info {
    color: #337ab7!important;
}
.text-info-light {
color: #4199f7!important;
}
.modal-body, .modal-footer {
      background: #f6f8fa;
  }
body.modal-open {
    overflow: hidden;
}
.center-modal-title{
  margin: 0 auto;
  }
 
/*Bootstarp DateTime*/
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #d35400;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.inline-date{
  width: 220px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #d35400;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #d35400;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.multiselect-error {
    color: #dc3545!important;
    border-color: #dc3545!important;
}
.input-icon-error{
color: #dc3545;
border-color: #dc3545;
background-color: #f2dede;
}
.fa-1x{
font-size: 1.5em!important;
}
.cards-inline-sm {
    min-height: 20px;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.list-group-item.active	{
    color: #333!important;
	background-color:#bad4e0c2!important;
    border-color:#bad4e0c2!important;
}
.file {
  position: relative;
  overflow: hidden;
}
.file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.filedrag {
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #eee;
    border: 2px dashed #e1e6ef;
    border-radius: 4px;
    cursor: default;
}
.popover{
   max-width:250px;
    }
.popover-danger[x-placement^=top] .arrow::after {
border-top-color: #dc3545;
}
.popover-danger[x-placement^=top] .arrow::before {
border-top-color: #dc3545;
}
.popover-danger[x-placement^=bottom] .arrow::after {
border-bottom-color: #dc3545;
}
.popover-danger[x-placement^=bottom] .arrow::before {
border-bottom-color: #dc3545;
}
.popover-danger[x-placement^=right] .arrow::after {
border-right-color: #dc3545;
}
.popover-danger[x-placement^=right] .arrow::before {
border-right-color: #dc3545;
}
.popover-danger[x-placement^=left] .arrow::after {
border-left-color: #dc3545;
}
.popover-danger[x-placement^=left] .arrow::before {
border-left-color: #dc3545;
}
.popover-success[x-placement^=top] .arrow::after {
border-top-color: #28a745;
}
.popover-success[x-placement^=top] .arrow::before {
border-top-color: #28a745;
}
.popover-success[x-placement^=bottom] .arrow::after {
border-bottom-color: #28a745;
}
.popover-success[x-placement^=bottom] .arrow::before {
border-bottom-color: #28a745;
}
.popover-success[x-placement^=right] .arrow::after {
border-right-color: #28a745;
}
.popover-success[x-placement^=right] .arrow::before {
border-right-color: #28a745;
}
.popover-success[x-placement^=left] .arrow::after {
border-left-color: #28a745;
}
.popover-success[x-placement^=left] .arrow::before {
border-left-color: #28a745;
}
.popover-warning[x-placement^=top] .arrow::after {
border-top-color: #ffc107;
}
.popover-warning[x-placement^=top] .arrow::before {
border-top-color: #ffc107;
}
.popover-warning[x-placement^=bottom] .arrow::after {
border-bottom-color: #ffc107;
}
.popover-warning[x-placement^=bottom] .arrow::before {
border-bottom-color: #ffc107;
}
.popover-warning[x-placement^=right] .arrow::after {
border-right-color: #ffc107;
}
.popover-warning[x-placement^=right] .arrow::before {
border-right-color: #ffc107;
}
.popover-warning[x-placement^=left] .arrow::after {
border-left-color: #ffc107;
}
.popover-warning[x-placement^=left] .arrow::before {
border-left-color: #ffc107;
}
/* Start Modal Call Animation*/
.modal-incoming-call{
padding:30px;
}

.call-animation {
    background: #f6f8fa;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
	webkit-box-shadow: 0 1px 14px rgba(0,0,0,.1); 
    box-shadow: 0 1px 14px rgba(0,0,0,.1);
	-webkit-animation: play infinite 2s ; 
	animation: play infinite 2s ;
}
.call-animation i {
    border-radius: 100%;
    position: absolute;
    left: 33px;
    vertical-align: middle;
    top: 26px;
}
@-webkit-keyframes play{

    0% {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);
    }
    15% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
                box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
    }
    25% {
        -webkit-box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
                box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
    }
    25% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
                box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
    }

}
@keyframes play {

    0% {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);
    }
    15% {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
                box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
    }
    25% {
        -webkit-box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
                box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
    }
    25% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
                box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
    }

}

.loadingdots span {

    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.loadingdots span:nth-child(2) {
    animation-delay: .2s;
}
.loadingdots span:nth-child(3) {
    animation-delay: .4s;
}
@keyframes blink {
    0% {
      opacity: .2;
    }

    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
/*  End Modal Call Animation*/
/*  Start User Chat Bottom */
.chat_box{
	position:fixed;
	right:20px;
	bottom:0px;
	width:250px;
	z-index:2;
	border-radius:5px 5px 0px 0px;
	  box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.chat_body{
	background:white;
	height:350px;
	padding:5px 0px;
}
.chat_head,.msg_head{
	font-size: 15px;
	color:white;
	padding:15px 30px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
	position:relative;
	
}
.chat-head-bg{
background:#f39c12;
}
.chat_head.online:before{
	content:'';
	position:absolute;
	background:#2ecc71;
	height:10px;
	width:10px;
	left:10px;
	top:20px;
	border-radius:6px;
}
.chat_head.offline:before{
	content:'';
	position:absolute;
	background:#dc3545;
	height:10px;
	width:10px;
	left:10px;
	top:20px;
	border-radius:6px;
}
.chaterror_box{
	position:fixed;
	right:20px;
	bottom:0px;
	width:250px;
	z-index:2;
	border-radius:5px 5px 0px 0px;
	  box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.chaterror_body{
	background:white;
	height:250px;
	padding:21px 0px;
	text-align:center;
}

.chaterror_head{
	background:#d32f2f;
	color:white;
	padding:15px 30px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
	position:relative;
	}
.hospitalname{
	font-size:11px;
	color:#333;
	font-weight:none;
}
.msg_box{
	position:fixed;
	bottom:0px;
	width:350px;
	background:white;
	border-radius:5px 5px 0px 0px;
	 box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	z-index:2;
}

.msg_head_bg{
	background:#0179b6;
}
.msg_head .close, .chat_head .close{
font-size:1.3rem;
}
.msg_head.online:before{
	content:'';
	position:absolute;
	background:#2ecc71;
	height:10px;
	width:10px;
	left:10px;
	top:20px;
	border-radius:6px;
}
.msg_head.offline:before{
	content:'';
	position:absolute;
	background:#dc3545;
	height:10px;
	width:10px;
	left:10px;
	top:20px;
	border-radius:6px;
}
.msg_body{
	background:white;
	height:300px;
	font-size:14px;
	padding:23px;
	overflow:auto;
	overflow-x: hidden;
}
.msg_input{
	width:100%;
	border: 1px solid white;
	resize: none;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}
.minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	}

.user{
	position:relative;
	font-weight:bold;
	padding:10px 30px;
}
.user:hover{
	background:#f8f8f8;
	cursor:pointer;

}
.user.online:before{
	content:'';
	position:absolute;
	background:#2ecc71;
	height:10px;
	width:10px;
	left:10px;
	top:15px;
	border-radius:6px;
}
.user.offline:before{
	content:'';
	position:absolute;
	background:#dc3545;
	height:10px;
	width:10px;
	left:10px;
	top:15px;
	border-radius:6px;
}
.msg_a{
	position:relative;
	background:cornflowerblue;
	color:white;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
}
.sender{
    padding:10px 0px 2px 0px;
	min-height:15px;
	margin-top: 10px;
	position:relative;
	margin-right:10px;
	font-size:12px;
}
.recipient{
   
	padding:10px 0px 2px 0px;
	min-height:15px;
	margin-top: 10px;
	position:relative;
	margin-left:10px;
	font-size:12px;
}
.msg_a:before{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent cornflowerblue transparent transparent;
	left:-20px;
	top:7px;
}


.msg_b{
	background:#efefef;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}
.msg_b:after{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #EEF2E7;
	right:-20px;
	top:7px;
}
.chat_box .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 8px;
  border-radius: 50%;
  background-color: #d35400;
  color: white;
}
.badgeinner:empty{
	display:none;
}
#userdate_chat{
font-size:6px !important;	
}
.user .badgeinner { 
  padding: 1px 6px;
  border-radius: 50%;
  background-color:#f39c12;
  color: white;
}
.msg_footer .btn-footer {
    overflow: hidden;
    padding: 11px 10px 10px 6px;
    width: 100%;
	background:#f6f8fa;
}
.bg_none i {
 
    border-radius: 25px;
    color: #0179b6;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none:hover i {

    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.loading_chat_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
	}
.msg_box{
right:290px	
}
@media (max-width: 991.98px){
.chat_box{
z-index: 101;
width:100%;
height: 100%;
right:0px;
}
.chat_box .badge{
display:none
}
.chat_body{
height:100%;
}
.msg_box{
z-index: 102;
width:100%;
height: 100%;
right:0px!important;
}
.chat_head, .msg_head {
border-radius:0px;
}
.chat_box,.msg_box,.loading_chat_bg{
display:none
}
.loading_chat_bg {
    position: unset;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100;
	}
.msg_head{
    height: 7%;
}	
.msg_wrap{
    height: 93%;
}
.msg_body {
    height: 77%;
}	
.msg_footer{
    height: 23%;
}	
.chat_close{
display:block!important;
}
.chat_box .chatarrow-toggle{
display:none;
}
}
.chat_box .chatarrow-toggle {
    float: right;
    cursor: pointer;
    margin-left: 7px;
}
.btn-chat-top .badge-chat-top-notifications{
    top: 6px;
    position: absolute;
}
.btn-chat-web .badge-chat-top-notifications{
	top: -9px!important;
}
.btn-chat-web .badge-top-allnotifications {
    animation-iteration-count: infinite;
}
.btn-chat-top {
  margin: 0 10px 0 auto;
  padding: 0.4rem .40em;
}
.btn-chat-top a{
min-width:51px;
}
.btn-chat-top i {
    font-size: 27px;
}
@media (max-width: 362px){
.btn-chat-top{
display:none;
}
}
/*  End User Chat Bottom */

/*Provider Chat*/
.messages-box{
  height: -webkit-calc(100vh - 146px);
}
.messages-box h6 {
    font-size: .9375rem;
}
.chat-box{
  height: -webkit-calc(100vh - 330px);
  overflow-y: scroll;
}
.chat-welcome i{ 
  padding: 0.5em 0.6em;
	}	
.status {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.status.offline {
  background-color: #ce5555;
}
.status.online {
    background-color: #55ce63;
}
  .legend {
    list-style: none;
    float: right;
    padding-inline-start: 0px;
}
.secondmodal {
    z-index: 1052 !important;
}
.modal-backdrop.secondmodal-backdrop {
    z-index: 1051 !important;
	opacity: 0.2;
}
.comment-list .activity-sender {
    position: relative;
    display: table;
    background: #95b3ea;
    border: 1px solid #95b3ea;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    color: white;
}
.comment-list .activity-sender:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -33px;
    border-style: solid;
    border-width: 1px;
    border-color: #c0cadd;
    background: #95b3ea;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    z-index: 2;
}
.comment-list .activity-sender:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #95b3ea;
    display: block;
    width: 0;
    z-index: 1;
}
/* HC Messages */
.messaging-top-panel {
    min-height: 54px;
    padding-top: 8px;
}
.messaging-top-panel .message-menu:hover {
    color: #ffffff;
    text-decoration: none;
}
.sidebar ul li {
    margin: 0;
    border-left: 4px solid #2c3e50;
    margin: 2px 0;
}
.sidebar ul li a{
    padding: 10px 20px;
	position: relative;
    display: block;
	color: rgba(255,255,255,0.5);
	border-radius: 0;
	}
.sidebar ul li a:hover, .sidebar ul li a:focus {
    color: #FFF;
    background: none;
	text-decoration:none;
}
.sidebar ul .active a .badge {
    color: #0179b6;
    background-color: #fff;
}
.sidebar ul .active a, .sidebar ul .active a:hover, .sidebar ul .active a:focus {
    color: #FFF;
    background: #2c3e50;
    outline: none;
    cursor: default;
}
.message-to-group .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.message-to {
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0 4px 4px 0;
    background-color: #f2f4f8;
    background-image: none;
    border: 1px solid #e1e6ef;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.message-to-group .input-group .input-group-prepend
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f2f4f8;
    border: 1px solid #e1e6ef;
    border-radius: 4px;
	border-right: 0;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	display: table-cell;
	}
	
.message-to ul {
    padding: 6px 5px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.message-to ul li {
    float: left;
}
.message-to ul input {
    float: left;
    border: 1px solid #f2f4f8;
    background-color: #f2f4f8;
    -webkit-appearance: none;
    height: 34px;
    padding: 6px 12px;
}
.sidebar ul .active {
    border-left: 4px solid #0179b6;
}
@media (min-width: 767px){
.sidebar {
    position: absolute;
    left: 0;
    z-index: 2;
    display: block;
    border-bottom: none;
    height: 100%;
}
.sidebar .sidebar-collapse {
    margin-top: -54px;
}
.sidebar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.sidebar ul .active {
    border-left: 4px solid #1c7eaf;
}
.bg-secondary2 {
    background: #445e78;
}
.nav-stack>li {
    float: none;
}
.nav-pills>.active>a>.badge {
    color: #0179b6;
    background-color: #fff;
}
}
.sidebar {
    min-height: 0px;
}
.mail-content {
    border-left: 4px solid #2c3e50;
    border-top: 4px solid #2c3e50;
    background: #FFF;
}
.main {
    padding: 20px;
    min-height: 800px;
}
.messaging-top-panel .form-check-inline .h6{
font-size: 1px;
}
@media screen and (max-width: 767px)
{
.mail-content {
    border: none;
}
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #FFF;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span{
background: #ffffff;
}
.owl-carousel .item .box {
width: 100px;
height: 100px;
box-shadow: 0px 0px 10px #00000021;
}
.owl-carousel:not(.owl-loaded){ 
opacity: 0; 
visibility:hidden;
}

.owl-carousel {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block;
}
#owl-banner {
  margin-top: 60px;
}
.box82 {
 width: 100px;
 height: 100px;
}
/* Virtual Visits Appointment Status Indicators*/
.visitstatus-indicators {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 .visitstatus.myvisit:before {
	 background-color: #28a745;
	 border-color: #28a745;
}
 .visitstatus.expired:before {
	 background-color: #6c757d;
	 border-color: #6c757d;
}
 .visitstatus.available:before {
	 background-color: #ffffff;
	 border-color: 1px solid #000000;
}
 .visitstatus.notavailable:before {
	 background-color: #dc3545;
	 border-color: #dc3545;
}
 .visitstatus:before {
	 content: ' ';
	 display: inline-block;
	 width: 12px;
	 height: 12px;
	 margin-right: 5px;
	 border: 1px solid #000;
}
 .visitstatus{
    border-radius: 50%;
    display: inline-block;
    height: 10px;
	margin-right: 6px;
	}
/* Telehealth Virtual Visits */

        .telehealth-main-row {
         left: 0;
         padding-bottom: inherit;
         padding-top: inherit;
         right: 0;
         }	
         @media only screen and (max-width: 991.98px){
         .telehealth-main-row {
         left: 0;
         }}
         .telehealth-main-wrapper {
         display: table;
         height: 100%;
         table-layout: fixed;
         width: 100%;
         }
         .telehealth-window {
         display: table;
         table-layout: fixed;
         }
		 
         .telehealth-fixed-header {
         background-color: #fff;
         border-bottom: 1px solid #eaeaea;
         padding: 10px 0px;
         }
         .telehealth-fixed-header .nav {
         border: 0 none;
         margin: 0;
         min-height: auto;
         padding: 0;
         }
         .telehealth-fixed-header .user-info a {
         color: #555;
         text-transform: uppercase;
         }
         .telehealth-more-info-user {
         color: #888;
         display: block;
         font-size: 12px;
         }
         .telehealth-contents {
         display: table-row;
         height: 100%;
         overflow-y: scroll;
         }
         .telehealth-content-wrap {
         height: 100%;
         position: relative;
         width: 100%;
         }
         .telehealth-user-video {
         bottom: 0;
         left: 0;
         overflow: auto;
         position: relative;
         right: 0;
         top: 0;
         }
         .telehealth-user-video video {
         width: auto;
         max-width: 100%;
         height: auto;
         max-height: 100%;
         display: block;
         margin: 0 auto;
         }
         .telehealth-my-video {
         position: absolute;
         z-index: 2;
         bottom: 10px;
         right: 0px;
         }
		 .telehealth-main-row .user-status{
		font-size:12px;
		}
         .telehealth-my-video ul {
         margin: 0;
         padding: 0;
         list-style: none;
         }
         .telehealth-my-video ul li {
         float: left;
         width: 126px;
         margin-right: 10px;
         }
         .telehealth-my-video ul li video {
         border: 3px solid #fff;
         border-radius: 6px;
         }
         .telehealth-chat-footer {
         background-color: #fff;
         border-top: 1px solid #eaeaea;
         padding: 10px;
         }
         .telehealth-chat-footer .telehealth-telehealth-error-msg{
         text-align: center;
         margin-bottom:5px;
         }
         .telehealth-call-icons {
         text-align: center;
         position: relative;
         }
         .telehealth-call-duration {
         display: inline-block;
         font-size: 30px;
         margin-top: 4px;
         position: absolute;
         left: 0;
         }
         .telehealth-call-icons .telehealth-telehealth-call-items {
         border-radius: 5px;
         padding: 0;
         margin: 0;
         list-style: none;
         display: inline-block;
         }
         .telehealth-call-icons .telehealth-telehealth-call-items .telehealth-call-item {
         display: inline-block;
         text-align: center;
         margin-right: 5px;
         }
         .telehealth-call-icons .telehealth-telehealth-call-items .telehealth-call-item a {
         color: #fff;
         border: 1px solid #0179b6;
         width: 50px;
         height: 50px;
         line-height: 37px;
         border-radius: 50px;
         display: inline-block;
         font-size: 20px;
		 background: #0179b6;
         }
		.telehealth-telehealth-menu-items {
         border-radius: 5px;
         padding: 0;
         margin: 0;
		 float: right;
         list-style: none;
         }
		 .telehealth-menu-item {
         text-align: center;
         margin-right: 5px;
		 margin-top: 10px;
		 position: relative;
         }
		 .telehealth-menu-item a {
         color: #fff;
         border: 1.5px solid #0179b6;
		 background: #0179b6;
         width: 50px;
         height: 50px;
         line-height: 33px;
         border-radius: 50px;
         display: inline-block;
         font-size: 20px;
         }
		 .telehealth-menu-item a:hover{
		   color: #fff;
		 }
		.telehealth-menu-item a i {
         width: 18px;
         height: 18px;
         }
		.telehealth-end-call {
         position: absolute;
         top: 2px;
         right: 0;
         }
		 #overlay-fullscreen .telehealth-telehealth-call-items .telehealth-call-item a{
		 color: #ffffff;
		 }
         .telehealth-end-call-overlay {
         background-color: #f06060!important;
		 border: 1px solid #f06060!important;
         border-radius: 50px;
         }
		   .telehealth-end-call a {
         background-color: #f06060;
         border-radius: 50px;
         color: #fff;
         display: inline-block;
         line-height: 10px;
         padding: 8px 25px;
         font-size: 20px;
         text-transform: uppercase;
         }
        .telehealth-fixed-header2 {
         background-color: #fff;
         padding: 10px 8px;
         }
        .telehealth-contents2{
		background: #FFF;
		border: 1px solid #e1e6ef;
		border-radius: 4px;
		margin-bottom: 5px;
		overflow-y: scroll;
		height:280px;
		}
        .chats-master{
         background: #FFF;
         border: 1px solid #e1e6ef;
         border-radius: 4px;
         padding: 6px 8px;
         }
         .task-chat-user {
         color: #333;
         font-size: 12px;
         font-weight: bold;
         }
         .chat-content p
         {
         font-size: 13px;
         }
         .attach-list {
         color: #a3a3a3;
         padding: 5px 0 0;
         line-height: 24px;
         margin: 0;
         list-style: none;
         }
         .attach-list i {
         margin-right: 3px;
         font-size: 16px;
         }

video#input_videoPreview {
min-height: 60vh;
transform: scaleX(-1);
object-fit: cover;
height: auto;
max-height: 60vh;
width: 100%;
}

.col-lg-8 video#output_videotag {
max-height: 70vh;
height: 70vh;
}

.col-lg-12 video#output_videotag {
max-height: 99vh;
height: 99vh;
}

.overlay-center-start {
position: absolute;
top: 170px;
text-align: center;
color: #FFF;
z-index: 2;
width: 100%;

}

video#output_videotag {
transform: scaleX(-1);
object-fit: cover;
height: auto;
width: 100%;
}

video#input_videotag {
transform: scaleX(-1);
object-fit: cover;
width: 100%;
}
 #overlay-fullscreen-side {
  position: absolute; 
  top: 250px;
  color: #FFF; 
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
 #overlay-fullscreen-bottom {
  position: absolute; 
  bottom: 0px; 
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding: 15px;
  z-index: 2;
}
#overlay-fullscreen-side .notify-fullscreen {
    position: absolute;
	font-size: 11px;
}
#pills-Chat .chat-box	{
    height: 320px;
} 
@media only screen and (max-width: 575.98px){
         .telehealth-call-duration {
         display: block;
         margin-top: 0;
         margin-bottom: 10px;
         position: inherit;
         }
		 .telehealth-end-call {
         margin-top: 0px;
         position: relative;
         }
		  #overlay-fullscreen-bottom {
		position: relative; 
		bottom: 0px; 
		text-align: center;
		font-size: 20px;
		background: #ffffff;
		width: 100%;
		padding: 15px;
		z-index: 1;
}
.telehealth-my-video {
    position: absolute;
    z-index: 2;
    right: 0px;
}
         }
		 @media only screen and (max-width: 767.98px){
         .telehealth-my-video ul li {
         width: 80px;
         }
         }
		 @media (max-width: 768px){
		.telehealth-fixed-header2 .nav-tabs {
		overflow-x:visible!important;
		overflow-y: visible!important;
		}
		}
		@media only screen and (max-width: 991.98px){
         .telehealth-message-view.telehealth-task-view {
         width: 100%;
         }
         }
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #f6f8fa;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;} 
.modal-dialog-slideout .modal-header h5 {float:left;} 


.unread-message{
font-weight:bold;!important;
}
.read-message{
background-color: #f9f9f9!important;
}
#inbox-table tbody tr{
cursor:pointer;
}
/* Pic Edit for Profile Picture and Documents Upload */
.profile_picture_box{
width: 200px!important;
height: 200px!important;
}
.profile_picture_box .picedit_action_btns .center,.profile_picture_box .picedit_action_btns{
color: #686868!important;
}
.picedit_nav_box{
width:100%!important;
}
.picedit_nav_box.active, .picedit_nav_box{
opacity:0.8!important;
}
.picedit_drag_resize_box {
border: 3px dashed #797979!important;
}
.picedit_gray_gradient{
background: rgba(0,0,0,0.6)!important;
}
.picedit_action_btns{
margin: 8% auto 0!important;
}
.ico-picedit-checkmark, .ico-picedit-close{
    font-size: 1.0em!important;
    border: 1px solid #bbb!important;
    padding: 0.3em!important;
    border-radius: 50%!important;
	background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,.4) 100%)!important;
}
.picedit_drag_resize_box_corner{
border-color: transparent transparent #737373!important;
}
.picedit_box{
color: #fff!important;
}
.picedit_video_controls span {
    font-size: 1.0em!important;
	background: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,.4) 100%)!important;
}
.picedit_video_controls{
bottom:3em !important;
}
@media (max-width: 340px){
.picedit_box{
width: 160px!important;
}
.managefamily .picedit_box{
width: 135px!important;
}
}
@media(min-width: 767px){
.picedit_box{
width: 235px!important;
}
}
@media(min-width: 767px){
.managefamily .picedit_box {
    width: 180px!important;
}
}

/* ChampBot */
.champ-microphone-inactive{
color: #6c757d!important;
}
.champ-microphone-active{
color: #0180c0!important;
}
.champ-popoverMob {
    margin: 0 10px 0 auto;
    padding: 0.4rem 0.4em;
}
@media (min-width: 768px){
#chat-right-main{
display:flex;
}
.chat-message-width{
width: 50%;
}
}
@media (max-width: 767px){
.chat-welcome{
display:none;
}
.chat-message-width{
width: 95%;
}
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.users-list-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.users-list-body h5 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: .2rem;
}
.users-list-body p {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    color: #969696;
}
.users-list-body .users-list-action {
    padding-left: 75px;
}
 .users-list-body .users-list-action .new-message-count {
    width: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    font-size: 13px;
    height: 23px;
    background-color: #d35400;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
}
.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
  color: rgba(0,0,0,1);
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

.message-typing {
  margin: 3px;
  }
.message-typing span {
    width: 10px;
    height: 10px;
    background-color: #d8d9db;
    display: inline-block;
    margin: 1px;
    border-radius: 50%;
	}
.message-typing span:nth-child(1) {
      animation: bounce 1s infinite;
    }
.message-typing span:nth-child(2) {
      animation: bounce 1s infinite .2s;
    }
.message-typing span:nth-child(3) {
      animation: bounce 1s infinite .4s;
    }
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.media .avatar {
    flex-shrink: 0;
	margin-right: 8px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
	border:1px solid #dee2e6!important;
}

.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table
}

.media-body {
    min-width: 0
}

.media-chat .media-body .chat-conversation {
    position: relative;
    padding: 6px 8px;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #9b9b9b
}
.media-chat .media-body .chat-conversation ol {
padding-inline-start: 15px;
}
.media-chat .media-body b {
font-weight: 700!important;
}
.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8
}

.media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400
}

.media {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-meta-day::before {
    margin-right: 16px
}

.media-meta-day::before,
.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    margin-left: 16px
}
.chatbot-box {
    height: 70vh;
    overflow-y: auto;
}
.popover-aichatbot>.arrow::before {
 border-left-color: #d35400!important;
}
.popover-aichatbot>.arrow::after {
border-left-color: #d35400!important;
}
.options-bot-animation{
position:relative;
animation:animatebottom 0.2s
}
@keyframes animatebottom
{from{
bottom:-300px;
opacity:0} 
to{
bottom:0;
opacity:1}
}
.champbotvoiceassistant-animation {
    background: #17a2b8;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
	webkit-box-shadow: 0 1px 14px rgba(0,0,0,.1); 
    box-shadow: 0 1px 14px rgba(0,0,0,.1);
	-webkit-animation: play infinite 2s ; 
	animation: play infinite 2s ;
}
.champbotvoiceassistant-animation i {
	border-radius: 100%;
    position: absolute;
    left: 27px;
    vertical-align: middle;
    font-size: 40px;
    top: 19px;
	color:#ffffff;
}
.overlay {
        z-index: 9;
		position: absolute;
		height: 100%;
		width: 100%;
        background-color: #f8f9fa!important;
}
.media-meta-newmessage {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #337ab7;
    opacity: .8;
    font-weight: 400
}
.media-meta-newmessage::before {
    margin-right: 16px
}
.media-meta-newmessage::before,
.media-meta-newmessage::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #337ab7;
}
.media-meta-newmessage::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #337ab7;
}
.media-meta-newmessage::after {
    margin-left: 16px
}