/* css mission  */

.infoenterprise_container {
    margin: 40px 0 40px 0;
}

.tub_bigtitle.tub_text_blue.underline {
    border-bottom: 2px solid #d8253d;
}


.tub_objectives > div {
    margin: 10px 0 5px 0px;
}

.tub_values {
    margin: 10px 0 20px 0px;
}

.tub_list_values > div {
    display: list-item;
    margin: 5px 0 0 20px;
}

.tub_vision > div {
    margin: 0 0 10px 0;
}

.site_text_block > .tub_subtitle {
    margin: 10px 0;
}

/* InfoEmpresarial */

.tub_logo {
    border-top: 2px solid rgba(216, 37, 61, 0.5);
    margin: 35px 0 0 0;
}

.tub_image {
    margin-top: 35px;
}

.tub_downloadestatutos {
    margin: 15px 25px 15px 25px;
}

.info_text {
    margin: 15px 0 15px 0;
}

.tub_worknumbers {
    margin: 10px 15px 10px 15px;
}

.tub_info_conteudo {
    height: auto;
    overflow: hidden;
    transition: .15s all linear;
}

.tub_info_conteudo_relatoriocontas > .tub_downloads {
    display: inline-block;
}

.tub_info_conteudo.info_container {
    max-height: 0;
}

.tub_info_conteudo_orgaos {
    height: 470px;
    overflow: hidden;
    transition: .15s all linear;
}

.tub_info_conteudo_gestaoprevisional {
    height: auto;
    overflow: hidden;
    transition: .15s all linear;
}

.tub_info_conteudo_gestaoprevisional.info_container {
    max-height: 0;
}

.tub_info_conteudo_relatoriocontas {
    height: auto;
    overflow: hidden;
    transition: .15s all linear;
    margin: 0 15px 0 15px;
}

.tub_info_conteudo_relatoriocontas.info_container {
    max-height: 0;
}

.tub_info_conteudo_orgaos.info_container {
    max-height: 0;
}


.tub_divider {
    border-bottom: 2px solid #d0d0d0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.acordiao {
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
    outline: none;
}

.tub_seta_acordiao {
    width: 13px;
    margin: 0 5px 0 5px;
    transform: rotate(180deg);
}

.tub_seta_missao {
    width: 13px;
    margin: 0 5px -10px 5px;
    transform: rotate(90deg);
}

.site_text_block > .valor {
    margin: -8px 10px 0 20px;
}


.tub_downloads.tub_info_orgaos_sociais {
    margin: 0 25px 0 25px;
}

.tub_downloads.tub_info_orgaos_sociais {
    height: 100%;
}

.info_conselho_administrativo > div {
    width: 100%;
    margin: 10px 0 15px 0;
}

.info_orgaos > div {
    /* padding: 0 30px 0 25px; */
    margin: 5px 10px 5px 10px;
}

.info_conselho_administrativo {
    height: 350px;
}

.tub_infoenterprise.accordion {
    text-align: center;
}

.presidente > .tub_subtitle.tub_text_bold.tub_text_blue {
    display: inline-grid;
}

/* Organigrama */

.tub_consulta_organigrama > a {
    margin: 0px 5px 0 5px;
}

.tub_consulta_organigrama {
    margin: 15px 0 15px 0;
}

.tub_consulta_organigrama > span > a {
    padding: 0 5px 0 5px;
}

.tub_info_organigram {
    margin-top: 70px;
}

.tub_text a {
    text-transform: lowercase;
    margin: 0;
    padding: 0;
    min-width: 0;
    line-height: 15px;
    min-height: 17px;
    padding:0 5px;
}

.tub_text a:hover {
    background-color: rgba(0, 125, 171, 0.4) !important;
    border-radius:5px;
}

/* historia */

.text_historia {
    margin: 10px 0 10px 0;
}

img.sandbox {
    width: 25%;
    margin-top: 25px;
    height: 289px;
}

.anos {
    margin: 30px 0 5px 0;
    text-align: center;
    /* border: 1px solid rgba(0, 125, 171, 0.5); */
    border-radius: 10px;
    /* background-color: rgba(0, 125, 171, 0.5); */
    color: #007dab;
}
.history_year_divider {
    width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #d00a16;
}
.titulo {
    margin: 12px 0 0px;
}

.tub_images_img_wrapper {
    padding: 6px;
    cursor: pointer;
}
.tub_images_img {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo_preview_dialog_button {
    cursor:pointer;
}
md-icon.photo_button_icon {
    font-size: 56px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    color: #007dab;
    /*text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);*/
}
.photo_preview_dialog_button:hover md-icon.photo_button_icon {
    font-size: 56px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    color: rgba(0, 125, 171, 0.85);
    /*text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);*/
}

/* Dialog */ 

.photo_preview_dialog_button.prev_photo_button {
    transition: all .15s linear;
/*    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(252,254,254,0) 1%, rgba(0,125,171,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(252,254,254,0) 1%,rgba(0,125,171,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(252,254,254,0) 1%,rgba(0,125,171,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00007dab',GradientType=1 );*/
}

.photo_preview_dialog_button.next_photo_button {
    transition: all .15s linear;
/*    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(252,254,254,0) 1%, rgba(0,125,171,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(252,254,254,0) 1%,rgba(0,125,171,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(252,254,254,0) 1%,rgba(0,125,171,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00007dab',GradientType=1 );*/
}

button.tub_button, .tub_button {
    background-color: #007dab !important;
    color: #fff !important;
    width: calc(100% - 16px);
}

.dialog_image {
    height: 100%;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.photo_preview_dialog_button.prev_photo_button:hover {
}
.photo_preview_dialog_button.next_photo_button:hover {
}
.md-dialog-container {
    z-index: 1000;
}

button.tub_button:hover {
    background-color: rgba(0, 125, 171, 0.5) !important;
}

/* indicadores */

table, td, th {
    border: 1px solid grey;
    text-align: center;
}
thead.md-head {
    background-color: #007dab;
}

.tub_text_white {
    color: #fff;
}
.tub_year {
    padding: 15px;
    color: #fff;
}

td.tub_text_bold.descricao.md-cell {
    text-align: center;
    padding: 0 !important;
}

/* Qualidade / Certificação */

.tub_t_red {
    color: #cc3333;
    font-size: 35px;
}

.qualidade {
    margin: 15px 0 30px 0;
}

.qualidade a {
    text-transform: lowercase;
    margin: 0;
    padding: 0;
    min-width: 0;
    line-height: 30px;
    padding: 0 2px;
    min-height: 0;
}

.qualidade a:hover {
    background-color: rgba(0, 125, 171, 0.4) !important;
    border-radius: 5px;
}

.tub_politicas {
    margin: 15px 20px 30px 10px;
}

.tub_enquadramento {
    margin: 10px 0 10px 0;
}

.tub_t {
    font-size: 35px;
    text-decoration: none !important;
    display: inline-block;
}   

.tub_garantias > div {
    display: inline-block;
    margin-top: 10px;
}

.b_tub {
    margin-top: 10px;
}

.tub_seta_propositos {
    width: 13px;
    margin: 0 5px -13px 5px;
    transform: rotate(90deg);
}

.tub_garantias {
    margin: -5px 0 0 25px;
}
.unir {
    display: inline-block;
}


.tub_info_esforcos {
    margin: 15px 0 15px 0;
}


.t_tub > div {
    display: inline-block;
}

/* recrutamento */
.tub_text_red {
    color: #cc3333;
} 

.detailed_data > div {
    padding: 10px 5px 10px 5px;
    margin: 0 15px 0px 10px;
}

.tub_text_inforecrutamento > .tub_detailed_recruitment > div {
    margin: 15px 0 15px 0;
}

.consulta {
    text-align: center;
}

.tub_seta_candidatura {
    width: 13px;
    margin: 0 0px -28px 0;
    transform: rotate(90deg);
}
/* Contactos */ 

.tub_detailed_contactos > .tub_bigtitle {
    font-size: 23px;
}

/*.tub_detailed_contactos > div {
    margin: 15px 0 15px 0;
}*/

.tub_mails_administration > div {
    padding: 5px 0 10px 0;
}



.tub_mail_departments > .tub_bigtitle {
    text-align: center;
}


.tub_coordenadas_localization {
    margin-top: 25px;
    text-align: center;
}


.tub_contact_administration {
    text-align: center;
}

.tub_mail_departments.tub_contact_departments.flex-50 > .tub_text_blue > a {
    position: relative;
    float: right;
}

.tub_contact_departments.flex-xs-100 > .tub_mail_departments > .tub_bigtitle {
    font-size: 18px;
}

.tub_mails_departments.layout-xs-column > .tub_contact_administration > .tub_mails_administration > .vogal {
    font-size: 12px;
}


.tub_mail_departments.tub_contact_departments.layout-xs-column.flex-xs-100 > .tub_text_blue {
    margin: 5px 0 3px 0;
}

/* Postos de Venda */

.postos > div {
    /* padding: 5px; */
    width: 90%;
    margin: 7px 0 7px 0;
}

.postos {
    margin: 35px 10px 5px 15px;
    position: relative;
}   

.postos > div > .tub_subtitle {
    margin: 0 10px 0 10px;
}

.postos > div > .tub_text_title {
    border-bottom: 2px solid #d8253d;
    margin-bottom: 2px;
}

.tub_zone_map {
    height: 450px !important;
}

.frota {
    margin-bottom: 15px;
    text-align: center;
}







.tub_detailed_mails {
    margin: 12px 0 0;
}
.tub_detailed_contactos {
    margin: 0 -6px;
}
.tub_detailed_contactos > div {
    padding: 0 6px;
}
.tub_home_local ng-map {
    height: 395px !important;
}
.tub_section_title_container {
    margin: 12px 0;
    border-bottom: 1px solid #d00a16;
    cursor: pointer;
}

.tub_section_title {
    color: #007dab;
}
.tub_section_title_container md-icon {
    color: #007dab;
    transform: rotate(0deg);
    transition: .15s all linear;
}
.tub_section_title_container.section_opened md-icon {
    transform: rotate(180deg);
}
.section_details_container {
    max-height: 0px;
    overflow: hidden;
    transition: .15s all linear;
}
.section_details_container.section_opened {
    max-height: 750px;
}
.section_details_container a.md-button:not(.md-icon-button) {
    background: #007dab;
    color: #fff;
    border-radius: 3px;
    padding: 0 12px;
    white-space: normal;
    line-height: 20px;
}
.section_details_container a.md-button:not(.md-icon-button) md-icon {
    color: rgb(255, 255, 255) !important;
    margin: 0 6px 0 0;
}
.section_details_container a.md-button.md-icon-button > md-icon {
    color: #007dab;
}
.section_details_container a.md-button:hover {
    background: rgba(0, 125, 171, 0.75);
}
.section_details_container .tub_text.tub_text_blue {
    margin: 6px 0 0;
}
md-table-container tr:nth-child(even) {
    background: rgba(0, 125, 171, 0.15);
}
md-table-container td {
    border: 0;
}
table tr td:first-child {
    text-align: left;
    padding: 0 12px;
    font-weight: 600;
    text-transform: capitalize;
}
md-table-container tr td {
    line-height: 24px;
}
md-table-container {
    margin: 12px 0;
}
.quality_page .tub_title.tub_text_blue {
    margin: 30px 0 0;
}
.quality_page .tub_bigtitle.tub_text_red, .quality_page .tub_bigtitle.tub_text_blue {
    margin: -6px 0 0;
}
.tub_text_spacer {
    height: 6px;
}
.tub_indented_text {
    padding-left: 16px;
}

@media screen and (max-width: 600px) {
    .tub_images {
        width: 100%;
        height: 150px;
        margin: 20px 80px;
    }

    img.sandbox {
        width: 60%;
        margin-top: 25px;
        height: 290px;
    }

}






.tub_mobile_image_logo > img {
    visibility: hidden;
}
.tub_mobile_image_logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 65%;
    margin: 0 auto;
}
.tub_mobile_wrapper > img {
    width: 100%;
}
.tub_mobile_features_item_container {
    width: 150px;
    margin: 12px 0 12px;
}
.tub_mobile_features_item_logo {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.tub_mobile_features_item_text {
    color: #007dab;
    text-align: center;
    margin: 6px 0;
}
.tub_mobile_features_text {
    padding: 0 16px;
    text-align: justify;
    color: #333;
    font-size: 16px;
    margin: 24px 0;
}
.tub_mobile_downloader a {
    width: 200px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.tub_mobile_title {
    text-align: center;
    color: #007dab;
    font-size: 28px;
    margin: 50px 0 0;
}
.tub_mobile_downloader img {
    width: 175px;
    margin: 24px 0;
}











.recruitment_download_wrapper a.newsletter_button.md-button.md-ink-ripple {
    background: #007dab;
    width: calc(100% - 16px);
    color: #fff;
}
.recruitment_megatitle {
    text-align: center;
    font-size: 18px;
    color: #007dab;
    text-transform: uppercase;
    margin: 16px 8px 0;
    padding: 16px 0 0;
    border-top: 2px solid #007dab;
}
.recruitment_title {
    padding: 0 6px;
    color: #007dab;
    font-size: 16px;
    text-transform: uppercase;
    margin: 24px 0 12px;
}
.recruitment_input_wrapper {
    border: 1px solid #007dab;
    margin: 6px 6px;
    padding: 6px 6px;
    border-radius: 6px;
}
.recruitment_input_wrapper div {
    padding: 0 6px 0 0;
    color: #007dab;
    line-height: 24px;
}
.recruitment_input_wrapper input{
    border: 0;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
}


.recruitment_input_wrapper textarea{
    border: 0;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
    resize: vertical;
}

.disclaimer_container md-checkbox.md-default-theme.md-checked .md-ink-ripple, .disclaimer_container md-checkbox.md-checked .md-ink-ripple {
    color: rgb(0, 125, 171);
}
.disclaimer_container md-checkbox.md-default-theme.md-checked .md-icon, .disclaimer_container md-checkbox.md-checked .md-icon {
    background-color: rgb(0, 125, 171);
}
md-checkbox .md-label span {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.disclaimer_container {
    padding: 0 6px;
}
.recruitment_submit_wrapper button {
    margin: 0 6px !important;
}






table .tub_text {
    color: #007dab;
    padding: 6px 0;
}
table .tub_text_white {
    color: #007dab;
    padding: 6px 0;
}
table.md-table {
    width: 100%;
    border-spacing: 0;
    overflow: hidden;
    border-collapse: collapse;
}
table, td, th {
    border: 0px solid grey !important;
    text-align: center;
}
thead.md-head {
    background-color: #ffffff !important;
    border-bottom: 2px solid #d00a16;
}
table tr td:first-child {
    text-align: left;
    padding: 0 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #007dab;
}



.tub_address_contacts a {
    padding: 0 6px;
}




.recruitment_day_wrapper {
    width: calc(100% - 0px);
    margin: 8px 0px;
}
.recruitment_day_action_inputs {
    margin: 0 6px;
}
.recruitment_day_container {
    border: 1px solid rgba(51, 51, 51, 0.45);
    border-radius: 6px;
    margin: 0 6px 24px;
    padding: 0 0 6px;
}

.locais {
    height: 70px;
}