

.raidcalc {
}

.raidcalc td {
    vertical-align: top;
    padding: 10px 0;
}
.raidcalc tr td:not(:first-of-type){
    padding-left: 10px;
}
.raidcalc h4{
    padding-bottom: 20px;
}
.raidcalc.l-calc{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}
.raidcalc-left{
    padding: 30px 35px;
    width: 50%;
}
.raidcalc-right{
    width: 50%;
}
.raidcalc.l-calc .lc-result{
    position: relative;
    max-width: none;
    padding: 30px;
}
@media (max-width: 1023px){
    .raidcalc.l-calc .lc-result{
        margin: 0;
        padding: 30px;
    }
}
.lc-result h3{
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
}
.raidcalc.l-calc .lc-result,
.raidcalc.l-calc .lc-result p,
.raidcalc.l-calc .lc-result p.tip{
    color: white !important;
}
.raidcalc .calc-slider{

}
.raidcalc .calc-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.raidcalc input[type=text].calc-text-input{
    display: block;
    width: 150px;
    border-radius: 4px;
    border: 2px solid #e6ecf2;
    font-weight: 500;
    background: white;
    font-size: 20px;
    text-align: left;
    padding: 3px 10px;
    margin: 0 0 0 20px;
    outline: none;
}
.raidcalc .calc-slider .slider-value span{
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e6ecf2;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding: 7px 20px;
    float: none !important;
    margin: 0 !important;
}
.raidcalc .calc-slider .slider-value span.disabled{
    color: #ccc;
}
.raidcalc .calc-slider .slider-line{
    height: 15px;
}
.raidcalc .calc-slider .slider-line span{
    float: none !important;
    margin: 0 !important;
    display: block;
    width: 100% !important;
    height: 15px !important;
    background: none;
    border: none !important;
}
.raidcalc .calc-slider .slider-line span a{
    width: 28px;
    height: 28px;
    box-shadow: 0 3px 15px rgba(176, 191, 215, 0.66);
    border: 6px solid #fff;
    top: -14px;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    cursor: pointer;
    z-index: 100;
    border-radius: 24px;
    outline: none;
}
.raidcalc .calc-slider .slider-line .ui-slider-range{
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    top: -2px;
    z-index: 100;
    border-radius: 4px 0 0 4px;
    height: 4px;
    position: absolute;
    display: block;
}
.raidcalc .calc-slider .slider-line .ui-state-disabled .ui-slider-handle{
    display: none;
}
.raidcalc .checkbox{
    background: none !important;
}
.raidcalc .checkbox__label{
    background: none !important;
    padding-left: 27px;
    white-space: normal;
    display: block;
    font-size: 14px;
}
.raidcalc .checkbox:hover .checkbox__label,
.raidcalc .checkbox__default:checked~.checkbox__label{
    color: black;
}
.raidcalc .checkbox__custom,
.raidcalc .checkbox:hover .checkbox__custom,
.raidcalc .checkbox__default:checked+.checkbox__custom{
    border-color: #e6ecf2;
    left: 0;
}
.raidcalc.l-calc .lc-term__input:disabled + .lc-term__btn-active{
    color: #ccc;
}
.raidcalc.l-calc .lc-term__input:disabled:checked + .lc-term__btn-active{
    background-color: #ccc;
    color: white;
}
@media (max-width: 600px){
    .raidcalc .checkbox__label{
        font-size: 14px;
    }
}



#canvas_container {
    max-width: 420px;
    /*border: 1px solid #aaa;*/
    border: none;
    position: relative;
    margin: 0 -22px;
}
#canvas_container svg{
    max-width: none;
    width: 450px !important;
    height: 220px !important;
}
#canvas_container svg text{
    fill: #fff;
}

.raidcalc #disk_size_slider, #drives_slider {
    margin-left: 20px;
    width: 200px;
    margin-top: 20px;
    float: left;
}

.raidcalc #disk_size, .raidcalc #drives  {
    margin-top: 18px;
    margin-left: 20px;
    float: left;
}

.raidcalc .unit
{
    margin-top: 18px;
    margin-left: 2px;
    float: left;
    
}

/* results */
.raidcalc #efficiency, #resiliency, #available, #overall {
    float: left;

}

.raidcalc #available #overall {
    font-weight: bold;
}

.raidcalc input[type=text] {
    padding-left: 1px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    font-size: 16px;
    width: 3em;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.raidcalc input[type=radio] {
    display: none;
    margin: 10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
.raidcalc input[type=radio] + label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-right: 5px;
}

.raidcalc input[type=text]
{
    border-color: #868788;
}

.raidcalc a.btn {
    text-decoration: none;
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-right: 5px;
}

.raidcalc input[type=radio]:disabled + label {
    color: #aaaaaa;

    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #d4d4d4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;

}

/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
.raidcalc input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e0e0e0;
}

p.message
{
    margin-bottom: 0 !important;
}

p.tip {
    margin-top: 2px;
    margin-bottom: 2px;
    /*color: silver !important;*/
    font-size: 11px !important;
    display: none;
}

p.tip a {
    color: silver !important;
    font-size: 11px !important;

}

p.show {
    margin-top: 5px !important;
    display: block;
}
@media (max-width: 920px){
    .raidcalc.l-calc{
        flex-direction: column;
    }
    .raidcalc-left,
    .raidcalc-right{
        width: 100%;
    }
}
@media (max-width: 600px) {
    .raidcalc .calc-slider .slider-value span{
        font-size: 16px;
    }
    .raidcalc.l-calc .lc-term__btn{
        height: 35px;
    }
    .raidcalc.l-calc .lc-term__btn-active{
        font-size: 16px;
        line-height: 39px;
    }
    .raidcalc-left,
    .raidcalc.l-calc .lc-result{
       padding: 15px;
    }
}
@media (max-width: 480px) {
    .raidcalc.l-calc .lc-term__btn-active{
        font-size: 14px;
    }
    #canvas_container{
        overflow-x: auto;
    }
}
.l-calc {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 27px rgba(10, 54, 88, 0.1);
    border-radius: 3px;
    padding: 30px 320px 34px 35px;
}
@media (max-width: 1023px) {
    .l-calc {
        padding: 20px 15px 0;
    }
}
.l-calc__title {
    margin-bottom: 31px;
}
.l-calc__title h2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}
.l-calc__title-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.15;
    color: #606060;
    max-width: 267px;
    padding: 2px 0 0 27px;
}
.l-calc__title-desc::before {
    content: "—";
    font-size: 14px;
    line-height: 1.15;
    color: #606060;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1023px) {
    .l-calc__title {
        margin-bottom: 24px;
    }
    .l-calc__title h2 {
        display: block;
        margin: 0 0 5px;
    }
    .l-calc__title-desc {
        display: block;
        max-width: 100%;
        padding: 0;
    }
    .l-calc__title-desc::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .l-calc__title h2 {
        font-size: 24px;
    }
}
.l-calc .lc-term {
    position: relative;
    margin-bottom: 37px;
}
@media (max-width: 1023px) {
    .l-calc .lc-term {
        margin-bottom: 15px;
    }
}
.l-calc .lc-term__title {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    /*color: #bac0ca;*/
    text-transform: uppercase;
    margin-bottom: 5px;
}
.l-calc .lc-term__btns-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*max-width: 320px;*/
    margin-right: 12px;
}
@media (max-width: 1023px) {
    .l-calc .lc-term__btns-wrap {
        max-width: 330px;
        margin-right: 0;
    }
}
.l-calc .lc-term__btns {
    display: -webkit-box;
    display: flex;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e6ecf2;
}
.l-calc .lc-term__btn {
    position: relative;
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.l-calc .lc-term__btn-active {
    display: block;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 44px;
    color: #000;
    border-radius: 4px;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.l-calc .lc-term__btn-active:hover {
    color: #0575a8;
}
.l-calc .lc-term__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.l-calc .lc-term__input:checked + .lc-term__btn-active {
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    color: #fff;
}
.l-calc .lc-term__desc {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: italic;
    line-height: 1.15;
    color: #bac0ca;
    max-width: 240px;
    padding-top: 4px;
}
@media (max-width: 1023px) {
    .l-calc .lc-term__desc {
        max-width: 300px;
        padding-top: 7px;
    }
}
@media (max-width: 1023px) {
    .l-calc .lc-cost {
        margin-bottom: 20px;
    }
}
.l-calc .lc-cost__title {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    color: #bac0ca;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.l-calc .lc-cost__input .range-slider .extra-controls::after {
    display: none;
}
.l-calc .lc-cost__input .range-slider .extra-controls .inp-number {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #e6ecf2;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    padding: 7px 20px;
}
.l-calc .lc-cost__input .range-slider .irs--round .irs-handle {
    width: 28px;
    height: 28px;
    box-shadow: 0 3px 15px rgba(176, 191, 215, 0.66);
    border: 6px solid #fff;
    top: -14px;
}
.l-calc .lc-result {
    width: 100%;
    max-width: 280px;
    height: 100%;
    background: linear-gradient(112.88deg, #00AEEF 19.8%, #2772C8 82.51%, #2772C8 126.71%, #2772C8 126.72%), #00AEEF;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 26px 30px 75px;
}
@media (max-width: 1249px) {
    .l-calc .lc-result {
        padding: 60px 30px 110px;
    }
}
@media (max-width: 1023px) {
    .l-calc .lc-result {
        position: relative;
        width: auto;
        max-width: none;
        padding: 22px 20px 74px;
        margin: 0 -15px;
    }
}
@media (max-width: 450px) {
    .l-calc .lc-result {
       font-size: 14px;
    }
}
.l-calc .lc-result__sum {
    color: #fff;
    margin-bottom: 20px;
}
.l-calc .lc-result__sum--monthly {
    margin: 0;
}
.l-calc .lc-result__sum-num {
    font-weight: bold;
    font-size: 30px;
    line-height: 0.8;
    margin-bottom: 5px;
}
.l-calc .lc-result__sum-desc {
    font-size: 14px;
    line-height: 1;
    opacity: 0.9;
}
@media (max-width: 1023px) {
    .l-calc .lc-result__sum {
        position: relative;
        padding-left: 180px;
    }
    .l-calc .lc-result__sum-num {
        line-height: 28px;
        text-align: right;
        margin-bottom: 0;
    }
    .l-calc .lc-result__sum-desc {
        width: 100%;
        max-width: 180px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
    }
}
@media (max-width: 389px) {
    .l-calc .lc-result__sum {
        padding-left: 0;
    }
    .l-calc .lc-result__sum-num {
        text-align: left;
        margin-bottom: 5px;
    }
    .l-calc .lc-result__sum-desc {
        position: static;
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
    }
}
.lc-result__submit {
    font-size: 20px;
}
.l-calc .lc-result__submit {
    display: block;
    background-color: #ff9000;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.l-calc .lc-result__submit:hover {
    background-color: #f47402;
}
.leasing {
    position: relative;
    background-color: #f4f6f8;
    padding: 0;
}
.leasing .container{
    padding: 0;
}
.leasing__title {
    margin-bottom: 7px;
}
.leasing__title span {
    color: #ff9000;
}
@media (max-width: 1023px) {
    .leasing__title {
        letter-spacing: -0.16px;
    }
}
.leasing__subtitle {
    font-size: 18px;
    color: #606060;
    margin-bottom: 30px;
}
.leasing__subtitle span {
    font-weight: bold;
    color: #000;
}
@media (max-width: 1023px) {
    .leasing__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }
}
.leasing__calc {
    margin-bottom: 30px;
}
@media (max-width: 1023px) {
    .leasing__calc {
        margin-bottom: 20px;
    }
}
.leasing__steps {
    margin-bottom: 30px;
}
@media (max-width: 1023px) {
    .leasing__steps {
        margin-bottom: 20px;
    }
}