﻿@charset "utf-8";
/* CSS Document */
/*MAIN COLOR REFERENCE
blue -->#004B6A
orange-->#F15E0E*/

/*HOMEPAGE*/
#header .main-nav{ background-color:#004B6A}
#header nav a.selected, #header nav a:hover{ background-color:#F15E0E; color:#fff}
#header nav a{ color:#F15E0E}
#section-home #map-view-options .change-view-mode{background:#F15E0E}
#section-home .home-mode .home-description-aplication{background:#004B6A}
#section-home .home-mode .home-description-aplication .sections-area{ background:#F15E0E}
.main-content__description__text{ color:#fff}
#section-home .home-mode .home-description-aplication .sections-area article p{ color:#fff}
#section-home .projects-list-view .table-container tbody tr:hover td { background-color: #F9F9F9}
#section-home .projects-list-view .table-container tbody tr:hover td a { color: #F15E0E; }
#section-projects #general h2, #section-projects #photos h2, #section-projects #related h2{color:#004B6A}
#section-projects .map-container .project-map{ border-bottom:3px solid #004B6A}

/*socialLinks*/
#header .social{ bottom:2px}
#header .social li{ background:none; border-top:3px solid #009DE1; }
#header .social li span{ color:#009DE1}

/*boxSearch*/
#section-home .home-mode #controls .statistic-home-info .subtitle-consolidated{ background:#004B6A; padding:1em; color:#fff}
#section-home .home-mode #controls .statistic-home-info .subtitle-consolidated:after{ border-top:15px solid #004B6A}
#section-home .home-mode #controls .statistic-home-info .statistic-row .money#approved-projects-home{ color:#004B6A}

/*mapOptions*/
#section-home #map-view-options .select-period {
    background: #fff;
    border: 2px solid #009245;
    color: #009245;
}
#footer{ background:#f3f3f3 url('../img/landing_icons/pattern-dots.png?1419908086')}