/*
    Document   : formGenerator
    Created on : 25-mar-2009, 10:12:18
    Author     : rgallart
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

.gwt-textProperties{
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.gwt-properties{


}

.border-bottom{
    border-bottom: 1px solid black;
}

.gwt-frmline {
    padding-top: 2px;
    clear: both;
}

.gwt-frmsection {
    font-size: 0.92em;
    font-family: Verdana, Arial;
    border-bottom: 2px solid #C72E13;
    color: #C72E13;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 1px;
    margin-bottom: 3px;
}

.gwt-frmsectionBlack {
    font-family: Verdana, Arial;
    border-bottom: 2px solid #000000;
    color: #000000;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 1px;
    margin-bottom: 3px;
}


.gwt-boxwithnopadding {
    padding-left:1px;
}

.fg-table{
    width:100%;
    float:center;
}

.fg-tablecell{
    border:0px;
    background-color:#E0E0E0;
}

.fg-inputcellreadonly{
    border:0px;
    background-color:#E0E0E0;
    font-weight:bold;
    width:100%;
    padding-top:3px;
    height:22px;
    font-size:10px;
}

.fg-inputcelleditable{
    border:0px;
    background-color:#E0E0E0;
    width:100%;
    padding-top:3px;
    height:22px;
    font-size:10px;
}

.fg-label{
    CLEAR: left;
    PADDING-RIGHT: 3px;
    DISPLAY: block;
    PADDING-LEFT: 0px;
    Z-INDEX: 2;
    FLOAT: left;
    PADDING-BOTTOM: 3px;
    WIDTH: 1px;
    PADDING-TOP: 3px;
    POSITION: relative
}

.fuenteGwtPorDefecto{
  font-family:tahoma, arial, helvetica, sans-serif;
  font-size:10px;
  color: #A0A0A0;
  padding:3px 3px 3px 0px;
  width:100px;
  position:relative;
  z-index:2;
}

.disabledHtmlEditor{
    font-size: 11px;
    font-family: verdana, arial, tahoma, arial, helvetica, sans-serif;
    background-color: #FFF;
    BORDER-LEFT: 1px solid #d0d0d0;
    BORDER-BOTTOM: 1px solid #d0d0d0;
    BORDER-TOP: 1px solid #d0d0d0;
    BORDER-RIGHT: 1px solid #d0d0d0;
    opacity:0.5 !important;
    filter:alpha(opacity=40) !important; /*Para IE8 y anteriores*/
}

.disabledHtmlToolbar{
    background-image: url(../img/htmlToolbar.png) !important;
}

.quit{
    display: none;
}

.fg-infoIcon{
    /*background-image: url(../img/info.png) !important;*/
    width: 16px;
    height: 16px;
    float: left;
}

.fg-infoText{
    float:left;
}

.fg-uploadbutton{
    background-image: url(../img/verFichero.png) !important;
    background-repeat: no-repeat;
    WIDTH: 16px;
}
.fg-cancelIcon{
    padding-top: 20px;
}

/*Los estilos fg-selectedLabel y fg-unselectedLabel se aplican a el PANEL que ocntiene el label de los componentes */
.fg-selectedLabel{
    background-color: #2063C8;
    color: #FFFFFF !important;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    padding: 4px 0px 4px 0px;

}

.fg-unselectedLabel{
/*    color: gray !important;*/
    color: black !important;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    padding: 4px 0px 4px 0px;
}

/*Todas las etiquetas dentro de un div con class slectedLabel, las hace blancas*/
/*.fg-selectedLabel label{color:#FFFFFF !important;}*/

.fg-selectedFieldset{
    border-color: #2063C8 !important;
    font-family: verdana, arial, tahoma, arial, helvetica, sans-serif;
}

.fg-selectedPanel{
    border: 1px solid #2063C8 !important;
    /*border-color: #2063C8 !important;*/
    font-family: verdana, arial, tahoma, arial, helvetica, sans-serif;
}

.fg-alignLeft{
    clear:none;
    float:left;
}
/*Para la botonera de las secciones*/
.fg-sectionButton{
    width:100%;
    /**margin-bottom: 4px;*//*Para centrarlo en la seccion*/
    float:left;
}
/*Se modifica el estilo original de las secciones para que no deje espacio por la derecha
y los componente que van e su interior puedan tener el ancho completo*/
.fg-section {
    BORDER-RIGHT: #b5b8c8 1px solid;
    /*PADDING-RIGHT: 10px;*/
    BORDER-TOP: #b5b8c8 1px solid;
    /*PADDING-LEFT: 10px; Se elimina este padding del estilo original*/
    PADDING-LEFT: 0px;
    MARGIN-BOTTOM: 10px;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #b5b8c8 1px solid;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #b5b8c8 1px solid;
}

.Gray td {
    background-color: gray;
}
/*Estilo para los campos deshabilitados*/
input.x-item-disabled {
    font-color:black !important;
    color:#000000 !important;
/*    -moz-opacity:0.5 !important;*/
    opacity:0.5 !important;
    filter:alpha(opacity=50) !important; /*Para IE8 y anteriores*/
}

textarea.x-item-disabled {
    font-color:black !important;
    color:#000000 !important;
/*    -moz-opacity:0.5 !important;*/
    opacity:0.5 !important;
    filter:alpha(opacity=40) !important; /*Para IE8 y anteriores*/
}

.fg-disabled-panel {
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color:#000000 !important;
}

/*Estilo para los campos con mascara
* Se duplican los dos estilos anteriores. Se aņaden eliminan los estilos fg-masked
* para la mascara y se evita habilitar un campo que estaba dehabilitado con x-item-disabled.
*/
input.fg-masked{
    font-color:black !important;
    color:#000000 !important;
/*    -moz-opacity:0.5 !important;*/
    opacity:0.5 !important;
    filter:alpha(opacity=50) !important; /*Para IE8 y anteriores*/
}

textarea.fg-masked {
    font-color:black !important;
    color:#000000 !important;
/*    -moz-opacity:0.5 !important;*/
    opacity:0.5 !important;
    filter:alpha(opacity=40) !important; /*Para IE8 y anteriores*/
}

.centerButton {
    color: white !important;
    text-align: center;
}

.noVisible {
    visibility: hidden;
}

.required {
    font-size: 12px;
    font-family: Verdana;
    color: red;
    padding-top: 3px;
    padding-right: 3px;
}
/*
.frmhbut {
    height: auto !important;
}*/

.fg-frmhbut {
    height: 26px !important;
    color: white;
    cursor: pointer;
    font-size: 10pt;
    /*padding-left: 5px;*/
}

.fg-pointer {
    cursor: pointer !important;
}

.fg-invalidLupa {
    background: url("../../gwtModule/js/ext/resources/images/default/grid/invalid_line.gif") repeat-x scroll center bottom #FFFFFF !important;
}

.fg-invalidIconLupa {
    left: 135px;
}

.ext-safari .x-form-field-wrap .x-form-trigger {
    right: inherit !important;
}

.fg-botonPersonalizadoGrid {
    background-image: url("../../gwtModule/img/new/application.gif") !important;
}
.fg-calendar {
    background-image: url("../../gwtModule/img/new/calendar.gif") !important;
}
.fg-botonMoverArriba {
    background-image: url("../../gwtModule/img/new/up2.gif") !important;
}
.fg-botonMoverAbajo {
    background-image: url("../../gwtModule/img/new/down2.gif") !important;
}

.fontColorBlack {
    color:black;
}

/*
FORMGWT-1487, puestas a 26 y 27
FORMGWT-3300, puestas a 0
*/
.ext-el-mask {
	z-index: 0 !important;
}
.ext-el-mask-msg {
	z-index: 0 !important;
}
.fgReadOnlyCellGM{
    background-color: #EFEFEF !important;
    border: 1px solid white;
}


td:last-child {
    padding-bottom: inherit;
    padding-right: 1px !important;
}

.listCombo {
    max-height: 200px !important;
    overflow-y: auto !important;
}

.maskTransparent {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    top: 0px !important;
}

.maskTransparent div{
    background: url("http://localhost:8084/FormGeneratorGWT/css/../gwtModule/js/ext/resources/images/default/grid/loading.gif") no-repeat scroll 5px 5px transparent !important;
}

.toUpperCase {
    text-transform: uppercase !important;
}
/*Para los problemas de Chrome con algunos scroll de la lista del desplegable, no basta con el estilo "listCombo"*/
.x-combo-list-inner{
	max-height: 200px !important;
}
.fgButtonIcon{
	background-repeat:no-repeat !important;
	height:24px !important;
	width:24px !important;
        margin-top: 4px !important;
}

/*combo-option-height: estilo para forzar el alto adecuado para la opcion "", cuando el combo esta configurado que no aparezca "Ninguno"*/
.combo-option-height {
    height: 12.65px !important;
}

/*Sobre-escritura estilo de los botones de ext FORMGWT-FORMGWT-3310*/
.mainbg .x-btn-left {
	background: transparent !important;
}
.mainbg .x-btn-right {
	background: transparent !important;
}
.mainbg .x-btn-center {
	background: transparent !important;
}
.mainbg .x-btn-text {
	color: white !important;
}
table.mainbg:hover {
	opacity: 0.7;
}
