html,
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.info-box {
    border-radius: 6px;
}

.info-box-icon {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 0px !important;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.krajee-datepicker {
    padding-left: 0.6rem !important;
    width: 60%;
}

.input-group-addon {
    width: auto !important;
    border-right: 2px solid #ccc !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv-hidden,
.btn-file,
.fileinput-remove,
.fileinput-upload-button {
    height: 34px;
    padding: 6px 15px !important;
}

.dialog-confirm-button {
    margin: 0 0 0 10px;
}

.btn-atalho {
    width: 100%;
    height: 120px;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 15px;
    color: var(--bs-white);
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 800;
    font-family: monospace;
    text-transform: uppercase;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
    text-shadow: 3px 3px 0 #00000030;
}

.btn-atalho:not(.disabled):hover,
.btn-atalho:not(.disabled):focus,
.btn-atalho:not(.disabled):active {
    color: var(--bs-white);
    opacity: 1;
    border-color: #fff;
    box-shadow: 0 5px 10px 5px #0000004d;
    text-decoration: none;
}

.btn-atalho .subtitle {
    font-size: clamp(10px, 1vw, 15px);
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 15px;
    position: relative;
}

.btn-atalho .subtitle::before {
    content: "";
    min-width: 50px;
    height: 2px;
    background-color: var(--bs-white);
    width: 30%;
    position: absolute;
    top: -5px;
}

.btn-atalho.disabled {
    background-image: linear-gradient(-310deg, #888 0%, #999 100%);
    opacity: 0.7;
    cursor: default;
}

.img-fit {
    object-fit: cover;
    width: 100%;
}

.rslides {
    border-radius: 15px;
}

.popupinfo {
    max-height: 50vh;
    overflow-x: auto;
}

.oculto {
    display: none;
}

.visivel {
    display: revert;
}

div > #wrapper {
    margin-top: -20px !important;
    margin-right: -20px !important;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -20px !important;
    margin-right: -20px !important;
}

#wrapper.toggled {
    padding-left: 250px;
}

.itens-nav-toggle {
    margin-right: 0% !important;
}

#itens-nav {
    float: right !important;
    margin-right: 20%;
}

.bntN {
    margin-top: 30px;
    /* margin-left: 35px; */
}

:root {
    --margin: 10px;
}

.branca {
    background-color: #fff;
}

.container-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.infoCompra > h3 {
    font: 17px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #000 !important;
}

.h4 {
    font: 14px/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 1px;
    padding: 0px;
    color: #000 !important;
}

.h5 {
    font: 13px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1px;
    padding: 0px;
    text-align: left;
    color: #000 !important;
}

.h5 > span {
    font: 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #000 !important;
}

.imagemCompraDiv {
    position: relative;
    height: 155px !important;
    padding-left: 0px;
    top: 0px;
}

.imagemCompra {
    width: 100%;
    padding: 10px;
}

.botaoCompra {
    width: 100%;
    position: relative;
    height: 35px !important;
    /* top: 215px; */
}

label {
    margin-top: 5px;
}

.a {
    width: calc((100% / 4) - (var(--margin) * 3));
}

@media only screen and (max-width: 1700px) {
    .a {
        width: calc((100% / 3) - (var(--margin) * 3));
    }
}

@media only screen and (max-width: 1600px) {
    .bntN {
        /* margin-left: 15px; */
    }
}

@media only screen and (max-width: 1375px) {
    .bntN {
        /* margin-left: 0px; */
    }
}

@media only screen and (max-width: 1100px) {
    .a {
        width: calc((100% / 2) - (var(--margin) * 3));
    }
    .bntN {
        font-size: 10px;
        height: 34px;
    }
}

@media only screen and (max-width: 780px) {
    .a {
        width: calc((100%) - (var(--margin) * 3));
    }
    .bntN {
        font-size: 8px;
    }
    .col-xs-2 {
        width: 16.7%;
    }
    .col-xs-1 {
        width: 8.4% !important;
    }
}

.box {
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
}

.panel-heading span {
    margin-top: -26px;
    font-size: 15px;
    margin-right: -12px;
}

.clickable {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.message-dialog .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
}

.button-close-color
    .modal-header
    .bootstrap-dialog-header
    .bootstrap-dialog-close-button
    .close {
    color: #003000;
}

.modal-custom-footer .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 7px !important;
}

.titulo {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.teste {
    background: #a7c942;
}

.teste:hover {
    background: #89ae37;
}

.teste.alt:hover {
    background: #eaf2d3;
}

.selected {
    background-color: #337ab7;
    color: #fff;
}

@media screen and (max-width: 770px) {
    .larlista {
        width: 69.5%;
    }
    .lartaxa {
        width: 20%;
    }
    .tables {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
}

@media screen and (min-width: 770px) {
    .larlista {
        width: 69.5%;
    }
    .lartaxa {
        width: 20%;
    }
    .tables {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
}

.list-container {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 1;
}

.list-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-container li {
    margin-bottom: 5px;
}

.card:hover .list-container {
    display: block;
}

.logobandeira {
    width: 70px;
    height: 70px;
}

.logohr {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
div > #wrapper {
    margin-top: -10px !important;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -10px !important;
}
#wrapper.toggled {
    padding-left: 250px;
}
@media only screen and (max-width: 1024px) {
    .content {
        padding: 0px !important;
    }
}
@media only screen and (max-width: 900px) {
    body {
        font-size: 10px;
    }
    .info-box {
        min-height: 45px !important;
    }
    .info-box-icon {
        height: 45px !important;
        width: 45px !important;
        font-size: 25px !important;
        line-height: 45px !important;
    }
    .info-box-content {
        padding: 2px 5px !important;
        margin-left: 45px !important;
    }
    .info-box-text {
        font-size: 10px !important;
    }
    .info-box-number {
        font-size: 14px !important;
    }
    .box-title {
        font-size: 14px !important;
    }
    .nav-tabs-custom > .nav-tabs > li.header {
        line-height: 25px !important;
        padding: 0 5px !important;
        font-size: 14px !important;
    }
    .timeline > li > .timeline-item > .timeline-header {
        padding: 5px !important;
        font-size: 8px !important;
    }
    .timeline > li > .timeline-item > .time {
        padding: 5px;
        font-size: 6px;
    }
}
.oculto {
    display: none;
}


.list-container {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 1;
    background-color: white;
    /* Adiciona um fundo para garantir visibilidade */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card:hover .list-container {
    display: block;
}

.list-group-flush {
    background-color: transparent;
}

.list-group-flush>.list-group-item {
    background-color: transparent;
    border: none;
}