@charset "utf-8";

body {
	background-color: #F3F5F7;
	/*min-width:1000px;*/
	width:100%;
	height:100%;
}


.div_list {
    padding: 10px;
    font-size: 1.5em;
    text-align: center;
}

.div_list .div_list_elemnet {
	text-align: center;
	margin: 10px;
	display: inline-block;
	border-radius: 20px;
	box-shadow: 0px 0px 30px 2px #ddd;
	background-color:#fff;
}

.div_list .selected {
	
	border:2px solid #000;
}

.div_list #add_line_client_info {
	margin: 0px !important;
}




.fls_wrapper_cell_for_div .positionEdit
{
	float:left;
}






#search_count_td #searched_total_count
{

	float:left;
	text-align:left;
	min-width:200px;
}

#search_count_td #page_count
{
	text-align:right;
	float:right;
	min-width:200px;
	
	display:none;
	
}




.page_icon
{
	vertical-align: middle;
	display:inline-block;

}

.page_icon .page_number
{
	color:#888;
	font-size:1.4em;
	border-radius: 100px;
	padding: 0px 10px;
	margin:0px 3px;
	display:inline-block;
	
	
}
.page_icon:hover .page_number
{
	color:#fff;
	background-color: #000;
}



.page_icon:hover #left_move
{
	background-image: url(../image/design_01/left_move_black.svg);
	
}


.page_icon:hover #right_move
{
	background-image: url(../image/design_01/right_move_black.svg);
	
}




.page_icon .selected
{
	color:#fff;
	background-color: #1B2685 ;
}


#left_move
{
	width:30px;
	height:30px;
	    display: block;
	background-image: url(../image/design_01/left_move_gray.svg);
	background-color: none;
}

#right_move
{
	width:30px;
	height:30px;
	     display: block;
	background-image: url(../image/design_01/right_move_gray.svg);
	background-color: none;
}


.dot
{
	font-weight:bold;
}






#plan
{
	float:left;
	
	font-weight:bold;
	padding-left:30px;
	
	padding-bottom:20px;
	text-align:left;
	
	display:block;
	font-size:0.9em;
	
}

#plan #before
{
	color:#888;
}

#plan #after
{
	color:#888;
}











#edit_input_cell_serch_title_in_head_limit_count
{
	width:100px;
	float:right;
}

.balence_need_equipment_count
{
	margin-top:110px;
	float:left;
	font-weight:bold;
	font-size:1.3em;
}
#edit_input_cell_serch_title_in_head_limit_count .limit_count_input
{
	margin-top:0px;
}

.show_ex
{
	position:relative;
}
.show_ex #sub_ex_baloon
{
	margin-top:10px;
	text-align:left;
	    z-index: 10000;
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 2px #ddd;
    border-radius: 1em;
    display: none;
    color: #000;
    font-weight: bold;
    min-width: 200px;
    left:-100px;
}

.show_ex:hover #sub_ex_baloon
{
	display: block;
}




.value_hidden
{
	display:none;
}


#wtotal_valuecountlist_sum
{
	font-weight:bold;
}

.value_per_wrapper  tr:nth-child(2n)
{
	background-color:#fff;
}

.w_title
{
	background-color:#222;
	color:#fff;
}

.h_title
{
	background-color:#666;
	color:#fff;
}

.total_name
{
	background-color:#888;
	color:#fff;
}

.w_total_value
{
	color:#aaa;
}

.h_total_value
{
	color:#aaa;
}


.value_count_allday
{
	
	color: #B1241A;
}

.value_count_today
{
	
	color: #3AAFA9;
}


.made_count
{
	
	min-width:300px;
}

#plan_equ
{
	padding-right:30px;
	display:block;
	float:right;
}

.head_btns_area
{
	float:right;
}


.file_btns_area
{
	display: inline-block;
	width:22px;
	vertical-align: top;
}


.contents_area_background #simple_value_name
{
	font-weight:bold;
	font-size:3em;
	color:#aaa;
}



p .title {
	color:#888;
	
}

#again_avg_value
{
	font-size:1.5em;
	text-align:left;
	float:left;
}

p .value{
	color:#333;
	font-weight:bold;
}

.editview_in_table #closepopupbtn
{
	display:none;
}


.button {
	display: block;
	padding:8px 10px;
	margin:3px 5px;
	background-color: #0B0202;
	color: #fff;
	border-radius: 5px;
	white-space: nowrap;
	font-weight:bold;
}

.date_input {
	width:150px;
}


#simple_value_equ_color
{
	margin:0px 3px !important;
}


.jasonData_for_workorder
{
	width:100%;
}
.jasonData_for_workorder #OP_info_cell
{
	width:100%;
}

.jasonData_for_workorder #OP_info_cell #OP_info_cell_Value
{
	text-align:right;
}

.show_data_element
{
	margin-right:5px;
}


.array_value {
	border-bottom:solid 1px #ddd;
	
}

.contents_td .array_value {
	
	display:inline-block;
	clear:both;
}

.output_class_cell .array_value {
	
	width:100%;
	margin-bottom:5px;
	display:inline-block;

}

.contents_td .array_value:last-child {
	border-bottom:none;
}

.array_value .title {
	color:#999;
	text-align:left;
	float:left;
	
}

.array_value .value {
	
	text-align:left;
	float:right;
	
}



.header_code_cell .noListValue{
	width:200px;
}

td .noListValue{
	width:100%;
}




.shwoMore a
{
	color:#888;
}

.shwoMore a:hover
{
	color:#f00;
}

