.info {
    font-size: 15px;
}
.sliderInfo{
    margin: 5px 7px 10px;
    float: right;
    font-size: 11px;
    font-weight: 300;
}

.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 8px;
    background: #d8e0f3;
    border-radius: 2px;
}

.rzslider .rz-pointer {
    top: -8px;
    z-index: 3;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #0db9f0;
    border-radius: 12px;
}
.rzslider .rz-pointer:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    background: #ffffff;
    border-radius: 12px;
    content: '';
}
.rzslider .rz-tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: #d8e0f3;
    border-radius: 50%;
}
.rzslider .rz-tick-legend {
    top: 20px;
}
.rzslider .rz-tick {
    left: -2px;
    margin-left: 5px;
}
.rzslider .rz-bubble {
    top: 8px;
    font-size: 15px;
}
.rzslider{
    margin: 0px 0 20px 0; 
}
.checkboxLabel{
    padding-left: 7px;
}
.form-group {
    margin-bottom: 12px;
}
.heading{
    font-size: 20px !important;
}
.noMargin{
    margin:0;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.stepForm{
    overflow: hidden;
}
.switch{
    cursor: pointer;
    padding-right: 8px;
    font-size: 17px !important;
}
.switch-button {
    cursor: pointer;
    padding: 8px;
    padding-left: 25px;
    font-size: 25px !important;
}
.buttonToggleLabel{
    width: 150px;
}
.fontWeightNormal{
	font-weight: normal !important;
}
.pointer{
    cursor: pointer;
}
.on{
    color:green;
}
.off{
    color: red;
}
.selectContainer{
    margin-bottom: 10px;
}
.noPaddingLeftRight{
    padding-left: 0;
    padding-right: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.innerDivDevice{
    background-color: white;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
}
.popUpText{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.cursor-not-allowed{
    cursor: not-allowed !important;
}
.pointer-events-none{
    pointer-events: none !important;
}  
@media (min-width: 768px){
    .control-label{
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    .modal-dialog {
        width: 635px;
        margin: 8px auto;
    }
}
@media (max-width : 768px){
    .control-label{
        padding-top: 7px !important;    
        padding-bottom : 7px !important;
    }
    .wizard>.steps a {
        height: 90%;
        font-size: 10px;
    }
    .selectInnerContainer{
        margin-bottom: 5px;
    }   
}
@media (max-width : 1000px){
    .wizard>.steps a {
        height: 90%;
        font-size: 10px;
    }
    .noPaddingResponsive{
        padding-left: 0;
        padding-right: 0;       
    }
    .noPaddingLeftRight{
        padding-left: 0;
        padding-right: 0;
    }
    .noPaddingRight{
        padding-right: 0;
    }
    .noPaddingLeft{
        padding-left: 0;
        padding-right: 0;
    }
    .selectInnerContainer{
        margin-bottom: 5px;
    }   
}