body>.cake-debug-output {
	color: #fff;
}
body .cake-debug-output:first-child {
	margin-top: 70px;
}
.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: 0px auto 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-img img {
	max-width: 80px;
}
@media (max-width: 1023px) {
	.mt-widget-1 {
		margin-bottom: 30px;
	}
}
.mt-widget-1.no-foto .mt-username {
	margin-top: 15px;
}
.mt-element-overlay .mt-overlay-1 {
    height: auto;
}
.popover-title {
	color: #333;
}
#clinicSelectionForm .townHallSelect {
	display: none;
}

.modal-dialog {
    margin: 0;
}
@media (min-width: 768px){
	.bootbox.modal {
		width: 700px;
		margin-left: -350px;
	}
	.modal-dialog {
		width: auto;
		margin: 0;
	}
}
.ms-selection .info {
	padding: 5px 2px;
    text-align: center;
}
.control-label.left {
	text-align: left;
}

.full_img {
	width: 100%;
}

table.plate {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
table.plate td.header-col, table.plate th {
	background: #fbfcfd;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
table.plate td, table.plate td, table.plate th {
	border: 1px solid #e7ecf1;

}
table.plate td {
	font-size: 10px;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
}
table.plate td.blood, #mouseTail.blood {
	background-color: #d45252;
    color: #fff;
}
table.plate td.saliva, #mouseTail.saliva {
	background-color: #000080;
    color: #fff;
}
table.plate td.feces, #mouseTail.feces {
	background-color: #debe96;
}
table.plate td.water {
	background-color: #96dede;
}
table.plate td.blank,
table.plate td.blank_2,
table.plate td.blank_3 {
	background-color: #cacaca;
}
table.plate td.b_preamp {
	background-color: #c8e2ba;
}
table.plate td.cell {
	cursor: pointer;
}
table.plate td.cell span {
	display: block;
	width: 100%;
}
#mouseTail {
	display: none;
	position: fixed;
    float: left;
    padding: 2px 10px;
    font-size: 11px;
}
.popover-content {
    color: #000;
}
#selectedPlate .plateActions {
	margin-top: 20px;
	text-align: right;
}
.nav-tabs .badge {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: bold;
}
.cell-popover {
	cursor: pointer;
}
.chat-form {
    margin-top: 20px;
	position: relative;
	padding: 20px;
}
.chat-form form {
	margin: 0;
}
.chat-form .btn-cont {
	width: 90px;
}
.chat-form .input-cont {
	margin-right: 90px;
}
.chat-form .input-cont .form-control.has-error {
    border: 1px solid #f00;
}
.chat-form .btn-cont:hover .btn {
    background-color: #26a1ab;
}
.technicians-actions {
	border-top: 1px solid #e7ecf1;
	text-align: center;
	padding: 10px 0;
}
.technicians-actions .action .btn {
	max-width: 100%;
	margin-top: 10px;
	padding: 4px;
}
.chat-form .help-block-error {
	position: absolute;
    bottom: 5px;
    line-height: 5px;
    font-size: 12px;
    color: red;
}
.no-edit-form label {
	font-weight: 600;
}
.no-edit-form .row {
	margin-bottom: 10px;
}
.row.margin-top-15 {
	margin-top: 15px;
}
.table-scrollable {
    margin: 0!important;
}
table.table-fixed-last-column thead tr th:last-child,
table.table-fixed-last-column tbody tr td:last-child {
	top: auto;
	right: 0;
	position: sticky;
	background: #fff;
}
table.table-fixed-last-column thead tr th:last-child:before,
table.table-fixed-last-column tbody tr td:last-child:before {
	content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: -1px;
    border-right: 1px solid #e7ecf1;
}
.accepted-matching-row td {
	background-color: #bee6be;
}
.no-matching-row td {
	background-color: #e6bebe;
}
.datepicker-dropdown {
	z-index: 99999;
}
.error {
	color: #f01;
}
.file-type {
	float: right;
}
.modal.wider {
	width: 800px;
	max-width: 98%;
}
.modal.extra-wider {
	width: 1024px;
	max-width: 98%;
	transform: translate(-25%,0);
}
span.date-added {
    display: block;
    color: #a2a2a2;
}
@media (max-width: 767px) {
	.col-md-7.buttons {
		text-align: center;
	}
	.col-md-7.buttons .btn {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
}
td.actions a.btn-xs {
	margin-bottom: 3px;
	display: block;
}
#groupTable .dtr-title {
	display: none;
}
table#groupTable.dataTable>tbody>tr.child td {
    padding: 0.5em 1em;
}
table#groupTable.dataTable>tbody>tr.child ul {
    display: block;
}
.nav-item.start .badge-container {
	position: relative;
}
.nav-item.start .badge {
	position: absolute;
    top: -10px;
    right: -10px;
}
tr.commercial td, 
table.dataTable tr.commercial td.sorting_1, 
table.dataTable tr.commercial td.sorting_2, 
table.dataTable tr.commercial td.sorting_3 {
	background-color: rgba(51, 122, 183, 0.3) !important;
}
.table-hover>tbody>tr.commercial:hover,
.table-hover>tbody>tr.commercial:hover>td {
	background-color: rgba(51, 122, 183, 0.1) !important;
}
.table .btn {
  margin-bottom: 5px;
}
.note p.spaced {
	margin-bottom: 10px;
}
.note p.spaced:last-child {
	margin-bottom: 0;
}