/** 
 * This file is part of the iBobr Levers package.
 * (c) Ondřej Záruba <zarubaondra@gmail.com>
 *
 * For the full copyright and license information, please view
 * the license.md file that was distributed with this source code.
**/

@font-face {
    font-family: 'digital-7regular';
    src: url('fonts/digital-7-webfont.eot');
    src: url('fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/digital-7-webfont.woff2') format('woff2'),
    url('fonts/digital-7-webfont.woff') format('woff'),
    url('fonts/digital-7-webfont.svg#digital-7regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.levers-container {
    background-color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
}

.levers-workplace {
    width: 420px;
    height: 170px;
    background-image: url('images/bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.levers-column {
    top: 20px;
    height: 170px;
    display: inline-block;
    position: absolute;
}

.levers-slider-join {
    position: absolute;
    top: 50%;
    height: 3px;
    width: 10px;
    background: #000000;
}

.levers-field {
    width: 40px;
    height: 40px;
    background-color: #363636;
    color: #ffffff;
    font-family: 'digital-7regular';
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
}

.levers-slider {
    position: absolute;
    top: 40px;
}

.levers-slider .ui-slider-handle {
    width: 11px;
    height: 25px;
    left: 1px;
    background-color: #9b0613;
}

.levers-slider .ui-widget-header {
    background-color: #ffffff;
}

.levers-field-active {
    background-color: #00661b;
}

.levers-result-box-text, .levers-result-number-box {
    display: inline-block;
    vertical-align: middle;
}

.levers-result-box-text {
    line-height: 70px;
}

.levers-result-number-box {
    width: 135px;
    height: 40px;
    text-align: right;
    color: #ffffff;
    background-color: #363636;
    font-family: 'digital-7regular';
    font-size: 30px;
    margin-left: 20px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

.levers-result-box {
    width: 290px;
    height: 70px;
    background-image: url('images/bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 25px;
    box-sizing: border-box;
}

.levers-links {
    width: 420px;
    height: 52px;
    background-image: url('images/links.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.levers-buttons, .levers-result-box {
    display: inline-block;
    vertical-align: top;
}

.levers-buttons {
    margin-left: 4px;
}

.levers-button {
    background-image: url('images/bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000000;
    width: 120px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    display: block;
    text-decoration: none;
    margin-bottom: 4px;
}

.levers-button:hover {
    text-decoration: underline;
}

.levers-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.levers-button-disabled:hover {
    text-decoration: none;
}