﻿@charset "UTF-8";

html {
	background-color: navy;
    background: linear-gradient(0deg, navy, royalblue, dodgerblue, teal, cadetblue);
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: black;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    direction: rtl;
}

/* Container */

.container {
    width: 40%;
    height: auto;
    border: 3px solid #F2F2F2;
    border-radius: 25px;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(80, 80, 80, 0.7);
}

/*Login page*/

.loginTitle {
    text-align: center;
    text-shadow: 0px 0px 15px white;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    margin-top: -10px;
}

.loginDetails {
    text-align: right;
    color: white;
    width: 65%;
    margin: auto;
    padding-bottom: 10px;
}

.span_message {
    padding: 0px;
    font-weight: bolder;
    color: lightgreen;
}

.span_check {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bolder;
    color: red;
    font-size: 16px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.div_login {
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
}

.login_input {
    height: 25px;
    width: 99%;
    border-radius: 5px;
    text-align: left;
    direction: ltr;
    margin-top: 4px;
    font-size: 16px;
}

.login_input:focus {
    box-shadow: 0 0 3px 3px #FF9600;
}

.login_submit {
    height: 30px;
    width: 100%;
    color: whitesmoke;
    background-image: linear-gradient(to bottom right, black, royalblue);
    font-size: 18px;
    text-shadow: 0 0 3px darkblue;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.login_submit:hover {
    background-image: linear-gradient(to bottom right, black, darkblue);
    color: lightblue;
}

.divsignup a {
    line-height: 1.75;
    color: inherit;
}

.divsignup a:hover {
    color: dodgerblue;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    width: 80%;
    margin-top: 20px;
}

.main_container {
    width: 85%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 7.501%;
    background-color: transparent;
    direction: rtl;
    align-content: center;
}

/*תפריט*/

.top {
    width: 100%;
    margin: auto;
    padding: 0px;
    margin-top: 30px;
	display: initial;
}

#top_a {
    text-decoration: none;
    color: inherit;
    padding: 0px;
    margin: 0px;
}

#top_a:visited {
    text-decoration: none;
    color: inherit;
}

#top_a:hover {
    text-decoration: none;
    color: white;
}

section.title {
    display: flex;
    align-items: center; /* Vertically centers the content */
    justify-content: center;				  
    background-image: linear-gradient(to bottom right, rgba(0, 0, 90, 0.8), rgba(64, 103, 222, 0.8), rgba(0, 0, 90, 0.8), rgba(64, 103, 222, 0.8), rgba(0, 0, 90, 0.8));
    color: white;
    text-shadow: 0px 0px 1px royalblue, 0px 0px 2px dodgerblue, 0px 0px 5px royalblue, 0px 0px 15px dodgerblue, 0px 0px 25px dodgerblue, 0px 0px 35px royalblue;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    border: 1px outset #F2F2F2;
    border-radius: 10px;
    box-shadow: 0px 0px 100px royalblue, 0px 0px 25px royalblue;
}

nav {
    background-color: rgba(20, 68, 195, 1.00);
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    margin-top: 20px;
    min-height: 45px;
    display: block;
    position: relative;
}

@media screen and (min-width: 1751px) {
    .pre_container {
        width: 40%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .container_reg {
        width: 40%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .divsignup {
        margin: auto;
        width: 85%;
        margin-top: 10px;
        margin-right: 50px;
    }
    .menu_wide {
        display: none;
    }
    .menu_narrow {
        display: none;
    }
    .menu_narrowest {
        display: none;
    }
    .menu_smartphone {
        display: none;
    }
    .menu_widest {
        display: block;
    }
    .menu_widest div:not(.dropdownmenu) {
        font-size: 17.5px;
        letter-spacing: 0.75px;
        text-align: right;
        font-weight: 500;
        display: block;
        top: 50%;
        transform: translateY(-54.5%);
        position: absolute;
        right: 15px;
        width: 27%;
    }
    .menu_widest ul {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 72%;
        z-index: 10;
    }
    nav ul li {
        float: left;
        color: rgba(255, 255, 255, 0.9);
        font-size: 15.5px;
        align: center;
        letter-spacing: 0.75px;
        font-weight: bold;
        transition: all 0.2s linear;
        height: 45px;
        border-right: 1px solid rgba(255, 255, 255, 0.9);
    }
    .home1 {
        margin-top: 0px;
        padding: 0;
        color: whitesmoke;
        text-align: right;
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    .home11 {
        width: 34%;
    }
    .home12 h3 {
        width: auto;
    }
    .home13 {
        width: 26%;
    }
    .remarks {
        display: flex;
        justify-content: flex-start;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .remarks div {
        width: 100%;
    }
    .table .text .info {
        width: 50%;
        font-size: 20px;
    }
    #divstage {
        position: relative;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        right: -33px;
        top: 0;
        border-right: 2px solid white;
        pointer-events: none;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 215px;
        position: absolute;
        right: -33px;
        top: 0;
        border-left: 2px solid white;
        pointer-events: none;
    }
    .tofes .text .checkbox div {
        margin-left: 65px;
        font-size: 16px;
    }
    #spancompare {
        line-height: 42px;
    }
    .manager_update {
        margin-right: -17px;
        font-size: 85%;
    }
    #change_details {
        width: 50%;
    }
    .titlenum {
        padding-top: 0px;
    }
    /*#fulltable {
        transform: scale(0.75);
        transform-origin: top right;
        margin-right: 10px;
        margin-bottom: -170px;
    }
    #fulltableonly {
        transform: scale(0.75);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -170px;
    }
    #totalwithoutgbsemitable {
        transform: scale(0.81);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -130px;
    }
    #semitable {
        transform: scale(0.87);
        transform-origin: top right;
        margin-right: 20px;
        margin-bottom: -85px;
    }*/
    #qftable {
        width: 1250px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1750px) {
    .pre_container {
        width: 85%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .container_reg {
        width: 80%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .divsignup {
        margin: auto;
        width: 85%;
        margin-top: 10px;
        margin-right: 35px;
    }
    .menu_widest {
        display: none;
    }
    .menu_narrow {
        display: none;
    }
    .menu_narrowest {
        display: none;
    }
    .menu_smartphone {
        display: none;
    }
    .menu_wide {
        display: block;
    }
    .menu_wide div:not(.dropdownmenu) {
        font-size: 17.5px;
        letter-spacing: 0.75px;
        text-align: right;
        font-weight: 500;
        display: block;
        top: 50%;
        transform: translateY(-54.5%);
        position: absolute;
        right: 15px;
        width: 35%;
    }
    .menu_wide ul {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 64%;
        z-index: 10;
    }
    .home1 {
        margin-top: 0px;
        padding: 0;
        color: whitesmoke;
        text-align: right;
        display: flex;
        justify-content: center;
        align-items: stretch;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    nav ul li {
        float: left;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14.5px;
        align: center;
        letter-spacing: 0.75px;
        font-weight: bold;
        transition: all 0.2s linear;
        height: 45px;
        border-right: 1px solid rgba(255, 255, 255, 0.9);
    }
    .home11 {
        width: 34%;
    }
    .home13 {
        width: 26%;
    }
    .remarks {
        display: flex;
        justify-content: flex-start;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .remarks div {
        width: 100%;
    }
    .submittingbets input[type=number] {
        text-indent: -15px;
    }
    .table .text .info {
        width: 40%;
        font-size: 16px;
    }
    /*#fulltable {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #fulltableonly {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #totalwithoutgbsemitable {
        transform: scale(0.62);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -265px;
    }
    #semitable {
        transform: scale(0.67);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -225px;
    }
    #qftable {
        transform: scale(0.81);
        transform-origin: top right;
        margin-right: 22px;
        margin-bottom: -130px;
        width: 1250px;
    }*/
    #divstage {
        position: relative;
        margin-right: 20px;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        right: -33px;
        margin-right: 13px;
        top: 0;
        border-right: 2px solid white;
        pointer-events: none;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 158px;
        position: absolute;
        right: -33px;
        top: 0;
        border-left: 2px solid white;
        pointer-events: none;
    }
    .tofes .text .checkbox div {
        margin-left: 35px;
        font-size: 12px;
    }
    #spancompare {
        line-height: 52px;
    }
    .manager_update {
        margin-right: -17px;
        font-size: 85%;
    }
    #change_details {
        width: 61%;
    }
    .titlenum {
        padding-top: 3.5px;
    }
}

@media screen and (min-width: 1221px) and (max-width: 1439px) {
    .pre_container {
        width: 85%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .container_reg {
        width: 80%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .divsignup {
        margin: auto;
        width: 85%;
        margin-top: 10px;
        margin-right: 35px;
    }
    .menu_widest {
        display: none;
    }
    .menu_wide {
        display: none;
    }
    .menu_narrowest {
        display: none;
    }
    .menu_smartphone {
        display: none;
    }
    .menu_narrow {
        display: block;
    }
    .menu_narrow div:not(.dropdownmenu) {
        font-size: 17.5px;
        letter-spacing: 0.75px;
        text-align: right;
        font-weight: 500;
        display: block;
        top: 50%;
        transform: translateY(-54.5%);
        position: absolute;
        right: 15px;
        width: 45%;
    }
    .menu_narrow ul {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 54%;
        z-index: 10;
    }
    nav ul li {
        float: left;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14.5px;
        align: center;
        letter-spacing: 0.75px;
        font-weight: bold;
        transition: all 0.2s linear;
        height: 45px;
        border-right: 1px solid rgba(255, 255, 255, 0.9);
    }
    .home1 {
        margin-top: 0px;
        padding: 0;
        color: whitesmoke;
        text-align: right;
        display: flex;
		justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    .home11 {
        width: 50%;
    }
    .home12 div {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home13 {
        width: 50%;
    }
    .remarks {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .remarks div {
        width: 100%;
    }
    .premarks .remarks div {
        margin: auto;
    }
    #tremarks {
        text-align: center;
    }
    .ulmargin {
        margin-top: -10px;
    }
    .submittingbets input[type=number] {
        text-indent: -15px;
    }
    .table .text .info {
        width: 40%;
        font-size: 16px;
    }
    /*#fulltable {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #fulltableonly {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #totalwithoutgbsemitable {
        transform: scale(0.62);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -265px;
    }
    #semitable {
        transform: scale(0.67);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -225px;
    }
    #qftable {
        transform: scale(0.81);
        transform-origin: top right;
        margin-right: 22px;
        margin-bottom: -130px;
        width: 1250px;
    }*/
    #divstage {
        position: relative;
        margin-right: 20px;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        right: -33px;
        margin-right: 13px;
        top: 0;
        border-right: 2px solid white;
        pointer-events: none;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 158px;
        position: absolute;
        right: -33px;
        top: 0;
        border-left: 2px solid white;
        pointer-events: none;
    }
    .tofes .text .checkbox div {
        margin-left: 35px;
        font-size: 12px;
    }
    #spancompare {
        line-height: 52px;
    }
    .manager_update {
        margin-right: -17px;
        font-size: 85%;
    }
    #change_details {
        width: 61%;
    }
    .titlenum {
        padding-top: 3.5px;
    }
}

@media screen and (min-width: 651px) and (max-width: 1220px) {
    .pre_container {
        width: 85%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .container_reg {
        width: 80%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .divsignup {
        margin: auto;
        width: 85%;
        margin-top: 10px;
        margin-right: 35px;
    }
    .menu_widest {
        display: none;
    }
    .menu_wide {
        display: none;
    }
    .menu_narrow {
        display: none;
    }
    .menu_smartphone {
        display: none;
    }
    .menu_narrowest {
        display: block;
    }
    .menu_narrowest div:not(.dropdownmenu) {
        font-size: 17.5px;
        letter-spacing: 0.75px;
        text-align: right;
        font-weight: 500;
        display: block;
        top: 50%;
        transform: translateY(-54.5%);
        position: absolute;
        right: 15px;
        width: 55%;
    }
    .menu_narrowest ul {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 44%;
        z-index: 10;
    }
    nav ul li {
        float: left;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14.5px;
        align: center;
        letter-spacing: 0.75px;
        font-weight: bold;
        transition: all 0.2s linear;
        height: 45px;
        border-right: 1px solid rgba(255, 255, 255, 0.9);
    }
    .home1 {
        margin-top: 0px;
        padding: 0;
        color: whitesmoke;
        text-align: right;
        display: flex;
		justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    .home11 {
        width: 100%;
    }
    .home12 div {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home13 {
        width: 100%;
    }
    .remarks {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .remarks div {
        width: 100%;
    }
    .premarks .remarks div {
        margin: auto;
    }
    #tremarks {
        text-align: center;
    }
    .ulmargin {
        margin-top: -10px;
    }
    .submittingbets input[type=number] {
        text-indent: -15px;
    }
    .table .text .info {
        width: 40%;
        font-size: 16px;
    }
    /*#fulltable {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #fulltableonly {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #totalwithoutgbsemitable {
        transform: scale(0.62);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -265px;
    }
    #semitable {
        transform: scale(0.67);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -225px;
    }
    #qftable {
        transform: scale(0.81);
        transform-origin: top right;
        margin-right: 22px;
        margin-bottom: -130px;
        width: 1250px;
    }*/
    #divstage {
        position: relative;
        margin-right: 20px;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        right: -33px;
        margin-right: 13px;
        top: 0;
        border-right: 2px solid white;
        pointer-events: none;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 158px;
        position: absolute;
        right: -33px;
        top: 0;
        border-left: 2px solid white;
        pointer-events: none;
    }
    .tofes .text .checkbox div {
        margin-left: 35px;
        font-size: 12px;
    }
    #spancompare {
        line-height: 52px;
    }
    .manager_update {
        margin-right: -17px;
        font-size: 85%;
    }
    #change_details {
        width: 61%;
    }
    .titlenum {
        padding-top: 3.5px;
    }
}

@media screen and (min-width: 0px) and (max-width: 650px) {
	.main_container {
    	width: 100%!important;
    	left: 0%!important;
	}
    .pre_container {
        width: 85%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .container_reg {
        width: 80%;
        height: auto;
        border: 3px solid #F2F2F2;
        border-radius: 25px;
        position: absolute;
        top: 45%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(80, 80, 80, 0.7);
    }
    .divsignup {
        margin: auto;
        width: 85%;
        margin-top: 10px;
        margin-right: 35px;
    }
    .menu_widest {
        display: none;
    }
    .menu_wide {
        display: none;
    }
    .menu_narrow {
        display: none;
    }
    .menu_narrowest {
        display: none;
    }
    .menu_smartphone {
        display: flex;
        height: 100px;
		position: sticky; 
		position: -webkit-sticky; 
		position: -moz-sticky;
		position: -o-sticky;
		position: -ms-sticky;
		top: 0; 
		z-index: 12;
		border-radius: 10px;
    }
    .menu_smartphone div:not(.dropdownmenu) {
        font-size: 22px;
        letter-spacing: 0.75px;
        text-align: right;
        font-weight: 500;
        display: block;
        top: 50%;
        transform: translateY(-54.5%);
        position: absolute;
        left: 0;
        width: 65%;
        padding-left: 5px;
        line-height: 40px;
    }
    .menu_smartphone ul {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 13%;
        right: 2%;
        /*transform: translateY(-50%);
        width: 32%;*/
        z-index: 10;
    }
    nav ul li {
        float: left;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14.5px;
        align: center;
        letter-spacing: 0.75px;
        font-weight: bold;
        transition: all 0.2s linear;
        height: 75px;
        border-right: none;
    }
    nav ul li a img {
        width: 75px;
        height: 75px;
        margin-top: 0px;
    }
    .home1 {
        margin-top: 0px;
        padding: 0;
        color: whitesmoke;
        text-align: right;
        display: flex;
        flex-direction: column;
		justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }
	.homedeadline {
	    border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
    	border-bottom-left-radius: 15px;
    	border-bottom-right-radius: 15px;
	}
    .home11 {
        width: 100%;
    }
	.home12 {
        width: 100%;
    }
	.homeprizes {
		width: 100%;
		margin-right: 0px;
		margin-bottom: -15px;
		margin-top: 0px;
	}
	.homeprizes .winners {
		margin-right: 5px!important;
		margin-left: 5px!important;
	}
	.betspergame {
		width: auto;
		margin-right: 0px;
	}
	.home13 {
        width: 100%;
    }
    .home12 h3 {
        width: auto;
    }
    #hometable {
        width: 100%;
        transform: scale(1.0);
        transform-origin: center;
        margin-right: 0px;
    }
    #homegb {
        width: 100%;
        transform: scale(1.0);
        transform-origin: center;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    #above_table {
        margin-top: 20px;
        margin-bottom: 20px;
        /*transform: scale(0.85);*/
        /*transform-origin: center;*/
        margin-right: 0px;
        margin-left: 0px;
    }
    .premarks {
        font-size: 12px;
    }
    .remarks {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .remarks div {
        width: 105%;
    }
    .premarks .remarks div {
        margin: auto;
        margin-right: -20px;
    }
    #tremarks {
        text-align: center;
    }
    .ulmargin {
        margin-top: -10px;
    }
    .submittingbets input[type=number] {
        text-indent: -15px;
    }
    .table .text .info {
        width: 40%;
        font-size: 16px;
    }
    /*#fulltable {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #fulltableonly {
        transform: scale(0.57);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -290px;
    }
    #totalwithoutgbsemitable {
        transform: scale(0.62);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -265px;
    }
    #semitable {
        transform: scale(0.67);
        transform-origin: top right;
        margin-right: 15px;
        margin-bottom: -225px;
    }
    #qftable {
        transform: scale(0.81);
        transform-origin: top right;
        margin-right: 22px;
        margin-bottom: -130px;
        width: 1250px;
    }*/
    #divstage {
        position: relative;
        margin-right: 20px;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        right: -33px;
        margin-right: 13px;
        top: 0;
        border-right: 2px solid white;
        pointer-events: none;
    }
    #divstage:after {
        content: '';
        height: 100%;
        width: 158px;
        position: absolute;
        right: -33px;
        top: 0;
        border-left: 2px solid white;
        pointer-events: none;
    }
    .tofes .text .checkbox div {
        margin-left: 35px;
        font-size: 12px;
    }
    #spancompare {
        line-height: 52px;
    }
    .manager_update {
        margin-right: -30px;
        font-size: 85%;
    }
    #change_details {
        width: 61%;
    }
    .titlenum {
        padding-top: 3.5px;
    }
	.notactiveprompt {
		box-shadow: 0 0 2000px 120px whitesmoke!important;
		width: 285px!important;
		height: 475px!important;
	}
}

.menuiconli {
    position: relative;
}

.dropdownmenu {
    font-size: 17.5px;
    letter-spacing: 0.75px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    background-color: rgba(20, 68, 195, 1.00);
    box-shadow: 0px 3px 10px 0px white;
    z-index: 10;
    transition: all 0.2s linear;
}

.dropdownmenu a {
    display: block;
    height: 35px;
    min-width: 130px;
    line-height: 33px;
    padding: 0px 20px 0px 20px;
}

.dropdownmenu a:hover:not(.active) {
    color: greenyellow;
    background-color: cornflowerblue;
}

.dropdownmenu a:visited {
    text-decoration: none;
    color: inherit;
}

nav ul li:last-child {
    border-right: none;
}

nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 43px;
    padding-left: 10.9px;
    padding-right: 10.9px;
    transition: all 0.2s linear;
}

nav ul li:not(.menuiconli):hover a:not(.active) {
    color: greenyellow;
    background-color: cornflowerblue;
}

nav a:visited {
    text-decoration: none;
    color: inherit;
}

.active {
    color: rgba(255, 255, 255, 0.9);
    background-color: green;
}

.table {
    margin-top: 20px;
    margin-bottom: 30px;
}

.headline {
    background-color: dodgerblue;
    text-align: center;
    color: white;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px blue, 0 0 3px black, 0 0 30px blue;
}

.table .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 20px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.table .text .info h3 {
    padding-right: 0px;
    padding-left: 25px;
    margin-top: 0px;
}

.table .text .info ul {
    margin: 0px;
    padding: 0px;
    padding-right: 25px;
    padding-left: 40px;
    line-height: 28px;
}

.table .text .query {
    width: auto;
    display: inline-block;
    border-right: 1px solid whitesmoke;
}

.table .text .query h3 {
    padding-right: 40px;
    padding-left: 25px;
    margin-top: 0px;
}

.table .text .query .options {
    padding-right: 40px;
    padding-left: 25px;
    width: 370px;
    line-height: 35px;
}

.table .text .query .selections {
    padding-right: 20px;
}

.table .text .query .selections select {
    font-size: 17px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    text-align: right;
    padding: 2px;
    width: 245px;
    margin-top: 6px;
    margin-bottom: 2px;
}

.table .text .query hr {
    display: block;
    height: 20px;
    border: 0;
    border-top: 1px solid rgba(245, 245, 245, 0.75);
    width: 94%;
    margin-top: 23.8px;
    margin-right: 37px;
}

.query .selections hr {
    display: block;
    height: 10px;
    border: 0;
    border-top: 1px solid rgba(245, 245, 245, 0.75);
    width: 85%;
    margin-top: 30px;
    margin-bottom: 6px;
}

.table .data {
    background-color: rgba(256, 256, 256, 0.75);
    padding: 40px 20px 40px 20px;
    overflow-x: auto;
    height: auto;
}

.table .data table,
.hometable table {
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    border-collapse: collapse;
    box-shadow: 0px 0px 100px royalblue, 0px 0px 25px royalblue;
    border-radius: 15px;
    display: table;
    width: auto;
    margin: auto;
    align-self: center;
}

.hometable table {
    margin-top: 15px;
    margin-bottom: 0px;
}

.table .data tbody tr:nth-child(odd),
.hometable tbody tr:nth-child(odd) {
    background-color: white;
}

.table .data tbody tr:nth-child(even),
.hometable tbody tr:nth-child(even) {
    background-color: rgba(230, 230, 230, 1.00);
}

.table .data tbody tr:last-child td:last-child,
.hometable tbody tr:last-child td:last-child {
    border-bottom-left-radius: 15px;
}

.table .data tbody tr:last-child td:first-child,
.hometable tbody tr:last-child td:first-child {
    border-bottom-right-radius: 15px;
}

.table .data tbody tr:hover,
.hometable tbody tr:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.table .data tbody tr:last-child:hover td:last-child,
.hometable tbody tr:last-child:hover td:last-child {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
    border-bottom-left-radius: 15px;
}

.table .data tbody tr:last-child:hover td:first-child,
.hometable tbody tr:last-child:hover td:first-child {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
    border-bottom-right-radius: 15px;
}

.table .data th,
.hometable th {
    padding: 5px;
    font-weight: bolder;
}

.table .data td,
.hometable td {
    padding: 5px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
}

.table .data td.leftborder {
    border-left: 3px solid black;
}

.table .data tr.first th,
.hometable tr.first th {
    padding: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 35px;
    background-image: linear-gradient(to bottom right, cornflowerblue, royalblue, cornflowerblue, royalblue);
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black, 0px 0px 4px black;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 4px;
    text-align: center;
    font-weight: bold;
    border: none;
}

.table .data tr.second th,
.hometable tr.second th {
    padding: 5px;
    font-size: 18px;
    background-color: rgba(48, 41, 201, 1.00);
    color: white;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    border: none;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black;
}

.table .data tr.third th {
    padding: 5px;
    font-size: 18px;
    background-color: forestgreen;
    color: white;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    border: none;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black;
}

.table .data tr.forth th {
    padding: 5px;
    font-size: 12px;
    background-color: rebeccapurple;
    color: white;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 400;
    border: none;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black;
}

.tofes {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tofes .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 0px 40px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.tofes .text .checkbox {
    display: flex;
    justify-content: flex-start;
}

.tofes .text .checkbox div:last-child {
    margin-left: 0px;
}

.tofes .text .checkbox div br {
    line-height: 198%;
}


/* Customize the label*/

.tofes .text .checkbox .option {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}


/* Hide the browser's default checkbox */

.tofes .text .checkbox .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.tofes .text .checkbox .option .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.tofes .text .checkbox .caption {
    margin-left: 40px;
}


/* On mouse-over, add a grey background color */

.tofes .text .checkbox .option:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.tofes .text .checkbox .option input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.tofes .text .checkbox .option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.tofes .text .checkbox .option input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.tofes .text .checkbox .option .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tofes .sliders {
    font-size: 14px;
    color: black;
    overflow-x: auto;
    padding-bottom: 25px;
}

.tofes .sliders th {
    text-align: center;
    background-color: rgba(255, 133, 246, 1.00);
    border-radius: 10px;
    padding: 8px 15px 8px 15px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.roundslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.roundslider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 10px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch input:checked+.roundslider {
    background-color: #2196F3;
}

.switch input:focus+.roundslider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.roundslider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tofes .data {
    background-color: rgba(256, 256, 256, 0.75);
    padding: 30px;
    height: 100%;
}

.tofes .data .wraptable {
    overflow-x: auto;
    margin: auto;
}

.tofes .data table,
.home12 table, .home11 table, .home11 .winners {
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    width: auto;
    margin: auto;
    align-self: center;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-color: black;
}

.tofes .data table .koteret,
.home12 table .koteret, .home11 table .koteret {
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 35px;
    background-image: linear-gradient(to bottom right, cornflowerblue, royalblue, cornflowerblue, royalblue);
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black, 0px 0px 4px black;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 4px;
    text-align: center;
    font-weight: bold;
    border: none;
	width: 300px;
}

.tofes .data th,
.home12 table th, .home11 table th {
    text-align: center;
    background-color: rgba(187, 94, 188, 1.00);
    padding: 5px;
    font-size: 18px;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.tofes .data table tbody td,
.home12 table td, .home11 table td {
    padding: 3px;
}

.stage {
    padding: 4px;
    background-color: rgba(57, 173, 116, 1.00);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(odd) {
    background-color: rgba(196, 216, 228, 1.00);
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:nth-child(even) {
    background-color: white;
}

.tofes .data table tbody tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr:not(.notstage)~tr.notstage:hover {
    /* חשוב שיהיה אחרי העניין עם השורות הזוגיות*/
    background-color: #FFD9AE;
}

.win {
    color: royalblue;
    font-weight: bold;
}

.draw {
    color: steelblue;
    font-weight: bold;
}

.lose {
    color: gray;
    font-weight: bold;
}

.tbd {
    color: black;
    font-weight: bold;
}

.leftborder {
    border-left: 3px solid black;
}

.rightborder {
    border-right: 3px solid black;
}

.emptyscore {
    border: 1px solid black;
    background-color: burlywood;
	min-width: 18px;
}

.bul {
    color: white;
    font-weight: bold;
    background-color: royalblue;
    text-align: center!important;
    border-bottom: 1px solid black;
}

.pgiaa {
    color: white;
    font-weight: bold;
    background-color: forestgreen;
    text-align: center!important;
    border-bottom: 1px solid black;
}

.klum {
    color: white;
    font-weight: bold;
    background-color: firebrick;
    text-align: center!important;
    border-bottom: 1px solid black;
}

.totalscore {
    color: white;
    font-weight: bold;
    background-color: royalblue;
    font-size: 16px;
}

.tofes .data tfoot,
.home12 tfoot {
    background-color: white;
}

.tofes .data tfoot tr:hover,
.home12 tfoot tr:hover {
    background-color: #FFD9AE;
}

.leftborderlight {
    border-left: 1px solid black;
}

.rightborderlight {
    border-right: 1px solid black;
}

.tofes .data table tfoot td {
    padding: 5px;
}

.notyet {
    text-align: center!important;
}


/*.totalafterr {
    position: relative;	
}
.totalafterr:after {
    content: '';
    height: 100%; 
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
	border-right: 1px solid black;
}
.totalafterl {
    position: relative;	
}
.totalafterl:after {
    content: '';
    height: 100%; 
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
	border-left: 1px solid black;
}*/

.champion {
    position: relative;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 30px;
    background-image: linear-gradient(to bottom right, cornflowerblue, royalblue, cornflowerblue, royalblue);
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black, 0px 0px 4px black;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 4px;
    text-align: center;
    font-weight: bold;
    width: 1px;
}

.champion:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 3px solid black;
}

#divall br {
    line-height: 100%;
}

#divstage br {
    line-height: 100%;
}

.generalbets {
    margin-top: 20px;
    margin-bottom: 30px;
}

.generalbets .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 0px 40px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.generalbets .text .uppertext {
    display: flex;
    justify-content: flex-start;
}

.mikra {
    margin-right: 165px;
}

.mikra table {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    background-color: transparent;
    box-shadow: 0px 0px 100px royalblue, 0px 0px 25px white;
}

.mikra table th {
    font-size: 16px;
    padding: 5px;
}

.mikra table td {
    padding: 5px;
}

.generalbets .text .checkbox {
    display: flex;
    justify-content: flex-start;
}

.generalbets .text .checkbox div {
    margin-left: 65px;
    font-size: 16px;
}

.generalbets .text .checkbox div:last-child {
    margin-left: 0px;
}

.generalbets .text .checkbox div br {
    line-height: 198%;
}


/* Customize the label*/

.generalbets .text .checkbox .option {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}


/* Hide the browser's default checkbox */

.generalbets .text .checkbox .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.generalbets .text .checkbox .option .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.generalbets .text .checkbox .caption {
    margin-left: 40px;
}


/* On mouse-over, add a grey background color */

.generalbets .text .checkbox .option:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.generalbets .text .checkbox .option input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.generalbets .text .checkbox .option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.generalbets .text .checkbox .option input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.generalbets .text .checkbox .option .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#divextra br {
    line-height: 100%;
}

.generalbets .sliders {
    font-size: 14px;
    color: black;
    overflow-x: auto;
    padding-bottom: 25px;
}

.generalbets .sliders th {
    text-align: center;
    background-color: rgba(255, 133, 246, 1.00);
    border-radius: 10px;
    padding: 8px 15px 8px 15px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}

.generalbets .data {
    background-color: rgba(256, 256, 256, 0.75);
    padding: 30px;
    height: 100%;
}

.generalbets .data table,
.homegb table {
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    margin: auto;
    width: auto;
    align-self: center;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-color: black;
}

.generalbets .data .wraptable {
    overflow-x: auto;
    margin: auto;
}

.generalbets .data table .koteret,
.homegb table .koteret {
    padding: 10px;
    font-size: 35px;
    background-image: linear-gradient(to bottom right, cornflowerblue, royalblue, cornflowerblue, royalblue);
    color: white;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black, 0px 0px 4px black;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    letter-spacing: 4px;
    text-align: center;
    font-weight: bold;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 1px;
}

.generalbets .data th,
.homegb th {
    text-align: center;
    background-color: rgba(187, 94, 188, 1.00);
    padding: 7px;
    font-size: 18px;
    border: 3px solid black;
}

.generalbets .data table tbody td,
.homegb table tbody td {
    padding: 5px;
}

.generalbets .data table tbody tr:hover td:not(.gbcomp),
.homegb tbody tr:hover {
    background-color: #FFD9AE;
}

.gbcomp {
    background-color: royalblue;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

#gbtable .gbcomp {
    padding: 10px 5px 10px 5px;
}

.gbnotyet {
    background-color: white;
    font-size: 15px;
    color: black;
    font-weight: bolder;
}

.withus {
    background: url(../images/vicon.png) no-repeat white;
    background-position: top right;
    background-size: 22% 45%;
    font-size: 15px;
    color: black;
    font-weight: bolder;
}

.notwithus {
    background: url(../images/xicon.png) no-repeat white;
    background-position: top right;
    background-size: 22% 45%;
    font-size: 15px;
    color: black;
    font-weight: bolder;
}

.stagearrived1 {
    background-color: firebrick;
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.stagearrived2 {
    background-color: indianred;
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.stagearrived3 {
    background-color: limegreen;
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.stagearrived4 {
    background-color: mediumseagreen;
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.stagearrived5 {
    background-image: radial-gradient(ellipse, forestgreen 40%, mediumseagreen 100%);
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.stagearrived6 {
    background-color: forestgreen;
    font-size: 15px;
    color: white;
    font-weight: bolder;
}

.generalbets .database {
    background-color: rgba(0, 102, 168, 0.85);
    padding: 5px 40px 30px 0px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.generalbets .database .tables {
    display: flex;
    justify-content: center;
}

.generalbets .database .tables h4 {
    margin: 0;
}

.generalbets .database .tables div {
    margin-left: 100px;
    font-size: 18px;
}

.generalbets .database .tables div:last-child {
    margin-left: 0px;
}

.generalbets .database .tables table {
    text-align: center;
    border: 3px solid black;
    border-radius: 10px;
    padding: 5px;
    font-weight: 300;
    background-color: transparent;
}

.generalbets .database .tables table td {
    padding: 10px;
}

.generalbets .database .tables thead tr:first-child {
    background-color: rebeccapurple;
    font-weight: 500;
    font-size: 22px;
}

.generalbets .database .tables thead tr:last-child {
    background-color: midnightblue;
    font-weight: 500;
}

.generalbets .database .tables tbody tr:nth-child(odd) td {
    background-color: rgba(200, 200, 200, 0.40);
}

.generalbets .database .tables tbody tr:nth-child(even) td {
    background-color: rgba(200, 200, 200, 0.40);
}

.generalbets .database .tables tbody tr:hover td {
    background-color: lightblue;
    color: black;
}

.notyetsubmit {
    text-align: center;
    font-weight: 600;
}

.submittingbets {
    margin-top: 20px;
    margin-bottom: 30px;
}

.submittingbets .bets {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 0px 40px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.deadline {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -20px;
}

.deadline p {
    background-color: rebeccapurple;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}

.deadline span {
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
}

.deadline span:last-child {
    color: limegreen;
    padding: 0px 10px 0px 0px;
    font-size: 22px;
    font-weight: 500;
}

.afterdeadline p {
    font-size: 18px;
}

.submittingbets .databets {
    padding: 10px 40px 25px 40px;
    text-align: center;
    background-color: rgba(256, 256, 256, 0.75);
}

.submittingbets .databets table {
    text-align: center;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    box-shadow: 0px 0px 100px royalblue, 0px 0px 25px royalblue;
    width: auto;
    margin: auto;
    align-self: center;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    background-color: black;
}

.submittingbets .databets th,
.update_results .data .betstable th {
    text-align: center;
    background-color: rgba(187, 94, 188, 1.00);
    padding: 5px;
    font-size: 18px;
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.submittingbets .databets td:not(.gbcomp) {
    text-align: center;
    background-color: white;
    padding: 7px;
    font-size: 18px;
}

.submittingbets .databets table:not(.betstable) td input {
    text-align: center;
    background-color: transparent;
    font-size: 20px;
    height: inherit;
    width: inherit;
    border-color: transparent;
    border: 1px dotted black;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: -3px;
    margin-top: -3px;
}

.submittingbets .databets table:not(.betstable) td input:focus {
    background-color: #FFD9AE;
}

.sendbets {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 7px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
    font-weight: 700;
    width: 115px;
}

.sendbetsoff {
    background-color: rgba(114, 114, 114, 0.60);
    border: none;
    color: rgba(256, 256, 256, 0.60);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    border-radius: 7px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
    font-weight: 700;
    width: 115px;
}

.sendbetsoff:active,
.sendbetsoff:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.sendbets:hover {
    box-shadow: 0 0 10px 5px royalblue;
}

.sendbets span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.sendbets span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -15px;
    transition: 0.3s;
}

.sendbets:hover span {
    padding-left: 18px;
}

.sendbets:hover span:after {
    opacity: 1;
    left: 0;
}

.sbs {
    background-color: royalblue;
    border: 3px solid #4CAF50;
    color: white;
    padding: 9px 18px;
    text-align: center;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 500;
    margin: 0;
}

.submittingbets .databets .betstable td,
.update_results .data .betstable td {
    text-align: center;
    background-color: white;
    padding: 7px;
    font-size: 18px;
}

.submittingbets .databets .betstable td input,
.update_results .data .betstable td input {
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    font-size: 18px;
    height: inherit;
    width: 42px;
    margin: 0px;
}

.submittingbets .databets .betstable td input:focus,
.update_results .data .betstable td input:focus {
    background-color: #FFD9AE;
}

.submittingbets .databets .betstable .tdbet,
.update_results .data .betstable .tdbet {
    width: auto;
    padding: 7px;
}

.input-border-r {
    position: relative;
}

.input-border-r input[type=number]::-webkit-inner-spin-button,
.input-border-r input[type=number]::-webkit-outer-spin-button {
    margin-left: 4px;
    height: 25px;
}

.input-border-l input[type=number]::-webkit-inner-spin-button,
.input-border-l input[type=number]::-webkit-outer-spin-button {
    margin-right: 4px;
    height: 25px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-border-r:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 57%;
    left: 0;
    top: 0;
    border-top: 1px dotted black;
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
    pointer-events: none;
}

.input-border-r:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 57%;
    left: 0;
    top: 0;
    border-right: 1px dotted black;
    pointer-events: none;
}

.input-border-l {
    position: relative;
}

.input-border-l:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 57%;
    left: 19px;
    top: 0;
    border-top: 1px dotted black;
    border-left: 1px dotted black;
    border-bottom: 1px dotted black;
    pointer-events: none;
}

.input-border-l:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 57%;
    left: 19px;
    top: 0;
    border-right: 1px dotted black;
    pointer-events: none;
}

.empbet {
    font-size: 18px;
    color: royalblue;
    font-weight: 500;
}

.submittingbets .databets .betstable tbody tr:nth-child(odd) td {
    background-color: rgba(230, 230, 230, 1.00);
}

.submittingbets .databets .betstable tbody tr:nth-child(even) td {
    background-color: white;
}

.submittingbets .databets .betstable tbody tr:hover td {
    background-color: #FFD9AE;
}

.wrapdiv {
    overflow: visible!important;
}

.submittingbets .databets .betstable select {
    font-size: 18px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    text-align-last: center;
    padding: 2px;
    min-height: 32px;
    width: 160px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px dotted black;
    background-color: white;
}

.submittingbets .databets .betstable select option {
    font-size: 16px;
}

.rules {
    margin-top: 20px;
    margin-bottom: 30px;
}

.rules .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 20px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.stats {
    margin-top: 20px;
    margin-bottom: 30px;
}

.stats .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 20px;
    padding-bottom: 10px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: center;
}

.money {
    margin-top: 20px;
    margin-bottom: 30px;
}

.money .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 20px 40px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.money .data {
    background-color: rgba(256, 256, 256, 0.75);
    padding: 20px;
    text-align: center;
}

.centerlize {
    display: flex;
    justify-content: center;
}

.money .text .players {
    text-align: center;
    direction: ltr;
}

.money .text .players tbody {
    display: block;
    max-height: 870px;
    overflow-y: auto;
}

.money .text .players thead,
tbody tr:not(.dnc) {
    display: table-row;
    min-width: 336px;
    table-layout: fixed;
}

.money .text .players th {
    padding: 7px;
    background-color: mediumpurple;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .text .players td {
    padding: 7px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: steelblue;
}

.money .text .prizes {
    text-align: center;
}

.money .text .prizes th {
    padding: 7px;
    background-color: mediumpurple;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .text .prizes td:not(.exc) {
    padding: 7px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .winners {
    text-align: center;
}

.money .winners th {
    padding: 7px;
    font-size: 18px;
    color: white;
    background-color: royalblue;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .winners td {
    padding: 7px;
    font-size: 18px;
    color: black;
    font-weight: 500;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .mtt {
    text-align: center;
}

.money .mtt th {
    padding: 7px;
    font-size: 18px;
    color: white;
    background-color: royalblue;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .mtt td {
    padding: 7px;
    font-size: 18px;
    color: black;
    font-weight: 500;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.money .mtt tbody tr:nth-child(odd) td {
    background-color: rgba(180, 180, 180, 1.00);
}

.money .mtt tbody tr:nth-child(even) td {
    background-color: rgba(235, 235, 235, 1.00);
}

.money .mtt tbody tr:hover td {
    background-color: #FFD9AE;
}

.account {
    margin-top: 20px;
    margin-bottom: 30px;
}

.account .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 20px 40px;
    padding-bottom: 10px;
    color: whitesmoke;
    text-align: right;
}

.account .text p:not(.nul) {
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: under;
    text-underline-position: under;
}

.account .data {
    background-color: rgba(256, 256, 256, 0.88);
    padding: 20px;
    text-align: right;
    font-size: 18px;
}

.account .data p:not(.nul) {
    font-weight: 500;
}

.account .data input {
    background-color: lightgray;
    padding: 7px;
    text-align: right;
    font-size: 18px;
    width: 350px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.account .data input:focus {
    background-color: white;
}

.space {
    line-height: 0px;
}

.change {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s;
    /* Safari */
    transition-duration: 0.1s;
    cursor: pointer;
    font-weight: 700;
    margin-top: 5px;
}

.changeoff {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s;
    /* Safari */
    transition-duration: 0.1s;
    font-weight: 700;
    margin-top: 5px;
}

.changeoff:active,
.changeoff:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.change:hover {
    box-shadow: 0 0 10px 5px royalblue;
}

.change span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
}

.change span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    left: -15px;
    transition: 0.1s;
}

.change:hover span {
    padding-left: 18px;
}

.change:hover span:after {
    opacity: 1;
    left: 0;
}

.toggle {
    background-color: orange;
    border: none;
    color: whitesmoke;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s;
    /* Safari */
    transition-duration: 0.1s;
    font-weight: 700;
    margin-right: 7px;
    box-shadow: 0 0 5px 0.1px black;
    cursor: pointer;
}

.toggle:hover {
    background-color: orangered;
}

.smallheadline {
    letter-spacing: 1px;
    color: orange;
    text-shadow: 0 0 3px black, 0 0 4px black;
}

.changemessage {
    color: red;
    font-weight: 400;
    text-align: right;
}

.success {
    min-height: 21px;
    padding: 7px 14px;
    margin-top: 5px;
    background-color: royalblue;
    border: none;
    box-shadow: 0 0 7px 1px #4CAF50;
    color: white;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 0px;
}

.changemessage span {
    color: royalblue;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
}

.changemessage span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nahon {
    color: forestgreen!important;
    font-weight: 500!important;
    text-decoration: none;
}

.nahon:hover {
    text-decoration: none!important;
    cursor: text!important;
}

.passprompt {
    background-color: white;
    color: black;
    border: 0.5px solid royalblue;
    box-shadow: 0 0 10px 4px royalblue;
    width: 350px;
    height: 175px;
    padding: 20px;
    padding-top: 20px;
    position: fixed;
    border-radius: 7px;
}

.passprompt input {
    width: 332px;
    font-size: 18px;
    margin-top: 7px;
    background-color: white;
    padding: 7px;
    text-align: left;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    border-radius: 5px;
}

.passprompt input:focus {
    box-shadow: 0 0 5px 2px royalblue;
}

.passprompt label {
    color: black;
    font-weight: 400;
    background-color: white;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.passprompt button {
    background-color: royalblue;
    border: 1px solid gray;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 5px;
    box-shadow: 0 0 5px 2px gray;
}

.passprompt button:hover {
    background-color: cornflowerblue;
    color: black;
}

.passprompt span {
    color: royalblue;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
}

.passprompt span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#leave_prompt {
    height: 313px;
}

#back_prompt {
    height: 230px;
}

.accountline {
    margin-bottom: 30px;
}

#change_details hr {
    border-color: black;
    width: auto;
    border-style: dotted;
    border-width: 2px;
}

.halloffame {
    margin-top: 20px;
    margin-bottom: 30px;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes hofheadline {
    0% {
        color: goldenrod;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    }
    50% {
        color: gold;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    }
    100% {
        color: goldenrod;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    }
}


/* Standard syntax */

@keyframes hofheadline {
    0% {
        color: goldenrod;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    }
    50% {
        color: gold;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px gold, 0 0 7px gold, 0 0 10px gold;
    }
    100% {
        color: goldenrod;
        text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    }
}

.halloffame .l1 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 0.2s infinite normal;
    -moz-animation: hofheadline 4s linear 0.2s infinite normal;
    animation: hofheadline 4s linear 0.2s infinite normal;
}

.halloffame .l2 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 0.4s infinite normal;
    -moz-animation: hofheadline 4s linear 0.4s infinite normal;
    animation: hofheadline 4s linear 0.4s infinite normal;
}

.halloffame .l3 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 0.6s infinite normal;
    -moz-animation: hofheadline 4s linear 0.6s infinite normal;
    animation: hofheadline 4s linear 0.6s infinite normal;
}

.halloffame .l4 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 0.8s infinite normal;
    -moz-animation: hofheadline 4s linear 0.8s infinite normal;
    animation: hofheadline 4s linear 0.8s infinite normal;
}

.halloffame .l5 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 1s infinite normal;
    -moz-animation: hofheadline 4s linear 1s infinite normal;
    animation: hofheadline 4s linear 1s infinite normal;
}

.halloffame .l6 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 1.2s infinite normal;
    -moz-animation: hofheadline 4s linear 1.2s infinite normal;
    animation: hofheadline 4s linear 1.2s infinite normal;
}

.halloffame .l7 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 1.4s infinite normal;
    -moz-animation: hofheadline 4s linear 1.4s infinite normal;
    animation: hofheadline 4s linear 1.4s infinite normal;
}

.halloffame .l8 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 1.6s infinite normal;
    -moz-animation: hofheadline 4s linear 1.6s infinite normal;
    animation: hofheadline 4s linear 1.6s infinite normal;
}

.halloffame .l9 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 1.8s infinite normal;
    -moz-animation: hofheadline 4s linear 1.8s infinite normal;
    animation: hofheadline 4s linear 1.8s infinite normal;
}

.halloffame .l10 {
    color: goldenrod;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px goldenrod, 0 0 7px goldenrod, 0 0 10px goldenrod;
    -webkit-animation: hofheadline 4s linear 2s infinite normal;
    -moz-animation: hofheadline 4s linear 2s infinite normal;
    animation: hofheadline 4s linear 2s infinite normal;
}

.halloffame .text {
    background-color: rgba(24, 100, 245, 0.85);
    padding: 40px 40px 20px 40px;
    padding-bottom: 10px;
    color: whitesmoke;
    text-align: right;
}

.achiv a {
    text-decoration: underline;
    color: white;
    font-weight: 500;
}

.achiv a:hover {
    color: greenyellow;
    cursor: pointer;
}

.halloffame .data {
    background: linear-gradient(-45deg, goldenrod, gold, goldenrod, dodgerblue, royalblue, dodgerblue, goldenrod, gold, goldenrod);
    background-size: 400% 400%;
    animation: gradientBG 15s linear 0.2s infinite normal;
    -webkit-animation: gradientBG 15s linear 0.2s infinite normal;
    -moz-animation: gradientBG 15s linear 0.2s infinite normal;
    padding: 20px 40px;
    text-align: center;
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.hof-title {
    background: -webkit-linear-gradient(-45deg, black, black, black, goldenrod, gold, gold, goldenrod, black, black, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: hoftitle 7.5s linear 0.2s infinite normal;
    -webkit-animation: hoftitle 7.5s linear 0.2s infinite normal;
    -moz-animation: hoftitle 7.5s linear 0.2s infinite normal;
}

@-webkit-keyframes hoftitle {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes hoftitle {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.halloffame .data .checkbox {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
}


/* Customize the label*/

.halloffame .data .checkbox .option {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}


/* Hide the browser's default checkbox */

.halloffame .data .checkbox .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.halloffame .data .checkbox .option .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.halloffame .data .checkbox .caption {
    margin-left: 40px;
    font-weight: 500;
}


/* On mouse-over, add a grey background color */

.halloffame .data .checkbox .option:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.halloffame .data .checkbox .option input:checked~.checkmark {
    background-color: #2196F3;
    border: 1px solid black;
}


/* Create the checkmark/indicator (hidden when not checked) */

.halloffame .data .checkbox .option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.halloffame .data .checkbox .option input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.halloffame .data .checkbox .option .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.halloffame .data .firsttable {
    border-radius: 15px;
    padding: 5px;
}

.halloffame .data .firsttable thead {
    background-color: rebeccapurple;
}

.halloffame .data .firsttable th {
    padding: 7px;
    color: white;
    font-size: 22px;
}

.halloffame .data .firsttable td {
    padding: 7px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    border: 2px solid black;
}

.halloffame .data .firsttable tbody tr:hover td {
    color: white;
    border: 2px solid white;
}

.halloffame .data .secondtable {
    border-radius: 15px;
    padding: 5px;
}

.halloffame .data .secondtable thead {
    background-color: rebeccapurple;
}

.halloffame .data .secondtable th {
    padding: 7px;
    color: white;
    font-size: 18px;
}

.halloffame .data .secondtable td {
    padding: 7px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid black;
}

.halloffame .data .secondtable tbody tr:hover td {
    color: white;
    border: 2px solid white;
}

#hofdata {
    overflow-x: auto;
}

.halloffame .data .secondtable tbody tr:nth-child(odd) td {
    background-color: rgba(235, 235, 235, 1.00);
}

.halloffame .data .secondtable tbody tr:nth-child(even) td {
    background-color: rgba(180, 200, 180, 1.00);
}

.halloffame .data .secondtable tbody tr:hover td {
    background-color: #FFD9AE;
}

.achievements {
    margin-top: 20px;
    margin-bottom: 30px;
}

.achievements .text {
    background-color: rgba(24, 100, 245, 0.85);
    padding: 40px 40px 20px 40px;
    padding-bottom: 10px;
    color: whitesmoke;
    text-align: right;
}

.achievements .text input,
select {
    background-color: lightgray;
    padding: 5px;
    margin-left: 5px;
    text-align: right;
    font-size: 16px;
    width: 350px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.achievements .text input:focus,
select:focus {
    background-color: white;
}

.achievements .text .change:hover {
    box-shadow: 0 0 7px 3px white;
}

.achievements .text .changemessage {
    color: red;
    text-shadow: 0 0 5px red;
    font-weight: 400;
    text-align: right;
}

.justforinput input[type=number]::-webkit-inner-spin-button,
.justforinput input[type=number]::-webkit-outer-spin-button {
    height: 25px;
}

.achievements .data {
    background-color: rgba(256, 256, 256, 0.88);
    padding: 40px;
    text-align: right;
    font-size: 20px;
}

.backach a {
    text-decoration: underline;
    color: royalblue;
    font-weight: 500;
}

.backach a:hover {
    color: seagreen!important;
    cursor: pointer;
}

.backach a:visited {
    text-decoration: underline;
    color: royalblue;
    font-weight: 500;
}

.searchresult h4 {
    color: royalblue;
    text-decoration: underline;
    margin-bottom: 7px;
    font-size: 125%;
}

.searchresult p:not(.nul) {
    color: darkorange;
    font-weight: 600;
}

.searchresult p.nul {
    color: black;
    font-weight: 500;
}

.achtable {
    border-radius: 15px;
    padding: 5px;
    text-align: center;
}

.achtable thead {
    background-color: rebeccapurple;
}

.achtable th {
    padding: 7px;
    color: white;
    font-size: 18px;
}

.achtable td {
    padding: 7px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    background-color: rgba(180, 180, 180, 1.00);
    border: 2px solid transparent
}

.achtable tbody tr:hover td {
    border: 2px solid black;
}

#hofdata {
    overflow-x: auto;
}

#achievementsdata {
    overflow-x: auto;
}

.achtable tbody tr:hover td {
    background-color: #FFD9AE;
}

.update_results {
    margin-top: 20px;
    margin-bottom: 30px;
}

.update_results .text {
    background-color: rgba(24, 100, 245, 0.75);
    padding: 40px 40px 20px 40px;
    color: whitesmoke;
    text-align: right;
    align-items: center;
}

.update_results .data {
    background-color: rgba(256, 256, 256, 0.75);
    padding: 40px;
    text-align: center;
}

.hometable {
    background: linear-gradient(royalblue, royalblue, rgba(24, 100, 100, 1.00));
    padding: 0;
    margin: 0;
}

.homelink {
    color: lawngreen;
    text-decoration: underline;
}

.homelink:hover {
    text-decoration: none;
}

.homelink:visited {
    color: lawngreen;
    text-decoration: underline;
}

.homegb {
    padding: 0;
    color: whitesmoke;
    text-align: right;
    align-items: center;
    width: 100%;
}

.homedeadline {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 10px 0 10px;
    background-color: cornflowerblue;
    color: whitesmoke;
    text-align: right;
    align-items: center;
	box-shadow: 0 0 10px white, 0 0 15px white;
	border-radius: 15px;
}

.homesendbets {
    text-align: center;
    align-items: center;
	width: auto;
    display: flex;
    justify-content: center;
	margin-top: -5px;
}

.homesendbets input {
	margin-bottom: 20px;
	padding: 15px 25px;
  	font-size: 24px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	outline: none;
  	color: #fff;
	font-weight: bolder;
  	background-color: forestgreen;
  	border: none;
  	border-radius: 15px;
	box-shadow: -5px 5px 5px teal;
}

.homesendbets input:active {
	box-shadow: -3px 3px 3px teal;
	transform: translate(-3px,3px);
}

.home11 .winners, .home12 .winners, .home13 .winners {
    text-align: center;
    margin: auto;
	table-layout: fixed;
	width: auto;
}

.home11 .winners th, .home12 .winners th, .home13 .winners th {
    padding: 5px;
    font-size: 20px;
    color: white;
    background-color: rgba(187, 94, 188, 1.00);
    border-right: 3px solid black;
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}

.home11 .winners td, .home12 .winners td, .home13 .winners td {
    padding: 5px;
    font-size: 18px;
    color: white;
	text-shadow: 0.8px 0.8px 0.8px black;
    font-weight: 500;
}

.homenikud {
    background-color: black;
}

.homenikud table {
    text-align: center;
    font-size: 18px;
    margin: auto;
}

.homenikud table th {
    border: 2px solid black;
    padding: 5px;
    border-radius: 5px;
}

.homenikud table td {
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}

.home12 table tbody tr:nth-child(odd) {
    background-color: white;
}

.home12 table tbody tr:nth-child(even) {
    background-color: rgba(196, 216, 228, 1.00);
}

.home12 table tbody tr:hover {
    background-color: #FFD9AE;
}

.home11 table tbody tr:nth-child(odd) {
    background-color: white;
}

.home11 table tbody tr:nth-child(even) {
    background-color: rgba(196, 216, 228, 1.00);
}

.home11 table tbody tr:hover {
    background-color: #FFD9AE;
}

.home_end {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 10px 0 10px;
    background: linear-gradient(135deg, purple, mediumpurple, royalblue, cornflowerblue, teal, seagreen);
    background-size: 400% 400%;
    animation: gradientBG 12s linear 0.0s infinite normal;
    -webkit-animation: gradientBG 12s linear 0.0s infinite normal;
    -moz-animation: gradientBG 12s linear 0.0s infinite normal;
    color: whitesmoke;
    text-align: right;
    align-items: center;
    position: relative;
}

.homechampionname {
    color: crimson;
    font-size: 170%;
}

.alufname {
    font-size: 170%;
    background: -webkit-linear-gradient(-45deg, goldenrod, goldenrod, gold, gold, orange, orange, gold, gold, goldenrod, goldenrod, gold, gold, orange, orange, gold, gold, goldenrod, goldenrod);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: aluf 6s linear 0.0s infinite normal;
    -webkit-animation: aluf 6s linear 0.0s infinite normal;
    -moz-animation: aluf 6s linear 0.0s infinite normal;
}

@-webkit-keyframes aluf {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes aluf {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

a.aremarks {
    text-decoration: underline;
    color: black;
}

a.aremarks:hover {
    text-decoration: underline;
    color: royalblue;
}

a.aremarks:visited {
    text-decoration: underline;
    color: black;
}

a.bremarks {
    text-decoration: underline;
    color: white;
}

a.bremarks:hover {
    text-decoration: underline;
    color: lawngreen;
}

a.bremarks:visited {
    text-decoration: underline;
    color: white;
}

.betspergame {
	padding: 5px;
    font-size: 18px;
    color: white;
    background-color: rgba(187, 94, 188, 1.00);
	border-radius: 15px; 
	margin-top: 25px;
	box-shadow: 0 0 10px white, 0 0 15px white;
}

.showconcentration {
    text-align: center;
	width: auto;
}

.showconcentration input {
	padding: 10px 20px;
  	font-size: 20px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	outline: none;
  	color: #fff;
	font-weight: bolder;
  	background-color: royalblue;
  	border: none;
  	border-radius: 15px;
	box-shadow: -5px 5px 5px slateblue;
}

.showconcentration input:active {
	box-shadow: -3px 3px 3px slateblue;
	transform: translate(-3px,3px);
}

.dropconcentration {
    font-size: 18px;
    letter-spacing: 0.75px;
    text-align: center;
    font-weight: 500;
}

.betspergb {
	padding: 5px;
    font-size: 18px;
    color: white;
    background-color: rebeccapurple;
	border-radius: 15px; 
	margin-top: 25px;
	box-shadow: 0 0 10px white, 0 0 15px white;
}

.gbdropconcentration {
    font-size: 18px;
    letter-spacing: 0.75px;
    text-align: center;
    font-weight: 500;
}
.notactiveprompt {
    background-color: white;
    color: black;
    border: 4px solid black;
    box-shadow: 0 0 2000px 300px whitesmoke;
    width: 550px;
    height: 315px;
    padding: 20px;
    padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
    position: fixed;
    border-radius: 7px;
	z-index: 20;
}

.notactiveprompt p {
    color: black;
    font-weight: 500;
    background-color: white;
    padding: 3px 3px 3px 3px;
    border-radius: 5px;
}

.notactiveprompt p span{
    font-size: 16px;
}

.notactiveprompt button {
    background-color: royalblue;
    border: 1px solid gray;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 0 5px 2px gray;
}

.notactiveprompt button:hover {
    background-color: cornflowerblue;
    color: black;
}

.league_link {
	color: royalblue;
}

.league_link:hover {
	color: forestgreen;
}

.home_league_table {
	padding: 0px;
    font-size: 18px;
    color: white;
    background: linear-gradient(royalblue, royalblue, rgba(24, 100, 100, 1.00));
	border-radius: 15px; 
	margin-top: 25px;
	box-shadow: 0 0 10px white, 0 0 15px white;
}