.footer {
    position: relative;
    right: 0;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 3.5rem;
    line-height: 60px;
    background-color: #00420C;
}

body {
    min-height: 100vh;
}

.layout {
    position: relative;
    min-height: 100vh;
}


.bg-light {
    background-color: #086419 !important;
    background-color: #086419 !important;
}

.bg-dark {
    background-color: #01420A !important;
}

#content-section {
    margin-top: 10px;
}

#logo-section {
    margin-top: 100px;
}

#iftm-logo-section {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #FEFEFE;
}

#btBdtBuscar {
    color: #05386B;
}

#btBdtBuscar:hover {
    color: whitesmoke;
    background-color: #05386B;
}

.navbar-brand {
    font-size: 24px;
    font-weight: normal;
    color: whitesmoke !important;
}

.content-heading {
    margin-top: 30px;
    display: inline-block;
}

.span4 img {
    margin-right: 10px;
}

.span4 .img-left {
    float: left;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #EDF5E1;
}

a:link, a:visited {
    font-style: italic;
    color: #05386B;
}

a:hover, a:active {
    text-decoration: none;
    color: #086419;
}

.cite {
    font-style: italic;
    color: #05386B;
    padding: 12px 6px 0 6px;
    cursor: pointer;
}

.cite:hover {
    color: #086419;
}


.btn-outline-default {
    color: #333;
    border-color: #333;
}

.btn-outline-default:hover {
    background-color: #fffcf1;
    border-color: #05386B;
}

.btn-outline-info {
    color: #05386B;
    border-color: #05386B;
}

.btn-outline-info:hover {
    color: white;
    border-color: #086419;
    background-color: #086419;
}


.tooltip_copy {
    position: relative;
    display: inline-block;
    margin-top: -40px;
}

.tooltip_copy .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 60%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_copy .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip_copy:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*Modal grande*/
.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.div-busca-avancada {
    font-style: italic;
    text-align: right;
    font-size: 0.9em;
    padding-right: 0;
    color: #05386B;
}

.busca-avancada:hover {
    color: #086419;
}

.card-busca-avancada {
    background-color: #EDF5E1;
    margin-bottom: 10px;
}

#spanBuscaAvancada {
    cursor: pointer;
}

#spanBuscaAvancada:hover {
    cursor: pointer;
    color: #086419;
}

.esconder-coisas {
    display: none;
}

#spanQtdeTrabalhos {
    font-weight: bold;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #5bc0de;
}

.image-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.image-footer {
    margin: 0 auto;
}

#img-footer{
    max-width: 40%;
    height: auto;
}

.green-footer {
    background-color: #00420C;
    margin: 0;
    padding: 0 16px;
    text-align: center;
}

.texto-footer {
    color: white !important;
}

.loader{
    text-align: center;
    margin-bottom: 16px;
}

.error-msg{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.clearable{
    background: #fff url(http://bijudesigner.com/blog/wp-content/uploads/2015/06/download.gif) no-repeat right -10px center;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    transition: background 0.4s;
}

.clearable.x  {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

#content {
    background: #FEFEFE;
}

/*#05386B*/
/*#086419 */
/*#5CDB95*/
/*#00420C*/
/*#EDF5E1*/