* {
    margin: 0px;
    padding: 0px;
	font-size:20px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #0e3a75;
}

#header {
	background-color: #0e3a75;
	height:auto;
}

#header #headerImgContainer {
	width:25%;
	height:100px;
	background-color: #ffffff;
	float: left;
	padding: 12px 20px 11px 55px;
	position: relative;
	text-align: left;
	width: 23%;
}

#header #headerImgContainer::after {
	top: 0;
	height: 100%;
	width: 100px;
	content: '';
	right: -55px;
	background: #fff;
	position: absolute;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	z-index: 1;
}

#header .headerImg {
	display: block;
	width:50%;
	margin: 0px auto;
}

#adminLogin {
    width: 500px;
    border: 3px solid #333;
    height: auto;
    margin: 150px auto;
	padding:2%;
    background-color: #efefef;
}

#adminLogin .headerImg {
	display: block;
	width:100%;
	margin: 0px auto;
}

#adminLogin .popupInput {
	width:80%;
}

#adminLoginFailed {
	width: 500px;
    border: 3px solid #FF0000;
    height: auto;
    margin: 150px auto;
	padding:2%;
    background-color: #efefef;
}

.popupInput, .selectInput, .description, .adminButton, .adminInput {
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background:#ffffff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;	
	height: 30px;
	color: #333;
	text-shadow: 0 1px 0 #f3f3f3;	
	padding: .4em;
	margin-bottom:3px;
	line-height: 1.4em;
	display: block;
	width: 99%;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2);	
}	

.popupInput:focus {
	border-color: #0e3a75;
}

.popupButton:hover {
	background-color:#f6f6f6 !important;
	border:1px solid #dddddd !important;
	color:#000 !important;
	text-shadow: 0 1px 0 #ffffff !important;	
}

.selectInput {
	width: 100%;
	height: 28px;
	display: block;
	margin-top: 6px;
}

.description {
	height: 100px;
}

#loginButton {
    width:40%;
	display: block;
    margin: 0px auto;
}

.longnavbar {
	width:1000%;
	overflow-y: scroll;
}
.longnavbarbutton {
	max-width: 25%;
}

.link {
	text-decoration: none;
	color: #0e3a75;
}

#secondaryNavbar {
	margin: 10px 0px;
}

#search {
	width:50%;
	margin: 0px auto;
}



#twoPartNav {
	width: 100%;
}

#twoPartNav #left, #twoPartNav #right {
	width: 49%;
	float: left;
}

#twoPartNav #left {
	margin-right: 1%;
	background-color: #22aadd;
}

#twoPartNav #right {
	background-color: #0e3a75;
}

#threePartNav {
	width: 100%;
}

#threePartNav #left, #threePartNav #middle, #threePartNav #right {
	width: 33%;
	float: left;
}

#twoPartNav #left {
	margin-right: 1%;
	background-color: #22aadd;
}

#twoPartNav #middle {
	margin-right: 1%;
	background-color: #1f1f1f;
}

#twoPartNav #right {
	background-color: #0e3a75;
}

.artikelInfo, .artikelBarcode, .artikelUpper, .artikelDowner, .pijlLinks, .pijlRechts, .delete, .vrPakbonButton, .plus {
	display:block;
	width:24px;
	height:24px;
	overflow:hidden;
	float:right;
	content: "";
}

.artikelInfo {
	background:url(../gfx/icons/SpreukWolkje_blue_Fade.png) 0px 0px;	
}
.artikelBarcode {
	background:url(../gfx/icons/blueBoX_B.png) 0px 0px;
}
.artikelUpper {
	background:url(../gfx/icons/blueBoX_pijl_Boven.png) 0px 0px;
}	
.artikelDowner {
	background:url(../gfx/icons/blueBoX_pijl_Onder.png) 0px 0px;
}	
.pijlLinks {
	background:url(../gfx/icons/blueBoX_pijl_Links.png) 0px 0px;
}	
.pijlRechts {
	background:url(../gfx/icons/blueBoX_pijl_Rechts.png) 0px 0px;
}	
.delete {
	background:url(../gfx/icons/redBoX_X.png) 0px 0px;
}	
.vrPakbonButton {
	background:url(../gfx/icons/ToDo.png) 0px 0px;
}		
.plus {
	background:url(../gfx/icons/greenBoX_Plus.png) 0px 0px;
}	

.artikelInfo:hover, .artikelBarcode:hover, .artikelUpper:hover, .artikelDowner:hover, .pijlLinks:hover, .pijlRechts:hover, .delete:hover, .vrPakbonButton:hover, .plus:hover {
	background-position:0px -24px;
}

#product {
	width: 75%;
	margin: 0px auto;
	border: 2px solid #000;
}

#product #name {
	width: 98%;
	padding: 1%;
	height: 25px;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}

#product #stock {
	width: 98%;
	padding: 1%;
	height: 25px;
	border-bottom: 2px solid #000;
	text-align: center;
}

#product #details {
	width: 98%;
	padding: 1%;
	height: auto;
}

#parafHeader {
	width:55%;
	margin:10px auto;
	font-weight: 800;
}

#customerContainer {
	width: 55%;
	margin: 0px auto;
}

#customerDetailsTable {
	width: 100%;
	margin: 0px auto;
}

#customerDetailsTable th {
	text-align: left;
}

#repairDetailsTable {
	width: 75%;
	margin: 0px auto;
}

/* pagination */
#paginate {
	width: auto;
	height:30px;
	margin:10px auto;
}

#paginate .link {
	display: block;
	float: left;;
	width:30px;
	height:30px;
	border:1px solid #0e3a75;
	color: #0e3a75;
	text-align: center;
	font-size: 1em;
	line-height: 30px;
	font-weight: 800;
	text-decoration: none;
	margin-right: 1px;
}

#paginate .selected  {
	color:#000;
}

/* Products */
.minimumStock {
	width:50%;
	margin: 0px auto;
}

#centercolumn {
	width:79%;
	margin: 0px auto;

}

#leftcolumn {
	width:49%;
	float:left;
}

#rightcolumn {
	width:49%;
	float:left;
}

#headerImgAdmin {
	display: block;
	margin: 0px auto;
}

#adminPageHeader {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 3px;
}

#welcomeMsg {
	width: 100%;
	heigth:250px;
	text-align: center;
	padding-top: 150px;
	font-size: 76px;
	font-weight: 800;
}


/* Style the navigation menu */

.menuIcon {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}

.topnav {
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #mobileLinks {
	display: none;
}

/* Style navigation menu links */
.topnav #mobileLinks a, .topnav #mobileLinks li {
	color: black;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

/* Style the hamburger menu */
.topnav #mobileLinks a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

/* Add a grey background color on mouse-over */
.topnav #mobileLinks a:hover {
	background-color: #ddd;
	color: black;
}


/* Style navigation menu links */
#list {
	list-style: none;
}

#list ul {
	display: block;;
	list-style: none;
	width: 100%;
	font-size: 16px;

}

.L {
	width: 74%;
	float: left;
}

.R {
	width: 25%;
	float: left;
	font-weight: 800;
}


#list ul {
	color: black;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}


#portal {

}

#portal #welcome {
	width:50%;
	margin: 100px auto;
}

#portal #welcome h1, #portal #signup h1 {
	width: 100%;
	text-align: center;
	font-size: 4em;
	font-weight: 800;
	color:#333;
}

#portal #welcome img {
	display: block;
	margin:0px auto;
	width:50%;
}

#portal #welcome .customerIdh1 {
	text-align: center;
	margin: 0px auto;
}

#portal #signup {
	width:50%;
	margin: 100px auto;
}

#portal #signup img {
	display: block;
	margin:0px auto;
	width:20%;
}

#findButton {
	width: 50%;
	display: block;
	margin: 0px auto;
}

.fauxStyle {
	height: auto;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background:#ffffff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	color: #333;
	text-shadow: 0 1px 0 #f3f3f3;
	padding: .4em;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}

.fauxStyle:focus {
	border-color: #f18721;
	box-shadow: 0 0 12px #3388cc;
}

.fauxStyle:hover {
	background-color:#f6f6f6 !important;
	border:1px solid #dddddd !important;
	color:#000 !important;
	text-shadow: 0 1px 0 #ffffff !important;
	box-shadow: 0 0 12px #3388cc;
}

.fauxInput {
	width: 97%;
	height: 25px;
	margin: 3px 0px;
}

.fauxInputSmall {
	width: 17%;
	height: 25px;
	margin: 3px 0px;
}

.fauxSelect {
	width: 100%;
	height: 35px;
	margin: 3px 0px;
}

.fauxDescription {
	width: 100%;
	height: auto;
	min-height: 150px;
	margin: 3px 0px;
}

#quoteTxt {
	height: 300px;
}

#numberplateInPortal {
	width:65%;
	margin: 10px auto;
}

#numberplateInPortal h2 {
	font-size: 18px;
}

.portalVehicleDisplay {
	width: 400px;
	font-size: 18px;
	margin-left: 25px;
}



#msg {
	width: 60%;
	height: auto;
	margin: 30px auto;
	text-align: center;
	padding: 30px 0px;
	font-size: 22px;
}

.error {
	border:3px solid #FF0000;
}

.succes {
	border:3px solid #8ccc1d;
}

.info {
	border:3px solid #3fc2e8;
}


#personalDisplay {
	width: 100%;
	height:50px;
	margin: 0px 10px;
}

#personalDisplay #person {
	width:auto;
	padding: 2px 20px;
	margin-right: 3px;
	float: right;
	border:2px solid #000000;
}

.fc-event {
	overflow: hidden;
}

.fc-event-main{
	font-size: 14px;
}
