.slick-columnpicker {
	border: 1px solid #718BB7;
	background: #f0f0f0;
	padding: 6px;
	-moz-box-shadow: 2px 2px 2px silver;
	-webkit-box-shadow: 2px 2px 2px silver;
	min-width: 100px;
	cursor: default;
}

.slick-columnpicker li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

.slick-columnpicker input {
	margin: 4px;
}

.slick-columnpicker li a {
	display: block;
	padding: 4px;
	font-weight: bold;
}

.slick-columnpicker li a:hover {
	background: white;
}

.slick-columnfilterex
{
  display: none;
}

/* qqq */
.xdropdown_button
{
  width: 25px;
  height: 18px;
  font-size: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgba(0, 0, 0, 0.19);
  text-align: center;
  background: white;
  line-height: 18px;
  float: left;
  top: 4px;
  position: relative;

}
.xdropdown_input_box {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgba(0, 0, 0, 0.19);
}

.xdropdown_date_img {
width: 18px;
height: 18px;
top: 4px;
right: 0px;
display: inline-block;
position: absolute;
float: right;
}

.xdropdown_select {
width: calc(100% - 40px);
left: 4px;
}

.xdropdown_date {
  width: calc(100% - 53px);
  left: 4px;
}

.xdropdown_input {
  width: calc(100% - 32px);
  -webkit-appearance: none;
  left: 2px;
}

.xdropdown_base {
  position: relative;
  border-radius:0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  padding: 0px;
  border-left-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  height: 18px;
  font-size: 11px ! important;
  padding-left: 2px;
  top: 4px;
  float:left;
}

.xdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: block;
  overflow: hidden;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menuitem {
  color: black;
  padding: 8px 4px;
  text-decoration: none;
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
}

.dropdown-menuitem:hover {background-color: #ddd}

.filter-col-1 {display:inline-block; width: 10%;}
.filter-col-2 {display:inline-block; width: 20%;}
.filter-col-3 {display:inline-block; width: 70%;}

.filter-col-4 {display:inline-block; width: 80%;}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 8px 4px;
  text-decoration: none;
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

.container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 2px;
  height: 18px;
  width: 24px;
  background-color: #eee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 1px 1px 1px rgba(0, 0, 0, 0.19);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
