.form-control[readonly] {
	border:0px;
	background: transparent;
	padding:0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
	resize: none;
}

.crud_modal {
    z-index:    1000;
    width: 		31px;
    height:	 	31px;
    background-image:url('../images/loading.gif') 
}

.crud_ajax_data {
	background:	#D0F5A9 !important;
}

.crud_field_error {
	color: red;
}

.crud-left-inner-addon {
    position: relative;
}
.crud-left-inner-addon input {
    padding-left: 15px; 
    padding-right:5px;   
}
.crud-left-inner-addon i {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 5px;
    pointer-events: none;
}

.crud-required {
	color: red;
}

.crud-submit {  /* DO NOT DELETE */
	margin-right: 5px;
}

/*.crud-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}*/

.crud-ellipsis {
  display: none;
}