﻿.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

/*Az oldalakon megjelenő autocomplete scrollozása miatt*/
.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;
}

.btn[disabled] {
    cursor: default;
    opacity: .45;
    filter: Alpha(Opacity=45);
}

.schedule-label {
    background-color: #a1d254 !important;
    border-color: #a1d254 !important;
}

.thumb {
    width: 500px;
    border: 1px solid #000;
    margin: 2px 2px 2px 2px;
}

.drop-active {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    opacity: .6;
    text-align: center;
    background: #000;
}

    .drop-active h3 {
        margin: -.5em 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 40px;
        color: #fff;
        padding: 0;
    }

.v-select .clear {
    display: none;
}

.v-select .dropdown-toggle {
    height: 36px;
}

[v-cloak] {
    display: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.clear {
    clear: both
}
