.popup {
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px #252525;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 5px #252525;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #252525;
    border: solid 1px #383838;
    display: none;
    z-index: 9999;
}

#shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    background: url("/img/popups/shadow.png");
    z-index: 9900;
}

#notification {
    background: #BFFFCA;
    width: 350px;
    padding: 10px;
}

#notification_msg {
    background: url("/img/popups/info-icon.png") top left no-repeat;
    padding-left: 60px;
    min-height: 50px;
    vertical-align: center;
}

#warning {
    background: #FCEFBD;
    width: 350px;
    padding: 10px;
}

#warning_msg {
    background: url("/img/popups/warning-icon.png") top left no-repeat;
    padding-left: 60px;
    min-height: 50px;
    vertical-align: center;
}

#error {
    background: #FFC0BF;
    width: 350px;
    padding: 10px;
}

#error_msg {
    background: url("/img/popups/error-icon.png") top left no-repeat;
    padding-left: 60px;
    min-height: 50px;
    vertical-align: center;
}

#confirm {
    background: #FFFFFF;
    width: 350px;
    padding: 10px;
}

.alert_popup {
    background: #BFFFCA;
    padding: 10px;
}

.alert-block {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    border: 1px solid #959595;
}

#popup-loading {
    width: 236px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    background-color: #222;
    color: #FFF;
    border-radius: 3px;
    z-index: 9999;
}

#confirm_msg, #alert_msg {
    vertical-align: center;
    display: table;
    max-width: 500px;
}
.popup-break-all{
    word-break: break-all;
}
.alert-simple {
    background: #ffffff;
    color: #1C171E;
}

.info_icon {
    background: url("/img/popups/info.png") top left no-repeat;
    height: 50px;
    width: 50px;
    display: table-cell;
}

.error_icon {
    background: url("/img/popups/error.png") top left no-repeat;
    height: 50px;
    width: 50px;
    display: table-cell;
}

.warning_icon {
    background: url("/img/popups/warning.png") top left no-repeat;
    height: 50px;
    width: 50px;
    display: table-cell;
}

.help_icon {
    background: url("/img/popups/help.png") top left no-repeat;
    height: 50px;
    width: 50px;
    display: table-cell;
}
.icon_space {
    height: 50px;
    width: 0px;
    float: left;
}
.help_icon_fill {
    background: rgba(0, 0, 0, 0) url("/img/popups/help-icon.png") no-repeat scroll left center;
    padding-left: 70px !important;
}
#span_msg {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
}

#popup_msg_list {
    display: block;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px 15px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
