﻿
/* ----------------- Skin ------------------- */

/* Cores textos, Links, Background */

.site-header .topheader .nav > li > a {
    border-right: solid 1px #2a3f4c;
    color: #fff;
    font-weight: 300;
}

/*Menu Superior*/
.site-header .topheader .nav > li > a:hover {
    background-color: #fbbc43;
}

/*HeaderSuperior Cor Fundo */
.topheader, .evo-top-bar, .evo-top-bar ul, .evo-off-canvas .title-bar {
    background: #2a3f4c;
}

/*HeaderSuperior Hover*/
    .evo-top-bar .evo-top-bar-content .dropdown.menu .is-dropdown-submenu li > a:hover,
    .evo-top-bar .evo-top-bar-content .dropdown.menu .is-dropdown-submenu li > a:focus {
        background-color: #2a3f4c;
    }



    h1, .panel-default > .panel-heading, .headerLinks .navbar-nav > li > a,
    .evo-top-bar, .evo-top-bar ul, .dashParticipante h4, .icon-color,
    .primary-color-links a, .well h6, .evo-item-selection-panel .evo-item-selection-panel-item .evo-item-selection-panel-item-icon {
        color: #2a3f4c;
    }
.stickyNav ul li a, .breadcrumbs-right li, .breadcrumbs a, .color-primary {
    color: #2a3f4c;
}


/*HeaderSuperior Hover Active*/
.evo-top-bar .evo-top-bar-content .dropdown.menu > li.is-dropdown-submenu-parent.is-active, .evo-top-bar ul ul,
.evo-top-bar .evo-top-bar-content .dropdown.menu li[data-evo-mega-menu] > a.hover {
    background-color: #2a3f4c;
    
}

/*HeaderSuperior Hover Cor Fonte*/
.evo-top-bar .evo-top-bar-content .dropdown.menu > li > a:hover {
    color: #aaa;
}

/*stickyNav*/
.stickyNav {
    background: #f4f4f2;
}

.stickyNav ul li a:hover {
    color: #fbbc43;
}

.stickyNav a.active {
    border-bottom: 2px solid #ffffff;
}

.colorBlue {
    color: #333;
}

.traco-center {
    background: #2a3f4c;
    width: 25%;
}

/* FIM Cores textos, Links, Background */

.orbit-bullets button.is-active {
    background-color: #2a3f4c;
}
.orbit-bullets button:hover {
    background-color: #2a3f4c;
}


.button {
    background-color: #2a3f4c;
}
    button:hover,
    button:focus,
    .button:hover,
    .button:focus {
        background-color: #2d3e50;
    }

.box > .icon > .image {
    background: #2a3f4c;
}

.box > .icon:hover > .image {
    background: #9d9d9c;
}
/* home hover */
.box > .icon > .info {
    min-height: 178px !important;
}

.box > .icon .info p {
    font-size: 0.95rem;
}

.box > .icon .info h3 {
    color: #636363;
}
.box > .icon:hover > .info > .more > a {
    background-color: #2a3f4c;
}



.evo-site-tabs--pattern-library-tabs .is-active a {
    background-color: #2a3f4c;
    color: #fff;
}
.dashParticipante {
    color: #333 !important;
}

wrap-dash .cards small {
    color: #333;
}

.dashParticipante small, .dashParticipante h2 small, .dashParticipante h3 small, .dashParticipante h4 small, .dashParticipante h5 small, .dashParticipante h6 small {
    color: #333;
}


.top-bar-logo img, .logo-report img, .title-bar-title img {
    height: 49px;
    margin-top: 2px;
}

.well {
    background: #f8f9fa;
    padding-bottom: 2rem;
}



