﻿body{
	background-color: #F5F5F5;
	padding-bottom: 0px !important;
	overflow-x: hidden;
	margin-top: 75px;
}
hr
{
	border-top: 1px solid #a9cbf2;
}
.nav > li > a {
	padding: 10px;
}
.breadcrumb{
	margin-bottom: 0px;
	padding: 0px;
}
/*.breadcrumb > li + li:before {
    content: "> ";
    padding: 0 5px;
}*/
.debug-border{
	border: solid 1px green;
}
.navbar-dark{
	background-color: #001D3C !important;
	/* border-bottom: 5px solid #CCAD6C; */
}
/* .navbar-inverse .navbar-nav>.active>a
{
	background-color: transparent;
	border-bottom: 2px solid #64ADFF;
}
.navbar-inverse .navbar-nav>.active>a:hover
{
	background-color: #0055B3;
} */

.inactive{
	background-color: #aeadad !important;
}
.nodata{
	background-color: #fad0cf !important;
}
.nodata:hover{
	background-color: #faf8b4 !important;
}
.navbar-header{
	color:white;
}

.navbar-brand{
	font-family: Georgia;
	font-size: large;
	float: none;
	display: block;
	padding: 2em; 
}

.navbar-inverse .navbar-brand{
	color:white;
}
.navbar-inverse .navbar-nav>li>a{
	color: #d9d9d9;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-inverse .navbar-nav>li>a:hover{
	background-color: #0055B3;
}

.navbar {
	 padding-top: 0px !important; 
	 padding-bottom: 0px !important; 
}
.btnx {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    padding: 7px 4px;
    border: 2px solid #000;
    border-radius: 100%!important;
    font-size: 22px;
    background: 0 0;
		background-color: #F5F5F5;
    -webkit-transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
		cursor: default;
}

.btn-rounded {
	border: 2px solid #000;
	border-radius: 10px !important;
}

.btn-rounded:hover {
	color:white;
	background-color: gray;
}

.sdmc-blurb{
	text-align: left;
}

.sdmc-blurb-head{
    padding-bottom: 3px;
}
.sdmc-blurb p{
	font-size: 1.1em;
}
.sdmc-panel-footer{
	width: 100%;
	border: 1px solid black;
	color: #DDDDDD;
	background-color: #222222;
	padding: 10px 10px 10px 10px;
	display: inline-block;
}
.sdmc-panel-footer a{
	color: #DDDDDD;
}

.sdmc-panel-footer a:hover{
	color: #aaa;
}
.sdmc-panel-footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.sdmc-panel-footer .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.sdmc-logo-panel{
	position: relative;
	vertical-align: bottom;
}
.sdmc-logo-panel img{
	max-width: 100px;
	margin: 0 auto;
}
.sdmc-logo-panel-text{
    /*position: absolute;
    bottom: 0;
	left: 140px;*/
		padding-top:5px;
	text-align: center;
}
.sdmc-logo-panel a{
	position: absolute !important;
	bottom: 0;
	right: 15px;
}
.sdmc-footer-right{
	border-left: 1px solid whitesmoke;
	padding-left: 30px;
}
.sdmc-social{
	font-size: 30px;
	padding-left: 30px;
}
.sdmc-larger-font{
	font-size: 30px;
	padding-left: 30px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
	z-index: 99;
}
#return-to-top i {
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
    position: relative;
    left: 8px;
    top: 8px;
    font-size: 34px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.6);
}
#return-to-top:hover i {
    color: #fff;
    top: 6px;
}
@media (min-width: 501px) {
	.page-body {
		margin-top: 100px;
		margin-left: 50px;
		margin-right: 50px;
	}
}
@media (max-width: 500px){
	.page-body {
		margin-top: 67px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
.comm-map-frame{
	overflow:hidden; 
	width: 100%; 
	height: 325px; 
	max-width: 300px;
	border: solid 5px white; 
	background-color:white;
}
.comm-map-pos{
	width: 600px; 
	height: 400px; 
	left: -350px; 
	top: -40px; 
	position: relative;
}
.btn-filt-border{
	border-color: #337AB7;
}

@media (max-width: 768px) {
	.prop-landing{
		float: left;
		margin: 5px;
		border: 1px solid #DFDFDF;
		min-width: 165px;
		max-width: 165px;
		min-height: 170px;
		background-color: white;
		position: relative;
	}
	.prop-name{
		font-weight: bold;
		padding-top: 7px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 5px;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 1em;
	}
	.prop-addr{
		padding-left: 10px;
		padding-right: 5px;
		font-size: .8em;
	}
}

@media (min-width: 769px) {
	.prop-landing{
		float: left;
		margin: 5px;
		border: 1px solid #DFDFDF;
		min-width: 250px;
		max-width: 250px;
		min-height: 170px;
		background-color: white;
		position: relative;
	}
	.prop-name{
		font-weight: bold;
		padding-top: 7px;
		padding-left: 10px;
		padding-bottom: 7px;
		padding-right: 5px;
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 18px;
	}
	.prop-addr{
		padding-left: 10px;
		font-size: 1em;
	}
}

.prop-state{
	clear: both;
}

.prop-phone{
	padding: 5px;
	text-align: center;
}
.prop-more{
	padding: 5px;
	border-top: 1px solid #DFDFDF;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.btn-group-center{
	text-align: center;
}
.prop-quick-wrapper {
        float: right;
        width: auto;
        padding: .5em 0 0 0;
        position: relative;
        top: auto
 }

.list-divider {
    padding-left: 0;
    padding-right: 0
}

.list-divider>li {
    display: inline-block;
    padding-right: 10px
}

.list-divider>li+li {
    border-left: 1px solid #dfdfdf;
    padding-left: 10px
}
#map {
	width: 100%;
	height: 300px;
}
.prop-summary{
	padding-bottom: 20px;
}
.text-site{
	color: gray;
}
.gmap-prop{
	width: 100%;
}
.contactus{
	margin-top: 80px;
	width: 100%;
	border-bottom: 5px solid #CCAD6C;
}
.contactus  img {
  width: 100%;
  min-width: 800px;
  min-height: 120px;
  max-height: 300px;
}
.tbl-row{
	border: 1px solid silver;
	margin: 3px;
	cursor: pointer;
	background-color: #fefefe;
}
.tbl-row:hover{
	background-color: cornsilk;
}

.contact-img{
	float: left; 
	background-color: white;
}
/*.contact-img img:hover{
	    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}*/

.small-font
{
    FONT-SIZE: 10px;
}
td.day{
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.item-over {
	cursor: pointer;
}
.item-over:hover {
	background-color: #dddddd;
}
.btn-outline-lighter {
	color: #d9dde0;
	border-color: #d9dde0 !important;
}
.strikethrough {
	background-color: silver;
}
.strikethrough div:before {
	content: " ";
	position: absolute;
	top: 45%;
	left: 0;
	border-bottom: 3px solid #666;
	width: 100%;
}
.accept-row {
	border: 1px solid #dedede;
}

video, #cssfilters-stream {
  background: rgba(255,255,255,0.5);
  border: 1px solid #ccc;
}
.label-under {
	border-top: 1px solid #aaa;
	font-size: x-small;
	width: 100%;
	color: lightseagreen;
}
.signature-div {
	width: 100%;
	height: 100px;
}

/* taken from mdb for boostrap */

.bg-light2 {
	background-color: #e0e0e0 !important; }
  
  a.bg-light2:hover, a.bg-light2:focus,
  button.bg-light2:hover,
  button.bg-light2:focus {
	background-color: #c7c7c7 !important; }
  
  .border-light2 {
	border-color: #e0e0e0 !important; }
  
  .carousel .carousel-indicators li {
	width: 0.625rem;
	height: 0.625rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer; }
  
  .carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity; }
  
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1; }
  
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-right.active {
	opacity: 0; }
  
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-prev.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0); }
	@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	  .carousel-fade .carousel-item-next,
	  .carousel-fade .carousel-item-prev,
	  .carousel-fade .carousel-item.active,
	  .carousel-fade .carousel-item-left.active,
	  .carousel-fade .carousel-item-prev.active {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0); } }
				
.url-link {
	font-size: larger;
	font-weight: bolder;
	color: gray;
}
.url-link:hover{
	cursor: pointer;
	color:white;
	background-color: gray;;
}