/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #222;opacity: .50;filter:Alpha(Opacity=50);}

/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding:0; width: 300px; overflow: hidden; cursor:default;}
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { background: url(images/remove-icon.png) no-repeat scroll transparent;
    text-indent: -10000em;
    height: 1.25rem;
    position: absolute;
    right: -0.625rem;
    top: -0.625rem;
    width: 1.25rem;
    padding: 0;
	font-size: 0;
	background-size: cover;
}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; background: none; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {}
.ui-dialog .ui-dialog-buttonpane button {}
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* cherry update styles on 2017/10/31*/
.ui-dialog, .ui-dialog {
	background-color:#6c6c6c;
	border: 0.0625rem solid #2c2c2c;
	overflow: visible;
	border-radius:0.3125rem;
	-webkit-border-radius:0.3125rem;
	-moz-border-radius:0.3125rem;
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-titlebar {
	height: 1.75rem;
	padding: 0;
	border-radius:0.3125rem;
	-webkit-border-radius:0.3125rem;
	-moz-border-radius:0.3125rem;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.ui-draggable .ui-dialog-titlebar, .ui-draggable .ui-dialog-titlebar {
cursor:move;
}
.ui-draggable-disabled .ui-dialog-titlebar, .ui-draggable-disabled .ui-dialog-titlebar {
	cursor:default;
}
.ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-title {
	color: #fff;
	font-weight:normal;
	font-size: 0.875rem;
	left:0.4375rem;
	margin-left:0.3125rem;
	position:relative;
	top:0.4375rem;
}
.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-content {
	margin:0.75rem;
	color: #ffffff;
	font-size: 0.875rem;
}
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-buttonpane {
	bottom: 0.5625rem;
	height: 1.875rem;
	text-align:right;
	width:100%;
	right: 0.625rem;
	margin-bottom: 2.5rem;
	padding-right: 0.625rem;
	padding-top: 2.5rem;
}
.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane button {
	margin: 0.375rem 0 0.375rem 0.625rem;
}
.ui-dialog .ui-dialog-buttonpane button[disabled]
{
	color:#555;
}

.ui-dialog .ui-resizable-n, .ui-dialog .ui-resizable-n {
	background:transparent;
	cursor:n-resize;
	height:0.375rem;
	left:0;
	top:0;
	width:100%;
}
.ui-dialog .ui-resizable-s, .ui-dialog .ui-resizable-s {
	background:transparent;
	bottom:0;
	cursor:s-resize;
	height:0.5rem;
	left:0;
	width:100%;
}
.ui-dialog .ui-resizable-e, .ui-dialog .ui-resizable-e {
	background:transparent;
	cursor:e-resize;
	height:100%;
	right:0;
	top:0;
	width:0.4375rem;
}
.ui-dialog .ui-resizable-w, .ui-dialog .ui-resizable-w {
	background:transparent;
	cursor:w-resize;
	height:100%;
	left:0;
	top:0;
	width:0.4375rem;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-se {
	background:transparent;
	bottom:0;
	cursor:se-resize;
	height:0.5625rem;
	right:0;
	width:0.5625rem;
}
.ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-sw {
	background:transparent;
	bottom:0;
	cursor:sw-resize;
	height:0.4375rem;
	left:0;
	width:0.4375rem;
}
.ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-nw {
	background:transparent;
	cursor:nw-resize;
	height:1.8125rem;
	left:0;
	top:0;
	width:0.4375rem;
}
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-ne {
	background:transparent;
	cursor:ne-resize;
	height:1.8125rem;
	right:0;
	top:0;
	width:0.4375rem;
}

.ui-dialog button
{
}
/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
	background: #dadada;
	border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #dadada;
	position: absolute;
	border: 1px solid #d3d3d3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */


/*Resize*/
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 0.4375rem;
	width: 100%;
	top: -0.3125rem;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 0.4375rem;
	width: 100%;
	bottom: -0.3125rem;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 0.4375rem;
	right: -0.3125rem;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 0.4375rem;
	left: -0.3125rem;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 0.75rem;
	height: 0.75rem;
	right: 0.0625rem;
	bottom: 0.0625rem;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 0.5625rem;
	height: 0.5625rem;
	left: -0.3125rem;
	bottom: -0.3125rem;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 0.5625rem;
	height: 0.5625rem;
	left: -0.3125rem;
	top: -0.3125rem;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 0.5625rem;
	height: 0.5625rem;
	right: -0.3125rem;
	top: -0.3125rem;
}
