/* @override 
	http://tms.billetten.dev/resources/tms/css/global.css
	http://hamlet.billetten.dev/resources/hamlet/css/global.css */
/* Defaults */

@font-face {
    font-family: 'GibsonSemiBold';
    src: url('../fonts/gibson_semibold/Gibson-SemiBold-webfont.eot');
    src: url('../fonts/gibson_semibold/Gibson-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_semibold/Gibson-SemiBold-webfont.woff') format('woff'),
         url('../fonts/gibson_semibold/Gibson-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/gibson_semibold/Gibson-SemiBold-webfont.svg#GibsonLightBold') format('svg');
    font-weight: bold !important;
    font-style: normal !important;

}

@font-face {
    font-family: 'GibsonRegular';
    src: url('../fonts/gibson_regular/Gibson-Regular-webfont.eot');
    src: url('../fonts/gibson_regular/Gibson-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_regular/Gibson-Regular-webfont.woff') format('woff'),
         url('../fonts/gibson_regular/Gibson-Regular-webfont.ttf') format('truetype'),
         url('../fonts/gibson_regular/Gibson-Regular-webfont.svg#GibsonRegular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}


body {
	margin: 0;
	font-size: 14px;
	color: #000000;
	background-color: #474747;
	font-family: 'gibsonRegular', arial, helvetica, verdana, tahoma;
}

div.wrapper {
	background-color: #FFFFFF;
}

#content div.maincol.floatleft div p {
	
}

.frontpage_text p {
	line-height: 1;
}



html,body {
	height: 100%;
	line-height: 1.3;
}

#changePriceContainer {
	z-index: 9999;
	width: 700px;
	max-height: 600px;
	overflow: auto;
	position: absolute;
	background-color: #FFFFFF;
	top: 200px;
}

.informationbox{
	padding: 10px;
	background-color: #f4f4f4;
	border:  2px solid silver;
	margin-bottom: 20px;
}

p {
	line-height: 1.3;
}

#flashMessenger .success, #flashMessenger .error, .success, .obs {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'gibsonSemiBold', arial, helvetica, verdana, tahoma;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

input[type='text'], input[type='password'],textarea {
	font-size: 12px;
	border: 1px solid #C3C3C3;
	width: 200px;
	margin: 5px;
	margin-left: 0px;
	background: none repeat scroll 0 0 white;
	border: 1px solid #BDBAB3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 1px 2px 0px #BBBBBB inset;
	font-size: 13px;
	padding: 5px;
}

.obs {
	margin: 10px 0px 10px 0px;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #f4f4f4;
}

label {
	font-weight: bold;
	white-space: nowrap;
	margin-right: 10px;
}

.right {
	text-align: right;
}

/*IMAGE FORMATS*/
.eventDetailsImage {
	width: 346px;
	height: 192px;
	background-size: 100%;
	background-position: center center;
}

.searchlistImage {
	
}

.calendarImage {
	
}

#choosePriceForm .pricegroups tr:hover {
	background-color: #f4f4f4;
}

.nowrap {
	white-space: nowrap;
}

/* BUTTONS */

input[type='submit'],input[type='button'],input[type='reset'] {
	padding: 5px;
}


.button {
	background-color:rgba(0,0,0,1);
	border: none;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	font-family: arial !important;
	text-align: center;
}

.button:hover {
	cursor: pointer;
}

.button:active {
	position:relative;
	top:1px;
}


#showlist table.borderlist.oddeven tbody tr.item td {
	height: 30px;
}

.smallbutton {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button1 {

}

.searchbutton {
	margin: 0px;
	font-size: 14px;
	min-width: 75px;
}

#searchresults div.item div.floatleft {
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.clearmargin a {
	margin-left: 0px;
}

#terms {
	height: 300px;
	overflow: auto;
	float: left;
}

/* Navigation */

#main-navi a {
	color: #FFFFFF;
	line-height: 40px;
}

#main-navi ul {
	background: url('../images/menudivider.png') no-repeat left;
	float: left;
}

#main-navi div.floatright {
	margin-right: 10px;
}

#main-navi li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: url('../images/menudivider.png') no-repeat right;
}

#main-navi li.last{
	border: 0px solid;
}

#bottom div.sitewidth {
	line-height: 30px;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}

/* Layout */

#layout {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 765px;
}

#ajaxwait {
	color: #000000;
}

#content {
	min-height: 704px;
}

#topbar {
	width: 100%;
	background: rgba(21,40,75,1);
}

#topbar .sitewidth{

}

#topbar #logo {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

#topbar #logo img{
	width: 150px;
}

#topbar #main-navi {
	float: left;
	text-transform: uppercase;
	font-family: 'gibsonSemiBold', arial, helvetica, verdana, tahoma;
	font-weight: normal;
	width: 100%;
	background: url('../../default/images/bar-bg.png') repeat-x 0 bottom;
	background-color: #111111;
	bottom: 0px;
	position: relative;
}

.maincol {
	width: 712px;
	min-height: 700px;
	height: auto !important;
	margin-top: 20px;
}

.mainrightcol {
	width: 224px;
	margin-left: 20px;
	min-height: 700px;
	height: auto !important;
	margin-top: 20px;
}

.eventheader .head2 {
	margin-bottom: 20px;
	text-transform: none;
}

#jumpbuybutton {
	margin-top: 20px;
}

.maincol .leftcol {
	width: 346px;
	float: left;
	margin-right: 10px;
}

.maincol .rightcol {
	float: left;
	margin-left: 10px;
	width: 346px;
}

.sitewidth {
	text-align: left;
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	width: 100%;
}

#featurebox {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	line-height: 1;
}

#searchbox {
	margin: 0px 0px 10px 0px;
	background-color: #f4f4f4;
	padding: 10px;
}

#currentevents {
	float: left;
	width: 204px;
	margin-left: 20px;
	padding: 10px;
	display: none;
}

#currentevents .head {
	margin-bottom: 20px;
}

img.ui-datepicker-trigger {
	vertical-align: middle;
	margin-bottom: 5px;
}

#currentevents .item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.showlistcontainer {
	margin-top: 20px;
}

.showlistcontainer tr.item td {
	vertical-align: middle;
	height: 35px;
}

.showlistcontainer tr.subhead td {
	font-size: 14px;
	font-weight: bold;
	color: gray;
	padding-top: 10px;
}

.showlist .item span {
	float: left;
	margin: 3px;
}

.showlist .button {
	margin-left: 5px;
	float: right;
}

.salesmethodButton {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 300px;
}

.freeseatsindicator {
	border-radius: 3px;
	margin-top: 1px;
	margin-right: 10px;
}

.pricegroups input {
	margin-left: 10px;
	margin-right: 10px;
}

.borderbottom {
	border-bottom: 2px solid silver;
	padding-bottom: 10px;
	margin-bottom: 0px !important;
}

.basketoptions .head2 {
	padding: 10px;

	background: #d4d4d4;
}

.total {
	font-weight: bold;
	background-color: #f4f4f4;
	border-color: #FFFFFF;
}

.borderlist.oddeven tr:nth-child(even) {
	background-color: #f4f4f4;
}

.borderlist.oddeven tr:nth-child(odd) {
	background-color: #ffffff;
}

.borderlist td{
	padding: 0px 10px 0px 10px;
}

.eventdetails .description {
	width: 538px;
	line-height: 1.3;
}

.borderlist th {
	font-weight: bold;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

.borderlist td, #reducTable td {
	height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid silver;
	color: #000000;
}

#reducTable th {
	padding-right: 20px;
}

#reducTable th:last-child {
	padding-right: 0px;
}

.center {
	text-align: center;
}

.w100 {
	width: 100%;
}

.box .item {
	line-height: 25px;
	color: gray;
}

.box {
	margin-bottom: 10px;
	border: 1px solid silver;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.box .head {
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px solid;
	padding: 10px;
	color: #000000;
}

.box .content {
	margin: 10px;
}

.shippingbox, .totalbox {
	float: left;
	min-height: 170px;
	width: 346px;
	background-color: #F4F4F4;
	margin-top: 20px;
	margin-bottom: 20px;
}

.basketcontent th {
	background-color: #c4c4c4;
	padding: 5px 10px 5px 10px;
	font-size: 125%
}

.basketcontent .smallbutton {
	margin-top:  5px;
	margin-bottom: 5px;
}

.basketcontent .seasonlabel{
	font-size: 11px;
	color: gray;
	margin-left: 10px;
}

#showlist .button2 {
	padding: 3px 10px;
	font-size: 11px;
}

#showlist table.borderlist.oddeven tbody tr.item td.center div {
	white-space: nowrap;
}

.shippingbox {
	margin-right: 20px;
}

.shippingbox .content, .totalbox .content {
	margin: 10px;
}

.totalbox table {
	width: 100%;
}

.totalbox table td {
	line-height: 20px;
}

.box.info .head {
	color: #FFFFFF;
	border-bottom: 0px;
	background: #575757 url('../../default/images/bar-bg.png') repeat-x 0 10px;
}

.box .boxcontent {
	padding: 10px;
	border-top: 0px;
}

.mainrightcol input[type='text'],.rightcol input[type='password'] {
	width: 170px;
	margin-left: 0px;
}

#basketlist tbody tr td.head {
	background-image: none;
	width: 100%;
}

#reductions input {
	width: 30px;
}

.campaigncodepanel {
	margin: 10px;
	margin-bottom: 30px;
}

.basketpanel {
	margin-bottom: 20px;
	background-color: #f4f4f4;
}

.basketpanel .content {
	margin: 10px;
	min-height: 40px;	
}

.searchPanel input.datefield {
	width: 70px;
}

.basketpanel .button {
	width: 152px;
	margin-top: 10px;
	margin-bottom: 10px;;
}

.searchPanel input.searchfield {
	width: 448px;
	font-size: 14px;
	margin: 0px;
	margin-right: 20px;
	padding: 5px 10px 5px 10px;
	font-family: 'GibsonRegular', arial, helvetica, verdana, tahoma;
}

#searchVenue, #searchRegion {
	margin-left: 20px;
}

.loginpanel input#submit.button {
	margin-bottom: 10px;
}

.loginpanel input#username,.loginpanel input#password, #campaign-redeem-form input {
	width: 193px;
}

#loginform table {
	width: 100%;
}

.loginpanel {
	padding-bottom: 10px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}

.basketpanel h1, .loginpanel h1 {
	background-color: #333333;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;	
	line-height: 1;
	text-transform: uppercase;
}

.loginpanel .content {
	margin: 10px;
}

.loginpanel input[type='text'], .loginpanel input[type='password'] {
	margin: 0px;
	margin-bottom: 5px;
}

.divider {
	height: 1px;
	background-color: silver;
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginpanel input[type='submit'], #campaign-redeem-form input[type='submit']{
	width: 100%;
}


span.medvirkende, span.staff_type {
	font-weight: bold;
	color: gray;
}

#content div.rightcol {
	margin-left: 10px;
}

.maincol div.rightcol span {
	color: gray;
	font-weight: bold;
}

.eventdetails {
	
}

#searchresults {
	margin-top: 20px;
}

#searchresults .item {
	border-bottom: 1px solid silver;
	color: gray;
}

#searchresults .item img {
	height: 100%;
	width: 100%;
}

#searchresults .item .imagecontainer {
	width: 95px;
	height: 52px;
	margin-right: 20px;
}

.profilemenu-container {
	float: right;
}

#searchresults .title {
	font-weight: bold;
	font-size: 13px;
}

.eventdetails .eventimage .image {
	border: 1px solid #F4F4F4;
	width: 712px;
	height: 200px;
}

#shufflebox div.head2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head1 {
	font-size: 170%;
	font-family: 'gibsonSemiBold', arial, helvetica, verdana, tahoma;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}

.head2 {
	font-size: 125%;
	font-family: 'gibsonSemiBold', arial, helvetica, verdana, tahoma;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
}

.head3 {
	font-family: 'GibsonRegular', arial, helvetica, verdana, tahoma;
	font-size: 100%;
	margin-bottom: 4px;
}

#terms .bold {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#terms ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 20px;
}

#terms p {
	margin: 0px;
}

div.loginbox.ajaxloginbox  div.formcontainer table tbody tr td input {
	margin: 5px;
	margin-right: 5px;
	margin-left: 10px;
}

#otherShowsContainer {
	background-color: #FFFFFF;
}

.imagecredit {
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	color: gray;	
}

input.antal {
	text-align: right;
}

#choosePriceForm {
	margin-top: 20px;
}

#relatedevents.horizontal .item {
	width: 163px;
	margin-right: 20px;
	float: left;
	border: 0px;
	background-color: #f4f4f4;
}

#relatedevents.horizontal .title{
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
	width: 143px;
}

#relatedevents.horizontal .details{
	padding: 10px;
}

#relatedevents.vertical .item {
	width: 100%;
	height: 56px;
	margin-right: 20px;
	float: left;
	border-bottom: 1px solid silver;
}

#relatedevents .item .image img {
	width: 100%;
	margin: 0px;
}

#relatedevents.vertical .image {
	width: 102px;
	height: 56px;
	float: left;
	margin-right: 20px;
}

#relatedevents.vertical .title, #relatedevents.vertical .floatright{
		line-height: 56px;		
}

.profilemenu-container {
	margin-right: 20px;
	background-color: #f4f4f4;
	padding: 10px;
	border: 1px solid silver;
}

.profilemenu-container ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 20px;
    color: #000000;
    font-weight: bold;
}

/* PRODUCTS*/
.product_header{
	font-weight: bold;
}

#topsearch{
	float: left;
	margin-top: 35px;
}
