.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    pointer-events: none;
}

.login-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    max-width: 700px;
}
.mw-40pc{
    max-width: 40%;;
}
.mw-20pc{
    max-width: 20%;;
}

.error-field{
    color: red;
}
.fullScreen{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.worktimeClientContainer{
    background-image: url(../img/bg-01.jpg);
}
.worktimeClientContainer .overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
}
.worktimeClientContainer .data-container{
    z-index: 2;
}
.worktimeClientContainer .logo{
    height: 25vh;
    width: auto;
    margin: 2vh 0;
}
.worktimeClientContainer .title{
    font-weight: bold;
    font-size: 5vh;
}
.worktimeClientContainer .time{
    font-weight: bold;
    font-size: 15vh;
}
.worktimeClientContainer .user{
    font-size: 7vh;
}
.worktimeClientContainer .buttons{
    z-index: 3;
}
.worktimeClientContainer .buttons button{
    border: none;
    color: #fff;
    height: 15vh;
    font-weight: bold;
    font-size: 4vh;
}
.worktimeClientContainer .buttons #checkin{
    background-color: rgb(0, 67, 0);
}
.worktimeClientContainer .buttons #checkout{
    background-color: rgb(0, 0, 75);
}
.worktimeClientContainer .messageContainer{
    font-size: 5vh;
    font-weight: bold;
    background-color: rgba(0,0,0, 0.9);
    color: #fff;
    z-index: 5;
}
.worktimeClientContainer .messageContainer.success{
    background-color: rgba(0, 67, 0, 0.9);
}
.worktimeClientContainer .messageContainer.danger{
    background-color: rgba(67, 0, 0, 0.9);
}
.messageContainer .progress{
    height: 5vh;
    width: 100%;
    bottom: 0;
    left: 0;
    animation-name: progress-expire;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    border-radius: 0;
}
.messageContainer .far{
    font-size: 15vh;
    margin-bottom: 4vh;
}

@keyframes progress-expire{
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}

.select2-container{
    flex-grow: 1;
}

.collapse-header{
    cursor: pointer;
}

.is-editable:not(.is-editable-automatic) .form-control:disabled {
    background-color: #fff !important;
    padding-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid transparent;
}
.is-editable:not(.is-editable-automatic) .form-control,
.is-editable .btn-outline-secondary {
    padding-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-right: 0;
}

.button-attr-save,
.button-attr-cancel {
    display: none;
}

.disabled a.dismiss{
    display: none
}

.c-sidebar-brand {
    background: #c3c3c3 !important;
}

.step-icon {
    color: #aaa;
    padding: 6px;
}

.barcode-font{
    font-family: 'Libre Barcode 128', cursive;
    font-size: 2rem;
    transform: scaleY(2);
}

.table td, .table th{
    padding: 0.35rem !important;
}

.form-control{
    padding: .2rem 0.5rem !important;
    line-height: 1rem !important;
    height: 1.8rem;
}



.custom-select.form-control{
    padding: .5rem 1rem !important;
}

.input-group-text{
    padding: 0.2rem 0.5rem !important;
    line-height: 1rem !important;
}

.form-group{
    margin-bottom: 0.8rem !important;
}

.drag-item-frame{
    border: 1px solid #ccc;
    background-color: #efefef;
}

.draggable-zone .drag-item{
    background-color: #efefef;
    cursor: pointer;
    border: 1px solid #ccc;
}
.draggable-zone .drag-item .drag-icon i:hover{
    background-color: #eee;
    cursor: pointer;
}

i.rotate-icon{
    transform: rotate(180deg);
}

.custom-file-label::after{
    content: "Tallózás";
}

.custom-file-label{
    overflow: hidden;
}

.fi-wrapper{
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: .75rem;
    margin: .5rem 0;
}

.fi-wrapper input{
    width: 100%;
}

.fi-wrapper .download{
    color: inherit;
    text-decoration: none;
}

.fi-wrapper .file-item{
    padding: .35rem;
    border-bottom: 1px solid #d4d4d4;
}

.fi-wrapper .file-item:last-child{
    border-bottom: none;
    margin-bottom: .5rem;
}

.fi-wrapper .file-item:hover{
    background-color: #f2f2f2;
}

.fi-wrapper .file-item .delete,
.fi-wrapper .file-item .download{
    cursor: pointer;
}

.status-indicator{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin: 0px 5px;
}

.logout-counter{
    width: 5rem;
    height: 1.5rem;
    font-size: .9rem;
    display: block;
}

.c-sidebar-minimized .logout-counter .logout-text{
    display: none;
}

.floating-save:after{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0c7";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.floating-save{
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
    border: none;
    border-radius: 50%;
    background-color: #31B84F;
    color: #fff;
    -webkit-box-shadow: 3px 3px 11px -2px #000000;
    box-shadow: 3px 3px 11px -2px #000000;
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    transition-property: opacity, right;
    transition-duration: .5s, 0s;
    transition-delay: 0s, 0s;
    z-index: 100;
}

.show-floating-save .floating-save{
    display: flex;
}

.floating-save:hover{
    background-color: #1D6B2E;
}

.floating-save.hidden{
    opacity: 0;
    right: -5rem;
    transition-delay: 0s, .5s;
}

.border-grey-1{
    border: 1px solid;
    border-color: rgba(0, 0, 21, 0.125);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.datatable-middle-preview td:nth-child(2){
    vertical-align: middle;
}

.masonry-with-columns {
    columns: 3 400px;
    column-gap: 1rem;
}

.masonry-with-columns div {
    display: inline-block;
    width: 100%;
}

.toast {
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 10px;
}

.bg-light-green{
    background-color: #c0ffd1;
}

.free-work-op-area .drag-item{
    width: 32%;
}
@media screen and (max-width: 992px) {
    .free-work-op-area .drag-item{
        width: 100%;
    }
}

.mw-20px{
    max-width: 20px;
}

@media screen and (min-width: 992px){
    .c-sidebar-minimized .c-sidebar-nav-link span,
    .c-sidebar-minimized .c-sidebar-nav-dropdown span{
        display: none;
    }
}

.c-sidebar-minimized .c-sidebar-brand img{
    max-width: 50px !important;
}
.c-sidebar-minimized #menu-search{
    display: none;
}

.mh-150px{
    max-height: 150px;
}
.mh-350px{
    max-height: 350px;
}
.card-body .nav-tabs-boxed .tab-content{
    color: #3c4b64;
}

.flex-extra-fill{
    flex: 1 1 0px;
}

.nav-link{
    background: #eee
}

.nav-link.active{
    background: white
}

.planner-wrapper.fixed .free-work-op-search-parent{
    position: fixed;
    bottom: 0px;
    max-height: 360px;
    overflow: auto;
    width: 100%;
    left: 0;
    z-index: 1031;
    margin: 0 !important;
}

.planner-wrapper.fixed{
    padding-bottom: 400px;
}

.planner-wrapper.fixed .dn-fixed{
    display: none !important;
}

.planner-compact-view .planner-more-block{
    display: none;
}
