﻿

.titopc {
    width: 25%;
}

.titopc2 {
    width: 12%;
    background-color:rgb(253, 230, 227);

}

.titopc3 {
    width: 39%;
     background-color:rgb(253, 230, 227);
   
}


.divVFTotales {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}



/*.divVistaFE {
    border: 1px solid rgba(255, 87, 34, 0.75);
    padding-right: 15px;
    padding-left: 15px;
}*/
@media only screen and (max-width: 980px)  {
     .titopc2 {
        width: 25%;
             background-color:rgb(253, 230, 227);
   
    }

     .titopc3 {
    width: 25%;
         background-color:rgb(253, 230, 227);
     
}
}

@media only screen and (max-width: 980px) and (min-width: 893px) {

}

/* Para 800px */
@media only screen and (max-width: 892px) and (min-width: 887px) {

}

/* Para 600px */
@media only screen and (max-width: 886px) and (min-width: 768px) {/*501px*/

}


/* Para 480px */
@media only screen and (max-width: 767px) and (min-width: 412px) {/*412*/

}


/* Para 480px */
@media only screen and (max-width: 411px) and (min-width: 341px) {

}


/* Para 480px */
@media only screen and (max-width: 376px) and (min-width: 341px) {

}
/* Para 320px */
@media only screen and (max-width: 340px) and (min-width: 5px) {



    .titopc {

        width: 25%;
        /*font-size: 11px;*/
    }

  

 


}














.DivResultados {
    overflow-x: auto;
}




.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #bfd1e0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li {
    width: 50%;
}



/*.Tblth {
    background-color: #8b0000;
}*/



.subtitVF {
    color: #B40404;
}

.textTotales {
    text-align: left;
    float:right;
    width: 100px;
    height: 25px;
    
        padding-right: 15px;
    padding-left: 15px;
        margin-left: 20px;
    margin-right: 40px;
}





    

    .material-switch > input[type="checkbox"] {
    display: none;   
    }
    .material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background:#9e9e9e;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
