
/* ---------------------- Bootstrap Erweiterungen ----------------------------------- */
p.text-condensed{
	line-height:1.1;
	margin-bottom:3px;
}

.alert{
	border-radius: 0px;
}

.alert.alert-sm{
	padding-top:5px ;
	padding-bottom:5px ;
}

.alert p{
	padding:3px 0px;
}

.tab-content{
	border:solid 1px #dddddd;
 	border-top: 0;
 	background-color:#fafafa;
 
}

.form-control.input-condensed{
	padding:3px 6px;
	line-height:1;
	height:auto;
}

div.padding-sm{
	padding-right:0px !important;
}

.table-noborder tbody tr td, 
.table-noborder tbody tr th, 
.table-noborder thead tr th {
    border: none !important;
}

table tr.listTableRow1{
	background-color:#fdfdfd;
}
table tr.listTableRow2{
	background-color:#fafafa;
}

table tr.listTableRow1 td,
table tr.listTableRow2 td{
	border-top-width:0px;
}

table tr td.listTableHeader,
table tr td.inputTableHeader,
table tr th,
table.table-noborder tr th{
	font-weight:bold;
	font-size:1.1em;
	background-color:#f1f1f1;
	border-bottom: 1px solid #ffffff !important;
}

table .messageBody{
	padding:20px !important;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}


/* --- responsive Tabellen ---*/
@media (max-width: 768px) {
	table.table-responsive{
		table-layout:fixed;
	}
	
	table.table-responsive > tbody > tr > td,
	table.table-responsive > tbody > tr > th{
		width:100% !important;
		display:block;
		box-sizing: border-box;
		overflow:hidden;
		text-align:left !important;
		vertical-align:middle;
	}
}


.glyphicon-xl,
.fa-xl{
	font-size:30px;
	vertical-align: text-bottom;
}

.glyphicon-xxl,
.fa-xxl{
	font-size:40px;
	vertical-align: text-bottom;
}

.glyphicon-lg,
.fa-lg{
	font-size:20px;
	vertical-align: text-bottom;
}

.glyphicon-sm,
.fa-sm{
	font-size:9px;
	vertical-align: 20%;
}


.pagination>li>a,
.pagination>li>span {
  	color: #555555;
	
}
.pagination>li.active>a {
	border-color: #d65679;
  	background: #d65679;
  	color: #ffffff;
}

label{
	font-weight:normal;
}

.label.label-primary{
	background-color:#00B4FA;
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus{
	border-color: #d65679;
	background-color: #d65679;
}

/* -------- grid mit 5 spalten --------- */
.col-xs-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-2_4 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-2_4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-2_4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-2_4 {
        width: 20%;
        float: left;
    }
}

blockquote{
	font-size:1em;
	font-style:italic;
}

