html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-brand img{
    max-height: 40px;
}

.count {
    color: #8c8c8c;
    font-size: 12px;
}

.full-page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #010101;
    opacity: 0.4;
}

.dataTables_filter {
    background-color: #dee8ef;
    padding: 5px 30px;
    border-radius: 23px;
    color: #5e838f !important;
    margin-bottom: 10px;
}

    .dataTables_filter input {
        background-color: #ffffff !important;
        margin-left: 10px !important;
        border: none !important;
        outline: none !important;
    }

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8em;
    font-family: sans-serif;
    min-width: 400px;
}

    .styled-table thead tr {
        background-color: transparent;
        color: #936d83;
        text-align: left;
    }

    .styled-table tfoot tr {
        background-color: #575757;
        color: #fff;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px !important;
        vertical-align: middle;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

.tab-content .active {
    display: block;
    box-shadow: 1px 1px 10px #dedede;
    padding: 40px;
}

.btn-outline-default {
    color: #044b6b;
    border-color: #044b6b;
}

.btn-outline-default:hover {
    color: #ffffff;
    background-color: #044b6b;
}

.mt-minus60 {
    margin-top: -60px;
}

.login-form {
    width: 400px;
    border-radius: 16px;
    border: 1px solid #dedede;
    padding: 30px;
}

    .login-form .form-group {
        margin-top: 10px;
    }

.wayfair-cell {
    background-color: #dee2e6 !important;
}
.home24-cell {
    background-color: #e5e5e5 !important;
}

.home24-2-cell {
    background-color: #dadde0 !important;
}

.home24-3-cell {
    background-color: #e8e8e8 !important;
}

.billbee-cell {
    background-color: #f8f9fa !important;
}

.bg-yellow {
    background-color: #f1c7c7 !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.15rem 0.35rem;
    font-size: .725rem;
    border-radius: 0.15rem rem;
}

.nav-tabs .nav-link {
    color: #936d83;
}

    .nav-tabs .nav-link.active {
        color: #2b3964;
        font-weight: 600;
    }

.dataTables_wrapper .dataTables_length {
    font-size: 0.8rem;
}

.billbee-values {
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.billbee-values input {
    width: 50px;
}