/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
/* line 6, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
.ColVis {
  float: right;
  margin-bottom: 1em;
}

/* line 10, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
.ColVis_Button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 3px 5px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  *cursor: hand;
}

/* line 21, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
button.ColVis_Button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}

/* line 25, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
.ColVis_text_hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

/* line 30, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
div.ColVis_collectionBackground {
  background-color: black;
  z-index: 1100;
}
/* line 33, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
div.ColVis_collection {
  position: relative;
  width: 150px;
  background-color: #f3f3f3;
  padding: 3px;
  border: 1px solid #ccc;
  z-index: 1102;
}
/* line 40, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
div.ColVis_collection button.ColVis_Button {
  background-color: white;
  width: 100%;
  float: none;
  margin-bottom: 2px;
}
/* line 45, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

/* line 49, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
.disabled {
  color: #999;
}

/* line 52, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
button.ColVis_Button {
  text-align: left;
}

/* line 55, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
div.ColVis_collection button.ColVis_Button:hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

/* line 59, /home/deploy/cpu-db/app/assets/stylesheets/ColVis.scss */
span.ColVis_radio {
  display: inline-block;
  width: 20px;
}
