.table th {
    text-transform: uppercase;
}


/**
.table th a {
  color: black;
}
*/


/****************************CSS PARA PANTALLAS*******************************/


/**AGREGAR CLASE "table-striped" A LAS TABLAS PARA OBTENER ELEMENTOS CON DIFERENTE COLOR**/


/**LIBRERIAS**/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url('/font/Roboto/Roboto-Regular.ttf') format('woff2');
}


/****/


/**Fondo Principal**/

body {
    font-family: 'Roboto';
}

.content-wrapper {
    background: #fff !important;
}


/**Fin de Fondo Principal**/


/**header principal**/


/*nav.main-header{ background: linear-gradient(to right, #d4d4d4, #f9f8f8);} */

ul.navbar-nav.navbar-item1 {
    display: inline-block;
    width: 10%;
}

div.navbar-item2 {
    display: inline-block;
    width: 65%;
    text-align: center;
}

div.navbar-item2 img {
    width: 15%;
}

div.navbar-item3 {
    display: inline-block;
    width: 25%;
    text-align: right;
}

div.navbar-item3>div {
    display: inline-block;
    font-size: 0.9rem;
    position: relative;
    text-align: right;
    top: 10px;
}

div.navbar-item3>div>span {
    display: block;
    color: #026847;
}

div.navbar-item3 img {
    display: inline-block;
    width: 20%;
    border-radius: 50%;
}


/**fin header principal**/


/**Sidebar**/

.texto-ajustado {
    white-space: initial !important;
}

li.nav-item.has-treeview {
    width: 100%;
    z-index: 5;
}

a.nav-link i.nav-icon {
    max-width: 10%;
    float: left;
    padding-top: 2%;
}

p#title-element-sidebar {
    max-width: 85%;
}

aside.main-sidebar {
    background: linear-gradient(to top, #1C352D, #026847);
}

.elevation-5 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .8)!important;
}

div.os-content nav {
    z-index: 15;
}

.text-min {
    color: #fff !important;
    font-size: 1rem;
}

aside.main-sidebar a.nav-link {
    background-color: #007bff00 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, .0) !important;
    border-radius: 8px;
}

aside.main-sidebar a.nav-link:hover {
    background: linear-gradient(to bottom, #026847, #1C352D) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .0), 0 1px 2px rgba(0, 0, 0, .0) !important;
}

div.content-esfera {
    z-index: 0;
    position: absolute;
    bottom: 1px;
    right: 10px;
}

div.content-esfera>img {
    max-width: 90%;
    max-height: 100%;
}

.sidebar-element-active {
    background: linear-gradient(to top, #f36913, #f58641) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .0), 0 1px 2px rgba(0, 0, 0, .0) !important;
}


/**Fin SideBar**/


/**TITULOS PRINCIPALES**/

.content-header h1 {
    color: #F58641;
}


/**FIN TITULOS PRINCIPALES**/


/**BREADCRUMB'S**/

ol.breadcrumb a {
    color: #026847 !important;
}

ol.breadcrumb a:hover {
    color: #00b77e !important;
}


/**FIN BREADCRUMB'S**/


/**BOTONES**/

.btn-green {
    background-color: #026847 !important;
    border-color: #026847 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .0) !important;
}

.btn-green:hover {
    background-color: #0a8c62 !important;
    border-color: #0a8c62 !important;
}

.btn-gray {
    background: linear-gradient(to top, #D2D9D5, #ffffff) !important;
    border-color: #e6e6e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .0) !important;
    color: #444444 !important;
}

.btn-gray:hover {
    background: linear-gradient(to top, #c5c5c5, #d2d2d2) !important;
    border-color: #d2d2d2 !important;
}


/**FIN BOTONES**/


/**Mensajes Emergentes**/

.mensaje_gray_light {
    color: #748175;
    background: linear-gradient(to top, #d2d9d5, #FFFFFF);
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .5);
}

.mensaje_gray_weight {
    color: #ffffff;
    background: linear-gradient(to top, #d2d9d5, #748175);
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .5);
}


/**Fin de Mensajes Emergentes**/


/**Acciones de ver, editar, eliminar**/


/** agregar al contenedor de los tools la clase "item-tools"**/

.item-tools:hover {
    background: linear-gradient(to right, #F36913, #F58641);
    color: #fff !important;
}


/**Fin Acciones de ver, editar, eliminar**/


/**Footer**/

.main-footer {
    border-top: 0px !important;
    font-size: 0.8rem !important;
    color: #748175 !important;
    background: url(/img/Iconn-olas-blancas.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 110px;
}

.main-footer a {
    color: #748175 !important;
}

footer.main-footer>div#info-footer {
    position: relative;
    top: 55%;
}


/**Fin Footer**/


/* @media screen and (min-height: 750px) and (max-height:800px) {
    .content-wrapper.jf-body-container {
        min-height: 380px !important;
    }
}

@media screen and (min-height: 400px) and (max-height:740px) {
    .content-wrapper.jf-body-container {
        min-height: 360px !important;
    }
} */


/**************MOBILES****************/

@media screen and (max-width: 720px) {
    div.navbar-item2 img {
        width: 40%;
    }
    div.navbar-item3 {
        width: 35%;
    }
    div.navbar-item3>div {
        font-size: 0.6rem;
    }
    div.navbar-item3 img {
        width: 25%;
    }
}

@media screen and (min-width: 800px) and (max-width:1000px) {
    div.content-esfera>img {
        max-width: 80%;
    }
}


/**************MOBILES****************/


/**************************FIN DE CSS PARA PANTALLAS********************************/

.dot {
    height: 4px;
    width: 4px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block;
}

.dropdown-toggle::after {
    content: none;
}

a.jf-action {
    padding: 0px;
}

.container {
    /*background: #e0e0e0;*/
    margin: 0 0 1rem;
    height: 10rem;
    display: flex;
    /* align-items por defecto tiene el valor `stretch` */
    align-items: start;
}

.center-h {
    justify-content: center;
}

.center-v {
    align-items: center;
}


/**
.error-message {
  display: inline-block;
  font-weight: 500;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #000000 !important;
}

[class*=sidebar-dark-] {
  background-color: #000000 !important;
}

tr.record-deleted > td {
  color: red;
  font-style: italic;
}

.required label:after {
  color: #d00;
  content: " *";
}
*/


/*# sourceMappingURL=custom.css.map */

a.logout {color: #848484}

div#tituloAcaciaModulos, a.modulos-acacia {color: #686868}