/* Event list */
@media screen {
    div.list-result-name { font-size: larger; }
}
.list-result-buy { text-align: right; }
.list-result-container:hover { background-color: #F0F0F0; }
.list-result-container { border-radius: 10px; }

div.panel {
	margin-right: -10px;
	margin-left: -10px;
}
div.gradient-green {
	background: linear-gradient(white, lightgreen);
}
div.gradient-blue {
	_background: linear-gradient(white, lightblue);
	background: rgb(240,249,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(47%,rgba(203,235,255,1)), color-stop(100%,rgba(161,219,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}
div.gradient-grey {
	_background: linear-gradient(white, lightgrey);
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
div.gradient-red {
	background: linear-gradient(white, red);
}
div.gradient-pink {
	background: linear-gradient(white, pink);
}
div.gradient-yellow {
	background: linear-gradient(white, lightyellow);
}
table.table > tbody > .primary {
	color: black;
	background-color: #d9534f;
	border-color: #d9534f;
	
}
.table-hover > tbody > tr.primary:hover > td {
	background-color: red;
}

.table-events > tbody > tr > td > a:link {
	color: red;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red > .panel-heading {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d9534f;
	linear-gradient(to bottom,#d9534f 0,#c9302c 100%)		
}
.panel-red > .panel-heading > h1 {
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
}
.field-required > label:after { content:"*"; }
.navbar-default .navbar-nav > li > a { color: black; }
.navbar-default .navbar-nav > li > a:hover { color: red; }
.navbar-inverse .navbar-nav > li > a { color: white; } 
.navbar-inverse .navbar-nav > li > a:hover { color: red; }
div.navbar-default { margin-bottom: 3px; }

.thumbnail {text-transform:uppercase; color: black; border: 0px;}
ul.red-links a { color: #d9534f; }
ul.red-links a:hover { color: red; }

.red-links a { color: #d9534f; }

table.table-events a { color: #c92918; }
table.event-list > tbody > tr > td { 
	vertical-align: middle; 
}

table.event-list > tbody > tr > td > a {
	color: #d9534f;
}
table.event-list > tbody > tr > td > a:hover {
	color: red;
}

.twitter-typeahead {
    width: 100%;
    position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: -5px;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
.top-artists {
	font-size: 1.3em;
}
.top-artists > li.red-active {
	color: white;
	background-color: #d9534f;
	border-color: #ac2925;
	background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
}

.navbar-custom {
  background-color: #d2322d;
  border-color: #b72c27;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db5b57), to(#d2322d));
  background-image: -webkit-linear-gradient(top, #db5b57, 0%, #d2322d, 100%);
  background-image: -moz-linear-gradient(top, #db5b57 0%, #d2322d 100%);
  background-image: linear-gradient(to bottom, #db5b57 0%, #d2322d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5b57', endColorstr='#ffd2322d', GradientType=0);
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #c0c0c0;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #c0c0c0;
  background-color: #b72c27;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b72c27), to(#d5403c));
  background-image: -webkit-linear-gradient(top, #b72c27, 0%, #d5403c, 100%);
  background-image: -moz-linear-gradient(top, #b72c27 0%, #d5403c 100%);
  background-image: linear-gradient(to bottom, #b72c27 0%, #d5403c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb72c27', endColorstr='#ffd5403c', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #b52b27;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #b72c27;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #b72c27;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}
nobody {
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #EFEAEC 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #EFEAEC 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #EFEAEC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #EFEAEC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #EFEAEC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #EFEAEC 100%);
}

.bottomRight {
    position:fixed;
    right:0px;
    bottom:0px;
 }

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 42px;
  background-color: #686868;
  border-top: solid 1px red;
  color: white;
}
#footer ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	overflow: hidden;
	list-style: none;
}
#footer a:link {
	color: white;
}
#footer a:visited {
	color: white;
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 0;
}
@media (min-width: 1300px) {
	body {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}
}
div.white-background {
	background-color: white;
	border-radius: 10px;
}

.tt-availability {
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 1px;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: -1px;
}
.tt-available {
	background: #abcb59;
}
.tt-notavailable {
	background: #f4a5a6;
}
.tt-few {
	background: #f9b55c;
}
ol.breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}
.breadcrumb>li+li:before {
	content: "»";
}
.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .wizard-badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}
/* ff anti-aliasing bug - http://coderwall.com/p/tpmsta */
.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}
.mywizard li a:after, .mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}
.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .wizard-badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

.ui-autocomplete-loading {
    background: white url("/static/images/ui-anim_basic_16x16.gif") right center no-repeat;
}  
.ui-menu {
	z-index: 1100;
}
.well-red {
	background-image: linear-gradient(to bottom,#f5f5f5 0,#d9534f 100%);
	color: white;
}
.well-red a {
	color: #00ffff;
}
div.box {
	border-radius: 5px;
	border: 1px solid;
	border-color: #d9534f;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
}
div.box-info {
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
}
div.box-black {
	border-color: black;
}

h4.event-title {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid;
	padding: 5px;
	background-color: #d9534f; #428bca;
	color: white;	
}
@media screen and (max-width: 768px) {
	div.event-object-list {
		text-align: center;
	}
	div.event-add-tickets {
	    text-align: center;
	}
	div.tickets-legend {

	}
	.booking-event-info { text-align: center; }
}

@media screen and (min-width: 769px) {
	div.event-object-list {
		text-align: right;
	}
	div.event-add-tickets {
	    text-align: right;
	}
	div.tickets-legend {
	}
}

div.event-listf:nth-child(even) {
	background-color: lightgrey;
}
div.event-list-object {
}

h1.label, h2.label {
	margin-top: 0px;
	margin-bottom: 3px;
	white-space: normal;
}
h1.label {
	font-size: 1.2em;
}
h2.label {
	font-size: 1.0em;
}
h3 {
    margin-top: 10px;
}
div.entry-body { margin-left: 5px; margin-right: 5px; }
ul.artists { margin: auto; padding: 0px; text-align: center; }
ul.artists > li { display: inline-block; text-transform: uppercase; }
ul.artists > li:not(:last-child):after { content: " | ";}
ul.common-questions { list-style-type: circle; line-height: 2em;}
div.common-questions > h2 { font-size: medium; font-weight: bold; margin: 0px; padding-top: 50px;}
.btn-date { width: 100%; }
.tickets-title-container { font-family: Georgia; text-align: center; }
.tickets-title-container hr { margin-top: 5px; margin-bottom: 5px; }
.tickets-title h1 { font-size: 2em; margin-top: 10px; margin-bottom: 10px;}
.tickets-title h2 { font-size: 1.2em; margin-top: 3px; margin-bottom: 3px;}
div.tickets-title { font-size: 1.8em; display: inline-block; text-decoration: underline; }
span.tickets-date { font-size: 1.2em; }
span.tickets-place { font-size: 1.2em; }
div.tickets-tickets button { width: 10em; }
.tickets-information { min-height: 170px; }
.tickets-dates button, .tickets-dates a { margin-top: 3px; margin-bottom: 3px; width: 100%; }
span.event-no-show { text-decoration: line-through; }
div.tickets-event-objects { text-align: center; }
div.tickets-event-objects button { width: 100%; margin-top: 3px; margin-bottom: 3px; }
span.nowrap { white-space: nowrap; }
div.tickets-information blockquote { font-family: Georgia; }
div.addthis_sharing_toolbox { min-height: 25px; margin-top: 3px;}
img.photo { border-radius: 10px; margin: auto auto; }
div.lightgreybox {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 5px;
}
span.ticket-type-name {
    font-weight: bold;
}
h4.ticket-type-name { margin-top: 2px; margin-bottom: 2px;}
.flex { display: flex;}
.flex-row {flex-direction: row;}
.flex-column {flex-direction: column;}
.flex-wrap {flex-wrap: wrap;}
.flex-justify-content-center {justify-content: center;}
.flex-justify-content-space-around {justify-content: space-around;}

div.ticket-box {
    width: 26rem;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
  /*
  border-style: solid;
  border-width: 1px;
  border-image:
    linear-gradient(
      to bottom,
      red,
      rgba(0, 0, 0, 0)
    ) 1 100%;
    */
}

@media screen and (min-width: 769px) {
}
div.select-tickets-old {
  border: 5px solid;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-image-slice: 1;
  border-image-source:
    linear-gradient(
      to left,
      red,
      rgba(0, 0, 0, 0)
    );
}
.select-tickets {border-bottom: 1px solid;}
@media screen and (max-width: 768px) {
    div.ticket-box {
        width: 98%;
    }
}
