﻿/*IMPORT FONT OpenSans-Regular*/
@font-face {
	font-family: OpenSans-Regular;
	src: url("fonts/OpenSans-Regular.ttf");
} 

:root {

    --corprincipalcliente: #62A8B6; /*rgb(98, 168, 182)*/ /*[HIPPIE BLUE]*/ /* Cor base do cliente */
    --corbackgroundclaro: rgba(98, 168, 182,0.6); /*Background titulo2*/
    --corbackgroundmaisclaro: rgba(98, 168, 182,0.3); /*Background dos filtros pesquisa */
    --corbackgroundforte: #567E88; /*rgb(86, 126, 136)*/ /*[SMALT BLUE]*/ /* (AsearchlinkButton , mynetButton:hover) */
    --corbackgroundescuro: #2C475E; /*rgb(44, 71, 94)*/ /*[RHINO]*/ /* (menu:hover) */
    --corbackgroundactive: rgba(86, 126, 136, 0.5); /*#567E88*/ /*menu ativo*/
    --corbackgroundcinzaclaro: rgb(204, 204, 204); /*background neutro - cinzento*/
    --corbackgroundcinzamaisclaro: rgb(227, 227, 227); /*background neutro - cinzento mais claro*/ /*mynetButton[disabled]*/
    --corbackgroundcinzaescuro: #4F5668; /*rgb(79, 86, 104)*/ /*[TROUT]*/ /*background neutro - cinzento escuro*/
    --corcontrasteclara: white; /*texto (titulo2, mynetButton) - contraste com */
    --corInputReadOnly: rgb(79, 79, 79); /*mynetInputReadOnly*/
    --borderradiuscliente: 3px; /*border-radius*/

    /*.mynetTitulo2*/
    --mynettitulo2-background: var(--corbackgroundclaro);
    --mynettitulo2-color: var(--corcontrasteclara);
    /**/
    /*.mynetLink*/
    --mynetlink-color-visited: var(--corprincipalcliente);
    --mynetlink-color-master: var(--corprincipalcliente);
    --mynetlink-color-active: var(--corprincipalcliente);
    --mynetlink-color-hover: var(--corbackgroundforte);
    /**/
    /*.mynetButton - \theme\mynet.css */
    --mynetbutton-background: var(--corprincipalcliente);
    --mynetbutton-color: var(--corcontrasteclara);
    --mynetbutton-hover-background: var(--corbackgroundforte);
    --mynetbutton-hover-color: var(--corcontrasteclara);
    --mynetbutton-radius: var(--borderradiuscliente);
    --mynetbutton-disabled: var(--corbackgroundcinzamaisclaro, #cccccc);
    /**/

    /*Menu Lateral  - \core\recursos\Componentes\MenuMyNetLateral\MenuMyNetLateral.css */
    --menulateral-background: transparent;
    --menulateral-color: #434242;
    --menulateral-border-all: 0px solid var(--corprincipalcliente);
    --menulateral-background-all: white;
    --menulateral-color-all: black;
    --menulateral-border-inner: var(--menulateral-border-all); 
    --menulateral-hover: transparent;
    --menulateral-hover-color: #B2B3B3;
    --menulateral-active: transparent;
    --menulateral-active-color: var(--menulateral-color);
    --menulateral-active-final: var(--menulateral-active);
    --menulateral-active-final-color: var(--menulateral-active-color);
    --menulateral-font-size:10pt;
    /**/
    /*Menu Autenticação*/
    
    --menuautsimples-color-visited:#00A5B9;
    --menuautsimples-color-master: #00A5B9;
    --menuautsimples-color-hover: #61D2E8; 
    --menuautsimples-color-active: #61D2E8;
    /**/
    /* ---------------------------------------------------------------------------------
       | Menu Autenticação - drop \core\recursos\Componentes\MenuAutenticacaoSuperiorLess\MenuAutenticacaoSuperiorLess.css
       --------------------------------------------------------------------------------- */
    
    --menuautsup-nome-color: var(--menulateral-color, #55A9F2);
    --menuautsup-nif-color: var(--menulateral-active-color, #999);
    --menuautsup-background: var(--menulateral-background, white);
    --menuautsup-color: var(--menulateral-color, black);
    --menuautsup-hover: var(--menulateral-hover, #91c5f2);
    --menuautsup-hover-color: #00A5B9;
    /* ---------------------------------------------------------------------------------
       | Menu Mobile - \core\recursos\Componentes\MenuMyNetMobileLess\MenuMyNetMobileLess.css
       --------------------------------------------------------------------------------- */
    /*
    --menumobile-background: white;
    --menumobile-color: black;
    --menumobile-active: transparent;
    --menumobile-active-color: var(--corprincipalcliente, black);
    --menumobile-nome-color: var(--menumobile-active-color, #55A9F2);
    --menumobile-nif-color: var(--menumobile-color, #999);
    */

    /* ---------------------------------------------------------------------------------
       | AreaPesquisa - \core\recursos\Componentes\AreaPesquisa\AreaPesquisa.css
       --------------------------------------------------------------------------------- */

    --areapesquisa-color: #61D2E8;
    --areapesquisa-radius: 0px;
    --areapesquisa-hover-color: var(--corbackgroundforte, #64b7ff);

    /* ---------------------------------------------------------------------------------
       | filtrosPesquisa - \core\recursos\Componentes\FiltrosPesquisa\filtrosPesquisa.css
       --------------------------------------------------------------------------------- */

    --filtrospesquisa-background: transparent;
    --filtrospesquisa-btnfiltro-background: transparent;
    --filtrospesquisa-btnfiltro-color: white;

/* Variaveis Cliente */

--tipo-letra:OpenSans-Regular;
--rodape-cor-texto: #898989;

}
BODY {
        font-family: var(--tipo-letra) !important;
}

body{
	font-family: var(--tipo-letra);
}

form{
	font-family: var(--tipo-letra);
}

h1,h3,h4{
	font-family: var(--tipo-letra);
}

table{
	font-family: var(--tipo-letra);
}

td,tr,th{
	font-family: var(--tipo-letra);
}

input{
	font-family: var(--tipo-letra);
}

a{
	font-family: var(--tipo-letra);
}

p{
	font-family: var(--tipo-letra);
}

#modalIFrameExterior {
    border: none;
}

table, td, tr {
    font-size: 12px;
}

form{
    font-size: 12px;
}

.mynetBread2{
    text-align: left;
    font-size: 12px;
    white-space: initial;
    text-transform: none;
}

    .mynetBread2 > a, .mynetBread2 a:visited {
        text-decoration: none;
        font-weight: bold;
        color: #2168a6;
        color: var(--mynetlink-color-master, #2168a6);
    }

    .mynetBread2 .activeMenu {
        color: black;
        color: var(--corbackgroundescuro, black);
    }

    .mynetBread2 > a:hover {
        text-decoration: underline;
    }

    .mynetBread2 > span {
        font-weight: bold;
    }

[class^="wndTop"],[class^="wndCel"]{
    background: none !important;

}

.tabskinext .wndTop2{
    width: 100%;
}

[class^="mynetwndInfo"], [class^="mynetwndConh"], [class^="mynetwndData"] {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: initial;
    text-transform: none;
    color: #000000;
    color: var(--corbackgroundescuro, #000000);
    display: block;
}


.mynetTitulo2 {
    background-color: #e3e4e6;
    background-color: var(--mynettitulo2-background, #e3e4e6);
    color: #424242;
    color: var(--mynettitulo2-color, #424242);
    padding: 7px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    border-radius: 4px;
    border-radius: var(--borderradiuscliente, 4px);
}

.mynetTxt2{
    margin-bottom: 10px;
    margin-top: 10px;

}

.labelVisual {
    /*font-weight: bold;*/
    font-size: 12px;
    vertical-align: middle;
    padding-right: 0px;
    padding-left: 5px;
}

.mynetInput{
    border-radius: 4px;
    border-radius: var(--mynetbutton-radius, 4px);
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px;
    font-size: 12px;
    background-color: #e6e6e6;
}

.mynetInputReadOnly {
    color: #4f4f4f;
    color: var(--corInputReadOnly, #4f4f4f);
}

textarea{
    height:auto !important;
}

.botoesespaco{
    padding: 0;
}

.mynetButton {
    border: 0px;
    height: 30px;
    font-size: 13px;
    border-radius: 4px;
    border-radius: var(--mynetbutton-radius, 4px);
    width: auto;
    background-color: #55A9F2;
    background-color: var(--mynetbutton-background, #55A9F2);
    color: white;
    color: var(--mynetbutton-color, white);
    padding-left: 10px;
    padding-right: 10px;
}

    .mynetButton:hover {
        background-color: #64b7ff;
        background-color: var(--mynetbutton-hover-background, #64b7ff);
        color: white;
        color: var(--mynetbutton-hover-color, white);
    }

    .mynetButton[disabled] {
        background-color: #cccccc;
        background-color: var(--mynetbutton-disabled, #cccccc);
        color: white;
        color: var(--mynetbutton-color, white);
        cursor: default;
    }

#wrapperbotoes {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
}

#wrapperbotoes > div{
    padding-left: 0 !important;
}

/* botão back to top */
.back-to-top {
    border-radius: 4px;
    border-radius: var(--borderradiuscliente, 4px);
}
    .back-to-top:hover {
        background: #00ADE4;
        background: var(--mynetbutton-background, #00ADE4);
        color: white;
        color: var(--mynetbutton-color, white);
    }

.menuFilhos{
    display: grid !important;
    padding: 10px;
}

.menuFilhos:nth-child(odd) {
    background-color: #e3e4e6;
}

.menuFilhos:nth-child(even) {
    background-color: #d2d2d2;
}

.listaPesquisa td{
    padding: 10px;
    border-bottom: 2px solid #00A5B9;
}

.listaPesquisa:nth-child(odd) {
    background-color: #ffffff;
}

.listaPesquisa:nth-child(even) {
    background-color: #ffffff;
}

.lista a.mynetLink,
.lista a.mynetLink:link,
.lista a.mynetLink:hover,
.lista a.mynetLink:active,
.lista a.mynetLink:visited {
    color: #2168a6;
    color: var(--mynetlink-color-master, #2168a6);
    font-weight: bold;
    font-size: 14px;
}

.mynetLink1 {
    color: #2168A6;
    color: var(--mynetlink-color-master, #2168A6);
}
.mynetLinkOver1 {
    color: #2168A6;
    color: var(--mynetlink-color-hover, #2168A6);
}

.mynetLinhaTopo{
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: #d2d2d2;
}

/*txt tamanho de texto*/
.mynetTxt5 {
    font-size: 12px;
}

.authTitulo{
    background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
    font-size: 14px;

}

.authDescricao{
    background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	padding: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
    font-size: 14px;

}

/*Autenticacao*/
#btnRecuperarPwd{
    margin-top: 20px;
    text-decoration: none;
    color: #ffffff;
    padding:5px;
}


/*border serviços disponiveis*/
.mynetTabInfo_linha td{
    border:0;
}

.menuFilhos .desc {
    font-size: 14px;
    color: #595959;
}

/*dropdowns*/
div .prestoPlacer{
    margin-bottom: 10px;
    height: 20px;
}

#add_file_anexos_sga{
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

}
.row.about-container {
    min-height: 715px;
}


#myframeB{
	width: 1px;
	min-width: 100%;
	*width: 100%;
	border: 0px solid black;
	overflow: hidden;
}

/******************************MEDIA QUERIES**********************************************************************************/
@media only screen and (max-width: 500px){
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 760px) {
}

@media only screen and (max-width: 880px) {
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 991px) {
    #main{
        padding-top: 50px;
    }
    #ColunaCentral{
        padding-left: 0;
    }

    .tabskinext{
        padding:0px;
    }

    .tabformint{
        padding: 0px;
    }

    #header #logo img{
        margin-left: 45px !important;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}


/*  CSS DO CLIENTE */

#main {
    padding-top: 70px;
}

#header #logo img {
    max-width: 300px;
}
#header {
    height: 85px;
    padding: 5px 0px;
    background: #ffffff;
    border-bottom: 0px solid #ffffff;
}
#pesquisaContainer {
    top: 85px;
    background-color: #ffffff;
}

td {
    white-space: normal;
}
/* HEADER */
#header #logo {
    margin-left: 0px;
}
/* menu autenticação mobile */
.nav-menu ul {
    background-color: #ffffff;
}

/* ÁREA DA PESQUISA */
#AsearchlinkButton {
    background-color: transparent;
    border-top: 1px solid var(--areapesquisa-color);
    border-right: 1px solid var(--areapesquisa-color);
    border-bottom: 1px solid var(--areapesquisa-color);
}

#pvalor {
    color: #61d2e8;
    font-size: 10pt;
    border-right: unset;
}
.searchdiv {
    width: 100%;
}

/* MENU LATERAL */
ul.large-items li > a:hover {
    text-decoration: underline;
}

ul.large-items li a {
    font-size: var(--menulateral-font-size);
}

/*  VISAO 360  */
#visao360Lateral {
    line-height: 1.6em;
    padding: 15px;
    background-color: #ffffff;
    color: #999;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

/* ÁREA CENTAL DOS SERVIÇOS */
.mynetBread2 {
    background-color: unset;
}

.mynetBread2 > a, .mynetBread2 a:visited {
    color: #ffffff;
    font-size: 9pt;
}
.mynetBread2 .activeMenu {
    color: #ffffff;
    font-size: 10pt;
    background-color: #62a8b6;
}

.lista{
    color: #898989;
    font-size: 12px;
}

.menuFilhos:nth-child(odd) {
    background-color: transparent;
    border-bottom: 2px solid #00A5B9;
}

.menuFilhos:nth-child(even) {
    background-color: transparent;
    border-bottom: 2px solid #00A5B9;
}

.menuFilhos .desc {
    font-size: 10pt;
    color: #898989;
}

/* FORMULARIOS */
.mynetTitulo2 {
    background-color: #898989;
}
.divformext {
    background-color: #FFFFFF;
}
.mynetDivPrestoMain {
    background-color: #EbECEC;
}
.labelVisual {
    color: #00A5B9;
}

.mynetButton {
    background-color: #00A5B9;
}




/* RODAPE */
#footer {
    border-top: 1px solid #c1c1c1;
    background: #EBECEC;
}

.text-left {
    text-align: left;
    color:var(--rodape-cor-texto);
    font-size: 12pt;
}

.social{
    color:var(--rodape-cor-texto);
    font-size: 10pt;
}
.social a img:hover{
    opacity: 0.5;
}

.sitesmunicipais a{
    color: var(--rodape-cor-texto);
    font-size: 10pt;
}
.sitesmunicipais a:hover{
    color: #006cb4;
}
.contactos ul{
    list-style-type: none;
    font-size: 10pt;
}
.contactos a{
    font-size: 10pt;
}
.contactosGerais p{
    color: var(--rodape-cor-texto);
}
.contactosGerais a{
    color: var(--rodape-cor-texto);
}
.contactosGerais a:hover{
    color: #B2B3B3;
}

/*Filtros Pesquisa */

.imgpesquisafiltro{
    width: 100%;
    height: 298px !important;
}
/*.imgpesquisafiltro:hover{
opacity: 0.7;
}*/

.panel-body>h4 {
    margin-top: 30px;
}

.btnfiltro {
    height: 310px;
    width: 100%;
}
.btnfiltro:hover {
    opacity: 0.8;
}

div#pageFiltrosPesquisa {
     margin-top: 0px;
     padding: 0px;
}

div#pageFiltrosPesquisa .row {
    margin-left: 0px;
    margin-right: 0px;
}

.panel-body {
    padding: 0px;
   /* border: 1px solid;*/
}

#ColunaCentral {
    padding: none;
    padding-left: none;
    width: 80%;
}

input#formNameND_br {
    background-color: #f05b5b;
}

/* caixas de apoio a conhecimento*/

.tabskiint .lista .lista_sub {
    padding: 7px;
}
.msk_wrapper.msk_wrapper_Conh100 {
    padding-top: 15px;
}

.msk_tit_linha_outer_Data100, .msk_tit_linha_outer_Info100, .msk_tit_linha_outer_Impo100, .msk_tit_linha_outer_Conh100 {
    background-color: #62a8b6;
    border: none;
    border-width: 0px 0px 0px 0px;
}

.msk_corpo_Data100, .msk_corpo_Info100, .msk_corpo_Impo100, .msk_corpo_Conh100 {
    border: none;
    border-width: none;
    background-color: #FFFFFF;
}

.msk_tit_col1_div_Data100, .msk_tit_col1_div_Info100, .msk_tit_col1_div_Impo100, .msk_tit_col1_div_Conh100, .msk_tit_col2_Data100, .msk_tit_col2_Info100, .msk_tit_col2_Impo100, .msk_tit_col2_Conh100 {
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
}


.col-sm-6.seccaoquadrado {
    padding-right: 0px;
    padding-bottom: 3px;
}

.responsivefinanciamento{
	width:100%;
	height:auto;
}
.nomeMunicipeHeadersup{
	color:#000000;
}

/* information page */

.central_AREA{
    padding-bottom: 60px;
}
h1.pageTitle {
    background: #d9f6f9;
    padding: 15px 20px;
    margin: 0 0 35px;
    font-size: 2em !important;
    text-transform: uppercase;
    font-family: open_sanslight, Arial, Helvetica, Sans-Serif;
}

.central_AREA{
    font-size: .95em;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.central_AREA .writer_text {
    line-height: 1.2em;
}

.central_AREA .news_detail .text{
    margin: 10px 0 0;
    clear: both;
}

.writer_text p{
    font-size:1.2em;
	line-height: 1.2em;
}