﻿body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.container-principal {
    margin: 0px 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;    
}

#corpo {
    flex: 1;
}

table.dataTable {    
    margin-top: 6px !important; 
}

div.dt-search {
    float: right;
}

div.dt-search input[type="search"] {
    width: 300px !important;
}

div.dt-info {
    padding-top: 8px;
}

div.dt-paging {
    padding-top: 8px;
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dtfc-top-blocker {
    right: -1px !important;
    top: 7px !important;
}

div.dtfc-bottom-blocker {
    right: -1px !important;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #5bab35;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #5bab35;
    border-color: #5bab35;
    cursor: default;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

div.dataTable-filter-mk {
    margin: 8px -1px -28px 0;
    border: 1px solid #e7ecf1;
    padding: 8px 0px;
    background-color: #f4f4f4;
}

.painel, .painel-no-pad {
    text-align: left;
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 !important;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.painel-no-pad {
    padding: 19px 19px 14px;
}

.painel_dentro {
    cursor: default;
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #5bab35;
    border: 1px solid #eee;
    color: white;
    border-radius: 0 !important;
}

.rodape {
    width: 900px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 12px;
    margin: 0px;
    margin-left: -450px;
}

.linha {
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
    clear: both;
    display: table;
    width: 100%;
}

.coluna {
    float: left;
    margin-left: 1px;
}

a:focus {
    outline: none
}

td:focus {
    outline: none
}

div:focus {
    outline: none
}

*:focus {
    outline: none
}

.modal_full {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    overflow-y: auto;
    background-image: url(../img/trans2.png);
    background-repeat: repeat;
}

.modal_full_pagina {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
    background-image: url(../img/trans.png);
    background-repeat: repeat;
}

.registro_linha {
    cursor: pointer;
}

.imgDuvida {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.legenda_dash {
    position: absolute;
    display: none;
    border: 1px solid #fdd;
    padding: 2px;
    background-color: #fee;
    z-index: 999;
}

.demo-container {
    box-sizing: border-box;
    width: 900px;
    height: 450px;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.table-filter {
    border-collapse: separate;
    border-spacing: 5px 3px;
}

.tabela_ordenacao {
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
    font-size: 13px;
    border-collapse: collapse;
}

.tabela_ordenacao th, .tabela_ordenacao td {
    padding: 7px 10px 6px;
    line-height: 18px;
    /*text-align: left;*/
}

.tabela_ordenacao th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.tabela_ordenacao td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabela_ordenacao td:first-child {
    border-left: 1px solid #ddd;
}

.tabela_ordenacao tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top;
}

.tabela_ordenacao tbody tr:nth-child(odd) td, .tabela_ordenacao tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.tabela_ordenacao tbody tr:hover td, .tabela_ordenacao tbody tr:hover th {
    background-color: #f5f5f5;
}

table .header {
    cursor: pointer;
}

table .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden;
}

table .headerSortUp, table .headerSortDown {
    background-color: rgba(143, 203, 134, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
    visibility: visible;
}

table .headerSortDown:after, table .headerSortDown:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

table .headerSortUp:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

table .blue {
    color: #049cdb;
    border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
    background-color: #ade6fe;
}

table .green {
    color: #46a546;
    border-bottom-color: #46a546;
}

table .headerSortUp.green, table .headerSortDown.green {
    background-color: #cdeacd;
}

table .red {
    color: #9d261d;
    border-bottom-color: #9d261d;
}

table .headerSortUp.red, table .headerSortDown.red {
    background-color: #f4c8c5;
}

table .yellow {
    color: #ffc40d;
    border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow, table .headerSortDown.yellow {
    background-color: #fff6d9;
}

table .orange {
    color: #f89406;
    border-bottom-color: #f89406;
}

table .headerSortUp.orange, table .headerSortDown.orange {
    background-color: #fee9cc;
}

table .purple {
    color: #7a43b6;
    border-bottom-color: #7a43b6;
}

table .headerSortUp.purple, table .headerSortDown.purple {
    background-color: #e2d5f0;
}

table .pointer tr {
    cursor: pointer;
}

.faltaPreencher {
    border: solid 1px red;
}

.formacaoPrecoValor {
    width: 70px;
    text-align: right;
    font-size: 12px;
    margin-left: 2px;
    margin-top: -1px;
    color: #222;
    font-weight: bold;
    padding-right: 2px;
}

.formacaoPrecoPerc {
    width: 40px;
    text-align: right;
    font-size: 12px;
    margin-left: 2px;
    margin-top: -1px;
    color: #0088cc;
    font-weight: bold;
}

.formacaoPrecoPercMenor {
    font-size: 10px;
}

.formacaoPrecoPercNegativo, .linkFormPrecPerTabNegativo {
    color: #d9534f;
}

.linkAnMovPerValor {
    color: black;
    cursor: pointer;
}

span.destaqueCompCustoDestaque, a.linkValorDemPer, a.linkCustUnitPer, .linkFormPrecPerTab {
    color: #0088cc;
}

span.linkAnMovPerValorDestaque, a.linkAnMovPerValorDestaque {
    color: #D32F2F;
}

a.linkValorDemPer, a.linkCustUnitPer, a.linkFormPrecPerTab, .linkFormPrecPerTabNegativo, span.destaqueCompCustoDestaque {
    font-weight: bold;
}

span.linkAnMovPerValorDestaqueBottom, a.linkAnMovPerValorDestaqueBottom {
    color: #0088cc;
}

a.possuiComentario {
    color: #FFC107;
}

a.possuiComentarioNaoPendente {
    color: #5bab35;
}

a.semComentario {
    color: #ddd;
}

.navbar-default {
    background-color: #eee;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-autocomplete {
    z-index: 2000 !important;
}

.modal-ulg {
    width: 90%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.ui-datepicker {
    position: relative;
    z-index: 10000 !important;
}

.numerico, .numerico1, .numerico2, .numerico4, .dinheiro, .decimal, .decimal1, .decimal2, .decimal4, .inteiro {
    text-align: right;
}

.glyphicon-trevo-azul {
    color: #0fa9e1;
}

.backImgEmpresa {
    text-align: left;
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background: transparent no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.tht {
    border: solid 1px #5bab35;
}

.tht2 {
    background-color: #5bab35;
    padding: 5px 10px;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

.table-trevo-pad-top {
    padding: 10px 20px 0px;
}

.table-trevo-pad-mid, .table-trevo-pad-bot {
    padding: 0 20px 0;
}

.table-trevo-pad-bot {
    padding-bottom: 5px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e7ecf1;
}

table.dataTable {
    width: 100% !important;
}

.pInfo {
    color: #777;
}

label.btn-default:hover {    
    background-color: #fff !important;     
}

label.btn-default.focus,
label.btn-default:focus, label.btn-default:focus-visible {    
    outline: none !important;
    outline-offset: 0px !important;
}