﻿.oneLineTable {
    max-width:500px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toolbar{
    margin-right: 4em;
}

#cotizacionesTabla_filter{
    margin-right: 4em !important;
}

.jumbotron {
    background-image: url("../Images/FONDO COTIZADOR ENVIO Y ARMADO.jpg");
    background-size: cover;
}

.cabeceraCotizacion {
    margin-top: 0.6em;
}

.sombreado {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23) !important
}

body{
    background-color: white;
}


a {
    color: #47c451;
}

.btn-amedida-verde {
    color: #f2f2f2;
    font-family: 'Arimo',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #47c451;
    border: none;
    border-radius: 0;
}

.float-label-activo {
    top: -1em;
    font-size: 12px;
    font-weight: 600;
    left: unset !important;
}


.modal-header {
    background-color: #47c451 !important;
}

#localidades {
    max-height: 200px;
    overflow-y: scroll;
    display: block;
    position: absolute;
    background-color: white !important;
    z-index: 9999;
}

thead, tfoot {
    font-weight: 900;
    color: #ffffff;
    background: #a7a5a6;
}

@media only screen and (max-width: 600px) {
    .display-4 {
        font-size: 1.5rem !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .btn-amedida-verde {
        color: #f2f2f2;
        font-family: 'Arimo',sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #47c451;
        border: none;
        border-radius: 0;
        font-size: 13px;
    }

    .btn-amedida-blanco {
        background-color: lightgrey;
    }

    .btn-sm {
        font-size: .7rem;
    }

    .tablaAgregar {
        left: 30px !important;
        font-size: 13px !important;    
        width: 80% !important;
        bottom: 0px !important;
        top: unset !important;
    }

    h5{
        font-size: 14px;
    }

    table{
        font-size: 13px;
    }

    .oneLineTable {
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}



@media (min-width: 576px) {

    .modal-dialog {
        max-width: none;
    }




    body {
        /*padding-bottom: 20px;*/
        background-image: url('../Images/MOSCONIGO HOME FINAL.jpg');
    }
}