body {
    margin: 0px;
}

a {
    text-decoration: none;
}

.body-dark {
    color: #dadada !important; 
}

.body-light {
    color: #333333 !important;
}

.header-dark {
    background-color: rgba(0, 174, 255, 0.1);
    border-bottom: solid 1px rgb(100, 244, 250, 0.80);
}

.header-light {
    background-color: rgb(233, 236, 239);
}

.document-info-dark{
    background-color: rgba(0, 174, 255, 0.10);
}

.document-info-light{
    border-color: rgba(0, 174, 255, 0.50) !important;
    background-color:rgba(0, 174, 255, 0.20) !important;
}

.background-dark{
    background-color: #181a1d;
}

.background-light{
    background-color: white;
}

.link-dark, .link-dark:visited, .link-dark:link{
    color:#dadada !important;
}

.link-dark:hover{
    color: #999999 !important;
}

.link-important, .link-important-dark:visited, .link-important-dark:link{
    color:rgb(255, 145, 0) !important;
}

.link-important-dark:hover{
    color: #999999 !important;
}

.link-light, .link-light:visited, .link-light:link {
    color: #333333 !important;
}

.link-light:hover {
    color: #999999 !important;
}

.btn-anexos{
    background-color: transparent;
    border: none;
}

.btn-anexos:hover{
    color: #999999 !important;
}

.separador-vertical-light{
    color: #333333;
}

.separador-vertical-dark{
    color:#adb5bd;
}

.navigation-dark {
    color: rgb(100, 244, 250, 0.80);
}

.navigation-active-dark {
    background-color: rgb(100, 250, 255, 0.80) !important;
    border-color: rgb(100, 244, 250, 0.80) !important;
    color: black !important;
    font-weight: bold !important;
}

.navigation-arrow-dark {
    color: rgb(100, 244, 250, 0.80);
}

.btn-dark{
    background-color: rgba(100, 250, 255, 0.90) !important;
    color: black !important;
}

.btn-dark:hover{
    background-color: rgba(35, 200, 200, 0.9) !important;
}

.accordion-item{
    background-color: transparent !important;
}

.tabela_borda_cinza {
    border: 1px solid #CCCCCC;
}

.Formulario {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
}

.branco {
    color: #FFFFFF
}

.laranja {
    color: #ff6600;
    font-size: 16px;
}

.TituloResultado {
    color: #ff6600;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.subtitulo {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    border-bottom: #f2f4f6 5px solid;
    padding: 5px 0px
}

h2 span {
    font-weight: bold;
}

#mostra_todos_table {
    width: 100%;
    border: none
}

#mostra_todos_table th {
    background: #F9FFFC;
    text-align: right;
    width: 170px
}

#mostra_atas_table * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#mostra_atas_table a {
    color: #333333;
    text-decoration: none;
}

#mostra_atas_table a:hover {
    text-decoration: none;
    color: #999999;
}

.rodape1 {
    background: #f2f4f6;
    padding: 5px;
    margin-bottom: 5px
}

.rodape_botoes {
    text-align: right
}

.rodape_botoes a {
    font-weight: bold;
    margin: 5px
}

.LinksLegislacao_div {
    width: 400px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.LinksLegislacao_textarea {
    width: 300px;
    height: 50px;
    margin-bottom: 15px;
    float: right
}

#pag_municipio h1 {
    font-size: 10px;
    background: #F3EEFD;
    padding: 10px;
    font-weight: bold;
    display: block
}

#pag_municipio table {
    width: 300px
}

#pag_municipio table * {
    text-align: right
}

#table_prj_leis_tramitacao th, #table_prj_leis_tramitacao td {
    border: 1px solid #999
}

.mostra th {
    text-align: left
}

.mostra .col_left {
    text-align: right;
    background-color: #F9FFFC
}

.individual .titulo {
    background: #cccccc
}

.individual {
    text-align: left;
    width: 100%
}

.individual th {
    width: 150px
}

.rodape_individual {
    text-align: center
}

.rodape_individual a {
    display: inline-block;
    margin: 10px;
    font-weight: bold
}

.individual_completo * {
    font-size: 11px
}

.individual_completo a {
    text-decoration: none
}

.individual_completo h2 {
    background: #cccccc;
    padding: 3px
}

.alterados a {
    display: block;
    margin: 5px;
    font-weight: bold;
    color: #666;
    padding: 3px;
}

.alterados a:hover {
    color: #333
}

a img {
    border: none
}

.individual_rodape {
    text-align: center;
    margin: 50px 10px 10px 10px
}

#linkslegislacao_banners {
    text-align: center
}

#linkslegislacao_banners h5 {
    text-align: left;
    font-size: 10px;
    border-top: 1px solid #EAEAEA;
    padding-top: 3px
}

#linkslegislacao_banners a {
    display: inline-block;
    margin: 5px;
}

 .display-table{
     display: table;
     table-layout: fixed;
 }

.display-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}

/*Bootstrap button outline override*/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .2s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}