/* /templates2_0/module/infoblock/bottom/index.less */
/* Шрифт заголовков */
/* 
    Created on : 19.11.2014, 10:14:36
    Author     : Kechaykin_I
*/
.module_infoblock_bottom {
  min-height: 300px;
  margin: 0;
  box-shadow: inset 0 1px #fff;
  border-top: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
  padding-bottom: 5px;
  margin-bottom: -5px;
  /* Голосовалка */
  /* Контролы рейтинга */
  /* Результаты голосования */
  /* Общие свойства */
}
.module_infoblock_bottom p {
  margin-left: 5px;
}
.module_infoblock_bottom header {
  font: 18px 'Utkonos';
  color: #777;
  margin: 20px 0 10px;
}
.module_infoblock_bottom header > i {
  float: left;
  top: 0;
  margin-right: 5px;
}
.module_infoblock_bottom .feedback_rating {
  text-align: center;
}
.module_infoblock_bottom .feedback_rating .selection {
  float: left;
  font: 14px 'Utkonos';
  color: #33935b;
}
.module_infoblock_bottom .feedback_rating .selection ~ .selection {
  float: right;
}
.module_infoblock_bottom .feedback_rating .signature {
  margin: 20px auto;
}
.module_infoblock_bottom .feedback_rating .feedback_rating_control,
.module_infoblock_bottom .feedback_rating .feedback_rating_result {
  min-height: 160px;
}
.module_infoblock_bottom .feedback_rating_control .selection {
  box-shadow: inset 0 0 0 2px #ebebeb;
  border-radius: 5px;
  width: 120px;
  padding: 20px 0;
  margin-left: 20px;
}
.module_infoblock_bottom .feedback_rating_control .selection ~ .selection {
  margin-left: auto;
  margin-right: 20px;
}
.module_infoblock_bottom .feedback_rating_control .selection:hover {
  text-decoration: none;
}
.module_infoblock_bottom .feedback_rating_control .signature {
  display: inline-block;
  font-size: 14px;
  color: #777;
  text-decoration: none;
}
.module_infoblock_bottom .feedback_rating_control .signature big {
  font: 14px 'Utkonos Black', 'Utkonos Regular', sans-serif;
  text-decoration: underline;
  display: block;
}
.module_infoblock_bottom .feedback_rating_control .signature:hover big {
  text-decoration: none;
}
.module_infoblock_bottom .feedback_rating_result {
  display: none;
}
.module_infoblock_bottom .feedback_rating_result .selection {
  margin-top: 10px;
}
.module_infoblock_bottom .feedback_rating_result .module_charts_pie {
  margin: 0 auto;
}
.module_infoblock_bottom .feedback_rating_result .percent {
  font: 30px 'Utkonos Black', 'Utkonos Regular', sans-serif;
}
.module_infoblock_bottom .feedback_rating_result .module_charts_pie {
  background-color: #f6f6f6;
}
.module_infoblock_bottom .feedback_rating .negative {
  color: #ff5e4d;
}
.module_infoblock_bottom .feedback_rating_control.disabled {
  display: none;
}
.module_infoblock_bottom .feedback_rating_control.disabled ~ .feedback_rating_result {
  display: block;
}
.module_infoblock_bottom .child_warning {
  padding-top: 20px;
  padding-right: 20px;
}
.module_infoblock_bottom .child_warning:after {
  position: relative;
  content: '';
  box-sizing: border-box;
  background: transparent url(/templates2_0/module/infoblock/bottom/child_warning.png) 100% 50% no-repeat;
  height: 30px;
}
