.jqyc-not-empty-td:hover {
	border-radius: 0;
}
.w80px {
	width: 80px !important;
}

body{
    font-size: .875rem;
}

.population-hidden,
.region-hidden,
.city-hidden,
.artist-hidden,
.filter-hidden,
.conflict-hidden,
.conflicts-hidden,
.status-hidden,
.recommend-hidden,
.concert-planned-hidden,
.concert-confirmed-hidden,
.date-hidden {
	display: none;
}
.concert-icon .fa-map-marker:before {
    vertical-align: middle;
}
.concert-icon .fa-music:before {
    vertical-align: top;
    font-size: 0.825rem;
}
/* .pannel + .content-wrap,
.pannel + .content-wrap .navbar {
	margin-top: 147px;
} */
.navbar.fixed-top.main-navbar + .container {
    margin-top: 204px;
}
.navbar.fixed-top.detail-navbar + .container {
    margin-top: 150px;
}
.fixed-top .header-wrap {
    display: none;
}
.header-wrap {
    position: relative;
}
.header-wrap .main-link {
    position: absolute;
    top: 2px;
    left: 15px;
}
.header-wrap .label-link {
    position: absolute;
    top: 2px;
    left: 140px;
    color: inherit;
}
.header-wrap .artist-link {
    position: absolute;
    top: 2px;
    left: 75px;
    color: inherit;
}

.header-wrap .main-link-right{
    position: absolute;
    top: 2px;
    right: 15px;
}
.form-inline .form-population {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.canvas-wrap {
    position: relative;
}
.concert-tooltip-wrap {
    position: absolute;
}
.tooltip-content {
    display: none;
}
.tooltip.show {
    opacity: 1 !important;
}
.tooltip-inner {
    max-width: none !important;
    padding: 0.55rem 0.6rem 0.55rem 0.6rem !important;
    /*padding: 0.55rem 1.2rem 0.55rem 0.6rem !important;*/
}
.btn-calendar-concert {
    cursor: pointer;
}
.jqyc-not-empty-td.cur-artist-concert,
.jqyc-not-empty-td.cur-artist-concert:hover {
    border-radius: 20px;
}
.d_n {
    display: none;
}
.artist-concert-tooltip {
    cursor: pointer;
}
.table thead th {
    vertical-align: middle;
}
.table-artist th.table-artist-header {
    width: 200px;
}
.table-artist-header.show-search,
.table-event-header.show-search,
.table-operator-header.show-search{
    padding: .5rem .75rem;
}
.table-artist-header .artist-search-wrap,
.table-artist-header.show-search .artist-header-wrap {
    display: none;
}

.table-event-header .event-search-wrap,
.table-event-header.show-search .event-header-wrap {
    display: none;
}

.table-operator-header .operator-search-wrap,
.table-operator-header.show-search .operator-header-wrap {
    display: none;
}

.table-artist-header .artist-header-wrap,
.table-artist-header.show-search .artist-search-wrap,
.table-event-header .event-header-wrap,
.table-event-header.show-search .event-search-wrap,
.table-operator-header .operator-header-wrap,
.table-operator-header.show-search .operator-search-wrap
{
    display: block;
}

.artist-search-wrap {
    position: relative;
}
.artist-search-wrap .fas {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
}
.table-artist-header .fas {
    cursor: pointer;
}

.table-city-header {
    width: 200px;
}
.table-city-header.show-search {
    padding: .5rem .75rem;
}
.table-city-header .city-search-wrap,
.table-city-header.show-search .city-header-wrap,
.event-search-wrap, .operator-search-wrap
{
    display: none;
}
.table-city-header .city-header-wrap,
.table-city-header.show-search .city-search-wrap {
    display: block;
}

.city-search-wrap,
.name-search-wrap,
.place-search-wrap,
.city_type-search-wrap,
.category-search-wrap,
.event-search-wrap,
.operator-search-wrap{
    position: relative;
}
.city-search-wrap .fas,
.name-search-wrap .fas,
.place-search-wrap .fas,
.city_type-search-wrap .fas,
.category-search-wrap .fas,
.event-search-wrap .fas,
.operator-search-wrap .fas{
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 14px;
}
.table-city-header .fas,
.table-head-cell .fas,
.table-event-header .fas,
.table-operator-header .fas{
    cursor: pointer;
}
.modal.second-modal  {
    z-index: 1060;
}
.modal-backdrop + .modal-backdrop {
    z-index: 1050;
}
.table-date th {
    border-top: none;
}
.close-tooltip {
    position: absolute;
    color: #ccc;
    top: 10px;
    right: 5px;
    cursor: pointer;
}
.concert-status-example-color,
.calendar-day-example-color {
    display: inline-block;
    width: 30px;
    height: 23px;
    background-color: #ccc;
    margin-left: 10px;
    vertical-align: top;
}

.concert-status-example-color.status-0 {
    background-color: #f8fb27;
}
.concert-status-example-color.status-1 {
    background-color: #ffc107;
}
.concert-status-example-color.status-2 {
    background-color: #03a9f4;
}
.concert-status-example-color.status-3 {
    background-color: #66aa66;
}
.calendar-day-example-color.color-free {
    background-color: #66aa66;
}
.calendar-day-example-color.color-reserve {
    background-color: #ffeb3b;
}
.calendar-day-example-color.color-conflict {
    background-color: #cc3333;
}
.calendar-day-example-color.color-concert-planned {
    background-color: #ccc;
}
.calendar-day-example-color.color-concert-confirmed {
    background-color: #000000;
}
.calendar-day-example-color.form-concert-confirmed {
    border-radius: 20px;
}
.calendar-day-example-color.concert-in-other-city {
    background-color: transparent;
    text-align: center;
}
.table td.schedule-same-date {
    border-top: none;
}
.table td.schedule-same-date span {
    visibility: hidden;
}
/* .table tr.conflict-table-row {
    border: 1px solid #c33;
}

.table tr.conflict-table-row td {
    border-top: 1px solid #c33;
    border-bottom: 1px solid #c33;
} */
.no-b-border {
    border-bottom: none;
}
.conflists-badge {
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    margin-left: 5px;
    padding: 0.15em;
    padding-right: 0.4em;
    padding-left: 0.4em;
    border-radius: 25rem;
}
.badge-show {
    display: inline-block;
}
.bs-tooltip-right .close-tooltip {
    right: 15px
}
.tooltip-conflict .tooltip-inner {
    text-align: left;
    background-color: #eee;
    color: #000;
}
.tooltip-conflict.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip-conflict.bs-tooltip-right .arrow::before {
    border-right-color: #eee;
}
.tooltip-conflict.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip-conflict.bs-tooltip-left .arrow::before {
    border-left-color: #eee;
}
.tooltip-conflict.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip-conflict.bs-tooltip-top .arrow::before {
    border-top-color: #eee;
}
.tooltip-conflict.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip-conflict.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #eee;
}
.tooltip-conflict .close-tooltip {
    color: #828282;
}
.schedule-city-name,
.schedule-place-name,
.schedule-status {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
}
.schedule-city-name:hover,
.schedule-place-name:hover,
.schedule-status:hover {
    color: #0056b3;
    text-decoration: underline;
}
.confirmed-times {
    color: #cc3333;
}
.nonconfirmed-times {
    color: #cccccc;
}

.link-style {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
}
.link-style:hover {
    color: #0056b3;
    text-decoration: underline;
}
span.btn {
    cursor: pointer;
}
.btn-accordion-wrap {
    position: relative;
}
.btn-accordion {
    position: absolute;
    top: 2px;
    right: 15px;
}
.events-table .event-status-13 {
    background-color: #fffdd5;
}
.events-table .event-status-14 {
    background-color: #fff3e1;
}
.events-table .event-status-16 {
    background-color: #e5f5fb;
}
.events-table .event-status-16.event-buy-link-filled {
    background-color: #e1ffe0;
}
table.table.align-middle td,
table.table.align-middle th {
    vertical-align: middle !important;
}
.program-img-preview img {
    max-width: 100%;
}
.ticket-info-btn {
    cursor: pointer;
}
.ticket-info-btn:hover {
    color: #666666;
}
.table tfoot {
    width: 100%;
    background-color: #ffffff;
}
.table.fixed-panel {
    margin-bottom: 63px;
}
.table.fixed-panel tfoot {
    position: fixed;
    bottom: 0;
}
.table.fixed-panel tfoot td {
    border-top: none;
}
.table.events-table thead th:last-child,
.table.events-table tbody td:last-child {
    text-align: end;
}
.js-save-widget {
    cursor: pointer;
}
.dropdown-status-wrap {
    display: inline-block;
}
.dropdown-status-label {
    display: block;
    margin: 0 .5rem .5rem;
    white-space: nowrap;
}
#calendar-concert .fc-event, #calendar-concert .fc-event:hover {
    /*color: #ffffff !important;*/
    cursor: pointer;
}
.js-event-form {
    transition: width 1s;
    display: inline-block;
    width: 100%;
}
.event-form-conflicts {
    width: 30%;
    display: inline-block;
    padding: 0 0 0 15px;
    transition: 1s;
}
#createEvent.calendar-event-form.show .modal-dialog {
    transition: max-width 1s;
}
#createEvent.calendar-event-form .modal-body {
    flex-direction: row;
    display: flex;
}
.filter-artist-color {
    border-radius: 12px;
    /*border: 11px solid #AD1457;*/
    width: 20px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: none;
    overflow: hidden;
    vertical-align: bottom;
}
#calendar-concert {
    /*width: 1200px;*/
    width: 100%;
    height: 100%;
}
/*.fc-unthemed td {*/
/*    max-height: 150px;*/
/*}*/
.fc-day-top .badge {
    float: right;
    margin: 5px;
}
.fc-day-top .badge:hover {
    cursor: pointer;
}
.m_a {
    margin: auto;
}
.ws-nw {
    white-space: nowrap;
}
.fc-sun,
.fc-sat,
.fc-day[data-date$="-01-01"],
.fc-day[data-date$="-01-02"],
.fc-day[data-date$="-01-03"],
.fc-day[data-date$="-01-04"],
.fc-day[data-date$="-01-05"],
.fc-day[data-date$="-01-06"],
.fc-day[data-date$="-01-07"],
.fc-day[data-date$="-01-08"],
.fc-day[data-date$="-02-23"],
.fc-day[data-date$="-03-08"],
.fc-day[data-date$="-05-01"],
.fc-day[data-date$="-05-09"],
.fc-day[data-date$="-06-12"],
.fc-day[data-date$="-11-04"] {
    background-color: #f7f7f7;
}
.fc-sun .fc-day-number,
.fc-sat .fc-day-number,
.fc-day-top[data-date$="-01-01"] .fc-day-number,
.fc-day-top[data-date$="-01-02"] .fc-day-number,
.fc-day-top[data-date$="-01-03"] .fc-day-number,
.fc-day-top[data-date$="-01-04"] .fc-day-number,
.fc-day-top[data-date$="-01-05"] .fc-day-number,
.fc-day-top[data-date$="-01-06"] .fc-day-number,
.fc-day-top[data-date$="-01-07"] .fc-day-number,
.fc-day-top[data-date$="-01-08"] .fc-day-number,
.fc-day-top[data-date$="-02-23"] .fc-day-number,
.fc-day-top[data-date$="-03-08"] .fc-day-number,
.fc-day-top[data-date$="-05-01"] .fc-day-number,
.fc-day-top[data-date$="-05-09"] .fc-day-number,
.fc-day-top[data-date$="-06-12"] .fc-day-number,
.fc-day-top[data-date$="-11-04"] .fc-day-number {
    color: #ff0000;
}
.table.events-table td, .table.events-table th {
    padding: .75rem .45rem;
}

.table.reports-list-table td,.table.reports-list-table th{
    padding: .375em!important;
}
.customFileField {
    font-size: 0;
}
.input-group .form-control-list {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group .form-control-list .form-control {
    border-radius: 0;
}
.input-group .form-control-list > .form-control:first-child {
    border-top-right-radius: .25rem;
}
.input-group .form-control-list .btn {
    border-top-right-radius: 0;
}

.input-group .form-control-list .input-group:first-child .input-group-append .btn {
    border-top-right-radius: .25rem;
}
.add-event-icon {
    margin: 6px 6px 0px;
    background: #28a745;
    border-radius: 1rem;
    padding: 0.25em 0.2rem;
    line-height: 1;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
}
.add-event-icon:hover {
    background: #218838;
}
.modal-body .js-event-form .form-control {
    padding: .375rem .75rem;
}
.bannerDelete,.logoDelete {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #e82964;
    font-size: 20px;
}
.bannerDelete:hover,.logoDelete:hover  {
    cursor: pointer;
    color: #c82557;
}
.deleteBannerConfirmWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-constructor {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    color: #495057;
    background-color: #fff;
}
.input-group>.content-constructor:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.content-constructor-item {
    position: relative;
}
.content-constructor-item-header {
    position: absolute;
    top: -8px;
    background: white;
    left: 30px;
    padding: 0px 5px;
    font-size: 0.85rem;
    z-index: 10;
    line-height: 0.9rem;
}
.btn-order-content-item,
.btn-delete-content-item {
    line-height: 1.1rem;
    height: 30px;
    cursor: pointer;
}
.ui-state-highlight {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}
.content-constructor-item .customFileField {
    border: 1px solid #ced4da;
}
.content-constructor-item .adm-fileinput-area {
    min-height: 100px;
}
.content-constructor-item .adm-fileinput-area .adm-fileinput-drag-area-hint {
    margin-top: 22px;
}
.content-constructor-item .adm-fileinput-wrapper-single {
    display: block;
}
.content-constructor-item .adm-fileinput-wrapper-single .adm-fileinput-area {
    width: auto !important;
    display: block;
}
.content-constructor-item .bxlhe-frame {
    border: 1px solid #ced4da;
    flex: 1 1 auto;
    width: 1%;
    padding-top: 5px;
}
.content-constructor-item table.bxlhe-frame-table td.bxlhe-editor-buttons {
    background-color: #ffffff !important;
}
.adm-fileinput-btn-panel {
    display: none;
}
.bannerDelete {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #e82964;
    font-size: 20px;
}
.bannerDelete:hover {
    cursor: pointer;
    color: #c82557;
}
.deleteBannerConfirmWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-constructor {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    color: #495057;
    background-color: #fff;
}
.input-group>.content-constructor:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.content-constructor-item {
    position: relative;
}
.content-constructor-item-header {
    position: absolute;
    top: -8px;
    background: white;
    left: 30px;
    padding: 0px 5px;
    font-size: 0.85rem;
    z-index: 10;
    line-height: 0.9rem;
}
.btn-order-content-item,
.btn-delete-content-item {
    line-height: 1.1rem;
    height: 30px;
    cursor: pointer;
}
.ui-state-highlight {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}
.content-constructor-item .customFileField {
    border: 1px solid #ced4da;
}
.content-constructor-item .adm-fileinput-area {
    min-height: 100px;
}
.content-constructor-item .adm-fileinput-area .adm-fileinput-drag-area-hint {
    margin-top: 22px;
}
.content-constructor-item .adm-fileinput-wrapper-single {
    display: block;
}
.content-constructor-item .adm-fileinput-wrapper-single .adm-fileinput-area {
    width: auto !important;
    display: block;
}
.content-constructor-item .bxlhe-frame {
    border: 1px solid #ced4da;
    flex: 1 1 auto;
    width: 1%;
    padding-top: 5px;
}
.content-constructor-item table.bxlhe-frame-table td.bxlhe-editor-buttons {
    background-color: #ffffff !important;
}
.content-constructor-item .delete-item-stub {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 15;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #cccccc;
    padding: 10px 27px;
    font-size: 0.8rem;
    color: #939393;
}
.content-constructor-item.delete-item {
    height: 50px;
    overflow: hidden;
}
.content-constructor-item.delete-item .delete-item-stub {
    display: block;
}
.main-site-active:hover,
.main-site-active {
    color: #fbb400;
}

.btn-main-site:hover .fa-star {
    font-weight: 900;
}

.fc-customMonth-button {
    min-width: 70px;
}
.custom-switch-content-page-active {
    padding-left: 2.75rem;
}
.main-page-link-right {
    position: absolute;
    right: 15px;
    top: 6px;
}
.our-artist-icon {
    height: 15px;
    margin-right: -5px;
    opacity: 0.5;
}
.badge-pill {
    padding-right: 0.45em;
    padding-left: 0.45em;
    border-radius: 1rem;
}
.fc-event-container,
.fc-day,
.fc-day-top {
    cursor: pointer;
}
.city-conflict {
    text-decoration: underline;
}
.unselectable .fc-title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fc-event {
    -webkit-text-decoration-skip: objects;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
.ui-state-highlight {
    border: 1px dotted black;
    margin: 0;
    height: 22px;
    display: block;
}
.calendar-artist-link {
    font-size: 0.6rem;
    color: #525252;
}
.ui-sortable-day {
    height: 22px;
}
.btn-status.btn-status-active {
    border-width: 2px;
    border-color: #212529;
}
.event-actions-buttons {
    display: none;
}
.status-color-13 {
    color: #ffc107;
}
.status-color-14 {
    color: #dc3545;
}
.status-color-16 {
    color: #007bff;
}
.status-color-16.link-buy-filled {
    color: #28a745;
}
.status-color-17 {
    color: #6c757d;
}
.fc-content.fc-status:after {
    content: '';
    position: absolute;
    right: 2px;
    width: 12px;
    height: 12px;
    top: 0px;
    border: 1px solid #2c3e50;
    border-radius: 10px;

}
.fc-content.fc-status-13:after {
    background-color: #ffc107;
}
.fc-content.fc-status-14:after {
    background-color: #dc3545;
}
.fc-content.fc-status-16:after {
    background-color: #007bff;
}
.fc-content.fc-status-16.fc-link-buy-filled:after {
    background-color: #28a745;
}
.event-archive-tab {
    position: absolute;
    right: 15px;
}











/*popup площадки*/
.bb-lightbox-content .ajax-content-title {
    display: block;
    background-color: #020304;
    color: #f0f0f0;
    text-transform: uppercase;
    font-size: 1.125rem;
    padding: 13px 30px;
    letter-spacing: .5px;
}

.bb-lightbox-content .ajax-content-wrap {
    padding: 30px;
}

.bb-lightbox-content .ajax-content .concert-placement-content-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.bb-lightbox-content .ajax-content .concert-placement-content-logo img {
    max-width: 85%;
}

.bb-lightbox-content .ajax-content .concert-placement-content-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.bb-lightbox-content .ajax-content .concert-placement-content-item {
    margin-bottom: 20px;
}

.bb-lightbox-content .ajax-content .concert-placement-content-item p {
    font-size: 0.875rem;
    margin-bottom: 15px;
}

.concert-placement-gallery-top {
    position: relative;
}

.concert-placement-gallery-top .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.concert-placement-gallery-top .slick-arrow .icon {
    font-size: 32px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media (min-width:576px) {
    .concert-placement-gallery-top .slick-arrow .icon {
        font-size: 40px;
    }
}

.concert-placement-gallery-top .slick-arrow.slick-prev .fas, .concert-placement-gallery-top .slick-arrow.slick-next .fas {
    color: #fff;
    display: inline-block;
    opacity: .4;
    font-size: 30px;
}

.concert-placement-gallery-top .slick-arrow.slick-prev {
    left: 10px;
}

.concert-placement-gallery-top .slick-arrow.slick-next {
    right: 10px;
}

.concert-placement-gallery-top .slick-arrow:hover {
    cursor: pointer;
}

.concert-placement-gallery-top .slick-arrow:hover .fas {
    opacity: .9;
}

.concert-placement-gallery-top .slick-disabled .fas {
    color: #777 !important;
    cursor: default !important;
}

.concert-placement-gallery-top:hover .slick-arrow {
    opacity: 1;
}

.concert-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 50px 0;
}

@media (min-width:768px) {
    .concert-info {
        padding: 100px 0;
    }
}

@media (min-width:1200px) {
    .concert-info {
        padding: 150px 0;
    }
}

.concert-info:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.concert-info-item {
    padding: 30px;
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
}

@media (min-width:992px) {
    .concert-info-item {
        padding: 50px 40px;
    }
}

.concert-info-item-title {
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .concert-info-item-title {
        font-size: 2.25rem;
    }
}

.concert-info-item-text {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

@media (min-width:768px) {
    .concert-info-item-text {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
}

.concert-info-item-btn {
    margin-top: 30px;
}

.concert-info .contacts-grid {
    border: none;
}

.concert-info .contacts-grid-list {
    display: inline-block;
    text-align: left;
}

.concert-placement-gallery {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .concert-placement-gallery {
        margin-bottom: 0;
    }
}

.concert-placement-gallery-top {
    position: relative;
}

.concert-placement-gallery-bottom {
    margin: 0 -5px;
}

.concert-placement-gallery-bottom .item {
    padding: 5px;
    display: none !important;
}

@media (min-width:576px) {
    .concert-placement-gallery-bottom .item {
        display: block !important;
    }
}

.concert-placement-gallery-bottom .item:hover {
    cursor: pointer;
    opacity: .9;
}

.concert-placement-gallery-bottom .slick-current .item img {
    outline: 3px solid #cc9e61;
}

.concert-placement-gallery-bottom .slick-dots {
    margin-top: 15px;
}

.concert-placement-content-logo {
    margin-bottom: 20px;
}

@media (min-width:1200px) {
    .concert-placement-content-logo {
        margin-bottom: 30px;
    }
}

.concert-placement-content-title {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width:1200px) {
    .concert-placement-content-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

.concert-placement-content-item {
    margin-bottom: 30px;
    line-height: 1.5;
}

.concert-placement-content-item p {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 0.9375rem;
}

@media (min-width:1200px) {
    .concert-placement-content-item p {
        font-size: 1rem;
        margin: 0 0 20px;
    }
}

.concert-placement-content-address {
    position: relative;
    padding-left: 25px;
    font-size: 0.9375rem;
}

.concert-placement-content-address:before {
    font-weight: 900;
    content: '\f3c5';
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #cc9e61;
    font-size: 18px;
}

.concert-placement-content-address .ch-title,
.concert-placement-content-address .ch-txt {
    display: block;
}

.concert-placement-content-address .ch-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.concert-placement-content-address .ch-txt {
    margin-bottom: 5px;
}

.concert-placement-content-address .ch-link {
    text-decoration: underline;
}

.concert-placement-content-address .ch-link:hover {
    text-decoration: none;
}

.concert-videogrid-item {
    position: relative;
}

.concert-videogrid-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.concert-videogrid-item-link:after {
    content: '\e909';
    font-family: "icomoon" !important;
    font-size: 64px;
    color: #fff;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.concert-videogrid-item-link:hover:after {
    opacity: 1;
}

.concert-videogrid-item img {
    width: 100%;
    height: auto;
}
.slider-nav .item img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
.slick-slide img {
    max-width: 100%;
}

/*старт стилизации*/

.btn{
    padding: .320rem .30rem;
    font-size: .75rem;
}

.custom_button{
    color: #28a745;

}

.small_h{
    font-size: 18px;
}

small_h3{
    font-size: 16px;
}

table.table-striped.reports-list-table{
    font-size: 13px!important;
}

.custom_select_new{
    height: calc(1em + .75rem + 2px)!important;
    padding: .320rem .30rem!important;
}

.custom_input{
    /*height: calc(1em + .75rem + 2px)!important;*/
    padding: .35rem 1.75rem .375rem .75rem!important;
}

.sm_btn{
    padding: 5px .30rem!important;
}

.btn-group-sm>.btn, .btn-sm{
    padding: 0 5px;
}

.alert {
    padding: 5px;
}

.input-group-text{
    padding: .10rem .75rem;
}

.form-control{
    /*height: calc(1em + .75rem + 2px);*/
    padding: .320rem .30rem!important;
    font-size: .75rem;
    height: 30px;
}

.custom-select{
    /*height: calc(1em + .75rem + 2px);*/
    height: 30px!important;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1;
    font-size: .75rem;
}

.table.events-table td, .table.events-table th{
    padding: .15rem .45rem;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 1rem;
}

.modal-body label{
    line-height: 2;
}

.input-group-text{
    font-size: .75rem;
    padding: .3rem .75rem;
}

#scheduleTabs a{
    color: #000!important;
}

.adm-fileinput-wrapper-single .adm-fileinput-area{
    width: 213px!important;
}

div.adm-fileinput-item{
    width: 188px!important;
}

.custom_input_group{
    justify-content: flex-end;
}

.input-group>.custom-file, .input-group>.custom_select_new, .input-group>.custom_input, .input-group>.form-control-plaintext{
    flex: 0 1 auto;
    width: 28%;
}

div.adm-fileinput-item div.adm-fileinput-item-preview{
    height: 50px;
}

.adm-fileinput-wrapper-single .adm-fileinput-area {
    height: 80px;
    min-height: 125px!important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
    background: #28a745;
}

.ndash-item-legal:before{
    content: '\e905';
}

.event-form-conflicts h5{
    font-size: 14px!important;
}

.modal-xl {
    max-width: 860px!important;
}

.several-events-list{
    font-size: 13px;
}

.fz16{
    font-size: 16px!important;
}

.fz13{
    font-size: 13px!important;
}

.mw75{
    min-width: 75px;
}

.mw10{
    min-width: 10%;
}

.ml105{
    margin-left: 105px;
}

.fontcolorController{
    width: 168px;
    height: 20px;
    display: inline-block;
    padding:0 2px;
    color: #fff;
}

.color-white{
    color: #fff!important;
}

.color-black{
    color: #000!important;
}

.mt4{
    margin-top: 4px;
}

.custom_switch:before{
    left: .25rem!important;
}

.custom_switch:after{
    left: calc(.25rem + 2px)!important;
}

.custom-control-input:checked~.custom_switch:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:checked~.custom_switch::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}


@media only screen and (min-width:400px) and (max-width:1135px) {
    .ndash-calendar h1{
        font-size: 12px!important;
        margin-top: 14px!important;
        margin-left: 30px!important;
    }

    .header-wrap:after{
        display: none!important;
    }
}

.calendar-container{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

/*table.reports-list-table td{*/
/*    line-height: 35px;*/
/*}*/

/*table.reports-list-table th{*/
/*    padding-left: 25px!important;*/
/*}*/

/*table.reports-list-table td a{*/
/*    margin-left: 20px!important;*/
/*}*/

a.myButton{
    border-left: solid 1px #ccc;
    height: 100%;
    min-height: 177px;
    padding-left: 9px;
    background: #ccc;
}

a.myButton i{
    color: #e960ad;
    font-size: 18px;
    line-height: 9;
}

#report-result-table td{
    vertical-align: middle;
    padding: .2em!important;
}

#report-result-table td a{
    padding: .09rem .30rem;
}

.travelMapItemPerfTableItem{
    border: none!important;
}

.travel_table{
    border-collapse: unset;
    border-spacing: 0 20px;
}

.travel_table i{
    font: normal normal normal 14px/1 FontAwesome;
}

.travel_table td{
    vertical-align: middle;
    padding: 0!important;
    /*border: 1px solid #dee2e6;*/
    border-bottom: 2px solid #dee2e6;
    border-top: 2px solid #dee2e6;
}

.travel_table .reports-list-item{
    border: 2px solid #dee2e6;
}

.travel_table .reports-list-item td:first-child{
    border: 2px solid #dee2e6;
    border-right: none;
}

.travel_table .reports-list-item td:last-child{
    /*border-right: 2px solid #dee2e6;*/
    padding: 0!important;
    position: relative;
}

.travel_table .reports-list-item td:last-child .btn-group{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.travel_table tr{
    border: 2px solid #dee2e6;
    margin-bottom: 15px;
}

.travel_table .travelMapItemPerfTable{
    border: none;
}

.editBtn{
    height: 100%;
    display: block;
    width: 35px;
    padding: 20px 0;
    background: #f4f5f9;
    line-height: 2;
}

.editBtn i{
    color: #e92563;
    position: absolute;
    top: calc(50% - 7px);
    left: 13px;
}

.pl115{
    padding-left: 115px;
}


@media only screen and (min-device-width:320px) and (max-device-width:767px) {
    .travel_table .reports-list-item td:last-child .btn-group{
        position: relative;
    }
}

.artist-autocomplete-dropdown-wrap,
.city-autocomplete-dropdown-wrap {
    position: relative;
}

.artist-autocomplete-dropdown,
.city-autocomplete-dropdown {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 59px;
    z-index: 10;
}

.autocomplete-item {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-top: 0;

    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #ced4da;

}