﻿@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: 90px;
	background-image: url("/img/loading.gif");
	/*background-image: url("/img/loading.gif"), url("/img/masklogo.gif");*/
	height: 78px;
	background-position: -28px, left;
	background-size: 38%, auto;
	background-repeat:no-repeat;
}
.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: #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-orange {
	border: 1px solid #FFAE00;
}
.tdOrange div{
	background-color: #fad499;
}
.tdYellow div{
	background-color: #fff573;
}
.tdGreen div{
	background-color: #a2d9b7;
}
.tdRed div{
	background-color: #eb8f8f;
}
.tdGreenNarrow div{
	background-color: #a2d9b7;
	border-left: 1px solid white;
	padding: 5px 2px 4px 3px;
	font-size: 11px;
	color: green;
}
.tdRedNarrow div{
	background-color: #eb8f8f;
	border-left: 1px solid white;
	padding: 5px 2px 4px 3px;
	font-size: 11px;
	color: #A44141;
}
.tdGreenNarrowSameColor div{
	background-color: #a2d9b7;
	border-left: 1px solid white;
	padding: 5px 2px 4px 3px;
	font-size: 11px;
	color: #a2d9b7;
}
.tdRedNarrowSameColor div{
	background-color: #eb8f8f;
	border-left: 1px solid white;
	padding: 5px 2px 4px 3px;
	font-size: 11px;
	color: #eb8f8f;
}

.tdDunkelGrau div{
	background-color: #000000;
	padding: 5px 5px 5px 11px;
	color: white;
    height: 25px;
}
.tdGrau div{
	background-color: #454545;
	padding: 5px 5px 5px 11px;
	color: white;
    height: 25px;
}
.tdHellGrau div{
	background-color: #878787;
	padding: 5px 5px 5px 11px;
	color: white;
    height: 25px;
}
.tdSilver div{
	background-color: #EBEBEB;
}
.tdWhite div{
	background-color: #ffffff;
}
.tdGreenHigh div{
	background-color: #bfe3cd;
	height: 29px;
}

.tdRedHigh div{
	background-color: #ffcccc;
	height: 29px;
}
.btn-confirm {
	background-color: #005400;
	background-image: none
}
.errorBorder table input{
	background-color: red;
	color: white;
}
.errorBorder textarea{
	background-color: red;
	color: white;
}
.hinweis {
	background-color: #ffcccc; 
	text-align: center;
}

.bgOrange table input{
	background-color: darkorange;
	color: white;
}
.x-btn-default-small  {
	background-image: none !important;
}

.button-green.x-btn-default-small  {
	border: 1px solid #f5f5f5;
	background-color: #ebfaee;
}
.button-green.x-btn-default-small .x-btn-inner {
	color: green;
}

.button-green:hover  {
	cursor: default
}
.whiteBold {
	font-weight: bold;
	color: white;	
}
.button-biggreen.x-btn-default-small  {
	border: 1px solid #f5f5f5;
	background-color: #ebfaee;
}
.button-biggreen.x-btn-default-small .x-btn-inner {
	color: green;
}

.button-biggreen:hover  {
	border: 1px solid #f5f5f5;
	background-color: #C8EFD0;
	cursor: pointer
}
.button-orange.x-btn-default-small  {
	border: 1px solid #f5f5f5;
	background-color: darkorange;
}
.button-orange.x-btn-default-small .x-btn-inner {
	color: white;
}

.button-orange:hover  {
	cursor: pointer;
	background-color: #eb8202;
}


.button-red  {
	border: 1px solid #fc0303;
	background-color: #fc0303;
}
.button-red:hover   {
	border: 1px solid #de0000;
	background-color: #de0000;
}

.button-rednohover  {
	border: 1px solid #f5f5f5;
	background-color: #faebeb;
}

.button-rednohover.x-btn-default-small .x-btn-inner {
	color: red;
}

.button-rednohover:hover  {
	cursor: default
}

.button-grey  {
	border: 1px solid #cdcdcd;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f6f6f6),color-stop(50%,#f5f5f5),color-stop(51%,#e8e8e8),color-stop(100%,#f5f5f5)) !important;
}

.button-grey:hover   {
	border: 1px solid #cdcdcd;
	background-color: #e8e8e8;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e6e6e6),color-stop(50%,#e5e5e5),color-stop(51%,#d8d8d8),color-stop(100%,#e5e5e5)) !important;
}

.button-grey.btn-nospace span {
	padding-left: 7px
}

.button-grey.x-btn-default-small .x-btn-inner {
	color: #505050;
}
.button-grey.x-btn-default-medium .x-btn-inner {
	color: #505050;
	font-size: 12px;
}



.button-redAttachment  {
	border: 1px solid #cdcdcd;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fc0303),color-stop(50%,#fc0303),color-stop(51%,#fc0303),color-stop(100%,#fc0303)) !important;
}

.button-redAttachment.btn-nospace span {
	padding-left: 7px
}

.button-redAttachment.x-btn-default-small .x-btn-inner {
	color: #ffffff;
}
.button-redAttachment.x-btn-default-medium .x-btn-inner {
	color: #ffffff;
	font-size: 12px;
}

.button-redAttachment.x-btn-default-medium .x-btn-icon-el.ag-icon-file  {
	background-image: url('/img/icons/icon-file-24-white.png');
}

.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-file {
	background-image: url('/img/icons/icon-file-24.png');
}
.x-btn-default-medium .x-btn-icon-el.ag-icon-file {
	background-image: url('/img/icons/icon-file-24.png');
}
.x-btn-default-large .x-btn-icon-el.ag-icon-file {
	background-image: url('/img/icons/icon-file-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');
}

.x-btn-icon-el.ag-icon-email {
	background-image: url('/img/icons/icon-email-24.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');
}

.filter-yellow  .x-form-text {
	background-color:#f5cc40;
	color: #000000;
}
.ag-pointer {
	cursor: pointer;
}
.ag-pointer:hover {
	color: #00A026;
}
.txtcenter {
    text-align: center;
	padding-bottom: 3px;
}
.labeltop {
    padding-left: 2px;
	padding-bottom: 3px;
	padding:4px;
}
.labelred {
	background-color: darkorange;
	color: white;
	border-bottom: 5px solid white;
}
.x-boundlist-item {
	padding: 3px 5px;
	border-bottom: 1px solid #e6e6e6;	
}
.x-boundlist-item-background {
	background-color: #f6f6f6;	
}
.x-boundlist-item-background:hover {
	background-color: #e6e6e6;	
}
.x-field-default-stdFocus{
	border: 3px solid #3892d3 !important;
}
.stdFocus {
	border: 2px solid #3892d3 !important;
}

.freigabe-green table{
	border: 3px solid green;
}
.freigabe-orange table{
	border: 3px solid orange;
}
.freigabe-red table{
	border: 3px solid red;
}

.freigabe-green-textarea textarea{
	border: 3px solid green;
}
.freigabe-orange-textarea textarea{
	border: 3px solid orange;
}
.freigabe-red-textarea textarea{
	border: 3px solid red;
}
.x-btn-default-small .x-btn-split-right {
    background-image: url(/img/default-small-s-arrow_green.png) !important;
}

