@CHARSET "ISO-8859-1";
 
 /*------------------------- responsivo by Mickey :v ---------------------*/
 
html, body {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

@media screen and (max-width: 400px) and (orientation: portrait) {
	.ui-g-nopad>label{
	  font-size: 20px !important;
	}
	
	.ui-g-nopad {
    text-align: center;
}
.ui-panelgrid {
	 text-align: initial;
}

.ui-dialog{
	width: 89% !important;
}

.vw-banner {
	height: 20.3vw !important;
}
}
@media screen and (max-width: 990px) and (min-width: 401px) and (orientation: portrait) {
	.ui-g-nopad>label{
	  font-size: 30px !important;
	}
	
	.ui-g-nopad {
    text-align: center;
}

.ui-panelgrid {
	 text-align: initial;
}
.ui-dialog{
	width: 89% !important;
}
}
@media screen and (max-width: 950px) and (orientation: landscape) {
	.ui-g-nopad>label{
	  font-size: 40px !important;
	}
	.ui-panelgrid {
	 text-align: initial;
}
	.ui-g-nopad {
    text-align: center;
}
.ui-dialog{
	width: 89% !important;
}
}
@media screen and (max-height: 570px)  and (orientation: landscape) {

.ui-panelgrid {
	 text-align: initial;
}

.ui-g-nopad {
    text-align: center;
}
.ui-dialog{
	width: 89% !important;
	height: 250px  !important;
}
.ui-dialog-content{
	height: 180px !important;
}

}

.vw-banner {
	background-image: url("../resources/images/vwmBannerNaturaleza.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0 !important;
	height: 12vw;
}



/* ----------------------------------------------*/
.ui-widget {
	font-family: "Poppins", "Raleway";
	font-size: 92% !important;
}

body .ui-datepicker {
    width: 21.571em !important;
}
.panelgridNoBorder>tbody>tr {
	border: none !important;
}

.panelgridNoBorder>tbody>tr>td {
	border: none !important;
}

.centerContent {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ui-dock-container-top {
	background-color: transparent !important;
	border: none !important;
}

.noBorderTable tr, .noBorderTable td {
	border: 0 !important;
}

.transparentBackgroundTable tr, .transparentBackgroundTable td {
	background-color: transparent !important;
}

.noBorderTable tr, .noBorderTable td {
	border: 0 !important;
}

.transparentBackground {
	background: none !important;
}

.noBorder {
	border: 0 !important;
}

.ui-panelgrid>*>tr,
.ui-panelgrid .ui-panelgrid-cell {
    border: 0 !important;
}

.header {
	position: fixed;
	z-index: 2;
}

.content {
	position: static;
	z-index: 1;
	margin-top: 180px;
}

.formContainer {
	padding: 0;
	margin: 0;
	background-color: white !important;
	opacity: 0.95;
}

.formBackImage {
	background-image:url(../resources/images/logoVolkswagenSP.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.sessionLetters {
	color: black;
	font-size: 1em;
	font-weight: bolder;
	text-shadow: 0 0 3px #CACACA;
}

.ui-panelgrid>*>tr, .ui-panelgrid .ui-panelgrid-cell {
	border: 0 !important;
}

.comboBuscador {
	width: 300px !important;
}

.panelBase {
	width: 100%;
}

.valorRequerido {
	color: red;
}
.columnLabelRight01 {
	width: 120px;
	text-align: right;
}
.columnLabelRight02 {
	width: 150px;
	text-align: right;
}
.columnLabelRight03 {
	width: 80px;
	text-align: right;
}
.columnLabelRight04 {
	width: 250px;
	text-align: right;
}
.columnLabelRight05 {
	text-align: right;
}
.columnData01 {
	width: 400px;
}
.columnData02 {
	width: 370px;
}
.columnData03 {
	font-weight: bolder;
}
.columnData04 {
	width: 310px;
}
.columnData04 {
	width: 100px;
}
.requiredField {
	color: red;
}
.splitButtonOverlay {
	width: 200px !important;
}
.labelCenter01 {
	text-align: center;
	font-weight: bolder;
}
.labelLeft01 {
	text-align: left;
	font-weight: bolder;
}
.labelRight01 {
	text-align: right;
	font-weight: bolder;
}
.fluidButton01 {
	width: 180px !important;
}
.fluidButton02 {
	width: 240px !important;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.titulosPerfil {
	font-weight: bolder;
	color: #7dd7f7;
	vertical-align: middle;
}
.dialogInput01 {
	width: 240px !important;
}
.dialogInput02 {
	width: 150px !important;
}
.bolder {
	font-weight: bolder;
}
.buttonWithOnlyTheIcon {
	width: 20px !important;
}
.colorSeccionPerfil {
	color: #3894e4;
}
#nonAjaxLoad {
    position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -100px;
}
.dilemmaQuizInstrucciones {
	font-size: 16px !important;
	text-align: left !important;
}
.dilemmaQuizDilema {
	font-weight: bolder;
	font-size: 16px !important;
	text-align: left !important;
}
.dilemmaQuizOpcionCenter {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}