﻿div.ui-datepicker{
 font-size:12px;
}
.RDI-InputError
{
    color: #b94a48 !important;
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}


/*Estilos - Label tamaños - negrita - Height filas - etc...*/

    /*Tamaños Labels y negrita*/
.bold, .bold label{
    font-weight:bold;
}
.RDI-SmallLabel, .RDI-SmallLabel label
{
    font-size:small;
}
.RDI-X-SmallLabel, .RDI-X-SmallLabel label
{
    font-size:x-small;
}
.RDI-XX-SmallLabel, .RDI-XX-SmallLabel label
{
    font-size:xx-small;
}

    /*Items a la derecha*/
.RDI-FloatRight
{
    float:right;
    margin-left:3px;
}
    /*Fila Small, por defecto es 30px*/
.RDI-Row-Height-Small
{
    height:15px;
}
.RDI-Row-Height-Medium
{
    height:23px;
}
    /*DropDownList Small, por defecto es 20px de height y padding 4 6 4 6*/
.RDI-ddl-txt-Small
{
    height:20px !important;
    padding:0px !important;
    min-height:20px !important;
}

/* ------------------------------------- */




/* DataGrid */
.RDI-DataGrid-Right {
    text-align: right !important;
    padding-right: 20px !important;
}
.RDI-DataGrid-Center {
    text-align: center !important;
    padding-right: 20px !important;
}
/* ------------------------------------- */




/* CheckBoxList */
.RDI-CheckBoxList input {
    margin-left: 29px;/*20px*/
}

.RDI-CheckBoxList input2 {
    margin-left: 0px;/*20px*/
}

.RDI-CheckBoxList label {
    display: inline-block;
    margin-left: 5px;
    vertical-align:middle;
}
/* ------------------------------------- */





/* Tablas Bordes, Paneles Tabs*/
.RDI-TablaConBorde
{
    border-width: 1.5px;
    border-color: #A7BAC5;
    border-collapse: collapse;
    width:100%;
    margin-bottom:3px;
    border-style:solid;
}
.RDI-TablaSinBorde
{
    border-width: 0px;
    border-color: #A7BAC5;
    border-collapse: collapse;
    width:100%;
    margin-bottom:3px;
    border-style:none;
    padding: 5px;
    background: #F3F3F3;
}
.RDI-paneldeBotones
{
    border-width:0px;
    border-color:black;
    border-style:none;
    border-radius:3px;
    background: #FFFFFF;
    padding: 10px;
}
.RDI-solapa_press
{

	 border-width:0px;
	 border-color:black;
	 border-style:none;
	 border-radius:3px;
	 background: #FFFFFF;/* #f9f9f9;  Fondo de las pestañas */
	 border-radius: .25em .25em 0 0;
	 color: #888; /* Color del texto de las pestañas */
	 cursor: pointer;
	 display: block;
	 float: left;
	 font-size: 1em; /* Tamaño del texto de las pestañas */
	 height: 2.5em;
	 line-height: 2.5em;
	 margin-right: .25em;
	 padding: 0 1.5em;
	 text-align: center;
}
.RDI-button_solapa
{
	 border-width:0px;
	 border-color:black;
	 border-style:none;
	 border-radius:3px;
	 background: #999;/* #f9f9f9;  Fondo de las pestañas */
	 border-radius: .25em .25em 0 0;
	 color: #f9f9f9; /* Color del texto de las pestañas */
	 cursor: pointer;
	 display: block;
	 float: left;
	 font-size: 1em; /* Tamaño del texto de las pestañas */
	 height: 2.5em;
	 line-height: 2.5em;
	 margin-right: .25em;
	 padding: 0 1.5em;
	 text-align: center;
}
/* --------------------------------------------------------------------- */





/*Autocomplete*/
.ui-menu-item, ui-autocomplete-category
{
	font-size: 11px;
}
.ui-menu, ui-autocomplete-category
{
    height:120px;
    overflow:auto;

}
.ui-autocomplete-category
{
	font-size: 12px;
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;

}
.ui-autocomplete-loading {
    background: white;
}
/*-------------------------------------------------------------*/




/* Solapa links del edit */
.RDI-btn-edit-link {
    background-color:black !important;
    color:white !important;
}
.RDI-caretEdit {
   border-top:4px solid white !important;
   margin-top:11px !important;
}
/* -------------------- */

.overlay 
{
        opacity: 0.7;
        background-color: rgb(162, 211, 205); 
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        display: none;
}
 
.modal 
{
        display: none;
        background: #FFFFFF;
        overflow: auto;
        z-index: 999999999999;
        position: fixed;
        -webkit-box-shadow: 0 3px 5px #47958c;
        -moz-box-shadow: 0 3px 5px #47958c;
        box-shadow: 0 3px 5px #47958c;
        min-height: 30px;
        min-width: 200px;
}
