.notification-text {
	background-color: #EFE4B0;
	padding: 8px;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.headerLeft {
	background-image: url("../images/opa.png") !important;
	background-repeat:no-repeat;
	background-size: 328px 80px;
	margin-left: 5px;
	width: 328px;
    height: 80px;
}

.headerRight {
	float: right;
	position: absolute;
	background-image: url("../images/gc_logo.gif");
    background-repeat: no-repeat;
    background-size: 139px 50px;
	width: 139px;
    height: 50px;
    right: 10px;
    margin-top: 10px;
}

.quickSearchTrigger {
	height: 20px !important;
	background-image: url("../images/search-trigger.gif");
}

.excelExport {
	background-image: url("../images/excel_icon.gif");
}

.userPlansIcon {
    background-image: url("../images/1474376168_folder.png") !important;
}
.allPlansIcon {
    background-image: url("../images/allplans-small.png") !important;
}
.manageUsersIcon {
    background-image: url("../images/editUser.png") !important;
}
.newPlanIcon {
    background-image: url("../images/neue_planauskunft.png") !important;
}
.chartIcon {
    background-image: url("../images/chart-small.png") !important;
}
.mainMenuIcon {
    background-image: url("../images/home.png") !important;
}

.headerSearchIcon {
    background-image: url("../images/1474374245_crossroads.png") !important;
}

.headerChartIcon {
    background-image: url("../images/chart.png") !important;
}

.headerUserManagementIcon {
    background-image: url("../images/Benutzerverwaltung.png") !important;
}

.headerReasonIcon {
    background-image: url("../images/1474374136_compose.png") !important;
}

.headerSetAreaIcon {
    background-image: url("../images/1474374254_easel.png") !important;
}

.headerCheckIcon {
    background-image: url("../images/1474375884_clipboard.png") !important;
}

.headerMyPlansIcon {
    background-image: url("../images/1474376011_folder.png") !important;
}

.headerAllPlansIcon {
    background-image: url("../images/allplans.png") !important;
}

.headerFinishedIcon {
    background-image: url("../images/1474374215_check.png") !important;
}

.icon-adduser-small {
    background-image:url(../images/add_user_small.png)
}
.icon-company-small {
    background-image:url(../images/new_company.png)
}
.icon-refresh-small {
    background-image:url(../images/arrow_refresh_small.png)
}

.icon-download-small {
    background-image:url(../images/download_small.png)
}
.icon-report-small {
    background-image:url(../images/report.png)
}
.icon-redoplan-small {
    background-image:url(../images/folder-small.png)
}
.icon-action-deny {
    background-image:url(../images/pa-action-deny.png)
}
.icon-action-redo {
    background-image:url(../images/pa-action-redo.png)
}
.icon-action-accept {
    background-image:url(../images/pa-action-accept.png)
}

.icon-reset-mapview {
    background-image:url(../images/reset_mapview.png)
}
.icon-reset-trail {
    background-image:url(../images/delete_frames.png)
}
.icon-close-trail {
    background-image: url("../images/close_trail.png") !important;
}
.icon-define-print-area {
    background-image:url(../images/set_print_area.png)
}

.planInfoBox {
    border-style: solid;
    background-color: #EFE4B0;
    border-width: 1px;
    border-color: #FFC90E;
    display:block;
    padding: 2px 2px 2px 19px;
    background-image: url("../images/info.png") !important;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

/* Icons für Action-Columns (24x24) --> */
.icon-action-unlock-user {
    background-image:url(../images/lock_break.png)
}
.icon-action-activate-user {
    background-image:url(../images/activate-user.png);
    cursor: pointer;
}
/* <-- Icons für Action-Columns (24x24) */

.calendarDay {
    background-image: url("../images/calendar_day.png") !important;
}
.calendarWeek {
    background-image: url("../images/calendar_week.png") !important;
}
.calendarMonth {
    background-image: url("../images/calendar_month.png") !important;
}

.loginLogo {
    background-color: #ffffff;
    background-image: url("../images/1474375989_profle.png") !important;
    background-repeat: no-repeat;
}

.welcomePage {
    background-color: #ffffff;
    background-image: url("../images/opa-background-bottom.png") !important;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wizardBackground {
    background-image: url("../images/opa-background.png") !important;
    background-repeat:no-repeat;
    background-color: #fff;
}


.x-fieldset-header {
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma, arial, verdana, sans-serif;
    color: #000;
}

/* Grid ---> */
.x-grid-cell-inner {
    /*font-size: 14px;*/
    align: left;
    line-height: 25px !important;

}
.nolinebreak-grid .x-grid-cell-inner {
    /*font-size: 14px;*/
    align: left;
    /*line-height: 17px !important;*/
    white-space:pre-wrap !important;
    vertical-align: middle !important;
}
/* Action-Column-Icons */
.x-action-col-icon {
    height: 24px;
    width: 24px;
    margin-left: 8px;
    margin-top: 1px;
    margin-bottom: 0px;
}
/* <--- Grid */


/* Ladebalken in der Map --> */
.x-statusbar .x-status-custom {
    padding-left: 20px;
    width: 160px;
    background: transparent url(../images/loading-bar2.gif) no-repeat 4px 3px !important;
}

.x-statusbar .x-status-custom-inactive {
    width: 160px;
}
/* <-- Ladebalken in der Map */

div.olControlAttribution {
    background: #ffffff; !important;
    left: 2px;
    bottom: 2px;
    right: auto;
}

a.touLink {
    cursor: pointer;
    text-decoration: underline;
}

.x-combo-list-hint {
    padding: 2px;
    font-weight: bold;
}