@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(roboto/normal.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/bold.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(roboto/italic.woff) format('woff');
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

.ext-forced-border-box, .ext-forced-border-box * {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ext-el-mask {
	z-index: 100;
	position: absolute;
	top:0;
	left:0;
	opacity: .50;
	width: 100%;
	height: 100%;
	zoom: 1;
}

.ext-el-mask-msg {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	border:1px solid;
	background:repeat-x 0 -16px;
	padding:2px;
}

.ext-el-mask-msg div {
	padding:5px 10px 5px 10px;
	border:1px solid;
}

.ext-shim {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	overflow:hidden;
}

.ext-ie .ext-shim {}


.x-mask-loading div {
	padding:5px 10px 5px 25px;
	background:no-repeat 5px 5px;
	line-height:16px;
}

/* class for hiding elements without using display:none */
.x-hidden, .x-hide-offsets {
	position:absolute !important;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
}

.x-hide-display {
	display:none !important;
}

.x-hide-nosize,
.x-hide-nosize *    /* Emulate display:none for children */
 {
   height:0 !important;
   width:0 !important;
   visibility:hidden!important;
   border:none!important;
   zoom:1;
}

.x-hide-visibility {
	visibility:hidden !important;
}

.x-masked {
	overflow: hidden !important;
}
.x-masked-relative {
	position: relative !important;
}

.x-masked select, .x-masked object, .x-masked embed {
	visibility: hidden;
}

.x-layer {
	visibility: hidden;
}

.x-unselectable, .x-unselectable * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	cursor:default;
}

.x-repaint {
	zoom: 1;
	background-color: transparent;
	-moz-outline: none;
	outline: none;
}

.x-item-disabled {
	cursor: default;
	opacity: .6;
}

.x-item-disabled * {
	cursor: default !important;
}

.x-form-radio-group .x-item-disabled {}

.x-splitbar-proxy {
	position: absolute;
	visibility: hidden;
	z-index: 20001;
	zoom: 1;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
	cursor: e-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
	cursor: s-resize;
}

.x-color-palette {
	width: 150px;
	height: 92px;
	cursor: pointer;
}

.x-color-palette a {
	border: 1px solid;
	float: left;
	padding: 2px;
	text-decoration: none;
	outline: 0 none;
	cursor: pointer;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border: 1px solid;
}

.x-color-palette em {
	display: block;
	border: 1px solid;
}

.x-color-palette em span {
	cursor: pointer;
	display: block;
	height: 10px;
	line-height: 10px;
	width: 10px;
}

.x-ie-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
	zoom:1;
}

.x-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
}

.x-shadow * {overflow: hidden;}

.x-shadow * {
	padding: 0;
	border: 0;
	margin: 0;
	clear: none;
	zoom: 1;
}

/* top  bottom */
.x-shadow .xstc, .x-shadow .xsbc {
	height: 6px;
	float: left;
}

/* corners */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
	width: 6px;
	height: 6px;
	float: left;
}

/* sides */
.x-shadow .xsc {width: 100%;}

.x-shadow .xsml, .x-shadow .xsmr {
	width: 6px;
	float: left;
	height: 100%;
}

.x-shadow .xsmc {
	float: left;
	height: 100%;
	background-color: transparent;
}

.x-shadow .xst, .x-shadow .xsb {
	height: 6px;
	overflow: hidden;
	width: 100%;
}

.loading-indicator {
	margin: 5px;
}

.x-text-resize {
	position: absolute;
	left: -1000px;
	top: -1000px;
	visibility: hidden;
	zoom: 1;
}

.x-drag-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-image:url(../images/extjs/default/s.gif);
	z-index: 20000;
}

.x-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
/*
.x-spotlight {
	z-index: 8999;
	position: absolute;
	top:0;
	left:0;
	opacity: .50;
	width:0;
	height:0;
	zoom: 1;
}

#x-history-frame {
	position:absolute;
	top:-1px;
	left:0;
	width:1px;
	height:1px;
	visibility:hidden;
}

#x-history-field {
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:1px;
	visibility:hidden;
}
*/

.x-resizable-handle {
	position:absolute;
	z-index:100;
	/* ie needs these */
	font-size:1px;
	line-height:6px;
	overflow:hidden;
	opacity:0;
	zoom:1;
}

.x-resizable-handle-east{
	width:6px;
	cursor:e-resize;
	right:0;
	top:0;
	height:100%;
}

.ext-ie .x-resizable-handle-east {
	margin-right:-1px; /*IE rounding error*/
}

.x-resizable-handle-south{
	width:100%;
	cursor:s-resize;
	left:0;
	bottom:0;
	height:6px;
}

.ext-ie .x-resizable-handle-south {
	margin-bottom:-1px; /*IE rounding error*/
}

.x-resizable-handle-west{
	width:6px;
	cursor:w-resize;
	left:0;
	top:0;
	height:100%;
}

.x-resizable-handle-north{
	width:100%;
	cursor:n-resize;
	left:0;
	top:0;
	height:6px;
}

.x-resizable-handle-southeast{
	width:6px;
	cursor:se-resize;
	right:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northwest{
	width:6px;
	cursor:nw-resize;
	left:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northeast{
	width:6px;
	cursor:ne-resize;
	right:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-southwest{
	width:6px;
	cursor:sw-resize;
	left:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
	opacity:1;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
	background-position: left;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
	background-position: top;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
	background-position: top left;
}

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
	background-position:bottom right;
}

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
	background-position: bottom left;
}

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
	background-position: top right;
}

.x-resizable-proxy{
	border: 1px dashed;
	position:absolute;
	overflow:hidden;
	display:none;
	left:0;
	top:0;
	z-index:50000;
}

.x-resizable-overlay{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:200000;
	-moz-opacity: 0;
	opacity:0;
}
.x-tab-panel {
	overflow:hidden;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border: 1px solid;
	overflow:hidden;
	zoom:1;
}

.x-tab-panel-header {
	border: 1px solid;
	padding-bottom: 2px;
}

.x-tab-panel-footer {
	border: 1px solid;
	padding-top: 2px;
}

.x-tab-strip-wrap {
	width:100%;
	overflow:hidden;
	position:relative;
	zoom:1;
}

ul.x-tab-strip {
	display:block;
	width:5000px;
	zoom:1;
}

ul.x-tab-strip-top{
	padding-top: 1px;
	background: repeat-x bottom;
	border-bottom: 1px solid;
}

ul.x-tab-strip-bottom{
	padding-bottom: 1px;
	background: repeat-x top;
	border-top: 1px solid;
	border-bottom: 0 none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
	background:transparent !important;
	padding-top:0 !important;
}

.x-tab-panel-header-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-bottom:0 !important;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border:1px solid;
	height:2px;
	font-size:1px;
	line-height:1px;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
	border-top: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-bottom: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-bottom {
	background:transparent !important;
	padding-bottom:0 !important;
}

.x-tab-panel-footer-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-top:0 !important;
}

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
	height:3px;
}

ul.x-tab-strip li {
	float:left;
	margin-left:2px;
}

ul.x-tab-strip li.x-tab-edge {
	float:left;
	margin:0 !important;
	padding:0 !important;
	border:0 none !important;
	font-size:1px !important;
	line-height:1px !important;
	overflow:hidden;
	zoom:1;
	background:transparent !important;
	width:1px;
}

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
	display:block;
}

.x-tab-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}

.x-tab-strip-inner {
	overflow:hidden;
	text-overflow: ellipsis;
}

.x-tab-strip span.x-tab-strip-text {
	white-space: nowrap;
	cursor:pointer;
	padding:4px 0;
}

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
	padding-left:6px;
}

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
	padding-left:20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
	cursor:default;
}

.x-tab-strip-active span.x-tab-strip-text {
	cursor:default;
}

.x-tab-strip-disabled .x-tabs-text {
	cursor:default;
}

.x-tab-panel-body {
	overflow:hidden;
}

.x-tab-panel-bwrap {
	overflow:hidden;
}

.ext-ie .x-tab-strip .x-tab-right {
	position:relative;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	margin-bottom:-1px;
}

/*
 * For IE8/9 in quirks mode
 */
.ext-ie8 .x-tab-strip li {
	position: relative;
}
.ext-border-box .ext-ie8 .x-tab-strip-top .x-tab-right, .ext-border-box .ext-ie9 .x-tab-strip-top .x-tab-right {
	top: 1px;
}
.ext-ie8 .x-tab-strip-top, .ext-ie9 .x-tab-strip-top {
	padding-top: 1px;
}
.ext-border-box .ext-ie8 .x-tab-strip-top, .ext-border-box .ext-ie9 .x-tab-strip-top {
	padding-top: 0;
}
.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close, .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	top:3px;
}
.ext-border-box .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close,
.ext-border-box .ext-ie9 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	top:4px;
}
.ext-ie8 .x-tab-strip-bottom .x-tab-right, .ext-ie9 .x-tab-strip-bottom .x-tab-right{
	top:0;
}


.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-bottom:5px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	margin-top:-1px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-top:5px;
}

.x-tab-strip-top .x-tab-right {
	padding-left:10px;
    padding-right:10px;
}

.x-tab-strip-top .x-tab-left {
}


.x-tab-strip-bottom .x-tab-left {
	margin-right: 3px;
	padding:0 10px;
}

.x-tab-strip-bottom .x-tab-right {
	padding:0;
}

.x-tab-strip .x-tab-strip-close {
	display:none;
}

.x-tab-strip-closable {
	position:relative;
}

.x-tab-strip-closable .x-tab-left {
	padding-right:15px;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	opacity:.6;
	-moz-opacity:.6;
	background-repeat:no-repeat;
	display:block;
	width:11px;
	height:11px;
	position:absolute;
	top:9px;
	right:5px;
	cursor:pointer;
	z-index:2;
}

.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
	opacity:.8;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	opacity:1;
}

.x-tab-panel-body {
	border: 1px solid;
}

.x-tab-panel-body-top {
	border-top: 0 none;
}

.x-tab-panel-body-bottom {
	border-bottom: 0 none;
}

.x-tab-scroller-left {
	background: transparent no-repeat -18px 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
}
.x-tab-scroller-left-over {
	background-position: 0 0;
}

.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	cursor:default;
}

.x-tab-scroller-right {
	background: transparent no-repeat 0 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	cursor:pointer;
}

.x-tab-scroller-right-over {
	background-position: -18px 0;
}

.x-tab-scroller-right-disabled {
	background-position: 0 0;
	opacity:.5;
	cursor:default;
}

.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
	margin-top: 1px;
}

.x-tab-scrolling .x-tab-strip-wrap {
	margin-left:18px;
	margin-right:18px;
}

.x-tab-scrolling {
	position:relative;
}

.x-tab-panel-bbar .x-toolbar {
	border:none;
	overflow:hidden;
}

.x-tab-panel-tbar .x-toolbar {
	border:none;
	overflow:hidden;
}/* all fields */
.x-form-field{
	margin: 0 0 0 0;
}

.ext-webkit *:focus{
	outline: none !important;
}

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field{
	padding:1px 3px;
	background:repeat-x 0 0;
	border:1px solid;
}

textarea.x-form-field {
	padding:2px 3px;
}

.x-form-text, .ext-ie .x-form-file {
	height:22px;
	line-height:18px;
	vertical-align:middle;
}


.x-quirks .ext-ie9 .x-form-text {
	height: 22px;
	padding-top: 3px;
	padding-bottom: 0px;
}

/* Ugly hacks for the bogus 1px margin bug in IE9 quirks */
.x-quirks .ext-ie9 .x-input-wrapper .x-form-text,
.x-quirks .ext-ie9 .x-form-field-trigger-wrap .x-form-text {
	margin-top: -1px;
	margin-bottom: -1px;
}
.x-quirks .ext-ie9 .x-input-wrapper .x-form-element {
	margin-bottom: -1px;
}


.ext-strict .x-form-text {
	height:18px;
	padding-left: 5px;
}

.ext-safari.ext-mac textarea.x-form-field {
	margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
}

/*
.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
	margin-bottom: 1px;
}
*/

.ext-gecko .x-form-text , .ext-ie8 .x-form-text {
	padding-top:2px; /* FF won't center the text vertically */
	padding-bottom:0;
}


textarea {resize: none;}

/* select boxes */
.x-form-select-one {
	height:20px;
	line-height:18px;
	vertical-align:middle;
	border: 1px solid;
}

/* multi select boxes */


/* 2.0.2 style */
.x-form-check-wrap {
	line-height:18px;
	height: auto;
}

.ext-ie .x-form-check-wrap input {
	width:15px;
	height:15px;
}

.x-form-check-wrap input{
	vertical-align: bottom;
}

.x-editor .x-form-check-wrap {
	padding:3px;
}

.x-editor .x-form-checkbox {
	height:13px;
}

.x-form-check-group-label {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-left: 3px !important;
	float: none !important;
}

/* wrapped fields and triggers */
.x-form-field-wrap .x-form-trigger{
	width:18px;
	height:20px;
	border:0;
	cursor:pointer;
	position:absolute;
	top:0;
}

.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{
	cursor:pointer;
}

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
	position:static;
	top:auto;
	vertical-align:top;
}

.x-form-field-wrap {
	position:relative;
	left:0;top:0;
	text-align: left;
	zoom:1;
	white-space: nowrap;
}

.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
	right: 0; /* IE8 Strict mode trigger bug */
}




.x-item-disabled .x-form-trigger-over{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-click{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-trigger-noedit{
	cursor:pointer;
}

/* field focus style */
.x-form-focus, textarea.x-form-focus{
	border: 1px solid;
}

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid{
	background:repeat-x bottom;
	border: 1px solid;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background:repeat-x bottom;
}

/* editors */
.x-editor {
	visibility:hidden;
	padding:0;
	margin:0;
}

.x-form-grow-sizer {
	left: -10000px;
	padding: 8px 3px;
	position: absolute;
	visibility:hidden;
	top: -10000px;
	white-space: pre-wrap;
	word-wrap: break-word;
	zoom:1;
}

.x-form-grow-sizer p {
	margin:0 !important;
	border:0 none !important;
	padding:0 !important;
}

/* Form Items CSS */

.x-form-item {
	display:block;
	margin-bottom:4px;
	zoom:1;
}

.x-form-item label.x-form-item-label {
	display:block;
	float:left;
	width:100px;
	padding:3px;
	padding-left:0;
	clear:left;
	z-index:2;
	position:relative;
}

.x-form-element {
	padding-left:105px;
	position:relative;
}

.x-form-invalid-msg {
	padding:2px;
	padding-left:18px;
	background: transparent no-repeat 0 2px;
	line-height:16px;
	width:200px;
}

.x-form-label-left label.x-form-item-label {
   text-align:left;
}

.x-form-label-right label.x-form-item-label {
   text-align:right;
}

.x-form-label-top .x-form-item label.x-form-item-label {
	width:auto;
	float:none;
	clear:none;
	display:inline;
	margin-bottom:4px;
	position:static;
}

.x-form-label-top .x-form-element {
	padding-left:0;
	padding-top:4px;
}

.x-form-label-top .x-form-item {
	padding-bottom:4px;
}

/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-text {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}


.ext-strict .x-small-editor .x-form-text {
	height:16px !important;
}


.ext-border-box .x-small-editor .x-form-text {
	height:20px;
}

.x-small-editor .x-form-select-one {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}

.x-small-editor .x-form-num-field {
	text-align:right;
}

.x-small-editor .x-form-field-wrap .x-form-trigger{
	height:18px;
}

.ext-webkit .x-small-editor .x-form-text{padding-top:3px;}

.x-form-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.x-form-clear-left {
	clear:left;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}


.x-form-cb-label {
	position: relative;
	margin-left:4px;
	top: 2px;
}

.ext-ie .x-form-cb-label{
	top: 1px;
}


.x-form-display-field{
	padding-top: 2px;
}

.ext-gecko .x-form-display-field {
	padding-top: 1px;
}

.ext-ie .x-form-display-field{
	padding-top: 3px;
}

.ext-strict .ext-ie8 .x-form-display-field{
	padding-top: 0;
}

.x-form-column {
	float:left;
	padding:0;
	margin:0;
	width:48%;
	overflow:hidden;
	zoom:1;
}

/* buttons */
.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}

.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}

.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}

.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}


.x-form-invalid-icon {
	width:16px;
	height:18px;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:transparent no-repeat 0 2px;
}

/* fieldsets */
.x-fieldset {
	border:1px solid;
	padding:10px;
	margin-bottom:10px;
	display:block; /* preserve margins in IE */
}

/* make top of checkbox/tools visible in webkit */
.ext-webkit .x-fieldset-header {
	padding-top: 1px;
}

.ext-ie .x-fieldset legend {
	margin-bottom:10px;
}

.ext-strict .ext-ie9 .x-fieldset legend.x-fieldset-header {
	padding-top: 1px;
}

.ext-ie .x-fieldset {
	padding-top: 0;
	padding-bottom:10px;
}

.x-fieldset legend .x-tool-toggle {
	margin-right:3px;
	margin-left:0;
	float:left !important;
}

.x-fieldset legend input {
	margin-right:3px;
	float:left !important;
	height:13px;
	width:13px;
}

fieldset.x-panel-collapsed {
	padding-bottom:0 !important;
	border-width: 1px 1px 0 1px !important;
	border-left-color: transparent;
	border-right-color: transparent;
}



fieldset.x-panel-collapsed .x-fieldset-bwrap {
	visibility:hidden;
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.ext-ie .x-fieldset-bwrap {
    zoom:1;
}

.x-fieldset-noborder {
	border:0px none transparent;
}

.x-fieldset-noborder legend {
	margin-left:-3px;
}

/* IE legend positioning bug */
.ext-ie .x-fieldset-noborder legend {
	position: relative;
	margin-bottom:23px;
}
.ext-ie .x-fieldset-noborder legend span {
	position: absolute;
	left:16px;
}

.ext-gecko .x-window-body .x-form-item {
	outline: none;
	overflow: auto;
}

.ext-mac.ext-gecko .x-window-body .x-form-item {
	overflow:hidden;
}

.ext-gecko .x-form-item {
	outline: none;
}

.x-hide-label label.x-form-item-label {
	 display:none;
}

.x-hide-label .x-form-element {
	 padding-left: 0 !important;
}

.x-form-label-top .x-hide-label label.x-form-item-label{
	display: none;
}

.x-fieldset {
	overflow:hidden;
}

.x-fieldset-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-fieldset-body {
	overflow:hidden;
}
.x-btn{
	cursor:default;
	white-space: nowrap;
}

.x-btn button{
	border:0 none;
	background-color:transparent;
	padding-left:3px;
	padding-right:3px;
	cursor:default;
	margin:0;
	overflow:visible;
	width:auto;
	outline:0 none;
}

* html .ext-ie .x-btn button {
	width:1px;
}

.ext-gecko .x-btn button, .ext-webkit .x-btn button {
	padding-left:0;
	padding-right:0;
}

.ext-gecko .x-btn button::-moz-focus-inner {
	padding:0;
}

.ext-ie .x-btn button {
	padding-top:2px;
}

.x-btn td {
	padding:0 !important;
}

.x-btn-text {
	cursor:default;
	white-space: nowrap;
	padding:0;
}

/* icon placement and sizing styles */

/* Only text */
.x-btn-noicon .x-btn-small .x-btn-text{
	height: 16px;
}

.x-btn-noicon .x-btn-medium .x-btn-text{
	height: 24px;
}

.x-btn-noicon .x-btn-large .x-btn-text{
	height: 32px;
}

/* Only icons */
.x-btn-icon .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
}

.x-btn-icon .x-btn-small .x-btn-text{
	height: 16px;
	width: 16px;
}

.x-btn-icon .x-btn-medium .x-btn-text{
	height: 24px;
	width: 24px;
}

.x-btn-icon .x-btn-large .x-btn-text{
	height: 32px;
	width: 32px;
}

/* Icons and text */
/* left */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:34px;
	height:32px;
}

/* top */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:18px;
}

.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:26px;
}

.x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:34px;
}

/* right */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:34px;
	height:32px;
}

/* bottom */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:18px;
}

.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:26px;
}

.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:34px;
}

/* background positioning */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
	font-size:1px;
	line-height:1px;
	width:3px;
	display:block;
	overflow:hidden;
}

.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
	height:3px;
}

.x-btn-tl{
	width:3px;
	height:3px;
	background:no-repeat 0 0;
}
.x-btn-tr{
	width:3px;
	height:3px;
	background:no-repeat -3px 0;
}
.x-btn-tc{
	height:3px;
	background:repeat-x 0 -6px;
}

.x-btn-ml{
	width:3px;
	background:no-repeat 0 -24px;
}
.x-btn-mr{
	width:3px;
	background:no-repeat -3px -24px;
}

.x-btn-mc{
	background:repeat-x 0 -1096px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	white-space:nowrap;
}

.x-btn-bl{
	width:3px;
	height:3px;
	background:no-repeat 0 -3px;
}

.x-btn-br{
	width:3px;
	height:3px;
	background:no-repeat -3px -3px;
}

.x-btn-bc{
	height:3px;
	background:repeat-x 0 -15px;
}

.x-btn-disabled *{
	cursor:default !important;
}


/* With a menu arrow */
/* right */
.x-btn-mc em.x-btn-arrow {
	display:block;
	background:transparent no-repeat right center;
	padding-right:10px;
}

.x-btn-mc em.x-btn-split {
	display:block;
	background:transparent no-repeat right center;
	padding-right:14px;
}

/* bottom */
.x-btn-mc em.x-btn-arrow-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

.x-btn-mc em.x-btn-split-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

/* height adjustment class */
.x-btn-as-arrow .x-btn-mc em {
	display:block;
	background-color:transparent;
	padding-bottom:14px;
}

/* groups */
.x-btn-group {
	padding:1px;
}

.x-btn-group-header {
	padding:2px;
	text-align:center;
}

.x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}

.x-btn-group-tl {
	background: transparent no-repeat 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-tr {
	background: transparent no-repeat right 0;
	zoom:1;
	padding-right:3px;
}

.x-btn-group-bc {
	background: transparent repeat-x 0 bottom;
}

.x-btn-group-bc .x-panel-footer {zoom:1;}

.x-btn-group-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-br {
	background: transparent no-repeat right bottom;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-mc {
	border:0 none;
	padding:1px 0 0 0;
	margin:0;
}

.x-btn-group-mc .x-btn-group-body {
	background-color:transparent;
	border: 0 none;
}

.x-btn-group-ml {
	background: transparent repeat-y 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-mr {
	background: transparent repeat-y right 0;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-bc .x-btn-group-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-btn-group-bc {
	height:3px;
	font-size:0;
	line-height:0;
}

.x-btn-group-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-btn-group-body {
	overflow:hidden;
}

.x-btn-group-notitle .x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
	height:2px;
}
.x-toolbar{
	border:none;
	display: block;
	background:repeat-x top left;
	position:relative;
	left:0;
	top:0;
	zoom:1;
	overflow:hidden;
}

.x-toolbar-left {
	width: 100%;
}

.x-toolbar .x-item-disabled .x-btn-icon {
	opacity: .35;
}

.x-toolbar td {
	vertical-align:middle;
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	white-space: nowrap;
}

.x-toolbar .x-item-disabled {
	cursor:default;
	opacity:.6;
}

.x-toolbar .x-item-disabled * {
	cursor:default;
}

.x-toolbar .x-toolbar-cell {
	vertical-align:middle;
}

/*
.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc
{}
*/

.x-toolbar div.xtb-text{
    font-size: 11px;
	padding:2px 2px 0;
	line-height:16px;
	display:block;
}

.x-toolbar .xtb-sep {
	display: block;
	font-size: 1px;
	height: 18px;
	width:0px;
	overflow: hidden;
	cursor:default;
	margin: 0 2px 0;
	border:0;
}

.x-toolbar .xtb-spacer {
	width:2px;
}

/* Paging Toolbar */
.x-tbar-page-number{
	width:30px;
	height:13px;
}

.ext-ie .x-tbar-page-number{
	margin-top: 2px;
}

.x-paging-info {
	position:absolute;
	top:5px;
	right: 8px;
}

/* floating */
.x-toolbar-ct {
	width:100%;
}

.x-toolbar-right td {
	text-align: center;
}

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
	overflow:hidden;
	zoom:1;
}

.x-toolbar-more .x-btn-small .x-btn-text{
	height: 16px;
	width: 12px;
}

.x-toolbar-more em.x-btn-arrow {
	display:inline;
	background-color:transparent;
	padding-right:0;
}

.x-toolbar-more .x-btn-mc em.x-btn-arrow {
	background-image: none;
}

div.x-toolbar-no-items {
	color:gray !important;
	padding:5px 10px !important;
}

/* fix ie toolbar form items */
.ext-border-box .x-toolbar-cell .x-form-text {
	margin-bottom:-1px !important;
}

.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
	margin:0 !important;
}

/*
.ext-ie .x-toolbar-cell .x-form-field-wrap {
	height:21px;
}
*/


.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
	top: 0px;
}

.x-toolbar-right td .x-form-field-trigger-wrap{
	text-align: left;
}

.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio{
	margin-top: 5px;
}

.x-toolbar-cell .x-form-cb-label{
	vertical-align: bottom;
	top: 1px;
}

.ext-ie .x-toolbar-cell .x-form-checkbox, .ext-ie .x-toolbar-cell .x-form-radio{
	margin-top: 4px;
}

.ext-ie .x-toolbar-cell .x-form-cb-label{
	top: 0;
}
/* Grid3 styles */
.x-grid3 {
	position:relative;
	overflow:hidden;
}

.x-grid-panel .x-panel-body {
	overflow:hidden !important;
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border:1px solid;
}

.x-grid3 table {
	table-layout:fixed;
}

.x-grid3-viewport{
	overflow:hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	outline: none;
}

.x-grid3-row td, .x-grid3-summary-row td {
	line-height:13px;
	vertical-align: top;
	padding-left:1px;
	padding-right:1px;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}

.x-grid3-cell{
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}

.x-grid3-hd-row td {
	line-height:15px;
	vertical-align:middle;
	border-left:1px solid;
	border-right:1px solid;
}

.x-grid3-hd-row .x-grid3-marker-hd {
	padding:3px;
}

.x-grid3-row .x-grid3-marker {
	padding:3px;
}

.x-grid3-cell-inner, .x-grid3-hd-inner{
	overflow:hidden;
	text-overflow: ellipsis;
	padding:6px;
	white-space: nowrap;
}

/* ActionColumn, reduce padding to accommodate 16x16 icons in normal row height */
.x-action-col-cell .x-grid3-cell-inner {
	padding-top: 1px;
	padding-bottom: 1px;
}

.x-action-col-icon {
	cursor: pointer;
}

.x-grid3-hd-inner {
	position:relative;
	cursor:inherit;
	padding:4px 3px 4px 5px;
}

.x-grid3-row-body {
	white-space:normal;
}

.x-grid3-body-cell {
	outline:0 none;
}

/* IE Quirks to clip */
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
	width:100%;
}

/* reverse above in strict mode */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
	width:auto;
}

.x-grid-row-loading {
	background: no-repeat center center;
}

.x-grid-page {
	overflow:hidden;
}

.x-grid3-row {
	cursor: default;
	border: 1px solid;
	width:100%;
}

.x-grid3-row-over {
	border:1px solid;
}

.x-grid3-resize-proxy {
	width:1px;
	left:0;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-resize-marker {
	width:1px;
	left:0;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	outline:0 none;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select:none;
}

/* header styles */
.x-grid3-header{
	background: repeat-x 0 bottom;
	cursor:default;
	zoom:1;
	padding:1px 0 0 0;
}

.x-grid3-header-pop {
	border-left:1px solid;
	float:right;
	clear:none;
}

.x-grid3-header-pop-inner {
	border-left:1px solid;
	width:14px;
	height:19px;
	background: transparent no-repeat center center;
}

.ext-ie .x-grid3-header-pop-inner {
	width:15px;
}

.ext-strict .x-grid3-header-pop-inner {
	width:14px;
}

.x-grid3-header-inner {
	overflow:hidden;
	zoom:1;
	float:left;
}

.x-grid3-header-offset {
	padding-left:1px;
	text-align: left;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left:1px solid;
	border-right:1px solid;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background: repeat-x left bottom;

}

.x-grid3-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 5px;
	width: 9px;
	margin-left:6px;
	vertical-align: middle;
	background-size: 9px 5px;
}

.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	display: inline;
}

/* Header position fixes for IE strict mode */
.ext-strict .ext-ie .x-grid3-header-inner {
	position:relative;
}


/* Body Styles */
.x-grid3-body {zoom:1;}

.x-grid3-scroller {
	overflow:auto;
	zoom:1;
	position:relative;
}

.x-grid3-cell-text, .x-grid3-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select:none;
}

.x-grid3-split {
	background-position: center;
	background-repeat: no-repeat;
	cursor: col-resize;
	display: block;
	font-size: 1px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 6px;
	z-index: 3;
}

/* Column Reorder DD */
.x-dd-drag-proxy .x-grid3-hd-inner{
	background: repeat-x left bottom;
	width:120px;
	padding:3px;
	border:1px solid;
	overflow:hidden;
}

.col-move-top, .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
	background:transparent no-repeat left top;
}

/* Selection Styles */
.x-grid3-row-selected {}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background: repeat-x 0 bottom !important;
	vertical-align:middle !important;
	padding:0;
	border-top:1px solid;
	border-bottom:none !important;
	border-right:1px solid !important;
	text-align:center;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	padding:0 4px;
	text-align:center;
}

/* dirty cells */
.x-grid3-dirty-cell {
	background: transparent no-repeat 0 0;
}

/* Grid Toolbars */
.x-grid3-topbar, .x-grid3-bottombar{
	overflow:hidden;
	display:none;
	zoom:1;
	position:relative;
}

.x-grid3-topbar .x-toolbar{
	border-right:0 none;
}

.x-grid3-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid;
}

/* Props Grid Styles */
.x-props-grid .x-grid3-cell{
	padding:1px;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background:transparent repeat-y -16px !important;
	padding-left:12px;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
	padding:1px;
	padding-right:0;
	border:0 none;
	border-right:1px solid;
}

/* dd */
.x-grid3-col-dd {
	border:0 none;
	padding:0;
	background-color:transparent;
}

.x-dd-drag-ghost .x-grid3-dd-wrap {
	padding:1px 3px 3px 1px;
}

.x-grid3-hd {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}

.x-grid3-hd-btn {
	display:none;
	position:absolute;
	width:14px;
	background:no-repeat left center;
	right:0;
	top:0;
	z-index:2;
	cursor:pointer;
}

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
	display:block;
	background-size: 64px 18px;
}

a.x-grid3-hd-btn:hover {}

/* Expanders */
.x-grid3-body .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-expander {
	width:100%;
	height:18px;
	background-position:4px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row-collapsed .x-grid3-row-expander {
	background-position:4px 2px;
}

.x-grid3-row-expanded .x-grid3-row-expander {
	background-position:-21px 2px;
}

.x-grid3-row-collapsed .x-grid3-row-body {
	display:none !important;
}

.x-grid3-row-expanded .x-grid3-row-body {
	display:block !important;
}

/* Checkers */
.x-grid3-body .x-grid3-td-checker {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
	width:100%;
	height:18px;
	background-position:2px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row .x-grid3-row-checker {
	background-position:2px 2px;
}

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker,.x-grid3-row-checked .x-grid3-row-checker {
	background-position:-23px 2px;
}

.x-grid3-hd-checker {
	background-position:2px 1px;
}

.ext-border-box .x-grid3-hd-checker {
	background-position:2px 3px;
}

.x-grid3-hd-checker-on .x-grid3-hd-checker {
	background-position:-23px 1px;
}

.ext-border-box .x-grid3-hd-checker-on .x-grid3-hd-checker {
	background-position:-23px 3px;
}

/* Numberer */
.x-grid3-body .x-grid3-td-numberer {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	padding:3px 5px 0 0 !important;
	text-align:right;
}

/* Row Icon */

.x-grid3-body .x-grid3-td-row-icon {
	background:transparent repeat-y right;
	vertical-align:top;
	text-align:center;
}

.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
	padding:0 !important;
	background-position:center center;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-left:2px;
	margin-top:3px;
}

/* All specials */


.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
	padding: 1px 0 0 0 !important;
}

.x-grid3-check-col {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-check-col-on {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}

/* Grouping classes */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
	zoom:1;
}

.x-grid-group-hd {
	border-bottom: 2px solid;
	cursor:pointer;
	padding-top:6px;
}

.x-grid-group-hd div.x-grid-group-title {
	background:transparent no-repeat 3px 3px;
	padding:4px 4px 4px 17px;
}

.x-grid-group-collapsed .x-grid-group-body {
	display:none;
}


.x-grid-editor .x-form-check-wrap {
	text-align: center;
	margin-top: -4px;
}

.ext-ie .x-props-grid .x-editor .x-form-text {
	position:static;
	top:0;
}

.x-grid-empty {
	padding:10px;
}



/* Fix WebKit bug in Grids */
.ext-webkit .x-grid-panel .x-panel-bwrap{
	-webkit-user-select:none;
}
.ext-webkit .x-tbar-page-number{
	-webkit-user-select:none;
}
/* end*/

/* column lines */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	padding-right:0;
	border-right:1px solid;
}
.x-pivotgrid .x-grid3-header-offset table {
	width: 100%;
	border-collapse: collapse;
}

.x-pivotgrid .x-grid3-header-offset table td {
	padding: 4px 3px 4px 5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 13px;
}

.x-pivotgrid .x-grid3-row-headers {
	display: block;
	float: left;
}

.x-pivotgrid .x-grid3-row-headers table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

.x-pivotgrid .x-grid3-row-headers table td {
	height: 18px;
	padding: 2px 7px 0 0;
	text-align: right;
	text-overflow: ellipsis;
	font-size: 11px;
}

.ext-gecko .x-pivotgrid .x-grid3-row-headers table td {
	height: 21px;
}

.x-grid3-header-title {
	top: 0%;
	left: 0%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	padding: auto 1px;
	display: table-cell;
}

.x-grid3-header-title span {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	margin-top: -6px;
}.x-dd-drag-proxy{
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
	z-index:15000;
}

.x-dd-drag-ghost{
	opacity:.85;
	border: 1px solid;
	padding:3px;
	padding-left:20px;
	white-space:nowrap;
}

.x-dd-drag-repair .x-dd-drag-ghost{
	opacity:.4;
	border:0 none;
	padding:0;
	background-color:transparent;
}

.x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}

.x-dd-drop-icon{
	position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index:1;
}

.x-view-selector {
	position:absolute;
	left:0;
	top:0;
	width:0;
	border:1px solid;
	opacity: .5;
	zoom:1;
}.ext-strict .ext-ie .x-tree .x-panel-bwrap{
	position:relative;
	overflow:hidden;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	height: 18px;
	width: 18px;
	background-size: 64px 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor:default;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
	margin-left: 2px;
	margin-right: 3px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}


/* checkboxes */

input.x-tree-node-cb {
	height: 18px;
	vertical-align: top;
	margin-top:5px;
}


.ext-strict .ext-ie8 input.x-tree-node-cb + a{
	vertical-align: bottom;
}

.ext-opera input.x-tree-node-cb {
	height: 14px;
	vertical-align: middle;
}

.x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}

/* No line styles */
.x-tree-no-lines .x-tree-elbow{
	background-color:transparent;
}

.x-tree-no-lines .x-tree-elbow-end{
	background-color:transparent;
}

.x-tree-no-lines .x-tree-elbow-line{
	background-color:transparent;
}

/* Arrows */
.x-tree-arrows .x-tree-elbow{
	background-color:transparent;
}

.x-tree-arrows .x-tree-elbow-plus{
	background-position:0 0;
}

.x-tree-arrows .x-tree-elbow-minus{
	background-position: -15px 0;
}

.x-tree-arrows .x-tree-elbow-end{
	background-color:transparent;
}

.x-tree-arrows .x-tree-elbow-end-plus{
	background-position: 0 0;
}

.x-tree-arrows .x-tree-elbow-end-minus{
	background-position: -15px 0;
}

.x-tree-arrows .x-tree-elbow-line{
	background-color:transparent;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{
	background-position:-47px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{
	background-position:-47px 0;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:pointer;
}

.ext-ie ul.x-tree-node-ct{
	font-size:0;
	line-height:0;
	zoom:1;
}

.x-tree-node{
	white-space: nowrap;
}

.x-tree-node-el {
	line-height:18px;
	cursor:pointer;
}

.x-tree-node a, .x-dd-drag-ghost a{
	text-decoration:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-kthml-user-focus:normal;
	outline:0 none;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	text-decoration:none;
	padding:1px 3px 1px 2px;
}

.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
   opacity:.5;
}

.x-tree-node .x-tree-node-inline-icon{
	background-color:transparent;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
	text-decoration:none;
}

.x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:1px dotted;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
	 border-bottom:2px solid;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid;
}

.x-tree-node .x-tree-drag-append a span{
	 border:1px dotted;
}

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}

/* Fix for ie rootVisible:false issue */
.x-tree-root-ct {
    zoom:1;
}
.x-date-picker {
	border: 1px solid;
	border-top:0 none;
	position:relative;
}

.x-date-picker a {
	outline:0 none;
}

.x-date-inner, .x-date-inner td, .x-date-inner th{
	border-collapse:separate;
}

.x-date-middle,.x-date-left,.x-date-right {
	background: repeat-x 0 -83px;
	overflow:hidden;
}

.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
	background:transparent !important;
	vertical-align:middle;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
	background:transparent no-repeat right 0;
}

.x-date-right, .x-date-left {
	width:18px;
}

.x-date-right{
	text-align:right;
}

.x-date-middle {
	padding-top:2px;
	padding-bottom:2px;
	width:130px; /* FF3 */
}

.x-date-right a, .x-date-left a{
	display:block;
	width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	opacity:.6;
}

.x-date-right a:hover, .x-date-left a:hover{
	opacity:1;
}

.x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover{
	opacity:.6;
}

.x-date-right a {
	margin-right:2px;
	text-decoration:none !important;
}

.x-date-left a{
	margin-left:2px;
	text-decoration:none !important;
}

table.x-date-inner {
	width: 100%;
	table-layout:fixed;
}

.ext-webkit table.x-date-inner{
	/* Fix for webkit browsers */
	width: 175px;
}


.x-date-inner th {
	width:25px;
}

.x-date-inner th {
	background: repeat-x left top;
	text-align:right !important;
	border-bottom: 1px solid;
	cursor:default;
	padding:0;
	border-collapse:separate;
}

.x-date-inner th span {
	display:block;
	padding:2px;
	padding-right:7px;
}

.x-date-inner td {
	border: 1px solid;
	text-align:right;
	padding:0;
}

.x-date-inner a {
	padding:2px 5px;
	display:block;
	text-decoration:none;
	text-align:right;
	zoom:1;
}

.x-date-inner .x-date-active{
	cursor:pointer;
	color:black;
}

.x-date-inner .x-date-selected a{
	background: repeat-x left top;
	border:1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-today a{
	border: 1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
	text-decoration:none !important;
}

.x-date-bottom {
	padding:2px;
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	text-decoration:none !important;
}

.x-item-disabled .x-date-inner a:hover{
	background: none;
}

.x-date-inner .x-date-disabled a {
	cursor:default;
}

.x-date-menu .x-menu-item {
	padding:1px 24px 1px 4px;
	white-space: nowrap;
}

.x-date-menu .x-menu-item .x-menu-item-icon {
	width:10px;
	height:10px;
	margin-right:5px;
	background-position:center -4px !important;
}

.x-date-mp {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.x-date-mp td {
	padding:2px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
	border: 0 none;
	text-align:center;
	vertical-align: middle;
	width:25%;
}

.x-date-mp-ok {
	margin-right:3px;
}

.x-date-mp-btns button {
	text-align:center;
	text-decoration:none !important;
	border:1px solid;
	padding:1px 3px 1px;
	cursor:pointer;
}

.x-date-mp-btns {
	background: repeat-x left top;
}

.x-date-mp-btns td {
	border-top: 1px solid;
	text-align:center;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	text-decoration:none;
	cursor:pointer;
}

td.x-date-mp-sel a {
	padding:1px 3px;
	background: repeat-x left top;
	border:1px solid;
}

.x-date-mp-ybtn a {
	overflow:hidden;
	width:15px;
	height:15px;
	cursor:pointer;
	background:transparent no-repeat;
	display:block;
	margin:0 auto;
}

.x-date-mp-ybtn a.x-date-mp-next {
	background-position:0 -120px;
}

.x-date-mp-ybtn a.x-date-mp-next:hover {
	background-position:-15px -120px;
}

.x-date-mp-ybtn a.x-date-mp-prev {
	background-position:0 -105px;
}

.x-date-mp-ybtn a.x-date-mp-prev:hover {
	background-position:-15px -105px;
}

.x-date-mp-ybtn {
   text-align:center;
}

td.x-date-mp-sep {
   border-right:1px solid;
}

.x-tip{
	position: absolute;
	top: 0;
	left:0;
	visibility: hidden;
	z-index: 20002;
	border:1px solid silver;
	border-radius: 2px;
	background-color:white;
	box-shadow: 1px 1px 2px 0px rgba(105,104,105,0.5);
}

.x-tip .x-tip-close{
	height: 15px;
	float:right;
	width: 15px;
	margin:0 0 2px 2px;
	cursor:pointer;
	display:none;
}

.x-tip .x-tip-tc {
	padding-top:3px;
	overflow:hidden;
	zoom:1;
	background-color:white;
}

.x-tip .x-tip-tl {
	padding-left:6px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-tr {
	padding-right:6px;
    overflow:hidden;
    zoom:1;
}

.x-tip .x-tip-bc {
	height:3px;
	overflow:hidden;
	background-color:white;
}

.x-tip .x-tip-bl {
	padding-left:6px;
    zoom:1;
}

.x-tip .x-tip-br {
	padding-right:6px;
    zoom:1;
}

.x-tip .x-tip-mc {
	border:0 none;
}

.x-tip .x-tip-ml {
	padding-left:6px;
    zoom:1;
}

.x-tip .x-tip-mr {
	padding-right:6px;
    zoom:1;
}

.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
	font-size:0;
	line-height:0;
}

.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{
	line-height: 1px;
}

.x-tip .x-tip-header-text {
	padding:0;
	margin:0 0 2px 0;
}

.x-tip .x-tip-body {
	margin:0 !important;
	line-height:14px;
	padding:0;
}

.x-tip .x-tip-body .loading-indicator {
	margin:0;
}

.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
	cursor:move;
}

.x-form-invalid-tip .x-tip-tc {
	background: repeat-x 0 -12px;
	padding-top:6px;
}

.x-form-invalid-tip .x-tip-bc {
	background: repeat-x 0 -18px;
	height:6px;
}

.x-form-invalid-tip .x-tip-bl {
	background: no-repeat 0 -6px;
}

.x-form-invalid-tip .x-tip-br {
	background: no-repeat right -6px;
}

.x-form-invalid-tip .x-tip-body {
	padding:2px;
}

.x-form-invalid-tip .x-tip-body {
	padding-left:24px;
	background:transparent no-repeat 2px 2px;
}

.x-tip-anchor {
	position: absolute;
	width: 9px;
	height: 10px;
	overflow:hidden;
	background: transparent no-repeat 0 0;
	zoom:1;
}
.x-tip-anchor-bottom {
	background-position: -9px 0;
}
.x-tip-anchor-right {
	background-position: -18px 0;
	width: 10px;
}
.x-tip-anchor-left {
	background-position: -28px 0;
	width: 10px;
}

.x-menu {
	z-index: 15000;
	zoom: 1;
}

.x-menu-floating{
	padding: 3px 0px;
}

.x-menu a {
	text-decoration: none !important;
}

.ext-ie .x-menu {
	zoom:1;
	overflow:hidden;
}

.x-menu-list{
	background-color:transparent;
	border:0 none;
	overflow:hidden;
}

.ext-strict .ext-ie .x-menu-list{
	position: relative;
}

.x-menu li{
	line-height:100%;
}

.x-menu li.x-menu-sep-li{
	padding:0px;
	font-size:0px;
	line-height:0px;
}

.x-menu-list-item{
	white-space: nowrap;
	display:block;
}
.x-menu-item{
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.x-menu-item * {
	cursor: pointer;
}
.x-menu-item-arrow {
	background:transparent no-repeat right;
}

.x-menu-sep {
	display:block;
	font-size:0px;
	line-height:0px;
	margin: 3px 0px;
	border-bottom:1px solid;
	overflow:hidden;
}

.x-menu-focus {
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	outline:0 none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	overflow:hidden;
	display:block;
}

a.x-menu-item {
	display: block;
	line-height: 16px;
	padding: 3px 21px 3px 27px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.x-menu-item-active {
}

.x-menu-item-active a.x-menu-item {
}

.x-menu-item-icon {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 5px;
	top: 6px;
}
.x-menu-item-the-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
}

.ext-ie .x-menu-item-icon {
	left: -24px;
}
.ext-strict .x-menu-item-icon {
	left: 10px;
}

.ext-ie .x-menu-item-icon {
	vertical-align: middle;
}

.x-menu-check-item .x-menu-item-icon {
	background-repeat: no-repeat;
}

.x-menu-group-item .x-menu-item-icon{
	background-color: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-date-menu .x-menu-list{
	padding: 0;
}

.x-menu-date-item{
	padding:0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker{
	margin-left: 26px;
	margin-right:4px;
}

.x-menu .x-date-picker{
	border:1px solid;
	margin-top:2px;
	margin-bottom:2px;
}

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
	 margin: 0;
	 border: 0 none;
}

.x-date-menu {
   padding:0 !important;
}

/*
 * Ugly mess to remove the white border under the picker
 */
.ext-ie .x-date-menu{
	height: 199px;
}

.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
	height: 197px;
}


.ext-strict .ext-ie8 .x-date-menu{
	height: auto;
}

.x-cycle-menu .x-menu-item-checked {
	border:1px dotted !important;
	padding:0;
}

.x-menu .x-menu-scroller {
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:8px;
	line-height: 8px;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.x-menu .x-menu-scroller-active{
	height: 6px;
	line-height: 6px;
}

.x-menu-list-item-indent{
	padding-left: 27px;
}

.x-box-tl {
	background: transparent no-repeat 0 0;
    zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent no-repeat right -8px;
}

.x-box-ml {
	background: transparent repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
    zoom:1;
}

.x-box-mc {
	background: repeat-x 0 -16px;
	padding: 4px 10px;
}

.x-box-mc h3 {
	margin: 0 0 4px 0;
    zoom:1;
}

.x-box-mr {
	background: transparent repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl {
	background: transparent no-repeat 0 -16px;
    zoom:1;
}

.x-box-bc {
	background: transparent repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}.x-combo-list {
	border:1px solid;

	overflow:hidden;
}

.x-combo-list-inner {
	overflow:auto;
	position:relative; /* for calculating scroll offsets */

	overflow-x:hidden;
}

.x-combo-list-hd {
	border-bottom:1px solid;
	padding:3px;
}

.x-resizable-pinned .x-combo-list-inner {
	border-bottom:1px solid;
}

.x-combo-list-item {
	padding:2px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	cursor:pointer;
}


.x-combo-list .x-toolbar {
	border-top:1px solid;
	border-bottom:0 none;
}.x-panel {
	border-style: solid;
	border-width:0;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
	padding:5px 3px 4px 5px;
	border:1px solid;
	line-height: 15px;
	background: transparent repeat-x 0 -1px;
}

.x-panel-body {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	position: relative; /* added for item scroll positioning */
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border:none;
	overflow:hidden;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
	border: none;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top:1px solid;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
}

.x-panel-tl .x-panel-header {
	padding:5px 0 4px 0;
	border:0 none;
	background:transparent no-repeat;
}

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
	padding-left:20px !important;
	background-repeat:no-repeat;
	background-position:0 4px;
	zoom:1;
}

.x-panel-inline-icon {
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
	margin-right:4px;
	margin-top:-1px;
	margin-bottom:-1px;
}

.x-panel-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}


.x-panel-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    border-bottom:1px solid;
}

.x-panel-tr {
	background: transparent no-repeat right 0;
	zoom:1;
    padding-right:6px;
}

.x-panel-bc {
	background: transparent repeat-x 0 bottom;
    zoom:1;
}

.x-panel-bc .x-panel-footer {
    zoom:1;
}

.x-panel-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}

.x-panel-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}

.x-panel-mc {
	border:0 none;
	padding:0;
	margin:0;
	padding-top:6px;
}

.x-panel-mc .x-panel-body {
	background-color:transparent;
	border: 0 none;
}

.x-panel-ml {
	background: repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}

.x-panel-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
	zoom:1;
}

.x-panel-bc .x-panel-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
	height:6px;
	font-size:0;
	line-height:0;
}

.x-panel-bwrap {
	overflow:hidden;
	zoom:1;
	left:0;
	top:0;
}
.x-panel-body {
	overflow:hidden;
	zoom:1;
}

.x-panel-collapsed .x-resizable-handle{
	display:none;
}

.ext-gecko .x-panel-animated div {
	overflow:hidden !important;
}

/* Plain */
.x-plain-body {
	overflow:hidden;
}

.x-plain-bbar .x-toolbar {
	overflow:hidden;
}

.x-plain-tbar .x-toolbar {
	overflow:hidden;
}

.x-plain-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-plain {
	overflow:hidden;
}

/* Tools */
.x-tool {
	overflow:hidden;
	width:15px;
	height:15px;
	float:right;
	cursor:pointer;
	background:transparent no-repeat;
	margin-left:2px;
}

/* expand / collapse tools */
.x-tool-toggle {}
.x-tool-toggle-over {}

.x-panel-collapsed .x-tool-toggle {}
.x-panel-collapsed .x-tool-toggle-over {}


.x-tool-close {background-image:url(../images/icons/close_gray.png);}
.x-tool-close-over {}

.x-tool-minimize {background-image:url(../images/icons/minimize.png);}
.x-tool-minimize-over {}

.x-tool-maximize {}
.x-tool-maximize-over {}

.x-tool-restore {background-image:url(../images/icons/maximize.png);}
.x-tool-restore-over {}

.x-tool-search {background-image:url(../images/icons/magnifier.png);}
.x-tool-search-over {}


/* Ghosting */
.x-panel-ghost {
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	opacity:.65;
}

.x-panel-ghost ul {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:1px solid;
	border-top:0 none;
	display:block;
}

.x-panel-ghost * {
	cursor:move !important;
}

.x-panel-dd-spacer {
	border:2px dashed;
}

/* Buttons */
.x-panel-btns {
	margin-bottom:24px;
	overflow:hidden;
}


.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	white-space: nowrap;
}
/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 *
 * Resets for Ext.Panel @cfg normal: true
 */
.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre 			  { display: block }
.x-panel-reset .x-panel-body li              { display: list-item }
.x-panel-reset .x-panel-body head            { display: none }
.x-panel-reset .x-panel-body table           { display: table }
.x-panel-reset .x-panel-body tr              { display: table-row }
.x-panel-reset .x-panel-body thead           { display: table-header-group }
.x-panel-reset .x-panel-body tbody           { display: table-row-group }
.x-panel-reset .x-panel-body tfoot           { display: table-footer-group }
.x-panel-reset .x-panel-body col             { display: table-column }
.x-panel-reset .x-panel-body colgroup        { display: table-column-group }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th 	          { display: table-cell }
.x-panel-reset .x-panel-body caption         { display: table-caption }
.x-panel-reset .x-panel-body th              { font-weight: bolder; text-align: center }
.x-panel-reset .x-panel-body caption         { text-align: center }
.x-panel-reset .x-panel-body body            { margin: 8px }
.x-panel-reset .x-panel-body h1              { font-size: 2em; margin: .67em 0 }
.x-panel-reset .x-panel-body h2              { font-size: 1.5em; margin: .75em 0 }
.x-panel-reset .x-panel-body h3              { font-size: 1.17em; margin: .83em 0 }
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu            { margin: 1.12em 0 }
.x-panel-reset .x-panel-body h5              { font-size: .83em; margin: 1.5em 0 }
.x-panel-reset .x-panel-body h6              { font-size: .75em; margin: 1.67em 0 }
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong          { font-weight: bolder }
.x-panel-reset .x-panel-body blockquote      { margin-left: 40px; margin-right: 40px }
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address    	  { font-style: italic }
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp       	  { font-family: monospace }
.x-panel-reset .x-panel-body pre             { white-space: pre }
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select   		  { display: inline-block }
.x-panel-reset .x-panel-body big             { font-size: 1.17em }
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup 			  { font-size: .83em }
.x-panel-reset .x-panel-body sub             { vertical-align: sub }
.x-panel-reset .x-panel-body sup             { vertical-align: super }
.x-panel-reset .x-panel-body table           { border-spacing: 2px; }
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot           { vertical-align: middle }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th          	  { vertical-align: inherit }
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del  			  { text-decoration: line-through }
.x-panel-reset .x-panel-body hr              { border: 1px inset }
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd        	  { margin-left: 40px }
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
.x-panel-reset .x-panel-body ol              { list-style-type: decimal }
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol    		  { margin-top: 0; margin-bottom: 0 }
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins          	  { text-decoration: underline }
.x-panel-reset .x-panel-body br:before       { content: "\A" }
.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after { white-space: pre-line }
.x-panel-reset .x-panel-body center          { text-align: center }
.x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited { text-decoration: underline }
.x-panel-reset .x-panel-body :focus          { outline: invert dotted thin }

/* Begin bidirectionality settings (do not change) */
.x-panel-reset .x-panel-body BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
.x-panel-reset .x-panel-body BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }
.x-window {

}

.x-window .x-window-handle {
	opacity:0;
}

.x-window-proxy {
	border:1px solid;
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	display:none;
	opacity:.5;
}

.x-window-header {
	overflow:hidden;
	padding: 15px 24px;
}

.x-window-bwrap {
	z-index:1;
	position:relative;

	left:0;top:0;
}

.x-window-tl .x-window-header {}

.x-window-header-text {
	cursor:default;
	display:inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.x-window-tc {
	overflow:hidden;
}

.x-window-tl {
	z-index:1;
	position:relative;
}

.x-window-tr {}

.x-window-bc {}

.x-window-bc .x-window-footer {
	font-size:0;
	line-height:0;
	padding: 0px 24px;
}

.x-window-bl {}
.x-window-bl.x-panel-nofooter {
	height: 24px;
}

.x-window-br {}

.x-window-mc {
	border:1px solid;
	padding:0;
	margin:0;
}

.x-window-ml {}

.x-window-mr {}

.x-window-body {
	overflow:hidden;
}

.x-window-bwrap {
	overflow:hidden;
}

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
	.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
	.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
	padding:0;
}

.x-window-maximized .x-window-footer {
	padding-bottom:0;
}

.x-window-maximized .x-window-tc {
	padding-left:3px;
	padding-right:3px;
}

.x-window-maximized .x-window-mc {
	border-left:0 none;
	border-right:0 none;
}

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
	border-left:0 none;
	border-right: 0 none;
}

.x-window-bbar .x-toolbar {
   border: none;
}

.x-window-draggable, .x-window-draggable .x-window-header-text {
	cursor:move;
}

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
	cursor:default;
}

.x-window-body {
	background-color:transparent;
	padding: 0px 24px;
}

.x-panel-ghost .x-window-tl {
}

.x-panel-collapsed .x-window-tl {
	border-bottom:1px solid;
}

.x-window-maximized-ct {
	overflow:hidden;
}

.x-window-maximized .x-window-handle {
	display:none;
}

.x-window-sizing-ghost ul {
	border:0 none !important;
}

.x-dlg-focus{
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

.ext-webkit .x-dlg-focus{
	width: 1px;
	height: 1px;
}

.x-dlg-mask{
	z-index:10000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	opacity:.50;
}



.x-window-plain .x-window-mc {
	border: 1px solid;
}

.x-window-plain .x-window-body {
	border: 1px solid;
	background:transparent !important;
}.x-html-editor-wrap {
	border:1px solid;
}

.x-html-editor-tb .x-btn-text {
	display:block;
	width: 16px;
	height: 16px;
	background:transparent no-repeat;
}

.x-html-editor-tb .x-edit-bold, .x-menu-item .x-edit-bold {
	background-position:0 0;
}

.x-html-editor-tb .x-edit-italic, .x-menu-item .x-edit-italic {
	background-position:-16px 0;
}

.x-html-editor-tb .x-edit-underline, .x-menu-item .x-edit-underline {
	background-position:-32px 0;
}

.x-html-editor-tb .x-edit-forecolor, .x-menu-item .x-edit-forecolor {
	background-position:-160px 0;
}

.x-html-editor-tb .x-edit-backcolor, .x-menu-item .x-edit-backcolor {
	background-position:-176px 0;
}

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item .x-edit-justifyleft {
	background-position:-112px 0;
}

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
	background-position:-128px 0;
}

.x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
	background-position:-144px 0;
}

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
	background-position:-80px 0;
}

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
	background-position:-96px 0;
}

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
	background-position:-48px 0;
}

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
	background-position:-64px 0;
}

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
	background-position:-192px 0;
}

.x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
	background-position:-208px 0;
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
	padding:5px;
	padding-bottom:1px;
}

.x-html-editor-tb .x-toolbar {
	position:static !important;
    background-color:whitesmoke;
}.x-panel-noborder .x-panel-body-noborder {
	border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
	border-width:0 0 1px;
	border-style:solid;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
   border: none;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border: none;
}

.x-window-noborder .x-window-mc {
	border-width:0;
}

.x-window-plain .x-window-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-width: 0 0 1px 0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-width: 1px 0 0 0;
}

.x-tab-panel-bbar-noborder .x-toolbar {
	border:none;
}

.x-tab-panel-tbar-noborder .x-toolbar {
	border:none;
}.x-border-layout-ct {
	position: relative;
}

.x-border-panel {
	position:absolute;
	left:0;
	top:0;
}

.x-tool-collapse-south {
	background-position:0 -195px;
}

.x-tool-collapse-south-over {
	background-position:-15px -195px;
}

.x-tool-collapse-north {
	background-position:0 -210px;
}

.x-tool-collapse-north-over {
	background-position:-15px -210px;
}

.x-tool-collapse-west {
	background-position:0 -180px;
}

.x-tool-collapse-west-over {
	background-position:-15px -180px;
}

.x-tool-collapse-east {
	background-position:0 -165px;
}

.x-tool-collapse-east-over {
	background-position:-15px -165px;
}

.x-tool-expand-south {
	background-position:0 -210px;
}

.x-tool-expand-south-over {
	background-position:-15px -210px;
}

.x-tool-expand-north {
	background-position:0 -195px;
}
.x-tool-expand-north-over {
	background-position:-15px -195px;
}

.x-tool-expand-west {
	background-position:0 -165px;
}

.x-tool-expand-west-over {
	background-position:-15px -165px;
}

.x-tool-expand-east {
	background-position:0 -180px;
}

.x-tool-expand-east-over {
	background-position:-15px -180px;
}

.x-tool-expand-north, .x-tool-expand-south {
	float:right;
	margin:3px;
}

.x-tool-expand-east, .x-tool-expand-west {
	float:none;
	margin:3px 2px;
}

.x-accordion-hd .x-tool-toggle {
	background-position:0 -255px;
}

.x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -255px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
	background-position:0 -240px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -240px;
}

.x-accordion-hd {
	padding-top:4px;
	padding-bottom:3px;
	border-top:0 none;
	background: transparent repeat-x 0 -9px;
}

.x-layout-collapsed{
	position:absolute;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
	width:20px;
	height:20px;
	overflow:hidden;
	border:1px solid;
	z-index:20;
}

.ext-border-box .x-layout-collapsed{
	width:22px;
	height:22px;
}

.x-layout-collapsed-over{
	cursor:pointer;
}

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
}


.x-layout-split{
	position:absolute;
	height:5px;
	width:5px;
	line-height:1px;
	font-size:1px;
	z-index:3;
	background-color:transparent;
}


.x-layout-split-h{
	background-image:url(../images/extjs/default/s.gif);
	background-position: left;
}

.x-layout-split-v{
	background-image:url(../images/extjs/default/s.gif);
	background-position: top;
}

.x-column-layout-ct {
	overflow:hidden;

}

.x-column {
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;

}

.x-column-inner {
	overflow:hidden;

}

/* mini mode */
.x-layout-mini {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:5px;
	height:35px;
	cursor:pointer;
	opacity:.5;
}

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
	opacity:1;
}

.x-layout-split-west .x-layout-mini {
	top:48%;
}

.x-layout-split-east .x-layout-mini {
	top:48%;
}

.x-layout-split-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-split-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west .x-layout-mini {
	top:48%;
}

.x-layout-cmini-east .x-layout-mini {
	top:48%;
}

.x-layout-cmini-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west, .x-layout-cmini-east {
	border:0 none;
	width:5px !important;
	padding:0;
	background-color:transparent;
}

.x-layout-cmini-north, .x-layout-cmini-south {
	border:0 none;
	height:5px !important;
	padding:0;
	background-color:transparent;
}

.x-viewport, .x-viewport body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
}

.x-abs-layout-item {
	position:absolute;
	left:0;
	top:0;
}

.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
	margin:0;
}

.x-box-layout-ct {
	overflow:hidden;
}

.x-box-inner {
	overflow:hidden;
	position:relative;
	left:0;
	top:0;
}

.x-box-item {
	position:absolute;
	left:0;
	top:0;
}.x-progress-wrap {
	border:1px solid;
	overflow:hidden;
}

.x-progress-inner {
	height:18px;
	background:repeat-x;
	position:relative;
}

.x-progress-bar {
	height:18px;
	float:left;
	width:0;
	background: repeat-x left center;
	border-top:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
}

.x-progress-text {
	padding:1px 5px;
	overflow:hidden;
	position:absolute;
	left:0;
	text-align:center;
}

.x-progress-text-back {
	line-height:16px;
}

.ext-ie .x-progress-text-back {
	line-height:15px;
}


.x-list-header{
	background: repeat-x 0 bottom;
	cursor:default;
	height:22px;
}

.x-list-header-inner div {
	display:block;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-list-header-inner div em {
	display:block;
	border-left:1px solid;
	padding:4px 4px;
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:14px;
}

.x-list-body {
	overflow:auto;
	overflow-x:hidden;
	float: left;
	width: 100%;
}

.x-list-body dl {}

.x-list-body dt {
	display:block;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:pointer;
}

.x-list-body dt em {
	display:block;
	overflow:hidden;
}

.x-list-resizer {
	border-left:1px solid;
	border-right:1px solid;
	position:absolute;
	left:0;
	top:0;
}

.x-list-header-inner em.sort-asc {
	background: transparent no-repeat center 0;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}

.x-list-header-inner em.sort-desc {
	background: transparent no-repeat center -23px;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}

/* Shared styles */
.x-slider {}

.x-slider-inner {
	position:relative;
	left:0;
	top:0;
	overflow:visible;
}

.x-slider-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	outline:0 none;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	display:block;
	overflow:hidden;
}

/* Horizontal styles */
.x-slider-horz {
	padding-left:7px;
	background:transparent no-repeat 0 -22px;
}

.x-slider-horz .x-slider-end {
	padding-right:7px;
	background:transparent no-repeat right -44px;
}

.x-slider-horz .x-slider-inner {
	background:transparent repeat-x 0 0;
	height:22px;
}

.x-slider-horz .x-slider-thumb {
	width:14px;
	height:15px;
	position:absolute;
	left:0;
	top:3px;
	background:transparent no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb-over {
	background-position: -14px -15px;
}

.x-slider-horz .x-slider-thumb-drag {
	background-position: -28px -30px;
}

/* Vertical styles */
.x-slider-vert {
	padding-top:7px;
	background:transparent no-repeat -44px 0;
	width:22px;
}

.x-slider-vert .x-slider-end {
	padding-bottom:7px;

	background:transparent no-repeat -22px bottom;
}

.x-slider-vert .x-slider-inner {
	background:transparent repeat-y 0 0;
}

.x-slider-vert .x-slider-thumb {
	width:15px;
	height:14px;
	position:absolute;
	left:3px;
	bottom:0;
	background:transparent no-repeat 0 0;
}

.x-slider-vert .x-slider-thumb-over {
	background-position: -15px -14px;
}

.x-slider-vert .x-slider-thumb-drag {
	background-position: -30px -28px;
}.x-window-dlg .x-window-body {
	border:0 none !important;
	padding:5px 10px;
	overflow:hidden !important;
}

.x-window-dlg .x-window-mc {
	border:0 none !important;
}

.x-window-dlg .ext-mb-input {
	margin-top:4px;
	width:95%;
}

.x-window-dlg .ext-mb-textarea {
	margin-top:4px;
}

.x-window-dlg .x-progress-wrap {
	margin-top:4px;
}

.ext-ie .x-window-dlg .x-progress-wrap {
	margin-top:6px;
}

.x-window-dlg .x-msg-box-wait {
	background:transparent no-repeat left;
	display:block;
	width:300px;
	padding-left:18px;
	line-height:18px;
}

.x-window-dlg .ext-mb-icon {
	float:left;
	width:47px;
	height:32px;
}

.x-window-dlg .x-dlg-icon .ext-mb-content{
	zoom: 1;
	margin-left: 47px;
}

.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
	background:transparent no-repeat top left;
}

.ext-gecko2 .ext-mb-fix-cursor {
	overflow:auto;
}
.ext-el-mask {background-color: #000;}

.ext-el-mask-msg {
	background-color: #fff;
	border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,.32),0 8px 40px rgba(0,0,0,.4);
	border: none;
}
.ext-el-mask-msg div {
	border: none;
	background-color: #fff;
	color:#444;
	padding: 15px;
}

.x-item-disabled {color: gray;}

.x-item-disabled * {color: gray !important;}

.x-splitbar-proxy {background-color: silver;}

.x-color-palette a {border-color:#fff;}
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border-color:#CFCFCF;
	background-color: #eaeaea;
}
.x-color-palette em {border-color:#aca899;}

.x-ie-shadow {background-color:#777;}

.loading-indicator {
	font-size: 11px;
	color: gray;
}

.x-spotlight {background-color: #ccc;}

.x-tab-panel-header, .x-tab-panel-footer {
	border: 1px solid #E1E1E1;
	overflow:hidden;
}
ul.x-tab-strip-top{
	background-color: white;
	border-bottom-color:#E1E1E1;
}
ul.x-tab-strip-bottom{
	background-color: white;
	border-top-color:#E1E1E1;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-color:#d0d0d0;
	background-color: #eaeaea;
}
.x-tab-strip span.x-tab-strip-text {
	font-size: 12px;
	color:#333;
}
.x-tab-strip-over span.x-tab-strip-text {color:#111;}
.x-tab-strip-active span.x-tab-strip-text {
	color:#333;
	font-weight:bold;
}
.x-tab-strip-disabled .x-tabs-text {color:#aaaaaa;}
.x-tab-strip-top .x-tab-right {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border: 1px solid #E1E1E1;
	border-bottom: none;
	background-color:#FAFAFA;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-left {background-color:white;}
.x-tab-strip-top .x-tab-strip-active .x-tab-right {background-color:white;}
.x-tab-strip-bottom .x-tab-right {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #E1E1E1;
	border-top: none;
	background-color:#FAFAFA;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {background-color:white;}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {background-color:white;}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(../images/extjs/gray/tabs/tab-close.png);
    background-size:8px 8px;
}
.x-tab-panel-body {
	border-color:#fff;
	background-color:#fff;
}
.x-tab-panel-body-top {border-top: 0 none;}
.x-tab-panel-body-bottom {border-bottom: 0 none;}
.x-tab-scroller-left {
	background-image:url(../images/extjs/gray/tabs/scroll-left.gif);
	border-bottom-color:#d0d0d0;
}
.x-tab-scroller-left-over {background-position: 0 0;}
.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	cursor:default;
}
.x-tab-scroller-right {
	background-image:url(../images/extjs/gray/tabs/scroll-right.gif);
	border-bottom-color:#d0d0d0;
}
.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
	border-color:#d0d0d0;
}
.x-form-field{
	font-size: 12px;
}
.x-form-text, textarea.x-form-field {
    font: 13px 'Roboto', Helvetica, sans-serif;
	background-color:#fff;
    border-color: #d9d9d9;
    border-top-color: #c0c0c0;
    border-radius: 1px;
}
.x-form-text:hover, textarea.x-form-field:hover {
    border-color: #b9b9b9;
    border-top-color: #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.x-form-select-one {
	background-color:#fff;
	border-color:#C1C1C1;
}
.x-form-check-group-label {
	border-bottom: 1px solid #d0d0d0;
	color: #333;
}
.x-editor .x-form-check-wrap {background-color:#fff;}
.x-form-field-wrap .x-form-trigger{
	background-image:url(../images/icons/trigger.png);
    background-position: center;
    background-color:whitesmoke;
    border: 1px solid #d9d9d9;
    border-top-color:#c0c0c0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left:none;
    background-size: 16px;
	background-repeat: no-repeat;
}
.x-form-field-trigger-wrap .x-form-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	font-size:12px;
}
.x-form-field-wrap .x-form-trigger-over{
    border-color: #b9b9b9;
    border-top-color: #a0a0a0;
}
.x-form-field-wrap .x-form-trigger-click{
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.1);
}
/*
.x-trigger-wrap-focus .x-form-trigger{}
.x-trigger-wrap-focus .x-form-trigger-over{}
.x-trigger-wrap-focus .x-form-trigger-click{}
.x-trigger-wrap-focus .x-form-trigger{}
*/
.x-form-field-wrap .x-form-date-trigger{
    background-image: url(../images/extjs/default/shared/calendar.gif);
    background-size:12px;
}
.x-form-field-wrap .x-form-clear-trigger{
	background-image: url(../images/extjs/gray/tabs/tab-close.png);
	background-size: 8px 8px;
}
.x-form-field-wrap .x-form-search-trigger{}
.x-form-field-wrap .x-form-add-user-trigger{background-image:url(../images/icons/user_add.png);}

.x-trigger-wrap-focus .x-form-trigger{border-color: #4d90fe;}
.x-item-disabled .x-form-trigger-over{border-bottom-color:#b5b8c8;}
.x-item-disabled .x-form-trigger-click{border-bottom-color:#b5b8c8;}
.x-form-focus, textarea.x-form-focus{
	border-color: #4d90fe !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3) !important;
}
.x-form-invalid, textarea.x-form-invalid{
	background-color:#fff;
	border-color:#c30;
}
.ext-webkit .x-form-invalid{
	background-color:#fee;
	border-color:#ff7870;
}
.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background-color:#fff;
}
.x-form-grow-sizer {}
.x-form-item {
	font-size: 12px;
}
.x-form-invalid-msg {
	color:#c0272b;
	font-size: 12px;
}
.x-form-empty-field {color:#A9A9A9;}
/*
.x-small-editor .x-form-field {}
.ext-webkit .x-small-editor .x-form-field {}
*/
.x-form-invalid-icon {
	background-image:url(../images/extjs/default/form/exclamation.gif);
}

.x-fieldset {
	border-radius: 1px;
	border-color:#CCCCCC;
}
.x-fieldset legend {
	color:#777777;
}

.x-btn{
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.x-btn-pressed, .x-btn-click {
	border: 1px solid whitesmoke;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.x-btn button{
	color: #444;
	font-size:12px;
	font-weight: bold;
}
.x-btn em {
	font-style:normal;
	font-weight: bold;
}
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{}
.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{color:#000;}
.x-btn-disabled *{color:gray !important;}
.x-btn-mc em.x-btn-arrow {
	background-image:url(../images/extjs/default/button/arrow.gif);
}
.x-btn-mc em.x-btn-split {
	background-image:url(../images/extjs/default/button/s-arrow.gif);
}
.x-btn-over {border: 1px solid silver;}
.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
	background-image:url(../images/extjs/gray/button/s-arrow-o.gif);
}
.x-btn-mc em.x-btn-arrow-bottom {
	background-image:url(../images/extjs/default/button/s-arrow-b-noline.gif);
}
.x-btn-mc em.x-btn-split-bottom {
	background-image:url(../images/extjs/default/button/s-arrow-b.gif);
}
.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
	background-image:url(../images/extjs/gray/button/s-arrow-bo.gif);
}
.x-toolbar{
	border-color:white;
	background-color:white;
}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{}
.x-toolbar .x-item-disabled {color:gray;}
.x-toolbar .x-item-disabled * {color:gray;}
.x-toolbar .x-btn-mc em.x-btn-split {
	background-image:url(../images/extjs/default/button/s-arrow-noline.gif);
}
.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split
{
	background-image:url(../images/extjs/gray/button/s-arrow-o.gif);
}

.x-toolbar .x-btn-mc em.x-btn-split-bottom {
	background-image:url(../images/extjs/default/button/s-arrow-b-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom
{
	background-image:url(../images/extjs/gray/button/s-arrow-bo.gif);
}
.x-toolbar .xtb-sep {
	border-left:1px solid #E1E1E1;
}

.x-paging-info {color:#444;}

.x-resizable-proxy{border-color:#565656;}
.x-resizable-overlay{background-color:#fff;}
.x-grid3 {background-color:#fff;}
.x-grid-panel .x-panel-mc .x-panel-body {border-color:white;}
.x-grid3-row td, .x-grid3-summary-row td{
	font-size: 13px;
	color: #222;
}
.x-grid3-hd-row td {
	font-size:13px;
	color: #565656;
}
.x-grid3-hd-row td {
	border-left-color:#FAFAFA;
	border-right-color:#FAFAFA;
}
.x-grid-row-loading {background-color: #fff;  }
.x-grid3-row {
	border: none;
	background-color:white;
	border-bottom: 1px solid #EFEFEF;
}
.x-grid3-row-alt {background-color:#fafafa;  }
.x-grid3-row-over {}
.x-grid3-resize-proxy {background-color:#777;}
.x-grid3-resize-marker {background-color:#777;}
.x-grid3-header{
	background-color:#FAFAFA;
	border-bottom:1px solid #EEEEEE;
}
.x-grid3-header-pop {border-left-color:#d0d0d0;}
.x-grid3-header-pop-inner {border-left-color:#eee;}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left-color:#FAFAFA;
	border-right-color:#FAFAFA;
}
.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	background-image: url(../images/extjs/gray/grid/sort_asc.png);
}
.sort-desc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	background-image: url(../images/extjs/gray/grid/sort_desc.png);
}
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background-color:#FAFAFA;
}
.x-grid3-cell-text, .x-grid3-hd-text {color:#000;  }
.x-grid3-hd-text {color:#333;}
.x-dd-drag-proxy .x-grid3-hd-inner{
	background-color:#f9f9f9;
	border-color:#ACACAC;
}
.col-move-top{
	background-image:url(../images/extjs/gray/grid/col-move-top.gif);
}
.col-move-bottom{
	background-image:url(../images/extjs/gray/grid/col-move-bottom.gif);
}
.x-grid3-row-selected {
	background-color:#4285F4 !important;
	border-bottom: 1px solid #4285F4;
}
.x-grid3-row-selected .x-grid3-col {
	color: white;
}
.x-grid3-cell-selected{
	background-color: #CBCBCB !important;
	color:#000;
}
.x-grid3-cell-selected span{
	color:#000 !important;
}
.x-grid3-cell-selected .x-grid3-cell-text{
	color:#000;
}
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background-color:#ebeadb !important;
	color:#000;
	border-top-color:#fff;
	border-right-color:#6fa0df !important;
}
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	color:#333 !important;
}
.x-grid3-dirty-cell {
	background-image:url(../images/extjs/default/grid/dirty.gif);
}
.x-grid3-topbar, .x-grid3-bottombar{}
.x-grid3-bottombar .x-toolbar{
	border-top-color:#a9bfd3;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	color:#000 !important;
}
.x-props-grid .x-grid3-body .x-grid3-td-name{
	background-color:#fff !important;
	border-right-color:#eee;
}
.x-grid3-hd-btn {
	border-right:1px solid #E3E3E3;
	background: #f9f9f9 url(../images/extjs/gray/tree/arrows.png);
}
/*
.x-grid3-row-checker, .x-grid3-hd-checker {
	background-image:url(../images/extjs/default/grid/row-check-sprite.gif);
}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	color:#444;
}

.x-grid3-check-col {
	background-image:url(missing);
}
.x-grid3-check-col-on {
	background-image:url(missing);
}

.x-grid-group-hd {
	border-bottom-color:#d0d0d0;
}

.x-grid-group-hd div.x-grid-group-title {
	color:#5F5F5F;
}
*/

.x-grid-empty {color:gray;}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	border-right-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row{
	border-top-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row-selected {
	border-top-color:#B9B9B9;
}
.x-pivotgrid .x-grid3-header-offset table td {
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}
.x-pivotgrid .x-grid3-row-headers {
	background-color: #f9f9f9;
}
.x-pivotgrid .x-grid3-row-headers table td {
	border-left: 1px solid #EEE;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	height: 18px;
}
.x-dd-drag-ghost{
	color:#000;
	font: normal 12px arial, helvetica, sans-serif;
	border-color: #ddd #bbb #bbb #ddd;
	background-color:#fff;
}

.x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(../images/extjs/default/dd/drop-no.png);background-size: 16px;
}
.x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(../images/extjs/default/dd/drop-up.png);background-size: 16px;
}
.x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(../images/extjs/default/dd/drop-yes.png);background-size: 16px;
}

.x-view-selector {
	background-color:#D6D6D6;
	border-color: #a3a3a3;
	border-radius: 1px;
	box-shadow: 1px 1px 5px 0 #CFCFCF;
}


.x-tree-node-loading .x-tree-node-icon{background-image:url(../images/extjs/default/tree/loading.gif) !important;}
.x-tree-node .x-tree-node-inline-icon {background-image: none;}
.x-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}
.x-tree-node-el {
	border-left: 4px solid transparent;
	padding-left:10px;
}
.x-tree-node-el * {cursor: pointer;}
.ext-ie .x-tree-node-el input {
	width:15px;
	height:15px;
}

.x-tree-arrows .x-tree-elbow-plus, .x-tree-arrows .x-tree-elbow-minus, .x-tree-arrows .x-tree-elbow-end-plus, .x-tree-arrows .x-tree-elbow-end-minus {background-image:url(../images/extjs/gray/tree/arrows.png);}

.x-tree-node {
    color:#222;
    font-size: 14px;
}
.x-tree-node a, .x-dd-drag-ghost a{color:#222222;}
.x-tree-node a span, .x-dd-drag-ghost a span{color:#222222;font-size: 13px;}
.x-tree-node .x-tree-node-disabled a span{color:gray !important;}
.x-tree-node div.x-tree-drag-insert-below{border-bottom-color:#36c;}
.x-tree-node div.x-tree-drag-insert-above{border-top-color:#36c;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{border-bottom-color:#36c;}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{border-top-color:#36c;}

.x-tree-node .x-tree-node-over {
    border-left-color: #646464;
    background-color: #e1e1e1;
}

.x-tree-node .x-tree-drag-append a span{
	border: none;
}
.x-tree-node .x-tree-drag-append {
    background-color: #e8f0fe;
    box-shadow:inset 0 0 0 2px #4285f4;
    border-left-color: #EEEEEE;
}

.x-tree-node .x-tree-selected {
	cursor: default;
	background-color: #eee;
	border-left-color: #c53929;
}
.x-tree-node .x-tree-node-anchor {line-height:26px;}
.x-tree-node .x-tree-selected * {cursor: default;}
.x-tree-node .x-tree-selected .x-tree-node-anchor span {
	color: #c53929;
	font-weight:bold;
}
.x-tree-node .x-tree-selected i.x-tree-node-icon {
	color: #C53929;
}

.x-tree-drop-ok-append .x-dd-drop-icon{background-image: url(../images/extjs/default/dd/drop-left.png);background-size: 16px;}
.x-tree-drop-ok-above .x-dd-drop-icon{background-image: url(../images/extjs/default/tree/drop-over.gif);}
.x-tree-drop-ok-below .x-dd-drop-icon{background-image: url(../images/extjs/default/tree/drop-under.gif);}
.x-tree-drop-ok-between .x-dd-drop-icon{background-image: url(../images/extjs/default/tree/drop-between.gif);}

.x-date-picker {
	border-color:#585858;
	background-color:#fff;
}
.x-date-middle,.x-date-left,.x-date-right {
	color:#fff;
}
.x-date-middle .x-btn .x-btn-text {color:#fff;}
.x-date-middle .x-btn-mc em.x-btn-arrow {background-image:url(../images/extjs/gray/toolbar/btn-arrow-light.gif);}
.x-date-right a {background-image: url(../images/extjs/gray/shared/right-btn.gif);}
.x-date-left a{background-image: url(../images/extjs/gray/shared/left-btn.gif);}
.x-date-inner th {
	border-bottom-color:#d9d9d9;
	font-size:10px;
	color:#595959;
}
.x-date-inner td {border-color:#fff;}
.x-date-inner a {
	font-size: 11px;
	color:#000;
}
.x-date-inner .x-date-active{color:#000;}
.x-date-inner .x-date-selected a{
	background-color:white;
	border-color: #4d90fe;
    border-radius:2px;
}
.x-date-inner .x-date-today a{border-color:silver;border-radius:2px;}
.x-date-inner .x-date-selected span{font-weight:bold;}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {color:#aaa;}
.x-date-bottom {
    border-top:1px solid #d9d9d9;
}
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	color:#000;
	background-color:#D8D8D8;
}
.x-date-inner .x-date-disabled a {
	background-color:#eee;
	color:#bbb;
}
.x-date-mmenu{background-color:#eee !important;}
.x-date-mmenu .x-menu-item {
	font-size:10px;
	color:#000;
}
.x-date-mp {background-color:#fff;}
.x-date-mp td {font-size: 11px;}
.x-date-mp-btns button {
	background-color:#4E565F;
	color:#fff;
	border-color:#C0C0C0 #434343 #434343 #C0C0C0;
    font-size: 11px;
}
.x-date-mp-btns {
}
.x-date-mp-btns td {border-top-color:#AFAFAF;}
td.x-date-mp-month a,td.x-date-mp-year a {color: #333;}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	color:#333;
	background-color:#FDFDFD;
}
td.x-date-mp-sel a {
	border-color:#DCDCDC;
}
.x-date-mp-ybtn a {
	background-image:url(../images/extjs/gray/panel/tool-sprites.png);
}
td.x-date-mp-sep {
   border-right-color:#D7D7D7;
}

.x-tip .x-tip-mc {
	font-size: 12px;
}
.x-tip .x-tip-ml {background-color: #fff;}
.x-tip .x-tip-header-text {
	font: bold 13px tahoma,arial,helvetica,sans-serif;
	color:#444;
}
.x-tip .x-tip-body {
	font: normal 12px tahoma,arial,helvetica,sans-serif;
	color:#444;
}
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
	background-image: url(../images/extjs/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
	background-image:url(../images/extjs/default/form/exclamation.gif);
}
.x-tip-anchor {}

.x-menu {background-color:white;}
.x-menu-floating {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
	border-color:white;
}
.x-menu-nosep {background-image:none;}
.x-menu-list-item {
    font-size: 13px;
}
.x-menu-sep {
	border-bottom-color: #EBEBEB;
}
a.x-menu-item {
    color: #444;
    padding: 6px 50px 6px 40px;
	border-left: 4px solid white;
}
.x-menu-item-active {
	background-color: #EEEEEE;
	border-color: white;
}
.x-menu-item-icon {
	color: #808080;
	font-size:16px !important;
}
.x-menu-item-the-arrow {
	color: #808080;
	font-size:9px !important;
	visibility: hidden;
}
.x-menu-item-arrow .x-menu-item-the-arrow {
	visibility: visible;
}
.x-menu-item-active a.x-menu-item {
	border-left-color:#848484;
}
.x-menu-check-item .x-menu-item-icon {
	border: 1px solid #C6C6C6;
	border-radius: 2px;
	width: 13px;
	height: 13px;
}
.x-menu-item-checked .x-menu-item-icon{
	background-image:url(../images/extjs/default/menu/checkmark.png);
	background-size:13px;
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
	background-image:url(../images/extjs/gray/menu/group-checked.gif);
}
.x-menu-group-item .x-menu-item-icon{background-image:none;}
.x-menu-plain {background-color:#fff !important;}
.x-menu .x-date-picker{border-color:#AFAFAF;}
.x-cycle-menu .x-menu-item-checked {
	border-color:#B9B9B9 !important;
	background-color:#F1F1F1;
}
.x-menu-scroller-top {
	background-image:url(../images/extjs/default/layout/mini-top.gif);
}
.x-menu-scroller-bottom {
	background-image:url(../images/extjs/default/layout/mini-bottom.gif);
}

.x-box-mc {
	background-color: #eee;
	color: #393939;
	font-size: 12px;
}

.x-box-mc h3 {
	font-size: 14px;
	font-weight: bold;
}

.x-combo-list {
	border-color:#ccc;
	background-color:#ddd;
}
.x-combo-list-inner {background-color:#fff;}
.x-combo-list-hd {
	font-weight:bold;
	color:#333;
	border-bottom-color:#BCBCBC;
}
.x-resizable-pinned .x-combo-list-inner {
	border-bottom-color:#BEBEBE;
}
.x-combo-list-item {}
.x-combo-list .x-combo-selected {
	background-color:#f0f0f0;
}
.x-combo-list .x-toolbar {border-top-color:#BCBCBC;}
.x-combo-list-small {
	font-size: 11px;
}

.x-panel {border-color: white;}
.x-panel-header {
	font-weight:bold;
	font-size: 13px;
}
.x-panel-body {
	border-color:#fff;
	background-color:#fff;
}
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {padding:5px 0;border-color:#fff;}
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {border-top-color:#fff;}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {border-top-color:#fff;}
.x-panel-tl .x-panel-header {color:#333;}
.x-panel-tc {}
.x-panel-tl, .x-panel-tr, .x-panel-bl,  .x-panel-br{border-bottom-color:#E1E1E1;}
.x-panel-bc {}
.x-panel-mc {background-color: #fff;}
.x-panel-ml {background-color: #fff;}
.x-panel-mr {}
.x-tool {background-size: 12px 12px;}
.x-panel-footer {background-color: #fff;}
.x-panel-ghost {
	border-radius: 2px;
	background-color:#f2f2f2;
}

.x-panel-ghost ul {border: none;}

.x-panel-dd-spacer {border-color:#E1E1E1;}

.x-window {
	border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,.32),0 8px 40px rgba(0,0,0,.4);
	background-color: white;
}
.x-window-proxy {
	background-color:#fcfcfc;
	border-color:#E1E1E1;
}


.x-window-header-text {
    color: #222;
	font-size: 20px;
}
.x-window-mc {
	border: 1px solid white;
	background-color:white;
}

.x-window-maximized .x-window-tc {background-color:#fff;}
.x-window-bbar .x-toolbar {border-top-color:#fff;}
.x-panel-ghost .x-window-tl {border-bottom-color:#fff;}
.x-panel-collapsed .x-window-tl {border-bottom-color:#fff;}

.x-dlg-mask{background-color:#ccc;}

.x-window-plain .x-window-mc {
	background-color: white;
	border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0;
}

.x-window-plain .x-window-body {border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE;}

body.x-body-masked .x-window-plain .x-window-mc {background-color: white;}

.x-html-editor-wrap {
	border-color:#BCBCBC;
	background-color:#fff;
}
.x-html-editor-tb .x-btn-text {
	background-image:url(../images/extjs/default/editor/tb-sprite.png);
    background-size:224px 16px;
}
.x-panel-noborder .x-panel-header-noborder {border-bottom-color:white;}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {border-bottom-color:#E1E1E1; }
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {border-top-color:#E1E1E1;}
.x-tab-panel-bbar-noborder .x-toolbar {border-top-color:white;}
.x-tab-panel-tbar-noborder .x-toolbar {border-bottom-color:white;}

.x-border-layout-ct {background-color:white;}
.x-border-layout-ct {background-color:white;}

.x-accordion-hd {
	color:#222;
	font-weight:normal;
}

.x-layout-collapsed {
	background-color:#dfdfdf;
	border-color:#d0d0d0;
}
.x-layout-collapsed-over{background-color:#e7e7e7;}

.x-layout-split {
	border-left: 1px solid #E0E0E0;
	background-color:white;
}

.x-layout-split-west .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-left.gif);
}
.x-layout-split-east .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-right.gif);
}
.x-layout-split-north .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-top.gif);
}
.x-layout-split-south .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-bottom.gif);
}

.x-layout-cmini-west .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-right.gif);
}

.x-layout-cmini-east .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-left.gif);
}

.x-layout-cmini-north .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-bottom.gif);
}

.x-layout-cmini-south .x-layout-mini {
	background-image:url(../images/extjs/default/layout/mini-top.gif);
}
.x-progress-wrap {border:none;}

.x-progress-inner {
    background-color: #B0CFEF;
    height: 16px;
}
.x-progress-bar {
    background-color:#3B8AF3;
    border: none;
}
.x-progress-text {
	top: 1px;
	color:white;
}
.x-progress-text-back {
    top: 1px;
    color: white;
    width: 100%;
}
.x-list-header{
	background-color:#f9f9f9;
}

.x-list-header-inner div em {
	border-left-color:#ddd;
}

.x-list-body dt em {}

.x-list-over {background-color:#eee;}

.x-list-selected {background-color:#f0f0f0;}

.x-list-resizer {
	border-left-color:#555;
	border-right-color:#555;
}

.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
	border-color: #d0d0d0;
}
.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
	background-image:url(../images/extjs/default/slider/slider-bg.png);
}

.x-slider-horz .x-slider-thumb {
	border: 2px solid #B0B0B0;
	border-radius: 15px;
	width: 10px;
	height: 10px;
	background-color: white;
}
.x-slider-thumb:hover {
	border-color: gray;
}


/*
.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
	background-image:url(../images/extjs/default/slider/slider-v-bg.png);
}
.x-slider-vert .x-slider-thumb {
	background-image:url(../images/extjs/gray/slider/slider-v-thumb.png);
}
*/
.x-window-dlg .ext-mb-text,
.x-window-dlg .f {font-size:13px;}
.x-window-dlg .ext-mb-textarea {}
.darkMask {
	background-color:black;
	opacity: .83;
}
.lightMask {
	background-color:white;
	opacity: .83;
}

/* Tree */
#FR-Tree-Region .x-panel-body {
	background-color: #EEEEEE;
}
#FR-Tree-Region .x-tree-node {
	position: relative;
}
#FR-Tree-Region .x-tree-node .x-tree-node-icon {
	width: 1.28571429em;
	height: auto;
}

#FR-Tree-Region .ext-strict .ext-ie8 .x-tree-node-icon {
	vertical-align:middle;
}

#FR-Tree-Region-xsplit {
	border-left: 1px solid #E0E0E0;
	background-color:transparent;
}
#FR-Info-Region-xsplit {
	border-right: 1px solid #E0E0E0;
	border-left: none;
	background-color:#EEEEEE;
}
#FR-Info-Region-xsplit .x-layout-mini {
	visibility:hidden;
}
#FR-Info-Region-xcollapsed {
	display: none !important;
}
#FR-Info-Region .x-layout-collapsed {
	display: none;
}

.userslist .x-tree-ec-icon {display:none;}

.x-tree-node img.group, .x-tree-node-collapsed img.group {
	background-image:url(../images/icons/group.png);
	background-size: 16px 16px;
}
.x-tree-node-expanded img.group {
	background-image:url(../images/icons/group.png);
	background-size: 16px 16px;
}

.x-tree-node img.user, .x-tree-node-collapsed img.user {
	background-size: 16px 16px;
}
.x-tree-node img.user-deactivated, .x-tree-node-collapsed img.user-deactivated {
	background-size: 16px 16px;
}

#FR-Tree-Panel .x-tree-node-el .x-tree-ec-icon {
	color: #777;
	width: 10px;
	height: 14px;
}
#FR-Tree-Panel .x-tree-ec-over .x-tree-ec-icon {cursor: default;color: black;}

.nodeMenu {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	position:absolute;
	right: 5px; top:5px;
	width:12px;
	height:12px;
	font-size:1px;
	border:1px solid silver;
	background-color:white;
	visibility: hidden;
	cursor: pointer;
}
.nodeMenu .triangle {
	margin-top:4px;
	margin-left:2px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid silver;
	cursor: pointer;
}
.nodeMenu:hover .triangle {
	border-top: 4px solid gray;
}

#FR-Tree-Region .x-tree-node .x-tree-node-over .nodeMenu {
	visibility: visible;
}

/* Grid */
#FR-Grid-Panel .x-grid3 {
	background-color: #EEEEEE;
}
#FR-Grid-Panel .x-grid3-body {
	padding-top:10px;
	padding-left:10px;
	width: 97% !important;
}
#FR-Grid-Panel .x-grid3-header {
	margin-left:10px;
	margin-top: 5px;
	margin-right: 10px;
}


#FR-Grid-Panel .x-grid3-row .fileIcon {
	margin-right: 5px;
	color: #8F8F8F;
}
#FR-Grid-Panel .x-grid3-row-selected .fileIcon {
	color: white;
}
#FR-Grid-Panel .x-grid3-row-selected .iconsHolder i {
	color: white;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#FR-Grid-Panel .x-grid-empty {
	position:relative;
	color: #909090;
	width:320px;
	height: 90px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
#FR-Grid-Panel .x-grid-empty .dropIcon {
	float:left;
	margin-right:15px;
	margin-top:15px;
}
#FR-Grid-Panel .x-grid-empty .dropIcon i {
	color:silver;
}


/* start basic thumb */


.tmbItem {
	float: left;
	margin: 10px;
}
.tmbItem.typeFolder {
	height: 40px;
}


.tmbItem table.center {
	height:100%;
	width:100%;
}
.tmbItem table.center td {
	text-align:center;
	vertical-align:middle;
}

.tmbItem .title {
	overflow: hidden;
	text-align:center;
	margin-top:5px;
	white-space:nowrap;
}

.tmbItem .title .name {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 19px;
}

.tmbItem img.tmb, .tmbItem img.icon, .tmbShadow {
	box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.3);
	transition: all 50ms linear;
}

.tmbItem .thumbFolder {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

.iconsHolder {
	margin-left: 4px;
	display: inline-block;
	margin-top: 2px;
}
.iconsHolder i {color: silver;margin-left:5px;height:15px;}
.tmbItem .iconsHolder {
	margin-top: 3px;
}
/* end basic thumb */




.tmbItem .thumbFolder {
	height: 40px;
	background-color:white;
	border-radius: 1px;
}
.tmbItem .thumbFolder .thumb {
	color: #8F8F8F;
	background-color:#FAFAFA;
	text-align: center;
	width: 35px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

.tmbItem .thumbFolder .filename {
	padding-left: 10px;
}
.tmbItem .thumbFolder .filename .wrap {
	max-width: 95%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}
.tmbItem .thumbFolder .icons {
	padding-right: 3px;
	text-align: right;
}


.tmbItemSel .thumbFolder .thumb {
	color: white;
}

.tmbItemSel .thumbFolder .iconsHolder i {color: silver;}

.tmbItemSel img.tmb, .tmbItemSel img.icon {
	background-color:white;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
	transition: all 50ms linear;
}
.tmbItemSel .thumbFolder {
	background-color:#4285F4 !important;
}
.tmbItemSel .thumbFolder .filename {
	color:white;
	margin-left:2px;
}
.tmbItemSel .title {
	background-color: #4285F4;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
}
.tmbItemSel .ext-list {
	color:white;
}
.tmbItemSel .iconsHolder i {
	color: white;
}

.tmbItemSel .thumbFolder .thumb {
	background-color:#4285F4;
}

.tmbItem.typeFolder.dragged-over {
	margin: 8px;
	border: 2px solid #4285f4;
}
.tmbItem.typeFolder.dragged-over .thumb, .tmbItem.typeFolder.dragged-over .filename {
	background-color: #e8f0fe;
}

span.FRLabel {
	padding:3px;
	background-color:#DE0C39; color:white;
	font-size:10px;
	font-family: tahoma,arial,verdana,sans-serif;
	text-shadow: 0 0 2px gray;
	border-radius: 1px;
}
.ext-list {
	margin-left:5px;
	color:silver;
}


/* Menus */
.frBtn {
	font-size: 11px;
	line-height: 27px;
	padding: 0 8px;
	border-radius: 2px;
	border:1px solid transparent;
	cursor: default;
	color: #444;
}
.frBtn * {
	cursor: default;
}
.frBtn.x-btn-over {
	background-color: #FAFAFA;
	border: 1px solid #c2c2c2;
	color: #000000;
}
.frBtn.x-btn-pressed {
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.1);
	border-color: #c2c2c2;
	background-color: #e1e1e1;
}

.x-html-editor-tb .frBtn, .x-date-picker .frBtn {
	margin:1px;
	border-radius: 1px;
	padding:2px;
	line-height: 12px;
}
.x-btn-noicon {
	text-align: center;
}
.x-btn-noicon i {
	display: none;
}
.x-btn-icon span {
	display: none;
}

.fr-btn-default {
	padding: 0 10px;
	font-weight: 700;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid #dcdcdc;
}
.fr-btn-default.x-btn-over {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333;
}
.fr-btn-default.x-btn-click {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	color: #333;
}

.fr-btn-smaller {
	line-height: 20px;
	min-width: 50px;
}
.frBtn.fr-btn-icon-white i {
	color: white;
}
.fr-btn-nomargin {
	margin: 0 !important;
}
.fr-btn-pagingtbar {
	padding:3px !important;
	margin: 2px !important;
	min-width: inherit;
	line-height: 15px;
}

.fr-btn-primary {
	border: 1px solid #3079ed;
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.fr-btn-primary span {
	color: #FFF;
	text-shadow: 0 1px rgba(0,0,0,0.1);
}
.fr-btn-primary.x-btn-over {
	border: 1px solid #2f5bb7;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.fr-btn-primary button, .fr-btn-primary.x-btn-click button {
	color: #fff;
}

.x-window-dlg .ext-mb-input {font-size:13px;}

.fr-feedback-msg {
	border-radius: 2px;
	box-shadow: 0 0 5px #888;
	background-color: white;
	padding: 15px;
	margin-top:10px;
}
.fr-feedback-msg:hover {
	opacity:0.2;
}



.headerTbar {
	padding: 0 !important;
}
.headerTbar .frBtn {
	font-size:20px;
	padding:4px 2px;
	margin: 8px;
	color: #7d7d7d;
}

.headerTbar .search-field {
	padding-left:10px;
	font-size:15px !important;
	height: 28px;
	line-height: 28px;
	border: 1px solid #D8D8D8;
	border-right:none;
	-webkit-appearance:none;
	border-radius: 0;
}
.headerTbar .search-field:hover {
	border-color: #A6A6A6;
}
.x-trigger-wrap-focus .search-field, .x-trigger-wrap-focus .search-field:hover {
	border: 1px solid #2371F2;
	box-shadow: none;
}
.headerTbar .frBtn.search-trigger {
	padding: 0 20px;
	height: 26px;
	border-color:#4683EA;
	background-color:#4485F5;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left:0;
	border-left:none;
	color: white;
	font-size:14px;
}
.headerTbar .frBtn.search-trigger i {
	margin-top:7px;
}

.headerTbar .x-toolbar-ct {
	height: 60px;
}
.headerTbar .xtb-sep {
	height: 60px;
	margin-left:10px;
	margin-right:10px;
}

.headerTbar-btn-tooltip {
	background-color:black;
	color:white;
	padding:7px;
	font-size:13px;
}
.headerTbar-btn-tooltip .x-tip-anchor-top {
	background-image:none;
	width:0;height:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid black;
}
.headerTbar-btn-tooltip .x-tip-anchor-right {
	width: 0; height: 0;
	background-image:none;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid black;
}
.headerTbar-btn-tooltip .x-tip-anchor-left {
	width: 0; height: 0;
	background-image:none;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid black;
}

.fr-btn-new {
	background-color: #d14836;
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
	background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
	background-image: -o-linear-gradient(top,#dd4b39,#d14836);
	background-image: linear-gradient(top,#dd4b39,#d14836);
	color: white;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-weight: bold;
}
.fr-btn-new.x-btn-over {
	border: 1px solid #B42819;
	border-bottom-color: #af301f;
	color:white;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background-color: #c53727;
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
}

.fr-btn-new.x-btn-click {
	box-shadow: inset 0 1px 5px rgba(0,0,0,.4);
	background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
	background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
	background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
	background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
	background-image: linear-gradient(top,#dd4b39,#b0281a);
}

.fr-btn-alerts {
	color: #CC3C29 !important;
}
.fr-btn-alerts span {
	font-size: 13px;
	line-height: 13px;
}

.fr-btn-user {
	font-size:13px;
	line-height:18px;
	padding-left:5px !important;
	padding-right:5px !important;
	margin-right: 4px;
}

#avatar {
	width: 30px;
}
.colorRed{color:red;}
.colorGray{color:gray;}

.dragged-over {
	box-shadow:inset 0 0 0 2px #4285f4 !important;
	background-color: #e8f0fe !important;
}

.postComment-trigger {
	border-color:#d9d9d9;
	border-top-color:#c0c0c0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin:0;
	color: silver;
	font-size: 20px;
}
.postComment-trigger i {
	margin-top:8px;
}
.printComments-trigger {
	border-color:#d9d9d9;
	border-top-color:#c0c0c0;
	margin:0;
	color: silver;
	font-size: 12px;
	width: 11px;
}
.printComments-trigger i {
	margin-top:14px;
}
td.x-grid3-td-progress-cell {
    padding: 0;
}

td.x-grid3-td-progress-cell div.x-grid3-cell-inner {
    padding: 0;
    position: relative;
    height: 21px;
}

.ux-progress-cell-inner {
    position: absolute;
    top: 5px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color:white;
}

.ux-progress-cell-background {
    background-color: #B0CFEF;
    white-space: nowrap;
}

.ux-progress-cell-foreground {
    background-color:#3B8AF3;
    white-space: nowrap;
    overflow: hidden;
}

.ux-progress-cell-inner-right {
    text-align: right;
}

.ux-progress-cell-inner-center {
    text-align: center;
}

.ux-progress-cell .ux-progress-cell-inner div {
    padding: 3px 0 0 4px;
}

.ux-progress-cell-inner-right div {
    padding: 3px 4px 0 0;
    position: relative;
}

.ux-progress-cell-inner-center div {
    padding: 3px 0 0 0;
    position: relative;
}

.ux-progress-cell-inner-left div {
    padding: 3px 0 0 4px;
    position: relative;
}
