
@charset "utf-8";

*{ 
	padding: 0; 
	margin: 0;
/*	font-size: 14px;*/

}
html,body { color: #222; font-family:Microsoft YaHei; overflow: hidden; height: 100%;}
.clearfix:after{display:block;clear: both;content: "";visibility : hidden;height: 0;}
.clearfix{zoom : 1;}
em,i {font-style: normal;}
a{ color: #17a9a8; text-decoration: none !important;outline:none;}
a:hover { color: #ff0024; text-decoration: none;outline:none;}
a:active {text-decoration: none !important;outline:none;}
 a:focus{text-decoration: none !important;outline:none;}
ul { list-style: none; margin: 0; padding: 0;}

.input-append .btn:last-child, .input-append{vertical-align:-5px;}
input:active,
textarea:active,
input:hover,
textarea:hover,
input:focus,
textarea:focus {-webkit-box-shadow:none;box-shadow:none !important;border-color:#17a9a8 !important;}
select{padding:0px 12px !important;}
.align-right{text-align:right;}
.align-left{text-align:left;}
.margin10 { margin:10px;}
.padding10 {padding:10px;}
.clearfix:after{
	display    : block;
	clear      : both;
	content    : "";
	visibility : hidden;
	height     : 0;
}
.clearfix{zoom : 1;}
.left{float:left;}
.right{float: right;}
h1, h2, h3, h4, h5, h6 ,dl{ margin: 0; padding: 0;}
.color222 { color: #8a8a95;}
.color999 { color: #999;}
.hide{
	display:none;
}
.w100{
	width: 100px;
}
.w300{
	width: 300px;
}
.bottom10{
	margin-bottom:10px;
}
.fullheight{
	height: 100%;
}
::-webkit-scrollbar  
{  
    width: 6px;  
    height: 6px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
}  
.flex-box-row{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction:row;
	-webkit-flex-direction:row;	
	-ms-flex-direction:row;
}
.flex-box-column{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction:column;
	-webkit-flex-direction:column;

	display: -ms-flexbox;
	-ms-flex-direction:column;
}
.flex-one{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */	
}
.wrap_show{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:none;
	overflow:auto;
}
.view-container{
	margin: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
}
.container_show{
	width: 100%;
	background: #ccc;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	flex-direction: column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
.slidebar_box {	background: #2b2a3c; color: #95959e; width: 250px; overflow: auto;}
.slidebar_box a { color: #95959e;}
.slidebar_box a:hover { color: #fff;}
.slidebar_box .tips_box { padding: 0 20px; margin-bottom: 20px;}
.slidebar_box .menuTips { display: block; float: right; cursor: pointer; width: 20px; height: 20px; z-index: 2;}
.slidebar_box .logo {margin: 0; padding:0; width:100%; text-align:center; margin: 15px 0;}
.slidebar_box .logo img{cursor:pointer; max-height:80px; max-width:220px;}

.header {background: #17a9a8;min-height: 50px;line-height:50px; color: #fff; font-size: 16px;}
.header .txt { float:right; padding: 0 20px; font-size: 14px;}
.header .dropdown{float: right;}

.logo { display: block; margin: 0 auto;}
.nav dt { line-height: 34px; background: #333244;}
.nav dt .tit {background: url(../images/machine.png) no-repeat 20px 17px; display: block;  font-size: 14px; height: 30px; cursor: pointer;padding: 2px 30px 2px 50px;}
.nav dt .tit em {background: url(../images/icon.png) no-repeat right -170px; display: block; height: 34px; padding-right: 30px;}
.nav dt .tit.focus em { background-position: right -214px; color: #fff;}
.nav dt .tit.focus a {color: #fff;}
.nav .dt_nav_rundata .tit { background-position: 20px -43px;}
.nav .dt_nav_sys .tit { background-position: 20px -638px;}
.nav .dt_nav_ad  .focus { background-position: 20px -517px;}
.nav .dt_nav_rundata .focus { background-position: 20px -577px;}
.nav .dt_nav_sys .focus { background-position: 20px -104px;}
.nav dt ul{ display: none; background: #2b2a3c; padding: 2px 20px 2px 60px;}
.nav dt li { position: relative;}
.nav dt li i { position: absolute; top: 15px; left: 4px; height: 34px; width: 1px; border-left: 1px dashed #464655;}
.nav dt li:last-child i{ display: none;}
.nav dt li a {background: url(../images/icon.png) no-repeat 0 -308px; display: block; padding-left: 20px; position: relative; z-index: 2; line-height: 30px; height: 30px; overflow: hidden;}
.nav dt li.focus a,.nav dt li:hover a{ background-position: 0 -263px; color: #fff; font-size: 16px;}

.header .gravater {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.header .nav>li>a>img {
    max-width: none;
}
.header .img-border {
    padding: 4px;
}
.user .dropdown-menu {
	left: inherit;
    right: 0px;
    width: 160px;
    top: 47px;
    text-align: center;	
    background-color: #434a54;
    border: none;
    padding:0px;
    min-width: 120px;
}
.user .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.user.dropdown.open{
	background-color: #434a54;
}
.user .dropdown-menu>li>a:hover{
	background:#656d78;
	color:#fff;
}
.user.dropdown .caret{
	color:#D1EFED !important;
	margin-right: 5px;
}
.dropdown-menu.menu-align-left {
	left:inherit;
    right:0px;
}

.com_box{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
	width: 100%;
	background: #fff;
}
.current_box {
    background: #fff;
    color: #8a8a95;
    min-height: 30px;
    padding: 0px 20px;
    line-height: 30px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 12px;
    box-shadow: 0 0 0 1px #dfdfdf;
}
.editor-container{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	height:100%;	
}

.editor-main{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	background: #fff
}
.editor-btn-group{
	height:60px;
	line-height: 60px;
	background: #353a3a;
}
.editor-pages-container{
	width: 135px;
	text-align: center;
    border-right: solid 1px #0aa;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
.editor-pages{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow:auto;
	overflow-x: hidden;
}
.editor-page-add-btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    color: #1B1D1D;
    font-size: 16px;
	border-top: solid 1px #0aa;
}
.editor-page-add-btn:hover{
    background: #eee;
    color: #0aa;
}
.editor-page{
	width: 100px;
	height:100px;
	position:relative;
	margin:10px;
	display: inline-block;
}
.editor-page.focus{
	border:solid 3px #0f0;
}
.editor-page-index{
    width: 100%;
    background: rgba(50, 50, 50, 0.9);
    color: #fff;
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    z-index: 1000;
    font-size: 12px;
    text-align: center;
}
.editor-page img{
	width: 120px;
	height:120px;
}
.editor-tool{
	width: 60px;
	text-align: center;
	overflow-y: auto;
}
.editor-right{
	width:250px;
}
.editor-right table{
	margin:0;
	padding:0;
}
.editor-right table tr{
	background:none;
}
.editor-pannel-container{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction:column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	border-left: solid 1px #0aa;
    border-right: solid 1px #0aa;
	background:#ccc; 
	position: relative;
}
.editor-title{
	height:45px;
	line-height: 45px;
	background: #fff;
	padding: 0 10px;
}
.editor-title .dropdown-menu{
	width:300px; 
	text-align: center;
}
.editor-pannel{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex:1;
	width:100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    overflow:hidden;
}
.editor-pannel-canvas{
	position: relative;
	background-size: 100% 100% !important;
	overflow: hidden;
}
.editor-component-thumbs{
    width: 100%;
    height: 80px;
	background: #fff;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
}
.page-component {
    cursor: default;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.page-component-noFix {
    cursor: default;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.editor-page.selected:before{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: url(../images/selected.png);
    z-index: 1;
}
.program-editor-textarea{
	background-color: #635A5A !important;
    opacity: 1 !important;
}
.editor-component-bg{
	border: dashed 1px #17a9a8;
    box-sizing: border-box;
    background-size: 100% 100% !important;
}
.editor-component-bg-noFix{
	border: dashed 1px #17a9a8;
    box-sizing: border-box;
    background-size: contain !important;
}
.weather-component-bg{
    border: dashed 1px #17a9a8;
    box-sizing: border-box;
    overflow: hidden;
}
.weather-city{
	position:absolute; 
	top:3px; 
	right:3px; 
	color: #fff;
}
.weather-degree{
    text-align: center;
}
.global-component{
	width: 80px;
	height: 80px;
}
.global-component img{
	width:70px;
	height:70px;
	margin: 3px 5px;
	border: solid 2px #fff;
}
.global-component.focus img {
	border: solid 2px #ff7ab7;
}
.global-component img:hover {
	border: solid 2px #ff7ab7;
}
.editor-component-thumbs-container{
	width: 0px;
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
	height:100%;
	overflow-x: auto;
}
.component-thumbs-list {
	list-style:none;
	height:100%;
	width:100%;
	white-space: nowrap;
	position:relative;
	overflow-x: auto;
}
.component-thumbs-item {
	display:inline-block;
	vertical-align: top;
}
.component-thumbs-item .item {
    margin: 3px 5px;
    width: 70px;
    height: 70px;
    border: solid 2px #fff;
    position: relative;
}
.component-thumbs-item .item.lock::before{
content: url(../images/lock.png);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
}
.component-thumbs-item .item.focus{
    border: solid 2px #f00;
}
.component-thumbs-item .item img {
	width:70px;
	height:70px;
}
.component-thumbs-item .item:hover {
	border: solid 2px #ff7ab7;
}
.component-thumbs-item .item .move-btn-left{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 70px;
	line-height: 70px;
	text-align: left;
    display: none;
    z-index: 1;
	background: url(../images/left-arrow.png) no-repeat left center;
	background-size: 20px 100%;
}
.component-thumbs-item .item:hover .move-btn-left{
	display: block;
}
.component-thumbs-item .item .move-btn-right{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 70px;
	line-height: 70px;
	text-align: right;
    display: none;
    z-index: 1;
	background: url(../images/right-arrow.png) no-repeat right center;
	background-size: 20px 100%;
}
.component-thumbs-item .item:hover .move-btn-right{
	display: block;
}

.editor-component{
	cursor: move;
	position:absolute;
	background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.editor-component .ui-resizable-handle{
	display:none !important;
}
.editor-component.focus .ui-resizable-handle{
	display:block !important;
}
.editor-component img{
	width:100%;
	height:100%;
}
.items-align-center{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack:center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.editor-component .document-img, .page-component .document-img{
	width: auto;
	height: auto;
	max-width: 100%;
    max-height: 100%;
}
.editor-tool .component-icon{
	padding: 10px 0px;
	font-size: 10px;
}
.editor-tool .component-icon img{
	width: 40px; 
	height: 40px;
	cursor: pointer;
}
.editor-tool .component-icon:hover {
}
.screenType{
	display:inline-block;
	margin:10px;
	cursor:pointer;
	width:100px;
	position:relative;
}
.screenType.program-fullscreen .fullscreen-icon{
	background:url(../images/fullscreen.png) no-repeat top;
	border:solid 2px #ccc;
	width:96px;
	height:48px;
}
.screenType.program-fullscreen.focus .fullscreen-icon{
	background:url(../images/fullscreen.png) no-repeat top;
	border:solid 2px #ff0;
}
.screenType.program-unfullscreen .fullscreen-icon{
	background:url(../images/unfullscreen.png) no-repeat top;
	border:solid 2px #ccc;
	width:96px;
	height:48px;	
}
.screenType.program-unfullscreen.focus .fullscreen-icon{
	background:url(../images/unfullscreen.png) no-repeat top;
	border:solid 2px #ff0;
}
.screenType .tit{
	width:100%;
	line-height: 30px;
	text-align:center;
}
.screenType.focus .tit{
	color:#56abe4;
}
/*.btn {
	font-size:12px;
}*/

.inner-btn{    
	background: #fff;
    padding: 0px 15px;
    color: #0aa;
    border-radius: 3px;
	height: 26px;
    line-height: 26px;
	border: solid 1px #0aa;
	font-size: 14px;
}

.top-btns-container{
    padding: 0px 10px;
    margin:5px 0;
    height: 30px;
    line-height: 30px;
}

/* input火狐居中设置 */
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}
/*input[type="text"]{border-radius: 3px; height:30px;line-height: 30px;}*/
/*input[type="number"]{border-radius: 3px; height:30px;line-height: 30px;}*/
/*input[type="password"]{border-radius: 3px; height:30px; line-height: 30px;}*/

.com_pop_formBox {    
	margin: 0px 10px;
    min-height: 30px;
    line-height: 30px;
}
.com_pop_formBox dd {height:30px; line-height: 30px; margin: 6px 0px;}
.com_pop_form_span {width:120px;display:inline-block; vertical-align:middle;}
.com_pop_form_div{display:inline-block; vertical-align:middle; position: relative;}
.com_pop_formBox dd textarea, input {padding: 0 2px;border : 1px solid #ccc;outline: none;color  : #333; font-size: 12px;}
.com_pop_formBox dd textarea{height: 60px; line-height: 20px;}

/* com_btn */
.com_btn { background: #f4f4f4; height: 40px; line-height: 40px; padding: 0 30px;border-radius: 5px;  border: 1px solid #b9b9c1; float: left; margin-right: 20px;}
.com_btn:hover,.com_btn_focus { background: #17a9a8; color: #fff; border-color: #17a9a8; cursor: pointer;}
.com_btn:hover{  background: #139190;}

/* 表单  */
.com_table { background: #fff; width: 100%; padding: 0; margin: 0;border-spacing:0;border-collapse:collapse; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.com_table th,.com_table td{ text-align: center; line-height: 34px; border: 1px solid #dfdfdf; word-break: break-word; padding: 3px 0; /*padding: 0 5px; */word-break: break-word;}
.com_table tr:nth-child(odd){ background: #f7f7f7;}
.com_table th { background: #ecebeb; font-size: 14px; font-weight: normal;}
.com_table tr:hover td { background: #ccc;}
.com_table .w20 { width: 20%;}
.com_table .w25 { width: 25%;}
.com_table .w40 { width: 40%;}
.com_table .w50 { width: 50%;}
.com_table .operation a { margin: 0 10px; display: inline-block; white-space: nowrap;}
.com_table .operation .del { color: #ff0024;}
.com_table td .link{margin: 0 5px;}

/* custom_radio */
.custom_radio,.custom_checkbox { float: left; margin-right: 20px; /*margin-top: 5px;*/}
.custom_radio em{display: inline-block; width: 20px; height: 20px; margin-right: 5px; cursor: pointer; vertical-align: -5px;}
.custom_checkbox em {display: inline-block; width: 18px; height: 18px; margin-right: 5px; cursor: pointer; vertical-align: -5px;}

.custom_radio em {background:url(../images/icon.png) 0 -829px no-repeat; }
.custom_radio em.focus {
    background:url(../images/icon.png) 0 -852px no-repeat;
}

.custom_checkbox em {background:url(../images/choice_before.png) !important; }
.custom_checkbox em.focus {
    background:url(../images/choice_after.png) !important;
}

.box {
	background: orange;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 3em;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row-span: 1;	
}
.box:nth-child(even){
	background: green;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row-span: 1;		
}

.select-btn{
	border: solid 1px #ccc;
	border-radius: 3px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    position: relative;
}
.select-btn:hover{
    box-shadow: none !important;
    border-color: #17a9a8 !important;	
}
.select-btn .fileinput{
    border: 1px solid #000;
    display: block;
    height: 24px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 72px;
    z-index: 9999;
    cursor: pointer;
    background: #ff0;
}
.select-btn .fileinputFront{
	border: none;
	padding: 4px 15px;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}
.center{
	width:100%;
	text-align:center;
}

.quit_btn{
	color: #ffffff;
    height: 60px;
    line-height: 60px !important;
    margin-right: 20px;
    position: absolute;
    right: 0px;
    top: 0px;	
	cursor:pointer;
}
.quit_btn:hover{
	color:#fcc;
}

.btnx:HOVER {
    border-color: #65A7F3;
    color: #65A7F3;
}
.btnx {
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #0aa;
    background-color: #fff;
    border-color: rgb(167,167,167);
    margin-top: -3px;
    font-size: 12px;
}

.component_attr_table{
	border:none;
	padding:0;
	width:100%;
}
.component_attr_table .title{
	width:25%;
	text-align: right;
	height:25px;
	line-height: 25px;
	vertical-align: middle;
	padding-right:8px;
	font-size:12px;
}
.component_attr_table .value{
	width:25%;
	text-align: left;
	height:25px;
	line-height: 25px;
	vertical-align: middle;
}
.component_attr_table input{height:25px; width:50px; border: none;}

.component-editor *{
	 font-size:12px;
}
.component-editor .page-header{
	margin: 3px 0;
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
}

.op-label-item {
	margin:10px 5px;
	vertical-align: top;
}


.image-box-top-banner{
	position: relative;
	left:0px;
	top:10px;
	width:100%;
	height:30px;
	line-height: 30px;
	vertical-align: middle;
}
.image-box-top-line{
	color:#0aa;
	margin: 12px 0;
}
.image-box-top-banner .upload-btn{
	position: relative;
    top: 0px;
    left: 20px;
}

.material_upload_tit{
	margin: 20px;
    box-sizing: border-box;
    height:30px;
    line-height: 30px;
    overflow: hidden;
    color: #0aa;
}

.editor_setting_title{
	width:100%;
	text-align: center;
	height:35px;
	line-height:35px;
	font-weight: bold;
	background: #8a8a95;
	margin-bottom: 10px;
}

.img_item, .video_item, .office_item {
    width: 100%;
    height: 90px;
    position: relative;
    background-color: #DDDDDD;
    margin-top: 10px;
}
.img_item_back .img-ico, .video_item_back .img-ico, .office_item_back .img-ico {
    width: 90px;
    height: 90px;
    display: inline-block;
}
.img_item_front, .video_item_front, .office_item_front {
    display: inline-block;
    width: 25px;
    background: #000000;
    color: #fff;
    position: absolute;
    text-align: center;
    height: 25px;
    line-height: 25px;
    z-index: 2;
}
.img_item_name {
    width: 100px;
    height: 16px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    background-color: #675F4F;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    color: white;
    bottom: 0px;
    left: 15px;
    text-align: center;
    line-height: 16px;
    padding-right: 5px;
}
.img-ratio {
    max-width: 120px;
    overflow: hidden;
    position: absolute;
    top:25px;
    left: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.editor-material-attrs-container {
    position: absolute;
    top: 0px;
    left: 100px;
    font-size: 11px;
    color: #333;
}
.editor-material-attrs-container .attrs{
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.backg_img_item{margin:10px;}
.backg_img_item_name, .videoname, .video_item_name, .ppt_item_name, .word_item_name, .excel_item_name {
    width: 100px;
    display: block;
}
.backg_img_item_name, .video_item_name, .ppt_item_name, .word_item_name, .excel_item_name {
    position: absolute;
    bottom: 7px;
    left: 100px;
}
.backg_img_item_name {
    width: 280px;
    height: 20px;
    position: relative;
    background-color: #DDDDDD;
    left: 0px;
    bottom: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.img-del-btn{
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: url(../images/close.png);
    background-size: 100% 100%;
}

.img-del-btn:hover{
    background: url(../images/close1.png);
    background-size: 100% 100%;
}

.btngroups{
	text-align: center;
	padding:5px 10px;
}
.btngroups button{
    margin:0px 10px;
}

.editor-attrs-title{
	padding:0 10px;
	height: 30px;
	line-height: 30px;
}
.editor-attrs-input{
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-left: 10px;
}
.editor-attrs-select{
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-left: 10px;
}
.context-menu{
    position: absolute;
    width: 100px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    z-index: 10000;
	border: solid 1px #ccc;
	background:#fff;
}
.context-menu li{
	border-bottom:solid 1px #ccc;
}
.context-menu li:hover{
	background:#ccc;
	color:#0aa;
	cursor:pointer;
}
.progress-container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.progress-mask{
	z-index:100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;	
}
.progress-pannel{
	z-index:200;
	position: absolute;
	top:40%;
	left:40%;
	font-size: 24px;
	font-weight:bold;
    color: #0aa;
	width:120px;
	height:120px;
	text-align:center;
	line-height:120px;
	background:#fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	border:solid 1px #fff;
	opacity: 1;
}
.full-parent{
	width:100%;
	height:100%;
}
.color_picker_pannel{
	display: inline-block;
    width: 100px;
    height: 30px;
    margin-left: 30px;
    border: solid 1px #ccc;
    margin: 0px 10px;
    vertical-align: top;
}
.lineheight{
	height:30px;
	line-height: 30px;
}
.lineheight-speed{
	margin-top: 6px;
}
.editor-text-style {
    display: inline-block;
}
.editor-text-style .glyphicon{
	width: 30px;
	height: 30px;
	margin: 0px 10px;
	text-align:center;
	line-height: 30px;
}
.editor-text-style .glyphicon:hover{
	background-color: #4386d4;
}
.editor-text-style .glyphicon.focus{
	background-color: #00aaaa;
}
.editor-text-opacity{
	margin-left:10px;
	position: relative;
    top: 5px;
}

.datetime_style{
	border: solid 1px #aaa;
    margin: 2px 15px;
    padding: 5px;
    cursor:pointer;
    font-size: 12px;
}
.datetime_style.focus{
	border: solid 1px #0aa;
    background:#09C7F7;
}
.editor-global-btn{
	padding: 8px 15px; 
	margin-right: 30px;
}
.play-time-input{
	border:none;
	width: 60px;
    height: 25px;
	color: #0aa;
	text-align: center;
	border: solid #17a9a8 1px;
}
.playTimeEditable{
	border: solid 1px #17a9a8;
    border-radius: 0px !important;
}
.loading-container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;	
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack:center;
}
.loading-mask{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
	z-index: 200;
}
.loading-img{
	z-index:201;
}
.add-program-row{
	margin:10px;
}
.add-program-title{
	width:100px;
	height:30px;
	line-height:30px;
	display:inline-block;
}
.add-program-input{
	width:200px;
	height:30px;
	margin:0px;
	padding:0px;
	border:solid 1px #ccc !important;
	border-radius:0px !important;
}    
.add-program-select{
	width: 176px;;
	height:30px;
	margin:0px;
	padding:0px;
	border:solid 1px #ccc !important;
	border-radius:0px !important;
}
.nav-list{
	width: 1376px;;
    height: 60px;
    line-height: 60px;
}
.nav-item{
    font-size: 18px;
	padding: 0 30px;
	margin:0px;
	display:inline-block;
}
.nav-item a{
	color: #fff !important;
}
.nav-item.focus{
	background: #ff0;
	color:#022 !important;
}
.nav-item.focus a{
	color:#022 !important;
}
.material-list-checkall{
	display: inline-block;
    float: none;
    margin-left: 5px;
}
.page{
	width:98%; 
	margin:0 1%;
}
.data-table-list{
	width: 90%;
	height: 100%;	
}
.data-image-list{
	width: 1100px;
	height: 100%;
}
.data-table-list2{
	width: 100%;
	height: 100%;	
}
.data-image-list2{
	width: 100%;
	height: 100%;
}
.list-page{
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px;
	align-items: center;
	position: relative;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction:column;
	-ms-flex-align:center;
}
.none-page, .no-auth{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items:center;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-ms-flex-align: center;
	margin-top: -20%;
}
.none-page .no-data{
	text-align: center;
    font-size: 20px;
    color: #253a29;
}
.no-auth .msg{
	font-size:16px; 
	color:#aa0054; 
	margin-left: 10px;
}
.fullscreen {
    width: 100%;
    height: 100%;
}

.message_edit{
    width: 90%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-top: 30px;
}

.message_attrs{
	flex:1;
}
.message_attrs_item{
	margin:10px;
}
.message_marquee{
    width: 100%;
    height: 375px;
    background: url(../images/machine_view.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
}

.message_marquee .content_pannel{
	position:relative; 
    left: 3.8%;
    width: 92.4%;
	height:30px!important; 
	line-height:30px; 
	color:#fff;
}

.inlineBlock{
	display:inline-block;
	vertical-align: top;
}

.message-edit-name{
	width: 400px;
	height:30px;
	line-height:30px;
}
.message_attrs_item .title{
	width:150px;
	display:inline-block;
	height:30px;
	line-height:30px;
	text-align: right;
	vertical-align: top;
	margin-right:20px;
}
.message-edit-content{
	width: 400px;
	height:100px;
	line-height:30px;
}
.message-edit-select{
	width: 100px;
	height:30px;
	line-height:30px;
}
.message-edit-color-picker{
	width:126px;
	height:30px;
	border: solid 1px #ccc;
}
.message-edit-number{
	width:100px;
	height:30px;
	line-height:30px;
}
.message-edit-btns{
	width:100%;
	text-align:center;
	margin-top: 100px;
}

.task-edit{
	width: 100%;
	height:100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	align-items: center;
}
.task-edit-attrs{
}
.task-edit-item{
	margin:30px 0;
}
.task-edit-item .title{
	width:100px;
	display:inline-block;
	height:30px;
	line-height:30px;
	text-align: right;
	vertical-align: top;
	margin-right:10px;
}
.task-edit-select{
	width: 200px;
	height:30px;
	line-height:30px;
}
.task-edit-number{
	width: 220px;
	height:30px;
	line-height:30px;
	text-align: center;
}
.task-edit-datetime{
	width: 159px;
	height:30px;
	line-height:30px;
	text-align: center;
	margin: 0px !important;
    padding: 0px !important;
}
.task-edit-item .schedule{
    vertical-align: top;
    line-height: 30px;
    position: relative;
    margin-left: 115px;
    right: 0px;
    top: -30px;
}
.task-list-params{
    text-align: left !important;
    padding: 0 20px !important;
}
.top-line{
	width:100%;
	color:#ccc;
	margin:0px;
}
.img-editor, .video-editor{
	height: 100%;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	overflow:hidden;
}
.img_wrap, .video_wrap{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;     /* OLD - Firefox 19- */              
    -webkit-flex: 1;      /* Chrome */  
    -ms-flex: 1;           /* IE 10 */  
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
	overflow-y: auto;
	overflow-x:hidden;
	margin-bottom: -6px;
}
.dropdown.batch-btns{
	display:inline-block;
	font-size: 12px;
}
.dropdown.batch-btns .disable{
	color:#353a3a;
	font-size: 12px;
}
.batch-btns-menus{
	width: 150px;
    text-align: center;
    border-radius: 0px;
}
.bookcase{
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:10px;
	cursor:pointer;
	background: url(../images/bookcase0.png) no-repeat;
	background-size: 100% 100% !important;
	vertical-align: middle;
}
.recycle{
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:10px;
	cursor:pointer;
	background: url(../images/recycle0.png) no-repeat;
	background-size: 100% 100% !important;	
	vertical-align: middle;
}
.bookcase.focus{
	cursor:default;
	background: url(../images/bookcase1.png) no-repeat;
}
.recycle.focus{
	cursor:default;
	background: url(../images/recycle1.png) no-repeat;
}
.component-editor hr{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;	
}
.material-select-dialog-body{
	padding:0px 15px
}
.material-select-dialog-footer{
	padding:5px 15px;
}
.material-select-dialog-pagination{
	margin: 10px 0;
}

.uploading-material{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%; 
	height: 100%;
	border:solid 1px #ccc;
}
.uploading-material .canvas{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.uploading-material .progress-bannel{
	width:60%;
	height:15px;
	background:#ccc;
	border-radius: 5px; 
	z-index: 1;
}
.uploading-material .material-progress{
	width:0; 
	height:100%; 
	background:#0f0;
	border-radius: 5px;
}
.uploading-material .material-completed{
	z-index: 1;
	width: 25px;
	height:25px;
	background: url(../images/material-ok.png) center center no-repeat;
}
.material-select-list{
	height:305px;
	overflow-y:auto;
}
.template-displaysize{
	position: absolute;
    top: 0px;
    right: 0px;
    background: #000;
    color: #fff;
    opacity: 0.6;
    font-size: 11px;
}
.template-title{
	width: 100%;
    overflow: hidden;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #555;	
}

.bg-sound-pannel{
    width: 100%;
    min-height: 200px;
    font-size: 12px;
    text-align: right;
}
.bg-sound-pannel table{
	width:100%;
	margin-top:15px;
}
.bg-sound-pannel table tr{
	width:100%;
    height: 35px;
    line-height: 35px;	
	border-top: solid 1px #e4d6d6;
}
.bg-sound-pannel table tr:hover{
	background:#eee;
}
.bg-sound-pannel .play-sound-btn{
	width:20px;
	height:20px;
	background: url(../images/sound-play1.png);
	cursor:pointer;
}
.bg-sound-pannel .play-sound-btn:hover{
	background: url(../images/sound-play2.png)
}
.bg-sound-pannel .play-sound-btn.playing{
	background: url(../images/sound-stop1.png)
}
.bg-sound-pannel .play-sound-btn.playing:hover{
	background: url(../images/sound-stop2.png)
}
.bg-sound-pannel .remove-sound-btn{
	width:20px;
	height:20px;	
	cursor:pointer;
	background: url(../images/sound-remove1.png)
}
.bg-sound-pannel .remove-sound-btn:hover{
	background: url(../images/sound-remove2.png)
}
.bg-sound-pannel .add-sound-btn{
	width:40px;
	height:30px;
	line-height: 30px;
	margin-right:20px;
	border: none;
}
.bg-sound-pannel .clear-sound-btn{
	width:40px;
	height:30px;
	line-height: 30px;
	margin-right: 10px;
    border: none;
}
.bg-sound-pannel .sound-td-index{
	text-align: center;
    color: #0aa;
	width:10%;
}
.bg-sound-pannel .sound-td-name{
	width:70%;
	text-align: left;
}
.bg-sound-pannel .sound-td-playtime{
	text-align: left;
	width:10%;
}
.bg-sound-pannel .sound-td-remove{
	text-align: center;
	width:5%;
}
.bg-sound-pannel .sound-td-play{
	text-align: center;
	width:5%;
}
.error{
	width:100%;
	height:100%;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
}
.pubmsg-item{
	background-color: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin: 0 10px;
    border-radius: 5px;
    color: #05f;
}
.publish-tab-item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
}
.publish-content-list{
	max-height: 100px; 
	overflow-y:auto;
}
.publish-play-params{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y:auto;
}
.play-params-item{
	background: #fff;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    border:solid 1px #aaa;
    position: relative;
}
.play-params-item:hover{
	border:solid 1px #0aa;
}
.play-param{
	height:30px;
	line-height:30px;
	margin: 5px 0px;
}
.play-param-type{
	height: 35px;
    line-height: 35px;
}
.play-param-title{
    width: 80px;
    text-align: right;
    margin-right: 10px;
	display:inline-block;
}
.play-params-item-close{
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    border: solid 1px #fff;
    position: absolute;
    right: 5px;
    top: 5px;
}
.play-params-item-close:hover{
	background: url(../images/close1.png) no-repeat;
	background-size: cover;
}
.play-params-add-btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.date-picker{
	width: 100px;
}
.publish-params-timer-title{
	height:30px;
	line-height:30px;
	display:inline-block;
}
.inline-block{
	float:none;
	display:inline-block;
}
.publish-params-timer-container{
	margin: 5px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-ms-flex-direction: row;
}
.publish-params-timer-container-title{
    width: 80px;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -ms-flex-align: center;
}
.publish-params-timer{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;		
}
.publish-params-clockpicker{
	display:inline-block;
}
.publish-params-clockpicker input{
}
.publish-params-timer-item{
	display:inline-block;
	width: 40%;
	height: 30px;
    line-height: 30px;
}
.publish-params-timer-item.disable, .publish-params-timer-item.disable input{
	color: #ccc;
}
.company-machine-selector{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.publish-company-tree{
    width: 250px;
    overflow: auto;
}
.publish-machine-list{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
}
.publish-company-machine-split{
	border-left: solid 1px #ccc;
    margin: 0 10px;
}
.publish-machine{
	margin: 5px;
	padding: 5px 10px;
}
.publish-submit-btn{
	position: absolute;
	right: 16px;
    top: 19px;
}
.publish-machines-btn{
    margin: 0;
    text-align: right;
}
.publish-machines-btn .custom_checkbox{
	float:none;
}

.publish-result-program-item {
    border-top: solid 1px #ccc;
    padding: 10px 0px;
}
.publish-result-program-item_img {
    position: relative;
    width: 150px;
    display: inline-block;
}
.publish-result-program-item-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background: #555;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.publish-result-program-machine-list {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.publish_machine_item {
    height: 35px;
    vertical-align: top;
}
.publish-machine-item-o {
    float: left;
    line-height: 35px;
    height: 35px;
}
.publish-machine-item-o .machine-name, .machine-progress {
	margin: 0 10px;
    color: #17a9a8;
    width: 180px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}
.machine-progress.waiting, .machine-progress.busy{
	color:#00f;
}
.machine-progress.finished{
	color:#0f0;
}
.machine-progress.failed{
	color:#f00;
}
.skillbar {
    float: left;
    position: relative;
    width: 150px;
    background: #eee;
    height: 28px;
    top: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar {
    display: inline-block;
    height: 100%;
    width: 0px;
    background: #ffff00;
}
.tend-bar{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.skill-bar-percent {
    position: absolute;
    display: inline-block;
    left: 65px;
    top: 0;
    font-size: 11px;
    line-height: 30px;
    color: #0000ff;
	/*width: 35px;*/
    text-align: center;    
}
.publish-status {
    display: inline-block;
    position: absolute;
    left: 170px;
    width: 280px;
    line-height: 25px;
    font-size: 11px;
    top: 0px;
}
.publish-status .txt {
    margin-right: 10px;
}
.publish-status .img {
    width:20px;
    height:20px;
}
.publish-status.failed .txt {
    color: #f00;
}
.publish-status.waiting .txt {
    color: #00f;
}
.publish-status.doing .txt {
    color: #00f;
}
.publish-status.finished .txt {
    color: #0f0;
}
.publish-status.busy .txt {
    color: #00f;
}
.publish-result-params{
    position: absolute;
    top: 40px;
    right: 40px;
    background: #ccc;
    border-radius: 5px;
    z-index: 1;
    padding: 30px;
}
.publish-result-params-item{
	border-bottom: solid 1px #DA8989;
	margin:8px 0px;
}
.publish-result-params-item div{
	display:inline-block;
	padding:3px 0px;
	margin-right: 20px;
}
.publish-result-params-item div span{
	color: #00f;
}
.publish-result-params-item .timers{
	margin: 0px;
    margin-left: 91px;
    padding: 0px;
    display: block;
}
.publish-result-params-item .schedule{
	
}
.publish-result-list{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.publish-result-info{
	margin-bottom: 5px;
    padding-bottom: 5px;
}
.publish-result-message-item-name{
	display:inline-block;
}
.publish-result-message-machine-list{
	display:inline-block;
}

.publish-result-message-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    border-top: solid 1px #ccc;
}
.publish-result-message-name{
    width: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack:center;
    align-items: center;
    -ms-flex-align: center;
}
.publish-result-message-item .progress-list{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;	
}

.user-edit-title{
	text-align: right;
    margin: 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 100px;
}
.user-edit-value{
	margin:10px;
	height:25px;
	line-height:25px;
	width:250px;
	display:inline-block;
	border: solid 1px #ccc;
}
.user-edit-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.user-edit-container .title{
	width: 100px;
	margin: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -ms-flex-pack:end;
    align-items: center;
    -ms-flex-align: center;
}
.user-edit-container .value{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;		
	margin-left: 15px;
	margin: 10px 15px;
	border: solid 1px #ccc;
	padding: 4px 0px;
}
.user-edit-container .value .custom_radio{
    float: none;
    margin: 5px 10px;
    display: inline-block;	
}
.company-selector-tree{
	position: relative;
    height: 100%;
    overflow-y: auto;
    margin: 0px;
    padding: 0px;
}

.monitor-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}
.monitor-container-left{
	width:250px;
	background:#fff;
	overflow: hidden;
    overflow-y: auto;
}
.monitor-container-main{
	margin: 0 10px 20px 10px;
	border:solid 1px #ddd;
}
.monitor-container-right{
	width:300px;
	overflow: auto;
}
.monitor-container-right .content-wrap{
	overflow: auto;
} 
.screenshot-container{
    background: #000;
    overflow: auto;
}
.screenshot-picture{
	position:relative;
	background-size:100% 100% !important;
} 
.screenshot-picture .datetime{
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    opacity: 0.8;
    background: #000;
    color: #fff;
}
.screenshot-picture-defalut{
	width: 100%;
    padding: 0 10px;
    background: #eee;
    color: black;
    font-size: 20px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 515px;
}
.screenshot-thumbs-list{
	width: auto;
    padding: 0 10px;
    background: #eee;
    overflow-y: auto;
    overflow-x: hidden;
}
/*.screenshot-thumbs{
	border: solid 2px #ccc;
    width: 100%;
    height: 100px;
    margin: 5px 0;
}
.screenshot-thumbs.focus{
	border:solid 2px #ff0;
}
.screenshot-thumbs:hover{
	border:solid 2px #0aa;
}*/
.screenshot-close{
	width:15px;
	height:15px;
	position:absolute;
	top:10px;
	right:2px;
	cursor:pointer;
	background:url(../images/close.png);
	background-size:100% 100%;
}
.screenshot-close:hover{
	background:url(../images/close1.png);
	background-size:100% 100%;
}
.monitor_row{
	width:100%;
	line-height:35px;
	border-top:solid 1px #ddd;
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox; 
}
.monitor_row .grouptitle{
	width:100px;
	line-height:30px;
	background:#eee;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack:center;
}
.monitor_row .group{
	width:100%;
	height:auto;
	flex:1;
}
.monitor_row .item{
	display:inline-block;
	height: 45px;
    line-height: 45px;
}
.monitor_row .tit{
	text-align:right;
	width:100px;
	padding:0 5px;
	display:inline-block;
}
.monitor_row .val{
	text-align:left;
	width:200px;
	padding:0 5px;
	color:#0aa;
	display:inline-block;
}

.no-scheenshot{
	background: url(../images/noshot.png)  no-repeat center center;
}

.slider-pro .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.slider-pro .sp-thumbnail-image {
	height: 100%;
	width:100%;
}

.slider-pro .sp-thumbnail-text {
	width: 170px;
	height:80px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-pro .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

.slider-pro .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	.slider-pro .sp-thumbnail {
		text-align: center;
	}

	.slider-pro .sp-thumbnail-image-container {
		display: none;
	}

	.slider-pro .sp-thumbnail-text {
		width: 120px;
	}

	.slider-pro .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	.slider-pro .sp-thumbnail-description {
		display: none;
	}
}

.monitor-container{
}
.program-list,.message-list,.timedtask-list{
	overflow:auto;
}
.publishing-item,.timedtask-item{
	height:30px;
	line-height:30px;
	padding: 2px 5px;
}
.publishing-item .sno{
	width:20px; color:#0aa; text-align:center;
}
.publishing-item .program-title{
	margin-left:10px; white-space: nowrap; overflow: hidden;
}
.publishing-item .btns{
	width:70px; text-align:right; height:30px; line-height:30px; vertical-align:middle;
}
.publishing-item:hover{
	background: #ddd;
	border-radius: 3px;
}
.publishing-item .detail-btn{
	vertical-align:middle;
	height:20px; 
	width:20px; 
	display:inline-block; 
	background:url(../images/detail-icon.png);
	background-size:cover;
	margin-right:10px;
	cursor:pointer;
}
.publishing-item .detail-btn:hover{
	background:url(../images/detail-icon2.png);
	background-size:cover;
}
.publishing-item .remove-btn{
	vertical-align:middle;
	height:20px; 
	width:20px; 
	display:inline-block; 
	background:url(../images/remove-icon.png);
	background-size:cover;
	cursor:pointer;
}
.publishing-item .remove-btn:hover{
	background:url(../images/remove-icon2.png);
	background-size:cover;
}
.monitor-machine-list{
    width: 100%;
    overflow-y:auto;
    overflow-x:hidden;
}
.monitor-machine-list *{
	box-sizing:initial;
	-moz-box-sizing:initial;
	-webkit-box-sizing:initial;
}
.monitor-machine{
    display: block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    border-bottom: solid 1px #ccc;
    padding: 10px 10px;
    overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.monitor-machine.focus{
	/*background: #eee;*/
}
.monitor-machine.focus:after{
	width:18px;
	height:18px;
	content: url(../images/machine-local.png)
}
.monitor-machine .machine-name{
    overflow: hidden;
    margin-left: 20px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;    
}
.monitor-machine .machine-name.online{
	color:#56abe4;
}
.monitor-machine .machine-name.offline{
	color:#33475f;
}
.monitor-machine.activate{
	background:#eee;
}

.current_company{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    max-width: 150px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.machine_num{
	height: 30px;
    line-height: 30px;
    width: 100%;
    background: #ccc;
    padding: 5px;
}
.machine_num .machine_total_num{
	margin-right: 20px;
    margin-left: 5px;
    color: #0aa;
}
.machine_num .machine_online_num{
	margin-right: 20px;
    margin-left: 5px;
    color: #0aa;
}
.flush_btn{
	width:20px;
	height:20px;
	background:url(../images/flush.png);
	cursor:pointer;
}
.flush_btn:hover{
	background:url(../images/flush1.png);
}
.machine_num .flush_btn{
	float:right;
	margin-top:6px;
	margin-right: 6px;
}
.machine-set-submit-btn{
	position: absolute;
	right: 16px;
    top: 19px;
}
.publish_program_item {
	width:20%; text-align:center;
	height:40px;
	line-height:40px;
}
.machine_online{
	color:#0896f5;
}
.machine_offline{
	color:#999;
}
.job-params{
	display:inline-block;
}
.job-params span{
	margin-right: 20px;
}
.my-jbox-title{
	height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
}

.params_group{
	padding:15px 0px;
	border-bottom: solid 1px #ccc;
}
.params_title{
	font-size: 18px;
    text-align: center;
    margin: 10px 0px;
}
.params_row{
	width:100%;
	line-height:30px;
}
.params_row .tit{
	text-align:right;
	width:100px;
	padding:0 5px;
	display:inline-block;
}
.params_row .val{
	text-align:left;
	width:200px;
	padding:0 5px;
	color:#0aa;
	display:inline-block;
}
.jbox-button{
	background: #fff !important;
    padding: 0px 20px !important;
    color: #0aa !important;
    border-radius: 3px !important;
    line-height: 26px !important;
}
.jbox-button-focus{
	color: #00f !important;
}
.page-tab-container{
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction:row;
	-ms-flex-direction:row;
}

.naver-tab2{
	float: left;
	z-index: 0;
}
.page-tab2-container{
	width: 20px;
	display: inline-block;
}
.monitor-tab2{
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
}
.monitor-tab2:hover{
	background:#bbb;
}
.monitor-tab2.focus{
	background:#ccc;
}
.monitor-tab2 span{
	vertical-align: middle;
}
.monitor-tab2 .flush_btn{
	display: inline-block;
    vertical-align: middle;
}

.monitor-tab{
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
}
.monitor-tab:hover{
	background:#bbb;
}
.monitor-tab.focus{
	background:#ccc;
}
.monitor-tab span{
	vertical-align: middle;
}
.monitor-tab .flush_btn{
	display: inline-block;
    vertical-align: middle;
}

.monitor-btns{
	margin: 15px 0;
    text-align: center;	
}
.monitor-btns-plus{
	margin: 20px 0;
    text-align: center;	
}
.monitor-btns input{
	margin-right:10px;
}
.monitor-btns-plus input{
	margin-right:10px;
}
.monitor-publish-no-data{
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #189FEF;
    font-size: 14px;
}
.version-edit-title{
	margin:10px;
	width:100px; 
	height:35px; 
	line-height:35px; 
	text-align:right;
	display:inline-block;
	vertical-align: middle;
}
.version-edit-value{
    margin: 10px !important;
    width: 250px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    display: inline-block !important;
}

.material_upload_tit{
	margin: 20px;
    box-sizing: border-box;
    height:auto;
    line-height: 30px;
    overflow: hidden;
    color: #0aa;
    font-size:15px;
}
.material-upload-quit-btn{
	position:absolute; 
	right:10px;
	top:72px;
}
.program-preview-close-btn{
	position:absolute; 
	top:0; 
	right:0; 
	background:#ccc; 
	cursor:pointer; 
	z-index:3001;
}
.program-preview-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
	background: #000;
	z-index: 3000;
}
.dropdown-menu .divider {
    height: 0.5px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.clear-warn-info{
	font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #f00;
}
.view-type{
	position: absolute;
    left: 5px;
}

.view-type2{
    width: 100%;
    min-height:30px; 
    overflow-x: auto;
    z-index: 999;
}

.diverdir{
	cursor: pointer;
	
}

.thumb-view{
	width:20px;
	height:20px;
	background:url(../images/thumb-view1.png);
	background-size:100% 100%;
	display:inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.thumb-view.focus{
	background:url(../images/thumb-view2.png);
	background-size:100% 100%;
}
.thumb-view:hover{
	background:url(../images/thumb-view2.png);
	background-size:100% 100%;
}

.tree-view{
	width:20px;
	height:20px;
	background:url(../images/tree-view1.png);
	background-size:100% 100%;
	display:inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.tree-view.focus{
	background:url(../images/tree-view2.png);
	background-size:100% 100%;
}
.tree-view:hover{
	background:url(../images/tree-view2.png);
	background-size:100% 100%;
}

.list-view{
	width:20px;
	height:20px;
	background:url(../images/list-view1.png);
	background-size:100% 100%;
	display:inline-block;
	vertical-align: middle;
}
.list-view.focus{
	background:url(../images/list-view2.png);
	background-size:100% 100%;
}
.list-view:hover{
	background:url(../images/list-view2.png);
	background-size:100% 100%;
}
.editor-audio-icon{
	width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: 3px;
}
.motherPage.focus{
	border: solid 1px #cc3300;
}
.editor-component-assist{
	border: dashed 1px #f00;
    background: rgba(204, 204, 204, 0.44);
}
.editor-component-assist-thumb{
	width: 64px;
    height: 64px;
    line-height: 64px;
    margin-left: 2px;
    margin-top: 2px;
    text-align: center;
    border: dashed 1px #000;
}
.editor-component-button-thumb{
    position: relative;
    width: 68px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: solid 1px #999;
}
.editor-component-button-thumb::after{
	width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: -20px;
	content: url(../images/touch-button-pointer.png)
}
.button-editor-preview{
	border: solid 1px #ccc;
	line-height: 100%;
}
.box-center{
	align-items: center;
	-ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack:center;
}
.button-edit-title{
	text-align: right;
    margin: 0px 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 100px;
}
.button-edit-value{
	margin: 0px 10px;
	height:30px;
	line-height:30px;
	width:250px;
	display:inline-block;
	border: solid 1px #ccc;
}
.button-bg-div{
	display: inline-block;
    border: solid 1px #ccc;
    width: 100px;
    height: 30px;
    margin-left: 10px;	
}
.clear-button-bg{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 10px;
}
.upload-lisence-btn{
	position: relative;
    top: -52px;
    width: 154px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}
.grant-info{
	line-height:40px;
}
.grant-info .tit{
	width:200px;
	text-align:right;
	display:inline-block;
}
.grant-info .val{
	width:300px;
	display:inline-block;
	text-align:center;
}
.image-banner{
	width:100%;
	height:100%;
	position:relative;
}
.image-banner .left-arrow{
	position:absolute;
	left:0px;
	top: 45%;
	width: 50px;
    height: 50px;
}
.image-banner .right-arrow{
	position:absolute;
	right:0px;
	top: 45%;
	width: 50px;
    height: 50px;
}
.image-banner .image{
	width:100%;
	height:100%;
	border: solid 1px rgba(204, 204, 204, 0.56);
}
.image-banner .image-text{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0px;
	text-align: center;
}
.page-top-hr{
	margin:5px 0px;
	border-top: 1px solid #eee;
}
.dialog-sub-title{
	font-size:12px; 
	fong-weight:normal; 
	color:#333
}
.version{
	line-height:25px;
	font-size:12px;
}
.lang-container{
	display:inline-block; 
	vertical-align:middle; 
	line-height:25px;
}
.lang{
	display:inline-block;
	color:#fff;
	cursor: pointer;
}
.lang:hover{
	color:#f00;
}
.search-feedback{
	pointer-events: auto; 
	font-size:12px;
}
.version-upload-btn-tip{
	border:solid 1px #ccc;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 12px;
    color: #0aa;
}
.version-upload-btn{
	position: absolute;
    left: 131px;
    top: 9px;
    width: 252px !important;
    height: 30px;
    opacity: 0;
    cursor: pointer;
}
.diver1{
	padding-left: 25px;
	width: 100px;
	z-index: 0;
}
.diver1 select{
	margin: 0.5rem 0 0.5rem 0;
}
.input-disab input{
	border:1px solid #ccc;
	color:#ccc;
}
.input-disab input:hover{
	border:1px solid #ccc!important;
}


.msfdirection{
	-ms-flex-direction:column;
}
.message-edit-select{
	height: 32px;
}
.editor-captions-opacity{
	margin-top: 60px; 
	height: 10px;
}
.captions-edit-content{
	margin-top: 20px;
	width: 260px;
	height: 120px;
}