.limpartemp{
    width: 100%;
    font-size: 13px;
}

.linkPedidosTemp{
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:link {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:visited {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:hover {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:active {
    text-decoration: none;
    color: black;
}

.listaPedidosTemp:hover{
    background-color: #e6e6e6!important;
    cursor: pointer;
}

.botaoLimpar:hover{
    background-color: #e6e6e6!important;
    cursor: pointer;
}

.ng-cloak {
    display: none !important;
}

.font-weight-semibold {
  font-weight: 600;
}

.cursor-pointer {
    cursor: pointer !important;
}

.spinner-2 {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top-color: #22a6b3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* animation: spin 1.5s infinite; */
    animation: spin 1s linear infinite;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.border-top {
    border-top: 1px solid #e9ecef; /* rgba(0, 0, 0, 0.1); */
}

.border-bottom {
    border-bottom: 1px solid #e9ecef; /* rgba(0, 0, 0, 0.1); */
}

/*.bg-dark-50 {
    background-color: rgba(0, 0, 0, 0.5);
}*/

.border-info {
    border-color: #17a2b8 !important;
}

.border-semi-dark {
    border-color: rgb(200, 200, 200) !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.text-muted-2 {
    color: #bbbbbb;
}

.filters-box {
    border: 1px solid #aaa;
}

.flatpicker-input {
    background-color: #fff !important;
    width: 110px !important;
}

.progress {background: rgba(255, 255, 255, 1); border: 1px solid rgba(120, 120, 120, 0.15);}

.arquivo-reenviado,
.sg-row-warning {
    background: #fffaf3;
    color: #573a08;
}

.arquivo-refugado,
.sg-row-danger {
    background: #fff6f6!important;
    color: #9f3a38!important;
}

.sg-row-success {
    background: #fcfff5!important;
    color: #2c662d!important;
}

.sg-row-info {
    background-color: #f8ffff;
    color: #276f86;
}

.text-line-through {
    text-decoration: line-through;
}

.table-rounded {
    /*border-collapse:separate;*/
    border-top: .2em solid #2185d0;
    /*border-collapse: separate;*/
    border-spacing: 0;
    border-top-left-radius:.28571429rem;;
    border-top-right-radius:.28571429rem;;
    -moz-border-top-right-radius:.28571429rem;;
    color: #11466e;
}
.table-rounded > thead > tr {
    /*border-top:solid black 3px;*/
    background: #f2f2f2;
}
.table-rounded > thead > tr > th:first-child {
    /*border-collapse:separate;*/
    /*border-top:solid black 3px;*/
    border-top-left-radius:.28571429rem;
    -moz-border-top-left-radius:.28571429rem;
}
.table-rounded > thead > tr > th:last-child {
    /*border-collapse:separate;*/
    /*border-top:solid black 3px;*/
    border-top-right-radius:.28571429rem;
    -moz-border-top-right-radius:.28571429rem;
}
/*.table-rounded > thead > tr > th {
    background: linear-gradient(#2185d0 10%, #fff 10%);
    border-top:solid black 3px;
}*/

.ui.text.red {
    /* background-color: #ed9292!important; /*db2828*/
    color: #6d1212!important;
}

.ui.text.blue {
    color: #11466e !important;
}

.ui.text.orange {
    color: #f2711c !important;
}

.ui.text.purple {
    color: #a333c8 !important;
}

.ui.text.violet {
    color: #6435c9 !important;
}

.ui.text.yellow {
    color: #fbbd08!important;
}

.ui.text.olive {
    color: #b5cc18!important;
}

.ui.text.brown {
    color: #a5673f!important;
}




.ui.inverted.table {
    /*background: #333;*/
    color: rgba(255,255,255,.9);
    /*border: none;*/
}

.ui.inverted.orange.table {
    background-color: #f2711c!important;
    color: #fff!important;
}

.ui.inverted.red.table {
    background-color: #db2828!important;
    color: #fff!important;
}

.ui.inverted.yellow.table {
    background-color: #fbbd08!important;
    color: #fff!important;
}

.ui.inverted.olive.table {
    background-color: #b5cc18!important;
    color: #fff!important;
}

.ui.inverted.green.table {
    background-color: #21ba45!important;
    color: #fff!important;
}

.ui.inverted.teal.table {
    background-color: #00b5ad!important;
    color: #fff!important;
}

.ui.inverted.blue.table {
    background-color: #2185d0!important;
    color: #fff!important;
}

.ui.inverted.violet.table {
    background-color: #6435c9!important;
    color: #fff!important;
}

.ui.inverted.purple.table {
    background-color: #a333c8!important;
    color: #fff!important;
}

.ui.inverted.pink.table {
    background-color: #e03997!important;
    color: #fff!important;
}

.ui.inverted.brown.table {
    background-color: #a5673f!important;
    color: #fff!important;
}

.ui.inverted.grey.table {
    background-color: #767676!important;
    color: #fff!important;
}

.ui.bg-row.orange.table {
    background-color: #f8b487!important; /*f2711c*/
    color: #fff!important;
}

.ui.bg-row.red.table {
    background-color: #ed9292!important; /*db2828*/
    color: #6d1212!important;
}

.ui.bg-row.yellow.table {
    background-color: #fdde81!important; /*fbbd08*/
    color: #7d5e03!important;
}

.ui.bg-row.olive.table {
    background-color: #b5cc18!important;
    color: #000!important;
}

.ui.bg-row.green.table {
    background-color: #21ba45!important;
    color: #fff!important;
}

.ui.bg-row.teal.table {
    background-color: #00b5ad!important;
    color: #000!important;
}

.ui.bg-row.blue.table {
    background-color: #91c5ee!important; /*2185d0*/
    color: #11466e!important;
}

.ui.bg-row.violet.table {
    background-color: #6435c9!important;
    color: #fff!important;
}

.ui.bg-row.purple.table {
    background-color: #a333c8!important;
    color: #fff!important;
}

.ui.bg-row.pink.table {
    background-color: #e03997!important;
    color: #fff!important;
}

.ui.bg-row.brown.table {
    background-color: #a5673f!important;
    color: #fff!important;
}

.ui.bg-row.grey.table {
    background-color: #767676!important;
    color: #fff!important;
}

.table-hover .red:hover > td {
    background-color: #ea7b7b!important;
}

.table-hover .yellow:hover > td {
    background-color: #fdd868!important;
}

.table-hover .blue:hover > td {
    background-color: #7bbaea!important;
}

.border {
    border: 1px solid rgba(0, 0, 0, .1);
}

.resumo-pagamentos {
    min-width: 230px;
}

@media (max-width: 767px) {
    .resumo-pagamentos {
        width: 100%;
    }
}

.sg-date-input {
    min-width: 150px;
}

.bg-secondary {
    background-color: #f3f3f3 !important;
}

.text-blue {
    color: #11466e !important;
}

.text-dark {
    color: #333 !important;
}

.text-dark-2 {
    color: #555 !important;
}

.wf-130 {
    width: 130px;
}

.wf-100 {
    width: 100px;
}

.w3-modal {
    z-index: 1090 !important;
}

.table-tr-no-hover {
    background: rgb(255,255,255);
}


.modal-max-height-window {
    max-height: calc(100vh - 60px);
}

.modal-max-height-window > .modal-body {
    overflow: auto;
}

.modal-full-width {
    max-width: calc(100vw - 60px) !important;
    max-height: calc(100vh - 60px) !important;
}

.img-modal-conferencia {
    /*max-height:100%;*/
    max-height: calc(100vh - 230px);
    min-height: calc(40px);
}

.subtable-bg-expanded {
    background-color: #f3f3f3;
}

.subtable-border-left-main {
    border-left-style: solid !important;
    border-left-width: 2px !important;
    border-left-color: #bbbbbb !important;
}

.subtable-border-left-sub {
    border-left-style: solid !important;
    border-left-width: 2px !important;
    border-left-color: #2185d0 !important;
}

.subtable-bg-light {
    background-color: #ffffff;
}

.thumb-mw-100 {
    max-width: 100px;
}

.thumb-mw-75 {
    max-width: 75px;
}

.thumb-mh-50 {
    max-height: 50px;
}

.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}
.typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}
.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.transparencia-50 {
    opacity: 0.5;
}

.semi-bold {
    font-weight: 600;
}

.semi-light {
    font-weight: 300;
}

.dropdown-green {
    color: rgba(255, 255, 255, 0.8) !important;
}

/*.dropdown-green:focus,
.dropdown-green:hover {
    color: darkgreen !important;
}*/

.dropdown-green-header {
    color: darkgreen;
}
.dropdown-green:focus,
.dropdown-green:hover,
.dropdown-green:active,
.dropdown-green-active {
    background-color: darkgreen;
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
li.dropdown-submenu-green:hover {
    background-color: rgba(0, 90, 0, 0.5) !important;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
/*.dropdown-menu > li > a:hover > div > div > i.fa-caret-right {
    text-decoration: underline;
    transform: rotate(90deg);
}*/

.bg-input-blue {
    background-color: skyblue;
}

.bg-red {
    background-color: #db2828!important;
}

.text-red {
    color: rgb(158, 0, 0) !important;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-body {
    padding: .5rem .75rem;
}

.modal + .modal {
    z-index: 1060;
}

.modal-backdrop + .modal-backdrop {
    z-index: 1050;
}

.select2-dropdown {
    z-index: 1700;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#fonte_categorias optgroup {
    background-color: #ddd;
    color: #777;
}

#fonte_categorias option {
    background-color: #fff;
    color: #000;
}

.iv-fullscreen {
    z-index: 3000 !important;
}

.modal-full-screen {
    max-width: 100% !important;
    margin: 0px !important;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: calc(100vh - 60px);
    display: flex;
    position: fixed !important;
    /*z-index: 100000;*/
}

.no-rounded {
    border-radius: 0px;
}

.no-left-border {
    border-left: 0px;
}

.forma-pagamento-bandeira-cartao {
    max-height: 17px;
    margin-left: 2px;
}

.accordion-selected > div {
    background-color: #1793B0;
    border-color: #1793B0;
}

.bugfix-div-btn {
    margin-left: 13%;
    justify-content: center;
}

.img_pagamento {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: 0 0 0 !important;
    flex: none !important;
    max-width: none !important;
    min-height: 23px;
    max-height: 23px;
    /*margin-top: 3px;*/
}

@media(max-width: 1100px){
    .bugfix-div-btn {
        margin-left: 0!important;
        justify-content: center;
    }

    .bugfix-btn {
        width: 100% !important;
        margin-top: 10px;
    }

    .bugfix-conteudo {
        padding: 0;
        margin: 0 !important;
    }
}

.ng-cloak {
    display: none;
}

.tabela-balcao-header > div {
    padding: 10px 0px;
}

.sistograf-accordion-opcao-inativa {
    /*padding: 3px;*/
    min-height: 44px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    color: var(--sg-corpo-tabela-fonte); /*sg-corpo-tabela-fonte sg-cor-secundaria*/
}

.sistograf-accordion-opcao-inativa > div:not(.radio) {
    background-color: #f3f0ef;
}

.tabela-balcao-header > .radio,
.sistograf-accordion-opcao-inativa > .radio,
.sistograf-accordion-opcao > .radio {
    min-width: 45px;
}

.adicional-forma-pagamento {
    /*min-width: */
}

.tabela-balcao-header > .prazo,
.sistograf-accordion-opcao-inativa > .prazo,
.sistograf-accordion-opcao > .prazo {
    width: 50px;
}

.tabela-balcao-header > .valor,
.sistograf-accordion-opcao-inativa > .valor,
.sistograf-accordion-opcao > .valor {
    min-width: 90px;
}

.sistograf-accordion-opcao {
    /*padding: 3px;*/
    min-height: 44px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    color: var(--sg-corpo-tabela-fonte); /*sg-corpo-tabela-fonte sg-cor-secundaria*/
}

.sistograf-accordion-opcao:hover,
.sistograf-accordion-opcao.selecionado {
    min-height: 44px;
    background-color: #1793B0;
    border-color: #1793B0;
}

.custom-control-input:checked~.custom-control-label:before {
    border: 1px solid white;
}

.sistograf-accordion-opcao-inativa > div:not(.radio),
.sistograf-accordion-opcao > div:not(.radio) {
    background-color: #f3f0ef;
}

.tabela-balcao-header > :nth-child(2),
.sistograf-accordion-opcao-inativa > :nth-child(2),
.sistograf-accordion-opcao > :nth-child(2) {
    padding-left: 8px;
}

.tabela-balcao-header > :last-child,
.sistograf-accordion-opcao-inativa > :last-child,
.sistograf-accordion-opcao > :last-child {
    padding-right: 8px;
}

.sistograf-accordion-opcao-inativa > div,
.sistograf-accordion-opcao > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.sistograf-accordion-opcao-inativa > .text-right,
.sistograf-accordion-opcao > .text-right {
    text-align: right;
    justify-content: flex-end;
}

.sistograf-accordion-opcao-inativa > .radio,
.sistograf-accordion-opcao > .radio {
    display: flex;
    justify-content: center;
}

.sistograf-accordion-opcao-inativa > .icone,
.sistograf-accordion-opcao > .icone {
    padding-left: 8px;
    background-color: #f3f0ef;
}


.sistograf-accordion-opcao.opcao-entrega.selecionado > div {
    background-color: #1793B0;
    color: #f3f0ef;
}

.sistograf-accordion-opcao.opcao-entrega.selecionado .custom-radio .custom-control-input:checked~.custom-control-label::before,
.sistograf-accordion-opcao.opcao-entrega.selecionado .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #e00000;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    /*background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E); */
    border-radius: 50%;
}

.descricao-balcao-retirada {
    margin-top: 8px;
    padding: 3px;
    min-height: 44px;
    background-color: #ffffff;
    border: 2px solid #1793B0;
    color: var(--sg-corpo-tabela-fonte); /*sg-corpo-tabela-fonte sg-cor-secundaria*/
}



::placeholder {
    color: rgba(0, 0, 0, .25) !important;
}


/* scroll do modal - todos os modal's devem ter header e footer */
.modal .modal-dialog {
    overflow-y: initial !important;
}

.modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 186px);
}

.producao-atrasada {
    background-color: rgb(255, 245, 230);
}

.badge-secondary {
    background-color: #DDD;
}

.badge-muted {
    background-color: #777;
}

.badge-red {
    background-color: #cc0303;
}

.badge-green {
    background-color: #59a527;
}

.text-semi-black {
    color: #474747;
}

/* XXL */
@media (min-width: 1440px) {
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* XXXL */
@media (min-width: 1600px) {
    .col-xxxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}