.leftmenu_panel { 
	padding:0px; 
}

.leftmenu_table { 
	margin-bottom:2px; 
}

.leftmenu_table a { 
	display:block; 
	text-decoration: none;
}

.leftmenu_header a { 
	display:block; 
	text-decoration: none;
}

.welcome_well div.well:hover {
  min-height: 20px;
  padding: 24px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 5px 15px rgba(0, 0, 0, .05);
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, .05);
}

input[readonly] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

tr.placeholder {
  position: relative;
  /** More li styles **/
}
tr.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

textarea {
  resize: vertical; /* user can resize vertically, but width is fixed */
}

.circle-button {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #44546a;
	background-color: #eff5fb;
	margin: auto;
	border-radius: 50%;
	height: 12em;
	width: 12em;
	position: relative;
	pointer-events: none;
	border: 0;
}

.bg-efre {
	color: #fff;
	background-color: #6697be;
}
