﻿/*DEFAULT*/
.report-dropdowns-padding
{
	padding-top: 8px;
}

.report-selection-background
{
	background-color: #f8f7f7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f7',endColorstr='#f8f7f7',GradientType=0);
	background-image: -webkit-linear-gradient(top,#f8f7f7,#f8f7f7);
	background-image: linear-gradient(to bottom, #f8f7f7, #f8f7f7);
}

.report-stripe
{
	background-color: rgb(78,94,128);
	height: 10px;
	margin-top: -23px;
}


.default-center-report-selection
{
	padding-left: 10%;
}

.report-dropdowns-div-height
{
	height: 32px;
}

.report-label-error-padding
{
	padding-left: 18px;
	margin-bottom: 0px;
}
/*\DEFAULT*/

/*GENERAL*/
.body-min-width
{
	min-width: 1650px;
	width: expression(document.body.clientWidth < 1650? "1650px": "auto" );
}

.bold
{
	font-weight: 600;
}

.row
{
	width: 100%;
}

input[readonly]
{
	cursor: auto;
	background-color: #ffffff;
}

.login-viewer
{
	padding-top: 5px;
}

.logged-font
{
	font-size: 12pt;
}

label
{
	display: inline-block;
	font-weight: bold;
}


.input-error
{
	background: rgb(255,222,222) !important;
	border-color: #b94a48 !important;
	border-width: 2.5px;
}


.ui-datepicker-header
{
	background: rgb(233, 233, 233);
}
/*\GENERAL*/

/*LOGIN*/
.form-signin
{
	margin-top: 20px;
	padding: 40px 10px 9px 10px;
	background-color: #f8f7f7;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	height: 250px;
}

	.form-signin input[type="submit"]
	{
		background-image: linear-gradient(to bottom,rgb(78,94,128),rgb(78,94,128));
		background-color: rgb(78,94,128);
		color: #f8f7f7;
		border-left-width: 0px;
		margin-bottom: 16px;
	}

	.form-signin input[type="text"],
	.form-signin input[type="password"] {
		font-size: 16px;
	}

.underline-link
{
	text-decoration: underline;
}

.welcome-header
{
	color: #ffffff;
	font-size: 22px;
	background-color: rgb(78,94,128);
	padding: 9px 10px 9px 10px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	height: 40px;
}

.logon-form-center-controls
{
	padding-left: 10%;
}
/*\LOGIN*/

/*ChangePassword*/
.form-changePassword
{
	margin-top: 20px;
	padding: 40px 10px 9px 10px;
	background-color: #f8f7f7;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	height: 335px;
}

	.form-changePassword input[type="submit"]
	{
		background-image: linear-gradient(to bottom,rgb(78,94,128),rgb(78,94,128));
		background-color: rgb(78,94,128);
		color: #f8f7f7;
		border-left-width: 0px;
		margin-bottom: 16px;
	}

	.form-changePassword input[type="text"],
	.form-changePassword input[type="password"] {
		font-size: 16px;
	}
/*\ChangePassword*/

/*ResetPassword*/
.form-resetPassword
{
	margin-top: 20px;
	padding: 40px 10px 9px 10px;
	background-color: #f8f7f7;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	height: 280px;
}

	.form-resetPassword input[type="submit"]
	{
		background-image: linear-gradient(to bottom,rgb(78,94,128),rgb(78,94,128));
		background-color: rgb(78,94,128);
		color: #f8f7f7;
		border-left-width: 0px;
		margin-bottom: 16px;
	}

	.form-resetPassword input[type="text"],
	.form-resetPassword input[type="password"] {
		font-size: 16px;
	}
/*\ResetPassword*/

/*ForgotPassword*/
.form-forgotPassword
{
	margin-top: 20px;
	padding: 10px 10px 9px 10px;
	background-color: #f8f7f7;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	height: 235px;
}

	.form-forgotPassword input[type="submit"]
	{
		background-image: linear-gradient(to bottom,rgb(78,94,128),rgb(78,94,128));
		background-color: rgb(78,94,128);
		color: #f8f7f7;
		border-left-width: 0px;
		margin-bottom: 16px;
	}

	.form-forgotPassword input[type="text"],
	.form-forgotPassword input[type="password"] {
		font-size: 16px;
	}
/*\ForgotPassword*/

/*PARAMETER CONTROL*/
.parameter-control
{
	margin-left: 18px;
}

.parameter-control-view-report
{
	margin-left: 60px;
}

.parameter-control-endDate-margin-left
{
	margin-left: 10px;
}

.parameter-control-Datetime-width
{
	width: 100px;
}

/*PARAMETER CONTROL END*/

/*STICKY FOOTER*/
#container
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#content
{
	padding-bottom: 20px;
}

	#content p
	{
		text-align: justify;
		padding: 0 0;
	}

#footer
{
	margin-top: 1000px;
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}

	#footer p
	{
		padding: 0;
		margin: 0;
	}

html, body
{
	height: 100%; /* needed for container min-height */
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
/*STICKY FOOTER END*/

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.5;
}

.ui-tooltip
{
	font-size: smaller;
}
