.rb-bullet-status-icon {
	display: inline-block!important;
	width: 12px!important;
	height: 12px!important;
	border-radius: 50%!important;
	margin: 3px 10px 0 3px;
	background: #888;
	vertical-align: top;
}

td .rb-bullet-status-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	border-radius: 50%;
	background: #888;
	line-height: 16px;
	margin-top: 3px;
}

.rb-bullet-status-icon.good {
	background-color: #7ad03a;
}

.rb-bullet-status-icon.ok {
	background-color: #ee7c1b;
}

.rb-bullet-status-icon.bad {
	background-color: #dc3232;
}

.rb-bullet-status-icon.na {
	background-color: #888;
}

.theme_options input[type='submit'].button-primary {
    position: fixed;
    right: 45px;
    bottom: 45px;
    min-width: 100px;
    padding: 0.5rem 1rem;
}

.theme_options button[type='reset'].button-primary {
    position: static;
    right: 45px;
    bottom: 45px;
    min-width: 100px;
}

.theme_options .nav-tab {
	border: 1px solid #c3c4c7;
	margin-left: .3em;
	padding: 5px 7px;
	font-size: 12px;
}

.theme_options .cmb-col-four.cmb-type-colorpicker .cmb-th {
	width: 100%;
}

.theme_options .cmb-col-four.cmb-type-colorpicker .cmb-td {
	clear: both;
	margin-left: 0 !important;
	padding: 0 !important;
}

.cmb-type-taxonomy-multicheck .cmb2-checkbox-list {
	flex-direction: column;
}

.cmb-type-taxonomy-multicheck .cmb2-checkbox-list li {
	overflow: unset;
	text-overflow: unset;
}
