/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/_resources/fonts/iconfont/MaterialIcons-Regular.eot');
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/_resources/fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('/_resources/fonts/iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('/_resources/fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'Saira';
    src: url('/api/fonts/Saira-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Saira';
    src: url('/api/fonts/Saira-SemiBold.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Saira';
    src: url('/api/fonts/Saira-Bold.ttf');
    font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #bcb6b6;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-corner {
}


body {
    font-family: Saira;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.9);
    text-align: center;
    box-sizing: border-box;
}
.Body {
    display: block;
    box-sizing: border-box;
}
h1 {
    font-weight: 600;
    margin: 7px 7px;
    border-radius: 25px;
    text-shadow: 0px 0px 8px white;
    font-size: 44px;
    white-space: nowrap;
}
.h2 {
    font-size: 21px;
    font-weight: 600;
    padding: 8px;
    border-radius: 28px;
    margin: 2px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    font-weight: normal;
}
a {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: bottom;
}
input {
    padding: 8px;
    margin: 5px;
    border-radius: 6px;
    border: 1px solid rgba(80, 50, 0, 0.8);
    font-size: 19px;
    background-color: rgba(255, 255, 255, 0.5);
}
input[type='submit'] {
    min-width: 100px;
}
input[type='password'] {
    color: rgba(80, 50, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px white;
}
.inputCheckbox {
    transform: scale(1.8);
    margin-bottom: 20px;
}
.icon {
    width: 28px;
}

.MapsCanvas {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 4px black;
}

.LoginInfo {
    display: block;
    margin: -35px 0px 5px 0px;
    padding: 0px;
    font-size: 18px;
}
.LoginButton {
    margin-top: 16px;
    cursor: pointer;
    background-color: rgba(255, 177, 25,0.9);
    border-radius: 5px;
    font-size: 18px;
    padding: 8px 16px;
}
.LogoutButton {
    margin-top: 16px;
    color: white;
    text-shadow: 0px 0px 8px darkred;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid red;
    font-size: 18px;
    padding: 4px 9px;
}
.iconLogout {
    width: 32px;
    padding-left: 6px;
}

.iconLogin {
    width: 32px;
    padding-right: 6px;
}
.SportLogo {
    height: 32px;
    margin: 4px 8px;
}
.PageTopPanel {
    position: fixed;
    top: 0px;
    right: 0;
    width: 25%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    z-index: 100;
}
.PageTopPanelMainText {
    font-weight: bold;
    font-size: 52px;
    letter-spacing: -3px;
}

.Events {
    text-align: center;
}
.EventWrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.Event {
    margin: 20px 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    background-repeat: no-repeat;
    background-position: 25px 25px;
    background-size: auto 25%;
}

.EventUserCount {
    width: 75px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 4px gray;
    border-radius: 35px;
    padding: 4px 6px;
    color: white;
    background-color: rgba(139, 20, 20, 0.7);
    position: absolute;
    z-index: 110;
    top: -5px;
    right: 10px;
}

.Sports {
 margin-bottom: 10px;
 margin-top: 25px;
}

.Sport {
  display: inline-block;
}

.PageMiddlePanel {
    font-size: 15px;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}
.PageBottomPanel {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    font-size: 11px;
    padding: 0px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
    color: black;
    box-shadow: 0px 0px 20px white;
    background-color: rgba(255, 255, 255, 0.5);
    width: 25%;
}
.PageBottomPanelImage {
    width: 85px;
}

.ContentPanelRow {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    height: 100%;
}
.ContentPanelColumn {
    width: 98%;
    text-align: center;
    margin: 0;
    border-radius: 25px;
    padding: 0;
}

.Panel {
    margin-top: 50px;
}
.PageTopPanelLogo {
    width: 320px;
}

.colorRed {
    color: rgba(255, 0, 0, 0.8) !important;
}

.colorOrange {
    color: rgba(209, 174, 5, 1);
}

.colorGreen {
    color: green !important;
}

.backcolorRed {
    background-color: rgba(255, 0, 0, 0.8) !important;
}

.backcolorWhite {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.backColorOrange {
    background-color: rgba(209, 174, 5, 1);
}

.backcolorGreen {
    background-color: rgba(19, 177, 19, 1) !important;
}

.backColorSilver {
    background-color: silver;
}
.backColorGold {
    background-color: gold;
}
.backColorBronze {
    background-color: #cd7f32;
}
.colorWhite {
    color: rgba(255, 255, 255, 0.85) !important;
}

.colorBlack {
    color: rgba(0, 0, 0, 0.8) !important;
}

.SmallText {
    font-size: 18px !important;
}

.BigText {
    font-size: 36px !important;
}

.marginBig {
    margin-top: 60px;
}

.marginTop {
    margin-top: 170px;
}

.marginAuto {
    margin: auto;
}

.marginX {
    margin-left: 25%;
    margin-right: 25%;
}

.margin10 {
    margin:8px;
}

.displayNone {
    display: none !important;
}

.textLeft {
    justify-content: left;
    text-align: left;
}

.textRight {
    text-align: right;
}

.paddingRight {
    padding-right: 18px;
}

.fontSize120 {
    font-size: 120%;
}

.fontSize150 {
    font-size: 150%;
    font-weight: bold;
}

.padding10 {
    padding: 14px 8px 8px 8px;
}

.paddingTop30 {
    padding-top: 30px;
}

.flexWrap {
    flex-flow: wrap;
}

.width50 {
    width: 50% !important;
}
.width75 {
    width: 75% !important;
}

.width25 {
    width: 25% !important;
}

.width33 {
    width: 33%;
}

.width100 {
    width: 100% !important;
}

.noWrap {
    white-space: nowrap;
}

.borderBottom {
    border-bottom: 1px outset white;
}

.borderTop {
    border-top: 1px outset white;
}

.borderRight {
    border-right: 1px outset white;
}

.borderLeft {
    border-left: 1px outset white;
}

/******************************
* CSS styly pro mobil
*******************************/
@media only screen and (max-width: 1024px) {
    body {
        background-size: cover;
    }
    h1 {
        font-size: 32px;
        padding: 2px;
    }
    .h2 {
        font-size: 24px;
    }

    .MapsCanvas {
        width: 100%;
        height: 450px;
        box-shadow: 0px 0px 4px black;
    }

    .PageMiddlePanel {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    .PageTopPanel {
        display: block;
        position: relative;
        text-align: center;
        top: 0px;
        border-radius: 0px;
        width: 100%;
        height: auto;
        margin: auto;
    }
    .PageBottomPanel {
        position: relative;
        width: 100%;
    }

    .Panel {
        margin-top: 10px;
    }

    .PageTopPanelMainText {
        font-size: 32px;
        letter-spacing: -2px;
        margin-top: -8px;
    }
    .PageTopPanelLogo {
        width: 250px;
    }

    .SportLogo {
        height: 18px;
        margin: 2px 4px;
    }

    .LogoutButton {
        font-size: 14px;
        padding: 2px 8px;
    }

    .ContentPanelRow {
        display: flex;
        margin: 0px;
    }
    .ContentPanelColumn {
        padding: 2px;
    }
    .ContentPanelColumnVideoImage {
        width: 180px;
    }

    .Event {
    }
    .EventUserCount {
        width: 50px;
        font-size: 14px;
        color: white;
    }

    .width50 {
        width: 100% !important;
    }

    .width75 {
        width: 100% !important;
    }
    .width25 {
        width: 100% !important;
    }

    .marginTop {
        margin-top: 10px;
    }

    .marginBig {
        margin-top: 10px;
    }

    .SmallText {
        font-size: 16px !important;
    }

    .tablink {
        padding: 7px 8px;
        font-size: 15px;
        width: auto;
    }

    .width33 {
        width: 100%;
    }

    .noView {
        display: none;
    }

    .OnlineUsers.textLeft {
        text-align: center;
    }

    .textRight {
        text-align: center;
    }

    .marginX {
        margin-left: 0%;
        margin-right: 0%;
    }
    .borderRight {
        border: 0px;
    }
    .borderLeft {
        border: 0px;
    }
    .borderTop {
        border: 0px;
    }
    .borderBottom {
        border: 0px;
    }

    .margin10 {
        margin:2px;
    }
    .padding10 {
        padding:4px;
    }

    .iconLogout {
        height: 18px;
        padding-left: 4px;
    }
    .iconLogin {
        width: 18px;
        padding-left: 4px;
    }
    .LoginInfo {
        font-size: 12px;
        margin-top: -30px;
    }
}