Skip to content
Snippets Groups Projects
order.css 1.42 KiB
Newer Older
.order_container {
	height: 79%;
}

.order_container .subheader {
	height: 10%;
.submenu_container {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
	display: table-cell;
	width: 30%;
	height: 40px;
	border: 0.5px solid black;
	font-size: 15px;
	position: relative;
}

.submenu br {
	clear:both;
}

.submenu_active {
	background-color: #fffe9f; 

}
.submenu.mid {
	margin: 0 5% 0;
}

div.step_num {
	width: 20%;
	height: 100%;
	vertical-align: middle;
div.step_name {
	float: right;
	height: 100%;
	vertical-align: middle;
div.step_num p {
	margin: 10px 0 0 2px;
	text-align: center;
	width: 25px;
	padding: 2% 0;
	background-color: grey;
	border-radius: 50%;
}

div.step_name p {
	margin: 0 0 0 15px;
}

.submenu p {
	margin: 0;
	position: absolute;
	top: 0%;
	vertical-align: middle;
}

div.step_name {
	width: 80%;
	text-align: left;
.content div {
	margin-bottom: 15px;
	vertical-align: middle;
.content span {
	width: 35%;
	margin-right: auto;
.content input[type=text] {
	width: 65%;
	height: 20px;
.content input[type=submit] {
	position: absolute;
	margin: 10px;
	left: 45%;
	width: 60px;
	height: 30px;

}

#select_driver div {	
	border: 0.5px solid black;
}

#preferred_driver {
#order_link {
    background-color: #465d43;