#admin_panel_button_a {
	height: 20px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 20px;
	z-index: 400;
}

#empty_data_div {
	font-size: 20px;
	padding: 120px 0 160px;
	text-align: center;
}

footer #middle_div {
	position: absolute;
    bottom: 0px;
    width: 80px;
    left: 50%;
    border-bottom: 4px solid #62d079;
    transform: translateX(-50%);
}

footer #copyright_div {
	font-size: 13px;
}

footer #created_by_div {
	font-size: 13px;
}

footer #facebook_icon_a,
footer #linkedin_icon_a,
footer #envelope_icon_a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #767877;
	font-size: 15px;
	transition: all 0.2s ease-in-out;
}

footer #facebook_icon_a:hover,
footer #linkedin_icon_a:hover,
footer #envelope_icon_a:hover {
	background: #849894;
	color: #fff;
}

header a#logo {
	display: block;
	position: relative;
}

header a#logo img {
	margin: 0px auto;
	transition: all 0.2s ease-in-out;
}

#old_browsers_stop_bg_div {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 305;
}

#preloader_bg_div {
	background: rgba(0, 0, 0, 1) url(../images/preloader.gif) center no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

#see_on_desktop {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 80;
}

#show_hide_bg_for_content_div {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 25;
}

/*#fixed_div {
	position: relative;
	width: 100%;
}*/
