﻿/* Data Web Control Styles */
table.CatalogoStyle
{
	width: 610px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid;
}
td.LabelStyle
{
	text-align: right;
	height:auto;
	font-weight: bold;
	background-color:#F5F5F5;
	font-family:Verdana;
	font-size:8pt;
}

td.TextBoxStyle
{
	height: 27px;
	text-transform: uppercase;
	font-family:Verdana;
	font-size:8pt;
}

td.LabelDeleteStyle
{
	text-align: center;
	font-weight: bold;
	color: Blue;
}

.LabelStyle
{
	text-align: right;
	height:auto;
	font-weight: bold;
	font-family:Verdana;
	font-size:8pt;
}

.LabelStyle1
{
	text-align: right;
	height:auto;
	font-family:Verdana;
	font-size:8pt;
}

.TextBoxStyle
{
	height:auto;
	text-transform: uppercase;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:8pt;
}

/*nuevo*/
.TextBoxStyle:focus
{
	height:auto;
	text-transform: uppercase;
	border-style:solid;
	border-width:2px;
	background-color:#F8F8FF;
	font-family:Verdana;
	font-size:8pt;
}

/*nuevo*/
.TextBoxStyle:hover
{
	height:auto;
	text-transform: uppercase;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:8pt;
}

.TextBoxNombreStyle
{
	height:auto;
	text-transform: uppercase;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	background-color:#F5F5F5;
}

.ComboBoxStyle
{
	height:auto;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	font-size:8pt;
}

/*.TextBoxFocusStyle
{
	height:auto;
	text-transform: uppercase;
	border-style:solid;
	border-width:2px;
	background-color:#F8F8FF;
	font-family:Verdana;
	font-size:8pt;
}*/

.TextBoxRegistrosStyle
{
	height:auto;
	width:auto;
	border-style:solid;
	border-width:1px;
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
}

.BotonReferenciaStyle
{
	border-style:solid;
	border-width:1px;
	height:17px;
	width:17px;
	font-family:Verdana;
	font-size:8pt;
}
	
.LabelErrorStyle
{
	color: Red;
}
	
.GridStyle
{
	background-color: White;
	border-color: #CC9966;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	padding-bottom: 4;
	padding-top: 4;
	padding-left: 4;
	padding-right: 4;
	font-family:Arial;
	font-size:smaller;
	text-indent:4px;
	font-family:Verdana;
	font-size:8pt;
}

.HeaderStyle
{
    /*background-color: #990000;*/
	background: #C0C0FF;
    font-weight: bold;
    color: #FFFFCC;
    text-align: center;
	font-family:Verdana;
	font-size:8pt;
}

.RowStyle
{
	background-color: White;
	color: Black;
	padding-left: 4;
	padding-right: 4;		
    border-spacing: 2;
    margin-left: 10px;
    margin-right: 2px;    
}

.AlternatingRowStyle
{
    background-color: #F0F8FF;
}

.IE8Fix 
{ 
    z-index: 1000; 
}
.MisEtiquetas
{
	display: block;
	width: 160px;
	text-align:right;
	font-weight:bold;
}
.Nota
{
	color: Red;
	font-weight:bold;
}

.tablaLogin
{
	border-width: 1px 1px 1px 2px;
    border-color: Black;
    border-style: solid;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 400px;
}

html, body, form  
{  
    height: 100%;  
    margin: 0px;  
    padding: 0px;  
}  


.modal
{
     display: none;
     position: absolute;
     top: 25%;
     left: 25%;
     width: 50%;
     height: 50%;
     padding: 16px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
}

.overlay
{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     -moz-opacity: .45;
     opacity: .45;
     filter: alpha(opacity = 45);
     z-index: 1000;
}

.TelerikModalOverlay  
{
	background: #000 !important;
    -moz-opacity: .45 !important;
    opacity: .45 !important;
    filter: alpha(opacity = 45) !important;
}

.radButtonEstilo
{
	background-position:right 0 !important;
}

/*
 * RadScheduler
 */
.rsAptDelete
{
    display: none !important;
}

.RadScheduler .rsAptIn,
.RadScheduler .rsAptMid,
.RadScheduler .rsAptContent
{
    border-style: dashed !important;
}

.rsAptResize
{
    display: none !important;
}

.rsDisponibilidad {
    width: 15px !important;
}