/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 130px; /* Margin bottom by footer height */
}
.footerArea {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px; /* Set the fixed height of the footer here */
}
/* =========================================================== */
/* Header1 styles */
.header1{
	margin-top: 8px;
}
.header1 .title{
	color: #FF4F50;
	font-size: x-large;
	text-align: left;
	font-weight: bolder;
	margin: 0 auto 0 0;
}
.header1 .logout{
	text-align: right;
	color: red;
	margin-right: 0px;
	margin-left: auto;
}
.header1 .userName{
	text-align: right;
	color: black;
	margin-right: 0px;
	margin-left: auto;
	border-bottom: 2px solid coral;
}
/* =========================================================== */
/* Header2 styles */
.header2 .searchForm{
	display: flex;
	margin: 10px 0 10px 0;
}

.header2 .searchForm .categorySelector{
	min-width: 150px;
}
.header2 .searchForm .input-group button{
	border: 1px solid gray;
}
.header2 .header2_btn{
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
}
.header2 .header2_btn button{
	min-width: 120px;
	margin: 10px;
}
/* =========================================================== */
/* Header3 styles */
.header3{
	background-color: #FF4F50;
	display: flex;
}
.header3 .deliverDate_lbl{
	font-size: large;
	font-weight: bold;
	color: #eee;
	text-align: left;
}
.header3 .deliverDate_lbl p{
	margin: 15px auto 10px 0px;
}
.header3 .deliverDate_btn{
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
}
.header3 .deliverDate_btn button{
	min-width: 200px;
	margin: 10px;
}
/* =========================================================== */
/* Header4 styles */
.header4{
    background-color: skyblue;
    margin-bottom: 1em;
}


/* =========================================================== */
/* Footer styles */
.footer{
	background-color: #FF4F50;
	text-align: center;
	margin: 3em 0 0 0;
	padding-top: 1em;
}
.footer .footerMainText{
	font-size: large;
}
.footer .footerLinkList a{
	color: #eee;
	text-decoration: underline;
	margin: 0 0.2em;
}
.footer .bottomCopyright{
	font-size: small;
}
/* =========================================================== */
/* SideMenu(with History) styles */
.sideMenu a{
	color: black;
}
.sideHistoryList{
	border: 1px solid gray;
}
.sideHistoryList .sideHistoryHeader{
	margin: auto;
	padding: 0.5em;
	text-align: center;
	border-bottom: 1px solid gray;
}

.sideHistoryList .sideHistoryListItems{
	min-height: 300px;
}


/* =========================================================== */
/* MainBox Common styles */
.labelBox{
	border: 1px solid darkgray;
	padding: 2px 2px 2px 0.5em;
	margin: 2px;
}
.mainBox .mainHeader{
	text-align: left;
	font-size: large;
	font-weight: bold;
    color: red;
}
.mainBox .contentBox{
	border: 1px solid gray;
	margin-bottom: 2em;
	overflow-x: auto;
}
.mainBox .contentBox .contentHeader{
	border-bottom: 1px solid gray;
	padding: 0.3em;
}
.mainBox .searchInfo{
	border-bottom: 1px solid black;
}
.mainBox .foundInfo{
	margin-left: 3%;
}
.mainBox .textCartInfo{
	padding-left: 1em;
	display: flex;
}
.mainBox .textCartInfo div{
	margin-left: auto;
	margin-right: 0px;
}
.mainBox .pageHeader{
	display: flex;
}
.mainBox .pageHeader div{
	margin-left: auto;
	margin-right: 0px;
}
/* Button size */
.btn-small{
	width: 100px;
}
.btn-middle{
	width: 150px;
}.btn-large{
	width: 200px;
}
