.Popover {
    width: 100%;
    height: 100%;

    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.PopoverContent {
    width: 480px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;

    background-color: white;

    position: fixed;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    border-color: rgba(102, 102, 102, 0.25);
    border-radius: 4px;
}

.LoginPopoverContent {
    width: 400px;
    height: 350px;
    padding: 20px 0 0 0;
}
.KissPopoverContent {
    width: 300px;
    height: 225px;
}
.ChatPopoverContent {
    width: 400px;
    height: 135px;
}
.WantedValuesPopoverContent {
    width: 300px;
    height: 400px;
}
.OnlyVIPPopoverContent {
    width: 300px;
    height: 312px;
}
.BlockUserPopoverContent {
    width: 300px;
    height: 380px;
}

.UnlockProfileContent {
    width: 350px;
    height: 210px;
}

.SendLastActionAgainContent {
    width: 350px;
    height: 240px;
}

.PaymentDialogContent {
    width: 700px;
    height: 480px;
}

.PaymentDialogViewContainer {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.ImprintPopoverContent, .PrivacyPopoverContent, .TermsPopoverContent {
    width: 480px;
    height: 380px;
}

.CloseButton {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 27px;
    height: 27px;

    cursor: pointer;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bt_close@2x.png', sizingMethod='scale')";
    background-image: url('../images/bt_close@2x.png'), linear-gradient(transparent, transparent);
    background-size: cover;
}

.PopoverSupportHeadImage {
    position: absolute;
    left: -14px;
    top: -20px;
    width: 80px;
    height: 80px;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_female_support@2x.png', sizingMethod='scale')";
    background-image: url('../images/header_female_support@2x.png'), linear-gradient(transparent, transparent);
    background-size: cover;
}

.PopoverTitleLabel {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 40px;
    line-height: 40px;

    color: white;
    font-size: 20px;
    text-indent: 70px;

    background-color: #e22a4c;
    border-top-right-radius: 4px;
}

.LoginHintLabel {
    width: 100%;
    height: 13px;
    line-height: 13px;

    color: #808080;
    font-size: 13px;
    text-align: center;
}

.EmailHintLabel {
    display: block;
    padding: 20px 20px 0;
    color: #808080;
    font-size: 12px;
    text-align: center;
    clear: both;
}

.LoginForgotPasswordLabel {
    position: absolute;
    left: 210px;
    width: 170px;
    top: 8px;
    height: 30px;
    line-height: 30px;

    color: #808080;
    font-size: 16px;
    text-align: center;
}

#LoginFacebookHint {
    height: 20px;
}

#LoginForgotPasswordLine {
    height: 36px;
}

#loginFacebookButton {
    padding-left: 40px;
}

.PopoverKissImage {
    position: relative;
    width: 150px;
    height: 90px;
    top: 55px;
    margin-left: auto;
    margin-right: auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_kiss_red@2x.png', sizingMethod='scale')";
    background-image: url('../images/ic_kiss_red@2x.png'), linear-gradient(transparent, transparent);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ActionButton {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    height: 40px;

    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;

    cursor: pointer;
    background-color: #3baa34;
    border-radius: 4px;
}

.ActionButton:hover {
    box-shadow: 0px 0px 5px #808080;
}

#ChatPopoverInputBar {
    position: absolute;
    left: 20px;
    right: 16px;
    height: 40px;
    bottom: 20px;
    padding: 0;
}

.WantedValuesScroll {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 60px;
    bottom: 0px;
    padding-bottom: 25px;

    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.WantedValuesTable {
    width: 100%;
    height: auto;
}

.WantedValue {
    position: relative;
    width: 100%;
    float: left;
    height: 44px;

    cursor: pointer;

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F0F0F0;
}
.WantedValue:hover {
    box-shadow: 1px 1px 5px #C0C0C0;
}

.WantedValueTitleLabel {
    position: absolute;
    top: 8px;
    height: 28px;
    left: 20px;
    right: 56px;

    line-height: 28px;
    font-size: 18px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WantedValueIcon {
    position: absolute;
    right: 20px;
    top: 8px;
    height: 28px;
    width: 28px;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_check@2x.png', sizingMethod='scale')";
    background-image: url('../images/ic_check@2x.png'), linear-gradient(transparent, transparent);
    background-size: cover;
}

.OnlyVIPInfoLabel, .BlockUserInfoLabel, .UnlockUserInfoLabel {
    position: absolute;
    left: 20px;
    top: 75px;
    right: 20px;
    bottom: 60px;

    font-size: 18px;
    color: #808080;
}

.SendLastActionAgainContainer {
    position: absolute;
    top: 75px;
    width: 100%;
    /*background-color: red;*/
}

.SendLastActionAgainInfoLabel {
    position: absolute;
    float: left;
    left: 100px;
    right: 10px;
    /*top: 75px;*/
    /*right: 20px;*/
    /*bottom: 60px;*/

    font-size: 18px;
    color: #808080;
}

.SendLastActionAgainUserImage{
    position: absolute;
    float: left;
    width: 60px;
    height: 60px;
    left: 20px;
    /*top: 8px;*/
    /*transform: translateY(-50%);*/
    cursor: pointer;
    border-radius: 31px;
    background-size: cover;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    box-shadow: 0px 0px 3px #FFFFFF;
}

.ImprintPopoverLabel {
    position: absolute;
    left: 20px;
    top: 40px;
    right: 0;
    bottom: 12px;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.EmailConfirmPopoverLabel {
    position: absolute;
    left: 20px;
    top: 60px;
    right: 12px;
    bottom: 12px;
}
.EmailConfirmPopoverContent {
    margin-top: 60px;
    height: 190px;
    width: 400px;
}
.EmailConfirmPopoverText {
    margin-top: 80px;
    margin-left: 20px;
}

.ActionButton, .PopoverTitleLabel, .WantedValueTitleLabel {
    -moz-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select: none;
}


/* Fonts */

.OnlyVIPInfoLabel, .BlockUserInfoLabel, .ImprintPopoverLabel, .UnlockUserInfoLabel, .SendLastActionAgainInfoLabel, .EmailConfirmPopoverText {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.PopoverTitleLabel, .LoginHintLabel, .EmailHintLabel, .LoginForgotPasswordLabel, .ActionButton, .WantedValueTitleLabel {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

/* Responsive */

@media screen and (min-width: 1294px) {
    .PaymentDialogContent {
        width: 900px;
        height: 570px;
    }
}

@media screen and (max-width: 1023px) {
    .PaymentDialogContent {
        height: 90%;
    }
}

@media screen and (max-width: 767px) {
    .CloseButton {
        right: 6px;
        top: 6px;
    }
    .LoginPopoverContent {
        padding: 20px 0 0 0;
        height: 350px;
    }
    .WantedValue:hover {
        box-shadow: none;
     }
    .PaymentDialogContent {
        width: 90%;
        height: 90%;
    }
}



