﻿.happy_hour_info_block
{
    position: relative;
    height: 42px;
    white-space: nowrap;
}
.happy_hour_info_block .range:before
{
    background: #2691d6;
}
.happy_hour_info_block.casino-game
{
    position: absolute;
    height: 32px;
    bottom: -3px;
    left: -8px;
}
.happy_hour_info_block.casino-game .coef:before
{
    background: #5181b6;
}
.happy_hour_info_block.casino-game .range
{
    padding: 0 10px;
}
.happy_hour_info_block.casino-game .range:before
{
    background: #2691d6;
}
.happy_hour_info_block.casino-game.active-now .coef:before
{
    background: #c56100;
}
.happy_hour_info_block.casino-game.active-now .range:before
{
    background: #ff7e00;
}
.happy_hour_info_block:after
{
    content: "";
    clear: both;
    display: table;
}
.happy_hour_info_block .coef
{
    height: 100%;
    box-sizing: border-box;
    margin-left: 5px;
    padding: 0 15px;
    float: left;
}
.happy_hour_info_block .coef .symbol
{
    font-size: 90%;
}
.happy_hour_info_block .range
{
    float: left;
    height: 100%;
    position: relative;
    padding: 0 15px;
    margin-left: -4px;
    box-sizing: border-box;
    font-family: Arial;
}
.happy_hour_info_block .label
{
    font-family: Arial;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 1px #000;
    color: #fff;
}
.happy_hour_info_block .coef>.label
{
    color: #fff;
}
.happy_hour_info_block .range>.label
{
    color: #fff;
}
.happy_hour_info_block .label div
{
    display: inline;
}
.happy_hour_info_block .coef:before, .happy_hour_info_block .range:before
{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.happy_hour_info_block-0 .coef:before
{
    background: #9dcafc;
    background: -moz-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#2691d6),color-stop(100%,#2691d6));
    background: -webkit-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -o-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -ms-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: linear-gradient(to bottom,#2691d6 0,#2691d6 100%);
}
.happy_hour_info_block-1 .coef:before
{
    background: #16fa00;
    background: -moz-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#2691d6),color-stop(100%,#2691d6));
    background: -webkit-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -o-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: -ms-linear-gradient(top,#2691d6 0,#2691d6 100%);
    background: linear-gradient(to bottom,#2691d6 0,#2691d6 100%);
}
.happy_hour_info_block .range:before
{
    background: #2691d6;
}
.happy_hour_info_block .coef:after, .happy_hour_info_block .range:after
{
    clear: both;
    content: '';
    display: inline-block;
    position: relative;
    width: 1px;
    height: 100%;
    margin-right: -1px;
    vertical-align: middle;
}