/* Global */

.ui-button {
    cursor: pointer;
}


/* Dialogs */

.ui-dialog {
    background: #fff;
    box-shadow: 0 0 15px #000;
	left: 0;
    max-width: 90%;
	outline: 0;
	padding: 15px 15px 15px 15px;
	position: fixed;
	top: 0;
    z-index: 999999 !important;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none;
	border: none;
	color: #e6e6e6;
    display: none;
	font-weight: bold;
	padding: 8px 5px;
	position: absolute;
	right: 2px;
	top: 0px;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background: #aaaaaa;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: none;
    margin-top: 20px;
	padding: 0;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: transparent;
	border: none;
    border-radius: 5px;
	color: #0070ff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
	outline: 0px;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: #ddeaf9;
    border: none;
	color: #0070ff;
}

.ui-dialog .ui-dialog-buttonpane button:active {
    background: #0070ff;
    color: #eee;
}

.ui-dialog .ui-dialog-content {
	border: 0;
    font-size: 13px;
	overflow: auto;
	padding: 15px 10px;
	position: relative;
}

.ui-dialog .ui-dialog-title {
    color: #333;
	font-size: 18px;
    font-style: italic;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.ui-dialog .ui-dialog-titlebar {
    line-height: 18px;
	padding: 10px 10px;
	position: relative;
}

.ui-dialog .ui-widget-content {
	color: #555;
    font-size: 15px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, .7);
    background-image: repeating-linear-gradient(0deg, rgba(50, 50, 50, .7), rgba(0, 0, 0, .5) 2px, rgba(50, 50, 50, .7) 2px);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

/* Helpers */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}