/*
		Document   : 
		Created on : 2014.07.30., 18:39
		Author     : gt
		Version    : 0.1
		Description:
				This contanins style (not common) part of default template.
				Dont put any module related style here.
*/
@import url("jquery.ui.structure.css");
@charset "utf-8";


.ui-helper-hidden-accessible {
	display: none;
}

.ui-themed .ui-widget,
.ui-themed .ui-widget input,
.ui-themed .ui-widget select,
.ui-themed .ui-widget textarea,
.ui-themed .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

.ui-themed .ui-widget-content,
.ui-themed .ui-widget-header {
	color: inherit;
}

.ui-themed .ui-widget-content {
	background-color: white;
}

.ui-themed .ui-front {
	/* 100? */
	z-index: 2147483647;
}

.ui-themed .ui-widget-overlay {
	z-index: 1000;
}

.ui-themed .ui-dialog {
	position: fixed!important;
	top: 20%;
	left: 33%;
	padding: 0;
	outline: 0;
	box-shadow: 0 0 20px #777;
	max-height: 96%;
	max-width: 96%;
	overflow: hidden;
}

.ui-themed .ui-dialog .ui-dialog-titlebar {
	position: relative;
	line-height: 23px;
}

#jmodal-helper .ui-dialog .ui-dialog-titlebar {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
}
#jmodal-helper .ui-dialog .ui-dialog-titlebar:hover {
	/*padding-bottom: 15px;
	margin-bottom: -40px;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.ui-themed .ui-dialog .ui-dialog-titlebar-close {
	color: inherit;
	position: absolute;
	right: 1px;
	top: 3px;
	z-index: 1;
	font-size: 20px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important;
	margin: 0;
	border: 0;
}

#jmodal-helper .ui-dialog .ui-dialog-titlebar-close {
	width: auto;
}

.ui-themed .ui-dialog .ui-dialog-title {
	/*float: left;
	margin: .1em 0;*/
	display: inline-block;
	white-space: nowrap;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

#jmodal-helper .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	color: transparent;
}

#jmodal-helper .ui-dialog .ui-dialog-titlebar:hover .ui-dialog-title {
	color: inherit;
}

.ui-themed .ui-dialog > .ui-dialog-content {
	position: relative;
	border: 0;
	background: none;
	overflow: hidden;
	clear: both;
	min-width: 100%!important;
	min-height: 100%!important;
	/*margin: 0 -12px 0 0;*/
	margin: 0;
	padding: 0;
}

.ui-themed .ui-dialog > .ui-dialog-content .sp-viewport .sp-container {

}
.ui-themed .ui-dialog > .ui-dialog-content .sp-scrollbar-y {
	margin-top: 25px;
}

.ui-themed .ui-dialog > .ui-dialog-content .ui-dialog-fitter {
	min-width: 400px;
	min-height: 150px;
	display: inline-block;
	/*padding: 0 17px 0 5px;*/
	padding: 10px;
}

.ui-themed .ui-dialog > .ui-dialog-content .title h1 {
	margin-top: 0;
}

.ui-themed .ui-dialog > .ui-dialog-titlebar {
	padding: 0 10px;
}

/* scrollable trick 1
.ui-themed .ui-dialog > .ui-dialog-content, .ui-dialog > .ui-dialog-titlebar {
	padding: 0 26px 10px 26px;
}*/

/* scrollable trick 2
.ui-themed .ui-dialog > .ui-dialog-content > *, .ui-dialog > .ui-dialog-titlebar > * {
	margin: 0 -16px;
	position: relative;
}*/

#jmodal-helper.ui-themed .ui-dialog .ui-dialog-content > .content {

}

#jmodal-helper.ui-themed .ui-dialog .ui-dialog-content > .content > .title {
	min-height: 25px;
}

#jmodal-helper.ui-themed .ui-dialog .ui-dialog-content > .content > .title h1 {
	color: #333;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-themed .ui-icon {
	width: 13px;
	height: 13px;
	line-height: 13px;
	vertical-align: middle;
}
.ui-themed .ui-icon,
.ui-themed .ui-widget-content .ui-icon {
	font-family: "icons";
	font-size: 12px;
}
/*.ui-themed .ui-widget-header .ui-icon {
	font-weight: bold;
}
.ui-themed .ui-state-default .ui-icon {

}

.ui-themed .ui-state-hover .ui-icon,
.ui-themed .ui-state-focus .ui-icon {

}
.ui-themed .ui-state-active .ui-icon {

}
.ui-themed .ui-state-highlight .ui-icon {

}
*/
.ui-themed .ui-state-error .ui-icon,
.ui-themed .ui-state-error-text .ui-icon {
	color: red;
}

/*noinspection CssInvalidElement*/
.ui-themed .ui-icon-closethick {
	background-image: none!important;
	text-indent: inherit!important;
}
.ui-themed .ui-icon-closethick:before { content: "\e08d"; }

.ui-tooltips *, .ui-tooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/* reset boxsizing.htc */
	*behavior: none;
}

.ui-tooltips {
	position: fixed;
	left: 0;
	height: 200px;
	bottom: -200px;
}
.ui-tooltip {
	position: absolute!important;
	z-index: 11;
	max-width: 300px!important;
}

.ui-themed .ui-tooltip {
	background: white;
}

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

/* Corner radius */
.ui-themed .ui-corner-all,
.ui-themed .ui-corner-top,
.ui-themed .ui-corner-left,
.ui-themed .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-themed .ui-corner-all,
.ui-themed .ui-corner-top,
.ui-themed .ui-corner-right,
.ui-themed .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-themed .ui-corner-all,
.ui-themed .ui-corner-bottom,
.ui-themed .ui-corner-left,
.ui-themed .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-themed .ui-corner-all,
.ui-themed .ui-corner-bottom,
.ui-themed .ui-corner-right,
.ui-themed .ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-themed .ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-themed .ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
