* {
  -webkit-user-select: auto !important;
  -moz-user-select: inherit  !important;
  -ms-user-select: inherit  !important;
  user-select: auto  !important;
}

.actionbutton{
	padding:15px;
	border-style:none;
	cursor:pointer;
	font-weight:bold:
}

.actionbutton:hover{
	background-color: blue;
	color:white;
}

.loader img{
	width: 28px;
	vertical-align: middle;
}

.actionbutton:disabled {
  background: #dddddd;
  
}

.actionbutton:disabled:hover{
	color:#000000;
}