﻿.dialog-overlay {
    width: 100vw !important;
    height: 100vh !important;
    opacity: 0.3;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.dialog-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    background: #ffffff;
    /* width: 350px; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5000;
    padding: 7px;
    display: none;
}

    .dialog-box.error {
        max-width: 600px;
        z-index: 6000;
    }

    .dialog-box.h400 {
        height: 400px;
    }

    .dialog-box.h700 {
        height: 700px;
        overflow-y: auto;
    }
    .dialog-box.h800 {
        height: 800px;
        overflow-y: auto;
    }

    .dialog-box.w400 {
        width: 400px;
    }

    .dialog-box.w500 {
        width: 500px;
    }

    .dialog-box.w600 {
        width: 600px;
    }

    .dialog-box.w700 {
        width: 700px;
    }

    .dialog-box.w840 {
        width: 840px;
    }

    .dialog-box.w875 {
        width: 875px;
    }

    .dialog-box.w900 {
        width: 900px;
    }

    .dialog-box.w920 {
        width: 920px;
    }

    .dialog-box.w930 {
        width: 930px;
    }

    .dialog-box.w940 {
        width: 940px;
    }

    .dialog-box.w1140 {
        width: 1140px;
    }

    .dialog-box .dialog-title {
        background-color: #226308;
        text-transform: uppercase;
        padding: 5px 10px 5px 10px;
        color: #ffffff;
        font-size: 16px;
        border-radius: 4px;
    }

    .dialog-box .dialog-content {
        text-align: left;
        color: #000000;
        padding: 5px 0px 5px 0px;
    }

        .dialog-box .dialog-content .message {
            color: #595959;
            font-size: 16px;
            margin-bottom: 10px;
        }

    .dialog-box .button-group .button {
        border-radius: 6px;
        cursor: pointer;
        float: right;
        padding: 3px;
        width: 100px;
        text-align: center;
    }

    .dialog-box .button-group .button-width-120px {
        border-radius: 6px;
        cursor: pointer;
        float: right;
        padding: 3px;
        width: 120px;
        text-align: center;
    }

        .dialog-box .button-group .spacer {
        width: 20px;
        float: right;
    }

.dialog-load {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    background: #ffffff;
    width: 250px;
    position: absolute;
    z-index: 5000;
    display: none;
}

.dialog-load-content {
    text-align: left;
    padding: 10px;
    margin: 13px;
    color: #595959;
    font-size: 11px;
}

.dialog-load-image {
    float: left;
    width: 40px;
}

.dialog-load-text {
    float: left;
    margin-left: 20px;
    font-size: 20px;
    margin-top: 5px;
}

.dialog-load-link {
    float: right;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-right: -11px;
}

.error-message-show-link {
    float: right;
    margin-right: 2px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #9d3534;
    text-transform: uppercase;
    font-size: 12px;
}

.error-message-details {
    border: solid 1px #d7d7d7;
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px;
}

.dialog-linkbutton {
    border: none;
    background-color: #ffffff;
    color: blue;
    padding: 0;
    margin: 0;
    width: 18em;
}

.dialog-message {
    font-size: 14px;
}
