

/**********FORMULARIOS********/
.titulo{
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.titulo h1{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0f69b4;
}

.panelFormulario{
  border-radius: 0px;
}
.panelFormulario .panel-heading{
  background-image: none;
  background-color: #f5f5f5;
}
.panelFormulario .panel-title, .titulosCard {
  color: #0f69b4;
}
.panelFormulario input, .panelFormulario select{
  border-radius: 0px;
}

.input-group{
	z-index:0;
}

.invisible {
    display: none;
}

.form-control{
	color: #666666;
}

.form-control::-webkit-input-placeholder {
	color: #666666;
}

/*************ESTILOS DE TABLAS************/
.tabla thead th, .thh {
  text-align: center;
  color:#0f69b4;
}
.tabla thead tr, .trh {
  background-color: #f5f5f5;
}
.tabla{
  margin-bottom: 0px;
}

.btnEnLinea{
	display:inline-flex;
}

.btnEnLinea .btn{
	margin: 0 3px;
}

/******TABS PARA FORMULARIOS****/

.nav{
	display:flex;
	flex-wrap: nowrap;
}

.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid grey;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    background-color: #0f69b4;
    color: white;
    font-size: 12px;
    font-weight: bold;
    heigth:100px;
}
.nav-tabs>li>a:hover {
    border-color: black;
    color: black;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.subTabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    background-color: #88b5dd;
    color: white;
    font-size: 11px;
}

/******************POPOVERS****************/
.popover-content{
    color:black;
    width:275px;
}

/****************BOTONES*******************/
.btn-non-clickable{
    pointer-events: none;
    cursor: default;
}

/******************COMBO SELECT2****************/
.select2-container--bootstrap .selection .select2-selection {
    border-radius: 0px;
}

/******************SEGURO DE CESANTIA****************/
#loginCesantia .panel{
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
}
#loginCesantia .panel .panel-heading{
  font-size: 12px;
  border-radius: 0px;
}
#loginCesantia .panel .panel-body{
  padding: 5px;
}
#loginCesantia .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

#loginCesantia .form-group:last-child{
  margin-bottom: 0px;
}
#loginCesantia .form-control {
  background-color: #e6e6e6;
}
#loginCesantia .btn{
  font-size: 20px;
}

#loginCesantia .form-group .form-control{
  font-family: FontAwesome, gobCL;
  font-style: normal;
  font-weight: normal;
}
#loginCesantia h4{
  font-size: 20px;
  color: #fff;
  padding-top: 15px;
}
#loginCesantia .enlaces{
  font-size: 12px;
}

#btnRegistrarse {
  margin-top: 15px;
}

.Text{
  padding-bottom: 20px;
}
 .Text p{
  font-size: 18px;
  margin-top: 20px;
}

.Text h1{
  font-size: 40px;
  color:#0f69b4;
}
.Text h4{
  font-size: 20px;
  color:#0f69b4;
  font-family: "gobCL-bold";
}

 .Text p.contacto {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "gobCL-bold";
}

.Text i:not(.fa-inverse){
  vertical-align: middle;
  color:#a7a9ac;
}


/************FIN SEGURO DE CESANTIA**************/

.noresize {
    resize: none !important;
}

/*Label para la parte derecha de un input*/
.label-derecho{
	padding-top: 7px;
    padding-left: 0px;
}

/************ ICONOS ALERT **************/
.icono-alert {
    margin:0;
    padding:0
}

.cerrar-alert {
    text-align:right;
}

.contenido-cerrar-alert {
    margin-top:10px;
}

.contenido-info-alert {
    margin-top:10px;
}

/************** TEXTAREA **************/
.no-resizable {
    resize:none;
}

/************** INPUT FORZADOS A MINUSCULAS **************/
.tolowercase{
	text-transform: lowercase;
}
/************** INPUT NUMBER FORZADO SIN SPINNER **************/
.noSpinner {
	-moz-appearance:textfield;
	-webkit-appearance: none;
	appearance: none;
}

 .noSpinner::-webkit-inner-spin-button {
	-moz-appearance:textfield;
	-webkit-appearance: none;
	appearance: none;
}
.edicion-seguimiento{
    width:80% !important;
}


.imgLoadingSenceGif {
    height: 60px;
    width: 60px;
}

@media ( max-width : 699px) {	
	#campoTipo{
	   margin-bottom: 10px; 
	}
}


.elementoTooltip{
     position:relative;
}

.tooltipSpan{
     display:none;
     position:absolute; 
     z-index:100;
     background-color:white;
     border: 2px solid grey;
     border-radius: 10px;
     padding:3px;
     color:black; 
     top:20px; 
     left:20px;
}

.elementoTooltip:hover span.tooltipSpan{
     display:block;
}

.badge-ofertas{
	color: white;
    background-color: black;
    border-radius: 2.25rem;
    font-size:100%;
}

/*CONTADORES*/
.info-contador {
	background: #D7F3FF;
	border: 1px solid #1369B3;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-top: 12px;
}

.alert-contador {
	padding-left: 21px;
	padding-top: 14px;
}

.icon-color{
	color: #1369B3;
}

.icon-titulo {
	font-family: Roboto;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #1369B3;
}

.no-cert{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 18px;
}

.pt12{
	padding-top: 12px;
}

.padding-lat{
	padding-left: 18px;
	padding-right: 19px;
}

/*
div.row.fondo_blanco.titulo.noMargingLaterales{
	margin-bottom:23px;
}

div.col-sm-12.d-flex.mt-2{
    margin-bottom:23px;
}
*/

.mensajeInfoOrange{
    background: #FFF0E1;
    border: 1px solid #FF9900;
    box-sizing: border-box;
    border-radius: 5px; 
    padding:10px;
    position: relative; 
} 

.mensajeIcono{
    color: orange;
}   

.iconoExcAmarilla{
    position: relative;
    left: 15px;
    top: 10px
} 