
.papers {
    float: left;
    width: 240px;
}
.calc-range-selectors {
    float: left;
    width: 400px;
}
.papers input {
    display: none;
}
.paper-size {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #efefef;
    background: #fafafa;
    text-align: center;
}
.paper-size:hover {
    border-color: #c00;
}
.paper-size-line {
    width: 220px;
    height: 40px;
}
.calc-row::after {
    content: '';
    display: table;
    clear: both;
}
.calc-col {
    width: 50%;
    float: left;
}
.paper-size-a3 {
    width: 120px;
    height: 180px;
}
.paper-size-a4 {
    width: 120px;
    height: 80px;
}
.paper-size-a5 {
    width: 54px;
    height: 80px;
}
.paper-size-a6 {
    width: 54px;
    height: 36px;
}
.papers input:checked ~ .paper-size {
    background: #cfeccf;
    border-color: #9bca9b;
}
.calc-range-wrap {
    margin-bottom: 20px;
}

.irs-with-grid {
    height: 70px;
}
.irs-single {
    background: #8126cb;
    top: -7px;
}
.irs-grid-text {
    font-size: 11px;
}
.irs-from, .irs-to, .irs-single {
    font-size: 12px;
}
.irs-bar,
.irs-bar-edge,
.irs-line,
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 16px;
    background-image: none;
}

.irs-line-left {
    background-color: #8126cb;
    border-radius: 8px 0 0 8px;
}
.irs-line-right {
    background-color: #8126cb;
    border-radius: 0 8px 8px 0;
}
.irs-line-mid {
    background-color: #8126cb;
}
.irs-bar-edge {
    border: 1px solid #8126cb;
    border-right: 0;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    width: 22px;
}
.irs-bar {
    border: 1px solid #8126cb;
    border-left: 0;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
}
.irs-slider {
    width: 44px;
    height: 44px;
    background-image: none;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #8126cb;
    background: #fff;
    top: 11px;
    cursor: pointer;
}
.irs-slider::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background-color: #8126cb;
    left: 11px;
    top: 11px;
    transition: all .3s;
}

.irs-slider:hover::before {
    background-color: #af0;
}

.format .able.choise {
    border-width: 4px;
    background-image: url(../../images/current.svg), url(../../images/able.svg);
    background-position: 0px 0px, 100% 0px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    font-weight: 700;
}

.calc-field-helper {
    float: right;
    width: 70px;
    outline: none;
    border: 1px solid #8126cb;
    border-radius: 2px;
    margin: 0 10px;
    padding: 3px 6px;
    text-align: right;
	margin-right: 60px;
}