/*-----------------------------------------------------------------------------------------------------------------------------
 * Anpassung Zebraform für alle
 *
 * Alle Button erhalten die Klasse .Zebra_Form .button
  * Alle Submit erhalten die Klasse .Zebra_Form .submit
*  css deshalb in basic
*
 *----------------------------------------------------------------------------------------------------------------------------- */
.Zebra_Form .buttonlist {
    display: inline-block !important;
    margin: 10px;
}

/* deaktiviert */
.Zebra_Form input.password.zebraform_disabled, .Zebra_Form input.text.zebraform_disabled, .Zebra_Form textarea.zebraform_disabled {
    background: lightgray !important;
    color: #FFF !important
}

/* keine Grafik */
.Zebra_Form input.password, .Zebra_Form input.text, .Zebra_Form textarea {
    background: #FFF !important;
}

/* only for IE 8 and below */
.Zebra_Form input.file {
    background: #FFF !important;
}

/*andere Farbe */
.Zebra_Form .highlight {
    background: #B5E16E
}

.Zebra_Form label.option.error {
    font-weight: bold;
    color: #C40000;
}

.Zebra_Form .clear {
    clear: both;
}

.Zebra_Form div.info {
    background: #F0F8FF url('zebra_form/ico-warning.png') no-repeat 8px 15px;
    position: relative;
    overflow: hidden;
    _background-image: url('zebra_form/ico-warning.gif')
}

.Zebra_Form div.info div.container {
    padding: 15px 65px 15px 35px;
    border: 2px solid #000;
    position: relative;
    overflow: hidden
}

.Zebra_Form div.info div.container span {
    color: #000;
    font-weight: bold;
    font-size: 90%;
    display: block
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.select2-container--default .select2-container--disabled .select2-selection__placeholder {
    color: #999 !important;
}

/*
.Zebra_Form div.info div.container div.close {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 50px;
    padding: 15px 0;
    _top: 2px;
    _right: 2px;
    _background: #444
}

.Zebra_Form div.info div.container div.close a {
    display: block;
    width: 16px;
    height: 16px;
    background: url('ico-close.png') no-repeat;
    text-indent: -9000px;
    margin-left: 17px;
    _background-image: url('ico-close.gif')
}
*/

/*  */
.data_changed {
    color: red;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0;
}

/* Falls Label Klasse disabled hat */
.Zebra_Form label.text_normal {
    color: #000 !important;
}

/* Rahmen um Messagebereich bei Kontaktformular fuer Studenten */
.Zebra_Form textarea {
    width: 100%;
}
