body {
    padding-top: 0px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}


.typo3-widget-paginator {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.page-navigation li {
    display: inline;
}

.page-navigation a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1;
}

.page-navigationa:hover
{
    background-color: #f5f5f5;
}

.page-navigation .current  {
    background-color: #f5f5f5;
    color: #999999;
    cursor: default;
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1;
}

/*SPINNER*/
#overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=10);    
}
#loading {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}

/*SEATMAP*/
.front-indicator {
    width: 145px;
    margin: 5px 32px 15px 32px;
    background-color: #f6f6f6;
    color: #adadad;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}
.seat-wrapper {
    width: 100%;
    text-align: center;
}
.seat-container {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}
.booking-details {
    float: left;
    text-align: left;
    margin-left: 35px;
    font-size: 12px;
    position: relative;
    height: 401px;
}
.booking-details h2 {
    margin: 25px 0 20px 0;
    font-size: 17px;
}
.booking-details h3 {
    margin: 5px 5px 0 0;
    font-size: 14px;
}
div.seatCharts-cell {
    color: #182C4E;
    height: 25px;
    width: 25px;
    line-height: 25px;

}
div.seatCharts-seat {
    color: #FFFFFF;
    cursor: pointer;
}
div.seatCharts-row {
    height: 35px;
}
div.seatCharts-seat.available {
    background-color: #1AFF00;

}
div.seatCharts-seat.available.a {
    /* 	background: url(vip.png); */
    background-color: #148C07;
}

div.seatCharts-seat.available.b {
    /* 	background: url(vip.png); */
    background-color: #1FE309;
}

div.seatCharts-seat.available.c {
    /* 	background: url(vip.png); */
    background-color: #148C09;
}

div.seatCharts-seat.available.d {
    /* 	background: url(vip.png); */
    background-color: #148D09;
}

div.seatCharts-seat.available.e {
    /* 	background: url(vip.png); */
    background-color: #1FE309;
}

div.seatCharts-seat.focused {
    background-color: #76B474;
}
div.seatCharts-seat.selected {
    background-color: #FFBB3D;
}
div.seatCharts-seat.unavailable {
    background-color: #FF0000;
}
div.seatCharts-container {
    border-right: 1px dotted #adadad;
    width: 100%;
    padding: 20px;
    float: left;
}
div.seatCharts-legend {
    padding-left: 0px;
    position: absolute;
    bottom: 16px;
}
div.seatCharts-space {
    background-color: #454545;
    color: #ffffff;
}
ul.seatCharts-legendList {
    padding-left: 0px;
}
span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}
.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
#selected-seats {
    max-height: 90px;
    overflow-y: scroll;
    overflow-x: none;
    width: 170px;
}

div.seatCharts-seat.reserved {
    background-color: #EFEFEF;
    color: #000000;
}

#reservationdate {
    height: 500px;
    overflow:auto;
}

/*SIDEBAR*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #F0F0F0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 10px;
    line-height: 20px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #C0C0C0;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 15px;
    line-height: 20px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 15px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.sidebar-nav{
    max-height: 85%;
    overflow-y:scroll;
    scrollbar-face-color: #EFEFEF;
    scrollbar-arrow-color: #FEFEFE;
}

.msg_container_base{
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height:300px;
    overflow-x:hidden;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width:100%;
}


.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}
.reservationname {
    font-size: 12px;
}

.badge {
    color:white;
    background-color:black;
    font-size:15px;
}

.sellreservationhandler:hover {
    color:#ffff00;
    cursor: pointer;
}

.pricingtable {
    font-size: 10px;
    background-color: #d3d3d3;
}
.pricingtable th {
    padding: 3px;
}
#dialogtotal {
    background-color: mistyrose;
    font-weight: bolder;
}
.sm-row {
    width: 6em;
}
.price {
    width: 10em;
}
#settlementButton {
    margin-left:500px;
}
/*BoxOffice*/
.boxoffice {
    background-color: #454545;
}
/*MyShowtab*/
#myShowtab {
    background-color: #ffffff;

}

#myShowtab li a {
    color: #000000;
}

#myShowtab li.active a {
    background-color: black;
    color: #ffffff;
}
/*scroll TAB*/
.tabwrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:50px;
    font-weight:bold;
}

.tabwrapper1 {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:0px;
    height:1px;
    font-weight:bold;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3000px;
    margin-left:0px;
    margin-top:0px;
}

.list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
    text-align:center;
    cursor:pointer;
    display:none;
    white-space:no-wrap;
    vertical-align:middle;
    background-color:#fff;
}

.scroller-right{
    float:right;
    height:50px;
    width: 15px;
}

.scroller-left {
    float:left;
    height:50px;
}
.list-group-item-info {
    background-color: #d9edf7;
}

.tab-content {
    margin-top:2px; 
}

/*slick*/
    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 1px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
	
	.slick-current a button {

	}
	.slickactive {
		background-color:black;
		color:white;
	}
	
  .slickbutton {
	width:120px;
	height:50px;
	min-height:50px;
	min-width:120px;
	font-weight:bold;
  }	
  .slickbutton:hover {
   background-color: black; 
   color: white;
  }
  
  .slickbutton:active {
   background-color: black; 
   color: black;
   border:1px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 26px;
	color:white;