.ipWidget.ipWidget-Background {
    position: relative;
}
.ipWidget.ipWidget-Background .control {
    height: 50px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: content-box;
}
.ipWidget.ipWidget-Background .control .icon {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
.ipWidget.ipWidget-Background .control .desc {
    flex-basis: 100%;
    text-align: center;
}
.ipWidget.ipWidget-Background .expansion {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.ipWidget.ipWidget-Background .expansion[data-expand="0"] {
    left: -10000px;
    right: -10000px;
}
.ipWidget.ipWidget-Background .expansion.edit {
    top: 70px;
}
.ipWidget.ipWidget-Background .expansion.bg-color {
    background-image: none !important;
}
.ipWidget.ipWidget-Background .expansion.bg-image {
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ipWidget.ipWidget-Background .expansion.bg-pattern {
    background-color: transparent !important;
    background-size: auto;
    background-repeat: repeat;
}
#ipWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type {
    display: flex;
    flex-wrap: wrap;
}
#ipWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type label {
    width: 100%;
}
