﻿@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;
	padding: 0;
}
.ag-mask-msg .x-mask-msg-text {
	padding-left: 200px;
	background-image: url(/img/logo.png);
	height: 55px;
}
.ag-mask-msg .x-mask-msg-text span {
	display: block;
	font-size: 18px;
}

.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: #FDF8B8; 
}
.row-grey .x-grid-cell{
	background-color: #e1e1e1; 
	font-weight: bold;
}
.row-blue .x-grid-cell{
	background-color: #B0DDF0; 
}
.row-purple .x-grid-cell{
	background-color: #E5CCFE; 
}
.row-bold .x-grid-cell{
	font-weight: bold; 
}
.btn-green {
	border: 1px solid #008709;
}
.btn-grey {
	border: 1px solid #808080;
}
.btn-red {
	border: 1px solid #F97577;
}
.btn-orange {
	border: 1px solid #FFAE00;
}
.btn-blue-light {
	border: 1px solid #9fbbe4;
}
.tdOrange div{
	background-color: #fad499;
}
.tdYellow div{
	background-color: #fff573;
}
.tdGreen div{
	background-color: #bfe3cd;
}
.tdRed div{
	background-color: #ffcccc;
}
.btn-confirm {
	background-color: #005400;
	background-image: none
}
.errorBorder {
	border: 1px solid #F97577;
}

.hinweis {
	background-color: #ffcccc; 
	text-align: center;
}

.checkboxmultiselect {
	border-bottom: 1px solid #C0C0C0;
	padding: 5px;
}

/*
.x-column-header-inner .x-column-header-text {
    white-space: normal;
}

.x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    top: 20%;
}
*/
.wrapGridCell .x-grid-cell-inner {
    white-space: normal
}
div[id^=messagebox].x-form-display-field{
	margin-top: -1px;
}
.filter-yellow  .x-form-text {
	background-color:#f5cc40;
	color: #000000;
}

.highlight {
  background-color: #f5cc40;
}

.agDisplayField {
	background-color: #e4eef8;
	margin: 0px 0px 5px 0px;
	
}
.agDisplayField td {
	padding:  3px 5px 5px 7px;
	font-weight: bold;
}
.agDisplayField div {
	font-weight: bold;
}
.labelpad {
	padding-bottom: 4px;
}

.agDisplayFieldRed {
	background-color: #FFD3D3;
	margin: 0px 0px 5px 0px;
	
}
.agDisplayFieldRed td {
	padding:  3px 5px 5px 7px;
	font-weight: bold;
}
.agDisplayFieldRed div {
	font-weight: bold;
}

.mandatoryRadio {
	background-color: red;
	color: white;
}
.mandatoryRadio td {
	padding: 0px 10px 0px 10px;
}

div[id^=messagebox].x-form-display-field{
	width: 103%;
}
.x-item-disabled{
	color : #808080;
}