﻿

.dx-switch {
    width: 68px;
    height: 38px;
}

.dx-switch-container {
    height: inherit;
    border-radius: 4px;
    border-color: #c3c3c3;
}

.dx-switch-handle {
    height: 32px;
}

.dx-switch.dx-state-focused .dx-switch-container,
.dx-switch.dx-state-hover .dx-switch-container {
    border-color: #5FBB46 !important;
}

.dx-switch.dx-state-focused .dx-switch-handle:before {
    background-color: #5FBB46 !important;
}

.dx-switch-handle:before {
    background-color: #5FBB46 !important;
}

.dx-switch-on-value .dx-switch-handle:before {
    background-color: #5FBB46 !important;
}


.dx-switch-off, .dx-switch-on {
    font-size: 14px;
    padding-top: 7px;
    font-weight: 400;
}
