/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6/11/2016, 08:18:47 PM
    Author     : Soldier
*/
#pedido_cliente_contenedor table.table,  .wis_factura table.table *{
	border: none !important;
}

#pedido_cliente_contenedor .form-control{
	
    height: 24px !important;
    padding: 3px 6px !important;
}

.tab_plugin_container{
    float: left;
    margin: 0;
    min-height: 350px;
}
#pedido_cliente_contenedor{
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    height: calc(100vh - 105px);
    min-height: 350px;
    min-width: 250px;
    position: relative;
}
#pedido_cliente_contenedor .tab_hidden_content {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    position: absolute;
    right: -38px;
}

@media (max-width: 450px) {
    #pedido_cliente_contenedor{
        min-height: 350px;
        width: 82%;
    }
    .tab_plugin_container{
        width: 82%;
    }
}

@media (min-width: 451px) {
    #pedido_cliente_contenedor{

    }
    #pedido_cliente_contenedor .tab_hidden_content {
        display: none;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
    #pedido_cliente_contenedor{
        width: calc(98% - 25px);
        margin: 0 auto 1%;
        float: inherit !important;
        height: 400px;
        overflow-y: scroll;
    }
    .tab_plugin_container{
        width: calc(98%);
        margin: 0 auto;
        float: inherit !important;
    }
}
@media (min-width: 769px) and (max-width: 1080px) {
    #pedido_cliente_contenedor{
        width: calc(24% - 25px);
    }
    @media (min-width: 769px) and (max-width: 950px) {
        .tab_plugin_container{
            width: calc(55%);
        }
    }
    @media (min-width: 951px) and (max-width: 1080px) {
        .tab_plugin_container{
            width: calc(65%);
        }
    }
}
@media (min-width: 1081px) {
    #pedido_cliente_contenedor{
        width: calc(24% - 25px);
    }
    .tab_plugin_container{
        width: calc(73% - 35px);
    }
}
.tab_plugin_container{
    background: none;
    height: calc(100vh - 105px) !important;
    overflow-y: scroll !important;
    padding: 0.2vw;
}

.categoria_item > ul {
    margin: 0;
}
.producto_item {
    background: #51B7DD none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    list-style: outside none none;
    margin: 0 0px 10px 10px;
    min-width: 100px;
    overflow: hidden;
    width: 130px;
}
.producto_item p{
    color: #222;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 0 auto;
    min-height: 50px;
    overflow: hidden;
    padding: 5%;
    text-align: center;
}
.producto_item .producto_costo {
    background: #3E87BA none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3% 2px;
    text-align: center;
    width: 100%;
}
.producto_item .producto_imagen {
    background: rgb(230, 230, 230) none repeat scroll 0 0;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.producto_item .producto_imagen.producto_imagen_visualizacion_0{
    display: none;
}
.producto_imagen > img {
    left: 0;
    position: absolute;
    top: -25%;
}
/*FACTURA*/
.wis_factura > ul > li {
    list-style: outside none none;
}
.wis_factura_line {
    height: 50px;
    width: 100%;
}
#wis_factura_item_container > li {

}
.wis_factura_line_item{
    border-bottom: 1px solid #ccc;
    height: auto;
    margin: 0 1%;
    padding: 2%;
    width: 98% !important;
}
.wis_factura > ul#wis_factura_item_container {
    float: left;
    /*TODO: LINEA TEMPORAL*/
    margin: 100px 0 0px 0;
    overflow-y: scroll;
}
@media (max-height: 600px) {
    .wis_factura > ul#wis_factura_item_container {
        max-height: 300px;
    }
}

.wis_factura > ul#wis_factura_item_container {
    height: calc(100vh - 200px);
}

@media (max-width: 600px) {
    .wis_factura > ul#wis_factura_item_container {
        width: 500px;
    }
}
@media (max-width: 600px) {
    .wis_factura > ul#wis_factura_item_container {
        width: 100%;
    }
}
.wis_factura_line.accion_boton {
    background: rgba(0%, 68%, 94%, 1) none repeat scroll 0 0;
    height: min-content;
    padding: 0px 5px 0 !important;
    position: absolute;
    top: 0;
}
#wis_factura_item_container .wis_factura_line {
    cursor: pointer;
    height: -moz-max-content;
    display: block;
    overflow: hidden;
}
#wis_factura_item_container .wis_factura_line .pedido_observaciones{
    margin: 0 0 5px 15px;
    background: rgba(0,0,0,0.1);
    padding: 2px 5px;
    display: block;
    overflow-x: hidden;
    height: 75px;
    overflow-y: scroll;
    font-size: 12px !important;
}
.wis_factura_line.accion_boton > p {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0 0 0;
    padding: 0 3%;
    text-align: right;
}

#wis_factura_item_container .wis_factura_line:hover > .wis_factura_desc .desc_producto,
#wis_factura_item_container .wis_factura_line:hover > .wis_factura_desc .desc_producto span,
#wis_factura_item_container .wis_factura_line:hover,
#wis_factura_item_container .wis_factura_line.selected,
#wis_factura_item_container .wis_factura_line.selected .wis_factura_desc .desc_producto{
    background: rgba(0, 130, 165, 0.8) none repeat scroll 0 0;
    color: #fff;
}
.wis_factura_line.accion_boton > button {
    float: left;
    margin: 5px 5%;
}
.wis_factura_line.accion_boton button[type="button"]{
    background: #fff !important;
}
.wis_factura_line .wis_factura_desc {
    float: left;
    width: 70%;
}
.wis_seccion .glyphicon.glyphicon-ok {
    background: #fff;
}
.chosen-choices {
    max-height: 35px;
}

.wis_factura_line .wis_factura_subtotal {
    float: right;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    width: 28%;
}
.wis_factura_line .desc_producto {
    color: rgb(0, 130, 165);
    font-size: 13px;
    font-weight: bold;
    padding: 2%;
}
.wis_factura_line .desc_producto > p {
    float: left;
    margin: 0 !important;
    width: 100%;
}
.wis_factura_line .desc_producto .input-group {
    border: 1px solid #999;
    float: left;
    margin: 0 0 0 5%;
    width: 40%;
}
.wis_factura_line .desc_producto .btn.waves-effect.waves-light.btn-primary {
    border: 0 none;
    border-radius: 0;
    padding: 6px !important;
    height: 34px;
    width: 34px;
}
.wis_factura_line .valor_unitario {
    float: left;
    font-size: 11px;
    padding: 3px 0;
}
.factura_resumen {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-top: 3px solid #666;
    bottom: 0;
    /*TODO: TEMPORAL*/
    display:none;
    float: right;
    position: absolute;
    text-align: right;
    width: 100%;
}
.factura_resumen .factura_resumen_control{
    float: left;
    height: 100%;
    width: 40%;
}
.factura_resumen .factura_resumen_datos{
    float: left;
    height: 100%;
    width: 60%;
}
.factura_resumen p {
    float: left;
    margin: 0 !important;
    padding-right: 4px;
    width: 100%;
}
.factura_resumen .wis_factura_subtotal {
    font-size: 13px;
    font-weight: bold;
}
.factura_resumen .wis_factura_total_complemento {
    font-size: 10px;
}
.factura_resumen .wis_factura_total {
    font-size: 20px;
    font-weight: bold;
}
.factura_resumen .wis_factura_total span{
    color: rgb(51, 155, 183);
}

#pedido_cliente_contenedor #pedido_toolbar_2 {
    bottom: 0;
    padding: 0 4px;
    position: absolute;
    width: 100%;
    background: rgb(0, 128, 137);
}

#pedido_cliente_contenedor #pedido_toolbar_2 label{
    color: #FFF;
}
.pedido_list_obs{
    color: #000;
    margin: 6%;
    width: 100px;
}
.mesa_zona .mesas_grupo{
    height: auto !important;
}
.vista_mesas #texto-mesa {
    line-height: 40px;
}
.vista_mesas #texto-mesa p{
    font-size: 12px;
    height: 10px;
    line-height: 10px;
}
#contenedor_cliente_domicilio{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    z-index: 1;
}
#tooltip_cliente{
    margin: calc(50vh - 170px) auto 0;
    width: 50%;
    background: rgb(255,255,255);
    padding: 3%;
}
#cliente_domicilio_form input, #cliente_domicilio_form label{
    width: 100%;
}
.accion_boton .campo_domicilio{
    color:#000;
    width: 50%;
}