.dedit-simple, .dedit-simple-blur, .dedit-textarea, .dedit-select, .dedit-remote, .dedit-remote-json, .edit-cell-inline {
	cursor:pointer;
	
}

.dedit-simple:hover, .dedit-simple-blur:hover, .dedit-textarea:hover, .dedit-select:hover, .dedit-remote:hover, .dedit-remote-json:hover, .edit-cell-inline:hover {
	background: url(../img/pencil.png) no-repeat center right;
	padding-right:20px;
}

.dedit-simple form {
	display:inline;
}


.inline_save {
    padding: 2px 0px 3px 0px;
    width: 60px !important;
    min-width: 60px !important;
    margin: 7px;
}

.inline_cancel {
    padding: 2px 0px 5px 0px;
    width: 60px !important;
    min-width: 60px !important;
    margin: 2px;
}

.btn-blue:hover,.btn-blue {
    color: #fff;
    background-color: #4aacfb;
    border-color: #4aacfb;
}