﻿/*  This file fixes a bug regarding bootstrap toggle and bootstrap 4
    See: https://github.com/minhur/bootstrap-toggle/issues/186
*/
.toggle > .toggle-group {
    background: white;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    color: #666;
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}
