@media only screen and (min-width: 1024px) {

html,body {
  height: 100%;
}
	
.greybar-container {
	display: flex;
	justify-content: center;
}

.topmenupadding1 {
	padding-top: 5px;
	padding-right: 5px;
}
	
.topmenupadding2 {
	padding-top: 5px;
	padding-right: 15px;
}

.menu-position {
	padding: 10px;
	min-height: 25px;
	height: auto;
	/*background-image: linear-gradient(rgba(160,160,160,1), rgba(218,218,218,0));*/
	background-color: #4DA93F;
}

.menubar-container {
	width: 98%;
	border: 1px solid #E0E6ED;
	height: 60px;
	background-color: #585858;	
	/*-webkit-box-shadow: 0px 2px 2px 2px #A8A8A8;
	box-shadow: 0px 2px 2px 2px #A8A8A8;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}	

.greybar-padding {
	padding: 20px;
}	

.greybar-padding-menu {
	padding: 20px;
}
	
.menutab-line1 {
	background-color: #383838; 
	width: 1px; 
	height: 60px;
	margin-top: -20px;
}

.menutab-line2 {
	background-color: #838383; 
	width: 1px; 
	height: 60px;
	margin-top: -20px;
}	
	
.menutab-align {
	display:inline-block;
	margin-top: -18px;
	padding-left: 10px;
	padding-right: 10px;
}
	
.menutab-unselected {
	background-color: #585858;
	padding-bottom: 21px;
	padding-top: 18px;
	padding-right: 5px;
	padding-left: 5px;
	/*border: 1px solid white;*/
	/*box-shadow:   1px 1px 1px 1px grey;*/	
}

.menutab-selected {
	background-color: #373737;
	padding-bottom: 21px;
	padding-top: 18px;
	padding-right: 5px;
	padding-left: 5px;
	/*border: 1px solid #53B744;*/
	/*border-collapse: collapse;*/	
	/*box-shadow:  1px 1px 1px 1px green;*/
}
	
.menu-container-align {
	float: right;
}
	
.user-align {
	float: right;		
}
	
}
