form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

tbody {
	/*border-top: 1px solid #ccc;*/
}

legend {
	margin-top: 25px;
}

td,input {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 0.8em;
	color: #404040;
}

a,a:link {
	color: #1f8bc3;
}

a:hover,a:focus,a:visited {
	text-decoration: none;
	color: #1f8bc3;
}

a:link img,a:visited img {
	border: 0;
}

.header a, .header a:link {
	color: white;
}

.header a:hover, .header a:focus {
	text-decoration: none;
	color: #a4cee4;
}

body,th,td,input, .ui-widget {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 1em;
	color: #404040;
}

body > .row{
	margin-top: 0px;
}

h1 {
	font-weight: 200 !important;
	color: #1f8bc3 !important;
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	
	text-align: center;
}

.loginCnt h1 {
    font-size: 25px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0.8em !important;
	color: #5d5d5d !important;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.8em;
	margin-bottom: 0.8em !important;
	border-bottom: 1px solid #e2e2e2;
	color: #126CA5 !important;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

h5,h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h1.title,h2.title,h3.title {
	margin: 0.5em 0;
}

h1.title {
	position: relative;
}

.clearfix {
	display: block;
}

.notif {
    margin: auto;
    width: 45%;
    background: linear-gradient(rgba(215, 215, 215, 0.43) 0px, rgba(255, 255, 255, 0.51) 30%) white;
    text-align: left;
    
}

/* Inicio de estilos para marcar festivos */
.ui-datepicker td.reported-day a {
  font-weight: bold;
}

.holiday a{
	background-color: #ffccff !important;
	background-image: linear-gradient(to bottom, #ffccff, #ffccff) !important;
	background-position: 0 center;
	background-repeat: repeat-x;
	color: #000000 !important;
	text-decoration: none;
}
/* Fin de estilos para marcar festivos */

.row{
	margin-right: 0 !important;
  	margin-left: 0 !important;
}

#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 992px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    cursor: text;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    /*width: 320px !important;*/
    width: 320px;
}

.ui-column-filter{
	width: 75% !important;
	text-align: center;
}

.ui-sortable-column-icon{
	float:right;
	margin-top: 0.5em !important;
}

#main {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

#content,#content2 {
	/*float: left;
	width: 90%;
	padding: 5px;*/
}

.sidebar-first #content {
	width: 780px;
	margin-left: 180px;
	margin-right: -960px;
}

.no-sidebar #content2 {
	width: 95%;
	margin-top: 5%;
	margin-left: 3%;
}

.with-navigation #content, .with-navigation .region-sidebar-first {
	margin-top: 27px;
}


.region-sidebar-first {
	float: left;
	width: 180px;
	margin-left: 0;
	margin-right: -180px;
	padding: 0;
	overflow: hidden;
}

.region-sidebar-first .section {
	margin: 0;
	padding: 0;
}

#header,#content,#content2,#navigation,.region-sidebar-first,#footer {
	overflow: visible;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* ESTILOS PARA CALENDAR */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  color: transparent;
  cursor: pointer;
}

/* INICIO ESTILOS LOADING */
.ui-widget-overlay {
	background: none repeat scroll 0 0 #000000;
    opacity: 0.3 !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
}

.ui-dialog.ui-widget-content {
	background-color: #e6e6e6;
    left: auto !important;
    top: 5px !important;
    right: 5px !important;
}
/* FIN ESTILOS LOADING */

/* INICIO ESTILOS DIALOG */
.ui-widget-overlay-dialog {
	background: none repeat scroll 0 0 #000000;
    opacity: 0.8 !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
}
/* FIN ESTILOS DIALOG */

.header {
	  background-color: #1f8bc3;
	  padding-top: 7px;
	  color: white;
	  position: fixed;
	  z-index: 10;
}

.header a {
  color: white;
  text-decoration: none;
}

.indexMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

.header .dropdown-menu a {
  color: #333;
  text-decoration: none;
}

.header .dropdown-menu ul {
  padding-left: 30px;
}
/*
.user-name{
   display: inline;
}

@media (max-width: 768px) {
	
	.user-name{
	   display: none;
	}

}
*/
.area-social{
	padding: 7px 30px 8px 0;	
	text-align: right;
	color: white;
	font-size: 80%;
}

.area-social img{
	vertical-align: middle;
}

.area-cabecera {
	background: url() no-repeat center center;
	height: 111px;
	/*width: 960px;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#logo-junta-link {
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
}

#logo-junta-link a:link,#logo-junta-link a:visited {
	display: block;
	text-indent: -9999px;
	height: 70px;
	width: 95px;
}

#name-and-slogan {
	margin-left: 142px;
	margin-top: 42px;
	position: absolute;
}

div#site-name {
	font-size: 1.5em;
	line-height: 1.5em;
}

#site-name a:link,#site-name a:visited {
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 495px;
}

#site-name a:hover,#site-name a:focus,#logo-junta-link a:hover,#logo-junta-link a:focus
	{
	outline: 0;
}

#main-wrapper {
	background: #ffffff;
	padding-top: 40px;
}

#main #content,#main #content2 {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	min-height: 500px;
}

.region-sidebar-first .section div.block {
	margin: 1em 0 1em 0;
}

.region-sidebar-first .section div.block h2 {
	font-size: 0.9em;
	margin: 3px 7px;
}

#footer {
	/*background: #696969;
	height: 54px;*/
	margin-top: 50px;
	border-top: 1px solid #acdeed;
}

#footer .info {
	padding: 10px 0 10px 0;
	font-size: 80%;
}

#footer .icons {
	padding: 10px 0 10px 0;
	margin-top: 5px;
	text-align: right;
}

#footer .icons  a{
	color: rgba(0,0,0,0.3);
}

#footer .icons  a:hover{
	color: rgba(0,0,0,0.5);
}

#footer p {
	margin: 0px 0;
}

@media (max-width: 768px) {
	#footer .info {
		padding: 10px 0 10px 0;
		text-align: center;
	}	
	#footer .icons {
		padding: 10px 0 10px 0;
		text-align: center;
	}
}

.block {
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
	width: 100%;
	/*border-right: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;*/
}

table td {
	padding: 0.25em 0.5em;
}

table th {
	padding: 0.25em 0.5em;
}

table tbody tr {
	padding: 0;
}
/*
table tbody tr.odd {
	background-color: #F0F9DF !important;
}

table tbody tr.even {
	background-color: #FFFFFF !important;
}

table tbody tr td {
	border-left: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

table tbody tr.odd td.active {
	background-color: #DBECB8;
}

table tbody tr.even td.active {
	background-color: #F0F9DF;
}
*/
table tbody tr td a:hover {
	text-decoration: none;
}

.w3c-logo {
	float: right;
	margin: 8px;
}


.block-madeja_print_cascade div.content {
	border-top: 1px solid #C7C7C7;
	line-height: 0.85em;
	padding: 0;
	text-align: left;
}

.block-madeja_print_cascade div.content span	{
	margin: 0;
}

.block-madeja_print_cascade div.content span a	{
	border-bottom: 1px solid #C7C7C7;
	color: #404040;
	display: block;
	font-size: 0.875em;
	padding: 6px 0 6px 30px;
	text-decoration: none;
}

#page {
	padding-top: 0px;
	font-size: 0.75em;
	line-height: 1.333em;
	font-size: 0.875em;
	line-height: 1.286em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#opciones {
	float: right;
	margin-top: 90px;
	height: 20px;
	text-align: right;
	margin-right: 21px;
	color: #ffffff;
}

#opciones a, #opciones a:visited {
	color: white; 
	text-decoration: none;
}

#opciones img {
	vertical-align: middle;	
}

.form-login {
	margin-top: 5em;
	border: none;
}

.loginCnt {
	margin: 0 auto;
	max-width: 350px;
	margin-bottom: 50px;
}

.loginCnt h1 {
	text-align: center;
	margin-bottom: 30px;
}

.loginCnt button {
	width: 100%;
}

.loginCnt legend {
	font-size: 18px;
	border-width: 0px 0px 0px;
	font-weight: normal;
	margin-bottom: 18px;
}

.avatar{
	text-align: center;
	padding: 0 0 30px 0;
	color: #cacaca;
}

.avatar img{
	width: 55%;
}

.loginIzq {
	width: 273px;
	height: 353px;
	border: 0px;
	display: table-cell;
	background-image: url();
	background-repeat: no-repeat;
}

.loginDcha {
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: top;
	width: 300px;
	padding-left: 30px;
}

.filaAcceso span {
	margin-right: 10px;
}

.filaAcceso {
	font-size: 15px;
	margin-top: 40px;
	color: #007A3D;
	font-style: italic;
	font-weight: normal;
	line-height: 2;
}

#content2 table, #content2 tr, #content2 td, #content2 tbody {
	background: transparent;
	border: none;
}

.area-buscador{
	background: #999999 !important;
	border: 10px solid #999999 !important;
}

.area-buscador table, .area-buscador tr, .area-buscador td, .area-buscador tbody, .area-buscador th {
	color: white;
	text-align: left;
	font-weight: normal;	
}

.area-opciones-buscador{
	background: #bbbbbb !important;
	border: 10px solid #bbbbbb !important;
	margin-bottom: 20px;
}

.titulo{
	background: #005cb9 !important;
	color: white;
	text-align: left;
	font-weight: normal;
}

.etiqueta{
	background: #cddcf0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	padding: 6px !important;
}

.campo{
	border-bottom: 1px solid #cddcf0 !important;
}

.noborder .ui-panelgrid-cell{
	padding: 0 !important;
}

.ui-panelgrid-cell{
	padding: 0 !important;
}

.noborder{
	padding: 0 !important;
	border: none;
}

.cajainfo{
	padding: 0 !important;
	border: 5px solid white !important;
}

.ui-datatable th{
  background: #f5f5f5 !important;
	color: #126CA5 !important;
	border: none !important;
	font-weight: normal !important;
	text-shadow: none !important;
	border-radius: 0px !important;
}

.ui-datatable-odd{
	text-align: center;
	/*background: #e9e9e9 !important;*/
	background: transparent !important;
}

.ui-datatable-even{
	text-align: center;
	background: transparent !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #0081c2 !important;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3) !important;
    background-position: 0 center;
    background-repeat: repeat-x;
    color: #ffffff !important;
    text-decoration: none;
}

.ui-state-highlight td, .ui-widget-content .ui-state-highlight td, .ui-widget-header .ui-state-highlight td {
    color: #ffffff !important;
}

.ui-state-highlight .ui-icon {
    /*background-image: url("/desarrollo/concursos/javax.faces.resource/images/ui-icons_333333_256x240.png.jsf?ln=primefaces-bootstrap");*/
    background-image: url("../../javax.faces.resource/images/ui-icons_333333_256x240.png.jsf?ln=primefaces-bootstrap");
}

.ui-datatable tbody td {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}

.ui-datatable tbody td, .ui-datatable tfoot td {
  padding: 6px 10px;
}

/*original*/
/*
.ui-datatable thead th{
  padding: 6px 10px;
  font-weight: bold;
}*/

/*cambios*/
.ui-datatable thead th{
  padding: 6px 0px;
  font-weight: bold;
  font-size: 11px;
}

/*input[type="submit"]{
	background: #f08a04;
	border: none;
	cursor: pointer;
	color: white;
	padding: 7px;
}*/

.ui-autocomplete-emptyMessage {
	font-size: 10px;
}

.area-buscador input[type="text"]{
	padding: 7px;
	width: 200px;
}

.area-opciones-buscador input[type="text"] {
	padding: 7px;
	width: 100px;	
}

.area-buscador input[type="submit"]{
	background-image: url();
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
}

.area-opciones-buscador input[type="submit"]{
	background-image: url();
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
}

.separador{
	height: 20px;
}

.link {
	stroke: #333;
}

fieldset{
	border: none;
}

.justified {
	text-align: justify;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
    max-width: 450px;
	margin: auto;
}

.error{
	color: #ef3633;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	width: 100%;
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error {
	border: 1px solid #ef3633;
}

.ui-inputfield.ui-state-error:focus, .ui-widget-header .ui-inputfield.ui-state-error:focus, .ui-widget-content .ui-inputfield.ui-state-error:focus {
	box-shadow: inset  0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 54, 51, 0.6);
}

/********************** BOTONES *******************/

.btn-primary {
	color: #ffffff !important;
	background-color: #1f8bc3 !important;
	border: none !important;
	background-position: 0 0 !important;
	background-image: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff !important;
	background-color: #1a7eb2 !important;
	border-color: #1a7eb2 !important;
  	border: none !important;
  	background-position: 0 0 !important;
	background-image: none !important;
}

.ui-button-text-only .ui-button-text {
  padding: 0;
}

.btn {
  	padding: 12px !important;
	text-shadow: none !important;
	box-shadow: none !important;
	text-align: left;
}

.toolbar{
	margin-bottom: 20px;
}


@media (max-width: 768px) {

	.toolbar{
		text-align: center;
		margin-bottom: 20px;
	}
	
}
/*
.dropdown{
	  list-style: none;
}
*/

.btn-buscar, .btn-buscar:hover, .btn-enviar, .btn-enviar:hover  {
	background-repeat: no-repeat !important;
	background-position: 9px center !important;
	background-size: 28% !important;
	padding-left: 47px !important;
}
.btn-buscar, .btn-buscar:hover {
	background-image: url() !important; 
}
.btn-enviar, .btn-enviar:hover {
	background-image: url() !important; 
}



/********************** COLORES *******************/

.rojo{
	color: Red;
}
.naranja{
	color: Orange;
}
.amarillo{
	color: Gold;
}
.verde{
	color: SeaGreen;
}
.turquesa{
	color: Teal;
}
.celeste{
	color: SkyBlue;
}
.azul{
	color: RoyalBlue;
}
.morado{
	color: MediumOrchid;
}

/*********** DROPDOWN SUBMENU **************/

.navbar-default .navbar-brand {
  color: #126CA5 !important;
}

.dropdown-menu-large .dropdown-header {
  color: #5bc0de !important;
  font-size: 16px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #126CA5 !important;
}

.dropdown-menu i {
	margin-right: 10px !important;
	color: #126CA5;
}
	
@media (max-width: 768px){
	.dropdown-menu-large > li {
	  margin-bottom: 0 !important;
	}
	.dropdown-menu-large > li > ul {
	  margin-bottom: 15px !important;
	}
	.dropdown-menu-large .dropdown-header {
	  color: #5bc0de !important;
	  font-size: 16px !important;
	  margin-top: 10px !important;
	}
	.dropdown-menu-large .divider {
	  display: none;
	}
	.navbar-default .navbar-toggle {
	  border: none !important;
	}
}

@media (min-width: 768px){
	.navbar-right {
		margin-right: 0 !important;
	}
}
/*********** DROPDOWN SUBMENU **************/

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}


/*********** TEXT-MANAGER **************/
#tm-key-editor {
    opacity:0;
    position:absolute;
    z-index: 10;
}

/*********** MIGAS DE PAN **************/
.breadcrumb {
   background-color: transparent !important;
   padding: 8px 0px !important;
   margin-bottom: 25px;
}
.breadcrumb a {
   color: #5bc0de !important;
}
.breadcrumb {
   font-size: 90%;
}



/*********** TABLAS **************/
.ui-widget-header {
  border: none !important;
  background: transparent !important;
  color: #333333 !important;
  font-weight: normal !important;
}

.ui-widget-content {
	color: #333333;
}

tr.ui-widget-content, tbody.ui-widget-content {
	border: none;
	color: #333333;
}


/*********** PAGINACION **************/
	
.ui-icon{
	  text-indent: 0px;
	  display: inline-flex;
}

.ui-paginator-prev, .ui-paginator-first, .ui-paginator-page, .ui-paginator-next, .ui-paginator-last{
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: none !important;
	padding: 2px 3px !important;
}

.ui-paginator-last{
	margin-right: 15px !important;
}

.ui-paginator-prev .ui-icon, .ui-paginator-first .ui-icon, .ui-paginator-page .ui-icon, .ui-paginator-next .ui-icon, .ui-paginator-last .ui-icon{
	background-image: none;
	color: transparent;
	
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	text-indent: 0px;
	text-align: center;
}
	
.ui-paginator-first .ui-icon:before{
   content: "\f049";
	color: #337ab7;
}

.ui-paginator-prev .ui-icon:before{
   content: "\f048";
	color: #337ab7;
}

.ui-paginator-page .ui-icon{
}

.ui-paginator-next .ui-icon:before{
   content: "\f051";
	color: #337ab7;
}

.ui-paginator-last .ui-icon:before{
   content: "\f050";
	color: #337ab7;
}

@media (max-width: 768px) {

	.ui-paginator-current{
	   display: none !important;
	}
	
	.header{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}


/*********** PAGINACION **************/
.ui-accordion-header{
	padding-right: 50px;
}

.ui-accordion-header:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
	color: #337ab7;
	padding-right: 14px;
}

h3.ui-state-active:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f078";
	color: #337ab7;
	padding-right: 10px;
}


/*********** OTROS **************/

.ui-selectonemenu .ui-selectonemenu-trigger{
	width: auto !important;
}


/*********** TEMA **************/

@font-face {
	font-family: 'gobCL';
	font-weight: normal;
	font-style: normal;

	src: url('../fonts/gobcl_regular-webfont.eot');
	src: local('☺'), url(/concursos/concursos-hh/javax.faces.resource/fonts/gobcl_regular-webfont.woff.jsf?ln=default&v=1_0) format('woff'), url(/concursos/concursos-hh/javax.faces.resource/fonts/gobcl_regular-webfont.ttf.jsf?ln=default&v=1_0) format('truetype'), url() format('svg');

}

.cabecera{
	background-color: #7A8791;
	border: 0px none;
	margin-bottom: 0px;
	color: white;
}


.brand{
	background-image: url(/concursos/concursos-hh/javax.faces.resource/images/theme/bg_logo.png.jsf?ln=default&v=1_0);
	background-size: cover;
	border: 0 none;
	float: right;
	height: 100px;
	width: 100px;
	z-index: 88;
	position: relative;
	text-indent: -999px;
	overflow: hidden;
	border: 1px solid #fff;
	float: left;
	margin: 10px 10px 10px 0;
    display: block;
}

.titulo1{
	font-family: 'gobCL';
    color: #FFF;
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 20px;
    max-width: 370px;
  	width: 90%;
  	min-width: 260px;
}

.titulo2{
	font-family: 'gobCL';
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 120%;
    margin-top: 4px;
}

.phone{
	background: url(/concursos/concursos-hh/javax.faces.resource/images/theme/icn_telefono_header.png.jsf?ln=default&v=1_0) left top no-repeat;
	font-family: 'gobCL';
    color: #FFF;
    display: block;
   font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 20px;
    text-align: right;
}



@media (max-width: 768px) {

	.navbar {
	    border: none !important;
	    min-height: 0px !important;
	    position: relative !important;;
	}
	
	.navbar-default {
	    background-color: transparent;
	    border: none !important;
	    background-image: none !important;
	    background-repeat: repeat-x !important;
	    border: none !important;
	    box-shadow: none !important;
	}
	
	.navbar-default .navbar-toggle {
	    border-color: white;
	}

	.navbar-toggle {
	    position: fixed !important;
	    right: 0 !important;
	    top: 0 !important;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: white !important;
	}

}

.botonALink{
	background:none!important;
    border:none; 
    padding:0!important;
    
    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
    color:#069;
    cursor:pointer;
}

.inputALabel{
	background:none!important;
    border:none; 
    pointer-events: none;
}

.ui-datatable tbody tr:hover {
    background-color: #f5f5f5 !important;
}

.ui-datatable thead th {
	background-color: #e0e1e2 !important;
}

.link{
	background-color: transparent;
	text-decoration: none;
    color: #1E7EB0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    border-style: none;
}

.blury {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}

.btn-link{
	color: #1f8bc3 !important;
	background-color: #ffffff !important;
	border: 1 !important;
	border-color: #1f8bc3 !important;
	background-position: 0 0 !important;
	background-image: none !important;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active,
.btn-link.active,
.open > .dropdown-toggle.btn-link {
	color: #1a7bad !important;
	background-color: #ececec !important;
	border-color: #1a7bad !important;
  	border: 1 !important;
  	background-position: 0 0 !important;
	background-image: none !important;
}

.rowDesiste {
	background-color: #ff000021 !important;
}

.notif > .ui-dialog-titlebar{
	font-weight: 1000 !important;
	color: #126CA5 !important;
	font-size: 20px !important;
}


