/*
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 : 26 sep. 2022, 15:45:07
    Author     : pablinux
*/
.form_ventas{
    padding: 5px;
    background: rgb(34,45,50,.1);
}
.cliente{
    /*background: rgba(0,0,0,.2);*/
}
.items{
    background: rgba(0,0,0,.2);
    padding: 10px;
    margin-top: 5px;
}
.tabla_DetalleVentas{
    overflow: auto;
}
.img_contruccion{
    margin: auto;
}
.gp-btn{
    padding-left: 15px;
    padding-right: 15px;
}
.der{
    text-align: right;
    margin: auto;
    width: 100px;
}
.izq{
    margin: auto;
}

.select_editor_items{
    padding-right: 1px;
    padding-right: 1px;
}
.gp-btn{
    /*padding-left: 2px;
    padding-right: 2px;*/
}

.fondo1{
    background: rgb(255,255,255);
    border: 1px;
}
.fondo2{
    background: rgb(240,245,250);
    border: 1px;
}
.contorno{
    border: 2px solid #E7E9EB;
    /*margin-top: 13px;*/
}
.contorno_img{
    border: 2px solid #E7E9EB;
    /*padding-left: 0px;
    padding-right: 0px;*/
}
#imagen_item_nueva{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.img_center{
    text-align: center;
}

.iniciada{
    margin: auto;
    align-items: center;
    text-align: center;
    background: #00A65A;
    color: white;
}
.pendiente{
    margin: auto;
    align-items: center;
    text-align: center;
    background: #F39C12;
    color: white;
}
.finalizada{
    margin: auto;
    align-items: center;
    text-align: center;
    background: #3C8DBC;
    color: white;
}
.error{
    margin: auto;
    align-items: center;
    text-align: center;
    background: #DF5645;
    color: white;
}



/******  CURSOR  ******/
.cursor_pointer{
    cursor:pointer;
}

/******  TOOL TIP  ******/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


#contenido{
    overflow: auto;
}



/*PROFORMAS*/
#tabPed_nombre{
    font-size: 18px;
}
#tabPed_fecha{
    font-size: 11px;
}
#total_proforma, #text_total{
    font-size: 20px;
    font-weight: bold;
}
/*ITEMS*/
.tab_item_nombre{

}


@media screen and (max-width:720px){
    #tabPed_id{
        font-size: 10px;
    }
    #tabPed_nombre{
        font-size: 12px;
    }
    #tabPed_fecha{
        font-size: 9px;
    }
    #resul_data_items table tr{
        font-size: 12px;
        padding: 5px;
    }
}
@media screen and (max-width:400px){
    #tabPed_id{
        font-size: 9px;
    }
    #tabPed_nombre{
        font-size: 10px;
    }
    #tabPed_fecha{
        font-size: 9px;
    }
    #resul_data_items table tr{
        font-size: 12px;
        padding: 4px;
    }

    .iniciada{
        font-size: 9px;
    }
    .pendiente{
        font-size: 9px;
    }
    .finalizada{
        font-size: 9px;
    }
    .error{
        font-size: 9px;
    }

}