/*
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 : 28-mar-2019, 19:27:03
    Author     : pablo
*/

.tabla-lineas {
    overflow-x: auto;
}

.table-lineapedido th {
    font-size: 70%;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 3px !important;
}

.table-lineapedido td {
    font-size: 90%;
    text-align: center;
    padding: 5px 5px !important;
}

.table-articulo-popup th {
    font-size: 70%;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 3px !important;
}

.table-articulo-popup td {
    font-size: 90%;
    text-align: center;
    padding: 3px 3px !important;
}

.table-variantes-popup th {
    font-size: 70%;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 3px !important;
}

.table-variantes-popup td {
    font-size: 90%;
    text-align: center;
    padding: 3px 3px !important;
}

#myUL {
    font-size: 85%;
}

.form-table {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    height: calc(2.25rem + 2px);
    padding: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

#myUL ul {
    margin: 0px 10px;
    padding: 0px 10px;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: '\27AD';
    color: #7b7979;
    display: inline-block;
    font-size: 17px !important;
    margin-right: 2px;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.cajaModal {
    padding: 50px 20px;
}

.arbol-articulos {
    max-height: 300px;
    overflow-y: scroll;
}

.opciones {
    overflow-y: scroll;
}

.table-articulo-popup {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

.table-precio td {
    font-size: 90%;
    text-align: center;
    padding: 6px 4px !important;
}

.catalogo-img-lg {
    width: auto;
    height: auto;
    margin: 0px;
    max-width: 100%;
    max-height: 100%;
}

.modelo-cabecera {
    width: auto;
    height: auto;
    margin: 0px;
    float: right;
    max-width: 85%;
    max-height: 105px;
    background-color: #ffffff;
    transition: transform 0.2s;
}

.modelo-cabecera:hover {
    transform: scale(5);
    position: relative;
    z-index: 1 !important;
}

.foto-modelo {
    width: auto;
    height: auto;
    margin: 0px;
    max-width: 85%;
    max-height: 180px;
    border: 1px solid;
}

.catalogo-img-sm {
    width: 55px;
    height: 55px;
    border: 1px solid;
    object-fit: cover;
}

.color-cabecera {
    width: auto;
    height: auto;
    float: right;
    max-width: 100%;
    max-height: 65px;
    background-color: #ffffff;
    transition: transform 0.2s;
}

.color-cabecera:hover {
    transform: scale(3);
    position: relative;
    z-index: 1 !important;
}

.letra-modelo {
    font-size: 90%;
}
.letra-color {
    font-size: 70%;
}

.letra-color-popup {
    font-size: 70%;
}

@media (max-width: 1300px) {
    .letra-color {
        font-size: 58%;
    }
}

@media (max-width: 1200px) {
    .letra-color {
        display: none;
    }
}

@media (max-width: 950px) {
    .catalogo-img-sm {
        width: 25px;
        height: 25px;
        border: 1px solid;
        object-fit: cover;
    }
    .letra-modelo {
        font-size: 60%;
    }
}

@media (max-width: 576px) {
    .catalogo-img-lg {
        max-width: 60%;
        max-height: 60%;
    }
    .catalogo-img-sm {
        width: 20%;
        height: 20%;
    }
    .foto-modelo {
        max-width: 60%;
        max-height: 60%;
    }
    .letra-modelo {
        font-size: 90%;
    }
    .letra-color {
        display: block;
        font-size: 80%;
    }
    .colores-popup {
        display: block !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .opciones-cab {
        border-left: none !important;
    }
}

.modal-lg {
    max-width: 80% !important;
}

.nombrecliente {
    padding-left: 15px;
    font-style: bold;
    color: #fff;
    font-size: 90%;
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    z-index: 99999 !important;
}

.selectpopup {
    width: 100%;
}

.btn-head {
    margin-left: 5px;
    float: right !important;
    margin-top: 5px !important;
}

.precio {
    text-align: right !important;
}

.descripcion {
    text-align: left !important;
}

.total {
    font-weight: bold;
    font-size: 90%;
    text-align: right !important;
}

.preciototal {
    font-weight: bold;
    font-size: 90%;
    text-align: right !important;
}

.table .thead-tamen th {
    color: #ffffff;
    background-color: #7b7979;
    border-color: #7b7979;
}

.btn-margin {
    margin-top: 10px !important;
}

body.busy-cursor {
    cursor: progress;
}

.badge-modulo {
    font-size: 90% !important;
}

.cajaFoto {
    height: 180px;
}

.modal-header {
    padding: 0.5rem !important;
}

.modal-header .close {
    padding: 0.75rem !important;
}

.badge-fabricado {
    color: #fff;
    background-color: #006600;
}

.badge-entregado {
    color: #fff;
    background-color: #7200a0;
}

.badge-facturado {
    color: #00ff00;
    background-color: #000000;
}

.linea-repetir {
    max-width: 75px !important;
}

.form-group {
    font-size: 0.85rem !important;
}

.form-control {
    font-size: 0.85rem !important;
}

.form-control-label {
    font-size: 0.85rem !important;
}

.mat-select-value-text {
    font-size: 0.85rem !important;
}

.nav-pills .nav-link.active {
    background-color: #7b7979 !important;
}

pre {
    font-size: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}

.form-mini {
    font-size: 0.63rem !important;
    padding: 0.375rem 0.25rem !important;
}

.table-costes th {
    font-size: 70%;
    text-align: center;
    padding: 3px 3px !important;
}

.table-costes td {
    font-size: 90%;
    text-align: center;
    padding: 5px 5px !important;
}

.btn-lote {
    margin-bottom: 2px !important;
}

.table-totales td {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: right;
}

.popover {
    max-width: 100% !important;
}

.foto-color {
    height: 60px;
    width: 60px;
    border: 1px solid;
    object-fit: cover;
}

.alert-cebra {
    padding: 5px 0px !important;
    margin-bottom: 0 !important;
    color: #383d41;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #d6d8db;
}

.alert-serie {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.nav-link {
    font-size: 90%;
}

.dropdown-item {
    font-size: 85%;
}

.table-medidas th {
    font-size: 95%;
    text-align: center;
    padding: 3px 3px !important;
}

.table-medidas td {
    font-size: 90%;
    text-align: center;
    padding: 5px 5px !important;
}

.texto-formulario {
    font-size: 115%;
}

.fg-popup {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.form-serie {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.fg-serie {
    background-color: #e2e3e5;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
    border-left: 5px solid white;
}

.fg-serie .form-group {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-cabecera {
    background-color: #e2e3e5;
    border: 5px solid white;
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-cabecera .form-group {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.caja-opciones {
    background-color: #e2e3e5;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 5px solid white;
    border-left: 5px solid white;
}

.fg-electro1 {
    background-color: #82b2a0;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 0px !important;
    border-right: 5px solid white;
    border-left: 5px solid white;
}

.fg-electro2 {
    background-color: #82b2a0;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 0px !important;
    border-right: 5px solid white;
    border-left: 5px solid white;
}

.fg-electro1 label {
    font-size: 120%;
}

.fg-electro2 label {
    font-size: 120%;
}

.fg-electro1 .form-group {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-electro2 .form-group {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-variantes {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-observaciones {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.fg-precio {
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px !important;
}

.form-control-label {
    margin-bottom: 0px !important;
}

#popup-linea {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 5px !important;
}

.text-warning2 {
    color: #ff9300 !important;
}

.texto-electro {
    margin-bottom: 0px !important;
}

.plano-electro {
    width: auto;
    height: auto;
    margin: 0px;
    max-width: 100%;
    background-color: #ffffff;
    transition: transform 0.2s;
}

.plano-electro:hover {
    transform: scale(15);
    position: relative;
    z-index: 1 !important;
}

.letra-plano {
    font-size: 200%;
}

.resultado-plano {
    padding-left: 0px !important;
}

.foto-izquierda {
    transform: scaleX(-1);
}

.titulo-cabecera {
    font-size: 80%;
    text-align: center !important;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.caja-modelo {
    padding-right: 8px !important;
}

.caja-color {
    padding-left: 8px !important;
}

.fg-serie-cab {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 4px !important;
}

.flecha-pedido {
    color: #3e8acc;
    font-size: 200%;
}

.opciones-cab {
    border-left: 2px dashed;
}

.caja-foto {
    padding-right: 8px !important;
}

.caja-foto2 {
    padding-right: 4px !important;
}

.linea-fecha {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
}

.hr-cabecera {
    margin-top: 10px;
    margin-bottom: 1px;
    border-color: rgba(62, 138, 204, 0.5);
}

.foto-flecha {
    width: auto;
    height: auto;
    max-height: 15px;
}

.login {
    margin: 5px;
    background-color: #e9ecef;
    border-radius: 25px;
    padding: 25px !important;
}

body {
    background-color: #ffffff !important;
}

.card {
    box-shadow: none !important;
}

.jh-card {
    margin-top: 0px !important;
}

.descatalogado {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.articulo-pc {
    padding: 5px;
    font-size: 90%;
    color: #3e8acc;
    cursor: pointer;
}

.articulo-pc:hover {
    color: #cccccc;
}

.serie-oculta {
    clear: both;
    font-size: 110%;
    font-weight: 300;
}

.reinicia-serie {
    cursor: pointer;
}

.reinicia-serie:hover {
    color: #ffffff;
}

.datos-modelo {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.fg-gola {
    margin-bottom: 0px !important;
}

.aviso-semana {
    padding-right: 8px;
    padding-left: 8px;
    color: #ff9300;
}

.semanas {
    padding-right: 8px;
    padding-left: 8px;
    font-style: bold;
    margin-bottom: 0px;
}

.num-semana {
    background-color: yellow;
    border: 1px solid black;
    font-size: 130%;
}

.semana-pedidos {
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
}

.caja-fechas {
    margin-left: 5px;
    background-color: #d3ffcf;
    border-radius: 0.1rem;
    padding: 3px !important;
}

.navbar-title {
    font-size: 90%;
}

.btn-calendar {
    color: #212529;
    background-color: #d3ffcf;
    border-color: #d3ffcf;
}

.numSem {
    font-style: bold;
}

.aviso-gola {
    color: #007a00;
    font-size: 100% !important;
    font-style: bold;
}

.etiqueta-frente {
    color: #007a00;
    font-size: 0.75rem !important;
}

.btn-descargas {
    float: right !important;
    border: 3px #ffffff solid !important;
}

.tachado {
    text-decoration: line-through;
}

.fg-herrajes {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
}
.caja-herrajes {
    background-color: #b7c8e9;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 5px solid white;
    border-left: 5px solid white;
}

.modal-obra {
    background-color: #8dc9a6;
}

.modal-cpm {
    background-color: #d1ecf1;
}

.modal-cpc {
    background-color: #fff3cd;
}

.modal-canto {
    background-color: #f8d7da;
}

.modal-mo {
    background-color: #d4edda;
}
