/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }	
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	/*table {
		border-collapse: collapse;
		border-spacing: 0; }*/


/* #Basic Styles
================================================== */
body {
	/*background: #dedede;*/
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #525151;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background-color: #EDF0F5;
	overflow-y: scroll !important;

}


/* #Typography
================================================== */
	h1, h2, h3, h4, h6 {
		color: #525151;
		font-family: Arial, "Georgia", "Times New Roman", Helvetica, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; /*margin-bottom: 14px;*/}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; font-weight:bold; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 11px; line-height: 17px; }
	blockquote { margin: 0 0 20px; padding: 0px 20px 0 5px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== 
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }*/


/* #defau
================================================== */
	/*ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }*/

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
		
	.bigbox {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		/*margin-bottom: 20px;*/
		background: #fff; }
	.bigbox.select {
		padding: 0; }
	.bigbox:focus {
		border: 1px solid #aaa;
		color: #525151;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
		
		
	textarea {
		min-height: 60px; }
	label,
	legend {
		/*display: block;
		font-weight: bold;*/
		font-size: 13px;  }
select {
	width: 202px;
	height: 25px !important;
	border: 1px solid #d0d0d0 !important;
}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #525151; }

/* #Misc
========================="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		color: #444;
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.inline { display: inline; }

	/*Upload styles*/
.NotificationDiv {
	color: #4e5766;
	/*padding: 8px 0px 0px 0px;*/
	text-align: left;
	/*line-height: normal;*/
	background-color: #D9EDF6;
	height: auto;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px
}
.mycheckSmall input {
	width: 10px;
	height: 10px;
}

.deleteBtn  {
/*	background-image: url('../img/imgRemove.png');*/
	background-image: url("../img/glyphicons-halflings-maroon.png") !important;
	background-repeat: no-repeat;
	background-color: white !important;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: none;
	margin-top: 5px;
	min-width:15px
}


.DropZone1 {
	height: 65px;
	font-size: x-large;
	background-color: white;
	border-color: #CCCCCC;
	float: left;
	text-align: center;
	font-size: 16px;
	color: black;
}

.demo-container .RadAsyncUpload {
	text-align: center;
	margin-left: 0;
	margin-bottom: 28px;
}

html div.RadAsyncUpload .ruButton.ruBrowse {
	color: black;
}

.demo-container .RadAsyncUpload .ruFileWrap {
	text-align: left;
}

.demo-container .RadUpload .ruUploadProgress {
	width: 210px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

html .demo-container .ruFakeInput {
	width: 200px;
}

html .RadUpload .ruFileWrap {
	position: relative;
}

.cell-overflow {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uploadimagecss {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.DisplayDateCSS
{
	padding-top:5px;
	font-size:11px;
}

element.style {
	/* background-color: red; */
}

html div.RadAsyncUpload .ruButton.ruBrowse {
	/*color: black;*/
}

div.RadUpload_Default .ruFileWrap .ruButtonHover {
	/*background-position: 100% 0;*/
}

div.RadUpload_Default .ruInputs .ruButtonHover, div.RadUpload_Default .ruActions .ruButtonHover {
	/*background-position: 100% -23px;*/
}

.RadUpload_Default .ruButton {
	/*background-color: #5187BA !important;
	background-image:none !important;
	color:white !important*/
}
#dataTable td {
	border-top: thin solid #E1E1E1;
	border-bottom: thin solid #E1E1E1;
}

	#dataTable td:first-child {
		border-left: thin solid #E1E1E1;
	}

	#dataTable td:last-child {
		border-right: thin solid #E1E1E1;
	}
/*style="background-color: #a0e1f3; height: 25px; text-align: left"*/

.RadUpload {
	width: 100% !important;
	/*height: 110px !important;*/
}

.demo-container .RadUpload .ruUploadProgress {
	width: 210px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.ruDropZone {
	height: 85px !important;
	margin: 15px !important;
	top: -75px !important;
	width: 97% !important;
}

.ruUploadProgress, li .ruCancel, li .ruRemove {
	visibility: hidden;
}

li.ruUploading, ruFileWrap ruStyled {
	display: none;
}
	.inline { display: inline; }

/****585 changes start*/
.ContentPageBorder {
	background-color: white;
}
.ContentPageBorder .container-twelve {
	
}
	.ContentPageBorder .bootstrap-tabs {
	
		background-color: white;
	}
.MainHeader {
	background-color: white;
	/*margin-left: -10px;
	margin-right: -10px;*/
	text-align: center;
	padding-top: 10px;
	
}
.SecondaryHeader {
	
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	background-color: white;
	
	border-style: solid;
	
	border-bottom-width: 0px;
	border-color: #EDF0F5;
	border-top-width:10px;
}
.FirstMainDiv {
	width: 100%;
	height: 30px;
}
.LogoSection {
	width: 38%; 
     float: left; 
}
.Logo1 {
	width: 38%; float: left; margin-left:10px;
}
.Portal {
	margin-left: 30%;color:#6A84B4;
}
.MenuRight1 {
	margin-left: 13%;
	
}
.UserName {
	width: 65%; 
	float: left; 
}
.UserIcon {
	float:left;

		}
.Support {
	margin-left: 70%;
}
.SecondaryHeaderFirst {
	/*height: 50px;*/
}
.ClientLogo {
	width: 11%;
	
	float: left;
	margin: auto;
	/*padding: 10px;*/
	padding-bottom: 10px;
	padding-left: 10px;
}
.DashBoard {
	margin-left: 89%;
    padding: 10px;
}
.MenuRight2 {
	width: 100%;
}


#leftbox {
	float: left;
	
	width: 25%;
	
}

#middlebox {
	float: left;
	
	width: 40%;
	
}

#rightbox {
	float: right;
	
	width: 35%;
	
}
.PatientSearchMain {	
	margin-left: 10px;
	margin-right: -10px;
	/*padding-bottom: 20px;*/
}
.navbar
{
	margin-bottom: 0px !important;
}
.h4Style {
	font-size: 18px;
	line-height: 43px;
	margin-bottom: 4px;
	font-weight: bold;
	font-family: roboto;
}
#txtSearch {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	margin-top: 5px;
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	width: 206px;
}

/*Existing styles in Dash.axpx*/
.radWindowFix iframe {
	width: 960px !important;
}

.radWindowFix2 iframe {
	width: 720px !important;
}

.notification-icon-color {
	background-image: url("../img/glyphicons-halflings-maroon.png") !important;
}

input[type='radio'], input[type='checkbox'] {
	margin-right: 4px;
	margin-top: 3px;
}

.rcbCheckAllItems {
	font-weight: bold;
	font-size: 14px;
}

.rcbCheckAllItemsHovered {
	font-weight: bold;
	font-size: 14px;
}

.ellipse {
	/*background-color: #2f96b4;
	font-size: 16px;
	border-radius: 10px;
	color: #FFFFFF;
	border: solid 1px #444444;*/
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #1B78AA;
	border-radius: 10px;
}

.ellipse-selected {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #ddd;
	border-radius: 10px;
	
}

.rtsTxt {
	font-size: 12px;
	font-weight: 600;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

/*.RadComboBox_Default .rcbInput {*/
	/*font: 14px/21px "robot" !important;*/
	/*font: 12px/21px "Segoe UI",Arial,Helvetica,sans-serif !important;
	
}
.RadComboBox_Default .rcbReadOnly {
	background-image: none !important;
	background-color:white !important;
}
.RadComboBox_Default .rcbActionButton {
	background-image: none !important;
	background-color: white !important;
	border-width:1px 1px 1px 0px !important;
}
.RadComboBox .rcbInput {
	margin-top: -2px !important;
	margin-bottom: 1px !important;
	margin-right: 1px !important;
	margin-left: -2px !important;
}*/
.rtsLink {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left !important;
}

.RadGrid_Default .rgAltRow {
	
	background-color: #ffffff !important;
	
}

.RadGrid_Default .rgRow {
	background-color: #F7F9FA !important;
}
.RadGrid_Default .rgHeader {
	background-image: none;
	border: 0;
	/*border-bottom: 2px solid #2D2E31 !important;*/
	/*	border-top: 2px solid #898D92 !important;*/
	background-color: white !important;
	background: #ffffff !important;
	border-bottom: 3px solid #145388 !important;
}

.RadGrid_Default td.rgPagerCell {
	background: #ffffff !important;
}
.RadGrid_Default .rgPagerCell .rgPagerButton,
.RadGrid_Default .rgPagerCell .rgActionButton {
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 5px !important;
	border-color: #687dc1 !important;
	color: #fff !important;
	background-color: #29A7CB !important;
    background-image: none !important;
    margin-left: 10px !important;
}
.RadGrid_Default .rgPageFirst {
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 5px !important;
	border-color: #687dc1 !important;
	color: #fff !important;
	background-color: #29A7CB !important;
	
}
.RadGrid_Default .rgHeader a {
	color: #898D92 !important;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.RadGrid_Default .rgAltRow p, .RadGrid_Default .rgRow p {
	margin: 0 0 5px 0;
}
.RadGrid_Default .rgMasterTable {
	color: #898D92;
	font-size: 14px;
	font-weight: 400 !important;
}
.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a {
	color: #898D92 !important;
	font-weight: 400 !important;
}
.RadGrid_Default .rgRow .rgSorted, .RadGrid_Default .rgAltRow .rgSorted {
	background-color: #F7F9FA !important;
	border-bottom-color: #F7F9FA !important;
}





.page {
	background-color: #EDF0F5 !important;
}
#ctl00_ctl00_MainContent_cphAuth_rmpDashPages {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
}
.ctl00_ctl00_MainContent_cphAuth_rgDash {
	border:0px !important;
}

.RadGrid_Default .rgHeader  {
	color: #898D92 !important;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
/****585 changes end*/

.bootstrap-tabs .rtsUL a.active {
	/*color: #14afca !important;
	border-top-color: #14afca !important;
	border-top-width: 4px !important;
	background-image: linear-gradient(#1580AE,#fff) !important;*/
	background-color: #1B78AA !important;
	color: #ffffff !important;
	background-image: linear-gradient(#1B78AA,#1B78AA) !important;
}
.dropdown {
	position: relative;
	
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	/*min-width: 160px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 20px;
	margin-left: 938px;
}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		.dropdown-content a:hover {
			background-color: #ddd;
		}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.RadGrid_Default .rgHoveredRow {
	background: none !important;
	background-color: #D8EFF6 !important;
}

.RadGrid_Default .rgHoveredRow a {
	color: black !important;
}
.rms-button {

	/*font-family: "Arial Black", Gadget, sans-serif;*/

	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: #ffffff !important;
	box-shadow: 0 0 20px #eee;

	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	text-decoration:none;



	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;



}
/*a:hover {
	color:#ffffff !important	;
}*/
a:link  {
	color:none !important;
	/*text-decoration: none !important;*/
}


.rmsMain {
	padding: 4px 10px;
	margin-left: 2px;
	background-image: linear-gradient(to right, #00528E 0%, #29A7CB 100%);
	margin-bottom: 0;
}
.rmsSmall {
	margin: 0px;
	padding: 1px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #00528E 0%, #29A7CB 100%);
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}
.rmsDelete {
	padding: 4px 10px;
	margin-left: 2px;
	background-image: linear-gradient(to right, #f00 0%, #cb2929 100%);
	margin-bottom: 0;
}
.rmsMain:hover {
	background-position: right center;
}

.rms-button.disabled, .rms-button[disabled] {
	cursor: default;
	background: #d2d2d2 !important;
	color: #c1c1c1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.lasttab
{
	margin-right:0px !important;
}
.rtsLink rtsAfter subtab {
	background: none !important;
	color: red !important;
	margin-right: 0px !important;
}

/*.input[type="text"]
{
	height: 0px !important;
}
*/

.rcbAutoWidthResizer .rcbScroll {
	overflow: visible !important;
}

/*To target IE 6, 7 and 8*/
@media \0screen\,screen\9 {
	.rcbAutoWidthResizer .rcbScroll {
		overflow: auto !important;
	}
}

/*To target IE 9 and 10*/
@media screen and (min-width:0\0) {
	.rcbAutoWidthResizer .rcbScroll {
		overflow: auto !important;
	}
}
.RadToolTip_Default .rtCallout
{
	background-image:none !important;
}

.riTextBox[type="text"]
{
	/*height:25px !important;*/
}

div.left {
	width: 55%;
	float: left;
	
}

div.right {
	width: 55%;
	margin-left: 62%;
	
}



/*Modal popup*/



/* The Modal (background) */
.modal1 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s

}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}



.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	
}
/* The Close Button */
.close {
	font-size: 25px !important;
	opacity: 7.2 !important;
	margin-top: 5px !important;
}


/*.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
*/
.modal-header {
	text-align: center;
	background-color: #e9e5e5e5;
	margin: 15px;
	padding: 2px 15px;
}

.modal-body {
	/*max-height: none !important;*/
	padding: 2px 5px;
	margin: 15px;
	border: 2px solid #f2f2f2;
	max-height: calc(100vh - 100px) !important;
	overflow-y: auto !important;
}

/*.modal-footer {
	padding: 2px 10px;
	color: white;
	background-color: white !important;
	border: none !important;
}*/

.modal-header h3 {
	line-height: 20px !important;
}

.rightAlign {
	float: right;
}

.k-window-title 
{
	left:25.44em !important;
}
.k-tabstrip-items .k-item.k-state-active {
	background-color: #1B78AA !important;
	
	background: linear-gradient(#1B78AA,#1B78AA) !important;
}
.k-tabstrip-items .k-state-active .k-link {
	color: #ffffff !important;
}
.k-tabstrip-items .k-item {
	border-color: #6BAAC9 !important;
	color: #ffffff !important;
	background-color: #6BAAC9 !important;
	background-image: linear-gradient(#6BAAC9,#6BAAC9) !important;
}
.k-tabstrip-items .k-state-default .k-link {
	color: #ffffff !important;
}
#MainContent_cphAuth_AddProvider_ddlState
{
	height:22px !important;
}

/*.k-grid tr {
	border-style: solid !important;
	border-color: #E7E7EE !important;
	border-width: 1px !important;
	background-color: red !important;
	
}*/

/*.k-grid-content > table > tbody > .k-alt {
	background: red !important;
}*/
/*.k-grid-content > table > tbody > tr {
	background-color: #F7F9FA !important;
	border: 1px solid white !important;*/
/*	color: #494949 !important;*/
/*}*/
.k-grid table tr:nth-child(odd) {
	background: #F7F9FA !important;
}
.k-grid table tr:nth-child(even) {
	background: #fff !important;
}

.k-grid-header .k-header {
	background-color: #fff;
}
.k-grid table {
	border: 1px solid #d0d0d0 !important;
}





.Label-Default {
	font-family: var(--deffontfamily)
}



.Label-Heading {
	font-size: 15px;
	line-height: 50px;
	font-weight: 700;

}

.col-4 {
	width: 41.33%;
	float: left;
	text-align: right;
	padding: 5px;
}
.col-8 {
	width: 60.66%;
	margin-left: 44%;
	padding: 5px;
}
.col-10 {
	width: 71.33%;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

.riTextBox[type="text"] {
	 height: 25px !important;
		}


div.left1 {
	width: 26%;
	float: left;
	margin-left: 12px;
}

div.right1 {
	width: 50%;
	margin-left: 25%;
	
}
.k-widget.k-tabstrip {
	padding-bottom: 1px !important;
}
/*.k-grid, .k-grid * {
	border: 0 !important;
}*/
.k-grid,
.k-grid-header-wrap,
.k-grid-header th,
.k-grid tr td {
	border: 0 !important;
}
div.k-grid-header {
	border-top-style: solid !important;
	border-top-width: 1px !important;
}

#MainContent_cphAuth_Records1_DateRange1_txt,
#MainContent_cphAuth_Images1_DateRange1_txt,
#MainContent_cphAuth_Pathology1_DateRange1_txt {
	width: 190px !important;
}
input[id$=_DateRangeRLB_txt] {
	width: 130px !important;
}






/*Maroon glyps icons*/
.icon-maroon,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings-maroon.png") !important;
}

/*Remove border to buttons*/
button, input[type="submit" i] {
	border-width: 0px !important;
}

	button:disabled,
	button[disabled] {
		
		background-color: #cccccc;
		color: #666666;
	}


/*Pathology grid adujust*/
div.left2 {
	width: 39%;
	float: left;
}

div.right2 {
	margin-left: 44%;
}



/*Help support modal*/
.modal_help {
	position: fixed;
	top: 10%;
	left: calc(50% - 229px);
	z-index: 1050;
	width: 458px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.modal_Edit {
	position: fixed;
	top: 5%;
	z-index: 1050;
	left: calc(50% - 442px);
	width: 884px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	
}


.RadListView {
	width: 850px;
	height: 600px;
	overflow: auto;
	border: 1px solid #ccc;
}

.modal_DailyUpdates {
	position: fixed;
	top: 10%;
	z-index: 1050;
	left: calc(50% - 442px);
	width: 884px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

.modal-body-Updates {
	/*max-height: none !important;*/
	margin-left: 15px;
	margin-right: 15px;
	max-height: calc(100vh - 100px) !important;
	overflow-y: auto !important;
}

.modal-header-Updates {
	text-align: center;
	margin: 10px;
	padding: 2px 10px;
}


.close1 {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 7.2 !important;
	
}

.close1:hover,
.close1:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


.left3 {
	
	float: left;
}

.right3 {
	
	margin-left: 15%;
}

.left4 {
	width: 30%;
	float: left;
	margin-left: 5px;
}

.right4 {
	width: 68%;
	float: left;
	margin-left: 1%;
}
.bootstrap-tabs .rtsUL > li > a {
	border-color: #6BAAC9 !important;
	color: #ffffff !important;
	background-color: #6BAAC9 !important;
	background-image: linear-gradient(#6BAAC9,#6BAAC9) !important;
}
/*
textarea::-webkit-scrollbar {
	width: 1em !important;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}

textarea::-webkit-scrollbar-thumb {
	background-color: darkgrey !important;
	outline: 1px solid slategrey !important;
}
*/
/* Let's get this party started */
/*::-webkit-scrollbar {
	width: 12px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: orange;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

/*	::-webkit-scrollbar-thumb:window-inactive {
		background: blue;
	}*/
.RadUpload_Default .ruSelectWrap .ruButton .ruButtonHover {
	cursor: pointer !important;
}
.RadUpload_Default .ruSelectWrap .ruButton {
	transition: 0.5s;
	background-size: 200% auto !important;
	color: #ffffff !important;
	box-shadow: 0 0 20px #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
	cursor: pointer !important;
	display: inline-block !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	font-size: 14px !important;
	line-height: 20px !important;
	vertical-align: middle !important;
	padding: 1px 8px !important;
	margin-bottom: 15px !important;
	background-image: linear-gradient(to right, #00528E 0%, #29A7CB 100%) !important;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;

}
div.RadUpload .ruBrowse {
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: #ffffff !important;
	box-shadow: 0 0 20px #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	background-image: none !important margin: 0px;
	padding: 1px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #00528E 0%, #29A7CB 100%);
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}
.modal_Provider {
	position: fixed;
	top: 10%;
	z-index: 1050;
	left: calc(50% - 400px);
	width: 800px;
	
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.modal_Template {
	position: fixed;
	top: 10%;
	z-index: 1050;
	width: 534px;
	left: calc(50% - 265px);
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.NewMessage {
	float:right;
	margin-left: 64px;
	
}
.RadUpload .ruFakeInput
{
	width:114px !important;
}
.DashDelete {
	margin: 10px !important;
}


.RadUpload .ruFileLI {
	display: none !important;
}

.EditProviderleft {
	width: 50%;
	float: left;
}
.EditProviderRight {
	
	margin-left: 62%;
}


.Loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(20,83,136,.2);
	border-top-color: #145388;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	position: fixed;
	z-index: 1;
	

}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.modalLoader {
	position: fixed;
	z-index: 700;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	opacity: .2 !important;
}
.k-tabstrip .k-tabstrip-items
{
	padding: 0px !important;
}
.k-grid {
	width: 400px;
}
.leftUpload {
	float:left;
	width: 30%;
}
.middleUpload {
	float: left;
	width: 59%;
}
.rightUpload {
	float: right;
	width: 4%;
	padding: 3px;
	margin-top: 2px;
}
.IncompleteBar_New {
	margin-top: 5px;
	margin-bottom: 5px;
	/*background-color: #fcc;*/
	overflow: auto;
	background-image: url('../Images/dialog-warning-2_48x48.png');
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 50px;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
#MainContent_cphAuth_ReportViewer1_ReportToolbar_NavGr_CurrentPage_CurrentPage {
	height: 14px !important;
	margin-bottom: 9px !important;
	width: 12px;
}

.RadListBox .rlbItem {
	white-space:normal !important;
}

.RadWindow .rwIcon {
    height:0px !important;
	font-size: 0px !important;
}
.RadWindow .rwDialogButtons
{
	text-align: center !important;
	margin-bottom: 25px !important;
}
.RadWindow.rwShadow {
	box-shadow:none !important;
}
.RadWindow_Default
{
	background-color: transparent !important;
}
.rwDialogMessage {
	margin-top: 19px !important;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
	font-size: 15px !important;
}
.rwOkBtn {
	width : 70px !important;
}
.rwCancelBtn {
	width: 70px !important
}

.k-grid-content
{
	overflow-x: hidden !important;
}

.rblclass input[type="radio"] {
	margin-right: 2px;
}
.k-grid table tr:hover td {
	background-color: #D8EFF6 !important;
}
.k-grid table tr:hover td a {
	color: black !important;
}
.RadListBox_Default .rlbItem:nth-child(odd) {
	background-color: #F7F9FA !important;
}

.RadListBox_Default .rlbItem.rlbHovered {
	background-color: #D8EFF6 !important;
}
.RadListBox_Default .rlbItem:nth-child(odd).rlbSelected
{
	color:black !important;
}
.RadListBox_Default .rlbItem:nth-child(even).rlbSelected {
	background-color: white !important;
	color: black !important;
}
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.RadGrid_Default .rgActiveRow > td.rgSorted, .RadGrid_Default .rgHoveredRow > td.rgSorted {
	background: none !important;
	background-color: #D8EFF6 !important;
	border-bottom-color: #9e9e9e !important;
}
.modal_EditFiles {
	position: fixed;
	top: 25%;
	z-index: 1050;
	left: calc(50% - 222px);
	width: 444px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

#dataTableAuth td {
	border-top: thin solid #E1E1E1;
	border-bottom: thin solid #E1E1E1;
}

	#dataTableAuth td:first-child {
		border-left: thin solid #E1E1E1;
	}

	#dataTableAuth td:last-child {
		border-right: thin solid #E1E1E1;
	}


.RadWindow_Default .rwDialogButtons .rwOkBtn {
	border-color: #cb2929 !important;
	color: #fff !important;
	background-color: #cb2929 !important;
	background-image: linear-gradient(to right, #f00 0%, #cb2929 100%) !important;
}
.IECalendar {
	height: 87% !important;
}
.modal_Downloads {
	position: fixed;
	top: 30%;
	z-index: 1050;
	left: calc(50% - 442px);
	width: 884px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
.container {
	width: 1150px !important;
}
.container-twelve .twelve.columns {
	width: 1130px !important;
}
#dataTableOthers td {
	border-top: thin solid #E1E1E1;
	border-bottom: thin solid #E1E1E1;
}

#dataTableOthers td:first-child {
	border-left: thin solid #E1E1E1;
}

#dataTableOthers td:last-child {
	border-right: thin solid #E1E1E1;
}

.modal_SharedUsers {
	position: fixed;
	top: 30%;
	z-index: 1050;
	left: calc(50% - 290px);
	width: 580px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	min-height:250px;
}

.RadComboBox .rcbInput {
	color: black !important;
	font-size: 13px !important;
}
#ctl00_ctl00_MainContent_cphAuth_ddlPostalCode_Input,
#ctl00_ctl00_MainContent_cphAuth_ddlCity_Input,
#ctl00_ctl00_MainContent_cphAuth_PatientBar1_EditPatient1_fvPatient_ddlCity_Input,
#ctl00_ctl00_MainContent_cphAuth_PatientBar1_EditPatient1_fvPatient_ddlPostalCode_Input,
#ctl00_ctl00_MainContent_cphAuth_AddProvider_ddlCity_Input,
#ctl00_ctl00_MainContent_cphAuth_AddProvider_ddlPostalCode_Input,
#ctl00_ctl00_MainContent_cphAuth_ProviderBar1_EditProvider1_fvProvider_ddlCity_Input,
#ctl00_ctl00_MainContent_cphAuth_ProviderBar1_EditProvider1_fvProvider_ddlPostalCode_Input
{
	outline: none;
	box-shadow: none !important;
}

.k-multiselect-wrap .k-select {
	position: relative !important;
}

/**/
.modal_Feedback {
	position: fixed;
	top: 30%;
	z-index: 1061;
	left: calc(50% - 290px);
	width: 580px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	min-height: 250px;
}

.rgPager .riSingle .riTextBox
{
	width : 25px !important;
}
.RadGrid_Default {
	background : none !important;
}
.RadGrid .rgPager > td
{
  padding : 5px !important;
}
.RadGrid_Default .rgPager {
	background: none !important;
	background-color: none !important;
}
.RadGrid_Default .rgPagerLabel {
    margin-left: 4px !important;
}
.RadGrid .rgPager .riTextBox {
    height: 22px !important;
}
#ctl00_ctl00_MainContent_cphAuth_rgDash_ctl00_ctl03_ctl01_ChangePageSizeTextBox {
	width: 32px !important;
}