* {
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.table td.clickable {
	cursor: pointer;
}
.table th {
	font-size: 12px;
}
.table td, .table td * {
	font-size: 11px;
}

.table td .dropdown .btn,
.table td .dropdown-item {
	font-size: 9px;
}

.table tr.deleted {
	color: #888;
}

.gray {
	color: #888;
}
.lightgray {
	color: lightgray;
}
.green {
	color: darkgreen;
}
.red {
	color: red;
}
.darkred {
	color: darkred;
}
.yellow {
	color: orange;
}

.form-login {
	margin: 50px;
	max-width: 350px;
	padding: 25px;
}

#map, #pano {
	float: left;
	height: 350px;
	width: 50%;
	background: #eee;
	color: #888;
	border: 1px solid #ddd;
	position: relative;
}
#map {
	border-right: 0;
}
.center {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.finediff ins {
	background-color: lightgreen;
	text-decoration: none;
	padding: 1px 3px;
}
.finediff del {
	background-color: lightgrey;
	padding: 1px 3px;
}

#leads-table th a {
	color: #444;
	font-size: 12px;
}

tfoot {
	display: table-row-group;
	background: #eee;
}

.small-form .form-control,
.small-form label,
.small-form select {
	font-size: 11px;
}
.small-form .form-group {
	margin-bottom: 0.5rem;
}

.block {
	display: block;
}
a {
	font-size: 100%;
}
.table-nonfluid {
	width: auto !important;
	margin: 0 auto;
}