
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url("/estimulos/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.eot.xhtml?ln=css");
  src: url("/estimulos/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.eot.xhtml?ln=css?#iefix") format('embedded-opentype'),
       url("/estimulos/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.woff.xhtml?ln=css") format('woff'), 
       url("/estimulos/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.ttf.xhtml?ln=css") format('truetype'), 
       url("/estimulos/javax.faces.resource/bootstrap/fonts/glyphicons-halflings-regular.svg.xhtml?ln=css#glyphicons_halflingsregular") format('svg');
}


/*
Estilo para los labels de los checkbox
*/
.ui-selectmanycheckbox label {
	font-weight: normal;
}

.ui-selectlistbox-list .ui-state-highlight {
	color: #3B48CD;
}

.ui-selectlistbox-list .ui-state-highlight .ui-icon {
	background-color: cadetblue;
}

.checkbox {
	padding-left: 0px;
}

/*Estilos para autocomplete de primefaces*/
.ui-autocomplete-multiple-container {
	display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*
  Estilo para titulo de dialogos
*/
.ui-dialog-title{
	font-size: large !important;
}

/*
Estilos para tree horizontal
*/
.ui-treenode .ui-icon-check {
	background-position: -65px -147px;
}

.ui-treenode .ui-icon-minus {
	background-position: -49px -130px;
}

.ui-treenode .ui-state-highlight .ui-icon {
	background-image:
		url("images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap")
}

/*
	Estilo para select one menu
*/
.ui-selectonemenu .ui-selectonemenu-trigger {
	width: 25px !important;
}

/*
	Estilos para ui-widget
*/
.ui-widget {
	font-size: 13px;
}

.ui-widget .ui-widget {
	font-size: 13px;
}

/*
	Estilos para mensajes de error
*/
.ui-message span {
	font-size: 10px;
}

/*
Estilos para disable de los campos de entrada
*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #F0F0F0;
  opacity: 1;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled, .ui-state-disabled label {
    cursor: not-allowed;
    background-color: #F0F0F0 !important;
    opacity: 1;
}

.ui-tabs-nav .ui-state-disabled {
	cursor: not-allowed;
    background-color: #FFFFFF !important;
    opacity: 1;
}

/*
Estilos para checkbox
*/
.checkbox label {
	padding-left: 5px;
	vertical-align: text-bottom;
}
/*Check box del select many*/
.ui-selectmanycheckbox td:FIRST-CHILD {
	/*width: 25px;*/
}


/*
	Estilos para focus de componentes
*/
.form-group  .ui-selectonemenu.ui-state-focus,.form-group .ui-chkbox-box.ui-state-focus
	{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

/*
  Botones: Estilo para el texto
*/
.ui-button-text {
	font-size: smaller;
}

.calendar input {
	width: 100%;
	height: 34px;
}

.well legend {
	border-bottom: 2px solid #FFFFFF;
}


.reports-list {
    padding-left: 0px;
    list-style: none outside none;
}

.reports-list div {
	float: left;
	/*height: 30px;*/
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #FFF;
}


.reports-list .report-icon {
	display: block;
	text-align: center;
}

.reports-list .ui-icon {
	display: inline-block;
}


.reports-list .report-text {
  display: block;
  text-align: center;
  word-wrap: break-word;
  vertical-align: middle;
}

.ui-menuitem-text {
	FONT-SIZE: 9PX;
  FONT-WEIGHT: BOLD;
}


/*
Estilo para UI Growl componente de primefaces
*/
.ui-growl-title span {
	font-size: 11px;
}

.dropdown-menu {
	font-size: 13px;
}


.ui-widget-overlay {
	background-color: gray;
}


/*
  Sobrescribir estilos para ui-input
*/
.ui-inputNum input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: right;
}

.ui-inputNum.input-sm input {
    height: 22px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-align: right;
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
}

/*
  Sobreescribir estilo form-control cuando esta en un pe:inputNumber
*/
.ui-inputNum.ui-widget.form-control input{
  display: table;
  border-width: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.ui-fileupload-files {
	width: inherit !important;
}


.uppercase {
	text-transform: uppercase;
}

.no-border {
  border-style: none !important;	
}

.no-border .ui-datalist-content {
	border-style: none !important;
}


.ui-fileupload-content .ui-progressbar {
	width: 100px;
}

.ui-fileupload-files {
	word-break: break-all;
}

.ui-fileupload-files tr {
  border-bottom: teal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ui-selectlistbox-list .ui-state-highlight {
	color: #FFFFFF;
	font-weight: bold;
}

.ui-selectonemenu.form-control {
	width: 34px;
	padding: 3px;
	vertical-align: middle;
}

.ui-selectonemenu.form-control label {
  border-style:none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.direccion .ui-widget, .ui-selectonemenu-list-item{
  font-size: 10px;
}

.direccion .help {
	font-size: 12px;
}

.direccion label {
	font-size: 10px;
}

.direccion button {
  font-size: 12px !important;
}

.direccion .parte {
	width: 50px;
}

.direccion .parte-select {
	width: 80px;
}

.direccion .parte input {
	text-align: center;
}

.direccion .input-sm {
	height: 25px;
	line-height: 1;
}

.direccion .principal .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 5px;
  padding-left: 5px;
}



.ui-datatable.table-responsive  table {
    table-layout: auto !important;
}

@media (max-width: 767px) {
  .table-responsive .ui-datatable-tablewrapper {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive .ui-datatable-tablewrapper > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive .ui-datatable-tablewrapper > .table-bordered {
    border: 0;
  }
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > thead > tr > th:first-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr > th:first-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > thead > tr > td:first-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr > td:first-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > thead > tr > th:last-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr > th:last-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > thead > tr > td:last-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr > td:last-child,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr:last-child > th,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tbody > tr:last-child > td,
  .table-responsive .ui-datatable-tablewrapper > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .table-responsive .ui-datatable-tablewrapper > .table > thead > tr > th, .table-responsive .ui-datatable-tablewrapper  > .table > tbody > tr > th, .table-responsive .ui-datatable-tablewrapper > .table > tfoot > tr > th, .table-responsive .ui-datatable-tablewrapper > .table > thead > tr > td, .table-responsive .ui-datatable-tablewrapper > .table > tbody > tr > td, .table-responsive .ui-datatable-tablewrapper > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.footeroscuro {
    background-color: #003e65;
    color: #FFFFFF;
}

.footeroscuro .h3 {
	font-family: 'open_sans';
}

.region-footer-last {
    overflow: hidden;
}

.footer-text {

}
.panel_info_req {
  left: 10% !important;
}

/*
* Estilo sobreescritos para manejo de colores institucionales
*/

.panel-primary > .panel-heading {
    background-color: #019cde !important; 
    border-color: #019cde !important;
    background-image: none;
}

.ui-priority-primary {
	background-image: linear-gradient(to bottom, #019cde, #003b63) !important;
}

.text-info {
	color: #003a62 !important;
}

.text-info a {
	color: #003a62 !important;
}

.navbar-default .navbar-nav > li > a {
  color: #019cde;
}

.navbar-collapse {
	padding-left: 0px;
}

.botones-propuesta .inscribir {
	background-image: linear-gradient(to bottom, #6de86d 0%, #419641 100%); 
	border-color: #3e8f3e;
}

.botones-propuesta .inscribir:HOVER {
  background-color: #419641;
}

.botones-propuesta .guardar {
  background-image: linear-gradient(to bottom, #fbee50 0%, #eb9316 100%); 
  border-color: #e38d13;
}

.botones-propuesta .guardar:HOVER {
  background-color: #eb9316;
}

.faq .titulo {
	color: white;
	background-color: rgba(0, 58, 98, 0.75);
	text-shadow: none;
}

.ui-selectoneradio label {
    font-weight:normal;
}


.input-sm {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ayuda-campo {
	display:block;
	font-size: smaller;
}

.counter-campo {
	display:block;
  font-size: x-small;
}

.pdac_obj {
	
}

.pdac_obj .item-n1 {
  margin:0px auto;
  border:1px solid #e8e8e8;
  border-bottom:0px;
  background:#fcfcfc;
}

.pdac_obj .item-n1 .item-n1-heading {
  padding:8px 10px;
  display:block;
  font-size: small;
}

.pdac_obj .badge-red {
  color: #ffffff;
  background: #ed5441;
}

.pdac_obj h5 {
  font-size:14px;
  line-height:24px;
  font-weight:600;
  color:#888;
}

.pdac_obj p  {
  font-size:12px;
  line-height:25px;
  font-weight:400;
  color:#aaa;
}

.pdac_obj .item-n1 .item-n1-body {
	padding: 10px 20px;
  border-top: 1px solid #e7e7e7;
  background: #fff;
}



.btn.ui-commandlink {
  color: #fff;
}

.wizard-title {
	padding-top: 1%;
	padding-bottom: 1%;
}

.ui-wizard-navbar {
	background-color: #d9edf7;
	padding-top: 1%;
	padding-bottom: 1%;
}

.ui-wizard-navbar button {
}

.well-consulta {
	background-image: none;
	background-color: white;
}