/* Tickets CSS
-------------------------------------------------- */
body > .container {
    min-height: 100%;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Ajax CSS
-------------------------------------------------- */
#event-layout-preloader {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=1);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#event-preloader {
    background: #fff;
    border: 2px #333 solid;
    border-radius: 4px;
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    z-index: 9999;
}
#event-preloader > p {
    color: #333;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#ajax-error {
    background: pink;
    border-radius: 0 0 6px;
    color: #000;
    display: none;
    font-size: 0.8em;
    left: 0;
    padding: 7px 6px;
    position: fixed;
    top: 0;
    z-index: 10;
}

#preloader-page > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/* Page CSS
-------------------------------------------------- */
header {
    flex: 0 0 auto;
}
.container__header {
    margin: 0;
    padding: 0;
}

/* Layout CSS
-------------------------------------------------- */
.container__content {
    clear: both;
    flex: 1 0 auto;
}

.layout__header {
    margin-top: 10px;
}

/* Footer CSS
-------------------------------------------------- */
footer {
    flex: 0 0 auto;
}
.container__footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.footer__link {
    text-decoration: underline;
    white-space: nowrap;
}
.footer__link:focus,
.footer__link:hover {
    text-decoration: none;
}

/* Information CSS
-------------------------------------------------- */
.information__phone {
    font-size: 14pt;
    font-weight: 500;
}
.information__link:hover {
    text-decoration: none;
}
.information__text {
    text-align: left;
}
.information__text b,
.information__text strong {
    font-weight: 400;
}

/* Sidebar CSS
-------------------------------------------------- */
.layout-sidebar {
    height: 100%;
}
.sidebar__list {
    list-style: none;
}
.sidebar__item:hover,
.sidebar__item.selected,
.sidebar-top__item:hover,
.sidebar-top__item.selected,
.filter-calendar__item:hover,
.filter-calendar__item.selected {
    cursor: pointer;
}
.selected .sidebar__link,
.sidebar__item:hover .sidebar__link,
.selected .sidebar-top__link,
.sidebar-top__item:hover .sidebar-top__link,
.selected .filter-calendar__link,
.filter-calendar__item:hover .filter-calendar__link {
    text-decoration: none;
}
.sidebar__link,
.sidebar-top__link,
.filter-calendar__link {
    outline: medium none;
}
.sidebar-top {
    display: block;
}
.sidebar-top__item {
    display: inline-block;
}

.layout-sidebar {
    width: 100%;
}
.sidebar__information {
    display: block;
    width: 100%;
    background-color: #ffcb08;
    padding: 25px 20px 10px 25px;
    vertical-align: top;
}
.information__link {
    text-decoration: none;
    display: inline-block;
    border-bottom: #14161b dotted 1px;
    color: #14161b;
    vertical-align: top;
    margin: 0 15px 15px 5px;
    text-transform: none !important;
}
.information__link:hover {
    color: #14161b;
    border-bottom: #ffcb08 1px solid !important;
}
.information__border {
    display: inline-block;
    padding: 5px;
    border: #14161b 1px solid;
    border-radius: 5px;
    margin-top: -5px;
    max-width: 760px;
}
.information__header {
    display: inline-block;
    vertical-align: top;
}
.information__text {
    display: inline-block;
}
.information__text p {
    display: inline;
}

.sidebar__list,
.sidebar-top__list {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    padding-top: 0;
    margin-top: -10px;
}
.sidebar__item,
.sidebar-top__item,
.filter-calendar__item {
    display: inline-block;
    padding: 5px;
    margin: 6px 5px 15px 10px;
    border: #fff solid 1px;
}
.sidebar-top__list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar__item.selected,
.sidebar-top__item.selected,
.filter-calendar__item.selected {
    border: #ffcb05 solid 1px;
    border-radius: 4px;
}
.sidebar__link,
.sidebar-top__link,
.filter-calendar__link {
    color: #14161b;
    text-decoration: none;
    border-bottom: #14161b dotted 1px;
}
.sidebar__link:hover,
.sidebar__item.selected .sidebar__link,
.sidebar-top__link:hover,
.sidebar-top__item.selected .sidebar-top__link,
.filter-calendar__link:hover,
.filter-calendar__item.selected .filter-calendar__link {
    border-bottom: 0;
}
.sidebar__item.selected {
    background-image: url('/images/rabbit.png');
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 20px;
}

.afisha {
    background-color: #fff;
    width: 100%;
}
.afisha--link {
    display: block;
    width: auto;
    color: #14161b;
    text-decoration: none;
    border-bottom: #14161b dotted 1px;
    padding: 3px 0;
}
.afisha--link:hover,
.afisha--link:focus {
    text-decoration: none  !important;
    border-bottom: #fff dotted 1px;
}

/* Filters CSS
-------------------------------------------------- */
.wrap-filters {
    display: table;
    margin-top: -10px;
    background-color: #fff;
    padding: 10px 30px 30px 25px;
    width: 100%;
}

#filter-calendar {
    display: inline-block;
}
.filter-calendar__list {
    display: inline-block;
    margin: 8px 0 0 0 !important;
}
.filter-calendar__list {
    list-style: none;
    padding: 0;
}
.filter-calendar__item {
    display: inline;
}
.filter-calendar__item:last-child {
    display: inline;
}
.filter-calendar__item:first-child {
    margin-left: 0;
}
.filter-calendar__dp {
    display: inline-block;
    width: 110px;
}

.filter__view {
    display: inline-block;
}

.ui-datepicker-trigger {
    vertical-align: middle;
}

/* Calendar
-------------------------------------------------- */
.table-calendar {
    border: #ffcb08 solid 2px;
}
.table-calendar td {
    border: 1px #ffcb08 solid;
    padding: 15px;
}
.table-calendar p {
    font-size: 12pt;
    margin-bottom: 0;
}
.table-calendar td:not(.table-calendar__date--not):hover {
    background-color: #d9d9d9;
}
.table-calendar big {
    margin-bottom: 5px;
}
.table-calendar .ui-datepicker-calendar td {
    background: #ffcb05;
}
.table-calendar .ui-datepicker-calendar td:hover {
    background: #eeb334;
}

/* Events CSS
-------------------------------------------------- */
.wrap-events {
    height: 100%;
    margin: 0 0 1em 0;
    width: 100%;
}
.events__header--tickets {
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0 4px 30px;
}
.glyphicon {
    display: none;
}
.events__header > big {
    display: inline-block;
    font-size: 20pt;
}
.events__body--tickets {
    width: 100%;
    background-color: #fff;
    padding: 4px 30px;
    padding-bottom: 0;
}
.events__text {
    padding: 5px 0;
}
.events__link {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}
.events__link:hover {
    text-decoration: none;
}
.events__header--subscriptions {
    background-color: #fff;
    opacity: 0.8;
    font-weight: bold;
    font-size: 10pt;
    line-height: 14pt;
    padding: 8px 0 8px 30px;
    text-transform: uppercase;
}
.events__background {
    background-color: #fff;
    padding: 0 30px;
}
.events__body--subscriptions {
    display: inline-block;
}
.events__buy--subscriptions {
    display: inline-block;
    width: 20%;
}
.events {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.events:last-child {
    border-bottom: 0;
}
.events__badge {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.events__body {
    /*display: table;*/
    vertical-align: top;
}
.events__body--subscriptions {
    width: 78%;
}
.events__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events__item {
    display: table;
    padding: .5em 0;
    width: 100%;
}
.events__item:last-child {
    border-bottom: 0;
}
.events__text {
    float: left;
    width: 78%;
}
.events__action {
    font-size: 13pt;
    line-height: 16pt;
    margin: 0 0 .25em 0;
}
.events__date {
    color: #333;
    font-weight: 300;
    font-size: 11pt;
}
.event-list__section {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.event-list__section:last-child {
    border-bottom: 0
}
.event-list-section__header {
    border-bottom: 2px solid #a4a4a4;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 12pt;
    line-height: 16pt;
}
.event-list-section__header--tickets {
    text-transform: uppercase;
}
.event-list-section__header--subscriptions {
    margin: 0 0 .3em 0;
}
.events__buy {
    float: right;
    text-align: right;
    width: 21%;
}
.buy__link {
    float: right;
}
.buy__link:hover {
    text-decoration: none;
}
.events__buy--subscriptions {
    margin: 1em 0 0 0;
}
.events__note {
    color: #1aa79c;
    font-size: 11pt !important;
    line-height: 13pt !important;
    margin: .25em 0 0 0;
}
.events__note--subscriptions {
    line-height: 10pt;
    font-size: 11pt;
}
.buy__instock {
    clear: both;
    overflow: hidden;
}

/* Order
-------------------------------------------------- */
.order-title {
    margin: 0;
    padding: 30px;
    padding-top: 10px;
    background-color: #fff;
    font-size: 26px;
}

.order-top {
    background-color: #fff;
    padding: 0 30px;
}
.order-top__date {
    font-size: 18px;
    font-weight: bold;
    color: #ffcb08;
    margin-top: 10px;
}
.order-top__col {
    font-size: 16px;
    margin: 10px 0;
}

.order-note {
    background-color: #fff;
    padding: 0 30px;
    padding-bottom: 20px;
}
.order-note p {
    margin: 0;
}
.order-note a {
    border-bottom: 1px #666 dotted;
    color: #666;
    text-decoration: none;
}
.order__note a:hover {
    border-bottom: 1px #666 solid;
    color: #666;
    text-decoration: none;
}

.order-notice {
    padding-bottom: 20px;
    color: #000;
}

.order-confirm {
    background-color: #fff;
    clear: both;
    padding: 20px 30px;
    font-size: 15px;
}

#order-form-submit {
    float: right;
}

.rules-box {
    background-color: #fff;
    margin: 0;
    padding: 0 30px;
}
.rules-box h1 {
    margin-top: 0;
    font-size: 26px;
}

.order-view {
    padding: 0 0 2em 0;
}
.order-view,
.order-view__payment {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}
.order-view__payment,
.order-view__print {
    margin: 1em 0 0 0;
    text-align: center;
}
.payment__logos {
    background: url('/images/ps/logos-payments.png') no-repeat;
    height: 89px;
    margin: 1em auto;
    width: 600px;
}
.payment__timer {
    color: #000;
    font-size: 16pt;
    font-weight: 400;
    margin: 0 0 1em 0;
}

.timer__counter {
    color: #cd0a0a;
    font-weight: 500;
    width: 80px;
    display: inline-block;
}

.table-order {
    width: 100%;
}
.table-order th {
    color: #666;
    font-family: inherit;
    font-size: 10pt;
    font-weight: 500;
    padding: .4em 0;
    text-align: center;
    text-transform: uppercase;
}
.table-order td {
    padding: .5em;
}
.table-order th,
.table-order td {
    text-align: center;
    font-size: 11pt;
    vertical-align: middle !important;
}
.table-order__single,
.table-order .item__total {
    font-weight: 600;
}
.table-order__single {
    border-bottom: 2px #000 solid !important;
}
.table-order > tfoot tr {
    border-top: 2px #000 solid !important;
}
.table-order td:nth-child(1) {
    width: 43%;
    text-align: left;
}
.table-order td:nth-child(2){
    width: 21%;
}
.table-order td:nth-child(4) {
    width: 20%;
}
.table-order td:nth-child(3) {
    width: 20%;
}
.table-order td:nth-child(5) {
    width: 15%;
    text-align: right;
}
.table-order tr:first-child td:nth-child(5) {
    text-align: center;
}
.table-order > tfoot tr {
    text-transform: uppercase;
}
.table-order > tfoot td:first-child {
    text-align: right;
}
.table-order__item td {
    padding: .5em;
}
.table-order__item td:last-child {
    font-weight: 600;
}
.table-order--confirm thead th,
.table-order--confirm tbody td:not(.item__holder) {
    text-align: center !important;
    font-size: 11pt;
    vertical-align: middle !important;
}
.table-order--confirm thead th {
    line-height: 11pt;
    text-transform: none;
}
.table-order--confirm tbody td {
    line-height: 12pt;
}
.table-order--confirm td:nth-child(1) {
    width: 8% !important;
    font-weight: 500;
}

.count__circle {
    display: inline-flex;
    height: 40px;
    line-height: 0;
    white-space: nowrap;
}
.circle__sign {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 999px;
    color: #555;
    font: bold 14pt/15pt Arial,Helvetica,sans-serif;
    height: 24px;
    padding: 0 6px;
    text-align: center;
    transition: color 0.2s linear 0s;
    width: 24px;
}
.circle__sign:hover {
    background: #ccc;
    cursor: pointer;
}
.circle__sign--plus {
    line-height: 18pt;
}
.circle__sign--plus,
.circle__sign--minus {
    margin: .45em .3em 0 .3em !important
}
.circle__sign--plus:hover,
.circle__sign--minus:hover {
    color: #000;
}

.table-order__bottom {
    margin: 20px auto;
    width: 100%;
}
.table-order__bottom > tbody td {
    vertical-align: middle;
    padding: 0 0 1.5em 0 !important;
}
.order-notice__title {
    font-size: 18pt;
    font-weight: 400;
    line-height: 16pt;
}

.table-order__required {
    color: #cd0a0a;
    padding: .45em .75em 0 .85em !important;
    font-weight: 600;
}

/* Datepicker CSS
-------------------------------------------------- */
.ui-datepicker-calendar button {
    background: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #333 !important;
}
.ui-datepicker table {
    font-size: 1em !important;
}
.ui-widget-header {
    background: #9d9d9d !important;
    border: 1px solid #333 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover {
    background: #ccc !important;
    border: 1px #999 solid;
}
.ui-datepicker {
    font-size: 9pt;
}
.ui-state-highlight-active {
    background: #ffe45c !important;
    border: 0 !important;
    color: #363636;
}
.ui-state-highlight-active > .ui-state-default {
    background: #ffe45c !important;
}
.ui-datepicker-trigger {
    cursor: pointer;
    margin: -3px 0 0 .35em;
}

/* Calendar CSS
-------------------------------------------------- */
.table-calendar {
    border-collapse: collapse;
    table-layout: fixed;
}
.table-calendar td {
    box-sizing: border-box;
    height: 90px;
    position: relative;
    width: 120px;
}
.table-calendar__date--not {
    color: #999 !important;
    opacity: 0.33 !important;
}
.table-calendar td:not(.table-calendar__date--not):hover {
    cursor: pointer;
}
.table-calendar big {
    display: block;
    font-size: 22pt;
    font-weight: bold;
    line-height: 20pt;
    text-align: center;
}
.table-calendar p {
    line-height: 18pt;
    text-align: center;
    text-transform: uppercase;
}
.table-calendar__day {
    font-weight: 400;
    text-transform: none;
}
.table-calendar__quantity {
    color: #666;
    font-size: 10pt;
    font-weight: 600;
    left: 6px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    z-index: 10;
}
.table-calendar__full {
    color: #666;
    font-size: 10pt;
    line-height: 14pt;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    white-space: nowrap;
}
.table-calendar__full:hover {
    text-decoration: none;
}
.table-calendar__full--close {
    background: #fff;
    border: 1px solid #1aa79c;
    border-radius: 12px;
    color: #ff3135;
    font-size: 20pt;
    height: 24px;
    padding: 3px 4px;
    position: absolute;
    right: -18px;
    text-align: center;
    top: -18px;
    width: 24px;
    z-index: 99;
}
.table-calendar__full--close:hover {
    background: #1aa79c;
    color: #fff;
}

/* UI Datepicker CSS
-------------------------------------------------- */
.table-calendar .ui-datepicker th {
    color: #666;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    table-layout: fixed;
    width: 96%;
}
.table-calendar .ui-datepicker {
    background: #fff;
    font-size: 12pt;
    padding: 4px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 90;
}
.table-calendar .ui-widget-header {
    background: #f8f8f8 !important;
    border: 0 !important;
    color: #666;
    padding: 1px !important;
}
.table-calendar .ui-datepicker .ui-datepicker-title {
    color: #000;
    font-size: inherit;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
.table-calendar .ui-state-default {
    background: none;
    border: 0 none;
    color: #000 !important;
    font-size: 14pt;
    font-weight: 500;
    padding: 1px 2px 0 0;
}
.table-calendar .ui-state-hover {
    background: none !important;
    border: 0 !important;
}
.table-calendar .ui-state-active {
    background: none !important;
}
.table-calendar .ui-datepicker-calendar th {
    background: #fff;
}
.table-calendar .ui-datepicker-calendar td {
    text-align: left;
    vertical-align: top;
}
.table-calendar .ui-datepicker-calendar .ui-datepicker-other-month {
    background: #fff !important;
}
.table-calendar .ui-datepicker-calendar td,
.table-calendar .ui-datepicker-calendar th {
    padding: 0;
}
.table-calendar .ui-datepicker-calendar td {
    height: 35px;
    width: 35px;
}
.table-calendar .ui-datepicker-calendar > tbody td > b {
    color: #666;
    font-size: 10pt;
    font-weight: 500;
    padding: 0 0 0 2px;
}

/* Decoration CSS
-------------------------------------------------- */
a {
    outline: none !important;
    outline-style: none !important;
}
a:focus,
a:hover {
    color: inherit;
}

label {
    font-size: 11pt;
    font-weight: 400;
}

.checkbox-list__item {
    margin: 1em 0;
}

.checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}
.checkbox + label {
    cursor: pointer;
    line-height: 13pt;
}
.checkbox:not(checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 60px;
}
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.checkbox:checked + label:before {
    background: #666;
}
.checkbox:checked + label:after {
    left: 26px;
}
.checkbox:focus + label:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control::-moz-placeholder {
    border-radius: 0;
    font-size: 11pt;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #000;
}

.form-horizontal,
#order-form {
    background-color: #fff;
}
#reportGrid {
    border: #14161b 1px solid;
    margin-left: 30px;
}
#order-form {
    padding: 0 30px;
}

.form-control {
    border: 1px #999 solid;
    color: #000;
}
.form-control:focus,
.form-control:hover {
    border: 1px #000 solid;
}
.form-control::-moz-placeholder {
    color: #999;
}

.afisha--link {
    cursor: pointer;
    display: inline-block;
    outline: none !important;
}
.afisha--link:hover,
.afisha--link:focus {
    text-decoration: none  !important;
}

.error-h1,
.error-h2,
.error-h3 {
    background-color: #fff;
    padding: 10px 30px;
    margin-top: -10px;
}

.input-date {
    border: 1px #000 solid;
    border-radius: 0;
    color: #000;
    font-size: 10pt;
    margin: .15em 0 0 0;
    outline: none;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    margin-top: -3px;
}
.input-date.selected {
    border: 1px #eeb334 solid;
    color: #000;
    background-color: #ffcb08;
}
.input-datepicker {
    background: #18457d;
    color: #fff;
}
.input-text {
    border: 1px #000 solid;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 0 .65em;
}
.input-text--md {
    width: 200px;
}
.input-text--lg {
    width: 320px;
}
.input-sum {
    border: 1px #666 solid;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    padding: .15em 0 0 0;
    text-align: center;
    width: 60px;
}
.input-text--error {
    border: 2px #cd0a0a solid !important;
    background-color: rgba(198,12,48,.1) !important;
}

button,
.btn {
    background-color: #ffcb08;
    border: 0;
    color: #fff;
    text-shadow: 0 1px 1px #707070;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-size: 14px;
    padding: 6px 8px;
}
button:hover,
.btn:hover {
    background-color: #eeb334;
    color: #fff;
}
.btn {
    background-image: none !important;
    padding: 12px 16px;
    font-size: 16px;
}
.buy__instock {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    padding: 5px;
}
.btn[disabled],
.btn[disabled]:hover {
    background-color: #c4c4c4;
    color: #fff;
}
.btn-right {
    margin-left: 30px;
}

button {
    display: block;
}
button[disabled] {
    background-color: buttonface;
    cursor: not-allowed;
    text-decoration: none;
}

.btn-close--red {
    border: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: url('/images/icon-fullscreen-close_red.png') 50% 50% no-repeat !important;
}
.btn-close--red:hover {
    cursor: pointer;
}
.btn-link {
    text-transform: lowercase;
    border-bottom: 1px dotted #14161b;
    color: #14161b;
}
.btn-link:hover {
    color: #14161b;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

#button-top {
    display: inline-block;
    background-color: #333;
    border: 1px #000 solid;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button-top:hover {
    cursor: pointer;
    background-color: #000;
    text-decoration: none;
}
#button-top.show {
    opacity: 1;
    visibility: visible;
}

#ajax-small-loader > img {
    margin: 1.15em .75em 0 0;
}

.g-recaptcha > .grecaptcha-badge {
    z-index: 90;
}

.warning-text {
    width: 100%;
    background-color: #fff;
    padding: 15px 30px;
    font-weight: bold;
}
.message-default {
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
}
.message {
    padding: 25% 37%;
    background-color: #fff;
}
.message > p {
    color: #14161b;
    font-size: 13pt;
}
.message-exception {
    background-color: #fff;
    color: #cd0a0a !important;
    font-size: 11pt;
    line-height: 11pt;
    text-align: center;
}
.message-exception {
    background-color: #fff;
    padding: 30px;
    margin-top: -10px;
}

.error {
    font-size: 9pt;
    color: #cd0a0a;
    padding: 5px 0 0 22px;
}
ul.errors,
.ul-errors {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.errors li,
.ul-errors li {
    color: #cd0a0a;
    font-size: 10pt;
    font-weight: bold;
    list-style: inside;
}
.ul-errors li:first-child {
    list-style: none;
}

.table {
    font-size: 11pt;
    background-color: #fff;
    margin-bottom: 0;
}

/* Mobile CSS
-------------------------------------------------- */
@media (max-width: 768px) {
    body > .container {
        padding: 0 .25em;
        width: auto;
    }
    .header {
        height: auto;
        padding: 0;
    }
    .header__spacer {
        height: auto;
    }
    .header__container {
        padding: 0;
        position: static;
        min-height: 10px;
    }
    .header-top {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header__main-menu {
        display: none;
    }
    .header__logo {
        float: none;
        margin: 0 auto;
    }
    .inner {
        width: 100%;
        position: static;
    }

    .information__link {
        display: block;
        width: 67px;
        margin: 0 auto;
    }
    .information__border {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .inner-map-circle {
        display: none;
    }

    .container__content {
        background-image: none;
        background-color: #fff;
        padding: 0;
    }
    .content-all {
        width: 100%;
    }
    .content {
        width: 100%;
        box-shadow: none;
    }
    .content__layout {
        float: none;
        display: block;
        width: 100%;
    }


    .layout-sidebar {
        float: none;
        height: 100%;
        padding: 0;
        width: auto;
    }
    .sidebar__list {
        padding: 0;
    }
    .sidebar__information {
        padding: 10px;
    }

    .sidebar-top {
        margin: .5em 0 0 0;
    }
    .sidebar-top__list {
        padding: 10px;
    }
    .sidebar-top__item {
        margin: 0 1em .35em 0;
    }
    .sidebar__item,
    .sidebar-top__item {
        display: inline-block;
    }
    .warning-text {
        padding: 10px;
    }

    #filter-calendar {
        display: block;
        margin: 10px 0;
    }
    .filter-calendar__list {
        margin: 10px 0 !important;
    }
    .filter-calendar__item {
        margin: 0;
    }

    .events__header--tickets {
        padding: 8px 10px;
    }
    .events__body--tickets {
        padding: 4px 10px;
    }
    .events__title {
        padding: 10px;
    }
    .events__text {
        width: 67%;
    }
    .events__text--subscriptions {
        width: 100%;
    }
    .events__link {
        font-size: 12pt;
    }
    .events__buy {
        width: 30%;
        white-space: nowrap;
        margin-top: -1px;
    }
    .events__header--subscriptions {
        padding: 8px 10px;
    }
    .events__buy--subscriptions {
        white-space: normal;
        margin-top: 13px;
    }
    .events__body--subscriptions .events__list {
        border-bottom: 0;
    }
    .events__background {
        padding: 0 10px;
    }
    .wrap-events table {
        margin: 10px auto;
    }
    .buy__instock {
        padding: .5em 0 0 0;
        font-size: 11pt;
        line-height: 11pt;
        white-space: normal;
    }
    .events__body--subscriptions {
        width: 68%;
    }

    .rules-box {
        padding: 0 10px;
    }

    .table-box {
        padding: 0 10px;
    }
    .table-calendar > tbody > tr > td {
        display: block;
        width: auto;
        height: auto;
    }
    .table-calendar {
        width: auto;
        margin: 0 auto;
    }
    .table-calendar .ui-datepicker {
        right: -55%;
        top: 0;
    }
    .table-calendar__full {
        min-height: 75px;
    }
    .table-calendar__full--close {
        right: -91px;
        top: -15px;
    }
    .calendar__date {
        line-height: 50pt;
    }
    .table-order th,
    .table-order td {
        font-size: 10pt;
    }
    .table-order__item td {
        line-height: 11pt !important;
    }

    .table-order__bottom {
        width: 100%;
    }
    .table-order td:nth-child(1) {
        text-align: center;
    }

    .ui-datepicker-inline {
        width: 18em !important;
    }
    .ui-datepicker-multi .ui-datepicker-group {
        float: none;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group,
    .ui-datepicker-multi-3 .ui-datepicker-group {
        width: 100%;
    }

    .order-title {
        font-size: 16pt;
    }
    .order-top__date {
        font-size: 18pt;
        margin-top: 0;
    }

    .information__header {
        text-align: center;
    }
    .information__text {
        text-align: center;
    }
    .information__link {
        font-size: 12pt;
        font-weight: 500;
        text-transform: uppercase;
    }

    .input-sum {
        padding: .25em 0 0 0;
        width: 50px;
    }
    .input-text--md {
        width: 100%;
        margin-top: 10px;
    }
    input-text {
        margin: 0 0 .15em 0;
    }
    .input-group-lg > .form-control,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .btn {
        border-radius: 0;
    }

    .checkbox:not(checked) + label::after {
        top: 5px;
    }
    .checkbox:not(checked) + label::before {
        top: 3px;
    }

    .order-title {
        padding: 10px;
    }
    .order-top,
    .order-note,
    #order-form {
        padding: 10px;
    }
    .order-confirm {
        padding: 10px;
    }
    .order-confirm__text {
        width: 100%;
    }
    .order-confirm__timer {
        margin: 10px 0;
    }
    #order-form-submit {
        float: none;
        margin-left: 0;
    }
    #order-top-table thead,
    #order-confirm-table thead {
        display: none;
    }

    #reportGrid {
        margin-left: 10px;
    }

    .order-view__payment {
        padding: 0 10px;
    }
    .payment {
        display: block;
        padding: 0;
    }
    .payment__logos {
        background: url('/images/ps/logos-payments_col.png') no-repeat;
        height: 277px;
        margin: 20px 0 10px 0;
        width: 233px;
    }
    .payment__timer {
        line-height: 20pt;
        margin: 1em 0;
    }

    .wrap-filters {
        padding: 10px;
    }

    .message {
        margin: 25% 0;
        text-align: center;
    }

    .container__footer {
        margin: 1em 0 0 0;
        width: 100%;
    }
    .footer {
        background: none;
    }
    .column-1 {
        display: none;
    }
    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-logo img {
        display: block;
        margin: 0 auto;
    }
    .to_prof {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .to_shop {
        margin-left: 0;
        margin-top: 10px;
    }
    .footer .footer-bottom {
        padding: 10px;
        height: 65px;
        background-color: #ffcb08;
    }
    .soc-icons,
    .design-studio {
        display: none;
    }
    .copy {
        width: 70%;
    }
    .footer__link {
        white-space: normal;
    }
}
