@keyframes arbol-progress-bar {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 300px;
    }
}

.arbol-espera {
    width: 150px;
    margin: 0 auto;
    opacity: 0.8;
    z-index: 3;
    position: absolute;
    top: 150px;
    display: block;
    left: 0;
    right: 0;
}

.arbol-espera-progress-bar {
    background-image: linear-gradient(to right, #fe0300 0%, #ffc000 12.5%, #f2f202 25%, #d1d51f 37.5%, #70ad47 50%, #d1d51f 62.5%, #f2f202 75%, #ffc000 87.5%, #fe0300 100%);
    animation: arbol-progress-bar 8s linear infinite;
    width: 200% !important;
}

.inicio-espera {
    width: 225px;
    position: relative;
    top: auto;
    margin: 100px auto;
}

.inicio-espera img {
    width: 225px;
    margin-bottom: 50px;
}

.inicio-espera .arbol-espera-progress-bar {
    animation: arbol-progress-bar 4s linear infinite;
    width: 200% !important;
}

/*******************************************************************************
	Básicos
*******************************************************************************/
body {
    padding-top: 60px;
    padding-bottom: 10px;
    counter-reset: capa;
}

.capa-contador:after {
    counter-increment: capa;
    content: " " counter(capa);
}

.body-publico {
    padding-top: 50px;
    padding-bottom: 0px;
}

.cabecera {
    color: #9d9d9d;
    font-size: 30px;
    line-height: 50px;
}

p {
    margin-top: 10px;
}

.indicador-mv {
    position: absolute;
    left: 25px;
}

.badge-primary {
    color: #fff;
    background-color: #337ab7;
}

.badge-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.col-equal {
    display: flex;
    display: -webkit-flex;
}

.col-unidad {
    width: 70px;
}

.bootstrap-select .dropdown-menu .active .text-muted {
    display: block;
    color: #eee;
}

.fieldset-agrupador {
    border: 1px solid;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.table > thead > tr.text-center > th {
    text-align: center;
}

.faster {
    animation-duration: .5s;
}

.espera-fondo {
    background-color: #fff;
    z-index: 1;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: fixed;
}

.uploader #btn-up-archivo-error,
.uploader + #btn-up-archivo-error {
    display: none;
}

.uploader .uploader-alert {
    background-color: #e74c3c;
}

/*******************************************************************************
	Fin Básicos
*******************************************************************************/
button[aria-expanded="true"] i.fa-minus {
    display: block;
}

button[aria-expanded="false"] i.fa-minus {
    display: none;
}

button[aria-expanded="true"] i.fa-plus {
    display: none;
}

button[aria-expanded="false"] i.fa-plus {
    display: block;
}


/*******************************************************************************
	Ayudantes
*******************************************************************************/
.relative {
    position: relative;
}

.position-static {
    position: static;
}

.sin-padding-superior {
    padding-top: 0px !important;
}

.sin-padding-inferior {
    padding-bottom: 0px !important;
}

.sin-padding-lateral {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sin-padding-izquierdo {
    padding-left: 0px !important;
}

.sin-padding-derecho {
    padding-right: 0px !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*******************************************************************************
	Fin Ayudantes
*******************************************************************************/

/******************************************************************************/
/*								Cocardas									  */
/******************************************************************************/
.cr {
    width: 200px;
    padding: 6px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    z-index: 5;
}

/* Positions */

.cr-top {
    top: 25px;
}

.cr-bottom {
    bottom: 25px;
}

.cr-left {
    left: -50px;
}

.cr-right {
    right: -50px;
}

/* Rotations */

.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top.cr-right,
.cr-bottom.cr-left {
    transform: rotate(45deg);
}

/* Colors */

.cr-white {
    background-color: #f0f0f0;
    color: #444;
}

.cr-black {
    background-color: #333;
}

.cr-grey {
    background-color: #999;
}

.cr-blue {
    background-color: #39d;
}

.cr-green {
    background-color: #2c7;
}

.cr-turquoise {
    background-color: #1b9;
}

.cr-purple {
    background-color: #95b;
}

.cr-red {
    background-color: #e43;
}

.cr-orange {
    background-color: #e82;
}

.cr-yellow {
    background-color: #ec0;
}

/******************************************************************************/
/*							Fin Cocardas									  */
/******************************************************************************/

/*******************************************************************************
	Plantilla
*******************************************************************************/
/*********************************************************************
	Cabecera
*********************************************************************/
.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand img {
    height: 52px;
}

.navbar-collapse .caret {
    display: none;
}

.nav > li > a {
    padding: 15px 5px;
}

#barraSuperior {
    background: #edf4fd;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    height: 53px;
    border: 0;
}

/*********************************************************************
	Fin Cabecera
*********************************************************************/

/*******************************************************************************
	Fin Plantilla
*******************************************************************************/


/*******************************************************************************
	Plugins
*******************************************************************************/
/*********************************************************************
	BxSlider
*********************************************************************/
.navbar-collapse {
    padding-right: 0px;
}

.bx-wrapper {
    margin: 0px;
}

.bx-wrapper .bx-viewport {
    left: 0px;
    border: 0px;
    box-shadow: none;
    background: none;
}

/*********************************************************************
	Fin BxSlider
*********************************************************************/
/*******************************************************************************
	Fin Plugins
*******************************************************************************/


/*********************************************************************
	Formularios
*********************************************************************/
.multi-checkbox.checkbox {
    padding-left: 30px;
}

.fieldset-direccion .map-canvas {
    height: 395px !important;
}

/*********************************************************************
	Fin Formularios
*********************************************************************/
/*******************************************************************************
	Fin Módulos
*******************************************************************************/
/*********************************************************************
	Modal
*********************************************************************/
.modal-danger {
    border-color: #d43f3a;
}

.modal-success {
    border-color: #d6e9c6;
}

.modal-info {
    border-color: #bce8f1;
}

.modal-danger .modal-header {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal {
    overflow: visible;
}

.modal-dialog {
    margin: 60px auto;
}

/*********************************************************************
	Modal
*********************************************************************/
/*********************************************************************
	Panel
*********************************************************************/
.panel-heading {
    display: block;
}

/*********************************************************************
	FIn Panel
*********************************************************************/


/*********************************************************************
	Inputs
*********************************************************************/
.input-group-addon-direccion-sufijo {
    background-color: #fff;
}

.input-group-addon-direccion-sufijo input {
    display: inline;
}

.input-group-addon-direccion-sufijo label {
    margin-bottom: 0;
}

[data-ubicacion="contenedor"] .checkbox {
    margin-top: 30px;
    float: left;
}

/*********************************************************************
	Fin Inputs
*********************************************************************/
/*********************************************************************
	Leyendas
*********************************************************************/
.leyenda-boton {
    margin-right: 15px;
}

/*********************************************************************
	Leyendas
*********************************************************************/


/*********************************************************************
				Lista Agrupada
*********************************************************************/
.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 55px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.list-group-item-heading-relevamiento {
    display: flex;
}

.list-group-item-body-relevamiento-nombre {
    flex: 1;
}

.listaDoble-panel .panel-body {
    background: #fff;
}

/*********************************************************************
				Fin Lista Agrupada
*********************************************************************/


/*********************************************************************
	Pie
*********************************************************************/
.pie-datos {
    padding: 0px;
    height: 80px;
}

.pie-datos a {
    color: #333;
}

.pie-desarrollador {
    position: relative;
    top: 4px;
}

.pie-logo {
    height: 50px;
}

.pie-logo-santafe {
    height: 40px;
}

/*********************************************************************
	Fin pie
*********************************************************************/


.arbol-formulario .aleta {
    width: 100%
}

#arbol-cuerpo {
    width: 100%;
    height: 100%;
    position: relative;
}

.fieldset-meses label {
    min-height: 51px;
    font-size: 12px;
}

.fieldset-meses :nth-child(2) .form-group {
    min-height: 103px;
}

.fieldset-coeficientes-mejoras .coleccion-elemento {
    border: 1px solid #ddd;
    width: calc(25% - 2px);
    float: left;
    padding: 15px;
}

.observaciones {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    position: relative;
}

.observaciones-guardando {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(100, 100, 100, 0.2);
}

/*********************************************************************
	dropdown-menu
*********************************************************************/

form .dropdown-menu.open {
    max-width: 600px;
}

form .dropdown-menu > li > a {
    white-space: normal;
}

/*********************************************************************
	Fin dropdown-menu
*********************************************************************/
/*********************************************************************
	fieldset-capas
*********************************************************************/
.fieldset-capas .agregable-elemento:first-of-type .capa-contador:after {
    content: " " counter(capa) " (capa interna)";
}

.fieldset-capas .agregable-elemento:nth-last-child(2) .capa-contador:after {
    content: " " counter(capa) " (capa externa)";
}

.fieldset-capas .agregable-elemento:first-of-type:nth-last-child(2) .capa-contador:after {
    content: " " counter(capa) " (capa única)";
}

.modal .fieldset-capas .agregable-elemento:nth-last-child(2) .capa-contador:after {
    content: " " counter(capa) " (capa externa)";
}

.modal .fieldset-capas .agregable-elemento:first-of-type:nth-last-child(2) .capa-contador:after {
    content: " " counter(capa) " (capa única)";
}

.fieldset-capas legend {
    border: 0;
}

.fieldset-capas legend::after {
    content: "Las capas se deben ingresar respetando el orden desde el interior del ambiente considerado hacia el exterior del mismo.";
    display: block;
    padding-top: 5px;
    color: #737373;
    border-top: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 14px;
}

/*********************************************************************
	fin fieldset-capas
*********************************************************************/

.bg-gris {
    background: #abd7fb;
    color: #3d4144;
}

.border-none {
    border: none;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}


/*********************************************************************
	Calcular
*********************************************************************/
.nav-calcular {
    height: auto !important;
    align-items: flex-end;
}

.nav-item-calcular {
    height: auto !important;
}

.nav-calcular-titulo {
    margin-right: 30px;
}

.nav-calcular-boton {
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}

.nav-calcular.leyenda-nav-tabs::after, .nav-calcular.nav-tabs-material .nav-item > a::after {
    bottom: 0;
}

.q-st,
.h-tr,
.phi-terr,
.q-inf,
.phi-sol-dir,
.n-gr-disp,
.q-gr,
.q-gr.q-int,
.q-gr.q-sol,
.q-tr-rad-ve.q-tr-rad,
.q-tr-rad-ve.q-ve,
.q-tr-rad-ve {
    display: none;
}

.q-st-in,
.h-tr-in,
.phi-terr-in,
.q-inf-in,
.phi-sol-dir-in,
.n-gr-disp-in,
.q-gr-in,
.q-gr-in.q-int-in,
.q-gr-in.q-sol-in,
.q-tr-rad-ve-in.q-tr-rad-in,
.q-tr-rad-ve-in.q-ve-in,
.q-tr-rad-ve-in {
    display: table-cell;
}

.contenedor-blanco {
    background: white;
    color: black;
}

th {
    position: relative;
}

th button.btn.btn-xs {
    padding: 3px 5px;
    font-size: 10px;
    line-height: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.agrupador td {
    padding: 3px !important;
}

.renglon-blanco {
    background-color: #fff !important;
}

.nivel {
    background-color: #fff;
}

.alert-info thead .nivel {
    background-color: #d9edf7
}

.alert-danger thead .nivel {
    background-color: #f2dede;
}

.alert-warning thead .nivel {
    background-color: #fcf8e3;
}

.nivel-0 {
    background-color: #EEFFEE;
}

.nivel-1 {
    background-color: blanchedalmond;
}

.nivel-2 {
    background-color: #f1f1f9;
}

.tabla-calcular {
    border: none;
}

.tabla-calcular.table-striped > tbody > tr:nth-of-type(even) th,
.tabla-calcular.table-striped > tbody > tr:nth-of-type(even) td {
    background-color: #fdfdfd;
}

.calcular-grafico-contendor {
    margin: 0 auto;
    width: 80%;
    max-width: 750px !important;
    position: relative;
}

.map-canvas {
    min-height: 567px
}

.calcular-etiqueta-contendor {

}

.calcular-etiqueta {
    max-width: 500px;
    margin: 0 auto;
}

.calcular-etiqueta .titulo {
    display: none;
}

/*********************************************************************
	Fin Calcular
*********************************************************************/
/*********************************************************************
	Mejora
*********************************************************************/
.mejora-tabla-referencia {
    font-size: 12px;
    margin-bottom: 10px;
}

.mejora-marador {
    position: absolute;
    display: block;
    bottom: 10px;
}

.mejora-marcador-valor {
    display: block;
    width: 20px;
    left: -6px;
    font-size: 10px;
    position: relative;
    text-align: center;
}

.mejora-marcador-marca {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid;
    display: block;
}

.mejora-marcador-actual {
    border-top-color: #888;
    color: #888;
}

.mejora-marcador-alcanzable {
    border-top-color: #000;
    color: #000;
}

.mejora-marcador-marca-referencia {
    border-top: 1px;
    width: 1px;
    border-right: 1px dashed #000;
    height: 15px;
    margin-bottom: 8px;
}

.mejora-marador:hover {
    font-weight: bold;
}

.mejora-marcador-valor:hover {
    font-size: 15px;
    background: #fff;
    z-index: 3;
    width: 30px;
    left: -11px;
    trnsition: 1s;
}

.mejora-marcador-referencia {
    border-top-color: #000;
    color: #000;
    top: 0px;
}

.mejora-barra-contenedor {
    position: relative;
    margin-top: 10px;
    margin-bottom: 47px;
}

.mejora-barra {
    height: 10px;
    width: calc(100% + 1px);
    border: none;
    border-radius: 5px;
}

.mejora-barra-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0300+0,f44700+10,ff841d+20,ffc000+30,ffc901+40,f2f202+50,d9d91f+60,d1d51f+70,9cba3a+80,70ad47+90,70ad47+100 */
    background: #fe0300; /* Old browsers */
    background: -moz-linear-gradient(left, #fe0300 0%, #f44700 10%, #ff841d 20%, #ffc000 30%, #ffc901 40%, #f2f202 50%, #d9d91f 60%, #d1d51f 70%, #9cba3a 80%, #70ad47 90%, #70ad47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe0300 0%, #f44700 10%, #ff841d 20%, #ffc000 30%, #ffc901 40%, #f2f202 50%, #d9d91f 60%, #d1d51f 70%, #9cba3a 80%, #70ad47 90%, #70ad47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe0300 0%, #f44700 10%, #ff841d 20%, #ffc000 30%, #ffc901 40%, #f2f202 50%, #d9d91f 60%, #d1d51f 70%, #9cba3a 80%, #70ad47 90%, #70ad47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0300', endColorstr='#70ad47', GradientType=1); /* IE6-9 */
}

.mejora-barra-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0300+0,ffc000+30,f2f202+50,d1d51f+70,70ad47+100 */
    background: #fe0300; /* Old browsers */
    background: -moz-linear-gradient(left, #fe0300 0%, #ffc000 30%, #f2f202 50%, #d1d51f 70%, #70ad47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe0300 0%, #ffc000 30%, #f2f202 50%, #d1d51f 70%, #70ad47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe0300 0%, #ffc000 30%, #f2f202 50%, #d1d51f 70%, #70ad47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0300', endColorstr='#70ad47', GradientType=1); /* IE6-9 */
}

.mejora-barra-3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0300+0,f2f202+50,70ad47+100 */
    background: #fe0300; /* Old browsers */
    background: -moz-linear-gradient(left, #fe0300 0%, #f2f202 50%, #70ad47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe0300 0%, #f2f202 50%, #70ad47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe0300 0%, #f2f202 50%, #70ad47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0300', endColorstr='#70ad47', GradientType=1); /* IE6-9 */
}

.mejora-barra-marca::before {
    width: 1px;
    border-left: solid black 1px;
    height: 7px;
    content: '';
    position: relative;
    top: -3px;
    display: block;
    line-height: 7px;
}

.mejora-barra-marca {
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    display: block;
}

.mejora-barra-marca-valor {
    position: relative;
    left: -2px;
    width: 0;
    text-align: center;
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    /* height: 5px; */
    top: -7px;
}

.mejora-barra-marca-0 {
    left: 0%;
}

.mejora-barra-marca-1 {
    left: 10%;
}

.mejora-barra-marca-2 {
    left: 20%;
}

.mejora-barra-marca-3 {
    left: 30%;
}

.mejora-barra-marca-4 {
    left: 40%;
}

.mejora-barra-marca-5 {
    left: 50%;
}

.mejora-barra-marca-6 {
    left: 60%;
}

.mejora-barra-marca-7 {
    left: 70%;
}

.mejora-barra-marca-8 {
    left: 80%;
}

.mejora-barra-marca-9 {
    left: 90%;
}

.mejora-barra-marca-10 {
    left: 100%;
}

object.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    z-index: 39;
}

.mejora-tarjeta {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.mejora-titulo {
    margin-bottom: 0px;
    text-align: center;
}

.mejora-elemento-nombre {
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
}

.mejora-elemento-original {
    color: #888;
}

.mejora-elemento-mejorar .form-group {
    margin: 0px;
}

.mejora-elemento-mejorar label {
    display: none;
}

/*********************************************************************
	Fin Mejora
*********************************************************************/


.nav-fill {
    display: flex;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.fieldset-cerramiento-sombras legend {
    display: none;
}

.fieldset-cerramiento-sombras {
    padding-top: 35px;
}

/*********************************************************************
	Reportes IPE
*********************************************************************/
.reporte-ipe-columna-valores-contenido {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

.reporte-ipe-columna-valores-contenido {
    padding: 30px 25px;
}

.reporte-ipe-texto-aclaratorio {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0;
    color: #a2a2a2;
}

.reporte-ipe-histograma {
    padding: 30px 25px;
}

.reporte-ipe-distribucion {
    min-height: 380px;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #dbdbdb;
}

.reporte-ipe-cantidad-relevamientos {
    text-align: center;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #a7a3a3;
    font-style: italic;
    padding-top: 5px;
}

.reporte-ipe-provincia-imagen {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}

/*********************
	Carrusel
*********************/
.carrusel-contenedor,
.reporte-ipe-carrusel-contenedor {
    position: relative;
}

.carrusel-contador,
.reporte-ipe-carrusel-contador {
    position: absolute;
    left: 85px;
    bottom: 38px;
    z-index: 2;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3f3f3f;
    z-index: 2;
}

.carrusel .owl-nav,
.reporte-ipe-carrusel .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 30px;
    z-index: 2;
}

.carrusel-etiqueta .owl-nav {
    bottom: 180px;
}

.carrusel-etiqueta .owl-nav .owl-next {
    left: 500px;
    position: absolute;
}

.reporte-ipe-carrusel-tabla .owl-nav {
    display: none;
}

.carrusel-contenedor .carrusel .owl-nav .owl-prev,
.carrusel-contenedor .carrusel .owl-nav .owl-next,
.reporte-ipe-carrusel-contenedor .reporte-ipe-carrusel .owl-nav .owl-prev,
.reporte-ipe-carrusel-contenedor .reporte-ipe-carrusel .owl-nav .owl-next {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 12px !important;
    margin: 0;
}

.carrusel-contenedor .carrusel .owl-nav .owl-prev,
.carrusel-contenedor .carrusel .owl-nav .owl-next,
.reporte-ipe-carrusel-contenedor .reporte-ipe-carrusel .owl-nav .owl-prev:hover,
.reporte-ipe-carrusel-contenedor .reporte-ipe-carrusel .owl-nav .owl-next:hover {
    background: #eee;
    color: rgb(51, 51, 51);
}

/*********************
	Fin carrusel
*********************/

.reporte-ipe-card-general {
    height: calc(100% - 20px);
}

.reporte-ipe-card-general .card-content {
    height: 100%;
}

/*********************
	Tabla
*********************/
.reporte-ipe-tabla-contenedor {
    max-height: 400px;
    overflow-y: visible;
}

.reporte-ipe-tabla.table {
    font-size: 15px;
    margin: 0 !important;
}

.reporte-ipe-tabla > thead {
    background: #fff;
}

/* Sticky header */
.reporte-ipe-tabla > thead > tr:first-child > th {
    position: sticky !important;
    top: -1px;
}

.reporte-ipe-tabla > thead > tr:nth-child(2) > th {
    position: sticky !important;
    top: 64px;
}

.reporte-ipe-tabla > thead > tr:nth-child(3) > th {
    position: sticky !important;
    top: 74px;
}

.reporte-ipe-tabla > thead > tr:nth-child(4) > th {
    position: sticky !important;
    background: #fff;
    top: 84px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

.reporte-ipe-tabla > thead > tr:nth-child(5) > th {
    position: sticky !important;
    background: #fff;
    top: 129px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

.reporte-ipe-tabla {
    border: 1px solid #8cc0ea;
    border-left: 0;
    border-right: 0;
}

.reporte-ipe-tabla th,
.reporte-ipe-tabla td {
    border: 1px solid #8cc0ea;
    border-top: 0;
}

.table-bordered > thead > tr:first-child > th {
    border: 1px solid #8cc0ea;
}

.reporte-ipe-tabla tbody tr:last-child td {
    border-bottom: 0;
}

.reporte-ipe-tabla thead th {
    box-shadow: 1px 1px 0 #8cc0ea;
}

.reporte-ipe-tabla-zona-localidad > thead > tr:first-child > th,
.reporte-ipe-tabla-zona > thead > tr:first-child > th {
    background: #fff;
    border-color: #ddd;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

/* Fin sticky header */
.reporte-ipe-tabla-sin-accion tr {
    cursor: default;
}

.reporte-ipe-tabla tr.active > td {
    background: #ccffe3 !important;
}

.reporte-ipe-tabla > thead > tr > th {
    font-size: 16px;
}

.reporte-ipe-tabla > thead > tr > th,
.reporte-ipe-tabla > tbody > tr > td {
    padding: 10px 8px;
}

.reporte-ipe-tabla-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reporte-ipe-tabla.dataTable.table-condensed .sorting:after,
.reporte-ipe-tabla.dataTable.table-condensed .sorting_asc:after,
.reporte-ipe-tabla.dataTable.table-condensed .sorting_desc:after {
    top: 11px;
}

.reporte-ipe-tabla-localidad > thead > tr > th {
    min-width: 100px;
}

.reporte-ipe-tabla-localidad > thead > tr:first-child > th {
    vertical-align: middle;
}

.reporte-ipe-tabla-localidad > thead small {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 400;
}

.reporte-ipe-tabla-cabecera-azul-principal {
    height: 65px;
}

.reporte-ipe-tabla-cabecera-azul > th {
    background: #65a1d2;
    border-bottom: 1px solid #8cc0ea !important;
    color: #fff;
}

.reporte-ipe-tabla-cabecera-azul > .nivel-0 {
    background: blanchedalmond;
}

.reporte-ipe-tabla-cabecera-azul > .nivel-1 {
    background: #EEFFEE;
}

.reporte-ipe-tabla-localidad > thead > tr > th {
    vertical-align: middle;
}

.reporte-ipe-tabla-localidad .ipe,
.reporte-ipe-tabla-localidad .epi,
.reporte-ipe-tabla-localidad .epi.ipe-in,
.reporte-ipe-tabla-localidad .epv,
.reporte-ipe-tabla-localidad .epv.ipe-in,
.reporte-ipe-tabla-localidad .epacs,
.reporte-ipe-tabla-localidad .epacs.ipe-in,
.reporte-ipe-tabla-localidad .epil,
.reporte-ipe-tabla-localidad .epil.ipe-in {
    display: none;
}

.reporte-ipe-tabla-localidad .ipe-in,
.reporte-ipe-tabla-localidad .epi.ipe-in.epi-in,
.reporte-ipe-tabla-localidad .ipe-in.epv.epv-in,
.reporte-ipe-tabla-localidad .ipe-in.epacs.epacs-in,
.reporte-ipe-tabla-localidad .ipe-in.epil.epil-in {
    display: table-cell;
}

.reporte-ipe-tabla-localidad.dataTable.table-condensed .sorting:after,
.reporte-ipe-tabla-localidad.dataTable.table-condensed .sorting_asc:after,
.reporte-ipe-tabla-localidad.dataTable.table-condensed .sorting_desc:after {
    top: 35px;
    right: 3px;
}

.reporte-ipe-tabla-localidad > thead > .agrupador > th {
    border: 0 !important;
    padding: 5px;
}

.reporte-ipe-tabla-localidad.dataTable.table-condensed .reporte-ipe-tabla-localidad-subcolumna.sorting:after,
.reporte-ipe-tabla-localidad.dataTable.table-condensed .reporte-ipe-tabla-localidad-subcolumna.sorting_asc:after,
.reporte-ipe-tabla-localidad.dataTable.table-condensed .reporte-ipe-tabla-localidad-subcolumna.sorting_desc:after {
    top: 10px;
}

/*********************
	Fin tabla
*********************/

.reporte-ipe-relevamiento-contenedor {
    height: 100%;
}

.reporte-ipe-relevamiento-contenedor .owl-loaded {
    height: 100%;
}

.reporte-ipe-relevamiento-contenedor .owl-stage-outer {
    height: 100%;
}

.reporte-ipe-relevamiento-contenedor .owl-stage {
    height: 100%;
}

.reporte-ipe-relevamiento-contenedor .owl-item {
    height: 100%;
}

/*.reporte-ipe-relevamiento-contenedor .card-reporte-ipe-relevamiento{
	height: calc(100% - 20px);
}
*/

.reporte-ipe-relevamiento-contenedor .card-reporte-ipe-relevamiento .card-footer {
    height: 64px;

}

.reporte-ipe-relevamiento-contenedor .titulo {
    display: none;
}

.reporte-ipe-relevamiento-nombre-contenedor {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    min-height: 100px
}

@media (min-width: 768px) {
    .reporte-ipe-columna-valores-contenido {
        flex-flow: row;
        justify-content: space-around;
        border-bottom: 1px solid #dbdbdb;
    }
}

@media (min-width: 992px) {
    .reporte-ipe-fila {
        display: flex;
    }

    .reporte-ipe-columna-grafico {
        padding-left: 0;
    }

    .reporte-ipe-columna-valores {
        border-right: 1px solid #dbdbdb;
    }

    .reporte-ipe-columna-valores-contenido {
        flex-flow: column;
        justify-content: center;
        border-bottom: 0;
    }

    .reporte-ipe-relevamiento-contenedor .reporte-ipe-columna-grafico-contenido {
        display: flex;
        align-items: center;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-distribucion {
        width: 45%;
        position: relative;
        text-align: center;
        margin-top: 0;
        border: 0;
        border-left: 1px solid #dbdbdb;
        width: 35%;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-histograma {
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .reporte-ipe-fila-lg {
        display: flex;
    }

    .reporte-ipe-relevamiento-contenedor .reporte-ipe-columna-grafico-contenido {
        display: block;
    }

    .reporte-ipe-relevamiento-nombre-contenedor {
        min-height: 155px;
        flex-flow: row;
    }

    .reporte-ipe-relevamiento-nombre {
        margin-top: 51px;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-histograma,
    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-distribucion {
        width: 100%;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-relevamiento {
        height: calc(100% - 20px);
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-relevamiento .card-content {
        flex-grow: 2;
    }

    .reporte-ipe-fila {
        display: block;
        margin: 0;
    }

    .reporte-ipe-columna-valores,
    .reporte-ipe-columna-grafico {
        width: 100%;
        padding: 0;
    }

    .reporte-ipe-columna-valores-contenido {
        flex-flow: row;
        justify-content: space-around;
        margin-bottom: 30px;
        border-bottom: 1px solid #dbdbdb;
    }

    .reporte-ipe-card-general .reporte-ipe-columna-valores-contenido {
        justify-content: center;
        flex-flow: column;
        margin-bottom: 30px;
    }

    .reporte-ipe-card-general .reporte-ipe-media {
        margin-bottom: 50px;
    }

    .reporte-ipe-columna-valores {
        border-right: 0;
    }
}

@media (min-width: 1600px) {
    .reporte-ipe-relevamiento-nombre {
        margin-bottom: 55px;
    }

    .reporte-ipe-relevamiento-nombre-contenedor {
        min-height: 125px
    }

    .reporte-ipe-columna-valores-contenido {
        margin-bottom: 0;
    }

    .reporte-ipe-relevamiento-contenedor .reporte-ipe-columna-grafico-contenido,
    .reporte-ipe-columna-grafico-contenido {
        display: flex;
        align-items: center;
    }

    .reporte-ipe-histograma {
        position: relative;
        width: 65%;
    }

    .reporte-ipe-distribucion {
        position: relative;
        text-align: center;
        margin-top: 0;
        border: 0;
        border-left: 1px solid #dbdbdb;
        width: 35%;
    }

    .reporte-ipe-provincia-imagen-contenedor {
        display: flex;
        align-items: center;
        width: 40%;
    }

    .reporte-ipe-provincia-imagen {
        width: 100%;
        margin: 0;
    }

    .card-reporte-ipe-provincial .reporte-ipe-distribucion {
        width: 60%;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-distribucion,
    .card-reporte-ipe-zona .reporte-ipe-distribucion {
        width: 45%;
    }

    .reporte-ipe-relevamiento-contenedor .card-reporte-ipe-zona .reporte-ipe-histograma,
    .card-reporte-ipe-zona .reporte-ipe-histograma {
        width: 55%;
    }
}

/*********************
	Escalas
*********************/
.reporte-ipe-histograma-escalas {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: 70px;
}

.ipe-escala {
    position: relative;
    flex: 1;
    text-align: center;
    background: #eee;
    margin-right: 32px;
    padding-left: 5px;
    min-height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
    color: #fff;
}

.ipe-escala::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 20px;
    border-color: transparent transparent transparent #eee;
    border-left-color: inherit;
}

/*********************
	Fin escalas
*********************/

/*********************
	IPE media
*********************/
.reporte-ipe-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.reporte-ipe-media-grafico-contenedor {
    text-align: center;
}

.reporte-ipe-media-grafico {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.reporte-ipe-media-grafico > span {
    display: inline-block;
    background: #6B79C4;
    margin-right: 3px;
    width: 13px;
}

.reporte-ipe-media-grafico > span:first-child {
    height: 20px;
}

.reporte-ipe-media-grafico > span:nth-child(2) {
    height: 43px;
}

.reporte-ipe-media-grafico > span:last-child {
    height: 28px;
}

.reporte-ipe-media-grafico-texto {
    font-weight: 500;
    font-size: 13px;
}

.reporte-ipe-media-valor-contenedor {
    margin-left: 20px;
    text-align: center;
}

.reporte-ipe-media-valor {
    display: block;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
}

.reporte-ipe-media-valor-texto {
    font-style: italic;
    font-size: 13px;
}

@media (min-width: 768px) {
    .reporte-ipe-media {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .reporte-ipe-media {
        margin-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .reporte-ipe-media {
        margin-bottom: 0;
    }
}

/*********************
	Fin IPE media
**********************/

/*********************
	IPE desvío
**********************/
.reporte-ipe-desvio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reporte-ipe-desvio-sigma-contenedor {
    text-align: center;
}

.reporte-ipe-desvio-sigma {
    display: block;
    font-size: 58px;
    font-weight: 600;
    line-height: 45px;
    color: #5f5f5f;
}

.reporte-ipe-desvio-texto {
    font-weight: 400;
    font-size: 11px;
}

.reporte-ipe-desvio-valor-contenedor {
    text-align: center;
    margin-left: 20px;
}

.reporte-ipe-desvio-valor {
    display: block;
    font-size: 32px;
    font-weight: 600;
}

.reporte-ipe-desvio-valor-texto {
    font-style: italic;
    font-size: 13px;
}

/*********************
	Fin IPE desvío
**********************/

/*********************************************************************
	Fin reportes IPE
*********************************************************************/

/*********************************************************************
	Documentación
*********************************************************************/

/*********************
	Explorar
**********************/
.documentacion-explorar-buscador {
    position: relative;
    margin-bottom: 25px;
}

.documentacion-explorar-buscador-campo {
    width: 100%;
    padding: 18px 15px;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    color: #3b3b3b;
    transition: box-shadow .2s ease-in-out;
}

.documentacion-explorar-buscador-campo:hover,
.documentacion-explorar-buscador-campo:focus {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

.documentacion-explorar-buscador-icono {
    position: absolute;
    right: 0;
    font-size: 21px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    min-width: 50px;
    justify-content: center;
    color: #808080;
    transition: color .2s ease-in-out;
}

.documentacion-explorar-buscador-campo:hover ~ .documentacion-explorar-buscador-icono,
.documentacion-explorar-buscador-campo:focus ~ .documentacion-explorar-buscador-icono {
    color: #3b3b3b;
}

.documentacion-explorar-articulos {
    display: flex;
    flex-wrap: wrap;
}

.documentacion-explorar-articulos > [class*="col-"] {
    margin-bottom: 25px;
}

.documentacion-explorar-texto-vacio {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
    margin-top: 0;
}

/*********************
	Fin explorar
**********************/

/*********************
	Artículo
**********************/
.articulo {
    background: #fff;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

.articulo-cuerpo {
    padding: 32px;
}

.articulo-cuerpo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articulo-imagen-placeholder {
    width: 165px;
    height: 165px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 165px;
    font-size: 58px;
    color: #2196F3;
}

.articulo-imagen {
    border-radius: 50%;
    max-width: 165px;
}

.articulo-contenido {
    margin-left: 30px;
}

.articulo-nombre {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 9px;
    color: #424242;
}

.articulo-descripcion {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #616161;
}

.articulo-pie {
    padding: 16px 32px;
    border-top: 1px solid #eee;
    text-align: right;
}

.articulo-link-video,
.articulo-link-archivo {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    text-align: center;
    color: #6f6f6f;
}

.articulo-link-video {
    margin-right: 10px;
}

.articulo-link-video:last-child {
    margin-right: 0px;
}

.articulo-link-video .fa {
    position: relative;
    left: 1px;
    top: -1px;
}

.articulo-link-video:hover,
.articulo-link-video:active,
.articulo-link-video:focus {
    background: #789bff;
    border-color: #789bff;
    color: #fff;
}

.articulo-link-archivo:hover,
.articulo-link-archivo:active,
.articulo-link-archivo:focus {
    background: #61e6af;
    border-color: #61e6af;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .articulo-cuerpo-flex {
        display: block;
        text-align: center;
    }

    .articulo-imagen,
    .articulo-imagen-placeholder {
        max-width: 125px;
        height: 125px;
        line-height: 125px;
        margin: 0 auto;
    }

    .articulo-contenido {
        margin: 0;
        margin-top: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1480px) {
    .articulo-cuerpo-flex {
        display: block;
        text-align: center;
    }

    .articulo-imagen,
    .articulo-imagen-placeholder {
        max-width: 125px;
        height: 125px;
        line-height: 125px;
        margin: 0 auto;
    }

    .articulo-contenido {
        margin: 0;
        margin-top: 25px;
    }
}

/*********************
	Fin artículo
**********************/

/*********************************************************************
	Fin documentación
*********************************************************************/

.card-etiqueta {
    padding: 7px 20px;
}

.card-etiqueta-pie {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.card-etiqueta-pie .etiqueta-fecha {
    flex: 1;
    padding-top: 10px;
}

.card-etiqueta-pie .etiqueta-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.relevamiento-descripcion-contenedor {
    position: relative;
}

.relevamiento-descripcion {
    font-style: italic;
    font-size: 13px;
}

.relevamiento-descripcion-contenedor .alerta {
    position: absolute;
    top: 0;
}

.has-error .relevamiento-descripcion-error {
    position: absolute;
    left: 0px;
    bottom: -15px;
    margin: 0px;
    color: #F44336;
    font-size: 80%;
    font-style: italic;
}

.relevamiento-descripcion-success {
    position: absolute;
    left: 0px;
    bottom: -11px;
    margin: 0px;
    color: #3c763d;
    font-size: 80%;
    font-style: italic;
}


.relevamiento-descripcion-textarea {
    width: 100%;
    padding-right: 30px;
}

.has-error .relevamiento-descripcion-textarea {
    border-color: #F44336;
}

.relevamiento-descripcion-acciones {
    position: absolute;
    right: 5px;
    z-index: 1;
}

.relevamiento-actual-detalle {
    position: relative;
    padding-top: 15px;
    min-height: 130px;
}

.relevamiento-actual-detalle li {
    width: 50%;
    float: left;
}

.relevamiento-actual-accion {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 32px;
    padding: 0;
    border: 1px solid #8badbf;
}

.tabla-relevamientos.table-striped > tbody > tr:nth-child(4n+1) > td,
.tabla-relevamientos.table-striped > tbody > tr:nth-child(4n+2) > td {
    background-color: #f9f9f9;
}

.tabla-relevamientos.table-striped > tbody > tr:nth-child(4n+3) > td,
.tabla-relevamientos.table-striped > tbody > tr:nth-child(4n+4) > td {
    background-color: #ffffff;
}

.tabla-relevamientos tbody tr:nth-child(odd) td {
    padding-bottom: 2px
}

.tabla-relevamientos tbody tr:nth-child(even) td {
    padding-top: 2px
}

/*********************************************************************
	tinyMCE
*********************************************************************/
.body-menu-lateral.mce-fullscreen.body-menu-lateral-escondido .mce-tinymce.mce-container.mce-panel.mce-fullscreen > .mce-container-body {
    padding-left: 60px;
    margin-top: 60px;
}

.body-menu-lateral.mce-fullscreen.body-menu-lateral-expandido .mce-tinymce.mce-container.mce-panel.mce-fullscreen > .mce-container-body {
    margin-left: 260px;
    margin-top: 60px;
}

/*********************************************************************
	Fin tinyMCE
*********************************************************************/

/*********************************************************************
	Centro de Ayuda
*********************************************************************/

.centro-ayuda .articulo-ficha-titulo {
    color: #4b5b6d;
}

.centro-ayuda .articulo-ficha-bajada {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.centro-ayuda .articulo-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

.centro-ayuda .articulo-tag {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #bbb;
    padding: 2px 4px;
    font-size: 12px;
    text-transform: none;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.centro-ayuda .articulo-tag:hover {
    background-color: #158cba;
    color: #fff;
    text-decoration: none;
}

.centro-ayuda .articulos-categorias-buscador {
    width: 100%
}

.centro-ayuda .buscador-condicion-contenedor {
    position: absolute;
    right: 10px;
    top: 14px;
}

.centro-ayuda .articuulo-rama-categoria {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.centro-ayuda .articuulo-rama-categoria li {
    display: inline;
    color: #4b5b6d;
}

.centro-ayuda .articuulo-rama-categoria li:after {
    content: ' \\ ';
    color: #4b5b6d;
}

.centro-ayuda .articuulo-rama-categoria li:last-child:after {
    content: '';
}

.centro-ayuda-contacto {
    display: flex;
    flex-wrap: wrap;
}

.card-articulo,
.card-contacto {
    width: calc(33% - 30px);
    min-width: 400px !important;
    flex-grow: 1;
    margin: 15px;
}

.card-contacto {
    min-width: 310px !important;
}

.card-contacto-disabled {
    opacity: 80%;
    background: #eee;
}

.card-articulo-titulo-contenedor,
.card-contacto-titulo-contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-articulo-imagen-contenedor,
.card-contacto-imagen-contenedor {
    flex-grow: 1;
}

.card-articulo-imagen-placeholder,
.card-contacto-imagen-placeholder {
    width: 165px;
    height: 165px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 165px;
    font-size: 58px;
    color: #2196F3;
    margin: 0 auto;
}

.card-articulo-imagen-placeholder {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.card-articulo-titulo,
.card-contacto-titulo {
    flex-grow: 1;
    width: 50%;
    min-width: 250px;
}

.card-contacto-titulo {
    font-size: 28px;
}

.card-contacto-footer {
    padding: 16px 32px;
    border-top: 1px solid #eee;
    text-align: right;
    background: none;
}

.card-contacto-footer .card-contacto-link {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    text-align: center;
    color: #6f6f6f;
    margin-right: 10px;
}

.card-contacto-footer .card-contacto-link i {
    position: relative;
    left: 1px;
    top: -1px;
}

.card-contacto-footer .card-contacto-link:hover,
.card-contacto-footer .card-contacto-link:active,
.card-contacto-footer .card-contacto-link:focus {
    background: #789bff;
    border-color: #789bff;
    color: #fff;
}

.galeria-lista-recuadro {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 50px;
    justify-content: space-around;
}

.galeria-lista-renglon {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    padding-top: 25px;
}

.galeria-item {
    position: relative;
    overflow: hidden;
}

.galeria-item .card-title {
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
    border-radius: 0;
    box-shadow: none;
}

.galeria-item-recuadro .card-title {
    margin-bottom: 10px;
}

.galeria-lista-renglon .galeria-item-renglon {
    flex-direction: row;
}

.galeria .tipo-lista {
    position: absolute;
    right: 10px;
    bottom: 5px;
    border: none;
    box-shadow: none;
    z-index: 1;
}

.galeria-lista-recuadro .galeria-item-recuadro {
    width: 20%;
    max-width: 300px;
    min-width: 180px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
}

.galeria-item-renglon .card-image,
.galeria-item-recuadro .card-image {
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    z-index: 3;
    background: #f9f9f9;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.galeria-item-recuadro .card-image-normal {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 0;
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.galeria-item-renglon .card-image {
    margin: 0;
    max-width: 285px;
    min-width: 210px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.galeria-item-renlon .card-image img,
.galeria-item-recuadro .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.galeria-item-renglon .card-body {
    padding-left: 30px;
}

.galeria-item-renglon .card-footer {
    display: flex;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
}

.galeria-item-renglon .cr {
    width: 150px;
}

.galeria-item-renglon .cr-top {
    top: 10px;
}

.galeria-item-renglon .cr {
    width: 150px;
}

.galeria-item .card-image a {
    display: block;
    height: 100%;
}

.centro-ayuda .nav-item .badge {
    top: -1px;
    position: relative;
    background-color: #a2a2a2;
}

.centro-ayuda .nav-item.active .badge {
    background-color: #3399ff;
}

.card-articulo {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 430px;
    overflow: hidden;
    min-width: 230px !important;

}

/*********************************************************************
	Centro de Ayuda
*********************************************************************/
/*********************************************************************
	Novedades
*********************************************************************/
.galeria-item-recuadro.novedad-item-recuadro {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-width: 230px;
}

.novedad-ficha {
    max-width: 1000px;
    margin: 0 auto;
}

.novedad-ficha-imagen {
    display: block;
    margin: 0 auto;
}

.novedad-ficha-bajada {
    display: block;
    display: -webkit-box;
    height: 49px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-link {
    display: inline-block;
    position: relative;
}

.video-icono {
    position: absolute;
    margin: auto;
    display: block;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    font-size: 60px;
}

.video-link:hover .video-icono {
    color: #39a1f4;
}

.galeria-item-renglon .novedad-ficha-fecha {
    position: absolute;
    bottom: 10px;
}

/*********************************************************************
	Fin Novedades
*********************************************************************/
/*********************************************************************
	Tablero Inicio
*********************************************************************/
.tablero-inicio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.tablero-inicio.fadeIn {
    --animate-duration: 2s;
}

.tablero-inicio .card-inicio {
    width: calc(33% - 30px);
    min-width: 320px;
    margin: 15px;
}

.tablero-inicio .card-inicio > .card-body {
    max-height: 330px;
    overflow: hidden;
}

#tablero-inicio-documentos.card-inicio > .card-body {
    max-height: 268px;
}

.tablero-inicio .card-inicio .card-carousel {
    border: 0;
    box-shadow: none;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 40px;
    height: 300px;
}

.tablero-inicio .card-inicio .card .card-image {
    margin: 0 auto;
}

.tablero-inicio .card-inicio-scroll > .card-body {
    overflow-y: auto;
}

.card-inicio .carousel-control {
    position: absolute;
    display: block;
    top: 50%;
    bottom: unset;
    z-index: 5;
    height: 50px;
    width: 50px;
    margin: 5px;
    color: #39a1f4;
    font-size: 30px;
    border-radius: 50%;
    line-height: 50px;
}

.card-inicio .carousel-next {
    right: 0;
    left: unset;
}

.card-inicio .carousel-control:hover {
    background: rgba(66, 165, 245, 0.5);
    color: #FFF;
}

.card-inicio-link {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #808080;
    text-align: center;
    color: #6f6f6f;
}


.card-inicio-link-bloque {
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px rgba(0, 0, 0, .08), 0 1px 5px 0 rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
    margin-bottom: 10px;
    color: #424242;
}

.card-inicio-link-bloque:last-child {
    margin-bottom: 0;
}

.card-inicio-link-bloque:hover {
    color: #fff;
    background-color: rgb(120, 155, 255);
    text-decoration: none;
}

.btn-group .card-inicio-link {
    margin-right: 10px;
}

.btn-group .card-inicio-link:last-child {
    margin-right: 0px;
}

.card-carousel .card-inicio-link {
    position: absolute;
    bottom: 0px;
    right: -15px;
}

.card-inicio-link-actividad {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.texto-ayuda-actividad {
    padding-right: 50px;
}

.card-inicio-link i {
    position: relative;
    left: 1px;
    top: -1px;
}

.card-inicio-link:hover,
.card-inicio-link:active,
.card-inicio-link:focus {
    background: #789bff;
    border-color: #789bff;
    color: #fff;
}

.novedad-item-recuadro .card-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.novedad-item-recuadro .card-image .img-defecto {
    height: 155px;
    width: auto;
}

.relevamiento-item-recuadro .card-image {
    width: 45%;
    max-width: 155px;
    border-radius: 50%;
    flex-shrink: 0;
}

.relevamiento-item-recuadro .card-image .img-defecto {
    padding: 15px;
}

.relevamiento-item-recuadro .novedad-ficha-bajada {
    margin-left: 25px;
    margin-right: 25px;
}

#tablero-inicio-actividad > .card-body,
#tablero-inicio-contacto > .card-body {
    display: flex;
    flex-direction: column;
}

#tablero-inicio-actividad .texto-ayuda {
    margin-top: 0;
}

.card-inicio-actividad .card-body,
.card-inicio-documento .card-body,
.card-inicio-contacto .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}

.card-inicio-actividad,
.card-inicio-contacto {
    flex-grow: 1;
}

.card-inicio-contacto {
    margin-bottom: 14px !important;
}

.documento-item-recuadro {
    border: none;
    box-shadow: none !important;
}

.documento-item-recuadro .card-image {
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 75px;
    color: #9c9e9f;
    border-radius: 50%;
    text-align: center;
}

.card-inicio-documento .card-body h2,
.card-inicio-contacto .card-body h2 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    color: #424242;
    flex-grow: 2;
    font-weight: normal;
}

.card-inicio-documento .card-body h2.text-muted {
    color: #777;
}

.card-inicio-documento .card-body .btn-group,
.card-inicio-contacto .card-body .btn-group {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    width: 80px;
}

.card-inicio-documento {
    overflow: hidden;
    margin-bottom: 14px !important;
}

.card-inicio-documento .card-articulo-imagen-placeholder {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    font-size: 25px;
    line-height: 35px;
    color: #9c9e9f;
}

.card-inicio-documento .cr {
    left: -16px;
    top: 11px;
    width: 51px;
    padding: 3px;

}

.card-inicio-actividad .datos-contenedor {
    flex-grow: 1;
}

.card-inicio-actividad h2 {
    margin: 0;
}

.card-inicio-actividad p {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
}

.card-inicio-actividad .img-placeholder {
    width: 60px;
    height: 60px;
    margin-right: 25px
}

.card-inicio-actividad .img-placeholder img {
    width: 60px;
    height: 60px;

}

.card-inicio-mensaje {
    padding: 50px;

}

.card-inicio-mensaje .mensaje {
    line-height: 1.5
}

/*********************************************************************
	Fin Tablero Inicio
*********************************************************************/

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

/*********************************************************************
	Configuración general
*********************************************************************/
.w-100 {
    width: 100%;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-flex-center {
    justify-content: center;
}

.configuracion-general-cards {
    margin-top: 30px;
}

.configuracion-general-card-contenedor {
    margin-bottom: 30px;
    min-width: 370px;
}

.configuracion-general .configuracion-general-card {
    height: 100%;
    width: 100%;
    margin: 0;
}

.configuracion-general .configuracion-general-card > .card-body {
    max-height: none;
}

.configuracion-general-pagina-link i {
    top: 0;
    left: 0;
}

.configuracion-general-volver {
    background: #51acf5;
    border: 0;
    padding: 10px 17px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.configuracion-general-volver > span {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .col-md-4-flex {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/*********************************************************************
	Fin configuración general
*********************************************************************/

.tablero-filtros-contenedor .card-actions .btn:first-child {
    margin-right: 10px;
}

.tablero-grafico-columna {
    margin-bottom: 20px;
}

.tablero-grafico-columna .card {
    display: flex;
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
}

.tablero-grafico-columna .card-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-grow: 1;
}

.tablero-grafico-legends {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.tablero-grafico-legends > div {
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    margin: 5px;
}

.tablero-grafico-legends > div > span:first-child {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin-right: 5px;
}

.tablero-grafico-legends .legend-hidden {
    text-decoration: line-through;
    color: #dbdbdb;
}

/*
* Estado de sistema
*/
.estado-sistema .card {
    padding: 10px;
    border-radius: 5px;
}

.estado-sistema .card-blue {
    color: #fff;
    background: #007bff;
}