﻿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) {

}

#headerBar
{
    margin-top: 25px;
    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;
}

select {
    -webkit-appearance: none;
}

.coursesBookedTxt
{
    margin-right: 0px;
	/*margin-top:4px;*/
}