#sector-add-to-cart-form{
    display: block;
}
#sector-add-to-cart-form .increase-ticket-count,
#sector-add-to-cart-form .decrease-ticket-count{
    cursor: pointer;
}


.secondary-nav .guest,
.secondary-nav .user{
    display: none;
}
.secondary-nav.logged-in .user{
    display: inline-block;
}
.secondary-nav.as-guest .guest{
    display: inline-block;
}
.search-filter-container[disabled]{
    cursor: pointer;
}
.search-filter-container:not([disabled]) .search-filter{
    max-height: 150px;
    overflow-y: scroll;
}
.search-filter-container [data-id]{
    cursor: pointer;
}

#event-dates-container .event-dates-title{
    font-weight: bold;
}
#event-dates-container .dates{
    padding: 0 10px;
}

.loading-indicator.without-overlay{

    top: 50%;
    left: 50%;
    right: unset;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.loading-indicator.without-overlay .sk-cube-grid{
    margin: 0;
}
.loading-indicator.offsetted{

    top: 25%;

}

#latest-events-title{
    margin-top: 0;
    color: #1BBCA1;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

#seatUnavailableModal.modal,
#sectorAddToCartModal.modal {
    text-align: center;
    padding: 0 !important;
}

#seatUnavailableModal.modal:before,
#sectorAddToCartModal.modal:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#seatUnavailableModal .modal-dialog,
#sectorAddToCartModal .modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto !important;
}
#sectorAddToCartModal #ticket-count{
    width: 30px;
    text-align: right;
}
#sectorAddToCartModal #sector-add-to-cart-form{

}
#sectorAddToCartModal #sector-add-to-cart-controls{
    margin-top: 20px;
    text-align: center;
}
#sectorAddToCartModal .btn{
    margin-top: 20px;
}
#seatUnavailableModal .seat-unavailable-close{


}

/* Első hónap */
#search-calendar .months .month:nth-of-type(1) .days .day:not(.last-month),
#search-calendar .months .month:nth-of-type(2) .days .day.last-month{
    /*background-color: red;*/
}
/* Második hónap */
#search-calendar .months .month:nth-of-type(2) .days .day:not(.last-month),
#search-calendar .months .month:nth-of-type(3) .days .day.last-month{
    /*background-color: green;*/
}
/* Harmadik hónap */
#search-calendar .months .month:nth-of-type(3) .days .day:not(.last-month):not(.next-month){
    /*background-color: blue;*/
}

#tooltip{
    z-index: 1010;
}
.container-full-screen{
    position: static;
}
.layout-full-screen{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #edecec;
}
.layout-full-screen #canvas{
    height: 100%;
}
#layout-full-screen-close{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}
.layout-full-screen #layout-full-screen-close{
    display: block;
}

#header .navigation{

}
.primary-nav{
    font-size: 0;
    float: left;
}
.primary-nav li{
    font-size: 3vw;
}
#event-slider{
    visibility: hidden;
}
#event-slider.slick-initialized{
    visibility: visible;
}
#no-hall-layout {
    display: none;
    font-size: 16px;
    font-weight: bold;
}
.s-remaining{
    display: block;
}
.header-login-container{
    display: none;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
}
.header-login-container label{
    display: inline-block;
    width: auto;
    line-height: 34px;
}
.header-login-container input{
    line-height: normal;
}
.header-login-container .btn{
    vertical-align: top;
}
.g-signin2{
    display: inline-block;
    vertical-align: top;
}
.g-signin2 .abcRioButton{
    width: auto !important;
    height: 30px !important;
}
.g-signin2 .abcRioButtonIcon{
    padding: 10px !important;
}
.g-signin2 .abcRioButtonContents{
    font-size: 16px !important;
    line-height: 30px !important;
}
.header-login-container .success{
    display: none;
}
.profile-buttons{
    margin-top: 35px;
}

.static-page .table{
    display: table;
}
.static-page .table-row{
    display: table-row;
}
.static-page .table-header-cell,
.static-page .table-cell{
    display: table-cell;
}
