.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}
.disabled-input {
    pointer-events: none;
    cursor: not-allowed;
}

/* LISTADO */

.badge-estado{
    font-size: unset;
    font-weight: 400;
}

td[data-col='estado']{
    white-space: nowrap;
}

/* Resumen */

.pedido-resumen h5{
    text-transform: uppercase;
    background: #F0ECEC;
    padding: 0.1rem 0.5rem;
}
.pedido-resumen label.title{
    display: block;
    border-bottom: 1px solid #0073CB;
}
.pedido-resumen a{
    float: right;
    padding: 0.1rem 0.5rem;
}

.pedido-resumen__click{
    cursor: pointer;
}

/* Sidebar */
.sidebar.sidebar-list .sidebar-title{
    padding: 0 1.3125rem 1rem 1.3125rem;
    font-weight: 700;
    color: #e4e7ea;
    border-bottom: 1px solid #5C5C5C;
    text-transform: uppercase;
    font-size: 1rem;
}
.sidebar.sidebar-list .nav{
    margin-bottom: 0;
}
.sidebar.sidebar-list .nav-title{
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.sidebar.sidebar-list .open .nav-title{
    margin-bottom: 0.5rem;
}
.sidebar.sidebar-list .nav-title span:nth-child(2){
    display: none;
}
.sidebar.sidebar-list .open .nav-title span:nth-child(1){
    display: none;
}
.sidebar.sidebar-list .open .nav-title span:nth-child(2){
    display: block;
}
.sidebar.sidebar-list .nav-item{
    margin-bottom: 0.5rem;
    display: none;
}
.sidebar.sidebar-list .open .nav-item{
    display: block;
}
.sidebar.sidebar-list .nav-item a{
    padding: .1rem 0.75rem;
    text-transform: lowercase;
}
.sidebar.sidebar-list .nav-item .active .badge{
    background: #000;
}

/**********************************/
/** PTE REVISAR **/
.main.iframe{
    width: 100%;
}

/*color bg título*/
.bg-title{
    background-color: #333;
}
/*color texto título e icono*/
.title-text{
    font-size: 0.95rem; /*15px*/
    color: #fff;
}

/* Home */
h4 span{
    color: #707070;
    font-size: 1rem
}

.card.card-home {
    border:1px solid #CED4DA;
    margin-bottom: 30px;
}
.card.card-home .icon {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
}
.card.card-home .icon .fas{
    color: #0073CB;
    font-size: 50px;
}
.card.card-home .icon .badge{
    position: absolute;
    top: -7px;
    right: -7px;
}
.card.card-home .h4 {
    margin: 0 0 10px 0;
}
.card.card-home p {
    color: #777F87;
    font-size: 14px;
    line-height: 1.2em;
}

/* Informes - Indicador */
.card-indicador{
    color: #444444;
}
.card-indicador h4{
    font-size: 15px;
    line-height: 1.1em;
    margin:0;
    font-weight: normal;
    color: #b8b8b8;
}
.card-indicador h4 span{
    padding: 2px 0 0 0;
    display: block;
    color: #0073CB;
    font-size: 17px;
    height: 1.2em;

    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-indicador .value{
    color: #0073CB;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}
.card-indicador .percentage{
    font-size: 18px;
    color: #b8b8b8;
    text-align: center;
}
.card-indicador .progress-div{
    margin:5px 0 0 0;
    position: relative;
}

.card-indicador.card-indicador-euros h4 span{
    color: #5C5C5C;
}
.card-indicador.card-indicador-euros .value{
    color: #5C5C5C;
}
.card-indicador.card-indicador-euros .progress-bar{
    background: #5C5C5C;
}

/* Informes - Frecuencias y dinámicas */
.report .mb-3 {
    margin-bottom: 0.5rem !important;
}

.report h3 {
    font-size: 1rem;
    margin-bottom: 1rem !important;
}

.report-table {
    border: 1px solid;
    background: white;
}

.report-table thead th {
    text-align: center;
    padding: 0 0.20rem;
    color: black;
}

.report-table td {
    padding: 0.20rem 0.30rem;
}

.report-table tbody td {
    border-right: 1px solid;
}

.report-table.dynamics-table tbody td {
    max-width: 300px;
}

tr.content-border th {
    border: 1px solid;
}

/* Relaciones 1-n */
#relation1n-vue .row{
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

/* Barra de acciones fija */

.fixedActions{
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 0 #000;
    z-index: 10;
    transition: all 300ms ease;
    padding: 10px 0 10px 230px;
}
.fixedActions.show {
    bottom: 0;
}
.sidebar-minimized .fixedActions{
    padding-left: 56px;
}

/* Historia de estado */

.history_status{
    font-size: 0.875rem;
    text-align: left;
}

/* Iframe en swal */
.swal-iframe{
    width: 100% !important;
}
.iframeswal{
    width: 100%;
    height: calc(100vh - 190px);
    border:0;
}

/* Varios */

.articulos_ls .card + .card{
    display: none;
}
.articulos_form .pagination-div{
    display: none !important;
}
#relation1n-vue .btn-secondary{
    padding-left: 0.675rem;
    padding-right: 0.675rem;
}
.btn-volver{
    text-decoration: underline;
}

/**************************/
/* Print */
@media print {
    .web-footer,
    .sidebar,
    .web-header .header-minimizer,
    .header-user,
    .fixedActions,
    .change-log,
    .form_actions{
        display: none;
    }
    .web-main{
        background: #fff;
        display: block;
        flex: unset;
    }
    main{
        min-height: unset;
        width: 100%;
    }
    .container-fluid{
        padding: 0;
    }

    /* Fix firefox */
    .card,
    .web-main,
    .web-body{
        display: block;
    }

    #enviar_informe{
        /*content: none !important;*/
        display: none !important;
    }
    .relation1n-vue-lesionados button{
        display: none !important;
    }
}

/* Liquido */

@media (max-width: 1199px) {
    .compra-list .articulo {
        width: calc(25% - 1rem);
        flex: 0 1 calc(25% - 1rem);
    }
}

@media (max-width: 991px) {
    .compra-list .articulo {
        width: calc(33% - 1rem);
        flex: 0 1 calc(33% - 1rem);
    }
    .modal-dialog{
        max-width: 760px;
    }
}

