.ui_loading {
  padding-left: 40px!important;
  background: url('img/loading.gif');
  padding:10px 0;
  background-position:0 50%;
  background-repeat:no-repeat;
}

.ui_clickable {
  cursor:pointer!important;
}

.ui_icon, .ui_icon_text {
  background-image: url('img/icons/bullet_white.png')!important;
  background-position:4px 50%!important;
  background-repeat:no-repeat!important;
  float:left!important;
  white-space:nowrap!important;
  cursor:pointer;
  border:0;
}

.ui_icon {
  width:25px;
  overflow:hidden;
  text-indent:25px;
}

.ui_icon_text{
  padding-left: 25px!important;
}

.ui_object_tools{
  opacity:0;
  white-space:nowrap;
}
.ui_icon_active{
  background-image: url('img/icons/control_play.png')!important;
}
.ui_icon_draft {
  background-image: url('img/icons/control_pause.png')!important;
}
.ui_icon_archived {
  background-image: url('img/icons/control_stop.png')!important;
}
.ui_icon_trash {
  background-image: url('img/icons/bin.png')!important;
}
.ui_icon_measure_edit {
  background-image: url('img/icons/pencil.png')!important;
}
.ui_icon_loading {
  background-image: url('img/icons/loading.gif')!important;
}
.ui_icon_user_view {
  background-image: url('img/icons/user.png')!important;
}
.ui_icon_user_edit  {
  background-image: url('img/icons/user_edit.png')!important;
}


.ui_message_attention {
  background-color: #ffffcc!important;
  background-image:url('img/icons/error.png')!important;
}

.ui_message_information {
  background-color: #ccccff!important;
  background-image:url('img/icons/information.png')!important;
}

.ui_message_success {
  background-color: #ccffcc!important;
  background-image:url('img/icons/tick.png')!important;
}

.ui_message_error {
  background-color: #ffcccc!important;
  background-image:url('img/icons/cross.png')!important;
}
