﻿div.alert > div.validation-summary-errors > ul {
    margin-top: 1rem;
    margin-left: -3rem;
    list-style-type: none;
}

span.invalid-feedback {
    display: block;
}

nav.main-header {
    margin-left: 300px;
}

.custom-switch {
    padding-left: 2.7rem;
}

.dataTables_empty {
    text-align: center;
}

.dataTables_filter {
    float: right!important;
}

.info-box-content > h3 {
    font-weight: 700;
    margin-top: 5px;
}

.info-box-content-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.info-box-content-menu > a:hover {
    cursor: pointer;
}

.select2-container {
    width: 100%!important;
}

.select2-container--default 
.select2-selection--single 
.select2-selection__arrow {
    height: 34px;
}

.select2-container--default
.select2-selection--single {
    padding: .46875rem 0.60rem;
}

.select2-container 
.select2-selection--single 
.select2-selection__rendered {
    padding-left: initial;
}

.price-label-big,
.input-payment {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.content {
    height: 100%;
}

[class*="col-"] {
    margin-bottom: 10px;
}

a.btn.btn-flat {
    color: #ffffff;
}

a.dropdown-item > p {
    display: inline;
    margin-left: 10px;
}

.billiardCardMenu{
    margin-right: 10px;
}

.info-box-content-dense {
    line-height: 1.3 !important;
}