/* ERROR DIALOG */
.errorDialog.ui-panelgrid>*>tr, .errorDialog.ui-panelgrid .ui-panelgrid-cell
	{
	border: none;
}

.buttonSpace {
	margin: 0px 10px;
}

.mainHeader {
	padding: 15px;
	text-align: left;
	background: #8fc400;
	font-family: Arial; /* Old browsers */
	background: -moz-linear-gradient(top, #8fc400 0%, #aebf7a 98%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8fc400 0%, #aebf7a 98%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b3e2f9 0%, #0085c4 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400',
		endColorstr='#aebf7a', GradientType=0); /* IE6-9 */
}

/* make sidebar nav vertical */
@media ( min-width : 768px) {
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
	}
	.sidebar-nav .navbar ul:not {
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	width: 25px !important;
}

.dato-obligatorio {
	color: red;
}

.ui-steps .ui-steps-item {
	width: 20%;
}

.ui-state-highlight {
	text-shadow: none !important;
}

.ui-steps.custom {
	margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
	height: 10px;
	padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
	background-color: #0574c3;
	color: #FFFFFF;
	display: inline-block;
	width: 30px;
	border-radius: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.ui-steps.custom .ui-steps-item.ui-state-highlight .ui-steps-title {
	color: #555;
}

.dropbtn {
	background: linear-gradient(to bottom, #b3e2f9 -15%, #0085c4 106%);
	color: white;
	padding: 16px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 15px 65px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.mensajesAyuda {
	border-radius: 6px;
	height: 30px;
	padding-top: 5px;
	text-align: right;
	color: #0574c3;
	font-size: medium;
	font-style: italic;
}

.mensajesAlerta {
	border-radius: 6px;
	height: 30px;
	padding-top: 0px !important;
	padding-left: 15px !important;
	color: red;
	font-size: medium;
	text-align: left;
	font-style: italic;
}

.cabeceraLogin {
	border: 2px solid #0574c3;
	border-radius: 5px;
	width: 90%;
	height: 75%;
	margin-left: 20px;
	margin-top: 50px;
	font-family: Arial;
	padding: 20px 20px 0px 20px
}

.mensajeLogin {
	background-color: #0574c3;
	border-radius: 6px;
	height: 40px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	color: white;
	font-size: 1.2em;
}