* {
/*	border: 1px dashed red !important; */
}

.passivefire-filters .columns {
	padding-right: 0;
}

.passivefire-filters .passivefire-filter {
    border: 1px solid #DFDFDF;
	padding: 0.5rem;
	margin-bottom: 15px;
	margin-right: 15px;
	height: 50px;
	overflow: hidden;
}	
.passivefire-filters .passivefire-filter img.inlinefiltericon:hover,
.passivefire-filters .passivefire-filter h4:hover {
	cursor: pointer;
}
.passivefire-filters .passivefire-filter h4 {
	color: #23417c;
	margin: 0;
}
.passivefire-filters .passivefire-filter input[type=checkbox] {
	margin: 0;
}

/*
.passivefire-filters .passivefire-filter h4:after {
    content: '\25bc';
    float: right;
    font-size: 0.75em;
    margin-top: 3px;
    line-height: 1;
}
*/
.passivefire-filters .passivefire-filter img {
	float: right;
	height: 13px;
}
.passivefire-filters .passivefire-filter p {
	color: #1eb8e6;
}
.passivefire-modal {
	z-index: 4000;
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display: none;
}
.passivefire-modalwindow {
	margin: 5% auto; /* 15% from the top and centered */
	background-color: white;
	border: 1px solid #666666;
	padding: 20px;
	width: 80%;
}
.passivefire-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.passivefire-modal .close:hover,
.passivefire-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.passivefire-modal .grid {
}
.passivefire-modal .col {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 100%;
}
.passivefire-modal .grid3 .col {
	width: 32%;
}
.passivefire-modal .grid5 .col {
	width: 18%;
}
.passivefire-modal .col {
	font-size: 15px;
	line-height: 17px;
}
.passivefire-modal .col input[type='text'] {
	margin: 0 auto;
	width: 60%;
}
.passivefire-modal .col input[type='checkbox'] {
	margin: 0 10px 0 0;
}
.passivefire-modal .button {
	margin: 0 20px;
}

.passivefire-list {
	width: 100%;
	margin-bottom: 1rem;
}
.passivefire-list tr th {
	background-color: #23417c;
	color: white;
	text-align:left;
	text-transform:uppercase;
}
.passivefire-list tr td a {
	color: #333;
}

.passivefire-paging a {
	background-color: #F6F6F6;
	border: 1px solid #DFDFDF;
	padding: 5px 10px;
	color: #333;
	margin: 0 5px;
}
.passivefire-paging a.active {
	background-color: #23417c;
	border-color: #23417c;
	color: white;
}

/* grid */
.columns.contentstyle-passivefire-grid {
	padding: 0px 5px 10px 5px;
}
.contentstyle-passivefire-griditem {
	border: 1px solid #dfdfdf;
	padding: 10px;
	font-size: 12px;
}
.contentstyle-passivefire-griditem b {
	font-weight: bold;
}
.contentstyle-passivefire-griditem p {
	margin-bottom: 5px;
}
.contentstyle-passivefire-griditem .image {
	width: 100%;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border: 1px solid #f0f0f0; */
	overflow: hidden;
}
.contentstyle-passivefire-griditem .image img {
	width: 100%;
	height: auto;
}
.passivefire-header {
	overflow: auto;
	margin-bottom: 1rem;
}
.passivefire-header p {
	margin-top: 10px;
}
.passivefire-modebuttons {
	float: right;
}
.passivefire-modebuttons p,
.passivefire-modebuttons p a {
	margin: 0;
}
.passivefire-filters .passivefire-filter-freetext {
	padding:0;
	height: 40px;
}
.passivefire-filter-freetext input {
	padding: 5px 0 5px 5px;
	border: 0;
	width: 68%;
	float: left;
	box-shadow: none;
	margin: 0;
}
.passivefire-filter-freetext input:focus{
    outline: none;
	border: 0;
	box-shadow: none;
}
.passivefire-filter-freetext button {
	float: right;
	margin: 0;
}
/* ------------------ col-lg ------------------ */
@media only screen and (min-width : 992px) {
	.contentstyle-passivefire-griditem {
		height: 430px;
	}
	/* * { border: 1px dashed red !important; } */
}
