/* Error de minimización. Devolviendo el contenido no minimizado.
: run-time error CSS1036: Expected expression, found ''
 */
body {
    font-size: 15px;
    font-family: Calibri, Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.full_page {
    width: 2000px;
}

.full_page_auto {
    width: auto;
}

.full_page_especial {
    width: 2000px;
}

.full_page_especial_stock {
    width: 3000px;
}


small .error {
    display: none;
    color: red;
}

.hidden {
    display: none;
}

.input_cantidad {
    font-size: 12px;
    width: 30px;
}

.input_cantidad_factura {
    font-size: 12px;
    width: 40px;
}

.input-large {
    width: 200px;
}

.dropdown-large {
    width: 250px;
    font-size: 18px;
}

input[type="submit"] {
    background-color: forestgreen;
    border: 1px solid #ffcc00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    width: 200px;
    color: white;
    font-weight: bolder;
}

.datepicker {
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #999;
    padding: 3px 8px;
    border: 1px solid #CCC;
}

.datepicker-image {
    height: 30px;
    vertical-align: middle;
}

/*** Otros Estilos ***/
.colCant {
    background-color: aquamarine;
    text-align: right;
}

.colPrecioU {
    background-color: aliceblue;
    text-align: right;
}

.colPrecioT {
    background-color: steelblue;
    color: white;
    font-weight: bold;
    text-align: right;
}

.cantDetalle {
    text-align: right;
}

.colCant, .colPrecioU {
    color: black;
}

.ayuda {
    font-size: 15px;
    font-weight: bold;
}

.font-bold-20 {
    font-size: 20px;
    font-weight: bold;
}

.textocentrado {
    text-align: center;
}

.tabla_pedido {
    border-color: steelblue;
    border-style: solid;
    border-width: 1px;
    table-layout: fixed;
    border-collapse: collapse;
    vertical-align: middle;
}

    .tabla_pedido th {
        text-decoration: underline;
    }

.header_group thead {
    display: table-header-group;
}

.tabla_pedido .trdeheader {
    background-color: darkred;
    color: whitesmoke;
}

.pedido_cant_centrado {
    width: 35px;
    text-align: center;
}

.pedido_cant_derecha {
    width: 35px;
    text-align: right;
}

.pedido_producto {
    width: 250px;
    text-align: left;
}

.confirmar_pedido_producto {
    width: 200px;
    text-align: left;
}

.tabla_pedido th,
.tabla_pedido td {
    font-weight: bold;
    padding: 3px;
    height: 20px;
}


.tabla_pedido tbody tr:nth-child(even) {
    background-color: #dddddd;
}

.alternate {
    background-color: #dddddd;
}

.rowDestacado {
    border-color: orange;
    border-style: double;
}

.tabla_tartas {
    border: solid;
    border-width: 1px;
    border-color: steelblue;
    table-layout: fixed;
    border-collapse: collapse;
}

    .tabla_tartas th {
        background-color: forestgreen;
        color: white;
        font-weight: bold;
    }

    .tabla_tartas tbody td {
        font-weight: bold;
        border: solid;
        text-align: center;
    }

    .tabla_tartas tbody tr:nth-child(even) {
        background-color: #dddddd;
    }

.tabla_pedido_cant {
    border-color: steelblue;
    border-style: solid;
    border-width: 1px;
    table-layout: fixed;
    border-collapse: collapse;
    vertical-align: middle;
}

    .tabla_pedido_cant th {
        text-decoration: underline;
    }

    .tabla_pedido_cant .trdeheader {
        background-color: darkred;
        color: whitesmoke;
    }

    .tabla_pedido_cant th,
    .tabla_pedido_cant td {
        font-weight: bold;
        padding: 3px;
        height: 20px;
    }

    .tabla_pedido_cant thead {
        display: table-header-group;
        /*position: relative;*/
    }

    .tabla_pedido_cant tbody {
        /*display: block;*/
        overflow: auto;
        width: 100%;
    }

        .tabla_pedido_cant tbody tr:nth-child(even) {
            background-color: #dddddd;
        }

.left {
    float: left;
}

.hide {
    display: none;
}

.inline {
    display: inline;
}

.tituloPedido {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: orangered;
    text-decoration: underline;
}

.inline-block {
    display: inline-block;
}

.twenty-five-perc {
    width: 25%;
}

.margen_10 {
    margin: 10px;
}

h1, h2, h3 {
    margin: 2px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_10 {
    width: 10%;
}

.grid_30 {
    width: 30%;
}

.grid_50 {
    width: 50%;
}

.grid_70 {
    width: 70%;
}

[class*='grid_'] {
    background: white;
    margin: 0 0 5px 0;
}

    [class*='grid_']:after {
        content: "";
        display: table;
        clear: both;
    }

[class*='col-'] {
    float: left;
    padding-right: 10px;
}

.grid_50 [class*='col-']:last-of-type {
    padding-right: 0;
}

.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.div-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6 {
    width: 16.66%;
}

.col-1-8 {
    width: 12.5%;
}

.col-conboton {
    padding: 5px 0 5px 0;
}

.clear {
    clear: both;
}

.styled-button-11 {
    background: #FEDA71;
    background: -moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
    background: -webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FEDA71',endColorstr='#FEBB49',GradientType=0);
    padding: 5px 10px;
    color: #623F1D;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 12px;
    border-radius: 48px;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border: 1px solid #623F1D;
}

.fila_destacada {
    clear: both;
    background: #FEDA71;
    background: -moz-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FEDA71),color-stop(100%,#FEBB49));
    background: -webkit-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -o-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: -ms-linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    background: linear-gradient(top,#FEDA71 0%,#FEBB49 100%);
    font-size: 12px;
}

.celda_destacada {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    font-weight: bold;
}

.celda_destacada_turno {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    font-weight: bold;
}

.tabla_despacho {
    width: 1700px;
}

.tabla_confirmar_pedido {
    width: auto;
}

    .tabla_despacho th,
    .tabla_confirmar_pedido th {
        width: auto;
        background-color: darkred;
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .tabla_despacho td,
    .tabla_confirmar_pedido td {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: center;
    }

.celda_centrada {
    /*display: block;*/
    text-align: center;
}

.observacion {
    width: 250px;
}

.destacado_rojo {
    color: red;
    font-weight: bolder;
    font-size: 20px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


a.tipoboton {
    background-color: forestgreen;
    border: 1px solid #ffcc00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-height: 30px;
    height: auto;
    width: 200px;
    color: white;
    font-weight: bolder;
    font-size: medium;
    display: block;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
}

