/*IMPORT FONT Montserrat*/
@font-face {
	font-family: open-sans-regular;
	src: url("fonts/open-sans.regular.ttf");
}

:root {
    --corprincipalcliente: #3083c9; /*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: #2168a6;
    --mynetlink-color-master: #2168a6;
    --mynetlink-color-active: #2168a6;
    --mynetlink-color-hover: var(--corbackgroundforte);
    /**/
    /*.mynetButton - \theme\mynet.css */
    --mynetbutton-background: #fff;
    --mynetbutton-color: #3083c9;
    --mynetbutton-hover-background: #D9F6FC;
    --mynetbutton-hover-color:#3083c9;
    --mynetbutton-radius: var(--borderradiuscliente);
    --mynetbutton-disabled: var(--corbackgroundcinzamaisclaro, #cccccc);
    /**/
    /*Menu Lateral  - \core\recursos\Componentes\MenuMyNetLateral\MenuMyNetLateral.css */
    --menulateral-border-all: 0px solid var(--corprincipalcliente);
    --menulateral-background-all: white;
    --menulateral-color-all: black;
    --menulateral-border-inner: var(--menulateral-border-all);
    --menulateral-background: #fff;
    --menulateral-color: #3083c9;
    --menulateral-hover: #fff;
    --menulateral-hover-color: #3083c9;
    --menulateral-active: #3083c9;
    --menulateral-active-color: #fff;
    --menulateral-active-final: var(--menulateral-active);
    --menulateral-active-final-color: var(--menulateral-active-color);
    /**/
    /*Menu Autenticação*/
    
    --menuautsimples-color-visited: #ffffff;
    --menuautsimples-color-master: #ffffff;
    --menuautsimples-color-hover: #424141; /*var(--mynetlink-color-hover);
    --menuautsimples-color-active: var(--mynetlink-color-active);
    /**/
    /* ---------------------------------------------------------------------------------
       | 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: var(--menulateral-hover-color, black);*/
    /* ---------------------------------------------------------------------------------
       | 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: var(--corprincipalcliente, #55A9F2);
    --areapesquisa-radius: var(--borderradiuscliente, 0px);
    --areapesquisa-hover-color: var(--corbackgroundforte, #64b7ff);
    */
    /* ---------------------------------------------------------------------------------
       | filtrosPesquisa - \core\recursos\Componentes\FiltrosPesquisa\filtrosPesquisa.css
       --------------------------------------------------------------------------------- */
    /*
    --filtrospesquisa-background: var(--corbackgroundmaisclaro, rgb(33, 104, 166));
    --filtrospesquisa-btnfiltro-background: var(--corbackgroundclaro, rgb(167, 178, 200));
    --filtrospesquisa-btnfiltro-color: white;
*/


   /*-- Fonts --*/
   --tipodeletra: open-sans-regular; 
   --tipodeletra_H1: open-sans-regular;
}

/*  css das fonts  */

body{
	font-family: var(--tipodeletra);
    background-color: unset; 
}
.iframeContentor {
    background-color: unset;
}

form{
	font-family: var(--tipodeletra);
}

h1,h3,h4{
	font-family: var(--tipodeletra_H1);
}

table{
	font-family: var(--tipodeletra);
}

td,tr,th{
	font-family: var(--tipodeletra);
}

input{
	font-family: var(--tipodeletra);
}

a{
	font-family: var(--tipodeletra);
}

p{
	font-family: var(--tipodeletra);
}




#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;
        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: normal;
    }

[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;*/
    color: #3083c9;
    line-height: 1.1;
    text-transform: none;
    margin: 0;
    font-size: 20px;
    padding: 30px 0!important;
    font-weight: bold;
}

.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);*/
    font-family: var(--tipodeletra);
    color: #747474;
    line-height: 1.1;
    text-transform: none;
    margin: 0;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    background-color: transparent;
}

.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;
    font-family: VAR(--tipodeletra);
}

.mynetInputReadOnly {
    color: #4f4f4f;
    color: var(--corInputReadOnly, #4f4f4f);
}

textarea{
    height:auto !important;
}

.botoesespaco{
    padding: 0;
}

.mynetButton {
    border: 1px solid #3083c9;
    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;
    font-family: var(--tipodeletra);
}

    .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: unset;
}

.menuFilhos:nth-child(even) {
    background-color: unset;
}

.listaPesquisa td{
    padding: 10px;
}

.listaPesquisa:nth-child(odd) {
    background-color: #e3e4e6;
}

.listaPesquisa:nth-child(even) {
    background-color: #d2d2d2;
}

.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;
    }

}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}

/*------------------------------- CSS CLIENTE -------------------------------*/

/* Alturas dos headers*/




#header {
    height: 50px; 
    padding: 0px 0px;
    background-color: #3083c9;
}
#hero {
    height: 50px;
}

#pesquisaContainer {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 105px;
    padding-top: 7px;
    padding-bottom: 7px;
    top: 50px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
}

#header #logo {
     margin-left: 45px;
}
#header #logo img {
    max-width: 250px;
}

#main {
    padding-top: 105px;
}

.fundosemlogin{
    background-image: url(imagens/imagemprincipal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 825px;
}

#nav-menu-container-user {
margin-top: 0px;
}


/* menu lateral */

#menulateral {
    border-bottom: none;
}

ul.large-items li a {
    border-bottom: 1px solid #dedede;
}

/*  Coluna Central */

#ColunaCentral {
    padding-left: 20px;
}

/* Visão 360 */
#visao360Lateral {
    line-height: 1.6em;
    padding: 15px;
    background-color: #ffffff;
    color: #999;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 15px;
}

/* CAIXAS ERRO AOS UTILIZADORES */
.mynetwndImpo1 {
    cursor: default;
    font-weight: 500;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    width: 96%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.wndTop1 {
    width: 1px;
}

#wrapper_msgsub {
    cursor: default;
    font-weight: 500;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#wrapper_msgsub #result_error {
    background-image: none;
    background-repeat: unset;
    background-position: unset;
    width: unset;
    height: unset;
}
#myMsg {
    height: 100%;
    width: 100%;
    background: url(Imagens/logosmas.gif) no-repeat scroll right center;
    background-color: #ffffff;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 100px;
    margin: auto;
    text-indent: -9999px;
}

/*  */
FORM {
    FONT-SIZE: 12px;
    FONT-FAMILY: var(--tipodeletra);
}
/*  Listagem aguas */
table.mynetListagem {
    border: 1px solid #009abc;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

table.mynetListagem tbody tr td {
    height: 25px;
    font-size: 13px;
    font-family: var(--tipodeletra);
}

.mynetLinhaTopo {
    border-right: 0px;
    border-bottom: 1px solid #009abc;
    background-color: transparent;
    width: 100%;
    font-family: var(--tipodeletra);
	font-size: 14px;
}

.mynetLinhaImpar {
    font-family: var(--tipodeletra);
    background-color: #ffffff;
}

.mynetLinhaPar {
    font-family: var(--tipodeletra);
    background-color: #D9F6FC;
}
.mynetLinhaPar:hover{
    background-color: #009abc;
    color: white;
}
.mynetLinhaImpar:hover{
    background-color: #009abc;
    color: white;
}
/*   FOOTER   */
#footer {
    border-top: 0px solid #b2b4b6;
    background: #ffffff;
}
#footer .credits {
    color: #596671;
}
#footer .credits a {
    color: #596671 !important;
}
#footer .copyright {
    color: #596671;
    margin-top: 50px;
}

.logotiposTecnicos{
    padding-bottom: 80px;
    border-bottom: 1px solid #596671;
}
.row.footerlinks {
    padding-top: 15px;
} 

.footerlinks a{
    color: #596671;
    font-size: 12px;
    font-family: var(--tipodeletra);
    font-weight: bold;
}

span#textoRGPDcontainer li {
    font-size: 12px;
    font-family: var(--tipodeletra);
}
.rgpd table div {
    font-family: var(--tipodeletra) !important;
    font-size: 12px !important;
    color: #009abc !important;
}
.rgpd table input {
    font-family: var(--tipodeletra) !important;
    font-size: 12px !important;
}
/*
.msk_corpo_Data5, .msk_corpo_Info5, .msk_corpo_Impo5, .msk_corpo_Conh5 {
    border:none;
    border-width: 0px 1px 1px 1px;
    background-color: #FBFBF8;
    border-radius: 5px;    
}
.msk_tit_linha_outer_Data5, .msk_tit_linha_outer_Info5, .msk_tit_linha_outer_Impo5, .msk_tit_linha_outer_Conh5 {
    background-color: #ffffff;
    border: none;
    border-width: 1px 1px 0px 1px;
    display: none;
}
*/
.msk_corpo_Data7, .msk_corpo_Info7, .msk_corpo_Impo7, .msk_corpo_Conh7 {
    background-color: #FBFBF8;
    border-radius: 0px 0px 6px 6px;
    border-width: 0px 1px 1px 1px;
    padding: 5px;
}
.msk_tit_linha_outer_Info7, .msk_tit_linha_outer_Impo7, .msk_tit_linha_outer_Conh7, .msk_tit_linha_outer_Data7 {
    background-color: #FBFBF8;
    border-radius: 6px 6px 0px 0px;
    border-width: 1px 1px 0px 1px;
    -moz-border-radius: 6px;
}

/*  link do CC */
.txtamacc {
    font-size: 16px;
    color: #9b9b9b;
    text-align: center;
}

img.faimg {
    background-color: #5484CC;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 3px solid #345f86;
}

img.faimg:hover {
    background-color: #406d97;
    border-color: #274866;
}

.fabutton{
    text-align: center;
}

div#mynetBread {
    display: none;
}