.dropdown-toggle::after {
    display: none;
}

.sidebar {
    height: calc(100vh - 124px);
}

.modal-dialog-scrollable .modal-content {
    overflow: initial;
}

.modal-dialog-scrollable .modal-body {
    overflow: initial;
}

table.table {
    border-bottom: 0px !important;
    font-size: 12px;
}

table.table thead th {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px;
    text-align: center;
}

table.table th, table.table td {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
    display: none!important;
}

.table tbody tr.odd-row, .table tbody tr.even-row {
    cursor: pointer;
}

.table tbody tr.odd-row:hover, .table tbody tr.even-row:hover {
    background-color: #777;
    color: #fff;
}

.table tbody tr:hover td > a {
    color: #ccc;
}

td.v-middle {
    vertical-align: middle;
}

/**
 * Forms.
 * - Injuries
 * - Suspensions
 * - Transfer Rumours
 * - Transfers
 */
.btn-warning, .bg-warning {
    background-color: #ff9900 !important;
    color: #fff;
}

.text-warning {
    color: #ff9900 !important;
}

/**
 * Datatables.
 * - Injuries
 * - Suspensions
 * - Transfer Rumours
 * - Transfers
 */

.pntr {
    cursor: pointer;
}

#web-admin-modal .dropdown.half {
    width: 50%;
}

.dropdown-menu {
    width: max-content;
    min-width: 100%;
    min-height: 40px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12px;
}

.dropdown-filter-button {
    width: 100%;
    padding-right: 6px;
    border: 1px solid rgba(0,0,0,.15);
}

[id$="table-info"] button {
    border: 1px solid rgba(0,0,0,.15);
}

.dropdown-menu a{
    padding: 6px;
}

.dropdown button svg{
    width: 16px;
    height: 16px;
    float: right;
}

.dropdown-flags {
    width: 16px;
    margin: 0px 2px;
}

.popover-body img.flag {
    vertical-align: text-top !important;
}

.table td, .table th {
    padding: 1px !important;
}

body, .card-header h2 button, a.nav-link, .btn, .form-control {
    font-size: 12px !important;
}

.popover-header img, .popover-body img {
    width: 16px;
    margin: 0px 2px;
    vertical-align: bottom;
}

h3.popover-header {
    font-size: 12px !important;
}

/**
 * menu header link inside the button - 'PLAYERS'
 */
#accordionMenu button a.nav-link {
    padding:  0px !important;
}

/**
 * menu links
 */
#accordionMenu a.nav-link {
    padding:  2px 10px !important;
}

.form-group {
    margin: 4px !important;
}

.modal-body {
    padding: 0px !important;
}

.modal-header {
    padding: 4px 20px;
    justify-content: left;
}

.modal-footer {
    padding:  0px;
}

/**
 * Tabs.
 */
#teamsTab .nav-link.active, #matchTab .nav-link.active {
    background-color: #3490dc !important;
    color: #fff !important;
}

.nav-tabs .nav-link {
    border-radius: .25rem !important;
}

/**
 * Match event icons.
 */
.e-card {
    width: 10px;
    height: 15px;
    display: inline-block;
}

.e-card.y {
    background-color: #fff000;
}

.e-card.yr {
    background: linear-gradient(to bottom right,#ff0,#ff0 50%,red 50%,red);
}

.e-card.r {
    background-color: #ff0000;
}

/**
 * Flag icon.
 */
.flag-icon-16 {
    width: 16px;
    vertical-align: text-bottom;
    margin: 0px 2px 0px 0px;
}

.flag-icon-24 {
    width: 24px;
    vertical-align: text-bottom;
    margin: 0px 2px 0px 0px;
}

/**
 * Icons
 */
.icon-12 {
    height: 12px;
    vertical-align: text-middle !important;
}
.icon-16 {
    height: 16px;
    vertical-align: text-middle !important;
}

/**
 * Pitch.
 */
#pitch-div {
    background: url('/images/soccerpitch_260x382_mobile.jpg') no-repeat bottom center scroll;
    background-size: cover;
    width: 600px;
    height: 370px;
    margin: auto;
}

.pitch-circle {
    color: #fff;
    -webkit-border-radius: 50%;
    cursor: pointer;
    margin: auto;
    font-size: 10px;
}

.pitch-circle-30 {
    width: 30px;
    height: 30px;
}

.pitch-circle-20 {
    width: 20px;
    height: 20px;
}

.pitch-circle-16 {
    width: 16px;
    height: 16px;
}

.pitch-circle-remove {
    opacity: 0.5;
    position: relative;
    left: 20px;
    top: -5px;
    cursor: pointer;
    font-size: 9px;
}

.pitch-circle-black {
    background: #000;
}
