﻿@media (min-width: 768px) {
    .table-responsive {
        overflow-x: inherit;
    }
}
/* normal */

.exportar-excel {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
}


/* cuando entra a mobil */
@media(max-width: 767px) {

    .exportar-excel {
        margin: auto;
        display: block;
    }

    .esconder-sm {
        display: none;
    }
}


.fondo-login {
    background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url(../../images/fondoLogin.jpg) no-repeat center center fixed;
    /*background: url(../../images/fondo.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #999;
}


.logo-icono-login {
    display: block;
    margin: auto;
    padding-top: 10px;
}


.fondo, .fondo_total {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 100000;
}

    .fondo .loader {
        position: relative;
        left: 48%;
        top: 100px;
        color: #66afe9;
        display: table;
    }

    .fondo_total .loader_total {
        position: relative;
        left: 48%;
        top: 100px;
        color: #66afe9;
        display: table;
    }

    .fondo_total .loader_total2 {
        color: #66afe9;
        display: table;
        position: relative;
        margin: auto;
    }

.vigente-1 {
    display: block;
}

.vigente-0 {
    display: none;
}

.no-vigente-1 {
    display: none;
}

.no-vigente-0 {
    display: block;
}

td label {
    font-weight: normal;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.contenedor-margin-20 {
    margin: 20px;
}


.contenedor-scroll-300 {
    height: 300px;
    overflow: auto;
}


.tm-rowclick td, .tm-rowclick tr {
    color: #3c8dbc;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.tm-rowclick-arrow td, .tm-rowclick tr {
    color: #3c8dbc;
    text-decoration: none;
    background-color: transparent;
}

.imagen-edicion-ancho {
    width: 80%;
}

.imagen-edicion-alto {
    height: 185px;
}

.imagen-thumb {
}

.txt-falso {
    overflow: hidden;
}

.caja-resultado-busqueda {
    width: 250px;
    display: table;
    float: left;
    padding-right: 20px;
}

.padding-left {
    margin-left: 10px;
}

.table-bordes-negros > tbody > tr > td {
    border: 1px solid #E8E8E8;
}

label {
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
