.center{
    font-family: Arial;
    font-size: 1em;
    text-align:left;
    margin: 25px auto 45px auto;
    width:89%;
    height: 56px;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 0.5) 76.51%,rgba(247, 249, 250, 0.68) 84.77%,rgba(227, 232, 236, 0.94) 97.27%,rgba(221, 227, 232, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 76.51%, rgba(247, 249, 250, 0.68) 84.77%, rgba(227, 232, 236, 0.94) 97.27%, rgba(221, 227, 232, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.7651,rgba(255, 255, 255, 0.5) ),color-stop(0.8477,rgba(247, 249, 250, 0.68) ),color-stop(0.9727,rgba(227, 232, 236, 0.94) ),color-stop(1,rgba(221, 227, 232, 1) ));
    background : -o-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 76.51%, rgba(247, 249, 250, 0.68) 84.77%, rgba(227, 232, 236, 0.94) 97.27%, rgba(221, 227, 232, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 76.51%, rgba(247, 249, 250, 0.68) 84.77%, rgba(227, 232, 236, 0.94) 97.27%, rgba(221, 227, 232, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDE3E8' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(255, 255, 255, 0.5) 76.51%, rgba(247, 249, 250, 0.68) 84.77%, rgba(227, 232, 236, 0.94) 97.27%, rgba(221, 227, 232, 1) 100%);
    border-radius : 12px;
    -moz-border-radius : 12px;
    -webkit-border-radius : 12px;
    border-top : #e6e6e6 1px solid;
    border-bottom : #ffffff 1px solid;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDE3E8',endColorstr='#FFFFFF' , GradientType=0);
}
.mavtFunctScale{
    width:95%;
    margin: 0 auto;
}
.mavtFunctScale tr.scaleNumbers td{
    color : #4D7E8E;
    font-size: 0.72em;
    line-height: 1em;
    padding: 5px 0;
}
.mavtFunctScale tr.scaleDividers td{
    color : #7db1d7;
    font-size: 0.7em;
    line-height: 0.7em;
}
.mavtFunctScale td{
    width: 10%;
    text-align: center;
}
.range{
    border:none;
    height:12px;
}

.slider{
    display:block;
    width:95%; 
    height: 12px;
    position: relative;
    margin: 0 auto;
    background : #dae4ea;
    border-top : #337991 1px solid;
    border-bottom : #dae4ea 1px solid;  
}
.slider:before{
    position: absolute;
    left: -10px;
    top: -7px;
    width:24px;
    height:24px;
    content: url('../../images/mavtsliderendlarge.png');
}
.slider:after{
    position: absolute;
    right: -10px;
    top: -7px;
    width:24px;
    height:24px;
    content: url('../../images/mavtsliderendlarge.png');
}
.functionSliderCircLeft,
.functionSliderCircRight{
    position: absolute;
    top: -2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: red;
    z-index: 1;
}
.functionSliderCircLeft{
    left: -5px;
}
.functionSliderCircRight{
    right: -5px;
}
.range td{
    border:none;
}

.rangeGrip{
    width:22px;
    height:27px;
    cursor:e-resize;    
    z-index:10;
}
.rangeGrip.rangeGrip-0{
    background: url('../../images/mavtsliderdrager1large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-1{
    background: url('../../images/mavtsliderdrager2large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-2{
    background: url('../../images/mavtsliderdrager3large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-3{
    background: url('../../images/mavtsliderdrager4large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-4{
    background: url('../../images/mavtsliderdrager5large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-5{
    background: url('../../images/mavtsliderdrager6large.png') center 0 no-repeat;
}
.rangeGrip.rangeGrip-6{
    background: url('../../images/mavtsliderdrager7large.png') center 0 no-repeat;
}
.rangeDrag .rangeGrip, .rangeGrip:hover{
    /*background-position:right;*/
}

.JCLRgrips{
    top: -6px;
}
.JCLRgrip{
    margin-left: 0;
    width:12px;
    height:33px;
}
.rotate {
    -moz-transform: rotate(90.0deg);  /* FF3.5+ */
    -o-transform: rotate(90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
    -ms-transform:rotate(90.0deg);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

.JCLRTitle {
    position : absolute; 
    top : 39px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    /*padding-top: 80px;*/
}

/* ------ BRAKEPOINTS ------- */

@media (min-width:1200px) {
    .center{
        width: 93%;
    }
    .mavtfunctionrighttext{
        font-size: 0.85em;
    }
    .mavtFunctScale tr.scaleNumbers td{
        font-size: 0.85em;
    }
}

@media (max-width:992px){
    .center{
        margin: 10px auto 35px auto;
    }
    .mavtfunctionrighttext{
        display: block;
        margin: 5px 1% 5px 1%;
        float: left;
        width: 48%;
        line-height: 1.3em;
    }
    .mcdmTableCell.mavtFunctCell.right br{
        display: none;
    }
}

@media (max-width:767px){
    .center{
        width: 86%;
    }
    .mcdmTableCell.mavtFunctCell.right{
        width: 86%;
        margin: 15px 7% 15px 7%;
    }
}

@media (max-width:600px){
    .center{
        height: 46px;
    }
    .range{
        height: 7px;
    }
    .JCLRgrip{
        width: 10px;
        height: 22px;
    }
    .rangeGrip{
        width: 20px;
        height: 22px;
    }
    .rangeGrip.rangeGrip-0{
    background: url('../../images/mavtsliderdrager1.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-1{
        background: url('../../images/mavtsliderdrager2.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-2{
        background: url('../../images/mavtsliderdrager3.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-3{
        background: url('../../images/mavtsliderdrager4.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-4{
        background: url('../../images/mavtsliderdrager5.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-5{
        background: url('../../images/mavtsliderdrager6.png') center 0 no-repeat;
    }
    .rangeGrip.rangeGrip-6{
        background: url('../../images/mavtsliderdrager7.png') center 0 no-repeat;
    }
    .slider{
        height: 7px;
    }
    .slider:before{
        content: url('../../images/mavtsliderend.png');
        height: 19px;
        width: 19px;
        left: -5px;
    }
    .slider:after{
        content: url('../../images/mavtsliderend.png');
        height: 19px;
        width: 19px;
        right: -5px;
    }
    .functionSliderCircLeft,
    .functionSliderCircRight{
        height: 13px;
        width: 13px;
        top: -4px; 
    }
    .functionSliderCircRight{
        right: -2px;      
    }
    .functionSliderCircLeft{
        left: -2px;
    }
    .JCLRgrips {
        top: -4px;
    }
    .mavtFunctInput, .mavtFunctInputDisabled{
        height: 15px;
        line-height: 13px;
        font-size: 0.75em;
    }
    .JCLRTitle{
        top: 28px;
    }
    .mavtFunctScale tr.scaleDividers td{
        font-size: 0.6em;
    }
    .mavtFunctScale tr.scaleNumbers td{
        font-size: 0.75em;
    }
} 

@media (max-width:480px){
    .center{
        width: 85%;
    }
    .mcdmTableCell.mavtFunctCell.right{
        width: 85%;
        margin: 15px 7.5% 15px 7.5%;
    }
    .mavtFunctInput, .mavtFunctInputDisabled{
        font-size: 0.7em;
        padding-left: 2px;
    }
}