/* body.pushable>.pusher, #Contenido {
    background: #d6d6d6;
} */
/* Menu (módulos) */
.ui.thin.left.sidebar, .ui.thin.right.sidebar {
    width: 100px;
}
.ui.inverted.menu {
    background: var(--menu-background);
}
.ui.inverted.icon.menu .item {
    color: var(--menu-text-color);
}
/* .ui.visible.wide.left.sidebar~.fixed, .ui.visible.wide.left.sidebar~.pusher {
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
} */
/* .ui.visible.thin.left.sidebar~.fixed, .ui.visible.thin.left.sidebar~.pusher {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
} */
/* Menu superior derecho (usuario y actividades) */
#mnUsuario .transition, #mnUsuario_Actividades .transition {
    background: var(--menu-background);
    color: var(--menu-text-color);
}
#mnUsuario .transition .item, #mnUsuario_Actividades .transition .item {
    color: var(--menu-text-color) !important;
}
/* Menú navegación */
.mnNavegacion {
    -webkit-transform: translate3d(100px,0,0) !important;
    transform: translate3d(100px,0,0) !important;
}
.mnVentana_Abierta {
    padding: 5px 10px !important;
    cursor: pointer;
}
.mnVentana_Abierta .buttons {
    margin-left: 10px;
}
/* .mnVentana_Abierta.active .buttons {
    display: block;
} */
.ui.wide.left.sidebar, .ui.wide.right.sidebar {
    width: 250px;
    background: var(--menu-sub-background);
}
#Contenido {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
    width: calc(100% - 100px);
}
.Vista .Vista_Contenido {
    padding: 15px;
}
.Vista_Menu .ui.form .inline.fields {
    margin: 0;
}
.Vista_Menu .item {
    padding: 0px 10px !important;
}

/*------scroll bar (AGREGAR COLORES
                    AL ARCHIVO DE ESTILOS DEL TEMA
---------------------*/
::-webkit-scrollbar {
    width: 5px !important;
    height: 10px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #525965;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #525965;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
    background: transparent;
  }
  ::-webkit-scrollbar-track:active {
    background: transparent;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  .error{color:#9f3a38;}

/*Mensajes*/
.toast-success {
    color: #ffffff;
    border-color: #1bbf89;
    background-color: #1bbf89;
}
.toast-warning {
    color: #ffffff;
    border-color: #f7af3e;
    background-color: #f7af3e;
}
.toast-info {
    color: #ffffff;
    border-color: #56c0e0;
    background-color: #56c0e0;
}
.toast-error {
    color: #ffffff;
    border-color: #db524b;
    background-color: #db524b;
}
#toast-container > div {
    opacity: 1;
    margin-top: 20px;
    border-radius: 4px;
    padding: 20px 20px 20px 50px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#toast-container > div:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}
#toast-container.toast-top-right > div {
    margin-top: 10px;
}

.requerido:after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    color: red;
}

.tooltip {
    text-align: left;
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: black;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.ui.yellow.button,
.ui.yellow.buttons .button{
    color: #734100 !important;
}

    .cabecera{
    position: absolute;
    display: flex;
    width: 100%;
    height: 50px;
    top: 0px;
    /*background: #FFFFFF;*/
    /*border-bottom: 2px solid #d0d0d0;*/
    }
    .contenido{
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 50px;
    padding: 8px;
    background: var(--body-bg-color);
    overflow-y: auto;
    overflow-x: hidden;
    }
    .pie{
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background: #e8e8e8;
    }





.gray-bg{
    background: #333;    
}
.pageloader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity:1;
    overflow: hidden;
    display: table;
}
.intro {
    margin: 0 auto;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(#F5E400, rgb(64, 64, 64), rgb(64, 64, 64));
    animation: animate .7s linear infinite;
    vertical-align: middle;    
}

.intro span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(#F5E400, rgb(64, 64, 64), rgb(64, 64, 64));
    animation: animate .4s linear infinite;
}

.intro:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #333;
    border-radius: 50px;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



#loading{
    margin-top: 18%; 
    text-align: center;
    color: white;
}

@media only screen and (max-width: 700px) {
    #loading{
        margin-top: 60%; 
    }
}

 #inferior{
    text-align: center;
    color: #FFF;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px; 
    height:80px; 
    z-index:0;
 }
 #abajo{
    text-align: center;
    color: #FFF;
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px; 
    height:50px; 
    z-index:0;
 }