.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: auto !important;
}

.user-panel {
    min-height: 65px;
}

.user-panel>.info {
    padding: 5px;
    left: 15px;
}

table th {
    vertical-align: middle !important;
}

table tr#filter-row th {
    padding-right: 15px !important;
}

th input, th select {
    width: 100% !important;
}

table .btn-edit, table .btn-delete, table .btn-view {
    margin: 3px;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -160px;
}

.has-error .select2-selection {
    border: 1px solid #dd4b39;
    border-radius: 4px;
}

.error-page {
    margin-top: 35px;
}

.error-page > .headline {
    margin-top: -15px;
}