/*        TABLE OF CONTENTS:        			*/
/*		  0. Headings, text, generic styles  	*/
/*        1. Top menu		        			*/
/*        2. Home page hero banner  			*/
/*        3. Modal popups, modal videos   		*/
/*        4. Home page content blocks  			*/
/*        4.2. Secondary pages content blocks   */
/*        5. Footer   		        			*/


/*       ---------------------------	    	*/
/*        0. Headings, text, generic            */
/*       ---------------------------	    	*/
body, body.p_splash, html{
	background: #fbfbfc;
}

a {
	color: #009fe0;
}

a:hover {
	color: #003e58;
	text-decoration: none;
}

.sf-h3 {
	font-family: 'Signika Negative', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

.sf-h2 {
	font-family: 'Signika Negative', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #333;
	margin-top: 30px;
}

.sf-section > .container > .sf-h2:first-child {
	margin-top: 0;
}

.sf-ghost-button {
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009fe0;
	line-height: 52px;
	height: 52px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	min-width: 190px;
	border: solid 1px #009fe0;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: transparent;
    outline: none;
}

.sf-ghost-button:hover {
	color: #003e58;
	border: solid 1px #003e58;
}

.sf-ghost-button.alt-black{
	border: solid 1px #c4c4c4;
	font-weight: normal;
	color: #555;
}

.sf-ghost-button.alt-black:hover{
	border: solid 1px #333;
	color: #333;
}

.sf-blue-button {
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 52px;
	height: 52px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	min-width: 190px;
	border: solid 1px #009fe0;
	background: #009fe0;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
}

.sf-blue-button:hover{
	color: #fff;
	border: solid 1px #00b4fe;
	background: #00b4fe;
}

.sf-ghost-button[disabled], .sf-ghost-button[disabled]:hover{
	border-color: #999;
	color: #999 !important;
	pointer-events: none;
}

.sf-blue-button[disabled], .sf-blue-button[disabled]:hover{
	background-color: #999;
	border-color: #999;
}

.sf-blue-button.size-s, .sf-ghost-button.size-s{
	font-size: 14px;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
}

.sf-list{
	list-style-type: disc;
}

.sf-list li{
	margin-left: 30px;
	margin-bottom: 10px;
}

.sf-h3-a{
	color: #333;
}

.sf-h3-a:hover{
	color: #009fe0;
}

.sf-header-nav-holder{
	position: absolute;
    right: 0;
    margin-top: -62px;
}

.sf-header-nav-sidenote{
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	text-align: right;
	line-height: 34px;
	border: solid 1px #ddd;
	padding: 0 15px;
}

/*       ---------------------------		*/
/*        1. Top menu (responsive)	   		*/
/*       ---------------------------		*/
.navbar a{
	color: #009fe0;
}

.dropdown-menu{
	border-radius: 0;
	padding: 12px 0;
	border: solid 1px #ddd;
	margin-top:0;
}

.nav-header{
	font-weight: normal;
    color: #ccc;
}

.navbar{
	margin-bottom: 0;
}

.navbar .nav>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu:before{
	display: none
}

.dropdown-menu li>a {
	padding: 8px 20px;
	transition-duration: 0.1s !important; -webit-transition-duration: 0.1s !important; -moz-transition-duration: 0.1s !important;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a{
	background: transparent;
	color: #009fe0;
}
.dropdown .dropdown-menu .menu-curr-clinic-name {
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	margin-top: -2px;
    margin-bottom: 8px;
}

.submenu-icon {
	background: url("../Images/smartflow/submenu-icon.png") no-repeat;
	background-size: 9px;
	color: #888;
	display: inline-block;
	height: 6px;
	margin: 0 0 2px 5px;
	padding-left: 5px;
	vertical-align: middle;
	width: 6px;
}

 .submenu-icon.submenu-icon-w{
    background: url("../Images/smartflow/submenu-icon-w.png") no-repeat;
    background-size: 9px;
 }

.sf-top-menu{
	background: #fff;
	display: block;
	height: 100px;
	line-height: 100px;
	margin-bottom: -1px;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px rgba(0,0,0,0.08);
	font-family: 'Signika Negative', sans-serif;
  	font-weight: 400;
  	font-size: 16px;
  	text-transform: uppercase;
  	-moz-background-clip: padding;     /* Firefox 3.6 */
  	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  	background-clip: padding-box; 
  	position: fixed;
  	top:0;
  	left:0;
  	width: 100%;
  	z-index: 1005;
  	transition: height 0.3s, line-height 0.2s; -webkit-transition: height 0.3s, line-height 0.2s; -moz-transition: height 0.3s, line-height 0.2s; 
}

.sf-sticky-menu .sf-top-menu{
	transition: height 0.3s, line-height 0.5s; -webkit-transition: height 0.3s, line-height 0.5s; -moz-transition: height 0.3s, line-height 0.5s;
	height: 40px;
	line-height: 40px;
}

.sf-top-menu .logo{
	margin-left: 40px;
	position: relative;
    top: -3px;
}

.sf-sticky-menu .sf-top-menu a.logo{
	width: 25px;
    height: 32px;
    position: relative;
    top: -5px;
    display: inline-block;
    background: url('/Images/smartflow/smartflow-logo.png') 0 center no-repeat;
    background-size: cover;
}

.sf-sticky-menu .sf-top-menu a.logo.logo-a{
    background: url('/Images/smartflow/analytics-logo.png') 0 center no-repeat;
    background-size: cover;
}

.sf-sticky-menu .sf-top-menu .logo img{
	display: none;
}

.sf-top-menu .nav-collapse{
	display: inline-block;
	left: 80px;
	top: 15px;
}

.sf-sticky-menu .sf-top-menu .nav-collapse{
	top: 0px;
	left: 10px;
}

.sf-top-menu .collapse.in{
    display: block !important;
    z-index: 999;
    background-color: #eee;
    padding-left: 20px;
    padding-top: 10px;
    left: 0;
	top: 0;
}

.sf-top-menu.navbar .nav>li>a{
	text-shadow: none;
	color: #333;
}

.sf-top-menu.navbar .nav>li>a:hover{
	color: #009fe0;
}

.sf-top-menu.navbar .nav>li>a.sf-blue-link{
	color: #009fe0;
}

.sf-top-menu.navbar .nav>li>a.sf-blue-link:hover{
	color: #003e58;
}


.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle{
	color: #009fe0;
    background-color: transparent;
}

.sf-user-trial{
	display: inline-block;
	color: #bbb;
	float: right;
}

.home-page .sf-user-trial{
	display: none;
}

.sf-user-trial a:hover{
	color: #003e58;
}

.sf-sticky-menu .sf-user-trial, .sf-sticky-menu .sf-user-not-logged-in{
	line-height: 40px;
	height: 40px;
	transition: height 0.00s, line-height 0.00s; -moz-transition: height 0.00s, line-height 0.00s; -webkit-transition: height 0.00s, line-height 0.00s;
}

.sf-top-menu.navbar .btn {
    margin-top: 34px;
    margin-right: 40px;
}

.sf-sticky-menu .sf-top-menu.navbar .btn{
	margin-top: 4px;
    margin-right: 10px;
}

.sf-top-menu-left{
	margin-left: 80px;
	display: inline-block;
	display: none;
}

.sf-top-menu-right{
	margin-right: 30px;
	display: inline-block;
	float: right;
}

.sf-top-menu-left ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.sf-top-menu-left ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}

.sf-login-link {
	display: inline-block;
	margin-right: 26px;
}

.sf-login-link a{
	color: #333;
}

.sf-top-menu--book-demo{
	padding-right: 31px !important;
	color: #009fe0 !important;
	background: url('/Images/smartflow/menu-icon-demo.png')  right 9px no-repeat;
}

.sf-top-menu--blue{
	color: #009fe0 !important;
}

.navbar .btn-navbar { 
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; 
	background: transparent;
	border: none;
}

.navbar .btn-navbar:hover{
	background: transparent;
}

.navbar .btn-navbar:focus{
	border: none;
	outline: none;
}

.navbar .btn-navbar .icon-bar{
	background: #009fe0;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; 
	height: 3px;
	width: 24px;
}

.navbar .btn-navbar:focus .icon-bar{
	background: #333;
}

.sf-user-login-container{
	display: inline-block;
}

.sf-user-menu{
	display: inline-block;
	position: relative;
	top: 17px;
	left: 20px;
}

.sf-sticky-menu .sf-user-menu{
	top: -2px;
}

.sf-user-menu .dropdown-menu{
	left:auto;
	right: 0;
}

.notifications-menu li a{
	text-transform: none;
	color: #aaa;
}

.notifications-menu li a.unread-notification{
	color: #333;
	font-weight: bold;
}

.notifications-menu li a.unread-notification:hover{
	color: #009fe0;
}

.notifications-menu li a.draft{
	color: #b10f0f;
	font-weight: bold;
}
.notifications-menu li a.draft:hover{
	color: #ff0000;
}

.notifications-icon{
	background: url("../Images/smartflow/notifications-icon.png") 15px center no-repeat;
	width: 23px;
	height: 23px;
	transition: none; -moz-transition: none; -webkit-transition: none;
}

.notifications-icon:hover, .notifications-icon.notifications-icon-active:hover, .dropdown.open .notifications-icon{
	background: url("../Images/smartflow/notifications-icon.png") -46px center no-repeat;
	transition: none; -moz-transition: none; -webkit-transition: none;
}

.notifications-icon.notifications-icon-active{
	background: url("../Images/smartflow/notifications-icon.png") -105px center no-repeat;
}

.notifications-menu li a.view-all{
	text-transform: uppercase;
    color: #009fe0;
    padding: 0;
}

.notifications-menu li a.view-all:hover{
    color: #333;
}

.user-icon{
	background: url("../Images/smartflow/user-icon.png") 15px center no-repeat;
	width: 44px;
	height: 24px;
	line-height: 23px;
	text-align: right;
	transition: none; -moz-transition: none; -webkit-transition: none;
}

.user-icon:hover, .dropdown.open .user-icon{
	background: url("../Images/smartflow/user-icon.png") -105px center no-repeat;
	transition: none; -moz-transition: none; -webkit-transition: none;
}

.education-icon{
	background: url("../Images/smartflow/education-icon.png") 15px 8px no-repeat;
	width: 157px;
	height: 24px;
	line-height: 21px;
	text-align: right;
	transition: none; -moz-transition: none; -webkit-transition: none;
}

.education-icon:hover, .dropdown.open .education-icon{
	background: url("../Images/smartflow/education-icon.png") -158px 8px no-repeat;
	transition: none; -moz-transition: none; -webkit-transition: none;
    color: black;
}

/*       ---------------------------		*/
/*        2. Home page hero banner  		*/
/*       ---------------------------		*/
.sf-hero-banner{
	font-family: 'Signika Negative', sans-serif;
}

.sf-hero-solutions{
	background: #009fe0;
	min-height: 52px;
	z-index: 3;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}

.sf-hero-solutions-ul{
	color: #fff;
	padding: 0;
	margin: 0;
}

.sf-hero-solutions-ul li{
	display: inline-block;
	line-height: 52px;
	padding: 0;
	margin: 0 15px;
}

.sf-hero-solutions-ul li:before{
	display: inline-block;
	line-height: 52px;
	content: '';
	width: 6px;
	height: 10px;
	background: url("../Images/smartflow/arrow-right.png") center center no-repeat;
	margin-right: 30px;
}

.sf-hero-solutions-ul li:first-child:before, .sf-hero-solutions-ul li:nth-child(2):before, .sf-hero-solutions-ul .dropdown-menu li:before{
	display: none;
}

.sf-hero-solutions-ul li a{
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	font-family: 'Signika Negative', sans-serif;
  	font-weight: 400;
  	font-size: 16px;
  	text-transform: uppercase;
  	cursor: pointer;
}

.sf-hero-solutions-ul li .dropdown-menu a{
	color: #333;
}

.sf-hero-solutions-ul li .dropdown-menu a:hover{
	color: #009fe0;
}


.sf-hero-solutions-ul li .dropdown-menu{
	line-height: 20px;
}

.sf-hero-solutions-ul li .dropdown-menu li {
	line-height: 20px;
	margin: 0;
}


.sf-hero-solutions-ul li a:hover{
	color: #fff;
}

.sf-hero-solutions-ul li.practice-type{
	margin: 0;
	margin-right: 20px;
	padding: 0 20px;
	background: #0099bf;
	position: relative;
}

.practice-type:after {
	left: 100%;
	top: 0;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 18px;
	border-color: transparent transparent transparent #0099bf;
}

.solution-item a{
	opacity: 0.5;
}

.solution-item:hover a{
	opacity: 0.8;
}

.solution-item.active a{
	opacity: 1;
}

.hero-banner-home{
	background: #009fe0;
    background: -webkit-linear-gradient(#009fe0, #00e09f);
    background: -o-linear-gradient(#009fe0, #00e09f);
    background: -moz-linear-gradient(#009fe0, #00e09f);
    background: linear-gradient(#009fe0, #00e09f);
}
.hero-banner-flowsheet{
	background: url("../Images/smartflow/hero-banner-bck-flowsheet-2.jpg") no-repeat;
	background-size: cover;
}
.hero-banner-treatment{
	background: url("../Images/smartflow/hero-banner-bck-wb-3.jpg") no-repeat;
	background-size: cover;
}
.hero-banner-outpatient{
	background: url("../Images/smartflow/hero-banner-bck-tasks.jpg") no-repeat;
	background-size: cover;
}

.sf-hero-banner .video-banner{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.hero-banner-h1-alt{
	font-weight: 300;
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.2;
	max-width: 600px;
}

h2.hero-banner-i{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	margin-top: -5px;
}

.hero-banner-list{
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
}

.hero-banner-list li{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 6px;
}

.hero-banner-list li:before {
    content: "\2014\0020";
    margin-right: 10px;
}

.hero-banner-list i{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

.hb-h1-sm{
	font-size: 36px;
}

.sf-hero-banner p{
	font-size: 18px;
	color: #fff;
	font-family: Arial, sans-serif;
}

.hero-banner-slide-holder .hero-banner-slide{
	display: none;
}

.hero-banner-slide-holder .hero-banner-slide:first-child{
	display: block;
}


.hero-banner-slide{
	padding: 20px 0;
	position: relative;
}

.hero-banner-slide-holder.slick-initialized .hero-banner-slide{
	display: block;
}

.hero-banner-buttons{
	margin: 60px 0 40px 0;
}

.hero-banner-ghost-button{
	font-family: 'Signika Negative', sans-serif;
	border: solid 1px rgb(255,255,255);
	border: solid 1px rgba(255,255,255,0.5);
	padding: 14px 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.hero-banner-ghost-button:hover{
	color: #fff;
	background: #00b4fe;
	border: solid 1px #00b4fe;
	text-decoration: none;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); 
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); 
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}

.hero-banner-white-button{
	font-family: 'Signika Negative', sans-serif;
	border: solid 1px rgb(255,255,255);
	background: #fff;
	padding: 14px 35px;
	color: #009fe0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.hero-banner-white-button:hover{
	color: #fff;
	background: #00e09f;
	border: solid 1px #00e09f;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); 
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); 
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}

.hero-banner-video-button{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
}

.sf-p-xl, .dash-list{
	font-size: 17px;
	line-height: 1.4;
}

.sf-p-alt{
	color: #009fe0; 
	font-size: 19px;
	font-family: 'Georgia', serif;
	font-style: italic;
	margin: 20px 0 20px 20px;
}

ul {
	margin: 0;
}

ul.dash-list {
	list-style-type: none;
	margin-bottom: 10px;
}

.sf-h2 + ul.dash-list {
	list-style-type: disc;
	font-weight: bold;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #eee;
}

ul.dash-list > li {
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sf-h2 + ul.dash-list > li {
	margin-left: 20px;
}

ul.dash-list > li:before {
  content: "\2014\0020";
  margin-right: 10px;
}

.sf-h2 + ul.dash-list > li:before {
  content: "";
  margin-right: 0;
}

.blurb-text{
	padding: 30px;
	border: solid 4px #009fe0;
}

.blurb-text .sf-h2, .blurb-text .sf-h3{
	margin-top: 0;
}

.blurb-text > p:first-child{
	margin-top: 0;
}

.video-icon{
    background: url("../Images/smartflow/video-icon.png") no-repeat;
    background-size: 10px;
    color: #888;
    display: inline-block;
    height: 13px;
    margin: 0 0 4px 5px;
    padding-right: 5px;
    vertical-align: middle;
    width: 14px;
}

.hero-banner-video-button:hover{
	text-decoration: underline;
	color: #fff;
}

.hero-banner-price{
	text-align: center;
	position: absolute;
	font-weight: 300;
	color: #fff;
	top: 40px;
	right: 0;
}

.hb-price-amount{
	font-size: 34px;
}

.hb-price-amount span{
	font-size: 17px;
	opacity: 0.5;
	text-transform: uppercase;
}

.hb-price-text{
	padding-top: 9px;
	font-size: 12px;
	opacity: 0.5;
	letter-spacing: 0.5px;
	border-top: solid 1px #fff;
}

.sf-tagline-holder{
	max-height: 112px;
    overflow: hidden;
}

.sf-hero-play-btn{
	display: block;
	background: #fff;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	border-radius: 50%;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	transition: all 0.25s;
	z-index: 140;
	cursor: pointer;
}

.sf-hero-play-btn:hover{
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
	transition: all 0.25s;
    width: 126px;
    height: 126px;
    margin-left: -63px;
    margin-top: -63px;
/*    background: #009fe0;*/
}

.sf-hero-play-btn:hover:after{
	border-color: transparent transparent transparent #00b4fe;
	transition: all 0.3s;

}

.sf-hero-play-btn:after{
	content:'';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	margin-top: -22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 38px;
	border-color: transparent transparent transparent #009fe0;
	transition: all 0.3s;
}


.sf-hero-img-container .sf-hero-play-btn{
	display: none;
}

.sf-hero-img-container{
	position: relative;
}

/*       ---------------------------		*/
/*        3. Modal popups			  		*/
/*       ---------------------------		*/
.sf-modal-video{
	width: 854px;
	margin-left: -427px;
}

.sf-modal-video .close{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: none;
    margin-top: -15px;
    margin-bottom: 15px;
}

.sf-modal-video .close:hover{
    color: #009fe0;
}


/*       ---------------------------		*/
/*        4. Home page content  			*/
/*       ---------------------------		*/
.sf-section{
	padding: 60px 0;
}

.section-gray{
	background: #f8f7f6;
}

.section-white{
	background: #fff;
}

.section-green{
	background: #00e09f;
}

.section-dotted-top{
	border-top: dotted 1px #ccc;
}

.sf-feature-span{
	position: relative;
	margin-bottom: 20px;
}

.sf-feature-span h3, .sf-feature-span p{
	margin-left: 100px;
	margin-right: 30px;
	margin-bottom:0;
}

.sf-feature-span img{
	position: absolute;
	top: 52px;
	left: 0;
}

.sf-feature-span p{
	line-height: 1.5;
}

.sf-counter-big{
	text-align: center;
	font-family: 'Signika Negative', sans-serif;
  	font-weight: 400;
  	font-size: 36px;
  	margin: 20px 0 20px 0;
}

/*.sf-counter-big span{
	display: inline-block;
	background: #e5e5e6;
	border-radius: 8px;
	padding:13px;
	margin: 0 6px;
	width: 75px;
	height: 75px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}*/

.sf-counter-small{
	text-align: center;
	font-family: 'Signika Negative', sans-serif;
  	font-weight: 400;
  	font-size: 21px;
  	display: inline-block;
  	vertical-align: 2px;
  	margin: 0 4px;
}

.sf-counter-small span{
	display: inline-block;
	background: #e5e5e6;
	border-radius: 6px;
	padding: 2px 0 10px 0;
	margin: 0 4px;
	width: 30px;
	height: 30px;
	line-height: 27px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.testimonials-slide-holder{
	margin: 40px;
	display: none;
}

.testimonials-slide-holder.slick-initialized{
	display: block;
}


.customers-partners-slide-holder{
	margin: 60px 40px 40px 40px;
	display: none;
}

.customers-partners-slide-holder.slick-initialized{
	display: block;
}

.customers-partners-slide-holder .slick-dots{
	bottom: -65px;
}

.testimonials-slide{
	background: #fff;
	padding: 10px 25px;
	margin: 0 15px;
	min-height: 270px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
}

.testimonials-slide a{
	color: #333;
}

.testimonials-slide a:hover .sf-h3{
	color: #009fe0;
}

.testimonials-text{
	font-style: italic;
	margin-bottom: 75px;
}

.testimonials-person {
	position: absolute;
	bottom: 25px;
	height: 42px;
}

.testimonials-person img{
	width: 42px;
	height: 42px;
	border-radius: 50px;
	float: left;
}

.testimonials-person-name{
	margin-left: 60px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 7px;
	color: #4e4e4e;
	font-size: 12px;
}

.testimonials-person-details{
	margin-left: 60px;
	color: #777;
	font-size: 12px;
}

.sf-hardware-requirements{
	border: solid 1px #c8c8c8;
	padding: 30px 0;
	margin-top: 40px;
}

.sf-hardware-requirements:hover{
	border: solid 1px #009fe0;
}


.sf-hardware-requirements:hover h3{
	color: #009fe0;
}


.sf-hardware-requirements img{
	margin: 0 20px;
}

.section-blue{
	background: #009fe0;
}

.section-navc{
	padding: 40px 0;
	background: #009fe0 url("../Images/p_splash/navc16-bck.jpg");
}

.section-navc p{
	margin-top: 30px;
}

.section-implementations h3{
	text-align: center;
	margin-bottom: 30px;
}

.section-save-trees{
	background: url("../Images/smartflow/save-trees-forest.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 50px;
}

.section-save-trees p{
	font-size: 20px;
	color: #fff;
}

.section-save-trees h2{
	color: #fff;
}

.section-blog{
	margin-bottom: -60px;
	padding-bottom: 100px;
}

.blog-image-holder{
	height: 280px;
	width: 100%;
	background-size: cover;
    background-position: center;
}

.blog-post{
	position: relative;
}

.section-blog h4{
	font-family: 'Signika Negative', sans-serif;
	font-size: 28px;
	font-weight: 300;
	background: #fff;
	color: #333;
	text-decoration: underline;
	padding: 10px 20px 20px 20px;
	margin: 0 20px;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 210px;
	height: 70px;
	left: 0;
	right: 0;
	text-align: left;
	transition: all 0.3s;
	overflow: hidden;
}

.blog-post:hover h4{
	color: #009fe0;
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
	transition: all 0.3s;
}

.navc-logo-white{
	float: left;
	margin-right: 20px;
	position: relative;
	top: 5px;
}

.section-blue h3, .section-blue p, .section-blue a{
	color: #fff;
}

.section-blue a{
	text-decoration: underline;
}

.section-blue a:hover{
	color: rgba(255,255,255,0.7);
}

.sf-midsection-blue{
	width: 740px;
	margin: -120px auto 0px auto;
	text-align: center;
	position: relative;
	background: #009fe0;
	padding: 10px 0 60px 0;
}

.sf-midsection-blue p{
	color: #fff;
	margin-bottom: 60px;
}

.sf-midsection-blue .sf-h2{
	color: #fff;
	margin-bottom: 0px;
}

.sf-divider-gray .container{
	border-top: solid 1px #e5e6e7;
}

.customers-slide img, .parters-slide img {
	margin: 0 auto;
}

.emr-item{
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 20px 0px 55px 0px;
}

.emr-item h3{
	position: absolute;
	bottom: -65px;
	width: 100%;
}

.emr-item > img{
	width: 100%;
	height: auto;
}

.play-vid-button{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
	border-radius: 70px;
	background: #fff;
	margin: -35px 0 0 -35px;
	opacity: 0.85;
}

.play-vid-button span{
	display: block;
	width: 0;
	height: 2px;
	position: relative;
	top: 21px;
	left: 27px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 21px solid #009fe0;
	border-radius: 4px;
}

.emr-item:hover .play-vid-button{
	opacity: 1;
}

.sf-get-started-item img{
	margin: 30px 0 10px 0;
}

.sf-get-started-item .sf-ghost-button{
	margin: 20px 0;
}

.section-contact-form {
	padding-bottom:20px;
}

.section-contact-form .sf-blue-button{
	margin: 50px 0 0 0;
}

.section-contact-form label{
	color: #aaa;
	margin-top: 20px;
	display: block;
}

.section-contact-form textarea{  
	display:block;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	overflow:hidden;
	padding:0;
	width:100%;
	font-size:26px;
	line-height: 1.2;
	border: none;
	border-bottom: solid 1px #bbb;
	outline: none;
	border-radius: 0;
	resize: none;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	color: #333;
	margin: 0;
	vertical-align: bottom;
	padding: 10px 0 16px 0;
}

.section-contact-form input[type='text'], input[type='text'].large-input{  
	margin: 0;
	vertical-align: bottom;
	width:100%;
	font-size:26px;
	line-height: 26px;
	display:block;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: none;
	border-bottom: solid 1px #bbb;
	outline: none;
	border-radius: 0;
	resize: none;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	color: #333;
	padding: 10px 0 20px 0;
	height: 60px;
}

.section-contact-form input[type='text']:focus, .section-contact-form textarea:focus, input[type='text'].large-input:focus{  
	border-bottom: solid 1px #009fe0;
	color: #009fe0;
}

.section-contact-form textarea::-webkit-input-placeholder,
.section-contact-form input[type='text']::-webkit-input-placeholder,
input[type='text'].large-input::-webkit-input-placeholder{
	color: #ddd;  
}

.section-contact-form textarea:-moz-placeholder,
.section-contact-form input[type='text']:-moz-placeholder,
input[type='text'].large-input:-moz-placeholder{
	color: #ddd; 
}

.section-contact-form textarea::-moz-placeholder,
.section-contact-form input[type='text']::-moz-placeholder,
input[type='text'].large-input::-moz-placeholder{
	color: #ddd; 
}

.section-contact-form textarea:-ms-input-placeholder,
.section-contact-form input[type='text']:-ms-input-placeholder,
input[type='text'].large-input:-ms-input-placeholder{
	color: #ddd; 
}

.video-item{
	display: block;
	position: relative;
	cursor: pointer;
}

.video-item img{
	width: 100%;
	height: auto;
	opacity: 0.9;
}

.video-item:hover img{
	opacity: 1;
}

.video-play-btn{
	display: block;
	background: #fff;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 50%;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
	transition: all 0.25s;
	z-index: 5;
}

.video-item:hover .video-play-btn{
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
	transition: all 0.25s;
    width: 86px;
    height: 86px;
    margin-left: -43px;
    margin-top: -43px;
}

.video-item:hover .video-play-btn:after{
	transition: all 0.3s;
	border-color: transparent transparent transparent #00b4fe;
}

.video-play-btn:after{
	content:'';
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #009fe0;
	transition: all 0.3s;
}



/*       ---------------------------		*/
/*        4.2. Secondary pages content	    */
/*       ---------------------------		*/

.sf-emr-table-comp {
	
}

.sf-emr-table-comp-holder{
	overflow: hidden;
	width: 730px;
	margin-left: 170px;
}

.sf-emr-table-comp-holder > div{
	width:730px !important;
	overflow: auto !important;
	/*box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.08) !important;*/
}

.sf-emr-table-comp-holder th .beta{
	display: block;
    border: solid 1px #ccc;
    position: absolute;
    margin-top: -9px;
    left: 15px;
    font-size: 10px;
    width: 45px;
    color: #ccc;
    border-radius: 20px;
    text-align: center;
    top: 50%;
}

.sf-emr-table-comp-holder .tooltipo{
	color: #009fe0 !important;
	padding:1px;
	font-size: 11px;
	border: solid 1px #009fe0;
}

.sf-emr-table-comp-holder .tooltipo:hover{
	color: #333 !important;
	border: solid 1px #333;
}

.sf-emr-table-comp-headers td, .sf-emr-table-comp-headers th, .sf-emr-table-comp td{
	min-height: 76px;
	height: 76px;
	text-align: right;
}

.sf-emr-table-comp-headers.roles-table td, .sf-emr-table-comp-headers.roles-table th, .sf-emr-table-comp.roles-table td{
	min-height: auto;
	height: auto;
}

.sf-emr-table-comp-headers thead th{
	height: 128px;
	border: none;
	background: #f1f1f1;
} 

.sf-emr-table-comp td, .sf-emr-table-comp th{
	background: #fff;
	text-align: center;
	padding: 10px 10px;
	border-top: solid 1px #ddd;
	font-weight: normal;
}

.sf-emr-table-comp td.hover{
	background: #fafdfe;
}

.sf-emr-table-comp.emr-table th.hover.sf-emr-table-name{
	background: #dfdfdf;
}

.sf-emr-table-comp.emr-table .sf-td-gray.hover{
	background: #fafdfe;
}

.sf-emr-table-comp.roles-table td, .sf-emr-table-comp.roles-table th{
	padding: 20px 10px;
}

.sf-emr-table-comp-holder th{
	font-weight: normal;
	vertical-align: middle;
	word-wrap: break-word;
	white-space: normal;
	min-width: auto;
	max-width: none;
	text-align: right;
}

.sf-emr-table-comp-holder thead th{
	border-top: none;
	text-align: center;
	vertical-align: top;
	position: relative;
	padding-top: 20px;
}

.sf-emr-table-comp .sf-td-gray{
	text-align: right;
	width: 150px;
	min-width: 150px;
	color: #999;
	background: #fff;
	vertical-align: middle;
	position:absolute; 
	z-index: 1000;
	left:0;
}

.sf-td-gray, .sf-td-gray-zero-clone{
	transition: box-shadow 0.4s;
}


.emr-table-scrolled .sf-td-gray, .emr-table-scrolled .sf-td-gray-zero-clone{
	-webkit-box-shadow: inset -7px 0px 7px -4px rgba(0,0,0,0.10);
	-moz-box-shadow: inset -7px 0px 7px -4px rgba(0,0,0,0.10);
	box-shadow: inset -7px 0px 7px -4px rgba(0,0,0,0.10);
	transition: box-shadow 0.4s;
}

.sf-emr-table-comp .sf-td-gray a{
	position: relative;
    top: 10px;
}

.sf-emr-table-comp.emr-table .sf-td-gray{
	font-family: 'Signika Negative', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
    break-word: break-all;
}

.sf-emr-table-comp.roles-table .sf-td-gray{
	text-align: right;
	width: 150px;
	min-width: 150px;
	color: #999;
	background: #f1f1f1;
	vertical-align: middle;
	position:static; 
}

.sf-emr-table-comp .sf-td-gray.sf-td-gray-zero{
	position: fixed;
	left: auto;
	width: 150px;
	margin-left: -170px;
	/*border-bottom: solid 1px #ddd;*/
}

.sf-td-gray-zero-clone{
	padding: 10px;
	position: fixed;
	/*border-bottom: solid 1px #ddd;*/
	text-align: right;
	width: 150px;
	min-width: 150px;
	color: #999;
	background: #f1f1f1;
	z-index: 1002;
	padding-top: 20px;
}

.sf-emr-table-comp tr{
	padding-left: 150px;
}

.sf-emr-table-comp.roles-table tr{
	padding-left: 0;
}

.emr-comp-tooltipo{
	font-size: 24px;
	color: #e00;
	float: right;
	position: relative;
	left: -20px;
	top: -5px;
}

.sf-emr-table-header td, .sf-emr-table-header th, .sf-emr-table-header .sf-td-gray{
	color: #555;
}

.sf-emr-table-name img{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sf-emr-table-comp th.sf-emr-table-name{
	width: 100px;
	vertical-align: top;
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.sf-emr-table-comp.emr-table th.sf-emr-table-name{
	background: #f1f1f1;
}


.sf-emr-table-comp{
	width: 1600px !important;
}

.sf-emr-table-comp.roles-table{
	width: auto !important;
}

.sf-emr-table-comp thead tr{
	overflow-x: auto;
}

.alt .onboarding-header__person{
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin: 40px 30px 0 40px;
}

.alt .onboarding-header__person:first-child:after, .alt .onboarding-header__person.person-div:after{
	border-right: dotted 1px #aaa;
	content: '';
	display: block;
	height: 80px;
	position: absolute;
	width: 260px;
	margin-top:-154px;
}

.alt .onboarding-header__name{
  font-size: 22px;
  font-family: 'Signika Negative', sans-serif;
  margin-bottom: 20px;
  line-height: 1.1;
}

.alt .onboarding-header__role{
  font-size: 12px;
  color: #aaa;
}

.alt .onboarding-header__email{
  font-size: 14px;
  color: #009fe0;
  text-decoration: underline;
  display: inline-block;
  width: 120px;
  margin-top: 15px;
}

.alt .onboarding-header__email:hover{
  color: #000;
  text-decoration: underline;
}

.alt .onboarding-header__img{
  border-radius: 160px;
  width: 120px;
  height: 120px;
}
.whiteboard-table-holder #patient-table {
    min-height: 556px;
}


/*       ---------------------------		*/
/*        5. Footer					        */
/*       ---------------------------		*/
#footer-gray {
    height: 355px;
    padding-bottom: 10px;
}

.site-content{
	padding-bottom: 57px;
}

#footer-gray2{
	height: auto;
	position: static;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding-bottom: 10px;
	margin-top: 80px;
}

.site-content2{
	padding-bottom: 0;
}

.footer-links {
	margin-top: 30px;
	position: static;
	white-space: nowrap;
}

.footer-links li{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.sf-footer-logo{
	margin-top: 20px;
}

.sf-footer-logo-info{
	color: #616161;
}

.sf-footer-div{
	border-top: solid 1px #4c4d4d;
	margin: 20px 0;
}

.sf-footer-social{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px;
	transition: none;
}

.footer-social-fb{background: url("../Images/smartflow/social-icons-footer.png") 8px 4px no-repeat;}
.footer-social-tw{background: url("../Images/smartflow/social-icons-footer.png") -42px 4px no-repeat;}
.footer-social-pin{background: url("../Images/smartflow/social-icons-footer.png") -98px 4px no-repeat;}
.footer-social-inst{background: url("../Images/smartflow/social-icons-footer.png") -163px 4px no-repeat;}
.footer-social-in{background: url("../Images/smartflow/social-icons-footer.png") -217px 4px no-repeat;}
.footer-social-fb:hover{background: url("../Images/smartflow/social-icons-footer.png") 8px -39px no-repeat;}
.footer-social-tw:hover{background: url("../Images/smartflow/social-icons-footer.png") -42px -39px no-repeat;}
.footer-social-pin:hover{background: url("../Images/smartflow/social-icons-footer.png") -98px -39px no-repeat;}
.footer-social-inst:hover{background: url("../Images/smartflow/social-icons-footer.png") -163px -39px no-repeat;}
.footer-social-in:hover{background: url("../Images/smartflow/social-icons-footer.png") -217px -39px no-repeat;}

/***********************************/
/*   VIDYARD PLAYER MODAL STYLES   */
/***********************************/

.vidyard_tbox{
	z-index: 1200 !important;
}

.vidyard_tmask{
	z-index: 1100 !important;
}

.vidyard_tinner{
	position: relative;
}

.vidyard_tclose{
	left: auto !important;
	right: -15px;
	top: -30px !important;
	background: transparent !important;
}

.vidyard_tclose:before {
    content: '×';
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.vidyard_tclose:hover:before{
	color: #009fe0;
}

.vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vidyard_player > span {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
}

/***********************************/
/*  END OF VIDYARD PLAYER STYLES   */
/***********************************/

@media (min-width: 576px) {
    footer .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 768px) {
    footer .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (max-width: 1024px) {
    footer .container {
        max-width: 960px;
    }
}

footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    box-sizing: border-box;
}
footer svg {
    width: 1em;
    height: 1em;
    fill: #fff;
    font-size: 32px;
}
footer .icon {
    background-image: none;
    background: none;
}
footer .col-md-2,
footer .col-sm-12,
footer .col-sm-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
footer .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
footer .col-md-2 > a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
footer {
    background: #1b2f43;
    height: 100%;
    color: #fff;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.footer-logo {
    height: 20px;
    margin-bottom: 30px;
}

.footer-links {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 61px;
}

.footer-link .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    margin-right: 10px;
    width: 1em;
    height: 1em;
}

.footer-links-title {
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
    color: #fff;
}

.footer-links-title .footer-link,
.footer-links-title .footer-link:focus,
.footer-links-title .footer-link:hover {
    color: #fff;
}

.footer-link,
.footer-link:focus,
.footer-link:hover {
    color: #ccc;
}

footer .list-unstyled, .skip-links {
    padding-left: 0;
    list-style: none;
}
.footer-links li,
footer ul li {
    margin-bottom: 8px;
}
footer dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer-links a {
    color: #ccc;
    white-space: normal;
}

.footer-links li.list-inline-item {
    padding-right: 30px;
}
footer .list-inline-item {
    display: inline-block;
}
footer .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.footer-links ul.list-inline {
    text-align: center;
    padding-left: 0;
    list-style: none;
}
footer .footer-logo {
    height: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
    border-style: none;
}
@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
} 

.webview #container {
	padding-top: 20px;
}
.webview .app-info,
.webview #top-tabs,
.webview .wb-top-buttons-container {
	display: none;
}
