.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;
}
.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;
}
.form-group textarea {
	width: 100%;
	padding: 6px 12px;
	border: 1px solid #c2cad8;
	box-shadow: none!important;
	outline: 0!important;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group textarea:focus {
    border-color: #93a1bb;
    border-top-color: rgb(147, 161, 187);
    border-right-color: rgb(147, 161, 187);
    border-bottom-color: rgb(147, 161, 187);
    border-left-color: rgb(147, 161, 187);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
}