@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../woff/sourcesans.woff2) format('woff2');
}

body
{
	background: #fcfcfc;
	color: #666;
	margin: 0px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12pt;
}
input[type=text], input[type=password], textarea
{
	background-image: url(../img/inputback.png);
	background-position: top;
	background-repeat: repeat-x;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	color: #666;
	font-family: "Source Sans Pro", sans-serif;
}
input[type=submit], input[type=button], .ChooseFiles, .CustomButton
{
	background-color: #0066B2;
	background-image: url(../img/buttonback.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	border: 1px solid #00294b;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover
{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
a
{
	text-decoration: none;
	color: #007fc2;
}
a:hover
{
	text-decoration: underline;
}
form
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-size: 18pt;
}
h2
{
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	font-size: 14pt;
}

table
{
	border-collapse: collapse;
}
td
{
	padding: 3px 8px 3px 8px;
}
td input[type=button]
{
	margin: -2px 0px;
}
.Table100 
{
	width: 100%;
}
.Table100 tr:nth-child(2n+0)
{
	background-color: #333;
}
.Table100 tr:nth-child(2n+1)
{
	background-color: #555;
}
th
{
	padding: 5px 8px;
	background-color: #0066B2;
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	text-align: left;
}

/* Special styles start */

.WhiteCenterBox
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	color: #666;
	border-radius: 5px;
	z-index: 32001;
}
.WhiteCenterBoxPadding
{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	padding: 18px 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.WhiteCenterBox label
{
	display: block;
	margin-bottom: 10px;
}
.WhiteCenterBox input[type=text], .WhiteCenterBox input[type=password]
{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	width: 238px;
	padding: 10px;
	font-size: 12pt;
}
.WhiteCenterBox input[type=submit], .WhiteCenterBox input[type=button]
{
	display: block;
	margin-bottom: 10px;
	width: 260px;
	padding: 10px;
	font-size: 12pt;
	text-align: center;
}
.WhiteCenterBox img
{
	margin: auto;
	margin-bottom: 10px;
	display: block;
}

.ShowMessageBox
{
	position: fixed;
	top: -500px;
	left: 50%;
	margin-left: -150px;
	width: 280px;
	background-color: #faffbd;
	border: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	color: #666;
	z-index: 10000;
	padding: 25px 10px 10px 10px;
	text-align: center;
	font-size: 11pt;
}

/* Top menu */
.TopMenu
{
	background: #900000;
	background-image: url(../img/redback.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;	
	width: 100%;
	height: 50px;
	white-space: nowrap;
}
.TopMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* Top menu element */
.TopMenu > ul
{
	display: inline-block;
}
.TopMenu > ul > li
{
	display: inline-block;
	margin-left: 10px;
	font-size: 10pt;
	padding: 15px 10px;
	height: 20px;
}
.TopMenu > ul > li > a
{
	color: #fff;
}
.TopMenu .Active
{
	background-color: #900000;
}
.Logo
{
	float: right;
	height: 70px;
}
.LogoJubilaeum
{
	float: right;
	height: 90px;
}

/* Sub menu element */
.SubMenu
{
	background-color: #f0f0f0;
	background-image: url(../img/whiteback.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: contain;
	color: #fff;	
	width: 100%;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
}
.SubMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SubMenu a
{
	color: #666;
}
.SubMenu li
{
	margin-left: 10px;
	display: inline-block;
	padding: 10px 10px 0px 10px;
	min-height: 35px;
}
.SubMenu .Active
{
	background-color: #e5e5e5;
}

/* Skygge under element */
.ShadowBelow
{
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0px 7px 10px -8px rgba(0, 0, 0, 0.2);
}
.ShadowAbove
{
	box-shadow: 0px 7px 10px -8px rgba(0, 0, 0, 0.2);
}

/* Top højre support */
.TopRight
{
	float: right;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	margin-top: 9px;
}
.TopRight a
{
	color: #fff;
}

/* Vis kun på tablet + desktop */
@media screen and (min-width: 641px) {
	.Mobile
	{
		display: none;
	}
}

/* Vis kun på mobil */
@media screen and (max-width: 640px) {
	.Desktop
	{
		display: none;
	}
}

/* Indhold */
.Content
{
	padding: 10px;
	max-width: 800px;
	margin: auto;
}

/* Knap højre */
.RightButton
{
	float: right;
	display: block;
	margin: 10px;
	padding: 7px 20px;
	font-size: 10pt;
	text-align: center;
}

/* Knap stor */
.LargeButton
{
	display: block;
	margin: 10px;
	padding: 7px 20px;
	font-size: 10pt;
	text-align: center;
}

/* Skjult */
.Hidden
{
	display: none;
}
.HiddenImportant
{
	display: none !important;
}

.Clear
{
	clear: both;
	margin-bottom: 5px;
}

/* Modal Form */
.ModalForm span
{
	display: block;
}
.ModalForm input[type=text]
{
	margin: 2px 2px 8px 2px;
}

/* Fejl i felt */
.InputError
{
	border-color: red;
}

/* Kolonner */
.InputCol
{
	float: left;
	width: 200px;
}
.InputCol span
{
	display: block;
}
.InputCol input[type=text]
{
	width: 160px;
}
.InputCol2
{
	float: left;
	width: 400px;
}

/* Vælg filer span */
.ChooseFiles
{
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 26px;
	cursor: arrow;
}
.ChooseFiles span
{
	margin: 5px 10px;
	text-align: center;
	width: 100px;
	height: 16px;
	display: block;
}
.ChooseFiles input
{
	position: absolute;
	top: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	cursor: arrow;
}
/* Fixes for IE < 8 */
@media screen\9
{
	.ChooseFiles input
	{
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

/* Processbar */
.ProgressBarOuter
{
	width: 100%;
	height: 25px;
	border: 1px solid #00294b;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.ProgressBarInner
{
	background-color: #0066B2;
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	overflow: hidden;
	width: 0;
	height: 25px;
	text-align: center;
}

/* Uploadede billeder */
.ImagesUploadThumb
{
	float: left;
	width: 90px;
	height: 90px;
	margin: 0px 5px 5px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	display: none;
}
.ImagesUploadThumb .CloseLink
{
	float: right;
	display: block;
	background-image: url(../img/close.png);
	background-size: contain;
	width: 25px;
	height: 25px;
}
.ImagesContainer
{
	clear: both;
	width: 590px;
}
.Left
{
	float: left;
}
.ImagesUploadImage
{
	float: left;
	margin: 10px 10px 0px 0px;
	width: 135px;
	height: 135px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.ImagesUploadImage input
{
	width: 125px;
	margin-top: 85px;
	text-align: center;
}
.ImagesUploadImage .CloseLink
{
	float: right;
	background-image: url(../img/close.png);
	background-size: contain;
	width: 25px;
	height: 25px;
}
.ImageUploadImageOver
{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.ImageUploadDragging
{
	opacity: 0.75;
	z-index: 30000;
}
.ImageUploadDragging input, .ImageUploadDragging .CloseLink
{
	display: none;
}
.ImageUploadNone .CloseLink
{
	opacity: 0;
	cursor: default;
}
.ImageUploadNone input
{
	border: 0px;
}
.ImagesUploadImage .readonly
{
	border: 0px;
	padding: 2px;
}

.ImagesGallery
{
	padding-top: 5px;
	margin: auto;
}
.ImagesGalleryImage
{
	display: block;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: fill;
	width: 128px;
	height: 128px;
	float: left;
	margin: 5px;
	border: 5px solid #fff;
}
.ImagesGalleryIframe
{
	display: block;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
	width: 128px;
	height: 128px;
	float: left;
	margin: 5px;
	border: 5px solid #fff;
	text-decoration: none;
}
.ImagesGalleryIframe:hover
{
	text-decoration: none;
}
.ImagesGalleryIframe span
{
	padding-top: 89px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


.ImagesGalleryIframeSmall
{
	display: inline-block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 70%;
	width: 105px;
	height: 64px;
	margin: 5px 0px 5px 15px;
	text-decoration: none;
}
.ImagesGalleryIframeSmall:hover
{
	text-decoration: none;
}
.ImagesGalleryIframeSmall span
{
	padding-top: 50px;
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	line-height: 110%;
}


/* Afdeling bund */
.DepartmentBottom
{
	background-color: #000;
	color: #fff;
	/*background-image: url(../img/blueback.pngx);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	z-index: 1;
}
.DepartmentBottom .DepartmentBottomInner
{
	max-width: 980px;
	margin: auto;
	padding: 10px ;
}
.DepartmentBottom a
{
	color: #fff;
}
.DepartmentBottom .Right
{
	float: right;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
}
.DepartmentBottom .Left
{
	max-width: 50%;
	overflow: hidden;
}
.MobileShowImageBackground
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 31001;
}
.MobileShowImageContainer .Before, .MobileShowImageContainer .Current, .MobileShowImageContainer .After
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 31002;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.MobileShowImageContainer .Close
{
	position: fixed;
	z-index: 31003;
	top: 10px;
	right: 10px;
}
.MobileShowImageContainer .Title
{
	margin: auto;
	margin-top: 10px;
	width: 200px;
	background: #fff;
	color: #666;
	padding: 5px;
	text-align: center;
	border-radius: 15px;
}

.Pdf
{
	text-align: center;
	padding: 10px;
}

.Menu
{
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.Menu a
{
	display: inline-block;
	margin-right: 15px;
}
.BottomFixed
{
	position: fixed;
	bottom: 10px;
	width: 800px;
	max-width: 95%;
}

.BookTitle
{
	padding: 10px 8px;
	background-color: #E00034;
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	clear: both;
	font-size: 16pt;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.BookContent
{
	background-color: #fff;
	color: #000;
	padding: 10px;
}
.BookBottom
{
	height: 10px;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}


/* Nummerplade */
.LicensePlate
{
	width: 205px;
	height: 60px;
	font-size: 50px;
	background-color: transparent;
	background-image: url(../img/licenseplate.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	border: 0px !important;
	padding-top: 0px !important;
	padding-right: 10px !important;
	padding-bottom: 0px !important;
	padding-left: 30px !important;
	text-transform: uppercase !important;
	text-align: center;
	display: block;
}

.Paging a
{
	color: #fff;
}

.CarResult
{
	margin: auto;
	width: 290px;
}
.CarResult span
{
	display: inline-block;
	width: 120px;
}
.CarResult div
{
	margin-top: 3px;
}

.SwitchContainer
{
	border: 1px solid #aaa;
	background: #f0f0f0;
	display: inline-block;
	border-radius: 10px;
	width: 36px !important;
	cursor: pointer;
	vertical-align: bottom;
}
.SwitchContainer .Button
{
	display: block;
	border: 1px solid #aaa;
	background: #fff;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}
.SwitchChecked 
{
	background: #00aa00 !important;
}
.SwitchChecked .Button
{
	float: right !important;
}

.BigInput
{
	font-size: 12pt;
}

#BookContentTreatment #treatment_content, #BookContentAccessory #accessory_content, #BookContentLocation .location-wrapper
{
	display: grid;
	grid-template-columns: auto auto;
}
#BookContentTreatment .Treatment, #BookContentLocation .location
{
	justify-self: center;

	/*display: inline-block;*/
	margin: 5px;
	
	width: 265px;
	
	background-color: #E0E0E0;
	
	overflow: hidden;
	
	border: 3px solid #fff;
}

#BookContentTreatment .TreatmentSelected, #BookContentAccessory .TreatmentSelected, #BookContentLocation .location.is-selected
{
	border: 3px solid #E00034 !important;
}

#BookContentTreatment .TreatmentTitle, #BookContentAccessory .TreatmentTitle
{
	background-color: #0066B2;
	min-height: 25px;
	padding: 5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#BookContentTreatment .Treatment label, #BookContentAccessory .Treatment label
{
	display: block;
	
	margin: auto;
	
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	
	cursor: pointer;
}
#BookContentTreatment label input, #BookContentAccessory label input
{
	float: left;
	margin-right: 5px;
}
#BookContentTreatment label .title, #BookContentAccessory label .title
{
	display: block;
	text-align: center;
	font-weight: bold;
}
#BookContentTreatment .dealer_number, #BookContentAccessory .dealer_number
{
	text-align: right;
	color: #888;
	font-size: 8pt;
	display: block;
}
#BookContentTreatment .price, #BookContentAccessory .price
{
	text-align: center;
	font-weight: bold;
	color: #1A1A1A;
	font-size: 14pt;
	display: block;
}
#BookContentTreatment .discount_text, #BookContentAccessory .discount_text
{
	text-align: center;
	color: #000;
	font-size: 9pt;
	display: block;
}
#BookContentTreatment .Description
{
	padding-top: 5px;
	margin: auto;
	display: block;
	line-height: 150%;
	
	padding: 5px;
	background-color: #E0E0E0;
	color: #333;
	margin-bottom: 10px;
}
#BookContentTreatment .Duration, #BookContentAccessory .Duration
{
	margin: auto;
	display: block;
	
	background-color: #E0E0E0;
	color: #333;
	margin-bottom: 5px;
	
	font-style: italic;
}

/* TILBEHØR */
#BookContentAccessory .Accessory
{
	justify-self: center;

	margin: 5px;
	
	width: 265px;
	
	background-color: #E0E0E0;
	
	overflow: hidden;
	
	border: 3px solid #fff;
	
	border-radius: 5px;
}
#BookContentAccessory .Treatment
{
	justify-self: center;

	margin: 5px;
	
	width: 265px;
	
	background-color: #E0E0E0;
	
	overflow: hidden;
	
	border: 3px solid #fff;
	
	border-radius: 5px;
}
#BookContentAccessory .Description
{
	padding-top: 5px;
	margin: auto;
	display: block;
	line-height: 150%;
	
	padding: 5px;
	background-color: #E0E0E0;
	color: #333;
	margin-bottom: 10px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#BookContentAccessory .Accessory label
{
	display: block;
	
	margin: auto;
	min-height: 80px;
	
	background-repeat: repeat-x;
	background-position: top center;
	color: #fff;
	
	cursor: pointer;
}
#BookContentAccessory .AccessoryTitle
{
	background-color: #0066B2;
	min-height: 25px;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#BookContentTreatment label div
{
}
#BookContentTime table
{
	margin: auto;
	text-align: center;
}
#BookContentTime .times
{
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
#BookContentTime .times .LargeButton
{
	display: inline-block !important;
	margin: 5px;
}
.BookContent .LargeButton
{
	margin-left: auto;
	margin-right: auto;
}

.Calendar th, .Calendar td
{
	text-align: center;
}
.Calendar .Day
{
	border: 1px solid #c5dbec;
	background-color: #eaf5fe;
	color: #ccc;
}
.Calendar .Available
{
	border: 1px solid #61B823;
	background-color: #90B874;
}
.Calendar .Active
{
	border: 1px solid #850000 !important;
	background-color: #A20000 !important;
	color: #fff !important;
}

#BookContentConfirm table
{
	margin: auto;
}

.TabContainer
{
	height: 30px;
	overflow: hidden;
}
.TabElement
{
	display: inline-block;
	margin-right: 5px;
	padding: 8px 10px;
	background-color: #888;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.TabActive
{
	background-color: #fff !important;
	color: #000 !important;
}

.Back
{
	width: 100%;
	height: 100%;
	background-image: url(../img/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}


.TransparentCenterBox
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	color: #fff;
	border-radius: 5px;
}
.TransparentCenterBoxPadding
{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding: 18px 20px;
}
.TransparentCenterBox label
{
	display: block;
	margin-bottom: 10px;
}
.TransparentCenterBox input[type=text], .TransparentCenterBox input[type=password]
{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	width: 238px;
	padding: 10px;
	font-size: 12pt;
}
.TransparentCenterBox input[type=submit], .TransparentCenterBox input[type=button]
{
	display: block;
	margin-bottom: 10px;
	width: 260px;
	padding: 10px;
	font-size: 12pt;
	text-align: center;
}
.TransparentCenterBox img
{
	margin: auto;
	margin-bottom: 10px;
	display: block;
}

.InputLabel
{
	background-color: #fff;
	color: #000;
	clear: both;
	height: 40px;
	margin-bottom: 10px;
}
.InputLabel label
{
	display: inline-block;
	padding-left: 10px;
	padding-top: 11px;
	min-height: 40px;
	font-size: 11pt;
	font-weight: bold;
}
.InputLabel input
{
	float: right;
	width: 125px !important;
	background: none !important;
	border: 0px !important;
	height: 40px; !important;
	padding: 0px !important;
	padding-left: 5px !important;
}

.divUserTitle
{
	color: #000;
	font-size: 20pt;
	font-weight: bold;
	padding: 10px;
}
.divUserContent
{
	padding: 0px 10px 10px 10px;
}

.InfoBox
{
	margin: auto;
	max-width: 350px;
	background-color: #faffbd;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #666;
	padding: 10px;
}
.InfoBox ul
{
	margin: 0px;
	
}
.ButtonChoose
{
	display: inline-block;
	margin: auto;
	border-radius: 15px;
	background-color: #E00034;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 3px;
}

/*
	Max højde på UI autocomplete
*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}