*:focus,
*:active {
    outline: none;
}

th {
    position: relative;
}

.container-application {
    max-width: 1200px;
}

.inzone::after {
    content: '';
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    cursor: pointer;
}

span.sorta {
    position: absolute;
    top: 8px;
    left: 0;
    cursor: pointer;
    color: #999;
    font-size: 40%;
}

span.sortz {
    position: absolute;
    transform: rotate(180deg);
    bottom: 4px;
    left: 0;
    cursor: pointer;
    color: #999;
    font-size: 40%;
}

#controlModal .input-group-text {
    min-width: 150px;
}

.page_selectors button {
    margin: 30px 15px;
}

.log_window {
    margin-top: 100px;
    display: block;
    width: 100%;
    min-height: 200px;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
}

.table td,
.table th {
    vertical-align: middle;
}

.library_view .table td div {
    max-height: 150px;
    overflow-y: auto;
}

.page_select {
    vertical-align: middle;
}

.oblock {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.sel_box {
    border-color: #007bff;
}

.show>.dropdown-toggle {
    color: #007bff;
}

.context-menu {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pager {
    margin-bottom: 0;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

div.ablock {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

div.ablock:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

textarea.form-control {
    padding-top: 3rem !important;
}