html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2em;
	/*background-image: url("bg_blue.jpg");*/
	/*background-position: center;*/
	/*background-attachment: fixed;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}
.wrapper {
	min-height: 100%;
    margin-bottom: -300px;
    padding-bottom: 320px;
}
footer {
	min-height: 300px;
	font-weight: 300;
}
.main {
	display: block;
	margin-top: 106px;
	background-color: #ffffff;
	min-height: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main h1, .main h3 {
    color: #1d2554;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 14px;
    margin-bottom: 25px;
}
.main h1::after, .main h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #1d2554;
    margin: 14px auto 0;
}
.main h2.page-heading-accent {
    color: #1d2554;
    letter-spacing: 1px;
    padding-bottom: 14px;
}
.main h2.page-heading-accent::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #1d2554;
    margin: 14px auto 0;
}
#count {
	display: inline-block;
	height: 20px;
	width: 20px;
	left: 10px;
	top: -15px;
	text-align: center;
	background-color: #33aa33;
	border: 1px solid #ffffff;
	border-radius: 10px;
	line-height: 20px;
}
#count_down {
	display: inline-block;
	width: 45px;
	text-align: center;
	color: white;
	line-height: 20px;
	padding: 0px 4px;
}
#login_eye, #join_eye, #password_eye_old, #password_eye_new {
	font-size: 1.2em;
	position: relative;
	float: right;
	top: -32px;
	right: 10px;
	color: #666666;
}
*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
.seats_price {
	fill: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
	pointer-events: none;
	font-family: 'Roboto Condensed';
}
.seats_seat {
	fill: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
	pointer-events: none;
	font-family: 'Roboto Condensed';
}
svg {
	width: 100%;
	height: auto;
}
circle {
	cursor: pointer;
}
.selected {
	fill: #3297db !important;
}

#selected {
    position: fixed;
    top: 120px;
    right: 20px;
    color: #ffffff;
    width: 240px;
    padding: 20px;
}
.calendar .cday {
	position: relative;
	height: 140px;
	width: 100%;
}
.calendar .other-month {
}
.calendar .cday a, .calendar .cday span {
    position: relative;
    z-index: 999;
	font-size: 1rem;
}
.calendar .day, .calendar .highlight, .calendar .day-other {
    position: absolute;
    color: #5c5c5c;
    font-size: 5em;
    font-weight: bold;
    width: 99%;
    text-align: center;
}
.calendar .day-other {
	color: #767676;
}
.day-event-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    z-index: 0;
}
.calendar .day, .calendar .highlight, .calendar .day-other {
    z-index: 1;
}
.calendar .cday a {
    color: #0056b3;
    text-decoration: underline;
}
.calendar .cday .content-row {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: rgba(255,255,255,0.85);
    border: 1px solid #e0c36c;
    padding: 2px 6px;
    border-radius: 3px;
    margin: 1px 0;
}
/* .calendar .highlight {
    color: #99999966;
} */
.calendar .today {
	background-color: #d6ebff;
}
@media only screen and (max-width: 62em) {
	#selected {
	    position: static;
		width: 100%;
	}
}
.prices-class {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
.news-banner {
    background-color: #f4f4f4;
    color: #1d2554;
    font-size: 1.15em;
    padding: 20px;
    border-top: 3px solid #1d2554;
    border-bottom: 3px solid #1d2554;
}
.news-banner-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 0.95em;
}
.news-banner .news-item p {
    margin-bottom: 8px;
}
.news-banner .news-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
}
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 6px;
    color: #ffffff;
}
.status-badge-navy {
    background-color: #1d2554;
}
.status-badge-danger {
    background-color: #7a1f1f;
}
.btn-buy-ticket {
    display: block;
    width: 100%;
    background-color: #1d2554;
    color: #ffffff !important;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-decoration: none !important;
    margin-top: 8px;
}
.btn-buy-ticket:hover {
    background-color: #00306b;
    color: #ffffff !important;
}
@media (max-width: 1199.98px) {
    .navbar-dark .nav-link {
        border-bottom: none;
        padding-bottom: 0.5rem;
    }
    .navbar-dark .nav-link:hover,
    .navbar-dark .nav-link:focus {
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.08);
    }
    .navbar-dark .nav-item.active .nav-link {
        border-bottom: none;
        background-color: rgba(255, 255, 255, 0.12);
    }
}
.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
    color: #ffffff !important;
    border-bottom: 3px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.08);
}
.navbar-dark .nav-item.active .nav-link {
    color: #ffffff !important;
    font-weight: bold;
    border-bottom: 3px solid #ffffff;
}