﻿.ps_HiddenStyle
{
    display: none;
}

.ps_WtbButtonStyle.ps_DummyStyle{
    display: block;
    width: 200px;
    height: 39px;
    min-height: 39px;
    margin: 40px auto 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    font: normal 13px YellowBalloon;
    line-height: 39px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    cursor: pointer;
    background: #EC008C;
    color: #FFFFFF !important;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    border-color: #EC008C;
    
    -webkit-box-shadow: 2px 2px 2px 0px #ad367d;
    -moz-box-shadow: 2px 2px 2px 0px #ad367d;
    box-shadow: 2px 2px 2px 0px #ad367d;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    z-index: 1;
}

.ps_WtbButtonStyle.ps_DummyStyle:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(//embeddedcloud.pricespider.com/repository/mattel/imgs/monster-elements.png) no-repeat 0 -25px;
    background-size: auto 47px;
    vertical-align: middle;
    margin: 0 11px;
}

    .ps_WtbButtonStyle.ps_DummyStyle:active,    
    .ps_WtbButtonStyle.ps_DummyStyle:hover {
        background: none;
        background-color: #C1D830;
        border-color: #C1D830;
        color: #ffffff !important;
        -webkit-box-shadow: 2px 2px 2px 0px #adafa2;
        -moz-box-shadow: 2px 2px 2px 0px #adafa2;
        box-shadow: 2px 2px 2px 0px #adafa2;
    }


.ps_WTBConfirmationDialogStyle {
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ps_WTBConfirmationDialogStyle .ps_ModalShadowStyle
{
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    filter: alpha(opacity = 8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10500;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.ps_WTBConfirmationDialogStyle .ps_LightboxStyle
{
    position: relative;
    width: 650px;
    height: 347px;
    background: transparent url(//play.monsterhigh.com/en-us/Images/icon_tcm577-110500.png) no-repeat;
    background-size: 100% 100%;

    padding-right: 43px;
    padding-top: 27px;
    margin: 0 auto;

    z-index: 11000;
}


.ps_WTBConfirmationDialogStyle .ps_ContentStyle
{
    width: 380px;
    height: 235px;
    margin: 80px 0 0 295px;
    position: absolute;
    text-align: left;
    color: #000;
}

.ps_WTBConfirmationDialogStyle .ps_EverafterhighLogoStyle
{
    display: block;
    background-image: url(//www.everafterhigh.com/en-us/Images/interstitialDoll_tcm571-180556.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 299px;
    height: 371px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px 0 0 -23px;
}

.ps_WTBConfirmationDialogStyle .ps_CloseStyle
{
    position: absolute;
    height: 34px;
    width: 28px;
    background: url('//www.monsterhigh.com/CatalogContent/img/close_btn.png') no-repeat top left;
    cursor: pointer;
    right: 16px;
    top: 10px;
}


.ps_WTBConfirmationDialogStyle .ps_HeaderStyle
{
    display: block;
    margin: 0 0 7px 68px;
    font: 30px/30px "YellowBalloon",sans-serif;
    text-rendering: optimizeLegibility;
    clear: both;
}

.ps_WTBConfirmationDialogStyle .ps_ParagraphStyle {
    font: 14px/18px Arial,Helvetica,sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0 20px 0 68px;
}

.ps_WTBConfirmationDialogStyle .ps_ButtonsStyle 
{
    margin-top: 25px;
    text-align: center;
}

    .ps_WTBConfirmationDialogStyle .ps_ButtonStyle {
        display: inline-block;
        width: 160px;
        height: 50px;
        background-image: url("//www.monsterhigh.com/CatalogContent/img/Mh_btn_Sprite.png");
        color: #000;
        padding: 0px 8px;
        font-family: yellowBalloon;
        line-height: 50px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
        vertical-align: middle;
        cursor: pointer;
    }

        .ps_WTBConfirmationDialogStyle .ps_ButtonStyle:hover,
        .ps_WTBConfirmationDialogStyle .ps_ButtonStyle:active {
            color: #fff;
            background-position: 0 -52px;
        }

.ps_WTBConfirmationDialogStyle .ps_ButtonStyle.ps_DisabledStyle
{

}

.ps_WTBConfirmationDialogStyle .ps_LoadingStyle
{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 979px) {
    .ps_WtbButtonStyle.ps_DummyStyle
    {
        width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .ps_WtbButtonStyle.ps_DummyStyle
    {
        width: 100%;
    }

    .ps_WTBConfirmationDialogStyle .ps_LightboxStyle
    {
        width: 520px;
        height: 277px;
    }

    .ps_WTBConfirmationDialogStyle .ps_CloseStyle
    {
        width: 22px;
        height: 27px;
        background-size: 22px auto;
    }

    .ps_WTBConfirmationDialogStyle .ps_ContentStyle
    {
        width: 315px;
        height: 235px;
        margin: 30px 0 0 215px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ParagraphStyle
    {
        margin-right: 0;
    }

    .ps_WTBConfirmationDialogStyle .ps_ButtonsStyle 
    {
        margin: 15px 0 0 70px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ButtonStyle
    {
        width: 128px;
        height: 40px;
        line-height: 40px;
        background-size: 100% auto;
        font-size: 13px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ButtonStyle:hover, 
    .ps_WTBConfirmationDialogStyle .ps_ButtonStyle:active
    {
        background-position: 0 -42px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ButtonStyle + .ps_ButtonStyle
    {
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .ps_WTBConfirmationDialogStyle .ps_LightboxStyle
    {
        width: 87%;
        height: 245px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ContentStyle
    {
        margin-left: 50%;
        width: 46%;
        margin-top: 20px;
    }

    .ps_WTBConfirmationDialogStyle .ps_HeaderStyle
    {
        margin-left: 0;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ps_WTBConfirmationDialogStyle .ps_ParagraphStyle
    {
        margin-left: 0px;
        font-size: 13px;
        line-height: 14px;
    }

    .ps_WTBConfirmationDialogStyle .ps_ButtonsStyle
    {
        margin-left: 0;
        margin-top: 5px;
    }
}




