﻿div.profile_info h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    max-width: 120px;
}

.space10 {
    margin-top: 10px;
}

.space {
    margin-top: 25px;
}

.space50 {
    margin-top: 50px;
}

.space100 {
    margin-top: 100px;
}

.margin-top-neg10 {
    margin-top: -10px;
}

.centrar {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.ocultar {
    display: none;
}

.text-white {
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 5px;
}

.selector-multiple {
    height: 107px !important;
}

.info-tooltip {
    font-size: 14px;
}

#wizard-gastos div.actionBar {
    display: none;
}

a.upload2 {
    display: none;
}

.input-validation-error {
    background: #faedec;
    border: 1px solid #e85445;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #1ABB9C !important;
    color: white;
}

.select2-container {
    width: 100% !important;
}

#tipo-gasto .btn-default.active {
    color: #fff;
    background-color: #169F85 !important;
}

.bg-login {
    background: url("../images/login-bg.jpg") top center no-repeat !important;
}

@media (max-height: 1440px) {
    iframe {
        height: 1310px;
    }
}

@media (max-height: 1152px) {
    iframe {
        height: 1020px;
    }
}

@media (max-height: 1080px) {
    iframe {
        height: 900px;
    }
}

@media (max-height: 1024px) {
    iframe {
        height: 845px;
    }
}

@media (max-height: 900px) {
    iframe {
        height: 720px;
    }
}

@media (max-height: 800px) {
    iframe {
        height: 620px;
    }
}

@media (max-height: 768px) {
    iframe {
        height: 588px;
    }
}

@media (max-height: 600px) {
    iframe {
        height: 425px;
    }
}

textarea {
    height: 85px !important;
}

.cursor-pointer {
    cursor: pointer;
}

/*.right_col {
    background: url("../images/home-bg.jpg") top center no-repeat !important;
}*/

.accordion .bultos {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

    .accordion .bultos:hover {
        background: none !important;
    }

.alto-auto {
    height: auto;
    margin-bottom: 50px;
}

.error-login {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: 500;
}

    .error-login ul {
        list-style-type: none !important;
        padding-inline-start: 0px !important;
    }

.dataTables_paginate a {
    cursor: pointer;
}

.descripcion {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notificaciones-list, .comunicaciones-list,
.autorizaciones-list, .sanciones-list,
.incidencias-list {
    position: absolute;
    max-width: 58%;
}

.descripcion-incidencia-list {
    position: absolute;
    max-width: 32%;
}

.descripcion-registro-list {
    position: absolute;
    max-width: 48%;
}

.iconos-simplificada, .iconos-importador {
    font-size: 1.5em !important;
    margin-top: 2px;
}

.badge-default {
    color: #fff;
    background-color: #999;
}

.badge-success {
    color: #fff;
    background-color: #1abb9c;
}

.link-dashboard {
    font-weight: bold;
    color: #1abb9c;
}

    .link-dashboard:hover {
        font-weight: bold;
        color: #23527c;
    }

tr.deleted td {
    color: #d9534f;
}

tr.confirmado td,
tr.confirmado td div.descripcion a {
    color: #1abb9c !important;
}

#referencia-propia, .num-expediente {
    color: #169F85;
}

/* Error dua - autocompletado */
div.error-dua .select2-container--default .select2-selection--single {
    background-color: #faedec;
    min-height: 38px;
}

div.error-dua .select2-container {
    border: 1px solid #e85445;
}

div.error-dua span.select2-selection__rendered {
    color: #ce5454 !important;
}

div.error-dua span.info-dua {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 5px 15px;
    margin: 5px 0px 10px 0px;
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
    width: 100%;
    display: inline-block;
}

span.info-dua i.icon-pdf {
    font-size: 1.4em;
    margin-right: 10px;
}

tr.incidenciaDua, tr.incidenciaDua td a {
    color: #ec9b3b;
    font-weight: bold;
}

.progreso-importador-duas {
    height: 30px;
}

    .progreso-importador-duas .progress-bar {
        line-height: 30px;
    }

.errores-importacion {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.85em;
}

div#buscador-expedientes .dataTables_filter {
    display: none;
}

.buscador-topbar {
    position: relative;
    display: block;
    padding: 13px 15px 12px
}

tr.no-dua td {
    color: #d9534f !important;
    font-weight: 600;
}

#listado-partidas .label {
    font-size: 90% !important;
}

span.partida-dua {
    cursor: pointer;
}

/* Creación productos expediente rpa*/
.rowProduct{
    margin-top: 20px;
}

.multipleImp-rows, .multipleExp-rows {
    padding-top: 20px;
} 

/* Listado de expedientes rpa */
.list-expedientesRPA {
    margin-top: 20px;
}

.centrarPartidas {
    text-align: center;
    margin: 0 auto;
}

/*Detalles expediente rpa*/

.rojo {
    font-weight: bold;
    color: red;
}

.verde {
    font-weight: bold;
    color: green;
}

.naranja {
    font-weight: bold;
    color: orange;
}

.info {
    width: 60%;
    display: flex;
    font-size: 18px;
}

.infoson {
    flex: 1;
    margin: 10px;
}

.tablamodificacion {
    display: flex;
}

    .tablamodificacion span {
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .tablamodificacion table {
        width: 30%;
    }

.titleModificaciones {
    margin-bottom: 15px;
}

.titleEstadosLiquidacion span {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.divtablas {
    display: flex;
}

    .divtablas span {
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .divtablas table {
        width: 100%;
    }

.tabladetails {
    flex: 1;
    margin: 10px;
}

.modalInfo {
    margin-bottom: 30px;
}
