.badge{
    padding: 7px;
}
.badge-danger a{
    color: #FFF;
}
.badge-dark a{
    color: #FFF;
}
.badge-info a{
    color: #FFF;
}
.badge-primary a{
    color: #FFF;
}
.badge-secondary a{
    color: #FFF;
}
.badge-success a{
    color: #FFF;
}
.bg-gray{
    background-color: #757575;
}

.bg-gray-suave{
    background-color: #e0e0e0;
}
.box-central{
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  color: #FFF;
  text-align: center;
}

.btn-circle{
    border-radius: 50%;
}

.campoOculto{
  display: none;
}

.funil{
  padding: 5px 5px;
  background-color:#8ea0ac;
  color:#fff;
  margin-bottom: 5px;
  font-size: 1rem;
}

.ocultarCheques{
  display: none;
}

/*.card-header {
  padding: 0.4rem 1.25rem;
  margin-bottom: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}*/

.jumbotron {
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
}

.hiddenRow {
    padding: 0 !important;
}

.login-box{
    background-color: #e9ecef;
    padding: 20px 0;
}

.login-card-body {
    background-color: #e9ecef;
}

.login-box .card{
  background-color: #e9ecef;
  background-clip: border-box;
  border: 5px solid rgba(255, 255, 255, 1);
  padding: 20px;
}

ul li .nav-item a{
  padding-left: 25px;
  font-size: 0.9rem;
}

ul  li ul li .nav-item a{
  padding-left: 35px;
}

.loader{
    display: none;
}

table tbody tr td{
    font-size: 0.75rem;
}

.table .thead-light th {
  background-color: #f8f8f8;
  font-size:  0.85rem;
}

.kanban-wrapper{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.kanban-coluns{
    min-width: 375px;
    height: 80vh;
    margin: 0.3rem;
}

.kanban-quadros{
    min-width: 375px;
    height: 90vh;
    margin: 0.3rem;
}

.kanban-overflow{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 78vh;
    margin: 0 auto;
}

.kanban-overflow-geral{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 86vh;
    margin: 0 auto;
}

div .kanban-coluns .kanban-overflow .card-body{
    margin: -12px -1px 5px -10px;
    min-width: 365px;
    line-height: 1.2;
    font-size: 14px;
}

div .kanban-quadros .kanban-overflow-geral .card-body{
    margin: -15px -1px 5px -10px;
    min-width: 365px;
    line-height: 1.2;
    font-size: 14px;
}

.tableFixHead{
    overflow-y: auto; 
    overflow-x: ellipsis;
    word-break: keep-all;
    /*white-space:nowrap;*/
}
.tableFixHead thead th{ 
    position: sticky; top: 0; 
}

.nav-tabs{
/*     border-color: #fff #6c757d #fff #fff !important; */
    background-color: #656a6f;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}


.nav-tabs .nav-link {
/*     border: none;     */
    text-decoration: none;
    color: #FFF;    
}

.nav-tabs .nav-link a{
/*     border-color: #fff #6c757d #fff #fff; */
    text-decoration: none;
    color: #FFF;
}

.nav-link{
/*     border: none; */
}

.nav-tabs .nav-item {
/*     border: none; */
}

.nav-tabs .nav-item a{
    padding-left:7px;
    padding-right:7px;
    font-size:0.9rem;
    border: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
/*   border-color: #dee2e6 #dee2e6 #fff; */
  color: #fff;
  background-color: #9ca6af;
/*   margin-top: 2px; */
/*   border-color: #fff #fff #fff #fff !important; */
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #FFF;
  border: none;
/*   border-color: #fff #fff #fff #fff !important; */
}

.table-sm .lista-vendedores td{
    padding:0px;
}

.table th{
    border: none !important;
}

table tbody tr td{
    font-size: 0.75rem;
}

.table .thead-danger th {
  color: #FFF;
  background-color: #e57373;
}

.table .thead-white th {
  background-color: #FFF;
}

/*
    ***************** Customização botão tipo file *****************
*/

/* file upload button */
input[type="file"] {
  outline: none;
  padding: 4px;
  margin: -4px;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 36px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
  color: transparent;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
/*
input[type="file"]:focus-within::file-selector-button,
input[type="file"]:focus::file-selector-button {
  outline: 2px solid #0964b0;
  outline-offset: 2px;
}*/

/* Faked label styles and icon */
input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 5px;
  left: 40px;
  color: #0964b0;
  content: "Anexar Arquivo";
}

input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

/*
    ***************** Customização botão tipo file *****************
*/
