#changeLegalText {
    padding-bottom: 20px !important;
    padding-left: 15px !important;
}

#configuration_form_submit_btn_2 {
    margin-bottom: 10px;
}

.delete-single-field {
    background: url('../img/remove.png') no-repeat scroll 0 0 transparent;
    background-size: 48px 48px;
    cursor: pointer;
}

#ajaxButtonAdd:hover, #ajaxButtonDeleteAll:hover, .delete-single-field:hover {
    background-color: #2eacce;
}

#ajaxButtonAdd:active, #ajaxButtonDeleteAll:active, .delete-single-field:active {
    border: none !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.module-form-footer {
    box-shadow: 0 0 10px #363a41;
    position: fixed;
    padding-top: 15px;
    padding-top: .9375rem;
    padding-bottom: 15px;
    padding-bottom: .9375rem;
    z-index: 10;
    background: #fff;
    bottom: 0;
    left: 210.08px;
    left: 13.13rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
