@font-face {
    font-family: 'gobclbold';
    src: url('../fonts/gobCL/gobcl_bold-webfont.woff2') format('woff2'),
         url('../fonts/gobCL/gobcl_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**/
html, body {
  /*height: 100%;*/
}

#wrap {
  min-height: calc(100% - 56px);
}

.body {
  overflow:auto;
  padding-bottom:0px;
  /*padding-bottom:20px;*/
   /* this needs to be bigger than footer height*/
}


#modal-iframe{
	height: 100%;
	width: 100%;
}
/**/
body {
    font-family: 'Open Sans', sans-serif;
}

.icon-bar {
    background: #0F69B4;
}

.btn-primary {
    background: #0F69B4;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}
a.btn-primary{
    background: #0F69B4;
    font-size: 16px !important;
    color: #FFFFFF !important;
    border: none;
}

.pager .btn-primary{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.40);
    border-radius: 100px;
    padding: 10px 20px;
}

.btn-warning {
    background: #FFC107;
    border: 1px solid #D2D2D2;
    border-radius: 100px;
    padding: 20px 30px;
    border: none;
    color: #fff;
}

.btn-default {
    background: #DBDBDB;
    border: 1px solid #D2D2D2;
}
.pager .btn-primary{
    border-radius: 100px;
}

tbody .btn, .form-group .btn{
    margin-bottom:5px;
    line-height: 20px;
}

/*.btn-default i {
    margin-right: 10px;
}*/

.form-control{
    border: 2px solid #adc0db;
}


.select2-selection--single, .select2-search__field {
    border: 2px solid #adc0db !important;
}

/* Customization Checkbox */
.form-check {
  padding-left: 20px;
}
.form-check-label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.form-check-label-checkbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #09477B;
  border-radius: 3px;
  background-color: #EDF0F5;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check-label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
}
.form-check-input[type="checkbox"] {
  opacity: 0;
}
.form-check-input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.form-check-input[type="checkbox"]:checked + label::after {
	 font-family: "FontAwesome";
	 padding-right: 3px;
	 font-weight: 900;
	 content: "\f00c";
}
.form-check-input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.form-check-input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.form-check.checkbox-circle label::before {
  border-radius: 50%;
}
.form-check.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #EDF0F5;
  border-color: #09477B; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #09477B; }

.has-feedback span {
    color: #09477B;
}

.navbar-custom {
    height: 62px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}

@media (min-width: 620px) {


    .navbar .navbar-collapse {
        text-align: center;
    	z-index: 100;
        display: block;
    }
}





.section-one {
    background: #1568AE;
    text-align: center;
}

.section-one h1 {
    font-family: 'gobclbold';
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-top: 10px;
}

.section-one h2 {
    opacity: 0.6;
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 25px;
}

.section-one h3 {
    font-family: 'gobclbold';
    font-size: 24px;
    color: #1569B2;
    margin-bottom: 0px;
}

.section-one p {
    opacity: 0.5;
    font-size: 14px;
    color: #0F69B4;
}

.section-one .card .card-body  {
    background: #FFFFFF;
}

.section-one .card button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-one .card-bottom button {
    /*margin-top: 10px;*/
    margin-top: 18px;
}

.section-two {
    text-align: center;
    /*padding-top: 50px;*/
    padding-top: 20px;
    /*padding-bottom: 50px;*/
    padding-bottom: 10px;
    background: #EDF0F5;
}

.section-two p {
    font-family: 'gobclbold';
    font-size: 18px;
    color: #015B8E;
    /*line-height: 22px;*/
    line-height: 12px;
    /*margin-top: 40px;*/
    margin-top: 20px;
}

.line-height-1 {
	line-height: 1px !important;
}

.body {
    position: relative;
}

.body .toggle-open {
    background: #0F69B4;
    margin: 0px;
    padding: 16px;
    font-family: 'gobclbold';
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    right: 0;
}

#btnHelp{
    /*float: right;*/
    width: 130px;
    height: 50px;
    right: 0px;
    position: absolute;
}

.help {
    width: 430px;
    position: absolute;
    transition: all 0.4s ease 0s;
    background: #EDF0F5;
    height: 100%;
    display: none;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,0.50);
    z-index: 10;
    right: 0px;
}

.help .title {
    background: #0F69B4;
    margin: 0px;
    padding: 20px 50px;
    font-family: 'gobclbold';
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.help .title .toggle-close {
    color: #FFFFFF;
}

.help .body {
    background: #EDF0F5;
    padding: 30px 50px;
}

.help .body h4 {
    font-size: 16px;
    color: #09477B;
}

.help .body h5 {
    color: #0F69B4;
}

.help .body p {
    color: #48525D;
}

.help .body .card {
    background: #FFFFFF;
    box-shadow: none;
}

.help .body .without-border {
    border: none;
}

.content {
	padding-top:70px;
	padding-right:30px;
    padding-bottom: 20px;
    padding-left: 0px
}



.content h2 {
    font-family: 'gobclbold';
    font-size: 28px;
    color: #09477B;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content h2 img {
    margin-right: 15px;
}

.content .card .card-header {
    background: #EDF0F5;
}

.content .card {
    box-shadow: none;
    /*padding: 15px 20px;*/
    padding: 0px 0px;
}

.content .border-dotted {
    border: 2px dotted #09477B;
    background: #EDF0F5;
    padding: 0px;
}

.content .border-dotted .row {
    padding: 15px 25px;
}

.content .border-dotted a img {
    margin-top: 30px;
}

.content .card .bg-transparent {
    padding: 10px 10px;
}

.content .well-transparent {
    padding: 10px 50px;
}

.content h4 {
    font-family: 'gobclbold';
    font-size: 18px;
    color: #09477B;
}

.content h4 span {
    color: #48525D;
}

.content label {
    font-family: 'gobclbold';
    font-size: 16px;
    color: #09477B;
}

.content h3 {
    font-family: 'gobclbold';
    font-size: 20px;
    color: #09477B;
}

.content p {
    font-size: 14px;
    color: #09477B;
}

.content .form-inline .checkbox {
    margin-left: 40px;
}

.content a {
    font-size: 12px;
    color: #48525D;
}
.content a i{
    margin-right: 10px;
}


.content a em{
    margin-right: 10px;
}



.content .sub-well {
    background: #0F69B4;
    padding: 10px 50px;
    color: #FFFFFF;
}

.content .sub-well p {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content .sub-well ul li {
    list-style: none;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .content {
        padding-left: 15px;
        padding-bottom: 80px;
    }

    .body {
        background: #FFFFFF;
    }

    .content .border-dotted {
        background: #EDF0F5;
    }
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.card-header {
    padding: 10px 25px;
} 

.card-header  h4 {
    font-size: 28px;
}

.card-header .panel-title a i {
    font-size: 14px;
}

.table thead {
    background-color: #f5f5f5;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    padding: 20px;
}

.f1 {
    padding: 0px 25px 0px 25px; background: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    margin-bottom: 15px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #f35b3f; }

.f1-step { position: relative; float: left; width: 16.6%; padding: 0 5px; }

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #F4F4F4;
    font-size: 16px; color: #97A0AB; line-height: 40px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 40px; height: 40px; margin-top: 0; background: #707070; font-size: 16px; line-height: 40px; color: #FFF; margin-top: 4px;
}

.f1-step p { margin-top: 20px; color: #ccc; font-size: 12px}
.f1-step.activated p { margin-top: 20px; color: #707070; }
.f1-step.active p { margin-top: 20px; color: #707070; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

.step-7-section-one .card .card-body {
    border: 2px dotted #09477B;
    background: #FFFFFF;
}

.step-7-section-one .card .card-body img {
    margin-bottom: 30px;
}

.step-7-section-one .card .card-body h2 {
    color: #4DB1A2;
}

.step-7-section-two {
    margin-top: 50px;
    margin-bottom: 100px;
}

.step-7-section-two h1 {
    margin-bottom: 50px;
}

.step-7-section-two ul li {
    list-style: none;
    margin-bottom: 10px;
}

.step-1 {
    padding-bottom: 0px
}

.step-1 .card-header h5 {
    font-size: 18px;
}

.step-1 .card-header h5 span {
    color: #B8BBBE;
}

.step-1 .card-body .row{
    margin-top: 5px;
}

.step-1 .card .card-header{
    background: #EDF0F5;
}

.step-1 .card {
    box-shadow: none;
}

.step-1 .well-transparent {
    padding: 15px;
}

.step-1 .pager .previous a i {
    margin-right: 20px;  
}

.step-1 .pager .next a i {
    margin-left: 20px;  
}

.step-1 .pager .previous a, .step-1 .pager .next a  {
    background: #0F69B4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.40);
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
}

.text-danger {
    color: #FF0909;
}


.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {    
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}
@media (max-width: 767px){
    .f1-step-icon,  .f1-step.active .f1-step-icon {
         width: 30px; 
         height: 30px; 
         margin-top:8px;
         line-height: 30px;
    }
}
@media (max-width: 430px){
    .help {
        width: 100%;
    }
}
@media (max-width: 320px){
    .f1-step-icon,  .f1-step.active .f1-step-icon {
         width: 24px; 
         height: 24px; 
         margin-top:11px;
         line-height: 24px;
    }
}


/* Estilos Agregados para paso 2 */

.panel-body .border-dotted {
    border: 2px dotted #09477B;
    padding: 0px;
    margin-bottom:10px;
    
}

.bgsomblight{
    background-color:#edf0f5;
}

.step-2 .pager .previous a, .step-2 .pager .next a,.step-fui .pager .previous a, .step-fui .pager .next a  {
    background: #0F69B4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.40);
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
}

#base-interesado{
    display: none;
}

#base-materia {
    display: none;
}

#base-otro-documento,
#base-table,
#tmpAccidente,
#tmpEnfermedad {
    display: none;
}

.file-drop-zone{
    background-color: #ffffff;
    min-height: unset;
}

.file-footer-buttons{
    min-width: 76px;
}
.g-recaptcha{
	display: inline-block;
}

.checkbox-fui{
	margin-top: 30px;
	margin-left: 30px;
}

.checkbox-fui .control-label{
	margin-left: 35px;
}

@media (max-width: 991px) {
	.checkbox-fui{
		margin-top: 10px;
		margin-left: 20px;
	}
	
	.checkbox-fui .control-label{
		margin-left: 0px;
	}
}

.origenDocumento-group{
	margin-top: 5px !important;
}

.tpersona-group span input[type=radio],
.naturaleza-group span input[type=radio],
.apelacion-group span input[type=radio],
.periodo-group span input[type=radio],
.maternal-group span input[type=radio],
.recuperabilidad-group span input[type=radio],
.invalidez-group span input[type=radio],
.origenDocumento-group span input[type=radio],
.resultadoAnalisis-group span input[type=radio]  {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.tpersona-group span,
.naturaleza-group span,
.apelacion-group span,
.periodo-group span,
.maternal-group span,
.recuperabilidad-group span,
.invalidez-group span,
.origenDocumento-group span,
.resultadoAnalisis-group span {
	margin-right: 15px;
	line-height: 20px;
	cursor: pointer;
	display:block;
	float:left;
}

@media (max-width: 767px){
	.tpersona-group span,
	.naturaleza-group span,
	.apelacion-group span,
	.periodo-group span,
	.origenDocumento-group span,
	.resultadoAnalisis-group span {
		float:none !important;
	}
	
	.maternal-group label, 
	.recuperabilidad-group label, 
	.invalidez-group label, 
	.resultadoAnalisis-group label{
		clear:both;
	}
	
}



.tpersona-group span label,
.naturaleza-group span label,
.apelacion-group span label,
.periodo-group span label,
.maternal-group span label,
.recuperabilidad-group span label,
.invalidez-group span label {
	cursor: pointer;
}

.tsexo-group label{
	font-size: 15px;
}

.tsexo-group span input[type=radio],
.tbusextlicencia-group span input[type=radio] {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.tsexo-group span,
.tbusextlicencia-group span {
	margin-right: 8px;
	line-height: 20px;
	cursor: pointer;
	display:block;
	float:left;
}

.tsexo-group span label,
.tbusextlicencia-group span label {
	cursor: pointer;
}

.has-error span label, .has-error .checkbox label, .has-error .control-title
{
	color: #a94442;
}

.has-error .select2-container--default .select2-selection--single
{
	border: 2px solid #a94442 !important;
}

.fa-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.form-group.required label.control-label:after, .form-group.required h4:after {
  content:"*";
  color:red;
  margin-left:3px;
}

label.control-label.required:after{
  content:"*";
  color:red;
  margin-left:3px;
}

.feedback-combo {
    right: 20px;
}

.feedback-date-button {
    right: 40px;
}

.no-show-loading{
	display:none !important;
}

/* Hack IE 9 y 10 */
@media screen and (min-width:0\0) { 
	.has-feedback .form-control {
	    padding-right: 12px;
	}
	.feedback-combo {
	    right: 25px;
	}	
}

/* Hack IE 6,7 y 8 */
@media \0screen\,screen\9 {
	.has-feedback .form-control {
	    padding-right: 12px;
	}
	.feedback-combo {
	    right: 25px;
	}	
}

/* Hack Firefox */
@-moz-document url-prefix() { 
	.has-feedback .form-control {
	    padding-right: 12px;
	}
	.feedback-combo {
	    right: 25px;
	}	
}

.has-feedback label~.form-control-feedback{
	z-index: 1000;
}

.dataTables_length{
	padding-left: 10px;
	padding-top:10px;
}

.dataTables_filter{
	padding-right: 10px;
	padding-top:10px;
}

.dataTables_info{
	padding-left:10px;
}

.dataTables_paginate {
	padding-right: 10px;
}

#tblBusquedaCasos thead,
#tblBusquedaCasosCiudadano thead,
#tblBusquedaCasos th,
#tblBusquedaCasosCiudadano th {text-align: center;}

.centerHeader th{text-align: center;}

#tblCasosSeleccionados > tbody > tr > td.centerCell {text-align: center !important ;}

@media (min-width: 768px) {  
	.modal-dialog{
		width: 800px;
	}
	
	
	.nav-pills>li{
      text-align: center;
	}
	
	.nav-pills>li>a{
      text-align: center;
      font-size: 16px;
	}
}

.input-group .areaCodeTextBox{
	padding: 6px 12px;
}

.input-group .phoneTextBox{
	margin-left: 3px;
	width: 55% !important;
}

@media screen and (min-width:0\0) { 
	#drop3:hover, #drop3:hover {
	    padding-bottom: 13px !important;
	}
	
	.navbar-nav > li > a {
	    padding-bottom: 13px !important;
	}
	
	.na > li > a {
	    padding-bottom: 13px !important;
	}

}

.wrapper-btn-imprimir-top a.btn-imprimir, .wrapper-btn-imprimir-bottom a.btn-imprimir {
	font-size: 16px;
	font-weight: bold;
}

.wrapper-btn-imprimir-top {
	padding-top: 00px;
	padding-bottom: 40px;
}

.wrapper-btn-imprimir-bottom {
	padding-top: 20px;
	padding-bottom: 10px;
}

.tblZonaA, .tblZonaB, .tblZonaC{
	width: 100%;
	margin-bottom: 0px;
}

.tblZonaA th, .tblZonaB th{
	width: 25%;	
}

.tblZonaA thead th, 
.tblZonaB thead th,
.tblZonaC thead th{
	text-align: center;
    font-size: 22px;
    padding-top: 1px !important;
    padding-bottom: 5px !important;
	background-color: rgb(237, 240, 245) !important;
}

.tblZonaA tbody th, .tblZonaA tbody td,
.tblZonaB tbody th, .tblZonaB tbody td,
.tblZonaC tbody th, .tblZonaC tbody td {
    padding: 3px !important;
}

.tblZonaA thead th.subtitulo, 
.tblZonaB thead th.subtitulo,
.tblZonaC thead th.subtitulo{
	text-align: left;
	text-decoration: underline;
	font-size: 18px;
}


.tblZonaC th{
		width: 12%;
}
.tblAntecedentes th.col-55{
	width: 55%;	
}
.tblAntecedentes th.col-25{
	width: 25%;	
}
.tblAntecedentes th.col-20{
	width: 20%;	
}

.tblLicencia th{
		width: 20%;
}
.tblTelefono th {
	width: 15%;
}

.tblSeguroLaboral th{
	width: 25%;
}

.tblCreditoSocial th{
	width: 25%;
}

.tblInteresados th{
	width: 13%;
}

. td, .tblZonaB td{
		padding-left:5px;
		padding-right:5px;
		text-align: left;
}
.tbl-bl-1p
{
	border-left: 1px solid #ddd;
}

.template{
     display:none;
}

.icon-section1 {
	width:90px
}

.icon-section2 {
	width:60px
}
.icon-section2-70px {
	width:70px
}
.center-row {
	justify-content:center !important;
}

.center-container{
	text-align:center !important;
}

/***********************************************/
h4, h3, h5 {
	margin-top: 8px  !important;
	margin-bottom: 8px  !important;
}
label {
	margin-bottom: 0px !important;
}
.card {
	margin-bottom: 8px !important;
}
.form-group {
	margin-bottom: 8px  !important;
}

.has-errorInstrumento {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	/*top: 22px;*/
	top: 25px;
	right: 35px;
	/*padding-top: 11px !important;*/
}

.wrapperZonaHuella{
	border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.zonaHuella{
	background-color: #fff;
	border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    margin: 12px 15px 12px 12px;
    padding: 10px;
	color: #aaa;
    font-size: 1.5em;
    cursor: default;
    min-height: 210px;
}

#bgHuella{
	float:left;
	margin-left: 30px;
}

.huellaMensaje{
	/*line-height: 200px;*/
	padding: 75px 10px;
	float:left;
	margin-left:40px;
}

.msjHuellero{
	display: none;
}

.visible{
	display: block !important;
}

.visible-inline{
	display: inline !important;
}

#botonesHuellero{
	padding-top: 15px;
	text-align: right;
	display:inline-block;
}

/*#botonesHuellero a{
	padding: 5px 10px;
	border: 1px solid #ddd;
}*/

#botonesHuellero a{
    display: none;
}

#panel-huellero, #panel-fileupload{
	display:none;
}

@media (max-width: 1023px) {
    #panel-huellero{
       display:none !important;
    }
}

.centerTdText{
	text-align:center; 
    vertical-align:middle !important;
}

/** FIX a nombres largos de archivos para el fileInput **/
.theme-explorer-fa .explorer-caption{
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}

.iconButtonFontSize15{
	font-size: 15px !important;
}

.capitalizar{
    text-transform: uppercase;
}

.inputReadOnlyBlanco{
    background-color: white !important;
}

.tblZona {
  table-layout: fixed;
}

.tblZona th, .tblZona td {
  word-wrap: break-word;
}
/** Ayuda FUI**/
.help{
	overflow-y: scroll;
}


/** Estilos Login **/

/*MAIN*/
#main {
  background-color: #ffffff;
  min-height: 150px;
}
@media (max-width: 991px) {
  #main {
    margin-top: 80px;
  }
}
#main .nav-pills.nav-justified > li > a {
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #main .nav-pills.nav-justified {
    width: auto;
  }
  #main .nav-pills.nav-justified > li {
    display: block;
    float: left;
  }
  #main .nav-pills.nav-justified > li a {
    margin-bottom: 0;
    white-space: normal;
  }
}
#main .nav-pills > li > a {
  background-color: #5bc0de;
  color: #2b3135;
}
#main .nav-pills > li > a:hover {
  background-color: #0f69b4;
  color: #fff;
}
#main .nav-pills > li.active > a {
  background-color: #0f69b4;
  color: #fff;
}
#main .nav-pills > li.active > a:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 101;
  background-color: #0f69b4;
  margin: 0 0 -5px -5px;
  bottom: 0;
  left: 50%;
}
#main .nav-tabs {
  background-color: #f8f8f8;
  border-top: 2px solid #bdc9d1;
}
#main .tab-pane .recuadro {
  border-bottom-width: 1px;
}
#main .tab-pane .recuadro:last-child {
  border-bottom: none;
}
#main .nav-tabs.nav-justified > li.active > a {
  border-bottom-color: #fff;
}
#main .tab-content > .panel.panel-default {
  border: 1px solid #ddd;
  border-top-color: transparent;
}
@media (max-width: 991px) {
  #main .dropdown-menu > li > a {
    white-space: normal;
    min-width: 290px;
  }
}

.apps-suseso {
  background-image: url('../img/fondo_apps_new.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;

  min-height: 100%;
}

.background-ingreso-datos{
	background-color: #a3effa  !important;
}

#textBanner {
     z-index: 100;
     position: absolute;
     color: white;
     font-size: 49px;
     font-family: gobclbold;
     left: 48%;
     top: 10%;
}
#textBannerHeader {
     z-index: 100;
     position: absolute;
     color: white;
     font-size: 20px;
     font-family: gobclbold;
     left: 48%;
     top: 8%;
}
.imgLogoBanner{
	 z-index: 100;
     position: absolute;
      left: 3%;
     top: 3%;
}

.apps-suseso .tab-content {
  margin-bottom: 30px;
}
.apps-suseso .form-inline.form-group > .input-small {
  max-width: 60px;
}
.apps-suseso legend {
  clear: both;
  padding-top: 15px;
  padding-bottom: 7.5px;
  border-bottom-color: #bdc9d1;
}
.apps-suseso legend.titulo-caja {
  padding-top: 5px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
  font-family: 'gobCL', sans-serif;
  font-weight: bold;
}
.apps-suseso fieldset h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.apps-suseso .help-block {
  font-size: 90%;
}
.apps-suseso .ntg-required {
  color: #ed3943;
  margin-left: 10px;
}
@media (max-width: 888px) {
  .apps-suseso {
    background: none;
  }
  .header_apps_banner {
    display: block !important;
  }
  #textBanner {
  display: none !important;
  }
  .imgLogoBanner {
  display: none !important;
  }
}


.apps-suseso #main {
  margin-top: 150px;
  padding-top: 15px;
}
@media (max-width: 888px) {
  .apps-suseso #main {
    margin-top: 0;
  }
}
@media (max-width: 888px) {
  .apps-suseso .page-header {
    display: block;
    clear: both;
  }
}
.apps-suseso .subtitle-container {
  display: table;
  width: 100%;
  padding: 7.5px 15px;
  background-color: #9fb0bc;
}
.apps-suseso .subtitle-container .subtitle {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
  display: table-cell;
}
.apps-suseso .subtitle-container .controls {
  display: table-cell;
  text-align: right;
  color: #fff;
}
.apps-suseso .subtitle-container .controls a {
  color: #fff;
}
.apps-suseso .btn > .fa-remove {
  margin-right: 5px;
}
.apps-suseso .usuario {
  padding-top: 5px;
  display: inline-block;
}
.apps-suseso .usuario .fa {
  opacity: 0.5;
  margin-right: 5px;
}
@media only screen and (max-width: 420px) {
  .apps-suseso .usuario {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
  }
}
#header_apps {
  background-image: url('../img/fondo_apps_header.jpg');
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #bdc9d1;
}
#header_apps .logo-apps {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}
#header_apps .btn .fa-arrow-circle-left {
  margin-right: 5px;
}
.apps-suseso .xspDataTableViewPanel .xspTextViewTitle {
  color: #475156 !important;
}
.apps-suseso .xspDataTableViewPanel td {
  white-space: normal !important;
}
.apps-suseso .dijitCalendarContainer {
  font-size: 85%;
}
.apps-suseso .dijitCalendarContainer .dijitCalendarYearLabel {
  font-size: 14px;
}
.apps-suseso .dijitTextBox,
.apps-suseso .dijitInputContainer {
  background-image: none;
}
.apps-suseso .form-control.dijitReset {
  padding-right: 0;
  height: auto;
}
.apps-suseso.comprobante {
  background: none;
  background-color: #EDEDED;
}
.apps-suseso.comprobante #header_comprobante {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid #bdc9d1;
  background-color: transparent;
  text-align: center;
}
@media (min-width: 992px) {
  .apps-suseso.comprobante #header_comprobante {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .apps-suseso.comprobante #header_comprobante {
    width: 1200px;
  }
}
@media (min-width: 1360px) {
  .apps-suseso.comprobante #header_comprobante {
    width: 1170px;
  }
}
.apps-suseso.comprobante #header_comprobante > .navbar-header,
.apps-suseso.comprobante #header_comprobante > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .apps-suseso.comprobante #header_comprobante > .navbar-header,
  .apps-suseso.comprobante #header_comprobante > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.apps-suseso.comprobante #main {
  margin-top: 0;
}
.apps-suseso.comprobante #main .panel-body {
  position: relative;
}
.apps-suseso.comprobante #main .panel-body:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 101;
  top: 0;
  left: 18px;
  margin-top: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.apps-suseso.comprobante #footer {
  background-color: transparent;
  color: #475156;
  margin-top: 30px;
}
.apps-suseso.comprobante #footer .container {
  border-top: 1px solid #bdc9d1;
}
.apps-suseso.comprobante .dl-horizontal dt {
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .apps-suseso.comprobante .dl-horizontal dt {
    width: 250px !important;
    white-space: normal;
    border-top: 1px dotted #e5e5e5;
    padding: 5px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .apps-suseso.comprobante .dl-horizontal dd {
    padding: 5px;
    border-top: 1px dotted #e5e5e5;
  }
}
@media print {
  .apps-suseso.comprobante dt {
    width: 250px!important;
    padding: 5px;
    float: left;
    margin-bottom: 5px;
  }
  .apps-suseso.comprobante dd {
    padding: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  /* .home-first-div {
   	height: 311px;   	
  } */
  .home-first-div .icon-section1 {
   		margin-top: 30px;
   }
}


.lightGrey {
    color: #D3D3D3;
}

.green {
    color: #00cc00;
}

.red {
    color: #cc0000;
}

.lightYellowBackground{
	background-color: #ffffcc;
}

.bodyAntiPadding{
     padding-right:0 !important;
 }

 
 /*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    opacity: .5;
    background-color: #000;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}


/** Para casos con entidad reclamada en estado de los casos **/
.rowEntidadReclamada.even{
	color: #8a6d3b;
  	background-color: #f5f394 !important;
 	border-color: #faebcc;
}

.rowEntidadReclamada.odd{
	color: #8a6d3b;
  	background-color: #f5f394 !important;
 	border-color: #faebcc;
}

.rowCumplimientoPendiente.odd, .rowCumplimientoPendiente.even{
	color: #8a6d3b;
  	background-color: #f5f394 !important;
 	border-color: #faebcc;
}

.rowCumplimientoSeleccionada.odd, .rowCumplimientoSeleccionada.even{
	color: #0c5460;
    background-color: #ebf7f9 !important;
    border-color: #bee5eb;
}

.content label.fontSize14pxPlusItalic {
	font-style: italic !important;
	font-size: 14px !important;
}

/** FIX SELECT 2 en input-group*/
/* .input-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
} */

/** Reduccion Padding File Input **/
.file-drop-zone-title {
    padding: 10px 10px ;
}
.margin-b-0px {
	margin-bottom: 0px !important;
}

.loading-sm{
  width: 20px;
  height: 20px;
}

.width50Per{
	width: 50%;
}

.width49Per{
	width: 49%;
}


 
.na-nav.na-center>li>a {
    font-family: 'gobclbold';
    font-size: 14px;
    color: #09477B;
    background: transparent !important;
}

.na-nav>li.active, .na-nav>li:focus, .na-nav>li:hover {
    border-bottom: 2px solid #0A487B;
}

.na-nav>li {
    margin-left: 30px;
}

.dropdown-item.active > a,
.dropdown-item.active > a:hover,
.dropdown-item.active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu {
	font-size: 14px
	
}

    

.dropdown-menu> li > a {
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;

  }
  

.navbar-toggler-icon{
	display:block;
	width:16px;
	height:2px;
	margin-top:2px;
	border-radius:2rem;
	}
.navbar-toggler-icon {
    background: #0F69B4;
}


.modal-dialog.modal-xl{
	max-width: 90% !important;
	width: 100% !important;
} 

.modal-dialog.modal-lg85{
	max-width: 85% !important;
	width: 100% !important;
} 

.modal-dialog.modal-lg75{
	max-width: 75% !important;
	width: 100% !important;
} 

.modal-dialog.modal-lg70{
	max-width: 70% !important;
	width: 100% !important;
} 

.modal-dialog.modal-lg65{
	max-width: 65% !important;
	width: 100% !important;
} 

.modal-dialog.modal-lg50{
	max-width: 50% !important;
	width: 100% !important;
}

/*Ajuste Bootstrap 4 vs 3*/ 

body{
	font-size: 14px !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.has-error .form-check .form-check-label
 {
    color: #a94442;
}

.has-error span.form-control-feedback
{
    color: #a94442 !important;
}

.has-error input, .has-error textarea
{
	border: 2px solid #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error span label, .has-error .checkbox label, .has-error .control-title
{
	color: #a94442;
}

.has-error .select2-container--default .select2-selection--single
{
	border: 2px solid #a94442;
	color: #fff;
}

.form-control{
    font-size: 14px;
}

.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;
}

.btn-danger, .btn-default {
    font-size: 16px;
}

img {
    border: 0;
}

.card.bg-transparent{
	padding: 0px 0px;
}
.card.bg-transparent .card-body{
	padding: 0px 0px;
}

.content .card .bg-transparent {
    box-shadow: none;
}

.row.pager{
	margin-top: 25px;
}

.row.pager a.previous,
.row.pager a.next{
    background: #0F69B4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.40);
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}

.row.pager a:hover{
	text-decoration: none;
}

.content .step-2 .card {
    padding: 0px;
}

.content .step-2 .card.bg-transparent {
    padding: 15px;
}

.has-error .input-group .input-group-prepend span,
.has-error .input-group .input-group-append span{
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.text-info{
    color: #31708f !important;
}

.kv-file-upload i.fa-upload{
    color: #31708f !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.card-danger>.card-header{
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.card-default>.card-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.well-card{
	padding: 15px 20px !important;
}

.border-less{
	border: 0px;
}

/* .select2-container .select2-selection--single {
    height: unset;
} */

@media (max-width: 768px) {
  .select2.select2-container {
    width: 100% !important;
  }
}

/** FIX SELECT 2 en input-group*/
.input-group .select2.select2-container {
  float: left;
  width: 85% !important;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + .75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
    line-height: calc(1.5em + .75rem + 2px);
}

@media (min-width: 768px){
	.form-horizontal .form-group{
	    padding-top: 7px;
	   	text-align: right !important;
	}
	
	.theme-explorer-fas .explorer-caption {
		width: 250px;
	}

	.input-group .areaCodeTextBoxPreIngreso{
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.font-size-14-px{
		font-size: 14px !important;
	}
}

#header_apps a.btn.btn-link{
	font-size: 14px;
}

.card-lma{
	width:100%;
}

.h5, h5 {
    font-size: 14px;
}
.h4, h4 {
    font-size: 18px;
}

div .dataTables_wrapper tbody tr td div span.fa{
	font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active{
	color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu> li > a:hover {
	text-decoration: none;
}


#fronteraComplejidadSlider .slider-selection{
	background: green;
}

#fronteraComplejidadSlider .slider-track-high{
	background: black;
}

#fronteraComplejidadSlider .slider-track-low{
	background: cyan;
}


#fronteraContextosSlider .slider-selection{
	background: green;
}

#fronteraContextosSlider .slider-track-high{
	background: black;
}

#fronteraLicenciaMedicaSlider .slider-selection,
#fronteraSeguroLaboralAccidenteSlider .slider-selection,
#fronteraSeguroLaboralEnfermedadSlider .slider-selection,
#fronteraUCLMSlider .slider-selection{
	background: red;
}

#fronteraLicenciaMedicaSlider .slider-track-high,
#fronteraSeguroLaboralAccidenteSlider .slider-track-high,
#fronteraSeguroLaboralEnfermedadSlider .slider-track-high,
#fronteraUCLMSlider .slider-track-high{
	background: black;
}

.fontSize13_5px{
	font-size:13px;
}

a.btnAgregarDocumento, a.btnEliminarDocumento{
	text-decoration: none;
}

.cursor-pointer{
	cursor: pointer;
}
/********************** FIN AJUSTES BOOSTRAP 4 ******************************/

.alert-orange{
	color: #bb2205;
    background-color: #ffd57e;
    border-color: #ffeeba;
    font-weight: bold;
}

.div-mandatorio > div{
	font-style:italic;
	font-weight: bold;
	font-family: 'gobclbold';
    font-size: 16px;
    color: #09477B;
}

.div-mandatorio > div > span{
	text-align: center;
	color: red;
}

.badge{
	margin-left: 3px;
}

.requiredEmailNotificacion{
  color:red;
  font-weight: bold;
}

.alert{
	font-size: 15px !important;
}

.form-control.disabled, .form-control.readonly {
    background-color: #e9ecef;
    opacity: 1;
}

.form-check-without-padding{
	padding-left: 0px;
}

.inputSeleccionModeloPredictivo{
	cursor: not-allowed;
}

.inputTextHasError{
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.mantProfesional.nav-link.active{
	color: #495057;
    background-color: #c9dbe4;
    border-color: #dee2e6 #dee2e6 #fff;
}

.w-20{width:20%!important}


#datFechaReclamo + span {
	margin-top: 6px !important;
}

.mensaje-informacion {
	font-size: 16px;
	font-weight: bold;
}

.nota-archivo {
	font-size: 18px;
}