
.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-scrollable {
    max-height: 380px;
    overflow-y: auto;
}
.btn-secondary:active button  {
    background-color: black !important;
}
.btn-secondary:hover {
    background-color: black !important;
}

html.waiting *{
    cursor: wait !important;
}

.btn-primary {
    background-color: #17a2b8;
}
.btn-primary:hover {
    background-color: #106c7a;
}
.fa-info-circle {
    color:#17a2b8;
}
.fa-info-circle:hover {
    color:#106c7a;
}

.loading {
    width: 100%;
    height: 100%;
    top: 100px;
    left: 240px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}


.label-md label {
    justify-content: left;        
    min-width:150px;
}

.label-width {
    width:150px;
}

.form-horizontal .control-label {
    align-items: flex-start;    
    justify-content: left;       
    text-align: left; 
}

.overflow-x-hidden {
    overflow-x: hidden;
    overflow-y: auto;
}

.form-control-required {
    border-color: #e74c3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.custom-file-label::after {
    content: 'Keresés';
}

.show-avatar-sm img {
    width: 22px;
    height: 30px;
}
.show-avatar-md img{
    width: 55px;
    height: 75px;
}
.show-avatar-lg img{
    width: 110px;
    height: 150px;
}
.show-avatar img{
    padding: 0px;
    transition: transform 1s;
    margin: 2px;
}
.show-avatar-sm img:hover {
    -ms-transform: scale(5); /* IE 9 */
    -webkit-transform: scale(5); /* Safari 3-8 */
    transform: scale(5); 
}
.show-avatar-md img:hover {
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3); 
}
.show-avatar-lg img:hover {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari 3-8 */
    transform: scale(2); 
}


@media (min-width: 992px) { /* navbar-expand-lg */
    .animate {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.clickable-row:hover {
    cursor:  pointer;
}


.filepicker-ui button, 
.filepicker-ui input {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 4px 20px;
    height: 30px;
}  

.filepicker-ui button {
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filepicker-ui input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filepicker-preview > div {
    border: 1px solid lightgray;
    padding: 5px;
} 


.hidden-box {
    display: none;
}

.tab-item-active {
    background: #333333;
}