@font-face {
    font-family: 'MMSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MMSans-Regular.otf')
}

body {
    font-family: 'MMSans';
}

b, strong {
    font-weight: bold;
}

h1 {
    font-weight: 600;
}

.btView, .btEdit, .btRemove{
    margin: 1.5px 0;
}


.login-page {
    background-image: url('../img/invoice.jpg');
    background-repeat: repeat-y;
    /*background-size: auto 100vh;*/
    background-position: left center;
}

.login-page #appname {
    font-weight: 600 !important;
    color: #2B3547 !important;
}

.card-dark.card-outline {
    border-top: 3px solid #2B3547 !important;
}

.btn-dark {
    background-color: #2B3547 !important;
    border-color: #2B3547 !important;
}

.login-page img {
    height: 100px !important;
}

.login-box {
    margin-left: 533px;
}

#swal2-content ul {
    text-align: justify;
    padding-left: 20px;
}

.card-header-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 10px;
}

.card-header-custom-between {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}

.button-help-custom {
    border-radius: 50%;
    padding: 2.5px 6.5px;
    margin-left: 10px;
    font-size: 15px;
    color: #fff !important;
    background-color: #17a2b8 !important;
    cursor: pointer;
}

.table-no-border,
.table-no-border th,
.table-no-border td {
    border: none !important;
    box-shadow: none !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*evita quebra de linha no sidebar*/
.nav>li>.custom_sidebar>p {
    white-space: nowrap !important;
}

/*contorno por não ser possível retirar a classe ACTIVE do menu AJUDA do nav-bar*/
.nav-item .nav-link.nowrap.active {
    color: rgba(0, 0, 0, .5);
}
.nav-item .nav-link.nowrap.active:hover {
    color: rgba(0, 0, 0, .7);
}

/* Boxes Painel */
.order_legend {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}
.order_item_legend {
    text-align: center;
    white-space: nowrap;
    margin: 10px 5px;
    display: flex;
    align-items: center;
}
.order_item_legend img {
    width: 20px;
}
.order_item_legend .circle {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
#orders-container {
    margin-top: 20px;
}
.small-box {
    overflow: hidden;
    text-align: left;
}
.nowrap {
    white-space: nowrap;
}
.small-box-divisor {
    border-bottom: 2px solid rgba(0, 0, 0, .125);
    margin: 10px -10px;
}
.small-box-bkg {
    border-radius: .25rem;
    padding: 0.1rem 0.5rem;
    background-color: rgba(0, 0, 0, .1);
}
.small-box>.small-box-footer {
    padding: 10px 0;
}
.small-box.bg-default .small-box-footer {
    background-color: #aaa;
    color: #fff;
}
.small-box.bg-default .small-box-footer:hover {
    background-color: #888;
    color: #fff;
}
.small-box.bg-default .icon {
    color: #aaa;
}
.small-box.bg-success {
    background-color: #20873a !important;
}
.small-box-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.small-box-item-qtt {
    flex:0.5;
}
.small-box-item-product {
    text-align: left;
    flex:3;
    margin-left: 10px;
}
.small-box-item-customer {
    flex:3;
    padding: 5px;
    border-radius: 5px;
}
.small-box-item-product-button {
    flex:1;
    text-align: right;
}
.small-box-item-product-button button{
    margin: 2.5px;
}
.small-box-item-product-button img{
    margin-right: 0.5rem;
}
.btn-smallbox {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
}
.btn-smallbox:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
.bg-warning .btn-smallbox {
    color: #000;
    background-color: rgba(0, 0, 0, .2);
}
.bg-warning .btn-smallbox:hover {
    background-color: rgba(0, 0, 0, .4);
}
.footer-panel {
    text-align: center;
}
.small-box .icon {
    display: block !important;
}
.small-box .inner hr:last-child {
    display: none;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-25px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    display: none;
    z-index: 1059;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.scroll-to-top i {
    font-size: 24px;
}
/* FIM Cards dos paineis */

.overflow-hidden {
    overflow: hidden;
}

.customer_orders h5 {
    font-weight: 600;
}

.select2 {
    width:100%!important;
}

.tooltip {
    z-index: 1059!important;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn-day-toggle:hover,
.btn-day-toggle:focus{
    background-color: #b3b3b3!important;
    border-color: #6c757d!important;
    color: #fff!important;
    transition: background-color 0.3s ease;
}

.btn-day-toggle.active-day,
.btn-day-toggle.active-day:hover,
.btn-day-toggle.active-day:focus{
    background-color: #6c757d!important;
    color: #fff!important;
    border-color: #6c757d!important;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.small-box-item-product > div {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.swal2-html-container ul {
    text-align: left;
}

/* Estilos para telas menores que 1090, para o login */
@media screen and (max-width: 1090px) {
    .login-page {
        background-repeat: no-repeat;
        background-size: auto 100vh;
        background-position: center;
        background-color: currentColor !important;
    }

    .login-page #appname {
        color: #ffffff !important;
        text-shadow: -1px -1px 0 #2B3547, 1px -1px 0 #2B3547, -1px 1px 0 #2B3547, 1px 1px 0 #2B3547;
    }

    .login-box {
        margin-left: inherit !important;
    }
}

/* Estilos para telas maiores que 800px */
@media (min-width: 800px) {
    .order_legend {
        justify-content: center;
    }
}
