body {
    padding-top: 105px;
}

body > .container {
    min-height: calc(100vh - 116px);
    margin-bottom: 40px;
}

.navbar-brand {
    line-height: 95px;
    height: 95px;
}

.campo-valor {
    text-align: right;
}

.even {
    background-color: #eeeeee;
}

fieldset legend {
    font-size: 1.1em !important;
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}

.panel-white {
    border: 1px solid #dddddd;
}

.panel-white .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.popover {
    max-width: 100%;
}

.div-sobre {
    text-align: right;
    font-size: 1.2rem;
    padding-right: 15px;
    padding-bottom: 15px;
}

.div-tag a {
    margin-bottom: 0;
}

.div-tag {
    text-align: right;
    font-size: 1.2rem;
    padding-right: 15px;
    padding-bottom: 5px;
}

.div-tag p {
    margin-bottom: 0;
}

#loadingOverlay {
    display: table;
    opacity: 0.7;
    background-color: #FFF;
    z-index: 9999 !important;
}

#loadingOverlay .overlayContent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#footer {
    bottom: 0;
    width: 100%;
    position: fixed;
    height: 30px;
    background-color: #f5f5f5;
}

.footer-block {
    margin: 5px 0;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
}

#poweredby-logo {
    margin-left: 5px;
    height: 20px;
}

.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.panel-collapse > table {
    margin: -1px -1px -1px 2px !important;
    width: calc(100% - 4px);
    border: 1px solid #e8e8e8;
}

.table a:not(.btn),
table a:not(.btn) {
    text-decoration: none;
}

#select-planejamento {
    text-align: center;
    height: auto;
    font-size: 25px;
    border: none !important;
}

.btn-missao{
    padding: 9px 2px 7px !important;
}