[data-theme="dark"]  {
  background: #1a1a1a !important;
  

}


[data-theme="dark"] h2 {
	color: #eee !important;
}


[data-theme="dark"] h5 {
	color: #eee !important;
}


.dark-theme {
	 background-color: #444 !important;
     color: #fff !important; 
}

 label.dark-theme {
	color: #fff !important;
	background-color: transparent !important;
}


 input[type=search].dark-theme {
      background-color: #555 !important;
      color: #fff !important;
    }


input.dark-theme {
	background-color: #555 !important;
	color: #fff !important;
}

table.date td {
	background-color: transparent !important;
}

button.dark-theme {
	color: #fff;
}

div.pagination.dark-theme {
	background-color: #555;
}

div#example_paginate.dark-theme > div div {
	color: #fff !important;
	
}

div#example_paginate.dark-theme > div a {
	color: #fff !important;
	
}

