/*.own-reservation.press-request {*/
/*    background: repeating-linear-gradient(*/
/*            -45deg,*/
/*            #ffe375,*/
/*            #ffe375 10px,*/
/*            #ffc025 10px,*/
/*            #ffc025 20px*/
/*    );*/
/*}*/

/*.own-reservation {*/
/*    background-color: #FDBA01;*/
/*}*/

/*.non-own-reservation {*/
/*    background-color: #3DB4B7;*/
/*}*/

/*.non-own-reservation.press-request {*/
/*    background: repeating-linear-gradient(*/
/*            -45deg,*/
/*            rgba(61, 180, 183, 0.44),*/
/*            #3DB4B7 10px,*/
/*            #1cbcc1 10px,*/
/*            #1cbcc1 20px*/
/*    );*/
/*}*/

.table > tbody > tr > td {
    text-align: left;
    vertical-align: middle;
}

.text-success {
    color: #008899 !important;
}

.text-warning {
    color: #ed9803 !important;
}

.table-alert-warning {
    background-color: rgba(255, 225, 130, 0.5) !important;
}

.table-alert-success {
    background-color: rgba(0, 255, 102, 0.25) !important;
}

tr.returned > td > a.activity-update > i {
    padding: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    animation: blinker 1s infinite;
}

@keyframes returned-bg-color {
    100% {
        background-color: #ffe375
    }
}

tr.returned {
    -webkit-animation: returned-bg-color 20s infinite;
    animation: returned-bg-color 2s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes blinker {
    0% {
        border: 3px solid rgba(255, 255, 255, 0);
    }
    100% {
        border: 3px solid rgba(255, 0, 0, .5);
    }
}

.popover {
    max-width: 350px;
}

.popover > .arrow:after {
    border-right-color: #e6fafa !important;
}

.popover > .popover-header {
    background-color: #30a0a9 !important;
    color: #fff !important;
}

.popover > .popover-body {
    background-color: #e6fafa !important;
}

.fc table {
    font-size: 10px;
}

.view img {
    max-width: 724px !important;
    height: auto !important;
}

.card .card-header:hover {
    cursor: default;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.category-bg-color {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.sidebar-nav > ul > li > a:hover i {
    color: #30a0a9;
}

.sidebar-nav ul li a i:hover {
    color: #F5F5F5;
}

.sidebar-nav ul li a.active {
    color: #F5F5F5;
    background: #30a0a9;
}

.sidebar-nav > ul > li > a i:hover {
    color: #30a0a9;
}

.topbar {
    background-image: linear-gradient(to right, rgba(8, 38, 77, 1), rgba(50, 166, 173, 1));
}

a {
    color: #30a0a9;
}

a:hover {
    color: #30a0a9;
}

.collapsable-icon {
    float: right;
}

.bg-color {
    color: #FFFFFF !important;
    background: #3db4b7 !important;
}

.bg-color h4 {
    color: #FFFFFF !important;
}

.left-sidebar {
    width: 275px;
}

@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 275px
    }

    .footer {
        left: 275px
    }
}

.sidebar-footer {
    width: 275px;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    background: #3db4b7 !important;
}

.sidebar-nav ul li a:hover {
    color: #F7F7F7;
    background: #3db4b7;
}

.btn-primary, .btn-primary.disabled {
    background: #3db4b7 !important;
    border: 1px solid #3db4b7 !important;
}

.btn-primary.disabled:hover, .btn-primary:hover {
    background: #a0a5aa !important;
    border: solid 1px #a0a5aa !important;
}

button.fc-today-button.btn.btn-primary {
    background: #fdba01 !important;
    border: 1px solid #fcbf00 !important;
}

button.fc-resourceTimeGridDay-button.btn.btn-primary.active {
    background: #edb212 !important;
    border: 1px solid #fcbf00 !important;
}

.text-themecolor {
    color: #30a0a9 !important;
}

.card-outline-info .card-header {
    background: #3db4b7;
    border-color: #3db4b7;
}

.env-title {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    opacity: 0.75;
}

.substitute-title {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    white-space: normal !important;
    word-wrap: break-word !important;
}

html.guest {
    height: 100%;
}

body {
    min-height: 100%;
}

.pte-background {
    background: url('/images/liliom-jobb-uj.png') no-repeat right center,
    linear-gradient(to right, #35b0b5, #35b0b5, #2fb7bd, #249da6, #247d94, #216788, #14385a);
    /*background-size: cover;*/
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6c757d !important;
    font-weight: lighter;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6c757d !important;
    font-weight: lighter;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #6c757d !important;
    font-weight: lighter;
}

label {
    color: #444444;
}

.footer {
    height: 61px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.login-register {
    position: inherit;
}

.btn-env, .btn-env:hover, .btn-env:focus {
    padding: .25rem .5rem;
    font-size: 12px;
    background: #ffb22b;
    color: #fff;
    cursor: default!important;
}

.registration {
    padding: 100px 0;
}

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background-color: #3db4b7
    }
}

.login-box .card-header {
    background-image: linear-gradient(to right, rgba(8, 38, 77, 1), rgba(50, 166, 173, 1));
}

.btn-info, .btn-info.disabled {
    background: #fdba01 !important;
    border: 1px solid #fcbf00 !important;
}

.btn-info.disabled:hover, .btn-info:hover {
    background: #a0a5aa !important;
    border: solid 1px #a0a5aa !important;
}

.login-box {
    border-color: #2e9aa4 !important;
    border-width: 2px;
    width: 700px;
    border-radius: 6px !important;
}

.login-box .card-header {
    /*background: #216c9c;*/
    background: url('/images/liliomok_balra_hatterrel_2.jpg');
    background-size: cover;
    text-align: center;
}

.login-box-info {
    font-size: 14px;
}

#lang-switch-form {
    margin-top: 14px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.kv-tree-wrapper {
    border: none !important;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div.form-group.required > label.control-label:after, div.form-group.required > label.required:after, div.form-group.required > label:after {
    content: ' * ';
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fc4b6c;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border: 1px solid #fc4b6c;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #26c6da;
}

.navbar-brand {
    font-size: unset;
}

a.btn-circle {
    color: #fff !important;
    padding: 12px 15px !important;
}

#toggle-filter, #clear-filter {
    cursor: pointer;
}

a.asc:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ' \f0de'
}

a.desc:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ' \f0dd'
}

#sidebarnav li > a span {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.sidebar-nav {
    padding: 8px;
}

.sidebar-nav ul li a {
    color: #607d8b;
    padding: 8px 20px 8px 15px;
}

.error-box {
    height: 100%;
    position: fixed;
    background: url(/images/error-bg.jpg) no-repeat center center #fff;
    width: 100%;
}

input.form-control.tiny-filter {
    width: auto;
    max-width: 4rem;
}

.kv-header-container {
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
}

.kv-footer-container {
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
}

.sidebar-nav ul li ul li a {
    white-space: unset;
}

.kv-tree-input.form-control {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px;
}

.autocomplete-loading {
    display: none;
    position: absolute !important;
    right: 2px;
    top: 4px;
    height: 36px !important;
    z-index: 99;
}

tr.filters, #clear-filter {
    display: none;
}

.calendar-handling-create {
    width: 100%;
}

div.accordion button.btn-link::before {
    content: '\f068 ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

div.accordion button.btn-link.collapsed::before {
    content: '\f067 ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.preloader {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark-body .preloader {
    background-color: rgba(0, 0, 0, 0.5);
}

select.is-invalid + span.select2 > .selection > span.select2-selection {
    border-color: #dc3545;
}

select.is-invalid + span.select2 + .invalid-feedback {
    display: block;
}

td.middle-text {
    vertical-align: middle;
    text-align: center;
}

.scroll-fixed {
    position: fixed;
}

.date-range {
    margin-bottom: 40px !important;
}

.date-picker-past {
    background: none;
    color: #ced4da !important;
}

.date-picker-past.today {
    background: #fedb9d !important;
    color: #000 !important;
}

.date-picker-past.active {
    color: #fff !important;
}

.date-picker-past.active.today {
    background: #157cfb !important;
}

.hidden {
    display: none;
}

.green {
    background: #28a745;
}

.red {
    background: #dc3545;
}

#accordion .card-header {
    background: none;
}

.fc-event-container .fc-event {
    cursor: pointer;
}

/*.fc-title-elem {*/
/*    font-size: 10px;*/
/*}*/

.fc-event-container .fc-event.clickable {
    cursor: pointer;
}

.event-context .dropdown-menu > a {
    color: #000;
}

.event-context .dropdown-menu > a.disabled {
    color: #6c757d;
    font-weight: inherit;
}

.calendar-events {
    cursor: default;
    font-size: 14px;
}

.calendar-events, .calendar-events:hover {
    border: none;
}

.calendar-legend, .calendar-info {
    margin-bottom: 0;
}

.fc-popover.fc-more-popover.card.card-primary {
    background: #fff;
}

.calendar-legend .calendar-events {
    display: inline-block;
}

.fc-content-skeleton .fc-event-container {
    position: relative;
}

.fc-content-skeleton .fc-event-container a.fc-event {
    padding-left: 12px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 5px;
}

.fc-loading {
    position: absolute;
    top: 60px;
}

.start-sign {
    opacity: 0.7;
    width: 7px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 2px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.accept-color {
    color: #28a745;
}

.danger-color {
    color: #dc3545;
}

.label-text {
    color: #444444;
    font-weight: 400;
}

#absence-data-container {
    font-size: 14px;
}

.kv-tree-input-widget, .kv-header-container {
    cursor: default;
}

a i.mdi {
    font-size: 20px;
}

.fc-sat, .fc-sun, .fc-day.calendar-no-workday {
    background: #FFEBEE;
}

.dark-body .fc-sat, .dark-body .fc-sun {
    background: #607d8b;
}

.fc-sat.calendar-workday {
    background: #fff;
}

.dark-body .fc-sat.calendar-workday {
    background: #383f48;
}

.datepicker.dropdown-menu {
    z-index: 2000 !important;
}

.table-scroll-div {
    height: 1500px;
    position: relative;
    overflow: auto;
}

.dark-body .select2-search__field {
    background: #aaa;
}

.sticky-thead th, .sticky-thead, td {
    z-index: 1;
}

.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky-column-head {
    z-index: 4 !important;
}

.dark-body .sticky-column-head, .dark-body .sticky-thead th, .dark-body .sticky-thead td {
    background: #383f48;
}

.sticky-column-td {
    background: #fff;
    z-index: 3;
}

.dark-body .sticky-column-td {
    background: #263238;
}

div.date.is-invalid + .invalid-feedback {
    display: block;
}

/*Checkbox nál különben nem jelenik meg a hibaüzenet*/
.is-invalid ~ .invalid-feedback {
    display: block;
}

.view-block-title {
    padding: 10px 0 5px 10px;
}

.well-block {
    border: 1px solid #333;
    border-radius: 3px;
    margin-bottom: 20px;
}

.well-block > .table {
    margin-bottom: 0;
}

.table-list {
    margin: 0;
    padding: 15px 0 0 7px;
}

.disabled-row .list-cell__button {
    display: none;
}

.disabled-row .input-group-text, .disabled-row .select2-selection__rendered:hover, .disabled-row input:hover {
    cursor: not-allowed !important;
}

input:disabled, input:read-only {
    border-color: #ced4da !important;
    background-image: none !important;
}

#collocation-search-tree-input-menu {
    width: 600px;
}

a.btn.btn-primary.pte-login {
    margin-bottom: 0;
}

.fc-unthemed .fc-today {
    background-color: inherit !important;
}

.fc-loading {
    display: none !important;
}

.fc-bgevent {
    opacity: 0.6;
}

.calendar-events-info {
    padding: 0 10px;
    margin-bottom: 0;
}

.fc-toolbar {
    padding: 10px 0;
}

.custom-select {
    background-color: #fff;
}

.fc-resource-cell {
    background: #343a40;
    color: #fff;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 1px;
}

.fc-resource-cell {
    font-size: 14px;
}

.calendar-wrapper .page-titles {
    padding: 10px 20px;
    margin: 0 -30px 8px;
}

div.card.calendar .card-body {
    padding: 8px;
}

.fc-toolbar.fc-header-toolbar {
    padding-top: 0;
}

.sport-search-table {
    max-height: 400px;
    display: block;
    overflow-y: auto;
}

.grid-email-link {
    color: #424242;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .calendar-date-type-name {
        font-size: 8px;
    }

    .login-box {
        width: auto;
        margin: 0 20px;
    }
}

@media (max-width: 992px) {
    .calendar-date-type-name {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .calendar-date-type-name {
        display: none;
    }
}

@media (max-width: 380px) {
    div.datepicker.datepicker-dropdown {
        left: 10% !important;
        width: 255px;
    }

    div.datepicker table.table-condensed {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #89C2C9;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
    background-color: #3B9AA5;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #C8E3E6;
}

/* */

.card-title {
    min-height: 45px;
    display: grid;
    align-items: center;
}

.alert-info {
    color: #0c5460;
    background-color: #f2f4f8;
    border-color: #dee2e6;
}

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background-color: #3db4b7
    }
}

.login-box .card-header {
    background-image: linear-gradient(to right, rgba(8, 38, 77, 1), rgba(50, 166, 173, 1));
}

.btn-info, .btn-info.disabled {
    background: #fdba01 !important;
    border: 1px solid #fcbf00 !important;
}

.btn-info.disabled:hover, .btn-info:hover {
    background: #a0a5aa !important;
    border: solid 1px #a0a5aa !important;
}

.login-box {
    border-color: #2e9aa4 !important;
}

a:hover {
    color: #30a0a9;
}

.pte-background {
    background: url("/images/liliom-jobb-uj.png") no-repeat right center, linear-gradient(to right, #35b0b5, #35b0b5, #2fb7bd, #249da6, #247d94, #216788, #14385a);
}

#acceptance-button{
    display: none;
}

.portal-publishing {
    border-left: #535353 solid 3px;;
    background-color: #ffe67c
}

.portal-publishing-hint {
    color: #444444;
}

.collapse-rotate-icon {
    transition: transform 0.3s ease;
}

a:not(.collapsed) .collapse-rotate-icon {
    transform: rotate(180deg);
}

div.bs-custom-collapse-card.card.mb-3 > div.bs-custom-collapse-header.card-header.p-0 > h5 > a{
    color: #fff!important;
}
