/* Dialog */
#overlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 2500;
}

#overlay.remoteview-box {
    opacity: 0.5;
    filter: alpha(opacity=5);
}

#dialog-wrap.none {
    display: none !important;
}

#dialog-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    *width: auto;
    overflow-y: auto;
    z-index: 2501;
}

#dialog-wrap .white-box [data-btn="dialog-top-close"] {
    position: absolute;
}

#dialog-wrap [data-btn="dialog-top-close"] {
    opacity: 1;
    position: fixed;
    top: 15px;
    right: 12px;
    display: inline-block;
    zoom: 1;
    width: 60px;
    height: 60px;
    border: 0;
    background: url(/public/common/img/btn/close.png) no-repeat 0 0;
    z-index: 3010 !important;
}

#dialog-wrap .fade {
    opacity: 0;
    -webkit-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -moz-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -ms-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -o-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
}

#dialog-wrap .fade.in {
    opacity: 1;
}

#dialog {
    position: relative;
    display: inline-block;
    zoom: 1;
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 900px;
    min-width: 200px;
    min-height: 100px;
    border-radius: 9px 9px 9px 9px;
    background: transparent;
    color: #fff;
    z-index: 3000;
    -webkit-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -moz-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -ms-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    -o-transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
    transition:
        top 0.3s ease-out,
        opacity 0.3s ease-out;
}

#dialog.full-type .button-box {
    margin-bottom: 0;
}

#dialog a {
    color: #fff;
}

#dialog a:hover,
#dialog a:focus {
    color: #55b955;
}

#dialog .top-close {
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    text-align: center;
    z-index: 2505;
    background: none;
    border: none;
    font-size: 20px;
    font-size: 2rem;
    padding: 4px;
    font-family: Helvetica, Arial;
}

#dialog .dialog-body {
    text-align: center;
    word-break: break-word;
}

#dialog .dialog-body .title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 30px;
    /* 9 */
    margin-bottom: 3rem;
    /* 9 */
    line-height: 1.2;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    font-weight: 400;
    color: #fff;
}

#dialog .dialog-body .title.error {
    color: #ff0000;
}

#dialog .dialog-body .cont {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 58px;
    /* 9 */
    margin-bottom: 5.8rem;
    /* 9 */
    line-height: 1.5;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    font-weight: 300;
    color: #fff;
}

#dialog .dialog-body .cont.result {
    padding-top: 20px;
    font-size: 18px;
}

#dialog .dialog-body form {
    margin: 0 auto;
}

#dialog .button-box {
    margin-bottom: 20px;
}

#dialog .button-box.result {
    margin-bottom: 0;
}

#dialog .button-box input {
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.fade #dialog {
    opacity: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition:
        top 0.3s ease-out,
        opacity 0.15s ease-out;
    -moz-transition:
        top 0.3s ease-out,
        opacity 0.15s ease-out;
    -ms-transition:
        top 0.3s ease-out,
        opacity 0.15s ease-out;
    -o-transition:
        top 0.3s ease-out,
        opacity 0.15s ease-out;
    transition:
        top 0.3s ease-out,
        opacity 0.15s ease-out;
}

.fade.in #dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.float-top #dialog {
    top: 1% !important;
    margin-bottom: 2%;
}

#registerAdminInfo .content {
    padding: 0;
    min-height: auto;
    color: #434343;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    #dialog-wrap [data-btn="dialog-top-close"] {
        top: 16px;
        right: 16px;
        width: 30px;
        height: 30px;
        background-position: center center;
    }
}

@media only screen and (max-device-width: 991px) {
    #dialog-wrap [data-btn="dialog-top-close"] {
        top: 16px;
        right: 16px;
        width: 30px;
        height: 30px;
        background-position: center center;
    }
}
/* Dialog end */
