@charset "utf-8";

body {
    font-family: 'Barlow Condensed', Arial, Geneva, Verdana, sans-serif;
    font-size: 20px;
    background: #000;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: normal;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: 'Barlow Condensed', Arial, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 54px;
    color: #fff;
    line-height: 90px;
    font-weight: 500;
    text-align: center;
}

h2 {
    font-family: 'Barlow Condensed', Arial, Geneva, Verdana, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 38px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

h3 {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 30px;
}

h4,
h5,
h6,
p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.h-link {
    font-family: 'Barlow Condensed', Arial, Geneva, Verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    line-height: 16px;
    color: #000;
}

a img {
    border: none;
}

a:link {
    color: #c4202a;
    text-decoration: none;
}

a:visited {
    color: #6d6e71;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #F00;
}

.scoring {
    width: 100%;
    height: 129px;
    background: #000;
    font-size: 30px;
    font-weight: 600;
}

.scoring-line {
    width: 100%;
    height: 64px;
    border-bottom: thin solid #CCC;
    line-height: 64px;
    color: #FFF;
    overflow: hidden;
}

.serve-on {
    float: left;
    background: #ffdc2e;
    width: 10px;
    height: 64px;
}

.serve-off {
    float: left;
    background: #000;
    width: 10px;
    height: 64px;
}

.name {
    float: left;
    padding-left: 15px;
}

.set-div {
    float: right;
    height: 100%;
}
.set {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 20px;
    height: 100%;
}

.point {
    float: left;
    background: #F00;
    width: 50px;
    height: 100%;
    text-align: center;
}

.hodnota {
    color: #F00;
}

.add-point {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #000;
    background-color: #F00;
    font-size: 100px;
    font-weight: 600;
    margin: 30px;
    cursor: pointer;
}

.add-point-disabled {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #000;
    background-color: rgb(138, 138, 138);
    font-size: 100px;
    font-weight: 600;
    margin: 30px;
    cursor: no-drop;
}

.active-set-next, .active-set-previous {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #000;
    background-color: rgb(0, 255, 42);
    font-size: 60px;
    font-weight: 600;
    margin: 30px;
    cursor: pointer;
}

.back {
    display: inline-block;
    width: 140px;
    height: 80px;
    line-height: 80px;
    color: #000;
    background-color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 15px;
    cursor: pointer;
}

.back-disabled {
    display: inline-block;
    width: 140px;
    height: 80px;
    line-height: 80px;
    color: #000;
    background-color: #646464;
    font-size: 30px;
    font-weight: 600;
    margin: 15px;
    cursor: no-drop;
}

.remove-point {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 15px;
}


.active-set {
    background-color: #946b1e;
}

.input-mode-cell {
    cursor: pointer;
}

.input-selected-cell {
    background-color: #95951a;
}


.serve-input-mode {
    width: 64px;
}

.new-score-value, .new-point-value {
    margin: 0 10px;
    font-size: 1em;
    width: 100px;
}

input[name="tiebreak-game-no"] {
    font-size: 0.5em;
    width: 50px;
}