.lg-modal__header {
}

.lg-modal__header p {
    margin-top: 0px;
    font-size: 0.8em;
}

.location-wsh-list {
    padding-top: 1em;
}

.location-wsh-list-item {
    margin-bottom: 1em;
    min-width: 40px;
}

.location-wsh-list-item-switch:focus {
    outline: none;
}

#location-settings-wsh-modal .lg-modal__actions {
    padding-top: 3em;
    padding-bottom: 2em;
}

#location-settings-wsh-modal .lg-modal__actions .lgfe-button {
    display: inline-block;
}

#location-settings-wsh-modal
    .switch
    input:disabled
    + .slider
    .slider-icons:after {
    content: "\f023";
}

#location-settings-wsh-modal
    .location-wsh-list-item
    .required.active
    .switch
    input:disabled
    + .slider {
    background-color: #2196f3 !important;
}

#location-settings-wsh-modal .lg-modal--large .lg-modal__sidebar {
    width: 15%;
}

#location-settings-wsh-modal .lg-modal--large .lg-modal__content {
    width: 85%;
    margin-left: 15%;
}

#location-settings-wsh-modal .lg-modal--large .lg-modal__panel {
    padding: 1.5em;
}

#location-settings-wsh-modal .loader-modal__panel {
    padding: 3em 1.5em !important;
}

.location-wsh-list-item-switch .switch {
    height: 13px;
    width: 40px;
}

.location-wsh-list-col-small {
    width: 80px;
}

.location-wsh-list-col-small
    .switch
    input:disabled
    + .slider
    .slider-icons:before,
.location-wsh-list-col-small .slider-icons:before {
    left: 3px;
}

#location-settings-wsh-modal
    .location-wsh-list-col-small
    .switch
    input:disabled
    + .slider {
    background-color: #bcbcbc !important;
}
