#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#page-preloader .spinnerText {
    width: 100vw;
    height: 128px;
    position: absolute;
    text-align: center;
    top: calc(50% + 50px);
}
#page-preloader .spinner {
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
}


.fa {
    font-size: 14px;
}

img.header {
	height: 32px;
	margin-right: 10px;
	border-radius: 50%;
	margin-top:-6px;
}
.navbar-nav {
	overflow: visible;
	height: 50px;
}
.dropdown-toggle {
	height: 50px;
}
.dropdown-menu {
	min-width: 130px;
}
td {
    text-align: left;
    max-width: 250px;
    overflow-x: scroll;
    border-left: 1px solid #eee;

}
tr {
    border-top: 1px solid black !important;
}
table td .ui.button {
    margin-left: 5px;
}

.mini-btn {
    padding: 6px 0;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 0px !important;
}

a {
    cursor: pointer;
}

table .ui.button {
    font-size: 14px !important;
    padding: 7px !important;
}
.modal .image_preview {
    display: block;
    text-align: center;
}