html,body {
	height: 100%;
	background-color: #F2F5FC;
	overflow: auto;
}

#ctrlFirma {
	display:none;
}

input:focus,textarea:focus,select:focus {
	outline-color: rgb(113,169,211);
}

#container {
	position: relative;
	width: 100%;
	min-width: 800px;
	height: 100%;
}

#dialogContainer {
	position: relative;
	width: 100%;
	min-width: 200px;
	height: 100%;
}

/* header */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: #F2F5FC url(../img/logo_wcl2.png) no-repeat left top;
	background-position: 5px;
}

#buttonClose {
	position: absolute;
	top: 9px;
	right: 11px;
	height: 32px;
	width: 32px;
	background: url(../img/32x32/buttonClose.png) no-repeat center center;
	border-style: none;
	border-width: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
}

#currentUserArea {
	position: absolute;
	right: 45px;
	left:290px;
	color: #2e6e9e;
	text-align: right;
}

/* content */
#content {
	position: absolute;
	top: 50px;
	width: 100%;
	bottom: 0px;
	background-color: #F2F5FC;
}

#dialogContent {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F2F5FC;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

/* action bar */
#actionBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	border: 1px rgb(197, 219, 236) solid;
	background: rgb(223, 239, 252)
		url("jquery/ui/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x 50%
		50%;
	/* rounded borders */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* to render the box with the specified width and height, and place the border and padding inside the box */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	z-index: inherit;
}

#actionBarTitle {
	position: absolute;
	left: 20px;
	top: 3px;
	color: rgb(46, 110, 158);
	font-size: 200%;
}

#actionButtons {
	position: absolute;
	right: 10px;
}

/* criteria area */
#criteriaArea {
	display: flex;
	justify-content: center;
	flex-direction: column;
	/*height: 9000px;*/
	height: 100%;
	padding:5px;
}

/* criteria fields */
#formArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#criteriaFields {
	margin:auto;
	overflow: visible;
	position: absolute;
	top: 47px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding-bottom: 10px;
	border: 1px #0099CC solid;
 	background-color: #ffffff;
	/* rounded borders */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	z-index: inherit;
}

#dialogFields {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px #0099CC solid;
	background-color: #ffffff;
	/* rounded borders */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
}

#titleCriteriaFields {
	background:
		url("jquery/ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png")
		repeat-x scroll 50% 50% #5C9CCC;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	padding: 4px 0 0 5px;
	z-index: inherit;
}

.ui-tabs-panel{
	margin-top:5px;	/* este cambio corresponde al appLayout? */
}

.graphics .ui-tabs-panel {
	display:flex;
	align-items:center;
	justify-content:center;
}

.graphics .ui-tabs-panel>div:not(#gridArea){
	width:65%;
	height:100%;
}

.graphics .ui-tabs-panel>#gridArea{
	width:100%;
	height:100%;
}

#contentCriteriaFields{
	height: calc(100% - 23px);
	overflow: hidden;
	margin:5px;
	z-index: inherit;
}

#contentDialogFields {
	height: calc(100% - 40px);
	overflow: visible;
	margin: 10px 10px;
	z-index: inherit;
}

/* grid area */
#gridArea {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#masterGridArea {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#detailGridArea {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

/* jQuery UI Layout */
.ui-layout-pane {
	border: 0px;
	background-color: inherit;
}

.ui-layout-pane-north {
	overflow: visible !important;
}

.ui-layout-resizer {
	border: 1px solid #BBB;
}

.ui-layout-container {
	overflow: visible !important;
	background-color: inherit;
}

.ui-layout-resizer-north-dragging,.ui-layout-resizer-north:hover {
	background: url("../img/layout/resizable-n.gif") repeat-x center;
}

.ui-layout-resizer-south-dragging,.ui-layout-resizer-south:hover {
	background: url("../img/layout/resizable-s.gif") repeat-x center;
}

.ui-layout-resizer-west-dragging,.ui-layout-resizer-west-open:hover {
	background: url("../img/layout/resizable-w.gif") repeat-y center;
}

.ui-layout-resizer-east-dragging,.ui-layout-resizer-east-open:hover {
	background: url("../img/layout/resizable-e.gif") repeat-y center;
}

/* IE6 * HACK - always show resizer graphics because IE6 cannot understand elem:hover */
* html .ui-layout-resizer-north {
	background: url("../img/layout/resizable-n.gif") repeat-x center
		!important;
}

* html .ui-layout-resizer-south {
	background: url("../img/layout/resizable-s.gif") repeat-x center
		!important;
}

* html .ui-layout-resizer-west-open {
	background: url("../img/layout/resizable-w.gif") repeat-y center
		!important;
}

* html .ui-layout-resizer-east-open {
	background: url("../img/layout/resizable-e.gif") repeat-y center
		!important;
}

.ui-layout-toggler-north-open,.ui-layout-toggler-south-closed {
	background: url("../img/layout/toggle-up.gif") no-repeat center bottom;
}

.ui-layout-toggler-north-closed,.ui-layout-toggler-south-open {
	background: url("../img/layout/toggle-dn.gif") no-repeat center top;
}

.ui-layout-toggler-east-closed,.ui-layout-toggler-west-open {
	background: url("../img/layout/toggle-lt.gif") no-repeat center right;
}

.ui-layout-toggler-west-closed,.ui-layout-toggler-east-open {
	background: url("../img/layout/toggle-rt.gif") no-repeat center left;
}

#header {
	box-shadow: inset 0 0 1px;
}

#currentUserArea .jwf-row {
	height:50px;
}

#currentUserArea .jwf-row label {
	font-weight: bold;
}

#currentUserArea .jwf-row>div>* {
	display:inline;
	vertical-align: middle;
}

#currentUserArea .toprightwatermark{
	position: absolute;
	top:0;
	right:0;
}

.logo {
	margin-top: -8px;
	width: 50px;
	height: 25px;
	border: 1px solid #ccc;
}

.imageContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 500px;
	text-align: center;
	font-size: .85em;
}

img.language {
	display:inline-block;	/*display: block;*/
	border-style: none;
    border-width: 0;
	width: 32px;
	height: 32px;
	margin:10px;
}

img.language.es {
	background: url(../img/32x32/buttonEs.png) no-repeat center center;
}

img.language.en {
	background: url(../img/32x32/buttonEn.png) no-repeat center center;
}


 /* Nuevo css introducido para la modal de datos de conexion */
#modalMasInfo {
  position:absolute;
  z-index:9000;
  display:none;
  margin-top: 6%;
  left:initial;
  right:0;
  width:420px;
  height:145px;
}

.margenesDatos{
 	margin-top: 5%;
 	margin-right: 10%
}
 
#infInt{
    position: absolute;
    top: 35px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding:5px;
    border: 1px #0099CC solid;
    background-color: #F2F5FC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
 }
 
.labelColorLetra{
 	color: #85525D !important;
 	font-weight: bold !important;
 }
 
.fieldCustom{
	width: 95% !important;

}

.btonInfo{
	height: 32px;
	width: 32px;
	border-style: none;
    border-width: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	position: absolute;
	top: 9px;
	background: url(../img/32x32/buttonUserConnected.png) no-repeat center center;
	right: 250px;
}

.btonInfoDisabled {
	background: #F2F5FC url(../img/32x32/buttonUserDisconnected.png) no-repeat center center !important;
}

.btonInfHeader{
	right: 51px !important;
}

.logoInfo {
	margin-top: 10px;
	width: 60px;
	height: 25px;
	border: 1px solid #ccc;
}