body {
    height: 100%;
}

.body-container {
    padding-top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.first-row {
    margin-top: 60px;
}

.centered-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-horizontal {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.edgar-green-bg {
    background-color: #56d0b3;
}

.theme-color {
    color: #196c74;
}

a.theme-color {
    color: #196c74;
}

.full-width-table {
    width: 100% !important;
}

.modalPlayersReferred {
    overflow:auto;
    max-height: 18em;
    margin-bottom: 1.25em;
}

.deleteIcon {
    top: 10px;
    color:red;
    font-size: 23px;
    position: relative;
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.clickable {
    cursor: pointer;
}

/** LOADING **/

.loading-data {
    display: none;
    position: fixed;
    z-index: 5100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

body.loading {
    overflow: hidden;
}

body.loading .loading-data {
    display: block;
}

.required-label:after {
    content: " *";
    color: red;
}

.table-button-disabled {
    cursor: not-allowed;
    opacity: 50%;
}

.tableOverflow {
    overflow-y: auto;
    height: calc(30vh - 25px);
}

.tableOverflow thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.imgCountryFlag {
    width: 2em !important;
    height: 1.5em;
    border: 1px solid lightgrey;
}

.imgCountryFlagSmall {
    height: 1em;
    border: 1px solid lightgrey;
}

@media screen and (max-width: 1080px) {
    .directionOptions {
        flex-direction: column;
    }
}