/*-------------------------------------------------------------------CABECALHO--------------------------------------------------------------------------------------------------------------*/
html{

}
body{

}
header{
    background: rgba(0,0,0,0.1);
    width: 100%;
    }

 @-webkit-keyframes rodar {

from {
-webkit-transform:top(0px);
} to {
-webkit-transform:top(10px);
}}

 @-webkit-keyframes bordas {

from {
border-bottom: solid 1.5px #5CB85C;} to {
border-bottom: solid 1.5px #ffffff;}
}

 @-webkit-keyframes rodar2 {

from {
-webkit-transform:rotate(360deg);
} to {
-webkit-transform:rotate(0deg);
}}


 @-webkit-keyframes rodar_logo {

from {
-webkit-transform: translateY(0px);
} to {
-webkit-transform: translateY(6px);
}}


 img[rel="animacao"]{
-webkit-animation-name: rodar_logo;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction:alternate;
}





 label img[rel="1"]{
 margin-bottom: 15px;
-webkit-animation-name: rodar;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
}
label img[rel="2"]{transform: rotate(28deg);
position: relative;
right: -1%}

label img[rel="2"]{
-webkit-animation-name: rodar2;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
}

.tela{
    position: relative;
    margin-bottom: 30px
}

.tela a{
    text-decoration: none;
    color: #ffffff
    }
.tela_adm{
    position: absolute;
    top: 0px;
    left: 0px
}
.tela_adm a{
    text-decoration: none;
    color: #ffffff
    }

.tela img{
    opacity: 0.4;
    width: 350px;
    position: absolute;
    top: 0px;
    right: 62px
    }

#adm img{
    position: absolute;
    right: 10px;
    top: 05px;
    width: 60px;
    display: block;
    transition: 1s
    }

#adm img:hover{
    width: 80px;
    display: block;
    transition: 1s
    }


.tela_login_adm img{
    position: relative;
    top: -30px;
    }

#botao_adm{
    padding: 1px;
    font-size: 10px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 6px;
    border:1px solid #123456;
    transition: 0.1s;
    position: relative;
    }

#botao_adm:hover{
    padding: 1px;
    font-size: 11px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    border: 2px solid red;
    transition: 0.1s
    }


.fundo img{
    width: 600px;
    position: absolute;
    right:10px;
    top: 100px;
    opacity:0.5
    }

#botao{
    padding: 2px;
    font-size: 12px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 4px;
    border:1px solid #123456;
    transition: 0.1s
    }

#botao:hover{
    font-size: 13px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 6px;
    border: 1px solid red;
    transition: 0.1s
    }


#bad img{
    width: 100px;
    position:
    absolute;
    top: 50px;
    left: 280px
    }

#voltar{
    background: #999999;
    position:absolute;
    bottom: -16px;
    width: 100px;
    height:18px;
    vertical-align: middle;
    padding: 8px;
    border-radius: 6px;
    left: -50px;
    opacity: 0.6;
    transition: 0.5s;
    font-size: 18px
    }

#voltar:hover{
    opacity: 1;
    padding: 6px;
    transition: 0.5s;
    }

#voltar img{
    width: 30px;
    position: absolute;
    left: 0px;
    top:4px;
    }

#index{
    background: #123456;
    border: 1px solid black;
    padding: 8px;
    padding-bottom: 15px;
    width: 350px;
    height: 10px;
    font-family: serif;
    font-size: 15px;
    position: absolute;
    left: 1px;
    top: 450px;
    border-radius: 6px;
    text-align: center;
    opacity: 0.8;
    transition: 1s;
    }

#index:hover{
    opacity: 1;
    transition: 1s;
    }

#usuario{
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 20px;
    color:#123456;
    }

#botao_sair img{
    width: 18px;
    position: relative;
    right: 0px;
    top: 2px;
    }

#botao_sair {
    font-size: 15px;
    font-family: serif;
    color: #ffffff;
    background: #123456;
    border-radius: 12px;
    border:1px solid #123456;
    transition: 0.2s;
    margin: 12px;
    }

#botao_sair:hover{
    padding: 8px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    transition: 0.2s
    }

.adm1 img{
    width: 60px;
    position: absolute;
    left: 170px;
    top:0px;
    }

.interatividade{
    position: absolute;
    left: 10px;
    top: 85px;
    width: 250px;
    height: 500px;
    background:rgba(255, 255, 255,0.4);
    border-radius:10px;
    border: solid 1px rgba(46,87,144, 0.3)
    }

#img img{
    width: 35pt;
    height: 35pt;
    position: absolute;
    left:-0px;
    top: 10px;
    border-radius: 360pt;
    margin-left:  -80px
    }

#nome{
    position: absolute;
    top: 120pt;
    left: 30px;
    font-size: 22px;
    color:#123456;
    }

#online img{
    width: 18px;
    position: absolute;
    left: -45px;
    top: 40px;
    z-index: 3
    }


#botao_novosarquivos {
    position: relative;
    right: -47%;
    bottom:53px;
    width: 52.5%;
    }

#botao_novosarquivos li{display: inline-block; padding: 2px}

#botao_novosarquivos button{
    margin: 0px;
    position: relative;
    transition: 0.1s;
    color:rgba(46,87,144, 255);
    background: rgba(255,255,255, 0.3) ;
    border-radius: 4px;
    border-bottom: 2px solid rgba(46,87,144, 255);
    border-right:  2px solid rgba(46,87,144, 255);
    padding-left:28px;
    padding-right:22px;
    padding-top: 7px;
}

#botao_novosarquivos button:hover{
    transition: 0.1s;
    color:#000000;
    border-bottom: 4px solid rgba(46,87,144, 255);

    }

    #botao_novosarquivos img{
    width: 22px;
    position: absolute;
    margin-left: 4px;
    right: 0px;
    top:3pt;
    }


#botao_arquivo img{
    width: 28px;
    position: absolute;
    right: 0px;
    bottom: 0pt;
    }

#botao_arquivo{
    font-size: 18px;
    font-family: serif;
    color:rgba(46,87,144, 255);
    background: rgba(46,87,144, 0.1);
    border-radius: 12px;
    border:1px solid rgba(46,87,144, 255);
    transition: 0.2s;
    margin: 12px;
    position: absolute;
    bottom: 80pt;
    width:150pt;
    height: 25pt
    }

#botao_notificacao img{
    width: 28px;
    position: absolute;
    right: 0px;
    bottom: 0pt;
    }

#botao_notificacao{
    font-size: 18px;
    font-family: serif;
    color: rgba(46,87,144, 255);
    background: rgba(46,87,144, 0.1);
    border-radius: 12px;
    border:1px solid rgba(46,87,144, 255);
    transition: 0.2s;
    margin: 12px;
    position: absolute;
    bottom: 40pt;
    width:150pt;
    height: 25pt
    }

#botao_mensagem img{
    width: 28px;
    position: absolute;
    right: 0px;
    bottom: 2px;
    }

#botao_mensagem{
    font-size: 18px;
    font-family: serif;
    color:rgba(46,87,144, 255);
    background: rgba(46,87,144, 0.1);
    border-radius: 12px;
    border:1px solid rgba(46,87,144, 255);
    transition: 0.2s;
    margin: 12px;
    position: absolute;
    bottom:0pt;
    width:150pt;
    height: 25pt
    }

.timeline{
    position: relative;
    width: 66%;
    height: 520px;
    background:rgba(255, 255, 255,0.4);
    border: solid 1px rgba(46,87,144, 0.3);
    border-radius:10px;
    margin-top: 0%;
    margin-bottom: 1%;
    overflow: scroll;
    overflow-x: hidden;
    }

.post{
    position: relative;
    width: 99%;
    line-height: 12px;
    text-align: left;
    margin-top: 1%;
    margin-bottom: 1%;
    }

.emitente{
    position: absolute;
    top: 10px;
    left: 55px;
    font-size:18px;
    color: #123456
    }

.remetente{
    position: absolute;
    left: 600px;
    top: 65px;
    font-family: ubuntu;
    color: #123456;
    font-size: 12px
}

.remetente img{
    width: 40px;
    height: 40px;
    border-radius: 100px
}

#matricula{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px ;
    font-size:11px;
    color: #ffffff;
    background:#aaaeee;
    border-radius: 5px;
    padding: 3px
    }

#competencia{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 180px ;
    font-size:11px;
    color: #ffffff;
    background:#aee456;
    border-radius: 5px;
    padding: 3px
    }
.arquivo img{
    position: relative;
    left:5px;
    float: left;
    margin-top: 1%;
    margin-right: 2%;
    }

.nomes{
    position: relative;
    width: 75%;
    bottom: 0px;
    font-size: 13px;
    line-height: 20px;
    font-family: ubuntu;
    color: #123456;
    border-radius: 12px;
    padding: 2px;
    float: left;}


.data{
    text-align: center;
    position: relative;
    bottom: 0px;
    right:  0% ;
    font-size:11px;
    color: #1111e1;
    border-radius: 5px;
    padding: 3px;
    }


#botoes{
    position:relative;
    top: -50%;
    right:0%;
}

#botoes li{
display: inline-block;
padding-left: 10px;
 }

#botoes button{
    border: none;
    background: rgba(255,255,255,0.0);
    font-size: 10px
}

#login{
    font-size: 18px;
    color:#123456;
    font-family: ubuntu;
    position: relative;
    right: 12px
}
#login a:hover{
     font-size: 20px;
    transition: 0.1s;
}
#login a {
    text-decoration: none;
    color:#123456;
    transition: 0.1s;
    }

#login img{
    width: 40px;
    position: relative;
    top: 12px
    }
.painel{
    width: 1055px;
    height: 400px;
    left:  0px;
    top: 0px;
    border: solid 2px rgba(0,0,0,0.2);
    display: block;
    position: relative;
    z-index: 1;
}
#painel img{
    overflow: hidden;
    position: relative;
z-index: 1;}

#prev img{
    position: relative;
    background: #ffffff;
    top: 0px;
    left: 0px;
    width: 30px
}

#next img{
    position: relative;
    background: #ffffff;
    top:  0px;
    right:  0px;
    width: 30px
}

#painel_fotos{
    width: 1000px;
    height: 400px;
    position:relative;
    top: 10px;
    overflow: hidden;

}


#sessao{
    width: auto;
    height:300px;
    top:  100px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
   }

#sessao1{
    border: solid 0.1px rgba(0,0,0,0.2);
    width: 250px;
    height: 300px;
    float: left;
    margin: 12px;
    background: #ffffff;
    position: relative;
    left: 125px;
    border-top: solid 5px #123456;
     color:#123456;
     transition: 0.3s;
}

#sessao1:hover{
    border: solid 0.1px #123456;
    color:#123456;
    transition: 0.3s;
    border-bottom: solid 6px #123456;
}


#sessao1 a{
    text-decoration: none;
}

footer{
    padding: 1px;
    background-color: rgba(0,0,0, 0.8);
    position:relative;
    width: 100%;
    bottom: 0px;
    border-top: 3px solid #aaaccc;
}

footer a{
    text-decoration: none;
    color: #aaaaaa;
    margin-left: 0px
}

footer li{
    margin-left: 8px;
}

#info{
    font-family: Ubuntu;
    font-size: 19px;
    color: #123456;
    text-align: left;
    position: relative;
    top: 20px;
    border-top: solid 4px #123456;
    padding: 42px;
    background:rgba(0,0,0, 0.2);
    }

#info img{
    width: 400px;
    position: absolute;
    right: 0px
}

#rede img{
    width: 30px;
    padding: 5px;
    margin-top: 18px;
    position: absolute;
    left: 0px;
    z-index: 1;
}

#rede  li{ display: block;
margin-bottom: 1px}

.titulo{
    position: relative;
    top: 0%
}

#titulo{
    font-family: Ubuntu;
    font-size: 48px;
    color: #123456;
    position: relative;
    left: 0px;
    top:20px;
    width: 800px
}

#subtitulo{
     font-family: Ubuntu;
    font-size: 25px;
    color: #123456;
    text-align: right;
    position: relative;
    right: 240px
}

#rodape{
    position: relative;
    color: #aaaaaa;
    font-size: 13px
}

#botao_a  a{
    color: #ffffff;
     text-decoration: none
 }

#botao_a {
    font-size: 15px;
    font-family: serif;
    color: #ffffff;
    background: #123456;
    border-radius: 12px;
    border:1px solid #123456;
    transition: 0.2s;
    padding: 6px;
    margin: 12px;
    position:absolute;
    bottom: 390px;
    text-decoration: none
}

#botao_a:hover{
    padding: 8px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius:12px;
    transition: 0.2s
}

.painel_envio{
    position: relative;
    top: 10%;
}

.lancar_notas{
    width: 50%;
    height: 100%;
    background: rgba(255,255,255, 0.6);
    position: relative;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1)
}

#titulo_nota{
    position: relative;
    left: 85px;
    top: 12px;
    font-size: 32px;
    font-family: Ubuntu;
    color:#123456
}

#titulo_usuario{
    position: absolute;
    left: 85px;
    top: 12px;
    font-size: 32px;
    font-family: Ubuntu;
    color:#123456
}

.lancar_usuario img{
 width: 60px;
 left: 10px;
 position: absolute
}

.lancar_notas img{
    width: 90px;
    left: 10px;
    position: absolute;
    top: -10px;
    left: 10px
}

.form{
    position: absolute;
    top:90px;
    left: 3px;
    border: solid 1px rgba(1,1,1,0.1);
    padding: 8px;
    height: 200px
}

.tela_login_perfil img{
    opacity: 1;
    width: 180px;
    position: absolute;
    top: 10px;
    right:  10px
}

.tela_login_perfil {
    width: 650px;
    height: 570px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    left: 350px;
    top: 0px;
    border-radius:15px;
    font-family: Gentium;
    font-size: 15px;
    text-align: left;
    color:#164450;
    border:solid 1px rgba(46,87,144, 255);
    margin: 30px
}

.tela_login_perfil form {
    position: absolute;
    top: 10px;
    left: 12px
}

 .tela_login_perfil input {
    top: 10px;
     left: 12px;
 }

.botao{
    font-size: 15px;
    font-family: serif;
    color: #ffffff;
    background: #123456 ;
    border-radius: 12px;
    border:1px solid #123456;
    transition: 0.2s;
    margin: 12px;
    padding: 4px;
}

 .botao:hover{
    padding: 8px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    transition: 0.2s
}


.painel2{
    width: 1200px;
    height: 516px;
    left:  0px;
    top: 0px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    border-bottom: solid 4px #123456;
}


#painel_fotos2{
    width: 1000px;
    height: 500px;
    position:relative;
    top: 10px;
    overflow: hidden;
    border: solid 2px #123456;
}

#texto_prefeitura{
    width: 970px;
    height: auto;
    background: rgba(249,249,249,255);
    position: relative;
    top: 0px;
    left: -160px;
    z-index: 2;
    border-radius: 10px;
    text-align: left ;
    font-size: 17px;
    margin-bottom: 45px;
    color: #123456;
    padding: 11px;
    border-bottom: solid 15px rgba(1,1,1,0.3);
    font-family: Ubuntu;
    line-height: 28px
}
#texto_prefeitura h1{
    font-size: 56px;
    border-bottom: solid 3px #123456;
    line-height: 60px
}


#icon {
    position: absolute;
    right: 580px;
    top: 79px
}

#icon2 {
    position: absolute;
    left: 34%;
    top: -80%;
    z-index:10;
    float:left;

}

.mensagem_box{
    border-bottom:rgba(46,87,144, 0.3) solid 2px;
    border-top:rgba(46,87,144, 0.3) solid 2px;
    border-radius: 20px;
    background:rgba(255, 255, 255,0.4);
    line-height: 18px;
    margin-bottom: 20px;
    padding: 8px;
    height: auto;
    }

.perfil_mensagem_box img{
    width: 50px;
    position: relative;
    left: 10px;
    top: 2px;
    float: left;
    border-radius: 110px
    }

.emitente_mensagem_box{
    position: relative;
    top: 0px;
    left:16px;
    font-size:18px;
    color: #123456;
    float: left;
    }

.data_mensagem_box{
    position: relative;
    top: 10px;
    left: 22px ;
    font-size:10px;
    color: #123456;
    float: left;
    }

.nomes_notificacao_box{
    width: 450px;
    position: relative;
    left: 30px;
    top: -1px;
    text-align: left;
    font-size: 14px;
     font-family: ubuntu;
    color: #123456;
    padding: 5px}

#resposta{visibility: hidden;}
#respostaNot{visibility: hidden;}

#notificacao{
    margin: 12px;
    position:absolute;
    right: 0px;
    top: 40px;
}

 @-webkit-keyframes rodar1 {

from { -webkit-transform:rotate(-10deg);
    }to {-webkit-transform:rotate(10deg);}
}


#prefeitura_nome{
    position: absolute;
    left: 12%;
    bottom: 0%;
    font-size: 40pt;
    font-family: Times;
    color: #123456
}

.tela2{
    position: relative;
}

.tela2 a{
    text-decoration: none;
    color: #ffffff
    }

.tela2 img{
    opacity: 0.4;
    width: 60%;
    position: absolute;
    top:-50%;
    right: -200%
    }

.tela_login2 {
    z-index:3;
    width: 450px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    left: 300px;
    top: -130px;
    border-radius:15px;
    font-family: Gentium;
    font-size: 55px;
    text-align: center;
    color:#164450;
    margin-bottom: 0px;
    border: solid 2px rgba(1,1,1, 0.2);
    }

.tela_login2 img{
    position: absolute;
    width: 8%;
    opacity: 1;
    top: 0px;
    left:10%
    }

#campo2{
    padding: 0px;
    font-size: 17px;
    position: relative;
    left: 80px;
    top:-22px;
    }

#botao2{
    position: relative;
    left:25%;
    top:42px;
    padding: 3px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    border:1px solid #123456;
    transition: 0.1s
    }

#botao2:hover{
    padding: 5px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    border: 2px solid red;
    transition: 0.1s
    }

.dados{
    width: 45%;
    height: 60%;
    border:solid 1px black;
    position: absolute;
    top: 0%;
    right: 0%
}
.envio{
    width: 80%;
    border:none;
    position: relative;
}

.envio ul li {
    display: inline;
    float: left;
}

.envio #arquivotext{
    position: relative;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}

#cidade{
    width: 37.5%;
    position: absolute;
    bottom: 10%;
    left: 16%;
    text-align: center;
    color: #123456;
    background:rgba(255,255,255,255);
    border-radius: 5px;
    padding: 5px;
}
#competencia_page{
width: 30%;
}

#servidor{
    width: 100%;
    height: auto;
    margin: 6px;
    font-size: 15px;
    position: relative;
}
.contente{
    position:absolute;
    bottom: 1%;
    left: 6%;
    overflow: hidden;
    height: 90px;
}

#servidor li{
    display: block;
    padding: 2px;
}

#servidor li img{
    width: 20%
}

#file_botao{
    position: relative;
    left: 0px
}
#file_botao img{width: 40px}
#file_botao input{display: none;}
}

#botao_post{
    position: absolute;
    right: 36.5%;
    bottom: -6px;
    margin:1%;
    padding: 3px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    border:1px solid #123456;
    transition: 0.1s
    }

#botao_post:hover{
    padding: 5px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 12px;
    border: 2px solid red;
    transition: 0.1s
    }

 #ok{
    position: relative;
    font-size: 14px;
    color: #ffffff;
    border-radius: 20px
 }
 #ok img{
    margin-left: 4px;
    width: 15px;
    position: relative;
    top: 1px;
    left:2px
 }

 .cadastro{
    position: relative;
    width: 80%;
    height: 360px;
    border:solid 0.1px rgba(1,1,1,0.2);
    overflow: scroll;
    overflow-y: initial;
    overflow-x: hidden;
    }


    .window{
        display: none;
        width: 500px;
        height: 300px;
        position: absolute;
        right:0px;
        top:0%;
        z-index: 9900;
        padding: 10px;
        border-radius: 3px;
        border: solid 3px rgba(1,1,1,0.2);
        background-color: rgba(255,255,255, 255);
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: hidden;
    }

.window_adm{
        display: none;
        width: 220px;
        height: 180px;
        position: absolute;
        top:40px;
        right:23px;
        z-index: 9900;
        border-radius: 3px;
        border: solid 3px rgba(1,1,1,0.2);
        background-color: rgba(255,255,255, 255);
    }



.tela_login_adm {
    width: 200px;
    position: relative;
    left:0px;
    top:0px;
    font-family: Gentium;
   font-size: 20px;
  text-align: center;
 color:#164450;
    }

.tela_amd img{
    opacity: 0.4;
    width: 800px;
    position: absolute;
    top: 160px;
    right: 50px
    }

#fechar_adm{
    position: absolute;
    width: 40px;
    top: -10px;
    left: 0px;

     }
#fechar_adm a{
    padding: 1px;
    font-size: 12px;
    color: #ffffff;
    background-color:#123456;
    border-radius: 4px;
    vertical-align: text-top;
}

#fechar_adm a:hover{
font-size: 12px
}

#adm img{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    display: block;
    }

.formulario{
    text-align: left;
    font-size: 15px;
    position: relative;
    left: 30px
    }

#campo{
    padding: 4px;
    font-size: 22px;
    position: relative;
    left: 100px;
    top:10px;
    }

#campo_adm1{
    padding: 2px;
    font-size: 12px;
    position: relative;
    right: 0px;
    top:10px;
    text-align: center;
    }

#campo_adm2{
    padding: 2px;
    font-size: 12px;
    position: relative;
    right: 0px;
    top:10px;
    text-align: center;
    }


#mascara{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9000;
        background-color: #000
    }

.fechar{
display: block;
position: absolute;
top: -20px;
left: -8px;
width: 12px;
}

#pacesso{
    position: absolute;
    width: 93%;
    bottom: 40px;
}
.window_login{
        display: none;
        width: 500px;
        height: 300px;
        position: absolute;
        left: 33%;
        top: 20%;
        z-index: 9900;
        padding: 10px;
        border-radius: 10px;
        border: solid 3px rgba(1,1,1,0.2);
        background-color: rgba(255,255,255, 0.4);
    }

.window_moldal_adm a{text-decoration: none;}

.window_moldal_adm{
        display: none;
        width: 300px;
        height: 150px;
        position: absolute;
        right: 10%;
        top: 150%;
        z-index: 9900;
        border-radius: 10px;
        border: solid 3px rgba(1,1,1,0.2);
        background-color: rgba(255,255,255, 255);
        font-size: 12px
    }


.fechar_login{
display: block;
position: absolute;
top: -16px;
right: 6px;
    width: 12px;
            z-index: 9990;

    }

.window_login .p_acesso{
    position: absolute;
    width: 420px;
    top: 20%;
    left: 4%;
    text-align: center;
    font-size: 20px;
    border:solid 1px rgba(1,1,1,0.3);
    padding: 19px;
    background-color: rgba(255,255,255,255);
    color: #123456;
    border-radius: 6px;

}

.window_login .p_acesso input{
    padding: 3px;
    margin: 8px;
    text-align: left;

}


.window_login .cadastro_novo{
    position: absolute;
    width: 510px;
    height: 310px;
    top: 0%;
    left: 0%;
    text-align: center;
    font-size: 20px;
    border:solid 3px rgba(1,1,1,0.3);
    padding: 2px;
    background-color: rgba(255,255,255,255);
    color: #123456;
    border-radius: 8px;
}

.window_login .cadastro_novo input{
padding: 3px;
    margin: 10px;
    text-align: left;

}

#pp{
    position: absolute;
    left: 160px;
    top: 0px;
    font-size: 20px;
    width: 350px;
    border-bottom: solid 4px #123456;
    padding: 2px
}


#cc{
    position: absolute;
    left: 550px;
    top: 0px;
    font-size: 20px;
    width: 140px;
    border-bottom: solid 4px #123456;
    padding: 2px
}


#ff{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    width: 100px;
    border-bottom: solid 4px #123456;
    padding: 2px
}

.cbPre{
    position: relative;
    width: 67%;
    padding: 2px;
    background:rgba(255, 255, 255,0.4);
    border: solid 1px rgba(46,87,144, 0.3);
    border-radius:3px;
    }

.cbPre img{
    width: 86px;
    position: relative;
    top: 0px;
    right:0px ;
    float: right;
    clear: bottom;

}

.cbPre #texto1{
    position: relative;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    color: #123456;
    margin-left: 12px;
}

#aviso{
width: 300px;
height: 100px;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0px;
        border-radius: 8px;
    border: solid 3px rgba(1,1,1,0.2);
        background-color: rgba(255,255,255, 255);
}

#lerMais{
position: absolute;
bottom: -10px;
right: 0px;
}

#lerMais a{
    text-decoration: none;
}

#conteudo{
    margin: 4px;
position: relative;
width: 240px;
height: 263px;
border:solid 1px rgba(0,0,0,0.3);
}

#contato{
    position: absolute;
    right: 250px;
    top: 10px;
    text-align: right;
    font-size: 24px;
    color: #123456
}

.painel_envio_prefeitura{
    position: relative;
    top:30px;
}

.lancar_prefeitura{
    width: 350px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: relative;
    left: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    margin-bottom: 100px;
    padding: 12px;
    overflow: scroll;
    overflow-x:hidden;
}

.lancar_prefeitura li{
    display:block;
    padding: 6px;
    margin: 2px;
    border: solid 1px #123456;
}

.lancar_prefeitura li button{
    width: 25px;
    height: 25px;
    position: absolute;
    right:5%;
    margin-top: -7%;
    background: rgba(255,255,255, 0.3) ;
    border-radius: 6px;
    border-bottom: 2px solid rgba(1,1,1, 0.2);
    border-right:  2px solid rgba(1,1,1, 0.2);
 }


.lancar_prefeitura2{
    width: 500px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: absolute;
    right: 36%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    padding: 12px;

}

.lancar_prefeitura_update{
    width: 450px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: absolute;
    right: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    padding: 12px;
}

#form_prefeitura select option{
    padding: 4px;
}

#form_prefeitura select option:hover{ background: #123456;
    color: #ffffff;}

.lancar_usuario{
    width: 100%;
    height: 800px;
    background: rgba(255,255,255, 0.6);
    position: relative;
    left: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    margin-bottom: 100px;
}

.lancar_usuario1 {
    width: 700px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: absolute;
    left: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    padding: 8px;

}

.lancar_novo_usuario{
    width: 570px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: absolute;
    right: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    padding: 8px;
}

#usuario_prefeitura{
    position: absolute;
    left: 0px
}

#usuario_adm{
    position: absolute;
    right: 0px;
    top: 80px
}

#form_usuario select option{
    width: 320px
}


#form_usuario select option{
    padding: 6px;
}

#form_usuario select option:hover{
    background: #123456;
    color: #ffffff;}

.lancar_usuario_update{
    width: 320px;
    height: 140px;
    background: rgba(255,255,255, 0.6);
    position: relative;
    left: 0%;
    top: -35px;
    font-family: Ubuntu;
    font-size: 12px;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    margin-bottom: 100px;
    padding: 12px;
    overflow: scroll;
    overflow-x:hidden;
}

.lancar_usuario_update li{
    display:block;
    padding: 6px;
    margin: 2px;
    border: solid 1px #123456;
}

.lancar_usuario_update li button{
    width: 20px;
    height: 20px;
    position: absolute;
    right:5%;
    margin-top: -5%;
    background: rgba(255,255,255, 0.3) ;
    border-radius: 6px;
    border-bottom: 2px solid rgba(1,1,1, 0.2);
    border-right:  2px solid rgba(1,1,1, 0.2);
 }
.lancar_usuario_update img{
    width: 12px;
    position: absolute;
    margin-top:-9px;
    margin-left:-8px
}


#form_adm select option{
    padding: 1.5%;
    margin: 1.5%;
    transition: 0.1s;
}

#form_adm select option:hover{
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    transition: 0.1s;
}

.resposta_adm li{
   padding: 2px;
    display: block;
    margin: 12px;
    font-size: 13px;
    border-bottom: 1px solid rgba(1,1,1,0.2);
}

.resposta_adm li:hover{
    background: #123456;
    color: #ffffff
    }

.resposta_adm button{
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0px;
    margin-top:-20px;
    margin-right: 12px;
}

.resposta_adm button img{
    width: 15px;
    position: relative;
    bottom: 5px;
    left: -2px
}

#adms{
width: 300px;
height: 190px;
position: absolute;
bottom: 3px;
left: 0px
}

#adms select option{
     width: 280px;
    transition: 0.2s;
    font-size: 13px;
    padding: 4px
}
#adms select option:hover{
    background: #123456;
    color: #ffffff;
    transition: 0.2s;
}




.painel_envio_prefeitura{
    position: relative;
    top:-30px;
}

.ver_prefeitura{
    width: 400px;
    height: 530px;
    background: rgba(255,255,255, 0.6);
    position: relative;
    left: 0%;
    top: 0px;
    font-family: Ubuntu;
    color: #123456;
    border: solid 2px rgba(1,1,1, 0.1);
    margin-bottom: 100px;
    padding: 12px;
    overflow: hidden;
    }

.ver_prefeitura select option{
    width: 390px;
    padding: 11px
}

.ver_prefeitura select option:hover{
background: #123456;
color: #ffffff
}

#pAcesso_adm{
    position: absolute;
    top: 0px;
    right: 0px;

}

#pAcesso_adm a {
    font-size: 12px;
    color: #123456;
    text-decoration: underline;

}

#pAcesso_adm a:hover {
    font-size: 12px;
    text-decoration: underline;
}

.botao2{
    font-size: 12px;
    font-family: serif;
    color: #ffffff;
    background: #123456 ;
    border-radius: 5px;
    border:1px solid #123456;
    transition: 0.2s;
    margin: 12px;
    padding: 2px;
}

 .botao2:hover{
    padding: 3px;
    font-size: 15px;
    font-family: serif;
    background: #123456;
    color:#ffffff;
    border-radius: 4px;
    transition: 0.2s
}

.botao22{
    font-size: 12px;
    font-family: serif;
    color: #ffffff;
    background: #123456 ;
    border-radius: 5px;
    border:1px solid #123456;
    transition: 0.2s;
    margin: 1px;
    padding: 1px;
}


.respostaADM{
        position: absolute;
        right:30%;
        top: 13%;
        }


.cadastro_novo_adm{
    position: absolute;
    top: -20px;
    left: -170px;
}

#edita_servidor{
    display: none}

.foto img{
    width:100px
}

.prefeitura li button{
    width: 25px;
    height: 25px;
    position: absolute;
    right:5%;
    margin-top: -7%;
    background: rgba(255,255,255, 0.3) ;
    border-radius: 6px;
    border-bottom: 2px solid rgba(1,1,1, 0.2);
    border-right:  2px solid rgba(1,1,1, 0.2);
 }
.sessao_menu{
    position: relative;
     width: 100%;
    height:20%;
    transition: 1s
    }

    .sessao_menu input{
        position: absolute;
        bottom:-40px;
    }

 @-webkit-keyframes rodar {

from {
-webkit-transform:rotate(0deg);
} to {
-webkit-transform:rotate(360deg);
}}

 .enviando img{
-webkit-animation-name: rodar;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
}

#arquivotext img{width: 14px}

#resposta_arquivos li{
display: block;
padding: 1px
}

.botao_editar{
        position: absolute;
        top: 7px;
        right:  0px;
        background: rgba(255,255,255,0);
        border:none;
        z-index: 10000
        
    }

    .botao_editar:after{content: url(../img/editar.png);}
    .input-editar{
        padding: 1%;
    }
#ser{
    background: red;
    padding: 1%;
    margin:1%;
}

.img-msg{
position: absolute; left: 0px
 }

.img-msg img{
    width: 100%
}
 #historico{
    text-align: left;
    font-size: 12px;
 }

.menu-container {
    width: 100%;
    background: rgba(255,255,255,0);
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: rgba(255,255,255,0.3);
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1em 1.5em;
    display: block;
    color: rgba(0,0,0,0.8);
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 25%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

#load1{
    position: relative; width: 50%; top: 150px;
}
#load1 > img{
    width: 20%
}


/*@media principal*/
#prefeitura-page{
    position: relative; 
    left: 35%;
    top: 15%;
    width: 32%;
    height:auto;
    margin-top: 2%;
    padding: 1%
}

#prefeitura-page > content{
    position: relative; 
    left: 0%;
    top: 0%;
    width: auto;
    height:auto;
}

/*@tela de login*/
.tl-principal{
    position: relative; 
    left: 0%;
    top: 0%;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: solid 1px rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 20px;
    padding: 2%
}

.tl-principal > div{
    width: 99.9%;
    height: 70%;
    padding: 2%;
    display: none;
    text-align: center;
}

  /*@tela login principal*/
.tl-principal > #lg-servidor > button {
    position: relative;
    top: 50%;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.tl-principal > #lg-servidor > div{
    width:14%;
    border: solid 1px rgba(0,0,0,0.2);
    transition: 1s;
    border-radius: 50px;
    position: absolute;
    left: 43%;
    top: 40%;
    height: 12%;
  
}

.tl-principal > #lg-servidor > nav{
  width: 100%;
  position: absolute;
  left: 0%;
  top: 55%;
}

.tl-principal > #lg-servidor > div > img {
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0%; left: 0%
}


.tl-principal > #lg-servidor > div > button {
    padding: 2.5%;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 17%; right: 3%;
    background: transparent;
    display: none;
}

.tl-principal > #lg-servidor > div > input {
    width: 90%;
    border:none;
    border-radius: 100px;
    cursor: pointer;
    height: 93%;
    padding-left: 10%;
    font-size: 25px;
    color: rgba(0,0,0,0.6);
}

.tl-principal > #lg-servidor > div > img[rel=password-servidor] ,
.tl-principal > div > div > img[rel=validando] , 
.tl-principal > div > div > input#password-servidor{
    display: none;
}

.erro{
  -webkit-animation:rodar1 0.06s  linear 8 alternate;
}

.atecion{
 -webkit-animation:rodar_logo 0.06s  linear 8 alternate; 
}

  /*@tela de primeiro acesso*/
.tl-principal > #lg-pr_acesso{position: relative; left: 0%; top: 0%}

.tl-principal > #lg-pr_acesso > button {
    position: relative;
    top: 85%;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.tl-principal > #lg-pr_acesso > div > button {
    border-radius: 300px;
    padding: 1%;
    position: relative;
    margin-top: 3%
}

.tl-principal > #lg-pr_acesso > div{
    width:100%;
    transition: 1s;
    position: absolute;
    left:0%;
    top: 0%;
    padding: 4%;
    color: rgba(0,0,0,0.6);
}

.tl-principal > #lg-pr_acesso > nav{
    width: 100%;
    transition: 1s;
    border-radius: 50px;
    position: absolute;
    left: 0%;
    top: 55%;
}

.tl-principal > #lg-pr_acesso > div > img {
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0%; left: 0%
}

.tl-principal > #lg-pr_acesso > div > input {
    width: 80%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.4);
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    position: relative;
    left: 10%
}

.tl-principal > #lg-cadastro{
    position: relative; 
    left: 0%; 
    top: 0%;
    text-align: center;
}

.tl-principal > #lg-cadastro > button {
    position: relative;
    top: 85%;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.tl-principal > #lg-cadastro > div > button {
    border-radius: 300px;
    padding: 1%;
    position: relative;
    margin-top: 3%
}

.tl-principal > #lg-cadastro > div{
    width:100%;
    transition: 1s;
    position: absolute;
    left:0%;
    top: 0%;
    padding: 4%;
    color: rgba(0,0,0,0.6);
}

.tl-principal > #lg-cadastro > nav{
    width: 100%;
    transition: 1s;
    border-radius: 50px;
    position: absolute;
    left: 0%;
    top: 55%;
}

.tl-principal > #lg-cadastro > div > img {
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0%; left: 0%
}

.tl-principal > #lg-cadastro > div > input {
    width: 80%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.4);
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    position: relative;
    left: 10%
}

  /*@tela de boas vindas*/
.tl-principal > #lg-boasvindas{
    position: relative; 
    left: 0%; 
    top: 0%
}

.tl-principal > #lg-boasvindas > button {
    position: relative;
    top: 85%;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.tl-principal > #lg-boasvindas > div > button {
    border-radius: 300px;
    padding: 1%;
    position: relative;
    margin-top: 3%
}

.tl-principal > #lg-boasvindas > div{
    width:100%;
    transition: 1s;
    position: absolute;
    left:0%;
    top: 0%;
    padding: 4%;
    color: rgba(0,0,0,0.6);  
}

.tl-principal > #lg-boasvindas > div > div {
    width:100%;
    transition: 1s;
    position: relative;
    left:8%;
    top: 15%;
    padding: 3%;
    color: rgba(0,0,0,0.7);
    font-style: italic;
}

.tl-principal > #lg-boasvindas > nav{
    width: 100%;
    transition: 1s;
    border-radius: 50px;
    position: absolute;
    left: 0%;
    top: 55%;
}

.tl-principal > #lg-boasvindas > div > img {
    cursor: pointer;
    position: absolute;
    bottom: 3%; left: 0%
}

.tl-principal > #lg-boasvindas > div > input {
    width: 80%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.4);
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    position: relative;
    left: 10%
}

.tl-principal > #lg-boasvindas > #fz-login{
    border-radius: 100px;
    -webkit-animation:bordas 0.7s  linear infinite alternate;
}

  /*@tela de reset*/
.tl-principal > #lg-reset{
    position: relative; 
    left: 0%; 
    top: 0%
}

.tl-principal > #lg-reset > button {
    position: relative;
    top: 85%;
    border: none;
    background: rgba(255,255,255,0);
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.tl-principal > #lg-reset > div > button {
    border-radius: 300px;
    padding: 1%;
    position: relative;
    margin-top: 3%
}

.tl-principal > #lg-reset > div{
    width:100%;
    transition: 1s;
    position: absolute;
    left:0%;
    top: 0%;
    padding: 4%;
    color: rgba(0,0,0,0.6);
}

.tl-principal > #lg-reset > div > div {
    width:100%;
    transition: 1s;
    position: relative;
    left:8%;
    top: 15%;
    padding: 3%;
    color: rgba(0,0,0,0.7);
    font-style: italic;
}

.tl-principal > #lg-reset > nav{
    width: 100%;
    transition: 1s;
    border-radius: 50px;
    position: absolute;
  left: 0%;
  top: 55%;
}

.tl-principal > #lg-reset > div > img {
  cursor: pointer;
  position: absolute;
  bottom: 3%; left: 0%
}

.tl-principal > #lg-reset > div > input {
  width: 80%;
  border: none;
  border-bottom: solid 1px rgba(0,0,0,0.4);
  cursor: pointer;
  color: rgba(0,0,0,0.6);
  position: relative;
  left: 10%
}

.tl-principal > #lg-reset > #fz-login{
  border-radius: 100px;
-webkit-animation:bordas 0.7s  linear infinite alternate;
}


.ic_bullet_key_permission:before{
    content: url(../img/glyfons/ic_bullet_key_permission.png);
}

.ic_menu_delete:before{
    content: url(../img/glyfons/ic_menu_delete.png);   
}

.ic_menu_mark:before{
    content: url(../img/glyfons/ic_menu_mark.png);
}

#arquivoExcluir{
    display: none;
}