﻿.button{
    background-color:#6BA9D0;
    border-radius:10px;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    color:#fff;cursor:pointer;
    display:inline-block;
    padding:10px 20px;
    text-align:center;
    text-decoration:none
}

.button.small{
    border-radius:15px;
    float:right;
    margin:22px 5px 0;
    padding:6px 15px
}

.button:hover{
    background-color:#1e1e1e
}

.button>span{
    font-size:84%
}

.button.b-close,.button.bClose{
    border-radius:4px 4px 4px 4px;
    box-shadow:none;
    font:bold 131% sans-serif;
    padding:0 6px 2px;
    position:absolute;
    right:-7px;
    top:-7px
}

#popup, #confirmar, #confirmarClose, #cambiarClave, #popupDetalle, #busquedaEquipo, #popupListadoEnviosEventos,
#seleccionHora, #divPermisos, #popup2, #cntExportar, #confirmarSave, #popupUnidad,
#configurarFavorito, #popupPeriodo, .bMulti, .general-popup {
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 380px;
    padding: 25px;
    min-height: 500px;
}
#popupMensajeZ, #popupZ, #popupConfirmarOperacion, #popupMensajeZ {
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 380px;
    padding: 25px;
    min-height: 100px;
}

.general-popup {
    min-width:280px;
    min-height:100px;
    max-width:930px
    
}

.popupGeneral 
{
    background-color:#fff;
    border-radius:6px 6px 6px 6px;
    box-shadow:0 0 25px 5px #999;
    color:#111;
    display:none;
    min-width:380px;
    padding:25px;
    min-height:500px;
}

#popup, #confirmar, #confirmarClose, #popupDetalle, #cambioClave, #divPermisos, #configurarFavorito, .bMulti{
    min-height:250px
}

#confirmar {
    min-width:280px;
    min-height:100px;
}

#confirmarClose, #cambiarClave, #cntExportar, #confirmarSave {
    min-width:280px;
    min-height:100px;
}

#configurarFavorito {
    min-width:480px;
    min-height:100px;
}

#seleccionHora, #popupUnidad
{
    min-width:280px;
    min-height:100px;
}

#popupDetalle
{
    min-width:280px;
    min-height:100px;
}

#cambioClave, #divPermisos
{
    min-width:280px;
    min-height:100px;
}

#popup2 iframe{
    background:url('loader.gif') center center no-repeat;
    min-height:240px;
    min-width:450px
}

.bMulti p{
    font:500% 'Petrona',sans-serif;
    padding:45px 0 0;
    text-align:center
}

.bMulti a{
    left:175px;
    position:absolute;
    top:175px
}

.lt-ie9 .bModal{
    background-color:#000
}
/* Req. PMPO : Generacion Archivos Dat CSS*/

#popupPeriodo {
    min-width: initial;
    min-height: initial;
}

#popupPeriodo .formulario-boton {
    float: right;
}