@charset "utf-8";

.btn_wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}

.search_wrap {
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  height: 95px;
  border-radius: 12px;
  background: var(--sub-color-1);
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 7px 0px 19.5px 0px rgba(0, 0, 0, 0.04);
  justify-content: space-between;
}
form.search_wrap02,
div.search_wrap02 {
	justify-content: flex-start;
	align-items: center;
}

/* .btn.disable{ */
/* 	background-color: #ccc; */
/* } */

.searchbox {
	positon:relative;
}
.searchbox .btn {
    padding: 0px 13px;
}
.search_wrap_left {
	display: flex;
	gap:10px;
}
.select_wrap {
	display: flex;
	gap: 10px;

}
.total_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
	height: 20px;
}

.btn {
  height: 43px;
  padding: 0 25px;
  float:left;
  cursor: pointer;
  border-radius: 6px;
  font: 0.938rem/43px 'PretendardSemiBold';
}
.btn_x {
    height: 14px;
    background: url(../images/btn_x.svg) center no-repeat;
    padding: 6px;
    float: right;
    margin: 3px 0px 0 6px;
}

.btn_m {
  background: var(--main-color);
  color: var(--sub-color-1) !important;
}

.btn_m:hover {
  opacity: 0.85;
  transition: 0.35s linear;
}

.btn_b {
	border: 1px solid var(--main-color);
	color: var(--main-color);
	background: var(--sub-color-1);
}

.btn_b:hover {
  opacity: 0.85;
  color:var(--point-color-2);
  border: 1px solid var(--point-color-2);
  transition: 0.8s linear;
}

.btn_member {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  width: 140px;
  text-align: center;
}

.btn_graph {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px;
}

.btn_g {
  border: 1px solid var(--gray-color-1);
  color: var(--gray-color-1);
}

.btn_g:hover {
  border: 1px solid var(--warn-color);
  color: var(--warn-color);
  transition: 0.35s linear;
}

.btn_scroll:hover {
	opacity: 0.85;
	color: var(--point-color-1);
	border: 1px solid var(--point-color-1);
	transition: 0.35s linear;
}

/* page */
.page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin:30px 0;
  width: 100%;
  float: left;
}

.page>li {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-color-1);
  color: var(--gray-color-1);
  border-radius: 2px;
  cursor: pointer;
  background:var(--sub-color-1);
}

.page>li:hover,
.page>li.on {
  background-color: #4D78C6;
  border-color: var(--main-color);
  color: var(--sub-color-1);
  transition: 0.35s linear;
}

/* memeber edd  */

.member_mail.member_mail .memberbox {
  width: calc((100% - 30px) / 2) !important;
}

.member_mail span {
	width: 30px;
    float: left;
    text-align: center;
    transform: translateY(50%);
}
  
}
.member_id span {
	margin-left: 10px;
}

/* vessel detail  */
.info {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.info_left {
  width: 500px;
  float: left;
  height: 100%;
  margin-right: 15px;
  box-sizing: border-box;
  position: relative;
}
.info_left .map_tag {
	display: inline-flex;
	padding: var(--4, 7px) 13px;
	align-items: center;
	gap: var(--Line-height-14-20, 20px);
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.58);
	position: absolute;
    z-index: 9;
    top: 52px;
    left: 7px;
}
.info_left .map_tag li {
	display: flex;
	align-items: center;
	gap: var(--4, 4px);
}
.info_left .map_tag li .tagimg {
	width: 22px;
	height: 29px;
	background-size: cover !important;
}

.info_left .map_tag li:nth-child(1) .tagimg {
	background: url(../images/icon_ship_no_blue.svg) center no-repeat;
}
.info_left .map_tag li:nth-child(2) .tagimg {
	background: url(../images/icon_ship_blue.svg) center no-repeat;
}
	
.info_left .map_tag li P {
	color: #fff;
}

.map {
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 86px);
  background: #cdcdcd;
}

.info_right {
  width: calc(100% - 515px);
  float: left;
  height: 100%;
  box-sizing: border-box;
}
.info_right > div {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
.info_right > div:nth-child(1) {
  margin-top: 0;
}
.info_right .middle {
	min-height: 450px;
}
table.operation_tb {
/*   border-top: 3px solid var(--point-color-1); */
  text-align: center;
  border-bottom: 1px solid var(--border-color-1);
}
table.operation_tb th {
  padding: 15px 0;
}

table.operation_tb thead{
	display: block;
  height: auto;
  padding: 0;
}
	table.operation_tb thead tr{
		display: inline-table;
    width: 100%;
	}
table.operation_tb tbody{
	display: flex;
	flex-direction: column;
	max-height: 240px;
	overflow: auto;
}
	table.operation_tb tbody tr{
		display: inline-table;
	}
	table.operation_tb .start_time{
		width: 15%;
	}
  /* monitaring date  */
  .date_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .date_wrap span {
    color: var(--gray-color-1);
  }
  
  /*설명 박스 css 추가*/
.explain{
	float: right;
	position: absolute;
    display: flex;
    flex-direction: row;
    gap: 3px;
    top: 80px;
    right: 50px;
	padding: 5px 10px;
	line-height: 20px;
    border-radius: 3px;
   	text-align: right;
}
.explain .tit::before, 
.health_graph.tro_graph .left .btm::before{
    content: '';
    float: left;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    left: -18px;
    width: 22px;
    height: 12px;
}
.tit.name_p::before{
	background: #ABB6DF;
	border: 2px solid #5D71C1;
}
.tit.name_g::before{
	background: #C8E5BA;
	border: 2px solid #93CD77;
}
.tit.name_y::before{
	background: #FFE7B1;
	border: 2px solid #FFD166;
}
.tit.name_r::before{
	background: #FFC4C4;
	border: 2px solid #FF8A8A;
}
.tit.name_b::before{
	background: #C4E8FF;
	border: 2px solid #8AD2FF;
}
.list .gray{
    color: var(--gray-color-2);
}
	.gp_explain .tit{
		margin-right: 5px;
		font-family: 'PretendardSemiBold';
	}
.health_graph.tro_graph .left .btm::before{
	height: 13px;
	top: 11px;
	left: -3px;
	border-radius: 3px;
}
.health_graph.tro_graph .left .btm.name_p::before{
	background: #5470C6;
}
.health_graph.tro_graph .left .btm.name_g::before{
	background: #91CC75;
}
.health_graph.tro_graph .left .btm.name_y::before{
	background: #FAC858;
}
.health_graph.tro_graph .left .btm.name_r::before{
	background: #EE6666;
}
.health_graph.tro_graph .left .btm.name_b::before{
	background: #73C0DE;
}
.health_graph.tro_graph .left .btm.name_gr::before{
	background: #ccc;
}
.health_graph.tro_graph .left .btm.name_du::before{
	background: #b983de;
}
.health_graph.tro_graph .left .btm .tit{
    font-family: 'PretendardSemiBold';
    margin-right: 5px;
}
.pru_txt{
	padding: 5px 10px;
    margin: 10px 10px 30px 10px;
    margin-bottom: 15px;
    background: var(--sub-color);
    border: 1px solid var(--border-color-1);
    border-radius: 3px;
    font-size: 15px;
}
	.pru_txt > .tit{    
		float: left;
	    box-sizing: border-box;
	    margin-right: 6px;
	    font-family: 'PretendardSemiBold';
		color: #3d3d3d;
	}
/* analysisMonitor add */

.new_graph {
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 80px;
/*     padding: 20px; */
}
.graph_tit {
    display: flex;
    text-align: center;
    justify-content: space-around;
    width: 100%;
    gap: 186px;
    margin-bottom: 15px;
}
.graph_tit h3 {
    font-size: 20px;
    color: #464E5E;
    display: block;
    background: #cdcdcd;
    padding: 15px 20px;
    border-radius: 20px;
    background: #F4F8FF;
    font-weight: 600;
    letter-spacing: normal;
}
.graph_img {
    width: 100%;
/*     height: auto; */
/*     display: flex; */
    justify-content: space-between;
/*     align-items: center; */
/*     border: 1px solid #DDDDDD; */
    display: flex;
    height: 188px;
    align-items: center;
/*     padding: 0 20px; */
    border-bottom: 1px dashed var(--border-color-1);

}

.graph_Stit {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #F4F8FF;
	color: #0069B4;
	display: flex;
	align-items: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
	display: flex;
    flex-direction: column;
}
.graph_leftimg, .graph_rightimg {
	height: 228px;
	background: #f8f8f8;
	width: calc(50% - 93px);
}



/* 차트 관련 */

.tooltip_wrap{
	display:flex;
	flex-direction: column;
}
.tooltip_date{
	background: #eee;
	padding: 10px 15px;
	font-weight: 700;
}
.tooltip_wrap ul{
	padding: 10px 15px;
	display:flex;
	flex-direction: column;
}





/* 아이콘 관련 */
.fas.fa-exclamation-triangle {
	opacity: 0.1;
}
.fas.fa-exclamation-triangle.on{
	opacity: 1;
	color:red;
}
.location_btn {
    cursor: pointer;
    color: #003ce0;
}

.red_b {
    color: red;
}



.modal .modal_content h3 {
    margin: 0 20px 10px 0;
}

.wrap_close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #333;
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    cursor: pointer;
}
textarea {
	display: block;
	width: 100%;
	
	padding: 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ced4da;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
    height: 100px;
    background: #f5f6fa;
    
/*     height: inherit; */
    min-height: 100px;
}

td.bg_arrow {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
}

.loading-overlay {
	border-radius: 0px;
}