﻿.Fidelidade_Feedback_Wrapper {
    background: rgba(0,0,0,.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.Fidelidade_Feedback_Wrapper.NotFullScreen {
    left: 350px;
}

.Fidelidade_Feedback_Wrapper.Fidelidade_Feedback_Active {
    display: block;
}

.Fidelidade_Feedback_Message {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #444;
    left: 50%;
    /*min-height: 240px;*/
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 350px;
}

.Fidelidade_Feedback_Icon {
    /*font-size: 40px;*/
    line-height: 1;
}

.Fidelidade_Feedback_Message.Warning .Fidelidade_Feedback_Icon {
    color: #e88310;
}

.Fidelidade_Feedback_Message.Success .Fidelidade_Feedback_Icon {
    color: #76b501;
}

.Fidelidade_Feedback_Message.Info .Fidelidade_Feedback_Icon {
    color: #166ba5;
}

.Fidelidade_Feedback_Message.Error .Fidelidade_Feedback_Icon {
    color: #bf1601;
}

.Fidelidade_Feedback_Title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.Fidelidade_Feedback_Description {
    color: #aaa;
    font-size: 13px;
    margin-top: 20px;
    /*min-height: 100px;*/
}

.Fidelidade_Feedback_Button {
    margin-top: 20px;
}

.Fidelidade_Feedback_Button .Button,
.Fidelidade_Feedback_Button .Button.Is_Default {
    display: block;
    margin: 0;
}