﻿
/*------ Dialog Panel  -----------------------------------------------------------------------------------------------------*/
.mrw_dialogpanel {
    width: 800px;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #cccccc;
    background: #ffffff;
    margin: auto;
    position: relative;
}

.mrw_dialogpanel_no_width {
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #cccccc;
    background: #ffffff;
    margin: auto;
    position: relative;
}

.mrw_dialogpanel.standard {
    width: 800px;
}

.mrw_dialogpanel.sbig {
    width: 900px;
}

.mrw_dialogpanel.small {
    width: 670px;
}

.mrw_dialogpanel.mini {
    width: 540px;
}

.mrw_dialogpanel.xsmall {
    width: 320px;
}

.mrw_dialogpanel.checklist {
    width: 435px;
}

.mrw_dialogpanel.youtube {
    width: 560px;
}

.mrw_dialogpanel .header {
    background-color: #F0F2F4;
    border-bottom: 1px solid #CCCCCC;
    color: #4C5157;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
    font-size: 23px;
    line-height: 32px;
    padding: 16px 30px;
    text-align: center;
}

    .mrw_dialogpanel .header.left {
        text-align: left;
    }

.mrw_dialogpanel.small .header, .mrw_dialogpanel.mini .header {
}

.mrw_dialogpanel .content {
    font-size: 16px;
    padding: 20px 30px;
}

.mrw_dialogpanel .contentSecondary {
    font-size: 14px;
}

.mrw_dialogpanel.small .content, .mrw_dialogpanel.mini .content {
}

.btnDialogClose {
    background: transparent;
    background-image: url('/images/graph_2.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 40px;
    width: 40px;
    background-position: -2px -42px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: -20px;
}


.mrw_dialogpanel .btnDialogClose {
    background: transparent;
    background-image: url('/images/graph_2.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 40px;
    width: 40px;
    background-position: -2px -42px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}


/* Substyle of mrw_dialogpanel*/
.mrw_dialogpanel .mrw_dialogfeature {
    margin: 0 -20px;
}

    .mrw_dialogpanel .mrw_dialogfeature:before {
        background-image: url('/images/panels/newfeatures/top_ribbon.png');
        background-repeat: no-repeat;
        display: block;
        content: "";
        position: absolute;
        height: 49px;
        width: 232px;
        left: 50%;
        margin-left: -116px;
        top: -29px;
    }

    .mrw_dialogpanel .mrw_dialogfeature .subheader {
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        padding: 10px 140px;
    }

    .mrw_dialogpanel .mrw_dialogfeature .subcontent {
        text-align: center;
        position: relative;
    }

        .mrw_dialogpanel .mrw_dialogfeature .subcontent:after {
            background-image: url('/images/panels/newfeatures/shadow.png');
            background-repeat: no-repeat;
            display: block;
            content: "";
            position: absolute;
            height: 31px;
            width: 746px;
            bottom: -51px;
            left: 50%;
            margin-left: -373px;
        }

        .mrw_dialogpanel .mrw_dialogfeature .subcontent .banner {
            background-image: url('/images/panels/newfeatures/new_feature_banner.png');
            background-repeat: no-repeat;
            display: block;
            content: "";
            position: absolute;
            height: 50px;
            width: 188px;
            left: -31px;
            top: -50px;
        }
/* v2 */
.mrw_dialogpanel.v2 {
    width: 800px;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    border: 0 solid #cccccc;
    background: #ffffff;
    margin: auto;
    position: relative;
    border-radius: 6px;
    font-family: "Lato",Arial,Helvetica,sans-serif;
}

    .mrw_dialogpanel.v2 .header {
        font-weight: 300;
        color: #363e50;
        font-size: 20px;
        background: none;
        padding: 11px 30px;
        font-family: "Lato",Arial,Helvetica,sans-serif;
    }

    .mrw_dialogpanel.v2 .close_popup_icon {
        background: transparent;
        background-image: url('/images/graph_2.png');
        display: inline-block;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 24px;
        height: 24px;
        background-position: -2px -216px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        margin: 15px 10px;
    }

    .mrw_dialogpanel.v2 .btnDialogClose {
        display: inline-block;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        margin-top: inherit;
        margin-right: inherit;
    }

    .mrw_dialogpanel.v2.offergift {
        width: 960px;
    }

    .mrw_dialogpanel.v2.big {
        width: 900px;
    }

    .mrw_dialogpanel.v2.standard {
        width: 800px;
    }

    .mrw_dialogpanel.v2.small {
        width: 670px;
    }

    .mrw_dialogpanel.v2.mini {
        width: 540px;
    }

    .mrw_dialogpanel.v2.xsmall {
        width: 320px;
    }

    .mrw_dialogpanel.v2.checklist {
        width: 435px;
    }

    .mrw_dialogpanel.v2.youtube {
        width: 560px;
    }


/*------ END - Dialog Panel -------------*/

.mrw_master_header {
    text-align: left;
}
#PST_Header .header-bottom {
    height: auto;
}

#PST_Header .header-top .header_holder {
    margin: auto;
    left: 0;
    right: 0;
}

#PST_Header .header-top .box-left .content-logo {
    background-image: url(../images/content/MRlogo_410_nocom.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 180px;
    height: 100%;
    display: inline-block;
    background-size: 100%;
}

#PST_Header .header-top .box-left .content-logo a {
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999em;
    text-decoration: none;
}

#PST_Header .header-top .box-right {
    width: auto;
    margin-left: auto;
}

#PST_Header .header-top .box-middle {
    width: calc(100% - 575px);
}

#PST_Header .header-top .box-left {
    width: auto;
}

.sub_logo {
    background-attachment: scroll;
    background-image: url(../Images/content/for_commerce_logo.png);
    background-repeat: no-repeat;
    background-size: 170px 20px;
    display: inline-block;
    min-width: 170px;
    height: 22px;
    vertical-align: middle;
}

.menu-root {
    background-color: #FFF;
    z-index: 1;
}
#PST_Header .header-bottom .menu-container > ul > li.mobile_view {
    display: none;
}
#PST_Header .header-bottom .menu-container .sub-menu-parent {
    margin-right: 5px;
}
#PST_Header .header-bottom .menu-container .sub-menu-parent > a:before {
    display: none;
}
#PST_Header .header-top .box-left .sub_logo a {
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999em;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    #PST_Header .header-top .box-left .content-logo {
        height: 37px;
        width: 181px;
    }

    #PST_Header .header-top .box-right {
        width: 142px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-container.active:after {
        position: fixed;
        content: "";
        display: block;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        transition: background-color 125ms ease 500ms;
        background-color: rgba(0,0,0,.6);
    }

    #PST_Header .header-bottom .menu-container .sub-menu-parent:nth-child(4) {
        border-bottom: none;
    }

    #PST_Header .header-bottom .menu-container.active .menu-root:before {
        background-color: initial;
    }



    #PST_Header .header-top .box-middle {
        display: none;
    }

    #PST_Header.header-visitor {
        height: 50px;
    }

    #PST_Header .header-bottom .menu-container > ul > li {
        display: none;
    }
    #PST_Header .header-bottom .menu-container > ul > li.mobile_view {
        display: block;
    }
    #PST_Header .header-bottom .menu-container .sub-menu-parent {
        margin-right: auto;
    }
}

@media only screen and (max-width: 590px) {

    #PST_Header .header-top .box-left .content-logo {
        height: 37px;
        margin-top: 5px;
        width: 135px;
        background-size: 100%;
    }

    #PST_Header .header-top .box-right {
        text-align: center;
        display: none;
    }

    .sub_logo {
        height: 12px;
        min-width: 102px;
        background-size: 100%;
    }
}