
@font-face {
    font-family: Hartwell Regular;
    src: url(fonts/Hartwell\ Regular.otf);
    font-weight:normal;
    font-style:normal;
    font-display: block;
}

@font-face {
    font-family: Hartwell Heavy Italic;
    src: url(fonts/Hartwell\ Heavy\ Italic.otf);
    font-weight:normal;
    font-style:normal;
    font-display: block;
}

@font-face {
    font-family: Hartwell Bold;
    src: url(fonts/Hartwell\ Bold.otf);
    font-weight:normal;
    font-style:normal;
    font-display: block;
}


#headerBg {
    position: absolute;
    top: 15px;
    left: 50px;
    width: 100%;
}

.halfsize {
    width: 250px;
    height: auto;
}

#headerdivider {
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 35px;
    background: #1c3ab7;
}

#qrcodetext {
    font-family: "Hartwell Bold";
    font-size: 20px;
    color: #040447;
    font-weight: bold;
}

.matchform {
    border: 2px solid black;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 80vw;
}

.matchform h1 {
    font-family: hartwell_black;
    font-size: 20px;
    color: red;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:15px;
    margin-right:15px;
}

.matchform p {
    font-family: hartwell_medium;
    font-size: 100%;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}



body {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 130px;
    font-family: "Hartwell Regular";
    font-size: 100%;
    width: 100%;
    background: #ffffff;
}


h1{
    font-family: "Hartwell Heavy";
    font-size: 26px;
    /*color: #1d07ff;*/
    color: #040447;
    font-weight: bold;
}

 
h2 {
    font-family: "Hartwell Bold";
    font-size: 20px;
    color: #040447;
    font-weight: 900;
    text-transform: uppercase;
}

h3 {
    font-family: "Hartwell Bold";
    font-size: 16px;
    color: #040447;
    font-weight: 900;
}


 
.button {
    background: #efd13c;
    color: #040447;
    padding: 13px 29px;
    font-size: 14;
    line-height: 18px;
    font-weight: 800;
    border: 0;
}
 
.button:hover {
    background: #efc33c;
}



.grid-cell {
    font-size: 12px;
}

.submit-progress-bg {
    display: none;
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
    position:   fixed;
    background-color: darkgrey;
    opacity: .8;
}


.submit-progress {
    display: none;
    z-index: 20;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: white;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
}

.dialogdiv {
    z-index: 20;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: white;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
}

.overlaydiv {
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
    position:   fixed;
    background-color: darkgrey;
    opacity: .8;
}


.submit-result-bg {
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
    position:   fixed;
    background-color: darkgrey;
    opacity: .8;
}

.submit-result {
    z-index: 20;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}

div.result-court {
    font-size: 16px;
}

div.result-player {
    font-size: 14px;
}

div.result-club {
    font-size: 12px;
}

.rules {
    font-family: "Hartwell Regular";
    font-size: 24px;
}

#urvaldiv {
    background-color: white;
    width: 580px;
    padding: 10px;
}

.idfield {
    width: 250px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}

.loginfield {
    width: 450px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}

.tmnamefield {
    width: 450px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}

.datetimefield {
    width: 120px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}

.transferdate {
    width: 120px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}




.selectklubb {
    font-size: 14px;
    border: 1px solid;
    border-radius: 3px;
}



textarea {
    width: 600px;
    height: 200px;
}

/* Nya rader*/

.buttondiv {
    line-height: 65px;
}


table, td, th {
    border: 1px solid black;
    padding: 5px;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
}

