.red {
	color: #CC1717;
}
.red-bg {
	background-color: #CC1717;
}
.logo {
	color: #000;
}
a.logo {
	color: #000;
}
a.logo:hover {
	text-decoration: none;
}
a.no-deco{
	color: #000;
	text-decoration: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.row-buffer-top {
	margin-top: 20px;
}
.row-buffer-bottom {
	margin-bottom: 20px;
}
.capitalize {
	text-transform: capitalize;
}

.no-border td {
	border: none !important;
}
.h4-space {
	margin-top: 30px;
}
.rel {
	position:relative;
}
.pre-line {
	white-space: pre-line;
}

.text-sr-attention {
	color:#CC1717;
}

[v-cloak] {
  display: none;
}

/* Material icons */

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* material icon anmiation classes */
.mi-spin { animation: mi-spin 2s infinite linear; }

@keyframes mi-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media (max-device-width: 768px) { 
	h1 {
		font-size:24px;
	}
	.text-xs-left { 
		text-align: left; 
	}
	.text-xs-right { 
		text-align: right;
	}
	.text-xs-center { 
		text-align: center; 
	}
	.text-xs-justify {
		text-align: justify;
	}
}
@media (min-width: 992px) { /*md*/ }
@media (min-width: 1200px) { /*lg*/ }

.close-tab {
	padding-left:10px;
	color: #333;
}
.close-tab:hover {
	color: #D31027;
	cursor:pointer;
}

/*
	bootstrap overrides
*/
blockquote {
	border: none;
	text-align: center;
}


/*
	bootstrap callouts as used in their documentation
*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
	.bs-callout address {
		margin-bottom:0;
	}
	.bs-callout h4.bs-callout-header {
	    margin-top: 0;
	    margin-bottom: 5px;
	}
	.bs-callout p:last-child {
	    margin-bottom: 0;
	}
	.bs-callout code {
	    border-radius: 3px;
	}
	.bs-callout+.bs-callout {
	    margin-top: -5px;
	}

.bs-callout-default {
    border-left-color: #777;
}
	.bs-callout-default h4.bs-callout-header {
	    color: #777;
	}

.bs-callout-primary {
    border-left-color: #428bca;
}
	.bs-callout-primary h4.bs-callout-header {
	    color: #428bca;
	}

.bs-callout-success {
    border-left-color: #3c763d;
}
	.bs-callout-success h4.bs-callout-header {
	    color: #3c763d;
	}

.bs-callout-danger {
    border-left-color: #d9534f;
}
	.bs-callout-danger h4.bs-callout-header {
	    color: #d9534f;
	}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}
	.bs-callout-warning h4.bs-callout-header {
	    color: #f0ad4e;
	}

.bs-callout-info {
    border-left-color: #5bc0de;
}
	.bs-callout-info h4.bs-callout-header {
	    color: #5bc0de;
	}

.margin-0 {
	margin: 0;
}

/*
	general branding
*/
.scout-inactive-icon {
	background: url('/static/svg/scout-inactive.svg') 0 0 no-repeat;
}

/* search bar component */
#search {
	position:relative;
	padding: 8px 0;
	width: 100%;
}

#search-gps {
	width: 20px;
	height: 20px;
}

#city-btn {
	cursor: pointer;
}

#auto-complete-wrapper {
	position: absolute;
	background-color: #fff;
	z-index: 10;
	top: 45px;
	right: 0;
	left: 122px;
	border-width: 0 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	/* display: none; */
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.auto-address{
	padding: 5px 15px;
	text-transform: capitalize;
	border-top: 1px solid #f8f8f8;
	overflow:hidden;
}
.auto-address:hover{
	background-color:#f8f8f8;
}
.auto-address.active {
	background-color:#eaeaea;
}
.auto-address .address {
	font-weight:500;
}

.auto-address.no-results:hover{
	background-color:#fff;
}
.auto-address.no-results{
	font-style: italic;
	color:#999;
}
.auto-apn {
	font-size: .7em;
	color: #808080;
	float: right;
}

/* map view */
#map-tease {
	display: block;
    padding: 15px 20px;
    font-weight: 700;
    text-align: center;
}

#map-wrapper {
	height: 360px;
}

#map {
	width:100%;
	height: 360px;
	background-color: #eaeaea;
}

#no-map {
	background: url('/static/img/skyline.jpg') center center;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 360px;
	font-size: 18px;
	font-weight: bold;
	display:none;
}

.map-gps-icon {
	border-radius: 100%;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	color: #d9534f;
	border: 2px solid #fff;
	background-color: #d9534f;
}

/* parcel details view */
h1.address {
	margin-top:0;
}

.unlock {
	color:#333;
}

#lot-size {
	font-size: 15px;
	text-align: center;
	padding: 20px;
	border-color: #333;
	border-width: 3px;
	border-style: solid;
}

.table-row-sum {
	border-top:4px double #eaeaea;
}

table.no-row-borders>tbody>tr>td {
	border-top: 0 none;
}

table td.total {
	border-top: 3px double #ddd !important;
}

.btn-property-report {
	margin-bottom: 30px;
}


/* scout btn & collections */
.list-group-item {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 0.7;}
}
@-moz-keyframes fadeOut {
	0% {opacity: 0.7;}
}
@-o-keyframes fadeOut {
	0% {opacity: 0.7;}
}
@keyframes fadeOut {
	0% {opacity: 0.7;}
}
.badge-updated {
    -webkit-animation: fadeOut 0.5s ease-out;
       -moz-animation: fadeOut 0.5s ease-out;
         -o-animation: fadeOut 0.5s ease-out;
            animation: fadeOut 0.5s ease-out;
}

/* alerts */
.notification {
	color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:50px;
	opacity:0.9;
	z-index:20;
	cursor: pointer;
	background-color:#4DBD33;
}
.notification .close {
	position:absolute;
	right:0;
	top:15px;
	width:20px;
	height:20px;
	background-position:-27px -162px;
	cursor:pointer;
}

.notification p {
	font-size:16px;
	line-height:50px;
	text-align:center;
	width:100%;
}

.error {
	color:#fff;
	background-color: #D31027;
}

/* footer */
#footer {
	border-top: 1px solid #D31027;
	margin-top:45px;
	padding: 15px 0;
	font-size: 12px;
	overflow: hidden;
}

#footer .container {
	padding: 0;
}
