@charset "utf-8";

/*-------------------------------------------------------------------
	login
-------------------------------------------------------------------*/

.login_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/login_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}

.login_wrap .logo_area {
  position: absolute;
  top: 84px;
  left: 120px;
}

.login_wrap .txt_wrap {
  position: absolute;
  top: 300px;
  left: 120px;
}

.login_wrap .txt_wrap div+div {
  margin-top: 70px;
}

.login_wrap .txt_wrap .ttl {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 400;
  color: #5399bc;
}

.login_wrap .txt_wrap .cnt {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

.login_wrap .txt_wrap .cnt span {
  font-weight: 700;
}

.login_wrap .txt_wrap .ttl span {
  color: #1b6184;
}

.login_wrap .txt_wrap .goals_area {
  padding: 20px 18px;
  border: 1px solid #027db6;
  border-radius: 10px;
}

.login_wrap .txt_wrap .goals_area .ttl {
  font-size: 26px;
  font-weight: 700;
  color: #0194d8;
  margin-bottom: 12px;
}

.login_wrap .txt_wrap .goals_area .ttl i::before {
  margin-left: 0;
  margin-right: 0;
}

.login_wrap .txt_wrap .goals_area .cnt {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.login_wrap .txt_wrap .goals_area .cnt span {
  font-size: 16px;
  font-weight: 400;
}

.login_form_wrap {
  position: absolute;
  right: 0;
  width: 36%;
  height: 100%;
  background: #042332;
}

.login_form_wrap .copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #2c637e;
}

.login_form_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.login_form_area .btn {
  margin-top: 16px;
  height: 48px;
  box-shadow: 0 0 1px rgb(255 255 255 / 72%) inset;
  background: #0c9fe3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0c9fe3 0%, #0088c7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0c9fe3 0%, #0088c7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0c9fe3 0%, #0088c7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c9fe3', endColorstr='#0088c7', GradientType=0);
  /* IE6-9 */
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.login_form_area h1 {
  text-align: center;
  margin-bottom: 43px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.login_form_area .form-floating {
  height: 42px;
  line-height: 42px;
}

.login_form_area .form-floating>label {
  padding: 0 0.75rem;
}

.login_form_area .form-floating+.form-floating {
  margin-top: 10px;
}

.login_form_area .form-control {
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
  background-color: #07374d;
  color: #fff;
  border-radius: 6px;
  border-color: transparent;
}

.login_form_area .form-control:focus {
  border-color: #0088c7;
  box-shadow: none;
}

.login_form_area .form-floating>label {
  color: rgba(255, 255, 255, .5);
}

.login_form_area .checkbox {
  margin-top: 30px;
  margin-bottom: 0;
}

.login_form_area .checkbox label {
  position: relative;
  padding-left: 30px;
}

.login_form_area .checkbox label .checkmark {
  vertical-align: -2px;
  font-size: 16px;
  color: #fff;
}

.login_form_area .checkbox label .checkmark::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-top: -10px;
  border: 1px solid transparent;
  background: #07374d;
}

.login_form_area .checkbox label .checkmark::after {
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: 50%;
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
  left: 5px;
  margin-top: -4px;
}

.login_form_area .checkbox input:checked+.checkmark::after {
  border-color: #fff;
}

.login_form_area .checkbox input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}


/*-------------------------------------------------------------------
	summary
-------------------------------------------------------------------*/

#contents.monitoring_page {
  position: relative;
  background: #032231;
}

#contents.monitoring_page .inner {
  width: calc(100% - 270px);
  margin-left: auto;
}


#contents.monitoring_page .cnt_wrap {
  margin-top: 20px;
}

#contents.monitoring_page .cnt_wrap .ships_num_wrap {
  display: table;
  width: 100%;
  min-height: 90px;
}

#contents.monitoring_page .cnt_wrap .ships_num_area,
#contents.monitoring_page .cnt_wrap .ships_img_area {
  display: table-cell
}

#contents.monitoring_page .cnt_wrap .ships_num_area {
  vertical-align: middle;
}

#contents.monitoring_page .cnt_wrap .ships_num_area dl {
  display: table;
  width: 100%;
}


#contents.monitoring_page .cnt_wrap .ships_num_area dl+dl {
  margin-top: 10px;
}

#contents.monitoring_page .cnt_wrap .ships_num_area dl dt {
  display: table-cell;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

#contents.monitoring_page .cnt_wrap .ships_num_area dl dd {
  display: table-cell;
  font-size: 32px;
  font-weight: 700;
  color: #00e03f;
}

#contents.monitoring_page .cnt_wrap .ships_img_area {
  position: relative;
  width: 135px;
  height: 0;
  border-radius: 6px;
  vertical-align: middle;
  overflow: hidden;
}

#contents.monitoring_page .cnt_wrap .ships_img_area .ships_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 66.66666666666667%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#contents.monitoring_page .cnt_wrap .box-box-wrap {
  margin-top: 20px;
}

#contents.monitoring_page .cnt_wrap .box.box-solid {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f2e40+0,032333+100 */
  background: rgb(15, 46, 64);
  /* Old browsers */
  background: -moz-linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-40deg, rgba(15, 46, 64, 1) 0%, rgba(3, 35, 51, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2e40', endColorstr='#032333', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
  border-radius: 14px;
  border: 1px solid #0e3142;
  overflow: hidden;
}

#contents.monitoring_page .cnt_wrap .box-header {
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #0087c7;
  border-radius: 14px 14px 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#184e70+0,7db9e8+100,13425f+100&0.4+0,0.12+20,0+100 */
  background: -moz-linear-gradient(top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(24, 78, 112, 0.4) 0%, rgba(23, 76, 109, 0.12) 20%, rgba(19, 66, 95, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66184e70', endColorstr='#0013425f', GradientType=0);
  /* IE6-9 */
}



#contents.monitoring_page .cnt_wrap .body_wrap {
  padding: 0 20px;
  border-radius: 0 0 14px 14px;
}

#contents.monitoring_page .cnt_wrap .box-body {
  position: relative;
  padding: 12px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0;
}

#contents.monitoring_page .cnt_wrap .box.box-solid.table .body_wrap {
  padding: 8.5px 20px;
}

#contents.monitoring_page .cnt_wrap .box.box-solid.table .body_wrap.nav {
  padding: 8px 20px;
}

#contents.monitoring_page .cnt_wrap .box.box-solid.table .box-body {
  padding: 8px 0;
  min-height: 40px;
}

#contents.monitoring_page .cnt_wrap .box-body+.box-body {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

#contents.monitoring_page .cnt_wrap .body_wrap.ships {
  padding: 10px 20px;
}

#contents.monitoring_page .cnt_wrap .box-body.ships {
  padding: 25px 0;
}

#contents.monitoring_page .cnt_wrap .box-body.ships .ship_kind {
  display: flex;
  justify-content: center;
}

#contents.monitoring_page .cnt_wrap .box-body.ships .ship_icon_area {
  width: 70px;
  height: 34px;
}

#contents.monitoring_page .cnt_wrap .box-body.ttl {
  padding: 31.5px 0;
}

#contents.monitoring_page .cnt_wrap .box-body h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#contents.monitoring_page .cnt_wrap .box-body dl {
  font-size: 0;
}

#contents.monitoring_page .cnt_wrap .box-body dl dt {
  display: inline-block;
  word-break: break-all;
  vertical-align: -4px;
  min-width: 216px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}

#contents.monitoring_page .cnt_wrap .box-body dl dd {
  display: inline-block;
  word-break: break-all;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#contents.monitoring_page .cnt_wrap .box-body dl dd.date {
  text-align: right;
  width: calc(100% - 216px);
}

#contents.monitoring_page .cnt_wrap .box-body dl dd.date i {
  margin-right: 15px;
}

#contents.monitoring_page .cnt_wrap .box-body dl dd.date i::before {
  margin-left: 0;
  margin-right: 0;
}


#contents.monitoring_page .cnt_wrap .box-body .grid-body {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body+.grid-body {
  padding-left: 20px;
}


#contents.monitoring_page .cnt_wrap .box-body.grid::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  left: 50%;
  background: #13384d;

}

#contents.monitoring_page .cnt_wrap .box-body .grid-body dt {
  display: block;
  margin-bottom: 9px;
}

#contents.monitoring_page .cnt_wrap .box-body dd span {
  font-size: 16px;
  font-weight: 400;
}

#contents.monitoring_page .cnt_wrap .ttl_wrap {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 90px;
}

#contents.monitoring_page .cnt_wrap .ttl_wrap h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 700;
  color: #00e03f;
}

#contents.monitoring_page .cnt_wrap .flag_wrap {
  display: table;
  width: 100%;
  min-height: 90px;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .flag_area {
  display: table-cell;
  vertical-align: middle;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .national_flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 36px;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .national_flag .flag_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#contents.monitoring_page .cnt_wrap .flag_wrap h2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .tm_area {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .tm {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 6px;
  background: #00c4c6;
  border-radius: 6px;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .tm span {
  font-size: 14px;
  font-weight: 400;
  color: #032333;
}

#contents.monitoring_page .cnt_wrap .flag_wrap .tm p {
  font-size: 22px;
  font-weight: 700;
  color: #032333;
}


#contents.monitoring_page .cnt_wrap .box-body.grid {
  padding: 18px 0;
}

#contents.monitoring_page .cnt_wrap .box-body.img {
  padding: 21.5px 0;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .img_area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 80px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .img_area .psc_img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .info_area {
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .info_area dl {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .info_area dl+dl {
  margin-bottom: 0;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .info_area dt {
  display: table-cell;
  vertical-align: middle;
  min-width: auto;
}

#contents.monitoring_page .cnt_wrap .box-body .grid-body .info_area dd {
  display: table-cell;
  padding-left: 18px;
}

#contents.monitoring_page .cnt_wrap .box-body.graph {
  padding: 23.5px 0;
}

#contents.monitoring_page .cnt_wrap .box-body .graph_area {
  position: relative;
  display: flex;
  width: 100%;
  height: 420px;
  justify-content: center;
  align-items: center;
}

#contents.monitoring_page .cnt_wrap .box-body .graph_area .graph {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


#contents.monitoring_page .cnt_wrap .box-body.als {
  padding: 0;
  margin: 0 -20px;
}


#contents.monitoring_page .cnt_wrap .box-body .als_area {
  position: relative;
  display: flex;
  width: 100%;
  height: 424px;
  justify-content: center;
  align-items: center;
}

#contents.monitoring_page .cnt_wrap .box-body .als_area .map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}