﻿
/***************************************
	Páginas con datos agrupados
****************************************/
/* user start */
.groupData
{
	width: 400px;
	margin-top: 10px;
	position: relative;
	left: 10px;
	border-bottom: dashed 1px #ccccff;
}
.groupData h2
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.groupDataDestacado
{
	width: 400px;
	background-color: #fff;
	position: relative;
	left: 10px;
	border-right: #ccccff 1px solid;
	border-top: #ccccff 1px solid;
	border-left: #ccccff 1px solid;
	border-bottom: #ccccff 1px solid;
}
.groupDataDestacado h2
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.EstadChart
{
    position:relative;
    left:430px;
    top:-230px;
    height:400px;
    width:500px;
}

.EstadChart h2
{
    width:auto;
    padding-left:50px;
}
.infoTitle
{
	margin-bottom: 20px;
}

.AdminMessage
{
	height: 130px;
	width: 330px;
	background-color: #ffff66;
	position: fixed;
	left: 485px;
	top: 170px;
	overflow: auto;
	border-right: #990000 double;
	border-top: #990000 double;
	border-left: #990000 double;
	border-bottom: #990000 double;
	padding-top:30px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	z-index:10;
}

.AdminMessage #AdminMsgTitle
{
	font-size: 1em;
	font-weight:bold;
	position: absolute;
	color: #990033;
	text-decoration: blink;
	background-image: url(_icons/icoWarning.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	top: 5px;
	padding-bottom: 2px;
	padding-left:30px;
}

.CasesLocked
{
	background-image: url(_icons/icoLock2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 365px;
	top: 8px;
	width: 16px;
	height: 16px;
}


/***************************************
	Estadísticas
****************************************/

.StatBarInfo
{
	margin-left: -5px;
	font-size: x-small;
	color: #808080;
	display:inline-block;
}

.statSection
{
	background: #f0f8ff;
}

.statSection h1
{
	font-size: 1em;
	color: #fff;
	padding: 2px 0px 2px 10px;
	background-color: #696969;
}

.statDescLevel1, .statDescLevel2
{
	font-size: 0.9em;
	color: #2f4f4f;
	padding: 0px 0px 5px 12px;
	padding: 0 0 0 25px;
	margin:2px;
}


.gridStat table
{
	color: #2f4f4f;
	background: #fff;
	text-align: left;
	width:100%;
	
}

.gridStat .AspNet-GridView table tbody tr td
{
	color: #2f4f4f;
	background: White;
	text-align: left;
	width:60px;
	padding: 2px 0px 2px 2px
}

.gridStat .AspNet-GridView table thead tr th
{
	background: #f0f8ff;
	font-weight: bold;
	border-bottom: solid 1px #9999ff;
	padding: 2px;
}

.gridStat .AspNet-GridView table thead tr th a
{
	color: #4169e1;
}

.StatResultInfo
{
	background-color: #ffff99;
	padding:3px;
	border:solid 1px yellow;
	margin-right:30px;
	margin-top:-30px;
	float:right;
	z-index:2;
}

#periodSelection
{
	padding:20px;
}