/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #F3F3F3;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    border-bottom: 8px solid #069169

}

#header.fixed-top {
    height: 70px;
}

.detalle-icon {
    color: #108F40;
    cursor: pointer;
    font-size: 2rem;
}

.remove-border:hover {
    text-decoration: none;
}

.navbar-header-menu {
    background: #068460;
    height: 6px;
}

.master-navbar {
    height: 5.3rem;
    display: flex;
    margin-bottom: 0 !important;
    align-items: start;
    padding-left: 0 !important;
    margin-top: 0;
}

.master-navbar li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 16rem;
    height: 100%;
    justify-content: center;
}

.master-navbar li a {
    text-decoration: none;
    color: black;
    text-align: center;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

/** eventos **/
.master-navbar li:hover a,
.master-navbar li.selected,
.master-navbar li.selected a{
    border-bottom: 3px solid #068460;
    background-color: #068460;
    color: #FFFFFF;
}

.navbar-links {
    background: #068460;
    height: 60px;
}

div.form-group-search>span {
    position: absolute;
    color: #068460;
    top: 0;
    right: 0;
    padding-top: 2px;
    line-height: 1.125em;
    font-size: 2rem;
}