@charset "UTF-8";

/* rp_select styles */

#rp_select_bg {
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
}

#bg_select_rp {
	float: left;
	width: 100%;
	margin: 0 auto;
	background-color: red;
}

#header_select_rp {
	float: left;
	width: calc(100% - 2px);
	height: 20px;
	margin: 0 auto;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #24272d;
	background-color: #24272d;
	overflow: hidden;
}

#category_select_rp {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
}

div.caption_select_rp {
	float: left;
	width: calc(100% - 2px);
	height: calc(34px - 2px);
	margin: 0 auto;
	padding-top: 6px;
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #8dbf41;
	border: 1px solid #8dbf41;
	overflow: hidden;
}

div.caption_select_rp p {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

div.content_select_rp {
	float: left;
	width: calc(100% - 2px);
	margin: 0 auto;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	border: 1px solid #8dbf41;
}

div.content_item_select_rp {
	float: left;
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
	border-top: 1px solid #8dbf41;
	cursor: pointer;
}

div.content_item_select_rp:hover {
	background-color: #C0DEFC;
}

div.content_item_error_select_rp {
	float: left;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #8dbf41;
	background-color: pink;
	color: red;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.content_item_ok_select_rp {
	float: left;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #8dbf41;
	background-color: lightgreen;
	color: green;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.content_item_free_select_rp {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}

div.content_item_free:hover {
	background-color: #f2f2f2;
}

div.content_item_row_select_rp {
	display: block;
	width: 100%
	float: left;
	border-top: 1px solid #8dbf41;
	background-color: #ffffff;
	text-align: left;
}

div.content_item_show_more_select_rp {
	width: 2%;
	height: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
}

div.content_item_row_caption_select_rp {
	width: 78%;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
}

div.content_item_row_action_select_rp {
	width: calc(20% - 3px);
	height: 23px;
	float: left;
	padding-top: 7px;
	margin-right: 3px;
	text-align: right;
}

div.content_item_row_hidden_data_select_rp {
	display: none;
	width: 100%;
	float: left;
	border-top: 1px solid #8dbf41;
	background-color: #ffffff;
	text-align: left;
}

div.empty_item_select_rp  {
	float: left;
	width: calc(100% - 2px);
	height: 20px;
	border: 1px solid #8dbf41;
	background-color: #8dbf41;
}

div.content_item_action_select_rp {
	float: left;
	width: calc(100% - 2px);
	margin: 0 auto;
	background-color: #24272d;
	border: 1px solid #24272d;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.content_item_action_set_select_rp {
	width: 99%;
	margin: 0 auto;
	text-align: left;
}

.mod_text_input_select_rp {
	height: 20px;
	padding: 3px;
	border: 0; /* 1px solid #d4d4d4; */
	background-color: #d4d4d4;
	width: 95%;
	margin: 0;
}

/***** mobile *****/
@media (max-width: 900px) {
	#rp_select_bg {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		margin-left: 0;
		margin-top: 0;
	}
}