/* #views-exposed-form-equipment-block-1 label {
    display: none;
}*/
.card-body.equipment {
	position: relative;
	font-size: 14px;
}
h5.card-title.equipment {
    margin-bottom: 0;
    padding-left: 1rem !important;
}
.hazard-class {
	top: 1rem;
  left: 1rem !important;
}
.hazard-class.hazard1.text-muted {
	color: green !important;
}

.hazard-class.hazard2.text-muted {
	color: orange !important;
}

.hazard-class.hazard3.text-muted {
	color:  orangered!important;
}

.hazard-class.hazard4.text-muted {
	color: red !important;
}
.dotted-bg {
opacity: 0.8;
background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px);
background-size: 10px 10px;
height: inherit;
}
#views-exposed-form-equipment-block-1 .js-form-item.js-form-type-select.form-type-select.mb-3 {
    width: 100%;
}
.status-1.text-muted {
	color: green !important;
}
.status-2.text-muted {
	color: orange !important;
}
@media only screen and (max-width: 575px) {
	.col-lg-9.col-sm-8.bg-white {
	    border-top: 1px solid #ccc;
	}
}

@media only screen and (min-width: 575px) {
	.col-lg-9.col-sm-8.bg-white {
	    border-left: 1px solid #ccc;
	}
}