#alert, #confirm{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    font-size: 0;
    display: none;
}

#divOpacityAlert, #divOpacityConfirm{
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .4;
    font-size: 1px;
}

#alertMessage, #confirmMessage {
    padding-bottom: 20px;
}

#popupContent {
    padding-bottom: 15px;
}

#divOpacityAlert{
    z-index: 956;
}

#divOpacityConfirm{
    z-index: 958;
}

#divOpacityPopup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
    display: none;
}

#divOpacityPopup{
    z-index: 20;
}

#popupDialog{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#popupDialog{
    z-index: 30;
}

#alert > table, #confirm > table, #popupDialog > table{
    position: absolute;
    width: 100%;
    height: 100%;
}

#alert > table{
    z-index: 957;
}

#confirm > table{
    z-index: 959;
}

#popupDialog > table{
    width: 100%;
    height: 100%;
}

#divalert, #divconfirm{
    font-size: 18px;
    max-width: 19.8em;
    margin-left: 7px;
    margin-right: 7px;
    background: transparent;
}

#divPopup{
    margin-left: 7px;
    margin-right: 7px;
    background: transparent;
}

#divPopup {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

#divPopup{
    max-width: 500px;
}

#btnAlertOK, #btnConfirmYes, #btnConfirmNo{
    font-size: 15px;
}

.modal-header{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    text-align: center;
}

.modal-footer{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 5px;
    background: white;
}

.modal-body {
    padding-bottom: 0px;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.alert-title {
    font-weight: bold;
}

#popupDialog .divTheme {
    max-width: 810px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#popupDialog .img-theme {
    width: 100%;
    cursor: pointer;
    border: 0;
}