@CHARSET "ISO-8859-1";

body {
	background-color: #d6dfe6;
	color: #34495e;
	padding-top: 50px;
	background: url(../img/bg.jpg);
}

.container {
	width: 95%;
	min-width: 960px;
	max-width: 95%;
	padding-left: 0px;
	padding-right: 0px;
}

.container-login {
	width: 95%;
	min-width: 960px;
	max-width: 95%;
	padding-left:10%;
	padding-right: 0%;
}

.modal-body-scroll {
    height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.modal-body-scroll-vertical {
    height: calc(100vh - 250px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.modal-body-scroll-horizontal {
    height: calc(100vh - 210px) !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.box-header {
	height: 80px;
	border: 0px solid #DDDDDD;
	margin-top: -20px;
	padding-top: 20px;
	background-color: #e3e6ea;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	overflow: visible;
}

.box-header-small {
	height: 20px;
	border: 0px solid #DDDDDD;
	margin-top: -20px;
	padding-top: 20px;
	background-color: #e3e6ea;
	-moz-border-radius: 10px 10px 0px 0px;
	overflow: visible;
}

.main-container {
	min-height: 265px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.sub-container {
	float: left;
	width: 100%;
	position: relative;
	right: 50%;
	background-color: #555F6B;
}

.left-nav {
	width: 130px;
	min-height: 300px;
	float: left;
	background-color: #555F6B;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	position: relative;
	left: 50%;
}

.left-nav>.nav-list {
	margin: 24px 0 0 0;
	width: 130px;
	z-index: 2;
}

.left-nav>.nav-list.affix {
	top: 40px;
}

.left-nav>.nav-list>li>a {
	color: #CBCED2;
	height: 41px;
	width: 140px;
	font-size: 13px;
	text-shadow: 0 1px 0 #555F6B;
	display: block;
	margin: 0 0 -1px;
	padding: 5px 12px 5px 12px;
}

.left-nav>.nav-list>li>a:hover {
	background-color: #87929f;
	color: #ffffff;
}

.left-nav>.nav-list>li {
	border-bottom: 1px solid #48505a;
}

.left-nav>.nav-list>li:last-child {
	border-bottom: none;
}

.left-nav>.nav-list>li>a.active {
	background: url('../img/sprite-medicity1.png') no-repeat -125px -106px;
	display: inline-block;
	width: 143px;
	color: #ffffff;
	z-index: 1;
}

table.notify-table-form td {
	vertical-align: top;
}

.table tbody>tr>td {
	font-size: 12px;
	vertical-align: middle;
}

.status {
	padding-right: 10px;
}

.statusCheck {
	text-align: center;
}

.modal-header .close {
	margin: -15px -18px !important;
	padding: 14px 25px 13px 20px;
	border-left: 1px solid #ccc;
	font-size: 28px;
	line-height: 1;
	color: #34495e;
}

.modal-dialog-wide {
	width: 50%;
}

.login-container, .twofa-container {
	left: auto;
	right: auto;
	width: 100%;
	padding: 30px;
}

/*
.login-form {
	padding-top: 40px;
}
.login-form input {
	width: 260px;
}

*/
h1.login-h1, h1.twofa-h1{
	padding-left: 30px;
	margin-top: 17px;
}

.notify-hidden {
	display: none;
}

.notify-error-field {
	font-style: italic;
	color: #990000;
}

.notify-status {
	font-style: italic;
	color: #007700;
	margin: 0.4em;
}

.notify-warning {
	font-style: italic;
	color: #ec971f;
	margin: 0.4em;
	font-weight: bold;
}

.notify-information {
	font-style: italic;
	color: #FFF568;
	margin: 0.4em;
	font-weight: bold;
}

.notify-field-note {
	font-size: smaller;
	color: #818181;
	text-align: right;
}

.notify-labeled-value {
	font-weight: bold;
}

.notify-clickable {
	cursor: pointer;
}

.notify-clickable-text {
	cursor: pointer;
	font-weight: bold;
}

.notify-clickable-text:hover,.notify-clickable-text:focus {
	color: #2A6496;
	text-decoration: underline;
}

.notify-dialog {
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	background: white;
}

.notify-horizontal-scroll {
	overflow-x: scroll;
}

/* add min-height everytime you add a left nav item - 50px addition seems to do the trick */
.main-content {
	width: 85%;
	min-height: 500px;
	float: right;
	padding: 30px;
	background-color: #ffffff;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	float: left;
	position: relative;
	left: 50%;
}

/* add min-height everytime you add a left nav item - 50px addition seems to do the trick */
.main-content-no-tabs {
	width: 100%;
	min-height: 500px;
	float: right;
	padding: 30px;
	background-color: #ffffff;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	float: left;
	position: relative;
	left: 50%;
}

.mne-navbar {
	background-color: #30363d;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
}

.mne-navbar .dropdown-menu>li>a:hover,.mne-navbar .dropdown-menu>li>a:active,.mne-navbar .dropdown-menu>li>a:focus
	{
	background-color: #7a90aa;
	color: #ffffff;
	color: #fff;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#7a90aa),
		to(#7a90aa));
	background-image: -webkit-linear-gradient(top, #7a90aa, 0%, #7a90aa, 100%);
	background-image: -moz-linear-gradient(top, #7a90aa 0, #7a90aa 100%);
	background-image: linear-gradient(to bottom, #7a90aa 0, #7a90aa 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a90aa',
		endColorstr='#7a90aa', GradientType=0);
}

.mne-subnav {
	background-color: #586370;
	height: 50px;
	width: 100%;
	margin: 0;
	background: -moz-linear-gradient(top, #586370 0%, #4a5159 100%);
	background: -webkit-linear-gradient(top, #586370 0%, #4a5159 100%);
	background: linear-gradient(top, #586370 0%, #4a5159 100%);
}

.mne-subnav ul {
	margin-top: 12px;
}

.mne-subnav li {
	padding-left: 20px;
	display: inline;
	list-style: none;
}

.mne-subnav li>a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
	vertical-align: bottom;
}

.mnr-subnav li>a>.badge {
	vertical-align: bottom;
	padding-left: 5px;
}

.mne-subnav li>a:hover,.mne-subnav li>a:focus {
	color: #dddddd;
}

.mne-subnavtext {
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
	vertical-align: bottom;
}

.mne-subnav-text-left {
	float: left;
	margin-top: 12px;
}

.navbar-brand {
	max-width: 300px;
	color: #ffffff;
}

.navbar-brand:hover {
	color: #ffffff;
}

.navbar .nav>li>a {
	padding: 15px 16px;
}

.navbar .nav>li>a,.navbar .nav>li>a:hover,.navbar .nav>li>a:focus {
	float: none;
	padding: 15px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	background: transparent;
}

.navbar-nav>.dropdown>a .caret,.navbar-nav>.dropdown>a .caret:hover,.navbar-nav>.dropdown>a .caret:focus
	{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-nav>li>.dropdown-menu {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.breadCrumbs {
	padding: 15px 2px 15px 2px;
	font-size: 14px;
	font-weight: bold;
}

.breadCrumbs a {
	color: #506985;
}

.breadCrumbs span {
	color: #6d7781;
}

.lbl-color-grey {
    color: #6d7781; 
}

.footer {
	margin-bottom: 20px;
}

a {
	color: #4570a2;
}

h1 {
	/*color: #506985;*/
	color: #3A4B64;
	font-size: 26px;
}

.sub-container h1:first-of-type {
	margin-top: 0px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

h2 {
	color: #222222;
	font-size: 18px;
	padding-bottom: 10px;
}

h3 {
	color: #555555;
	font-size: 16px;
}

label {
	font-weight: normal;
}

.labelSimple {
	font-size: 14px !important;
	font-weight: lighter !important;
}

.help-txt {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: inline-block;
	margin-left: 5px;
}

.help-txt-bold {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	margin-left: 5px;
}

.help-txt a {
	text-decoration: none;
}

.main-content p button {
	margin-bottom: 10px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

hr.small {
	border-top: 2px solid #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr.big {
	border-top: 2px solid #eee;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sprite-notification-bell {
	background: url('../img/sprite-medicity1.png') no-repeat -62px 0;
	width: 19px;
	height: 22px;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.sprite-home {
	background: url('../img/sprite-medicity1.png') no-repeat -120px 0;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
}

.sprite-chevron-right {
	background: url('../img/sprite-medicity1.png') no-repeat -135px 0;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin: 0 5px -1px 5px;
}

.sprite-char-x {
	background: url('../img/sprite-medicity1.png') no-repeat -195px -18px;
	width: 13px;
	height: 13px;
	display: inline-block;
	border: 1px solid gray;
	margin: 5px;
	vertical-align: middle;
}

.pad-right {
	margin-right: 10px;
}

.pad-left {
	margin-left: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.vertical-divider {
	width: 1px;
	height: 20px;
	opacity: .9;
	display: inline-block;
	margin: 0 12px;
	background: #bdc3c7;
	vertical-align: middle;
}

/* Custom button for HealthCatalyst notify engine (btn-mne)
-------------------------------------------------- */
/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-mne,.btn-mne:hover,.btn-mne:active {
	display: inline-block;
	margin-bottom: 0;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',	endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px	rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px	rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px	rgba(0, 0, 0, 0.05);
}

/* Set the hover state */
/* An easy hover state is just to move the gradient up a small amount. Add other embellishments as you see fit. */
.btn-mne:hover,.btn-mnr:focus,.btn-mnr:active {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #e6e6e6;
	/**background-color: #d9d9d9;*/
}

.btn-primary-notify,.btn-primary {
  background-color: #345A8E;
  color: #ffffff !important;
  background-repeat: repeat-x;
  border-color: #506984 #506984 #506984 #506984;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

.btn-primary-notify:hover,.btn-primary:hover {
	color:#fff;
	background-color:#243B5C;
	border-color:#204d74
}

/*---------patient Banner-----------*/
.ptBanner-Container {
	margin-bottom: 25px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.ptBanner-Container h1 {
	margin: 15px 25px 15px 0;
	font-size: 20px;
}

.ptBanner-Demographics {
	margin-right: 15px;
	margin-left: 10px;
}

.ptBanner-Demographics h4 {
	margin-top: 19px;
	text-align: left;
	margin-right: 20px;
	float: left;
}

.ptBanner-Demographics h6 {
	margin-top: 23px;
	font-weight: normal;
	margin-right: 5px;
	float: left;
}

.ptBanner-Study {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 5px;
	padding-left: 20px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>.active>a,.pagination>.active>span
	{
	background-color: #f5f5f5;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus
	{
	z-index: 2;
	/*color: #999999;*/
	color: #707070;
	cursor: default;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.center {
	text-align: center;
}

.center-imp {
	text-align: center!important;
}

.left {
	text-align: left;
}

.icon-arrow-left {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.icon-arrow-left:before {
	content: "\e071";
}

.icon-arrow-right {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.icon-arrow-right:before {
	content: "\e075";
}

.divider-vertical {
	height: 40px;
	margin: 5px 20px;
	border-right: 1px solid #3c434c;
	border-left: 1px solid #252a30;
	line-height: 20px;
}

.inbox .badge {
	background-color: #6d98ca;
	color: #ffffff;
	background-image: -moz-linear-gradient(top, #ff6642, #ce5235);
	background-image: -ms-linear-gradient(top, #ff6642, #ce5235);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6642),	to(#ce5235));
	background-image: -webkit-linear-gradient(top, #ff6642, #ce5235);
	background-image: -o-linear-gradient(top, #ff6642, #ce5235);
	background-image: linear-gradient(top, #ff6642, #ce5235);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ff6642, endColorstr='#' ce5235, GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.sectionHelp {
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
}

.helphint {
    font-size: 12px;
	font-style: italic;
}

.helpBtn {
	padding-top: 7px;
	padding-left: 0;
}

.helpBtn a {
	text-decoration: none;
}

.tooltip-inner {
	background-color: #30363d;
}

.tooltip.top  .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
	border-top-color: #30363d;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #30363d;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #30363d;
}

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #30363d;
}

fieldset {
	position: relative;
	margin: 15px 0;
	padding: 25px 0px 0px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

fieldset label.fLable {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.eventMsgHeader {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

strong {
	color: #000000;
}

.required-form-footer:before,.required-field:after {
	content: "*";
	font-weight: bold;
	padding-left: 7px;
	color: red;
}

.notify-dialog-position {
	/* this is a workaround needed for some IE browser versions to display the dialog without the top portion of the dialog being stripped out */
	top: 15%;
}

/* REDUNDANT as .main-content has the proper min-height add min-height everytime you add a left nav item - 50px addition seems to do the trick */
.fix-main-content-height{
	min-height: 500px;
}

.grid-status-column-width {
	width: 5%;
}

.grid-create-date-column-width {
	width: 15%;
}

.pg-lt-5 {
	padding-left: 5px;
}

.pg-lt-10 {
	padding-left: 10px;
}

.pg-lt-20 {
	padding-left: 20px;
}

.notify-info-txt {
	font-style: italic;
	vertical-align: center;
}

.pg-lt-0 {
	padding-left: 0px !important;
}

.pg-tp-10 {
	padding-top: 10px !important;
}

.pg-tp-7 {
	padding-top: 7px !important;
}

.pg-btm-10 {
	padding-bottom: 10px !important;
}

.pg-btm-0 {
	padding-bottom: 0px !important;
}

.mrgn-top-5 {
	margin-top: 5px !important;
}

.mrgn-top-8 {
	margin-top: 8px !important;
}

.mrgn-top-10 {
	margin-top: 10px !important;
}

.mrgn-top-20 {
	margin-top: 20px !important;
}

.mrgn-top-50 {
	margin-top: 50px !important;
}

.mrgn-btm-5 {
	margin-bottom: 5px !important;
}

.mrgn-btm-55 {
	margin-bottom: 55px !important;
}

.dlg-grp {
	position: relative;
	width: 100%;
	float: left !important;
}
.healthCatalystSmalllogo {
    background: url('../img/HealthCatalystLogoSmall.png');
    height:29px;
    width:162px;
    display: inline-block;
    margin-top:5px;
}

span.two-factor-disabled {
    background: url('../img/lock_x.png') no-repeat;
    height:1em;
    width:1.05em;
    display: inline-block;
    background-size: 100%;
    margin-bottom: 2px;
}

span.email-not-verified {
    background: url('../img/email_x.png') no-repeat;
    height:14px;
    width:14px;
    display: inline-block;
    background-size: 100%;
    margin-top: 1px;
}

.spaceLeft {
	margin-left: 2px
}

.newline {
	display: block;
}

.inactive-red,.content-red {
	color: red
}

.flt-left {
	float: left;	
}

.mrgn-top-minus-10 {
	margin-top: -10px;	
}

.pdg-15-top-10 {
	padding: 10px 15px 15px 15px !important;
}

.break-with-hyphen {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.v-algn-mdle {
	vertical-align: middle;
}

.pdg-lft-0 {
	padding-left: 0px !important;
}

.pdg-tp-0 {
	padding-top: 0px !important;
}