#formgenerator .form-control {
    font-size: 14px;
}

#formgenerator .panel-group {
    margin-bottom: 0px;
}

#formgenerator .panel-heading {
    padding: 4px 10px;
}

#formplace {
    padding: 9px 14px;
    margin-bottom: 30px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

#toolbox {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

.form-control {
    height: 38px;
}

.settings {
    margin-bottom: 5px;
    background-color: #cae1ff;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    padding: 5px;
}

.block {
    border: 1px solid #a0a0a0;
    background-color: #DEEBF7;
    min-height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}

.block-header {
    height: 31px;
    width: 100%;
    background-color: #5B9BD5;
}

.block-header .input-group-addon {
    width: 36px;
    height: 31px;
    float: right;
}

.block-label {
    padding-left: 10px;
    color: #f7f7f9;
    font-size: 14px;
    font-weight: bold;
    width: 85%;
    float: left;
    line-height: 31px;
    margin-bottom: 10px;
}

.form-element {
    padding-right: 0px;
    padding-left: 0px;
}

.form-settings {
    padding-bottom: 15px;
    border-bottom: 15px solid #C0C0C0;
}

.settings-body .form-control {
    background-color: #fff;
}

.row-height-1,
.row-height-1>div {
    /*height: 20px;*/
}

.row-height-2,
.row-height-2>div {
    height: 72px;
}

.row-height-3,
.row-height-3>div {
    height: 108px;
}

.row-height-4,
.row-height-4>div {
    height: 144px;
}

#toolbox .panel {
    margin-bottom: 3px;
}

.modal-dialog {
    width: 70%;
}

.modal-dialog .modal-body {
    padding-left: 20px;
}

.scroll-toolbox {
    z-index: 2;
    position: fixed !important;
    top: 175px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.input_border {
    border: 1px solid darkgray;
    background-color: white;
    height: 28px;
}

.underline {
    text-decoration: underline;
}

.dark_border {
    border-top: 2px solid black;
}

.sum-radio {
    margin: 0px !important;
}

.label-center {
    display: table !important;
}

.label-area {
    display: table-cell;
    vertical-align: middle;
}

.validation-red {
    background-color: #a94442;
    /*margin-bottom: 15px;*/
}

.has-error {
    border: 2px solid #a94442;
    margin-bottom: 15px;
}

.has-success {
    /*border: 2px solid #3c763d;*/
}

.input-toolbox {
    position: absolute;
    right: 15px;
    /*background-color: white;*/
    padding: 6px;
    margin-top: 1px;
    margin-left: 1px;
    z-index: 1;
}

.input-toolbox span,
.input-toolbox a {
    margin-left: 5px;
}

.errormsg {
    color: red;
}

.save-warning {
    float: right !important;
    /*font-size: 40px;*/
}

.save-warning a {
    color: red !important;
    cursor: pointer;
}

.alert-icon {
    font-size: 40px;
}

.alert-text {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
}

#previewform .form-control {
    background-color: white !important;
}

.logosbox {
    /*float: right;*/
    /*height: 50px;*/
    width: auto;
    margin: 15px;
}

.renderlogos {
    float: right;
    height: 50px;
    width: auto;
    margin: 15px;
}

.textboxdiv {
    min-height: 30px;
    border: 1px solid #cccccc;
}

.panel {
    min-height: 34px;
}

.text-right {
    text-align: right;
}

input.required:invalid,
textarea.required:invalid,
select.required:invalid {
    border: 2px solid #a94442;
}


/*.required {
  border: 1px solid red !important;
}*/

.sum-topline-2 {
    border-top: 2px solid black;
}

.sum-rightline-2 {
    border-right: 2px solid black;
}

.sum-rightline-1 {
    border-right: 1px solid black;
}

.sum-border {
    border: 1px solid black;
}

.modal-dialog {
    /* padding-top: 300px !important; */
    top: 50% !important;
}

.sum-button {
    border-radius: 5px;
    padding: 5px;
    width: 75px;
    text-align: center;
    border: 1px solid black;
    margin: 5px;
    cursor: pointer;
    background-color: white;
    color: #023590;
}

.sum-button a {
    color: #023590;
}

.sum-button:hover {
    background-color: #023590;
    color: white;
}

.sum-button:hover a {
    background-color: #023590;
    color: white;
}

.check-true,
.check-false,
.own-products {
    padding-left: 5px;
}

.captcha-wraper {
    padding-bottom: 10px;
}

.captcha-bild {
    padding: 10px 0px;
}

input:invalid {
    /* border: 1px solid red; */
}

.is-invalid {
    border: 2px solid #a94442 !important;
}