@CHARSET "UTF-8";
/*** caret ***/
.caret_right {
	border-left: 11px dashed;
	border-left: 11px solid\9;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	color: #ececed;
}

/** placeholder **/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #4B659A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #4B659A;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #4B659A;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #4B659A;
}

:placeholder-shown {
	/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #4B659A;
}

/*** checkbox radio select style ***/
.radio-wrap label {
	padding: 4px 0;
}

.custom-checkbox {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: 5px;
	background: url("/resources/images/site/das/icon/icon.png") no-repeat
		-5px -328px transparent;
	margin-right: 5px;
}

.custom-checkbox:hover {
	background-position: -5px -350px;
}

.custom-checkbox.selected {
	background-position: -5px -373px;
}

.custom-checkbox input[type="checkbox"] {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus =     true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =     0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.custom-radio {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -1px;
	background: url("/resources/images/site/das/icon/icon.png") no-repeat
		-30px -354px transparent;
	vertical-align: middle;
	margin-right: 5px;
}

.custom-radio:hover {
	background-position: -30px -354px;
}

.custom-radio.selected {
	background-position: -30px -376px;
}

.custom-radio input[type="radio"] {
	margin: 1px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus =     true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =     0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.select-wrapper {
	float: left;
	display: inline-block;
	border: 1px solid #cfcfcf;
	background: url("/resources/images/site/das/icon/i_select.png")
		no-repeat right 9px #fff;
	cursor: pointer;
	position: relative;
	color: #545454;
	border-radius: 3px;
}

.select-wrapper,.select-wrapper select {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.select-wrapper:hover {
	background-position: right 9px;
	border-color: #239fdb;
}

.select-wrapper .holder {
	display: block;
	margin: 0 25px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	/* z-index: -1; */
}

.select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus =     true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =     0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	display: block;
	min-height: 32px;
}

.check-column {
	position: absolute;
	left: 0px;
	top: -6px;
}

.sm_select .select-wrapper,.sm_select .select-wrapper select {
	min-width: 100px;
	height: 30px;
	line-height: 27px;
	min-height: 30px;
}

.sm_select .select-wrapper {
	background: url("/resources/images/site/das/icon/i_select.png")
		no-repeat right 4px #fff;
}

.dark_select .select-wrapper{
	border: 1px solid #eaeaea;
	background: url("/resources/images/site/das/icon/i_select_w.png")  no-repeat right 4px #f8f8f8;
	background-color: #f8f8f8;
}

.dark_select .select-wrapper .holder {
    color: #717171;
}

/*** table ***/
.table.table-p15 td,.table.table-p15 th {
	padding: 15px 8px;
}

.table.text-center td,.table.text-center th {
	
}

.table td.text-left,.table th.text-left {
	text-align: left
}

.btn-group-w3>.btn {
	width: 33.33333%
}

.table-fixed {
	table-layout: fixed;
}

/** btn **/

.more_list_wrap .btn-trans {
	border: 2px solid #e6e7e8;
}

.btn-trans {
	border: 0;
	background-color: transparent;
}

.btn-input-right {
	position: absolute;
	right: 0;
	z-index: 10;
}

/*** label ***/
.label_name {
	width: 90%;
	white-space: nowrap;
	word-wrap: normal;
	max-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn.label_name,.label_name_34 {
	max-height: 34px;
}

.label_name_34 {
	line-height: 25px
}

.word_break {
	display: block;
	word-wrap: break-word;
}

/*** breadcrumb ***/
.list_breadcrumb li a,.list_breadcrumb li {
	color: #999
}

.list_breadcrumb li a.active {
	color: #000
}

/*** list ***/
.list_default {
	padding: 0;
	margin: 0;
}

.list_dist {
	list-style: disc;
	padding-left: 25px;
}

.list_number {
	list-style: decimal;
	padding-left: 20px;
}

.list_dist_padding_15per {
	list-style: disc;
	padding-left: 15%;
}

.list_default>li,.list_default {
	list-style: none;
}

.list_p5>li {
	padding: 5px;
}

.list_p_bot5>li {
	padding-bottom: 5px;
}

.list_p_tb5>li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.list_p_tb10>li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_p_side5>li {
	padding-left: 5px;
	padding-right: 5px;
}

.list_no_border>li {
	border: 0;
}

.list_left>li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.list_left_m0>li {
	margin-right: 0px;
}

.list_left_m20>li {
	margin-right: 20px;
}

.list_left_m20>li:last-child {
	margin-right: 0px;
}

.list_border_df>li {
	border-bottom: 1px solid #dfdfdf;
}
.list_border_df>li:last-child {
	border-bottom: 0px
}

.list_w2>li {
	width: 50%
}

.list_w3>li {
	width: 33.33333333%
}

.list_w4>li {
	width: 25%
}

.list_w5>li {
	width: 20%
}

.list_w6>li {
	width: 16.66666667%;
}

.list_w7>li,.list_w7 .list_div_item {
	width: 14%;
}

.list_w8>li {
	width: 12.5%;
}

.line_pad20 {
	width: 1px;
	height: 10px;
	background-color: #636468;
	display: inline-block;
}

.list_file li a {
	color: #111;
}

.list_file li a:hover {
	color: #3c8dbc;
	text-decoration: underline;
}

/*** width ***/
.wid_5 {
	width: 5%;
}

.wid_10 {
	width: 10%;
}

.wid_15 {
	width: 15%;
}

.wid_16 {
	width: 16.6666%;
}

.wid_20 {
	width: 20%;
}

.wid_25 {
	width: 25%;
}

.wid_30 {
	width: 30%;
}

.wid_35 {
	width: 35%;
}

.wid_33 {
	width: 33.333333%;
}

.wid_34 {
	width: 34%;
}

.wid_40 {
	width: 40%
}

.wid_45 {
	width: 45%
}

.wid_49 {
	width: 49%
}

.wid_50 {
	width: 50%;
}

.wid_60 {
	width: 60%;
}

.wid_65 {
	width: 65%;
}

.wid_70 {
	width: 70%;
}

.wid_75 {
	width: 75%;
}

.wid_795 {
	width: 79.5%;
}

.wid_80 {
	width: 80%;
}

.wid_90 {
	width: 90%;
}

.wid_95 {
	width: 95%;
}

.wid_all {
	width: 100%;
}

.wid_80px {
	width: 80px;
}

.wid_100px {
	width: 100px;
}

.wid_200px {
	width: 200px;
}

.h_all {
	height: 100%;
}

.h_1px {
	height: 1px;
}

.h_90px {
	height: 90px;
}

.h_114px {
	height: 114px;
}

.h_115px {
	height: 115px;
}

.h_130px {
	height: 130px;
}

.h_140px {
	height: 140px;
}

.h_145px {
	height: 145px;
}

.h_150px {
	height: 150px;
}

.h_180px {
	height: 180px;
}

.h_200px {
	height: 200px;
}

.h_230px {
	height: 230px;
}

.h_231px {
	height: 231px;
}

.h_250px {
	height: 250px;
}

.h_300px {
	height: 300px;
}

.h_310px {
	height: 310px;
}

.h_320px {
	height: 320px;
}

.h_350px {
	height: 350px;
}

.h_400px {
	height: 400px;
}

.h_420px {
	height: 420px;
}

.h_570px {
	height: 570px;
}

.max_w100 {
	max-width: 100px
}

.max_w200 {
	max-width: 200px
}

.max_w300 {
	max-width: 300px
}

.max_w350 {
	max-width: 350px
}

.max_w450 {
	max-width: 450px
}

.max_w550 {
	max-width: 550px
}

.max_w800 {
	max-width: 800px
}

.min_h20 {
	min-height: 20px
}

.min_w100 {
	min-width: 100px
}

.min_h100 {
	min-height: 100px
}

.min_w150 {
	min-width: 150px
}

.min_h150 {
	min-height: 150px
}

.min_h250 {
	min-height: 250px
}

.min_h300 {
	min-height: 300px
}

.min_h400 {
	min-height: 400px
}

.min_h500 {
	min-height: 500px
}

.max_w600 {
	max-width: 600px
}

.max_w900 {
	max-width: 900px
}

.max_h300_auto {
	max-height: 300px;
	overflow-y: auto
}

.max_h600_auto {
	max-height: 600px;
	overflow-y: auto
}

.h_200_auto {
	max-height: 200px;
	min-height: 200px;
	overflow-y: auto
}

.h_300_auto {
	max-height: 300px;
	min-height: 300px;
	overflow-y: auto
}

.h_400_auto {
	max-height: 400px;
	min-height: 400px;
	overflow-y: auto
}

.h_420_auto {
	max-height: 420px;
	min-height: 420px;
	overflow-y: auto
}

.h_450_auto {
	max-height: 450px;
	min-height: 450px;
	overflow-y: auto
}

.h_470_auto {
	max-height: 470px;
	min-height: 470px;
	overflow-y: auto
}

.h_500_auto {
	max-height: 500px;
	min-height: 500px;
	overflow-y: auto
}

/** table **/
.xxs-col {
	width:45px;
}

.xs_col {
	width: 50px;
}

.num_col {
	width: 80px;
}

.df_col {
	width: 100px;
}

.label_col {
	width: 120px;
}

.sm_col {
	width: 150px;
}

.md_col {
	width: 200px;
}

.lg_col {
	width: 250px;
}

.xl_col {
	width: 400px;
}

.col7 {
	width:7%;
}

.col10 {
	width: 10%;
}
.col15 {
	width: 15%;
}
.col20 {
	width: 20%;
}
.col24 {
	width: 24%;
}
.col25 {
	width: 25%;
}
.col30 {
	width: 30%;
}
.col35 {
	width: 35%;
}
.col40 {
	width: 40%;
}
.col50 {
	width: 50%;
}
.col60 {
	width: 60%;
}
.col70 {
	width: 70%;
}
.col75 {
	width: 75%;
}
.col80 {
	width: 80%;
}
.col85 {
  width: 85%;
}
.col90 {
	width: 90%;
}
.col100 {
	width: 100%;
}

/*** border ***/
.border_line {
	width: 100%;
	height: 2px;
}

.line_h3 {
	height: 3px;
}

.no_radius {
	border-radius: 0;
}

.radius3 {
	border-radius: 3px;
}

.radius5 {
	border-radius: 5px;
}

.radius_lt {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.radius_rt {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.no_border {
	border: 0
}

.no_border_im {
	border: 0 !important;
}

.border_cf {
	border: 1px solid #cfcfcf;
}

.border_82 {
	border: 1px solid #82838a;
}

.border_cfd {
	border: 1px solid #cfd9e3;
}

.border_fff {
	border: 1px solid #fff;
}

.border_right_fff {
	border-right: 1px solid #fff;
}

.border_right_eee {
	border-right: 1px solid #eee;
}

.border_bot_eb {
	border-bottom: 1px solid #ebebeb;
}

.border_bot_e5 {
	border-bottom: 1px solid #e5e5e8;
}

.border_bot_bd {
	border-bottom: 1px solid #bdbdbd;
}

.border_bot_eb {
	border-bottom: 1px solid #ebebeb;
}

.border_bot_52 {
	border-bottom: 1px solid #525252;
}

.border_bot_e7 {
	border-bottom: 1px solid #e7e7e7;
}

.border_top_eb {
	border-top: 1px solid #ebebebe;
}

.border_top_d1 {
	border-top: 1px solid #d1dde7;
}

.border_top_82 {
	border-top: 1px solid #82838a;
}

.border_top_22 {
	border-top: 1px solid #222;
}

.border_top_33 {
	border-top: 1px solid #333;
}

.border_tb_82 {
	border-top: 1px solid #82838a;
	border-bottom: 1px solid #82838a;
}

.border_wid_5 {
	border-width: 5px
}

.border_bot_w2 {
	border-bottom-width: 2px
}

.border_top_w2 {
	border-top-width: 2px
}

/*** position ***/
.po_relative {
	position: relative;
}

/*** padding margin ***/
.p_top0 {
	padding-top: 0px
}

.p_top5 {
	padding-top: 5px
}

.p_top10 {
	padding-top: 10px
}

.p_top20 {
	padding-top: 20px
}

.p_top30 {
	padding-top: 30px
}
.p_top15 {
	padding-top: 15px
}

.p_top40 {
	padding-top: 40px
}

.p_top50 {
	padding-top: 50px
}

.p_top10per {
	padding-top: 10%
}

.p_top15per {
	padding-top: 15%
}

.p_top20per {
	padding-top: 20%
}

.p_top25per {
	padding-top: 25%
}

.p_bot0 {
	padding-bottom: 0px
}

.p_bot5 {
	padding-bottom: 5px
}

.p_bot10 {
	padding-bottom: 10px
}

.p_bot20 {
	padding-bottom: 20px
}

.p_bot30 {
	padding-bottom: 30px
}

.p_left0 {
	padding-left: 0px
}

.p_left5 {
	padding-left: 5px
}

.p_left10 {
	padding-left: 10px
}

.p_left20 {
	padding-left: 20px
}

.p_left100 {
	padding-left: 100px
}

.p_left120 {
	padding-left: 120px
}

.p_left140 {
	padding-left: 140px
}

.p_right0 {
	padding-right: 0px
}

.p_right5 {
	padding-right: 5px
}

.p_right10 {
	padding-right: 10px
}

.p_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p_tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.p_tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p_tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.p_tb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p_tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.p_side0 {
	padding-left: 0px;
	padding-right: 0px;
}

.p_side5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p_side10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p_side15 {
	padding-left: 15px;
	padding-right: 15px;
}

.p_side20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p_side20per {
	padding-left: 20%;
	padding-right: 20%;
}

.p_all0 {
	padding: 0;
}

.p_all5 {
	padding: 5px;
}

.p_all10 {
	padding: 10px;
}

.p_all15 {
	padding: 15px;
}

.p_all20 {
	padding: 20px;
}

.m_top0 {
	margin-top: 0px
}

.m_top5 {
	margin-top: 5px
}

.m_top10 {
	margin-top: 10px
}

.m_top15 {
	margin-top: 15px
}

.m_top20 {
	margin-top: 20px
}

.m_top30 {
	margin-top: 30px
}

.m_top40 {
	margin-top: 40px
}

.m_top50 {
	margin-top: 50px
}

.m_top60 {
	margin-top: 60px
}

.m_top70 {
	margin-top: 70px
}

.m_top80 {
	margin-top: 80px
}

.m_top90 {
	margin-top: 90px
}

.m_top120 {
	margin-top: 120px
}

.m_top150 {
	margin-top: 150px
}

.m_top175 {
	margin-top: 175px
}

.m_top250 {
	margin-top: 250px
}

.m_top300 {
	margin-top: 300px
}

.m_top_m5 {
	margin-top: -5px;
}

.m_top_m45 {
	margin-top: -45px;
}

.m_bot0 {
	margin-bottom: 0px
}

.m_bot3 {
	margin-bottom: 3px
}

.m_bot5 {
	margin-bottom: 5px
}

.m_bot10 {
	margin-bottom: 10px
}

.m_bot20 {
	margin-bottom: 20px
}

.m_bot30 {
	margin-bottom: 30px
}

.m_bot40 {
	margin-bottom: 40px
}

.m_bot50 {
	margin-bottom: 50px
}

.m_bot300 {
	margin-bottom: 300px
}

.m_tb0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.m_tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.m_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.m_tb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.m_tb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.m_left5 {
	margin-left: 5px
}

.m_left10 {
	margin-left: 10px
}

.m_left20 {
	margin-left: 20px
}

.m_left50 {
	margin-left: 50px
}

.m_left90 {
	margin-left: 90px
}

.m_left_m1 {
	margin-left: -1px
}

.m_left_m20 {
  margin-left: -20px
}

.m_left_m30 {
	margin-left: -30px
}

.m_right0 {
	margin-right: 0px;
}

.m_right0_im {
	margin-right: 0px !important;
}

.m_right5 {
	margin-right: 5px
}

.m_right10 {
	margin-right: 10px
}

.m_right20 {
	margin-right: 20px
}

.m_right30 {
	margin-right: 30px
}

.m_right50 {
	margin-right: 50px
}

.m_right100 {
	margin-right: 100px
}

.m_side5 {
	margin-right: 5px;
	margin-left: 5px
}

.m_side10 {
	margin-right: 10px;
	margin-left: 10px
}

.m_side15 {
	margin-right: 15px;
	margin-left: 15px
}

.m_all0 {
	margin: 0
}

.m_auto {
	margin-right: auto;
	margin-left: auto
}

/** color **/
.color_fff {
	color: #fff
}

.color_red {
	color: #f65a63
}

.color_a1 {
	color: #a1a1a1
}

.color_ccc {
	color: #ccc
}

.color_7d {
	color: #7D7D7D
}

.color_74 {
	color: #747474;
}

.color_blue {
	color: #0075d9
}

.color_dark_gray {
	color: #636468;
}

.color_gray {
	color: #82838a;
}

.color_orange {
	color: #ff8a0a
}

.color_require {
	color: #c61f4b;
}

.color_purple_rt{
	color: #e6eafa;
}

.color_purple {
	color: #4459A7;
}

.color_purple2 {
	color: #ca70bf;
}

.color_54 {
	color: #545454;
}

.color_555 {
	color: #514d53;
}

.color_999 {
	color: #999;
}

.color_8f {
	color: #8f9090;
}

.color_black {
	color: #222;
}

/*** position ***/
.po_absolute {
	position: absolute;
}

.lt0 {
	left: 0px;
}

.rt0 {
	right: 0px;
}

.top0 {
	top: 0px;
}

.top10 {
	top: 10px;
}

.top_h {
	top: 50%;
}

/*** background ***/
.bg_trans {
	background-color: transparent
}

.back_fff,.bg_fff {
	background-color: #fff
}

.bg_f1,.back_f1 {
	background-color: #f1f1f1;
}

.bg_f2 {
	background-color: #f2f2f2
}

.bg_f4 {
	background-color: #f4f4f4;
}

.bg_f7 {
	background-color: #f7f7f7;
}

.bg_f8 {
	background-color: #f8f8f8;
}

.bg_f5,.back_f5 {
	background-color: #f5f5f5;
}

.bg_c7 {
	background-color: #c7c7c7
}

.bg_cb {
	background-color: #cbcbce
}

.bg_de,.back_de {
	background-color: #dedede;
}

.bg_dd,.back_dd {
	background-color: #ddd;
}

.bg_e5,.back_e5 {
	background-color: #e5e5e8;
}

.bg_e1 {
	background-color: #e1e3e7;
}

.bg_e8,.back_e8 {
	background-color: #e8e8e8;
}

.bg_82,.back_82 {
	background-color: #82838a
}

.bg_39 {
	background-color: #393939
}

.bg_d2 {
	background-color: #d2d6de
}

.bg_blue,.back_blue {
	background-color: #1999d6
}

.bg_red,.back_red {
	background-color: #c41549
}

.bg_yellow,.back_yellow {
	background-color: #FABB3D
}

.bg_f235 {
	background-color: #f2f3f5
}

.bg_gold,.back_gold {
	background-color: #D09216;
}

.bg_cover_im {
	background-size: cover !important;
}

.bg_purple_rt{
	color: #e6eafa;
}

.bg_purple{
	color: #8e9dd4;
}

.bg_sky {
	background-color: #f2fbff
}

.by_skyblue {
  background-color: #f5faff;
}

.pointer {
	cursor: pointer;
}

.op_20 {
	background: url("/resources/images/commons/op/op_20.png")
		repeat;
}

.op_50 {
	background: url("/resources/images/commons/op/op_50.png")
		repeat;
}

/** block **/
.block {
	display: block;
}

.none {
	display: none;
}

.in_block {
	display: inline-block;
}

.table_row_block {
	display: table;
	width: 100%
}

.row_block {
	display: inline-block;
	width: 100%
}

.no_float {
	float: none;
}

.right_float {
	float: right;
}

.no_float_im {
	float: none !important;
}

.text-center-im {
	text-align: center !important;
}

/** vertical **/
.ver_mid,.ver_mid.table td,.ver_mid.table th {
	vertical-align: middle;
    word-break: break-all;
}

/** line height **/
.line_h30 {
	line-height: 30px
}

.line_h420 {
	line-height: 420px
}

/** font **/

.font5 {
	font-size: 5px;
	line-height: 7px
}

.font8 {
	font-size: 8px;
	line-height: 10px
}

.font10 {
	font-size: 10px;
	line-height: 12px
}

.font12 {
	font-size: 12px;
	line-height: 14px
}

.font13 {
	font-size: 13px;
	line-height: 15px;
}

.font16 {
	font-size: 16px;
	line-height: 18px;
}

.font20 {
	font-size: 20px;
	line-height: 22px;
}

.font22 {
	font-size: 22px;
	line-height: 24px;
}

.font26 {
	font-size: 26px;
	line-height: 28px;
}

.font30 {
	font-size: 30px;
	line-height: 32px;
}

.font35 {
	font-size: 35px;
	line-height: 37px;
}

.font40 {
	font-size: 40px;
	line-height: 42px;
}

.font50 {
	font-size: 50px;
	line-height: 52px;
}

.font100 {
	font-size: 100px;
	line-height: 105px;
}

.bold {
	font-weight: 600;
}

.normal {
	font-weight: 500;
}

.help_block {
	font-size: 12px;
	margin: 5px 0;
}

.underline {
	text-decoration: underline;
}

.txt_hid_m {
	width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.label_custom {
	padding-left: 5px !important;
}

.map {
	width: 600px;
	height: 500px;
	margin: 10px auto;
}

.lossinfo-img-box {
    width: 100%;
    padding:20px;
    display:inline-block;
    text-align:center;
}

.lossinfo-img-box img{
	min-height:400px;
	width:auto;
	max-width:100%;
	vertical-align:middle;
	text-align:center;
}

.ellipsis {
   text-overflow:ellipsis;
   white-space:nowrap;
   word-wrap:normal;
   width:100%;
   overflow:hidden;
}

/** 로딩 CSS **/
.loading {
	display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
}

.loading>img {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.div_loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}

.detail_search_custom:hover {
  	font-weight: 600;
}

.active_menu {
	border-bottom: 3px solid #ff8a0b !important;
}

/* 2018-07-26 팝업 추가_eun */
.cnt {
	text-align: center !important;
}
.mt10 {
	margin-top: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.move {
	cursor:move;
}
div[data-item="modalTemplate"] {
    position: fixed;
    top: 25%;
    left: 35%;
    right: auto;
    bottom: auto;
    z-index:1040;
    transform:translate(-50%, 0);
}
.modal-flexible {
    margin: 0;
}
.modal-flexible .modal-content {
    max-height: none !important;
}
.modal-flexible .modal-header {
    height: 35px;
    padding: 6px 15px;
    border-bottom: none;
    background: rgb(0, 117, 217);
    color : white;
}
.modal-flexible .close {
    margin-top: -7px;
    opacity: 1;
    background: none;
    color: #fff;
    text-shadow: 0px 1px 0 #000;
    font-weight: normal;
    outline:0 none;
}

.modal-content-minsize {
	min-height: 150px;
}

.btn-row {
	text-align: center;

}
.custom-checkbox {
	margin-left: 0px;
}
.btn-row .btn {
    display: inline-block;
}
.modal-flexible .popup-close {
    height: 25px;
    padding: 0 12px;
    border-radius: 2px;
    background: rgb(0, 117, 217);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}
.checkbox-inline {
	margin-bottom: 9px;
}

.loaderModal {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #2081d5; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin-left : 30%;
}

.old-version-btn{
	margin:5px 10px 10px 10px;
	color:#fff !important;
	background-color:#ed6a96;
	font-weight: bold;
	border-radius: 5px;
	padding:5px;
	font-size:12px;
	text-align:center;
}


.download-box{
	position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) !important;
    text-align:left;
    font-weight: bold;
  
}

.download-box .modal-header{
	border-bottom:0;
	padding:0;
	margin-bottom:20px;
	
}

.download-box .modal-header .close span{
	color:#fff;
}

.download-box .modal-content{
	background-color: transparent !important;
	color:#fff;
	box-shadow: none;
}

.download-txt-box{
	font-size:18px;
	min-width:300px; 
	height:100%;
	padding:20px;
	text-align: center;
	border:2px solid #fff;
	border-radius: 5px;
	background-color:rgba(255,255,255,0.4);
}

@keyframes spin {
    0% {
   	 transform: rotate(0deg);
    }
    100% {
   	 transform: rotate(360deg);
    }
}
