﻿@font-face {
    font-family:glyphicons;
    src:url(../Fonts/glyphicons-halflings-regular.woff);
}
body {
    font-weight: 200;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #808080;
    background-color: #fcfcfc;
}
body {
    margin: 0;
}
body {
    padding-top: 0px;
    padding-bottom: 20px;
}
/*body 
{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:8pt;
	overflow:hidden;
}*/
/*html
{
	height:100%
}*/
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.FullHeight
{
	height:100%
}
.Centered
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
.Invisible
{
	visibility:hidden;
}
.Oculto
{
	display:none !important;
}
.Colapsable
{
}

.PopupInfo {
	margin: 0;
	padding: 0;
	height: 1em; 
}
.PopupInfo li 
{
	list-style: none;
	float: left; 
}
.PopupInfo li a 
{
	display: block;
	padding: 3px 8px;
	/*background-color: #5e8ce9;*/
	/*color: #fff;*/
	text-decoration: none; 
	color:black;
} 
.PopupInfo li ul 
{
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #d2d5e2;
	border: 1px solid #7983a1;
} 
.PopupInfo li:hover ul 
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	margin-left:30px;
	margin-top:-30px;
	padding:5px;
}
.PopupInfo li:hover li 
{
	float: none; 
}
.PopupInfo li:hover li a 
{
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; 
}
.PopupInfo li li a:hover 
{
	background-color: #8db3ff; 
} 
.PopupInfo span
{
	display:block;
	background-color:#d2d5e2;
}
.FondoModal
{
	background-color:#346480;
	filter:alpha(opacity=26);
	opacity:0.26;
}
.VentanaModal
{
	border-width: 3px;
	border-color: #d9230f;
	border-style: solid;
	background-color: white;
	/*background-image: url('../Images/Gradients/Content.jpg');*/
	padding-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.VentanaModal div
{
	padding:5px;
}
.VentanaModal table
{
	width:100%;
    border:0px none black;
    padding:0px;
}
.VentanaModal table tr td {
    padding-bottom:10px;
}
/*.VentanaModal table tr:nth-last-child(-n+2) td {
    padding-bottom:0px;
}*/
.ContenidoVentanaModal
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.LoginPanel
{
	position: absolute;
	left: 0px;
	top: 59px;
	right: 0;
	bottom: 0;
	padding: 5px;
	background-color: #d2d5e2;
	/*background-image: url('../Images/Gradients/Content.jpg');*/
	background-image: url('../Images/BackG/BackG2.jpg');
	background-repeat: repeat-x;
}
.PanelEstados
{
	border:1px solid black;
	background-color:White;
}
.TextBox, .ComboBox, .DateFieldText
{
	/*border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	height:17px;*/
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

    /*display: block;*/
    width: 100%;
    color: #808080;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    margin:0px;
}
.TextArea
{
	border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.NumericField
{
	border:1px solid #d2d5e2;
	font-size:12px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	text-align:right;
	height:30px;
	border-radius:3px;
	padding:5px 10px;
	color:#808080;

}
/*.ComboBox
{
	border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	width:100%;
	height:17px;
}*/
/*.Label
{
	white-space:nowrap;
	color:#0d1942;
	font-family:Tahoma;
	font-size:8pt;
}*/
.CheckBox
{
	font-family:Tahoma;
	font-size:8pt;
}
.CheckBoxesPanel
{
//	margin-left: 140px;
	margin-top: 30px;
        margin-bottom: 30px;
}

.OptionButton
{
	font-family:Tahoma;
	font-size:8pt;
}
.AutoComplete
{
	background-position: 1px;
	background-image: url('../Images/Toolbar/filtro.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	width:100%;

	border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.ACProcStyle
{
	background-position: 1px;
	background-image: url('../Images/Toolbar/wait.png');
	background-repeat: no-repeat;
	padding-left: 20px;

	border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.ColLabels:first-child
{
    padding-left:0px;
}
.ColLabels
{
	width:13%;
	text-align:left;
	padding-right:5px;
    padding-left:35px;
    font-size:10pt;
    color:#999999;
    font-family:Arial, Helvetica, sans-serif;
}
.ColFields
{
	width:20%;
	/*white-space:nowrap;*/
}
.ColSep
{
	width: 0.5%;
}
.Ancho30
{
	width:30%;
}
.Ancho70
{
	width:70%;
}
/*.DateFieldText
{
	font-size:8pt;
	border: solid 1px #d2d5e2;
	color: #002663;
}*/
.DateField
{
	width:100%;
}
.DateField .ajax__calendar_container {
    border:1px solid #646464;
    background-color: white;
    z-index:100;
}
.DateField .ajax__calendar_header {
    padding-top:5px;
    border:1px solid #646464;
    background-color: #4c577b;
    color: white;
}

.DateField .ajax__calendar_title {
    background-color: #4c577b;
    color: white;
}

.DateField .ajax__calendar_active
{
    border:1px solid #646464;
	background-color:#FFD52D;
}
.DateField .ajax__calendar_dayname{
	font-weight:bold;
	text-align:center;
}

.DateField .ajax__calendar_day{
	text-align:center;
}

.DateField .ajax__calendar_hover{
	background-color:#FFF2D5;
}
.Boton
{
	/*font-size:8pt;
	background-color:#4c577b;
	color:white;
	font-weight:bold;
	border: 1px solid #0d1942;
	cursor:pointer;
	height:20px;
	margin-right:5px;
	margin-top:10px;*/

    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
    filter: none;
    background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);

    width:auto;
    color: #ffffff;
    background-color: #b31d0c;
    border-color: #a01a0b;
    cursor:pointer;

    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /*background-image: none;*/
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 8px 12px;*/
    /*font-size: 14px;
    line-height: 1.4285;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right:5px;
}
.Boton:hover
{
	/*background-color:#d2d5e2;
	color:#4c577b;*/
}
.TituloModal
{
	/*background-position: 5px center;
	background-image: url('../Images/Toolbar/gears.png');
	background-repeat: no-repeat;*/
	background-color: #d9230f;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 13px;
	border-bottom: #7983a1;
	height: 30px;
	padding: 5px 5px 5px 5px;
    text-align:center;
}
.IconoLogin
{
	background-image: url('../Images/Pages/lock_ok.png');
}
.TablaCampos1Izq
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	empty-cells: show;
	margin-bottom:5px;
}
.TablaCampos1Izq .ColLabels
{
	width:35%;
	text-align:left;
}
.TablaCampos1Izq .ColFields
{
	width:65%;
}
.TablaCampos1Izq tr
{
	height:22px;
}
.TablaCampos2
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	empty-cells: show;
	margin-bottom:5px;
}
.TablaCampos2 .ColLabels
{
	width:24%;
}
.TablaCampos2 .ColFields
{
	width:25%;
}
.TablaCampos2 .ColSep
{
	width: 2%;
}
.TablaCampos2 tr
{
	height:22px;
}
.Required
{
	/*background-image: url('../Images/Gradients/required.png');*/
	background-repeat: no-repeat;
	background-position: right 50%;
}

.Upload
{
	border:1px solid #d2d5e2;
	font-family:Tahoma;
	font-size:8pt;
	color: #0d1942;
    width:100%;
}
.TabHeader
{
	background-position: center bottom;
	background-image: url('../Images/Tabs/header_back.gif');
	background-repeat: repeat-x;
	background-attachment:scroll;
	height:25px;
	border-bottom:1px solid #999999;
}
.TabActive
{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-image: url('../Images/Tabs/tab_back_active.gif');
	background-repeat: repeat-x;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	display:inline-block;
	background-color:White;
	margin-right:1px;
	text-decoration:none;
	color:Black;
	height:25px;
	border-top:1px solid #999999;
}
.Tab
{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url('../Images/Tabs/tab_back.jpg');
	background-repeat: repeat-x;
	background-position:center bottom;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	display:inline-block;
	background-color:White;
	vertical-align:bottom;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	margin-right:1px;
	text-decoration:none;
	color:Black;
	height:21px;
}
.TabContent
{
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	padding:10px;
	background-color:White;
}
.ImageField
{
	width:100%;
	background-color:White;
	border:1px solid black;
}
.DateRange
{
	width:100%;
}
.DateRange span
{
	width:50%;
	display:inline-block;
}
.Disabled 
{
    background-color:rgba(0, 0, 0, 0.075);
}

#SearchPanel .Required span::after 
{
    content:'';
    font-weight:bold;
}

.Required span::after {
    content:' *';
    font-weight:bold;
}

#SearchPanel .Required span::before {
    content:' ';
    /*text-decoration:underline;*/
    display:inline-block;
    width:10px;
    height:8px;
    /*background-color:red;*/
    background-image: none;
    background-size:8px;
    background-position-x:0px;
    background-position-y:0px;
    background-repeat:no-repeat;
    font-weight:bold;
    /*margin-right:5px*/
}
.Required span {
    /*font-weight:bold;*/
}
.Unavailable {
    display:none;
}
.TableCols1 .ColFields{
    width:87%;
}

.Excluir td {
    padding-left: 40px !important;
}


/*.ui-widget-header {
    background: none;
    background-color: #a01a0b;
    color: #ffffff;
    border:none;

}*/

/*Deben estar al final*/
.DateField tr td
{
	padding-top:0px;
}
.FileLink, .FileLink:visited {
    color:#808080;
    text-decoration:none;
    background-image: url('../Images/Elements/download.png');
    background-repeat:no-repeat;
    padding-left:20px;
}
.FileLink:hover {
    text-decoration:underline;
}

.Invalid {
    background-color: #FFD5D5;
}
.Invalid .DateFieldText {
    background-color:#FFD5D5;
}
.Invalid.DateField {
    background-color:inherit;
}
.HiddenField{
	display:none;
}

.GridRow .NumericField, .GridRowAlternate .NumericField {
    height: 20px;
}
.Ancho50{
    Width:50%
}
.ui-widget-overlay {
    background: #346480;
    opacity: 0.26;
    filter: Alpha(Opacity=26);
}
.GenericToolbar .IconoLayout {
    background-image:url('../Images/Toolbar/edit_layout.png');
}
.GenericToolbar .IconoViewEntity {
    background-image:url('../Images/Toolbar/view_entity.png');
}
.GenericToolbar {
    height:24px;
}
.GenericToolbar a {
	border: 1px solid transparent;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: pointer;
	color:transparent;
	background-image: url('../Images/Toolbar/default.png');
	background-repeat: no-repeat;
	background-position:2px 2px;
	width:20px;
	height:20px;
	margin: 0px 0px 0px 0px;
    display:inline-block;
    margin-top:1px;
}
.GenericToolbar a:hover {
	border:1px solid #ffb74c;
	background-color:#ffe6a0;	
}
