.editable{
	cursor: pointer;
	display: inline-block;
	padding-right: 25px !important;
	background: url(../img/edit.png) no-repeat right 5px center; 
}
.editable .editable-empty{
	color: #cc3300;
}
.editable-container-inline{
	display: inline-block;
	position: relative;
}
.editable-container-inline .editable-input{
	position: relative;
	max-width: 200px;
	float: left;
	margin-right: 10px;
}
.editable-container-inline .editable-controls{
	float: left;
}
.editable-container-inline .editable-errors{
	color: #cc3300;
	margin-left: 5px;
	margin-top: 5px;
}
.editable-container-inline .editable-input .editable-clear-x{
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: 0.5;
	z-index: 100;
	top: 8px;
	right: 6px;
	cursor: pointer;
}

.editable-container-inline .editable-loading{
	position: absolute;
	top:50%;
	margin-top: -10px;
	display: none;
	width: 16px;
	height: 16px;
	background: url(../img/loading.gif) no-repeat center center;  
}



.editable-container-popup{
	display: block;
	position: absolute;
	background-color: white;
	z-index: 101;
	padding: 10px;
	box-sizing: initial;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.editable-container-popup .editable-input{
	position: relative;
	width: 200px;
	margin-bottom: 10px;
}
.editable-container-popup .editable-controls{
	float: right;
}
.editable-container-popup .editable-errors{
	color: #cc3300;
	margin-left: 5px;
	margin-top: 5px;
}
.editable-container-popup .editable-input .editable-clear-x{
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: 0.5;
	z-index: 100;
	top: 8px;
	right: 6px;
	cursor: pointer;
}
.editable-container-popup .editable-loading{
	display: none;
	width: 16px;
	height: 16px;
	background: url(../img/loading.gif) no-repeat center center;  
}
.editable-container-popup .arrow,
.editable-container-popup .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.editable-container-popup .arrow {
  border-width: 11px;
}

.editable-container-popup .arrow:after {
  border-width: 10px;
  content: "";
}

.editable-container-popup.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.editable-container-popup.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.editable-container-popup.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.editable-container-popup.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.editable-container-popup.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.editable-container-popup.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.editable-container-popup.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.editable-container-popup.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
