.dialogCAPRequest {
}
.dialogCAPRequest .modal-content {
	width: 800px;
}

/* KILLE den oberen Border bei Standard tables */
.table td{
	border-top: none !important;
	padding: 4px !important;
}

/* Navigation Separators */
.nav .divider{
	height:5px;
	border-bottom:1px inset #313030;
}

/* Carousel */
.carousel_dark{
	color: #333333;
}

.carousel_orange{
	color: orange;
}

/*FORM TABLES */
.myFormTableMelden{
	background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}



.myFormTable{
	background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

/* PNL RIGHT LAYOUT TERMIN */
.pnlRightTermin1{
	float:left;
	min-width: 160px;
}
.pnlRightTermin2{
	float:right;
}
.pnlRightTerminCLEAR{
	clear:both;
}

/* Info Box Title */
.alert-info .myInfoTitle{
	font-weight:bold;
}




/*MODALER DIALOG ANSICHT TERMIN */

.dialogTerminAnsichtMelden {
	width: 950px;
}
.dialogTerminAnsichtMelden .modal-content {
	width: 950px;
}


.TableTerminAnsichtData{
	/*width: auto;*/
	border: none;
}

.TableTerminAnsichtData .WidgetTerminAnsicht .xspWidgetBody table td{
    border-top: none;
}

/* VIEWS */
/* Header */
.viewDefaultStyle .xspDataTable {
	border:						1px solid #9F9F9F;
}
.viewDefaultStyle .xspDataTable th{
	background-image: 			linear-gradient(to bottom, #fff 0px, #e8e8e8 100%);
    background-repeat: 			repeat-x;
	border:						1px solid #9F9F9F !important;
	/* height:						19px; */
}

/* Rows */
.viewDefaultStyle .odd {
	background-color:				#E6E6E6;
}
.viewDefaultStyle .even {
	background-color:				#FFF;
}
.viewDefaultStyle .odd:Hover, .viewDefaultStyle .even:Hover {
	background-color:				#B9CFEB;
}
