:root {
    --op-color1: #152ba5;
    --op-color2: #5066cb;
}

* {
    box-sizing: border-box;
}

.opcolor1 {
    color: var(--op-color1) !important;
}

.opcolor2 {
    color: var(--op-color2) !important;
}

/*
input[type="checkbox"] {
    transform: scale(1.3);
    accent-color: #384ecb;
    margin-right: 5px;
}
*/
.op_checkbox2 {
    transform: scale(1.3);
    accent-color: #384ecb;
    margin-right: 4px;
    margin-left: 2px;
    cursor: pointer !important;
}

small {
    font-size: 80%;
}

img {
    height: auto;
    max-width: 100%;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.hide:not(.always_show),
.hide_by_filter {
    display: none !important
}

.hidden {
    visibility: hidden !important;
}

div[class*="hide_by_"],
tr[class*="hide_by_"]:not([class*="show_by"]) {
    display: none !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.inline {
    display: inline !important;
}

.flex {
    display: flex;
}

.f-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fd-col {
    flex-direction: column
}

.fd-row {
    flex-direction: row;
}

.flex-auto {
    flex: auto !important;
}

.jc-c {
    justify-content: center;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-se {
    justify-content: space-evenly
}

.jc-sb {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around;
}

.ai-b {
    align-items: baseline;
}

.ai-c {
    align-items: center;
}

.ai-fe {
    align-items: flex-end;
}

.ai-fs {
    align-items: flex-start;
}

.f-wrap {
    flex-wrap: wrap;
}

.f-no-wrap {
    flex-wrap: nowrap !important;
}

.p1em {
    padding: 1em;
}

.p-lr-20px {
    padding-left: 20px;
    padding-right: 20px;
}

.p-l-r-1em {
    padding-left: 1em;
    padding-right: 1em;
}

.p-l-1em {
    padding-left: 1em;
}

.p-r-1em {
    padding-right: 1em;
}

.p-r-2em {
    padding-right: 2em;
}

.p-2-5px {
    padding: 2px 5px !important;
}

.p-5px {
    padding: 5px;
}

.p-10px {
    padding: 10px;
}

.p-20px {
    padding: 20px;
}

.ptb-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.pb-5px {
    padding-bottom: 5px
}

.pb-10px {
    padding-bottom: 10px
}

.pb-20px {
    padding-bottom: 20px
}

.pr-5px {
    padding-right: 5px !important;
}

.pr-10px {
    padding-right: 10px;
}

.pr-20px {
    padding-right: 20px;
}

.pl-5px {
    padding-left: 5px !important;
}

.pl-10px {
    padding-left: 10px;
}

.pl-20px {
    padding-left: 20px
}

.pl-30px {
    padding-left: 30px
}

.pl-40px {
    padding-left: 40px
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left-right,
.no-p-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pl {
    padding-left: 0 !important;
}

.no-pr {
    padding-right: 0 !important;
}

.no-pt {
    padding-top: 0 !important;
}

.no-pb {
    padding-bottom: 0 !important;
}

.m-5px {
    margin: 5px;
}

.m-10px {
    margin: 10px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-40px {
    margin-top: 40px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-40px {
    margin-bottom: 40px;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-5px {
    margin-left: 5px !important;
}

.ml-8px {
    margin-left: 8px !important;
}

.ml-10px {
    margin-left: 10px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-40px {
    margin-left: 40px;
}

.mr-5px {
    margin-right: 5px !important;
}

.mr-8px {
    margin-right: 8px !important;
}

.mr-10px {
    margin-right: 10px;
}

.mr-20px {
    margin-right: 20px;
}

.mlr-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr-10px {
    margin-left: 10px;
    margin-right: 10px
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top,
.no-mt {
    margin-top: 0 !important;
}

.no-margin-bottom,
.no-mb {
    margin-bottom: 0 !important
}

.no-margin-right,
.no-mr {
    margin-right: 0 !important;
}

.no-ml {
    margin-left: 0 !important
}

.m-auto {
    margin: auto !important;
}

.mb-t-5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/**
* width
*/
.w-auto {
    width: auto !important;
}

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w12 {
    width: 12% !important;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20% !important;
}

.w24 {
    /** BOCS */
    width: 24% !important;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30% !important;
}

.w33 {
    width: 33% !important
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70%
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100% !important;
}

.w-max-content {
    width: max-content !important;
}

.mw-max-content {
    max-width: max-content !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-50px {
    max-width: 50px !important
}

.mw-60px {
    max-width: 60px !important
}

.mw-70px {
    max-width: 70px !important
}

.mw-100px {
    max-width: 100px !important
}

.mw-300px {
    max-width: 300px !important
}

.mw-400px {
    max-width: 400px !important
}

.fit-content {
    min-width: fit-content !important
}

.min-w50px {
    min-width: 50px !important
}

.min-w60px {
    min-width: 60px !important
}

.min-w70px {
    min-width: 70px !important
}

.min-w100px {
    min-width: 100px !important
}

.min-w300px {
    min-width: 300px !important
}

.min-w400px {
    min-width: 400px !important
}

.h100 {
    height: 100% !important;
}

/**
* text aligns
*/
.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-j {
    text-align: justify;
}

/**
*
*/
.pointer,
.pointer:hover {
    cursor: pointer !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important
}

.uppercase {
    text-transform: uppercase !important;
}

.noborder,
.no-border {
    border: none !important;
    border-width: 0 !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-transparent {
    background: transparent !important
}

.bg-red {
    background: red !important;
}

.transparent-selection::selection {
    background: transparent !important
}

.transparent-selection::-moz-selection {
    background: #ffb7b7;
}

.underline {
    text-decoration: underline !important;
}

.line_through {
    text-decoration: line-through;
}

.lh-1 {
    line-height: 1;
}

.lh-unset {
    line-height: unset !important
}

.ws-nowrap {
    white-space: nowrap;
}

/**
* Loader
*/
body.show-loader {
    overflow: hidden !important;
    position: relative;
}

body.show-loader:before {
    content: '';
    position: fixed;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    border-top: 3px solid #152ba5;
    border-right: 3px solid #152ba5;
    border-bottom: 4px solid #152ba5;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 100000;
}

body.show-loader:after {
    content: 'Néhány pillanat...';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffffc2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding-top: 100px;
    color: #152ba5;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(90deg, #152ba5, #000c75, #152ba5);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animatetext 4s linear infinite;
    -webkit-animation: animatetext 4s linear infinite;
    /*
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.loader_bg {
    display: none !important;
}

body.show-loader .loader_bg {
    display: block !important;
}

body.show-loader .loader_bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffffc2;
}

body.show-loader .hungarian-flag:before {
    z-index: -1 !important
}

@keyframes animatetext {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}

@-webkit-keyframes animatetext {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}

/*
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

@-webkit-keyframes textclip {
    to {
        background-position: 200% center;
    }
}
*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.show-loader .modal {
    z-index: 1 !important;
}

.white {
    color: #FFFFFF !important;
}

.black {
    color: #000000 !important;
}

.gray {
    color: gray !important
}

.bg-white {
    background: #FFFFFF !important;
}

.bg-black {
    background: #000000 !important
}

.bg-lightgray {
    background: #EEEEEE !important;
}

.font-weight-normal,
.fw-n {
    font-weight: normal !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.bold {
    font-weight: bold !important;
}

.outline-solid {
    outline: 1px solid #EEE;
}

.outline-medium {
    outline: 1px solid #BBB;
}

.outline-medium:hover {
    outline: 1px solid #AAA !important;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.border-solid {
    border: 1px solid #EEE;
}

.border-solid-dark1 {
    border: 1px solid #9e9e9e;
}

.border-top-solid {
    border-top: 1px solid #EEE !important;
}

.border-bottom-solid {
    border-bottom: 1px solid #EEE !important;
}

.box-shadow-solid {
    box-shadow: 0 1px 2px -1px #091e4240, 0 0 0 1px #091e4214;
    -webkit-box-shadow: 0 1px 2px -1px #091e4240, 0 0 0 1px #091e4214;
}

.border-radius-solid {
    border-radius: 4px;
}

.wb-all {
    word-break: break-all !important
}

/**
* Create project form
*/
fieldset {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px !important;
}

label {
    width: 100%
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="number"]),
textarea,
select {
    width: 100%
}

/*
.new_project_user {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    flex-direction: column;
}

.new_project_user .project_user_image {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
}
*/
.new_project_user:hover {
    cursor: pointer !important;
    opacity: 1 !important;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.new_project_user:after,
.op_user:after {
    content: attr(user_name);
    font-size: 13px !important;
}

/*
.new_project_user.active {
    outline: 2px solid #152ba5!important;
}
*/
.no-after:after,
.no-before:before {
    display: none !important;
}

.red {
    color: red !important;
}

.orange {
    color: orange !important;
}

.purple {
    color: purple !important;
}

.darkorange {
    color: darkorange !important;
}

.blue {
    color: blue !important;
}

.darkblue {
    color: darkblue !important;
}

.darkred {
    color: darkred !important;
}

.green {
    color: green !important;
}

.seagreen {
    color: #3CAEA3 !important;
}

.lightblue {
    color: #3ba0df !important;
}

.lightgray {
    color: #999999 !important;
}

.brown {
    color: #c37d0c !important;
}

.op_color_1 {
    color: #152ba5 !important;
}

.op_color_2_hover:hover {
    cursor: pointer;
    color: #5066cb !important;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.op_color_2 {
    color: #5066cb !important;
}

.op_color_1_hover:hover {
    cursor: pointer;
    color: #152ba5 !important;
    transition: all ease-in-out 0.12s;
    -webkit-transition: all ease-in-out 0.12s;
}

.op_bgcolor_1 {
    background-color: #152ba5 !important;
}

.op_bgcolor_2 {
    background-color: #5066cb !important;
}

hr.separator {
    margin: 10px 0;
}

.separator.solid {
    height: 1px !important;
}

.no-outline {
    outline: none !important;
}

.order0 {
    order: 0 !important;
}

.box-border {
    border: 1px solid #CCC !important
}

.save_button {
    background: #152ba5;
    padding: 10px 20px;
    color: #FFF !important;
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
    cursor: pointer !important;
}

.save_button:hover {
    background: #5066cb !important;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input::placeholder,
textarea::placeholder {
    font-size: 12px !important;
}

input[disabled] {
    cursor: not-allowed !important
}

input[type="submit"]:hover {
    filter: brightness(1.4);
    -webkit-filter: brightness(1.4);
    -moz-filter: brightness(1.4);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    cursor: pointer;
}

.icon_col {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.icon_col i {
    display: flex;
    justify-content: center;
}

textarea {
    resize: vertical
}

.alert {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border: 3px solid red;
    color: red;
    font-weight: bold;
    animation: caption_button_item 2s infinite;
    -webkit-animation: caption_button_item 2s infinite;
}

.alert:hover {
    color: darkred !important;
    border-color: darkred !important;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}

@-webkit-keyframes caption_button_item {
    0% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes caption_button_item {
    0% {
        -moz-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.hover-underline:hover {
    text-decoration: underline;
}

/**
* Dialog
*/
.dialog-overlay {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-overlay .dialog {
    width: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    border-radius: 10px;
}

.dialog-overlay .dialog header {
    padding: 10px 20px;
    text-align: center;
    background-color: #5066cb;
}

.dialog header .dialog_title {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    color: #FFF;
}

.dialog-overlay .dialog .dialog_msg {
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    text-align: left;
}

.dialog-overlay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px;
}

.dialog-overlay .dialog footer .controls {
    direction: rtl;
}

.dialog button {
    padding: 5px 15px;
    border-radius: 3px;
}

.cancel_dialog_action {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.do_dialog_action:hover {
    background: #152ba5 !important;
    transition: all ease-in-out 0.15s;
}

.dialog_icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.op_user_edit_col:hover .hidden {
    visibility: visible !important;
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}

.thin_scrollbar::-webkit-scrollbar,
.thin_scrollbar_grey::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #eee;
}

.thin_scrollbar::-webkit-scrollbar-thumb {
    background: #152ba5;
}

.thin_scrollbar {
    overflow: auto;
    scrollbar-color: #152ba5;
    scrollbar-width: thin;
    scrollbar-color: #152ba5 #eee;
}

.thin_scrollbar_grey::-webkit-scrollbar-thumb {
    background: #cccccc;
}

.thin_scrollbar_grey {
    overflow: auto;
    scrollbar-color: #cccccc;
    scrollbar-width: thin;
    scrollbar-color: #cccccc #eee;
}

.hide_scrollbar::-webkit-scrollbar {
    display: none !important;
}

.hide_scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overflow-x {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.opacity1 {
    opacity: 1 !important
}

.opacity07 {
    opacity: 0.7 !important
}

.opacity05 {
    opacity: 0.5;
}

.opacity03 {
    opacity: 0.3 !important
}

.lato {
    font-family: 'Lato', sans-serif !important;
}

.r-10px {
    right: 10px;
}

/**
*
*/
.op_checkbox {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    color: #000;
}

.op_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.op_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
}

.op_checkbox:hover {
    color: var(--op-color1) !important;
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
}

.op_checkbox:hover input~.op_checkmark {
    background-color: #FFF;
}

.op_checkbox input:checked~.op_checkmark {
    /*    background-color: #ffcc00;*/
    background-color: transparent;
}

.op_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.op_checkbox input:checked~.op_checkmark:after {
    display: block;
}

.op_checkbox .op_checkmark:after {
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid var(--op-color1);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

._response:not(:empty) {
    margin-top: 20px;
}

/**
*
*/
.op_radio_select {
    /*padding: 4px 0!important;*/
    position: relative;
    display: flex;
}

body .op_radio_select input {
    width: auto;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 2px 8px !important;
    background: #FFF;
    color: #000 !important;
    font-size: 13px;
    transition: all 100ms linear;
    margin-right: 5px !important;
    display: flex;
    font-weight: 500;
    border: 1px solid #EEE !important;
    align-items: center;
    box-shadow: 0 1px 1px #0000002e;
}

body .op_radio_select input:checked {
    background: #FFF;
    /*color: #FFF!important;*/
    box-shadow: 0 1px 1px #0000002e;
    border-color: transparent !important;
}

.op_radio_select input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.op_radio_select input:checked:after {
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    content: "\f00c" !important;
    color: green;
    font-weight: 700;
    width: 16px;
    text-align: center;
}

[data-after-content]:after {
    content: '(' attr(data-after-content) ')';
    margin-left: 5px;
    color: currentColor;
    opacity: 0.8;
    font-size: 90%;
    display: inline-block;
    font-weight: normal;
}

.uploadfiles:after {
    content: 'Fájlok előkészítése a feltöltésre';
    width: 100%;
    display: block;
    margin-top: 10px;
    color: red;
}