﻿/*scorekarte ##########################*/
.MatchER {
    /*border-radius: 10px;*/
    color: #337AB7;
    width: auto;
    text-align: center;
    font-weight: bold;
    background: #bebebe;
}

.LOGOMP {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.BildSpielier_img {
    width: 45%;
    border-radius: 80%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.right {
    background: red;
}

.links {
    background: #151515;
    color: aliceblue;
}

.Score_FLD {
    width: 60px;
    background: aliceblue;
    color: #000000;
    text-align: center;
    font-size: xx-large
}

.Putt_FLD {
    width: 60px;
    background: #1200b1;
    color: aliceblue;
    text-align: center;
    font-size: xx-large;
}

.STR_FLD {
    width: 30px;
    text-align: center;
    background: none;
    border: none;
}

.LochBoxen {
    width: 20%;
    height: 50px;
    float: left;
    border: solid;
    text-align: center;
    background: #808080;
    font-size: x-large;
    font-weight: bold;
    vertical-align: middle;
}

    .LochBoxen.a:link{
        color: #3d3a3a;
    }



.MyScorekarte {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.MyStartScorekarte {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.MyScorekarte {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

.MyStartScorekarte {
    margin-top: -30px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.KurzInfoRunde {
    clear: left;
    font-size: smaller;
    text-align: center;
}

.ScorekartenInfoBereich {
    background: #0d6f24;
    color: white;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

.EingabeAreaButton {
    padding: 1px;
    margin-top: 0px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background-color: rgb(212, 212, 212); /* Old browsers */
 
}
.MyInfotext {
    margin-top: 10px;
    line-height: 100%;
    font-size: x-small;
    background: #4787be;
    width: 100%;
    padding: 10px;
}

.MyScorekateSaveButten {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: small;
    color: black;
    width: 100px;
    height: 60px;
    border: solid;
    border-width: 2px;
    border-color: #930d0d;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa5a5+1,930d0d+100 */
    background: #ffa5a5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa5a5 1%, #930d0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffa5a5 1%,#930d0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffa5a5 1%,#930d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa5a5', endColorstr='#930d0d',GradientType=0 ); /* IE6-9 */
}



.MyScorekateScoreButten {
    /*display:block;*/
    width: 70px;
    height: 60px;
    font-size: small;
    padding-top: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    border: solid;
    border-width: 2px;
    border-color: #51058c;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86c47f+1,058c39+100 */
    background: #86c47f; /* Old browsers */
    background: -moz-linear-gradient(top, #86c47f 1%, #058c39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86c47f 1%,#058c39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86c47f 1%,#058c39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c47f', endColorstr='#058c39',GradientType=0 ); /* IE6-9 */
    color: white;
}


.MybtnMinus {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 50px;
    height: 30px;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    color: aliceblue;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69281+1,a02a06+100 */
    background: rgb(198,146,129); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198,146,129,1) 1%, rgba(160,42,6,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(198,146,129,1) 1%,rgba(160,42,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(198,146,129,1) 1%,rgba(160,42,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c69281', endColorstr='#a02a06',GradientType=0 ); /* IE6-9 */
}

.MybtnPlusSTR {
    width: 40px;
    height: 25px;
    border-radius: 10px;
    font-size: small;
    font-style: italic;
    color: #F0F0F0;
    text-align: center;
    border: solid;
    border-width: 2px;
    border-color: red;
    box-shadow: 2px 2px 2px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c98c82+1,a01d06+100 */
    background: rgb(201,140,130); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(201,140,130,1) 1%, rgba(160,29,6,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(201,140,130,1) 1%,rgba(160,29,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(201,140,130,1) 1%,rgba(160,29,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98c82', endColorstr='#a01d06',GradientType=0 ); /* IE6-9 */
}

.MybtnPlus {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 50px;
    height: 30px;
    font-size: large;
    color: #cb0f0f;
    text-align: center;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86c47f+1,058c39+100 */
    background: #86c47f; /* Old browsers */
    background: -moz-linear-gradient(top, #86c47f 1%, #058c39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86c47f 1%,#058c39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86c47f 1%,#058c39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c47f', endColorstr='#058c39',GradientType=0 ); /* IE6-9 */
}

.MyScorekateMenuKleinButten {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 80px;
    height: 40px;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86c47f+1,058c39+100 */
    background: #86c47f; /* Old browsers */
    background: -moz-linear-gradient(top, #86c47f 1%, #058c39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86c47f 1%,#058c39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86c47f 1%,#058c39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c47f', endColorstr='#058c39',GradientType=0 ); /* IE6-9 */
}

.MyScorekateMenu4Butten {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 70px;
    height: 40px;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86c47f+1,058c39+100 */
    background: #86c47f; /* Old browsers */
    background: -moz-linear-gradient(top, #86c47f 1%, #058c39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86c47f 1%,#058c39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86c47f 1%,#058c39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c47f', endColorstr='#058c39',GradientType=0 ); /* IE6-9 */
}

.MyScorekateMenu-grau-Butten {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 70px;
    height: 40px;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#707a68+0,eaf2e6+100 */
    background: rgb(112,122,104); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(112,122,104,1) 0%, rgba(234,242,230,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(112,122,104,1) 0%,rgba(234,242,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(112,122,104,1) 0%,rgba(234,242,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707a68', endColorstr='#eaf2e6',GradientType=0 ); /* IE6-9 */
}

.MyScorekateWerteButten {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100px;
    height: 60px;
    color: aliceblue;
    border: solid;
    border-width: 2px;
    border-color: aliceblue;
    box-shadow: 4px 4px 4px 4px #ff0000;
    box-shadow: 0px 0px 20px 3px #ff0000;
    * Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b81f9+1,1815ed+100 */ background: #3b81f9; /* Old browsers */
    background: -moz-linear-gradient(top, #3b81f9 1%, #1815ed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b81f9 1%,#1815ed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b81f9 1%,#1815ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b81f9', endColorstr='#1815ed',GradientType=0 ); /* IE6-9 */
}


.AuswahlScoreKarte {
    /*background-color: red;*/
    font-size: small;
}

    .AuswahlScoreKarte:hover {
        background-color: red;
    }


label {
    background: #FFFFFF;
    color: black;
    border: double;
    padding: 5px;
    margin: 5px;
}

.MyAuswahlButten02 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
    width: 70px;
    height: 50px;
    border: solid;
    border-width: 4px;
    border-color: #930d0d;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa5a5+1,930d0d+100 */
    background: #930d0d;
    background: #ffa5a5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa5a5 1%, #930d0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffa5a5 1%,#930d0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffa5a5 1%,#930d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa5a5', endColorstr='#930d0d',GradientType=0 ); /* IE6-9 */
}

.MyAuswahlButten03 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
    width: 100px;
    height: 60px;
    border: solid;
    border-width: 4px;
    border-color: #930d0d;
    box-shadow: 2px 2px 4px 2px black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa5a5+1,930d0d+100 */
    background: #a4b357; /* Old browsers */
    background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a4b357 0%,#75890c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

.ButtonPro {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*font-family: Arial;*/
    color: #ffffff;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    /*text-decoration: none;*/
    margin: 5px;
}

    .ButtonPro:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
       
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }
.scorekartenpapier {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:370px;
   
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #60abf8;
    color:#000000;
}

.AppPapier {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1900px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #60abf8;
    color: #000000;
}