/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.nodisplay {
    display: none;
}

.static_rating .bar0, .static_rating .bar1, .static_rating .bar2, .static_rating .bar3, .static_rating .bar4, .static_rating .bar5 {
    background: url("../images/bar-bar.png") no-repeat;
    width: 64px;
    height: 12px;
}

.static_rating .bar1 {
    background-position: 0px 0px;
}

.static_rating .bar2 {
    background-position: -64px 0px;
}

.static_rating .bar3 {
    background-position: -128px 0px;
}

.static_rating .bar4 {
    background-position: -192px 0px;
}

.static_rating .bar5 {
    background-position: -256px 0px;
}

.bar-container {
    margin: 5px 0px 0px 5px;
}

/* Customize the label (the container) */
.checkcontainer {
  font-size: 15px;
  color: #000000;
/*  color: #616161; */
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
