/*
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 : 29/set/2017, 12:36:43
    Author     : Milu
*/

.news_search_title {
    color: #007dab;
    font-size: 14px;
    font-weight: 500;
}
.news_search_inputs_wrapper > input {
    margin: 0 12px 0 0;
    border: 0;
    border-bottom: 1px solid #999;
}
.news_search_inputs_wrapper > input, .news_search_inputs_wrapper > form > input {
    margin: 0 12px 0 0;
    border: 0;
    border-bottom: 1px solid #999;
}
.news_search_text {
    font-size: 14px;
    color: #007dab;
}
.news_search_inputs_wrapper button.md-datepicker-button {
    margin: 0 6px 0 0;
}
.news_search_inputs_wrapper [dir=rtl] .md-icon-button+.md-datepicker-input-container {
    max-width: 90px;
    margin: 0 0 0 6px;
}
.news_search_inputs_wrapper button.md-button.md-primary.md-raised {
    margin: 0;
    background: #007dab;
    cursor:pointer;
}
.news_search_wrapper {
    padding: 0 12px;
}
.news_search_inputs_wrapper button.md-button.md-primary.md-raised:hover {
    background: rgba(0, 125, 171, 0.85);
}




.new_news_page_container md-card {
    min-width: 300px;
    max-width: 300px;
    padding: 6px;
}
.new_news_page_container {
    max-width: 1170px;
    margin: 0 auto;
}
.new_news_page_images_container {
    margin: 0 -6px;
}
.ocurrencesimages {
    padding: 6px;
    position: relative;
}
.ocurrencesimages > div {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.ocurrencesimages > div > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.ocurrencesimages > div button.md-icon-button.md-button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px 0 0 0;
    padding: 0;
    min-height: 24px;
    height: 24px;
    width: 24px;
    line-height: 0px;
    z-index: 10;
}
.ocurrencesimages > div button.md-icon-button.md-button md-icon.material-icons {
    color: #fff;
}
.cover_photo_selected {
    opacity: 0;
    transition: .15s all linear;
}
.ocurrencesimages.cover_photo_currently_selected .cover_photo_selected {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #007dab;
    opacity: 1;
}
.ocurrencesimages.cover_photo_currently_selected .cover_photo_selected md-icon.material-icons {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007dab;
    color: #fff;
    border-radius: 0 6px 0 0;
    width: 27px;
}
.ocurrencesimages.cover_photo_currently_selected.no_cover_photo_wanted .cover_photo_selected {
    opacity: .5;
    border-style: double;
}

.new_news_page_card_title_container {
    margin: -6px -6px 0;
    background: #007dab;
    max-width: calc(100% + 12px);
    width: calc(100% + 12px);
    padding: 8px 6px;
}
.new_news_page_card_title {
    font-size: 16px;
    color: #fff;
}
.new_news_page_card_title_container md-checkbox {
    margin: 0;
}
.new_news_page_card_title_container md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
    border-color: #fff;
}
.new_news_page_card_title_container md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, .new_news_page_card_title_container md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    background-color: rgb(255, 255, 255);
}
.new_news_page_card_title_container md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon:after, .new_news_page_card_title_container md-checkbox:not([disabled]).md-primary.md-checked .md-icon:after {
    border-color: rgb(0, 125, 171);
}
.new_news_page_card_title_container md-checkbox span {
    color: #fff;
}
input.new_news_page_card_input, textarea.new_news_page_card_textarea {
    border: 0;
    border-bottom: 1px solid #333;
    margin: 12px 0;
    font-size: 14px;
}
input.new_news_page_card_input:focus, textarea.new_news_page_card_textarea:focus {
    border-color: #007dab;
}
md-card.new_news_page_card_container md-checkbox {
    margin: 0;
}
.new_news_page_card_subtitle {
    min-width: 65px;
    font-size: 14px;
    color: #666;
}
md-card.new_news_page_card_container md-select, md-card.new_news_page_card_container input {
    margin: 6px 0 6px 0;
    border: 0;
    border-bottom: 1px solid #333;
}
.tub_fab_container {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
button.md-fab.list_fab_button.md-fab-bottom-right.tub_fab.md-button.md-ink-ripple {
    position: relative;
    right: 0;
    bottom: 0;
}




.new_news_page_files_container > div > i {
    vertical-align: 0;
    line-height: normal;
    color: #007dab;
}
.new_news_page_file_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 6px;
    color: #333;
}
.new_news_page_files_container > div > button.md-icon-button.md-button {
    margin: 0;
}
img.news_list_img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
}
.news_list_details_container {
    padding: 6px;
}
.news_list_details_wrapper md-icon.material-icons {
    color: #007dab;
}
.news_list_news_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list_news_date {
    font-size: 14px;
    color: #666;
}
.news_list_time_ago {
    color: #666;
    padding: 0 6px;
    font-weight: 600;
    font-size: 12px;
}
.news_list_date_range div {
    padding: 0 3px 0 0;
    font-size: 14px;
    color: #333;
}
.news_list_details_wrapper {
    margin: 0 0 3px;
}





    .destaqueribbon{
        position: absolute;
        right: 0;
        transform: rotate(45deg) translate(25%,120%);
    }
    .destaqueribbon {
        position: absolute;
        right: -40px;
        top: -40px;
        transform: rotate(45deg) translate(25%,120%);
        width: 150px;
        text-align: center;
        background: #007dab;
        color: #fff;
        padding: 6px 0;
        z-index: 0;
    }
    .destaqueribbon:before {
        content: "";
        position: absolute;
        top: 24px;
        left: 0px;
        width: 14px;
        height: 14px;
        transform: rotate(-45deg);
        border: 5px solid transparent;
        border-bottom: 5px solid #025979;
        z-index: -1;
    }
    .destaqueribbon:after {
        content: "";
        position: absolute;
        top: 24px;
        right: -8px;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        border: 5px solid transparent;
        border-bottom: 5px solid #025979;
        z-index: -1;
    }
    .news_switch_wrapper {
    padding: 0 8px;
}
.news_switch_wrapper md-switch.md-checked .md-bar {
    background-color: rgba(0, 125, 171, 0.5);
}
.news_switch_wrapper md-switch.md-checked .md-thumb {
    background-color: rgb(0, 125, 171);
}