﻿@import url("header.css");

a.disabled:hover,
a.disabled {
    color: gray;
    cursor: default;
    text-decoration: none;
}

.color-primary {
    color: #337ab7;
}

.color-success {
    color: #5cb85c;
}

.color-warning {
    color: #f0ad4e;
}

.color-info {
    color: #5bc0de;
}

.color-danger {
    color: #d43f3a;
}

textarea {
    resize: none;
}

.vm {
    vertical-align: middle;
}

.hidden2 {
    visibility: hidden;
}

.panel-body {
    padding-bottom: 0;
}

.panel-body .toolbar-right,
.panel-body .toolbar-left {
    margin-bottom: 10px;
}

.toolbar-left {
    float: left;
}

.table-striped th {
    white-space: nowrap;
}

.table-striped tbody td:last-child a {
    white-space: nowrap;
}

.toolbar-right {
    float: right;
}

.toolbar {
    display: inline-table;
    width: 100%;
    clear: both;
}

.toolbar-group {
    display: inline-table;
}

.toolbar-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.toolbar-group a {
    float: left;
    margin: 0 5px;
}

.filter-body {
    width: 50%;
    float: left;
    height: 250px;
    overflow-y: auto;
}

.tree-panel {
    background: #e4edf6;
    color: #2268b5;
    font-weight: bold;
    margin: 0 -15px;
    border-radius: 0;
}

.common-tips {
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    text-align: center;
    background: #dff0d8;
    padding: 8px;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

.common-content {
    color: #3c763d;
    font-weight: 700;
    line-height: 22px;
    font-family: 'microsoft yahei';
    font-size: 14px;
    word-wrap: break-word;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.btn-margin {
    margin-right: 8px;
}

.form-margin {
    margin-bottom: 20px;
}

.hid {
    display: none;
}

.ztree-margin {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

/* ������ק����ʽ*/

.dragline {
    position: absolute;
    top: auto;
    left: 16.66666667%;
    height: 570px;
    width: 4px;
    overflow: hidden;
    background: rgb(225, 230, 246);
    cursor: w-resize;
    min-height: 10px;
}



.left-panel,
.center-panel,
.right-panel {
    min-height: calc(100vh - 223px);
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
}

.center-panel,
.left-panel {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


#spreadSheet {
    height: 100%;
}

.compare {
    vertical-align: bottom;
}

.uiDimmer.ui.dimmer,
.ciDimmer.ui.dimmer {
    -moz-user-select: none;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0 !important;
    display: block;
    line-height: 1;
    opacity: 1;
    position: fixed;
    text-align: center;
    top: 0 !important;
    transition: background-color 0.5s linear 0s;
    vertical-align: middle;
    width: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    will-change: opacity;
    z-index: 2000;
}

/*loading style*/
.ui.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    text-align: center;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.ui.loader:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    border-radius: 500rem;
    border: .2em solid rgba(0, 0, 0, .1)
}

.ui.loader:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ui.loader:after,
.ui.loader:before {
    width: 2.2585em;
    height: 2.2585em;
    margin: 0 0 0 -1.12925em
}

.ui.dimmer .ui.loader {
    color: rgba(255, 255, 255, .9)
}

.ui.dimmer .ui.loader:before {
    border-color: rgba(255, 255, 255, .15)
}

.ui.dimmer .ui.loader:after {
    border-color: #FFF transparent transparent
}

.J_synonym_table .tips-error {
    width: 30%;
    padding-top: 0;
    margin-left: 10px;
}
.required_ico {
    color: #c00;
    font-size: 8px;
    padding-right: 3px;
}
.btn-disabled {
    color: #e5e5e5;
    cursor: not-allowed;
}

.btn-disabled:hover {
    color: #e5e5e5;
}

.btn-disabled:active {
    text-decoration: none;
    color: #e5e5e5;
}

.btn-disabled:link {
    text-decoration: none;
    color: #e5e5e5;
}

.btn-disabled:visited {
    text-decoration: none;
    color: #e5e5e5;
}

/* readonly*/
.hasDatepicker.form-control[readonly] {
    cursor: default;
    background: #fff;
}

.ui.search.selection.dropdown.noselected {
    background: #eee;
    cursor: not-allowed;
}


/* �����ﲿ�� */
#look{
		display:block;
		width:150px;
        height: auto;       
    }

.conimg{ vertical-align: top; border: 1px solid #ccc;}
.pull-l{float:left;width: 140px;display:block;}

.conpanel{overflow:hidden;padding-bottom: 20px;}
.searchb input{width:160px;display: inline-block;}
.zb-c{text-align:left;}
.zb-c label{font-size:12px;}
.datar .panel{height:400px;overflow:hidden;}
.zb-c {position:relative;}
.zb-c label{position:absolute;padding-left:20px;left:0;top:2px;}
.zb-c input{position:absolute;left:0;}
.datar-l .panel-body{overflow:auto;height:357px;}
.datar-c #zb-con{overflow:auto;height:300px;}
.datar-r #zb-conr{overflow:auto;height:307px;}
.datar .btn-group{margin-left:10px;}
.imgdpload{position:relative;}
.imgdpload button{position:absolute;left:0;}
.imgdpload input{position:absolute;left:0;opacity:0;z-index:2;width:80px;height:40px;cursor:pointer;}
.nodetype{display:none;}
.conpanel .toolbar-left{line-height:32px;}
.item-memo{line-height:20px;margin-bottom:10px;}
.conpanel .publishItemList{padding:10px 0;}
.conpanel .panel {min-height:160px;padding-bottom:50px;}
.infor-de{width:1100px;margin:0 auto;}
.returnbtn{margin:10px 0;}
.theme,.advisory{display:none;}
.item-intro{text-indent:20px;}
#yuzhi{
	height: 14px;
    width: 14px;
    margin-top: 10px;
}
#bt,#et{
	width:30%;
	height:30px;
}

.pl{
	margin-top:10px;
	float:right;
}

.J_search_form .form-group{
	margin-right:20px;
	float:left;
}
.J_search_form .form-group:nth-child(5){
	width:32%;
	margin-right:0;
}
.J_search_form .form-group:nth-child(6){

	margin:0 0;
}
.oe{
	max-width:130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* �����ﲿ�ֽ��� */
.report_filter_time{
	background-color: #FFF !important;
}