#hidecontent_form .hidecontent_option_wrapper {
	padding: 5px;
}

#hidecontent_form .hidecontent_option_wrapper fieldset {
	margin: 10px auto;
	width: 80%;
	padding: 10px;
}

#hidecontent_form .hide {
	display: none;
}

#hidecontent_submit {
	padding-top: 10px;
	clear: both;
}

#hidecontent_modal_wrapper.overlay:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
}

#hidecontent_modal_window {
	display: none;
	z-index: 200;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 360px;
	padding: 10px 20px;
	background: #fff;
	border: 5px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#hidecontent_modal_wrapper.overlay #hidecontent_modal_window {
	display: block;
}

#hidecontent_modal_wrapper .modal_error {
	border: 1px solid #F00;
}

#hidecontent_close_button_wrapper {
	padding-bottom: 5px;
}

.unhiddenbox {
	padding: 1em;
	border: 1px solid #A6DE86;
	color: #000;
	background-color: #D7F2C7;
	margin-bottom: 1em;
}

#hc_disable_on_boards\[\] {
	width: 400px;
	height: 200px;
	padding: 10px;
}

.hidecontent_multiple_checkboxes {
	overflow-y: scroll;
	max-height: 150px;
}