/*
Theme Name: Aue template
Theme URI: 
Author: Aue developers
Author URI: 
Description: 
*/
span.in_class{
	width: 10px !important;
	height: 10px !important;
	margin-right: 10px;
	border-radius: 50%;
	display: inline-block;
}
span.in_false{
	background-color: rgb(196, 12, 12, 1) !important;
	color: #fff !important;
}
span.in_true{
	background-color: rgb(14, 196, 62, 1) !important;
	color: #fff !important;
}
.dataTables_wrapper{
	min-height: .01%;
    overflow-x: auto !important;
}
.login-card{
    padding: 15px !important;
    border-radius: 10px !important;
    margin: 0 auto !important;
    margin-top: 10% !important;
}
.login-card .contact_us_form{
	text-align:center !important;
}

.divat{
	color: #fff !important;
    background-color: #3d5874;
    border-color: #3d5874 !important;
}
.divat:hover{
	background-color: #2A3F54; !important;	
}
@media screen and (max-width: 1700px){
	.emri{
		width: 15% !important;
	}
	.emri2{
		width: 10% !important;
	}
	.freizeit{
		width: 15% !important;
	}
}
@media screen and (min-width: 768px){
.login-card{
	width: 20% !important;
	}
.table-responsive {
    width: 100% !important;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
}
@media screen and (max-width: 767px){
	.login-card{
		width: 70% !important;
		}
	.dataTables_wrapper {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		border: 1px solid #ddd;
	}
	.tile-stats .count{
		text-align:center !important;
		padding-bottom: 10px !important;
	}
	.tile-stats h3 {
		text-align: right !important;
		padding-right: 10px !important;
	}
	.tabela.col-sm-12{
		width: 100% !important;
	}
}

