/*
Theme Name: IEK Kursmanager
*/

@import url('bootstrap/css/bootstrap-responsive.css'); 
@import url('bootstrap/css/bootstrap.min.css'); 


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	word-wrap: break-word;
	white-space:normal;
	vertical-align: baseline;
}

h1{
	margin:15px 0;
}
nav.navbar-default{
	margin:30px auto;
}
#navbar ul li{
	text-transform:uppercase;
	font-weight:700;
}
/*-----------------------To be sorted... ---------------------------*/
div#calendar{
	margin:auto;	
}
div#main{
	margin:auto;
	width:1280px;
	max-width:100%;

}
div.panel p{	
	margin-bottom:10px;
	
}
div.alert{
	position:relative;	
	padding:10px;
	margin-bottom:5px;
}
a.tn_link{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.alert span.glyphicon{
	float:right;
	font-size:2em;
}
div.panel-heading h2{
	display:inline-block;	
}
div.panel-heading span.glyphicon{
	float:right;
	font-size:2em;
}
ul{
	list-style-position:outside;
	margin-left:15px;
}
div#listing_filter{
	margin-bottom:15px;	
}
input.search_init{
	width:100% !important;
}
table.dataTable tfoot th{
	padding:2px !important;
}
div#statustext{
	display:none;	
}
button{
	margin:5px 0;
}
button.tools{
	width:90%;
	text-align:left;
}
.alert-ratenzahlung {
    color: #3c7476;
    background-color: #d8f0ef;
    border-color: #3c7476;
}