﻿
resaltarRow {
    border-top: solid 1px !important;
    border-top-color: #66CCAA !important;
    border-bottom: solid 1px !important;
    border-bottom-color: #66CCAA !important;
    border-left: solid 1px !important;
    border-left-color: #66CCAA !important;
    border-right: solid 1px !important;
    border-right-color: #66CCAA !important;
}

.modal-lgx {
    width: 1000px;
}
.modal-md {
    width: 570px;
    height: 70%;
}

/*Nuevo diseño Rebrandig*/
.banner {
    max-width: 100%;
    height: 90px;
    background-color: #171669;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-title {
    font-size: 1.5rem;
    margin-left: 4rem;
}

.banner-subtitle {
    font-size: 2.2rem;
    margin-left: 4rem;
}

.banner-logo {
    margin-right: 4rem;
    height: 45px;
}

.btn-info {
    color: #ffffff;
    background-color: #3E4BEE;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #0A17B6;    
}

.btn-primary {
    color: #ffffff;
    background-color: #3E4BEE;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #0A17B6;
}

