.logoCIT{
    width: 200px;
}
.fondoCoop{
    background-image: url("../planta.jpg");
    background-size: cover;
    height: 100vh;
}

.local-carrusel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: scroll;
    z-index: 1;
}

.prueba-alto{
/*    height: 100% !important;*/
    width: 100% !important;
}
.app-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.navbar-presentacion{
    height: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navbar-items-centered{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.text-inline{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.is-link{
    color: #4e73df !important;
}

.sidebar-divider{
    margin: 0 !important;
}

.aumented-text{
    font-size: x-large;
}

.nav-text-width{
    width: 100%;
}

.nav-text-link-content{
    padding: 0.3rem 1rem;
    margin: 0 0.5rem;
}

.without-padding-right{
    padding-right: 0;
}

.container-options{
    width: 70%;
    margin: 0 auto 1rem auto;
}

.options{
    padding: 0.3rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
    line-height: 1.3;
    font-size: 1rem;
}

.options:hover{
    background-color: #eaecf4;
}

.sidebar .nav-item .nav-link[data-toggle=collapse]::after{
    rotate: 180deg;
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after{
    rotate: 90deg;
}

.sidebar .nav-item .nav-link{
    width: 100% !important;
}

.sidebar{
    min-height: auto !important;
}

.without-margin{
    margin: 0;
}
/*
.carousel-item{
    height: 100% !important;
}

.alturaImagen{
    height: 100% !important;
}
*/

.table td{
    padding: .0rem 0.3rem;
    height: .5rem !important;
}

.oculto {
    display: none;
}

.totalTabla{
    background-color: red;
}
.dataTables_info{
    display: inline;
}
.dataTables_paginate {
    float:right;
}

.containerTabla{
    max-width: 95vw;
}
@media (min-width: 1440px) {
    .containerTabla{
        max-width: 70vw;
    }
  }

.sidebar, .tamañoMenu{
    width: 50vw !important;
    margin-left: 25vw;
}

.chart-area {
  height: auto;
}

@media (min-width: 768px) {
  .chart-area {
    height: auto;
  }
}

#contenedorTablaDetalle{
  height: auto;
}

footer img {
    position: fixed;
    bottom: 0 !important;
    text-align: center !important;
}

table td {
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    font-size:12px;
}

th, td{
    text-align: right;
}

.left{
    text-align: left !important;
    /*font-weight: bold;*/
    color: black;

}

.right{
    text-align: right;
    /*font-weight: bold;*/
    color: black;
}

.imgCenterSize{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.enDesarrollo{
    width: 25%;
}

.contenidoTabla{
    font-weight: bold;
}

.nav-link.dropdown-toggle{
    font-weight: normal;
}

.nav-link{
    font-weight: bold;
}

.dt-button.buttons-html5{ /*boton de exportar a excel*/
	color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

.dt-button.buttons-print{
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}


.dataTables_wrapper .dt-buttons {
    float:none;  
    text-align:center;
}

th {
    font-size: 1rem;
}

.tituloTabla{
    font-size: 1rem;
}

.ui-datatable thead th {
    background-color:red !important;
    color: green !important;
}

.selected{
    background-color:red !important;
}

.text-center{
    text-align: center;
}

.imagenEnTabla{
      float: right;
      height: 10px;
}

.mensaje{
    color:white;
    background-color: #4e73df;
    text-align: center;
    font-weight: bold;
}

/*PARA MENSAJE DE POPUP */
.invisible{
    visibility: hidden;
}

.mensaje-popup{
    background-color: red;
    color: white;
}


/*PARA EL TOOLTIP
.tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -82px auto 0;
    font-size: 16px;
    padding: 13px;
    width: 220px;
  }
  .tooltip:hover:before{
    border: solid;
    border-color: #444 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 30px;
    position: absolute;
  }*/

