/*
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
</style>
*/

<style>
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
</style>

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

a:hover{
    color: #ccc;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #FFFFFF;
    color: #444;
    font-size: 13px;
    line-height: 1.4em;
	font-family: 'Poppins', sans-serif;
}

.welcome_page_logo {
	z-index: 1; /* greater value keep it above */
	display: flex;
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	bottom: 90px;
    margin: 0 auto;
    transform: translateY(-0%);
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.no_2nd_header {
	top: 30px;
}

.with_2nd_header {
	top: 60px;
}

.no_footer {
	bottom: 30px;	
}

.create_account_form{
	z-index: 0;
	max-height: 100%;
	overflow: auto;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1; /* greater value keep it above all */
    width: 100%;
	height: 30px;
	display: flex;
	background-color: #000000;
	color: #AFAFAF;
	/* vertical center*/
	justify-content: center;
	align-items: center;
	/* transparent */
	opacity: 0.75;
}

.second_header {
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 1; /* greater value keep it above all */
    width: 100%;
	height: 30px;
	display: flex;
	background-color: #1F1F1F;
	color: #AFAFAF;
	/* vertical center*/
	justify-content: center;
	align-items: center;
	/* transparent */
	opacity: 0.75;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 30px;
	z-index: 1; /* greater value keep it above all */
    width: 100%;
	height: 60px;
	display: flex;
	background-color: #F5CF8E;
	/* vertical center*/
	justify-content: center;
	align-items: center;
	/* transparent */
	opacity: 0.75;
}


.footer_order {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1; /* greater value keep it above all */
    width: 100%;
	height: 30px;
	display: flex;
	background-color: #000000;
	/* vertical center*/
	justify-content: center;
	align-items: center;
	/* transparent */
	opacity: 0.75;
	color: #AFAFAF;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=date], input[type=file], input[type=number], select {
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 95%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #777;
    height: 46px;
    font-size: 16px;
    line-height: 1.3333333;
}

button[type=submit] {
	margin: 0.5em 0 2em;
	font-size: 16px;
    line-height: 2.5em;
    width: 300px;
	background: #ffc107;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
    cursor: pointer;
}

button[type=submit]:hover {
    color: #ffc107;
	background: #333;
}

.redirect_button {
	margin: 0.5em 0 2em;
	font-size: 16px;
    line-height: 2em;
    width: 100px;
	background: #ffc107;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
    cursor: pointer;
}

button[type=submit].add_discount {
	margin: 0.5em 0 2em;
	font-size: 16px;
    line-height: 2.5em;
    width: 50px;
	background: #c1ff07;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
    cursor: pointer;
}

button[type=submit].add_discount:hover {
    color: #c1ff07;
	background: #333;
}

button[type=submit].bulk_pay {
	 width: 120px;
	 font-size: 12px;
}

.menu_page {
	z-index: 1; /* greater value keep it above */
	position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    right: 0;
	bottom: 90px;
    margin: 0 auto;
    transform: translateY(-0%);
	justify-content: center;
	align-items: center;
	overflow: auto;	
}

.menu_item {
	z-index: 1; /* greater value keep it above */
	width:100%;
	height:85px;
	background-color:#FFFFFF;
	display:flex;
	align-items:center;
	color: #000000;clear:both;
}

.menu_title {
	z-index: 1; /* greater value keep it above */
	width:67%;
	text-align: center;
	font-size: 16px;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
	body {
		background-color: #F5CF8E; /* Yellow */
	}
	.page {
		width: 400px;
		margin: 0 auto;
	}
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
	body {
		/*background-color: #000000; /* Black */
		background-color: #EFEFEF;
	}
	.page {
		width: 960px;
		margin: 0 auto;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	body {
		background-color: #FFFFFF; /* White */
	}
	.page {
		width: 100%;
		margin: 0 auto;
	}
}


/*********************************************************************/
/*********************************************************************/
/*********************************************************************/



.page {
    background-color: #4E73B5;
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-0%);
}

.logo_bar {
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	background-color: #EFEFEF;
    border-radius: 0 0 0 0;
	font-family: 'Poppins', sans-serif; font-size:14pt; color:#000000; text-decoration:bold;
	padding: 8px 8px 8px 0px;
    cursor: default;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 30;
	left: 0;
	background-color: #645452;/*5a4b49 rollover*/
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 0px;
}

.sidenav_menu {
	position: absolute;
	top: 140;
	background-color: #645452;
	width: 100%;
}

.sidenav_menu_bottom {
	position: absolute;
	bottom: 0;
	background-color: #645452;
	width: 100%;
	height: auto;
	min-height: 80;
}

.sidenav a {
	padding: 8px 8px 8px 16px;
	text-decoration: none;
	font-size: 15px;
	color: #DFDFDF;
	display: block;
	transition: 0.3s;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 30px;
	margin-left: 50px;
}

.menu_option{	 
	margin-left: 0px;
	height: 35px;
	line-height: 35px;
	display: table-cell;
    vertical-align: middle;
}

.login_page {
	background-color: #FFFFFF; /* Black */
	flex-wrap: wrap;
    width: 100%;
	height: 100%;
	display: flex;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.userinfo {
	position: absolute;
	top: 0;
	display: block;
	height: 120px;
	width: 100%;
	background-color: #645452;
	font-size: 15px;
	color: #959595;
}


.card { /* 324px x 204px*/
	border-radius: 20px;
	background: url(images/cardbkgd.jpg);
	background-position: left top;
	background-repeat: repeat;
	opacity: 0.8;
	height: 204px;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 50%;
	right: 0;
	background-color: #000000;
	color: #F5CF8E;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 0px;
}

.card_type {
	position: absolute;
	bottom: 50px;
	width: 100%;
	height: 30px;
	font-family: 'Poppins', sans-serif; font-size:40px; text-decoration:bold;
}

.card_barcode {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 20%;
	right: 0;
	background-color: #FFFFFF;
	transition: 0.5s;
}

.card_below {
	z-index: 2;
	position: fixed;
    width: 0;
	top: 60px;
    right: 0;
	bottom: 90px;
	transition: 0.5s;
	background-color: #FFFFFF;
}


.image {
	border-radius: 50%;
	width: 60;
	border-style: solid;
    cursor:pointer;
}

.profileimg{
	position: absolute;
	top: 10;
	
}

.profileimg:hover .image{
	border-radius: 0%;
}


.calendar_month_header{
	height: 5%;
	max-height: 5%;
	width:100%;
	background-color: #efefef;
	display: flex;
	position: fixed;
	top: 0;
}

.calendar_column{
	width: calc(100% / 7);
	display: flex;
	position: fixed;
	border-style: groove;
	border-width: 1;
}

.day_title_row{
	height: 10%;
}

.day_row1{
	height: calc(85% / 5);
}


.topmenubutton{
	cursor: pointer;
	background-color:#f0eadc;
	border: none;
	width: 100px;
	padding: 10px;
	font-size:10pt;
	font-family: Helvetica, Tahoma;
	margin: 10px;
	text-align: center;
	line-height: 10px;
}

.topmenubutton:hover{
	background-color:#d8d2c6;
}

A.menu1:active, A.menu1:visited, A.menu1:link {color: #6a8aa4; text-decoration: none;}
A.menu1:hover {color: #606b75; text-decoration: none;}


.topmenutable
{
border-color:#020202;
border-right-style: solid; border-right-width: 1;
}
.topmenutable  TD
{
font-family:tahoma;
font-size:12pt;
font-weight:bold;
color:#004080;
background-color: #AFAFAF;
border-color:#020202;
border-left-style: solid; border-left-width: 1; 
border-right-style: solid; border-right-width: 0;
border-top-style: solid; border-top-width: 1; 
border-bottom-style: solid; border-bottom-width: 1;
padding: 10px;
}
.topmenutable  TD.current
{
font-weight:bold;
background-color: #7B90C0;
}



table.listtable
{
font-family:tahoma;
font-size:12pt;
color:#004080;
border-color:#020202;
}
table.listtable TD
{
	padding: 10px;
}
table.listtable TH
{
	font-family:tahoma;
	font-size:14pt;
	color:#FFFFFF;
	padding: 10px;
	background-color:#536872;
}
table.listtable TR:nth-child(odd){
	background-color: #e5e5e5;
}
table.listtable TR:nth-child(even){
	background-color: #ededed;
}
table.listtable TR.new{
	background-color: #FF8080;
}



table.attribtable
{
font-family:tahoma;
font-size:10pt;
color:#004080;
border-color:#020202;
}
table.attribtable TH
{
font-family:tahoma;
font-size:10pt;
color:#FFFFFF;
background-color:#8C8C8C;
}
table.attribtable TR:nth-child(odd)
{
background-color: #e5e5e5;
}
table.attribtable TR:nth-child(even)
{
background-color: #ededed;
}
table.attribtable TR.new
{
background-color: #FF8080;
}
table.attribtable TD.error
{
background-color: #FF0000;
}


table.printtable
{
	font-family:verdana;
	font-size:9pt;
}
table.printtable TH
{
	color:#FFFFFF;
	background-color:#5E5E5E;
	width: 500px;
}
table.printtable TD
{
	border-bottom: 1pt solid #0099CC;
}


.square{
    float:left;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin:5px;
    padding: 5px !important;
    text-align: center;
	background-color:#DFDFDF;
	border:2px solid #CFCFCF;
}


/* stagestable - for the Order Add process */
	table.stagestable{
		font-family:tahoma;
		font-size:10pt;
		color:#004080;
		border-color:#020202;
	}
	table.stagestable TH{
		font-family:tahoma;
		font-size:12pt;
		color:#FFFFFF;
		padding: 5px;
		background-color:#536872;
	}

/* ordertable - for the Order Add process */
	table.ordertable{
		font-family:tahoma;
		font-size:12pt;
		color:#004080;
		border-color:#020202;
	}
	table.ordertable TH{
		font-family:tahoma;
		font-size:12pt;
		color:#FFFFFF;
		padding: 5px;
		background-color:#708090;
	}
	
	
	
.preregbutton{
	background-color: #4d9ad4;
	border: none;
	color: white;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}

.nextbutton{
	background-color: #52E352;
	border: none;
	color: white;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}

.delbutton{
	background-color: red;
	border: none;
	color: white;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
}

.ordermenubutton{
	background-color: #e5c682;
	border: none;
	color: #4c4c4c;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
}

.paypalbutton{
	background-color: #1c82b4;
	border: none;
	color: white;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}