﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}
footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
}

.loginPartial {
    margin: 10px 0 0 0;
    color: #9d9d9d;
    float: right;
}

.acoes {
    text-align: center;
    width: 150px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus 
{
    background-color:#222;
}

a:hover, a:focus
{
    color:white;
    text-decoration:none;
}

.main-container {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow: auto;
}

.main-body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.logoCurto {
    display: inline-block;
    float:left;
    margin-top:10px;
}

.logo {
    display: none;
    float:left;
}

.nav
{
    clear:both;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.editButtons {
    display: flex;
    padding-left: 210px;
}

.editButtons button
{
    margin: 0 5px;
}

.preencherRelatorio {
    padding: 0 15px;
}

.preencherRelatorio textarea, .preencherRelatorio p {
    max-width: 100%;
}

.preencherRelatorio textarea 
{
    height:95px;
}

.preencherRelatorio .panel-default {
    margin-bottom: 0px;
    border-radius: 0px;
    border-top: none;
    border-color: initial;
}

.preencherRelatorio .panel-default > .panel-heading {
    text-align: center;
    padding: 2px;
    border-color: initial;
    border-bottom: 0px;
    border-top: 1px solid;
}

.preencherRelatorio .panel-body {
    padding: 0px;
    display: flex;
    align-items: center;
    border-top: 1px solid;
}

.preencherRelatorio .panel-body .col-xs-10 {
    border-left: 1px solid;
    padding: 5px;
}

.preencherRelatorio .borderTop {
    border-top: 1px solid;
}

.preencherRelatorio .col-xs-8 .row {
    border-left: 1px solid;
    border-right: 1px solid;
}

.preencherRelatorio .row div:not(:first-child) {
    border-top: 1px solid;
}

.preencherRelatorio .row div {
    padding: 5px;
}

.preencherRelatorio input
{
    max-width:initial;
}

.panel-body.titulo {
    text-align: center;
    display: block;
    background-color: #f5f5f5;
}

.panel-body.titulo div {
    padding: 2px;
}

.panel-body.titulo .col-xs-8 {
    border-left: 1px solid;
    border-right: 1px solid;
}

.subtitulo {
    text-align: center;
    display: block;
}

.textCenter {
    text-align:center;
}

.preencherRelatorio hr {
    border-top: 1px solid;
}

.locked {
    background-color: #d4edda;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

footer a:hover
{
    color:black;
}

.gt
{ 
    color: #9d9d9d;
    float: right;
    margin: 15px;
}

.hiddenGT {
    display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .gt {
        display: none;
    }

    .hiddenGT {
        display: inline-block !important;
        margin: 15px;
        color: #9d9d9d;
        font-size: 20px;
        line-height: 20px !important;
    }
}

@media (min-width: 768px) {
    .loginPartial {
        margin-top: 0px
    }

    .logoCurto {
        display: none;
    }

    .logo
    {
        display:inline-block;
    }

    .nav {
        clear: none;
    }
}