.periodic_tbl{
	white-space:nowrap;
	overflow:auto;
}
.periodic-normal-size{
	display:block;
}
.periodic-small-size{
	display:none;
}
.not_selected {
	background-color: #fff!important
}
.ele_form {
	cursor: default;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 50px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-radius: 3px;
}
.ele_type {
	font-size: 20px;
	font-family: 'roboto';
}
.periodic_row {
	text-align: center
}
@media screen and (max-width:1199px) {
	.ele_form {
		width: 48px;
		height: 50px
	}
}
@media screen and (max-width:991px) {
	.ele_form {
		width: 36px;
		height: 50px
	}
	.ele_type {
		font-size: 16px
	}
}
@media screen and (max-width:767px) {
}
.not_selected {
	background-color: #fff!important
}
.cond_wrapper {
	opacity: .5
}
.active {
	opacity: 1
}
.search_option {
	display: none
}
.count-triangle {
	position: absolute;
	width: 0;
	height: 0
}
.left-top {
	left: 0;
	top: 0;
	border-bottom: 10px solid transparent
}
.right-top {
	right: 0;
	top: 0;
	border-bottom: 10px solid transparent
}
.left-bottom {
	left: 0;
	bottom: 0;
	border-right: 10px solid transparent
}
.right-bottom {
	right: 0;
	bottom: 0;
	border-top: 10px solid transparent
}
.periodic_selected{
	color:#fff !important;
}
.periodic_selected .left-top {
	border-left: 11px solid #fff!important
}
.periodic_selected .right-top {
	border-right: 11px solid #fff!important
}
.periodic_selected .left-bottom {
	border-bottom: 11px solid #fff!important
}
.periodic_selected .right-bottom {
	border-right: 11px solid #fff!important
}
.count-zero {
	opacity: .2
}
.search_label {
	margin-right: 10px;
	font-weight: 700
}
