/*
#contentDialogFields .jwf-row {
	width:550px;
}
*/

.button.view-small{
	background: url(../../img/16x16/search.png) no-repeat center center;
	position: relative;
	display: inline;
	height: 20px;
	width: 20px;
	border-style: none;
    border-width: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	top: 0px;
}

.button.logout{
	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/buttonLogout.png) no-repeat center center;
	right: 10px;
}

.button.login.fs{
	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/buttonLoginFs.png) no-repeat center center;
	right: 50px;
}

.button.login{
	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/buttonLogin.png) no-repeat center center;
	right: 50px;
}

.button.user{
	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/buttonUser.png) no-repeat center center;
	right: 130px;
}

.button.language{
	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/buttonLanguage.png) no-repeat center center;
	right: 170px;
}

.button.help{
	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/buttonHelp.png) no-repeat center center;
	right: 210px;
}

.fieldset{
	border: 3px solid #153173;
    width: 520px; /* 370px */
    margin: 25px 10px 5px 10px;
	box-sizing: border-box;
	border-radius:10px;
}

.fieldset input{
	width: 470px; /* 320px */
	margin-left: 10px;
}

.fieldset legend label{
	display: block;
}

.fieldset legend {
	color: #FFFFFF;
	background: #153173;
	padding: 2px 2px 2px 6px;
}

.backgroundMenu{
	background: url(../../img/fondo_wcl2.png) no-repeat center center;
	background-size: auto 100%;
	height:100%;
}

.leftColumn{
	left: 10px;
	width: 545px; /* 400px */
	position: absolute;
	border-radius:20px;
	top: 10px;
	bottom:25px;
		border: solid #004C73 3px;
	box-sizing:border-box;
	overflow:hidden;
}

.rightColumn{
	position: absolute;
	left:590px; /* 440px */
	right:25px;
	top:0;bottom:20px;
	border-radius: 20px;
	background-size:100% 100%;
}

.bottom {
	position:absolute;
	bottom: 3px;
	left:0; 
	right:0;
    width: 100%;
    /* background: url(../../img/pie_portada.gif) no-repeat center center;  */
    background-color: #F2F5FC;
}

#menuOptions{
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 10px;
	padding-right:0px;
	width: 520px; /* 370px */
	height: calc(100% - 100px) !important;
}

.accordion a,
.accordion span {
	font-size: 16px;
	width: 490px; /* 450px */
}

.accordion.optionsChild, .accordion > li > a,
.accordion > li > span{
	margin: 4px 0 5px 0;
}

.accordion > li {
    width: 520px; /* 480px */
}

.accordion > li > ul > li > a {
	font-size: 15px;
	width: 450px; /* 420px */
}

.accordion > li > ul > li > ul > li > a {
	font-size: 14px;
	width: 445px; /* 405px */
}

.accordion > li > ul > li > ul > li > ul > li > a {
	font-size: 14px;
	width: 420px; /* 380px */
}

.accordion > li > a.screenLink {
	color: #771212;
}

.accordion > li > ul > li > a.screenLink {
	color: #771212;
}

.accordion > li > ul > li > ul > li > a.screenLink {
	color: #771212
}

.accordion > li > ul > li > ul > li > ul > li a.screenLink {
	color: #771212;
}
