﻿body{
    background-color: #ECECEC;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
@media (max-width: 720px)
{
	.spaDayfooter {
        clear: both;
		bottom: 8px;
	}
	div.alacerToastMessage{
    position: fixed;
    width: 70%;
    top: -100px;
    margin-left: 15%;
    padding: 7px;
    text-align: center;
    display: block;
    z-index: 9000;
	}
	
	div#MarketingArea {
    display: flex;
    text-align: left;
	}
    div#MarketingArea > label {
    margin-left:5px;
	}
	div#SaveDetailsArea {
    float: left;
	}
	
	#LabelNotesEntry #InputFieldNotes {
    margin-left: 0px !important;
    width: calc(100% - 30px);
	}
	/*input#voucherNumberInput {
    width: 100%;
    margin-bottom: 10px;
	}*/
}
@media (max-width: 480px)
{
	input#voucherNumberInput {
    width: 100%;
    margin-bottom: 10px;
	}
}

#headerBar
{
    margin: auto;
}
/*
#headerBar #headerPhone
{
    font-size: 50px;
}

#headerBar #headerPhablet
{
    font-size: 75px;
}

#headerBar #headerTabTop
{
    font-size: 75px;
}
*/
#headerBar #headerDesktop
{
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px -10px 50px 10px #999;
}   



/* Navigation */

#navigation_Wrapper {
	margin:auto;
	width:auto;
	background-color:#fff;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;
}

#navigation_MenuWrapper {
	margin:0px;
	padding:0px;
	width:100%;
	height:80px;
	border-spacing:0px;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;
}

#navigation_CompanyLogo {
	background-image:url(../images/navigation_companylogo.jpg);
	background-repeat:no-repeat;
	background-position: 30px 10px;
	cursor:pointer;
}

#navigation_Logo {
	position:relative;
	left: 29px;
	top:3px;
	cursor:pointer;
}

.navigation_MenuItem {
	margin:0px;
	padding:0px;
	width:95px;
	height:auto;
	text-align:center;
	border-left:1px solid #E1E1E1;
	cursor:pointer;
}

.navigation_MenuItem a div {
	width:95px;
	height:80px;
	text-decoration:none;
	color:#333;
	line-height:80px;
}

.navigation_MenuItem:hover {
	background-color: #F2F2F2;
	border-bottom: 4px solid #D0206E;
	padding-top: 4px;
}

.navigation_MenuItem.selected {
	border-bottom:4px solid #ED2990;
	padding-top:4px;
}

#navigation_CompanyLogo {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
}


#footerBar
{
	background-color:white;
}