.btn-toolbar .vcenter {
    bottom: 5px;
}

.pre-line {
    white-space: pre-line;
}

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

#osk-container {
    visibility: hidden;
    bottom: 0 !important;
    position: fixed !important;
    right: 0 !important;
    width: 100%;
    z-index: 100 !important;
    margin-bottom: 0;
}

#fleksja thead th {
    text-align: center;
}

#kopiuj_klasyfikacje_modal ul {
    line-height: 1.7;
}

.znaczenie_first-level {
    margin-left: 10px;
    margin-right: 10px;
}

.znaczenie_second-level {
    margin-left: 20px;
    margin-right: 10px;
}

.znaczenia_sortable {
    background: #eee;
    padding: 5px;
    min-height: 20px;
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

.highlight {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(102, 175, 233, .75);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(102, 175, 233, .75);
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.fa-button {
    font-size: 16px;
    line-height: 1.25;
}

.fa-button-large {
    font-size: 20px;
    line-height: 1;
}

.no-margin {
    margin: 0;
}