/* 
 * all.css,所有css集合
 * qry
 */

/* 新增辅助类 */
.right {
	float: right !important;
}

.left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}
/* top-body和center  */
/* 内部间距和背景 */
/* 背景色 */
.x-viewport body {
	padding: 10px;
	background-color: #f4f4f4;
}

.x-viewport .top-body {
	padding: 0;
	background-color: #474747;
}

.x-viewport .yg-menu-tree {
	padding: 0;
}

.yg-menu-tree>.yg-panel>.x-panel-body {
	background-color: #f4f4f4;
}

.yg-menu-tree>.yg-panel .x-grid {
	border: 0;
}

#mainjsp_center_tabpanel-body {
	border: 10px solid #333;
}
/* 内部间距 */
.x-viewport .top-body.x-body>div {
	margin-top: 0;
}

.x-viewport .x-body>div {
	margin-top: 15px;
}

.x-viewport .x-body>div:first-child, .x-viewport .x-body .x-window,
	.x-viewport .x-body .x-menu, .x-viewport .x-body .x-css-shadow,
	.x-viewport .x-body .x-mask, .x-viewport .x-body .x-layer {
	margin-top: 0;
}

/* header */
.yg-header .x-panel-body-default {
	background-color: #333;
}

/* tree */
.yg-tree .x-grid-body, .yg-tree .x-grid-cell {
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #474747;
}
/* 图标 */
.yg-tree .x-accordion-item .x-accordion-hd {
	padding-left: 40px;
	background: #474747 no-repeat;
	background-image: url("../images/yg/tree/operate.png");
	background-size: auto 60%;
	background-position: 6px center;
}

.yg-tree .x-accordion-item._frontbanner_6 .x-accordion-hd {
	background-image: url("../images/yg/tree/operate.png");
}

.yg-tree .x-accordion-item._frontbanner_7 .x-accordion-hd {
	background-image: url("../images/yg/tree/ads.png");
}

.yg-tree .x-accordion-hd .x-tool-img.x-tool-expand-bottom, .yg-tree .x-accordion-hd .x-tool-img.x-tool-expand-top
	{
	background: url("../images/yg/tree/arrow-expand.png") no-repeat;
	background-size: 100%;
}

.yg-tree .x-accordion-hd .x-tool-img.x-tool-collapse-top, .yg-tree .x-accordion-hd .x-tool-img.x-tool-collapse-bottom
	{
	background: url("../images/yg/tree/arrow-collapse.png") no-repeat;
	background-size: 100%;
}

.yg-tree .x-tree-node-text {
	line-height: 20px;
	padding-left: 13px;
}

.yg-tree .x-grid-cell-inner.x-grid-cell-inner-treecolumn {
	cursor: pointer;
}

.yg-tree .x-accordion-hd .x-panel-header-text-container {
	color: #fff;
}

.yg-tree .x-grid-row-over .x-grid-td {
	background-color: #e8b25d;
}

.yg-tree .x-grid-row-selected .x-grid-cell {
	background-color: #e79410;
}

.yg-tree .x-tree-icon-leaf {
	display: none;
}

.yg-tree .x-grid {
	border: 0;
}

.yg-tree .x-grid-body {
	margin: 0;
}
/* 中心区域的菜单树menutree  */
.yg-center-tree .x-tree-icon {
	display: none;
}

.yg-center-tree .x-grid-header-ct {
	border-color: transparent;
}

.yg-center-tree .x-grid-cell-inner.x-grid-cell-inner-treecolumn {
	cursor: pointer;
}

.yg-center-tree .x-grid-tree-node-leaf .x-tree-node-text {
	margin-left: -8px;
}

/* layout */
.x-border-layout-ct {
	background-color: #474747;
}

/* header */
.yg-header {
	height: 48px;
}

.yg-header .x-btn {
	border: 0;
	background: none;
}

.logo {
	position: static !important;
	width: 280px !important;;
	background: url("../images/yg/logo.png") no-repeat;
	background-size: auto 70%;
	background-position: center;
	text-indent: -9999px;
	display: block;
}

.exit.x-btn {
	width: 50px;
	height: 100%;
	border-left: 1px solid #1a1a1a;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url("../images/yg/header/exit.png");
	background-size: 50%;
	background-position: center;
	display: block;
}

.exit.x-btn-default-small-over {
	background-image: url("../images/yg/header/exit-over.png");
}

.user.x-btn {
	background: url("../images/yg/header/user.png") no-repeat;
	background-size: auto 50%;
	background-position: left center;
	padding-left: 20px;
	padding-right: 8px;
}

.user.x-btn-default-small .x-btn-inner {
	color: #858585;
}

.user.x-btn-default-small-over .x-btn-inner {
	color: #fff;
}

.x-btn-default-small .x-btn-split-right {
	background-image: url("../images/yg/header/arrow-collapse.png");
	padding-right: 16px;
}

.x-btn-default-small.x-btn-menu-active .x-btn-split-right {
	background-image: url("../images/yg/header/arrow-expand.png");
}

/* panel  */
.x-panel-body-default {
	border-color: transparent;
	background-color: #fff;
}

.x-accordion-layout-ct {
	background-color: #333;
}

.x-panel-header-default {
	background-color: #474747;
}

/* menu */
.x-menu {
	border: 0;
}

.x-menu-body {
	background-color: #474747;
}

.x-menu-item-text {
	color: #fff;
}

.x-menu-item-active {
	background-color: #fff;
}

.x-menu-item-active .x-menu-item-text {
	color: #333;
}

.x-menu-icon-separator {
	background-color: transparent;
	border: 0;
}

/* tab */
.x-tab-default {
	border-color: #333;
}

.x-tab-bar-default {
	background-color: #474747;
}

.x-tab-bar-strip-default-top {
	height: 0;
}

.x-tab-bar-default-top {
	height: 24px;
}

.x-tab-bar-body-default-top {
	padding-bottom: 0;
}

.x-tab-default {
	background-color: #474747;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.x-tab-default-active {
	background-color: #e79410;
	border-color: #e79410;
}

.x-tab-default-active .x-tab-inner {
	color: #fff;
}

.x-tab-default .x-tab-close-btn {
	background: url("../images/yg/close.png") no-repeat;
	background-size: 80%;
	background-position: center;
	border-radius: 12px;
	height: 16px;
	width: 16px;
}

.x-tab-default .x-tab-close-btn-over {
	background-image: url("../images/yg/close-active.png");
	background-color: #fff;
}

.x-tab-bar-default .x-tabbar-scroll-left, .x-tab-bar-default .x-tabbar-scroll-right
	{
	height: 24px;
}

.x-tab-bar-default .x-box-scroller {
	background-color: #6B6E71;
}

.x-tab-bar-default .x-tabbar-scroll-right {
	background-image: url(../images/yg/tab-bar/default-scroll-right.png);
}

.x-tab-bar-default .x-tabbar-scroll-left {
	background-image: url(../images/yg/tab-bar/default-scroll-left.png);
}
/* 内部tab */
.yg-center-tab .x-tab-default {
	width: 25%;
	height: 50px;
	padding: 12px;
	position: relative !important;
	left: 0 !important;
	float: left;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.yg-center-tab .x-tab-default .x-tab-inner {
	font-size: 26px;
	line-height: 26px;
	color: #333;
}

.yg-center-tab .x-box-scroller-left, .yg-center-tab .x-box-scroller-right
	{
	display: none;
}

.yg-center-tab .x-tab-default-active {
	color: #fff;
	background-color: #f4f4f4;
}

.yg-center-tab .x-tab-default-active .x-tab-inner {
	color: #e79410;
}

/* grid */
/* border  */
.x-grid {
	border: 1px solid #dcdcdc;
}

.x-grid-view {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.x-grid-header-ct {
	border-color: #dcdcdc;
}

.x-grid-cell {
	border-color: #dcdcdc;
}

.x-column-header {
	border-color: #dcdcdc;
}
/* 斑马纹 */
.x-grid-row-alt .x-grid-td {
	background-color: #f4f4f4;
}

.x-grid-row-over .x-grid-td {
	background-color: #e2eff8;
}

.x-grid-row-selected .x-grid-td {
	background-color: #c1ddf1;
}
/* 操作按钮  */
.x-grid .x-action-col-icon {
	margin: 0 5px;
}

/* button */
.x-btn, .x-nlg .x-btn {
	background-image: none; /* 颜色需要修改，如果不要渐变的话，就直接置为空就好 */
}

.yg-btn .x-btn-inner, .yg-btn-search .x-btn-inner, .yg-btn-plus .x-btn-inner,
	.yg-btn-download .x-btn-inner, .yg-btn-upload .x-btn-inner,
	.yg-btn-reset .x-btn-inner, .yg-btn-cancel .x-btn-inner {
	color: #fff;
}

.x-btn-default-small, .x-btn-default-medium, .x-btn-default-large {
	background-color: #e79410;
	border-color: #e79410;
	background-image: none; /* 颜色需要修改，如果不要渐变的话，就直接置为空就好 */
}

.x-btn-over, .x-btn-default-small-over, .x-btn-default-medium-over,
	.x-btn-default-large-over {
	background-color: #ffa312;
}

.x-btn-pressed, .x-btn-default-small-pressed,
	.x-btn-default-medium-pressed, .x-btn-default-large-pressed {
	background-color: #cd830e;
}

.x-btn-icon-text-left .x-btn-icon-el {
	background-position: right center;
}
/* button颜色辅助class */
.yg-btn.x-btn {
	background-color: #56abe4;
	border-color: #56abe4;
}

.yg-btn.x-btn.x-btn-over, .yg-btn.x-btn.x-btn-default-small-over,
	.yg-btn.x-btn.x-btn-default-medium-over, .yg-btn.x-btn.x-btn-default-large-over
	{
	background-color: #60bfff;
}

.yg-btn.x-btn.x-btn-over, .yg-btn.x-btn.x-btn-default-small-pressed,
	.yg-btn.x-btn.x-btn-default-medium-pressed, .yg-btn.x-btn.x-btn-default-large-pressed
	{
	background-color: #4d99cc;
}

.yg-btn-ok.x-btn, .yg-btn-search.x-btn {
	background-color: #e79410;
	border-color: #e79410;
}

.yg-btn-ok.x-btn.x-btn-over, .yg-btn-ok.x-btn.x-btn-default-small-over,
	.yg-btn-ok.x-btn.x-btn-default-medium-over, .yg-btn-ok.x-btn.x-btn-default-large-over,
	.yg-btn-search.x-btn.x-btn-over, .yg-btn-search.x-btn.x-btn-default-small-over,
	.yg-btn-search.x-btn.x-btn-default-medium-over, .yg-btn-search.x-btn.x-btn-default-large-over
	{
	background-color: #ffa312;
}

.yg-btn-ok.x-btn.x-btn-pressed, .yg-btn-ok.x-btn.x-btn-default-small-pressed,
	.yg-btn-ok.x-btn.x-btn-default-medium-pressed, .yg-btn-ok.x-btn.x-btn-default-large-pressed,
	.yg-btn-search.x-btn.x-btn-pressed, .yg-btn-search.x-btn.x-btn-default-small-pressed,
	.yg-btn-search.x-btn.x-btn-default-medium-pressed, .yg-btn-search.x-btn.x-btn-default-large-pressed
	{
	background-color: #cd830e;
}

.yg-btn-plus.x-btn {
	background-color: #56abe4;
	border-color: #56abe4;
}

.yg-btn-plus.x-btn.x-btn-over, .yg-btn-plus.x-btn.x-btn-default-small-over,
	.yg-btn-plus.x-btn.x-btn-default-medium-over, .yg-btn-plus.x-btn.x-btn-default-large-over
	{
	background-color: #60bfff;
}

.yg-btn-plus.x-btn.x-btn-pressed, .yg-btn-plus.x-btn.x-btn-default-small-pressed,
	.yg-btn-plus.x-btn.x-btn-default-medium-pressed, .yg-btn-plus.x-btn.x-btn-default-large-pressed
	{
	background-color: #4d99cc;
}

.yg-btn-download.x-btn, .yg-btn-upload.x-btn {
	background-color: #0fd37e;
	border-color: #0fd37e;
}

.yg-btn-download.x-btn.x-btn-over, .yg-btn-download.x-btn.x-btn-default-small-over,
	.yg-btn-download.x-btn.x-btn-default-medium-over, .yg-btn-download.x-btn.x-btn-default-large-over,
	.yg-btn-upload.x-btn.x-btn-over, .yg-btn-upload.x-btn.x-btn-default-small-over,
	.yg-btn-upload.x-btn.x-btn-default-medium-over, .yg-btn-upload.x-btn.x-btn-default-large-over
	{
	background-color: #11f391;
}

.yg-btn-download.x-btn.x-btn-pressed, .yg-btn-download.x-btn.x-btn-default-small-pressed,
	.yg-btn-download.x-btn.x-btn-default-medium-pressed, .yg-btn-download.x-btn.x-btn-default-large-pressed,
	.yg-btn-upload.x-btn.x-btn-pressed, .yg-btn-upload.x-btn.x-btn-default-small-pressed,
	.yg-btn-upload.x-btn.x-btn-default-medium-pressed, .yg-btn-upload.x-btn.x-btn-default-large-pressed
	{
	background-color: #0dba6f;
}

.yg-btn-reset.x-btn {
	background-color: #474747;
	border-color: #474747;
}

.yg-btn-reset.x-btn.x-btn-over, .yg-btn-reset.x-btn.x-btn-default-small-over,
	.yg-btn-reset.x-btn.x-btn-default-medium-over, .yg-btn-reset.x-btn.x-btn-default-large-over
	{
	background-color: #707070;
}

.yg-btn-reset.x-btn.x-btn-pressed, .yg-btn-reset.x-btn.x-btn-default-small-pressed,
	.yg-btn-reset.x-btn.x-btn-default-medium-pressed, .yg-btn-reset.x-btn.x-btn-default-large-pressed
	{
	background-color: #2d2d2d;
}

.yg-btn-cancel.x-btn {
	background-color: #fff;
	border-color: #e79410;
}

.yg-btn-cancel.x-btn.x-btn-over .x-btn-inner, .yg-btn-cancel.x-btn .x-btn-default-toolbar-small .x-btn-inner,
	.yg-btn-cancel.x-btn .x-btn-default-toolbar-medium .x-btn-inner,
	.yg-btn-cancel.x-btn .x-btn-default-toolbar-large .x-btn-inner,
	.yg-btn-cancel.x-btn .x-btn-inner {
	color: #e79410;
}

.yg-btn-cancel.x-btn.x-btn-over, .yg-btn-cancel.x-btn.x-btn-default-small-over,
	.yg-btn-cancel.x-btn.x-btn-default-medium-over, .yg-btn-cancel.x-btn.x-btn-default-large-over
	{
	background-color: #e79410;
	border-color: #e79410;
}

.yg-btn-cancel.x-btn.x-btn-pressed, .yg-btn-cancel.x-btn.x-btn-default-small-pressed,
	.yg-btn-cancel.x-btn.x-btn-default-medium-pressed, .yg-btn-cancel.x-btn.x-btn-default-large-pressed
	{
	background-color: #cd830e;
	border-color: #cd830e;
}

.yg-btn-cancel.x-btn.x-btn-over .x-btn-inner, .yg-btn-cancel.x-btn.x-btn-default-small-over .x-btn-inner,
	.yg-btn-cancel.x-btn.x-btn-default-medium-over .x-btn-inner,
	.yg-btn-cancel.x-btn.x-btn-default-large-over .x-btn-inner {
	color: #fff;
}

/* window */
.x-window-default {
	/* border-color: #474747; */
	border-width: 0;
}

.x-window-body-default {
	background-color: #fff;
	border-width: 0;
	padding: 15px 10px;
}

.x-window-header-default-top {
	background-color: #474747;
}

.x-window-header-default {
	border-color: #474747;
	background-color: #474747;
}

.x-window-header-default .x-tool-img {
	background-color: #474747;
	margin-left: -1px;
}

.x-window .x-toolbar-footer {
	background-color: #fff;
}
/* window内容间距 */
.x-window-item {
	margin-top: 10px;
}

.x-window-item:first-child {
	margin-top: 0;
}

/* toolbar */
.x-toolbar-footer {
	background-color: transparent;
}

/* fieldset */
.x-fieldset {
	border: 1px solid #dcdcdc;
	margin: 0 auto;
}

/* tooltip */
.x-tip-default {
	margin: -50px 0;
}

/* mask(遮罩) */
.x-mask {
	opacity: .2;
	background-color: #b8b8b8;
}

/* treepanel的title样式 */
.stopicon {
	background-image: url(../images/yg/icon/grid/ban.png) !important;
}

.starticon {
	background-image: url(../images/yg/icon/grid/dnd_on.png) !important;
}

.showMmeber {
	display: inline;
	background-image: url(../images/yg/icon/grid/member.png);
	width: 33px;
}

.showPostman {
	display: inline;
	background-image: url(../images/yg/icon/grid/postman.png);
	width: 33px;
}

.my-panel-only-top-border {
	border-top: 1px dashed #000;
}

.my-panel-only-bottom-border {
	border-bottom: 1px dashed #000;
}