@CHARSET "UTF-8";
		#_opener_tab{
				background-color:white !important;
		}
		.extenda{
			color: #627AAD ;
			font-size: 11px !important;
			font-weight: normal !important;
			outline: none medium;
			text-decoration: none;
			cursor:pointer;
		}
		
		.extendadisable{
			color:grey;
			font-size: 11px !important;
			font-weight: normal !important;
			outline: none medium;
			text-decoration: none;
			cursor:not-allowed;
		}
		.title{
			background-color:#f9f9f9;
			padding:4px !important;
		}

		.table-hover tbody td{
			cursor:pointer;	
		}
		.table tbody td{
		  text-align:left;
		}
		
		.table>tfoot>tr>td{
			padding:2px !important;
			vertical-align: middle;
		}
		
		.table tfoot  .pagination{
			margin:2px 5px 0px 5px !important;
		}
		
		.table tfoot  .pagination .current,.table tfoot  .pagination .next,.table tfoot  .pagination .prev,.table tfoot  .pagination a{
			margin-bottom : 0px;
		} 

		.table  tr.selected td{
		    background-color:yellow;
		}
		
		.table.table-hover tbody tr.selected:hover td {
		    background-color:yellow;
		}
		
		.table-striped tbody>tr.selected td{
		 	background-color:yellow;
		}
		
		.table th {
			cursor:pointer;
		}
		.table th.sorting { background: url('images/sort_both.png') no-repeat center right; }
		.table th.sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
		.table th.sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
		
		.table th.sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
		.table th.sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
		

		.mytree{
			margin:-8px 0 0 -6px;
			overflow-x:auto;
			overflow-y:auto;
			width:100%;
		}
	
		
		.myhtml5file { 
			position:relative; 
		} 
		.myhtml5file input { 
			font-size:16px; 
			margin:0; 
			padding:0; 
			position:relative; 
			vertical-align:middle; 
			outline:none; 
		} 
		.myhtml5file input[type="text"] { 
			width:172px; 
			z-index:4; 
		} 
		.myhtml5file input[type="button"] { 
			width:84px; 
			height:25px; 
			z-index:2; 
		} 
		.myhtml5file input[type="file"] { 
			position:absolute; 
			right:0px; 
			height:25px; 
			opacity:0; 
			z-index:3; 
		} 
		
		.boxextend_top{
			margin-bottom:-10px;
			border:0px;
		}		
		
		.boxextend{
			margin-bottom:0px;
			border:0px;
		}		
		
		
		.pagination{
			cursor:pointer;
		}
		
		
		.pagination a, .pagination span{
			min-width:2em;
		}
		
		.pagination .current.next{
			width:auto !important;
		}
		
		.pagination .current.prev{
			width:auto !important;
		}

		.box .box-footer {
			border:0px;
		}
		.mytree{
			padding-top:15px;
			padding-left:10px;
		}
		.leftmenupane{
			  background: white;
			  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
			  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
			  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.3);
		}
		.nopadding{
			padding:0px !important;
		}
		.box{
		 	box-shadow:none !important;
		 }
		 
		 .panel-block{
		 	margin: 10px;
		 }

		 .panel-block .panel-heading{
		 	font-weight: bold;
		 }

		 .panel-block .table{
		 	margin-bottom: 0px;
		 }

		 
		 .btnlabel > .glyphicon, .btnlabel > .fa, .btnlabel > .ion {
		  margin-right: 10px;
		}
		.disable{
			color:grey;
		}
		.enable{
			color:blue;
		}
		.mytoolbar{
		    padding: 3px;
		    border-style: solid;
		    box-sizing: border-box; 
		    background-color: #f7f7f9;  
		    border-color: #ddd;  
		    border-width: 1px;  
		    border-radius: 4px 4px 0 0;
		    box-shadow: none;
		}
		.mytoolbar .btn-default{
		    background-color: white;
		}
		.crossheader{
			text-align:center;		
			vertical-align:middle !important;		
		}
		
		.dropdown-toggle{
			min-width:100px;
		}
		.rightmenu{
			cursor:pointer;
		}
		.gridmainfooter {
		  padding: 2px  10px;
		  margin-top:-3px;
		  height:39px;
		}		
		
		.gridchildfooter {
		  padding: 2px;
		  border-top: 0px;
		  border-bottom-right-radius: 3px;
		  border-bottom-left-radius: 3px;
		  height:39px;
		}
		
		.panel-group {
		  margin-bottom: 10px !important;
		}
		
		.table>tbody>tr>td{
		  vertical-align:middle !important;
		}
		
		table.table-edit>tbody>tr>td{
		  padding: 2px !important;
		}
		
		table.table>tbody>tr>th.tdkey{
		  text-align:right;
		}
		.sidebar{
			cursor:pointer;
		}
		
		.my97date {
		
		  height: 34px;
		  padding: 6px 12px;
		  font-size: 14px;
		  line-height: 1.42857143;
		  color: #555;
		  background-color: #fff;
		  background-image: none;
		  border: 1px solid #ccc;
		  border-radius: 4px;
		  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
		}
		
/**
* condition
*/
		.gdjs{
			border-color: #fff;
		}
		
		.gdjs-form-search{
			margin-top:5px;
		}

		.gdjs-form-search .form-control{
			display :inline;
			width: 50%;
		}
		
		.table-responsive{
			overflow-x: auto;
		}
		
		.select2-selection--single{
			height:32px !important
		}
		
		a, button{
			cursor:pointer;
		}
		.gdjs-search{
			margin-top:10px;
			margin-bottom:0px;
			text-align:center;
		}
		.gdjs .panel-heading{
			padding-bottom:0px;
		}
		.form-control{
			display:inline
		}

/*拖拽建模相关*/

@media (min-width: 768px)
.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
}

.bs-glyphicons {
    margin: 0 -10px 0 0;
    overflow: hidden;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}
.bs-color-list {
    padding-left: 0;
    list-style: none;
}

@media (min-width: 768px)
.bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
}
.bs-glyphicons li {
    float: left;
    width: 20%;
    height: 85px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
}


.bs-glyphicons-list li{
   background-color: #f9f9f9;
}

.bs-glyphicons-list li.tile-selected{
    background-color: #339933;
    color:white;
}

.bs-glyphicons .fa {
    margin-top: 17px;
    margin-bottom: 10px;
    font-size: 30px;
}

.tile-selected {
  border: 2px solid red  !important;
}
	
		
.list_box {
	padding: 0px 0px 0px 20px;
	width: 800px;
}
.list_box ul {
	list-style: none;
}

.list_box li {
vertical-align: middle;
}

.list_box .list_item {
	border-bottom: 1px solid #D8D8D8;
	padding: 12px 10px 5px 10px;
	overflow: hidden;
	margin: 0px;
}

.left {
	float: left;
}

.list_box .list_content {
	padding: 0 0 0 10px;
	margin:0px;
	float: left;
	width: 465px;
	display: inline;
	word-break: normal;
	word-wrap: normal;
}

.list_box .list_content dt {
	height: 20px;
	line-height: 20px;
}


.list_box .list_title {
	display: inline-block;
	float: left;
	padding-top: 2px;
}

.list_box .list_title a {
	color: #333333;
	text-decoration: none;
}


.list_box .list_version {
	color: #528b00;
	display: inline-block;
	float: left;
	margin: 0px 10px;
	font-weight: bold;
}


.list_box .list_describe {
	line-height: 20px;
	margin: 5px 0px 8px 0px;
	color: #777777;
}

.list_r_w {
	width: 102px;
	float: right;
	valign: middle;
}

.list_star {
	float: left;
	margin: 4px 0px 0px 0px;
}

.star_4_s {
	width: 75px;
	height: 13px;
	overflow: hidden;
	background-position: -19px -52px;
}

.star_bg {
	background-repeat: no-repeat;
	display: block;
	float: left;
}

/*!
 * @file
 * Metro Style Sheet
 */

.metro .fa {
  margin-top: 50px;
  font-size: 80px;
}

.metro.row h2 {
  font-size: 80px;
  line-height: 70px;
  margin-top: 5px;
}

.metro.row > a {

  color: #fff;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}


.metro.row > a.metro-x2 {

  margin-right:6px;
  padding-right:2px;

}
/*
.metro.row > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
*/

.metro .mainshow,.metro .tile-clouds,.metro .slide-over{
	margin-top:2px;
}


.metro.grid > a {
  height: 230px;
  text-align: center;
  padding:2px;
}


.metro.row > a > div {

  height: 230px;
  text-align: center;

}

.metro.grid > a .fa {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.metro.grid .placeholder {
  border: 1px solid green;
}


.slide-over {
	display:none;
	transition: all 0.6s ease;
}


.dashboard {
    position: relative;
    padding-top: 15px;
   
}

.dashboard .forms-section {
    float: left;
    position: relative;
}

.dashboard .create-new {
    background: #FFF;
    cursor: pointer;
    border-style: dashed;
    display: inline-block;
    padding: 0;
    width: 160px;
    height: 215px;
    line-height: 215px;
    text-align: center;
    vertical-align: middle;
}

.dashboard .dashboard-item {
    width: 160px;
    height: 215px;
    border: 1px solid #C3C9D0;
    border-radius: 3px;
    float: left;
    position: relative;
    margin: 0 15px 40px;
    cursor:pointer;
}


.create-new img {
    width: 40px;
    height: 40px;
	vertical-align: middle;
	border: 0;
}

.dashboard  .name {
    margin: 13px 10px 10px 5px;
    font-size: 14px;
	line-height: 20px;
}

/*
.dashboard  .symbol {
    position: absolute;
    top: 85px;
    left: 53px;
    text-align: center;
    font-size: 38px;
}*/


.dashboard  .symbol {
    position: absolute;
    top: 80px;
    width: 160px;
    text-align: center;
    font-size: 25px;
    font-weight:bold;
    font-style:normal !important;
    word-break: break-all;
	word-wrap: normal;
}

.dashboard  .form-data {
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    height:13px;
    left: 10px;
}

.dashboard .info-icons {
    position: absolute;
    bottom: 7px;
    right: 9px;
    font-size: 12px;
}

.tile-blue {
  background-color: #2e8bcc !important;
}
.tile-green {
  background-color: #339933 !important;
}
.tile-red {
  background-color: #e51400 !important;
}
.tile-yellow {
  background-color: #ffc40d !important;
}
.tile-orange {
  background-color: #f39c12 !important;
}
.tile-pink {
  background-color: #e671b8 !important;
}
.tile-purple {
  background-color: #7b4f9d !important;
}
.tile-lime {
  background-color: #8cbf26 !important;
}
.tile-magenta {
  background-color: #ff0097 !important;
}
.tile-teal {
  background-color: #00aba9 !important;
}
.tile-turquoise {
  background-color: #1abc9c !important;
}
.tile-green-sea {
  background-color: #16a085 !important;
}
.tile-emerald {
  background-color: #2ecc71 !important;
}
.tile-nephritis {
  background-color: #27ae60 !important;
}
.tile-peter-river {
  background-color: #3498db !important;
}
.tile-belize-hole {
  background-color: #2980b9 !important;
}
.tile-amethyst {
  background-color: #9b59b6 !important;
}
.tile-wisteria {
  background-color: #8e44ad !important;
}
.tile-wet-asphalt {
  background-color: #34495e !important;
}
.tile-midnight-blue {
  background-color: #2c3e50 !important;
}
.tile-sun-flower {
  background-color: #f1c40f !important;
}
.tile-carrot {
  background-color: #e67e22 !important;
}
.tile-pumpkin {
  background-color: #d35400 !important;
}
.tile-alizarin {
  background-color: #e74c3c !important;
}
.tile-pomegranate {
  background-color: #c0392b !important;
}
.tile-clouds {
  background-color: #ecf0f1 !important;
  color: #34495e;
}
.tile-clouds h1,
.tile-clouds h2,
.tile-clouds h3,
.tile-clouds h4,
.tile-clouds h5,
.tile-clouds h6 {
  color: #34495e !important;
}
.tile-clouds .tile-label {
  color: #34495e !important;
}
.tile-silver {
  background-color: #bdc3c7 !important;
}
.tile-concrete {
  background-color: #95a5a6 !important;
}
.tile-asbestos {
  background-color: #7f8c8d !important;
}
.tile-info {
  background-color: #3498db !important;
}
.tile-danger {
  background-color: #e74c3c !important;
}
.tile-warning {
  background-color: #f1c40f !important;
}
.tile-success {
  background-color: #2ecc71 !important;
}
.text_link_wx{
	color:black;
}

#jsmind_container{
    width:100%;
    height:1000px;
    vertical-align:top;
    border:solid 1px #ccc;
   /*background:#f4f4f4;*/
    background:#f4f4f4;
}