.action_buttons:hover {
	text-decoration: underline;
}
.action_buttons.edit_btn {
	color: orange;
}
.action_buttons.delete_btn {
	color: #c33c3c;
}
/*============== GLOBAL MODAL by Rey ===================*/
.my_modal_overlay {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
  z-index: 9998;
  padding: 0;
  margin: 0;
}
.my_modal {
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position:absolute;
    border-radius:14px;
    padding:0px;
  background: url(../img/loader_blue.gif) no-repeat center 10%;
  z-index: 9999
}
.my_modal_overlay:hover, .my_modal:hover {
  cursor: wait;
}
