﻿td:nth-last-child(1) {
    width: 100px;
}

.table-report td:nth-last-child(1) {
    width: auto;
}

.dt-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.navbar-orange {
    background-color: #c5a65a;
}

.main-sidebar {
    background: #1A1B26;
}

.brand-link {
    background: #FFF;
}

.btn.btn-primary, .bg-primary {
    background: #c5a65a!important;
    border-color: #c5a65a!important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #c5a65a !important;
    border-color: #c5a65a !important;
}

.btn-default {
    background: #FFFFFF;
}

.login-card-body, .register-card-body {
    background: #FFFFFF;
}

.login-page {
    background: url(/images/fundo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.login-page.lojista {
    background: #e5e5e5;
}

.custom-file-label::after {
    content: "Pesquisar";
}

.input-validation-error, input.error, select.error {
    border-color: #d73232 !important;
}

label.error {
    display: none !important;
}

.product-image-thumb {
    margin-bottom: 1rem;
    position: relative;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #c5a65a;
}

span.form-control {
    height: auto;
    min-height: 38px;
    background: #f2f2f2;
}

.print {
    display: none;
}

@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .no-print {
        display: none;
    }

    .print {
        display: block;
        padding: 20px 40px;
    }

    .print h1 {
        line-height: 100px;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.badge-info{
    background-color: #bfa65d!important;
}