@CHARSET "utf-8";

*+html body {overflow-y:scroll;}
*+html .central_part .login-box .dialog {
	width: 300px;
	height: 220px;
}

*+html .panel-border {
	border: 0px #6c7eba !important;
}

*+html .panel-border {
	border: 0px !important;
}
*+html .panel-tab-active {
	border: 0px !important;
}
*+html .panel-tab-inactive {
	border: 0px !important;
}
*+html .sequenceGridPanel .row {
    margin-left: 20px;
}
*+html input.buttonMain {
    float: right;
    margin-right: 30px;
}
*+html .right {
	margin-right: 50px;
}
*+html .selectBox-dropdown {
    width: 250px;
}*+html .lang {
    float: right;
    margin-right: 0px;
    width: 160px;
}
*+html .calendar {
    width: 70px !important;
}
*+html .sub{
	min-height: 410px;
	height: inherit;
}
*+html .permissionsTable {
	margin-top: 0px;
}
*+html .dialogPanel.waitingPanel {
}
*+html .navTabsButton {
	background: transparent;
}
*+html img,
*+html .png {
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
*+html .rich-tab-bottom-line .rich-tabhdr-cell-active TABLE .rich-tabhdr-side-cell {
	background-position-x: 0%; 
	background-position-y: 50%;
} 
*+html .row .radio label {
	margin-left: 25px;
	margin-top: -20px
}