html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 51px;
    margin-bottom: 35px;
}

textarea {
    resize: none;
    width: 100% ! important;
    height: auto ! important;
}

#app-nav-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.help-block {
    margin-top: 2px;
}

.nav > li > a {
    color: #262626;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-brand {
    padding-top: 12px;
}

.navbar-brand > img {
    width: 100%;
    height: auto;
}

.app-navbar {
    background-color: white;
}

.app-navbar .dropdown-toggle .caret {
  display: none;
}

.navbar-toggle {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.icon-bar {
    background-color: #bbb;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.graph-data {
    margin-top: 5px;
}

.form-group-btns-top {
    margin-bottom: 18px;
}

.form-group-btns-bottom {
    margin-top: 18px;
}

.validation-summary {
    color: #a94442;
    padding-left: 15px;
}

.info-summary {
    color: darkgreen;
}

.app-error {
    font-family: monospace;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 10px;
}

form.app-manager {
    margin-top: 30px;
}

.app-page-header {
    line-height: 40px;
    font-size: 21px;
    margin-bottom: 12px;
}

.app-grid {
    margin-top: 6px;
}

.app-grid-selected {
    background-color: #e1e1e1;
}

.app-form {
    margin-top: 15px;
}

.app-command-toolbar {
    margin-top: 3px;
    padding-bottom: 5px;
}

.app-command-toolbar .btn {
    border-radius: 0;
}

.app-filterbar {
    margin-top: 6px;
    padding-bottom: 6px;
}

.app-pager-info {
    color: #707070 ! important;
    cursor: default;
}

.app-pager-info:hover,
.app-pager-info:focus {
    background-color: #fff ! important;
}

.table-nonfluid {
    width: auto ! important;
}

.table-condensed.table-nonfluid > tbody > tr > td,
.table-condensed.table-nonfluid > thead > tr > th {
    padding-left: 8px;
    padding-right: 8px;
}

.app-table-detail > thead > tr > th {
    padding-top: 0;
    padding-bottom: 0;
}

.app-detail, .app-detail-td {
    cursor: pointer;
}

.app-detail-td, .app-detail-th {
    width: 35px;
}

tr.detail-expanded, .app-detail-tr > td {
    border: 1px solid #ddd;
}

.app-detail-tr > td {
    background-color: #fbfbfb;
}

.app-detail-tr > td > div {
    display: table-row;
}

.app-detail-tr > td > div > div:first-child {
    display: table-cell;
    text-align: right;
    color: #707070;
    padding-right: 6px;
    font-style: italic;
    vertical-align: top;
}

.app-detail-tr > td > div > div:last-child > a > img {
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
    margin-top: 5px;
}

.pre,
.app-detail-tr > td pre {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.app-grid-sort {
    cursor: pointer;
}

.app-grid-sort:hover {
    text-decoration: underline;
}

.table {
    margin-bottom: 0;
}

.table-vertmid > thead > tr > th,
.table-vertmid > tbody > tr > td {
    padding: 2px 4px;
    vertical-align: inherit;
}

img.media {
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    margin-top: 6px;
}

.form-divider {
    border-bottom: 1px solid silver;
}

.form-control-static.form-divider {
    padding-left: 1px;
    padding-bottom: 2px;
    height: auto;
    min-height: 0;
}

.badge.app {
    color: #aaa;
    background-color: transparent;
    border: 1px solid #ddd;
}

.btn-return {
    margin-right: 10px;
}

.tableblock {
    display: table;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tableblock > div {
    display: table-row;
}

.tableblock > div > div {
    display: table-cell;
}

.tableblock > div > div:first-child {
    color: #666;
    padding-right: 8px;
}

.hoverclr {
    background-color: #fafafa;
}

.detail-divider > div {
    display: table-cell;
    border-bottom: 1px solid silver;
    padding-top: 6px;
}

.detail-divider > div:first-child {
    font-weight: bold;
    font-style: normal ! important;
    text-align: left ! important;
}

.table-itens caption {
    padding-top: 4px;
}

.table-itens > thead > tr > th,
.table-itens > tbody > tr > td,
.table-itens > tfoot > tr > td {
    padding: 2px 4px;
    vertical-align: inherit;
}

.positive {
    color: blue;
}

.negative {
    color: red;
}

.likepre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.dashboard-cell {
    display: inline-block;
    margin-left: 10px;
}

.spacing-table {
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 100%;
}

.spacing-table > thead th {
    padding: 5px 15px;
}

.spacing-table > tbody td {
    border-width: 2px 0;
    border-color: #d9d9d9;
    border-style: solid;
    background-color: #fafafa;
    padding: 5px 15px;
    vertical-align: middle;
}

.spacing-table > tbody td:first-child {
    border-left-width: 2px;
    border-radius: 4px 0 0 4px;
}

.spacing-table > tbody td:last-child {
    border-right-width: 2px;
    border-radius: 0 4px 4px 0;
}

.text-danger-bkcolor {
    background-color: #f2dede;
}

.glyphicon-none:before {
    content: "\e094";
    color: transparent ! important;
}

.checkbox-container {
    display: inline-block;
}

.checkbox-button:hover,
.checkbox-button:focus,
.checkbox-button:active {
    background-color: white ! important;
}

.checkbox-button-sm {
    padding: 0 2px;
}

.checkbox-label {
    cursor: pointer;
    padding-left: 6px;
}

.panel.tinzo {
    box-shadow: none;
    margin-bottom: 0;
}

.checkbox.tinzo {
    padding-top: 0;
}

.checkbox.tinzo > label > span {
    display: inline-block;
    padding-top: 3px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis,
.bootstrap-select.btn-group .btn .filter-option {
    text-overflow: ellipsis;
}

.tinzo-filter-margin {
    margin-top: 1px;
}