.imageShadow {
    width: 110px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.textTab {
    font-size: 11px;
}



.navToimisto a {
    color: white;
}

.menuWhite {
    color: white;
}

.divCompany {
    border: solid;
    border-color: #6699ff;
    border-width: 1px;
    border-radius: 5px;
    height: 150px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.statusCompleta {
    font-weight: bold;
    color: #339547;
}

.statusIncompleta {
    font-weight: bold;
    color: #ff9900;
}

.statusCancelada {
    font-weight: bold;
    color: #e93434;
}

.statusProceso {
    font-weight: bold;
    color: #1a7fda;
}

.statusVigente {
    font-weight: bold;
    color: #339547;
}

.statusCaducada {
    font-weight: bold;
    color: #e93434;
}

.statusCerrado {
    font-weight: bold;
    color: #339547;
}

.statusAbierto {
    font-weight: bold;
    color: #ff9900;
}

.divMessage {
    border: 1px solid #c2d6d6;
    padding: 20px;
    margin: 10px 20px 10px 20px;
    border-radius: 8px;
}
.navToimisto { background-color: #00155F;
    font-size: 16px;
    color: white;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
                            background-color: #00155F;
    color: white;
}

.body-login { background-color: #00155F;
}

.logo-container {
                            background-image: url('/repository/GW_1_1718865686698.png');width: 158px;
    height: 158px;
    /* Ajusta la altura según sea necesario */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-container-menu {
                            background-image: url('/repository/GW_1_1718865686698.png');width: 40px;
    height: 40px;
    /* Ajusta la altura según sea necesario */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}