/********************************LAYERPOPUP**********************************/
.ui-dialog {padding:0; max-height:600px; text-align:center; border:none;}
.ui-widget-header {background:none;}
.ui-dialog-titlebar {display:none;}
.ui-dialog .ui-dialog-content {padding:0; overflow:hidden;}
.ui-widget-overlay {opacity:0.6;}

.amb_layerpopup {padding:0; margin:0 auto; text-align:left; max-width:1000px; width:1000px; background:#ffffff; height:650px;}
.amb_layerpopup a:focus  {outline: 0;}
.amb_layerpopup .content {padding:30px 32px !important; max-height:566px; overflow-y:auto; min-height:10px !important; border-width:0px 2px 2px 2px; border-style:solid; border-color:#34383b}
.amb_layerpopup .popupHeader {min-width:none; width:100%; height:60px; line-height:60px; padding:0 32px; color:#ffffff; font-weight:normal; background:#34383b; position:relative;}
.amb_layerpopup .popupHeader span.title {display:inline-block; font-size:18px; font-weight:normal;}
.amb_layerpopup .close {display:inline-block; position:absolute; right:32px; top:50%; width:21px; height:20px; margin-top:-10px; background:url('../img/btn_close1.png') no-repeat 0 0; text-align:center; border:none;}
.amb_layerpopup .content .btnArea{margin:30px 0px 20px 0px}
.ui-dialog .amb_layerpopup .content:after  {display:block; content:''; height:0px;}

/********************************SEARCHSTYLE**********************************/
#popup_dialog_01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0, .5);
    z-index: 99;
}
.amb_layerpopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*****************************************************************************/