html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background:#ffffff;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}
/************** Menu **************/
#nav_border {
    border-bottom: 4px solid #11B0AA;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}
.container-fluid {
    margin-right: 30px;
    margin-left: 30px;
}
.navbar-header:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a {
    color: #11B0AA;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav .mega-menu .active > a, .navbar-default .navbar-nav .mega-menu .active > a:focus, .navbar-default .navbar-nav .mega-menu .active > a:hover,
.navbar-default .navbar-nav .mega-menu .active > h2 > a, .navbar-default .navbar-nav .mega-menu .active > h2 > a:focus, .navbar-default .navbar-nav .mega-menu .active > h2 > a:hover{
    color: #11B0AA;
    background: none;
}
.navbar-right {
    margin-right: 0;
}
/* Buttons menu */
#partners {
    background-color: #11B0AA;
    padding: 10px 15px;
    margin-left: 60px;
}
#partners a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}
/************** Header Home Page **************/
#home-page-header {
    position: relative;
    color: #666666;
    background-color: #1C93CD;
    background-image: url('/img/banner-home-page.jpg');
    background-repeat: no-repeat;
    min-height: 360px;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center;
}
#home-page-header #h1 {
    position: absolute;
    top: 30%;
    left: 20%;
}
#home-page-header #h2 {
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -360px;
}
#home-page-header h1, #home-page-header h1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#home-page-header h2, #home-page-header h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 4px solid #11B0AB;
    padding-bottom: 5px;
}
#home-page-header #sub_title {
    position: absolute;
    top: 50%;
    left: 20%;
    margin-bottom: 20px;
    font-weight: 400;
}
#home-page-header #event {
    position: absolute;
    bottom: 1px;
    right: 19%;
    max-width: 500px;
    background-color: #F6F8F7;
    padding: 20px 30px;
}
#home-page-header #event h3 {
    text-transform: uppercase;
    margin-top: 0;
}
#home-page-header #event .btn {
    margin-top: 10px;
}
/************** Breadcrumb **************/
#breadcrumb {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #666666;
    background-color: #F6F8F7;
    padding: 10px 0;
}
#breadcrumb a {
    color: #666666;
    font-weight: 300;
}
#breadcrumb a:hover, #breadcrumb a:focus {
    color: #11B0AA;
}
#breadcrumb .breadcrumb_last {
    color: #11B0AA;
}
#partners_logout {
    float: right;
    margin-top: -40px;
}
/************** Header **************/
#header {
    color: #666666;
    background-color: #97BE0D;
    background-image: url("../img/banner-title.jpg");
    padding:20px 0;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
#header h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#header h2{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#header h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
}
.sub_title, #header h2.sub_title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: none;
}
/************** Bullets **************/
#content ul {
    list-style: none;
}
#content ul li {
    padding: 0 0 10px 15px;
    position: relative;
}
#content ul li::before {
    font-family: "FontOdysseeMureSmall" !important;
    content: "\e911";
    font-size: 6px;
    color: #11B0AA;
    position: absolute;
    left: 0;
    top: 1px;
}
#content ul.bullets-arrow {
    margin-left: -6px;
}
#content ul.bullets-arrow li {
    padding: 0 0 10px 21px;
    position: relative;
}
#content ul.bullets-arrow li::before {
    font-family: "FontOdysseeMureSmall" !important;
    content: "\e910";
    font-size: 15px;
    color: #11B0AA;
    position: absolute;
    left: 0;
    top: 1px;
}
/**********JQuery UI************/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5!important;
    background: #11b0aa!important;
    font-weight: normal;
    color: #fff;
}
.ui-tabs-panel a {
    font-weight: normal;
}
#content .ui-tabs .ui-tabs-nav li {
    padding: 0;
}
#content .ui-tabs .ui-tabs-nav li::before {
    content: "";
}
/************** Forms **************/
.form-control {
    border: 1px solid #11B0AA;
}
.input-group-addon {
    color: #ffffff;
    background-color: #11B0AA;
    border: 1px solid #11B0AA;
    font-size: 14px;
}
#register-form {
    .checkbox {
        margin-bottom: 20px;
    }
}
/************** Tables **************/
table {
    width: 100%;
}
tr {
    border-bottom: 1px solid #E7E7E7;
}
td, th {
    padding: 10px 0 20px 0!important;
    border-top: 0!important;
}
.table-responsive {
    border: 0;
}
td.case_study {
    padding-left: 40px;
}
td.case_study::before {
    font-family: "FontOdysseeMureSmall" !important;
    content: "\e910";
    font-size: 12px;
    padding: 0 8px 15px 0;
    color: #11B0AA;
}
th.subtitle {
    padding-left:20px;
}
td.subtitle {
    padding-left:20px;
}
.table.text-center th, .table.text-center td {
    text-align: center;
}
/************** Footers **************/
.footer, .footer a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666666;
}
.footer a:hover, .footer a:focus {
    color: #11B0AA;
}
#footer-logos {
    background-color: #F6F8F7;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}
#footer-logos img {
    width: 100%;
    margin: 30px 0;
    max-width: 285px;
}
#footer {
    background-color: #F0F1F3;
    padding: 30px 0;
    min-height: 110px;
}
#footer_left {
    height: 100px;
    font-size: 12px;
}
#footer_left img {
    margin-right: 30px;
}
#footer_right {
    height: 100px;
    text-align: right;
    padding: 16px 0;
}
#footer_right a {
    padding-left: 30px;
}
/************** Alerts **************/
div[class^="bg-"] {
    padding: 10px 15px;
    color: #ffffff;
}
.bg-primary {
    background-color: #11B0AA;
}
.bg-success {
    background-color: #97BE0D;
}
.bg-info {
    background-color: #1C93CD;
}
.bg-warning {
    background-color: #666666;
}
.bg-danger {
    background-color: #E3382D;
}
.message-container {
    margin: 1rem 0;
}
/************** Home Page **************/
#home-page h1.services,
#data-tools h1.services{
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}
.first-line {
    margin-bottom: 60px;
}
#home-page .home-page-icon {
    float: left;
    height: 100px;
    width: 100px;
    padding: 20px;
    background-color: #11B0AA;
    margin-right: 30px;
}
#home-page .home-page-icon .icon {
    color: #FFFFFF;
}
#home-page .home-page-icon-text h2 {
    margin-top: 0;
}
#home-page .home-page-image,
#data-tools .home-page-image{
    float: left;
    height: 160px;
    width: 160px;
    margin-right: 30px;
}
#home-page .home-page-image img,
#data-tools .home-page-image img{
    width: 100%;
}
#home-page .home-page-colored-title {
    padding:15px;
    margin-bottom: 15px;
}
#home-page .home-page-colored-title h2, #home-page .home-page-colored-title h2 a {
    color: #fff;
    margin: 0;
    text-align: center;
}
#home-page .home-page-colored-title-1 {
    background-color: #1C93CD;
}
#home-page .home-page-colored-title-2 {
    background-color: #97BE0D;
}
#home-page .home-page-colored-title-3 {
    background-color: #11B0AA;
}
/************** Sidebars **************/
.sidebar-colored {
    background-color: #11B0AA;
    padding: 40px 30px;
    color: #ffffff;
    font-size: 16px;
}
.sidebar-colored h2, .sidebar-colored h2 a {
    color: #ffffff;
}
.sidebar-colored .icon {
    color: #ffffff;
    height: 60px;
}
.sidebar-colored p {
    color: #ffffff;
    font-size: 16px;
}
.sidebar-colored .btn {
    font-size: 16px;
}
.sidebar-newsletter {
    text-align: center;
}
.sidebar-newsletter h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}
.sidebar-default {
    background-color: #F6F8F7;
    padding: 40px 30px;
}
.sidebar-default h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar-colored p, .sidebar-default p {
    margin-bottom: 20px;
}
/************** Separators **************/
.separator_home {
    border: 2px solid #11B0AA;
    width: 80px;
    margin: 60px auto;
}
.separator_home_empty {
    margin-bottom: 60px;
}
.separator_sidebar_empty {
    margin-bottom: 30px;
}
.separator {
    border: 2px solid #11B0AA;
    width: 80px;
    margin: 30px 0;
}
/************** Publications **************/
.publications .icon-small {
    padding-right: 8px;
}
.publication_include table:not(.table) {
    width: 500px;
}
.publication_include table:not(.table) td {
    border: 1px solid #666666!important;
    padding: 6px!important;
}
.publication_include .grey {
    background-color: #F6F8F7;
    padding: 10px 30px 20px 30px;
}
.sidebar-publication-image {
    background-color: #F6F8F7;
    padding: 40px 30px;
}
.sidebar-publication-image img {
    border: 1px solid #E7E7E7;
    width: 100%;
}
.sidebar-publication-image div {
    width: 1px;
    height: 15px;
    content: "";
}
.sidebar-publication-button {
    background-color:#11B0AA;
    padding: 30px 30px;
    margin-top: 30px;
    height: 110px;
}
.sidebar-publication-button .icon-pdf {
    font-size: 50px;
    padding-right: 15px;
    color: #FFFFFF;
    vertical-align: middle;
}
.sidebar-publication-button a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}
/* Icons */
.link {
    color: #11B0AA;
    font-size: 20px;
}
/************** Map **************/
#map{
    height: 800px;
    width: 100%;
}
/************** Logos partners **************/
.logos {
    text-align:center;
}
.logos .row {
    margin-bottom: 20px;
}
.logos img {
    /*width: 100%;*/
    max-width: 200px;
    max-height: 200px;
}
/************** Modal reports **************/
#country_modal {
    top:40%;
    outline: none;
}
/************** Combined tools **************/
#multiple-benefits-tool {
    border: none;
    width: 100%;
    height: 700px;
}
#ee1-tool {
    border: none;
    width: 100%;
    height: 850px;
}
.data-tools-icon div h2 {
    color: #ffffff;
    margin-top: 5px;
}
.data-tools-icon  {
    padding: 0;
    position: relative;
}
.data-tools-icon::before {
    font-family: "FontOdysseeMure";
    content: "\e907";
    font-size: 80px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.data-tools-icon div {
    position:absolute;
    top:0;
    padding: 0 10px;
    padding-top: 5px;
}

.py-3 {
    padding: 1rem 0;
}

.py-4 {
    padding: 1.5rem 0;
}

.py-5 {
    padding: 3rem 0;
}
