.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #ed1c24;
}

#myModal .modal-header {
    color: white;
    background-color: #ed1c24;
}

input[type="radio"]:checked + label {
    font-weight: bold;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    cursor: pointer !important;
}

table.dataTable tbody tr.selected {
    background-color: #ed1c24 !important;
}

.table tbody td.avatar {
    max-width: 85px;
    width: 50px;
}

.table tbody td.avatar img {
    text-align: center;
    margin-right: 0;
}

img.club-logo {
    width: 32px;
    margin: 8px;
}

.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.error {
    color: RED;
}
