.divScroll {
    overflow-y: scroll;
    height: 500px;
    overflow-x: hidden;
}

.tab-pane {
    margin-top: 15px;
}

.label {
    text-transform: uppercase;
}

iframe {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    display: block;
}

.celda-derecha {
    text-align: right;
}

.celda-izquierda {
    text-align: left;
}

.celda-centro {
    text-align: center;
}

.celda-aprobacion-recibidos{
    text-align: center;
    padding-left: 4em;
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.dropdown-menu.animated.fadeIn {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.card-body.animated.fadeIn {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@media (max-width: 192px) {
    #navBar .txtItemMenu

{
    display: none;
}

}

@media (max-width: 300px) {
    #Grid {
        width: 100%;
        overflow-x: scroll;
    }
}