@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body, #form1 {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1;
}
.btn { font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif !important; }

.line-hover { background:#f8f8f8; }

.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }

.lista-compradores-destaque { padding-bottom:20px !important; text-align:center; }
.lista-compradores-destaque a { border:1px solid #efefef; display:inline-block; margin:5px 20px; }
.lista-compradores-destaque h3 { color:#666 !important; text-align:center; padding-bottom:10px; font-size:20px; }

.lista-empresas-destaque { padding-bottom:20px !important; text-align:center; }
.lista-empresas-destaque a { border:1px solid #efefef; display:inline-block; margin:5px 20px; }
.lista-empresas-destaque h3 { color:#666 !important; text-align:center; padding-bottom:10px; font-size:20px; }

.box-foto { overflow:auto; display:table-cell; width:230px; height:220px; text-align:center; vertical-align:middle; }
.foto-oferta { max-width:99% !important; max-height:220px !important; margin:auto; }
.nome-loja-oferta { display:block; font-family:'Roboto Condensed', Helvetica, Times New Roman, sans-serif; font-size:11px; }
.ca-oferta { display:block; font-family:'Roboto Condensed', Helvetica, Times New Roman, sans-serif; font-weight:bold; }
.parcelamento-oferta { padding-top:10px; text-align:center; color:#808080; font-family: 'Roboto Condensed', sans-serif; }

.parcelamento { padding-top:10px; text-align:center; color:#808080; font-family: 'Roboto Condensed', sans-serif; }
.formas-pagto { margin-right:15px; }
.copyright { background:#000; }
.footer-formas-pagto { margin-top:-15px; }

.menu-topo-destaque { color:#666 !important; font-weight:bold; }

.ca-valido { font-weight:bold; color:#090; }
.ca-vencido { font-weight:bold; color:#f00; }

.bg-ca-vencido { background: #f00 !important; color: #fff; font-weight:bold; }
.bg-ca-valido { background: #0c8f0c !important ; color: #fff; font-weight:bold; }
.bg-ca-prox-vencto { background: #f59049 !important; color: #fff; font-weight:bold; }

.table-pager { text-align: center; }
.table-pager table { margin:auto; }
.table-pager a, .table-pager span { display:inline-block; border:1px solid #efefef; padding:5px; margin:3px; font-size:1.2em; }
.table-pager span { background:#efefef; }

.table caption, .grid-itens caption { font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif !important; font-size:1.1em !important; padding:15px !important; }
.nav-link { font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif !important; }

#table-button-bar { overflow:auto; margin-top:-10px; }

.nenhum { text-align:center; padding:40px; }

.links { color: #2382d4 !important; }

.required-asterisk { font-size: 0.8em; color:#c25254; }

.buscaepi-control { font-style:italic; font-weight:bold; font-size:1.3em !important; text-transform:none !important; }
.buscaepi-control:before { content:'' !important; }

ol li.active { font-weight:bold; }

.header-logo-empresa { border:1px solid #ccc; width:84px; height:45px; }

.left-space { margin-left:5px; }

.title-control { margin:0 0 20px 0; font-size:20px !important; }

.nav-tabs { border-bottom:0; }

.panel-smart a { font-weight:normal !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { cursor: pointer; background-color:#eee; border-color: #ddd !important; font-weight:normal !important; }
.nav > li > a:hover, .nav > li > a:focus { border-color: #ddd !important; }

.foto-colaborador { height:130px; padding:2px; border:1px solid #e8e8e8; margin-top:10px; }
.link-foto-colaborador { cursor: pointer; }

.btn-acao { background: #eee !important; }

.caption-status { color:#bdbaba; text-transform:none; font-size:0.9em !important; }



@media (max-width: 425px) {
  /*table tr:nth-last-child(-n+3) .dropdown-menu {
    top: unset;
    bottom: 100%;
  }

  table tr:nth-child(2n+1) .dropdown-menu {
    top: 100%;
    bottom: unset;
  }*/

  .panel > .table-responsive {
    min-height: 1300px;
  }

}

/* NOTIFICAÇÕES */

#modal-notificacao .card {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}

#modal-notificacao .modal-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #4D4C4E;
  padding: 20px 0px 10px 10px;
}

#modal-notificacao .close {
  padding: 20px 10px 10px 10px;
}

#modal-notificacao .card-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9B9B9B;
}

#modal-notificacao .card-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4D4C4E;
  display: block;
  margin-top: 3px;
}

#modal-notificacao .card-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4C4E;
  margin-top: 10px;
}

#modal-notificacao .modal-body {
  overflow-y: auto;
  height: calc(100vh - 80px);
}

#modal-notificacao .btn-verMais {
  font-family: 'Roboto', sans-serif !important;
  background: #C04446;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: white;
  width: 100%;
  margin-top: 20px;
}

#modal-notificacao .close {
  opacity: 1!important;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  right: 0px;
  width: 350px;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.badge-notificacao {
    position: absolute;
    top: 0;
    right: -10px;
    transform: translate(-40%, -40%);
    padding: 2px;
    background: rgba(254, 168, 0, 0.9);
    box-shadow: 0px 1px 8px rgba(254, 168, 0, 0.9);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: pulse 2s infinite alternate;
}

    .badge-notificacao:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        border: 2px solid rgba(254, 168, 0, 0.9);
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1s infinite alternate;
    }

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(.9);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.badge-number {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #BE4446;
  border-radius: 10px;
  color: white;
  width: 24px;
  height: 14px;
  margin-left: 5px;
}

.badge-success {
    color: #fff;
    background-color: #5cb85c;
    font-weight: bold !important;
}

.badge-danger {
    color: #fff;
    background-color: #d9534f;
    font-weight: bold !important;
}

.nav-tabs > li > a {
    padding: 10px;
}

.popover-content {
    padding: 5px 10px !important;
    font-size: 12px;
}

.iti {
    width: 100%;
    display: block;
    z-index: 1000;
    height: 35px;
}
    .iti input {
        height: 35px;
    }

    .iti ::placeholder {
        color: #ccc9c9;
        opacity: 1; /* Firefox */
    }

    .iti ::-ms-input-placeholder { /* Edge 12 -18 */
        color: #ccc9c9;
    }

#imgLogoTopoLoja img {
    max-height: 43px;
}