/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.toolbar {
  margin: 20px 0px; }
  .toolbar select {
    min-width: 150px;
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 5px; }
  .toolbar .search_bar {
    float: right;
    padding-left: 10px; }

.paging_container {
  text-align: center; }
  .paging_container a {
    color: #a3a3a3; }

#myTable_filter {
  display: none; }

#myTable_length {
  display: none; }

#myTable_info {
  display: none; }

#myTable_paginate {
  display: none; }

@media screen and (max-width: 768px) {
  .search_bar {
    float: unset !important;
    width: 100%; } }

/*# sourceMappingURL=material.css.map */
