﻿

/***************************************************************************************/
/* Genéricos */
a:link {

}
A {
  color: #6fa601;
   text-decoration: underline;
}

A:hover {

}

h2 {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	padding: 0;
	margin: 5px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #6fa601;
	font-size:10px;

}


.filtrosh2 {
    display: block; /* block float the labels to left column, set a width */
    float: left;
    padding: 0;
    margin: 10px 0 0 20px; /* set top margin same as form input - textarea etc. elements */
    text-align: right;
    color: #6fa601;
    font-size: 10px;
    font-weight:bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.LoadingPanel
 {
	display:none;
	}
 }


/***************************************************************************************/
/* Cabecera */

.bodywrapper
{
/* Estilos genéricos para la clase contenedora general */
    font-size:8pt;
    /*letter-spacing:1px;*/
    font-family:Verdana,Tahoma,Helvetica-Narrow,sans-serif;
    border-top:none;

    width:88%;
    min-width:1000px;
    * width:100%;
     max-width:1280px;

     /*height:100%;*/
     margin-top:10px;
     text-align:left;
}



a.link_logo img
{
	border: 0;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}


.spacer {
	clear: both;
}

.ajaxImageLoading
{
	vertical-align:middle;
}

.Textoboton
{
}

.Imagenboton
{
	vertical-align:middle;
	border:0px;
	padding-right:4px;
}
.imagenIcoGrid
{
		/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;     /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 2px 0px 2px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 0;
	height: 16px;
	vertical-align:middle;
}

.textoquien
{
	color:#6fa601;
}

.primernodomiga
{
	font-size:x-small;
    letter-spacing: 2px;
    font-weight:bold;
    text-transform:capitalize;
}

.RadMenuFilter
{
	font-size:7pt;
    font-size:x-small;
	/*letter-spacing:1px;*/
	font-family:Verdana,Tahoma,Helvetica-Narrow,sans-serif;
}



.RadWWrapperModal {
    left: 50% !important;
    top: 50% !important;
    position:fixed !important;
    transform: translate(-50%, -50%) !important;
}


small.smallInfo {
    text-align: center;
    margin: 0px;
}

.lineagris
{
	height:1px;
	width:100%;
	 background-color: #ccc;
	padding:0px;
	margin: 2px 0px 2px 0px;

}
tr:disabled,
input:disabled {
  background-color: rgb(235, 235, 228);
  color:#aeaeae;
  cursor:not-allowed;
}
.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered
{
	    padding: .2em .5em !important;
}

.RadComboBoxDropDown
{
	font-family: Verdana,Tahoma,Helvetica-Narrow,sans-serif !important;
	font-size: 10px !important;
}
.RadComboBox_Vista {
    margin-left: 10px;
    margin-top: 5px;
	font-family: Verdana,Tahoma,Helvetica-Narrow,sans-serif !important;
	font-size: 10px !important;
}
.RadComboBox .rcbDisabled .rcbInput,
.RadComboBox .rcbDisabled {
    background-color: rgb(235, 235, 228) !important;
    color: #aeaeae !important;
    cursor: not-allowed !important;
    opacity: initial !important;
}




.RadComboBox_Vista .rcbInner {
    border-radius: 0px !important;
    padding-top: 4px !important;
}

.RadComboBoxDropDown .rcbScroll{
    background-color:#fff;
}

.RadComboBox .rcbActionButton .rcbIcon {
    color: #cacaca !important;
}

.RadComboBox_Vista .rcbActionButton {
    width: 25px !important;
    border-color: #fff !important;
}
/*combo*/
.ComboBoxDropDown_Vista {
    white-space: normal !important;
}

.ComboBoxInput_Vista,
.ComboBoxInputHover_Vista {
    height:20px !important;
}
.enunciado {
    display: block;

    margin: 10px 0 0;
    font-weight:bold;
    color: #6fa601;

}

.required_140{
    display: block;
    float: left;
    width: 140px;
    padding: 0;
    margin: 5px 0 0;
    text-align: right;
    color: #6fa601;
    font-weight:bold;

}

.required._260 {

    width: 260px !important;

}

.etiquetas {
    display: block;

    margin: 0px 0 0;
    font-weight:bold;
    color: #6fa601;
    width:260px !important;
}
.spacerh{
    height:35px;
}
.enunciado2 {
    display: block;
    width:auto !important;
    margin: 10px 0 0;
    font-weight:bold;
    color: #6fa601;
    clear:both;
    float: left;
}

/***TOOLTIP****/

.ui-tooltip {

    border: 1px solid #ccc !important;
    background-color: #FFFDCA !important;
    color: #666666 !important;
    font-size: 10px !important;
    margin-left:50px;


}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: 40%;
    left: -19px;
    border-color: transparent #FFFDCA;
    border-width: 10px 10px 10px 0;
}

.ui-widget-shadow
{
        -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.RadUpload .ruFileWrap { height:30px !important}
.RadUpload_Telerik .ruFakeInput{width:300px !important}

.rcbHovered label,.rcbItem label {

    width: auto !important;
    color:#000 !important;

    text-align: left !important;


}

.textolargo {
    word-break: break-word;
}


.RadComboBox .rcbInner {
    border-radius: 0px;
    border-color:#a6a6a6;
}

.RadComboBoxDropDown_Vista .rcbHovered {
    background-color: #FFFFC8 !important;
}
.RadComboBox_Vista .rcbHovered .rcbActionButton,
.RadComboBox_Vista .rcbActionButton {
    background-color: #fff !important;
    background-image: none !important;
}




.RadComboBox_Vista .rcbReadOnly, .RadComboBox_Vista .rcbFocused {
    border-top: solid 1px #a6a6a6 !important;
    border-right: solid 1px #cbcbcb !important;
    border-bottom: solid 1px #cacaca !important;
    border-left: solid 1px #cbcbcb !important;
    /*font: bold 14px Verdana, Arial, Sans-serif;*/
    /*	color: #333;*/
    cursor: default !important;
    height: 20px !important;
    background: white !important;
    vertical-align: middle !important;
    padding: 3px 0 0 5px !important;
}
.rlbItem label {
    width: auto !important;
    margin: 0px !important;
}
.RadListBox {
    white-space: normal !important;
}


.RadComboBox_Vista .rcbReadOnly.rcbFocused, .RadComboBox_Vista .rcbReadOnly.rcbExpanded {
    box-shadow: inset 0 0 0 1px #f3f3f3 !important;
}
.prueba {
   
    top: 100px ;
    right: 50px;
    left: unset ;
}




