@charset "UTF-8";
html {
  font-size: 1px;
}

body, header, h1, h2, h3, p, div, ul, ol, li, a, img {
  border: none;
  color: #666;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.result_android table, th, tr, td {
  border: none;
  color: #666;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: baseline;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio] {
  display: none;
}

.container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

#map {
  width: 100%;
  height: calc(100vh - 64px);
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0;
  padding: 0;
}

.en {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.login_bg {
  background: transparent linear-gradient(180deg, #A1B7BF 0%, #EABF94 100%) 0% 0% no-repeat;
  height: 100vh;
  width: 100%;
}

.login {
  background: rgba(255, 255, 255, 0.8);
  height: 480px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  width: 560px;
}

.login_logo {
  display: block;
  text-align: center;
}

.login_logo img {
  width: 165px;
}

.login_logo img {
  margin: 0 auto;
  padding: 60px 0 40px 0;
}

.form_login input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #A1B7BF;
  color: #666;
  display: block;
  font-size: 16rem;
  height: 56px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  outline: 0;
  text-align: center;
  width: 80%;
}

.form_login p {
  color: #A1B7BF;
  font-size: 16rem;
  margin-top: 16px;
  text-align: center;
}

.login_button {
  background: #A1B7BF;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 24rem;
  font-weight: bold;
  height: 64px;
  letter-spacing: 0.12em;
  margin: 40px auto;
  width: 80%;
}

.login_button:hover {
  background: rgba(161, 183, 191, 0.8);
}

.invalid-feedback {
  text-align: center;
  display: block;
}

.help-block {
  text-align: center;
  display: block;
}

#header {
  background: #A1B7BF;
  display: flex;
  height: 64px;
  width: 100%;
}

.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 98%;
  position: relative;
}

.logo,
.menu,
.reflesh {
  align-items: center;
  display: flex;
}

h1.logo {
  color: #FFF;
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.09em;
}

.login h1 {
  color: #A1B7BF;
  font-size: 18rem;
  font-weight: bold;
  margin: 48px auto;
  text-align: center;
}

.reflesh img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.menu img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modal__content {
  background: #fff;
  height: 504px;
  left: 50%;
  padding-top: 40px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 16px;
}

.btn-close img {
  height: 16px;
  width: 16px;
}

.table {
  height: 504px;
  margin: 0 16px;
}

.video-info {
  margin: 0 auto 0 16px;
  text-align: left;
}

.video-info li {
  border-bottom: 2px solid #A1B7BF;
  display: inline-block;
}

.video-info_date {
  font-size: 16rem;
  font-weight: bold;
  padding-right: 24px;
  vertical-align: bottom;
}

.video-info_car-id,
.video-info_car-number {
  font-size: 12rem;
  padding-right: 8px;
}

.table_ttl {
  font-size: 16rem;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.table_movie {
  background: #fff;
  border: none;
  border: 1px solid #999;
  border-collapse: separate;
  border-spacing: 0;
  margin: 4px auto 0;
  width: 285px;
}

.table_movie thead {
  background: #666;
}

.table_movie thead th {
  color: #fff;
  font-size: 10rem;
}

.table_movie tbody,
.tbody-movie {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 212px;
}

.tbody-movie td {
  width: 264px;
}

.movie-name,
.movie-time {
  font-size: 12rem;
  height: 32px;
  text-align: center;
  width: 132px;
}

.map_canvas {
  width: calc(100vw - 300px);
  height: 100%;
  background: #000000;
  margin-left: 300px;
}
.map_canvas .now-playing {
  height: 24px;
  font-size: 12rem;
}

video {
  height: 100%;
  width: 100%;
}

.viewer-btn-area {
  position: relative;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.viewer-btn {
  position: relative;
  background: #A1B7BF;
  border-radius: 10px;
  color: #fff;
  width: 128px;
  height: 48px;
  letter-spacing: 0.2em;
  font-size: 16rem;
  position: relative;
}
.viewer-btn.select_video_button {
  margin-right: 20px;
}

.btn-modal:hover {
  background: rgba(161, 183, 191, 0.8);
}

.drawer {
  background: rgba(255, 255, 255, 0.95);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2));
  height: calc( 100% - 64px );
  margin: 0;
  position: absolute;
  padding: 0 8px;
  z-index: 1;
}

.drawer_inner {
  margin: 0 auto;
  padding-bottom: 16px;
}

.search,
.search_title {
  display: flex;
  margin: 0 auto;
  width: 288px;
}

.search_title p {
  color: #999;
  font-size: 12rem;
  font-weight: bold;
  margin-top: 4px;
  padding-left: 10px;
  width: 140px;
}

.cp_ipselect {
  margin: 1em auto 0 0;
  overflow: hidden;
  width: 136px;
  height: 32px;
}

.cp_ipselect.search_driver {
  width: 280px;
}

.cp_ipselect select {
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  padding-right: 1em;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl {
  border-radius: 2px;
  border: 2px solid #999;
  border-radius: 50px;
  background: #ffffff;
  position: relative;
}

.search_driver select {
  background: url("../images/icon_driver.svg") no-repeat;
  background-position: left 10px center;
}

.search_date input {
  background: url("../images/icon_date.svg") no-repeat;
  background-position: left 10px center;
}

.search_time select {
  background: url("../images/icon_time.svg") no-repeat;
  background-position: left 10px center;
}

.select_car_info {
  font-size: 10rem !important;
  padding: 10px 16px !important;
}

.cp_ipselect.cp_sl::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  content: "";
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 0;
}

.cp_ipselect.cp_sl select {
  color: #999;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 28px;
}

.cp_ipselect.cp_sl input {
  color: #999;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 28px;
  border: none;
}

.btn-reset-area {
  width: 288px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
}

.btn-reset {
  border: 1px solid #ccc;
  color: #999;
  display: block;
  font-size: 12rem;
  font-weight: 500;
  height: 28px;
  letter-spacing: 0.12em;
  margin: 8px 2px 8px auto;
  width: 136px;
}

.btn-reset:hover {
  background: #f2f2f2;
}

.result_android {
  border-bottom: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 16px;
  text-align: center;
}

.result_android thead {
  display: block;
  background: #666;
}

.result_android tbody {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 270px;
  max-height: 270px;
  width: 100%;
}

.table_movie tbody tr,
.table_movie tbody td {
  height: 32px;
}

.table_movie tbody td {
  font-size: 12rem;
  text-align: center;
}

.number {
  font-weight: bold;
  width: 48px;
}

.car-id-number　 {
  line-height: 1.1　;
}

.android-id {
  width: 320px;
}

.result_android tr th,
.result_android tr td {
  border: none;
  border-bottom: 1px solid #999;
}

.result_android th {
  color: #fff;
  font-size: 10rem;
  padding: 4px 0;
}

.result_android td {
  font-size: 10rem;
  padding: 10px 0;
}

.status_end {
  background: #ccc;
}

.result_android .active:hover {
  box-shadow: 0px 3px 6px #ccc;
}

.result_android .active:active {
  background: rgba(216, 235, 242, 0.6);
}

.button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 288px;
}

.btn-search {
  border: 1px solid #73ABBF;
  color: #73ABBF;
  display: block;
  font-size: 12rem;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.12em;
  margin: 8px 2px 0;
  width: 136px;
}

.btn-search:hover {
  background: #73ABBF;
  color: #fff;
}

.notes {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px #00000029;
  bottom: 120px;
  padding: 20px 10px;
  position: fixed;
  right: 0;
  z-index: 9999;
  display: none;
}

.notes-out {
  margin-top: 24px;
}

.notes ul li {
  font-size: 12rem;
}

.notes-in img,
.notes-out img {
  vertical-align: bottom;
  width: 48px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 1023px) {
  .modal__content {
    width: 100%;
  }

  .modal__content_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .login {
    width: 80%;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    width: 75% !important;
    max-width: 900px;
  }
}
.modal__content_inner {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

img {
  border: none;
}

.small-text {
  font-size: 0.8em;
}

.big-text {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.br {
  display: block;
}

@media screen and (min-width: 640px) {
  .br {
    display: inline;
  }
}
.btn_logout {
  position: absolute;
  top: 16px;
  right: 136px;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 16rem;
  height: 32px;
  width: 120px;
}

.btn_logout:hover {
  background: rgba(255, 255, 255, 0.2);
}

label {
  padding: 0 0 0 36px;
  position: relative;
}

label:after,
label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

label:after {
  height: 12px;
  border: 2px solid #FFF;
  border-radius: 50%;
  left: 15px;
  margin-top: -8px;
  width: 12px;
}

label:before {
  background: #fff;
  border-radius: 50%;
  height: 8px;
  left: 19px;
  margin-top: -4px;
  opacity: 0;
  width: 8px;
}

input[type=radio]:checked + label:before {
  opacity: 1;
}

.reflesh ul li {
  color: #fff;
  font-size: 12rem;
  padding-top: 2px;
}

a {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

a:active {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.wickedpicker {
  z-index: 99;
  width: 144px;
  height: 140px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #74ABBF;
  border-radius: 5px;
  opacity: 1;
}

.wickedpicker__title {
  background: #73ABBF 0% 0% no-repeat padding-box;
  border: 0.5px solid #74ABBF;
  border-radius: 2px;
  opacity: 1;
  text-align: center;
  font: Bold 8px/21px YuGothic;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}

.wickedpicker__controls {
  text-align: center;
  font: Bold 12px/21px YuGothic;
  letter-spacing: 0;
  color: #999999;
  opacity: 1;
}

.ui-selected {
  background: #D8EBF2;
}

.ui-datepicker {
  font-size: 13px;
  background: white;
  width: auto !important;
}

.ui-datepicker-header {
  background: #73ABBF;
  border-color: #73ABBF;
}

.ui-datepicker-title {
  color: #FFFFFF;
}

.ui-state-default {
  border-color: #FFFFFF !important;
  border: none !important;
  color: #999999 !important;
}

.ui-datepicker-calendar thead,
.ui-datepicker-calendar tbody {
  display: block;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td,
.ui-datepicker-calendar a {
  width: 20px;
}

.tciMsgModal {
  font-size: 15px;
}

.remodal-close {
  left: auto !important;
  right: 5px;
}

.close-icon {
  transform: rotate(180deg);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0px solid #FFFFFF !important;
  background-image: #73ABBF url("images/ui-icons_222222_256x240.png") 50% 50% repeat-x;
  color: #999999 !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #999999 !important;
  text-decoration: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../libs/jquery-ui-1.11.4/images/ui-icons_ffffff_256x240.png");
}

#tciMsgModalOverlay, #tciDialogOverlay {
  z-index: 88889 !important;
}

#tciMsgModal {
  z-index: 88899 !important;
}

#tciMsgModal,
#tciMsgModal * {
  box-sizing: border-box;
}

#tciMsgModal .tciMsgTitle {
  margin: 0px;
  top: 0px;
  left: 0px;
}

.invisible {
  display: none;
}

.exist_movie > .ui-state-default {
  background: #d4f9f7 !important;
}