@charset "UTF-8";

@font-face {
	font-family: 'latoblack';
	src: url("/PracticantesWeb/javax.faces.resource/fonts/lato-black-webfont.eot.xhtml");
	src: url("")
		format('embedded-opentype'),
		url("/PracticantesWeb/javax.faces.resource/fonts/lato-black-webfont.woff.xhtml") format('woff'),
		url("/PracticantesWeb/javax.faces.resource/fonts/lato-black-webfont.ttf.xhtml") format('truetype'),
		url("")
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latoregular';
	src: url("/PracticantesWeb/javax.faces.resource/fonts/lato-regular-webfont.eot.xhtml");
	src: url("")
		format('embedded-opentype'),
		url("/PracticantesWeb/javax.faces.resource/fonts/lato-regular-webfont.woff.xhtml") format('woff'),
		url("/PracticantesWeb/javax.faces.resource/fonts/lato-regular-webfont.ttf.xhtml")
		format('truetype'),
		url("")
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f9f9f9;
	font-family: 'latoregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	min-height: 100%;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container:before, .container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before, .container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}


#page {
	background-color: #ffffff;
}


.dataTable-no-responsive {
	display: block;
}

.dataTable-responsive {
	display: none;
}

.ui-outputlabel {
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background-image: none !important;
}

.ui-column-title {
	font-weight: bold;
}

.ui-grid .ui-grid-row {
	display: block !important;
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right, .media>.pull-right {
	padding-left: 10px;
}

.media-left, .media>.pull-left {
	padding-right: 10px;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.texto-logo {
	text-transform: uppercase;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	/*	text-shadow: 0px 1px 0px hsl(170, 6%, 80%), 0px 2px 0px
		hsl(180, 5%, 75%), 0px 3px 0px hsl(180, 5%, 70%), 0px 4px 0px
		hsl(173, 5%, 66%), 0px 5px 0px hsl(173, 5%, 64%), 0px 6px 0px
		hsl(174, 5%, 62%), 0px 7px 0px hsl(173, 5%, 61%), 0px 8px 0px
		hsl(174, 5%, 60%), 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 3px
		rgba(0, 0, 0, 0.2), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px
		rgba(0, 0, 0, 0.2), 0px 10px 10px rgba(0, 0, 0, 0.2), 0px 20px 20px
		rgba(0, 0, 0, 0.3);
*/
	top: 0px;
	color: rgb(52, 73, 94);
	width: 100%;
	font: 900 25px/1 "latoregular", Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

.header {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-color: rgb(139, 0, 0);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

/*media all*/
.footer {
	min-height: 50px;
	text-align: center;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1E2B51;
	font-size: 12px;
	color: #fff;
	padding: 16px 10px;
	margin-top: 20px;
}

.logonData {
	
}

.ui-inputfield {
	box-shadow: none !important;
}

.ui-tabs .ui-tabs-nav {
	background: none;
}

.ui-widget-content {
	background-image: none !important;
	background-color: white !important;
}

.ui-outputlabel .ui-outputlabel-rfi {
	color: #f64747;
}

.text-center {
	text-align: center;
}

.user-info {
    min-height: 25px;
    background-color: rgba(0, 91, 159, 1);
    padding: 0px;
    text-align: center;
    color: #fff;
	border-bottom-color: rgb(139, 0, 0);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: rgb(139, 0, 0);
	border-top-width: 3px;
	border-top-style: solid;
}

body :not(.pi).ui-widget, body .ui-widget :not(.pi).ui-widget {
	font-family: 'latoregular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.width5p {
	width:5%;
}

.width8p {
	width:8%;
}
.width43p {
	width:43%;
}
.width20p {
	width:20%;
}
.width10p {
	width:10%;
}
.width12p {
	width:12%;
}




@media (max-width:640px) {
	.dataTable-no-responsive {
		display: none;
	}
	.dataTable-responsive {
		display: block;
	}
	.text-center {
		text-align: left;
	}
	.ui-column-title {
		display: block !important;
	}
	.ui-selection-column .ui-column-title {
		display: inline-block !important;
	}
	.col-inline {
		display: inline-block !important;
	}
	
	body .ui-chkbox .ui-chkbox-box {
	 width: 15px;
	 height: 15px;
	}
	
	body :not(.pi).ui-widget, body .ui-widget :not(.pi).ui-widget {
		font-family: 'Calibri', "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10px;
	}	
	
	.width5p {
		width:5%;
	}

	.width8p {
		width:12%;
	}
	.width43p {
		width:42%;
	}
	.width20p {
		width:15%;
	}
	.width10p {
		width:13%;
	}
	.width12p {
		width:10%;
	}
	
	.container {
		padding-left: 1px;
		padding-right: 1px;
	}
	
	body .ui-datatable .ui-datatable-data > tr > td, body .ui-datatable thead th {
		padding: 0.2em 0.1em !important;
	}
}



@media (min-width:641px) and (max-width: 767px) {
	
	.container {
		max-width: 100%;
	}
	
	body :not(.pi).ui-widget, body .ui-widget :not(.pi).ui-widget {
		font-size: 10px;
	}
}


@media (min-width:768px)  and (max-width: 991px) {
	
	.container {
		max-width: 100%;
	}
	
	body :not(.pi).ui-widget, body .ui-widget :not(.pi).ui-widget {
		font-size: 12px;
	}
}




@media (min-width:992px)  and (max-width: 1199px){
	.container {
		max-width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}



body .ui-accordion .ui-accordion-header.ui-state-active:hover, body .ui-accordion .ui-accordion-header.ui-state-active.ui-tabs-outline
	{
	background-color: #34495e;
	border-color: #34495e;
}

body .ui-accordion .ui-accordion-header.ui-state-active {
	background-color: #34495e;
	border-color: #34495e;
}

body .ui-datatable .ui-datatable-data>tr>td, body .ui-datatable thead th
	{
	padding: 0.25em 0.4em !important;
}

body .ui-button.ui-state-hover, body .ui-button {
	background-color: #34495e;
	border-color: #34495e;
}

body .ui-accordion .ui-accordion-content {
	overflow: visible !important;
	line-height: normal;
}

body .ui-datatable .ui-datatable-data>tr.ui-state-highlight {
	background-color: white !important;
	color: #c0c0c0 !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
	padding: 0.1em 0.1em;
}

body .ui-panel .ui-panel-footer {
	background-color:  #f4f4f4;
}


body .ui-fileupload .ui-fileupload-content {
	border: none;
	display: none;
}

body .ui-fileupload .ui-fileupload-buttonbar {
	background-color: #fff;
	border: none;
}

/*
.ui-fileupload-upload, 
.ui-fileupload-cancel, 
.ui-fileupload-progress {
	display: none;
}

.ui-fileupload-buttonbar, .ui-fileupload-content {
	float: left;
}

.ui-fileupload-files {
	margin: 0;
}
*/

::placeholder {
  color:#9fa6ad;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#9fa6ad;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#9fa6ad;
}

