.ipWidget.ipWidget-WidgetBackground {
    position: relative;
}
.ipWidget.ipWidget-WidgetBackground .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-WidgetBackground .control .icon {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
.ipWidget.ipWidget-WidgetBackground .control .desc {
    flex-basis: 100%;
    text-align: center;
}
.ipWidget.ipWidget-WidgetBackground .expansion {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.ipWidget.ipWidget-WidgetBackground .expansion[data-expand="0"] {
    left: -10000px;
    right: -10000px;
}
.ipWidget.ipWidget-WidgetBackground .expansion.edit {
    top: 70px;
}
.ipWidget.ipWidget-WidgetBackground .expansion.bg-color {
    background-image: none !important;
}
.ipWidget.ipWidget-WidgetBackground .expansion.bg-image {
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ipWidget.ipWidget-WidgetBackground .expansion.bg-pattern {
    background-color: transparent !important;
    background-size: auto;
    background-repeat: repeat;
}
#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type {
    display: flex;
    flex-wrap: wrap;
}
#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type label {
    width: 100%;
}

/*#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type .radio {*/
    /*margin: 0 20px 10px 0;*/
/*}*/
/*#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type .radio + .radio {*/
    /*margin: 0 20px 10px 0;*/
/*}*/
/*#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-background,*/
/*#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-color {*/
    /*display: none;*/
/*}*/
/*#ipWidgetWidgetBackgroundModal .ipsModuleFormAdmin .form-group.name-type input[name="type"] {*/

/*}*/