@CHARSET "UTF-8";

.control-warp {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* cell control css */
.cell {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.cell-toolbar {
	position: relative;
	height: 30px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: right;
	padding: 3px 18px;
}
.cell-status {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2px;
	background-color: #eee;
	font-size: 12px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.cell-fixed {
	position: absolute;
	top: 37px;
	bottom: 37px;
	/*width: 100%;*/
	/*overflow: hidden;*/
	overflow-y: auto;
}
.cell-fixed th {
	border-bottom: 1px solid #ccc;
}
.cell-table {
	position: absolute;
	top: 37px;
	bottom: 37px;
	width: 100%;
	/*overflow: hidden;*/
	overflow-y: scroll;
}
.cell table {
	border: 0px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.cell th, td {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
	cursor: default;
}
.cell th {
	background-color: #eee;
	color: #000;
}
.cell td.nobottom {
	border-bottom: none;
}
.cell tr:hover {
	background-color: #f9f9f9;
}
.cell tbody .selected {
	background-color: #ff9933;
}
.cell-toolbar ul {
	float: right;
	padding: 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
}
.cell-toolbar li {
	display: inline-block;
	*display: inline;
	cursor: pointer;
	color: #fff;
	margin: 4px 4px 0;
	padding: 2px 16px;
	background-color: #337AB7;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 12px;
	text-indent: 6px;
	font-size: 12px;
}
.cell-toolbar li:hover {
	border: 0px solid #999;
	background-color: #dadada;
}
.cell-toolbar-search {
	position: absolute;
	left: 8px;
	top: 8px;
	bottom: 8px;
	right: 8px;
	border: 1px solid #ccc;
}
.cell-toolbar-search input[type="text"] {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.cell-toolbar-search button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	border: none;
	background-color: #333;
	cursor: pointer;
	color: #fff;
}
.cell-status .cell-page {
	float: left;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	font-size: 12px;
	margin: 0 4px;
}
.cell-status .cell-page[v="left"], .cell-status .cell-page[v="right"] {
	font-size: 18px;
}

.cell-status ul {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
	margin: 0 auto;
}
.cell-status li {
	float: left;
	list-style-type: none;
	border: 1px solid #666;
	cursor: pointer;
	padding: 3px;
	margin: 3px 5px;
}
.cell-status li:hover {
	background-color: #eee;
}
.cell-status li.selected {
	background-color: #666;
	color: #eee;
}

/* popfrm css */
.popfrm {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1100;
}
.popfrm-container {
	position: relative;
	top: 20%;
	width: 60%;
	height: 200px;
	margin: auto;
	background-color: #fff;
}
.popfrm-title {
	position: relative;
	width: 100%;
	background-color: #333;
	color: #fff;
	text-align: left;
	padding: 5px 0px;
	text-indent: 8px;
	font-weight: bold;
}
.popfrm-content {
	position: relative;
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: 17px;
}
.popfrm-buttons {	
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 1.3em;
	text-align: center;
}
.popfrm-buttons .icon-button{
	box-shadow: 1px 1px 3px 0 #aaa;
	padding: 4px 8px;
	color: #fff;
	border: 0;
	width: auto;
	margin: 0 6px;
	display: inline-block;
}
.popfrm-buttons .icon-button.ok {
	background: #1295d4;
}
.popfrm-buttons .icon-button.cancel {
	background: #ff0000;
}

/* listbox */
.treebox .list {
	padding: 0;
}
.treebox .list ul {
	padding: 0;
}
.treebox .list li {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.treebox .list li ul {
	padding-left: 16px;
}
.treebox .list div.item {
	margin-left: 8px;
	text-indent: 3px;
    cursor: pointer;
}
.treebox .list div.item a.collexp {
	float: left;
	text-decoration: none;
	color: #000;
	margin: 8px 0;
}
.treebox .list div.item a.delete {
	float: right;
	text-decoration: none;
	color: #000;
	margin: 8px 8px;
}
.treebox .list div a:hover {
	background-color: #ccc;
}
.treebox .list div.item:hover {
	background-color: #eee;
}
.treebox .list div.item.selected {
	background-color: #0099ff;
	color: #fff;
}
.treebox .content {
	padding: 8px 0 8px 0;
}

/** listbox start */
.listbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listbox li {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	cursor: pointer;
}
.listbox li:hover {
	background-color: #eee;
}
.listbox li.selected {
	background-color: #ccc;
}

.popwin {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	z-index: 100;
}
.popwin-box {
	position: absolute;
	background-color: #fff;
	border: 1px solid #666;
	padding: 0;
}
.popwin-box iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.popwin-btns {
	position: absolute;
	top: 0;
	height: 28px;
	left: 0;
	right: 0;
	padding: 0;
	padding-right: 6px;
	text-align: right;
	cursor: move;
}
.popwin-btns a {
	padding: 2px 4px;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.popwin-btns a:hover {
	background-color: #ccc;
	color: #fff;
}
.popwin-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 0 8px 0 16px;
}
.popwin-content {
	position: absolute;
	top: 31px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.ondrag {
	background-color: #ccff99;
}

.editor {
	font-size: 12px;
}
.editor-row {
	position: relative;
	border-bottom: 1px solid #eee;
	border-right: 0 solid #eee;
	min-height: 40px;
	line-height: 40px;
}
.editor-row-field {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
	text-align: right;
	color: #aaa;
}
.editor-row-val {
	position: absolute;
	border: none;
	top: 0;
	bottom: 0;
	left: 70px;
	padding: 0;
	text-align: left;
	background-color: transparent;
}

.buttons {
	float: right;
}
.buttons label {	
	display: inline-block;
}
.buttons label i {
	width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    position: relative;
    cursor: pointer;
    margin-top: 9px;
    margin-right: 8px;
}
.buttons label input[type="checkbox"] {
	display: none;
}
.buttons label input[type="checkbox"] + i:before {
	content: "\f096";
}
.buttons label input[type="checkbox"]:checked + i:before {
	content: "\f046";
}
.buttons label input[type="button"] {
	display: none;
}

.share {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #eee;
	display: none;
	font-size: 14px;
	overflow: auto;
}

.share-tree {
	float: left;
	width: 220px;
}

.share-tree .treebox .content {
	margin-left: 32px;
}

.share-list {
	margin-left: 230px;
}

.share-list-all {
	padding: 8px 16px;
	border-bottom: 1px solid #ccc;
}

.share-list-box {
	padding: 16px;
}

.share-list-item {
	padding: 4px 0;
	display: inline-block;
	*display: inline;
	margin: 8px 8px 8px 0;
}

.share-item {
	position: relative;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin: 4px 8px;
}
.share-item a {
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	color: #000;
}
.share-item a:hover {
	color: #ee0000;;
}