body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: -20px !important;
}

#centered_container {
	display: inline-block;
	width: 1300px;
}

.clear {
	clear: both;
}

.bold_text {
	font-weight: bold;
}

.bold_underline_text {
	font-family: 'Arial Negrita', 'Arial';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    padding-right: 10px;
    float: right;
    white-space: nowrap;
	text-decoration: underline;
}

/*
-------------------- HEADER --------------------
*/
#header {
	width: 100%;
	height: 120px;
}

#header_0 {
	position: absolute;
    left: 0px;
    top: 20px;
    width: 170px;
    height: 80px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
}

#header_0_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 80px;
}

#header_1 {
	position: absolute;
	left: 192px;
	top: 20px;
	width: 85px;
	height: 85px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
}

#header_1_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
	height: 85px;
}

#header_2 {
	position: absolute;
	left: 200px; 
	top: 20px;
	width: 340px;
	height: 88px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
}

#header_2_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 75px;
	margin-top: 5px;
}

#header_3 {
	position: absolute;
	left: 988px;
	top: 20px;
	width: 323px;
	height: 80px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
}

#header_3_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 323px;
	height: 80px;
}

.relative_parent {
	position: relative;
}

/*
-------------------- MENU --------------------
*/
.ged_menu_table {
	border: none;
}

.ged_menu_elem_container.ui-outputpanel {
	position: relative;
	padding: 0px;
    min-height: 0px;
}

.ged_menu_elem {
	padding-left: 5px;
	padding-right: 5px;
	white-space: pre;
	vertical-align: top;
	font-weight: bold;
	min-width: 80px;
}

.ged_menu_elem_text{
	cursor: default;
	margin-top: -12px;
}

.float_left {
	float: left;
	display: inline-block;
}

.float_left_footer{
	float: left;
    padding-left: 3px;
}

.float_left_footer_buildNumber{
	float: left;
    padding-left: 3px;
    width: 4.2em;
    overflow: hidden;
}

.float_right {
	float: right;
	display: inline-block;
}

#ged_menu_1 {
	display: inline-block;
	position: relative;
}

#ged_menu_2 {
	width: 100%;
	height: auto;
	background: #F2F2F2;
	border: none;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	padding: 5px;
}

#ged_menu_2 .float_left {
	margin-top: 5px;
}

#ged_menu_2 .float_left .ui-breadcrumb-chevron {
	margin-top: -1px;
}

#ged_menu_2 a {
	color: #383D44;
	outline: 0;
	float: left;
}

#ged_menu_2 .float_right .ui-button {
	margin: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

#ged_menu_2 .submenu_centers {
	right: 25px;
	width: 450px;
}

.ui-menu.ui-menu-dynamic {
	min-width: 300px;;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background-clip: padding-box;
}

.ui-menu.ui-menu-dynamic a {
	display: block;
	clear: both;
	font-weight: normal;
	color: #333333;
	white-space: nowrap;
}

.ui-menu.ui-menu-dynamic a .ui-menuitem-text {
	margin-left: 5px;
}

.ged_small_icon {
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
}

.ged_small_icon_grey {
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	filter:
		url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

.ged_align_error {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 100px;
    margin-top: 100px;
    margin-left: 200px;
    margin-right: 200px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
}

.ged_align_error h1 {
	font-size: 1.17em;
}

.ged_text_vcenter {
	vertical-align: middle;
}

@media (max-width: 1920px) {
	#fechaCalendarioMenuEstancia {
		position: absolute;
	    width: 27px;
	    height: 24px;
	    left: 217px;
	    top: 16px;
	    cursor: pointer;
	}
	
	#fechaCalendarioMenuEstancia .day_menu {
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		top: -1px;
		left: 5px;
	}
	
	#fechaCalendarioMenuEstancia .month_menu {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		top: 13px;
		left: 5px;
	}
}

@media (min-width: 1921px) and (max-width: 2880px) {
	#fechaCalendarioMenuEstancia {
		position: absolute;
		width: 27px;
		height: 24px;
		left: 215px;
		top: 15px;
		cursor: pointer;
	}
	
	#fechaCalendarioMenuEstancia .day_menu {
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		top: -1px;
		left: 5px;
	}
	
	#fechaCalendarioMenuEstancia .month_menu {
		font-size: 9px;
		font-weight: bold;
		position: absolute;
		top: 13px;
		left: 5px;
	}
}

@media (min-width: 2881px) {
	#fechaCalendarioMenuEstancia {
		position: absolute;
		width: 20px;
		height: 20px;
		left: 215px;
		top: 15px;
		cursor: pointer;
	}
	
	#fechaCalendarioMenuEstancia .day_menu {
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		top: 1px;
		left: 5px;
	}
	
	#fechaCalendarioMenuEstancia .month_menu {
		display: none;
	}
}

#fechaCalendarioMenuEstancia.gradiente_menu {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(242,242,242,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(22%, rgba(255,255,255,1)), color-stop(99%, rgba(242,242,242,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(242,242,242,1) 99%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(242,242,242,1) 99%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(242,242,242,1) 99%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(242,242,242,1) 99%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

a:link {
	text-decoration: none;
	color: #6E6D6D;
}

a:visited {
	text-decoration: none;
	color: #6E6D6D;
}

a:hover {
	text-decoration: none;
	color: #287A2E;
}

a:active {
	text-decoration: none;
	color: #808080;
}

/*
-------------------- HOME ALERTS --------------------
*/
.ged_home_panel.ui-outputpanel {
	height: 300px;
    margin: 20px 5px;
    display: inline-block;
    width: 300px;
    vertical-align: top;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    background-color: #f5f5f5;
    text-align: center;
    overflow: auto;
}

.ged_home_panel img {
	height: 100px;
    width: 100px;
}

.ged_home_panel .element {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: inherit;
	margin: 10px 0px;
	cursor: default;
}

.ged_home_panel .ged_home_alert_panel {
	min-height: 0px;
	padding: 0px;
	margin: 5px;
	cursor: default;
}

.ged_home_panel_container {
	position: relative;
	display: inline-block;
}

#fechaCalendarioMenuEstancia.gradiente_menu.home_alert {
	width: 67px;
	height: 59px;
	left: 132px;
	top: 68px;
	z-index: 1;
	cursor: pointer;
}

#fechaCalendarioMenuEstancia.home_alert .day_menu {
	font-size: 36px;
	top: 0px;
	left: 13px;
}

#fechaCalendarioMenuEstancia.home_alert .month_menu {
	font-size: 20px;
	top: 37px;
	left: 13px;
}

/*
-------------------- LOGIN BLOCK --------------------
*/
.ged_login_input_block {
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 350px;
	font-size: 18px;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
	padding-top: 20px;
	line-height: 1.5;
	padding: 15px;
	margin: 0 auto;
}

.ged_login_input_block_title {
	font-size: 17px;
}

.ged_login_input_block_user {
	border-radius: 5px 5px 0px 0px;
}

.ged_login_input_block_password {
	border-radius: 0px 0px 5px 5px;
}

.ged_login_input_block_button, 
.ged_login_input_block_button.ui-state-focus {
	height: 36px;
	border: 2px solid #087021;
	border-radius: 10px;
	min-width: 365px;
	margin: 30px 15px;
	font-size: 18px;
	background-color: #087021;
	color: #FFFFFF;
	outline: 0;
}

.ged_login_input_block_button:hover, 
.ged_login_input_block_button.ui-state-active, 
.ged_login_input_block_button.ui-state-active:hover {
	background-color: #FFFFFF;
	color: #087021;
	box-shadow: inset 0 0 0 10px #FFFFFF;
	border: 2px solid #087021;
	cursor: pointer;
}

.ged_logueo{
	font-weight: bold;
	font-size: 16px;
}

.ged_logueo_ext{
	margin-left:30px;
}

.ged_input_logueo{
	margin-left: 10px;
	margin-right: 90px;
}

.ged_input_email{
	margin-left: 10px;
	margin-right: 150px;
}

/*
-------------------- LOADING --------------------
*/
.loading-dialog.ui-dialog .ui-dialog-titlebar {
	display: none;
}

.loading-dialog.ui-dialog .ui-dialog-content .loading-image {
	margin: 10px;
	width: 100px;
	height: 100px;
}

/*
-------------------- TITLE --------------------
*/
.page_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	color: #2d2d2d;
}

.uppercase {
	text-transform: uppercase;
}

.selectOneLazy{
	color: black !important;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: middle;
}

.selectOneLazy:hover:enabled{
	font-weight: bold;
	text-decoration: underline !important;
}
/*
-------------------- PANELS --------------------
*/
.ui-outputpanel {
	padding: 5px 10px;
	min-height: 40px;
}

.ui-outputpanel.render_element_container {
	padding: 0px;
	min-height: 0px;
}

.ui-outputpanel.no_padding {
	padding: 0px;
}

.ui-panelgrid {
	width: 100%;
}

.empty-row-width td {
	width: 8.3%;
}

.ui-panelgrid tr {
	border: 0 none;
}

.ui-panelgrid tr.vertical_align_top  {
	vertical-align: top;
}

.ui-panelgrid .ui-panelgrid-cell {
	border: 0 none;
}

.ui-panel-titlebar.ui-widget-header {
	background-color: transparent;
	border: none;
	border-bottom: solid 2px #c5c5c5;
	margin: 0px 15px;
	padding: 5px 0px 0px 0px;
}

.ui-panel-titlebar.ui-widget-header .ui-panel-title {
	font-family: 'Arial Negrita', 'Arial';
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #333333;
	float: left;
	margin-bottom: 0px;
}

.form_panel.ui-panel {
	border: none;
	background-color: #F2F2F2;
}

.form_panel.ui-panel.subtitle .ui-panel-title {
	font-size: 16px;
}

.gray_background {
	background-color: #F2F2F2;
	border-radius: 5px;
}

.gray_background td {
	background-color: #F2F2F2;
}

.gray_background .ui-tabs-panels td {
	background-color: #FFFFFF;
}

.ui-panelgrid-cell {
	text-align: left;
}

.span_total_value {
	font-family: 'Arial Negrita', 'Arial';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-right: 10px;
	float: right !important;
	white-space: nowrap;
	
}

.span_total_value_descartes {
	margin-left:286px;
	 float: right;	
}

.center-align-column {
	text-align: center;
}

.span_total_texto {
	position:relative;
	left: 79em;
	white-space: nowrap;
	font-weight: bold;
}

.span_total_valor {
	position:relative;
	left: 75em;
	
}

.center2column{
	width: 50%;
	text-align: center;
}

.ui-panelgrid.border {
	border: 1px solid #dddddd;
	margin-top: 12px;
}

.ui-panelgrid.border tr td:last-child {
	border-right: 1px solid #dddddd;
}

.ui-panelgrid.border .ui-separator {
	border: 1px solid #dddddd;
}

.ui-panelgrid.cell_border .ui-panelgrid-cell {
	border: 1px solid #000000;
}

.ui-panelgrid-cell.top_align {
	vertical-align: top;
}

.ui-panelgrid.cell_center .ui-panelgrid-cell {
	text-align: center;
}

.ui-panelgrid .ui-panelgrid-cell .subtitle_underline {
	margin-top: 0;
	border-color: rgba(0, 0, 0, 0.25);
}

.ui-panelgrid .ui-panelgrid-cell .title_underline {
	margin-top: 0;
	border-color: rgba(0, 0, 0, 0.25);
}

/*
-------------------- TABLE --------------------
*/
.ged_table {
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
}

.ged_table .ui-datatable-odd td {
	background-color: #fbfbfb;
}

.ged_table .ui-datatable-tablewrapper {
	overflow: hidden;
}

.ged_table table thead tr th.ui-state-default {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	outline: 0;
	white-space: pre;
}

.ged_table.simple table thead tr th {
	height: 30px;
}

.ged_table .ui-datatable-scrollable-body {
	outline: 0;
	max-height: 200px;
}

.ged_table .ui-datatable-scrollable-body .ui-datatable-scrollable-theadclone tr th {
	height: 0px;
}

.ged_table.simple.expansion {
	margin: 5px 40px;
}

.ui-panelgrid.ui-noborder .ged_table tbody tr, .ged_table tbody tr {
	border: 1px solid #dddddd;
}

.ged_table td {
	background-color: #FFFFFF;
}

.ged_table .ui-state-highlight td {
	cursor: default;
	color: #383D44;
	background-color: #DFDC90;
	background-image: none;
	border: 1px solid #dddddd;
}

.ged_table thead th span {
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	text-transform: capitalize;
}

.ged_table tbody td {
	font-size: 11px;
}

.ged_table td.buttons_column {
	display: flex;
	border: none;
}

.ged_table .ui-button-icon-only.column_button {
	margin-left: 5px;
}

.ged_table .ui-sortable-column.ui-state-active {
	background-color: #e6e6e6;
	background-image: none;
}
/*
.ged_table .ui-sortable-column.ui-state-active .ui-sortable-column-icon
	{
	background-image:
		url(/ged-app/javax.faces.resource/images/ui-icons_444444_256x240.png.xhtml?ln=primefaces-gedtheme);
}
*/
.ged_table .ui-column-filter {
	margin-top: 10px;
	width: auto;
	max-width: 150px;
	background-color: #FFFFFF;
}

.ged_table .ged_table_selection {
	width: 16px;
	text-align: center;
}

.ged_table .ged_table_row_expansion {
	width: 16px;
	text-align: center;
}

.ged_table thead .ui-selectonebutton {
	display: inline-block;
}

.ged_table .ui-selectonebutton {
	display: flex;
}

.ui-datatable .ui-paginator {
	background: transparent;
	border: none;
	margin: 5px 0px;
	padding: 10px 0px 2px 0px;
}

.ged_table .ui-button-icon-only {
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
	outline: 0;
}

.ged_table .ui-button-icon-only.ui-state-hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.ged_table .ui-button-icon-only.ui-state-active {
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.ged_table .ui-button-icon-only .ui-icon.fa {
	margin-top: -5px;
}

.ged_table .ui-button-icon-only .ui-button-text {
	padding: 5px;
}

.ui-datatable table .textWithButton{
	table-layout: inherit;
}

.ged_table .textWithButton tr {
	border: none;
}

.ged_table .textWithButton td {
	text-align: right;
}

.ged_table .ui-selection-column {
	text-align: center;
}

.ged_table .ui-selection-column.disable_select_all .ui-chkbox-all {
	display: none;
}

.ged_table .ui-datatable-header {
	padding: 12px;
    background-color: #F2F2F2;
    border: 1px solid #cccccc;
}

/*
------------- TABLE COLUMN FILTERS -------------
*/
.ged_table .filter, .ged_table .filter input {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ui-selectonemenu .ui-selectonemenu-label{
	position:absolute;
}

.ui-inputfield.ui-inputtext.form_input.filter, 
.ged_table .ui-calendar.filter .ui-inputfield,
.ged_table .ui-selectonemenu.filter {
	width: 90%;
}

.ged_table .ui-selectonemenu.filter .ui-icon {
	background-image: url(/ged-app/javax.faces.resource/images/ui-icons_444444_256x240.png.xhtml?ln=primefaces-gedtheme);
}

.ged_table .ui-calendar.filter .ui-button {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	border-radius: 0px;
	color: #454545;
	right: -2px;
	top: -6px;
}

.ged_table .ui-calendar.filter .ui-button.ui-state-hover {
	border: 1px solid #cccccc;
	background: #ededed;
	color: #2b2b2b;
}

.ged_table .ui-calendar.filter .ui-button.ui-state-active {
	border: 1px solid #878787;
	background: #A7A7A7;
	color: #fff;
}

.ui-selectonemenu.form_select_one.filter .ui-selectonemenu-trigger {
	right: -1px;
}

/*
-------------------- EXPORT --------------------
*/
.export_container_top {
	text-align: right;
	position: relative;
}

.export_container_bottom {
	text-align: right;
	position: relative;
}

.export_container_top .export_image_icon {
	top: 20px;
	right: 0px;
}

.export_container_bottom .export_image_icon {
	bottom: 15px;
	right: 0px;
}

.export_image_icon {
	position: absolute;
}

/*
-------------------- TABS PANEL --------------------
*/
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
	border-bottom: 1px solid #DDDDDD;
}

.ui-tabs.ui-widget.ui-widget-content {
	border: 0px;
	padding: 0px;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li {
	border-radius: 4px 4px 0 0;
	background: transparent none;
	border: 1px solid #DDDDDD;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active {
	border-color: #DDDDDD #DDDDDD #FFFFFF #DDDDDD;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	top: 1px;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li a {
	outline: 0;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-active a
	{
	color: #555555;
}

.ui-tabs .ui-tabs-panel {
	background: none repeat scroll 0 0 #ffffff;
	border-width: 0 1px 1px;
}

.ui-tabs-nav {
	background-color: #F2F2F2;
	text-align: left;
	padding-left: 15px !important;
}

/*
----------------- ACCORDION PANEL ----------------
*/
.ui-accordion .ui-accordion-header {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    outline: 0;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
	background-image: url(/ged-app/javax.faces.resource/images/ui-icons_444444_256x240.png.xhtml?ln=primefaces-gedtheme);
}

.ui-accordion .ui-accordion-content {
	border: 1px solid #dddddd;
	padding: 0px;
}

.gray_background .ui-accordion-content .ui-panelgrid tr td, 
.ui-accordion-content .ui-panelgrid tr td {
	background-color: #FFFFFF;
}

/*
----------------- DOWNLOAD ICON ------------------
*/
.download_icon_panel {
	text-align: center;
}

.download_icon_panel.fileIcon {
	padding-bottom: 0px;
}

.download_icon_panel.fileName {
	padding-top: 0px;
}

/*
------------------- TEXT PANEL -------------------
*/
.text_panel {
	border-radius: 4px;
	display: block;
	color: #333333;
	background-color: transparent;
	position: relative;
	min-height: 15px;
}

.text_panel .text_panel_title {
	min-height: 15px;
	position: relative;
}

.text_panel .text_panel_title .title {
	font-weight: bold;
	float: left;
}

.text_panel .text_panel_title .title_aux {
	font-weight: bold;
	float: right;
}

.text_panel .text_panel_message {
	min-height: 15px;
	position: relative;
	overflow: auto;
}

.text_panel.with_icon {
	min-height: 25px;
}

.text_panel.with_icon .message {
	margin-left: 30px;
}

.text_panel.information {
	color: #3a87ad;
	background-color: #d9edf7;
}

.text_panel.error {
	color: #b3110d;
	background-color: #fcd7d6;
}

.text_panel.success {
	color: #587b28;
	background-color: #cee6ae;
}

.text_panel.warn {
	color: #000000;
	background-color: #ffb062;
}

.text_panel.left {
	text-align: left;
}

.text_panel.center {
	text-align: center;
}

.text_panel.right {
	text-align: right;
}

.text_panel .text_panel_icon {
	font-size: 2em;
	color: #c09853;
	position: absolute;
}

.text_panel .text_panel_icon.left {
	left: 10px;
	top: 0px;
}

.text_panel .text_panel_icon.right {
	right: 10px;
	top: 0px;
}

/*
-------------------- FILTER CHECKBOX --------------------
*/
.homes_filter_checkbox {
	text-align: right;
	margin-bottom: 40px;
}

.homes_filter_checkbox .ui-chkbox-box {
	margin-left: 5px;
}

.homes_filter_checkbox .homes_filter_label {
	font-family: 'Arial Negrita', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	margin-top: -2px;
}

/*
-------------------- MODAL --------------------
*/
.ui-dialog {
	background-color: #ffffff;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.ui-dialog .ui-dialog-content {
	max-height: 500px;
}

.ui-widget-overlay {
	background: #000000;
	opacity: .80;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #ffffff;
	position: relative;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
	font-size: 24px;
	float: left;
	margin: .3em 16px .1em 0;
}

.scroll-fixed {
	overflow: hidden !important;
}

.form-control {
	display: block;
	width: 100%;
	height: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 4px;
	vertical-align: middle;
}

/*** loading page image  ***/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 200 !important;
	background: url(../images/ajaxLoading.gif) center no-repeat #fff;	
}

.centersList.overfl .ui-datatable-tablewrapper {
	overflow-x: auto!important;
}

.centersList.overfl .ui-datatable-tablewrapper table{
	width:2000px;
}

#vistaVisorPersona #form\:tablaCentros_data tr td:nth-child(4) span {
    text-transform: none;
    white-space: pre-line;
}

