
/*div.mainmenu.equipments::before {*/
/*	content: "\f249";*/
/*}*/
/*div.mainmenu.equipments {*/
/*	background-image: none;*/
/*}*/
/**/
/*.myclasscss {*/
/*	*/
/*}*/

.info-box-sm .info-box-icon,
.info-box-sm .info-box-img {
	height: 120px !important;
}
.info-box-sm .info-box-content {
	height: 110px;
}

/* IPP: styles */
.audio-short {
	width: 115px;
	overflow: hidden;
	border-radius: 8px;
	height: 33px;
	display: inline-block;
}
.audio-short audio {
	margin: -10px;
}

.badge-direction {
	font-size: 1.23em;
	padding: 0 0 !important;
	border: none;
}

.badge-direction-import {
	color: red !important;
}

.badge-direction-export {
	color: blue !important;
}

.decision {
	background-color: yellowgreen;
}

.camera-setting {
	text-align: center;
}

.camera-setting .camera-video-stream,
.camera-setting .camera-snapshot {
	overflow-y: hidden;
	overflow-x: auto;
	border: 5px solid #d7d7d7;
	border-radius: 25px;
	background-color: #263c5c;
	width: 633px;
	max-width: 100%;
}

.camera-setting .camera-snapshot {
	min-height: 100px;
	width: 100%;
	max-width: 1200px;
}

@media only screen and (max-width: 1000px) {
	.camera-setting .camera-video-stream,
	.camera-setting .camera-snapshot {
		max-width: 100%;
		width: 100%;
	}
}

.camera-video-stream,
.camera-snapshot {
	max-width: 100%;
	margin-bottom: -7px;
	background-color: darkgray;
}

#detaildata,
.valuefield.fieldname_detaildata {
	font-family: monospace;
}

