/* CSS für CAPI Zuteilung 
----------------------------------*/
html *
{
   font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
/*   font-size: 1em !important;*/

}

#overlay {
    background-color: #fff; /*or semitransparent image*/
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
    z-index: 100;
}


.map_austria {

//background-image:  url('../capi_multimode/austria_red.png');
//background-image:  none,url('../capi_multimode/austria_red.png'), url('../capi_multimode/austria_red.png');
//background-size: 100% 100%;

}

/*div.dataTables_wrapper { min-height: 700px; }*/

/*----- Rücklauf Editable Table -----*/
.current-row{background-color:#B24926;color:#FFF;}
.current-col{background-color:#1b1b1b;color:#FFF;}
.tbl-qa {width: 100%;background-color: #f5f5f5;}
.tbl-qa th.table-header {padding: 5px;text-align: left;padding:10px;}
.tbl-qa .table-row td {padding:10px;background-color: #FDFDFD;}
.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;}





.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}


			/* Für beide Datatables nebeneinander fixe Header-Höhe */
			#UmverteilungDatatable thead tr {
				height: 5em;
			}

			#InterviewerUmverteilungDataTable thead tr {
				height: 5em;
			}
			
			#NeueListenDataTable thead tr {
				height: 4em;
			}
			
			#InterviewerZuteilungDataTable thead tr {
				height: 4em;
			}			
			
			
			#UmverteilungListenDataTable thead tr {
				height: 5em;
			}			
			
			#InterviewerUmverteilungListenDataTable thead tr {
				height: 5em;
			}
					
			

			.toggle-vis {
			
				cursor: pointer;
				color: #3174c7;
				text-decoration: none;
			}
			
			.toggle-vis:hover {
				text-decoration: underline;
			}

		
			.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; margin-top:0px;}

			/*----- Tabs -----*/
			.tabs {
				width:115%;
				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 {
				padding-left:0px;
			}

			.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;
			}








