﻿/* uRecruit mobile-menu.css*/
#menu-buttons {
	position: fixed;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

	#menu-buttons .back-button {
		position: absolute;
		bottom: 20px;
		border-radius: 0 4px 4px 0;
		left: -1px;
		opacity: .9;
		background-color: #00529c;
	}

#mezzoMenu .modal-body a.list-group-item, .menu-holder .list-group a.list-group-item {
	text-decoration: none;
	background-color: transparent;
	color: white;
	text-align: center;
	border-bottom-color: #00b1eb;
	border-width: 0 0 2px 0;
	padding: 15px 0;
}

#mezzoMenu .modal-body p.small {
	text-align: center;
	margin-top: 50px;
}

	#mezzoMenu .modal-body p.small a {
		color: white;
	}

.menu-holder .list-group a.list-group-item.yellow {
	background-color: #ffcb06 !important;
	color: #333;
}

#mezzoMenu .modal-body a.list-group-item:first-child, .menu-holder .list-group a.list-group-item:not(.yellow):first-child {
	padding-top: 23px;
}

#mezzoMenu .modal-body a.list-group-item:last-child, .menu-holder .list-group a.list-group-item:not(.yellow):last-child {
	padding-bottom: 23px;
}

#mezzoMenu .modal-body a.list-group-item:last-child, .menu-holder .list-group a.list-group-item:last-child {
	border-width: 0;
}

#mezzoMenu .modal-body a.list-group-item:last-child, .menu-holder .list-group a.list-group-item.yellow {
	padding-top: 18px;
	padding-bottom: 18px;
}
