﻿

.rz-selectbar {
    .rz-button.rz-state-disabled {
        opacity: .8;
        cursor: auto;
    }
}


    .rz-selectbar .rz-button.rz-state-disabled:not(.rz-state-active):hover, .rz-selectbar .rz-button.rz-state-disabled:not(.rz-state-active):focus {
        background: none;
    }

fieldset.rz-fieldset > legend.rz-fieldset-legend > i.rzi {
    position: relative;
    top: 5px;
    padding-right: 8px;
}

fieldset.rz-fieldset > legend.rz-fieldset-legend{
    margin-bottom: 5px;
}

fieldset.rz-fieldset {
    background-color: #f9f9f9;

    .rz-form-field-content {
        background-color: white;
    }
}
