/* ==========================================================================
   Description: custom styles
   ========================================================================== */

:root{
	--color-superior:#3c5d84;
	--color-green: #359938;
}


/*FADE IN EFFECT*/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
/* CHAT EFFECT */
@-webkit-keyframes chatOn {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes chatOn {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.font-light{
	color: #666;
	font-family: 'open_sanslight';
	font-size: 14px;
}
.pleft-more{
  padding-left: 25px;
}
.tooltip.in{
	opacity: 1 !important;

}
.tooltip-inner{
    background: -webkit-linear-gradient(#c7c7c7, #696969);
    background: -o-linear-gradient(#c7c7c7, #696969);
    background: -moz-linear-gradient(#c7c7c7, #696969);
    background: linear-gradient(#c7c7c7, #696969);
}
.tooltip.top .tooltip-arrow{
    border-top-color: #696969 !important;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #696969 !important;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #696969 !important;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #696969 !important;
}

.rst-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.col-centered{
	float: none !important;
    margin: 0 auto !important;
}
/* RESETS */
.m-0{
	margin: 0px !important;
}
.v-middle{
	vertical-align: middle;
}
/*##############################
* HEADER
##############################*/
/*img.head-im-logged-logo{
	width: 75px;
	height: auto;
	display: block;
}*/
.head-im-logged-logo-small{
	width: 160px !important;
	height: auto;
	display: block;
}
.img-logo-wrapper-tb{
	height: auto;
    width: 95px;
}
#user-label {
	background: none;
	border: none;
}

/*NAVBAR*/
.navbar {
	float: right;
	margin: 45px 0 0 0;
}
ul.navbar-nav > li > a {
	font-family: 'open_sanslight';
	text-transform: uppercase;
	color: #999999;
	font-size: 16px;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a.active {
	background: none;
	color: #333;
}
.index-block {
	margin-bottom: 50px;
}
.get-started-container {
	margin-top: 100px;
}
.get-started-container a {
	color: #4fd259;
	font-size: 28px;
	font-family: 'oswaldbook';
	text-decoration: none;
}
.get-started-container a p {
	margin-top: 15px;
}
ul.home-icons {
	list-style: none;
	padding: 0;
	margin: 100px 0 0 0;
	float: left;
}
ul.home-icons > li {
	float: left;
	height: 170px;
	width: 96px;
	text-align: center;
	margin: 0 25px;
}
ul.home-icons > li > a {
	color: #666666;
	font-size: 16px;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;

}
ul.home-icons > li > a > span {
	display: block;
	width: 96px;
	height: 96px;
	margin-bottom: 15px;
	-webkit-border-radius: 96px;
	-moz-border-radius: 96px;
	border-radius: 96px;
	position: relative;
	z-index: 1;
	background: #8dd3e0;
	border: 1px solid #8dd3e0;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
}
ul.home-icons > li > a:hover > span {
	border: 48px solid #589aaa;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
}
ul.home-icons > li > a > img {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
/*ul.home-icons .icon-register{
	background: url('../img/icons-sprite-large.png') 0px 0px;
}
ul.home-icons a:hover .icon-register {
	background: url('../img/icons-sprite-large.png') 0px 96px;	
}
ul.home-icons .icon-select{
	background: url('../img/icons-sprite-large.png') -96px 0px;
}
ul.home-icons a:hover .icon-select{
	background: url('../img/icons-sprite-large.png') -96px 96px;
}
ul.home-icons .icon-about{
	background: url('../img/icons-sprite-large.png') -192px 0px;
}
ul.home-icons a:hover .icon-about{
	background: url('../img/icons-sprite-large.png') -192px 96px;
}
ul.home-icons .icon-talk{
	background: url('../img/icons-sprite-large.png') -288px 0px;
}
ul.home-icons a:hover .icon-talk {
	background: url('../img/icons-sprite-large.png') -288px 96px;	
}
ul.home-icons .icon-payment{
	background: url('../img/icons-sprite-large.png') -383px 0px;
}
ul.home-icons a:hover .icon-payment{
	background: url('../img/icons-sprite-large.png') -383px 96px;
}*/
.lbl-pl {
	font-weight: normal;
	color: #1f6f7e;
	font-size: 13px;
}
a.forgot-password {
	font-family: 'open_sanslight_italic';
	text-decoration: none;
}
.home-img {
	margin-top: 25px;
}
.home-heading {
	font-weight: normal;
	font-family: 'open_sanslight';
	font-size: 23px;
}

ul.footer-nav {
	list-style: none;
	float: left;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
}
ul.footer-nav > li {
	float: left;
	margin: 5px 15px 5px 0;
}
ul.footer-nav > li > a {
	color: #999999;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
ul.footer-nav > li > a:hover,
ul.footer-nav > li > a:focus,
ul.footer-nav > li > a.active {
	color: #8dd3e0;
}
.copyright {
	color: #999999;
	font-size: 13px;
	margin-bottom: 30px;
}
ul.soc {
  width: auto;
  padding: 0;
  margin: 30px 0;
  float: right;
  position: relative;
  z-index: 1;

}
ul.soc li {
  display: inline-block;
  height: 26px;
  margin: 0px 3px;
  background:none;
  color: #999999;
}
ul.soc li a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
}
ul.soc li.soc-fb a {
  background:url('../img/sprite-social.png');
}
ul.soc li.soc-fb a:hover {
  background:url('../img/sprite-social.png') 0px -26px;
}
ul.soc li.soc-tw a {
  background:url('../img/sprite-social.png') -26px 0px;
}
ul.soc li.soc-tw a:hover {
  background:url('../img/sprite-social.png') -26px -26px;
}
ul.soc li.soc-is a {
  background:url('../img/sprite-social.png') -51px 0px;
}
ul.soc li.soc-is a:hover {
  background:url('../img/sprite-social.png') -51px -26px;
}


/*INNER PAGES*/
a.inner-logo {
	font-family: 'open_sanslight';
	font-size: 26px;
	color: #333333;
	text-decoration: none;
	margin: 10px 0;
	display: block;
}
a.inner-logo:hover {
	color: #333333;
}
ul.profile-nav {
	list-style: none;
	margin: 70px 0 10px;
	padding: 0;
	text-align: right;
}
ul.profile-nav > li {
	display: inline-block;
	margin: 0 15px 0 0;
}
ul.profile-nav > li ul.dropdown-menu {
	top: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.profile-nav > li a,
ul.profile-nav > li button,
ul.profile-nav > li ul.dropdown-menu,
ul.profile-nav > li ul.dropdown-menu a,
.modal-title {
	font-size: 18px;
	/*color: #1f6f7e;*/
	color: #666;
	text-decoration: none;
	font-family: 'open_sanslight';
}
.modal-header {
	padding: 15px 20px;
}
ul.profile-nav > li ul.dropdown-menu a {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.profile-nav > li ul.dropdown-menu > li > a:hover, 
ul.profile-nav > li ul.dropdown-menu > li > a:focus {
	background: #e9f3f6;
}
ul.profile-nav > li ul.dropdown-menu {
	text-align: left;
}
h2.page-heading {
	color: #666666;
	font-family: 'oswaldbook';
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
    padding-top: 15px;
/*    vertical-align: middle;
    padding-top: 35px;
    padding-left: 20px;*/
}
	.dark-black{
		color: #333 !important;
	}
	.dark-btn{
		background: #4e4e4e !important;
			-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
	}
	.dark-btn:hover{
		background: #cecece !important;
	}
h2.page-heading a {
	color: #29727e;
	font-size: 16px;
	font-family: 'open_sansregular';
	text-transform: none;
	text-decoration: underline;
}

h3.page-heading, h4.page-heading {
	color: #666666;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	margin: 10px 0 20px;
}

ul.inner-icons {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
	float: right;
}
ul.inner-icons > li {
	float: left;
	height: 140px;
	width: 72px;
	text-align: center;
	margin: 0 15px;
}
ul.inner-icons > li > a {
	color: #2d7581;
	font-size: 13px;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;

}
ul.inner-icons > li > a > span {
	display: table;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin: 5px auto 10px;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
	border: 1px solid #8dd3e0;
	background: #8dd3e0;
	position: relative;
}
ul.inner-icons > li > a:hover > span,
ul.inner-icons > li > a.active > span {
	border: 30px solid #589aaa;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
}
ul.inner-icons > li > a > img {
	position: absolute;
	top: 13px;
	left: 18px;
	z-index: 2;
}

/*
ul.inner-icons .icon-get-started{
	background: url('../img/icons-sprite-small.png') 0px 0px;
}
ul.inner-icons a:hover .icon-get-started,
ul.inner-icons a.active .icon-get-started,
ul.inner-icons a:focus .icon-get-started {
	background: url('../img/icons-sprite-small.png') 0px 59px;	
}
ul.inner-icons .icon-register{
	background: url('../img/icons-sprite-small.png') -61px 0px;
}
ul.inner-icons a:hover .icon-register,
ul.inner-icons a.active .icon-register,
ul.inner-icons a:focus .icon-register {
	background: url('../img/icons-sprite-small.png') -61px 59px;	
}
ul.inner-icons .icon-select{
	background: url('../img/icons-sprite-small.png') -120px 0px;
}
ul.inner-icons a:hover .icon-select,
ul.inner-icons a.active .icon-select,
ul.inner-icons a:focus .icon-select {
	background: url('../img/icons-sprite-small.png') -120px 59px;
}
ul.inner-icons .icon-about{
	background: url('../img/icons-sprite-small.png') -179px 0px;
}
ul.inner-icons a:hover .icon-about,
ul.inner-icons a.active .icon-about,
ul.inner-icons a:focus .icon-about {
	background: url('../img/icons-sprite-small.png') -179px 59px;
}
ul.inner-icons .icon-talk{
	background: url('../img/icons-sprite-small.png') -238px 0px;
}
ul.inner-icons a:hover .icon-talk,
ul.inner-icons a.active .icon-talk,
ul.inner-icons a:focus .icon-talk {
	background: url('../img/icons-sprite-small.png') -238px 59px;	
}
ul.inner-icons .icon-payment {
	background: url('../img/icons-sprite-small.png') -297px 0px;
}
ul.inner-icons a:hover .icon-payment,
ul.inner-icons a.active .icon-payment,
ul.inner-icons a:focus .icon-payment {
	background: url('../img/icons-sprite-small.png') -297px 59px;
}
*/
.page-section {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.select-lbl {
	margin-top: 6px;
}



/*REGISTRATION*/
label.disclaimer {
	color: #666666 !important;
}
label.disclaimer a {
	color: #666666 !important;
	text-decoration: underline !important;
}
#datepicker {
	background: url('../img/icon-calendar.png') 95% 12px no-repeat #fff;
}

.registration-dob {
	line-height: 46px;
}

.registration-gender {
	padding-top: 7px;
}

form.registration i {
	cursor: pointer;
}

form.registration i:hover {
	color: #1f6f7e
}

/*PROVIDER SELECTION*/
ul.providers {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #dddddd;
}
li.provider {
	border-bottom: 1px solid #dddddd;
	float: left;
	width: 100%;
	padding: 15px 0 20px;
}
.details p {
	margin-bottom: 0;
}
.details p.p-org {
	margin-bottom: 8px;
}
.details a {
	color: #579ba8;
}
.p-oncall {
	color: #33cc00;
}
ul.creds-list {
	list-style: disc;
	font-size: 13px;
	color: #666666;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
.btn-select-provider {
    display: none;
}
li.provider:hover {
	background: #f1fdd3;
}
li.provider:hover .btn-select-provider,
li.provider:focus .btn-select-provider {
	display: inline-block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
li.provider.expanded {
	background: #f1fdd3;background: 
}
li.provider.expanded .btn-select-provider,
li.provider.expanded:hover .btn-select-provider,
li.provider.expanded:focus .btn-select-provider {
	display: inline-block;
	-webkit-animation: none;
    animation: none;
}
.full-bio {
	margin-top: 20px;
	position: relative;
}
.btn-close-bio {
	position: absolute;
	right: 30px;
	z-index: 99;
	color: #7f8283;
	padding: 7px 15px;
}

/*SELECTED*/
.selected {
	padding: 15px 15px 12px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}
.btn-call-now,
.btn-schedule-later {
	display: block;
	padding: 8px;
	width: 100%;
	margin: 5px 0;
}
.calendar-container {
	margin: 10px 0;
}
.petsa {
	cursor: pointer;
	margin: 0 0 20px;
	width: 100%;
}
.schedule-later {
	margin: 20px 0;
}

.schedule-later ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.schedule-later ul li {
	margin: 10px 0;
}
.schedule-later ul li a {
	display: block;
	font-size: 16px;
	color: #226c78;
}
.schedule-later ul li a.active,
.schedule-later ul li a:hover,
.schedule-later ul li a:focus {
	color: #59b541;
	text-decoration: none;
}
.schedule-later ul li a span {
	float: right;
}
.skedyul-mo-na {
	margin: 10px 0;
}

/*//////////////////////////// KAE EDITS /////////////////////////*/
/*Page Styles*/
.backlink-pg  {
	margin-top: 50px;
}

.bg-white {
	background: #fff;
}

.bg-gray{
	background: #e1e1e1;
}

.red {
	color: #cd4343;
}

.paddingtop {
	padding-top: 35px;
}

.paddingbottom {
	padding-bottom: 35px;
}

.blue-border {
	border: 1px solid #e3eff8;
}
.input-lg {
	height: 39px !important;
}

.btn-grey {
  color: #fff;
  background-color: #ccc;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #888;
}

.btn-green {
  background: #428BCA;
}

.btn-grey {
	background: #808080;
}

.btn-red2 {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
	background: rgba(219,81,81,1);
	background: -moz-linear-gradient(top, rgba(219,81,81,1) 0%, rgba(201,63,63,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,81,81,1)), color-stop(100%, rgba(201,63,63,1)));
	background: -webkit-linear-gradient(top, rgba(219,81,81,1) 0%, rgba(201,63,63,1) 100%);
	background: -o-linear-gradient(top, rgba(219,81,81,1) 0%, rgba(201,63,63,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,81,81,1) 0%, rgba(201,63,63,1) 100%);
	background: linear-gradient(to bottom, rgba(219,81,81,1) 0%, rgba(201,63,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5151', endColorstr='#c93f3f', GradientType=0 );
}

.btn-red2:hover,
.btn-red2:focus,
.btn-red2:active,
.btn-red2.active,
.open > .dropdown-toggle.btn-red2 {
  color: #fff;
  background-color: #c34949;
}

/*.backlink-pg .container {
	margin-top: 50px;
}*/

.alignright {
	float: right
}

.alignleft {
	float: left;
}

.margintop {
	margin-top: 15px;
}

.marginleft {
	margin-left: 20px;
	margin-bottom: 0;
}

.center {
	margin: 0 auto
}

.text-center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.purple {
	color: #333366;
}

.pink {
	color: #fa3366;
}

.yellow {
	color: #ffc600;
}

/*HEADER*/
ul.header-icons1{
	list-style: none;
	padding: 0px;
	float: right;
}
ul.header-icons1 li{
	float: left;
	text-align: center;
	padding: 0 20px 5px 20px;
	margin: 0 5px;
	display: inline-block;
	border-bottom: 5px #CCC solid;
	-webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  cursor: pointer;
}
ul.header-icons1 li a{
	text-transform: uppercase;
	font: 14px ubuntubold;
	color: #999999;
	text-decoration: none;
}
ul.header-icons1 li:hover,
ul.header-icons1 li.active{
	border-bottom: 5px #333 solid;
}
ul.header-icons1 li:hover a,
ul.header-icons1 li.active a{
	color: #333;
}
ul.header-icons {
	list-style: none;
	padding: 0;
	margin: -24px 0 0 0;
	float: right;
}
ul.header-icons > li {
	float: left;
	height: 120px;
	width: 72px;
	text-align: center;
	margin: 0 7px;
}
ul.header-icons > li > a {
	color: #2d7581;
	font-size: 13px;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;

}
ul.header-icons > li > a > span {
	display: table;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin: 5px auto 10px;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
	border: 1px solid #8dd3e0;
	background: #8dd3e0;
	position: relative;
}
ul.header-icons > li > a:hover > span,
ul.header-icons > li > a.active > span {
	border: 30px solid #589aaa;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
}
ul.header-icons > li > a > img {
	position: absolute;
	top: 13px;
	left: 18px;
	z-index: 2;
}

/*VERIFY / VERIFIED PAGE*/
.verify-img {
	padding-right: 0;
}

.verify-desc {
	font-family: 'open_sansregular';
	color: #666666;
	margin-top: 0
}

.verify-desc span {
	color: #579ba8
}

.border {
	border: 1px solid red
}

.form-sec {
	margin-bottom: 10px;
}

.form-sec button {
	font-size: 10px;
	padding: 2px 4px;
	position: absolute;
	right: 23px;
	top: 14px;
	z-index: 10;
}

/*ABOUT YOU PAGE*/
.about-you-form {
	/*padding-top: 35px;*/
}

.confidential {
	font-size: 11px;
	font-family: 'open_sansregular';
	display: inline-block;
	position: absolute;
	top: 13px;
}

.confidential1 {
	left: 160px;
}

.confidential2 {
	left: 317px
}

.confidential span {
	padding: 1px 10px 2px;
	margin-bottom: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f06d6d;
	color: #fff
}
.about-you-form, .about-you-form-therapist {
	font-size: 16px;
	color: #666666;
}

.about-you-form .form-group {
	margin-left: 35px;
}

.about-you-form label {
	margin-bottom: 0 !important;
}

.about-you-form .question11 {
	margin-top: 25px;
	float: left;
}

.about-you-form .question2 .form-group {
	margin-bottom: 0 !important;
}

.about-you-form .question3 {
	margin-top: 10px;
}

.about-you-form .radio, 
.about-you-form .checkbox {
	margin-top: 5px !important
}

.form-section {
	/*padding-bottom: 10px;*/
	font-size: 14px;
}
.z-item-odd{
	background-color: #f6f6f6 !important;
	padding: 5px 10px;
	margin: 0 15px 4px;
}
.z-item-even{
	background-color: #ffffff !important;
	padding: 5px 10px;
	margin-bottom: 4px;
	margin: 0 15px 4px;
}
.form-section input,
.form-section select {
	margin-top: 15px;
}

#patient-form-edit .form-section input,
#patient-form-edit .form-section select {
	margin-top: 0 !important;
}

.about-you-form #patient-form-edit .radio, 
.about-you-form #patient-form-edit .checkbox {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.form-section .radio-inline input {
	margin-top: 4px !important
}

.form-section .radio-inline {
	width: 110px;
}

.pain-range {
	color: #666666;
	font-size: 22px !important;
	text-align: center;
}

.select-field select {
    background: url('../img/about-you/arrow.png') no-repeat right;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor: pointer;
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
    height: 39px;
} 

/*ABOUT YOU FOLLOW UP PAGE*/
.question0 {
	/*position: absolute;
	left: -271px;
	top: -95px;*/
	font-family: 'open_sansbold';
	padding: 30px 0 10px 20px;
	border-top: 5px solid #edf7f9;
	border-bottom: 5px solid #edf7f9;
	margin-bottom: 15px;
}

.question2 a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.question2 .popover {
	min-width: 260px !important;
}

.question2 ul {
	padding-left: 10px;
	/*color: #579ba8;*/
}

.question2 ul span {
	color: #666666;
}

.question2 ul li {
	margin-top: 10px;
}

.question2 .popover-title {
	font-family: 'open_sansregular'
}

.updated {
	font-size: 11px;
	font-family: 'open_sansregular';
	display: inline-block;
	padding: 1px 10px;
	margin-bottom: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4ec420;
	color: #fff
}

.form-section em {
	padding-left: 16.5px;
}

/*PATIENT / PROVIDER DASHBOARD PAGE*/
.provider-nav,
.patient-nav {
	position: relative;
}

.patient-nav .patient-menu,
.provider-nav .provider-menu{
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	right: 0;
}

.patient-breadcrumb {
	position: relative;
}

.patient-navbar {
	position: absolute;
	top: 83px;
}

	ul.patient-menu-nav {
		padding-left: 0;
		list-style: none;
		position: absolute;
		top: 94px;
	}

		ul.patient-menu-nav li {
			display: inline-block;
			padding-right: 15px;
		}

		ul.patient-menu-nav li a{
			color: #666666
		}

		ul.patient-menu-nav li a.active {
			font-family: 'open_sansbold'
		}

		ul.patient-menu-nav li.level1:after {
			content: "\f105";
			font-family: 'FontAwesome';
			padding-left: 15px;
			font-size: 15px;
		}

.blue-bar {
	padding: 20px 30px;
	background: #4684c3;
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
	/*margin-left: 15px;
	margin-right: 15px;
	padding: 20px 15px; 
	text-align: center;*/
}

.blue-bar .form-group {
	margin-left: 0px;
	font-size: 14px;
}

.pd-content {
	background: #fff;
	margin-top: 15px;
	padding-bottom: 60px;
}

.pr-content {
	margin: 15px 15px 0 15px;
	background: #fff;
	padding-bottom: 60px;
}

.pd-content h6,
.pr-content h6{
	padding: 12px 0 15px 0;
	border-bottom: 1px solid #d3e4f5;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	padding-left: 12px;
}

.pr-content h6 {
	margin-bottom: 40px;
}

.pd-content h6 i,
.pr-content h6 i {
	padding-right: 7px;
}

.activity-table i {
	font-size: 25px;
	background: #b2d0ef;
	border-radius: 100%;
	padding: 8px 12px;
	color: #fff;
}

.activity-table .row,
.events-table .row {
	border-top: 2px solid rgba(0,0,0,0) !important;
}

.activity-table {
	/*background: url('../img/line-bg.jpg') no-repeat;*/
	background-size: 17% 100%
}

.activity-table .left-column {
	text-align: center;
}

.activity-table .right-column {
	padding-bottom: 15px;
}

	.activity-table .activity-name {
		color: #333;
		font-size: 15px;
	}

	.activity-table .activity-time-stamp {
		color: #999;
		font-size: 13px;
	}

.pr-content .events-table {
	border-bottom: 1px solid #d3e4f5; 
	margin-bottom: 20px;
}

.latest-session {
	margin-bottom: 40px;
}

.latest-session button {
	font-size: 15px;
	width: 100%
}

.events-table .left-column {
	text-align: center;
	color: #666666
}

	.events-table .event-month {
		font-size: 14px;
	}

	.events-table .event-day {
		font-size: 46px;
		font-family: 'open_sansbold'
	}

.events-table .right-column {
	color: #666666;
	padding-bottom: 20px;
}

	.events-table .event-provider,
	.events-table .event-patient {
		font-family: 'open_sansbold'
	}

	.events-table .event-time {
		color: #669933;
	}

	.session-col h3,
	.session-col h4 {
		color: #666666
	}

.btn-lt-blue {
  color: #ffffff;
  background-color: #579ba8;
}
.btn-lt-blue:hover,
.btn-lt-blue:focus,
.btn-lt-blue:active,
.btn-lt-blue.active,
.open > .dropdown-toggle.btn-lt-blue {
  color: #ffffff;
  background-color: #579ba8;
  -webkit-transition: all 300ms ;
  -moz-transition: all 300ms ;
  -ms-transition: all 300ms ;
  -o-transition: all 300ms ;
  transition: all 300ms ;
  outline: none;
}

/*PROFILE*/
#update-profile i {
	cursor: pointer;
}

#update-profile i:hover {
	color: #1f6f7e
}

.delete-dependent-modal .btn {
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
}

.delete-dependent-modal .fd-modal-title {
	font-family: 'open_sansregular';
}

/*PRIVACY POLICY*/
.privacy-pg {
	padding-top: 60px;
}

.privacy-content {
	background: #fff;
	padding: 20px 50px 20px 10px;
}

.privacy-content ol li {
	margin-bottom: 30px;
}

.privacy-content ol li ul li {
	margin-bottom: 10px;
}

/*FRONT DESK DASHBOARD*/
table {
	margin: 0 auto;
	width: 100% !important;
}

table .col-sm-1 {
	width: 8.3% !important
}

table .col-sm-2 {
	width: 16.67% !important
}

table .col-sm-3 {
	width: 25% !important
}

table .col-sm-4 {
	width: 33.33% !important
}

table .col-sm-5 {
	width: 41.67% !important
}

table .col-sm-6 {
	width: 50% !important
}
table .phone {
	width: 10.5% !important
}
table .birthdate {
	width: 15% !important
}



.table .row {
	border-top: 2px solid rgba(0,0,0,0) !important;
}

.nlfw-green {
	color: #00bf00
}

.fd-content {
	background: #fff;
	padding: 50px 5px;
	margin: 15px 15px 0 15px;
	background: #fff;
	min-height: 40vh
}
.im-dashboard-table-wrap .fd-content{
	padding: 0 0 25px 0;
	margin: 42px 15px 0 15px;
}
.frontdesk-header-msg {
	font-size: 20px;
}

.frontdesk-table {
	color: #666666;
	font-size: 14px;
	line-height: 50px;
}
	
	.frontdesk-table .email {
		font-size: 12px;
		line-height: 13px !important;
		padding: 22px 0 12px !important
	}
	.table-col-title {
		font-size: 12px;
		font-family: 'open_sansregular';
		/*font-family: 'open_sansbold';*/
		border-bottom: 5px solid  #e0e0e0;
		/*border-bottom: 5px solid #e9e9e9;*/
	}

	.fd-patient-details {
		border-bottom: 2px solid #e0e0e0;
	}

	.fd-patient-details td {
		line-height: 32px !important;
		padding: 13px 7px 0 !important;
	}

	ul.fontdesk-actions {
		list-style: none;
		text-align: left;
		padding-left: 0 !important;
	}

	ul.fontdesk-actions li {
		display: inline-block;
		padding-right: 8px;
		padding-left: 5px;
		vertical-align: middle;
	}
	ul.fontdesk-actions li span{
		display: inline-block;
	}
	ul.fontdesk-actions li.border-left-actions{
		padding-left: 15px;
    	border-left: 3px #e0e0e0 solid;
	}

	ul.fontdesk-actions li a i {
		font-size: 25px;
		color: #848383;
	}
	ul.fontdesk-actions li a,
	ul.fontdesk-actions li a i{
		display: inline-block;
		vertical-align: middle;
	}
	ul.fontdesk-actions li a img{
		margin-top: -8px;
	}

	ul.fontdesk-actions li a:hover i {
		color: #336699;
	}
	.frontdesk-table .grey-row {
		background: #f6f6f6
	}
	.favorite i {
		vertical-align: middle;
	}
.fd-modal {
	color: #666666;
}

	.fd-modal .fd-modal-title {
		font-family: 'open_sansregular';
	}

	.fd-modal .row {
		padding-top: 8px;
	}

	.fd-modal .fd-field-name {
		text-align: right;
		line-height: 50px;
	}

	.fd-modal .fd-field-checkboxes {
		line-height: 50px;
	}

	.fd-modal .fd-field-checkboxes label {
		margin-right: 15px;
	}

	#popup-fd-send .patient-name,
	#popup-fd-sms .patient-name {
		background: #f0f0f0
	}

	#popup-fd-patient input {
		-webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        margin-left: 15px;
	}

	.fd-modal label {
		font-family: 'open_sansregular';
		font-weight: 300 !important;
	}

	.fd-modal .btn {
		width: 100%;
		line-height: 20px;
		font-size: 15px;
		margin-bottom: 10px;
	}

input[type="file"] {
	padding: 0;
	border: none;
	box-shadow: none !important;
}

/*PROVIDER DASHBOARD*/
.calendar-sched {
	margin-bottom: 60px;
}

.clients {
	line-height: 40px;
	color: #666666;
}

.bold {
	font-family: 'OpenSansB'
}

.clients-heading {
	margin-bottom: 30px;
}

.clients-table {
	line-height: 50px !important
}
.clients-table .clients-table-header {
	border-top: 2px solid #d3e4f5 !important;
	/*border-bottom: 2px solid #dddddd;*/
	border-bottom: 5px solid #e0e0e0;
}

.clients-table span {
	padding: 10px 0;
	display: block
}

.clients-table-content-grey {
	background: #f9f9f9
}

.prov-content {
	background: #fff;
	padding: 20px 10px;
	margin: 15px 15px 0 15px;
	background: #fff;
	min-height: 50vh;
}

.prov-dash-content ul.nav-tabs:not(#views) {
	margin: 0 30px;
	font-family: 'OpenSansB';
	font-size: 16px;
}

	.prov-dash-content ul.nav-tabs:not(#views) li.active a i {
		color: #fff;
		background: #38b64b;
	}


	.prov-dash-content ul.nav-tabs:not(#views) li {
		background: #f6f6f6;
	}

	.prov-dash-content ul.nav-tabs:not(#views) li a {
		color: #666;
		border: 1px solid #e8e8e8;
	}

	.prov-dash-content ul.nav-tabs:not(#views) li a i {
		padding: 4px 8px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-left: 6px;
		background: #cbcbcb
	}

.inline-block {
	display: inline-block;
	padding-right: 8px;
}

.instant-meeting-dropdown {
	margin-right: 15px;
}

select [value="enabled"] {
    color: #666666 !important;
    background: #fff !important
}

select [value="disabled"] {
	color: #666666 !important;
    background: #fff !important
}

/*SEARCH ALPHABET*/
ul.search-alphabet {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
}

	ul.search-alphabet li {
		display: inline-block;
		padding: 10px 8.5px;
	}

.searchbar {
	/*margin-top: 25px;*/
}

/*THERAPIST CALL WINDOW*/
.small-video-container2 {
	/*width: 200px;*/
	position: absolute;
	top: 10px;
	right: 10px;
}

.small-video-container2 img {
	position: absolute;
	top: 0;
	right: 0;
}

#therapist-callbox {
	width: 146px !important;
	height: 108px !important;
	position: initial;
}

.big-video-container {
	position: relative;
}

.window-nav-tab {
	padding-right: 0;
}
.window-nav-tab ul{
	padding-left: 0;
	float: right;
}

.window-nav-tab ul li{
	display: block;
	padding: 0;
	width: 100%;
}

.window-nav-tab .nav-tabs > li.active > a, 
.window-nav-tab .nav-tabs > li.active > a:hover, 
.window-nav-tab .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #478c99;
}

.window-nav-tab .nav-tabs li {
	border-radius: none !important;
	border-top: 2px solid #fff;
	background: rgba(233,245,246,1);
	background: -moz-linear-gradient(top, rgba(233,245,246,1) 0%, rgba(220,232,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,245,246,1)), color-stop(100%, rgba(220,232,227,1)));
	background: -webkit-linear-gradient(top, rgba(233,245,246,1) 0%, rgba(220,232,227,1) 100%);
	background: -o-linear-gradient(top, rgba(233,245,246,1) 0%, rgba(220,232,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,245,246,1) 0%, rgba(220,232,227,1) 100%);
	background: linear-gradient(to bottom, rgba(233,245,246,1) 0%, rgba(220,232,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f5f6', endColorstr='#dce8e3', GradientType=0 );
	padding: 2px 0;
}

.window-nav-tab .nav-tabs li a {
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	font-family: 'OpenSansB';
	margin-right: 0 !important;
	border-radius: none !important
}

.window-nav-tab .nav-tabs li:hover a {
	background: #478c99 !important;
	color: #fff;
}

.below-window-tab {
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 13px;
	/*min-height: 174px;*/
	/*padding: 10px;*/
	font-size: 13px;
}

	.tab-content-title {
		text-transform: uppercase;
		font-size: 13px;
		color: #999;
		font-family: 'open_sanslight'
	}

	.tab-content-large {
		font-size: 23px;
	}

	.tab-patient-name {
		font-size: 18px;
	}

	.patient-email-addr {
		font-size: 11px;
	}

	.patient-info-search i {
		color: #347b87;
		font-size: 11px;
		padding: 4px 7px;
		background: #dce8ea;
		border: 1px solid #ccc;
	}

	.patient-info-search iframe {
		margin-top: 15px;
	}

	.right-tab-content {
		background: #dce8ea;
		border: 1px solid #ccc;
		height: 98.5vh;
		padding: 15px !important;
		position: relative;
		overflow-y: scroll;
	}

	.tab-radio-group label {
		font-family: 'open_sansbold';
		display: block;
		margin-bottom: 20px;
	}

	#qs-content,
	#fs-content {
		margin-bottom: 20px;
	}

	ul.maps-legend {
		padding-left: 0;
		list-style: none;
		margin-top: 13px;
	}

	ul.maps-legend li {
		display: inline-block;
	}

	ul.maps-legend li.choices {
		padding-right: 12px;
	}

	.right-tab-content .btn-red2 {
		margin-right: 10px;
		margin-top: 20px;
	}

	.below-window-tab .date-row {
		background: #e9f5f6;
		padding: 0 5px !important;
	}

	.below-window-tab .date-row .row {
		border-bottom: 1px solid #fff;
		padding: 5px 0;
	}

	.below-window-tab .calendar-link {
		text-align: center;
		margin-bottom: 10px;
	}

		.below-window-tab .calendar-link a {
			color: #4e93a0;
			border: 1px solid #4e93a0;
			margin: 7px 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 3.5px 2px;
			display: block;
			font-size: 11px;
		}

	.patient-window-details

	.window-pname {
		padding-top: 10px;
		border-bottom: 1px solid #e9f5f6;
		margin-bottom: 7px !important;
	}

ul.therapist-video-list {
	padding-left: 0;
	list-style: none;
	color: #4e929f;
	text-align: center;
}

	ul.therapist-video-list a {
		color: #4e929f;
	}
	
	ul.therapist-video-list li {
		display: inline-block;
		width: 32.5%;
		text-align: left;
	}

	.therapist-video-list-content {
		width: 85%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.therapist-video-thumb {
		width: 100%;
		height: 100px;
		background: #ededed;
		border: 1px solid #ccc;
		margin-bottom: 7px;
		overflow: hidden;
	}

	.therapist-video-thumb i {
		font-size: 30px;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -30px;
		text-align: center;
	}

.therapist-note {
	margin-bottom: 15px;
}

	.therapist-note-content {
		background: rgba(255,255,255,0.8);
		border: 1px solid #ccc;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}


/*VIDEO CALL*/
.video-container {
	/*margin-top: 80px;*/
	margin-top: 10px;
}

.patient-window-bottom .small-video-container {
	/*position: absolute;
	bottom: 39px;
	right: 15px;
	width: 70% !important; */
}

.patient-window-bottom .me-buttons {
	/*position: absolute;
	bottom: 30px;
	left: 5px;*/
}

.patient-window-bottom .small-video-name {
	font-size: 12px;
}
.patient-container{
	background-color: #ffffff;
}
.big-video-container,
.small-video-container {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.big-video-name,
.small-video-name {
	float: left;
	width: 100%;
	background: #666666;
	color: #fff;
}
.big-video-name {
	padding: 15px;
	font-size: 30px;
}
.small-video-name {
	padding: 10px 15px;
	font-size: 20px;	
}


.me-buttons {
    float: left;
    width: 100%;
    margin: 0;
    background: #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
        /*-webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;*/
}
.me-buttons ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    text-align: left;
}
.me-buttons ul li {
    display: inline-block;
    margin-left: 5px;
    width: 70px;
    vertical-align: top;
}
.me-buttons ul li.time {
    width: 150px;
    text-align: right;
    font-size: 26px;
    font-family: 'Days One', sans-serif;
}

.btn-white {
    border: 1px solid #ffffff;
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 70px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
.btn-white:hover {
    outline: none;
    color: #333;
    background: #dde9eb; 
    border-color: #fff;

}
.btn-white:focus,
.btn-white:active {
    outline: none;
}
.btn-white:active {
    outline: none;
    background: #dde9eb; 
}


.btn-red {
    border: 1px solid #c83e3e;
    background: #c83e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #c83e3e 0%, #dc5252 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c83e3e), color-stop(100%,#dc5252)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c83e3e 0%,#dc5252 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c83e3e 0%,#dc5252 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c83e3e 0%,#dc5252 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c83e3e 0%,#dc5252 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c83e3e', endColorstr='#dc5252',GradientType=0 ); /* IE6-9 */
    width: 70px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}
.btn-red:hover {
    outline: none;
    color: #fff;
    background: #c83a3a; 

}
.btn-red:focus,
.btn-red:active {
    outline: none;
}
.btn-red:active {
    outline: none;
    background: #c83a3a; 
}


.info-documentation-container {
	/*float: left;
	width: 100%;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	background: #fff;
	min-height: 95vh;*/
}
.info-documentation-container .tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.info-documentation-container .tabs li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #b6cfd7;
	float: left;
}
.info-documentation-container .tabs li a {
	border-bottom: 6px solid transparent;
	padding: 5px 5%;
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: -3px;
	text-decoration: none;
	color: #666666;
}
.info-documentation-container .tabs li a:hover,
.info-documentation-container .tabs li.active a {
	border-bottom: 6px solid #579ba8;
}

.info-documentation-container label {
	font-weight: 300;
}

.info-documentation-container .checkbox {
	margin: 0 !important;
	height: 20px !important
}

.info-documentation-container .checkbox label {
	line-height: 39px;
}

.info-documentation-container .form-section {
	margin-top: 15px;
}

.info-documentation-container .question11 {
	float: left;
	display: block;
	width: 100%;
	padding-top: 20px;
}

.info-documentation-container .question9 .col-sm-8 {
	padding-left: 0;
}

.info {
	width: 25%;
}
.documentation {
	width: 50%;
}

.triage {
	width: 25%;
}

.triage-content {
	padding: 0px 0 0;
}
.triage-content label{
	font-weight: normal;
}

#info,
#triage,
/*#documentation*/ {
	padding: 20px 0;
	float: left;
	width: 100%;
	height: 85vh;
	overflow-y: scroll;
}

#triage .form-group {
	margin-left: 10px;
	margin-top: 15px;
}

#triage .question8 .col-sm-4,
#triage .question8 .col-sm-8,
#triage .question9 .col-sm-4,
#triage .question9 .col-sm-8 {
	display: block;
	width: 100%;
}

.info-documentation-container .fa-flag {
	font-size: 33px;
	color: #cd4343;
}
.hl-gray {
	color: #999;
}
#info .item {
	font-size: 16px;
}

/*FOOTER BACKLINK*/
.footer-backlink {
	background-color: #333;
	padding: 30px 0;
	margin-top: 80px;
}

.footer-backlink .copyright {
	color: #999;
	line-height: 20px;
}

/*KEVIN EDITS*/
	.noselect {
	  -webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none;   /* Chrome/Safari/Opera */
	  -khtml-user-select: none;    /* Konqueror */
	  -moz-user-select: none;      /* Firefox */
	  -ms-user-select: none;       /* Internet Explorer/Edge */
	  user-select: none;           /* Non-prefixed version, currently
	                                  not supported by any browser */
	}

   #table-3dmaps{
   		border-spacing: 0px; 
   }

   #table-3dmaps tr td{
   	  border: #9d9e9e solid 1px;
   	  user-select: none;
   	  -moz-user-select: none;
   	  text-align: center;
   }
   #table-3dmaps th{
   	 color: #FFF;
   	 font: 18px open_sansbold;
   	 line-height: 20px;
   	 text-align: center;
   }
   #table-3dmaps th:nth-child(1),.table-headings th:nth-child(5){
   	background: #333366;
   }
   #table-3dmaps th:nth-child(2),.table-headings th:nth-child(6){
   	background: #fa3366;
   }
   #table-3dmaps th:nth-child(3),.table-headings th:nth-child(7){
   	background: #ffc600;
   }

   .no-border{
   	border: none !important;
   	text-align: center;
   }

    .no-border img{
    vertical-align: middle;
   }

   /* POSITIONING */
   #table-3dmaps .to-right{
   		float: right;
   }

   #table-3dmaps .to-left{
   		float: left;
   }
   #table-3dmaps .clickable{
   	 cursor: pointer;
   }
   #table-3dmaps .adjust-left{
   		padding-right: 5px;
   }
   #table-3dmaps .small-img{
   	 width: 15%;
   }
   #table-3dmaps canvas{
   	width: inherit !important;
   	height: 40px !important;
   }
   #table-3dmaps .checkBox input{
     display: none;
   }
   #table-3dmaps .checkBox span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px #9D9E9E solid;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

    #table-3dmaps .checkBox input:checked + span {
    background: green;
	}

	#table-3dmaps .no-border ul {
		list-style: none;
		padding-left: 0;
		min-width: 115px;
	}

	#table-3dmaps .no-border ul li {
		display: inline-block;
	}

	#table-3dmaps .no-border ul li img {
		width: 80%
	}

	/*#table-3dmaps .img-wrapper{
		width: 155px !important;
	}*/


@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/ /*Safari*/
    
}
/* patient form checkbox */
form#patient-form .checkbox label input{
	margin-top: 5px;
}

form#patient-form span.checkbox{
	margin-bottom: -5px;
}

form#patient-form span.checkbox.no-questions{
	margin-bottom: -25px;
}

form#patient-form .checkbox.others-option label input{
	margin-top: 22px;
}

form#patient-form span.checkbox.others-option{
	margin-top: -5px;
}

form#patient-form div.checkbox.others-option{
	margin-top: -5px;
}

/* form labels for patient form */
form#patient-form label{
	font-weight: 100;
}

/* patient form error style for text field for checkbox others */
.response.has-error span.goog-inline-block input {
	border-color: #a94442;
}

/*Horizontal rule styling for dependent's form*/
hr.dependent {
	border: 0; height:2px; background: #333;
}
.wait{
	cursor: progress !important;
}

/* active item in History of therapist call window */
.activity-table .row{
	padding: 0;
}
	.activity-table .row:hover{
		background-color: #E3ECEF;
	}
.activity-table .row a{
	padding: 8px 16px 0 8px;
	display: block;
}
	.activity-table .row a:hover{
		text-decoration: none;
	}
.activity-table .row.active{
	background-color: #CEDDE5;
}
.activity-table .row.active a{
	text-decoration: none;
}

/*Calendar Table disable Previous dates*/
.disabled{
   	cursor: not-allowed;
	/*background: #d6d6c2;*/
	opacity: .5;
}

.registered i{
	color: green !important;
	/*cursor: not-allowed !important;*/
}
.fc h2 {
   font-size: 15px;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 2.75em !important;
}

.form-style {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 25px;
    padding-bottom: 50px;
	color: inherit;
    background-color: #eee;
}

input[type='checkbox'], .pointer{
	cursor: pointer;
}

#contextMenu {
  position: fixed;
  display:none;
}
/*therapist dashboard expand clickable area*/
.expand-hover {
  display:inline-block;
  position:relative;
}
.expand-hover:before {
  content:'';
  position:absolute;
  top:-1em;
  left:-1em;
  right:-1em;
  bottom:-1em;
}

/*Triage*/
#triage-content, #edit-triage-content{
    overflow: auto;
    height: 70vh;
}
.triage-content{
	padding: 15px 0;
}

.triage-notes{
	font-style: italic;
    padding-left: 21px;
    font-size: 11px;
}

.triage-notes-extended{
	font-style: italic;
    padding-left: 45px;
    font-size: 11px;
}


/* frontdesk dashboard, therapist dashboard, company dashboard and provider dashboards icons resize to 20px*/
.navTabs-li a{
	font-family: open_sansbold;
}
.fontdesk-actions li a i{
	font-size:20px !important;
}
.fontdesk-actions li a i.fa-mobile{
	font-size:25px !important;
}
table.dataTable.no-footer{
	border-color: #e0e0e0 !important;
}
#tbl-front-desk td{
	border-color: #e0e0e0 !important;
}
#tbl-therapist thead td,
#tbl-therapist-archived thead td,
#tbl-therapist-favorites thead td{
	text-align: center !important;
}
#tbl-therapist td{
	border-color: #e0e0e0 !important;
	font-size: 12px;
}
#tbl-therapist-archived td,
#tbl-therapist-favorites td{
	border-color: #e0e0e0 !important;
	font-size: 12px;
	text-align: center;
}
#tbl-therapist tbody tr td ul.fontdesk-actions li a i,
#tbl-therapist-archived tbody tr td ul.fontdesk-actions li a i,
#tbl-therapist-favorites tbody tr td ul.fontdesk-actions li a i
{
	font-size:17px !important;
}
#tbl-therapist tr:nth-child(even),
#tbl-therapist-archived tr:nth-child(even),
#tbl-therapist-favorites tr:nth-child(even) {
	background: #F7f7f7}
#tbl-therapist tr:nth-child(odd),
#tbl-therapist-archived tr:nth-child(odd),
#tbl-therapist-favorites tr:nth-child(odd){
	background: #FFF}
/*Sweet alert customized button style when appointment is greater than one hour*/
.swal-confirm-btn
{
	margin-right:1%;
}
.swal-cancel-btn
{
	margin-left:1%;
}
/*Resize patient lookup at front desk dashboard*/
#patient-look-up
{
	font-size:14px !important;
}
.breadcrumbs{
	top: 94px;
	font-family: 'oswaldbook';
	font-size: 14px;
	color: #29727e;
}
.breadcrumbs a{
	text-decoration: none;
	color: #29727e;
}
.breadcrumbs a:hover{
	text-decoration: underline;
	-webkit-transition: border 300ms ;
	-moz-transition: border 300ms ;
	-ms-transition: border 300ms ;
	-o-transition: border 300ms ;
	transition: border 300ms ;
}
.breadcrumbs .active{
	color: #666;
}

/*Chat*/
.chat-panel{
    position: fixed;
    bottom: 0;
    right: 0;
   	background-color: rgb(192, 230, 236);
    padding-left: 25px;
    padding-right: 20px;
    z-index: 99999;
}
.chat-header{
	background-color: #64aabf;
	cursor: pointer;
}
.chat-textarea{
	padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 19px;
}
.chat-button{
	margin-top: 5px;
    margin-left: -12px;
    padding-right: 8px;
/*    padding-bottom: 15px;
    padding-top: 13px*/;
    background-color: #64aabf;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
	.date-chat-h{
		font-size: 12px;
	}
	.msg-chat{
		font-size: 13px;
		padding: 0 13px;
	}
.chat-time{
	text-transform: uppercase !important;
}	
.chat-name,
.chat-time{
    /*font-weight: bolder;*/
    text-transform: capitalize;
    /*color: #468c98;*/
    color: #333;
    /*font: 14px open_sansbold;*/
    font: 10px open_sansregular;
}
.chat-text{
	padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.chat-message-window{
	margin-left: -20px;
    margin-right: -25px;
    /* border-radius: 19px; */
}
.chat-container-im{
	height: 525px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
}
.chat-close{
	margin-top: 10px;
    margin-bottom: 10px;
    color: #64aabf;
    cursor: pointer;
}
.chat-therapist{
	width: 90%;
    margin-left: 6%;
    margin-top: 2%;
}
.btn-chat{
	margin-left: -45px;
    background-color: #64aabf;
}
.chat-wrapper{
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#messages { 
	list-style-type: none; 
	margin-left: -11px !important;
    margin-right: -11px !important;
    padding-top: 5px !important;
	margin: 0; 
	padding: 0; 
}
#messages li { 
	padding: 5px 10px; 
}
/*#messages li:nth-child(odd) { 
	background: #eee; 
}*/

.chat-mine{
	background-color: #d0f3f1;
	/*background-color: #f1f6f9;*/
	margin-bottom: 5px;
	border-radius: 4px;
}
.chat-padding{
	padding-left: 15px;
    padding-right: 15px;
}
.chat-yours{
	background-color: #e6eff9; 
	margin-bottom: 5px;	
	border-radius: 4px;
}

.triage-checkbox{
  opacity: 1 !important; 
  width: auto !important; 
  height: auto !important; 
}

.progress-section{
	padding-right: 5px !important;
	padding-left: 5px !important;
	padding-top: 10px !important;
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #56adad;
}
/* -------------- LOG IN STYLE ------------------- */

  .splash-page .nav-tabs,
  .splash-page .nav-tabs li.active a{
    margin: 0px !important;
  }
  .splash-page .nav-tabs li a{
    color: #666666;
    margin: 0px !important;
  }
  .splash-page .nav-tabs li{
    width: 50%;
    text-align: center;
    cursor: pointer;
    margin: 0px !important;
  }
  .splash-page .nav-tabs>li>a{
    border: 0px;
  }
  .splash-page .nav-tabs>li.active>a:focus,
  .splash-page .nav-tabs>li.active>a:hover,
  .splash-page .nav-tabs li.active a,
  .splash-page .nav-tabs li.active{
    background-color: #eee;
   margin: 0px !important;
       border: 0px;
  }
  .splash-page .nav-tabs>li.active>a,
  .splash-page .nav-tabs>li.active>a:focus,
  .splash-page .nav-tabs>li.active>a:hover{
    margin: 0px !important;
  }
  .splash-page .nav-tabs li a:hover,
  .splash-page .nav-tabs li.active a:hover{
      }

  .splash-page .nav-tabs li:nth-child(1) a,
  .splash-page .nav-tabs li:nth-child(1){
    -webkit-border-top-left-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    border-top-left-radius: 20px !important;
  }

  .splash-page .nav-tabs li:nth-child(2) a,
  .splash-page .nav-tabs li:nth-child(2){
    -webkit-border-top-right-radius: 20px !important;
    -moz-border-radius-topright: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .splash-page .sp-img-wrapper img{
  	width: 140px;
  }   
  .splash-page .sp-img-wrapper {
    margin: 0px auto;
    text-align: center;
    padding: 5% 0px 0px 0px;
    z-index: 1;
  }
  .splash-page .ol-bg{
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: -1;  
  }
  .splash-page .form-wrapper{
  	width: 350px;
  	margin: 10px auto 0px auto;
  	background: rgba(255,255,255,0.8);
  	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    border: 1px solid #ccc;

  }
  .form-wrapper form{
  	padding: 10px 20px;
  }
  .form-header{
  	color: #666666;
  	font-size: 14px;
  }
  .m-top-btm-less{
    margin: 10px 0 !important;
  }
  .splash-page .m-top{
  	margin-top: 20px;
  }
  .splash-page .form-wrapper form input{
  	background: #efefef;
  }
  .splash-page .form-wrapper button.btn-front{
  	margin-bottom: 35px;
    height: 50px;
  }
	.btn-dgrey{
  	background: #535353;
  	color: #ffffff;
  }
	.btn-dgrey:hover{
  	color: #cfcfcf;
  	background: #535353; 
  }
  .splash-page .reset-all-margin{
  	margin: 0px;
  }


/* IM RECORDING MANAGE */
.im-video-list-wrapper{
	padding-right: 10px;
}
ul.im-video-list form .textarea-form-record{
	z-index: -1;
	margin-bottom: 3px;
	padding-right: 50px;
}
ul.im-video-list form .options-form-record{
	z-index: 1;
	margin-bottom: 0px;
    float: right;
}
ul.im-video-list form textarea{
	padding: 5px 0px 5px 5px !important;
}
ul.im-video-list form .options-form-record button{
	width: 50%;
	background: none;
	border: none;
	color: #666666;
	padding: 5px;
	z-index: 10;
	margin-bottom: 0px;
	cursor: pointer;
}
ul.im-video-list form .options-form-record button{
	font-size: 14px;
}
/* IM RECORDING */
#record-message{
	font: 15px open_sansbold;
}
.video-recorder-blinking-record{
	width: 20px !important;
	height: 20px !important;
}
.video-recorder-dashboard-under{
	background: none !important;
}
.video-recorder-font{
	font-size: 40px !important;
}
/* IM CALL WINDOWS HOVER */
	.recording-im{
	   color: #FF0000;
      -webkit-transition: all 300ms ;
      -moz-transition: all 300ms ;
      -ms-transition: all 300ms ;
      -o-transition: all 300ms ;
      transition: all 300ms;
	}
	.current-li-im{
		background-color: rgb(51,51,51);
	}
/* IM CLIENT WINDOW */
.video-opt-wrapper{
	transition: 300ms;
}
.btnChatHide{
	cursor: pointer;
}
#increaseWindow{
	font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    z-index: 20;
    margin-top: 2px;
}
#decreaseWindow{
	font-size: 20px;
    color: #FFF;
    position: absolute;
    right: 45px;
    top: 5px;
    cursor: pointer;
    z-index: 20;
    margin-top: 2px;
}
#sidebySide{
	font-size: 20px;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 20;
    width: 20px;
    /* margin-top: 2px; */
}
/*.therapist-window-im-pc{
	width: 100%;
}*/
.patient-window-im-pc{
	position: absolute;
    top: 0;
    right: 0;
}
.therapist-window-im-pc,
.patient-window-im-pc
{
	height: 100% !important;
}
/*#increaseWindow{
	font-size: 200px
}*/
/* IM CALLS THERAPIST AND PATIENT*/
.call-logo-im{
	width: 70px;
    margin: 0px auto;
}

/* IM VIDEO */
.search-modal-wrapper{
	padding: 0px;
    margin-bottom: 15px;
}
div.im-video-cont-wrapper{
	border-left: 2px solid #e0e0e0;
	
}
ul.im-video-list{
	overflow: auto;
    height: 300px;
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 100%;
}
ul.im-video-list li{
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	position: relative;
}
ul.im-video-list li a{
	font-size: 14px;
	color: #666666;
}
.name-email-pv-modal{
	font: 14px open_sansregular;
    float: right;
    padding-top: 15px;
}
.name-email-pv-modal span{
	padding-left: 15px;
	padding-right: 15px;
}
.limit-string-response{
	float: none !important;
    text-align: left;
    font-size: 10px;
}
.modal-video-description{
	display: block;
	text-align: left !important;
	font-size: 12px;
	color: #949494;
}
.add-desc-btn-modal-pv{
	margin-top: 10px;
	float: right;
	padding-right: 15px;
	cursor: pointer;
}

/*table Dashboards*/

#tbl-therapist_filter{
	display: none !important;
}

.not-active {
   	pointer-events: none;
   	cursor: default;
    opacity: .3;
}

/* GUIDE PAGE */
  .guide-page .top-content{
    margin: 0px auto;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 25px;
  }
  .guide-page-title{
    font: 30px open_sansbold;
    color: #333333;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
  }
  .guide-page-title span{
    display: block;
    font: 16px open_sansregular;
  }
  .gp-video-title{
    font: 16px open_sansbold;
    color: #333333;
    margin: 0px 0 20px 0;
  }
  .gp-video-list-wrapper{
    padding-top: 50px;
    background: rgba(255,255,255,0.6);
    padding: 40px 20px 10px 20px; 
  }
  .gp-video-list-wrapper iframe{
    width: 100%;
  }


/* FORGOT PASSWORD PAGE */
.form-title-one-choice{
	margin: 0px;
	font: 14px open_sansregular;
	text-transform: uppercase;
	padding: 10px 0;
	background: #eee;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.fp-wrapper .sp-img-wrapper{
	padding: 40px 0;
}

.form-wrapper-fp{
	width: 320px;
    margin: 10px auto 0px auto;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

#forgot-password-form{
	padding: 0 15px;
}

#forgot-password-form input{
	margin-top: 35px !important;
}

#forgot-password-form button{
	margin-bottom: 30px;
	margin-top: 12px;
}
#forgot-password-form span.text-danger{
	margin-bottom: 10px;
	margin-top: 12px;
	font-size: 10px;
	padding: 0px 0 10px 0;
    display: block;
    text-align: left;
}

#forgot-password-form .alert.alert-danger{
	margin-bottom: 0px !important;
}

#forgot-password-form a{
	color: #666666;
	padding-left: 8px;
}

/* LOGIN */
.pwrdby {
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.pwrdby p{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 12px;
    padding-right: 10px;
    color: #666666;
}

.pwrdby img{
	vertical-align: middle;
    width: 75px;
}
.dataTables_filter {
	display: none;
}
table.dataTable thead td
{
	border-bottom: 2px solid #e7e7e7!important;
}
.right-menu-hil{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* REGISTRATION PAGE */
.hp-reg-patient header{
	padding-top: 30px;
}

.register-patient-page h2.ph-sec-title{
	color: #333;
}

.register-patient-page h2.ph-sec-title a{
	color: #333;
}

.register-patient-page-form form.registration{
	padding-top: 25px;
}

/* TRIAGE */
.other-input{
	width: initial !important;
    display: inline-block !important;
}
.otherInput-cb{
	margin-top: 5px !important;
}

/* TAB CHAT */
.tc-chat-notes{
	height: inherit !important;
}

.tc-chat-notes .tab-pane{
	padding: 0px !important;
}

.h-notes-chat-tab{
	height: 450px !important;
}
.nav-chat-note li a.notes-session-tab:hover,
.nav-chat-note li.active a.notes-session-tab,
.nav-chat-note li.active a.notes-session-tab:focus,
.nav-chat-note li.active a.notes-session-tab:hover{
	background: #6eb2bf  !important;
	border-bottom: 2px #6eb2bf solid;
		color: #FFF;
}
.nav-chat-note li a.notes-test-tab:hover,
.nav-chat-note li.active a.notes-test-tab,
.nav-chat-note li.active a.notes-test-tab:focus,
.nav-chat-note li.active a.notes-test-tab:hover{
	background: #458b98  !important;
	border-bottom: 2px #458b98 solid;
	color: #FFF;
}
.nav-chat-note{
	border-bottom: 0px;
}
.nav-chat-note li{
	margin-bottom: -1px !important;
	background: none;
}
.nav-chat-note li a{
	font-size: 12px;
	border: 0px;
	color: #555;
	padding: 5px 8px;
}

.nav-chat-note li a i{
	font-size: 15px;
	vertical-align: middle;
	color: #fead00;
}
.nav-chat-note li.active a,
.nav-chat-note li.active a:focus,
.nav-chat-note li.active a:hover{
	background: #c0e6ec;
	border-bottom: 1px #c0e6ec solid;
	color: #555;
}

.nav-chat-note li a:hover{
	background: #c0e6ec;
}

.f-width{
	width: 100% !important;
}
.new-note-test-wrapper{
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
.btn-note-save{
	text-transform: uppercase;
}

.default-cb{
/*	opacity: 1 !important;
    width: initial !important;
    position: initial !important;
    z-index: initial !important;
    cursor: initial !important;
    height: initial !important;
    margin: initial !important;*/
}
.btn-note-save{
	font-size: 12px;
}
.addreport-label{
	font-size: 12px;
	font-weight: 300;
	color: #FFF;
}
.notessession-bg{
	background-color: #6eb2bf !important;
}
.notestest-bg{
	background-color: #458b98 !important;
}
.btn-rename{
	width: 50%;
    background: none;
    border: none;
    color: #666666;
    padding: 5px;
    z-index: 10;
    margin-bottom: 0px;
    cursor: pointer;
}

.loading-spinner {    
    background-image: url('../img/spinner.gif') !important;
    background-size: 25px 25px !important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}
.v-middle{
	vertical-align: middle;
}
.phil-wrapper{
	margin-top: 15px;
}
.page-heading-im-logged{
	padding-top: 0px !important;
}
#btn-record-athlete{
	padding: 4px 8px;
}




/* IMAGE WRAPPER */


.img-wrap {
	position: relative;
	overflow: hidden;
	
  }
  .img-wrap .img-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .img-wrap .img-content > img {
	max-width: 100%;
	width: auto;
  }
  .img-wrap.ratio-4-3 {
	padding-top: 75%;
  }
  .img-wrap.ratio-16-9 {
	padding-top: 56.25%;
  }
  .img-wrap.ratio-3-2 {
	padding-top: 66.66%;
  }
  .img-wrap.ratio-8-5 {
	padding-top: 62.5%;
  }