﻿.row {
    /*margin-bottom: 1rem;*/
    margin-left: 0px;
    margin-right: 0px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.cuadrado-trazabilidad-rojo {
    width: 20px;
    height: 20px;
    background-color: red;
}

.cuadrado-trazabilidad-naranja {
    width: 20px;
    height: 20px;
    background-color: orange;
}

.cuadrado-trazabilidad-verde {
    width: 20px;
    height: 20px;
    background-color: green;
}

input[type="date"], input[type="time"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    min-width: 90%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.highlighted {
    background-color: yellow !important;
}

.ocultar-fila {
    display: none !important;
}

/*.busqueda-global {
    border: 0;
    background: #fff;
    width: 100%;
    text-align: left;
}*/

.breadcrumb {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: -13px;
}

.btn-successhide {
    display: none;
}

.filtroAbierto {
    color: #5c5e5f !important;
}

.classeProvaColors {
    background-color: #596673 !important;
}

.hide {
    display: none !important;
}

.autoMargins {
    margin-right: auto !important;
    margin-left: auto !important;
}

.autoVerticalMargins {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.classeTamanoMobil {
    margin: 0px;
}

.num-fichajes {
    text-align: center;
    padding-bottom: 0px;
    width: 33.33%;
}

@media (max-width: 992px) {
    .tabs-mobile {
        margin-top: -11px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .legend-mobile {
        font-size: 1rem;
        text-align: left;
        font-weight: bold;
        padding-left: 15px;
    }

    .tab-body-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .panel-body-mobile {
        padding-top: 10px;
        margin-top: 18px;
    }

    .ibox-content-mobile {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 5px;
    }

    .no-side-margins-sm {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .btn-fichages {
        min-width: 100%;
        min-height: 60px;
        max-width: 320px;
        margin: auto;
        width: calc(33.3333% - 16px);
        display: inline-flex;
        transition: all 0.2s ease-in-out;
        font-weight: bold !important;
        box-shadow: 0 4px 0 0.04px rgba(0, 0, 0, 0.1);
        flex: 1 1 auto;
        background: #fafafa;
        font-family: sans-serif,sans-serif;
        font-size: 22px;
        font-weight: normal;
    }

    .no-side-padding-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .iconos-fijos {
        position: fixed;
    }
}

@media (min-width: 992px) {
    .btn-fichages {
        min-width: 100%;
        min-height: 60px;
        max-width: 320px;
        margin: auto;
        width: calc(33.3333% - 16px);
        display: inline-flex;
        transition: all 0.2s ease-in-out;
        font-weight: bold !important;
        box-shadow: 0 4px 0 0.04px rgba(0, 0, 0, 0.1);
        flex: 1 1 auto;
        background: #fafafa;
        font-family: sans-serif,sans-serif;
        font-size: 22px;
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .hide-row-sm {
        display: none !important;
        width: 0px;
        height: 0px;
    }

    .hide-row-item-sm {
        width: 0px;
        height: 0px;
        margin: 0px;
        display: table-row-group;
    }

    .footable-toggle {
        /*font-size: 1.5rem !important;*/
        padding: .4rem;
    }
}

@media (max-width: 575px) {
    .btn-registrar {
        font-size: x-large !important;
        height: min-content;
        padding-left: 6px;
        padding-right: 6px;
        width: auto !important;
    }

    .negative-side-margins-mobile {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .hide-row-xs {
        display: none !important;
        width: 0px;
        height: 0px;
    }

    .hide-row-item-xs {
        width: 0px;
        height: 0px;
        margin: 0px;
        display: table-row-group;
    }

    .no-side-padding-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-left-padding-xs {
        padding-left: 0px !important;
    }

    .footable-toggle {
        /*font-size: 1.5rem;*/
        padding: 0;
    }
}

/*GRID SYSTEM        MOBIL ... <576. XS.    TABLET 100% ... >=576. SM.    PORTATIL/tablet horizontal ... >=768. MD.    PORTATIL ... >=992+. LG     PC ... >=1200+. XL
                    
                                    
/*TABLETS*/

.no-side-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > button.btn.btn-warning.dropdown-toggle {
    border-left: 2px solid;
    border-left-color: darkorange;
}

.btn-group > button.btn.btn-primary.dropdown-toggle {
    border-left: 2px solid;
    border-left-color: seagreen;
}

.btn-group > button.btn.btn-success.dropdown-toggle {
    border-left: 2px solid;
    border-left-color: royalblue;
}


/*.dropdown-toggle:hover {
        background-color:darkorange;
}*/

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    /*-webkit-appearance: button;*/
    cursor: pointer;
}

.btn-black {
    background-color: #756f6e;
    color: #FFFFFF;
}

.label-naranja {
    background-color: #e08600;
    color: #FFFFFF;
}

.label-morado {
    background-color: #862197;
    color: #FFFFFF;
}

.wrapper-content {
    padding: 0px 0px 0px;
}

/*#page-wrapper {
        padding: 0px 15px 70px;*/
/*padding: 0 15px;
    position: relative !important;
    flex-shrink: 1;
    width: calc(100% - 220px);*/
/*}*/

.page-title {
    margin-left: -15px;
    margin-right: -15px;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.select2-container {
    display: inline-block;
}

/*
.visible-md {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }
}*/

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }
}

.visible-sm {
    display: block !important;
}
/*

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md {
        display: block !important;
    }
}

    @media (min-width: 1200px) {
        .hidden-lg {
            display: none !important;
        }
    }*/




/*    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }*/



.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: "\e022";
}

.pi-linelink-little {
    display: flex !important;
}

.breadcrumb-collapse {
    /* max-height: 50px;*/
    /*overflow-y: hidden;*/
    flex-wrap: nowrap !important;
}

/*Scrolling tabs*/
.nav-horizontal {
    overflow-y: hidden;
    flex-wrap: nowrap !important;
}

.nav-tabs .nav-link {
    text-align: center;
}

@media (min-width: 768px) {
    .nav-tabs .nav-link {
        display: inline-flex;
    }
}

.dropdown-menu > li > input {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
    border: 0px;
    background-color: transparent;
    width: 95%;
}

    .dropdown-menu > li > input:hover,
    .dropdown-menu > li > input:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-twolines {
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 35px;*/
    height: auto;
    font-size: 1em;
    display: block;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.text-ellipsis-threelines {
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 70px;*/
    height: auto;
    font-size: 1em;
    display: block;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}



.fullscreen-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: none;
}


.vistaprevia {
    width: 60%;
    height: 600px;
}

@media (max-width: 768px) {
    .vistaprevia {
        width: 120%;
    }
}


.warning-color {
    color: #f8ac59;
}

.morado-color {
    color: #862197;
}

.info-color {
    color: #23c6c8;
}

.primary-color {
    color: #1ab394;
}

.pagination-form {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

    .pagination-form > label {
        margin-right: 6px;
        margin-left: 6px;
        margin-top: 6px;
        /*font-weight: bold;*/
    }

    .pagination-form > select {
        height: 29px !important;
        padding-top: 3px;
        width: 80px;
        border: none;
        border-bottom: 1px solid #e5e6e7 !important;
    }

.catalog-img {
    width: 150%;
    height: 150%;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    height: 150px;
    border: solid 0.08em #ccc;
    padding-top: 0px;
    /*text-align:center;*/
}

.catalog-list-img {
    margin: 5px !important;
    padding-top: 0px;
    display: flex;
    /* width: 5rem;
    height: 5rem;*/
    justify-content: center
}

    .catalog-list-img img {
        width: 60px;
        /*height: 60px;*/
        object-fit: cover;
        /*margin: auto;
    display: block;*/
    }

.catalog-img-grande img {
    width: 150px;
    /* margin-right: auto;
    margin-left: auto;*/
    height: 150px;
    margin: auto;
    display: block;
    /*border:solid 0.08em #ccc;*/
    padding-top: 0px;
    /*text-align:center;*/
}

.logo-empresa {
    margin: 0 auto;
}

/*h3 {
    font-size: 28px;
}

h4{
    font-size: 24px;
}

h5{
    font-size: 20px;
}*/

.dropdown-menu > li > a {
    white-space: nowrap;
}

.acciones-usuario {
    display: inline-flex;
    align-items: center;
}


/* CUSTOM WIDTHS */
/*.w-10, .w-xs-10 {
    width: 10% !important;
}*/

.w-15, .w-xs-15 {
    width: 15% !important;
}

.w-20, .w-xs-20 {
    width: 20% !important;
}

.w-75, .w-xs-75 {
    width: 75% !important;
}

.w-80, .w-xs-80 {
    width: 80% !important;
}

.w-85, .w-xs-85 {
    width: 85% !important;
}

.w-90, .w-xs-90 {
    width: 90% !important;
}

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-35 {
        width: 35% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-85 {
        width: 85% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
    mw-md-100 {
        max-width: 100%
    }

    mh-md-100 {
        max-height: 100%
    }
    /*MAX HEITH*/
    .h-md-100{
        height: 100%
    }
    .h-md-90 {
        height: 90%
    }
    .h-md-75 {
        height: 75%
    }
    .h-md-50 {
        height: 50%
    }
    .h-md-30 {
        height: 30%
    }
    .h-md-25 {
        height: 25%
    }
}

/* LG breakpoint */
@media (min-width: 992px) {
    /* CUSTOM WIDTHS */
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-100 {
        width: 20% !important;
    }
}

/* Blur Button */
.tablaBlurred {
    filter: opacity(30%);
    pointer-events: none;
}

.validation-summary-errors {
    color: #ed5565 !important;
}

.file-footer-caption {
    max-width: 220px;
    word-wrap: break-word;
}

.file-thumbnail-footer {
    text-align: -webkit-center;
}

.file-actions {
    display: grid;
}

/*span {
    cursor: pointer;
}*/

.link {
    font-size: small;
    font-weight: 800;
    color: #0097a7;
}

.minus-selector, .plus-selector {
    width: 35px;
    height: 35px;
    padding: 4px 4px 4px 4px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    border: none;
    background-color: transparent;
    /*border-radius: 100%;*/
}
/*    .minus-selector > p:hover, .plus-selector > p:hover {
        background-color: #939393;
        border-radius: 100%;
    }*/

.input-selector {
    height: 30px;
    width: 150px;
    text-align: center;
    /*    border: 1px solid #ddd;
    border-radius: 4px;*/
    border: none;
    display: inline-block;
    vertical-align: middle;
}
/*.min-width-378 {
    min-width: 378px;
}*/

.edit-control {
    text-align: left;
    border-bottom: 1px solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #939393;
    padding-left: 0px;
}

    .edit-control:focus {
        border-bottom: 1px solid;
        outline: none;
        color: #676a6c;
        border-color: #676a6c !important;
    }

.form-group {
    text-align: left;
    color: #939393;
}

    .form-group:focus-within {
        outline: none;
        color: #676a6c !important;
        border-color: #676a6c !important;
    }

.lineal-quantity {
    width: 200px !important;
}

.form-group > div > div > div > span {
    color: #676a6c;
}

input[readonly="readonly"] {
    padding-left: 5px;
}

.bootstrap-select .btn {
    background-color: #FFFFFF;
    color: #676a6c;
    border: 1px solid #e5e6e7;
}

.control-disabled {
    pointer-events: none !important;
    background-color: #e9ecef !important;
}

@media (max-width: 600px) {
    :root {
        --border-top: 1px solid #e7eaec;
        --border-left: 1px solid #e7eaec;
        --border-bottom: 1px solid #e7eaec;
        --border-right: 1px solid #e7eaec;
    }

    .dataToogleL {
        border-right: 0px !important;
    }

    .dataToogleR {
        border-left: 0px !important;
    }

    .bodyToogle {
        border-right: 0px !important;
    }

    .bodyTd {
        border-left: 0px !important;
    }

    .tableBorder > tbody > tr > td {
        border-right: var(--border-right);
        border-left: var(--border-left);
        border-bottom: var(--border-bottom);
        border-top: var(--border-top);
    }

    .tableBorder > thead > tr > th {
        border-right: var(--border-right);
        border-left: var(--border-left);
        border-bottom: var(--border-bottom);
        border-top: var(--border-top);
    }

    .tableBorder {
        border-top: var(--border-top)
    }

    .borderLeft1
    {
        border-left: var(--border-left);
    }

}
