﻿/*///////////////////////////////////////////////////////////////////////////
// Login
///////////////////////////////////////////////////////////////////////////*/

.validators
{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -300px;
	width: 600px;
}

.validators ul li
{
	list-style-type:none;
}

/*///////////////////////////////////////////////////////////////////////////
// reports
///////////////////////////////////////////////////////////////////////////*/
.reports
{
	width: 100%;
}

.ScreenShield
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.reportsPageSpecialButton
{
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 100;
}
/*///////////////////////////////////////////////////////////////////////////
// Review
///////////////////////////////////////////////////////////////////////////*/
.ReviewTitle
{
	position: absolute;
	left: 0px;
	height: 32px;
	top: 0px;
	width: 400px;
	border: 0; /*padding: 5px;*/
}

.ReviewTitle a
{
	position: absolute;
	padding: 7px;
	font-size: 15px;
}

.ReviewContainerWrapper
{
	position: absolute;
	left: 250px;
	top: 32px;
	width: 400px;
	height: 500px;
	overflow: auto;
}

.ReviewContainerWrapper fieldset
{
	text-align: left;
}

.ReviewContainerWrapper fieldset table
{
	width: auto;
}

.ReviewBottom
{
	position: absolute;
	left: 250px;
	height: 28px;
}

.ReviewBottom input
{
	margin: 5px 5px 0px 0px;
	width: 190px;
}

.ReviewReceivers
{
	position: absolute;
	left: 0px;
	top: 32px;
	width: 249px;
	overflow: auto;
	border: solid 1px;
}

.shortDropDownWrapper select
{
	width: 70px;
}

/*///////////////////////////////////////////////////////////////////////////
// Rounds/shifts
///////////////////////////////////////////////////////////////////////////*/

.roundsgroupscontent
{
	min-height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}
.roundgroupheader
{
	margin-top: 5px;
	width:100%;
	background-color: #F5F5F5;
}
.roundbuttonsarea
{
	padding: 4px;
}
.roundgroupheader
{
	padding: 4px;
}
.roundshift
{
	padding: 5px;
	border-top: 1px solid white;
	background: lightgray;
}
.roundshiftheader
{
	cursor: pointer;
}
.roundshiftheaderfield
{
	float: left;
	min-height: 1px;
	padding-right: 2px;
}
.roundshiftbody
{
	margin: 5px 2px 2px 2px;
	border: 1px solid gray;
	display: none;
}
.roundshiftvisit
{
	padding: 5px;
	border-top: 1px solid lightgrey;
	background: white;
}
.roundshiftvisitfield
{
	float: left;
	min-height: 1px;
}
.attention
{
	color: red;
}
.inprogress
{
	color: blue;
}
.important
{
	font-weight: bold;
}
.warning
{
	display: inline-block;
	background-color: yellow;
}

/* Dialogs */
.shiftvisit
{
	padding: 3px;
	margin: 2px;
	background-color: #e0e0e0;
}
.shiftvisitfield
{
	float: left;
}
.fieldslist th
{
	text-align: right;
}

.minibtnimg {
	opacity: 0.3;
	top: -9px;
	position: absolute;
	width: 10px;
	border: 1px solid transparent;
	padding: 3px;
	cursor: pointer;
	z-index: 10000;
}

.minibtnimg:hover {
	opacity: 0.7;
	border: 1px solid #000;
}
