﻿@media (min-width:120px) and (max-width:1032px) {
    .clearfix {
        position: center;
        text-align: center;
    }
}

@media (min-width:1033px) and (max-width:3000px) {
    .position {
        margin-left: -300px;
        margin-right: -100px;
    }
}

@media (min-width:120px) and (max-width:767px) {
    .body {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 110% 110%;
    }

    .login-layout {
        background-repeat: no-repeat;
        background-size: 110%;
    }

    .mibtn {
        margin-bottom: 5px;
        align-items: center;
        text-align: center;
    }

    .mibtng {
        text-align: center;
        align-content: center;
        align-items: center;
    }

    .modalconsulta {
        width: 90%;
        text-align: center;
        align-items: center;
    }
}

.UsuAdmin {
    font-size: 14px;
    text-align: center;
    font-family: Arial !important;
    color: white !important;
    padding-top: 6px;
}


@media (min-width:120px) and (max-width:320px) {
    .imagenRosado {
        width: 40%;
        height: 40%;
    }

    .widget-body .widget-main .row .Prueba {
        height: 20px !important;
    }


}

/*Pertenece a frmBandejaPostulante*/
@media screen and (max-width: 801px) {

    /* Desaparecer el header */
    table.tableFamiliares thead, th {
        border: none;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 100%;
    }
    /* Cada celda ocupa todo el ancho 
   de la tabla */
    table.tableFamiliares tr {
        border-bottom: 3px solid;
        background-color: #d9edf7;
    }

    table.tableFamiliares td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1.2em;
        text-align: right;
        padding: 10px;
    }

        table.tableFamiliares td:before {
            content: attr(data-title);
            float: left;
            font-weight: bold;
            font-size: 1em;
            padding: 1px 5px;
        }
}


@media only screen and (max-width: 801px) {



    /* Force table to not be like tables anymore */
    #mi-tabla-responsiva table,
    #mi-tabla-responsiva thead,
    #mi-tabla-responsiva tbody,
    #mi-tabla-responsiva th,
    #mi-tabla-responsiva td,
    #mi-tabla-responsiva tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #mi-tabla-responsiva thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
            /*text-decoration-color:aquamarine; vero*/
           /* background-color:blue;//vero*/
           
        }

    #mi-tabla-responsiva tr {
        border: 1px solid #999;
       
    }

    #mi-tabla-responsiva td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        /*text-align: left;*/
        background-color: white;
          }

        #mi-tabla-responsiva td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 2px;
            left: 6px;
            width: 60%;
           
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            content: attr(data-title);
           
        }

    .footer_bottom {
        margin: 0 -20px;
        background: #302e2b;
        padding: 13px 0 16px;
    }

    .copyright {
        padding: 0;
        font-size: 12px;
        color: #9a9281;
    }
}


/*Estilos de Busqueda*/

#ace-settings-btn {
    background-color: #EF858F !important;
    border-color: #EF858F !important;
}

#consultarFiltro {
    background-color:rgb(238,37,34)!important;
    border-color:rgb(238,37,34)!important;
    margin-top:20px;
    margin-bottom:20px;
}

#lineasFiltro {
    background-color:#F02311!important;
    border-color:#F02311!important;
}

/*Fin de Estilos de Busqueda*/

#SelecionaGrid {
    background-color:#F02311!important;
    border-color:#F02311!important;
    border-width: 1px;padding: 0 5px;
}

#SelecionaGridSecundarios {
    border-width: 1px;padding: 0 5px;
    background-color:#EF858F !important;
    border-color: #EF858F !important;
}



/* COLORES DE TODOS LOS BOTONES */

/*.mibtn .btn .btn-sm .btn-round {
    background-color: rgb(238,37,34) !important;
    border-color: rgb(238,37,34) !important;
}*/

/*Estilos Usuarios INICIO*/



#ace-settings-box {
    border-color: #F02311;
}    

        .selected {
            font-weight: bold;
            color: red;
            background: lightyellow !important;
        }

        #formUser .row {
            margin-top: 5px;
        }

        #formUser label {
            padding-top: 4px;
        }

        #formDomicilio .row {
            margin-top: 5px;
        }

        #formDomicilio label {
            padding-top: 4px;
        }

        #mi-tabla-responsiva th {
            background-color:#EF858F;
        }

        #mi-tabla-responsiva th a {
            color:white;
        }

        #mi-tabla-responsiva td {
            text-align: center;
            vertical-align: middle;
        }

        #mi-tabla-responsiva #tablaUsuarios th {
            background-color:#EF858F;
        }

        #mi-tabla-responsiva #tablaUsuarios a {
            color:white;
        }

        #mi-tabla-responsiva #table th {
             background-color:#EF858F;
        }

        #mi-tabla-responsiva #table a {
             color:white;
        }

        #tablaUsuarios td, #tablaUsuarios th {
            vertical-align: middle;
            text-align: center;
        }

        #tablaUsuarios .btn-insertar, #mi-tabla-responsiva .btn-ventas {
            background-color: #EF858F !important;
            border-color: #EF858F !important;
            color: white;
            padding: 0px;
            border-radius: 4px;
        }

        .btnCoord {
            background-color: rgb(238,37,34) !important;
            border-color: rgb(238,37,34) !important;
            color: white;
            padding: 0px;
            border-radius: 4px;
        }

        #map {
            margin-top: 10px;
            height: 293px;
            width: 100%;
        }


        /* Estilos Usuarios FIN */

        /* Estilos Promociones Cliente y Empleado INICIO */

        #camposPromoCliente .row, #camposPromoEmpleado .row {
            margin-top: 5px;
        }

        #tipoProDesc {
            padding: 0px;
        }


        /* Estilos Promociones Cliente y Empleado FIN */

        /* Estilos Parámetros INICIO */

        #formParametro label {
            margin-top:3px;
        }

        /* Estilos Parámetros FIN */

        #botonDesplegable .short-text {
            display: none;
        }

        @media (max-width:992px) {
            #botonDesplegable .full-text {
                display: none;
            }

        }

        @media (min-width:300px) and (max-width:576px){
            #botonDesplegable {
                width:50px !important;
            }

            #botonDesplegable .short-text {
                display:inline-block;
            }
        }
        @media (min-width:577px) and (max-width:768px){
            #botonDesplegable {
                width:50px !important;
            }
            #botonDesplegable .short-text {
                display: inherit;
           }
        }
        @media (min-width:769px) and (max-width:992px){
            #botonDesplegable {
                width:50px !important;
            }
            #botonDesplegable .short-text {
                display: inherit;
           }
        }