/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/jul/2018, 12:12:33
    Author     : Carlos Braga
*/

.middle_featured_section_container {
    margin: 50px 0;
}
.middle_featured_section_top_news_img {
    height: 340px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.middle_featured_section_tabs_container {
    max-width: 380px;
}
.middle_featured_section_top_news_description_container {
    position: absolute;
    bottom: 0;
    background: #0277bdbf;
}
.middle_featured_section_top_news_container {
    margin: 0 12px 0 0;
}
.middle_featured_section_top_news_description_wrapper {
    padding: 6px 12px;
}
.middle_featured_section_top_news_description_text {
    font-size: 12px;
    color: #fff;
}
.middle_featured_section_top_news_description_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 6px 0;
}
.middle_featured_section_top_news_description_details {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 12px 0;
}
.middle_featured_section_top_news_description_date {
    padding: 0 6px;
}
md-tabs .md-tab.md-active {
    background: #0277bd;
    color: #fff;
    font-weight: 700;
    opacity: 1;
}
md-tabs .md-tab {
    background: #0277bd;
    color: #fff;
    font-weight: 700;
    opacity: .7;
    max-width: none !important;
}
.middle_featured_section_tabs_items_wrapper {
    background: #000;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
    background: #000;
}
.middle_featured_section_tabs_items_container {
    max-height: 350px;
}

.middle_featured_section_tabs_single_item_bottom_part_wrapper {
    font-size: 12px;
    color: #fff;
}
.middle_featured_section_tabs_single_item_wrapper {
    background: #0277bd;
}
.middle_featured_section_tabs_single_item_wrapper:nth-child(even) {
    background: #0277bde6;
}
.middle_featured_section_tabs_items_title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.middle_featured_section_top_news_description_date_wrapper {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
.middle_featured_section_tabs_items_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.middle_featured_section_tabs_single_item_wrapper {
    background: #0277bd;
    padding: 18px 12px;
}
.middle_featured_section_tabs_single_item_top_part_wrapper {
    padding: 0 0 1px;
}
.middle_featured_section_top_news_wrapper {
    cursor: pointer;
}

md-pagination-wrapper {
    display: flex;
    width: 100%;
}
md-tabs .md-tab{
    display: flex;
    flex: auto;
}

.margin_top_block{
    margin-top: 47px;
}