﻿html
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 100%;
    background: url("../img/layout/ice-background.jpg") fixed;
}

body 
{
    overflow: scroll;
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0px;
}

a
{
    color: #344c99;
    text-decoration: none;
}

fieldset
{
    border: none;
    padding-left: 1vw;
    padding-right: 1vw;
}

.Error,
ul.Error li
{
    color: #F33 !important;
}

.Success
{
    color: #0C0 !important;
}

.Warning 
{
    color: darkorange !important;
}

.deleted
{
    background-color: rgba(255,51,51,0.2);
}
    tr:hover .deleted
    {
        background-color: rgba(255,51,51,0.3);
    }

div.errorContainer
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.clearfix{
	display: block;
    height: 0px;
    margin:2px 2px 2px 2px;
	clear:both;
    border: 0px none !important;
}

.clearfixNoVMargin 
{
    display: block;
    height: 0px;
    margin: 0px 2px 0px 2px;
    clear: both;
    border: 0px none !important;
}

.clearfixContent{
	display: block;
    height: 4px;
	margin:10px 4px 10px 4px;
	clear:both;
    border: 0px none !important;
}

.hidden
{
    display: none !important;
}

.noBorder
{
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-top: 0px none !important;
    border-bottom: 0px none !important;
}

.numeric
{
    text-align: right;
}

.posRel
{
    position: relative;
    display: inline-block;
    width: 100%;
}

.nowrap
{
    white-space: nowrap;
}

.noLink
{
    cursor: default !important;
}

.bold
{
    font-weight: bold !important;
}

.block
{
    display: block;
    margin-bottom: 1vw;
}

.date
{
    display: block;
    text-align: right;
    font-style: italic;
    padding-right: 10px;
    padding-bottom: 10px;
}

.RightAlign
{
    text-align: right;
}

.LeftAlign
{
    text-align: left;
}

.Center
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.RightPad5
{
    padding-right: 5px;
}

table tr:hover td
{
    background-color: rgba(255, 255, 255, 0.8);
}

.row .swappable
{
    display: table;
}

div.confirm
{
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #e3483c;
    border-radius: 5px;
    background-color: #e3bbb8;
    text-align: center;
}

    div.confirm > *
    {
        margin-left: auto;
        margin-right: auto;
    }

/* Hintergrund */
.backgroundRed
{
    background: #e3483c url(../img/layout/ui_background_red.png) repeat-x !important;
}

.backgroundBlue{
    background: url(../img/layout/ui_background_blue.png) repeat-x #344c99;
}

th.backgroundBlue
{
    padding: 4px;
    color: white;
    border-radius: 3px;
}

/* BoxLabels */
.boxLabelSmall
{
    width: 16vw;
    display: block;
    /*white-space: nowrap;*/
    float: left;
}

.boxLabelMedium
{
    max-width: 60vw;
    display: block;
    /*white-space: nowrap;*/
    float: left;
}

.boxLabelLarge
{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.fullWidth
{
    width: calc(100% - 20px) !important;
    padding-left: 10px;
    padding-right: 10px;
}

.horizontalScroll
{
    overflow-x: auto;
}

p
{
    line-height: 1.5em;
}

    p:after
    {
        display: block;
        height: 10px;
    }

    p.Description
    {
        border-bottom: 1px solid #424242;
    }

        p.Description:first-line
        {
            font-weight: bold;
        }

/* Grids */
table
{
    width: 100%;
    border-collapse: collapse;
    border-style: none;
}

    table.List
    {
        width: 100%;
        border-radius: 5px;
    }

        table.List tr td
        {
            line-height: 1.8em;
            padding: 0 8px;
        }


td
{
    vertical-align: top;
}

    td.List
    {
        border-top: none 0px;
        border-left: none 0px;
        border-right: none 0px;
        border-bottom: 1px solid #424242;
    }

tr:last-child td.List
{
    border: none 0px;
}

td.ListTore {
    border-top: none 0px;
    border-left: none 0px;
    border-right: none 0px;
    border-bottom: 1px solid #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* News */
.newsGrid
{
    width: 100%;
    border-collapse: collapse;
    border-style:none;
    border-width: 1px;
    padding: 2px;
    line-height: 1.5em;
}

    .newsGrid td,
    .newsGrid th
    {
        padding: 2px;
        border: none;
        /*border-bottom: 1px solid #344c99;*/
        text-align: left;
    }

    .newsGrid tr:nth-last-child(2) td,
    .newsGrid tr:last-child td
    {
        border-bottom: none;
    }

    .newsGrid a
    {
        text-decoration: none;
        width: 100%;
        display: inline-block;

    }

    .newsGrid .alter
    {
        background-color: #344c99;
        background-color: rgba(52, 76, 153, 0.1);
    }

/* Rangliste */
.Playoff
{
    color: #009900;
}

 .Playout
{
    color: #FF0000;
}

.PrePlayoff {
    color: #00CC00;
}

/* Links */
ul.LinkList
{
    list-style-type: none;
    background-color: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

    ul.LinkList li
    {
        background-color: none;
        margin: 0px;
        padding: 10px 0px 20px 0px;
        width: 100%;
    }

        ul.LinkList li fieldset
        {
            border: 0;
        }

            ul.LinkList li fieldset legend
            {
                width: calc(100% - 2em);
                background: url(../img/layout/ui_background_blue.png) repeat-x #344c99;
                color: #FFF;
                font-weight: bold;
                line-height: 1em;
                padding: 5px 10px 5px 10px;
            }

            ul.LinkList li fieldset img
            {
                float: left;
            }

            ul.LinkList li fieldset ul
            {
                margin-left: 120px;
            }

/* Kader */
div.Kader
{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

    div.Kader h2
    {
        text-align: center;
        font-weight: bold;
    }

    div.Kader div.Player
    {
        float: left;
        width: 32%;
        max-height: 295px;
		height: auto;
		margin-top: 5px;
		min-width: 32%;
    }

        div.Kader div.Player  div.PlayerBorder
        {
            position: relative;
			top: 0px;
			top: 0px;
            border: 1px solid #00F;
            border-radius: 3px;
            background-color: rgba(255, 255, 255, 0.3);
			max-width: 20vw;
			width: auto;
			max-height: 30vw;
			height: 100%;
			margin:  5px auto 25px auto;
			z-index: 3000;
			width: 200px; 
			height: 275px; 
			background-size: cover !important;
        }

            div.Kader div.Player  div.PlayerBorder:hover
            {
                cursor: pointer;
            }

        div.Kader div.Player.noLink > div.PlayerBorder:hover
        {
            cursor: default;
        }

        div.Kader div.Player  div.PlayerBorder > div.Binde
        {
            position: absolute;
            bottom: 6px;
            left: 0px;
            width: 100%;
            min-height: 2.5em;
            background-color: #153A9F;
            opacity: 0.8;
            z-index: 1000;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            margin-top: auto;
            margin-bottom: auto;
            display: inline-block;
        }

        div.Kader div.Player  div.PlayerBorder:hover > div.Binde
        {
            opacity: 1;
        }

        div.Kader div.Player  div.PlayerBorder > div.Binde > div
        {
            min-height: 2em;
            margin-left: 0px;
            bottom: 0px;
            padding: 0px;
            position: absolute;
            left: 0px;
            width: 100%;
            margin-bottom: auto;
            margin-top: auto;
        }

        div.Kader div.Player  div.PlayerBorder > div
        {
            position: absolute;
            top: calc(100% - 2em);
            left: 0px;
            width: 100%;
            height: 2em;
            background-color: transparent;
            z-index: 2000;
        }

            div.Kader div.Player  div.PlayerBorder > div.Binde > div > a,
            div.Kader div.Player  div.PlayerBorder > div.Binde > div > span
            {
                position: absolute;
                display: inline-block;
                font-weight: bold;
                text-align: left;
                opacity: 1;
                color: White;
                max-width: calc(100% - 3em - 10px);
                margin: 2px;
                float: left;
                bottom: 0px;
            }

                div.Kader div.Player  div.PlayerBorder > div.Binde > div > a.Nr,
                div.Kader div.Player  div.PlayerBorder > div.Binde > div > span.Nr
                {
                    position: absolute;
                    display: inline-block;
                    font-weight: bold;
                    font-size: 1.3rem;
                    text-align: right;
                    opacity: 1;
                    color: White;
                    width: 2em;
                    right: 5px;
                    float: right !important;
                    padding-left: 0px;
                    padding-right: 0px;
                    bottom: 5px;
                }

/* Player */
.twoColumns
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
	display: inline-block;
}

.leftColumn350
{
	float: left;
	display: inline-block;
	max-width: 25%;
    max-height: 100%;
    float: left;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
	height: auto;
	width: auto;
}

    .leftColumn350 > img
    {
        border: 1px solid #000;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
		width: 100%;
        height: auto;
		max-width: 35vw;
    }

.rightColumnFill > div h2
{
	float: left;
    margin: 0px;
    background: #e3483c url(../img/layout/ui_background_red.png) repeat-x !important;
	width: 100%;
    text-align: center;
    font-weight: bold;
    color: White;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rightColumnFill
{
    position: relative;
    top: 0px;
    right: 0px;
	width: 73%;
    height: 100%;
    float: left;
    display: table-cell;
	margin-left: 2%;
}

    .rightColumnFill > div
    {
        border: 1px solid #000;
        border-radius: 5px;
        margin-bottom: 1em;
    }

table.PlayerInfo
{
    width: 100%;
}

    table.PlayerInfo tr
    {
        border-bottom: 1px solid #424242;
    }

        table.PlayerInfo tr:last-child
        {
            border-bottom: 0px none;
        }

        table.PlayerInfo tr td
        {
            padding: 5px !important;
            vertical-align: top;
        }

            table.PlayerInfo tr td.Label
            {
                width: 150px;
            }

            table.PlayerInfo tr td span
            {
                word-wrap: break-word;
            }

/* Hall Of Fame */
.hofMain
{
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100% - 260px);
    height: 100%;
    float: left;
    padding: 0px;
    padding-right: 5px;
}

.hofPictures
{
    position: relative;
    top: 0px;
    right: 0px;
    width: 255px;
    height: 100%;
    float: right;
    padding-top: 1em;
}
table.hofStats
{
    width: 100%;
}

table.hofStats tr
{
    background-color: transparent;
}

table.hofStats tr:hover
{
    background-color: rgba(255, 255, 255, 0.9);
}

table.hofStats th
{
    background-color: transparent;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
}

table.hofStats td
{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.hofStats td.hofSeason
{
    background-color: silver;
    font-weight: bold;
}

.hofPictures .block
{
    position: relative;
    border-top: 4px double #424242;
    border-bottom: 4px double #424242;
    font-weight: bold;
    font-size: 1.2rem;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    padding: 5px;
}

/* Ranking */
div.Narrow table.tabelle td
{
    min-width: 1vw;
}

table.tabelle td
{
    min-width: 3vw;
}

div.Narrow table.tabelle .fullWidth
{
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

/* Fastnavigation */
ul.Fastnavigation
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

    ul.Fastnavigation li
    {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        border-bottom: 1px solid black;
    }

        ul.Fastnavigation li:last-child
        {
            border-bottom: none;
        }

        ul.Fastnavigation li a
        {
            text-decoration: none;
            display: block;
            white-space: nowrap;
        }

/* Formular-Elemente */
label,
span.boxLabel
{
    width: 20%;
    display: inline-block;
    float: left;
    margin-top: 0.5vw;
    margin-right: 2vw;
}

input[type="checkbox"] + div.inputContainer {
    border: 2px solid red;
}

input[type="checkbox"] + label,
label + div + input[type="checkbox"]
{
    float: none;
}

span.boxLabelValue
{
    /*width: 25%;*/
    display: inline-block;
    font-weight: bold;
    float: left;
    margin-top: 0.5vw;
}

label.embedded
{
    width: calc(100% - 2em);
    display: inline-block;
    margin-left: 2em;
    margin-top: 0px !important;
    padding: 6px 0px 6px 0px;
    line-height: 1.2em;
}

label.embedded input[type="checkbox"]
{
    margin-left: -2em;
}

div.inputContainer
{
    width: calc(80% - 1em - 6px);
    height: 1.3em;
    text-align: left;
}

span.inputContainer
{
    width: calc(80% - 1em - 6px);
    height: 1.3em;
    text-align: left;
    margin-left: 1em;
}

.formButton
{
    margin-left: calc(20% + 2vw);
}

input[type="image"].Gallery
{
    width: calc(1.3em + 12px);
    height: calc(1.3em + 12px);
    border-radius: 5px;
    border: 0px none transparent;
    position: absolute;
    right: 1em;
}

input[type="text"],
input[type="email"],
input[type="password"]
{
    border: 1px solid #444;
    border-radius: 3px;
    padding: 5px;
    float: left;
}

    input[type="text"].Search
    {
        position: absolute;
        right: calc(2.3em + 20px);
        width: 30%;
    }

#divSpielberichtForm input,
#divSpielberichtForm textarea
{
    margin-left: 1em;
}

    #divSpielberichtForm input.AlignLeft,
    #divSpielberichtForm textarea.AlignLeft
    {
        margin-left: 0 !important;
    }

    #divSpielberichtForm input[type="hidden"],
    #divSpielberichtForm input[type="checkbox"]
    {
        margin-left: 0 !important;
    }

        #divSpielberichtForm .Score
        {
            margin-left: 2vw !important;
        }

    #divSpielberichtForm input[type="text"].Small,
    #divPlayerAssignForm input[type="text"].Small
    {
        margin-bottom: 0.5em;
        width: 4em;
    }

    #divSpielberichtForm input[type="text"].Medium
    {
        margin-bottom: 0.5em;
        width: 18%;
        background-color: white;
    }

    #divSpielberichtForm input[type="text"].Large
    {
        margin-bottom: 0.5em;
        width: calc(80% - 1em - 20px);
    }

    #divSpielberichtForm input[type="text"].Box,
    #divSpielberichtForm textarea.Box
    {
        margin-bottom: 0.5em;
        width: calc(80% - 1em - 20px);
    }

#divSpielberichtForm div.inputContainer
{
    display: inline-block;
    width: calc(80% - 1em - 20px);
    height: 1.3em;
    text-align: left;

}

#divSpielberichtForm  inlineForm  div.inputContainer 
{
    width: calc(80% - 1em - 6px);
    height: 1.3em;
    text-align: left;
}

#divPlayerAssignForm select
{
    width: 100%;
}

#divPlayerAssignForm img
{
    max-width: 100px;
}

th.Col10,
td.Col10
{
    width: 10% !important;
}

th.Col20,
td.Col20
{
    width: 20% !important;
}




input.large,
textarea.large
{
    width: calc(80% - 1em - 8.33%);
    margin-bottom: 1em;
}

input.small
{
    width: 10%;
    margin-bottom: 1em;
}

input.default
{
    width: 20em;
    margin-left: 1em;
    margin-bottom: 1em;
}

input[type="text"].Medium,
input[type="email"].Medium
{
    width: 20%;
    background-color: #91abff;
}

table.List input[type="text"].Medium
{
    width: 70%;
    background-color: white;
}

input[type="text"].inputError,
input[type="email"].inputError,
textarea.inputError,
div.inputError
{
    background-color: #FEE;
    color: black !important;
    border: 1px solid #900;
    border-radius: 3px;
    padding: 5px;
}

div.inputError
{
    color: #F00 !important;
    float: left;
    /*margin-left: 10px;*/
    margin-bottom: 5px !important;
}

.lMargin10
{
    margin-left: 10px !important;
}

input[type="submit"]
{
    border: 2px solid #900;
    background-color: #C00;
    background: #e3483c url(../img/layout/ui_background_red.png) repeat-x !important;
    color: White;
    font-size: 1.3rem;
    height: 2.4rem;
    border-radius: 5px;
    padding: 6px;
}
input[type="submit"]:hover
{
    text-decoration: underline;
    background-color: #f00;
    background: #e3483c url(../img/layout/ui_background_red_ud.png) repeat-x !important;
    border: 2px solid #933;
}

textarea
{
    width: 70%;
    padding: 6px;
    border: 1px solid #444;
    /*background-color: #91abff;*/
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #444;
    /*height: 7.8em;*/
    vertical-align: top;
    overflow: auto;
}

select
{
    width: calc(80% - 1em - 8.33%);
    height: 2.4rem;
    padding: 6px;
    border: 1px solid #444;
    /*margin-left: 1em;*/   /* Führt in Forms zu einem ungewollten Umbruch, wenn vorhanden */
    margin-bottom: 1.2rem;
    border-radius: 5px;
}

select.autoWidth
{
    width: auto !important;
}

select.Small
{
    width: auto;
    margin-left: 2vw !important;
}

/* Fileupload */
.inputfile{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label,
.inputfile + div + label {
    display: inline-block;
    cursor: pointer;
    background-color: #c4cce3;
    color: white;
    padding: 10px;
    border: 1px solid #344c99;
    width: calc(80% - 1em - 8.33%);
    text-align: center;
}

.inputfile:focus + label,
.inputfile + label:hover,
.inputfile:focus + div + label,
.inputfile + div + label:hover
{
    border-color: #c4cce3;
    background-color: #344c99;
}

/* Gallery */
div.GalleryContainer
{
    display: inline-block;
}

div.Gallery
{
    padding: 5px;
    margin: auto;
    border: 1px solid white;
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    background-color: transparent;
}

div.Gallery:hover
{
    border: 1px solid silver;
    background-color: white;
    cursor: pointer;
}

div.Gallery img
{
   /*width: 100%;
    height: auto; */
    opacity: 0.7;
}

div.Gallery:hover img
{
    opacity: 1;
}

#imagelightbox
{
    position: fixed;
    z-index: 10000;
    
    -ms-touch-action: none;
    touch-action: none;
}

#imagelightbox-overlay
{
	background-color: #999;
	background-color: rgba( 153, 153, 153, .7 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */

	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus 
{ 
    background-color: #111; 
}

#imagelightbox-close:before,
#imagelightbox-close:after
{
	width: 2px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}

#imagelightbox-close:before
{
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}

#imagelightbox-close:after
{
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
		
/* PageNavigation */
.Pager
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    float: left;
    width: 2.5vw;
    height: 2.5vw;
    cursor: pointer;
    text-align: center;
    line-height: 2.5vw;
}

.Pager a
{
    margin: 0px;
}

.Pager span
{
    margin: 0px;
    line-height: 2.5vw;
}

.PagerLeft
{
    border-left: 1px solid #fff;
}

.PagerRight
{
    border-right: 1px solid #fff;
}

.PagerCurrent
{
    border: 1px solid #fff;
    background-color: #fff;
    float: left;
    width: 2.5vw;
    height: 2.5vw;
    cursor: default;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5vw;
}

.PagerCurrent span
{
    color: #525252;
    margin: 0px;
}

/* User interaction */
span.Small
{
    display: block;
    float: left;
    width: 4em;
    margin-left: 1em;
    padding: 0 5px;
}

span.Medium
{
    display: block;
    float: left;
    width: 18%;
    margin-left: 1em;
    padding: 0 5px;
}

span.Shootout
{
    display: block;
    float: left;
    width: 5%;
    margin-left: 1em;
}

span.Order
{
    display: block;
    float: left;
    width: 7%;
    margin-left: 1em;
}

.RankingForm
{
}

/*    .RankingForm .List td,
    .RankingForm .List input,
    .RankingForm .List select
    {
        font-size: 1vw !important;
    }
*/
    .RankingForm .List select
    {
        height: auto !important;
    }


.submenu {
    background-color: #5676d8;
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: right;
    padding-right: 10px;
}