﻿@charset "utf-8";
/* CSS Document */

/* mask message */
.ag-mask-msg{
	padding: 10px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.7) 0 0 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
.ag-mask-msg .x-mask-msg-inner {
	font-size: 14px;
	border-width: 0;
	background: none;
	text-align: center;

}
.ag-mask-msg .x-mask-msg-text {
}
.ag-mask-msg .x-mask-msg-text span {
	display: block;
	font-size: 18px;
	padding-left: 0px;
}

.ag-txt-red,
.ag-txt-red .x-form-display-field {
	color: #903;
}
/* Login Screen */
.ag-login-screen{
/*
	background-image: url(/img/bg_body.jpg);
	background-position: center;
	background-repeat:no-repeat;
	*/
	background-color: #dfeaf2;
}
.row-green .x-grid-cell{
	background-color: #bfe3cd; 
}
.row-red .x-grid-cell{
	background-color: #ffcccc; 
}
.row-orange .x-grid-cell{
	background-color: #fad499; 
}
.row-yellow .x-grid-cell{
	background-color: #fff573; 
}
.row-grey .x-grid-cell{
	background-color: #e1e1e1; 
	font-weight: bold;
}
.row-blue .x-grid-cell{
	background-color: #c7dfe9; 
}
.row-bold .x-grid-cell{
	font-weight: bold; 
}
.btn-green {
	border: 1px solid #008709;
}
.btn-bluelight {
	border: 1px solid #add2ed;
}
.btn-grey {
	border: 1px solid #808080;
}
.btn-red {
	border: 1px solid #F97577;
}
.btn-gray {
	border: 1px solid #a1cceb;
}
.btn-orange {
	border: 1px solid #FFAE00;
}
.tdOrange{
	background-color: #fad499 !important;
	heigth: 100% !important;
}
.tdYellow{
	background-color: #fff573 !important;
	heigth: 100% !important;
}
.tdGreen{
	background-color: #bfe3cd !important;
	heigth: 100% !important;
}
.tdGreen1{
	background-color: #ebf1de !important;
	border-bottom: 1px solid #cccccc;
	heigth: 100% !important;
}
.tdGreen2{
	background-color: #c4d79b !important;
	border-bottom: 1px solid #aaaaaa;
	heigth: 100% !important;
}
.tdGreen1Border{
	background-color: #ebf1de !important;
	border-bottom: 1px solid #cccccc;
	heigth: 100% !important;
	border-left: 1px solid #c0c0c0;
}
.tdGreen2Border{
	background-color: #c4d79b !important;
	border-bottom: 1px solid #aaaaaa;
	heigth: 100% !important;
	border-left: 1px solid #c0c0c0;
}

.tdBlue1{
	background-color: #daeef3 !important;
	border-bottom: 1px solid #cccccc;
	heigth: 100% !important;
}
.tdBlue2{
	background-color: #acdae6 !important;
	border-bottom: 1px solid #aaaaaa;
	heigth: 100% !important;
}


.tdRed{
	background-color: #ffcccc !important;
	heigth: 100% !important;
}
.btn-confirm {
	background-color: #005400;
	background-image: none
}
.errorBorder {
	border: 1px solid #F97577;
}

.hinweis {
	background-color: #ffcccc; 
	text-align: center;
}

.x-column-header-inner .x-column-header-text {
    white-space: normal;
	hyphens: auto;
}

.wrapGridCell .x-grid-cell-inner {
    white-space: normal
}

.whiteBold {
	font-weight: bold;
	color: white;	
}
.x-btn-icon-el.ag-icon-email {
	background-image: url('/img/icons/icon-email-16.png');
}
.x-btn-default-medium .x-btn-icon-el.ag-icon-email {
	background-image: url('/img/icons/icon-email-24.png');
}
.x-btn-default-large .x-btn-icon-el.ag-icon-email {
	background-image: url('/img/icons/icon-email-32.png');
}

.x-btn-icon-el.ag-icon-trash {
	background-image: url('/img/icons/icon-trash-16.png');
}
.x-btn-default-medium .x-btn-icon-el.ag-icon-trash {
	background-image: url('/img/icons/icon-trash-24.png');
}
.x-btn-default-large .x-btn-icon-el.ag-icon-trash {
	background-image: url('/img/icons/icon-trash-32.png');
}

.x-btn-icon-el.ag-icon-archiv {
	background-image: url('/img/icons/icon-archiv-16.png');
}
.x-btn-default-medium .x-btn-icon-el.ag-icon-archiv {
	background-image: url('/img/icons/icon-archiv-24.png');
}
.x-btn-default-large .x-btn-icon-el.ag-icon-archiv {
	background-image: url('/img/icons/icon-archiv-32.png');
}
 .x-btn-icon-el.ag-icon-answer {
	background-image: url('/img/icons/icon-answer-16.png');
}
.x-btn-default-medium .x-btn-icon-el.ag-icon-answer {
	background-image: url('/img/icons/icon-answer-24.png');
}
.x-btn-default-large .x-btn-icon-el.ag-icon-answer {
	background-image: url('/img/icons/icon-answer-32.png');
}

.btnSettings {
	float: right; 
	margin-top: -5px; 
	padding: 3px 10px 3px 10px;
	margin-right: 7px;
}

.btnSettings:hover {
	cursor: pointer
}
.labelpad {
	padding-bottom: 3px;
}

div[id^=messagebox].x-form-display-field{
	margin-top: -2px;
}

.agDisplayField {
	background-color: #e6e6e6;
	margin: 0px 0px 5px 0px;
	
}
.agDisplayField td {
	padding:  3px 5px 5px 7px;
}
.agDisplayField div {
	font-weight: bold;
	line-height: 18px;
}
.tdBorderLeft{
	border-left: 1px solid black;
}
.app-Grid table tr.x-grid-row,
.app-Grid table tr td.x-grid-cell
 {
     border-color: #c0c0c0;
 }
.app-Grid table tr td.borderbold {
	border-left: 2px solid #c0c0c0;
	
}