    /*BOTONES BNE */
.btn-principal {
	background: #1369B3;
	border-radius: 5px;
	font-family: gobCL;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.42857143;
	user-select: none;
}

.btn-secundario { 
	background: #FFFFFF;
	border: 1px solid #666666;
	box-sizing: border-box;
	border-radius: 4px;
	flex-direction: row;
	align-items: center;
	font-family: gobCL;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	white-space: nowrap;
	line-height: 1.42857143;
	user-select: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.botonera-subseccion-tabla {
    color: #0f70b7;
}

.minHeight{
    min-height: 438px;
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*ALERT OK */
.content-alert-ok {
	width: 70%;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.alert-ok-custom {
	border: 1px solid #53D16F;
	box-sizing: border-box;
	border-radius: 5px;
}

.icon-ok {
	width: 22px;
	height: 22px;
}

/*ALERT INFO */ 
.content-info-alert {
	width: 70%;
	margin-left: 20px;
	padding-top: 10px;
}

.texto-titulo-info {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #003A6C;
    text-align: left;
}

#aspaRoja{
	width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}


/*ALERT ERROR*/
.alert-danger-bne {
    border: 1px solid #B82D27 !important;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFEEED !important;
    padding-right: 0px;
    padding-left: 15px;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #0a487c;
    background-image: none;
}
.btn-principal.disabled, .btn-principal[disabled], fieldset[disabled] .btn-principal, .btn-principal.disabled:hover, .btn-principal[disabled]:hover, fieldset[disabled] .btn-principal:hover, .btn-principal.disabled:focus, .btn-principal[disabled]:focus, fieldset[disabled] .btn-principal:focus, .btn-principal.disabled.focus, .btn-principal[disabled].focus, fieldset[disabled] .btn-principal.focus, .btn-principal.disabled:active, .btn-principal[disabled]:active, fieldset[disabled] .btn-principal:active, .btn-principal.disabled.active, .btn-principal[disabled].active, fieldset[disabled] .btn-principal.active {
    background-color: #003A6C;
    background-image: none;
}

.btn-secundario.disabled, .btn-secundario[disabled], fieldset[disabled] .btn-secundario, .btn-secundario.disabled:hover, .btn-secundario[disabled]:hover, fieldset[disabled] .btn-secundario:hover, .btn-secundario.disabled:focus, .btn-secundario[disabled]:focus, fieldset[disabled] .btn-secundario:focus, .btn-secundario.disabled.focus, .btn-secundario[disabled].focus, fieldset[disabled] .btn-secundario.focus, .btn-secundario.disabled:active, .btn-secundario[disabled]:active, fieldset[disabled] .btn-secundario:active, .btn-secundario.disabled.active, .btn-secundario[disabled].active, fieldset[disabled] .btn-secundario.active {
    background-color: #1369B3;
    background-image: none;
}

.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-principal.disabled,.btn-principal[disabled],fieldset[disabled] .btn-principal,.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed !important;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #0f69b4 0, #0a487c 100%);
    background-image: -o-linear-gradient(top, #0f69b4 0, #0a487c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f69b4), to(#0a487c));
    background-image: linear-gradient(to bottom, #0f69b4 0, #0a487c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f69b4', endColorstr='#ff0a487c', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0a4372;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
.btn-primary {
    color: #fff;
    background-color: #0f69b4;
    border-color: #0d5b9c;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.titulo h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    font-family: "gobCL",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.title-page{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0f69b4;
	font-size: 2em;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.errorClass {
    color: #a94442 !important;
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    pointer-events: none;
    top: 23px;
    right: 40px;
}

.okClass {
    color: #3c763d !important; 
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    pointer-events: none;
    top: 23px;
    right: 40px;
}

.estadoOfertaLabelHeading {
    font-size: 16px;
    font-family: "gobCL";
    font-style: normal;
    line-height: 1.42857143;
}

.labelAvisoAccion{
    font-family: "gobCL";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.42857143;
}

.noMargingLaterales {
    margin-left: 0px;
    margin-right: 0px;
}

/*SOLUCION A PROBLEMA DEL TITULO DEL BOOTBOX*/
.bootbox .modal-header h4 {
  float: none;
}

.bootbox .modal-header .close {
  position: absolute;
  right: 15px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442 !important;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3C763D !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error  > .control-label span{
	color: #a94442 !important;
}

.has-success > .control-label span {
    color: #3C763D !important;
}

/*ocupar todo*/
.container-fluid {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.center-div{
	margin:0 auto;
}

.alert-error{
	border: 1px solid #B82D27;
	box-sizing: border-box;
	border-radius: 5px;
	background: #FFEEED;
	padding-right: 0px;
	padding-left: 15px;
}

.text-alert-error {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #B82D27!important;
}

.ocuparPagina {
    flex-grow: 1;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: bold;
}

.noPaddingLaterales {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.noPaddingLateral {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.noMargingLateralesImportant {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.errorType h5 {
	font-size: 16px;
}

.errorType h4 {
	padding-top: 0px !important;
}

.errorTypeMobile h4 {
    margin-left: 2%;
}

.errorTypeMobile h5 {
    font-size: 16px;
    margin-left: 10%;
}

.alertErrorH4{
   font-size: 1.5rem;
   color: #B82D27;
   padding-top: 12px;
}

.alertErrorH5{
	font-size:15px;
	color: #B82D27;
	padding-left: 55px !important;
}

.alertWarningValidOfertaH4 {
    font-size: 1.5rem;
    color: #666666;
    padding-top: 12px;
    text-transform: initial;
}

.alertWarningH5{
    font-size:15px;
    color: #666666;
    padding-left: 55px !important;
    white-space: pre-line;
}

.label-primary {
    background-color: #0f69b4;
}

.margenSuperior {
    margin-top: 15px;
}

.cuadroGris {
    background: #EFEFEF;
    box-shadow: inset 2px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
}

.preguntaDiscapacidad {
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;  
    color: #003A6C;
}

.respuestaDiscapacidad{
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #555555 !important;
}

.cuadroAzulDiscapacidad{
    background: #D7F3FF;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
}

.cuadroAzulDiscapacidadjsp{
    background: #D7F3FF;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
/*     display: flex; */
    align-items: center;
}

.cuadroAzulDiscapacidadMobile{
    background: #D7F3FF;
    border-radius: 4px;
    padding-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.botonVerModalDiscapacidad {
    width: 228px;
    height: 40px;   
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;  
    text-decoration-line: underline;    
    color: #1369B3;
    position: relative;
}

.alinearCentro {
    left: 10%;
    position: absolute;
    top: 25%;
}