#element-list{
	list-style: none;
	margin-left: 0;
}

#element-list li.select{
	background-color: #f7f7f7;
}
#element-list li:hover{
	cursor: pointer;
}

#work-area{
	min-height: 280px;
	/*position: relative;*/
	/*background-position: 5px 5px;*/
	background-image: url(../img/back7.png);
	padding: 25px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/* Bus Style */
.bus{
	margin: 0px 10px auto;
	border : 1px solid #989598;

	min-width: 200px;
	min-height: 150px;
	width: 500px;
	height: 250px;
	position: relative;
}

.cell{
	border : 1px dotted #e1e1e1;
	min-height : 30px;
	min-width  : 30px;
	/*padding: 2px;*/
	/*display: inline-block;*/
	vertical-align: top;
}
.active-cell{
	background-color: rgba(0, 255, 0, 0.2);
}
.hover-cell{
	background-color: rgba(0, 0, 255, 0.2);
}
/** Elements Style **/

.empty{
	border: 1px dashed #f1f1f1;
}
/*.seat{
	border: 1px solid #ccff77;
}*/
.floor{
	border: 1px solid #aaa;
}
/* child Element Style */
.clone-child-element{
	border: 1px dashed #c1c1c1;
	font-size: 10px;
}

.clone-child-element span.name {
	display: none; 
}

.child-element{
	display: inline-block;
	vertical-align: top;
	border: 1px dashed #c1c1c1;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	text-align: center;

	width: 70px;
	font-size: 10px;
}

.child-element span.name {
	border: 1px dashed #c1c1c1;
	display: block;
	margin-top: 5px;
}

.child-element.hidden{
	display: none;
}

.child-image{
	width: 37;
	height: 37;
}
/* -- Node Style --*/
.node{
	font-weight: bold;
	font-size: 10px;
	/*border: 1px solid #ccc;*/
	/*border: 1px solid #2299ff;*/
	/*border-radius: 0px 4px 4px 4px;*/
	position: relative;
	padding: -2px;
}
.node:hover{
	/*border: 1px solid #aaa;*/
	/*cursor: pointer;*/
	/*box-shadow: 0px 0px 2px #aaa;*/
	background-color: transparent;
	
}
.node .status{
	/*border: 1px solid #aaa;*/
	position: absolute;
	/*bottom: -8px;*/
	bottom: 3px;
	/*left: -8px;*/
	left: 1px;
	width: 15px;
	height: 15px;
}
.node .circle {
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
    top: 12px;
    /* right: 6px; */
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.81);
    border-radius: 15px;
    width: 20px;
    height: 15px;
    color: #080000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* line-height: 20px; */
    opacity: 0.8;
	cursor: pointer;
}
.node .circle2 {
	position: absolute;
    top: 12px;
    /* right: 35px; */
    color: #080000;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    /* line-height: 20px; */
    cursor: default;
    opacity: 0.8;
}
.node > .btn-delete{
	position: absolute;
	top: -5px;
	right: -5px;
	/*width: 10px;
	height: 10px;*/
	cursor: pointer;
	/*border: 1px solid rgb(214, 77, 77);*/
	border-radius: 45px;
	line-height: 0px;
	padding: 2px;
	background-color: #fff; 
	/*display: none;*/
}
.node > .btn-delete:hover{
	box-shadow: 0px 0px 2px red;
}
.node .btn-conf{
	color: #ccc;
	border: 1px solid #ccc;
	cursor: pointer;
	position: absolute;
	right: -5px;
	bottom: -5px;
	border-radius: 45px;
	/*width: 15px;*/
	/*height: 15px;*/
	padding: 2px;
	background-color: #fff;

	line-height: 0px;
	text-align: center;
	font-size: 14px;

	/*display: none;*/
}
.node .btn-conf:hover{
	/*color: #eee;*/
	background-color: #e7e7e7;
	/*box-shadow: 0px 0px 1px  #000;*/
	/*border: 1px solid #ccc;*/
}
.node .node-tool{
	display: none;
}
/* ---- Item Bus :: Style---- */
.item-bus{
	border: 1px solid #c7c7c7;
	min-height: 95px;
}
.item-bus > .title{
	padding: 0px 10px;
}
.item-bus > .details{
	padding: 3px 10px;
	background-color: #f7f7f7; 
	border-top: 1px dashed #c7c7c7; 
	border-bottom: 1px dashed #c7c7c7; 
}
.item-bus > .details > span{
	font-size: 0.85em;
	color: #666;
	text-transform: capitalize;
}
.item-bus > .tools{
	text-align: right;
}
.item-bus > .tools > span{
	font-style: italic;
	color: #999;
	font-size: 0.88em;
	display: inline-block;
	vertical-align: top;
	padding: 3px 0px;
	margin: 0px 8px 0px 0px;
}
.item-bus > .tools > span:hover{
	cursor: pointer;
	color: #444;
}
/* ---- Item bus New :: Style---- */
.item-bus > .add-bus{
	display: block;
	text-align: center;
	opacity: 0.7;
	border-width: 0px;
	padding: 19px 0px;
	color: #777;
}
.item-bus > .add-bus:hover{
	text-align: center;
	opacity: 1;
	text-decoration: none;
}
.item-bus > .add-bus > .text{
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

/* Bus object */

.bus-name{
	color: #333;
	font-weight: normal;
  	/*font-family: 'Open Sans';*/

	font-family: "Yanone Kaffeesatz", Arial, sans-serif;
}

.bus_piso{
	background-image: url(../img/cream-paper.png);
}
