:root {
    --url-back-1: url('/images/back.jpeg');
}
/*@font-face {
    font-family: 'love';
    src: url('/fonts/LmsILoveThisGame-Da5R.ttf') format('truetype');
}*/

@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 {
}

video[poster] {
    object-fit: cover;
}

body {
    font-family: Saira;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);

    background-color: rgba(0, 0, 0, 0.9);
    background-image: var(--url-back-1);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    background-size: 100% 100%;

}
.Body {
    display: block;
    box-sizing: border-box;
}
h1 {
    font-weight: 400;
    margin: 7px 7px;
    border-radius: 25px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    font-size: 32px;
    color: white;
    white-space: nowrap;
}
.h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 8px;
    margin: 4px 4px 4px 4px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    font-weight: normal;
}
a {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: bottom;
}
form label {
    font-size: 16px;
}

input {
    padding: 8px;
    margin: 5px;
    border-radius: 6px;
    border: 1px solid rgba(80, 50, 0, 0.8);
    font-size: 18px;
    text-align: center;
}
input[type='submit'] {
    padding: 8px 16px;
}

input[type='file'] {
    color: rgba(80, 50, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 80%;
    min-width: 280px;
}
input[type='text'] {
    color: rgba(80, 50, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 280px;
}
input[type='password'] {
    color: rgba(80, 50, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 280px;
}
.inputCheckbox {
    transform: scale(1.8);
    margin-bottom: 20px;
}


.LoginForm {
    border-radius: 15px;
    background-color: rgba(0,0,0,0.6);
    padding: 20px 30px;
    width: 420px;
    margin: auto;
    margin-bottom: 8px;
    border: 0px solid white;
    box-shadow: 0px 0px 4px silver;
}

.LoginFormHref {
    color: navy;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 10px;
    margin: 4px;
}

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


.PageTopPanel {
    position: relative;
    min-height: 70px;
    padding: 10px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px black;
}
.PageMiddlePanel {
    font-size: 15px;
    position: relative;
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, 0);
}

.PageBottomPanel {
    font-size: 12px;
    padding: 0;
    margin: 0 40%;
    text-align: center;
    font-weight: normal;
    color: black;
}
.PageBottomPanelHref {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.PageBottomPanelImage {
    width: 100px;
    margin-bottom: -4px;
}

.PageTopPanelMainText {
    font-weight: bold;
    font-size: 52px;
    letter-spacing: -3px;
    margin: -7px 0px -1px 0px;
}
.PageTopPanelMainText a {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 177, 52, 1);
}
.PageTopPanelMainTextMain {
    font-size: 52px;
}

.PageTopPanelSecondaryText {
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
    padding-top: 4px;
    font-size: 80%;
}

.PageTopPanelContext {
    margin-top: 6px;
    padding: 8px 4px;
    font-size: 21px;
}

.PageTopPanelContextHref {
    padding: 4px 6px;
    color: white;
    text-shadow: 0px 0px 4px black;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}
.PageTopPanelContextHrefSelected {
    border-radius: 12px;
    background-color: rgb(255, 177, 52);
}



.ArtWindowTitle {
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 0px 0px 8px 0px;
    border-radius: 15px;
    background-color: transparent;
    border: 0px;
    box-shadow: 0px 0px 1px silver;
    cursor: pointer;
    font-size: 24px;
    margin: 15px;
}
.ArtWindowTitleClip {
    font-size: 16px;
    padding: 12px 10%;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8) !important;
    cursor: pointer;
    border: 1px solid black;
    font-weight: bold;
}


.ContentPanel {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 20px;
}
.ContentPanelRow {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ContentPanelColumn {
    width: 98%;
    text-align: center;
    margin: 0;
    border-radius: 25px;
    padding: 1% 2%;
}
.ContentPanelColumnVideo {
    width: 250px;
}
.ContentPanelColumnVideoImage {
    width: 240px;
}
.ContentPanelColumnClip {
    width: 200px;
    margin: 0px;
    white-space: nowrap;
    padding: 20px;
}
.ContentPanelColumnFile {
    padding: 2px 8px;
    width: auto;
    font-size: 21px;
    width: 20%;
    text-shadow: 0 0 18px silver;
}


.Panel {
    margin: 10px 10px;
    padding: 1px;
}
.PanelTitle {
    font-size: 16px;
    padding: 2px;
    font-weight: bold;
    background-color: #0ac9c8;
    color: rgba(0, 0, 0, 0.8);
}
.PanelTitleAuth {
    font-size: 16px;
    padding: 6px;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
}
.PanelItems {
    padding-left: 25px;
    font-size: 17px;
    text-align: left;
    line-height: 130%;
}
.PanelItems a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: normal;
}


/* ---- Style for tooltips ---- */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px 0px 8px black;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 110;
    top: -50%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* ---- Style for tab links ---- */
.tablink {
    background-color: rgba(0,0,0, 0.5);
    border-radius: 5px;
    text-shadow: 0px 0px 4px black;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 24px;
    width: 120px;
    margin: 3px;
}
.tablink:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    clear: both;
    padding: 25px 20px;
}


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

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

.colorGreen {
    color: green !important;
}

.colorBlue {
    color: blue !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;
}

.backcolorBlue {
    background-color: rgba(19, 17, 199, 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: 40px;
}
.marginBottom {
    margin-bottom: 40px;
}

.marginAuto {
    margin: auto;
}

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

.margin10 {
    margin:8px;
}

.displayNone {
    display: none !important;
}

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

.textCenter {
    justify-content: center;
    text-align: center;
}

.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;
}

.displayFlex {
    display: flex;
}
.flexWrap {
    flex-flow: wrap;
}

.width50 {
    width: 50%;
}
.width44 {
    width: 44%;
}
.width75 {
    width: 70%;
}

.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) {
    .HistoryPrint {
        display: none;
    }
    body {
        background-size: cover;
    }
    input {
        padding: 6px;
        margin: 2px;
        border-radius: 4px;
        font-size: 14px;
    }
    input[type='text'] {
        min-width: 40px;
    }
    input[type='password'] {
        min-width: 40px;
    }
    h1 {
        font-size: 21px;
        padding: 2px;
    }
    .h2 {
        font-size: 19px;
    }

    .PageTopPanel {
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .PageMiddlePanel {
    }
    .PageBottomPanel {
        margin: 0 7%;
    }

    .PageTopPanelMainText {
        font-size: 32px;
        letter-spacing: -2px;
        margin-top: -8px;
    }
    .PageTopPanelSecondaryText {
        font-size: 60%;
    }

    .LoginForm {
        border-radius: 20px;
        background-color: rgba(0,0,0,0.6);
        padding: 15px 20px;
        width: auto;
        margin: 10px;
        border: 0px solid white;
    }

    .LoginFormHref {
        font-size: 13px;
        padding: 4px 8px;
    }

    .LoginInfo {
        font-size: 12px;
        margin-top: -15px;
    }

    .LoginButton {
        font-size: 16px;
    }
    .LogoutButton {
        font-size: 14px;
        padding: 2px 8px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .ContentPanel {
        padding: 2px 0px;
    }
    .ContentPanelColumnVideo {
        width: 98%;
    }
    .ContentPanelColumnClip {
        width: 98%;
        padding: 20px;
        margin: 10px;
    }
    .ContentPanelRow {
        display: flex;
        margin: 0px;
        padding: 0px;
    }
    .ContentPanelColumn {
        padding: 2px;
    }
    .ContentPanelColumnVideoImage {
        width: 180px;
    }
    .ContentPanelColumnFile {
        padding: 2px;
        width: 98%;
        font-size: 14px;
    }


    .width50 {
        width: 100% !important;
    }

    .marginTop {
        margin-top: 20px;
    }

    .marginBig {
        margin-top: 25px;
    }

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

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

    .width33 {
        width: 100%;
    }

    .width44 {
        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;
    }


    .PageTopPanelContext {
        margin-top: 4px;
        padding: 4px 2px;
        font-size: 14px;
    }

    .PageTopPanelContextHref {
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        padding:2px;
    }
}

@media only screen and (max-width: 300px) {
    .PageTopPanelContext {
        margin-top: -4px;
        padding: 4px 2px;
        font-size: 12px;
    }
}

/******************************
* CSS styly pro tisk stranky
*******************************/
@media print {
    .HistoryPrint {
        font-size: 10px;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .noPrint {
        display: none !important;
    }

    body {
        background-size: cover;
    }
    h1 {
        font-size: 28px;
        padding: 2px;
    }
    .h2 {
        font-size: 24px;
    }

    .PageMiddlePanel {
        margin: 0px;
        padding: 0px;
        position: relative;
    }
    .PageTopPanel {
        display: none;
    }
    .PageBottomPanel {
        display: none;
    }

    .ContentPanel {
        box-sizing: border-box;
        position: relative;
        text-align: center;
        padding: 0px;
        line-height: 1;
        margin-bottom: 0px;
    }
    .ContentPanelRow {
        position: relative;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ContentPanelColumn {
        width: 100%;
        text-align: center;
        margin: 0;
        border-radius: 0px;
        padding: 4px;
    }
    .displayNone {
        display: inline-block;
    }
    
    .marginX {
        margin: 0;
    }

}