/*******************************************************************************
	Copyright drchrono 2015
********************************************************************************/

/* 0 Bootstrap Customization
------------------------------------------------------------------------------*/

.btn-warning {background: #f59119; border:1px solid #f59119;}
.btn-warning:hover {background: #f07d19 !important; border:1px solid #f07d19;}
.btn-gray {border-color: #ccc; background:#f5f5f5;}
.btn-gray:hover {background:#e6e6e6;}
.btn-black {background:#333333; color:#fff; border:1px solid #333;}
.btn-black:hover {background:#000; color:#fff; border:1px solid #000;}
.btn-default {background:#f5f5f5;}
.btn-primary {background:#5f8cc3; border-color:#507db4;}
.btn-primary:hover {background:#507db4; border-color:#507db4;}
.btn-white {background:#fff;}

.control-label {font-weight:400 !important; font-size:16px;}
.form-control::-moz-placeholder {
	font-weight:300;
	color: #aaa;
	opacity: 1;
}
.form-control::-webkit-input-placeholder {
	font-weight:300;
	color: #aaa;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	font-weight:300;
	color: #aaa;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #cc4b4b;
}
	
/* Center all top-level rows (to avoid creating uneccessary 
.container-fluids inside of the container-full just to center things */

.container-full > .row {
	margin-right: auto;
	margin-left: auto;
	float:none;
}
	
.well {
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	box-shadow:none;
}
ul.dropdown-menu i.fa {
    margin-right: 10px;
    font-size: 120%;
}

/* 1 Base
------------------------------------------------------------------------------*/

body {
	background:#555;
	color:#666;
	font-size:15px;
	line-height:22px;
	letter-spacing:.15px;
	-webkit-font-smoothing: antialiased;
}

a { color: #3c82d2; }

a:hover,
a:focus {
	color: #285a96;
}

h1,h2,h3,h4,h5,h6 {
	color:#555;
}

h1,h2,h3 {
	font-weight:300;
}

h2 {
	line-height:38px;
}

h3 {
	line-height:31px;
}

.container-full {background: #fff; width:100%;}

/*hr { display: none; }*/
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
li { list-style: none; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }

.basic-hover {}
.basic-hover:hover {opacity: .8}

.block { display:block !important; width:100%;}
.bs3-block { display:block !important; width:100% !important;}
.bold {font-weight:600;}


/* 2. Layout Alignments
------------------------------------------------------------------------------*/

.align-center {text-align: center !important;}
.align-left {text-align: left !important;}
.align-right {text-align: right !important;}

.left0 {margin-left: 0px;}
.left5 {margin-left: 5px;}
.left10 {margin-left: 10px;}
.left20 {margin-left: 20px;}

.right0 {margin-right: 0px;}
.right5 {margin-right: 5px;}
.right10 {margin-right: 10px;}
.right20 {margin-right: 20px;}

.top0 {margin-top: 0px !important;}
.top5 {margin-top: 5px !important;}
.top10 {margin-top: 10px;}
.top15 {margin-top: 15px;}
.top20 {margin-top: 20px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top60 {margin-top: 60px;}

.bottom0 {margin-bottom: 0px !important;}
.bottom5 {margin-bottom: 5px !important;}
.bottom10 {margin-bottom: 10px !important;}
.bottom15 {margin-bottom: 15px !important;}
.bottom20 {margin-bottom: 20px !important;}
.bottom30 {margin-bottom: 30px !important;}
.bottom40 {margin-bottom: 40px !important;}
.bottom60 {margin-bottom: 60px !important;}

.padding0 {padding: 0px !important;}
.padding5 {padding: 5px;}
.padding10 {padding: 10px;}
.padding15 {padding: 15px;}
.padding20 {padding: 20px;}

.margin0 {margin:0px !important;}

.responsive-margin-top40 {
    margin-top:40px;
}

.responsive-margin-bottom40 {
    margin-bottom:40px;
}

.responsive-margin-top60 {
    margin-top:60px;
}

.responsive-margin-bottom60 {
    margin-bottom:60px;
}

.responsive-margin40 {
    margin:40px;
}

.bg-clear {background:none !important;}


/* 3. Layout
------------------------------------------------------------------------------*/

.lead { font-weight:200; color:#777;}
.lead b { font-weight:500 !important;}

.para-lg {
	color:#888;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	margin-bottom:25px;
}

.para-md {
	color:#777;
	font-size:16px;
	line-height:25px;
	font-weight:300;
	margin-bottom:25px;
}

.para-sm {
	font-size:14px;
	line-height:20px;
}

.feature-header-sm {
	margin-top:0px;
	font-size:20px;
	line-height:26px;
	font-weight:400;
	margin-bottom:5px;
}

.feature-header {
	margin-top:0px;
	font-size:24px;
	font-weight:400;
	margin-bottom:8px;
}

.feature-header-lg {
	margin-top:0px;
	font-size:32px;
	line-height:42px;
	font-weight:300;
	margin-bottom:15px;
}

.feature-image {
	border:1px solid #ddd;
	margin-bottom:20px;
	width:100%;
}

.feature-description {
	color:#888;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	margin-bottom:20px;
}

.page-intro {
 	margin-top:20px;
	margin-bottom:40px;
}

.page-intro-nohero {
 	margin-top:60px;
	margin-bottom:40px;
}

.feature-icon-block {
	text-align:center;
}

.feature-icon-top {
	text-align:center;
	margin-bottom:15px;
}

.section-stripe {
	background:#f5f5f5;
}

.section-stripe-borderless {
	background:#f5f5f5;
	}

ul.bulleted li {
  list-style: disc;
  margin-bottom: 5px;
}

ol.numbered li {
  list-style: decimal;
  margin-bottom: 5px;
}

.form-container {
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	padding:30px;
	border-radius: 4px;
}
	
.alert-slim {padding:5px 10px; font-size:14px; margin-bottom:5px;}
.well-slim {padding:5px 10px; font-size:14px;}	

/* 4. Common
------------------------------------------------------------------------------*/

.color-primary {color:#337ab7;}
.color-danger {color:#cc4b4b;}
.color-warning {color:#ff7700;}
.color-info {color:#4bafcc;}
.color-success {color:#41992d;}
.color-black { color:#000;}
.color-dark-gray {color:#333;}
.color-medium-gray {color:#666;}
.color-gray {color:#999;}
.color-light-gray {color:#ccc;}
.color-lighter-gray {color:#f5f5f5;}
.color-white {color:#fff;}
.color-white-transparent {color:#fff; color:rgba(255,255,255,.8) !important;}
.color-link {color:#3c82d2;}

/* Heros ---------------*/

.hero {
	display:block;
	background: #5f8cc3;
	color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	background-position:center;
	position:relative;
}

.hero h1,
.hero h2 {
	color:#fff;
	text-align:center;
	font-weight:400;
}

.hero h3,
.hero h4 {
	color:#fff;
	font-weight:400;
}

.hero .lead,
.hero .para-md {
	color:#fff;
	text-align:center;
	font-weight:200;
	letter-spacing: .35px;
}

.hero .lead a {
	color:#fff;
	text-decoration: underline;
	}
	
.hero-ehr-checklist {background-image: url(../images/hero-ehr-checklist.png); background-repeat: repeat;}
.hero-green {background-image: url(../images/hero-ehr-checklist-green.png); background-repeat: repeat;}
.hero-api {background-image: url(../images/hero-api.jpg); background-repeat: no-repeat; background-size:cover;}

.hero-bg {
	background-repeat: no-repeat;
}

.hero-bg-referral {
    background-image: url("../../../site_media/images/bg_hero_referral.jpg");
		background-position: 50% 40%;
}

.hero-homepage-main {
	background: #5f8cc3;
	background-image: url(../images/bg-hero-homepage2.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin-top:-1px;
	}	

.hero-lg {
	min-height:500px;
}		
	
.hero-lg h1 {
	text-align:left;
}	

.hero-lg .lead {
	text-align:left;
}	
	
.hero-type-phr {
	background:#46a0b9;
}

.hero-type-billing {
	background:#41a082;
}

.hero-type-light {
	background:#f5f5f5;
	color:#666;
}

.hero-type-light h1,
.hero-type-light h2,
.hero-type-light h3,
.hero-type-light h4,
.hero-type-light h5 {
	color:#666;
}

.hero-type-light .lead,
.hero-type-light .para-md {
	color:#666;
}

.hero-type-light .a {
	color:#666;
	text-decoration:underline;
}

.hero-type-light .lead a {
	color:#3c82d2;
}

.hero-umbrella {
	padding-top:60px;
	padding-bottom:60px;
}

.hero-child {
	padding:30px 20px;
	margin-top:-20px;
	margin-bottom:40px;
	background:#fff;
	border-top:none;
	text-align:center;
	border:1px solid #e6e6e6;"
}

/*-- testimonial slider --*/

#slider-thumbs .selected img {
    border:3px solid #ff9900 !important;
}

.testimonial-slide {
     padding:60px 20px 100px 20px;
     text-align:center;
     color:#888;
     font-weight:200;
     font-size:32px;
     line-height:44px;
}

.testimonial-slide small {
       font-size:20px;
       color:#999;
}

.testimonial-slider-photo {
    height:160px;
    width:160px;
    border:4px solid #fff;
    border-radius:80px;
    margin-top:-50px;" 
}

.learn-more-block {
		background:#ffffff;
		border:1px solid #ddd;
		border-top: 5px solid #87d26e; 
		color:#666;
		padding:15px;
		border-radius:4px;
		font-weight:300;
}

.learn-more-block .header {
		margin-top:0px;
		margin-bottom:15px;
		font-size:19px;
		line-height:24px;
		color: #666;
		font-weight:300;
}

.learn-more-block-dark {
		background:#333;
		background:rgba(0,0,0,.15);
		border:1px solid #494949;
		border:1px solid rgba(255,255,255,.15);
		border-top: 5px solid #87d26e; 
		color:#fff;
		padding:20px;
		border-radius:4px;
		font-weight:300;
}

.learn-more-block-dark .header {
		margin-top:0px;
		margin-bottom:15px;
		font-size:19px;
		line-height:24px;
		color: #fff;
		color: rgba(255,255,255, .8);
		font-weight:300;
}

.icon-play {
	height:100%;
	display:block;
	position: absolute;
	left: 15px;
	right:15px;
	top:0px;
	background: url('../images/icon_play.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	opacity: 0.45;
	transition: .25s;
}

.icon-play:hover {
	opacity:.6;
}


/* Promo panels
------------------------------------------------------------------------------*/
.promos-container {
	max-width:1600px;
	margin: 0 auto 0;
	background:#fff;
	color:#666;
	display:block;
	padding:0px;
	margin-bottom:40px;
}

.promos {
	background:#fff;
	color:#666;
	display:block;
	padding:0px;
	margin-bottom:40px;
}

.promos div {
	display: block;
	list-style-type: none;
	padding-left:0px;
	padding-right:0px;
	border-right:1px solid #fff;
	text-align:center;
	margin-bottom:1px;
}

.promos div:last-child {
	border-right: none;
}

.promos a {
	display: block;
	padding: 30px;
}

.promos a:link, .promos a:visited {
	color: #666;
	background-color: #f5f5f5;
	text-decoration: none;
}

.promos a:hover {
	color: #333;
	background-color: #e6e6e6;
	transition:.25s;
	text-decoration: none;
}

.promos a h2 { 
	font-size:22px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
}

.promos a p { 
	font-size:16px;
	font-weight:300;
	margin-bottom:0px;
}
	
.promo-icon {
	height:96px;
	width:96px;
	margin-bottom:15px;
}
			
	
/* Media Panels ---------------*/	

.media-panel {
	background:#fff;
	width:100%;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
	transition: .25s;
}

.media-panel .media-image {
	height:100%;
	width: 100%;
	text-align:center;
	transition: .25s;
}

.media-panel:hover .media-image {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: .25s;
}

.media-panel a {
	text-decoration:none;
}

.media-panel .caption {
	display:block;
	position:absolute;
	bottom: 0px;
	left: 15px;
	right:15px;
	padding:8px 6px;
	background:#666;
	background:rgba(0,0,0,.5);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-align:center;
}

.media-panel .icon-play {
	height:100%;
	display:block;
	position: absolute;
	left: 15px;
	right:15px;
	top:0px;
	background: url('../images/icon_play.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-position: 50% 45%; 
	opacity: 0.45;
	transition: .25s;
}

.media-panel:hover .icon-play {
	opacity: 0.65;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: .25s;
}

.media-panel .title {
	display:block;
	position: absolute;
	left: 15px;
	right:15px;
	top:45%;
	color:#fff;
	margin: 0 auto 0;
	position: absolute;
	font-size:20px;
	text-align:center;
}

.modal-video {
width:100%;
height: 366px;
}

.modal-video-homepage {
width:100%;
height: 478px;
}

/* Info Panels ---------------*/

/* Light Panel*/

.info-panel {
	background:#f5f5f5;
	color:#666;
	padding:0px;
	text-align:center;
	margin-bottom:20px;
	display:block;
	text-decoration:none;
}

a.info-panel:hover,
a.info-panel:active,
a.info-panel:focus {
	background:#e6e6e6;
	text-decoration:none !important;
}

.info-panel .info-panel-header {
	font-size:17px;
	color:#666;
	padding:15px 10px 0px 10px;
}

.info-panel .info-panel-body {
	font-size:56px;
	line-height:64px;
	font-weight:200;
	padding: 35px 10px 35px 10px;
	color: #41a082;
}

.info-panel .info-panel-body .info-subtitle {
	font-size:17px;
	line-height:24px;
	font-weight:300;
	color:#666;
}		

.info-panel .info-panel-footer {
	font-weight:300;
	padding:0px 10px 15px 10px;
	color:#888;
}

/* Dark Panel*/

.info-panel-inverse {
	 background:#666;
	 color:#bbb;
	 color:#e6e6e6;
}

a.info-panel-inverse:hover,
a.info-panel-inverse:focus,
a.info-panel-inverse:active {
	background:#555;
	color:#e6e6e6;
}

.info-panel-inverse .info-panel-header {color:#e6e6e6;}

.info-panel-inverse .info-panel-body {color:#87d26e;}

.info-panel-inverse .info-panel-body .info-subtitle {color:#e6e6e6;}

.info-panel-inverse .info-panel-footer {color:#bbb;}
	
	
/* Site Elements ---------------*/
	
.feature-video-iframe {
	width:100%;
	height:330px;
	border:1px solid #ddd;
}

.feature-landing-image {
	width:100%;
	height:auto;
	border:1px solid #ddd;
}

.feature-link-more {
	font-size:14px;
	margin-top:-10px;
	margin-bottom:30px;
	color:#3c82d2;
}

.link-phr {
	color:#46a0b9;
}

.link-phr:hover {
	color:#3791a5;
}

.link-billing {
	color:#41a082;
}

.link-billing:hover {
	color:#329173
}

.form-required {
	color:#cc4b4b;
	float:right;
}


/* Navigation
------------------------------------------------------------------------------*/
	
	#navbar {
		z-index:99; 
		background:#fff;
		width:100%;
		padding:0px;
		box-shadow: 0px 1px 3px rgba(0,0,0,.15);
	}

	#navbar-menu li a { 
		color: #333; 
		padding-left:20px;
	}
	#navbar-menu li a:hover {
		color: #333;
		background: #e3e3e3;
		text-decoration: none;
	}

	#navbar .dropdown .dropdown-menu {
		background:#fff !important;
		padding: 0px !important;
		font-size:15px;
	}

	#navbar .dropdown .dropdown-menu li a{
		padding:8px 20px !important;
	}

	#navbar .navbar-default {
		background-color:none;
		background: none;
		border: none;
		margin-bottom:0px;
	}

	#navbar ul .dropdown-menu {
	  	margin-top: 0px;
	  	border-radius: 0 0 8px 8px;
	  	border-top: 1px;
	  	margin-left: -1px;
	}
	#navbar .heavy {
	  	font-size:16px;
	}
	#navbar .caret {
	  	margin-left:5px;
	}

	#navbar #mini-navbar {
	  	padding-top: 8px;
	  	padding-bottom: 8px;
	  	text-align: right;
	}
	#navbar #mini-navbar > a {
	  	margin-left: 30px;
	}


	#navbar .btn-nav-demo {
		padding: 6px 15px !important;
		background:#e0e0e0;
		color: #333 !important;
		text-decoration: none;
		border-radius: 4px;
		margin-left:5px;
		margin-right:5px;
		margin-top:8px;
		border: none !important;
	}
		
	#navbar .btn-nav-demo:hover { 
		background:#d0d0d0!important;
	}

	#navbar .btn-nav-signup {
		padding: 6px 15px !important;
		background: #f59119;
		color: #fff !important;
		text-decoration: none;
		border: none;
		border-radius: 4px;
		margin-left:5px;
		margin-right:5px;
		margin-top:8px;
		border: none !important;
	}

	#navbar .btn-nav-signup:hover {
		background: #f07d19 !important;
	}

	#navbar .logo-drchrono-nav {
		background-image: url(../images/logo-drchrono-nav.png);
		background-repeat:no-repeat;
		width:127px;
		height:36px;
	}

/* 6. Footer
------------------------------------------------------------------------------*/

#drc-footer { font-size: 13px; background:#555;}
#drc-footer dl dt { border-bottom: solid 1px #5f5f5f; padding-bottom: 5px; color:#fff;}
#drc-footer dl dd { line-height: 24px; margin-left: 0px;}
#drc-footer dl dd:nth-child(2) { padding-top: 5px;}
#drc-footer dt a { color: #bbb;}
#drc-footer dt a:hover { color: #ffffff; text-decoration: none;}
#drc-footer dd a { color: #bbb;}
#drc-footer dd a:hover { color: #ffffff; text-decoration: none;}
#drc-footer p { clear: both; padding: 20px 0 30px 0; text-align: center; color: #bbb;}
#drc-footer p a { display: inline-block; margin: 0 0 0 2px; padding: 0 0 0 6px; border-left: solid 1px #666; color: #bbb; line-height: 12px;}
#drc-footer p a:hover { color: #ffffff; text-decoration: none;}

.social-icons a {
  color: #fff;
  font-size: 18pt;
  margin-left: 8px;
}
.social-icons a:hover {
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(60, 120, 190, 1);
}
.about-us-social-icons a {
  color: #666;
}

.social-facebook {background-image: url(../../../images/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: 0px 0px; width: 24px; height: 24px; float:left;}
.social-twitter {background-image: url(../../../images/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -24px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-googleplus {background-image: url(../../../images/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -48px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-linkedin {background-image: url(../../../images/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -72px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}
.social-youtube {background-image: url(../../../images/social/icons_social_media_bw.png); background-repeat: no-repeat; background-position: -96px 0px; width: 24px; height: 24px; float:left; margin-left:10px;}


/* 5. Homepage
------------------------------------------------------------------------------*/

.glass-play-button {
	padding:10px 30px;
	color: #fff;
	font-size:18px;
	border-radius:4px;
	border: 1px solid #fff;
	background: transparent;
	background: rgba(255,255,255,0);
	text-decoration:none;
	/*
	position: absolute;
	bottom:-40px;
	left:208px;
	*/
}

.glass-play-button:hover,
.glass-play-button:active,
.glass-play-button:focus {
	color: #71a0d5;
	background: #fff;
	background: rgba(255,255,255,1.0);
	text-decoration:none;
}


.glass-play-button-black {
	padding:10px 30px;
	color: #fff;
	font-size:18px;
	border-radius:4px;
	border: 1px solid #fff;
	background: transparent;
	background: rgba(255,255,255,0);
	text-decoration:none;
}

.glass-play-button-black:hover,
.glass-play-button-black:active,
.glass-play-button-black:focus {
	color: #ffffff;
	background: #333;
	background: rgba(0,0,0,0.8);
	text-decoration:none;
	border: 1px solid #333;
	border: 1px solid rgba(0,0,0,0.8);
}

.hero-tagline {
  font-size: 45px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.hero-tagline-secondary {
  font-size: 22px;
  color: #fff;
  display: block;
  margin: 11px 0 0 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hero-bullets {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: .5px;
  color: #ffffff;
  moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight:normal;
}


/* 6. Product Pages
------------------------------------------------------------------------------*/

.product-splash-ehr {background-image: url(../../../images/product/product_splash_ehr1.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.product-splash-billing {background-image: url(../../../images/product/product_splash_billing1.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.product-splash-onpatient {background-image: url(../../../images/product/product_splash_onpatient4.jpg); background-repeat: no-repeat; width: 940px; height: 440px; position: relative;}
.mu-seal {background-image: url(../../../images/product/mu_seal_white.png); background-repeat: no-repeat; width: 111px; height: 112px; position: absolute; bottom: 120px; right: 40px;}

.seal-blackbook {background-image: url(../../../images/homepage/seal_blackbook_yellow.png); background-repeat: no-repeat; width: 112px; height: 112px; position: absolute; bottom: 150px; left: 0px;}

.product-headline-ehr {font-size: 40px; line-height: 46px; color: #fff; text-align: right; margin-top: 40px; margin-right: 40px; text-shadow: 0px 0px 4px #555;}
.product-headline-onpatient {font-size: 40px; line-height: 46px; text-align: right; margin-top: 40px; margin-right: 40px; text-shadow: 0px 0px 8px #333; text-shadow: 0px 0px 8px rgba(0,0,0,.5);}
.product-headline-billing {font-size: 42px; line-height: 46px; color: #333; text-align: right; margin-top: 80px; margin-right: 40px;}

.headline-common-light-small {font-size: 24px; color: #4c4c4c; text-align: center;}
.headline-common-light-medium {font-size: 30px; color: #4c4c4c; text-align: center;}
.headline-common-light-large {font-size: 36px; color: #333; text-align: center;}
.product-intro-text {font-size: 19px; line-height: 26px; color: #777; text-align: center;}

.product-ehr-native {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px 4px; width: 40px; height: 45px; float:left;}
.product-ehr-interface {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -57px; width: 40px; height: 45px; float:left;}
.product-ehr-templates {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -115px; width: 40px; height: 45px; float:left;}
.product-ehr-speech {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -172px; width: 40px; height: 48px; float:left;}

.product-onpatient-checkin {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -236px; width: 40px; height: 45px; float:left;}
.product-onpatient-phr {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -292px; width: 40px; height: 45px; float:left;}
.product-onpatient-forms {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -350px; width: 40px; height: 48px; float:left;}

.product-billing-claims {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -407px; width: 40px; height: 45px; float:left;}
.product-billing-era {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -465px; width: 40px; height: 45px; float:left;}
.product-billing-integrated {background-image: url(../../../images/product/product_icons_features1.png); background-repeat: no-repeat; background-position: 0px -524px; width: 40px; height: 48px; float:left;}

.product-section-bg {background-image: url(../../../images/product/product_bg_section_tools.png);}
.product-image-border {background: #fff; border: 1px solid #d3d3d3; height:188px; border-radius: 6px; padding:15px; margin-bottom:15px;}


/* Signup Containers
------------------------------------------------------------------------------*/

	.signupfield {
		font-size: 17px !important;
		min-height:36px;
	}

	.signup-error-container {position:absolute; bottom:80px; height:35px; z-index: 100}
	.signup-error-first {position: absolute; margin-left: 20px; width:220px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
	.signup-error-last {position: absolute; margin-left: 255px; width:220px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
	.signup-error-email {position: absolute; margin-left: 490px; width:235px; background: #000; height:35px; text-align:center; line-height:35px; color: #ff7777;}
	.signup-error-arrow {background-image: url(../../../images/product/icon_arrow_b_down.png); background-repeat: no-repeat; background-position: center; width:100%; height:10px; position: absolute; bottom:-8px; z-index:10;}
	.btn-signup {font-size: 17px !important; padding: 5px 15px;}
	.hero-background .signup-error-container {
	  	height: 0;
	}

/*NEW*/


.product-sub-headline {
  font-size: 18px;
  line-height: 28px;
}
.hero-background .error {
  color: white;
  background: #d73333;
  width: auto;
  height: auto;
  line-height: 10px;
  padding: 10px;
  box-shadow: 0 1px 2px black;
  left: 317px;
  margin: 0;
  width: 183px;
}
.hero-background .signup-error-first {
  top: -170px;
}
.hero-background .signup-error-last {
  top: -118px;
}
.hero-background .signup-error-email {
  top: -65px;
}
.hero-background .signup-error-arrow {
  background: url(../../../images/homepage/bg-error-arrow-left.png) !important;
  background-repeat: no-repeat;
  width: 15px;
  height: 22px;
  bottom: 3px;
  left: -7px;
  }
.hero-background .btn-signup {font-size: 20px !important; padding: 12px 51px; font-weight: bold;}
.hero-background .signup-container-product .header, .hero-background .signup-container-product .header-sub {display: block !important;color: #fff; font-size: 20px; display: block; margin: 16px 0 0 0;}
.hero-background .signup-container-product {background: rgba(0, 0, 0, .20); position:absolute; bottom:8px; left: 20px; height:300px; width: 320px; border-radius: 8px;}
.hero-background .signup-container-product .signupfield {
  width: 265px;
  height: 24px;
  border: none !important;
  box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
}

.signup-container-transparent { background: #ccc; background:rgba(0, 0, 0, 0.15); padding:5px; border-radius: 14px;}
.signup-container {background: #f5f5f5; background:rgba(0, 0, 0, 0.15); padding:20px 40px;}

.signup-reminder { font-size: 24px; line-height: 30px; text-align: center; color: #666; margin-top: 30px;}
.btn-signup-reminder {font: 24px;}

/*---- stand-alone signup ----*/
.signup-container-standalone {background: #f5f5f5; border:1px solid #ddd; border-radius: 6px; padding:30px 20px; position: relative; z-index:5;}

/* step 1 */
.signup-error-first-text {position:absolute; margin-left: 8px; width:220px; color: #cc5555;margin-top: -40px;
padding-left: 18px;}
.signup-error-last-text {position:absolute; margin-left: 243px; width:220px; color: #cc5555;margin-top: -40px;
padding-left: 18px;}
.signup-error-email-text {position:absolute; margin-left: 478px; width:250px;  color: #cc5555;margin-top: -40px;
padding-left: 15px;}

/* step 2 */
.signup-error-specialty-text {position:absolute; margin-left: 8px; width:220px;  color: #cc5555;}
.signup-error-job_title-text {position:absolute; margin-left: 362px; width:220px;  color: #cc5555;}
.signup-error-phone-text {position:absolute; margin-left: 552px; color: #cc5555;}

/* step 3 */
.signup-error-username-text {position:absolute; margin-left: 8px; width:220px; color: #cc5555;}
.signup-error-password-text {position:absolute; margin-left: 243px; width:220px; color: #cc5555;}
.signup-error-passconfirm-text {position:absolute; margin-left: 478px; width:220px;  color: #cc5555;}

.signupfield-light{
	color: #333333;
	font-size: 18px !important;
	border: 1px solid #aaa !important;
	padding: 7px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	margin-right: 10px;
	margin-bottom: 0px !important;
	font-weight: 400;
}
.signupfield-light:focus {
	background: #f3fcff;
    border-color: rgba(51, 125, 215, 0.75) !important;
    box-shadow: 0 0 8px rgba(65, 185, 255, .75);
    outline: none;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

/* 8. News & Testimonials
------------------------------------------------------------------------------*/
.image-caption {background: rgba(0, 0, 0, .6); position:absolute; bottom:0px; width:100%; padding: 6px 0px; color: #fff; text-align:center; font-size: 16px;}

.play-icon {background-image: url(../../../images/icon_play_inactive2.png); background-repeat: no-repeat; background-position: center; height:100%; width:100%; position:absolute;}
.play-icon:hover {background-image: url(../../../images/icon_play_active2.png); background-repeat: no-repeat;}

.news-date {color: #999; font-size: 13px; margin-bottom:0px;}

.typeahead .active > a,
.typeahead .active > a:hover {
    color: white !important;
}

/* Public error pages (500, 404) */
#legal-policy-page .subsection {
  padding-left: 40px;
}


/* 10. Animations
------------------------------------------------------------------------------*/

.mouse-pulse-outer {
	display:inline-block;
	border-radius:50px;
	text-align: center;
	background: #ccc;
	padding: 15px;
	margin: 0;
	margin-bottom:15px;
}

.mouse-pulse-outer-ani {
	-webkit-animation: mouse-pulse-outer-ani 1.25s linear infinite;
	-moz-animation: mouse-pulse-outer-ani 1.25s linear infinite;
	-ms-animation: mouse-pulse-outer-ani 1.25s linear infinite;
	animation: mouse-pulse-outer-ani 1.25s 2inear infinite;
}

@keyframes "mouse-pulse-outer-ani" {
	0% {background: #cfcfcf;}
	50% {background: #eee;}
	100% {background: #cfcfcf;}
}

@-moz-keyframes mouse-pulse-outer-ani {
	0% {background: #cfcfcf;}
	50% {background: #eee;}
	100% {background: #cfcfcf;}
}

@-webkit-keyframes "mouse-pulse-outer-ani" {
	0% {background: #cfcfcf;}
	50% {background: #eee;}
	100% {background: #cfcfcf;}
}

@-ms-keyframes "mouse-pulse-outer-ani" {
	0% {background: #cfcfcf;}
	50% {background: #eee;}
	100% {background: #cfcfcf;}
}


.mouse-pulse-inner {
	display:block;
	padding:15px;
	border-radius:30px;
	text-align: center;
	background: #999;
	margin: 0;
}

.mouse-pulse-inner-ani {
	-webkit-animation: mouse-pulse-inner-ani 1.25s linear infinite;
	-moz-animation: mouse-pulse-inner-ani 1.25s linear infinite;
	-ms-animation: mouse-pulse-inner-ani 1.25s linear infinite;
	animation: mouse-pulse-inner-ani 1.25s linear infinite;
}

@keyframes "mouse-pulse-inner-ani" {
	0% {background: #aaa;}
	50% {background: #ccc;}
	100% {background: #aaa;}
}

@-moz-keyframes mouse-pulse-inner-ani {
	0% {background: #aaa;}
	50% {background: #ccc;}
	100% {background: #aaa;}
}

@-webkit-keyframes "mouse-pulse-inner-ani" {
	0% {background: #aaa;}
	50% {background: #ccc;}
	100% {background: #aaa;}
}

@-ms-keyframes "mouse-pulse-inner-ani" {
 0% {background: #aaa;}
 50% {background: #ccc;}
 100% {background: #aaa;}
}

.selected img {
    border:3px solid #ff9900 !important;
}

/* 0. Media Queries
------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	
		#collapsible-navbar {
        float:right;
    }
    
    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.info-panel .info-panel-body {
	font-size:48px;
	line-height:56px;
	}
	
	#collapsible-navbar {
		float:right;
	}
    
	.dropdown:hover .dropdown-menu {
		display: block;
	}
		
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#dropdown-support {
		display:none;
	}
	
	.feature-video-iframe { height:460px;}
	
	.hero h1 {
	font-size:32px;
	line-height:38px;
	}
		
	.hero {
	padding-top:30px;
	padding-bottom:30px;
	}
	
	#collapsible-navbar {
		float:right;
	}

.dropdown:hover .dropdown-menu {
		display: block;
	}
	
.signup-homepage {
	margin-bottom:-30px !important;
	}
	
.responsive-margin-top40 {
    margin-top:30px;
}

.responsive-margin-bottom40 {
    margin-bottom:30px;
}

.responsive-margin-top60 {
    margin-top:40px;
}

.responsive-margin-bottom60 {
    margin-bottom:40px;
}

.responsive-margin40 {
    margin:30px;
}

}

@media (min-width: 401px) and (max-width: 767px) {
	/* -- Navigation Start --*/	

	#navigation {margin-top:0px;}
	
	#navigation .dropdown-menu {
		border: none;
		border-radius: 0 0 0 0;
	}
	
	#navigation .dropdown-menu li a {
		color:#666;
		border-bottom:1px solid;
	}
	
	#navigation li a {
		color:#fff;
		border-bottom:1px solid #888;
	}
	
	#navigation li a:hover {
		background:#333;
		color:#fff;
	}
	
	#drc-navigation-collapse {
		background:#666;
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #333;
    color: #fff;
	}
	
	.btn-nav-demo {
		background:#999;
		color:#fff;
	}
	
/* -- Navigation End --*/
	
	.promos-container {
		margin-top:-20px;
		margin-bottom:20px;
	}
	
	.feature-video-iframe { height:340px;}
	
	.hero h1 {
	font-size:28px;
	line-height:36px;
	}
	
	/* New for style guide */
	
	.hero {
	padding-top:20px;
	padding-bottom:20px;
	}
	
	.form-container {
		padding:20px;
	}
	
	.control-label {
		font-size:15px;
	}
	
	.signup-homepage {
	margin-bottom:-20px !important;
	}
	
	.responsive-margin-top40 {
    margin-top:20px;
	}
	
	.responsive-margin-bottom40 {
	    margin-bottom:20px;
	}
	
	.responsive-margin-top60 {
    margin-top:30px;
}

.responsive-margin-bottom60 {
    margin-bottom:30px;
}
	
	.responsive-margin40 {
	    margin:20px;
	}
	
	.sm-show {display:inline-block !important;}
	
	.sm-hide {display:none !important;}
	
}

@media (min-width: 0px) and (max-width: 400px) {
	/* -- Navigation Start --*/	

	#navigation {margin-top:0px;}
	
	#navigation .dropdown-menu {
		border: none;
		border-radius: 0 0 0 0;
	}
	
	#navigation .dropdown-menu li a {
		color:#666;
		border-bottom:1px solid #e9e9e9;
	}
	
	#navigation li a {
		color:#fff;
		border-bottom:1px solid #888;
	}
	
	#navigation li a:hover {
		background:#333;
		color:#fff !important;
	}
	#navbar > div > div:nth-child(1) > div {
		margin-left: -15px;
		margin-right: -15px;
	}
	#navbar #mini-navbar {
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: right;
		margin-bottom: 9px;
		background-color: #333;
	}
	#navbar #mini-navbar > a:nth-child(1) {
		float: left;
		color: orange;
		margin-left: 15px;
	}
	#navbar #mini-navbar > a:nth-child(2) {
		margin-right: 12px;
	}
	#navbar #mini-navbar > a:nth-child(3) {
		margin-right: 5px;
		border-left: 1px solid #ccc;
		padding-left:14px;
		margin-left: 0px;
		color: #ccc;
	}
	
	#drc-navigation-collapse {
		background:#666;
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #333;
    color: #fff;
	}
	
	.btn-nav-demo {
		background:#999;
		color:#fff;
	}
	
/* -- Navigation End --*/

	.promos-container {
		margin-bottom:20px;
	}
	
	.feature-video-iframe { height:230px;}
	
	.hero h1 {
		font-size:24px;
		line-height:30px;
	}

	.hero {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.media-panel .caption {
		font-size:14px;
		line-height:18px;
	}
	
	.modal-video {
		width:100%;
		height: 250px;
	}
	
	.modal-video-homepage {
	width:100%;
	height: 380px;
	}
	
	.form-container {
		padding:15px 20px;
	}
	
	.control-label {
		font-size:15px;
	}
	
	.info-panel .info-panel-body {
	font-size:48px;
	line-height:56px;
	}
	
	.signup-homepage {
	margin-bottom:-10px !important;
	}
	
	.responsive-margin-top40 {
    margin-top:20px;
	}
	
	.responsive-margin-bottom40 {
	    margin-bottom:20px;
	}
	
	.responsive-margin-top60 {
    margin-top:20px;
}

.responsive-margin-bottom60 {
    margin-bottom:20px;
}
	
	.responsive-margin40 {
    margin:10px;
}
	.xs-show {display:inline-block !important;}
	
	.xs-hide {display:none !important;}
	
}

/* -- Ghost-Button Start --*/

.ghost-button {
  display: inline-block;
  width: 220px;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-size: 21px;
}

.ghost-button:visited {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #5e8cc4;
  text-decoration: none;
}

.ghost-button-blue {
  display: inline-block;
  width: 220px;
  padding: 10px;
  color: #5f8cc3;
  border: 1px solid #5f8cc3;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-size: 21px;
}

.ghost-button-blue:visited {
  background-color: #5e8cc4;
  color: #5e8cc4;
  text-decoration: none;
}

.ghost-button-blue:hover,
.ghost-button-blue:active {
  background-color: #5e8cc4;
  color: #fff;
  text-decoration: none;
}


.ghost-button-rounded-corners {
  display: inline-block;
  width: 220px;
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-size: 21px;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #fff;
  color: #000;
}

/* -- Ghost-Button End --*/

.verticalLine {
    border-left: 1px solid #ddd;
}

.api-apps {background-image: url(../images/api-apps.jpg); background-repeat: no-repeat; background-position:center bottom; position: relative;}

@media (min-width: 0px) and (max-width: 1023px) {
	
.verticalLine {
    border-left: 0 solid #ddd;
}

}