/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6-nov-2016, 15:44:32
    Author     : Anne
*/


.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #d66000;
}


.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #001a73;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #d66000;
    color: #fff;
}

.inline-switch{
    display:inline;
}

.text-muted {
    margin-bottom: 0;
    margin-top: 10px;
    color:#ef6c00;
    
}