/* body
{
background: url('/img/2560w/Image-1.jpg') no-repeat center center fixed;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
} */
#tab-container{margin-top:25px;opacity:.9;}
.nav-tabs>li>a{font-size:.9em;background-color:#EEE;}
#about-tabs{margin-left:0px;}
#main-container{margin-top:0px;opacity:.95;}
.map-chart{float:none;width:90%;margin:0 auto;}
.tenant-logos{width:110px;padding:3px 3px;}

td{vertical-align:top;}
/* .image-column{width:135px;height:130px;} */
.image-column{width:100%;height:auto;}
.info-column{border-left:0px solid #ccc;width: 290px; height:auto; overflow:hidden;}
/* .property-thumbnail{width:135px;height:130px;} */
.property-thumbnail{width:290px;height:280px;}

.list-group-item{padding:0px;border-left:0px;border:0px solid #AAA;margin:0px;}
.list-group-item:last-child{margin-bottom:-1px;margin-left:-1px;}
.property-tile{float:none;justify-content: flex-start;align-items: flex-start; max-width: 400px;}
.property-tile-inner{margin:10px 0px;}
.property-tile table{width:100%;}

strong{font-size:1.1em;font-weight:400;}
.property-name{margin-bottom:3px;}

.address-block-short{padding:15px 15px 15px 15px;font-size:16px;line-height:20px;color:#222;font-weight:300;}

@media (min-width:480px){
	.property-tile-inner{margin:10px 10px;}

}
@media (min-width:768px){
	/* .property-tile{float:left;width:50%;} */
	.list-group-item{padding:0px;margin-right:0px;}
	/* .image-column{width:160px;height:154px;} */
	/* .property-thumbnail{width:160px;height:154px;} */
	/* .info-column{height:145px;} */
	/* .address-block-short{font-size:11px;} */
}
@media (min-width:992px){

	/* .image-column{width:200px;height:193px;} */
	/* .property-thumbnail{width:200px;height:193px;} */
	/* .info-column{height:193px;} */
	.list-group-item{padding:0px;margin-right:0px;}
	/* .address-block-short{font-size:12px;} */
}

@media (min-width:1200px){
	/* .image-column{width:200px;height:193px;} */
	/* .info-column{height:193px;} */
	/* .property-thumbnail{width:200px;height:193px;} */
}

@media print{

	.image-column{height:175px;width:181px;}
	.info-column{height:175px;}

	.property-thumbnail{height:175px;width:181px;}
	.property-tile{page-break-inside: avoid;}
	#tab-container{display:none;}
}

#market-filter{
	padding: 25px;
}

.filter-tag{
	font-size: 12px;
	color: blue;
	border-radius: 3px;
	border: 1px solid blue;
	padding:0 10px;
	margin:10px 10px 0px 10px;
}
.flex-filter-tag{
	justify-content: flex-start;
	align-items: center;
}
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    font-size:14px;
		background-color: #EFEFEF;
		margin-top:15px;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
