/** Popup **/

.pop-loader{
	position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    width: 100%;
	z-index: 1100;
	}
.loader-outer{
	position: absolute;
    background-color: #333333;
    opacity: 0.5;
    width: 100%;
    height: 100%;
	}
.loader-inner{
	/* position: relative;
    height: 100%;
    z-index: 1101;
    vertical-align: middle;
    width: 100%;
    display: table;
    color: #ffffff; */
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader-inner > div{
	/* display: table-cell;
    vertical-align: middle; */
}
.ui-dialog{
	/* z-index: 10001; */
	 z-index: 1082 !important;
}
.ui-widget-overlay{
	/* z-index: 10000; */
}
/* popup */
.ui-dialog{
	padding: 0;
	border: none !important;
	background: #fff;
	font-family: AVENIR;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background: #284255;
    padding: 10px 15px;
    /* text-align: center; */
    color: #fff;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 12px;
}
.ui-widget-overlay {
    background: #333333;
    opacity: 0.75;
    z-index: 1081 !important;
}
.ui-dialog-titlebar-close {
    background: url(../images/icons/close_popup.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #4b6584;
    border: none;
}
.ui-dialog .ui-dialog-buttonpane button{
	padding: .4em 1em;
	border-radius: 3px;
}
.ui-dialog .ui-dialog-buttonpane{
	background: #fff;
}
.ui-dialog .ui-dialog-content{
	background: #fff;
	padding: 1.5em 1em 0.5em;
	text-align: center;
}
.bring-front{
	z-index: 1090 !important;
	}
.main-loader{
	z-index: 1091 !important;
	}
.main-loader .ui-dialog-titlebar{
	display:none;
	}
.ok_btn {
    border: 1px solid #76D4F2 !important;
    background: #13b5ea !important;
    border-radius: 3px;
    padding: 3px 0px;
    color: #FFFFFF !important;
    font-size: 12px !important;
    width: 70px;
}