body {
    font-size: 0.8rem;
}

main.main {
    padding-bottom: 45px;
}

.brand {
    font-size: 1.2rem;
}

.brand b {
    color: #ff0b03;
}

.h-100 {
    height: 100%;
}

.badge-purple {
    color: #fff;
    background-color: #7d30b2;
}

.badge-bronze {
    color: #fff;
    background-color: #cd7f32;
}

.badge-silver {
    color: #fff;
    background-color: #c0c0c0;
}

.badge-gold {
    color: #fff;
    background-color: #d4af37;
}

.badge-platinum {
    color: #000;
    background-color: #e5e4e2;
}

.dropdown-menu {
    font-size: 0.7rem;
}

.loader-border:after {
    background-color: #ff0b03;
}

#smartwizard .nav li {
    margin-bottom: inherit;
}

#smartwizard .tab-content {
    height: initial !important;
}

.js-sheet-form tbody.js-countable-rows .form-control {
    font-size: 0.6rem;
}

.attachment-card .card-body {
    font-size: 35px;
}

.invoice-card .card-header .badge {
    font-size: inherit;
}

.invoice-card .card-body .in-gbp {
    border-top: black 1px solid;
}

.badge-list .list-inline-item {
    margin-bottom: 0;
}

.dataTables_scrollBody table.dataTable {
    min-height: 250px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #454d55;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #fff;
}

table.dataTable tbody tr.selected .actions .dropdown-item {
    color: #212529;
}

table.dataTable thead th.select-checkbox label {
    margin-bottom: 0;
}

table.dataTable thead th.select-checkbox input, table.dataTable tbody td.select-checkbox {
    cursor: pointer;
}

.form-group.required label:first-child::after {
    content: ' *';
    color: #ff0b03;
}

.form-group label.error {
    color: #ff0b03;
}

#dzone {
    border: 5px dashed #5bc0de;
    border-radius: 5px;
}

.licensing-card-dash, .sales-card-dash, .live-sales-card-dash {
    min-height: 100%;
}

.licensing-card-dash .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.licensing-card-dash .table-responsive,
.sales-card-dash .table-responsive,
.live-sales-card-dash .table-responsive {
    overflow-y: scroll;
    height: 200px;
    font-size: 0.7rem;
}

.sales-card-dash .sales-select-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sales-card-dash .sales-select-container select {
    width: unset;
}

.js-sheet-summary .content-container {
    overflow-y: scroll;
    overflow: hidden;
    max-height: 40vh;
    font-size: 0.7rem;
}

.select2-search__field {
    width: 100% !important;
}

/* BUTTONS */
.btn {
    text-transform: uppercase !important;
}

.current-user {

}

.user-permissions__container {
    width: 80%;
}

.user-permissions__container .tab-pane {
    margin-left: 15px;
    padding-top: 8px;
    width: calc(80%);
    height: calc(100%);
}

.user-permissions__container span {
    display: inline-block;
    padding-right: 15px;
}

.user-permissions__container span .form-check-label {
    padding-top: 2px;
}

.permission-panel {
    min-height: 420px;
    border: 1px dotted #cccccc;
}

.cmg-brand__logo {
    max-width: 100px;
    height: auto;
    display: inline-block;
    margin-right: 30px;
    margin-top: -15px;
}

.cmg-brand__text {
    color: #ffffff;
    font-size: 1.8rem;
}


.expandChildTable:before {
    content: "+";
    display: block;
    cursor: pointer;
}

.expandChildTable.selected:before {
    content: "-";
}

.childTableRow {
    display: none;
}

.childTableRow table {
    border-radius: 5px;
    padding: 0 5px;
}

.table thead th {
    background: #ffffff;
}

.table tbody td.expand {
    font-weight: bold;
    color: red;
    text-align: center !important;
    width: 25px !important;
}

.th-blue {
    color: #007bff;
}

.restricted-permission + label {
    color: #cccccc !important;
    font-weight: 400 !important;
}

.dashboard-panel-header-link {
    color: #6c757d;
    text-decoration: none;
}

.dashboard-panel-header-link:hover {

}

.h-check {
    display: inline-block;
    padding-right: 15px;
}

.bg-circle {
    display: none; /* should be inline-block when visible */
    height: 25px;
    width: 25px;
    background-color: #010101;
    color: #ffffff;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 1rem;
}

.bg-circle:hover {
    color: #dddddd;
}

.permission-modal .card-header,
#accordionDashboard .dashboard-panel-header-link {
    padding: 0 !important;
}

#accordionDashboard .btn-link {
    color: #010101;
    text-decoration: none;
}

#accordionDashboard .dashboard-panel-header-link .badge {
    position: relative;
    top: 15px;
    font-size: 0.5rem;
    font-weight: bold;
    margin-right: 15px;
}
