﻿.background-error {
    background-color: #edb6b6;
}

.login-form-box {
    background-color: #191919; /*#84bd00;*/
    color: #cccccc;
}
.login-controls-background {
    background-color: #84bd00;
}
.row-logo-login {
   /* background-color: #81bd03; */
    margin: 0px; border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
    padding-top: 200px;
}

.row-form-login {
    /*background-color: #81bd03;*/
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.row-form-login {    
    padding: 15px;
    /*background-color: white;*/
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login-box {
    /*border: solid 2px #84bd00;*/
    padding: 0px;
/*    min-width: 300px !important;
    max-width: 350px !important;*/
    min-width: 400px !important;
    max-width: 450px !important;
}
.text-superdark-gray {
    color: #333333;
}

.nav-link2 {
    padding-left: 5px;
    margin-left: 20px;
    text-decoration: none;
    width: 100%;
    font-size: 1.05rem;
    color: white;
}
.nav-link2:hover {
    background-color: white; 
    color: black;
    text-decoration: none;
}

/* Animation Bar */
.meter {
    height: 5px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
}

.progressbrd {
    background-color: #5E50F9;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}




.container {
    width: 100%;
    background: #f1f1f1;
    height: 5px;
    position: relative;
    overflow: hidden;
}

.container .progress_bar {
    position: absolute;
    width: 300px;
    height: 5px;
    background: #5E50F9;
    /* You can get rid of these style below*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #f48225;
}




/* Animation Bar */

.tdSubItemInforme {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.iframeSpeckle {
    border: solid 1px #f1f1f1;
    height: 500px;
    width: 100%;
}

.table-condensed td {
    padding: 0px !important; 
}

.padding-10px {
    padding: 10px !important;
}

.checkList label{
    padding-left: 5px;
}
.checkList input {
    height: 18px;
    width: 18px;    
}
.checkboxbasic {
    padding-left: 20px;
}
.checkboxbasic input {
    height: 18px;
    width: 18px;
}

.linknav:hover {
    background-color: #547800 !important;
    color: white !important; 
}
.whiteicon {
    color: white !important;
}

/*.sidebar .nav.sub-menu .nav-item .nav-link.active {*/
    /*color: #000;*/
    /*background: #547800 !important;
}*/


.nav-item.active {
    background: #75a701 !important;
}

.nav-item.active .linknav.active {
    background: #628c02 !important;
}
/*nav-link .linknav.active {
    background: red !important;
}*/
/*
.linknav.active {
    background: red !important;
}*/

.padding-top-20px {
    padding-top: 20px;
}

.ulSubItemsCheckList li{
    list-style-type: none;
    height: 25px;
    width: 250px;
    text-align: left;
    float: none; 
}

.ulSubItemsCheckList td {    
    height: 20px;
    width: 250px;
    text-align: left;    
}
.ulSubItemsCheckList label {
    height: 20px;    
    text-align: left;
}

.bglogin {
    background-image: url(../images/backgroundlogin.jpg) !important;
    background-position: center center;
    /* Para que la imagen de fondo no se repita */
    background-repeat: no-repeat;
    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
    background-attachment: fixed;
    /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
    background-size: cover;
}
.linkNoDecoration {
    text-decoration: none !important;
}

