﻿body
{
	font-family: Arial;
	font-size: 10pt;
	/*background-image: url('../images/uat.jpg');*/
}

textarea, input, select
{
	font-family: Arial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ajax__tab_xp .ajax__tab_body
{
	font-family: Arial !important;
}

select
{
	padding-bottom: 1px;
	padding-top: 1px;
}

.header
{
	background-color: #367E9E;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	font-size: 1.2em;
}
.header a
{
	margin-right: 20px;
	color: #fff;
}

.header.SubHeader a
{
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
}

.main
{
	padding-top: 40px;
}

input[type='text'], input[type='password']
{
	width: 200px;
}

.announcement
{
	background-color: #F2F2F2;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
}

.announcement > span
{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.TabPanel
{
	background-color: #F2F2F2;
	padding: 10px 10px 10px 10px;
}

.TabPanel span
{
	float: left;
	clear: left;
	width: 300px;
	height: 30px;
	font-weight: bold;
}


.TabPanel input[type='text']
{
	float: left;
}

.TabPanel .indent
{
	margin-left: 300px;
}

.clear
{
	clear: both;
}


.InputPanel
{
	background-color: #F2F2F2;
	padding: 10px 30px 10px 10px;
}

.InputPanel > span
{
	float: left;
	clear: left;
	width: 120px;
	height: 30px;
	font-weight: bold;
}

.InputPanel.LongerLabel > span
{
	width: 220px;
}

.InputPanel span.RequiredStar
{
	color: Red;
	margin-left: 7px;
	font-weight: bold;
}

.InputPanel input, .InputPanel table, .InputPanel select, .InputPanel textarea
{
	float: left;
}

.InputPanel input[type='text'], .InputPanel select, .InputPanel textarea
{
	width: 350px;
}

.InputPanel textarea
{
	height: 80px;
}

.InputPanel .indent
{
	margin-left: 300px;
}

.InputPanel input, .InputPanel select
{
	margin-bottom: -10px;
	padding-bottom: -3px;
}

.Left
{
	float: left;
}

.InputPanel.PatientDetailsTab
{
	background-color: #2952A3;
	color: #fff;
	min-height: 270px;
	padding: 10px 20px 10px 10px;
	min-width: 470px;
}

.ajax__tab_default
{
}

.GridContainerInner
{
	background-color: #2952A3;
	padding: 0px 30px 00px 10px;
	border-radius: 10px;
	overflow-y: auto;
	max-height: 300px;
}

.GridContainer
{
	background-color: #2952A3;
	padding: 10px 10px 10px 0px;
	border-radius: 10px;
}


.BlueButton
{
	background-color: #2952A3;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
}

.GreenButton
{
	background-color: #009926;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
}

.DateButton
{
	margin-left: 5px;
	margin-top: 3px;
}

.gdfForm
{
	padding: 10px;
}
.gdfForm > div
{
	padding: 10px;
	border: 1px solid black;
	background-color: #CCD9FF;
	line-height: 25px;
	margin-bottom: 10px;
}
.gdfForm div label
{
	min-width: 150px;
	display: inline-block;
}
.gdfForm div input
{
	margin-right: 20px;
}

.gdfForm div input[type='text'], .gdfForm div select, .gdfForm div textarea
{
	width: 150px;
}
.gdfForm .GDFServices label
{
	min-width: 130px;
}
.gdfForm .GDFServices input[type='checkbox']
{
	margin-right: 10px;
}

.blendWithGDF
{
	border: 0px;
	background-color: #CCD9FF;
}

.InforBar
{
	border: 2px solid blue;
	padding: 10px 10px 10px 30px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #CCD9FF;
	background-image: url('../Images/information.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.InforBar.Green
{
	border: 2px solid #006600;
	background-color: #E5FFEC;
	background-image: url('../Images/tick.png');
}

.InforBar.Red
{
	border: 2px solid red;
	background-color: #FFE5E5;
	background-image: url('../Images/cancel.png');
}



/* Validation
================================= */

.Error
{
	background-color: #FFE5E5;
	border: 2px solid red !important;
}

.PageNotValid
{
	background-color: Gray;
}

.AlwaysNotValid
{
	background-color: Gray;
}

/* GRID VIEWS
----------------------------------------------------------*/

.GridViewStyle
{
	border: 1px solid #E3EAEB;
	margin-top: 0px;
	color: #333333;
}

.GridViewStyle th a
{
	text-decoration: none;
	color: #fff;
}

.GridViewHeaderStyle
{
	background-color: #2952A3;
	font-weight: bold;
	color: #fff;
	text-align: left;
}


.GridViewHeaderStyle a
{
	font-weight: bold;
	color: #20209C;
	text-align: left;
}

.GridViewHeaderStyle th
{
	border: 1px solid #E3EAEB;
	text-align: left;
}

.GridViewRowStyle
{
	background-color: White;
	color: #284775;
	border: 1px solid #E3EAEB;
}

.GridViewAlternatingRowStyle
{
	border: 1px solid #E3EAEB;
	background-color: #CCCCCC;
	color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	border: 1px solid #E3EAEB;
}

.GridViewStyle.Clickable tr:hover, .GridViewStyle.Clickable tr.selected
{
	background-color: #4991C9;
	color: #fff;
}

.GridViewStyle.Clickable tr:first-child:hover
{
	background-color: #E3EAEB;
}

.GridViewPager select
{
	border: 1px solid gray;
	width: 55px;
}

.GridViewPager label
{
	color: #fff;
	margin-top: 2px;
}

.currentPage
{
	font-weight: bold;
	background-color: lightgray;
	padding: 0px 7px 0px 7px;
	margin-right: 2px;
	margin-top: 2px;
	text-decoration: none;
	color: #20209c;
	float: left;
}

.nonCurrentPage
{
	padding: 0px 7px 0px 7px;
	margin-right: 1px;
	text-decoration: none;
	margin-top: 2px;
	color: #fff;
	float: left;
}

.nonCurrentPage:hover
{
	background-color: lightgray;
	color: #20209c;
}

.nonCurrentPageText
{
	padding: 0px 7px 0px 7px;
	margin-right: 1px;
	text-decoration: none;
	color: #fff;
	float: left;
	margin-top: 2px;
}

.nonCurrentPageTextDisabled, .nonCurrentPageTextDisabled:hover
{
	padding: 0px 7px 0px 7px;
	margin-right: 2px;
	margin-top: 1px;
	color: #B3B3B3;
	text-decoration: none;
	float: left;
}

.PagesNavigation
{
	background-color: #367E9E;
	height: 110px;
	width: 190px;
	position: absolute;
	left: 160px;
	top: 35px;
	display: none;
	border-left: 2px solid #2952A3;
	border-right: 2px solid #2952A3;
	border-bottom: 2px solid #2952A3;
	border-top: 2px solid #2952A3;
	z-index: 99999;
}

.PagesNavigation a, .AdminNavigation a, .SystemNavigation a, .ReportNavigation a
{
	color: #fff;
	font-weight: bold;
	margin: 6px;
	font-size: 1.2em;
	line-height: 30px;
	text-decoration: none;
	background-color: #30718D;
	border: 1px solid #235267;
	padding: 3px;
}

.PagesNavigation a:hover, .AdminNavigation a:hover, .SystemNavigation a:hover, .ReportNavigation a:hover
{
	color: yellow;
}

.ReportNavigation
{
	background-color: #367E9E;
	height: 425px;
	width: 220px;
	position: absolute;
	left: 262px;
	top: 35px;
	display: none;
	border-left: 2px solid #2952A3;
	border-right: 2px solid #2952A3;
	border-bottom: 2px solid #2952A3;
	border-top: 2px solid #2952A3;
	z-index: 99999;
}

.AdminNavigation
{
	background-color: #367E9E;
	height: 520px;
	width: 240px;
	position: absolute;
	left: 345px;
	top: 35px;
	display: none;
	border-left: 2px solid #2952A3;
	border-right: 2px solid #2952A3;
	border-bottom: 2px solid #2952A3;
	border-top: 2px solid #2952A3;
	z-index: 99999;
}

.SystemNavigation
{
	background-color: #367E9E;
	height: 57px;
	width: 150px;
	position: absolute;
	left: 8px;
	top: 34px;
	display: none;
	border-left: 2px solid #2952A3;
	border-right: 2px solid #2952A3;
	border-bottom: 2px solid #2952A3;
	border-top: 2px solid #2952A3;
	z-index: 99999;
}

.blueHeader
{
	padding: 3px;
	background-color: #2952A3;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

.LoginAlert
{
	padding: 3px;
	background-color: #FFE5E5;
	font-size: 1.2em;
	color: red;
	font-weight: bold;
	border: 3px solid red;
	display: block;
}

.teamHistory
{
	border: 0px;
	padding: 2px;
	color: Green;
	margin-bottom: 20px;
	display: inline;
	height: 30px;
	padding-bottom: 10px;
	width: 240px !important;
}

/* ModalPopup.cs
=============================================*/

.modalPopup
{
	background-color: White;
	width: 650px;
	border: 3px solid #4d4d4d;
	border-radius: 7px;
}

.modalPopupHeader
{
	background-color: #1b75bc;
	padding: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.modalPopupHeader span
{
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
}

.modalPopupBackground
{
	background-color: #A3A3A3;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.Help
{
	margin-top: -20px;
	float: right;
}

.helpCategory
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.helpItemLink
{
	display: block;
}

.GPTable tr
{
	height: 20px;
}

.GPTable tr td input
{
	float: left;
	margin-top: -8px;
}

.VersionInfo
{
    Font-size:8pt;
    margin-left:10px;    
    float:left;
    margin-top:-10px;
}

.LoggedInUsername
{
	font-size: 10pt;
	color:#fff;
	float:right;
	margin-right:250px;
}