* {
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}
h1 {
    margin: 30px;
}
header {
    font-family: Helvetica;
    color: #eaeaea;
    width: 95%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #4c4c4c;
    align-items: center;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    margin-bottom: 10px;
}
ul {
    list-style: none;
    margin-right: 10px;
}
#menu>li {
    display: inline;
    text-align: center;
    background-color: grey;
    color: white;
    padding: 5px;
    min-width: 100px;
    border-radius: 0.3em;
}
#menu>li:hover {
    color: #000;
    background-color: #eaeaea;
    cursor: pointer;
}
main {
    width: 95%;
    margin: auto;
}
#mostrar_clientes {}
#modal_product {
    z-index: 100;
}
.modal_container_product {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #dddddd;
    display: none;
    z-index: 1000;
    top: 0;
}
.modal_container {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
    top: 0;
}
.modal {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.form_add_client {
    color: #ffffff;
    width: 30%;
    height: 40%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #4c4c4c;
    align-items: center;
    border-radius: 1em;
}
.form_add_client input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    width: 200px;
    height: 20px;
    border: none;
    background-color: #eaeaea;
    border-radius: 0.2em;
    text-align: center;
}
.form_add_client label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}
.btn {
    font-family: Helvetica;
    text-align: center;
    background-color: grey;
    color: white;
    padding: 3px;
    width: 100px;
    text-decoration: none;
    text-decoration-style: none;
    border: none;
    cursor: pointer;
    font: inherit;
    transition-duration: 0.4s;
    border-radius: 0.5em;
    font-size: 0.8em;
}
.btn:hover {
    transform: scale(1.1);
}
.closeModal {
    background-color: #ED4C4C;
}
.tabla {
    font-size: 0.8em;
    width: 100%;
    margin: auto;
    color: gray;
    border-collapse: collapse;
    justify-content: space-between;
}
.tabla th {
    color: black;
    text-align: center;
    height: 30px;
}
.tabla tr {
    border-bottom: 1px solid #ccc;
}
.tabla td {
    height: 30px;
    text-align: center;
}
.btnctzr {
    font-family: Helvetica;
    display: inline;
    text-align: center;
    background-color: #2ba5bb;
    color: white;
    padding: 3px;
    min-width: 100px;
    text-decoration: none;
    text-decoration-style: none;
    outline: inherit;
    border: none;
    outline: inherit;
    cursor: pointer;
    font: inherit;
    transition-duration: 0.4s;
    border-radius: 0.5em;
    font-size: 0.8em;
}
.btnctzr:hover {
    transform: scale(1.1);
}
.number_input {
    width: 50px;
}
.modal2 {
    color: gray;
    width: 100%;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.datos_form {
    justify-content: flex-start;
    background-color: #333333;
    align-items: center;
    border-radius: 1em;
    box-shadow: 2px 2px 20px;
}
.form_product>label {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form_product p {
    font-size: 0.7em;
}
.form_product input {
    text-align: center;
    height: 20px;
    min-width: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0.5px solid #4a4a4a;
    border-radius: 0.5em;
    color: #808080;
}
.form_product select {
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 20px;
    min-width: 100px;
    border: 0.5px solid #4a4a4a;
    border-radius: 0.5em;
    color: #808080;
}
}
.form_product select {
    height: 20px;
}
.dibujo_canvas {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
/*VENTANA TEXTURAS*/

.marco-negro {
    background-image: url("../img/perfiles/negro.jpg");
    background-position: center center;
    background-size: cover;
}
.marco-cafe {
    background-image: url("../img/perfiles/cafe.jpg");
    background-position: center center;
    background-size: cover;
}
.pbronce {
    background-image: url("../img/perfiles/bronce.svg");
    background-position: center center;
    background-size: cover;
}
.pvc {
    background-image: url("../img/perfiles/pvc.svg");
    background-position: center center;
    background-size: cover;
}
.ventana {
    table-layout: fixed;
    max-content: 1fr;
    box-shadow: inset 3px 3px 3px rgba(125, 125, 125, .5), inset -2px -2px 3px rgba(0, 0, 0, .3), 2px 2px 10px rgba(0, 0, 0, .3);
}
.ventana th, .ventana td {
    text-align: center;
}
.tabla tr:nth-child(odd) td {
    background-color: #F2F2F2;
}
.contenedorTabla {
    max-width: 80vh;
    max-height: 80vh;
    background-color: #F4F4F4;
}
.lienzo {
    margin: auto;
    display: flex;
}
.medidaAltura {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.medidaAncho {
    text-align: center;
}
.anchoFinal {
    font-size: 1.3em;
    text-align: center;
}
.altoFinal {
    font-size: 1.3em;
    text-align: center;
}
.alturaContainer {
    width: 10vh;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.anchoContainer {
    display: flex;
    height: 10vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sobrante {}
.cotas {
    height: 10px;
    border-bottom-color: #35AFF9;
    border-left-color: #35AFF9;
    border-right-color: #35AFF9;
    clear: both;
    border-top: none;
    border-bottom: -1px;
}
.cotasPequeas {
    height: 3px;
    border-bottom-color: #35AFF9;
    border-left-color: #35AFF9;
    border-right-color: #35AFF9;
    clear: both;
    border-top: none;
    border-bottom: -1px;
}
.modalcotizacion {
    width: 80%;
    height: 80%;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pdf_hoja {
    width: 8.5 in;
    margin-bottom: 50px;
}
.dibujorow {
    align-items: center;
    justify-items: center;
    width: 200px;
    text-align: center;
}
.dibujocolum {
    height: 100px;
}
.tabla_productos {
    border: 1px solid #ccc;
    text-align: center;
    width: 90%;
    margin: auto;
    color: gray;
    border-collapse: collapse;
}
.text_peque {
    font-size: 0.7em;
}
.cantidad {
    width: 60px;
}
.tabla_productos th {
    color: black;
    text-align: center;
    height: 50px;
}
.tabla_productos tr:nth-child(odd) .row_tb {
    background-color: #F2F2F2;
}
.row_tb {
    padding: 3px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.contVentana {
    margin: auto;
    flex-direction: column;
    justify-content: center;
}
.encabezado {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    margin: 20px;
    background-color: #D7EBFF;
}
.mallabg {
    background-image: url('../img/malla.svg');
    cursor: pointer;
    background-attachment: fixed;
    background-size: 300px;
    background-position: center center;
}
.sincolor {
    background-image: url('../img/nubes.jpg');
    cursor: pointer;
    background-attachment: fixed;
    background-size: 300px;
    background-position: center center;
}
/*colores de vidrio*/

.vidrio {
    cursor: pointer;
}
.control-cuadros {
    display: flex;
    flex-direction: column;
}
.cuadritos {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 2px;
}
.cuadritos:hover {
    transform: scale(1.5);
}
.vseleccionado {
    border: 1px solid red;
}
.pseleccionado {
    border: 1px solid red;
}
.blanco {
    background: linear-gradient(130deg, rgba(199, 216, 232, 1) 0%, rgba(195, 214, 232, 1) 12%, rgba(193, 212, 230, 1) 14%, rgba(196, 214, 232, 1) 24%, rgba(167, 185, 217, 1) 54%, rgba(194, 213, 231, 1) 71%, rgba(190, 208, 230, 1) 78%, rgba(156, 176, 210, 1) 100%);
}
.bronce {
    background: linear-gradient(130deg, rgba(231, 191, 147, 1) 0%, rgba(203, 150, 108, 1) 12%, rgba(199, 144, 103, 1) 25%, rgba(179, 114, 74, 1) 43%, rgba(145, 86, 41, 1) 68%, rgba(168, 102, 55, 1) 85%, rgba(160, 94, 47, 1) 100%);
}
.filtrasol {
    background: linear-gradient(130deg, rgba(199, 216, 232, 1) 0%, rgba(178, 201, 224, 1) 12%, rgba(139, 158, 192, 1) 25%, rgba(106, 122, 143, 1) 43%, rgba(90, 104, 118, 1) 68%, rgba(100, 111, 127, 1) 85%, rgba(94, 103, 120, 1) 100%);
}
.cristazul {
    background: linear-gradient(130deg, rgba(39, 159, 255, 1) 0%, rgba(71, 195, 255, 1) 12%, rgba(38, 141, 251, 1) 25%, rgba(23, 120, 243, 1) 43%, rgba(9, 97, 216, 1) 68%, rgba(13, 97, 215, 1) 85%, rgba(23, 96, 211, 1) 100%);
}
.reflecta {
    background: linear-gradient(130deg, rgba(225, 212, 205, 1) 0%, rgba(207, 190, 181, 1) 10%, rgba(193, 170, 161, 1) 15%, rgba(193, 170, 161, 1) 24%, rgba(147, 116, 100, 1) 55%, rgba(149, 117, 100, 1) 70%, rgba(136, 108, 89, 1) 80%, rgba(126, 101, 83, 1) 100%);
}
.tintex {
    background: linear-gradient(130deg, rgba(101, 156, 140, 1) 0%, rgba(116, 196, 167, 1) 9%, rgba(123, 190, 163, 1) 22%, rgba(91, 149, 136, 1) 52%, rgba(91, 149, 136, 1) 61%, rgba(105, 166, 147, 1) 74%, rgba(96, 155, 140, 1) 85%, rgba(103, 164, 146, 1) 100%);
}
/*imagen guardada*/

#capture {
    position: fixed;
    padding: 3px;
    width: auto;
}
#capturecontain {
    margin: auto;
    width: auto;
    height: auto;
}
.menu_controles {
    min-width: 3%;
    height: 95%;
    background-color: #333333;
    padding: 10px;
}
.menu_controles hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0.5px solid #dddddd;
    width: 15px;
}
.control1 {
    height: 60%;
}
.icon_material {
    height: 20px;
}
.cont-controles {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    justify-content: right;
    position: absolute;
    right: 0;
}
.menu_controles {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1em;
    min-width: 30px;
    height: 95%;
    background-color: #333333;
    padding: 10px;
    border-top-left-radius: 0;
}
.menu_controles hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0.5px solid #4c4c4c;
    width: 15px;
}
.control1 {
    height: 60%;
}
.icon_material {
    height: 20px;
}
.controles {
    margin-right: 5px;
    font-size: 0.8em;
    max-width: 80%;
    max-width: 60%;
    background-color: #333333;
    padding: 10px;
    display: none;
    flex-direction: column;
    border-radius: 1em;
    justify-content: space-between;
    box-shadow: 2px 2px 20px;
    border-top-right-radius: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    opacity: 0.7;
    transition-duration: 0.5s;
    position: fixed;
    right: 60px;
}
.controles:hover {
    opacity: 1;
}
.controles select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    width: 2.5em;
    height: 2.5em;
    border: none;
    background-color: #4c4c4c;
    border-radius: 0.2em;
    text-align: center;
    color: #eaeaea;
    right: 1px;
}
.controles select:hover {
    background-color: #aeaeae;
    color: #4c4c4c;
}
.controles select::-ms-expand {
    display: none;
}
.edit {
    width: 100px;
}
.searchinput {
    background-color: #eaeaea;
    border-style: none;
    border-radius: 0.7em;
    padding: 2px;
}
.searchbtn {
    border-style: none;
    cursor: pointer;
    color: blue;
}
.searchbtn:hover {
    transform: rotate(45deg) scale(1.09);
}
.tipoventana {
    cursor: pointer;
    color: #ffffff;
}
.cerrarventana {
    display: none;
}
/**/

/* Landscape */

@media (orientation: landscape) {
    .modal2 {
        flex-direction: row;
    }
    .datos_form {
        padding: 10px;
        position: fixed;
        left: 0;
        min-width: 10%;
        display: flex;
    }
    .dibujo_canvas {
        width: 50%;
        height: 100%;
    }
}
/* Portrait */

@media (orientation:portrait) {
    .modal2 {
        flex-direction: row;
    }
    .datos_form {
        position: fixed;
        bottom: 0;
        min-height: 20%;
        min-width: 95%;
        display: flex;
        margin: auto;
        left: auto;
        right: auto;
        padding-top: 10px;
        border-radius: 0;
    }
    .form_product {
        display: flex;
        flex-wrap: wrap;
    }
    .form_product>label {
        width: 50%;
    }
    .dibujo_canvas {
        width: 90%;
        height: 60%;
    }
}