/* map noty */
.map-notification-container.top {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* hogy az inaktív input ne legyen kék keretes (a rendes css-ben ugye annyit kellene a kijelőlöhöz, hogy :enabled) */
.input-highlights-on .form-control:disabled {
    border: 1px solid #ccc;
}

.image-container {
    float: left;
}


/* Foglalási szabályok táblázat fejléc látszódjon */
.daily-reservation-rules thead.affix {
    z-index: 100;
    background-color: #fff;
}

.search-inputs .typeahead {
    max-height: 210px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Pricetable tagsinput overflow szerkesztése, hogy ne csússzon szét */
.price-table-filter .bootstrap-tagsinput {
    position: relative;
}


/* TODO Sanyi: nem valid kizárt napok blokk dizájn*/
.disabled-block {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

/* TODO datepickerbe átvinni a kizárt napok jelzését, megepikálni , naptár aljára is */
.datepicker .day.except-day,
.datepicker .day.except-day:hover {
    background: #FF990A !important;
    color: #fff !important;
}


/* Utis voucher - számlázandó tételek */
.invoiceable-vouchers tr {
    cursor: default;
}

/* pricetable: autofill modal-ban a price kapott ilyet, kapacitásnál az input is kapjon ilyet */
td.unit-value {
    width: 1%;
}

/* azért kell important változat, mert ha a has-error feletti elemen van egy has-success akkor az felülírja a zöld a pirosat */
.has-error .form-control {
    border-color: #c0392b !important;
}

.scrollspy-navbar.affix {
    z-index: 10 !important;
}

.dropdown-menu-default {
    z-index: 11 !important;
}

/* scrollspy menü fix, hogy ne ugráljon: csak affix esetben kell látszania */
.scrollspy-navbar.affix-top .nav > li.active {
    display: none;
}

.scrollspy-navbar.affix .nav > li.active {
    display: block;
}

/* kategoriákat helyrepofozza, hogy lehessen őket pricetabelben tolni */
.price-table-content .price-table.horizontal th.price-category,
.price-table-content .fix-horizontal-scroll {
    z-index: 1;
    background-color: white;
    box-shadow: rgb(221, 221, 221) -1px 0px inset;
    transform: translate(0,0);
    border-right: 0px;
}


/* Számlázásnál a sorre kell kattintani, hogy lenyíljon, ahhoz mutató */
.voucher-invoice-items .toggle-slide {
    cursor: pointer;
}

table.dataTable .popover {
    width: auto !important;
    min-width: 0 !important;
}

table.dataTable .popover.confirm-popover {
    min-width: 250px !important;
}

/*TODO dizájnerek */
/* Foglalási szabályok átfedéi információknál melyik szabály aktív, melyik nem */
.overlap-info .active {
    color: green;
    font-weight: bold;
}

.overlap-info .inactive {
    opacity: 0.5;
}

/* Datatable filter törléskor (ikonra katt) lenne kék keret, s hogy ne legyen */
.dataTable thead th {
    outline: none;
}

.form-bubble .form-bubble-group .delete {
    position: relative !important;
}

/* Képfeltöltés mobilon affix hiba */
@media (max-width: 767px) {
    .upper-browse.affix-top {
        visibility: hidden;
        height: 0px;
    }
    .upper-browse.affix-bottom {
        width: 100%;
        height: 90px;
        position: absolute;
        right: 15px;
        z-index: 5;
        text-align: right;
    }
}

/* Általános adatok -> házirend -> recepció nyitvatartása -> van szünet -> szünet idútartama alatti selectek miatt */
.opening-types-container .form-group {
    margin-left: 0px !important;
}

/* Napi szintű foglalási szabályok tábla affixált teteje */
.daily-hotel-rules-table thead.affix {
    top: 0px;
}

.image-controls .popover-content, .image-warning-content .popover-content {
    color: black;
}

/* pricetable atufillben, a validáció kinézet nem illeszkedett erre */
.price-autofill-modal .has-success .help-inline.warning {
    background-color: #efd65d;
    color: #4b3624 !important;
}

.price-autofill-modal .help-inline .close:hover {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 14px;
}

.price-autofill-modal .help-inline .close:hover {
    cursor: pointer;
}

/* Foglalások részletek ikonra katt lenyílik tartalom, emiatt */
.invoice-reservations .toggle-slide {
    cursor: pointer;
}

/* utalvány egyeztetésnél középre a részletek táblát */
.voucher-invoice-items .reservation-info-details {
    margin: auto;
}

/* ha van has-success majd az alatt egy elem amely input-highlights-on, akkor a has-success erősebb */
.request-accept-form .input-highlights-on .form-control {
    border-color: #00bfff !important;
}

/* házirend, beszélt nyelvek hibaüzenet */
.hotel-policies .spoken-languages .validateContainer {
    margin-left: 20px;
}

/* Ne látszódjon a bezárás gomb a modalban */
.modal.no-close .close {
    display: none;
}

/* Figyelmeztető üzenet felett jelent meg az input a foglalási táblában */
.invoice-reservations .help-inline.warning {
    z-index: 4;
}

/* képfeltöltésnél mikor alertről van szó, nem kell a hibaüzenet, az alert lesz kiemelve pirossal */
.images-required-log.has-error .validateContainer {
    display: none;
}

/* a hibaüzenet táblán belül nem mindig jelent meg, mert nem feltétlen a td kapja a has-error-t */
table thead th .has-error .help-inline, table tbody td .has-error .help-inline {
    background-color: #c0392b;
}

table thead th .has-error .help-inline:before, table tbody td .has-error .help-inline:before {
    border-top: 6px solid #c0392b;
}

/* voucher travel részletek modalban a panel címe túl nagy */
.voucher-travel-details-modal .panel-heading h3 {
    font-size: 16px;
}
.room-name-alert {
    text-transform: lowercase;
}

.reservation-list-table tr {
    cursor: pointer;
}

/* foglalási táblában foglalás, ajánlatkérés értesítő szám */
.reservation-table .reservation-type-filter .badge {
    background-color: #f90;
    top: 0;
    right: -5px;
    font-weight: 300;
    padding: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

.statistics-chart .premium-data {
    fill: white;
    stroke: #ccc;
    stroke-width: 2;
    stroke-dasharray: 10 10;
}

/* ha prémium partnernél nem jön vissza semmi adat -> hibajelzés */
.premium-error-message {
    text-align: center;
    font-size: 18px;
    margin: 30px;
}

.premium-chart-message {
    text-align: center;
    font-size: 18px;
    margin: 30px;
}

/* Photo csomag infó popoverben a listának a paddingja túl nagy volt */
.assignment-info-popover ul {
    padding-left: 16px;
}

/* Photo testimonials képek */
.photography-page .photo-testimonials img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.3);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.3);
    float: right;
    margin-bottom: 20px;
    border-radius: 0;
}

.photography-page .photo-testimonials h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

/* a photo oldalon a regisztrációs testimonialban szereplő reg gomb nem kell */
.photography-page .btn-registration {
    display: none;
}

/* prémium partner esetében hotel kereső input tartalom törlés miatt */
.search-hotel-block {
    position: relative;
}

.large {
    font-size: 120%;
}

/* prémium partner esetében hotel kereső input tartalom törlés */
.search-hotel-block .reset-input {
    position: absolute;
    top: 26px;
    right: 5px;
    font-size: 8px;
    color: #fff;
    background: #aaa;
    padding: 4px 4px;
    border-radius: 0px 2px 2px 0px;
    cursor: pointer;
}

.search-hotel-block.has-value .reset-input  {
    display: block !important;
}

/* highlighted csomagkategória */
.package-category-chooser-container .highlighted-category {
    background: #d9edf7;
}

/* Új menü item jelzés */
.page-sidebar-menu li a > span.new-item {
    display: none;
}

.page-sidebar-menu li.new > a > span.new-item {
    display: block;
}

/* kis nézetben van hogy olyan kicsi az oldal, hogy foglalás listában a státusz popover nem tud lefele lenyílni */
.page-container {
    min-height: 700px;
}

/* foglalási táblában értesítés dizájn ne csak filteren belül legyen érvényes, hanem mindenhol */
.reservation-table .badge {
    background-color: #f90;
    top: -5px;
    right: -5px;
    font-weight: 300;
    padding: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

/* ártáblánál scrollspy oldalra mozgatásnál rövid ha nem 100% széles */
.scrollspy-navbar.affix {
    width: 100%;
}

.vertical-float-affix.affix-top {
    visibility: hidden;
}

.vertical-float-affix.affix {
    visibility: visible;
    top: 0;
    right: 0;
    left: 15%;
    margin-left: 20px;
    height: 46px;
    padding: 0px;
    color: #333;
    background-color: rgba(245, 245, 245, .95);
    border-color: #ddd;
    font-size: 14px;
    z-index: 9999;
}

@media screen and (max-width: 992px) {
    .vertical-float-affix.affix {
        left: 0;
    }
}

.vertical-float-affix .title-container {
    position: relative;
}

.vertical-float-affix .affix-item-title {
    position: absolute;
}

/* dataTables lábléc: infó szöveg ha hosszú, kicsúszna */
.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}

/* menüpont kereső labelje */
.sidebar-search label {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

/* modal backdroptól független is látható elemek */


/* Lefuglalt utalványoknál checkbox kattitnhatóság érzetet adjon */
.reserved-vouchers input[type="checkbox"]:not([disabled]) {
    cursor: pointer;
}

/* premium partner promo kép */
.premium-promo-image {
    width: 100%;
}

/* diagram színek*/
.chart-color-red {
    fill: #FF6766;
    background-color: #FF6766;
}

.chart-color-cian {
    fill: #20B2AA;
    background-color: #20B2AA;
}

.chart-color-gray {
    fill: #999;
    background-color: #999;
}

.chart-color-red-before:before {
    color: #FF6766;
}

.chart-color-cian-before:before {
    color: #20B2AA;
}

.chart-color-gray-before:before{
    color: #999;
}

/* invoice table popover */

table.dataTable .popover.invoicing-popover {
    min-width: 300px !important;
}
/* Egyeztetésre váró jelzés adminban */
.reserved-vouchers-table .voucher-type-filter .badge {
    background-color: #f90;
    top: -5px;
    right: -5px;
    font-weight: 300;
    padding: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}


/* Datatable-ben a hosszú szövegű cellák lerövidítése (pl lefoglalt utalványok tábla) */
.dataTable .short-column {
    width: 100px;
    display: inline-block;
    padding-top: 6px;
    position: relative;
    height: 25px;
}

.dataTable .short-column .column-content {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.dataTable .short-column .column-content:hover {
    position: absolute;
    top: 4px;
    left: -2px;
    background: #f5f5f5;
    z-index: 1;
    padding: 2px;
}

/* képfeltöltéskor hoverre infó üzenet */
.uploaded-img .upload-in-progress {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
}

.image-block:hover .uploaded-img.in-progress-center .upload-in-progress {
    display: block !important;
}

/* képfeltöltésnél a zöld csíkot eltakarná az in-progress-center */
.uploaded-img .upload-progress {
    z-index: 2;
}

/* Ártábla - tagsinput úgy működjön mint a képfeltöltésnél */
.price-table-filter .filter-input-container {
    width: 340px;
    height: 35px;
}

/* editinplace dátum ne legyen egybe a nap / éjszaka felirattal */
.select-date .select-date-links {
    margin-right: 7px;
}

/* általános halványított elem */
.faded {
    opacity: 0.5;
}

.good-pics-tips-container .show-more {
    text-align: center;
    display: block;
}

.aegon-menu .title {
    color: #0077c8;
}
/* btn group esetében ha disabled, akkor a nem aktív osztályú elem :aktív pszeudo állapotban se legyen zöld */
.btn-group .btn.disabled:not(.active):active {
    color: #333 !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee)) !important;
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%) !important;
    background: -o-linear-gradient(top, #fff 0%, #eee 100%) !important;
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%) !important;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%) !important;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 12px 7px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker {
    z-index: 1051;
}

/* hoteladmin értékelés válaszadási textarea kicsi volt */
.rating-answer .form-group, .rating-answer .form-group textarea {
    width: 100%;
}

/* 16880: 992 alatt egészen 768-ig nem látszódott mert a css-ben csak 768-ig volt megjelenítve */
@media (max-width: 992px) {
    .translate-success {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background-color: #27ae60;
        color: #fff;
        padding: 15px;
    }
}

/* policies oldalon a slider fix */
.energycosts-container {
    float: left;
}

/* lakcím adatok nélkül való foglalás beállító magyarázata */
.reservation-address-info .with-address, .reservation-address-info.reservation-without-address .without-address {
    display: none;
}

.reservation-address-info.reservation-without-address .with-address {
    display: block;
}

/* Képfletöltésnél a cover (képtörlésnél a vissszavonáshoz) */
.image-block-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 4;
    padding: 15px;
    text-align: center;
}

.image-block-cover .cover-content {
    margin-top: 40%;
}

.image-block-cover .undo-remove {
    font-size: 12px;
}

/* Képfeltöltés blokk mert a tagsinput alatt lévő kép ha törlésre van kijelölve, akkor felécsúszna */
.image-block .bootstrap-tagsinput {
    z-index: 5;
}

/* Képfeltöltésnél a villanykörte a tagsinput alá csúszna */
@media (min-width: 768px) {
    .tutorials-launcher {
        z-index: 5;
    }
}


/* 16980 - button tipusu dp középre rendez : fix */
.input-datepicker[type=button] {
    text-align: left;
}

.full-house-day {
    background: #FF6766;
}

.reservation-rules-table .end-section{
    background-color: #eee;
}

.rules-table > tbody > tr:last-child > td {
    padding: 8px 8px 10px 8px;
}

.scrollspy-navbar.affix {
    position: fixed !important;
}

#scrollspyNavbar, .vertical-float-affix {
    will-change: transform;
}

/* Bug #17976 foglalási szabályok popover elugrás */
.rules-table .hotel-rule-name-td {
    z-index: 6!important;
}

/* Bug #18113 Év Szállása 2017 átalakítások, javítások */
.main-sponsor h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

/* Affiliate új kampány - további szűrők - tagsinput */
#campaignFilters .bootstrap-tagsinput:not([data-tags-overflow]) {
    display: none!important;
}


#campaignFilters .bootstrap-tagsinput .tags-container .tag{

}

/* értékeléseknél olvasatlan értékelés kiemelése */
#rating-list tr.unread td {
    font-weight: bold;
}

/* thread/view oldalon ha felugrik egy popup (pl admini), akkor itt a modal tartalom eltakarja, holott nem kell ez csak xs alatt, mert csak ott lesz modal */
@media (min-width: 768px) {
    #offerrequestModal {
        z-index: 1;
    }
}

/* Ajánlatkérések tábla, létszámok */
.thread-guestcount {
    font-size: small;
    color: #999999
}

/*#19837 - megszűnő csomag kategóriák - törölhető lesz*/
.deprecated-text {
  color: #b5b5b5 !important;
}
.has-deprecated-category {
    background-color: #f2dede !important;
}

/* reservations oldalon a táblázat fejlécében arra esetre ha nincs szükségünk date range-ben kötőjelre */
.table-pure-datepicker:before {
    content: '' !important;
}


/*wyz Feature #20768*/
@media (max-width: 767px) {
    .redirect-przelewy + .form-submit-button {
        margin-bottom: 200px;
    }
}

/* szg_child_rates branch ha css-ei
    Min-max inputok hibaüzeneteinek a container width-ét állitja be
 */
.additional-max-adult-error-container, .additional-min-adult-error-container, .additional-max-children-error-container {
    width: 125px;
}

/**
 discount_bundle: Előfizetés állapota oldalon megjelenítjük a következő előfizetését
 */
.next-active-subscription {
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.prepayment-form-group {
    margin-left: 0 !important;
}


/*  erzsébet program után törölni lehet */
.reservation-payment-icon img {
   width: 20px;
   height: 20px;
   margin: -3px 7px 0 5px;
}

/* HA számla feltöltés lista */
.invoices-table .badge {
    background-color: #f90;
    top: -5px;
    right: -5px;
    font-weight: 300;
    padding: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

/* Agency fizetés felület */
.function-description {
    color: #999999;
    font-size: 1.1rem;
    margin-top: 10px;
}

.function-description:hover {
    color: #000000;
}

.function-features,
.highlighted-data {
    color: #27ae60;
}

.actual-edited-invoice {
    background-color: #cce5ff !important;
}

.modal-table th {
    background-color: #f5f5f5;
}

.font-weight-bold {
    font-weight: bold;
}
/*
    https://szallashugroup.atlassian.net/browse/BO-1649
    Ugyan úgy mint a popover content-nél (resources/uncooked/css/sass/bootstrap/5_objects/_popovers.scss:43), itt is legyen padding
*/
.confirm-popover .popover-footer {
    padding: 0px 14px 5px 14px;
}

.commission-reservations-total-popover-icon {
    font-size: 165%;
}
/*  reservation/details renegotiation modal textarea*/
form[name="renegotiation-form"] textarea{
    max-height: 300px;
    resize: vertical;
}
.commission-container .more-info {
    color: #999999;
}

.commission-container .has-no-ranking {
    margin-top: -30px;
}

.popover-block {
    position: relative !important;
    display: block !important;
    z-index: 0 !important;
}

.arrow-up {
    width: 0;
    height: 0;
    top: -13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .25);
    position: relative;
}

.arrow-up:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid white;
    position: absolute;
    top: 1px;
    left: -11px;
}

.-mt-15 {
    margin-top: -15px;
}

.hotel-address-container .parcelNumberLink {
    display: inline-block;
    margin-top: 30px;
}

.modal-payer-data-update .no-tax-number-input {
    display: inline-block;
    width: unset;
    height: unset;
}

.payer-data-update-container .input-group .input-group-addon {
    border-left: 1px solid #e5e5e5;
}

.room-type-list .badge-primary {
    color: #fff;
    background-color: #ff6600;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
}


.display-box.actual-percent-box{
    flex-direction: column;
}
.display-box.actual-percent-box a {
    display: block;
}

.display-box-container .display-box .display-box__title, .display-box-container .display-box .display-box__subtitle{
    width: 100%;
    padding-right: 5px;
}

@media screen and (max-width: 992px){
    .small-display .display-box.actual-percent-box .nothistory-wrapper {
        display: flex;
        flex-direction: row;
    }
}

/* hoteladminon agency könyvviteli kivonatok lista összegzősor */
.transactions-container .transactions-summary {
    font-weight: bold;
}

.suspension-period-icon {
    font-size: 20px;
    background-color: #eeeeee;
    color: #9a9a9a;
    border-radius: 9999px;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
}

.suspension-period-icon:hover {
    background-color: #d9d9d9;
}

.past-delete-suspension-period-js {
    opacity: 0.5;
    cursor: not-allowed;
}