.alert {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.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-grey {
    background-color: #757575;
}
.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% !important;
}

.campoOculto {
    display: none;
}

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

/*.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);
}*/

.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-purple th {
    background-color: #6d1782 !important;
    color: #fff;
    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 .nav-item a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.9rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #333;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #333;
}

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

.underline {
    text-decoration: underline;
}

/*
    ***************** 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 *****************
*/

.border-top-custom {
    border-top: 4px solid #7054be;
    color: #7054be;
    background: #fff;
}

.left-custom {
    max-height: 88vh;
    overflow-y: auto;
    overflow-x: ellipsis;
}
