﻿/* 
 * https://github.com/minhur/bootstrap-toggle/issues/186
 * 
 * Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4
 * 
 *
 */
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

/*.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
    margin-top: -9px;
}*/
