/* CSS für CAPI IV-Zuteilung
----------------------------------*/

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}


/* Layout */

#center-wrapper {
	margin: 0 auto;
	width: 920px;
}


/* Columns */

.column {
	margin-left: 2%;
	width: 32%;
}
.column.first {margin-left: 0;}


/* Sortable items */

.sortable-list {
	background-color: #F93;
	list-style: none;
	margin: 0;
	min-height: 60px;
	padding: 10px;
}

.sortable-list-draganddrop {
	background-color: #F93;
	list-style: none;
	margin: 0;
	min-height: 60px;
	padding: 10px;
}

.sortable-item {
	background-color: #FFF;
	border: 1px solid #000;
	cursor: move;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 0;
	text-align: center;
	
}





.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}



  #liste_rekrutierungen .handle { background: #f8f8f8; position: auto; left: 0; top: 0; bottom: 0; padding:10px; }
  #liste_rekrutierungen .ui-selecting { background: #FECA40; }
  #liste_rekrutierungen .ui-selected { background: #F39814; color: white; }
  #liste_rekrutierungen .ui-selecting .handle { background: #ddd; }
  #liste_rekrutierungen .ui-selected .handle { background: #cde; }

  #liste_interviewer .ui-selecting { background: #FECA40; }
  #liste_interviewer .ui-selected { background: #F39814; color: white; }
  #liste_interviewer .ui-selecting .handle { background: #ddd; }
  #liste_interviewer .ui-selected .handle { background: #cde; }





			.toggle-vis {
			
				cursor: pointer;
				color: #3174c7;
				text-decoration: none;
			}
			
			.toggle-vis:hover {
				text-decoration: underline;
			}

			table, tr, td, th {margin:0;border:0;padding:0;border-collapse:collapse;}
			.rowhighlight {background-color:#E2F1FF;margin:0;border:0;padding:0;}
			
			.datetext {
				display: inline-block;
			  	width: 60px;
			}


			.even {
				background-color: #aaaaaa;
			}
			label {
				font-size: 18px;
				color: #4c4c4c;
				font-weight: bold;
			}

			.main {background-color: #FAFAFA;}

			/*----- Tabs -----*/
			.tabs {
				width:99%;
				display:inline-block;

			}

			/*----- Tab Links -----*/
			/* Clearfix */
			.tab-links:after {
				display:block;
				clear:both;
				content:'';
			}

			.tab-links li {
				margin:0px 5px;
				float:left;
				list-style:none;
				margin-bottom:-15px;
			}

				.tab-links a {
					padding:9px 15px;
					display:inline-block;
					border-radius:3px 3px 0px 0px;
					background:#7FB5DA;
					font-size:16px;
					font-weight:600;
					color:#4c4c4c;
					transition:all linear 0.15s;
				}

				.tab-links a:hover {
					background:#a7cce5;
					text-decoration:none;
				}

			li.active a, li.active a:hover {
				background:#FAAC58;
				color:#4c4c4c;
			}

			/*----- Content of Tabs -----*/
			.tab-content {
				padding:15px;
				border-radius:3px;
				box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
				background:#fff;
			}

			.tab {
				display:none;
			}

			.tab.active {
				display:block;
			}

