

/* Start:/local/templates/main_v2/css/notifications.css?17787519681802*/
.message {
    display: table;
    position: relative;
    margin: 40px auto 40px;
    width: 500px;
    background-color: #0074D9;
    color: #fff;
    transition: all 0.2s ease;
}
.message.is-hidden {
    opacity: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.message--orange {
    background-color: #F39C12;
}

.message--red {
    background-color: #FF4136;
}

.message--green {
    background-color: #2ECC40;
}

.message-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}
.message-icon > i {
    width: 20px;
    font-size: 20px;
}

.message-body {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px 30px 10px;
}
.message-body > p {
    line-height: 1.2;
    margin-top: 6px;
}

.message-button {
    position: relative;
    margin: 15px 5px -10px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #fff;
    outline: none;
    cursor: pointer;
}
.message-button:hover {
    background: rgba(0, 0, 0, 0.3);
}
.message-button:active {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px rgba(0, 0, 0, 0.4);
    top: 3px;
}

.message-close {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    right: 5px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
}
.message:hover .message-close {
    opacity: 1;
}
.message-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* End */
/* /local/templates/main_v2/css/notifications.css?17787519681802 */
