@import url('../fonts/DINPro-Bold.css');
@import url('../fonts/DINPro-Light.css');
@import url('../fonts/DINPro-Medium.css');
@import url('../fonts/DINPro-Regular.css');

.clearfix{
	clear: both !important;
}
.font-bold{
    font-family: 'DINPro-Bold';
}
.font-light{
    font-family: 'DINPro-Light';
}

.font-medium{
    font-family: 'DINPro-Medium';
}

.font-regular{
    font-family: 'DINPro-Regular';
}

a{
    text-decoration: none !important;
}
.export-btn{
	display: block;
	background-color: #ffffff;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10%;
}
.export-btn p{
	font-family: 'DINPro-Regular';
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: 20px;
	line-height: 13px;
	width: calc(100% - 20px);
	color: #393939;
	font-size: 12px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle !important;
}

#admin-area{
	position: absolute; 
	top:0px; 
	left: 0; 
	min-width: 1461px;
	width: 100%; 
	min-height: 40px;
	z-index: 999999;
	background-color: #393939;
	padding-bottom: 10px;
}

#admin-area #admin-title{
	width: 130px;
	float: left; height: 30px;
	padding-bottom: 15px;
}

#admin-area div h3{
	display: block;
	margin-top: 7px;
	margin-top: 15px;
	color: #fff;
	font-family: 'DINPro-Regular';
}
#admin-area #exports{
	float: right;
}
#admin-area #exports div{
	width: 130px; float: left; height: auto; margin-top: 10px; margin-bottom: 10px;
}
