.x-ioi-display-message {
	color:#333;
	font-style: italic;
	margin-left: 100px;
	margin-top: 20px;
	width: 600px;
	}

#extjsguidiv {
	position: absolute;
	top:100;
	width:80%;
	margin-left: 10%;
	height: 100%;
    max-height: 400px;
	}

.x-panel-body {
	background: url(../../../templates/images/backgrounds/background.png) no-repeat left center fixed;
        background-size: cover;
	font-size: 14px;
	color: #000;
	border-radius: 5px;
	height: 100% !important;
	border-color: #dfdfdf;
	border-width: 1px !important;
}

.x-form-item-label-inner, .x-form-cb-label {
	color:#000;
	}
	
.x-form-display-field{
	background-color: #dfdfdf;
	padding: 3px;
	}
/*	
.x-toolbar-footer{
	margin-right: 45px;
	}
*/	
.x-body{
	background: url(../../../templates/images/backgrounds/background.png) no-repeat left center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.x-panel-body .x-btn-default-small{
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	-webkit-user-select: none;
	background-color: rgb(51, 122, 183);
	background-image: none;
	background-repeat: repeat-x;
	border-bottom-color: rgb(46, 109, 164);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(46, 109, 164);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(46, 109, 164);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(46, 109, 164);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	box-sizing: border-box;
	cursor: pointer;
}

.x-panel-body .x-btn-default-small:hover{
	background-color: rgb(40, 96, 144);
	background-image: none;
}

.x-panel-body .x-btn-inner{
	color: rgb(255, 255, 255);
}

.x-form-item-label-default, .x-panel-body{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
    
.x-btn.x-btn-disabled.x-btn-default-small{
	background-color: #aecde8;
	background-image: none;
}

.x-panel-header{
	background-image: none;
	background-color: #f5f5f5;
}

.x-title-text{
	font-size: 16px;
	font-weight: 500;
	text-rendering: optimizelegibility;
}
