@font-face {
  font-family: helveticaNeueLightRegular;
  src: url('/assets/fonts/HelveticaNeueLT/Regular/HelveticaNeueLTCom-Lt.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/HelveticaNeueLT/Regular/HelveticaNeueLTCom-Lt.woff') format('woff'),
       url('/assets/fonts/HelveticaNeueLT/Regular/HelveticaNeueLTCom-Lt.ttf')  format('truetype'),
       url('/assets/fonts/HelveticaNeueLT/Regular/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeueLightRegularCondenced;
  src: url('/assets/fonts/HelveticaNeueLT/RegularCondenced/HelveticaNeueLTCom-LtCn.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/HelveticaNeueLT/RegularCondenced/HelveticaNeueLTCom-LtCn.woff') format('woff'),
       url('/assets/fonts/HelveticaNeueLT/RegularCondenced/HelveticaNeueLTCom-LtCn.ttf')  format('truetype'),
       url('/assets/fonts/HelveticaNeueLT/RegularCondenced/HelveticaNeueLTCom-LtCn.svg#HelveticaNeueLTCom-LtCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeueLightMediumCondenced;
  src: url('/assets/fonts/HelveticaNeueLT/MediumCondenced/HelveticaNeueLTCom-MdCn.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/HelveticaNeueLT/MediumCondenced/HelveticaNeueLTCom-MdCn.woff') format('woff'),
       url('/assets/fonts/HelveticaNeueLT/MediumCondenced/HelveticaNeueLTCom-MdCn.ttf')  format('truetype'),
       url('/assets/fonts/HelveticaNeueLT/MediumCondenced/HelveticaNeueLTCom-MdCn.svg#HelveticaNeueLTCom-MdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeueLightBoldCondenced;
  src: url('/assets/fonts/HelveticaNeueLT/BoldCondenced/HelveticaNeueLTCom-BdCn.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/HelveticaNeueLT/BoldCondenced/HelveticaNeueLTCom-BdCn.woff') format('woff'),
       url('/assets/fonts/HelveticaNeueLT/BoldCondenced/HelveticaNeueLTCom-BdCn.ttf')  format('truetype'),
       url('/assets/fonts/HelveticaNeueLT/BoldCondenced/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #666;
  font-family: helveticaNeueLightRegularCondenced;
  font-size: 17px;
}

body:not(.login) {
  min-height:800px;
  min-width:1280px;
}

* {
  outline: none;
}

label.no-m-b {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
.nav-bar-container label:not(.label-content), .nav-subMenuLabel, #profileName, .btn-action,
label, strong, .popover-title {
  font-family: helveticaNeueLightMediumCondenced;
  font-weight: normal;
}

.font-20x {
    font-size: 20px !important;
}

.font-12x {
    font-size: 12px !important;
}

.font-13x {
    font-size: 13px !important;
}

.font-14x {
    font-size: 14px !important;
}

.font-15x {
    font-size: 15px !important;
}

.font-16x {
    font-size: 16px !important;
}

.font-17x {
    font-size: 17px !important;
}

.font-19x {
    font-size: 19px !important;
}

.font-24x {
    font-size: 24px !important;
}

.font-25x {
    font-size: 25px !important;
}

.font-28x {
    font-size: 28px !important;
}

.font-35x {
		font-size: 35px;
}

.font-36x {
    font-size: 36px !important;
}

img {
  outline: none;
}

input[type=checkbox],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: relative;
  margin-right: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-left: 0px !important;
    left: 0px;
    visibility:visible;
    opacity:1;
    outline: none;
}
[type="radio"]:checked:before,
[type="radio"]:not(:checked):before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    background: #fff;
}
[type="radio"]:checked:before,
[type="radio"]:not(:checked):before {
  border-radius: 100%;
}
[type="radio"]:checked:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #666;
    position: absolute;
    top: 3px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked:after {
  border-radius: 100%;
}

[type="checkbox"]:checked:before,
[type="checkbox"]:not(:checked):before {
  content: '';
  position: absolute;
  left: -2px;
  top: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid #666;
  background: #fff;
}

[type="checkbox"]:not(:checked):after{
  content: '';
  position: absolute;
  left: -2px;
  top: -3px;
  width: 17px;
  height: 17px;
}

[type="checkbox"]:checked:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: -2px;
  top: -3px;
  width: 17px;
  height: 17px;
  padding: 0px 2px;
  font-size: 11px;
  background: #666;
  color: #fff;
  transition: all .2s ease;
}

.radio label {
  line-height: 30px;
}

.checkbox, .radio {
  margin-top: 0;
}

.checkbox label.no-p, .radio label.no-p {
  padding: 0;
}

.popover-title {
  font-size: 20px;
}

/*.popover *:not(.fa):not(.popover-heading):not(.btn-action):not(.popover-title), .popover *:not(.fc-icon) {*/
.popover label:not(.fa), .popover span:not(.fa), .popover div:not(.fa), .popover input, .popover i:not(.fa), .popover:not(.fa) {
  font-family: helveticaNeueLightRegularCondenced;
  font-weight: normal;
}

md-tooltip.md-multiline-tt {
  height: auto;
  padding: 5px 5px 0px;
}

*.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.box-shadow {
  box-shadow: 0px 4px 10px -1px rgba(0,0,0, 0.2);
}

a, a:active, a:focus, a:hover {
  text-decoration: none;
  color:inherit;
  outline: 0;
}

button, .btn {
  font-family: helveticaNeueLightMediumCondenced;
  height: 36px;
  font-size: 17px;
  outline: none;
}

.text-bold {
  font-family: helveticaNeueLightBoldCondenced;
}

.alert button.close{
  height: auto;
}

button.btn.btn-success:not(.btn-confirmation) {
  min-width: 80px;
}

/**:not(.dropdown-menu.datepicker) button.btn {
  min-width: 80px;
}*/

button.btn-success {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

button.dropdown-toggle {
  box-shadow: none;
}

.form-control, label, p {
  font-size: 17px;
}

.module-body {
  padding: 92px 0 50px;
  background: #F7F7F7;
}

.nav-bar-container ul#mainNavigationBar {
  width: auto;
  overflow: visible;
}

.nav-bar-container img {
  max-width: 40px;
}

.nav-bar-container label {
  width: 80%;
  margin: 0px;
  padding: 0 15px;
  line-height: 30px;
  vertical-align: sub;
  white-space: normal;
  cursor: pointer !important;
  text-align: left;
  font-size: 20px;
}

.nav-bar-container span.nav-dropdownIcon {
  position: relative;
  top: 10px;
}

.nav-bar-container ul.accordion-menu .nav-subMenuLabel {
  text-align: left;
  font-size: 17px;
}

.navbar.top-nav-bar {
  top: 0;
}

.dropdown-menu li a {
  font-size: 17px;
}

.sidebar-header {
  height: 90px;
}

.module-title-container {
  border-bottom: 1px solid #dee2e8;
  background: #f7f7f7;
}

#brandIMAGE {
  max-width: 200px;
  max-height: 70px;
}

.h-module-title {
  font-size: 36px;
}

.p-l-18p {
  padding-left: 18%;
}

.p-l-25p {
  padding-left: 25%;
}

.p-5x {
  padding: 5px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-t-xxs {
  padding-top: 5px;
}

.p-t-xs {
  padding-top: 10px;
}

.p-t-sm {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 25px;
}

.p-t-xl {
  padding-top: 30px;
}

.p-t-xxl {
  padding-top: 35px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-r-xxs {
  padding-right: 5px;
}

.p-r-xs {
  padding-right: 10px;
}

.p-r-sm {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 25px;
}

.p-r-xl {
  padding-right: 30px;
}

.p-r-xxl {
  padding-right: 35px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-xxs {
  padding-bottom: 5px;
}

.p-b-xs {
  padding-bottom: 10px;
}

.p-b-sm {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 25px;
}

.p-b-xl {
  padding-bottom: 30px;
}

.p-b-xxl {
  padding-bottom: 35px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-l-xxs {
  padding-left: 5px;
}

.p-l-xs {
  padding-left: 10px;
}

.p-l-sm {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 25px;
}

.p-l-xl {
  padding-left: 30px;
}

.p-l-xxl {
  padding-left: 35px;
}

.p-t-n-xxs {
  padding-top: -5px;
}

.p-t-n-xs {
  padding-top: -10px;
}

.p-t-n-sm {
  padding-top: -15px;
}

.p-t-n-md {
  padding-top: -20px;
}

.p-t-n-lg {
  padding-top: -25px;
}

.p-t-n-xl {
  padding-top: -30px;
}

.p-t-n-xxl {
  padding-top: -35px;
}

.p-r-n-xxs {
  padding-right: -5px;
}

.p-r-n-xs {
  padding-right: -10px;
}

.p-r-n-sm {
  padding-right: -15px;
}

.p-r-n-md {
  padding-right: -20px;
}

.p-r-n-lg {
  padding-right: -25px;
}

.p-r-n-xl {
  padding-right: -30px;
}

.p-r-n-xxl {
  padding-right: -35px;
}

.p-b-n-xxs {
  padding-bottom: -5px;
}

.p-b-n-xs {
  padding-bottom: -10px;
}

.p-b-n-sm {
  padding-bottom: -15px;
}

.p-b-n-md {
  padding-bottom: -20px;
}

.p-b-n-lg {
  padding-bottom: -25px;
}

.p-b-n-xl {
  padding-bottom: -30px;
}

.p-b-n-xxl {
  padding-bottom: -35px;
}

.p-l-n-xxs {
  padding-left: -5px;
}

.p-l-n-xs {
  padding-left: -10px;
}

.p-l-n-sm {
  padding-left: -15px;
}

.p-l-n-md {
  padding-left: -20px;
}

.p-l-n-lg {
  padding-left: -25px;
}

.p-l-n-xl {
  padding-left: -30px;
}

.p-l-n-xxl {
  padding-left: -35px;
}

.b-t-1 {
  border-top: solid 1px #ddd;
}

.b-t-2 {
  border-top: solid 2px #ddd;
}

.w-b-r-1 {
  border-right: solid 1px #fff;
}

.w-b-r-1:hover, .w-b-r-1:active, .w-b-r-1:focus, .w-b-r-1.disabled, .w-b-r-1[disabled] {
  border-right: solid 1px #fff;
}

.b-r-1 {
  border-right: solid 1px #ddd;
}

.b-r-2 {
  border-right: solid 2px #ddd;
}

.b-b-1 {
  border-bottom: solid 1px #ddd;
}

.b-b-2 {
  border-bottom: solid 2px #ddd;
}

.b-l-1 {
  border-left: solid 1px #ddd;
}

.b-l-2 {
  border-left: solid 2px #ddd;
}

.m-b-70x {
  margin-bottom: 70px;
}

.bg-white {
  background-color: #FFFFFF;
}

.box-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}

.overflow-hidden {
  overflow: hidden;
}

.delete-theme-color {
  color: #f25656;
}

.info-card-container {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  margin-bottom: 15px;
  padding: 1px 15px 5px 15px;
}

.card-layout {
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  display: table;
  padding: 15px;
  width: 100%;
}

.card-layout.bg-darker {
  background: #666;
  color: #fff;
}

.card-layout .card-details-outer {
  display: table-row;
  width: inherit;
}

.card-layout .card-details-outer .card-img-container {
  display: table-cell;
  min-width: 60px;
  text-align: center;
  width: 8%;
}

.card-layout .card-details-outer .card-content-container {
  display: table-cell;
  width: 90%;
}

.patient-card-text {
  font-size: 21px;
  line-height: 1.4;
  word-break: break-word;
  color:#337ab7;
}

.card-layout.bg-darker .patient-card-text {
  color: #fff;
}

.panel-container .panel {
  box-shadow: none;
  border: 1px solid #ddd !important;
  border-radius: 0;
}

.panel-container .panel.m-b-15 {
  margin-bottom: 15px;
}

.panel-container .panel .panel-heading {
  padding-right: 0;
}

.panel-container .panel .panel-heading.b-b-1x {
  border-bottom: solid 1px #ddd !important;
}

.panel-container .panel .panel-heading + .panel-body {
  padding: 10px 0 0;
}

.panel-heading .nav-tabs, .panel-heading .nav-tabs > li > a {
  border-bottom: none;
}

.panel-heading .nav-tabs > li > a {
  padding: 12px 15px;
  border-top: solid 4px transparent;
  border-bottom: solid 1px #666;
}

.panel-heading .nav-tabs > li:not(.active) > a, .panel-heading .nav-tabs > li:not(.active) > a > label {
  cursor: pointer;
}

.panel-heading .nav-tabs > li.active > a, .panel-heading .nav-tabs > li.active > a:focus, .panel-heading .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border-bottom-color: #666;
  border-bottom: solid 1px #666;
  border-top: solid 4px #666;
  border-right: 0;
}

.aside {
  width: 400px;
}

.healthcheck {
  color: #893e97;
}

.healthcheck-bg, button.healthcheck-bg:hover, button.healthcheck-bg:focus, button.healthcheck-bg:active {
  background: #893e97;
  color: #fff;
}

.mymedication {
  color: #78aaa9;
}

.mymedication-bg, button.mymedication-bg:hover, button.mymedication-bg:focus, button.mymedication-bg:active {
  background: #78aaa9;
  color: #fff;
}

.diary {
  color: #c49a6c;
}

.diary-bg, button.diary-bg:hover, button.diary-bg:focus, button.diary-bg:active {
  background: #c49a6c;
  color: #fff;
}

.medicaldiary {
  color: #2c759d;
}

.medicaldiary-bg, button.medicaldiary-bg:hover, button.medicaldiary-bg:focus, button.medicaldiary-bg:active {
  background: #2c759d;
  color: #fff;
}

.community {
  color: #b82052;
}

.community-bg, button.community-bg:hover, button.community-bg:focus, button.community-bg:active {
  background: #b82052;
  color: #fff;
}

.nutrition {
  color: #3ca748;
}

.nutrition-bg, button.nutrition-bg:hover, button.nutrition-bg:focus, button.nutrition-bg:active {
  background: #3ca748;
  color: #fff;
}

.inbox {
  color: #d3ad2a;
}

.inbox-bg, button.inbox-bg:hover, button.inbox-bg:focus, button.inbox-bg:active {
  background: #d3ad2a;
  color: #fff;
}

.video {
  color: #59BC28;
}

.video-bg, button.video-bg:hover, button.video-bg:focus, button.video-bg:active {
  background: #59BC28;
  color: #fff;
}

.calendar {
  color: #4f97ae;
}

.calendar-bg, button.calendar-bg:hover, button.calendar-bg:focus, button.calendar-bg:active {
  background: #4f97ae;
  color: #fff;
}

.education {
  color: #32b49d;
}

.education-bg, button.education-bg:hover, button.education-bg:focus, button.education-bg:active {
  background: #32b49d;
  color: #fff;
}

.vitals {
  color: #d55527;
}

.vitals-bg, button.vitals-bg:hover, button.vitals-bg:focus, button.vitals-bg:active {
  background: #d55527;
  color: #fff;
}

.careplan {
  color: #6fc9e9;
}

.careplan-bg, button.careplan-bg:hover, button.careplan-bg:focus, button.careplan-bg:active {
  background: #6fc9e9;
  color: #fff;
}

.profile {
  color: #f3725d;
}

.profile-bg, button.profile-bg:hover, button.profile-bg:focus, button.profile-bg:active, .aside .aside-header.profile-bg {
  background: #f3725d !important;
  color: #fff;
}

.settings {
  color: #F79D20;
}

.settings-bg, button.settings-bg:hover, button.settings-bg:focus, button.settings-bg:active {
  background: #F79D20;
  color: #fff;
}

.support {
  color: #008fbf;
}

.support-bg, button.support-bg:hover, button.support-bg:focus, button.support-bg:active {
  background: #008fbf;
  color: #fff;
}

.ht-navbar-icons {
  position: absolute;
  right:0;
  top:93px;
}

/*sprite css*/
.icon_doctor_appointment_big, .icon_chemotherapy_big, .icon_scans_big, .icon_misc_other_big .icon_video_consult_big, .icon_social_entertainment_big, .icon_educational_big, .icon_exercise_big, .icon_wellness_big, .icon_creative_big, .icon_medicine_big, .icon_labs_big, .icon_treatment_regimen_big, .icon_trip_big, .icon_spiritual_big, .icon_physical_therapy_big, .icon_doctor_appointment, .icon_chemotherapy_bag, .icon_scans, .icon_video_consult, .icon_social_entertainment, .icon_educational, .icon_exercise, .icon_wellness, .icon_creative, .icon_medicine, .icon_labs, .icon_trip, .icon_spiritual, .icon_physical_therapy, .icon_notes, .icon_treatment_regimen, .icon_misc_other {
	background: url('/assets/images/calendar-sprite.png') no-repeat;
}

.icon_doctor_appointment_big {
	background-position: 0 -8px ;
	width: 48px;
	height: 48px;
}

.icon_chemotherapy_big {
	background-position: -404px -69px ;
	width: 48px;
	height: 48px;
}

.icon_scans_big, .icon_misc_other_big {
	background-position: -460px -65px ;
	width: 48px;
	height: 48px;
}

.icon_video_consult_big {
	background-position: -529px -67px ;
	width: 48px;
	height: 48px;
}

.icon_social_entertainment_big {
	background-position: -528px -6px ;
	width: 48px;
	height: 48px;
}

.icon_educational_big {
	background-position: -466px -1px ;
	width: 48px;
	height: 48px;
}

.icon_exercise_big {
	background-position: -414px -6px ;
	width: 48px;
	height: 48px;
}

.icon_wellness_big {
	background-position: -353px -4px ;
	width: 48px;
	height: 48px;
}

.icon_creative_big {
	background-position: -294px -5px ;
	width: 48px;
	height: 48px;
}

.icon_medicine_big {
	background-position: -227px -4px ;
	width: 48px;
	height: 48px;
}

.icon_labs_big {
	background-position: -157px -6px ;
	width: 48px;
	height: 48px;
}

.icon_trip_big {
	background-position: -100px -7px ;
	width: 48px;
	height: 48px;
}

.icon_spiritual_big {
	background-position: -49px 0;
	width: 48px;
	height: 48px;
}

.icon_physical_therapy_big {
	background-position: -348px -64px ;
	width: 48px;
	height: 48px;
}

.icon_treatment_regimen_big {
	background-position: -292px -64px ;
	width: 48px;
	height: 48px;
}

.icon_doctor_appointment {
	background-position: -63px -222px ;
	width: 14px;
	height: 14px;
}

.icon_chemotherapy {
	background-position: -19px -221px ;
	width: 14px;
	height: 14px;
}

.icon_scans, .icon_misc_other {
	background-position: -572px -174px ;
	width: 14px;
	height: 14px;
}

.icon_video_consult {
	background-position: -518px -175px ;
	width: 14px;
	height: 14px;
}

.icon_social_entertainment {
	background-position: -466px -175px ;
	width: 14px;
	height: 14px;
}

.icon_educational {
	background-position: -411px -174px ;
	width: 14px;
	height: 14px;
}

.icon_exercise {
	background-position: -364px -174px ;
	width: 14px;
	height: 14px;
}

.icon_wellness {
	background-position: -313px -176px ;
	width: 14px;
	height: 14px;
}

.icon_creative {
	background-position: -265px -176px ;
	width: 14px;
	height: 14px;
}

.icon_medicine {
	background-position: -221px -176px ;
	width: 14px;
	height: 14px;
}

.icon_labs {
	background-position: -167px -175px ;
	width: 14px;
	height: 14px;
}

.icon_trip {
	background-position: -112px -172px ;
	width: 14px;
	height: 14px;
}

.icon_spiritual {
	background-position: -58px -171px ;
	width: 14px;
	height: 14px;
}

.icon_physical_therapy {
	background-position: -19px -169px ;
	width: 14px;
	height: 14px;
}

.icon_treatment_regimen {
	background-position: -113px -221px;
	width: 14px;
	height: 14px;
}

.icon_notes {
	background-position: -161px -219px;
	width: 23px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 2px;
}

.read-more {
  color: #000;
  font-size: 18px;
}
/* common css for modal */
.modal-backdrop.am-fade {
  background: rgba(0, 0, 0, .7) !important;
}
.sm-modal-dialog {
  top: 37vh !important;
}
.change-password-modal .sm-modal-dialog {
  max-width: 450px;
  margin: 0 auto;
}
.change-password-modal .panel-default {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.38) 7px 6px 13px 1px;
}
.panel-heading-patient {
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.change-password-modal .sm-modal-dialog .input-block{
  width: 70%;
  margin: 0 auto;
}
.change-password-modal .sm-modal-dialog .input-block .login-controls{
  max-height: initial;
}
.btn-popup{
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px !important;
  width: 75% !important;
  font-size: 17px !important;
}

/**** Guided Dashboard Block Start ****/

#guidedSessionAppIcon {
  width: 60px !important;
  left: 0;
  top: 0;
  position: absolute;
  margin-left: -60px;
}

.ht-session-container {
  width: 640px;
  margin: 15vh auto;
}

.ht-session-question {
  width: 80%;
  margin: 15vh auto;
}

.ht-session-question .panel.panel-question {
  margin-bottom: 0px;
}

.ht-session-question .panel-question .panel-body {
  min-height: 400px;
  padding: 20px 70px;
}

.ht-session-container .welcome-panel {
  padding: 0px 10px 10px;
  width: 90%;
  margin: 0 auto;
}

.ht-session-container .welcome-panel .panel-body {
  box-shadow: none;
  border: dashed 2px #f1f1f1;
  border-top: none;
}

.ht-session-container .welcome-panel .panel-body button {
  width: 150px;
  margin: 25px 0 15px;
  padding: 10px;
  height: 40px;
}

.welcome-ribbon {
 font-size: 36px !important;
 width: 100%;
 position: relative;
 background: #f79d20;
 color: #fff;
 text-align: center;
 padding: 19px 0 10px;
 /*padding: 0.5em 0 0.3em;*/
 /*margin: 2em auto 3em;*/
}

.welcome-ribbon:before, .welcome-ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: 0;
 border: 34px solid #f79d20;
 /*border: 0.95em solid #f79d20;*/
 /*z-index: -1;*/
}
.welcome-ribbon:before {
 /*left: -1.9em;*/
 left: -74px;
 /*border-right-width: 1.1em;*/
 border-right-width: 40px;
 border-left-color: transparent;
}
.welcome-ribbon:after {
 /*right: -1.9em;*/
 right: -74px;
 border-left-width: 40px;
 border-right-color: transparent;
}
/*.welcome-ribbon .ribbon-content:before, .welcome-ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #f79d20 transparent transparent transparent;
 bottom: -1em;
}*/
.welcome-ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.welcome-ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

.ht-session-question ul.block-listing, .ht-session-question ul.display-block {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ht-session-question ul.block-listing li {
  display: block;
  padding: 5px;
}

.ht-session-question ul.block-listing li:not(:last-child) {
  margin-bottom: 76px;
}

.ht-session-question ul.block-listing li div:before {
  content: '';
  display: inline-block;
  background: #666;
  border: solid 1px #666;
  border-radius: 50%;
  padding: 14px;
  vertical-align: middle;
  margin-right: 10px;
  transition: all .2s ease-in-out;
}

.ht-session-question ul.block-listing li.active div:before {
  background: #f79d20;
  border: solid 1px #f79d20;
  transform: scale(1.5);
}

.ht-session-question ul.block-listing li.completed div:before {
  background: #70b877;
  border: solid 1px #70b877;
  content: '\f00c';
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  padding: 0px 4px;
  vertical-align: middle;
  font-size: 20px;
}

.ht-session-question ul.block-listing li div {
  font-family: helveticaNeueLightMediumCondenced;
  font-size: 24px;
}

.ht-session-question ul.block-listing li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90px;
  margin-left: 14.5px;
  margin-top: -3px;
  background: #666;
}

.ht-session-question ul.block-listing li.active:not(:last-child):after {
  margin-top: 3px;
  height: 84px;
}

.ht-session-question ul.display-block li {
  font-size: 24px;
}

.ht-session-question ul.display-block li img {
  width: 30px;
}

.ht-session-question ul.display-block li:not(:last-child) {
  margin-bottom: 15px;
}

.ht-btn-group {
  display: table;
  width: 350px;
  height: 80px;
  table-layout: fixed;
  border-collapse: separate;
  margin: 0 auto;
}

.ht-btn-group>.btn, .ht-btn-group>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
  background: #fff;
  border: solid 1px #d7d7d7;
  font-family: helveticaNeueLightRegularCondenced;
  font-size: 36px;
  padding: 10px 0 0;
}

.ht-btn-group>.btn.active {
  background: #666;
  color: #fff;
}

.ht-btn-group>.btn:not(:last-child) {
  border-right: 0;
}

.btn-leavesession, .btn-leavesession:hover, .btn-leavesession:active, .btn-leavesession:focus, .btn-leavesession.disabled, .btn-leavesession[disabled] {
  background: #666;
  color: #fff;
}

.ht-question-type-image {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  top: 0px;
  left: -50px;
}

.ht-question-type-image > .img-container {
  background: #f79d20;
  /* padding: 10px 10px 5px 8px; */
  padding: 15px;
  border-radius: 50%;
  left: -56px;
}

.ht-question-type-image > .img-container > img {
  width: 60px;
}

.ht-session-outer {
  background-image: url('/assets/images/directed-dashboard-bg.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 1000px;
  margin-bottom: -20px;
  margin-top: -20px;
}

.ht-session-outer .progress-bar-container {
  background: #f6f6f6;
  padding: 20px 10px 28px;
}

.ht-session-outer .progress-bar-container .progress-bar {
  width: calc(100% - 135px);
  height: 10px;
  float: left;
  background: #cccccc;
}

.ht-session-outer .progress-bar-container .progress-bar-label {
  width: 135px;
  float: left;
  padding-left: 5px;
  margin-top: -4px;
}

.ht-session-outer .btn.btn-large {
  height: 60px;
  font-size: 36px;
  font-family: helveticaNeueLightRegularCondenced;
}

.ht-session-outer .guided-vital-input {
  display: block;
  width: 400px;
  height: 120px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 100px;
  color: #f79d20;
  text-align: center;
}

.ht-session-outer .vital-img {
  border: solid 2px #8E8E8E;
  border-radius: 50%;
  padding: 8px;
}

.ht-session-outer .guided-bp-container {
  display: block;
  width: 500px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 100px;
  color: #f79d20;
  text-align: center;
}

.ht-session-outer .guided-bp-vital-input {
  width: 44%;
  height: 148px;
  padding-top: 20px;
  float: left;
  text-align: center;
}

.ht-session-outer .guided-bp-seprator {
  display: inline-block;
  background: #666;
  width: 3px;
  height: 148px;
  float: left;
  margin: 0 25px;
  transform: rotate(14deg);
}

.ht-session-outer .guided-vital-input_small {
  display: block;
  width: 200px;
  height: 120px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 100px;
  color: #f79d20;
  text-align: center;
}

.ht-session-modal .sm-modal-dialog .modal-body {
  padding: 30px !important;
}

.ht-session-modal .sm-modal-dialog .modal-body .info-message {
  font-size: 30px;
}

.ht-session-question .rzslider .rz-ticks-values-under .rz-tick-value {
  bottom: -50px;
}

/**** Guided Dashboard Block End ****/

/* Status page css --start */
.footerText a {
  color: #666 !important;
}
.color-dot {
  border-radius: 99px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.color-dot.critical {
  background-color: #e74c3c;
}
.color-dot.major {
  background-color: #e67e22;
}
.color-dot.minor {
  background-color: #f1c40f;
}
.color-dot.none {
  background-color: #2ecc71;
}
/* Status page css --end */

/** Login-error modal CSS starts **/
.error-modal-dialog {
    top: 35vh !important;
}
.error-modal-container {
		background-color: #FFFFFF;border-radius:15px;
}
.error-modal-header {
    height: 40px;border-top-left-radius: 15px;border-top-right-radius: 15px;
}
.error-modal--body .btn-success button {
    color:#fff; opacity:1;margin:10px 10px 0 0;
}
.error-modal-title {
		color: #333;
}
.error-modal-content {
		font-family: helveticaNeueLightRegularCondenced; color:#666666;
}
.error-modal-content a.provAppli {
    color: #539391;border-bottom: 1px solid #539391;
}
.error-modal-content a {
    color: #f79d20;border-bottom: 1px solid #f79d20;
}
.error-submit-success{
		padding: 10px 0 6px 0;margin: 0 auto;max-width: 150px;font-family: helveticaNeueLightRegularCondenced;
    border-radius: 4px;cursor: pointer;
}
.error-status-redirect {
    padding: 0 0 15px 30px;
}
/** Login-error modal CSS ends **/
