/*!
 angular-xeditable - 0.1.8
 Edit-in-place for angular.js
 Build date: 2014-01-10
 */



.editable-wrap {
	display: block;
	white-space: nowrap;
	margin: 0
}
.editable-wrap .editable-controls, .editable-wrap .editable-error {
	margin-bottom: 0
}
.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
	margin-bottom: 0
}
.editable-wrap .editable-input {
	display: inline-block;
	width: 90% !important;
}
.editable-buttons {
	display: inline-block;
	vertical-align: top
}
.editable-buttons button {
	margin-left: 5px
}
.editable-input.editable-has-buttons {
	width: auto
}
.editable-bstime .editable-input input[type=text] {
	width: 46px
}
.editable-bstime .well-small {
	margin-bottom: 0;
	padding: 10px
}
.editable-range output {
	display: inline-block;
	min-width: 30px;
	vertical-align: top;
	text-align: center
}
.editable-color input[type=color] {
	width: 50px
}
.editable-checkbox label span, .editable-checklist label span, .editable-radiolist label span {
	margin-left: 7px;
	margin-right: 10px
}
.editable-hide {
	display: none !important
}
.editable-click, a.editable-click {
	text-decoration: none;
	color: #000;
	border: 0 !important;
}
.editable-click:hover, a.editable-click:hover {
	color: #000;
	border-bottom: 1px dashed #bbb !important;
}
.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
	font-style: italic;
	color: #D14;
	text-decoration: none
}


/**************************************************************
 * Start - Custom Settings
 **************************************************************/
.editable {cursor: pointer; }
.xedit-button {padding-left: 5px;}
.xedit-button i{font-size: 12px;}
.xedit-button span {font-size: 11px !important;}
.xedit-del-button {background-color: transparent;border: 0px;}
.xedit-del-button i {font-size: 16px;padding-top:-15px;}
.editable-submit, .editable-cancel {background-color: transparent;border: 0;padding: 0;}
.editable-submit i, .editable-cancel i {font-size: 18px !important;}
.editable-buttons {margin-left: 5px;vertical-align: middle;margin-top: 5px;}

.text-brown {color:#963 !important;}
/**************************************************************
 * End - Custom Settings
 **************************************************************/
