@import url('font-awesome/resources/font-awesome-all.css');
@import url('font-awesome/resources/font-awesome-all-debug.css');
@import url('font-awesome/resources/font-awesome-all-rtl.css');
@import url('font-awesome/resources/font-awesome-all-rtl-debug.css');

/*.x-item-disabled .x-form-item-label-top,*/
/*.x-item-disabled .x-form-item-label,*/
/*.x-item-disabled .x-form-display-field,*/
/*.x-item-disabled .x-form-field,*/
/*.x-item-disabled .x-form-cb-label,*/
/*.x-form-readonly .x-form-item-label-top,*/
/*.x-form-readonly .x-form-item-label,*/
/*.x-form-readonly .x-form-field,*/
/*.x-form-readonly .x-form-cb-label {*/
/*    color: rgba(0, 0, 0, 1) !important;*/
/*}*/

.x-form-item-default.x-item-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
}

/*.x-item-disabled .x-form-trigger {*/
/*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);*/
/*    opacity: 0.55;*/
/*}*/

/*.x-item-disabled,*/
/*.x-form-readonly {*/
/*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;*/
/*    opacity: 1 !important;*/
/*    color: black !important;*/
/*    cursor: not-allowed !important;*/
/*}*/

/*.x-ie6 .x-item-disabled {*/
/*    filter: none; }*/

/*.x-item-disabled {*/
/*    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;*/
/*    opacity: 0.7 !important;*/
/*}*/

a:-webkit-any-link {
    color: #005DA8;
    text-decoration: none;
}

.head_2 {
    margin: auto;
    position: relative;
    padding: 15px 20px 10px 6px;
    background-color: white;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px; /* Positionierung des Schattens unter der Linie */
    height: 7px; /* Höhe des Schattens */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.content_back {
    margin: 0;
    background-color: #f3f7fa;
    padding-top: 20px;
}

.content_middle {
    padding-left: 20px;
    padding-right: 25px;
}

.content_middle .content_title {
    /*float: left;*/
    word-break: break-all;
    color: var(--color-primary-blue);
    padding-bottom: 4px;
    padding-right: 10px;
}

#content_center {
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 20px 10px 10px 10px;
    background-color: #FFFFFF;
}
#content_center > * > .x-fieldset-with-title {
    border: none;
}

hr.header_trenner {
    border: 0;
    border-top: solid 2px var(--color-primary-blue);
    border-bottom: transparent;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
}

.logo_right {
    float: right;
    margin-right: 15px;
    vertical-align: bottom;
}

.x-form-item-label {
    display: table-cell;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    cursor: default;
}

.x-html-editor-wrap {
    display: table-caption !important;
    border: none !important;
}

.x-html-editor-wrap .x-toolbar {
    border-top: 1px solid #b5b8c8 !important;
    border-left: 1px solid #b5b8c8 !important;
    border-right: 1px solid #b5b8c8 !important;
}

.content_footer_logos {
    width: 450px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.content_footer_text2 {
    float: right;
    text-align: right;
    font-size: 0.7em;
    margin: 0px 20px 0px 0px;
}

.navi1_link {
    display: inline-flex;
}

.navi1_link a {
    color: #000000;
}

.navi1_link a:hover, a:focus  {
    color: #005DA8 !important;
    text-decoration: underline;
}

.navi1_link a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

.navi1_link li {
    margin-right: 30px;
}

/* 400% Zoom Anpassungen */
@media screen and (max-width: 700px) {
    .content_footer_text2 {
        font-size: 8px;
    }

    .content_footer_text1 {
        display: none;
    }

    .content_middle {
        margin-top: 10%;
    }

    .header_top_title {
        padding-top: 10%;
    }

    .breadcrumb-combo {
        width: 100% !important;
    }

    .benutzernavigation {
        float: unset !important;
    }

    .navi1_link {
        display: block;
    }

    .navi1_link li {
        margin-bottom: 5px;
    }
}

/* 200% +- Zoom Anpassungen */
@media screen and (min-width: 700px) and (max-width: 1200px) {
    .content_footer_text2 {
        text-align: right;
        font-size: 11px;
        margin: -20px 20px 0px 0px;
    }

    .breadcrumb-combo {
        width: 60% !important;
    }
}

@media only screen and (min-height: 150px) and (max-height: 500px) and (min-width: 200px) {
    .hauptnavigation {
        display: inline-flex !important;
    }
}

.form_buttons {
    width: 100%;
    float: left;
    display: inline-flex;
}


.form_buttons .x-toolbar {
    width: 100%;
    float: left;
    display: inline-flex;
}

.form_buttons .x-toolbar .x-toolbar-item {
    float: left;
    display: inline-flex;
}

.massnahme_tab1 {
    /*float: left;*/
    width: 100%;
}

.details {
    /*float: left;*/
    width: 100%;
}

.form-ct {
    /*float: left;*/
    width: 100%;
}

#breadcrumb {
    width: 100%;
    height: 45px;
}

.breadcrumb-combo {
    width: 730px;
}

.year_navigation .x-panel-body-default {
    width: auto !important;
}

.year_navigation .x-autocontainer-outerCt {
    width: auto !important;
}

.auswahl_foerderjahr {
    float: right;
}

.header_top_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end; /* sorgt dafür, dass alle Elemente auf gleicher Höhe sind */
}

.content_footer_text1 {
    float: left;
    margin: 10px 0px 0px 20px;
    font-size: 0.9em;
}

.x-tbar-page-number {
    margin: 0px;
    width: 60px;
    left: 0px;
    table-layout: fixed;
    top: 1px;
}

#footer {
    color: #898989;
    background-color: #f3f7fa;
    height: 30px;
    bottom: 0px;
    width: 100%;
    z-index: 23
}

.x-form-text, textarea.x-form-field {
    min-width: 25px;
}

.x-toolbar-item .x-form-item-label {
    margin-top: 10px;
}

html, body {
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f3f7fa;
}

/* Navigation Start */
#nav {
    /*        background: #E5E5E5;
            background: url('images/bg_header_grau.gif') repeat-x scroll 0 center #6D6D6D;*/
    width: 100%;
    margin-right: 95px;
    margin-top: 18px;
}

#nav {
    height: 49px;
}

#nav ul {
    margin: 0px 75px 0px 0px;
    padding: 0px;

}

#nav li {
    display: block;
    padding-top: 7px;
    float: left;
    list-style: none;
    margin-left: 12px;
    margin-right: 13px;
    position: relative;
}

/*#nav li li {
    padding-bottom: 5px;
}*/

#nav li:hover, #nav li:focus {
    margin: 0px;
}


#nav_sub li:hover, #nav_sub li:focus {
    margin-left: 12px;
}

.navi_small {
    padding-top: 7px;
    font-size: 13px;
    height: 24px;
    /*border-bottom: 1px solid #E2E2E2;*/
    line-height: 20px;
    min-width: 150px;
}

.navi_small_last {
    padding-top: 7px;
    font-size: 13px;
    height: 31px;
    line-height: 20px;
    min-width: 150px;
    /*background-color: #003300;*/
}

.nav_footer {
    background-color: #ECEBEB;
    height: 10px;
}

#nav a {
    color: #373737;
    border: none;
    text-decoration: none;
    /*padding-bottom: 7px;*/
}

#nav a:hover, #nav a:focus {
    text-decoration: none;
}

#nav li ul {
    display: none;
}

.navi_big:hover .nav_startseite, .navi_big:focus .nav_startseite {
    background: url("images/bg_nav-startseite.svg") repeat-x scroll left bottom #FFFFFF;
    padding-bottom: 4px;
}

.startseite:hover, .startseite:focus {
    border-bottom: 1px solid #A8A8A8;
}

.navi_big:hover .nav_planung,
.navi_big:focus .nav_planung,
.navi_big:focus-within .nav_planung {
    background: url("images/bg_nav-planung.svg") repeat-x scroll left bottom #FFFFFF;
    padding-bottom: 4px;
}

.navi_big:hover .nav_bewirtschaftung,
.navi_big:focus .nav_bewirtschaftung,
.navi_big:focus-within .nav_bewirtschaftung {
    background: url("images/bg_nav-bewirtschaftung.svg") repeat-x scroll left bottom #FFFFFF;
    padding-bottom: 4px;
}

.navi_big:hover .nav_verwaltung,
.navi_big:focus .nav_verwaltung,
.navi_big:focus-within .nav_verwaltung {
    background: url("images/bg_nav-verwaltungsfunktionen.svg") repeat-x scroll left bottom #FFFFFF;
    padding-bottom: 4px;
}

#nav li:hover .nav_sub,
#nav li:focus .nav_sub,
#nav li:focus-within .nav_sub {
    border-right: 1px solid #758ba2;
    margin-right: 0;
    z-index: 20;
    background-color: #FFFFFF;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    display: block;
    left: 0;
    position: absolute;
    top: 48px;
    padding-bottom: 5px;
}

#nav li:hover .nav_sub li:hover,
#nav li:focus .nav_sub li:focus,
#nav li:focus-within .nav_sub li:focus-within {
    margin-left: 12px;
}

#nav li:hover .nav_sub.planung,
#nav li:focus .nav_sub.planung,
#nav li:focus-within .nav_sub.planung {
    width: 170px;
}

#nav li:hover .nav_sub.bewirtschaftung,
#nav li:focus .nav_sub.bewirtschaftung,
#nav li:focus-within .nav_sub.bewirtschaftung {
    width: 320px;
}

#nav li:hover .nav_sub.verwaltung,
#nav li:focus .nav_sub.verwaltung,
#nav li:focus-within .nav_sub.verwaltung {
    width: 260px;
}

#nav li:hover .nav_sub.weiterverteiler,
#nav li:focus .nav_sub.weiterverteiler,
#nav li:focus-within .nav_sub.weiterverteiler {
    display: none;
}
#nav li li:hover:hover .nav_sub.weiterverteiler,
#nav li:focus .nav_sub.weiterverteiler,
#nav li:focus-within .nav_sub.weiterverteiler {
    width: 250px;
    display: block;
    margin: 0px 0px 0px 238px;
}

/* Navigation Ende */

.menu_tab_block ul {
    text-align: center;
}

.menu_tab_block li {
    float: left;
    color: #767676;
}

.menu_tab_block li a {
    color: #1B355E;
    float: left;
    padding: 8px;
    padding-top: 10px;
    text-decoration: none;

    background: none !important;
    background-color: white !important;
    border-bottom: 2px solid #1B355E !important;
}

.menu_tab_block li a:hover, .menu_tab_block li a:focus {
    color: #195DA3;
    padding: 8px;
    padding-top: 10px;
    text-decoration: none !important;

    background: none !important;
    background-color: white !important;
    border-bottom: 2px solid #195DA3 !important;
}

.clearer {
    clear: both;
    font-size: 0;
}

.menu_tab_block_active {
    color: #ffffff;
    padding: 8px;

    background: none !important;
    background-color: #1B355E !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #1B355E !important;
}

.menu_tab_block_active li a:hover, .menu_tab_block_active li a:focus {
    color: #195DA3;
    padding: 8px;

    background: none !important;
    background-color: white !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #195DA3 !important;
}

.menu_tab_block_deactive {
    color: #767676;
    padding: 10px 9px 5px 9px;
    background: transparent url(../images/blockdefault.gif) center repeat-x;
}

/*  Implementiert, da der Border der Textbox ansonsten die "richtige" Größe anzeigt, das Inputfeld lediglich
    die Größe von einem normalen Inputfeld hat. Damit das Inputfeld, die Größe der kompletten Textbox einnimmt
    (bis zum Border) wird die Größe hier auf 100% !important gesetzt.
 */
.x-border-box textarea.x-form-field {
    height: 100% !important;
}

/** Default classic theme hat border-radius: 4px */
.x-fieldset-default {
    border-radius: 0;
}

/*  Einstellung für u.a. Radio-Buttons, die müssen nicht mehr
    fixed sein, sondern auto reicht vollkommen */
.x-fieldset .x-form-item,
.x-window .x-form-item {
    table-layout: auto !important;
}

.x-toolbar .x-form-item {
    table-layout: fixed !important;
}

/*  Einstellung für das Page Seiten Inputfield (Grid), welches die aktuelle Seite anzeigt, muss
    überschrieben werden, da default zu groß über min-width */
.x-tbar-page-number .x-form-text-field-body-default {
    min-width: 150px;
    max-width: 150px;
}

.year_navigation .x-form-text-field-body-default {
    min-width: 20px;
    max-width: 150px;
}

/* striperows = true, dann entsprechend für das Grid die Background-Color der zweiten Spalte anpassen */
.x-grid-item-alt .x-grid-cell {
    background: #EFEFEF !important;
}

.x-form-item.x-form-item-no-label > .x-form-item-label {
    display: none;
}

.required .x-form-item-label:after, .required .x-form-cb-label:after {
    content: "*";
    margin-left: 5px;
    color: #c61c0f;
    font-weight: bold;
}

/** Default classic theme hat display: inline-block */
.x-form-item-label-inner.x-form-item-label-inner-default {
    display: inline;
}

/*
Fokus Anfang
 */
.navi_small:focus,
.navi_small:focus-within,
.navi_small_last:focus,
.navi_small_last:focus-within,
.x-btn:focus,
.x-keyboard-mode .x-grid-cell-inner-action-col :focus,
.info-button:focus,
.x-grid-with-row-lines .x-grid-item.x-grid-item-selected,
.x-form-field.x-form-cb.x-form-checkbox-focus+label,
.x-keyboard-mode .x-fieldset-header:focus,
/*.x-keyboard-mode .x-fieldset-header:focus-within.x-form-field.x-form-cb.x-form-checkbox-focus+label,*/
.x-form-cb-wrap:focus,
.x-column-header:focus,
.x-form-field:focus {
    border: 2px solid #005CA8 !important;
    border-radius: 3px;
}

a:not(.x-menu-item-link):focus {
    border: 2px solid #005CA8 !important;
    border-radius: 3px;
}

.x-btn-arrow-el:focus {
    background-color: #195DA3 !important;
    border: 1px solid #195DA3 !important;
}

.x-column-header:focus,
.x-form-field:focus {
    border-radius: inherit;
}

.x-fieldset-header {
    color: transparent !important;
}

.x-fieldset-header .x-fieldset-header-text {
    padding: 7px 0 0 0 !important;
}

.x-fieldset-body .x-item-disabled .x-masked .x-mask,
.x-fieldset-header .x-mask {
    background: transparent !important;
    opacity: 0 !important;
}

.x-mask {
    opacity: 1 !important;
    background-image: none !important;
    background-color: rgba(204, 204, 204, 0.5) !important;
}

/*
Fokus Ende
 */
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.x-boundlist-item-over {
    border: 2px solid #D1C2B2 !important;
}

.inactive_nachricht_row .x-grid-cell {
    color: #767676;
}

.x-grid-cell .nachricht_datum_red_ext {
    color: #c61c0f;
}

/** Baumansicht Ebenen */
.tree_level_ebene0 {
    background-image: url("/images/ebene_bund_karte.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene1 {
    background-image: url("/images/nrw.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene2 {
    background-image: url("/images/landschaftsverband.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene3 {
    background-image: url("/images/bezirksregierung.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene4 {
    background-image: url("/images/kreis.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene5 {
    background-image: url("/images/jugendamt.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene6 {
    background-image: url("/images/gemeinde.png") !important;
    background-repeat: no-repeat;
}

#breadcrumb a {
    color: #005DA8;
}

#breadcrumb a:hover,
#breadcrumb a:focus  {
    color: #005DA8;
    text-decoration: underline !important;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active  {
    color: #002B66;
    text-decoration: none;
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hide {
    display: none;
}

.x-grid-hide-btn {
    display: contents !important;
}

.x-form-text, textarea.x-form-field {
    border-color: black !important;
}

.x-html-editor-wrap {
    border-color: black !important;
}

.disabled-row .x-grid-cell {
    color: #838B8B !important;
}

textarea[readonly] {
    border: 0px !important;
    cursor: default !important;
}

textarea[readonly],
.x-form-readonly .x-field-label-cell,
input[readonly="readonly"],
.x-field.x-form-item input[readonly],
.x-field.x-form-item .x-form-readonly,
.x-form-field.x-form-checkbox[disabled]
{
    color: black;
    cursor: not-allowed;
}

/*.x-form-readonly .x-field-label-cell,*/
.x-form-readonly input,
.x-form-readonly .x-form-text-wrap-default
/*.x-field.x-form-item .x-form-readonly*/
{
    border: 0px;
    background: transparent !important;
}

/* Labels von Radiogroup Buttons */
.x-field.x-form-item.x-checkboxgroup-form-item.x-form-readonly .x-form-cb-label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    color: rgba(0, 0, 0, 0.70);
    cursor: not-allowed;
}

/* Comboboxen und ähnliche Selectfelder sind immer readonly bei editable: false, daher Ausnahme für nicht disablete: */
.x-field.x-form-item .x-form-trigger-input-cell > input[readonly="readonly"] {
    filter: none;
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    cursor: auto;
}

/* Combo selbst ist disabled: */
.x-item-disabled.x-field.x-form-item .x-form-trigger-input-cell > input[readonly="readonly"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    color: rgba(0, 0, 0, 0.70);
    cursor: not-allowed;
}

/* parentElement der Combo ist disabled */
.x-item-disabled .x-field.x-form-item .x-form-trigger-input-cell > input[readonly="readonly"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    color: rgba(0, 0, 0, 0.70);
    cursor: not-allowed;
}

/** Baumansicht Ebenen */
.tree_level_ebene0 {
    background-image: url("/images/ebene_bund_karte.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene1 {
    background-image: url("/images/nrw.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene2 {
    background-image: url("/images/landschaftsverband.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene3 {
    background-image: url("/images/bezirksregierung.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene4 {
    background-image: url("/images/kreis.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene5 {
    background-image: url("/images/jugendamt.png") !important;
    background-repeat: no-repeat;
}
.tree_level_ebene6 {
    background-image: url("/images/gemeinde.png") !important;
    background-repeat: no-repeat;
}

/** Checkboxmodel 2 Checkboxen */
.x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
    display: none !important;
}

.textarea-count {
    color: #007500 !important;
}

.colorGreen {
    color: green !important
}

.colorRed {
    color: red !important
}

/*!* Einbindung Font Awesome Anfang *!*/

.fa,
.fas {
    color: black !important
}

.x-fa:before,
.x-fas:before {
    color: black !important
}

.x-far:before {
    color: black !important
}

.x-fab:before {
    color: black !important
}

/* Einbindung Font Awesome Ende */

.x-grid-widgetcolumn-cell-inner {
    padding-top: 1px !important;
}

.button_edit {
    border-color: #005CA8 !important;
}

.info-button {
    background-color: transparent;
    border: none;
    width: 18px;
    padding: 0;
    /*cursor: hand;*/
    /*margin-top: 5px;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*border: 2px solid transparent !important;*/
    /*border-radius: 3px;*/
}

.info-icon {
    background-color: transparent;
    border: none;
    width: 18px;
    /*cursor: hand;*/
    margin-top: -4px;
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid transparent !important;
    border-radius: 3px;
}

.x-grid-cell .info-button {
    background-color: transparent;
    border: none;
    width: 18px;
    pointer-events: auto;
    margin: 0;
    padding: 0;
}

.info-button:focus {
    /*border: 1px dotted black;*/
    border: 2px solid #005CA8;
}

.info-button-warn {
    background-image: url("/images/warnhinweis_img.png") !important;
    background-size: 14px 14px;
    height: 14px;
    width: 14px !important;
    padding-top: 0px;
}

.info-button-benutzer {
    background-image: url("/images/benutzerverwaltung.png") !important;
    background-size: 16px 16px;
    height: 16px;
    width: 16px !important;
    padding-top: 0px;
}

.info-button-servicekonto {
    background-image: url("/images/benutzerverwaltung_servicekonto.png") !important;
    background-size: 16px 16px;
    height: 16px;
    width: 16px !important;
    padding-top: 0px;
}

.info-button-archiv {
    background-image: url("/images/antrag_archiv.png") !important;
    background-size: 16px 16px;
    height: 16px;
    width: 16px !important;
    padding-top: 0px;
}

.info-button-shield-lock {
    background-image: url("/images/shield-lock.svg") !important;
    background-size: 16px 16px;
    height: 16px;
    width: 16px !important;
    padding-top: 0px;
}

.x-grid-cell-editor .x-field .x-form-text-field-body-default,
.x-grid-row-editor .x-field .x-form-text-field-body-default {
    min-width: 30px !important;
    max-width: none !important;
}

.x-grid-row .edit-column-red {
    background-color: white !important;
    border-color: #E2E3E4 !important;
    border-width: 1px !important;
    color: red !important;
}

.x-grid-cell-inner {
    cursor: default;
}

/*NRWFP-9173 #5 */
.x-grid-scrollbar-clipper > .x-grid-view, .x-grid-scrollbar-clipper > .x-tree-view {
     background-color: transparent;
}
/*NRWFP-9173 #5 */
.x-grid-scroll-container {
     background-color: transparent;
}

.save_icon {
    background-image: url("/images/speichern.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.pdf_icon {
    background-image: url("/images/pdf.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.anhang_icon {
    background-image: url("/images/anhang.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.nachricht_icon {
    background-image: url("/images/nachricht.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.no_nachricht_icon {
    background-image: url("/images/ohne_nachricht.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.kommentar_icon {
    background-image: url("/images/kommentar.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.no_kommentar_icon {
    background-image: url("/images/ohne_kommentar.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.no_dokument_icon {
    background-image: url("/images/ohne_dokument.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.dokument_icon {
    background-image: url("/images/dokument.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.no_message_icon {
    background-image: url("/images/ohne_nachrichten.png") !important;
    background-repeat: no-repeat;
}

.message_icon {
    background-image: url("/images/mit_nachrichten.png") !important;
    background-repeat: no-repeat;
}

.duplicate_hash {
    background-image: url("/images/duplicate_hash.svg") !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.no_duplicate_hash {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.x-action-col-icon {
    margin: 8px;
}

div.MsgBox {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
    border: 1px solid #19a319;
    padding: 5px 10px;
    background-color: #edfded;
}

div.MsgBoxBewertung {
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid #e75012;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FBDCCE;
}

div.MsgBoxNewFoerdernehmer {
    margin-left: 0px;
    border: 1px solid #7699d3;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #B4C7E7;
}

div.MsgBoxError {
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid #E5322D;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3a19e;
}

div.MsgBox h3.MsgBoxHead {
    font-size: 16px;
    margin-bottom: 5px;
}

div.MsgBox p.MsgBoxBody {
    font-size: 13px;
}

.x-message-box .x-window-body {
    background-color: white !important;
}

.x-window-bodyWrap .x-toolbar-footer {
    background: white !important;
    margin-top: 0 !important;
}

.x-window-bodyWrap .x-toolbar-footer .x-box-inner {
    min-height: 28px;
}

/*bitte hier keine weiteren ergaenzungen*/
/*alles weitere in main.css hinzufuegen und vorher auf bereits existierende definitionen pruefen! */
