/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 07/08/2020, 18:04:04
    Author     : wespinosa
*/

.wd-password{
    -webkit-text-security: disc;
}

.wd-table-center tbody td{
    vertical-align: middle;
}
.swal2-container{
    z-index: 999999  !important;
}
.select2-dropdown{
    z-index: 9999 !important;
}

.vic-content-sliders{
    width: 100%;
    position: relative;
    overflow: auto;
}
.vic-content-children{
    width: 200%;
    overflow: auto;
    height: 78px;
    object-fit: cover;
}

.vic-tabla-responsive{
    position: relative;
    overflow: auto;
    width: 100%;
}
.bg-castores{
    background-color: #f7b235;
    color: rgba(0, 0, 0, 0.8);
}

.bg-castores:hover {
    color: rgba(0, 0, 0, 0.8);
}

.bg-lobatos{
    background-color: #fcd200;
    color: rgba(0, 0, 0, 0.8);
}
.bg-lobatos:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bg-exploradores{
    background-color: #219bd2;
    color: rgba(0, 0, 0, 0.8);
}
.bg-exploradores:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bg-pioneros{
    background-color: #df051c;
    color: rgba(0, 0, 0, 0.8);
}
.bg-pioneros:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bg-rutas{
    background-color: #009136;
    color: rgba(0, 0, 0, 0.8);
}
.bg-rutas:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bg-adultas{
    background-color: #663399;
    color: rgba(0, 0, 0, 0.8);
}
.bg-adultas:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bg-adultasnocesantes{
    background-color: #5ca099;
    color: rgba(0, 0, 0, 0.8);
}
.bg-adultasnocesantes:hover {
    color: rgba(0, 0, 0, 0.8);
}


