/*!
 * Health Companion Sylesheet v2
 * Copyright 2020 Health Companion Inc 
 * Author - Richu Eapen George
 */
:root {
  --primary-color: #d35400;
  --secondary-color:#01406d;
  }  
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px!important;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}
a {
    color: #0179b6;
}
textarea {
    resize: none;
}
.navbar{
padding: 0rem 1rem;
}
.top-navbar .single-contact i {
	color: #f3a712;
    margin-right: 2px;
    font-size: 17px;
    position: relative;
}
.navbar-light .navbar-nav .down-menu {
    border: 1px solid #eee;
    color: #333;
}
.navbar-light .navbar-nav .fa {
    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;
}
.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;
}
.multi-select .btn-light:hover{
background-color: #f2f4f8!important;
}
.multi-select .btn-light:not(:disabled):not(.disabled).active,.multi-select .btn-light:not(:disabled):not(.disabled):active,.multi-select>.btn-light.dropdown-toggle{
background-color: #f2f4f8!important;
}
.btn-group .btn-outline-dark.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;
    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;
	
}
.grid-menu-sm::after {
    border-width: 0;
}

.navigation-drawer .row {
    min-height: 700px;
}
.navigation-drawer {
    position: fixed;
    top: 72px;
    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;
}
@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:16px 15px 8px 15px!important;
   border-radius: 4px;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
}
}
@media (max-width: 767px){
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 85px!important;
    border-bottom: 1px solid #e1e6ef;
    z-index: 1040;
	margin-bottom: 0;
    min-width: 320px;
}
.navbar-login{
position: relative;
}
.grid-menu {
    width: 300px;
    padding: 20px 0;
}
.logo-responsive{
display:block!important;
}
.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-darkgrey {
         background: #34495e;
}
.bg-secondary {
    background: #d35400!important;
    color: #FFF!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-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 {
    text-decoration: none;
    outline: 0;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
	background-color: #f5f5f5;
	color:#333;
}
.cards {
    background: #FFF;
    border: 1px solid #e1e6ef;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}
.cards-content {
    background: #f6f8fa;
    border-radius: 4px;
    padding: 15px;
}
.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;
}
.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);
}
.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-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow:none!important;
	color: var(--primary-color);
	color:#d35400;
}
.btn-outline-dark a {
    color: inherit;
}
.show>.btn-outline-dark.dropdown-toggle,.btn-outline-dark:not(:disabled):not(.disabled):active{
	color:#343a40;
	background-color: transparent;
	border-color: #343a40!important;
}
.btn-outline-dark:hover {
    color: var(--primary-color);
	color:#d35400;
    background-color:transparent!important;
    border-color: var(--primary-color)!important;
	border-color:#d35400!important;
}
.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;
}
.badge-default {
    color: #FFF;
    background:var(--primary-color); 
	background:#d35400;
}
.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 solid #141414;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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;
}
.datatable-innertable-bordered td{
border: 1px solid #dee2e6!important;
}
.dataTables_wrapper .table-striped thead.bg-primary tr{
background-color: #01406d!important;
}
.careplan-datatable-stripped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)!important;
}

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;
}
@media (max-width: 600px) {
.fullscreenmodal .modal-body{
top: 94px!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;
}	
.cards-content .divider {
background: #e1e6ef;
height: 2px;
}
.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: 21px;
}
.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;	
}
.card-header .btn-xl {
    font-size: 14px;
}
.card-header .btn-sm {
    font-size: 14px;
}
.procedurebox .cards {
  margin-top: 14px;
}

#clinical .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 360px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
#diagnosticreport .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 205px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
#survey .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 590px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
#vital .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 689px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
#screening .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left:490px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
#appointment .cards:after {
  content: " ";
  position: absolute;
  top: 0px;
  left:71px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #cad2e3;
}
.or-seperator {
  display:flex;
  justify-content:center;
  align-items: center;
}

.or-seperator:after,
.or-seperator:before {
    content: "";
    display: block;
    background: grey;
    width: 50%;
    height:1px;
    margin: 0 10px;
}
.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;	
}
.wow{
    -webkit-transform: translate3d(0, 0, 0);
}
.multi_select-with-label span.active {
	font-size: 82%;
	color: #777;	
}

.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;

}

.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;	
}
textarea:focus::placeholder {
  color: transparent;
}
.has-float-label label::after, .has-float-label>span::after {
background: #f2f4f8;	
}
.form-control:focus {
    box-shadow: 0 0 0 0.02rem rgba(0,123,255,.25);	
}

/* 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: -8px;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;
}
.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;
}
.bg-primary input[type="checkbox"] + .fa-check-square-o:before, .bg-primary input[type="checkbox"] + label > .fa-check-square-o:before {
    color: #f2f4f8;
}
.loadingbg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    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)}}
.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;
}

.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: #a4a2a2;
    border: 2px dashed #e1e6ef;
    border-radius: 4px;
    cursor: default;
}
.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;
}
/*Provider Chat*/
.messages-box{
  height: 400px;
}
.messages-box h6 {
    font-size: .9375rem;
}
.chat-box{
  height: 430px;
  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;
}
.legend li {
    margin-right: 10px;
    float: right;
}
.legend span {
    border: 1px solid;
    float: left;
    width: 12px;
    height: 12px;
    margin: 3px;
}
.legend .currentselection {
    background-color: #27ae60;
    border: #295;
}
.legend .expired {
    background-color: #6c757d;
    border: #6c757d;
    opacity: .65;
}
.legend .booked {
    background-color: #df7576;
    border-color: #df7576;
}
.secondmodal {
    z-index: 1052 !important;
}
.modal-backdrop.secondmodal-backdrop {
    z-index: 1051 !important;
	opacity: 0.2;
}
.recieverlog{

}
.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;
}
/* 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;
}
/* 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-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; 
  color: #FFF; 
  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;
         }
         }
		 @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;} 

/* Incoming and Outgoing Call Animation */

.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: 26px;
    vertical-align: middle;
    top: 26px;
	font-size: 50px;
}
@-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;
    }
}
.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;
}
/* Unsecured Messaging to message component styles */
.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 ul {
    padding: 3px 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.message-to ul li {
    float: left;
    cursor: pointer;
}
.message-to ul input {
    float: left;
    border: 1px solid #f2f4f8;
    background-color: #f2f4f8;
    -webkit-appearance: none;
    height: 34px;
    padding: 6px 12px;
}
.message-to:hover {
    border-color: #BDC3C7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.message-to.has-error {
    border: 1px solid #a94442;
}
.message-to-list-outer ul {
    width: 440px;
    max-height: 500px;
    overflow: auto;
}
}.message-to-list-outer ul li a {
    padding: 10px 20px;
	white-space: normal;
}
@media all and (max-width: 767px) {
    .message-to-list-outer ul {
    width: 320px;
}
.message-to .btn-sm .btn-label, .btn-group-sm>.btn .btn-label {
    left: -10px;
    padding: 5px 10px;
    border-radius: 2px 0 0 2px;
}
.message-to .btn-sm .btn-label.btn-label-right, .btn-group-sm>.btn .btn-label.btn-label-right {
    right: -10px;
    left: auto;
    border-radius: 0 2px 2px 0;
}
.message-to .btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}}

/* Care plan stepper */

.horizontal-btn-lines {
            display: flex;
            flex-direction: row;
        }
          
        .horizontal-btn-lines:before,
        .horizontal-btn-lines:after {
            content: "";
            flex: 1 1;
            border-bottom: 2px solid #8c8b8b;
            margin: auto;
        }
		.w-30{
		width:30%
		}
	.w-10{
	width:10%
	}
	
	
	
.stepper-banner .progress-panel {
    margin-bottom: 10px;
    background-color: #EDEEEE;
    padding: 35px 35px 0px;
    overflow: hidden;
}
.progress-panel {
    padding: 0px 15px 0px;
    overflow: hidden;
}
.progress-badges-list li:before{
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background:#434d68;
  z-index: -1;
}

.progress-badges-list li:after{
  content: '';
  position: absolute;
  top: 2.6em;
  left: calc(50% + 1em);
  width: 100%;
  height: 0.1em;
  background:#434d68;
  z-index: -1;
}

.progress-badges-list li:first-child::before {
  display: none;
}
.progress-badges-list li:last-child:after {
  display: none;
}

.progress-panel ul.progress-badges-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 530px;
    padding-inline-start: 0px;
	border-bottom:0px;
}
.progress-panel ul.progress-badges-list .progress-badge-item a:hover{
text-decoration:none;
}
.progress-panel ul.progress-badges-list li.progress-badge-item {
    position: relative;
    z-index: 6;
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: top;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.active .circle {
    background-color: #01406d;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.completed .circle {
    background-color: #00BF6F;
    border: 1px dashed #00BF6F!important;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.disabled .circle {
	border: 1px dashed #cccccc;
	pointer-events: none;
	cursor: not-allowed;
}
.progress-panel ul.progress-badges-list li.progress-badge-item .circle {
    display: inline-block;
    z-index: 6;
    margin: auto;
    height: 78px;
    width: 78px;
    border-radius: 50%;
    border: 1px dashed #01406d;
    background-color: white;
    font-size: 32px;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.active .circle .icon, .progress-panel ul.progress-badges-list li.progress-badge-item.active .circle .icon1 {
    color: white;
}
.progress-panel ul.progress-badges-list li.progress-badge-item .circle .icon, .progress-panel ul.progress-badges-list li.progress-badge-item .circle .icon1 {
    line-height: 78px;
    color: #01406d;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.completed .circle .icon, .progress-panel ul.progress-badges-list li.progress-badge-item.completed .circle .icon1 {
     color: white;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.disabled .circle .icon, .progress-panel ul.progress-badges-list li.progress-badge-item.disabled .circle .icon1 {
     color:#cccccc;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.disabled{
 cursor: not-allowed;
}
.progress-panel ul.progress-badges-list li.progress-badge-item.disabled a{
pointer-events: none;
}
.progress-panel ul.progress-badges-list li.progress-badge-item .active-badge .label {
    color: #434d68;
}
.progress-panel ul.progress-badges-list li.progress-badge-item .label {
    padding: 10px;
    font-size: 0.9em;
    font-weight: 500;
    color:#434d68;
}
	.progress-panel ul.progress-badges-list li.progress-badge-item.active .label {  	
	font-weight:600;
	}

#activitiesDiv {
	counter-reset: activityCounter;
}

.activity-count {
	counter-increment: activityCounter;
}

.activity-count::after {
	content: counter(activityCounter);
	}