﻿.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.highlight {
    background-color: yellow;
}

.normas-principais .panel-body {
    background: #FAFAFA;
}

.normas-principais .panel-body .visualizacao-2 .visualizacao-2-descricao {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .normas-principais .panel-body .visualizacao-1 {
        min-height: 8em;
    }

    .normas-principais .panel-body .visualizacao-2 .visualizacao-2-descricao {
        min-height: 3em;
    }
}

@media screen and (max-width: 768px) {
    .normas-principais .panel-body i {
        font-size: 3em;
    }
}

.normas-principais p {
    font-size: 0.9em;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

#collapse-filtros.in,
#collapse-filtros.collapsing {
    display: block !important;
}

.panel .list-inline li {
    padding: 0 0;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.175em;
}

h3 {
    font-size: 1.725em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.85em;
}

header img {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    -moz-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}

header h1,
header h2 {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    -moz-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}

@media screen and (max-width: 767px) {
    header {
        font-size: 0.9em;
        /*padding-top: 0.5em;*/
    }

    header .navbar-nav {
        margin: 0;
    }

    header h1 {
        font-size: 1.75em;
    }

    header h2 {
        font-size: 1.5em;
    }

    header img {
        height: 4.25em;
    }
}

#back-to-top {
    transition: all 0.3s ease-out;
    position: fixed;
    bottom: 0.25em;
    right: 0.25em;
    z-index: 9999;
    -ms-opacity: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 1.25em;
    padding: 0.25em;
}

#back-to-top.show {
    -ms-opacity: 0.8;
    opacity: 0.8;
    visibility: visible;
}

div.fonte-0 {
    font-size: 1.25em !important;
}

div.fonte-1 {
    font-size: 1.5em !important;
}

div.fonte-2 {
    font-size: 1.75em !important;
}

div.fonte-3 {
    font-size: 2.0em !important;
}

div.fonte-4 {
    font-size: 2.25em !important;
}

header {
    color: #FFF;
}

header .brasao {
    text-align: center;
}

header h1 {
    margin-top: 0;
}

header h2 {
    margin-top: 0;
}

header img {
    height: 7em;
    margin-bottom: 0.5em;
}

header nav.acessibility ul li a .access-key {
    background-color: #EFEFEF;
    color: #000;
    padding: 0 0.25em;
}

.text-center a,
.table a,
.data-list a,
.row a {
    text-decoration: underline;
}

.text-center a:hover,
.table a:hover,
.data-list a:hover,
.row a:hover {
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

header .navbar-nav > li > a, header .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;
}

header .navbar {
    min-height: 28px !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.g-recaptcha {
    display: inline-block;
}

.word-wrap {
    white-space: nowrap;
}

.history-back {
    text-align: center;
    margin: 1em 0em;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 59px;
    color: #EFEFEF;
    font-size: 1em !important;
}

@media screen and (max-width: 576px) {
    footer {
        height: 120px;
    }

    body {
        margin-bottom: 120px;
    }
}

footer ul {
    margin: 0;
}

footer p {
    margin-top: 0;
    margin-bottom: 0;
}

footer a img {
    height: 20px;
}

.data-list .data-list-striped:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.data-list .data-list-item {
    border-bottom: 1px solid #CCC;
    padding: 0.5em;
    margin-bottom: 1em;
}

.data-list .data-list-hover:hover {
    background-color: #f5f5f5;
}

.display-none {
    display: none;
}

textarea { resize: vertical; }

@media screen and (min-width: 768px) {
    form .btn-label-space {
        margin-top: 1.8em;
    }

    .btn-lg.btn-label-space {
        margin-top: 1.4em;
    }
}

.page-header {
    margin-top: 0;
}

.panel .list-inline {
    margin: 0;
}

.tab-content {
    padding-top: 1em;
}

.min-width-1 {
    width: 1%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.lb-sm {
    font-size: 1em;
}

.lb-md {
    font-size: 1.25em;
}

.lb-lg {
    font-size: 1.5em;
}

iframe.form-control {
    margin: 0.25em 0;
    height: 20em;
}

.table-group.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: initial;
}
.table-group.table-hover > tbody > tr:hover {
    background-color: initial;
}

.table-group.table-striped > tbody:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-group.table-hover > tbody:hover {
    background-color: #f5f5f5;
}

.text-nowrap {
    white-space: nowrap;
}

.width-1-4 {
    width: 25%;
}

.width-1-5 {
    width: 20%;
}

@media print {
    header h1,
    header h2 {
        -webkit-filter: initial !important;
        -moz-filter: initial !important;
        filter: initial !important;
    }

    header {
        margin-bottom: 1em;
    }

    header h1 {
        font-size: 2.25em;
    }

    header h2 {
        font-size: 2em;
    }
}

.list-inline li {
    vertical-align: middle;
}

.infobox-actions {
    height: 1.85em !important;
}

@media print {
    a[href]:after {
        content: none !important;
        word-break: break-all;
    }
}