@charset "UTF-8";
/* ========================================================================== Foundation ========================================================================== */
/* ========================================================================== Variable ========================================================================== */
/* ========================================================================== Base ========================================================================== */
html { width: 100%; height: 100%; }

body { width: 100%; min-width: 320px; height: 100%; min-height: 100%; color: #222; font-size: 16px; font-family: メイリオ, sans-serif; }
@media (max-width: 767px) { body { font-size: 14px; } }

/* vender（ライブラリ） */
/* ========================================================================== Toggle ========================================================================== */
.tgl { display: none; }
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn { box-sizing: border-box; }
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection { background: none; }
.tgl + .tgl-btn { display: block; position: relative; width: 52px; height: 26px; outline: 0; cursor: pointer; }
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before { position: relative; display: block; content: ""; width: 50%; height: 100%; }
.tgl + .tgl-btn:after { left: 0; }
.tgl + .tgl-btn:before { display: none; }
.tgl:checked + .tgl-btn:after { left: 50%; }

.tgl-flat + .tgl-btn { padding: 2px; transition: all .2s ease; background: #fff; border: 3px solid #f2f2f2; border-radius: 2em; }
.tgl-flat + .tgl-btn:after { transition: all .2s ease; background: #f2f2f2; content: ""; border-radius: 1em; }
.tgl-flat:checked + .tgl-btn { border: 3px solid #9FD6AE; }
.tgl-flat:checked + .tgl-btn:after { left: 50%; background: #9FD6AE; }

.tgl-light + .tgl-btn { padding: 2px; transition: all .4s ease; background: #c9c9c9; border-radius: 2em; }
.tgl-light + .tgl-btn:after { transition: all .2s ease; background: #fff; border-radius: 50%; }
.tgl-light:checked + .tgl-btn { background: #9FD6AE; }

/* venders-extension（ライブラリの上書き） */
/* ========================================================================== Bootstrap a overwrite ========================================================================== */
a:focus, a:hover { text-decoration: none; }

/* ========================================================================== Bootstrap alert overwrite ========================================================================== */
.alert { width: 100%; margin: 0 auto; padding: 10px; font-size: 12px; cursor: pointer; }

/* ========================================================================== Bootstrap button overwrite ========================================================================== */
.btn:focus, .btn .focus { outline: 0; }
.btn:active:focus, .btn:active .focus { outline: 0; }
.btn .active:focus, .btn .active .focus { outline: 0; }

/* ========================================================================== Bootstrap breadcrumb overwrite ========================================================================== */
.breadcrumb { background-color: transparent; }
.breadcrumb li { font-size: 12px; }
.breadcrumb li + li:before { content: ">"; }

/* ========================================================================== Bootstrap carousel overwrite ========================================================================== */
.carousel-control.right, .carousel-control.left { background-image: none; }

.carousel-indicators li { display: none; }

/* ========================================================================== Bootstrap col- overwrite ========================================================================== */
[class^="col-"] { padding: 0; }

/* ========================================================================== Bootstrap datepicker overwrite ========================================================================== */
.input-group-addon, .input-group-btn { width: 0%; }

.uib-clear { display: none; }

small[aria-label="Sunday"] { color: #ff0000; }

.uib-weeks > td:first-child { color: #ff0000; }
.uib-weeks > td > button:hover { color: #ff0000; }

/* ========================================================================== Bootstrap form control overwrite ========================================================================== */
.form-control { padding: 3px 4px; color: #222; font-size: 14px; }
.form-control[readonly="readonly"] { box-shadow: none; background: #fff; cursor: no-drop; }
.form-control[readonly="readonly"]:focus { border-color: #ccc; box-shadow: none; }

/* ========================================================================== Input Group ========================================================================== */
.input-group { float: left; margin-right: 10px; width: 100%; }
@media (max-width: 767px) { .input-group { width: 216px; } }
.input-group .input-group-btn > button { top: 0px; padding: 6px; width: 30px; height: 34px; font-size: 16px; }

/* ========================================================================== Bootstrap label overwrite ========================================================================== */
.label { float: right; padding: 4px; }

/* ========================================================================== Leaflet overwrite ========================================================================== */
#map { /* leaflet-tooltip-bottom:beforeがTooltipの吹き出し部分の▲の正体なのでこれも消す */ }
#map .leaflet-tooltip { border: none; box-shadow: none; padding: 0 8px; background-color: rgba(255, 255, 255, 0.5); }
#map .leaflet-tooltip-bottom { margin-top: 0; }
#map .leaflet-tooltip-top:before, #map .leaflet-tooltip-bottom:before, #map .leaflet-tooltip-left:before, #map .leaflet-tooltip-right:before { content: none; }
#map .tips { color: #00336D; text-shadow: 1px 1px 2px gainsboro; }
#map .tipsHeader { display: block; }
#map .tipsStationName { overflow: hidden; font-weight: bold; text-shadow: 1px 1px 2px gainsboro; text-align: center; }
#map .tipsAnalogDataTable { margin: 2px 0; border-top: 1px solid #00336D; font-size: 12px; }
#map .tipsAnalogDataTitle { text-align: right; }
#map .tipsAnalogDatavalue { padding-left: 6px; text-align: right; }
#map .tipsObservationTime { text-align: center; }
#map .leaflet-popup-content { margin: 10px 8px 6px; }
#map .popup { width: 160px; }
#map .popupHeader { display: block; color: #222; cursor: pointer; }
#map .popupHeader:hover { color: #5bc0de; }
#map .popupStationName { overflow: hidden; margin-bottom: 3px; border-bottom: 1px solid transparent; }
#map .popupStationName:hover { border-color: #5bc0de; }
#map .popupCommands { display: block; padding-left: 20px; color: #222; cursor: pointer; }
#map .popupThumbnail { max-width: 100%; }
#map .popupObservationTime { text-align: right; }
#map .command { border-bottom: 1px solid transparent; }
#map .command:hover { border-color: #5bc0de; color: #5bc0de; }

/* ========================================================================== Bootstrap modal overwrite ========================================================================== */
.modal-header { padding: 0 8px; margin-top: -2px; margin-right: 8px; margin-left: 8px; border-bottom: 1px solid #2d7ab2; }

body.modal-open { padding-right: 0 !important; }

.modal-content .glyphicon-remove { width: 100%; text-align: right; cursor: pointer; }

.modal-body { overflow: hidden; top: -4px; padding-top: 0; }
.modal-body img { width: 100%; height: auto; }
.modal-body .table { margin-bottom: 0; }

/* ========================================================================== Bootstrap nav overwrite ========================================================================== */
.navbar-toggle { margin: 0; border-color: #46b8da; background-color: #5bc0de; }
@media (min-width: 768px) { .navbar-toggle { position: absolute; top: 5px; right: 15px; } }
.navbar-toggle .icon-bar { background-color: #fff; }
.navbar-toggle:focus { border-color: #46b8da; background-color: #5bc0de; }
.navbar-toggle:hover { border-color: #269abc; background-color: #31b0d5; }

.navbar-brand { height: auto; font-size: 14px; }
.navbar-brand > img { display: inline-block; }

.navbar-collapse { border: none; }

.navbar-nav li a { padding: 8px 10px; color: #fff; font-size: 14px; }
.navbar-nav li a:focus, .navbar-nav li a:hover { background: #4b626d; color: #fff; }
@media (max-width: 767px) { .navbar-nav li a:focus, .navbar-nav li a:hover { background: #484848; color: #fff; } }
.navbar-nav .open .dropdown-toggle { background: #607D8B; }
@media (max-width: 767px) { .navbar-nav .open .dropdown-toggle { background: #616161; } }
.navbar-nav .open .dropdown-toggle:focus, .navbar-nav .open .dropdown-toggle:hover { background: #4b626d; }
@media (max-width: 767px) { .navbar-nav .open .dropdown-toggle:focus, .navbar-nav .open .dropdown-toggle:hover { background: #484848; } }
.navbar-nav .open .dropdown-menu { background: #607D8B; }
@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { background: #616161; } }
@media (max-width: 767px) { .navbar-nav .open .dropdown-menu li a { color: #fff; }
  .navbar-nav .open .dropdown-menu li a:focus, .navbar-nav .open .dropdown-menu li a:hover { background: #484848; } }

.nav-tabs { margin-bottom: 10px; }

/* ========================================================================== Bootstrap Table overwrite ========================================================================== */
.table { font-size: 14px; word-break: break-all; }
.table tbody td { padding: 10px 8px; border-bottom: 1px solid #ccc; }
.table th { font-weight: normal; vertical-align: middle; }
.table td .btn { font-size: 14px; }
@media screen and (max-width: 482px) { .table td .btn { font-size: 12px; } }

/* ========================================================================== Layout ========================================================================== */
/* ========================================================================== Nav Layout ========================================================================== */
nav { background: #d8d8d8; color: #fff; }
@media (max-width: 767px) { nav { background: #2b383f; } }

.l-navbar-header { width: 100%; background: #2b383f; }

.l-navbar-collapse { width: 100%; max-width: 1080px; }

.l-navbar-collapse__title { font-size: 14px; }
@media (min-width: 768px) { .l-navbar-collapse__title { position: absolute; top: 2px; right: 60px; } }

/* ========================================================================== Main Layout ========================================================================== */
article { position: relative; width: 100%; height: auto; min-height: 100%; padding-bottom: 21px; }
@media (max-width: 575px) { article { padding-bottom: 38px; } }

/* ログインフォーム定義 */
.l-login-area { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; max-width: 370px; height: 270px; background: transparent; }
.l-login-area .l-login-area__logo { width: 100%; margin-top: -104px; }
.l-login-area .l-login-area__logo img { width: 100%; }
.l-login-area .l-login-area__form { width: 90%; max-width: 370px; height: 230px; padding: 10px; border: 1px solid #868686; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #fcfcfd; }

/* コンテンツエリア定義 */
.l-contents-area { width: 100%; max-width: 1280px; height: auto; overflow-x: hidden; overflow-y: auto; background: #fff; border: 1px solid #9E9E9E; -moz-box-shadow: 0px 0px 6px 2px #9E9E9E; -webkit-box-shadow: 0px 0px 6px 2px #9E9E9E; box-shadow: 0px 0px 6px 2px #9E9E9E; }

/* ========================================================================== Footer Layout ========================================================================== */
footer { position: absolute; right: 0; left: 0; width: 100%; margin-top: -21px; padding: 2px 0; background: #607D8B; color: #fff; font-size: 12px; text-align: center; }
@media (max-width: 575px) { footer { margin-top: -38px; } }
@media (min-width: 576px) { footer .l-footer-text__ver { position: absolute; right: 0; bottom: 0; margin-right: 15px; } }

/* ========================================================================== Object ========================================================================== */
/* component */
/* ========================================================================== Auto Update Style ========================================================================== */
.c-auto-update__frame { overflow: hidden; text-align: right; }
.c-auto-update__frame .c-auto-update__toggle { float: right; }
.c-auto-update__frame .c-auto-update__chara { float: right; height: 26px; line-height: 26px; font-size: 14px; }
.c-auto-update__frame .c-auto-update__time { float: right; width: 100%; font-size: 12px; }
@media (max-width: 767px) { .c-auto-update__frame .c-auto-update__time { font-size: 9px; } }

/* ========================================================================== Button Switch Style ========================================================================== */
.btn-switch { transition: all 0.4s ease; position: relative; display: block; width: 52px; height: 26px; cursor: pointer; background-color: #c9c9c9; border-radius: 40px; }
.btn-switch .btn-switch-circle { transition: all 0.2s ease; position: absolute; top: 2px; left: 2px; display: block; height: 22px; width: 22px; background-color: #fff; border-radius: 40px; }

.btn-switch--on { transition: all 0.4s ease; background-color: #9FD6AE; }
.btn-switch--on .btn-switch-circle--on { transition: all 0.2s ease; left: auto; right: 2px; }

/* ========================================================================== Form Set Style ========================================================================== */
.c-login-area__form-set { width: 210px; }
.c-login-area__form-set label, .c-login-area__form-set input { display: block; }

/* ========================================================================== Flash Message Style ========================================================================== */
.c-login-area__flash { height: 44px; }
.c-login-area__flash .alert { width: 90%; }

/* ========================================================================== hタグ Style ========================================================================== */
.c-login-area__h4 { text-align: center; }

/* ========================================================================== Icon Access Style ========================================================================== */
.c-icon-access { cursor: pointer; }
.c-icon-access:hover { color: #5bc0de; }

/* ========================================================================== Image Style ========================================================================== */
.c-img-size--auto { width: 100%; height: auto; }

/* ========================================================================== Sensor Style ========================================================================== */
.sensorOn { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: #ea4747; vertical-align: top; }

.sensorOff { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: #47ea72; vertical-align: top; }

/* project */
/* ========================================================================== Data Table Style ========================================================================== */
@media (min-width: 992px) { .p-data-table__frame { height: 286px; } }

.p-data-table__outer { margin-top: 10px; }
@media (min-width: 992px) { .p-data-table__outer { overflow-y: scroll; height: 100%; margin-top: 6px; padding: 0; } }

@media (max-width: 991px) { .p-data-table__inner { height: 150px; margin-right: 10px; overflow-y: scroll; } }
@media (max-width: 767px) { .p-data-table__inner { height: 150px; margin-right: 0; } }

.p-data-table__td-photo { text-align: center; vertical-align: middle; }

.p-data-table__td-time { padding: 8px 0 8px 6px !important; }
@media (max-width: 991px) { .p-data-table__td-time { text-align: center; } }

.p-data-table__td-value { padding: 8px 6px 8px 0 !important; text-align: right; }
@media (max-width: 991px) { .p-data-table__td-value { padding: 4px 24px 4px 0; } }

/* ========================================================================== Display Table Style ========================================================================== */
@media (min-width: 768px) { .p-display-table { width: 660px; } }

@media (min-width: 768px) { .p-display-table__th { width: 226px; } }
@media (max-width: 767px) { .p-display-table__th { display: none; } }

@media (max-width: 767px) { .p-display-table__td { display: block; text-align: right; }
  .p-display-table__td:before { float: left; content: attr(aria-label); } }

/* ========================================================================== Edit and Add Table Style ========================================================================== */
.error-message { color: #c9302c; }

.p-edit-table ol, .p-edit-table ul { list-style: none; padding: 0; }
@media (max-width: 767px) { .p-edit-table { border: 1px solid transparent; } }
.p-edit-table .p-edit-table__empty-tr td { padding: 8px; border-color: transparent; background-color: #fff; }

@media (max-width: 767px) { .p-edit-table__tr { display: block; border-bottom: 2px solid #ccc; } }

@media (min-width: 768px) { .p-edit-table__th { width: 26%; } }
@media (max-width: 767px) { .p-edit-table__th { display: block; } }

@media (min-width: 768px) { .p-edit-table__td { width: 37%; } }
@media (max-width: 767px) { .p-edit-table__td { display: block; } }

@media (min-width: 768px) { .p-edit-table__th2 { width: auto; } }
@media (max-width: 767px) { .p-edit-table__th2 { display: none; } }

@media (min-width: 768px) { .p-edit-table__td2 { width: auto; } }
@media (max-width: 767px) { .p-edit-table__td2 { display: block; }
  .p-edit-table__td2::before { content: attr(label); float: left; clear: both; font-weight: bold; }
  .p-edit-table__td2 p { padding-left: 6em; } }

@media (max-width: 767px) { .p-empty__td { display: none; } }

.p-error-msg { position: relative; padding-top: 30px; }

.p-presettime { display: inline-table; margin: 0 16px 10px 0; }
.p-presettime .error-message { top: 4px; left: 8px; }

.p-add-btn { text-align: center; }

.p-delete-btn { margin-top: -36px; margin-left: 90px; }

/* ========================================================================== Gradation Background Style ========================================================================== */
body { position: relative; }
body:after { position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; content: ""; background: #e0e0e0; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #9e9e9e)); background: -moz-linear-gradient(#e0e0e0, #9e9e9e); background: -webkit-linear-gradient(#e0e0e0, #9e9e9e); background: linear-gradient(#e0e0e0, #9e9e9e); }

/* ========================================================================== Index Table Style ========================================================================== */
@media (max-width: 482px) { .p-index-table { font-size: 12px; } }
@media (max-width: 767px) { .p-index-table thead { display: none; }
  .p-index-table tr { display: block; border-bottom: 2px solid #ccc; }
  .p-index-table td { display: block; overflow: hidden; text-align: right; word-break: break-all; }
  .p-index-table td:before { float: left; content: attr(aria-label); } }
.p-index-table .actions button { margin-right: 4px; margin-bottom: 3px; }

/* ========================================================================== Logout Button Style ========================================================================== */
.p-logout-btn { padding: 4px; font-size: 12px; }

/* ========================================================================== Login Button Style ========================================================================== */
.p-login-btn { display: block; width: 210px; }

/* ========================================================================== Map Style ========================================================================== */
#map { height: 600px; border: 1px solid #ccc; }

/* ========================================================================== modal Style ========================================================================== */
.p-modal-title { float: left; }

.p-modal-time { float: right; }

.download-modal { height: auto; overflow: visible; }

.row-download-modal { margin: 0; }

.input-group-download-modal { margin: 0 0 5px 0; }

.form-group-download-modal { margin-bottom: 0; }

.modal-main-frame { display: flex; width: 100%; margin: 0 5px 0 0; }

.modal-title-wrapper { width: 100%; height: 22px; }

.modal-picture-frame { overflow: scroll; width: 849px; height: 640px; }

.modal-capture-image { width: 849px; height: 636px; }

@media screen and (max-width: 1030px) { .modal-main-frame { transform: scale(0.8) translateX(-60px); } }
@media screen and (max-width: 992px) { .modal-main-frame { transform: scale(1); }
  .modal-picture-frame { width: 473px; height: 360px; } }
@media screen and (max-width: 768px) { .modal-main-frame { width: 570px; margin: auto; } }
@media screen and (max-width: 620px) { .modal-main-frame { transform: scale(0.9) translateX(-10px); } }
@media screen and (max-width: 600px) { .modal-main-frame { transform: scale(0.9) translateX(-10px); width: 550px; margin: auto; }
  .modal-picture-frame { width: 458px; height: 344px; } }
@media screen and (max-width: 570px) { .modal-main-frame { transform: scale(0.8) translateX(-30px); } }
@media screen and (max-width: 520px) { .modal-main-frame { transform: scale(0.8) translateX(-70px); } }
@media screen and (max-width: 480px) { .modal-main-frame { transform: scale(1); width: 386px; margin: auto; }
  .modal-picture-frame { width: 322px; height: 242px; } }
@media screen and (max-width: 430px) { .modal-main-frame { transform: scale(0.9) translateX(-20px); } }
@media screen and (max-width: 414px) { .modal-main-frame { transform: scale(1); }
  .modal-main-frame { width: 338px; margin: auto; }
  .modal-picture-frame { width: 282px; height: 215px; } }
@media screen and (max-width: 375px) { .modal-main-frame { width: 309px; margin: auto; }
  .modal-picture-frame { width: 258px; height: 197px; } }
@media screen and (max-width: 360px) { .modal-main-frame { width: 275px; margin: auto; }
  .modal-picture-frame { width: 230px; height: 172px; } }
@media screen and (max-width: 320px) { .modal-main-frame { width: 260px; margin: auto; }
  .modal-picture-frame { width: 217px; height: 164px; } }
/* ========================================================================== ng-hide Style ========================================================================== */
.p-ng-hide { -moz-transition: linear 0.5s; -o-transition: linear 0.5s; -webkit-transition: linear 0.5s; transition: linear 0.5s; }
.p-ng-hide.ng-hide-remove { opacity: 0; }
.p-ng-hide.ng-hide-remove-active, .p-ng-hide.ng-hide-add { opacity: 1; }
.p-ng-hide.ng-hide-add-active { opacity: 0; }

/* ========================================================================== Notification Table Style ========================================================================== */
.p-notification-table__th { width: 226px; }

.p-notification-table_alias { white-space: normal; }

/* ========================================================================== Overray Style ========================================================================== */
.overRayHidden { display: none; }

.overRay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100px; margin: auto; color: rgba(254, 254, 254, 0.7); font-size: 1.8vw; line-height: 100px; text-align: center; }
@media (max-width: 767px) { .overRay { font-size: 2.6vw; } }

.overRay__span { padding: 0 3px; background: rgba(248, 229, 66, 0.7); color: #222; white-space: nowrap; }

/* ========================================================================== Spiner Style ========================================================================== */
.p-spiner-body__base { overflow-y: scroll; }

.spinner__backdrop.modal-backdrop { background: transparent; }

.spinner__window .modal-dialog { position: absolute; top: 50%; right: 0; bottom: 50%; left: 0; }
.spinner__window .modal-content { border: none; }

/* ========================================================================== Thumbnail Style ========================================================================== */
.p-thumbnail-header__frame { display: block; color: #222; cursor: pointer; }
.p-thumbnail-header__frame:hover { color: #5bc0de; }
.p-thumbnail-header__frame:hover .p-thumbnail-header__title, .p-thumbnail-header__frame:hover .p-thumbnail-header__img { border-color: #5bc0de; }

.p-thumbnail-header__title { overflow: hidden; height: 26px; border-bottom: 1px solid transparent; }

.p-thumbnail-header__img-frame { position: relative; width: 100%; height: 0; padding-bottom: 82%; }

.p-thumbnail-header__img { border: 1px solid transparent; box-sizing: border-box; }

.p-thumbnail-footer__frame { height: 22px; font-size: 14px; text-align: right; }

.p-archive-thumbnail__frame { position: relative; z-index: 1; overflow-y: scroll; width: 100%; }

.zoom-setting-frame { height: auto; margin: auto; width: 1030px; }

.zoom-controll { background-color: lightgray; position: relative; height: 640px; }

.zoom-slider-wrapper { padding-top: 150%; height: 70%; position: relative; }

.zoom-button_wrapper { position: absolute; left: 0; right: 0; bottom: 50px; margin: auto; width: 150px; }

.zoom-controll-button { width: 35px; height: 35px; padding: 0; position: absolute; }

.zoom-controll-button-up { bottom: 80px; right: 0; left: 0; margin: auto; }

.zoom-controll-button-down { bottom: 5px; right: 0; left: 0; margin: auto; }

.zoom-controll-button-left { bottom: 42px; left: 20px; }

.zoom-controll-button-right { bottom: 42px; right: 20px; }

input[type=range].zoom-slider { background-color: transparent; left: -100%; margin: auto; padding: 0; position: absolute; right: -100%; transform: rotate(270deg); width: 170%; -webkit-appearance: none; }

input[type=range].zoom-slider:focus { outline: none; }

input[type=range].zoom-slider::-webkit-slider-runnable-track { background: #c8c8c8; border-radius: 8px; box-shadow: 1px 1px 3px #505050 inset; cursor: pointer; height: 5px; }

/* WebKit・Blink向け */
input[type=range].zoom-slider::-webkit-slider-thumb { background: white; border: 2px solid gray; border-radius: 50%; cursor: pointer; height: 25px; width: 25px; -webkit-appearance: none; margin-top: -10px; }

@supports (-ms-ime-align: auto) { input[type=range].zoom-slider::-webkit-slider-thumb { margin-top: 0 !important; } }
input[type=range].zoom-slider:focus::-webkit-slider-runnable-track { background: #c8c8c8; }

/* Firefox向け */
input[type=range].zoom-slider::-moz-range-track { background: #c8c8c8; border-radius: 8px; box-shadow: 1px 1px 3px #505050 inset; cursor: pointer; height: 5px; }

input[type=range].zoom-slider::-moz-range-thumb { background: white; border: 2px solid gray; border-radius: 50%; cursor: pointer; height: 25px; width: 25px; }

/* Edge・IE向け */
input[type=range].zoom-slider::-ms-track { height: 6px; cursor: pointer; background: transparent; border-color: transparent; border-width: 16px 0; color: transparent; }

input[type=range].zoom-slider::-ms-fill-lower { background: #c8c8c8; border: 0.2px solid #505050; border-radius: 2.6px; box-shadow: 1px 1px 3px #505050 inset; cursor: pointer; }

input[type=range].zoom-slider::-ms-fill-upper { background: #c8c8c8; border: 0.2px solid #505050; border-radius: 2.6px; box-shadow: 1px 1px 3px #505050 inset; cursor: pointer; }

input[type=range].zoom-slider::-ms-thumb { background: white; border: 2px solid gray; border-radius: 50%; cursor: pointer; height: 25px; width: 25px; -webkit-appearance: none; cursor: pointer; }

input[type=range].zoom-slider:focus::-ms-fill-lower { background: #c8c8c8; }

input[type=range].zoom-slider:focus::-ms-fill-upper { background: #c8c8c8c8; }

input[type=range].zoom-slider::-ms-tooltip { display: none; }

@media screen and (max-width: 1200px) { .zoom-setting-frame { transform: scale(0.9); } }
@media screen and (max-width: 1030px) { .zoom-setting-frame { transform: scale(0.8) translateX(-60px); } }
@media screen and (max-width: 992px) { .zoom-setting-frame { width: 568px; transform: scale(1); }
  .zoom-controll { height: 360px; }
  .zoom-button_wrapper { transform: scale(0.7); left: -26px; bottom: 26px; } }
@media screen and (max-width: 600px) { .zoom-setting-frame { width: 549px; }
  .zoom-controll { height: 345px; }
  .zoom-button_wrapper { transform: scale(0.5); left: -28px; bottom: 24px; } }
@media screen and (max-width: 570px) { .zoom-setting-frame { transform: scale(0.8) translateX(-30px); } }
@media screen and (max-width: 520px) { .zoom-setting-frame { transform: scale(0.7) translateX(-60px); } }
@media screen and (max-width: 480px) { .zoom-setting-frame { transform: scale(1); width: 387px; }
  .zoom-controll { height: 242px; }
  .zoom-button_wrapper { transform: scale(0.5); left: -43px; bottom: 11px; }
  input[type=range].zoom-slider::-webkit-slider-thumb { height: 15px; width: 15px; margin-top: -6px; }
  input[type=range].zoom-slider::-moz-range-thumb { height: 15px; width: 15px; }
  input[type=range].zoom-slider::-ms-thumb { height: 15px; width: 15px; }
  input[type=range].zoom-slider::-webkit-slider-runnable-track { height: 3px; } }
@media screen and (max-width: 414px) { .zoom-setting-frame { width: 339px; }
  .zoom-controll { height: 213px; }
  .zoom-button_wrapper { transform: scale(0.4); left: -47px; bottom: 14px; } }
@media screen and (max-width: 375px) { .zoom-setting-frame { width: 309px; }
  .zoom-controll { height: 197px; }
  .zoom-button_wrapper { transform: scale(0.37); left: -50px; bottom: 9px; } }
@media screen and (max-width: 360px) { .zoom-setting-frame { width: 276px; }
  .zoom-controll { height: 173px; }
  .zoom-button_wrapper { transform: scale(0.37); left: -52px; bottom: 9px; } }
@media screen and (max-width: 320px) { .zoom-setting-frame { width: 260px; }
  .zoom-controll { height: 164px; }
  .zoom-button_wrapper { transform: scale(0.3); left: -53.5px; bottom: 8px; } }
/* ==========================================================================
Mask Style
========================================================================== */
.editor-container { margin: 0 auto; }

.color-pallet { position: relative; text-align: right; }
.color-pallet button { margin: 0px 5px; vertical-align: middle; }

.color-picker { display: inline-block; vertical-align: middle; }

.mask-editor { position: relative; }

.unmasked-img { position: absolute; z-index: 0; }

.mask-canvas { position: absolute; z-index: 1; }

ng-color-picker li { border-radius: 3px; border: 1px solid #f0f0f0; }
ng-color-picker li.selected { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='rgba(170,187,187,1.0)' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 0 2px; border: 2px solid #abb !important; }

/* utility */
/* ========================================================================== Border ========================================================================== */
.u-border--default { border: 1px solid #ccc; }

.u-border--default-l { border-left: 1px solid #ccc; }

.u-border--default-b { border-bottom: 1px solid #ccc; }

.u-border__archive-l { border-left: 1px solid #ccc; }
@media (max-width: 767px) { .u-border__archive-l { border-left: none; } }

/* ========================================================================== Margin ========================================================================== */
.u-margin--no { margin: 0; }

/* auto系 */
.u-margin--auto { margin: auto; }

.u-margin--auto-rl { margin: 0 auto; }

/* 単一系 */
.u-margin--default-right { margin-right: 15px; }

.u-margin--default-bottom { margin-bottom: 15px; }

.u-margin--mobile-top { margin-top: 8px; }

.u-margin--mobile-right { margin-right: 8px; }

.u-margin--mobile-rl { margin-right: 8px; margin-left: 8px; }

.u-margin--punctuation { margin-bottom: 10px; }

.u-margin--punction-tb { margin-top: 10px; margin-bottom: 10px; }

.u-margin--punction-t { margin-top: 10px; }

/* 特注 */
.u-margin__login-btn { margin: 24px auto 0; }

.u-margin__logout-btn { margin: 4px 0; }

.u-margin__contents-area { margin: 50px auto 20px; }
@media (max-width: 767px) { .u-margin__contents-area { margin-top: 60px; } }

.u-margin__form-set { margin: 10px auto; }

.u-margin__alert-message { margin-top: 4px; }

.u-margin__thumbnail-header { margin-bottom: 10px; }

.u-margin__sensor { margin-top: 2px; }

.u-margin__remote-control-toggle { margin: 4px 0px 8px 0px; }

/* ========================================================================== Padding ========================================================================== */
.u-padding--no { padding: 0; }

/* auto系 */
/* 単一系 */
.u-padding--default-tb { padding-top: 15px; padding-bottom: 15px; }

@media (max-width: 767px) { .u-padding--mobile-tb { padding-top: 8px; padding-bottom: 8px; } }

.u-padding--responsive-tb { padding-top: 15px; padding-bottom: 15px; }
@media (max-width: 767px) { .u-padding--responsive-tb { padding-top: 8px; padding-bottom: 8px; } }

.u-padding--default-rl { padding-right: 15px; padding-left: 15px; }

@media (max-width: 767px) { .u-padding--mobile-rl { padding-right: 8px; padding-left: 8px; } }

.u-padding--responsive-rl { padding-right: 15px; padding-left: 15px; }
@media (max-width: 767px) { .u-padding--responsive-rl { padding-right: 8px; padding-left: 8px; } }

@media (min-width: 768px) { .u-padding--responsive-r { padding-right: 8px; } }

@media (min-width: 768px) { .u-padding--responsive-l { padding-left: 8px; } }

/* 特注 */
.u-padding__nav { padding: 10px 15px 8px 15px; }
@media (max-width: 767px) { .u-padding__nav { padding: 8px; } }

@media (max-width: 767px) { .u-padding__nav-title { padding-top: 7px; } }

.u-padding__dashboard-card { padding-right: 4px; padding-left: 4px; padding-bottom: 4px;}
.u-padding__tumbnail-dashboard { padding-right: 10px; }
.u-padding__tumbnail { padding-right: 2px; padding-left: 2px; }

.u-padding__modal--close { padding-top: 6px; padding-right: 6px; }

.u-padding__observation-data-item { padding: 6px; }
@media (max-width: 767px) { .u-padding__observation-data-item { padding: 2px; } }

.u-padding__button-arrow { padding-left: 5px; }

/* ========================================================================== Flap ========================================================================== */
.u-flap-no { overflow: hidden; white-space: nowrap; }

.u-flap-no--ellipse { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.u-flap-all { overflow: hidden; word-break: break-all; }

/* # sourceMappingURL=import.css.map */

/* ========================================================================== Data box Style ========================================================================== */
.data-box__frame-single { position: relative; clear: both; height: 38px; margin: 0px 0px 10px 0px; border: 1px solid #F2F2F2; border-radius: 2px; padding: 10px 4px;}
.data-box__frame-double { position: relative; clear: both; width: 96%; height:100%; margin: 0px 0px 0px 0px; margin:4px 0;}

.data-box__label-left { position: relative; float: left; padding-left:20px; width: 50%; height: 100%; font-size: 12px; scrollbar-width: none;}
.data-box__label-left::-webkit-scrollbar { display: none; }

.data-box__label-right { position: relative; float: right; width: 50%; height: 100%; font-size: 14px; text-align: right; scrollbar-width: none;}
.data-box__label-right::-webkit-scrollbar { display: none; }

.data-box__label-center { position: relative; text-align: center; width: 100%; height: 100%; font-size: 12px; scrollbar-width: none; white-space: nowrap; }
.data-box__label-center::-webkit-scrollbar { display: none; }

.data-box__label-box { position: absolute; top: 5px; left: 4px; width: 15px; height: 26px; border-radius: 2px; }
.data-box__label-box__bgc-gray { background: #607d8b; }
.data-box__label-box__bgc-red { background: #d9534f; }
.data-box__label-box__bgc-green { background: #5cb85c; }

.data-box__bgc-gray { background: linear-gradient(#DCE3E8, #FFFFFF, #FFFFFF, #DCE3E8); }
.data-box__bgc-red { animation: data-box__flash-red 2s linear infinite; background: linear-gradient(#EAA09E, #FFFFFF, #FFFFFF, #EAA09E); }
.data-box__bgc-green { animation: data-box__flash-green 2s linear infinite; background: linear-gradient(#A2D6A2, #FFFFFF, #FFFFFF, #A2D6A2); }
@keyframes data-box__flash-red { 0%, 100% { opacity: 0.6; } 30% { opacity: 1; background: linear-gradient(#EAA09E, #FFFFFF, #FFFFFF, #EAA09E); } 70% { opacity: 1; background: linear-gradient(#EAA09E, #FFFFFF, #FFFFFF, #EAA09E); }}
@keyframes data-box__flash-green { 0%, 100% { opacity: 0.6; } 30% { opacity: 1; background: linear-gradient(#A2D6A2, #FFFFFF, #FFFFFF, #A2D6A2); } 70% { opacity: 1; background: linear-gradient(#A2D6A2, #FFFFFF, #FFFFFF, #A2D6A2); }}

/* ========================================================================== Alert icon Style ========================================================================== */
.alert-icon { width: 22px; height: 22px; font-size: 12px; line-height: 16px; background: #d2d6de; border-radius: 50%; text-align: center; padding-top: 6px; }
.alert-icon__alert-none { color: #F0F0F0; }
.alert-icon__alert-off { color: #222222; }
.alert-icon__tooltip-alert-on { width: 12px; font-size: 12px; text-align: center; color: #EB462B; background-color: #ffffff; }
.alert-icon__tooltip-alert-off { width: 12px; font-size: 12px; text-align: center; color: #616161; background-color: #ffffff; }

/* ========================================================================== Operation button Style ========================================================================== */
.operation-button { width: 36px; padding: 7px; margin: 6px; }
.operation-button__image { width: 60px; padding: 7px; margin-bottom: 3px; white-space: normal;}
@media (max-width: 991px) { .operation-button__image { width: 36px; margin-bottom: 5px; } }
.operation-button__square { width: 36px; height: 36px; padding:6px 12px; }

/* ========================================================================== Panel Style（特注） ========================================================================== */
/* パネルアコーディオン */
.panel__accordion:after { content: ""; display: inline-block; position: absolute; top: 12px; right: 30px; width: 10px; height: 10px; border-right: 3px solid #333333; border-bottom: 3px solid #333333; transform: translateY(50%) rotate(225deg); transition: .3s; }
.panel__accordion.open:after { transform: rotate(45deg); }
.panel__accordion:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
/* パネルアコーディオン（情報バー） */
.panel__accordion-info-bar:after { content: ""; display: inline-block; position: absolute; top: 12px; right: 15px; width: 10px; height: 10px; border-right: 3px solid #ffffff; border-bottom: 3px solid #ffffff; transform: translateY(50%) rotate(225deg); transition: .3s; }
.panel__accordion-info-bar.open:after { transform: rotate(45deg); }
.panel__accordion-info-bar:hover { color: #fff; background-color: #e6e6e6; border-color: #adadad; }
/* パネルアコーディオン（小パネル） */
.panel__accordion-small:after { content: ""; display: inline-block; position: absolute; top: 16px; right: 30px; width: 10px; height: 10px; border-right: 3px solid #333333; border-bottom: 3px solid #333333; transform: translateY(50%) rotate(225deg); transition: .3s; }
.panel__accordion-small.open:after { transform: rotate(45deg); }
.panel__accordion-small:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
/* パネルヘッダーボタン */
.panel-header__button { margin-top:-4px; margin-right:-4px; position: relative; float: right; }
.panel-header__button-underline { position: relative; float: right; }
/* パネルボディ */
.panel-body__custom { background-color: #fdfdfd; }

.hamburger-menu {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: -2px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #fff;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}

/* ========================================================================== Pagetop Style  ========================================================================== */
.pagetop { height: 50px; width: 50px; position: fixed; right: 20px; bottom: 20px; background: #fff; border: solid 1px #aaa; border-radius: 50%; display: none; justify-content: center; align-items: center; z-index: 2; cursor: pointer; }

/* ========================================================================== video Style  ========================================================================== */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================================== Flex Style  ========================================================================== */
.flex__flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex__flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex__flex-left {
  display: flex;
  justify-content: left;
}

.flex__center {
  display: flex;
  justify-content: center;
}

.flex__align-center {
  display: flex;
  align-items: center;
}

.flex__space-between {
  display: flex;
  justify-content: space-between;
}

.flex__flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex__flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

/* ========================================================================== Float Style  ========================================================================== */
.float__float-left {
  float: left;
  white-space: normal;
}

.float__float-right {
  float: right;
  white-space: normal;
}
