body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
}
.main {
	position: absolute;
	width: 100%;
	height: 100%;
}
	.main>div {
		position: absolute;
		height: 100%;
		box-sizing: border-box;
	}
		.main>div:nth-child(1){width: 20%;left: 0}
		.main>div:nth-child(2){width: 60%;left: 20%}
		.main>div:nth-child(3){width: 20%;right: 0}

	.objList {
		overflow: scroll;
		border-right: 1px solid #dedede;
	}
		.objList>div {
			height: 70px;
			line-height: 70px;
			font-size: 20px;
			margin-bottom: 10px;
			background-color: #fafafa;
			border-bottom: 1px solid #dedede;
			border-top: 1px solid #dedede;
			text-align: center;
			cursor: pointer;
		}
	.tools {
		  background-color: #fff;
		  text-align: center;
		  padding-top: 19px;
		  width: 210px;
		  position: absolute;
		  top: 80px;
		  right: 20px;
		  z-index: 10;
	}

ul, li {list-style: none;margin: 0;padding:0;}

.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	outline: none;
}

.position-list, .rotation-list{margin: 0 20px;}

.position-list li, .rotation-list li{
	border:1px solid #4db6ac;
	padding: 6px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	position: relative;
	font-size: 12px;
}
	li>i {
		display:block;
		height: 100%;
		width: 40px;
		cursor: pointer;
		color: #fff;
		background-color: #4db6ac;
		position: absolute;
		line-height: 25px;
	}

	li>i:first-child {left: 0;top: 0;}
	li>i:last-child {right: 0;top: 0;}

.active {
	background-color: #eb4f38;
	color: #fff;
}

.btn {
	border-radius: 2px;
}

.rotation-list {
	margin-top: 50px;
}

.benchTools {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	background-color: #fafafa;
	border-bottom:1px solid #dedede;
}

.benchTools>a {
	text-decoration: none;
	color: #333;
	margin: 0 10px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 5px;
}

#canvas {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#work {
	left: 0;
	height: 100%;
	z-index: 10;
	width: 16.66666667%;
}

#work-nav {
	position: absolute;
	top: 0;
	margin-left: 16.66666667%;
	z-index: 10;
	width: 83.33333333%;
}

.wwj-singin, .wwj-singup {
	width: 80px;
	color: #fff;
	margin-top: 9px;
	outline: none;
	background-color: #4db6ac;
}

.modal-content, .modal-dialog {
	width: 350px;
}
	.modal-body {
		padding: 30px;
	}

.tagList {
}
	.tagList li{
	    text-align: left;
	    position: relative;
	}
	.tagList .badge {
		position: absolute;
		right: 20px;
		top:15px;
	}

	.tagList a {
		color: rgba(255, 255, 255, 0.56);
		display: block;
		width: 100%;
		padding: 15px 20px;
		text-decoration: none;
	}

	.tagList a:hover, .tagList .active{
		background-color: #00BCD4;
    	color: #37474F;
	}

.wwjcol-lg-3 {
	width: 25%;
	float: left;
}

.wwj-shell {
	position: absolute;
	height: 100%;
	width: 100%;
}
	.wwj-shell .shell-row, .wwj-shell .left, .wwj-shell .right {
		height: 100%;
		padding: 0;
		margin: 0;
	}

	.wwj-shell .right {
		width: 83.33333333%;
		float: left;
	}

	.wwj-shell .left {
		background-color: #37474F;
		width: 16.66666667%;
		float: left;
	}
		.wwj-shell .logo {
			background-color: #263238;
			height: 150px;
			color: #fff;
			text-align: center;
			font-size: 35px;
  			line-height: 150px;
		}

		.wwj-shell .logo img {
			width: 70%;
		}

	.navbar-wwj {
		background-color: #fff;
		border-radius: 0;
		box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
		height: 64px;
		padding: 6px 40px 0 40px;
		margin-bottom: 10px;
		width: 100%;
	}
		.navbar-wwj .navbar-brand{
			color: #757575;
			font-size: 14px;
		}

		.navbar-wwj .navbar-header>.header-active {
			color: #4db6ac;
			background-color: #fff;
		}
	
	.wwj-shell .right-contenner {
		overflow: scroll;
		height: 100%;
		position: relative;
		padding-bottom: 100px;
		width: 100%;
	}
		
		.wwj-shell .obj-list{
			text-align: center;
			margin: 0;
		}
		.obj-list>div {
			 padding: 15px 20px;
		}
		.item-brief {
			font-size: 14px;
			display: block;
			height: 80px;
			color: #999;
			overflow: hidden;
		}

		.obj-item {
			box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
			padding: 5px;
		}
		.obj-item:hover{
			outline:1px solid #4db6ac; 
		} 
			.obj-item img {width: 100%;height: 150px;}
		
		.row-line {
			margin: 0;
			border-color: #dedede;
		}

.btn-action{
	border: 1px solid #4db6ac;
	color: #4db6ac;
}
.btn-action:hover {
	color: #4db6ac
}

.wwj-action {
	margin: 15px;
	background-color: #EF3C79;
	color: #fff;
	z-index: 6;
}

.user-page {
	padding:12px 20px;
}
	.user-page .table {
		box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	}
	.user-page .table>tbody>tr>td {
		line-height: 30px;
		text-align: center;
	}

	.user-page .table th {
		line-height: 45px;
		text-align: center;
	}

	.user-handle {
		width: 200px;
	}
.jumbotron {
	padding: 20px;
	margin: 12px 20px;
}

.wwj-shell .work-right {
	width: 100%;
}
.work-right .navbar-wwj {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6;
}

.wwj-empty {
	padding:50px;
	font-size: 30px;
	text-align: center;
    color: #ddd;
}

.loading {
    position: fixed;
    top: 100px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.loading>span {
    padding: 25px 100px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #EF3C79;
}
.loading i {
   font-size: 20px;
   font-weight: bold;
   margin: 0 3px;
   color: #EF3C79;
}
 
.dropdown {
  display: inline-block;
  top: 7px;
  left: 10px;
  border-radius: 2px;
  padding: 6px 8px;
  color: #000;
  border: 1px solid #ededed;
}
.dropdown a {
 text-decoration: none;
 color: #4db6ac;
}



