﻿.txtFecha {
    margin-bottom: 0px !important;
}

.DivSalir {
    background-color: #353535;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.DivSalirMsj {
    width: 100%;
    min-height: 200px;
    background-color: #628c1a;
    margin-top: 15%;
    color: #ffffff;
    padding: 5%;
}

.DivSalirError {
    width: 100%;
    min-height: 260px;
    margin-top: 3%;
    color: #ffffff;
    padding: 2%;
    border-left: solid 7px red;
}

/*Update progress rapido arriba*/
.DivVolverAlInicio {
    background-color: #628c1a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    height: 5px;
    animation-duration: 5s;
    animation-name: VolverAlInicio;
}

.tblUserContrato {
    width: 100%;
}

    .tblUserContrato tr {
        background-color: transparent !important;
    }

    .tblUserContrato td {
        padding: 0;
        border: none;
        font-size: 14px;
    }


.CuadroControles {
    margin: auto;
    border-top: solid 3px #628c1a;
    padding: 10px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
    box-shadow: 1px 1px 5px 0px rgba(133,133,133,1);
}

.widget {
    background-color: white;
    min-width: 100px;
    margin-right: 5px;
    float: left;
    padding: 20px 10px;
    border-radius: 2px;
    border-top: solid 2px #b5b6b9;
    min-height: 190px;
    margin-top: 10px;
    border: 0;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.WidgetTitulo {
    font-size: 30px;
    font-weight: lighter;
    border-bottom: solid 1px #dad7d7;
    margin-bottom: 10px;
}


.msjExitoNoPopup {
    margin: auto;
    border: solid 1px #9dff00;
    background-color: #ddfbe2;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.lblSaldoInfoGeneral {
    font-weight: bold;
}

@keyframes VolverAlInicio {
    from {
        top: 0px;
        left: 0px;
        width: 1%;
    }

    to {
        top: 0px;
        left: 0px;
        width: 100%;
    }
}



@media (min-width: 670px) {

}
