/* BEWERBERMANAGER - BEWERBUNGSPORTAL Pflichtstyles */

/* Pflichtfelder check style START */
.bewerberanager_php_extension .error {
    background: #F5E0E0;
    color: #C66;
}

.bewerberanager_php_extension .error span {
    display: block;
    background-color: #C66;
    color: #FFF;
}
/* Pflichfelder check style END */

/* MAIN START*/
/* Tooltip Icons */
.bewerberanager_php_extension .bmdesc[data-hasqtip="true"] {
    background: url("https://bewerbung.offenbach.de/bmphppaket/graphics/info.gif") no-repeat 98% 2px;
}

/* Bewerber Button anzeigen */

.bwm_datenschutz_modal_dialog .a {
    display: block;
}

.bewerberanager_php_extension .new_item_entry li {
    list-style-type: none;
}

.bewerberanager_php_extension .new_item_entry fieldset {
    border:none;
}

/* TABSTRUKTUR */
#formtab {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 110%;
}

#formtab li {
    float: left;
    border-left: solid 1px #F3F3F3;
    margin: 0;
    text-align: left;
    list-style: none;
    background: #999;
}

#formtab li a {
    height: 30px;
    line-height: 30px;
    color: #FFF;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: auto;
    font-weight: 400;
    font-size: 100%;
}

#formtab li a.active,
#formtab li a.active:hover {
    height: 32px;
    line-height: 30px;
}

#formtab li a:hover {
    background: #666;
}

#stellenTable {
    margin-top: 20px;
    border-bottom: 1px solid #EFEFEF;
    width: 100%;
}

#stellenTable tr td {
    padding: 7px;
}

#stellenTable_paginate {
    margin: 10px 0 0;
}

#stellenTable_paginate a {
    background: #FFF;
    color: #666;
    padding: 5px 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #DDD;
}

#stellenTable_paginate a:hover,
#stellenTable_paginate a.paginate_active,
#stellenTable_paginate a.current {
    background: #999;
    color: #FFF;
    border: 1px solid #999;
}

.bewerberanager_php_extension .suboptions_multiple_div select option[disabled] {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bewerberanager_php_extension .new_item_upload.new_item_entry.opened input,
    .bewerberanager_php_extension .new_item_upload.new_item_entry.opened select {
        width: 50% !important;
    }
}
/* MAIN END */