﻿.lightbox {
    background-image: url(data:application/octet-stream;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAADUlEQVQYV2NgYGCoBwAAhACAEozAVQAAAABJRU5ErkJggg==);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.message_box_outer {
    display: block;
    margin: 22% auto auto 7%;
    vertical-align: middle;
}

.dialog_box {
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 500px;
}


.errorvalidation {
    background: #da5858;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}

.confirmvalidation {
    background: #FF9A58;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}

.infovalidation {
    background: #35ADD5;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}

.successvalidation {
    background: #39BA80;
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}



.msg_footer {
    background: #fff;
    border-top: 1px solid #eee;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.ligntbox_error_button {
    background: #da5858;
}

.ligntbox_info_button {
    background: #35ADD5;
}

.ligntbox_success_button {
    background: #39BA80;
}

.lightbox_footer_close_btn {
    cursor: pointer;
    float: right;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    outline: 0;
    font-family: Arial,Helvetica,sans-serif;
    list-style: none;
}

.successmessage {
    background-color: #239A50;
    top: -73px;
}

.messagetop h3 {
    margin: 0 0 5px;
}

.messagetop p {
    margin: 0;
}

.messagetop {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    border: 1px solid #27691c;
    color: #fff;
    left: -1px;
    padding: 9px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.title_line {
    float: left;
    margin: 10px 0 10px 10px;
    text-align: left;
    width: 90%;
}

.content_box {
    width: 96%;
    padding: 2%;
    background: #fff;
    float: left;
    max-height: 500px;
    overflow: auto;
    text-align: left;
}

    .content_box ul {
        color: #e69171;
        list-style-type: square;
        margin: 0;
        padding: 0;
        outline: 0;
        border: none;
        font-family: Arial,Helvetica,sans-serif;
        list-style: none;
        text-decoration: none;
        font-size: 14px;
    }

    .content_box li {
        color: #555;
        padding: 0 0 0 20px;
    }
