/*body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
*/
.inline {
    min-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 18px;
}

.kit {
    line-height: 0;
    margin-right: 4px;
}

.notes {
    color: #999;
    font-size: 0.8em;
}

.tra {
    margin-left: 5px;
}

.fm-ellipsis {
    font-weight: bold;
    margin-right: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fm-ul {
    list-style-type: none;
    padding-left:0;
}

table > tr .active {
    background-color: #aaa;
}

.player, .team {
    color: #273;
}

.retiredplayer {
    color: #125020;
}

.shoe {
    color: #555555;
}

.player:hover, .team:hover {
    color: #106020;
}

.time {
    margin-left: 5px;
    color: #999;
    font-size: 0.8em;
}

.icon {
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    filter: gray;
}

.icon-spin {
    animation: spin 4s linear infinite;
    transform-origin: center;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.red-dot-chip {
    position: relative;
    top: 5px;
    left: -10px;
    font-size: 0.5em;
    background-color: red;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px red;
    padding-left: 2px;
    padding-right: 2px;
}


.court {
    position: relative;
    background-color: Green;
    width: 400px;
    height: 250px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.courtv {
    position: relative;
    background-color: Green;
    width: 300px;
    height: 400px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 5px 5px 2px rgba(0,0,0,.2);
}

.pawn {
    text-align: center;
    width: 80px;
    position: absolute;
    font-size: 9px;
    color: white;
    text-shadow: 5px 5px 1px rgba(0,0,0, .5);
    background-image: url('kitshadow.png');
    background-repeat: no-repeat;
    background-position-x: 32px;
    background-position-y: 3px;
}

.captain {
    background-color: crimson;
    color: white;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    width: 32px;
    text-align: center;
    margin-left: 5px;
}

.promotion {
    background-color: #DFE;
}

.relegation {
    background-color: #FED;
}

.firstcup {
    background-color: #E0E0FF;
}

.secondcup {
    background-color: #EAEAFF;
}

.ghost {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.not-allowed {
    cursor: not-allowed;
}

.btn-txt {
    font-size: 0.9em;
    color: #007bff !important;
}

    .btn-txt:not([href]):hover {
        text-decoration: underline !important;
        cursor: pointer !important;
        color: #0050c5 !important;
    }

.ex-tab {
    float: right;
    padding: 5px;
    background-color: whitesmoke;
    margin-right: 0;
    margin-top: 0;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    position: relative;
    top: -20px;
    right: -20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: gray;
    font-size: 0.8em;
}

.profile-thumb {
    width: 64px;
    height: 64px;
}

.profile-icon {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    vertical-align: middle;
}

.G, .RB, .D, .LB, .RW, .M, .LW, .F {
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.7em;
    font-weight: bold;
    width: 25px;
    text-align: center;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

.G {
    background-color: navy;
    color: White;
}

.RB, .D, .LB {
    background-color: darkgreen;
    color: white;
}

.RW, .M, .LW {
    background-color: darkgoldenrod;
    color: white;
}

.F {
    background-color: maroon;
    color: white;
}

.panel-chat-ext-me {
    width: 100%;
    text-align: right;
}

.panel-chat-ext-other {
    width: 100%;
    text-align: left;
}

.panel-chat {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    max-width: 500px;
    color: Black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.panel-chat-me {
    display: inline-block;
    background-color: lightblue !important;
    text-align: right;
}

.panel-chat-other {
    display: inline-block;
    background-color: lightgray !important;
    text-align: left;
}

.fm-panel {
    border: solid 1px #ddd !important;
    background-color: white !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.fm-panel-invisible {
    border: solid 1px transparent !important;
}

.fm-affix {
    position: fixed;
}

.fm-selectable-card :hover {
    background-color: whitesmoke;
}

/* rating stars */
.rate {
    font-size: 2em;
    color: gray;
}

    .rate:hover {
        cursor: pointer;
    }

.rate-light {
    color: gold !important;
}

.worldmap {
    background-image: url(worldmap.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 1220px;
    height: 900px; /*should be 680 but extra height is needed to avoid jtip flickering*/
    overflow: auto;
}

.mapflag {
    position: relative;
    top: 2px;
    left: 4px;
    width: 18px;
    height: 12px;
    object-fit: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    transition: all 400ms ease;
}

    .mapflag:hover {
        position: relative;
        top: 0;
        left: 0;
        width: 23px;
        height: 17px;
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
        box-shadow: 8px 8px 4px rgba(0,0,0,.2);
        z-index: 100;
    }

.wait-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 5000;
}

.wait-fg {
    position: relative;
    text-align: center;
    color: black;
    vertical-align: middle;
    height: 50vh;
    padding-top: 25vh;
    z-index: 6000;
}

.shirtNumber {
    position: absolute;
    top: 8px;
    font-size: 16pt;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    width: 64px;
}
