table {
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid #d9e1ea;
}
tr:hover{
	background-color: #eee;
}
.curr_page input{
	width: 100px;
}
.curr_page label{
	white-space: nowrap;
	padding: 0;
}
.actions td:last-child{
	white-space: nowrap;
}
.uk-table-justify th:first-child, .uk-table-justify td:first-child{
	padding-left: 12px;
}
.disabled td:nth-child(3):after, .noexist td:nth-child(3):after, .disabled_subscriber td:nth-child(2):after{
	content: 'DISABLED';
	font-size: 10px;
	color: #fff;
	padding: 0 5px;
	border-radius: 5px;
	float: right;
	background-color: #f88;
}
.noexist td:nth-child(3):after{
	content: 'NOTEXIST';
	background-color: #888;
}
.word-break td{
	word-wrap: break-word;
	max-width: 300px;
}
.checkbox_green td:first-child{
	background-color: #5f5;
}
.button-group .pw-panel{
	border-radius: 4px 0 0 4px;
	border-right: 1px solid #d9e1ea;
}
.button-group .small-button{
	border-radius: 0 4px 4px 0;
}
.small-button{
	padding: 11px !important;
	line-height: 0 !important;
}
.delete, .button-group .small-button{
  background-color: #bc283d !important;
}
.delete:hover, .button-group .small-button:hover{
  background-color: #a72436 !important;
}
#delete_queue .uk-margin-top{
	margin-top: 0 !important;
}
.display-none{
	display: none;
}
.filter_tag{
	vertical-align: middle;
	text-transform: capitalize;
	border-radius: 30px;
	padding: 9px;
}

/* Group change (background) */
#change_group_mass {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
#change_group_mass>.Inputfields {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* Jquery Autocomplete */
.ui-autocomplete {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete {
  height: 320px;
}

  