* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/*html, body {height:100%;}*/

body{
  background: #f2f2f2!important;
}

.warp {
  min-height:100%;
  position:relative;
  width:100%;
  padding-bottom: 70px;
}

/*******Elementos Padrões para todas as paginas ******/

.tituloPrincipal{
  font-size: 30px;
  color: #139d43;
  font-family: 'Droid Serif', serif;
  font-style:  normal;
  font-weight: 300;
}

.tituloPrincipal .fa{
  color: #aeaeae;
  font-size: 24px;
  margin-left: 10px;
}

.btn-primary{
  background: url('../assets/img/padrao-pontilhado.png') #0166A5 !important;
  color: #fff !important;
  font-family: 'Lato' !important;
  font-style:  normal ;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-success{
  background: url('../assets/img/padrao-pontilhado.png') #139d43 !important;
  color: #fff !important;
  font-family: 'Lato' !important;
  font-style:  normal ;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-primary .fa{
  margin-right: 7px;
}

.conteudo{
  margin-bottom: 20px;
  position: relative;
}

/************ Tabela Responsiva *******************/
div.table-responsive{
  margin-bottom: 20px;
}

.table{
  font-family: 'Lato';
  font-style:  normal ;
  font-weight: 300;
  color: #535353;
}
.caption{
  background: url('../assets/img/padrao-pontilhado.png') #fff;
  border-bottom: 2px solid #139d43;
  text-align: left;
  vertical-align: middle;
  float: left;
  width: 100%;
  padding: 8px;
  display: flex;
  resize: vertical;
}

.caption figure{
  position: relative;
  float: left;
  width: 35px;
}

.caption .imgJoinha img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

 .caption p{
  color: #535353;
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  font-style:  normal;
  font-weight: 300;
  float: left;
  margin: 3px 10px 0 10px;
  width: 70%;
}

.temaProposicao{
  display: block;
  font-size: 14px;
  color: #9E9E9E;
}
.table th,
.table td {
  font-weight: normal;
  font-size: 16px;
  padding: 8px 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.table thead th {
  vertical-align: bottom;
  color: #0166a5;
}

tr.bordaEscuraTabela{
  background: #f0f0f0;
  border-top: 1px solid #cbc9c9;
  border-bottom: 1px solid #cbc9c9;
}

.table .t-small {
  width: 5%;
}
.table .t-medium {
  width: 15%;
}
.table .t-status {
  font-weight: bold;
}

.status  .pontAprovado{
  float: inherit ;
  width: 65px;
  padding: 1px;
  margin: 0 0 0 7px;
  text-transform: inherit;
}

.status .pontAbstencao{
  float: inherit ;
  width: 65px;
  padding: 1px;
  margin: 0 0 0 7px;
  text-transform: inherit;
}

.status  .pontRejeitado{
  float: inherit ;
  width: 65px;
  padding: 1px;
  margin: 0 0 0 7px;
  text-transform: inherit;
}

.status .pontAusente{
  float: inherit ;
  width: 65px;
  padding: 1px;
  margin: 0 0 0 7px;
  text-transform: inherit;
}

.status{
  display: inline-block;
  float: right;
  border-left: 2px solid #139d43;
  padding-left: 10px;
  line-height: 24px;
  font-family: 'Lato';
  font-style:  normal ;
  font-weight: 300;
  font-size: 16px;
  color: #535353;
  position: relative;
}

.status .fa-plus-circle{
  color: #139d43;
  cursor: pointer;
}

.status .fa-star{
color: #fecc00;
  cursor: pointer;
}

.status .fa-check-circle{
  color: #139d43;
  cursor: pointer;
}

.status .fa-tasks{
  color: #139d43;
  cursor: pointer;
}

.status .fa-check{
  color: #139d43;
  cursor: pointer;
}

.status .fa-bullhorn{
  color: #139d43;
  cursor: pointer;
}

.status .fa-download{
  color: #139d43;
  cursor: pointer;
}

.status .statusAtencao {
  color: #fecc00 !important;
  cursor: pointer;
}

.status .fa-trophy {
  color: #fecc00;
  cursor: pointer;
}

.status .statusAlerta {
  color: #e51010 !important;
  cursor: pointer;
}

.status .fa-minus-circle{
  color: #9E9E9E;
  cursor: pointer;
}

.status .fa-exclamation-circle{
  color: #9E9E9E;
  cursor: pointer;
}

.status .fa-times-circle{
  color: #e51010;
  cursor: pointer;
}

.status .fa-check-circle{
  color: #139d43;
  cursor: pointer;
}

.status .fa{
  font-size: 22px;
  margin:0 10px;
  position: relative;
  top: 2px;
}

.sitRejeitado{
  border:1px solid #e51010;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;

}

.sitAprovado{
  border:1px solid #0166a5;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
}

.sitAbstencao{
  border:1px solid #fecc00;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
}

.pontRejeitado{
  background:url('..../assets/img/padrao-pontilhado.png') #e51010;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
  color: #fff;
}

.pontAprovado{
  background:url('..../assets/img/padrao-pontilhado.png') #0166a5;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
  color: #fff;
}

.pontAbstencao{
  background:url('..../assets/img/padrao-pontilhado.png') #fecc00;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
}

.pontAusente{
  background:url('..../assets/img/padrao-pontilhado.png') #ccc;
  text-transform: uppercase;
  padding: 8px 0;
  width: 120px;
  float: left;
  text-align: center;
  color: #595959;
}

.table .fa-plus-circle{
  color: #139d43;
  font-size: 22px;
  margin-left: 20px;
}

.table .fa-file-text{
  color: #0166a5;
  font-size: 20px;
  margin-left: 20px;
}

.table tr:hover {
    background:rgba(16, 95, 176, 0.3);
}

/*************** Projetos Saiba mais **************/

.DescricaoProjeto{
  margin-top: 15px;
}

.DescricaoProjeto p{
  text-align: justify;
  color: #535353;
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 300;
  font-size: 16px;

}

.DescricaoProjeto strong{
  text-align: justify;
  color: #535353;
  font-family: 'Lato';
  font-style:  normal;
  font-size: 16px;
}

.DescricaoProjeto h1{
  color: #0166a5;
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 300;
  font-size: 20px;
}

.DescricaoProjeto h3{
  color: #0166a5;
  font-family: 'Lato';
  font-style:  normal;
  font-weight: 300;
  font-size: 16px;
}

.espalheNoticia{
  float: left;
  width: 100%;
  height: 54px;
  background: url('..../assets/img/tracejado-espalhe-noticia.png') repeat-x;
  margin: 15px 0;
}

.espalheNoticia p{
  float: left;
  color: #139d43;
  font: 18px tahoma, arial, sans-serif;
  margin: 16px 11px 0 0;
}

.espalheNoticia .fa{
  width: 36px;
  height: 36px;
  background: #f4f3f6;
  border: 1px solid #cbc9c9;
  border-radius: 20px;
  text-align: center;
  margin: 9px 5px 0 0 ;
}

.espalheNoticia .fa-facebook{
  color: #305991;
  padding-top: 7px;
  font-size: 21px;
}

.espalheNoticia .fa-twitter{
  color: #2da8d2;
  padding-top: 7px;
  font-size: 22px;
}

.espalheNoticia .fa-google-plus{
  color: #282e6c;
  padding-top: 7px;
  font-size: 20px;
}

.espalheNoticia .fa-envelope{
  color: #282e6c;
  padding-top: 7px;
  font-size: 20px;
}

.espalheNoticia .fa-print{
  color: #282e6c;
  padding-top: 7px;
  font-size: 20px;
}

.btnVoltar{
 background: #fecc00 url('..../assets/img/padrao-pontilhado.png');
 color:#595959;
 font: 16px tahoma, arial, sans-serif;
 padding: 3px 7px;
 text-decoration: none;
}

.btnVoltar:hover{
  text-decoration: underline;
}

.espalhe{
  float: right;
  margin: 15px 0 0 0;
}

/******************* Redes Sociais Barra Lateral*******************/
.barra-lateral {
    position: fixed;
    width: 45px;
    right: 0;
    top: 140px;
    z-index: 99999;
    background: #d3d3d3;
    border: 1px solid #aeaeae;
    padding: 3px 3px 3px 1px;
}

.botoes-sociais {
    font-size: 20px;
    font-weight: normal;
}

.botoes-sociais span a {
    width: 38px;
    height: 41px;
    display: block;
    float: left;
    background-color: #0166A5 ;
    padding-top: 6px;
    padding-left: 0px;
    text-align: center;
    margin-left: 1px;
    margin-bottom: 1px;
    color: #fff;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transition-property: all;
    text-shadow: 1px 0 0 rgba(0,0,0, 1);
}

.esconde-barra {
    float: left;
    background: #139d43;
    text-align: center;
    width: 38px;
    margin-left: 1px;
    padding: 5px 0;
    margin-top: 3px;
    color: #e6e6e6;
    cursor: pointer;
    border-radius: 3px;
    text-shadow: 1px 0 0 rgba(0,0,0, 1);
}

.mostra-barra {
    position: fixed;
    width: 23px;
    right: 0;
    top: 195px;
    z-index: 99999;
    background: #139d43;
    color: #e6e6e6;
    height: 50px;
    display: none;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    box-shadow: 1px 1px 0px #888888;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fa-chevron-left{
  position: relative;
  top: 16px;
}

.barraDuviNav{
  position: fixed;
  top: 98px;
  right: 0px;
  z-index:2;
  cursor: pointer;
  color: #fff !important;
  background: url('..../assets/img/padrao-pontilhado.png') #f0ad4e !important;
  transition-duration: 0.2s;
  transition-property: all;
  text-shadow: 2px 1px 0px rgba(0,0,0, 0.3);
  padding: 10px 15px;
  text-transform: uppercase;
  display: none;
}

.mostra-barra-duvidas{
  cursor: pointer;
  color: #fff !important;
  background: url('..../assets/img/padrao-pontilhado.png') #f0ad4e !important;
  transition-duration: 0.2s;
  transition-property: all;
  text-shadow: 2px 1px 0px rgba(0,0,0, 0.3);
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 3px;
  margin-bottom: 3px;
  width: 38px;
  float: right;
}

.barraDuviNav strong{
  display: inline-block;
  margin: 0;
  position: relative;
  top:-1px;
}

.barraDuviNav .fa-question-circle{
  margin-right: 5px;
  font-size: 20px;
}

.barraDuviNav .fa-chevron-right{
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.barraDuvNav{
  cursor: pointer;
  color: #fff !important;
  background: url('..../assets/img/padrao-pontilhado.png') #f0ad4e !important;
  transition-duration: 0.2s;
  transition-property: all;
  text-shadow: 2px 1px 0px rgba(0,0,0, 0.3);
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 3px;
  margin-bottom: 3px;
  width: 38px;
  float: right;
}


.alert-warning{
  color: #fff !important;
  background: url('..../assets/img/padrao-pontilhado.png') #f0ad4e !important;
  border: none !important;
}


.balao1:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f0ad4e;
  bottom: -15px;
  right: 20%;
}


.btnFecharFlutua{
  position: absolute;
  right: -15px;
  top: -19px;
  background: #3a66a2 !important;
  width: 35px;
  height: 36px;
  opacity: 1 !important;
  color: #fff !important;
  text-shadow: 0 1px 0 #000 !important;
}

.centralizaStatus{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.iconesProposicoes{
  width: 242px;
}

.situStatus{
  text-align: center;
  width: 92px !important;
}


@media (max-width: 991px){
  .caption p{
    width: 55% !important;
  }
}


