:root {
    /* #################################################################################
       ## Master Variables Descrição e exemplos
       ################################################################################# */
    /*--corprincipalcliente: rgb(0, 160, 0); /* Cor base do cliente */
    /*--corbackgroundclaro: rgba(0, 160,0,0.6); /*titulo2*/
    /*--corbackgroundmaisclaro: rgba(0, 160,0,0.3); /*Background dos filtros pesquisa */
    /*--corbackgroundforte: rgb(0, 208,0); /* Background (AsearchlinkButton , mynetButton:hover) */
    /*--corbackgroundescuro: rgb(0, 140,0); /* (menu:hover) */
    /*--corbackgroundactive: rgba(40, 180, 40, 0.5); /*menu ativo*/
    /*--corbackgroundcinzaclaro: #e3e4e6; /*background neutro - cinzento*/
    /*--corbackgroundcinzamaisclaro: #cccccc; /*background neutro - cinzento mais claro*/ /*mynetButton[disabled]*/
    /*--corbackgroundcinzaescuro: #595959; /*background neutro - cinzento escuro*/
    /*--corcontrasteclara: white; /*texto (titulo2, mynetButton) - contraste com */
    /*--corInputReadOnly: #4F4F4F; /*mynetInputReadOnly*/
    /*--borderradiuscliente: 2px; /*4px; /*border-radius*/
    /* #################################################################################
       ## Master Variables Exemplo INOVA
       ################################################################################# */
    --corprincipalcliente: #62A8B6; /*rgb(98, 168, 182)*/ /*[HIPPIE BLUE]*/ /* Cor base do cliente */
    --corbackgroundclaro: rgba(98, 168, 182,0.6); /*Background titulo2*/
    --corbackgroundmaisclaro: transparent/*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: rgb(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*/
    /* ################################################################################# */ 
    /* #################################################################################
       ## Master Variables - Exemplo Verde
       ################################################################################# */
    /*--corprincipalcliente: rgb(0, 160, 0); /* Cor base do cliente */
    /*--corbackgroundclaro: rgba(0, 160,0,0.6); /*Background titulo2*/
    /*--corbackgroundmaisclaro: rgba(0, 160,0,0.3); /*Background dos filtros pesquisa */
    /*--corbackgroundforte: rgb(0, 208,0); /* (AsearchlinkButton , mynetButton:hover) */
    /*--corbackgroundescuro: rgb(0, 140,0); /* (menu:hover) */
    /*--corbackgroundactive: rgba(40, 180, 40, 0.5); /*menu ativo*/
    /*--corbackgroundcinzaclaro: rgb(204, 204, 204); /*background neutro - cinzento*/
    /*--corbackgroundcinzamaisclaro: rgb(227, 227, 227); /*background neutro - cinzento mais claro*/ /*mynetButton[disabled]*/
    /*--corbackgroundcinzaescuro: rgb(89, 89, 89); /*background neutro - cinzento escuro*/
    /*--corcontrasteclara: white; /*texto (titulo2, mynetButton) - contraste com */
    /*--corInputReadOnly: rgb(204, 204, 204); /*mynetInputReadOnly*/
    /*--borderradiuscliente: 0px; /*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-border-all: 0px solid var(--corprincipalcliente);
    --menulateral-background-all: white;
    --menulateral-color-all: black;
    --menulateral-border-inner: var(--menulateral-border-all);
    --menulateral-background: var(--corprincipalcliente);
    --menulateral-color: white;
    --menulateral-hover: var(--corbackgroundescuro);
    --menulateral-hover-color: var(--corcontrasteclara);
    --menulateral-active: var(--corbackgroundactive);
    --menulateral-active-color: var(--menulateral-color);
    --menulateral-active-final: var(--menulateral-active);
    --menulateral-active-final-color: var(--menulateral-active-color);
    /**/
    /*Menu Autenticação*/
    /*
    --menuautsimples-color-visited: var(--mynetlink-color-visited);
    --menuautsimples-color-master: var(--mynetlink-color-master);
    --menuautsimples-color-hover: black; /*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:#fff;
    --filtrospesquisa-btnfiltro-color: #496F9B;
}

#modalIFrameExterior {
    border: none;
}

table, td, tr {
    font-size: 12px;
}

form{
    font-size: 12px;
}

#mynetBread{
    margin-top: 10px;
}

.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: var(--mynetlink-color-master, #2168a6);
    }

    .mynetBread2 .activeMenu {
        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: var(--corbackgroundescuro, #000000);
    display: block;
}


.mynetTitulo2 {
    background-color: var(--mynettitulo2-background, #e3e4e6);
    color: var(--mynettitulo2-color, #424242);
    padding: 7px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    border-radius: var(--borderradiuscliente, 4px);
}

.mynetTxt2{
    margin-bottom: 10px;
    margin-top: 10px;

}

.labelVisual {
    /*font-weight: bold;*/
    font-size: 14px;
    vertical-align: middle;
    padding-right: 0px;
    padding-left: 5px;
}

.mynetInput{
    height: 26px;
    border-radius: var(--mynetbutton-radius, 4px);
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px;
    font-size: 12px;
}

.mynetInputReadOnly {
    color: var(--corInputReadOnly, #4f4f4f);
}

textarea{
    height:auto !important;
}

.botoesespaco{
    padding: 0;
}

.mynetButton {
    border: 0px;
    height: 30px;
    font-size: 13px;
    border-radius: var(--mynetbutton-radius, 4px);
    width: auto;
    background-color: var(--mynetbutton-background, #55A9F2);
    color: var(--mynetbutton-color, white);
    padding-left: 10px;
    padding-right: 10px;
}

    .mynetButton:hover {
        background-color: var(--mynetbutton-hover-background, #64b7ff);
        color: var(--mynetbutton-hover-color, white);
    }

    .mynetButton[disabled] {
        background-color: var(--mynetbutton-disabled, #cccccc);
        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: var(--borderradiuscliente, 4px);
}
    .back-to-top:hover {
        background: var(--mynetbutton-background, rgb(0, 173, 228));
        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;
}

.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: var(--mynetlink-color-master, #2168a6);
    font-weight: bold;
    font-size: 14px;
}

.mynetLink1 {
    color: var(--mynetlink-color-master)
}
.mynetLinkOver1 {
    color: var(--mynetlink-color-hover)
}

.mynetLinhaTopo{
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: #d2d2d2;
    width: 100%;
}

/*txt tamanho de texto*/
.mynetTxt5 {
    font-size: 12px;
}

.authTitulo{
    font-size: 14px;

}

.authDescricao{
    font-size: 14px;

}

/*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{
	min-width: 100%;
	width: 100%;
	border: 0px solid black;
	overflow: hidden;
}

/* ################################################################################# */
/* ## Wizard */
/* ################################################################################# */
/* Passos */
.wizard > .steps a {
    border-radius: var(--borderradiuscliente, 4px) !important;
}
/* Passo ativo */
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: var(--mynetbutton-background, #2184be) !important;
    color: var(--mynetbutton-color, white) !important;
}
/* Passo passado */
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: var(--corbackgroundclaro, white) !important;
    color: var(--mynetbutton-color, white) !important;
}
/* Passo disabled */
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: var(--mynetbutton-disabled, #eee) !important;
    color: #aaa !important;
}

/* Botões  */
.wizard > .actions a {
    border-radius: var(--borderradiuscliente, 4px) !important;
    background: var(--mynetbutton-background, #2184be) !important;
    color: var(--mynetbutton-color, white) !important;
}
    /* Botão ativo */
    .wizard > .actions a:hover, .wizard > .actions a:active {
        background: var(--mynetbutton-hover-background, #2184be) !important;
        color: var(--mynetbutton-hover-color, white) !important;
    }

    /* Botão disabled */
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: var(--mynetbutton-disabled, #eee) !important;
    color: #aaa !important;
    cursor: default !important;
}

/* ################################################################################# */
   
/******************************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;
    }
    FORM {
        padding-bottom: 20px;
        margin-left: 1px !important;
    }
    .imgselos img {
        width: 300px !important;
        padding-bottom: 20px !important;
    }

}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}


/*--------------------------- CSS INOVA --------------------------- */
p{
    font-size: 14px;
}

#info_servicos_n1 p span{
    font-size: 12px;
}

/*   Texto da pagina principal   */

.text-primary {
    text-align: left;
    padding: 7px;
}

.panel-body {
    display: initial;
    height: 100px;
    color: #337ab7;
}

/*Filtros Pesquisa */

.imgpesquisafiltro{
    width: 90px;
    height: 90px !important;
    float: left;
    margin-right: 9px;
    margin-top: 9px;
    margin-left: 9px;
}

.btnfiltro {
    margin-bottom: 10px;
    height: 123px;
    border: 1px solid #567e88;
    border-radius: 4px;
}

.bodyFiltro p[title="Gestão Documental"]:after {
    content: "Consulte toda a documentação enviada ou recebida";
    color: #23547f;
    
  }
.bodyFiltro p[title="Pedidos"]:after {
    content: "Solicitar a prestação de serviços e aderir à fatura eletrónica";
    color: #23547f;
    
  }
 .bodyFiltro p[title="Comunicações"]:after {
    content: "Comunicação de leituras (com validação online) e anomalias";
    color: #23547f;
    
  }
.bodyFiltro p[title="Faturação"]:after {
    content: "Consulta de faturas e acompanhamento de consumos";
    color: #23547f;
    
  }
  
  /*MENU MOBILE*/
#logoMobile{
	background-image: url('Imagens/logomobile.png');
	width: 100%;
    background-size: 80%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Visão 360 */
.titulovisao360{
    padding-bottom: 5px;
    font-size: 1.75rem;
}

#visao360Lateral {
    border: 1px solid #567e88;
    border-radius: 5px;
}

#documentoContador{
    background-color: #325D88;
    border-radius: 5px;
    color: #fff !important;
    padding: 3px;

}

#visao360Lateral table {
    margin: 10px;
}

.documentoLabel{
    line-height: 2;
}

#fundoprincipal{
background-image: url(Imagens/fundo.jpg);
height: 800px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

/*-----CONTAINER MENU AUTENTICACAO  -----*/
.form-group {
   /* width: 200px;*/
}

.loginForm{
    margin-left: 10%;
    margin-top: 10%;
}

.labeLoginTmt{
    margin-top:15px;
    font-size: 14px;
    font-weight: normal;
}
.inputlogin{
    width: 200px !important;   
}
.formloginTmt{
    margin-top: 200px;
    padding-left:170px;
    z-index: 1;
}

.iframeContentor{
    background-color: transparent;
}

.labeLoginTmt{
    margin-top:15px;
    font-size: 14px;
    font-weight: normal;
}

.btnlogin{
    background: #5998C9;
    border-radius: 6px;
    color: #ffffff;
    width: 90px;
   /* float: left; */
}

.btnmargem{
    padding-bottom: 10px;
}

FORM {
    padding-bottom: 20px;
    margin-left: 412px;
}

.imgselos img{
    width: 400px;
    float: right;
    padding-right: 30px;
}

.inovarodape{
    text-align: center;
    padding-top: 20px;
}

.footermorada{
    color: #424242;
    padding-right: 30px;
}
#moradaFooter{
    width: max-content;
}
/*  -----      */

#page-wrapper{
    background-color: #ffffff;
}
#Login-page-wrapper{
    background-image: url(Imagens/fundo.jpg);
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#iframebody{
    background-color: #fff;
}

body {
    background: transparent;
}
.divformext{
    background-color: #ffffff;
}
.tabformext{
    background-color: #ffffff;
}

.wndBot1 {
    height: 0px; 
    width: 0px; 
}

.mynetBread2 .activeMenu {
    display: none;
}
.mynetBread2{
    display: none;
} 
[class^="mynetwndInfo"], [class^="mynetwndConh"], [class^="mynetwndData"] {
    text-align: left;
    color: #62a8b6;
    font-weight: bold;
}

	.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{	
		text-align: left;
		color: #62a8b6;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		white-space: initial;
		text-transform: none;
		color: #62a8b6;
		display: block;
	}
	.msk_tit_linha_outer_Data100, .msk_tit_linha_outer_Info100, .msk_tit_linha_outer_Impo100, .msk_tit_linha_outer_Conh100{
		background-color: unset;         /**Cor fundo titulo*/
		border: unset;                   /**Contorno cor*/
		border-width: unset;             /**Contorno linha*/
	}
	.msk_corpo_Data100, .msk_corpo_Info100, .msk_corpo_Impo100, .msk_corpo_Conh100{
	     border: unset;             /**Contorno cor*/
	     border-width: unset;       /**Contorno linha*/
	     background-color: #FFFFFF; /**Cor fundo do formulário*/
	}
