.filament-modal-window {
    max-width: none!important;
    /*height: 90vh;*/
}
.seat:hover  {
    cursor: pointer;
}
#svgContainer {
    background-color: whitesmoke;
    min-height: calc(85vh - 65px);
}
.size {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 25px;
}
.size svg {
    width: 36px;
    height: 36px;
    margin-top: 10px;
}
.size svg:first-child {
    margin-top: 0px;
}
.size svg:hover {
    cursor: pointer;
}
.svg-block {
    position: relative;
}
#price-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 0!important;
}
#price-list label {
     padding: 0.25rem 1rem;
     color: #808080;
     width: auto;
     font-size: 16px;
     margin-right: 5px;
     min-width: 80px;
     text-align: center;
     line-height: 18px;
     display: flex;
     align-items: center;

 }

#price-list input:checked + label {
    font-weight: bold;
    color: #0a0a0a;
    border-width: 4px;
}
.option-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 0!important;
}
.option-group input {
    display: none!important;
}
input:checked + label {
    font-weight: bold;
}

.sale:checked + label {
    /*border: 3px solid #0DB6AE;*/
    border: 3px solid green;
}
.reservation:checked + label {
    /*border: 3px solid #FA6B6B;*/
    border: 3px solid red;
}

.option-group label {
    border: 3px solid #E5E5E5;
    padding: 0.25rem 1rem;
    color: #808080;
    width: 150px;
    font-size: 16px;
    margin-right: 5px;
}
.OpenPopupChangePriceRow {
    max-width: 140px;
    width: 100%;
    padding: 4px 6px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    background: #1E88E5;
}

.PopupChangePriceRow {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 50;
    padding: 16px 24px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    max-width: 250px;
    width: 100%;
    background: aliceblue;
    display: none;
}
.PopupChangePriceRow.active {
    display: block;
}

.PopupChangePriceRow ul {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
}
.PopupChangePriceRow ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0c1019;
    margin-bottom: 4px;
}

.PopupChangePriceRow ul li:hover {
    cursor: pointer;
    font-weight: 700;
}
.PopupChangePriceRow p:hover {
    cursor: pointer;
    font-weight: 700;
}



.legend {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    float: right;
    margin-left: 5px;
    box-shadow: 0 0 2px 0 lightgrey
}

.legend-name {
    display: inline-block;
    float: right;
    line-height: 30px;
    padding-left: 5px
}

.legend-small {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    margin-left: 5px;
    box-shadow: 0 0 2px 0 lightgrey;
    line-height: 25px
}

.legend-small-name {
    display: inline-block;
    line-height: 25px;
    padding-left: 4px;
    color: white;
    vertical-align: bottom
}

.status3, table.dataTable tbody tr.status3, table.dataTable tbody tr.status3:hover {
    background-color: #cbe6f7
}

.status4, table.dataTable tbody tr.status4, table.dataTable tbody tr.status4:hover {
    background-color: #fffdc7
}

.status5, table.dataTable tbody tr.status5, table.dataTable tbody tr.status5:hover {
    background-color: #c5fadf
}

.status6, table.dataTable tbody tr.status6, table.dataTable tbody tr.status6:hover {
    background-color: #ffc6c6
}

.many-statuses {
    background-color: white;
    box-shadow: 0 0 2px 0 lightgrey
}

.legend:not(.many-statuses):hover {
    box-shadow: 0 0 3px 0;
    cursor: pointer
}

#main .section-data-tables .dataTables_wrapper table.dataTable thead th {
    min-width: auto
}

#data-table-row-grouping {
    font-size: 14px
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody th, #main .section-data-tables .dataTables_wrapper table.dataTable tbody td {
    padding: 4px 7px
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr td {
    color: #2c323f;
    border-bottom: 1px solid #cfd8dc !important
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5) inset
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr td a {
    font-weight: 600;
    color: #0067be;
    text-decoration: underline
}

#order-table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    font-size: 14px
}

@media only screen and (max-width: 992px) {
    #order-table td, #hall-table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

#order-table td.overflow-hidden, #hall-table td.overflow-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.row-id {
    width: 5%
}

.row-name {
    width: 22%
}

.row-order-by {
    width: 16%
}

.row-time {
    width: 8%
}

.row-client {
    width: 21%
}

.row-number {
    width: 3%
}

.row-sum {
    width: 6%
}

.order_id {
    text-decoration: underline;
    cursor: pointer
}

.comment-icon {
    cursor: pointer
}

.modal .modal-content {
    padding: 24px 24px 0 24px
}

.modal .modal-footer {
    padding: 0 24px 24px 0
}

.row .card-alert.green {
    background-color: #4caf50 !important;
    color: #fff
}

.input-field {
    margin-bottom: 0
}

.browser-default, .input-field a {
    margin: 0 4px 12px 0
}

select.browser-default {
    font-size: 15px
}

.input-field input {
    margin-left: 4px
}

#form {
    margin-left: 10px
}

#order-search-form-container {
    margin-bottom: 0;
    padding-bottom: 0
}

.search-highlight {
    background-color: white;
    transition: background-color 3s linear
}

#searchSubmit, #printTickets {
    margin-bottom: 10px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-left-10 {
    padding-left: 10px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.underline {
    text-decoration: underline
}

.events-list .collapsible {
    box-shadow: none;
    margin: 0;
    padding: 0
}

.events-list .collapsible-header {
    padding: .5rem;
    background-color: whitesmoke
}

.events-list .collapsible-body {
    padding: .7rem .7rem .2rem .7rem;
    text-align: center
}

.events-list i.material-icons {
    font-size: 20px;
    position: relative;
    top: 4px;
    padding-right: 5px
}

.events-list p {
    margin: 0;
    padding: 0
}

.events-list .price-item-color {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    vertical-align: top
}

.events-list .price-item-color.cross::before, .events-list .price-item-color.cross::after {
    content: ' ';
    width: 18px;
    position: absolute;
    right: 0;
    top: 50%
}

.events-list .price-item-color.cross::before {
    border-bottom: 3px solid white;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg)
}

.events-list .price-item-color.cross::after {
    border-bottom: 3px solid white;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg)
}

.events-list .price-item {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin: 0 3px 0 3px;
    vertical-align: top
}

.events-list .priceList {
    width: 100%;
    padding-top: 5px
}

.events-list .no-sold-out {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    margin-right: 5px
}

.sales-prognosis {
    cursor: pointer
}

.events-list .sold-out {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: lightgreen;
    margin-right: 5px
}

.tickets-cnt-container, .order-item {
    cursor: pointer
}

.events-list .event-info {
    overflow-x: scroll;
    min-width: 60%;
    max-width: 60%
}

.events-list .event-buttons span {
    display: inline-block;
    padding-bottom: 8px
}

.events-list .event-buttons a {
    box-shadow: 0 0 2px 0 lightgrey;
    padding: 5px 0 5px 5px !important;
    border-radius: 3px;
    color: white !important;
    background-color: #0288d1
}

.tabs {
    margin: 10px 0 0 0
}

.tabs a.active {
    display: block;
    background-color: rgba(114, 207, 249, 0.2) !important
}

.tabs a:not(active) {
    background-color: whitesmoke !important
}

.row label {
    color: rgba(41, 182, 286) !important;
    font-size: 15px
}

.row .lang-tab .row {
    background-color: rgba(114, 207, 249, 0.2) !important
}

.col .row {
    padding-top: 7px
}

#addLanguage, #addReturn, #downloadReport, .report-cashier #export, .report-partner #export, .buyer-list #order-search-form-container a, #addLanguage {
    padding-top: 16px;
    display: block
}

#header-links-container.card {
    margin: 0 !important;
    min-height: 50px !important
}

#multi-select tr th.id {
    padding-left: 6px !important
}

#svgStatus .b, #svgStatus .bl {
    cursor: pointer
}

span.event-buttons a {
    color: white !important
}

.bg-status3 {
    background-color: #cbe6f7 !important
}

.bg-status4 {
    background-color: #fffdc7 !important
}

.bg-status5 {
    background-color: #c5fadf !important
}

.bg-status6 {
    background-color: #ffa8a8 !important
}

.bg-status-more {
    background-color: #fff !important
}

#statusForm {
    padding: 7px
}

.option {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#statusForm label {
    border: 2px solid white;
    margin: 3px;
    padding: 2px;
    border-radius: 5px
}

svg.ct-chart-bar, svg.ct-chart-line {
    overflow: visible
}

svg.ct-chart-bar, svg.ct-chart-line {
    overflow: visible
}

.ct-label {
    fill: #fff;
    color: white
}

.ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-60%) rotate(-45deg);
    white-space: nowrap
}

.place-editor button {
    margin-bottom: 10px
}

.big-modal {
    width: 80% !important
}

#modal2 {
    max-width: 650px;
    padding: 20px
}

.color input, #color.input {
    text-indent: 37px
}

#resizeDiv {
    position: absolute;
    width: 250px;
    height: 100px;
    background-color: red;
    opacity: .3
}

.pricing-color {
    width: 30px;
    height: 30px;
    border-radius: 5px
}

.red-star {
    color: red;
    font-size: 14px
}

.min-height-190 {
    min-height: 190px
}

#popular-events {
    display: none;
    padding-left: 12px
}

.events-table .event-name {
    max-width: 80%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}

ol.losses {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px
}

.losses li {
    height: 33px
}

.losses-legend li {
    height: 33px
}

.s1-2, .s2-3, .s3-4, .s4-5, .s5-6, .s6-7 {
    width: 60px;
    text-align: left;
    display: inline-block
}

#payments-chart .ct-series-c .ct-bar, #payments-chart .ct-series-c .ct-slice-pie {
    stroke: #63f051 !important;
    fill: #63f051 !important
}

#countries-list {
    display: none
}

#countries-list .collapsible-header {
    background-color: transparent
}

#countries-list #map {
    max-height: 500px
}


.device-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18%
}

.card-content.countries {
    padding: 3px 20px !important;
    text-align: left !important;
    cursor: pointer
}

.ticket-left {
    overflow: hidden;
    min-height: 50px;
/ / border: 1 px solid red
}

.ticket-right {
    float: right;
    width: 600px;
    margin-left: 10px;
    overflow-y: scroll;
    margin-top: -40px;
    overflow-y: auto;
/ / border: 1 px solid red
}

.buyer-selected {
    cursor: pointer;
    background-color: lightgreen !important
}

#buyers_list tr td {
    font-size: 13px
}

#order_list .btn {
    font-size: .7rem;
    padding: 0 .5rem
}

.r {
    cursor: pointer;
    fill: red
}

.buyer td {
    padding: 5px
}

@media print {
    body *, aside, aside *, #slide-out {
        visibility: hidden
    }

    #printTicket, #printTicket * {
        visibility: visible
    }

    #printTicket {
        position: absolute;
        left: 0;
        top: 0
    }
}

section.no-place {
    border-top: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.no-place-line {
    overflow: hidden
}

.no-place-buttons {
    width: 250px;
    float: left
}

.no-place table {
    margin: 0 auto
}

.no-place-buttons div {
    text-align: center
}

.no-place-buttons table tr td {
    padding: 0 10px
}

.no-place input[type=text] {
    line-height: 22px;
    font-size: 22px;
    padding: 3px;
    width: 50px;
    border: 1px solid #000;
    text-align: center
}

.no-place input[type=button] {
    line-height: 22px;
    font-size: 22px;
    padding: 3px;
    border: 1px solid #000;
    width: 45px;
    cursor: pointer
}

.no-place-ticket {
    border-right: 1px solid #9ab9b6;
    padding-right: 2%;
    text-align: right;
    width: 34%;
    float: left
}

.no-place-price {
    border-left: 1px solid #9ab9b6;
    padding-left: 2%;
    width: 34%;
    float: left
}

.no-place h3 {
    font-family: 'MyriadProCondensed', sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: #989898;
    font-weight: normal
}

text.no-place, rect.no-place {
    cursor: pointer
}

#svgContainer .svgStatusSetter {
    overflow: auto;
}

.wrap-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

mark {
    background: white;
    color: black
}

.event-buttons li.active .collapsible-body {
    background-color: white
}

@media only screen and (max-width: 1280px) {
    .hide-on-small-laptop-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1280px) {
    .show-after-small-laptop-and-up {
        display: block !important
    }
}

@media only screen and (min-width: 1281px) {
    .hide-after-small-laptop-and-up {
        display: none !important
    }
}

@media only screen and (max-width: 1500px) {
    .hide-on-med-laptop-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 1501px) {
    .hide-after-med-laptop-and-up {
        display: none !important
    }
}

#card-stats .card {
    overflow: hidden
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: rgba(255, 202, 40, 1)
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: rgba(255, 202, 40, 1)
}

ul.stepper .step .step-content .step-actions {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important
}

.btn, .btn-flat, .btn-large, .btn-small {
    text-transform: none !important
}

.ticket-left .events-list tr {
    border: 0
}

#modal-kassa.modal.modal-fixed-footer {
    height: 90%
}

.ticket-window-container #modal.modal.modal-fixed-footer {
    height: 250px
}

#buyers_list table tr {
    cursor: pointer
}

.r.tooltip-button {
    stroke: black;
    stroke-width: 2px
}

.gray-link {
    color: #6b6f82
}

.price-item-color {
    cursor: pointer
}
.ui-icon-gripsmall-diagonal-se {
    z-index: 100!important;
}

.blue {
    color: #ebf2fe;
    fill: #7a9cec;
}