.language-hint > h4 {
    color: #a62390;
}

.language-hint > p {
    font-size: small;
}

#main-login-lang-switch {
    position: absolute;
    right: 20px;
    list-style: none;
}

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

.assign-image {
    max-width: 100%;
}

.card .card-header:hover {
    cursor: default;
}

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

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

html.guest {
    height: 100%;
}

body {
    min-height: 100%;
}

.pte-background {
    background: url('/images/karrier_bg.png');
    background-size: cover;
}

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

.registration {
    padding: 5% 0;
}

.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 {
    padding: 3% !important;
    position: inherit;
}

.login-box {
    border-color: #30baa0 !important;
    border-width: 2px;
    width: 650px;
    border-radius: 6px !important;
}

.login-box .card-header {
    background: #afd170 !important;
    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-event-container .fc-event.not-clickable {
    cursor: not-allowed;
}

.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;
}

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

#timer {
    width: 35px;
}

table input[type='checkbox']:not(:checked), table input[type='checkbox']:checked {
    position: relative;
!important;
    left: 0;
!important;
    opacity: 1;
!important;
    cursor: pointer;
}

@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;
    }
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    background: #00897b !important;
    color: #cdff70 !important;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #cdff70 !important;
}

.sidebar-nav ul li ul {
    padding-bottom: 10px;
}

.navbar {
    background: #30baa0;
}

.card-header {
    background: #30baa0 !important;
}

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

.btn-primary {
    background: #30baa0 !important;
    border: none !important;
}

.btn-primary.active {
    background: #00897b !important;
}

[type=checkbox].filled-in:checked.chk-col-indigo + label:after {
    border: none;
    background-color: #00897b;
}

.pte-applicant-login {
    background: #b24495 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-applicant-login:hover {
    background: #a73589 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-advisory-login {
    background: #00b033 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-advisory-login:hover {
    background: #007722 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-register {
    background: #afd170 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-register:hover {
    background: #84ad39 !important;
    color: #ffffff !important;
    border: none !important;
}

.pte-login {
    background: #07aef5 !important;
    color: #ffffff !important;
    border: none !important;
}

a {
    color: #30baa0;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff !important;
    background: #00897b !important;
}

#questions-content td {
    padding: 10px !important;
}