/* CSS Document */

html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
}

body
{
	margin: 0;
	padding: 20px;
	background-color: #ebe7ee;
}

h2{
	font-size: 22px;
	font-weight: normal;
	color: #5a1b73;
	padding: 0 0 20px;
	margin: 0;
}

p{
	margin: 8px 0;
}

a{
	color: #5a1b73;
}

a,input,textarea,select, td{
	font-weight: normal;
	font-size: 14px;
}

th{
	font-weight: bold;
	font-size: 14px;
	background-color: #E9E9E9;
}
th span{
	font-size: 13px;
}

th a{
	text-decoration: none;
}

input[type='submit'], input[type='number'], input[type='text'], input[type='password'], select, textarea{
	border: 1px solid #777;
	font-family: 'Lato', sans-serif;
}

input[type='checkbox']{
	margin: 0 4px 0 0;
}

input[type='text'], input[type='number'], input[type='password']{
	padding: 1px 0 1px 2px;
}

hr{
	border: 0;
	border-top: 1px dotted #888;
	height: 0px;
	margin: 20px 0;
}

form{
	padding: 0;
	margin: 0;
}

img{
	vertical-align: bottom;
}

img.hlpImg{
	vertical-align: text-top;
	cursor: help;
}


.unsichtbar{ display: none; }
.mandatory{ color: #FF0000; }
.readonly{
	background-color: #ececec;
	border: 1px solid #777;
}

/* Menu + Navi + Header ----------------------------------------------------- */
.menuLink,a.menuLink:link, a.menuLink:visited, a.menuLink:active{
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

a.menuLink:hover{
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

.menuLinkKlein,a.menuLinkKlein:link, a.menuLinkKlein:visited, a.menuLinkKlein:active{
	color: #5a1b73;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.menuLinkKlein:hover{
	text-decoration: underline;
}

.menuLinkKleinFett,a.menuLinkKleinFett:link, a.menuLinkKleinFett:visited, a.menuLinkKleinFett:active{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menuLinkKleinFett:hover{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.topMenu{
	border: 1px solid #8C8C8C;
	background-color: #5a1b73;
	border-radius: 10px 10px 0 0;
	float: left;

	padding: 9px 20px;
	margin-bottom: -1px;
	margin-left: 4px;

	position: relative;
	z-index: 100;
}

.menuActive{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.menuActive span{
	color: #5a1b73;
	font-weight: bold;
}

.first{ margin-left: 0px; }

.tabsDiv{
	clear:both;
	width: 580px;
}

.tabsDiv.addRahmen{
	border: 1px solid #8C8C8C;
	padding: 20px;
}

#naviTd
{
	background-image: url("../img/NVS-Logo_small.png");
	background-position: right 10px;
	background-repeat: no-repeat;
	height: 80px;
}


/* SCHRIFT ------------------------------------------------------------------ */
.schrift{
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

.schriftKlein{
	color: #000;
	font-weight: normal;
	font-size:10px;
}

.schriftMedium{
	color: #000;
	font-weight: normal;
	font-size: 13px;
}

a.schriftKlein{
	color: #000;
	font-weight: normal;
	font-size:10px;
	text-decoration: none;
}

.schriftFett, a.schriftFett{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.schriftFettMedium{
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.schriftFettXXL{
	color: #5a1b73;
	font-size: 22px;
	text-decoration: none;
}

.schriftFettXL, .schriftFettXL a{
	color: #5a1b73;
	font-size:18px;
	text-decoration: none;
}

.schriftFettXL a:hover{
	text-decoration: underline;
}

.schriftRot{
	color: #ce1c1c;
	font-weight: normal;
	font-size: 14px;
}

.schriftFettRot{
	color: #ce1c1c;
	font-weight: bold;
	font-size: 14px;
}

.schriftGrau{
	color: #999999;
	font-weight: normal;
	font-size: 14px;
}


/* Buttons ------------------------------------------------------------------ */
.sendButton{
	border: 1px solid #777;
	background-color: #ece9d8;
	color:#000;
	font-weight:normal;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	margin:0px;
	padding: 3px 4px 4px 4px;
	height: 24px;
}

a.sendButton{
	height: 16px;
	padding: 3px 10px;
	text-decoration: none;
}

.sendButtonRed{
	background-color: #F33B1D; /*#FF6666;*/
	border: 1px solid #777;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight:normal;
	height: 24px;
	margin:0px;
	padding: 3px 4px 4px 4px;
}

a.sendButtonRed{
	height: 16px;
	padding: 3px 10px;
	text-decoration: none;
}

.sendButtonLila{
	background-color: #5a1b73;
	border: 1px solid #777;
	color:#FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight:normal;
	height: 24px;
	margin:0px;
	padding: 3px 4px 4px 4px;
}

a.sendButtonLila{
	height: 16px;
	padding: 3px 10px;
	text-decoration: none;
}

.sendButtonYellow{
	background-color: #FFD947; /*#ffc900*/
	border: 1px solid #777;
	color:#000;
	cursor: pointer;
	font-size: 13px;
	font-weight:normal;
	height: 24px;
	margin:0px;
	padding: 3px 4px 4px 4px;
}

a.sendButtonYellow{
	height: 16px;
	padding: 3px 10px;
	text-decoration: none;
}

.sendButton.small, .sendButtonYellow.small, .sendButtonRed.small, .sendButtonLila.small{
	padding: 1px 4px;
	height: 20px;
	font-size: 12px;
}


/* Seiten-Anzeige ----------------------------------------------------------- */
.groupLinks{
	padding: 2px 4px;
}

a.groupLinks{
	border: 1px solid #000;
	background-color: #FFF;
	text-decoration: none;
}

a.groupLinks:hover, span.groupLinks{
	background-color: #5a1b73;
	border: 1px solid #5a1b73;
	color: #FFFFFF;
}

div#groupHitsDiv{
	margin-top: 4px;
	padding: 4px;
	background-color: #EFEFEF;
}

div#anzTrefferDiv{
	padding: 4px 0 8px 0;
	text-align: left;
	font-style: italic;
}

/* Übersichts-Tabellen ------------------------------------------------------ */
.tableGreyNoBorder{
	background-color: #CFCFCF;
	font-weight: bold;
}

.tableGreyBorder{
	background-color: #CFCFCF;
	border-left: 2px solid #FFF;
	font-weight: bold;
}

.selColStyle{
	background-color: #5a1b73;
	color: #FFF;
}


/* Kalender ----------------------------------------------------------------- */
.ui-datepicker-trigger{
	margin-left: 4px;
	cursor: pointer;
}

.datepicker{
	width: 80px !important;
}


/* Tooltip ------------------------------------------------------------------ */
.tooltip, .tooltipSW{
	cursor: help;
}

#powerTip ul{
	padding: 0;
	margin: 7px 14px;
}

#powerTip ul li{
	padding-bottom: 6px;
}


/* Informationen Div -------------------------------------------------------- */
.infoDiv{
	border: 1px solid #c0c0c0;
	background-color: #FFFEBD;
	padding: 8px;
	margin-bottom: 10px;
}

.infoDiv img {
	float: left;
	margin-right: 10px;
}



/* Bereiche Dateneingabe ---------------------------------------------------- */

.hover:hover{
	background-color: #5a1b73 !important;
}

.hover:hover td, .hover:hover td a, .hover:hover td span{
	color: #FFF;
}

.hover:hover td label{
	color: #FFF;
	width: 100%;
	display: inline-block;
}


#loginArea{
	border: 1px solid #888888;
	box-shadow: 5px 5px 5px #888888;
	background-color: #fff;
	padding: 20px 30px;
	width: 340px;
	margin: 0 auto;
}

#infoArea{
	padding: 2px 16px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;

	background-color: #E8EBEF;
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #E8EBEF 50%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #E8EBEF 50%, #FFFFFF 100%);
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #E8EBEF 50%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(0.5, #E8EBEF), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #E8EBEF 50%, #FFFFFF 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #E8EBEF 50%, #FFFFFF 100%);
}

#infoArea table table td{
	padding: 2px 0;
}

.resultTable td{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.absatz td{
	padding-top: 15px;
}

.absatz td td{
	padding-top: inherit;
}

.textInputRechts{
	text-align: right;
}

:checked + span {
	font-weight: bold;
}

.confirmDelete, .confirmDeleteRow, .confirmDeleteFoto, .rotateFoto, .confirmDeleteSkizze{
	float: right;
	margin-right: 4px;
	cursor: pointer;
}

.infoIcon, span.infoIcon, th span.infoIcon{
	cursor: help;
	font-size: 14px;
}


/* Placeholder
---------------------- */
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}


/* Farben und Kalender
---------------------- */
.color{
	width: 80px;
}

.previewColor{
	display: inline-block;
	padding: 4px 8px;
	font-size: 10px;
	margin-right: 20px;
}

.termin{
	padding: 4px 8px;
	margin: 1px;
	border: 1px solid #D8D8D8;
}

.weekend{
	background-color: #FAFAFA;
}

.kalenderTable{
	border-collapse: collapse;
	width: 100%;
}

.kalenderTable td{
	border: 1px solid #c0c0c0;
}

.kalenderTable td a{
	text-decoration: none;
}


/* Termin Eingabe
---------------------- */
.inputTable{
	border-collapse: collapse;
	margin-right: 50px;
}

.inputTable td{
	padding: 4px;
	vertical-align: top;
}

.inputTable tr:nth-child(odd){
	background-color: #F2EEF5;
}

.inputTable .time{
	width: 50px;
}

.inputTable label{
	margin-right: 50px;
}

.noResult{
	padding: 20px 4px;
	font-style: italic;
}

.komm-eingabe textarea{
	display: block;
	width: 450px;
	height: 100px;
	margin-bottom: 10px;
}

#kommentare{
	padding: 10px 4px 0 4px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 20px;
	margin-right: 50px;
}

#kommentare .komm-item{
	border-top: 1px solid #c0c0c0;
	padding: 15px 0;
}

#kommentare .komm-item span{
	color: #777;
	font-style: italic;
}

#kommentare .komm-item .komm-text{
	color: #5a1b73;
	margin-top: 10px;
	line-height: 1.3em;
}

#kommentare .del-komm-icon{
	margin-left: 30px;
}

/* Benötigt für Leseberechtigung -------------------------------------------- */
.disabledForms input[type='text'], .disabledForms textarea, .disabledForms select{
	background-color: transparent;
	border: 1px dashed #eee;
	color: #000;
}

.mt-1{
	margin-top: 4px;
}


.half{
	width: 50%;
	float: left;
}



.half:last-child:after{
	clear: both;
	display: table;
	content: " ";
}

@media (max-width: 991px) {
	.half{
		width: 100%;
		float: none;
	}

	.half .inputTable {
		margin-bottom: 30px;
	}
}

.termin.vergangen{
	opacity: 0.4;
	font-style: italic;
}

span.label{
	display: block;
	padding-bottom: 4px;
}