﻿/* GESTIÓN DE ACTIVOS (GDA) */
.item-title-gda {
    padding: 20px 10px 20px 20px;
}

    .item-title-gda span {
        font-weight: bold;
        font-size: 14px;
        color: #dc6e00;
        text-decoration: underline;
    }

.title-req-gda {
    color: #dc6e00;
    border-bottom: 2px solid;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.gda-main a,
.gda-main label,
.gda-main input,
.gda-main button,
.gda-main select,
.gda-main textarea,
.gda-main .alert {
    font-family: helvetica-light,sans-serif;
    font-size: 0.90rem !important;
}

.gda-main label {
    font-size: 0.80rem !important;
}

.gda-nav-item {
    border: 0px none !important;
    border-top: 2px solid #545454 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-right: 5px;
}

    .gda-nav-item.active {
        border-top: 5px solid #004994 !important;
        border-top-color: #004994 !important;
    }

.gda-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.gda-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.gda-table tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.gda-table tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
}

.gda-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.gda-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
