body {
    position: inherit;
}

.container {
    margin: 0 14px 0 14px !important;
}

.grid {
    margin-bottom: 0 !important;
}

.row {
    margin-top: 0 !important;
}

.centrado{
    text-align: center;
}

#mensajes {
    display: none;
    position: fixed;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 1000;
    background-color: yellow;
    color: black;
    -ms-opacity: 1;
    opacity: 1;
    bottom: 0;
    left: 0;
}

    #mensajes > div {
        margin-top: 10px;
        font-weight: bold !important;
        font-size: 1.1em;
    }

#cargando {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: white;
}

#cargando img {
    margin-top: 30%;
    width: 100%;
    -ms-opacity: 1;
    opacity: 1;
}

#panelPrecio {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
}



#panelCuadrarImporte {
    display: none;
    padding: 20px;
    top: 55px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
}

#panelAjustarPrecio {
    display: none;
    padding: 20px;
    top: 55px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
}

#opcionesInicio {
    margin-top: 40px;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    color: #3492dc;
}

#opcionesInicio img {
    width: 70%;
}

.metro .calendar {
    width: 100%;
}

.tabla-datos {
    width: 100%;
}

.tabla-datos th {
    background: yellow;
    padding: 5px;
}

.tabla-datos td {
    padding: 5px;
    border-bottom: 1px solid #5f9ea0;
}

.tabla-datos tr:last-child td {
    background-color:bisque;
}

.filaActiva {
    background: yellow !important;
    color: black !important;
}

@media only screen and (max-width : 568px) {
    .tabla-datos {
        font-size: .8em;
    }
}

.iconosMenu .botonMenu {
    display: none;
}

#submenu1 {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #376092;
    margin-top: 10px;
    margin-left: -5px;
}

    #submenu1 li {
        float: none;
        margin: 0;
        padding: 0;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

.metro button.seleccionado {
    background-color: yellow !important;
    color: black !important;
}

.metro button.seleccionado:active {
    background-color: yellow !important;
    color: black !important;
}

#marcadorPrecio {
    color: white;position:fixed; margin-left:15px; margin-top: 10px; font-size: 2.5em; font-weight: bold;text-align: right;width: 50px;
}

#cerrarTeclado {
    position: fixed;
    right: 0;
}


tr.seleccionado {
    background-color: yellow !important;
    color: black !important;
}

td.seleccionado {
    background-color: yellow !important;
    color: black !important;
}

button.boton1 {
    color: white;
    font-size: 1.2em;
    line-height: 1.2em;
    height: 60px;
}

.error {
    color: red;
    font-weight: bold;
}

.nulo{
    display:none;
}

.img_Producto_panel{
    position:absolute;
    z-index:10;
    width: auto;
    height: 100%;
    text-align: center;
}

.img_Producto_panel_ancho{
    position:absolute;
    z-index:10;
    max-width: 140px;
    height: auto;
    text-align: center;
}

.amarillo{
    background-color: #ffe45c;
}