#listadoPresupuestosPendientes .btn-primary {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
}

#listadoPresupuestosPendientes {
    visibility: hidden;
}

#listadoPresupuestosPendientes a {
    margin-right: 10px;
}

#module-imaxopc-detallepresupuestopendiente #order-products td p:last-child {
    margin: 0;
}

#module-imaxopc-detallepresupuestopendiente #order-products td p {
    margin-bottom: 4px;
    text-align: center;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div {
    float: left;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div:first-child {
    width: 95px;
    max-width: 95px;
    margin-left: 5px;
    margin-right: 5px;
}

#module-imaxopc-detallepresupuestopendiente #order-products .row > div:last-child {
    width: calc(100% - 105px);
    max-width: calc(100% - 105px);
    padding: 0;
}
#module-imaxopc-presupuestopendiente .controlesFecha {
    padding: 20px 0;
    padding-bottom: 0;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    clear: both;
    margin-bottom: 10px;
}

#module-imaxopc-presupuestopendiente .controlesFecha > * {
    display: inline-block;
}

#module-imaxopc-presupuestopendiente .controlesFecha > input {
    width: 100px;
}

#module-imaxopc-presupuestopendiente .controlesFecha > input:nth-child(2) {
    margin-right: 20px;
}

#module-imaxopc-presupuestopendiente .controlesFecha br.saltoFecha {
    display: none;
}

@media (max-width: 767px) {
    #module-imaxopc-presupuestopendiente .controlesFecha > input.fechaInicio {
        margin-right: 0;
    }
    
    #module-imaxopc-presupuestopendiente .controlesFecha br.saltoFecha {
        display: inline-block;
    }
}

#addresses.page-addresses .addresses-footer{
    margin-bottom: 1rem;
}

#authentication .register-form hr,
#registration .register-form hr{
    float: left;
    width: 100%;
}

#authentication label[for="ps_emailsubscription_newsletter"],
#registration label[for="ps_emailsubscription_newsletter"]{
    width: 95%;
    vertical-align: middle;
    text-align: left;
}

#authentication .direccionOculta,
#registration .direccionOculta,
#module-imaxopc-finalizarcreacioncliente .direccionOculta {
    display: none;
}

.imaxopc-google .btn-google{
    background: #4285F4 !important;
    color: #fff !important;
    position: relative;
    padding-left: 45px;
}

.imaxopc-google .btn-google span{
    background: #fff;
    position: absolute;
    left: 1px;
    top:1px;
    bottom: 1px;
    padding: 7px;
}

.imaxopc-google .btn-imaxopc-google-login:hover {
 opacity: 0.8;
}

.imaxopc-google i{
    font-size: 18px;
}
.imaxopc-google img{
    width: 18px;
    height: auto;
}

.imax-field-non-visible{
    display: none;
}
