﻿

.off {
    background-image: url('gfx/off.png');
}

.on {
    background-image: url('gfx/on.png') !important;

}
.on1 {
    background-image: url('gfx/1.png') !important;
}
.on2 {
    background-image: url('gfx/2.png') !important;
}
.on3 {
    background-image: url('gfx/3.png') !important;
}
.on4 {
    background-image: url('gfx/4.png') !important;
}
.on5 {
    background-image: url('gfx/5.png') !important;
}
.wmscale {
    display: block;
}

.mscale {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 120px;
}
.mscale li {
    display: inline-block;
    background-image: url('gfx/off.png');
    background-size: 24px 22px;
    width: 24px;
    height: 22px;
    cursor:pointer;
}

.flc0 {
    color: grey!important;
}

.flc1 {
    color: #f00!important;
}

.flc2 {
    color: #ff6d00!important;
}

.flc3 {
    color: #ffd800!important;
}

.flc4 {
    color: #b6ff00!important;
}

.flc5 {
    color: #41db00!important;
}

.fl0 {
    background-color: grey !important;
}
.fl0::after {
    color: grey !important;
}
.fl1 {
    background-color: #f00!important;
}
.fl1:after {
    color: #f00!important;
}
.fl2 {
    background-color: #ff6d00!important;
}
.fl2:after {
    color: #ff6d00!important;
}
.fl3 {
    background-color: #ffd800!important;
}
.fl3:after {
    color: #ffd800 !important;
}
.fl4 {
    background-color: #b6ff00!important;
}
.fl4:after {
    color: #b6ff00 !important;
}
.fl5 {
    background-color: #41db00 !important;
}
.fl5:after {
    color: #41db00 !important;
}
.flag {
    background-color: grey;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 5px;
    margin-top: 2px;
    color: white;
    vertical-align: top;
    font-size:12px;
    font-weight:bold;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}


.flag:after {
    color: grey;
    border-right: 10px solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
}

.gameinfotitle{
    display:block;
    float:left;
    width:650px;
}
.wmoverallscale {
    display: inline-block;
    width:120px;
    float:right;
}

.mperc {
    background-color: grey;
    width: 120px;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 8pt;
}


.toggle-btn {
    width: 40px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background-color: grey;
    cursor: pointer;
    -webkit-transition: background-color .40s ease-in-out;
    -moz-transition: background-color .40s ease-in-out;
    -o-transition: background-color .40s ease-in-out;
    transition: background-color .40s ease-in-out;
    cursor: pointer;
    vertical-align:middle;
}

.toggle-btn.active {
    background-color:#41db00;
}

.toggle-btn.active .round-btn {
    left: 22px;
}

.toggle-btn .round-btn {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}





