﻿#divMenu {
    display: inline-block;
}

#menu {
    list-style-type: none;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 200px;
    height: 430px;
    border-radius: 0 5px 5px 5px;
    border: solid 1px #e89d18;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=5, Color='gray')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=5, Color='gray');
}

    #menu > li {
        cursor: pointer;
        color: #000;
    }

.divLiText {
    padding: 5px 5px 10px 15px;
    border: 0;
}

.divLiTextSel {
    color: #F9A021;
    font-weight: bold;
    border-top: solid 1px #e89d18;
    border-bottom: solid 1px #e89d18;
    width: 180px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

#menu > li:first-child {
    margin-top: 15px;
}

a.menuLiLink {
    color: #696969;
    font-size: 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

a.menuLiLinkSel {
    color: #F9A021;
    font-weight: bold;
    text-decoration: underline;
}

#menu > li div.sub {
    font-size: 7pt;
    color: #aaa;
    font-weight: normal;
}

#menu > li div.box {
    display: none;
    height: 495px;
    width: 450px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    border: solid 1px #e89d18;
    padding: 7px 7px 7px 20px;
    position: absolute;
    top: -1px;
    left: 199px;
    clear: both;
    z-index: 999;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=5, Color='gray')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Direction=135, Strength=5, Color='gray');
    cursor: default;
}

    #menu > li div.box h2 {
        color: #F9A021;
        font-weight: normal;
        font-size: 13pt;
    }

    #menu > li div.box h4 {
        color: #F9A021;
        font-weight: normal;
        font-size: 11pt;
        margin: 5px 0;
    }

#menu > li div.links {
    float: left;
    width: 200px;
    margin: 0 25px 25px 0;
}

    #menu > li div.links a {
        font-weight: bold;
        margin-top: 10px;
        font-size: 8pt;
        display: block;
    }

    #menu > li div.links span {
        color: #999;
        font-size: 8pt;
        font-style: italic;
    }

#menu > li div.shpiel, #menu > li div.shpiel a {
    font-size: 8pt;
}

#menu > li div.innerShpiel {
    border-left: solid 1px#aaa;
    margin: 15px;
    padding: 0 6px;
}

.redeem_form {
    text-transform: uppercase;
    border-radius: 30px !important;
    min-width: 275px;
    border: solid 1px #c44042 !important;
    color: #c44042 !important;
    font-weight: bold;
}

.divThemes {
    position: relative;
    width: 160px;
    height: 120px;
    float: right;
    margin: 5px 15px 15px 15px;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 3px;
}

#searchCharityBox {
    text-align: center;
    width: 220px;
    background-color: #f1f1f1;
    float: right;
    margin: 5px 15px 15px 15px;
}

.themeImages {
    position: absolute;
    top: 3px;
    left: 3px;
    text-align: center;
}

.ui-dialog {
    z-index: 1000;
}

.mainHeaderLink {
    color: #fff;
    font-size: 0.975rem;
    font-weight: 500;
    background-color: #C44042;
    display: inline-block;
    padding: 15px;
    margin-top: 7px;
}

    .mainHeaderLink:hover, .mainHeaderLinkActive {
        background-color: #cf8400;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .mainHeaderLink.sideMenuIcon {
        vertical-align: middle;
    }

#divHeaderRedeem {
    margin: 20px 20px 0 40px;
    align-items: center;
    display: flex;
}

.loginLinks {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-left: 32px;
    text-decoration: none;
}

    .loginLinks a {
        color: #fff;
    }

.headerBanner {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 300px;
    display: table;
}

    .headerBanner :first-child {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

#mobileHeader {
    display: none;
}

.input-sm {
    padding: 0.45rem 1rem !important;
    font-size: 0.765625rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
}
/* Side menu ***********************************************************************************************************************/
.side-menu-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);   
    height:100%;
}

    .side-menu-modal .modal-content {
        position: relative;
        background-color: #ffffff;
        margin: 0;
        height: 100vw;
        padding: 0;
        border: 1px solid #888;
        width: 100vw;
        max-width: 500px;
        box-shadow: 0 0.5rem 1rem rgba(52,58,64,.5);
        animation-name: slideFromleft;
        animation-duration: 0.4s;
        height: 100%;
    }

    .side-menu-modal .modal-header {
        padding: 16px;
        background-color: #C44042;
        box-shadow: 0 .7rem .7rem rgba(0,0,0,.1) !important;
    }

        .side-menu-modal .modal-header h3 {
            display: inline;
            line-height: 1.6;
            color: #fafafa;
        }

        .side-menu-modal .modal-header .close {
            float: right;
        }

            .side-menu-modal .modal-header .close > span {
                display: block;
                background-color: #c44042;
                line-height: 1.3rem;
                height: 1.3rem;
                width: 1.3rem;
                border-radius: 50%;
                font-size: 1.3rem;
                transition: all .2s ease-in-out;
            }

    .side-menu-modal .modal-body {
        padding: 16px;
        clear: both;
        height: 100%;
        overflow: scroll;
    }

        .side-menu-modal .modal-body > p {
            color: #e89d18;
            font-size: 1em;
        }

        .side-menu-modal .modal-body nav {
            padding: 15px;
        }

            .side-menu-modal .modal-body nav > a {
                display: block;
                padding: .25rem .75rem;
                font-size: 0.8em;
                line-height: 25.6px;
                color: #495057;
                text-decoration: none;
            }

                .side-menu-modal .modal-body nav > a:hover {
                    color: #e89d18;
                    cursor: pointer;
                }

                .side-menu-modal .modal-body nav > a sub {
                    font-size: 0.6em;
                    color: #777;
                    display: block;
                    line-height: 1.2em;
                }

.divMainHeaderDiv {
    display: flex;
    justify-content: space-between;
}

    .divMainHeaderDiv .navLinks {
        align-items: center;
        display: flex;
        padding-right: 80px;
    }

        .divMainHeaderDiv .navLinks a {
            font-size: 26px;
            font-weight: 700;
            margin-left: 64px;
            text-decoration: none;
        }

@media only screen and (max-width: 766px) {
    .CGC__PageBody {
        padding: 0;
    }

    #CGC_MainContent {
        padding: 10px;
    }

    .divMainHeaderDiv {
        display: none;
    }

    .headerMenuBand {
        display: none;
    }

    #mobileHeader {
        display: block;
    }

        #mobileHeader #topPart {
            display: flex;
            justify-content: space-around;
        }

            #mobileHeader #topPart #MobileLogo {
                margin: 15px;
            }

                #mobileHeader #topPart #MobileLogo img {
                    max-width: 300px;
                    text-decoration: none;
                }

            #mobileHeader #topPart .mobileMenuButton {
                color: #C44042;
                font-size: 30px;
                text-decoration: none;
                background-color: #fff;
                margin: 15px;
            }

        #mobileHeader .redBar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: center;
            background-color: #C44042;
            padding: 10px;
            width: 100%;
        }

            #mobileHeader .redBar .divRedeem {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            #mobileHeader .redBar #mobileRedeemInput {
                width: 140px;
                height: 40px;
                font-size: 12px;
                border-radius: 50px;
                text-transform: uppercase;
                margin: 10px;
            }

                #mobileHeader .redBar #mobileRedeemInput::-webkit-input-placeholder { /* WebKit browsers */
                    text-transform: none;
                }

                #mobileHeader .redBar #mobileRedeemInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                    text-transform: none;
                }

                #mobileHeader .redBar #mobileRedeemInput::-moz-placeholder { /* Mozilla Firefox 19+ */
                    text-transform: none;
                }

                #mobileHeader .redBar #mobileRedeemInput:-ms-input-placeholder { /* Internet Explorer 10+ */
                    text-transform: none;
                }

                #mobileHeader .redBar #mobileRedeemInput::placeholder { /* Recent browsers */
                    text-transform: none;
                }


            #mobileHeader .redBar #mobileRedeemButton {
                font-size: 14px;
                color: #fff;
                font-weight: 700;
                cursor: pointer;
            }


            #mobileHeader .redBar .btnGiveGift {
                padding: 10px 20px;
                font-size: 12px;
                font-weight: 700;
                border-radius: 30px;
                background-color: #e89d18;
                color: #fff;
                text-decoration: none;
                cursor: pointer;
            }

    .side-menu-modal .modal-content {
        min-height: 1500px;
    }
}


@keyframes slideFromleft {
    from {
        left: -500px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}
