body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}


.headertext {
    font-size: 40px;
    width: 300px;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
    text-align: center;
}

[v-cloak], .hidden {
    display: none;
}

    [v-cloak] > * {
        display: none;
    }

    [v-cloak]::before {
        content: "loading...";
    }

.field {
    background-image: url('/Content/images/field.svg');
    background-size: cover;
    width: 400px;
    height: 250px;
    position: relative;
}

.field_player {
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 600;
    border-width: 2px;
    text-align: center;
    cursor: pointer;
}

.eventimg {
    height: 30px;
}
/*007bff;*/

#matchstats {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #matchstats td, #matchstats th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #matchstats tr:nth-child(even) {
    }

    #matchstats tr:hover {
    }

    #matchstats th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
    }

#eventtable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

    #eventtable th {
        padding: 8px;
    }

    #eventtable td {
        padding: 2px;
    }

    #eventtable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
    }



.fixture-row .team-logo {
    padding-top: 5px
}

.score {
}

    .score-finished a,
    .score a {
        font-weight: bold;
        font-size: 1.2rem;
        display: block;
        margin: 0 auto;
        width: 80%;
    }




.subtitle {
    margin-top: 30px;
}


.tile {
    width: 120px;
    height: 120px;
    margin: 15px;
}


/* Center the loader */
#loader {
    /* background-image: url('images/loading_large.gif'); */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* z-index: 1; */
    /* width: 50px; */
    /* height: 150px; */
    /* margin: -75px 0 0 -75px; */
    px; */
    px; */
    /* border: 16px solid #f3f3f3; */
    /* border-radius: 50%; */
    /* border-top: 16px solid #3498db; */
    ;
    /* animation: spin 2s linear infinite; */
    r infinite; *//
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#mainContent {
    display: none;
    text-align: center;
}


.favtile {
    cursor:pointer;
    border: solid 1px black;
    margin:5px;
    padding: 3px;
    border-radius:15px;
}

favtile-header {
    text-align:right;
}

.close-x {
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 10;
}

.fav-closebox {
    height: 25px;
    margin-left: auto;
    width: 25px;
}

@media screen and (max-width: 991px) {
    .dropdown ul {
        overflow-y: scroll;
    }
}

@media screen and (min-width: 992px) {
    .dropdown ul {
        -moz-column-count: 2;
        /* Firefox */
        -webkit-column-count: 2;
        /* Safari and Chrome */
        column-count: 3;
        width: 500px;
    }
}

#aboutus {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#aboutus p {
    text-align: left;
}


.clickable {
    cursor: pointer;
}


.btn {
    margin-top: 0.5rem !important;

}

#app.fi-team-index div div,  #app.fi-player-index div div, #app.fi-coach-index div div {
    display:block
}

#app.fi-team-index div div input, #app.fi-player-index div div input, #app.fi-coach-index div div input {
    width:50%;
    margin:  0 auto;
}


#player_list, #table-teams, #table-coaches {
    margin: auto;
}

#player_list tr td, #table-teams tr td, #table-coaches tr td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;

}

.fi-home-search .container div {
    margin:auto;
    display:block;
  }

.fi-home-search input {
    width: 50%;
    display:block;
    margin:auto;
}

h1,h2,h3,h4,h5,h6 {
    margin-top:10px;
    margin-bottom: 10px;
}

div#latest {
    margin:auto;
}

footer {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    margin-top: 50px;
    padding-top: 10px;
    text-align: center;
}

#spacer {
    height: 0px;
}

#footer_content {
    padding: 5px;
}

#bodyspacer {
    margin-bottom: 80px;
}

.dropdown-item:hover {
    border-radius: 5px;
  }

  .dropdown-menu li {   
    padding-right:5px;
    padding-left:5px;
}

#headerapp {
    min-width: 100%;
}

#headerlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}