﻿.MainGroupsAndItems {
    padding-bottom: 300px;
    margin-right: auto;
    margin-left: auto;
    min-height: 5000px;
    width: 960px;
}

/*#region GROUP TITLE */
.GroupTitle {
    border-color: #e85f7c;
    line-height: normal;
}

.GroupTitle0 {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 9px;
    font-size: 18px;
    color: white;
}

.GroupTitle1 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 16px;
    color: #dddddd;
}

.GroupTitle2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 14px;
    color: #bbbbbb;
}

.WaitingTime {
    padding-bottom: 2px;
    vertical-align: bottom;
    text-align: right;
    font-size: 12px;
    display: table-cell;
    color: white;
    width: 160px;
}

.ExpandAll, .CollapseAll {
    vertical-align: bottom;
    line-height: normal;
    display: table-cell;
    width: 20px;
}

.GroupTitle > div.GroupDots {
    vertical-align: middle;
    text-align: center;
    min-width: 20px;
    display: table-cell;
    width: 20px;
}

    .GroupTitle > div.GroupDots img {
        vertical-align: middle;
        margin-bottom: 3px;
    }
/*#endregion */

/*#region COLUMNS */
.Item {
    padding: 5px;
}
/* 1 column */
.Columns1 .ItemContainer {
    padding-top: 3px;
}

.Columns1 .ItemImage img {
    width: 100%;
}

@media screen and (max-width:950px) {
    /*
    .Columns1 {
        width: 100%;
    }
    */

        .Columns1 .ItemImage img {
            width: 100%;
        }
}

/* 2 column */
/*
.Columns2 .ItemContainer {
    width: 466px;
}
*/

/*
    .Columns2 .ItemContainer.IncludedTrue {
        width: 100%;
    }
*/

.Columns2 .ItemImage img {
    width: 100%;
}

/*
@media screen and (max-width:1035px) {
    .Columns2 {
        margin-right: 0px;
    }
}
*/

@media screen and (max-width:520px) {
    .Columns2 .ItemContainer {
        width: 100%;
    }

    .Columns2 .ItemImage img {
        width: 100%;
    }

    .Columns2 .ItemTitle {
        line-height: 13px;
        font-size: 13px;
    }
}

/* 3 column */
/*
.Columns3 .ItemContainer {
    width: 305px;
}
*/

.Columns3 .ItemImage img {
    width: 100%;
}

@media screen and (max-width:1035px) {
    .Columns3 {
        margin-right: 0px;
    }
}

@media screen and (max-width:1035px) {
    /*
    .Columns3 .ItemContainer {
        width: 100%;
    }
    */

    .Columns3 img {
        width: 100%;
    }
}

/* 4 column */
/*
.Columns4 .ItemContainer {
    width: 224px;
}
*/

.Columns4 .ItemImage img {
    width: 100%;
}

.Columns4 .ItemHeader {
    height: 32px;
}

.Columns4 .ItemWaitingTime {
    font-size: 13px;
}

.Columns4 .ItemTitle {
    font-size: 13px;
}

@media screen and (max-width:1035px) {
    .Columns4 {
        margin-right: 0px;
    }
}

@media screen and (max-width:504px) {
    .Columns4 .ItemContainer {
        width: 100%;
    }

    .Columns4 .ItemImage img {
        height: auto;
        width: 100%;
    }
}

/* 5 column */
.Columns5 {
    padding-right: 4px;
    padding-left: 4px;
}
/*#endregion */

/*#region ITEM */
.ItemContainer .ItemImage {
    display: inline-block;
    text-align: center;
    position: relative;
    /*
    height: auto;
    */
    clear: both;
}

.ItemImage img {
    vertical-align: baseline;
}

.ItemImage:hover .ItemDescription {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ItemContainer {
    vertical-align: top;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    /*
    display: inline-block;
    */
}

    .ItemContainer.Selected {
        border-bottom: 1px solid #777777;
        border-right: 1px solid #777777;
        border-left: 1px solid #777777;
        border-top: 1px solid #777777;
    }

    /*
.ItemDetails {
    display: inline-block;
}
*/

    .ItemContainer .ItemWaitingTime {
        text-align: right;
        font-size: 12px;
        color: White;
        float: right;
    }

    .ItemContainer .ItemCart {
        background-color: #454545;
        border-radius: 16px;
        padding-top: 6px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        height: 32px;
        width: 32px;
        color: white;
    }

    .ItemContainer .ItemCartActive {
        background-position: 0px 0px;
        background: url(../../../Images/Spinner-Dark.gif);
        position: relative;
        cursor: pointer;
        height: 32px;
        width: 32px;
    }

        .ItemContainer .ItemCartActive i {
            display: none;
        }

    .ItemContainer .ItemCart:hover {
        background-color: #de5b77;
    }

    .ItemContainer .ItemHeaderText,
    .ItemConfigure .EventHeaderText {
        padding-left: 5px;
    }

.ItemTitle {
    font-size: 16px;
    line-height: 16px;
    min-height: 18px;
}

.ItemContainer .ItemPrice {
    white-space: nowrap;
    text-wrap: none;
    font-size: 14px;
    color: #777777;
}

.ItemAmountPrice {
    padding-left: 20px;
    color: #aaaaaa;
}

/*
.ItemContainer .ItemDescription {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    background-color: rgba(21, 21, 21, .75);
    text-align: left;
    position: absolute;
    margin: 0;
    bottom: 0;
    height: auto;
    float: none;
    width: 100%;
    left: 0;
}
*/

/*
.ItemDescriptionNoImage {
	padding-left: 38px;
    text-align: left;
}
*/

/*
.Columns4 .ItemDescriptionNoImage {
	padding-left: 38px;
	line-height: 17px;
	font-size: 13px;
}
*/

.ItemExtra {
    padding-top: 10px;
}

.ImageTrue:hover .ItemDescription {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*#endregion */

/*#region ITEM INCLUDED */
.ItemIncluded {
    vertical-align: top;
    display: inline-block;
}

    .ItemIncluded .ItemHeader {
        font-size: 16px;
        height: 29px;
    }

    .ItemIncluded .ItemImage {
        margin-right: 7px;
        margin-left: 7px;
    }

        .ItemIncluded .ItemImage:last-child {
            margin-right: 0px;
        }

        .ItemIncluded .ItemImage img {
            width: 225px;
        }
/*#endregion */

/*#region BLACK AREA */
.Selected {
    position: relative;
}

    .Selected .DivBlackAreaClose {
        display: none;
    }

    .Selected .DivBlackAreaClose {
        background-repeat: no-repeat;
        background-image: url(../../../Images/Close.png);
        background-position: 50% 50%;
        display: inline-block;
        cursor: pointer;
        height: 36px;
        width: 36px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
/*#endregion */

/*#region ITEMS EXTRA */
.ExtraHeadline {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
}
/*#endregion */

/*#region ITEM CONFIGURE */
.ItemConfigure {
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
}

    .ItemConfigure h3 {
        margin-top: 0px;
    }

    .ItemConfigure .Option {
        padding: 1px 5px;
    }

        .ItemConfigure .Option.Headline {
            font-weight: bold;
        }

        .ItemConfigure .Option .OptionDropdown {
            padding: 5px;
            width: 100%;
        }

        .ItemConfigure .Option select {
            -webkit-border-radius: 0;
            -webkit-appearance: none;
            padding-left: 4px;
            background: #000 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAMAAADgW+cVAAAADFBMVEWAgIAbGxt/f3////8cQwPfAAAABHRSTlP///8AQCqp9AAAAClJREFUCFtVyMERAAAEA0Gk/56RCcb99gw/22QXXUaPGJY5hu0aSxpHJC19AOFlc6diAAAAAElFTkSuQmCC') no-repeat 100% 50%;
            padding: 5px;
            border: 1px solid #777777;
            color: white;
        }

        .ItemConfigure .Option .OptionExtraDropdown {
            padding: 5px;
            width: 100%;
        }
/*#endregion */

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.Advertisement-Reuse {
    background-color: #f08a04;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    color: white;
}

    .Advertisement-Reuse img {
        vertical-align: bottom;
    }

@media screen and (max-width:980px) {
    .GroupImage {
        vertical-align: top;
        max-width: 100%;
        width: 70%;
        height: auto !important;
    }

    .MainGroupsAndItems {
        min-height: 0px;
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    .ItemIncluded .ItemImage {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    .ItemDescription {
        background-color: transparent;
        margin-right: auto;
        -moz-opacity: 1;
        margin-left: auto;
        position: static;
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .ItemIncluded .ItemDescription {
        text-align: center;
    }

    .ItemExtra {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:320px) {
    .ItemIncluded .ItemImage img {
        width: 128px;
    }
}
