/*
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 : 20/dez/2020, 16:04:20
    Author     : Carlos Braga
*/


*[ng-click] {
    cursor: pointer;
    outline: none;
}



.page_wrapper {
    height: calc(100vh - 181px);
    margin: 0;
    padding: 12px 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

.page_assembleia_header_container {
    text-align: center;
    color: #fff;
    background-color: #1565c0;
    margin: 0;
}
.page_assembleia_subheader_wrapper {
    background: #1e88e5;
}
.page_assembleia_header_junta {
    font-size: 20px;
    font-weight: 700;
}
.page_assembleia_header_id {
    font-size: 28px;
    font-weight: 700;
}
.page_assembleia_header_wrapper {
    padding: 8px 0;
}
.page_assembleia_subheader_item_wrapper {
    font-size: 14px;
    margin: 3px 12px;
}
.page_assembleia_subheader_item_text {
    margin: 0 0 0 3px;
    font-weight: 600;
}

.assembleia_now_happening_inner_container {
    overflow: hidden;
    transition: .15s all linear;
    position: relative
}
.assembleia_now_happening_inner_wrapper.ng-leave {
    transition:0.5s linear all;
    opacity:1;
    transform: translateX(0);
    position: absolute;
    top:0
}
.assembleia_now_happening_inner_wrapper.ng-leave.ng-leave-active {
    opacity:0;
    transform: translateX(-100%)
}
.assembleia_now_happening_inner_wrapper.ng-enter {
    transition:0.5s linear all;
    /*transition-delay: 0.5s;*/
    transform: translateX(100%)
}
.assembleia_now_happening_inner_wrapper.ng-enter.ng-enter-active {
    opacity:1;
    transform: translateX(0)
}


.aproved {
    background: #0c9 !important;
}

.rejected {
    background: #FF5252 !important;
}








.dashboard_title {
    font-size: 16px;
    font-weight: 700;
    color: #1e88e5;
    margin: 0 0 6px;
}

.assembleia_day_point_wrapper {
    background: #f5f5f5;
    border-radius: 24px;
    padding: 12px 16px;
    margin: 0 0 12px;
}
.assembleia_day_point_number {
    font-size: 14px;
    color: #1e88e5;
    padding: 0 6px 0 0;
    font-weight: 700;
}
.assembleia_day_point_desc {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.assembleia_day_point_result {
    text-align: center;
    background: #b0bec5;
    min-width: 180px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    height: 100%;
    padding: 12px 6px;
    border-radius: 12px;
    margin: 0 0 0 12px;
}


.dashboard_subtitle {
    font-size: 18px;
    color: #000;
    margin: 0 0 6px;
    font-weight: 700;
}
.assembleia_day_shortlist_person_info {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
}
/*.assembleia_day_shortlist_person_info {
    display: flex;
    width: 10px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 0;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
}*/
.assembleia_day_shortlist_person_container {
    min-width: 90px;
    max-width: 100px;
    flex: auto;
}
.assembleia_day_shortlist_person_wrapper {
    margin: 0 0 12px;
}
.assembleia_day_shortlist_person_name {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.assembleia_now_happening_inner_wrapper {
    background: #1e88e5;
    border-radius: 24px;
    padding: 12px 20px;
    color: #fff;
    margin: 0 0 18px;
    /*height: 60px;*/
}
.assembleia_now_happening_title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 6px;
}
.assembleia_now_happening_info_wrapper {
    margin: 0 0 12px;
}
.assembleia_now_happening_info_number {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 0 0 6px;
}
.assembleia_now_happening_info_desc {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 6px;
}
.assembleia_now_happening_defendant_container {
    margin: 0 0 0 6px;
}
.assembleia_now_happening_defendant_wrapper {
    margin: 0 0 18px;
    height: 60px;
    border-radius: 24px;
    padding: 12px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.assembleia_now_happening_defendant_name {
    font-weight: 700;
}
.assembleia_now_happening_defendant_filiation {
    font-weight: 300;
}



/*.assembleia_day_shortlist_person_wrapper {
    margin: 0 6px 12px 0;
    background: #f5f5f5;
    padding: 0 6px 0 0;
    border-radius: 6px;
}
.assembleia_day_shortlist_person_name {
    font-size: 14px;
    text-align: center;
    width: 65px;
    overflow: hidden;
}*/
.assembleia_day_shortlists_container {
    width: 100%;
    max-width: 320px;
}


.assembleia_day_other_points_wrapper {
    margin: 0 -6px;
}
.assembleia_day_other_points_wrapper .assembleia_day_points_container {
    margin: 0 6px;
}
.assembleia_day_point_container.no_content {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #b0bec5;
}
.assembleia_day_point_container.no_content svg {
    font-size: 40px;
    margin: 0 0 12px;
}
.assembleia_day_point_container.no_content .no_content_text {
    font-size: 16px;
}
.assembleia_day_point_author_wrapper {
    width: 100%;
    border-radius: 6px;
    margin: 8px 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
}
.assembleia_day_point_author_name {
    font-weight: 300;
}
.assembleia_day_point_author_filiation {
    font-weight: 700;
    padding: 0 0 0 6px;
}








/* DIALOGS */
md-dialog.speaking_dialog {
    border-radius: 24px;
}
md-dialog.speaking_dialog .speaking_dialog_container {
    min-width: 300px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.speaking_dialog_title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
}
.speaking_dialog_title_icon {
    font-size: 18px;
    margin: 0 6px 0 0;
}
.speaking_dialog_person {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.speaking_dialog_person_afiliation {
    font-size: 24px;
    font-weight: 300;
}

.speaking_dialog_icon_background {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-size: 200px;
    color: #fff;
    opacity: 0.15;
}
.speaking_dialog_gradient_background {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    top: 0;
}








md-dialog.voting_dialog {
    border-radius: 24px;
}
.voting_dialog_container {
    overflow: auto;
    padding: 18px 0px 0;
}
.voting_dialog_title {
    font-size: 36px;
    font-weight: 700;
    color: #1e88e5;
    text-align: center;
    padding: 0 50px;
}
.voting_dialog_tipe {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1e88e5;
    margin: 16px 0 0;
    padding: 0 50px;
}
.voting_dialog_point_number {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1e88e5;
    padding: 0 50px;
}
.voting_dialog_point_desc {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 0 50px;
}
.assembleia_day_shortlist_person_outer_container {
    padding: 0 50px;
    width: 400px;
    margin: 0 auto;
}
.voting_dialog_board_title {
    display: block;
    width: 150px;
    text-align: center;
    margin: 12px auto 18px;
    background: #cecece;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 6px;
    border-radius: 12px;
    white-space: nowrap;
}
.voting_dialog_board.for_point .voting_dialog_board_title {
    background: #00CC99;
}
.voting_dialog_board.against_point .voting_dialog_board_title {
    background: #FF5252;
}

.voting_dialog_board_results_counter {
    text-align: center;
    font-size: 30px;
    margin: 30px 0 12px;
    font-weight: 700;
    color: #455a64;
}
.voting_dialog_board_results_veridict {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    /*background: #FF5252;*/
    padding: 20px 0;
    color: #fff;
}

/*.voting_dialog_board .assembleia_day_shortlist_person_container {
    opacity: 1
}

.voting_dialog_board .assembleia_day_shortlist_person_container.ng-hide {
    opacity: 0
}
.voting_dialog_board .assembleia_day_shortlist_person_container.ng-hide-remove {
  transition: all linear .5s; 
  transition-delay: .5s
}
.voting_dialog_board .assembleia_day_shortlist_person_container.ng-hide-add {
  transition: all linear .5s;
}*/

.voting_dialog_board .assembleia_day_shortlist_person_container {
    width: 0;
    overflow: hidden;
    min-width: 0;
    max-width: 0;
    transition: .5s all linear;
    opacity: 0;
}
.voting_dialog_board .assembleia_day_shortlist_person_container.voted {
    min-width: 90px;
    max-width: 100px;
    flex: auto;
    opacity: 1;
}