.btn.btn-clear {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
}
.paging_bootstrap_extended,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    display: inline-block;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
	vertical-align: middle;
	height: 30px;
	font-size: 14px;
}
.dataTables_wrapper .dataTables_length label {
	margin-bottom: 0px;
}
.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0;
}
.seperator {
	padding: 0 5px;
	line-height: 30px;
}
.table-full tr#filterRow td input {
    width: 100%;
}
.profile input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.btn.loadImage {
	position: relative;
}
#profilePicture {
    display: none;
}
.profile .actualImage-wrap {
    position: relative;
	margin-bottom: 20px;
}
.profile .actualImage-wrap img {
	width: 100%;
}
.profile .buttonContainer {
    width: 100%;
    height: 100%;
    background: rgba(50, 197, 210, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.5s ease;
}
.profile .buttonContainer:hover {
    opacity: 1;
}
.profile a.buttonContainer i {
    color: #fff;
    font-size: 20px;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.imagePreview img {
	width: 100%;
	border: 1px solid #eee;
	padding: 4px;
}

.page-header.navbar .page-logo .logo-default {
    margin: auto;
	max-width: 120px;
	max-height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.page-header.navbar .page-logo>a {
    height: 100%;
	text-decoration: none;
}
.page-header.navbar .page-logo>a:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.login .logo img {
    max-width: 340px;
}
.mt-element-list .list-default.ext-1.mt-list-container {
    padding: 0;
}
.mt-checkbox, .mt-radio {
	margin-bottom: 7px;
}
.mt-radio-outline .mt-radio {
	background: #fff;
}
.portlet.no-padding {
	padding: 0;
}
.table.concepts {
	margin: 0;
	border: 1px solid #d0d0d0;
}
.table.concepts td, .table.concepts th {
	padding: 2px 8px;
	font-size: 12px;
	border-top: 1px solid #d0d0d0;
}
.portlet .filters form {
	background: #f5f5f5;
	padding: 15px 15px 0;
	margin-bottom: 15px;
}
.form-control.auto-width {
	width: auto;
	padding: 6px 2px;
}
.dropdown-menu {
	z-index: 9999;
}
@media (min-width: 992px) {
	.page-content-wrapper .page-content {
		padding: 0px 0 0 20px;
	}
}
.col-auto {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.form-horizontal .form-group.form-md-line-input.no-spacing {
	padding-top: 0;
	margin: 0;
}
.form-horizontal .form-group.form-md-line-input.no-spacing input {
	text-align: right;
}
.form-group.form-md-line-input.no-spacing>.input-icon.right>i {
	font-style: normal;
	right: 0px;
	color: #000;
}
.row.static-info label{
	padding-top: 10px;
}
.bootbox.modal {
	border: none;
}
.bootbox.modal .modal-dialog {
	width: auto;
	margin: 0;
}
.dependant-inputs {
	display: none;
}
.dependant-inputs.show {
	display: none;
}
.note.note-no-border {
	border: none;
}
.table .tags-container {
	margin-bottom: -2px;
}
.table-tag {
	margin-bottom: 2px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 4px;
}
.modal {
    margin-left: -300px;
    width: 600px;
}