/* for dashboard */
#nexus_menu {
	z-index: 999999;
	position: fixed;
	width: 100%;
	/* background: rgba(24, 29, 50, 1); */
	background: black !important;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

#nexus_menu .navbar {
	opacity: 1;
	padding: 0px;
	background: transparent !important;
}

#nexus_menu .navbar .container-fluid {
	padding-right: 0px;
}

#nexus_menu .navbar-brand img {
	height: 45px;
}

.navbar .navbar-brand img {
	width: 160px !important;
	left: 40px !important;
}

#nexus_menu .navbar_menu_right {
	position: absolute;
	display: inline-block;
	right: 0px;
}

#nexus_menu .user_info_btn {
	text-transform: none;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#nexus_menu .user_info_btn:hover,
#nexus_menu .dropdown.show .user_info_btn {
	background-color: #000 !important;
}

#nexus_menu .user_info_btn img {
	margin-right: 10px;
}

#nexus_menu .user_info_btn i {
	font-weight: 100;
	font-size: 10px;
	margin-left: 10px;
}

#nexus_menu .navbar_menu_right .dropdown .dropdown-menu {
	border: 0px;
	padding: 0px;
	border-radius: 0px;
	min-width: 240px;
	right: -1px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	left: unset;
	background-color: #4d5669 !important;
	top: 50px;
}

#nexus_menu .navbar_menu_right .dropdown .dropdown-menu a {
	color: #fff;
	font-family: arial;
	padding: 6px 20px;
	display: block;
	font-size: 16px;
	background-color: transparent !important;
	border: 0px !important;
	font-weight: 400;
	font-family: "Open Sans",
		"Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif !important;
	/* letter-spacing: 0.5px; */
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

#nexus_menu .navbar_menu_right .dropdown .dropdown-menu a.active {
	/*	color:#fff;
	background-color: #c61b1d;*/
}

#nexus_menu .navbar_menu_right .dropdown .dropdown-menu a:hover {
	background: #c61b1d !important;
	background-color: #c61b1d !important;
}

#nexus_menu .navbar_menu_right .dropdown .dropdown-menu a>i {
	margin-right: 10px;
	opacity: 0.5;
	width: 25px;
}

.sidebar {
	background: none repeat scroll 0 0 #2d323d;
	padding: 0 !important;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100vh;
	z-index: 99999;
}

.start_pickup {
	color: #c61b1d;
	margin-top: 3rem;
	font-size: 30px;
	font-weight: 600;
}

.start_pickup img {
	vertical-align: middle;
	margin-right: 10px;
}

.start_pickup span {
	vertical-align: middle;
}

.start_pickup a,
.start_pickup button {
	display: inline-block;
	background-color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	padding: 3rem 0rem;
	width: 270px;
	margin: 0 15px;
	position: relative;
	overflow: hidden;
	color: #c61b1d;
	transition: all ease-in-out 0.3s;
	letter-spacing: 1px;
	cursor: pointer;
	height: 380px;
}

.start_pickup a:hover,
.start_pickup button:hover {
	transform: scale(1.03);
	background-color: #4d5669;
	color: #fff;
}

.start_pickup a._late,
.start_pickup button._late {
	animation-duration: 2s !important;
}

.start_pickup label {
	margin: 0px;
}

.start_pickup i {
	position: absolute;
	font-size: 7rem;
	bottom: -12px;
	left: 20px;
	opacity: .05;
}

.nexus_admin_body {
	min-height: 100vh;
	background-color: #f5f7fa;
	position: relative;
	z-index: 9999;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.nexus_admin_body_header {
	margin: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	position: relative;
	padding-left: 60px;
	overflow: hidden;
	font-weight: 600;
	color: #181d33;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.nexus_admin_body_header i {
	position: absolute;
	bottom: -9px;
	left: 5px;
	opacity: 0.2;
	font-size: 3.2em;
}