@charset "utf-8";

/*
Cor para usar como padrão #512816
*/


body {
  padding-top: 65px;
  font-family: Arial, sans-serif;
  overflow-y: scroll;
  font-size: 10pt;
}

.form-control {
  background-color: rgba(51, 51, 51, 0.02);
  padding: 5px 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
}

input,
select,
.form-control:focus {
  -webkit-box-shadow: 0 0 1px rgba(102, 175, 233, 0.6);
}

.tt-suggestion {
  padding: 8px 10px !important;
}


.table input:not([disabled]),
.table select:not([disabled]) {
  background-color: rgba(51, 51, 51, 0.04);
}

@media print {
  * {
    border-radius: unset !important;
  }

  body {
    padding-top: unset;
    padding-left: unset !important;
    margin-top: unset !important;
  }

  .panel:not(:has(table)),
  table.table > thead > tr > th,
  table.table > tbody > tr > th,
  table.table > tfoot > tr > th,
  table.table > thead > tr > td,
  table.table > tbody > tr > td,
  table.table > tfoot > tr > td {
    border-width: 1px !important;
  }

  .margin_final {
    margin-bottom: unset !important;
  }

  .breadcrumb {
    margin-bottom: 2px !important;
    padding: 5px 0 !important;
  }
}

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


.thead-gray-dark {
  background-color: #ddd;
}

.table-striped-mod tbody tr:nth-child(3n-2) {
  background-color: #f8f8f8;
}

.table-hover > tbody > tr:hover {
  background-color: #ededed;
}

.input-table {
  border: none;
  background-color: #eaeaea;
  width: 100%;
  height: 30px;
  padding: 10px 5px;
}


.nounderline, .nounderline:hover {
  text-decoration: none;
}

.no-margin {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-cell {
  cursor: cell;
}

/*.modal {
	text-align: center;
}
@media screen and (min-device-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 60%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}*/

.alert_sm {
  padding: 8px;
}

.pagination {
  margin: 0;
}

.borderless td, .borderless th {
  border: none !important;
}


/* TABELA EDITAVEL */

.table .celulaEmEdicao {
  padding: 0;
}

.table .celulaEmEdicao input {
  border: 0;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
  background-color: #fcffd1;
}

.table .celulaComCheck {
  padding: 0;
}

.table .celulaComCheck > label {
  padding-top: 8px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  box-sizing: content-box;
}


.no-bordered td, .no-bordered th {
  border: none !important;
}

.panel-heading > .nav-tabs {
  border-bottom: none;
  margin-bottom: -12px;
}


.margin_final {
  margin-bottom: 50px;
}

/*.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;
	padding: 6px 4px;
}*/

/*.table>thead>tr>th>.btn-xs,
.table>tbody>tr>th>.btn-xs,
.table>tfoot>tr>th>.btn-xs,
.table>thead>tr>td>.btn-xs,
.table>tbody>tr>td>.btn-xs,
.table>tfoot>tr>td>.btn-xs {
	margin: -3px;
	padding: 0 4px;
}*/

.alerta_erro {
  background-color: #d9534f !important;
  color: #fff !important;
  border: 1px solid #d43f3a !important;
}

.text-danger {
  color: #bd0500;
}

.linha_liga td {
  background-color: #e4e4e4;
}

.tabela_editavel input, .tabela_editavel select {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tabela_editavel tbody td:not(.edt_td_n),
.tabela_editavel tfoot td:not(.edt_td_n) {
  padding: 0 !important;
}

.tabela_editavel tbody td button,
.tabela_editavel tfoot td button {
  border: none;
  height: 100%;
}

.tabela_editavel tbody td:not(.edt_td_n) input,
.tabela_editavel tbody td:not(.edt_td_n) select,
.tabela_editavel tfoot td:not(.edt_td_n) input,
.tabela_editavel tfoot td:not(.edt_td_n) select {
  padding: 6px;
  border: 0;
  outline: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.tabela_editavel tbody td:not(.edt_td_n) input,
.tabela_editavel tbody td:not(.edt_td_n) select,
.tabela_editavel tfoot td:not(.edt_td_n) input,
.tabela_editavel tfoot td:not(.edt_td_n) select {
  height: 33px !important;
}

.tabela_editavel.table-condensed tbody td:not(.edt_td_n) input,
.tabela_editavel.table-condensed tbody td:not(.edt_td_n) select,
.tabela_editavel.table-condensed tfoot td:not(.edt_td_n) input,
.tabela_editavel.table-condensed tfoot td:not(.edt_td_n) select {
  height: 28px !important;
}

.tabela_editavel tr td select {
  border: 0 none !important;
  border-radius: 0 !important;
}


/* //////////////////////////////////////////////
	TYPEAHEAD
   //////////////////////////////////////////////*/

.tt-menu {
  width: 100%;
  margin: 0 0 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font-size: 12px;
}

.tt-suggestion {
  padding: 3px;
}

.tt-suggestion:hover {
  cursor: pointer;
  /*color: #fff;*/
  background-color: #ddd;
}

.tt-suggestion.tt-cursor {
  /*color: #fff;*/
  background-color: #ddd;
}

.tt-suggestion p {
  margin: 0;
}

.tt-menu {
  max-height: 240px;
  overflow-y: auto;
}

.twitter-typeahead {
  width: 100%;
}

.typeahead_busca_cadastro .cod {
  float: left;
  width: 20%;
}

.typeahead_busca_cadastro .documento {
  float: left;
  width: 80%;
}

.typeahead_busca_cadastro span.destaque {
  font-weight: bold;
}


/*//////////////////////////////////////////////////////////*/

.table_extrato .label {
  font-weight: normal !important;
}


.label {
  line-height: 1.2;
  font-weight: normal;
}

/*////////////////////////////////////////////////////*/


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* /////////////////////////////////////////// */

td > .select_persolanizado {
  border: none;
}


.dropdown-menu > li > a {
  padding: 4px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #000;
  background-color: #e0e0e0;
}

/*.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 4px !important;
}*/

/*.form-control:not(textarea) {
	height: 26px !important;
}

.form-control {
	padding: 4px 5px !important;
	font-size: 13px !important;
}

.bootstrap/bootstrap-select.form-control {
	padding: 0 !important;
}
*/
/*.bootstrap/bootstrap-select button {
	height: 26px !important;
}*/

/*.btn:not(.btn-xs) {
	padding: 4px 10px !important;
}*/

/* .panel-heading {
    padding: 4px 8px !important;
} */

.container-fluid {
  max-width: 1700px;
}

.label-pagar {
  background-color: #0059b0;
}

.input-group-addon {
  padding: 4px 10px !important;
}


.dropdown-menu li a {
  font-size: 12px;
  padding: 4px 10px;
}

.bs-searchbox input {
  height: 24px !important;
}


.navbar {
  min-height: inherit !important;
}

.navbar-brand {
  height: 45px !important;
  font-family: consolas;
  padding: 12px 8px !important;
  font-size: 14pt;
}

.navbar-nav > li > a {
  padding: 14px 9px !important;
}


.line_hover:hover {
  background-color: #DDD;
}


/*.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 #e0e0e0 !important;
}*/

/*.table {
    border: 1px solid #e0e0e0 !important;
}*/


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


.header, .tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}


@media screen {

  .tablesorter-header-inner {
    padding-right: 12px;
  }

}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-top: 1px !important;
}


.preencher_td {
  background-color: #ffd1d1 !important;
}


.titulo_pagina li {
  font-size: 14px;
  padding: 5px 0;
}

@media screen and (min-width: 1200px) {
  #menu-content {
    margin-bottom: 70px;
  }
}

.botoes_pagina {
  padding: 9px 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .botoes_pagina {
    text-align: left;
    margin-left: 5px;
  }
}

.botoes_pagina > .btn-primary {
  background-color: #747474;
  border-color: #747474;
}

.botoes_pagina .btn {
  margin: 0;
  padding: 4px 8px !important;
}


blink, .blink {
  animation: blinker 1s linear infinite;
}

.blink:hover {
  animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}

@media screen and (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}


table tr td.tdcheck {
  padding-top: 5px;
  padding-bottom: 5px;
}

.td_btn {
  vertical-align: middle !important;
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.btn:not(.btn-xs):not(.btn-lg) {
  /* font-size: 14px; */
  /* line-height: 1.4; */
  /* padding: 4px 10px; */
}

.btn-default {
  background-color: rgba(51, 51, 51, 0.02);
}


.panel,
.dropdown-menu,
.btn,
.form-control,
.nav-tabs > li > a {
  border-radius: 5px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  padding: 5px 10px !important;
  text-transform: uppercase;
  /* font-size: 12pt; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


pre, textarea {
  white-space: pre-line;
}


.info_empresa {
  position: fixed;
  bottom: 10px;
  left: 220px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 9px 53px -10px #000;
  font-weight: bold;
  z-index: 5555;
}

.info_empresa div {
  padding: 5px;
}


@media screen and (max-width: 800px) {
  .info_empresa {
    position: fixed;
    bottom: 60px;
    left: 0px;
    width: calc(100% - 20px);
    margin: 10px;
  }
}


@media print {
  a[href]:after {
    content: none !important;
  }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #CCC;
  background-color: rgba(51, 51, 51, 0.02);
}

.select2 > span > span,
.select2-selection .select2-selection--multiple {
  height: 28px;
  min-height: 28px !important;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-selection__choice {
  margin-top: 0 !important;
}

.select2-results__option {
  border-bottom: 1px solid #e3e3e3;
}

.select2-results__option--highlighted {
  background-color: #0b7713 !important;
  font-weight: bold;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}


.tooltip {
  font-size: 10pt;
  white-space: nowrap;
}

.title_peso {
  padding: 6px;
}

.title_peso_processamento {
  padding: 0px 6px 6px 6px;
  color: red;
}

@media print {
  .title_peso {
    padding: 2px;
  }

  .title_peso_processamento {
    padding: 0px 2px 2px 2px;
    color: red;
  }
}

input:invalid:focus {
  border-color: red;
}

.nowrap {
    white-space: nowrap;
}
