/*IMPORT FONT FuturaLT*/
@font-face {
	font-family: FuturaLT;
	src: url("fonts/FuturaLT.ttf");
}


:root {
    --corprincipalcliente: #16558f; /*rgb(98, 168, 182)*/ /*[HIPPIE BLUE]*/ /* Cor base do cliente */
    --corbackgroundclaro: rgba(98, 168, 182,0.6); /*Background titulo2*/
    --corbackgroundmaisclaro: #c1e1ff; /*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( 110, 110, 110); /*rgb(79, 79, 79);*/ /*mynetInputReadOnly*/
    --InputReadOnly-background: rgb(235, 235, 235); /*mynetInputReadOnly background*/
    --borderradiuscliente: 3px; /*border-radius*/
   
    /*.mynetTitulo2*/
    --mynettitulo2-background: #16558f;
    --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: 2px solid #ffffff;
    --menulateral-background-all: white;
    --menulateral-color-all: black;
    --menulateral-border-inner: var(--menulateral-border-all);
    --menulateral-background: #c1e1ff;
    --menulateral-color: #16558f;
    --menulateral-hover: #16558f;
    --menulateral-hover-color: #fff;
    --menulateral-active: #16558f;
    --menulateral-active-color: #fff;
    --menulateral-active-final: var(--menulateral-active);
    --menulateral-active-final-color: var(--menulateral-active-color);

    /**/
    /*Menu Autenticação*/
    
    --menuautsimples-color-visited: #0583d2;
    --menuautsimples-color-master: #16558f;
    --menuautsimples-color-hover: #0583d2; /*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;
*/

--tipoletraregular:'FuturaLT', sans-serif;
--tipoletracor:#16558f;
--tamanholetraregular:16px;
--tamanholetratitulos:18px; /*Titulos gerais*/
--tamanholetratituloscac:16px; /*titulos das caixas de apoio ao conhecimento*/
}



body{
    font-family: var(--tipoletraregular);
}
BODY{
    font-family: var(--tipoletraregular);
}
form{
    font-family: var(--tipoletraregular);
}
h1,h3,h4{
    font-family: var(--tipoletraregular);
}
table{
    font-family: var(--tipoletraregular);
}
td,tr,th{
    font-family: var(--tipoletraregular);
    font-size: var(--tamanholetraregular);
}
input{
    font-family: var(--tipoletraregular);
}
a{
    font-family: var(--tipoletraregular);
    font-size: var(--tamanholetraregular);
}

P{
    font-family: var(--tipoletraregular) !important;
    font-size: var(--tamanholetraregular) !important;
}

LI{
    font-family: var(--tipoletraregular);
    font-size: var(--tamanholetraregular);
}
ul.large-items a {
    font-size: var(--tamanholetraregular);
}
.info_servicos_n1 {
    font-size: var(--tamanholetraregular);
    color: var(--tipoletracor);
}
.info_servicos_titulo {
    font-size: var(--tamanholetratituloscac);
}
.info_servicos_n2 {
    font-size: var(--tamanholetraregular);
    color: var(--tipoletracor);
}

.tabskiint .lista .lista_sub {
    font-size: var(--tamanholetraregular);
}
.rgpd table div {
    font-size: var(--tamanholetraregular) !important;
}
.rgpd table input {
    font-size: var(--tamanholetraregular) !important;
}
.TabelaElementosGeral .labelElemento {
    font-size: var(--tamanholetraregular);
}
#DropZoneGeral .buttonfileinput, .TabelaElementosGeral .buttonfileinput {
    background: #939598;
}
.TabelaElementosGeral .labelElemento {
    font-size: var(--tamanholetraregular);;
}
#visao360Lateral .municipeNome{
    font-family: var(--tipodeletra);
Color:#000000;
}
#visao360Lateral .municipeNif{
    font-family: var(--tipodeletra);
Color:#000000;
}

#modalIFrameExterior {
    border: none;
}

table, td, tr {
    font-size: 12px;
}

form{
    font-size: 12px;
}

#header #logo {
    margin-left: 45px;
    margin-top: 25px;
}

#header #logo img{
    width: 100px;
}

#mynetBread{
    margin-top: 10px;
}

.mynetBread2{
	margin-bottom: 25px;
    text-align: left;
    font-size: 12px;
	margin-top: 15px;
    white-space: initial;
    text-transform: none;
	    list-style-type: none;
		display: contents;
}

    .mynetBread2 > a, .mynetBread2 a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    .mynetBread2 .activeMenu {
 color: #ffffff;
    }

    .mynetBread2 > a:hover {
        text-decoration: underline;
    }

    .mynetBread2 > span {
        font-weight: bold;
    }

[class^="wndTop"],[class^="wndCel"]{
    background: none;

}

.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);
    font-family: var(--tipodeletraregular);
}

.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: rgb(250, 250, 250);
}

.mynetInputReadOnly {
    color: #4f4f4f;
    color: var(--corInputReadOnly, #4f4f4f);
    background-color: rgb(235, 235, 235);
	background-color: var(--InputReadOnly-background, rgb(235, 235, 235));
	border-color: rgb(235, 235, 235);
	border-color: var(--InputReadOnly-background, rgb(235, 235, 235));
}

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;
}

/* 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: #ffffff;
}

.menuFilhos:nth-child(even) {
    background-color: #ffffff;
}

.listaPesquisa td{
    padding: 10px;
}

.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);
}

table.mynetListagem {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.mynetLinhaTopo{
    border-right: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: #c1e1ff;
    color: #16558f;
}
table.mynetListagem tbody tr td {
    border-bottom: 1px solid #c1e1ff;
    vertical-align: middle;
    font-size: 14px;
    color: #16558f;
}

/*txt tamanho de texto*/
.mynetTxt5 {
    font-size: 12px;
}

.authTitulo{
    font-size: 14px;

}

.authDescricao{
    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: var(--tamanholetraregular);
    color: #16558f;
}

/*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%;
	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) {
}

@media only screen and (max-width: 1200px) {

    #header #logo img {
        max-height: unset;
    }

}

/* CSS CLIENTE */
    #header {
        background: #FFF;
        height: 105px;
    }
    #main {
        padding-top: 95px;
    }
    #pesquisaContainer {
        top: 105px;
    }
    /*   Texto da pagina principal   */
.jumbotron{
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}

.jumbotron h1 {
    font-size: 34px !important;
    color: #0d3e6a;
    font-family: var(--tipoletraregular) !important;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.jumbotron p {
    font-family: var(--tipoletraregular) !important;
    font-size: 1rem;
    color: #585858;
    text-align: justify;
}

    .iframebody {
        padding-top: 0px;
    }
    #menulateral {
        margin-top: 10px;
    }

    #logoMobile {
        background-image: url(imagens/logomobile.png);
        width: 100%;
        background-size: 80%;
        height: 90px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .nomeMunicipeHeadersup {
        font-size: 12px;
        color: #16558f;
    }
    #nav-menu-container-user .nav-menu ul li {
        background: #ffffff;
    }
    #visao360Lateral {
        line-height: 1.6em;
        padding: 15px;
        background-color: #ffffff;
        color: #2168a6;
        border-left: 1px solid #074177;
        border-right: 1px solid #074177;
        border-bottom: 1px solid #074177;
    }
    ul.large-items li > ul li > a {
        padding-left: 25px;
        text-transform: none;
        background-color: var( --menulateral-active);
        color:var(--menulateral-active-color)
    }

    ul.large-items li > ul li > a:hover {
        background-color: #c1e1ff;
        color:#074177;
    }

    /*skin 5*/
    .msk_tit_col1_div_Data5, .msk_tit_col1_div_Info5, .msk_tit_col1_div_Impo5, .msk_tit_col1_div_Conh5, .msk_tit_col2_Data5, .msk_tit_col2_Info5, .msk_tit_col2_Impo5, .msk_tit_col2_Conh5 {
        color: #fff;
        font-size: 1.125rem;
    }
    .msk_tit_col1_div_Data5, .msk_tit_col1_div_Info5, .msk_tit_col1_div_Impo5, .msk_tit_col1_div_Conh5, .msk_tit_col2_Data5, .msk_tit_col2_Info5, .msk_tit_col2_Impo5, .msk_tit_col2_Conh5 {
        color: #fff;
    }
    .msk_tit_linha_outer_Data5, .msk_tit_linha_outer_Info5, .msk_tit_linha_outer_Impo5, .msk_tit_linha_outer_Conh5 {
        background-color: #144d81;
        border: #144d81 solid;
        border-width: 1px 1px 0px 1px;
        height: 40px;
    }
    .msk_corpo_Data5, .msk_corpo_Info5, .msk_corpo_Impo5, .msk_corpo_Conh5 {
        border: #144d81 solid;
        border-width: 0px 1px 1px 1px;
        background-color: #FFFFFF;
    }
	    /*skin 100
    .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: #fff;
        font-size: 1.125rem;
    }
    .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: #fff;
    }
    .msk_tit_linha_outer_Data100, .msk_tit_linha_outer_Info100, .msk_tit_linha_outer_Impo100, .msk_tit_linha_outer_Conh100 {
        background-color: #144d81;
        border: #144d81 solid;
        border-width: 1px 1px 0px 1px;
        height: 40px;
    }
    .msk_corpo_Data100, .msk_corpo_Info100, .msk_corpo_Impo100, .msk_corpo_Conh100 {
        border: #144d81 solid;
        border-width: 0px 1px 1px 1px;
        background-color: #FFFFFF;*/
    }
    .mynetBread2 .activeMenu {
        color: #ffffff;
    }
    /*--------------*/
    .mynetTabInfo_linha {
        border-color: #c1e1ff;
    }
    .lista a.mynetLink, .lista a.mynetLink:link, .lista a.mynetLink:hover, .lista a.mynetLink:active, .lista a.mynetLink:visited {
        color: #2168a6;
        font-size: var(--tamanholetratituloscac);
    }
    /*    FOOTER    */

    #footer {
        background: linear-gradient(to bottom, #074177, #0583d2);
        color: #ffffff;
    }
 
    #footer .copyright {
        text-align: center;
        color: #ffffff;
    }
  
    #footer .credits h2{
        color: #ffffff;
    }
    #footer .credits a {
        color: #074177 !important;
        font-size: 20px;
    }

    #footer .credits .fa {
        padding: 20px;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
      }
      
      #footer .credits .fa:hover {
          opacity: 0.7;
      }
      
      a.fa.fa-facebook {
        background: #FFFFFF;
        color: white;
      }
      
      a.fa.fa-youtube {
        background: #FFFFFF;
        color: white;
      }
      
      a.fa.fa-instagram {
        background: #FFFFFF;
        color: white;
      }
 
 h4#tituloresponsaveisrgpd {
    display: none !important;
}