.tab_hidden{
	visibility: hidden;
}


.dt-table{
	width:100%;
}

.dt-control{
	width:5px;
}

.dt-column-1{
	/*width:80%;*/
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /**/ padding: 0em 0em; 
    background: none;
    padding-top: 5px;
}

.btn-small {
    
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	/*height:19px;*/
	vertical-align: baseline;
	/*margin: 0 0px;*/
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*padding: 2px 2px 2px 2px;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/*width: 100px !important;*/
}

.btn-small:hover {
	text-decoration: none;
	
}

.btn-small:active {
	position: relative;
	/*top: 1px;*/
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.green:disabled {
	color: #b3c59b;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#c15a5a));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#c15a5a');
}
@media screen and (min-width: 800px) {
	
	.profilimage{
		width: 150px;
		
	}
	
	.line3d_a{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	.line3d_b{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	
	.inlist-content-main{
		width: 100%;
		vertical-align: top;
	}
	
	.inlist-content-1{
	/* image container */
		float:left;
		width: 10%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-2{
	/* Adress container */
		float:left;
		width: 20%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-3{
	/* contacts container */
		float:left;
		width: 30%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-4{
	/* sonstiges container */
		float:left;
		width: 25%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-5{
	/* seal container */
		float:right;
		width: 15%;
		padding: 1px;
		vertical-align: top;
	}
	
	
	.inlist-pic{
		font-weight: bold;
		width: 100%;
	}	
	
	.inlist-name{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-street{
		width: 100%;	
	}
	
	.inlist-ort{
		width: 100%;	
	}
	
	
	
	.profilcats{
	
		font-size:0.7em;
	}
	
	.inlist-website-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-email-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-phone-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-supervisor{
		font-weight: bold;
		font-size:12px;
		width: 100%;
	}
	
	.image_phone{
		height: 20px;
	}
	.image_website{
		height: 20px;
	}	
	.image_email{
		height: 20px;
	}	
	
	.ui-filter:before {
    content: "\f0b0";
	font-size: 3em;
	color:black;
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	}
	
	.contained-overscroll {
	  overscroll-behavior: contain;
	}
	
}	