.updown-widget {
  width: 500px; }

.updown-widget .updown-score {
  padding: 15px 0 10px 5px;
  font-weight: bold; }

.updown-widget .updown-score .updown-current-score {
  color: #F00; }

.updown-widget .updown-score .updown-current-score .separator {
  color: #999; }

.updown-widget .updown-vote {
  font-weight: bold;
  text-align: left; }

.updown-widget-voted .updown-vote {
  display: none; }

.updown-widget .updown-vote a {
  display: block;
  color: #000;
  width: 20px; }

.updown-widget .updown-vote a.updown-nodown {
  width: 48px; }

.updown-widget .updown-vote .updown-votedown a:hover,
.updown-widget .updown-voteundo a:hover {
  text-decoration: none;
  color: #F00; }

.updown-widget .updown-vote .updown-voteup a:hover {
  text-decoration: none;
  color: #0C0; }

/*vote buttons*/
.updown-widget .updown-vote .updown-voteup {
  padding: 5px;
  float: left; }

.updown-widget .updown-vote .updown-votedown {
  padding: 5px;
  float: left; }

.updown-widget .updown-vote .updown-question {
  padding: 5px;
  float: left; }

/*undo*/
.updown-widget .updown-voteundo {
  clear: both;
  padding-top: 5px;
  font-weight: bold;
  text-align: center; }

.updown-widget-voting .updown-voteundo {
  display: none; }

.updown-widget .updown-voteundo a {
  display: block;
  border: 1px solid #ccc;
  color: #000;
  line-height: 20px;
  width: 48px; }

.updown-widget-rate {
  display: none; }

.updown-widget-rate .choises {
  clear: both; }

.updown-widget-rate .choises .choise .desc {
  display: none; }

.updown-widget-rate .hintdesc {
  height: 30px; }

.updown-widget-rate .hintdesc-wrapper {
  /*height: 30px;*/
  display: block; }

.updown-widget-rate .choises .choise {
  cursor: pointer;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  padding: 6px;
  text-align: center;
  width: 100px;
  margin: 3px; }

.updown-widget-rate .choises .choise.active {
  font-weight: bold; }

.updown-widget-rate .choises .choise input {
  display: none; }

.updown-widget-rate .choises .choise:hover .caption {
  /*border-bottom: 1px dotted gray;*/ }

.updown-widget-rate .choises .choise.active .caption {
  /*border-bottom: 1px dotted red;*/
  /*font-weight: bold;*/ }

.updown-widget-rate .updown-question {
  text-align: left; }

.updown-widget-rate .updown-question {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  float: none;
  padding: 0px;
  margin-bottom: 5px; }

.updown-widget-rate .rate-slider-wrapper .updown-question {
  margin-bottom: 0px;
  text-align: left; }

.adapt-mobile .rate-slider-wrapper.fix, .adapt-mobile .rate-slider-wrapper, .adapt-mobile .stickswitcher .rate-slider-wrapper.hide, .adapt-mobile .stickswitcher .opensidebar .rate-slider-wrapper, .adapt-mobile .opensidebar .rate-slider-wrapper, .rate-slider-wrapper.hide.fix {
  top: -60px; }

.rate-slider-wrapper {
  -moz-transition: top 300ms ease-in;
  -o-transition: top 300ms ease-in;
  -webkit-transition: top 300ms ease-in;
  transition: top 300ms ease-in; }

.adapt-mobile .stickswitcher .rate-slider-wrapper {
  display: block;
  top: 0px; }

.rate-slider-wrapper.fix {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 56;
  display: inline-block;
  background: none;
  padding: 5px;
  padding-left: 57px;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  max-height: 57px;
  overflow: hidden; }
  .rate-slider-wrapper.fix .rate-emoji {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: table-cell;
    display: block;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 7px; }
    .rate-slider-wrapper.fix .rate-emoji .smile {
      -moz-transition: stroke-opacity 100ms ease-in;
      -o-transition: stroke-opacity 100ms ease-in;
      -webkit-transition: stroke-opacity 100ms ease-in;
      transition: stroke-opacity 100ms ease-in;
      stroke-opacity: 0; }
    .rate-slider-wrapper.fix .rate-emoji .smile.active {
      stroke-opacity: 1; }
  .rate-slider-wrapper.fix .ui-widget-header {
    background: #b0d62e; }
  .rate-slider-wrapper.fix .ui-corner-all {
    border-radius: 10px; }
  .rate-slider-wrapper.fix .rate-slider {
    min-width: 100px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
    background: lightgray;
    width: 100%; }
  .rate-slider-wrapper.fix .updown-question {
    font-size: 80%;
    font-weight: bolder; }
  .rate-slider-wrapper.fix .rate-slider, .rate-slider-wrapper.fix .value-min, .rate-slider-wrapper.fix .value-max {
    margin-right: 3px;
    vertical-align: bottom; }
  .rate-slider-wrapper.fix .rate-slider-cell {
    width: 100%;
    vertical-align: bottom; }
  .rate-slider-wrapper.fix .rate-slider-cell, .rate-slider-wrapper.fix .value-min, .rate-slider-wrapper.fix .value-max {
    font-size: 80%;
    font-weight: normal;
    padding: 3px;
    display: table-cell; }
  .rate-slider-wrapper.fix .rate-slider-line {
    display: block;
    white-space: nowrap;
    display: table;
    margin-right: 40px; }
  .rate-slider-wrapper.fix .updown-question, .rate-slider-wrapper.fix .value {
    display: inline-block;
    padding-left: 3px;
    margin-top: 5px; }
  .rate-slider-wrapper.fix .value {
    min-width: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 3px;
    margin-right: 40px;
    font-size: 90%; }
  .rate-slider-wrapper.fix .rate-slider-container {
    background: white;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    box-shadow: gray 0px 0px 5px;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
    min-height: 48px; }

/*# sourceMappingURL=updown.css.map */
