/* 
    Created on : 10.03.2016, 11:56:37
    Author     : Maurice Karg <karg@helliwood.com>
*/

.btn-primary {
    background-color: #ba0098;
    border-color: #ba0098;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus, 
.btn-primary:active,
.btn-primary.active {
    background-color: #ba0098 !important;
    border-color: #ba0098 !important;
    opacity: 0.9;
    border-color: #ba0098 !important;
}

.form-control:focus {
  border-color: #ba0098;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 0, 152, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 0, 152, .6);
}

.bootstrap-switch {
    border: 2px solid #e2e2e2;
    box-sizing: border-box;
}

.bootstrap-switch.bootstrap-switch-mini {
    height: 32px;
    border-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #e2e2e2;
    -webkit-box-shadow: none; /* inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 99, 121, 0.8);*/
    box-shadow: none; /*inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118, 99, 121, 0.8);*/
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    position: relative;
    background-color: #e2e2e2;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label::before {
    content: " ";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background-color: #ba0098;
    border-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 18px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #e2e2e2;
    background: #4D464E;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #e2e2e2;
    background: #4D464E;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-radius: 0px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-radius: 0px;
}