@CHARSET "ISO-8859-1";

.ui-widget-header .ui-state-default {
	background: #D7EEBD;
}

.ui-fileupload .cancel {
    display: none;
}
.ui-fileupload-progress {
    display: none;
}
.ui-fileupload-files {
	display:none;
}
.ui-fileupload-content {
	padding: 0 !important;
	border: 0;
}
.ui-fileupload-buttonbar {
	background: white;
	border: 0;
}
.ui-fileupload-content .ui-progressbar {
    display: none;
}

.ui-password-panel {
	font-size: 12px;
	text-align: center;
}

.ui-blockui {
	z-index: 10240;
}

.ui-blockui-content {
	border-radius: 20px;
	z-index: 10241;
}

.ui-state-highlight {
	/*
	background-color: green !Important;
	color: white;
	
	text-shadow: 1px 1px 1px #333333;
	-webkit-text-shadow: 1px 1px 1px #333333;
	-moz-text-shadow: 1px 1px 1px #333333;
	*/
}

.ui-datatable .ui-datatable-data tr.ui-state-hover {
	background-color: rgb(195,195,195);
}

/* esto es para pisar el estilo de los botones de Prime Faces
.ui-button-text-only .ui-button-text {
	font-size: 11px;
}
*/

.ui-menu {
	width: auto;
	font-size: 11px;
}

.ui-buttonset .ui-button {
	background-color: white;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	border: 2px solid #98BA3F;
}
.ui-buttonset .ui-button:hover {
	border: 2px solid green;
	background-color: #98BA3F;
}
.ui-buttonset .ui-button:focus {
	outline: 0;
}
.ui-menu.ui-menu-dynamic {
	background-color: white;
	border: 2px solid #98BA3F;
	border-radius: 10px;
	top: 85px !Important;
}

table {
	font-size: 11px !Important;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
	
	background-color: white;
	-moz-background-color: white;
	-ms-background-color: white;
	background-color: white \9;
	background-color: white \0/;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: 0 !Important;
	
	background-color: rgb(195,195,195);
}

.ui-corner-left {
	visibility: hidden !Important;
}

.ui-message-error {
	background: none !Important;
	border: none !Important;
	height:	0 !Important;
}

.ui-message-error-icon {
	background: none !Important;
	border: none !Important;
	height:	0 !Important;
}