@charset "UTF-8";
@import url("/assets/common/css/font.css");
* {
	font-family: Noto Sans KR;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

li {
	cursor: default;
}

.left_panel_all {
	width: 920px;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateX(0px);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
	/*z-index: -10;  @click 동작하지 않음 */
}

input:checked+.left_panel_all {
	transform: translateX(-920px);
}

.left_panel_area_mask {
	width: 500px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 10;
	overflow: hidden;
}

.left_panel_area {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 232px;
	height: 100%;
	background-color: #ffffff;
}


/* --------------------- TAB ------------------------ */

.left_panel_tabmenu {
	position: absolute;
	top: 100px;
	width: 232px;
	height: 33px;
	background-color: #113E46;
}

.left_panel_tabmenu .btn {
	display: inline-block;
	width: 105px;
}

.left_panel_driver_tap {
	background-image: url("/assets/image/leftpanel/ic_tab_driver.svg");
	background-repeat: no-repeat;
	background-position: 22px 6px;
	height: 20px;
}

.left_panel_stop_tap_1 {
	background-image: url("/assets/image/leftpanel/ic_tab_stop.svg");
	background-repeat: no-repeat;
	background-position: 21px 6px;
	height: 20px;
}

.left_panel_stop_tap_2 {
	background-image: url("/assets/image/leftpanel/ic_tab_stop.svg");
	background-repeat: no-repeat;
	background-position: 11px 6px;
	height: 20px;
}

.left_panel_tabmenu span {
	position: relative;
	left: 42px;
	height: 20px;
	color: #889FA3;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
}

.btnCon {
	display: inline-block;
	width: 110px;
	height: 33px;
	padding-top: 4px;
	float: left;
}

.btnCon_target {
	background: #F4F4F4;
}

.btnCon_target_left {
	margin-left: 6px;
	border-top-left-radius: 5px;
}

.btnCon_target_right {
	border-top-right-radius: 5px;
}


/* --context info-- */

.content-info {
	position: absolute;
	top: 133px;
	width: 232px;
	height: calc(100vh - 133px);
	background-color: #ffffff;
	text-align: left;
	left: 0px;
}

.content-info-disabled {
	pointer-events: none;
}


/* ------------------- Excel ---------------------- */

.left_panel_dragNdrop {
	position: absolute;
	top: 52px;
	left: 10px;
	width: 210px;
	height: 285px;
	background-color: #F0F0F0;
	border: 1px solid #C6CACE;
}

.left_panel_dragNdrop_kr {
	position: absolute;
	top: 52px;
	left: 10px;
	width: 210px;
	height: 285px;
	background-color: #F0F0F0;
	border: 1px solid #C6CACE;
}

.left_panel_dragNdrop_kr>button {
	display: flex;
	position: absolute;
	padding: 0px 12px;
	top: 197px;
	left: 42px;
	width: 112px;
	height: 26px;
	line-height: 26px;
	background-color: #113E46;
	border: 0px;
	border-radius: 2px;
	color: #FFFFFF;
	font-family: Noto Sans KR;
	font-weight: 400;
	font-size: 11px;
}

.left_panel_dragNdrop_kr>button>img {
	margin-top:5px;
	height:16px;
	width:16px;
}

.left_panel_dragNdrop.drag-over {
	background-color: #2881DD !important;
	border: 2px dashed #2881DD !important;
	color: white;
}

.left_panel_dragNdrop_kr.drag-over {
	background-color: #2881DD !important;
	border: 2px dashed #2881DD !important;
	color: white;
}

.left_panel_dragNdrop>button {
	display: flex;
	position: absolute;
	top: 197px;
	left: 35px;
	width: 130px;
	height: 26px;
	background-color: #113E46;
	border: 0px;
	border-radius: 2px;
	color: #FFFFFF;
	font-family: Noto Sans KR;
	font-weight: 400;
	font-style: medium;
	font-size: 11px;
}

.left_panel_dragNdrop_icon {
	position: absolute;
	top: 55px;
	left: 74px;
}

.left_panel_dragNdrop_text1_kr {
	position: absolute;
	top: 122px;
	left: 35px;
	font-family: Noto Sans KR;
	font-weight: 400;
	font-style: medium;
	font-size: 11px;
	color: #083338
}

.left_panel_dragNdrop_text1 {
	position: absolute;
	top: 122px;
	left: 42px;
	font-family: Noto Sans KR;
	font-weight: 400;
	font-style: medium;
	font-size: 11px;
	color: #083338
}

.left_panel_dragNdrop_text2_kr {
	position: absolute;
	top: 148px;
	left: 51px;
	width: 140px;
	height: 17px;
	font-family: Noto Sans KR;
	font-weight: 700;
	font-size: 11px;
	color: #083338
}

.left_panel_dragNdrop_text2 {
	position: absolute;
	top: 148px;
	left: 50px;
	width: 140px;
	height: 17px;
	font-family: Noto Sans KR;
	font-weight: 700;
	font-style: bold;
	font-size: 11px;
	color: #083338
}


/* -------------------------리스트 toolbar---------------------------- */

.sidebar_toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 232px;
	height: 42px;
	background-color: #F4F4F4;
}

.sidebar_toolbar_tmp_add {
	position: absolute;
	top: 10px;
	left: 2px;
	width: 10px;
	height: 10px;
	outline: none;
	border: 0px solid;
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_search {
	position: absolute;
	top: 7px;
	left: 15px;
	width: 30px;
	height: 30px;
	outline: none;
	border: 0px solid;
	background-image: url("/assets/image/leftpanel/bt_serch_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_search.select {
	background-image: url("/assets/image/leftpanel/bt_serch_p.svg");
}

.sidebar_toolbar_picker {
	position: absolute;
	top: 7px;
	left: 55px;
	width: 30px;
	height: 30px;
	outline: none;
	border: 0px solid;
	background-image: url("/assets/image/leftpanel/bt_list_add_map_driver_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_picker.select {
	background-image: url("/assets/image/leftpanel/bt_list_add_map_driver_p.svg");
}

.sidebar_toolbar_picker_rider {
	position: absolute;
	top: 7px;
	left: 55px;
	width: 30px;
	height: 30px;
	outline: none;
	border: 0px solid;
	background-image: url("/assets/image/leftpanel/bt_list_add_map_driver_off.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_picker_rider.select {
	background-image: url("/assets/image/leftpanel/bt_list_add_map_driver_on.svg");
}

.sidebar_toolbar_delete {
	position: absolute;
	top: 7px;
	left: 95px;
	width: 30px;
	height: 30px;
	outline: none;
	border: 0px solid;
	background-image: url("/assets/image/leftpanel/bt_delete_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_delete.select {
	background-image: url("/assets/image/leftpanel/bt_delete_p.svg");
}

.sidebar_toolbar_dispatch_rider {
	position: absolute;
	top: 8px;
	left: 130px;
	width: 30px;
	height: 30px;
	outline: none;
	border: 0px solid;
	background-image: url("/assets/image/leftpanel/bt_list_truck_d.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.sidebar_toolbar_dispatch_rider.select {
	background-image: url("/assets/image/leftpanel/bt_list_truck_d.svg");
}

.sidebar_toolbar_full_sel {
	position: absolute;
	top: 16px;
	left: 205px;
	width: 12px;
	height: 12px;
}

.sidebar_toolbar_full_sel_text {
	position: absolute;
	top: 15px;
	left: 165px;
	width: 50px;
	height: 15px;
	font-size: 10px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #113E46;
}

.sidebar_toolbar .disable {
	pointer-events: none;
	opacity: 0.3;
}

.toolbar_rider_search_area,
.toolbar_dest_search_area {
	position: relative;
	top: 45px;
	left: 4px;
	width: 222px;
	max-height: 100vh;
	background-color: #113E46;
	border-radius: 3px;
	z-index: 10;
}

.toolbar_top_icon {
	position: relative;
	top: -8px;
	width: 14px;
	height: 8px;
	background-image: url("/assets/image/leftpanel/st_tri.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.toolbar_top_icon.search {
	left: 19px;
}

.toolbar_top_icon.pin {
	left: 59px;
}

.toolbar_rider_search_area input,
.toolbar_dest_search_area input {
	position: relative;
	margin: 9px;
	padding-left: 10px;
	width: 185px;/* 스크롤바 나올시  잘림 현상으로 줄임 192 -> 185*/
	height: 35px;
	border: 1px solid #D5D5D5;
}

.toolbar_rider_search_area input::placeholder,
.toolbar_dest_search_area input::placeholder {
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #D5D5D5;
}

.toolbar_search_list {
	position: relative;
	max-height: calc(60vh - 118px);
	overflow-x: hidden;
	background-color: #113E46;
}

.toolbar_search_empty {
	 position: relative;
	 width: 220px;
	 height: 220px;
	 background-color: #113E46;
	 cursor: default;
 }

.toolbar_search_empty_search_text {
	position: relative;
	top : 20px;
	width: 180px;
	left: 20px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
	color: #6DEBAE;
}

.toolbar_search_empty_text_sub {
	position: relative;
	top : 20px;
	width: 180px;
	left: 20px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

.toolbar_search_empty_text_sub_text{
	position: relative;
	top : 20px;
	width: 180px;
	left: 20px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #83999D;
}

.toolbar_search_list::-webkit-scrollbar {
	display: none;
}

.toolbar_search_item,
.toolbar_add_rider {
	position: relative;
	width: 220px;
	height: 54px;
	background-color: #113E46;
	cursor: default;
}

.toolbar_search_item:hover,
.toolbar_add_rider:hover {
	background-color: #0B3138;
}

.toolbar_search_rider_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 7px;
	background-image: url("/assets/image/leftpanel/image_profile_default.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #aaa;
}

.toolbar_search_rider_name {
	position: absolute;
	width: 130px;
	height: 19px;
	margin: 8px 0 8px 60px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

.toolbar_search_rider_circle {
	position: absolute;
	width: 6px;
	height: 6px;
	margin: 7px 0 7px -10px;
	border-radius: 3px;
}

.toolbar_search_rider_circle.connected {
	background-color: #6DE621;
}

.toolbar_search_rider_circle.start_work {
	background-color: #00EEFF;
}

.toolbar_search_rider_circle.end_work {
	background-color: #C6CACE;
}

.toolbar_search_rider_circle.disconnected {
	background-color: #FF6077;
}

.toolbar_search_rider_license {
	position: absolute;
	width: 140px;
	height: 19px;
	margin: 27px 0 8px 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

.toolbar_add_rider_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 13px 0 15px 15px;
	background-image: url("/assets/image/leftpanel/ic_list_search_adddriver.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.toolbar_add_rider_excel_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 13px 0 15px 15px;
	background-image: url("/assets/image/leftpanel/ic_excel_add.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.toolbar_add_rider_text {
	position: absolute;
	width: 150px;
	height: 19px;
	margin: 14px 0 19px 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #83999D;
}

.toolbar_rider_pin_area,
.toolbar_dest_pin_area {
	position: relative;
	top: 45px;
	left: 4px;
	width: 222px;
/*	height: 54px; */
	height: 84px;
	background-color: #113E46;
	border-radius: 3px;
	z-index: 10;
}

/*[Demo]*/
.toolbar_dest_pin_area_demo {
	position: relative;
	top: 45px;
	left: 4px;
	width: 222px;
	/*height: 98px;/* 54px Demo */
	height: 139px;
	background-color: #113E46;
	border-radius: 3px;
	z-index: 10;
}


.toolbar_rider_pin_area label,
.toolbar_dest_pin_area label ,
.toolbar_dest_pin_area_demo label{/*[Demo]*/
    float: left;
}

.toolbar_rider_pin {
	width: 34px;
	height: 34px;
	margin-top: 3px;
	margin-left: 17px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: 100%;
	outline: none;
	border: 0px solid;
}

.toolbar_rider_pin.truck {
	background-image: url("/assets/image/leftpanel/bt_list_truck_n.svg");
}

input[type="radio"]:checked+.toolbar_rider_pin.truck {
	background-image: url("/assets/image/leftpanel/bt_list_truck_o.svg");
}

.toolbar_rider_pin.ev {
	background-image: url("/assets/image/leftpanel/bt_list_evsedan_n.svg");
}

input[type="radio"]:checked+.toolbar_rider_pin.ev {
	background-image: url("/assets/image/leftpanel/bt_list_evsedan_o.svg");
}

.toolbar_rider_pin.bike {
	background-image: url("/assets/image/leftpanel/bt_list_bike_n.svg");
}

input[type="radio"]:checked+.toolbar_rider_pin.bike {
	background-image: url("/assets/image/leftpanel/bt_list_bike_o.svg");
}

.toolbar_rider_pin.pede {
	background-image: url("/assets/image/leftpanel/bt_list_courier_n.svg");
}

input[type="radio"]:checked+.toolbar_rider_pin.pede {
	background-image: url("/assets/image/leftpanel/bt_list_courier_o.svg");
}

.toolbar_rider_pin.text {
	position: relative;
	top:8px;
	height: 18px;
	width: 29px;
	text-align: left;
	font: normal normal normal 12px/18px Noto Sans KR;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	opacity: 1;
	display: inline-block;
}

.toolbar_rider_pin.text1 {
	position: relative;
	margin-left: 8px;
	top:8px;
	height: 18px;
	width: 42px;
	text-align: left;
	font: normal normal normal 12px/18px Noto Sans KR;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	opacity: 1;
	display: inline-block;
}

.toolbar_dest_pin {
	width: 34px;
	height: 34px;
	margin-top: 3px;
	/*margin-left: 18px; [Demo] */
	margin-left: 25px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: 100%;
	outline: none;
	border: 0px solid;
}

.toolbar_dest_pin.whouse {
	background-image: url("/assets/image/leftpanel/bt_list_whouse_n.svg");
}

input[type="radio"]:checked+.toolbar_dest_pin.whouse {
	background-image: url("/assets/image/leftpanel/bt_list_whouse_o.svg");
}

.toolbar_dest_pin.branch {
	background-image: url("/assets/image/leftpanel/bt_list_via_n.svg");
}

input[type="radio"]:checked+.toolbar_dest_pin.branch {
	background-image: url("/assets/image/leftpanel/bt_list_via_o.svg");
}

.toolbar_dest_pin.dest {
	background-image: url("/assets/image/leftpanel/bt_list_desti_n.svg");
}

input[type="radio"]:checked+.toolbar_dest_pin.dest {
	background-image: url("/assets/image/leftpanel/bt_list_desti_o.svg");
}

.toolbar_dest_pin.text {
	position: relative;
	margin-left: 0px;
	top:0px;
	left:8px;
	height: 18px;
	width: 56px;
	text-align: center;
	font: normal normal normal 12px/18px Noto Sans KR;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	opacity: 1;
	display: inline-block;
}

.toolbar_dest_pin.text1 {
	position: absolute;
	top:105px;
	left:-10px;
	height: 18px;
	width: 56px;
	text-align: center;
	font: normal normal normal 12px/18px Noto Sans KR;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	opacity: 1;
	display: inline-block;
}

.toolbar_dest_pin.text2 {
	position: absolute;
	top:105px;
	left:50px;
	height: 18px;
	width: 56px;
	text-align: center;
	font: normal normal normal 12px/18px Noto Sans KR;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	opacity: 1;
	display: inline-block;
}

.toolbar_search_dest_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 12px 0 12px 10px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.toolbar_search_dest_icon.gray_pin {
	background-image: url("/assets/image/leftpanel/ic_list_place_nonpicked.svg");
}

.toolbar_search_dest_icon.find_pin {
	background-image: url("/assets/image/leftpanel/ic_input_search_1.svg");
}

.toolbar_search_dest_icon.red_pin {
	background-image: url("/assets/image/leftpanel/ic_list_place_picked.svg");
}

.toolbar_search_dest_icon.red_pin p {
	visibility: hidden;
}

.toolbar_search_dest_icon.search_pin {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	font-family: 'Noto Sans KR', sans-serif;
	color: #103D45;
	background-image: url("/assets/image/leftpanel/ic_list_place_nonpicked_g.svg");
}

.toolbar_search_dest_name {
	position: absolute;
	width: 150px;
	height: 19px;
	margin: 13px 0 15px 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

.toolbar_search_dest_address {
	position: absolute;
	width: 150px;
	height: 19px;
	margin: 27px 0 8px 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #C1C1C1;
}

.toolbar_search_dest_keyword {
	position: absolute;
	width: 150px;
	height: 19px;
	margin: 16px 0 19px 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

.toolbar_search_paging {
	position: relative;
	width: 220px;
	height: 35px;
	background-color: #113E46;
}

.toolbar_search_paging {
	position: relative;
	width: 220px;
	height: 35px;
	background-color: #113E46;
}

.toolbar_search_paging_line {
	position: relative;
	top: 0px;
	width: 220px;
	height: 1px;
	background-color: #0B3138;
}

.st_search_list_page {
	position: relative;
	top: 9px;
	margin: 0 auto;
	width: fit-content;
	height: 17px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	color: #083338;
	border: 0px solid;
}

.st_search_list_page_first_n {
	position: relative;
	width: 17px;
	height: 17px;
	margin-right: 0px;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/assets/image/leftpanel/bt_st_list_first_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0px solid;
}

.st_search_list_page_first_n:active {
	background-image: url("/assets/image/leftpanel/bt_st_list_first_p.svg");
}

.st_search_list_pageP_n {
	position: relative;
	width: 17px;
	height: 17px;
	margin-left: -8px;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/assets/image/leftpanel/bt_st_list_previous_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0px solid;
}

.st_search_list_pageP_n:active {
	background-image: url("/assets/image/leftpanel/bt_st_list_previous_p.svg");
}

.st_search_list_pageN_n {
	position: relative;
	width: 17px;
	height: 17px;
	margin-right: -8px;
	transform: rotate(180deg);
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/assets/image/leftpanel/bt_st_list_previous_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0px solid;
}

.st_search_list_pageN_n:active {
	background-image: url("/assets/image/leftpanel/bt_st_list_previous_p.svg");
}

.st_search_list_page_end_n {
	position: relative;
	width: 17px;
	height: 17px;
	margin-right: 0px;
	transform: rotate(180deg);
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/assets/image/leftpanel/bt_st_list_first_n.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0px solid;
}

.st_search_list_page_end_n:active {
	background-image: url("/assets/image/leftpanel/bt_st_list_first_p.svg");
}


.st_search_list_pageNum {
	position: relative;
	top: -4px;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px;
	height: 17px;
	font-size: 13px;
	font-weight: 500;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	border: 0px solid;
}

.st_search_list_pageNum.pick {
	color: #6DEBAE;
}


/* -------------------- list area ----------------------- */

.left_panel_list_area_rider {
	/*display: inline-block;*/
	position: absolute;
	top: 42px;
	width: 232px;
	overflow-x: hidden;
	height: calc(100vh - 216px);
}

.left_panel_list_area_rider::-webkit-scrollbar {
	display: none;
}


.left_panel_list_area_dest {
	/*display: inline-block;*/
	position: absolute;
	top: 42px;
	width: 232px;
	overflow-x: hidden;
	height: calc(100vh - 216px);
}

.left_panel_list_area_dest::-webkit-scrollbar {
	display: none;
}

.left_panel_list_area_dest .jqx-grid-cell
{
	border: none;
}

.left_panel_list_area_dest .jqx-fill-state-hover {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: white;
}

.left_panel_list_area_dest .jqx-fill-state-pressed {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: white;
}

.left_panel_item {
	position: relative;
	width: 232px;
	height: 54px;
	border: 0px solid;
	cursor: default;
}

.left_panel_item:nth-child(odd) {
	background-color: #ffffff;
	color: #dddddd;
}

.left_panel_item:nth-child(even) {
	background-color: #F4F4F4;
	color: #dddddd;
}

.left_panel_item_check {
	position: absolute;
	top: 21px;
	left: 18px;
	width: 12px;
	height: 12px;
}


/* --------------------driver list----------------------- */

.left_panel_driverList_text1 {
	position: absolute;
	top: 8px;
	left: 40px;
	/*width: 90px; 영어 이름이 길어서 늘림 */
	width: 100px;
	height: 20px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #22394D;
}

.left_panel_driverList_text2 {
	position: absolute;
	top: 27px;
	left: 40px;
	width: 100px;
	height: 20px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #22394D;
}

.left_panel_driverList_text3_area {
	position: absolute;
	display: flex;
	top: 10px;
	text-align: right;
	right: 0px;
	width: 80px;
	height: 20px;
}

.left_panel_driverList_text3_1 {
	position: absolute;
/*	left: 30%; */
	right: 5%;
	margin-left: -10px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #22394D;
}

.left_panel_driverList_icon {
	position: absolute;
	top: 2px;
	left: 0%;
	width: 18px;
	height: 18px;
	background-image: url("/assets/image/leftpanel/bt_list_add_map_driver_p.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.left_panel_driverList_text4 {
	position: absolute;
	top: 27px;
	right: 11px;
	width: 70px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #FF6077;
}

.left_panel_driverList_input {
	position: absolute;
	top: 30px;
	right: 11px;
	height: 20px;
	text-align: right;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #FF5A00;
}

.left_panel_driverList_ride_rname {
	width: 170px;
	height: 32px;
	border-radius: 3px;

}

.left_panel_driverList_ride_text {
	color: #22394D;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: bold;
}

.left_panel_driverList_ride_status {
	float: left;
	width: 80px;
	height: 16px;
	border-radius: 3px;
	color: #22394D;
	font-family: 'Noto Sans KR', sans-serif;
}

.left_panel_driverList_ride_latency {
	width: 80px;
	height: 16px;
	border-radius: 3px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #FF6077;
}

.left_panel_driverList_rider_dispatch_number {
	width: 80px;
	height: 16px;
	border-radius: 3px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #2881DD;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
}

.left_panel_driverList_ride_completed_time {
	width: 50px;
	height: 16px;
	border-radius: 3px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #2881DD;
}

.left_panel_driverList_circle {
	width: 6px;
	height: 6px;
	border-radius: 3px;
}


.left_panel_driverList_circle.connected {
	background-color: #6DE621;
}

.left_panel_driverList_circle.start_work {
	background-color: #00EEFF;
}

.left_panel_driverList_circle.end_work {
	background-color: #C6CACE;
}

.left_panel_driverList_circle.disconnected {
	background-color: #FF6077;
}

/* ----------------------destination list------------------------ */

.left_panel_locationList_text1 {
	position: absolute;
	top: 5px;
	left: 40px;
	/* width: 90px; */
	width: 170px;
	height: 20px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #22394D;
}

.left_panel_locationList_text2 {
	position: absolute;
	top: 25px;
	left: 40px;
	width: 170px;
	height: 20px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #22394D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/* 픽업 이미지 추가  */

.left_panel_locationList_ic_pickup{
	position: absolute;
    top: 5px;
	left: 50px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image:url(/assets/image/leftpanel/ic_popup_pickup.svg);
}

/* 드롭 이미지 추가  */
.left_panel_locationList_ic_dropoff{
	position: absolute;
    top: 5px;
	left: 50px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image:url(/assets/image/leftpanel/ic_popup_dropoff.svg);
}




.left_panel_locationList_text2.reduce {
	width: 80px;
}

.left_panel_locationList_input {
	position: absolute;
	top: 26px;
	right: 11px;
	height: 20px;
	text-align: right;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #FF5A00;
}
/* ----------------------bottom------------------------ */

.left_panel_bottom1 {
	position: absolute;
	bottom: 50px;
	left: 60px;
	width: 100px;
	height: 50px;
	background-color: #fff;
	color: #000;
}

.left_panel_bottom {
	position: absolute;
	bottom: 0px;
	width: 232px;
	height: 40px;
	border-top: 1px solid #D3D3D3;
	background-color: #fff;
	color: #000;
}

.left_panel_bottom_text1 {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 45px;
	height: 18px;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #083338;
}

.left_panel_bottom_text2 {
	position: absolute;
	top: 11px;
	left: 135px;
	width: 25px;
	height: 18px;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #083338;
}

.left_panel_bottom_text3 {
	position: absolute;
	top: 11px;
	width: 25px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #99A9AC;
}


/* ----------------------table switch------------------------ */

.left_panel_top_menuSlide {
	position: absolute;
	top: 111px;
	left: 675px;
	width: 20px;
	height: 45px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #113E46;
	float: center;
	border: 0px;
}



/* [Demo] demo method */
.toolbar_dest_pin.pickup {
	position: relative;
	top:5px;
	background-image: url("/assets/image/toptoolbar/icon_top_pickup_n.svg");
}


input[type="radio"]:checked+.toolbar_dest_pin.pickup {
	position: relative;
	top:5px;
	background-image: url("/assets/image/toptoolbar/icon_top_pickup_s.svg");
}

/* [Demo] demo method */

.toolbar_dest_pin.dropoff {
	position: relative;
	top:5px;
	background-image: url("/assets/image/toptoolbar/icon_top_dropoff_n.svg");
}

input[type="radio"]:checked+.toolbar_dest_pin.dropoff {
	position: relative;
	top:5px;
	background-image: url("/assets/image/toptoolbar/icon_top_dropoff_s.svg");
}





/*==================픽업 드롭오프 핀 Ui=======================*/

.toolbar_delivery_pin_area{
	position: relative;
	top:45px;
	left: 4px;
	width: 222px;
	height: 395px;
	background-color: #113E46;
	border-radius: 3px;
	z-index: 10; /*  추가  */
}




.toolbar_delivery_pin_area .curser{
	position: relative;
	top: -8px;
	width: 14px;
	height: 8px;
	left: 58px;
	background-image: url("/assets/image/leftpanel/st_tri.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}


.toolbar_delivery_pin_area .truck_type_area{
	position: relative;
	display: flex;
	top:15px;
	left: 16px;
	border-bottom: 1px solid #4A6D74 ;
	width: 85%;
}

.truck_type_area button{
	position: relative;
	width: 35px;
	height: 35px;
	border: 0px solid;
	outline: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	margin-left: 15px;
}


.toolbar_delivery_pin_area .etc_type_area{
	position: relative;
	display: flex;
	top:70px;
	left: 16px;
	border-bottom: 1px solid #4A6D74 ;
	width: 85%;
}

.etc_type_area button{
	position: relative;
	width: 35px;
	height: 35px;
	border: 0px solid;
	outline: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	margin-left: 15px;
}




.toolbar_delivery_pin_area .truck_type_area .truck_icon_n_1{
	background-image: url("/assets/image/leftpanel/truck_icon_n_1.svg");
	margin-left: 0px;
}
.toolbar_delivery_pin_area .truck_type_area .truck_icon_p_1{
	background-image: url("/assets/image/leftpanel/truck_icon_p_1.svg");
	margin-left: 0px;
}



.toolbar_delivery_pin_area .truck_type_area .truck_icon_n_2{
	background-image: url("/assets/image/leftpanel/truck_icon_n_2.svg");
	margin-left: 10px;
}
.toolbar_delivery_pin_area .truck_type_area .truck_icon_p_2{
	background-image: url("/assets/image/leftpanel/truck_icon_p_2.svg");
	margin-left: 10px;
}



.toolbar_delivery_pin_area .truck_type_area .truck_icon_n_3{
	background-image: url("/assets/image/leftpanel/truck_icon_n_3.svg");
	margin-left: 10px;
}
.toolbar_delivery_pin_area .truck_type_area .truck_icon_p_3{
	background-image: url("/assets/image/leftpanel/truck_icon_p_3.svg");
	margin-left: 10px;
}



.toolbar_delivery_pin_area .truck_type_area .truck_icon_n_4{
	background-image: url("/assets/image/leftpanel/truck_icon_n_4.svg");
	margin-left: 10px;
}
.toolbar_delivery_pin_area .truck_type_area .truck_icon_p_4{
	background-image: url("/assets/image/leftpanel/truck_icon_p_4.svg");
	margin-left: 10px;
}





.toolbar_delivery_pin_area .etc_type_area .bike_icon_n_1{
	background-image: url("/assets/image/leftpanel/bike_icon_n_1.svg");
	margin-left: 0px;
}
.toolbar_delivery_pin_area .etc_type_area .bike_icon_p_1{
	background-image: url("/assets/image/leftpanel/bike_icon_p_1.svg");
	margin-left: 0px;
}



.toolbar_delivery_pin_area .etc_type_area .bike_icon_n_2{
	background-image: url("/assets/image/leftpanel/bike_icon_n_2.svg");
	margin-left: 10px;
}
.toolbar_delivery_pin_area .etc_type_area .bike_icon_p_2{
	background-image: url("/assets/image/leftpanel/bike_icon_p_2.svg");
	margin-left: 10px;
}








.toolbar_delivery_pin_area .pickup_function_area{
	position: relative;
	top:25px;
	width: 100%;
	/*	border: 1px solid;*/
	padding-left: 15px;
}

.pickup_function_area button{
	position: relative;
	width: 55px;
	height: 55px;
	border: 0px solid;
	margin-left: 6px;
	margin-top: 6px;
	outline: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
}


.toolbar_delivery_pin_area .pickup_function_area_2{
	position: relative;
	top:25px;
	width: 100%;
	/*	border: 1px solid;*/
	padding-left: 15px;
}


.pickup_function_area_2 button{
	position: relative;
	top:55px;
	width: 55px;
	height: 55px;
	border: 0px solid;
	margin: 3px;
	outline: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
}




.toolbar_delivery_pin_area .function_bt_n_1{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_n_1.svg");
}
.toolbar_delivery_pin_area .function_bt_p_1{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_p_1.svg");
}




.toolbar_delivery_pin_area .function_bt_n_2{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_n_2.svg");
}
.toolbar_delivery_pin_area .function_bt_p_2{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_p_2.svg");
}




.toolbar_delivery_pin_area .function_bt_n_3{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_n_3.svg");
}
.toolbar_delivery_pin_area .function_bt_p_3{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_p_3.svg");
}



.toolbar_delivery_pin_area .function_bt_n_4{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_n_4.svg");
}

.toolbar_delivery_pin_area .function_bt_p_4{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_p_4.svg");
}



.toolbar_delivery_pin_area .function_bt_n_5{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_n_5.svg");
}
.toolbar_delivery_pin_area .function_bt_p_5{
	background-image: url("/assets/image/leftpanel/bt_reservation_function_p_5.svg");
}

.show_grid_popup_button{
	position: absolute;
	top: 8px;
	width: 23px;
	height: 17px;
	cursor:pointer;
	background-image: url("/assets/image/leftpanel/grid_button.png");
	/*background-position: 2px;*/
	/* border: 1px solid #fff;
    */
}


/*==================픽업 드롭오프 핀 Ui=======================*/
