/* ============================================
   HiSSS Einstellungen – CSS
   ============================================ */

/***************** sc-main ******************************/


/******************************************************/
/******************** INPUT FORM **********************/
/******************************************************/
.form-control {
    background-color: #fff;
    border: 0;
    border-bottom:  4px solid #1964a9;
    /*height: 32px;*/
}
select.form-control {
    padding: 2px 8px 0 8px !important;
}
/******************************************************/
/************* Bootstrap switch [ 1 , 2 ] *************/
/******************************************************/
.bootstrap-switch,
.bootstrap-switch span {
    border-radius: 0 !important;
}
.bootstrap-switch-danger {
    background: #cf0128 !important;
    color: #fff;
}
.bootstrap-switch-primary {
    background: #1964a9 !important;
    color: #fff;
}
.bootstrap-switch-success {
    background: #3e8023 !important;
    color: #fff;
}









.settingsSliderValue {
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
    top: -40px;
    width: 30px;
    z-index: 3;
}
.settingsSliderValueDisabled {
    background: #cbcbcb;
}
.settingsSliderValueEnabled {
    background: #0075ff;
}

.switchInner {
    height: 100%;
    pointer-events: none;
    position: relative;
    top: -32px;
    width: 143px;
    z-index: 1;
}
.switchInner span {
    float: left;
}
.switchInput {
    appearance: none;
    cursor: pointer;
    display: grid;
    height: 32px;
    margin: 0 !important;
    outline: none !important;
    width: 100%;
    z-index: 2;
}
.switchInput:checked + div {
    margin-left: 0;
    transition: margin-left .5s;
}
.switchInput:not(checked) + div {
    margin-left: -48px;
    transition: margin-left .5s;
}
.switchMiddle {
    background: #fff;
}
.switchMiddle,
.switchOff,
.switchOffDanger,
.switchOn,
.switchOnSuccess {
    display: inline-block;
    height: 100%;
    padding: 7px;
    line-height: 20px;
    pointer-events: none;
    text-align: center;
    user-select: none;
    width: 47px;
    z-index: 1;
}
.switchOff {
    background: #eee;
}
.switchOff,
.switchOffDanger,
.switchOn,
.switchOnSuccess {
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}
.switchOffDanger {
    background: #cf0128;
    color: #fff;
}
.switchOn {
    background: #1964a9;
    color: #fff;
}
.switchOnSuccess {
    background: #3e8023;
    color: #fff;
}
.switchOuter {
    border: #ccc 1px solid;
    height: 36px;
    overflow: hidden;
    width: 94px;
}
.underline {
    text-decoration: underline !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.wrong {
    color: #f00;
}
.btn-disabled {
    background: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
    cursor: not-allowed !important;
}




