﻿/*#region Defaults */

body   
{
    background: #ececf1; /*rgb(234,233,233);*/
    /*background-image: url("../Images/background.png");/
    background-repeat: repeat-x;*/
    font-size: 15px;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: rgb(0,0,0); 
}

a:link, a:visited
{
    color: #1155CC;
    top: 0px;
    left: 0px;
    height: 24px;
    
}

a:hover
{
    color: #1155CC;
    text-decoration: none;
}

a:active
{
    color: #1155CC;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    text-transform: none;
    font-weight: 200;
}

h1
{
    font-size: 1.6em;
    font-weight: 600;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    height: 16px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"] 
{
    border: 1px solid #ccc;
    padding-left:2px;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    height:20px;
}

input[type="password"]
{
    border: 1px solid #ccc;
	height:20px;
}


button, input[type="reset"], input[type="button"], input[type="submit"] 
{
    font-size:16px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-left:10px;
    padding-right:10px;
    padding-top: 3px;
    padding-bottom: 3px;

    
	
    color:rgb(255,255,255);
	background-color: #5c86ea; 
    border: 1px solid #3a5698; 
	box-shadow: 1px 1px 1px #4e667d; 
	cursor:pointer;


}

button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover 
{
    color:rgb(255,255,255);
    background-color: #7094ea; 
    border: 1px solid #3a5698;
	box-shadow: 0px 0px 0px #4e667d; 
}




/*#endregion*/

/*#region Master Page Layout Elements */

.pageContainer {
	width:80%;
	min-width: 1000px;
    margin: 20px auto 0px auto;
}

.page
{
    background-color: white; 
    border: 1px solid rgb(128,128,128);
	/*
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;*/
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;     
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.siteBanner 
{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}


.siteTitle
{
	background-color:rgb(55,66,74);
	color:#ffffff;
	/*
	background-color: #cbd6ea;
	color:black;
	*/
	/*
	#cbd6ea;
	background-color:#333333;
	color:#ffffff;*/
	margin:0px;
	margin-bottom: 3px;
	padding:5px;		
    padding-left: 10px;
	font-size: 24px;
    font-weight: normal;
}

.siteMenu 
{
	padding-left:5px;
}

.headerOuter
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 15px; 
    text-align:right;

    display: block;
    text-align: right;
    padding-right: 10px;
    padding: 10px;

}

/*
.headerOuter a:link
{
    color: #034af3;
}

.headerOuter a:visited
{
    color: #034af3;
}

.headerOuter a:hover
{
    color: #034af3;
}
*/


/*
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
*/

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 600px;
}


.footerInner
{
    padding-left: 0px;
    padding-top: 5px;
    margin-top: 12px;
    margin-right: 20px; 
    margin-bottom: 8px;
    margin-left: 20px;
    /*border-top: 1px dashed rgb(128,128,128);*/
    font-size: 12px; 
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;     
    margin:  0px auto 20px auto;
    text-align: center;
    line-height: normal;
}



/*#endregion*/

/*#region Menu */

.RadMenu_Default .rmText  
 {  
        font-size: 15px; 
        color:Black
}  

/*#endregion*/

/*#region RadGrid */

.RadGrid_Default .rgHeader a
{ 
    font-size: 14px; 
    font-weight: 500;
	
} 
 
.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td
{ 
    font-size: 13px; 
} 

/*#endregion*/

/*#region Patient Info */

div.patientInfo 
{
	/*background-color: #d9ddea;*/
	background-color:#dde0e5;
	padding:10px;
	margin-top:0px;		
	margin-left:0px;		
	margin-right:0px;		
	margin-bottom:5px;	
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
}


/*#endregion*/


/*#region Content Header */

div.contentHeader 
{
	background-color:#dde0e5;
	padding:5px;
	margin-top:0px;		
	margin-left:0px;		
	margin-right:0px;		
	margin-bottom:5px;	
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
}

div.contentHeader .chTitle 
{
	font-weight:bold;
	font-size:1.5em;
}

div.contentHeader .chSiteMapPath
{
	font-weight:normal;
	font-size:12px;
	margin-bottom: 3px;
}




/*#endregion*/


/*#region Form Elements */

div.form 
{
	border: 1px solid #d9dada;
	background-color: #eaedf1; /*#f1f3f5;*/	
	padding:10px;
	margin-bottom:10px;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	

	font-family: Arial;
	font-size: 14px;
	color: Black;

	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
}

div.lay 
{
    width:100%;  
}

div.lay>div:nth-child(1) 
{
    width: 60%;
    float: left;
}

div.lay>div:nth-child(2) 
{
    width: 40%;
    float: left;
}

div.formPatient
{
    
    /*position: relative;*/
	border: 1px solid #d9dada;
	background-color: #eaedf1; /*#f1f3f5;*/	
	padding:10px;
	/*margin-right:500px;*/
	margin-bottom:10px;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	

	font-family: Arial;
	font-size: 14px;
	color: Black;

	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
	width: 95%;
}

div.formCo
{
    float:right;    
    top:100%;
    right: 0%;
    overflow: auto; 
    /*position: relative;
    right: 0%;
    top:0;*/    
	
	border: 1px solid #d9dada;
	background-color: #eaedf1; /*#f1f3f5;*/	
	padding:10px;
		
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	

	font-family: Arial;
	font-size: 14px;
	color: Black;

	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
    width: 95%;
}

div.formQOL
{
    /*float:right;
    overflow: auto;*/
    position: relative;
    /*top:0;
    right:0;
    left: 0%;*/
	
	border: 1px solid #d9dada;
	background-color: #eaedf1; /*#f1f3f5;*/	
	padding:10px;
		
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	

	font-family: Arial;
	font-size: 14px;
	color: Black;

	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
   /* width: 36.5%;*/
}

div.formNoBorder
{
    float:left;
	/*border: 1px solid #d9dada;
	/*background-color: #eaedf1; /*#f1f3f5;*/	
	/*padding:10px;*/
	margin-right:500px;
	margin-bottom:10px;
	
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	*/

	font-family: Arial;
	font-size: 14px;
	color: Black;
	width: 60%
	
}


div.form td
{
	padding: 3px;
    margin-left: 40px;
}


div.form button, div.form input[type="reset"], div.form input[type="button"], div.form input[type="submit"] 
{
	font-size:inherit;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , white, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #939498; 
    color: #333333;
    box-shadow: 1px 1px 1px #acaeb1; 
}

div.form button:hover, div.form input[type="reset"]:hover, div.form input[type="button"]:hover, div.form input[type="submit"]:hover 
{
	box-shadow: 0px 0px 0px #4e667d; 
}

ditionPanel1
{
    margin-left:0px;	
}
.sectionPanel2
{
    position:relative;
    margin-left:20px;	
}
.sectionPanel3
{
   position:relative;
   margin-left:20px;	
}
    
.sectionPanel1 .sectionHeader
{
	background-color: #4e667d; /*#f1f3f5;*/	
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	

	font-family: Arial;
	font-size: 16px;
	color: #fff;
}

.sectionPanel2 .sectionHeader
{
	background-color: #6d7986; /*#f1f3f5;*/	
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	

	font-family: Arial;
	font-size: 16px;
	color: #fff;
}

.sectionPanel3 .sectionHeader
{
	background-color: #808386; /*#f1f3f5;*/	
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	

	font-family: Arial;
	font-size: 16px;
	color: #fff;	
}

.sectionPanel4 .sectionHeader {
    background-color: #FCBC6E; /*#f1f3f5;*/
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 16px;
}

    
.sectionContent
{
    	
}
.collapsible
{

}

.collapsible_default_open
{
	
}

.EmbeddedViewPlaceholder
{
   
	border: 1px solid #d9dada;
	background-color: #FFFFFF; /*#f1f3f5;*/	
	padding:10px;
	/*margin-right:500px;*/
	margin-bottom:10px;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	

 
	-moz-box-shadow: 2px 2px 2px #8d8282;
	-webkit-box-shadow: 2px 2px 2px #8d8282;
	box-shadow: 2px 2px 2px #8d8282;  	
 
}

.failureNotification
{
    font-size:14px;
    color: #f00;
}

.successNotification
{
	background-color: #a7c8ef;
    font-size:14px;	
    font-size:16px;
    color: black;

    border: 1px solid #ccc;
    padding:3px;
	
	-moz-boroz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.warningNotification
{
	background-color: #faeacf;
    font-size:16px;	
    color: #f00;
	font-weight:bold;

    border: 1px solid #ccc;
    padding:5px;
	
	-moz-boroz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    margin-top:100px;
}



/*#endregion*/

/*#region Login Panel */

.loginPanel 
{
	width: 325px;
	border-width:1px;
	border-style: solid;
	border-color: #ccc;	
	background-color: #f3f4f4;	
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	
}

.loginPanel div.panelHeading {
	font-size:22px;	
	margin-bottom: 20px;
}

.loginPanel div 
{
	
	margin:0px;
	border:0px;
	padding:0px;
	margin-bottom: 10px;
}

.loginPanel input[type="text"] 
{
	width:100%;
	height:30px;
	font-size:18px;
	margin-top:3px;
}

.loginPanel input[type="password"]
{
	width:100%;
	height:30px;
	font-size:18px;
	margin-top:3px;
}


/*#endregion*/




/*#region Utility Classes */

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}


div.hideSkiplink
{
    width:100%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}


/*#endregion*/




@media print{
.PrintOnly
{
    display: block !important; 
}
.PrintIgnore
{
    display: none;
}
}
.PrintOnly
{
    display: none;
}


.radiobuttonlist tr td              
{     
    width:150px;
    padding:3px;
    vertical-align:top;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.RadButton.RadButton_Default.rbButton,
.RadButton.RadButton_Default.rbButton .rbDecorated {
    background-image: none !important;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(255,255,255);
    background-color: #5c86ea;
    border: 1px solid #3a5698;
    box-shadow: 1px 1px 1px #4e667d;
    line-height: 15px !important;
    height: 20px;
    /*margin-top: 4px !important;*/
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.top-buffer {
    margin-top: 5px;
}

.cell_padding {
    padding-left: 10% !important;
}
