@charset "UTF-8";

 /* 
 blue: #155873
 orange: #da5d3b */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: Arial, sans-serif;
  font-size: 14px;
  vertical-align: baseline;
  color: #202020;
}
sup {
  position: relative;
  top: 1px;
  font-size: 4px;
}
legend,
caption {
  display: none;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  overflow-y: hidden;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
  zoom: 1;
  font-family: Arial;
}
button {
  border: none;
  background: none;
  line-height: 0;
  outline: none;
}
button:hover {
  cursor: pointer;
}
img {
  line-height: 0;
}
textarea,
select,
input[type='date'],
input[type='time'] {
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='text'],
input[type='password'],
input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
input[type='checkbox'] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type='number']:hover,
input[type='number']:focus {
  -moz-appearance: number-input;
  -webkit-appearance: number-input;
  appearance: number-input;
}
html {
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  word-break: break-all;
  word-wrap: break-word;
}
html.no-scroll {
  overflow: hidden !important;
}

#header {
  position: relative;
  height: 79px;
}
#header:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 79px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #9b9b9b;
}
#header h1 {
  position: fixed;
  left: 36px;
  top: 24px;
  width: 169px;
  height: 32px;
}
#header h1 a {
  display: block;
}
#header h1 a img {
  width: 100%;
}
#header .user_menu {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
#header .user_menu:after {
  content: '';
  display: block;
  clear: both;
}
#header .user_menu li {
  float: left;
  margin-left: 30px;
  font-size: 14px;
  color: #202020;
}
#header .user_menu button,
#header .user_menu a {
  font-size: 14px;
  color: #202020;
  line-height: 1.4;
}
.main {
  width: 100vw;
  height: 100vh;
  background: url('../images/logo-big.png') no-repeat center center;
  background-size: 420px 100px;
}
.main .nav {
  position: fixed;
  left: 42px;
  top: 154px;
}
.main .nav li {
  float: left;
  clear: both;
  display: inline-block;
  margin-bottom: 36px;
}
.main .nav li span {
  display: block;
  text-align: center;
}
.main .nav .openproject {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: #da5d3b url('../images/ic-folder.png') no-repeat center center;
  background-size: 48px 48px;
}
.main .nav .openproject + span {
  margin-top: 5px;
  font-size: 14px;
  color: #da5d3b;
  font-weight: bold;
}
.main .footnav {
  position: fixed;
  left: 42px;
  bottom: 42px;
}
.main .footnav li:first-child {
  margin-bottom: 16px;
}

.main .footnav .setting {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: url('../images/ic-settings.png') no-repeat center center;
  background-size: 48px 48px;
  background-color: rgba(219, 219, 219, 0.67);
}
.main .footnav .setting + span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: bold;
}
.main .footnav .help {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: url('../images/ic-help.png') no-repeat center center;
  background-size: 48px 48px;
  background-color: rgba(219, 219, 219, 0.67);
}
.main .footnav .help + span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: bold;
}

.sub .nav {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  left: 32px;
  top: 50px;
  z-index: 1;
  width: 200px;
  height: 100%;
}
.sub .nav .nav-pm strong {
  display: block;
  padding: 0 0 8px 24px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #da5d3b;
  border-bottom: 3px solid #da5d3b;
}
.sub .nav .nav-content-wrap {
  position: relative;
  height: 100%;
}
.sub .nav .nav-pm li a {
  display: block;
  position: relative;
  padding: 7px 0 4px 26px;
  font-size: 12px;
  color: #000;
  border-bottom: 2px solid transparent;
  background: url('../images/ic-logo-single.png') no-repeat left 12px center;
  background-size: 10px 10px;
}
.sub .nav .nav-pm li a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #155873;
  transition: all 0.25s;
}
/*.sub .nav .nav-pm li a.selected{border-bottom:2px solid #155873;}*/
.sub .nav .nav-pm li a.selected:after {
  content: '';
  display: block;
  clear: both;
  left: 0;
  width: 100%;
}
.sub .nav .nav-content-wrap strong {
  display: block;
  padding: 0 0 8px 24px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #da5d3b;
  border-bottom: 3px solid #da5d3b;
}
.sub .nav .nav-content {
  width: 184px;
  margin-bottom: 8px;
  margin-left: 8px;
}
.sub .nav .nav-content .btn-head {
  position: relative;
  width: 100%;
  height: 32px;
  background: #155873;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 8px center;
  border-radius: 4px 4px 0 0;
}
.sub .nav .nav-content .btn-head span {
  display: block;
  width: 100%;
  padding-left: 42px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.sub .nav .nav-content .btn-head:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url('../images/ic-arrow.png') no-repeat;
  background-size: 20px 20px;
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.sub .nav .nav-content.open .btn-head:after {
  transform: rotate(0deg);
}
.sub .nav .pointc .btn-head {
  background-image: url('../images/ic-point.png');
}
.sub .nav .point-cloud-nav-body {
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.sub .nav .point-cloud-lod-control {
  padding: 8px 10px 7px;
  background: rgba(219, 219, 219, 0.67);
  border-bottom: 1px solid #b9b9b9;
}
.sub .nav .point-cloud-lod-heading,
.sub .nav .point-cloud-lod-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub .nav .point-cloud-lod-heading {
  margin-bottom: 4px;
  font-size: 11px;
  color: #155873;
}
.sub .nav .point-cloud-lod-heading output {
  min-width: 28px;
  text-align: right;
  font-weight: bold;
}
.sub .nav #pointCloudLodPixels {
  display: block;
  width: 100%;
  height: 16px;
  margin: 0;
  accent-color: #155873;
  cursor: pointer;
}
.sub .nav .point-cloud-lod-scale {
  margin-top: 2px;
  font-size: 9px;
  color: #777;
}
.sub .nav .threedm .btn-head {
  background-image: url('../images/ic-3d.png');
}
.sub .nav .panorama-collection .btn-head {
  background-image: url('../images/ic_360_on.png');
}

.sub .nav .nav-content li {
  border-top: 1px solid #b9b9b9;
}
.sub .nav .nav-content li:first-child {
  border: none;
}
.sub .nav .nav-content li button {
  width: 100%;
  background-color: rgba(219, 219, 219, 0.67);
  text-align: left;
  align-items: center;
  display: flex;
  padding: 0 8px;
}
.sub .nav .nav-content li button span {
  font-size: 12px;
  color: #9b9b9b;
  font-weight: normal;
  line-height: 15px;
  margin-left: 8px;
  padding: 8px 0px;
}
.sub .nav .nav-content li:hover button span,
.sub .nav .nav-content li button.selected span {
  color: #155873;
}
.sub .nav .nav-content li:last-child button {
  border-radius: 0 0 4px 4px;
}
.sub .nav .adddata {
  margin-left: 8px;
}
.sub .nav .adddata button {
  width: 184px;
  height: 44px;
  border-radius: 4px;
  background-color: rgba(219, 219, 219, 0.67);
  background-image: url('../images/ic-add.png');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: 8px center;
}
.sub .nav .adddata button span {
  display: block;
  width: 100%;
  padding-left: 42px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #9b9b9b;
}

.sub .nav .scroll.scroll2 {
  height: 100%;
  max-height: 100%;
}
.sub .nav .scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.sub .nav .scroll1 {
  max-height: calc(30vh - 100px);
  margin-bottom: 16px;
}
.sub .nav .scroll2 {
  max-height: calc(60vh - 10px);
}
.sub .sub-nav {
  position: absolute;
  padding: 4px;
  border-radius: 2px;
  background: #e4e4e4;
  z-index: 10003;
  border: 1px solid lightgrey;
  left: 1px;
  height: 100vh;
}
.sub .sub-nav .toolbar > button {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub .sub-nav li.toolbar {
  position: relative;
  margin-top: 6px;
}
.sub .sub-nav li.m1 {
  margin: 0;
}
.sub .sub-nav li.m1 > button {
  background-image: url('../images/ic-sub1-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.mCameraSetting > button {
  background-image: url('../imgs/ic_orbit_variant_black_48dp.png');
  background-size: 24px 24px;
  opacity: 0.5;
}
.sub .sub-nav li.mTopDownClipping > button {
  background-image: url('../imgs/format-wrap-top-bottom-48-black.png');
  background-size: 24px 24px;
  opacity: 0.5;
}

.sub .sub-nav li.mLiveVideo > button {
  background-image: url('../imgs/live_streaming.png');
  background-size: 24px 24px;
  opacity: 0.5;
}

.sub .sub-nav li.mConvertFile > button {
  background-image: url('../imgs/convert_white_png.png');
  background-size: 24px 24px;
  opacity: 0.5;
}

.sub .sub-nav li.m2 > button {
  background-image: url('../images/ic-sub2-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m3 > button {
  background-image: url('../images/ic-sub3-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m4 > button {
  background-image: url('../images/ic-sub4-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m5 > button {
  background-image: url('../images/ic-sub5-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m6 > button {
  background-image: url('../images/ic-sub6-off.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m8 > button {
  background-image: url('../imgs/mdi-map-inactive.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m9 > button {
  background-image: url('../imgs/ic-spot-off.svg');
  background-size: 24px 24px;
}
.sub .sub-nav li.m10 > button {
  background-image: url('../imgs/ic_drone_off.svg');
  background-size: 24px 24px;
}
.sub .sub-nav li.m11 > button {
  background-image: url('../imgs/ic_division_off.svg');
  background-size: 24px 24px;
}

.sub .sub-nav li.m12 > button {
  background-image: url('../imgs/ic_metashape_off.svg');
  background-size: 24px 24px;
}

.sub .sub-nav li.m1:hover > button,
.sub .sub-nav li.m1.selected > button {
  background-image: url('../images/ic-sub1-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.mCameraSetting:hover > button,
.sub .sub-nav li.mCameraSetting.selected > button {
  background-image: url('../imgs/ic_orbit_variant_white_48dp.png');
  background-size: 24px 24px;
  opacity: 1;
}

.sub .sub-nav li.mTopDownClipping:hover > button,
.sub .sub-nav li.mTopDownClipping.selected > button {
  background-image: url('../imgs/format-wrap-top-bottom-48-white.png');
  background-size: 24px 24px;
  opacity: 1;
}

.sub .sub-nav li.mLiveVideo:hover > button,
.sub .sub-nav li.mLiveVideo.selected > button {
  background-image: url('../imgs/live_streaming.png');
  background-size: 24px 24px;
  opacity: 1;
}

.sub .sub-nav li.mConvertFile:hover > button,
.sub .sub-nav li.mConvertFile.selected > button {
  background-image: url('../imgs/convert.png');
  background-size: 24px 24px;
  opacity: 1;
}

.sub .sub-nav li.m2:hover > button,
.sub .sub-nav li.m2.selected > button {
  background-image: url('../images/ic-sub2-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m3:hover > button,
.sub .sub-nav li.m3.selected > button {
  background-image: url('../images/ic-sub3-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m4:hover > button,
.sub .sub-nav li.m4.selected > button {
  background-image: url('../images/ic-sub4-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m5:hover > button,
.sub .sub-nav li.m5.selected > button {
  background-image: url('../images/ic-sub5-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m6:hover > button,
.sub .sub-nav li.m6.selected > button {
  background-image: url('../images/ic-sub6-on.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m8:hover > button,
.sub .sub-nav li.m8.selected > button {
  background-image: url('../imgs/mdi-map-active.png');
  background-size: 24px 24px;
}
.sub .sub-nav li.m9:hover > button,
.sub .sub-nav li.m9.selected > button {
  background-image: url('../imgs/ic-spot-on.svg');
  background-size: 24px 24px;
}
.sub .sub-nav li.m10:hover > button,
.sub .sub-nav li.m10.selected > button {
  background-image: url('../imgs/ic_drone_on.svg');
  background-size: 24px 24px;
}
.sub .sub-nav li.m11:hover > button,
.sub .sub-nav li.m11.selected > button {
  background-image: url('../imgs/ic_division_on.svg');
  background-size: 24px 24px;
}
.sub .sub-nav li.m12:hover > button,
.sub .sub-nav li.m12.selected > button {
  background-image: url('../imgs/ic_metashape_on.svg');
  background-size: 24px 24px;
}


.sub .sub-nav .sub-menu.sub-m12 {
  width: 76px;
  padding: 4px;
}
.sub .sub-nav .sub-m12 li {
  float: left;
}
.sub .sub-nav .sub-m12 li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
}
.sub .sub-nav .sub-m12 li:first-child button {
  background: url('../imgs/ic_metashape_add_job_off.svg') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m12 li:nth-child(2) button {
  background: url('../imgs/ic_metashape_job_list_off.svg') no-repeat;
  background-size: 32px 32px;
}

.sub .sub-nav .sub-m12 li:first-child:hover button,
.sub .sub-nav .sub-m12 li:first-child.selected button {
  background: url('../imgs/ic_metashape_add_job_on.svg') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m12 li:nth-child(2):hover button,
.sub .sub-nav .sub-m12 li:nth-child(2).selected button {
  background: url('../imgs/ic_metashape_job_list_on.svg') no-repeat;
  background-size: 32px 32px;
}

.sub .sub-nav li.toolbar:hover > button {
  background-color: #8aa8b4;
}
.sub .sub-nav li.toolbar.selected > button {
  background-color: #155873;
}

.sub .sub-nav li.m3:after,
.sub .sub-nav li.m4:after,
.sub .sub-nav li.m5:after,
.sub .sub-nav li.m6:after,
.sub .sub-nav li.m7:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 3px;
  height: 3px;
  background: url('../images/ic-etc-off.png') no-repeat;
  background-size: contain;
}
.sub .sub-nav li.m1:hover:after,
.sub .sub-nav li.m3:hover:after,
.sub .sub-nav li.m4:hover:after,
.sub .sub-nav li.m6:hover:after,
.sub .sub-nav li.toolbar.selected:after {
  background: url('../images/ic-etc-on.png') no-repeat;
  background-size: contain;
}
.sub .sub-nav li.toolbar .sub-menu {
  display: none;
  position: absolute;
  left: 35px;
  top: 0;
}
.sub .sub-nav .toolbar.selected .sub-menu {
  display: block;
}
.sub .sub-nav .sub-menu {
  width: 120px;
  border-radius: 2px;
  background: #e4e4e4;
  box-shadow: 0 -1px 2px 0 rgba(122, 122, 122, 0.5);
}
.sub .sub-nav .sub-menu li {
  height: 32px;
}
.sub .sub-nav .sub-menu li button {
  width: 100%;
  padding-left: 34px;
  text-align: left;
  line-height: 32px;
  font-size: 10px;
  color: #5f5f5f;
}
.sub .sub-nav .sub-menu li:hover button {
  background: #8aa8b4;
  color: #fff;
}
.sub .sub-nav .sub-m1 li:first-child button {
  background: url('../images/ic-subm1-1-off.png') no-repeat 8px center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m1 li:nth-child(2) button {
  background: url('../images/ic-subm1-2-off.png') no-repeat 8px center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m1 li:nth-child(3) button {
  background: url('../images/ic-subm1-3-off.png') no-repeat 8px center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m1 li:first-child:hover button {
  background-image: url('../images/ic-subm1-1-on.png');
}
.sub .sub-nav .sub-m1 li:nth-child(2):hover button {
  background-image: url('../images/ic-subm1-2-on.png');
}
.sub .sub-nav .sub-m1 li:nth-child(3):hover button {
  background-image: url('../images/ic-subm1-3-on.png');
}
.sub .sub-nav .sub-menu li:hover {
  background: #8aa8b4;
}
.sub .sub-nav .sub-m2 {
  position: relative;
  height: 40px;
  padding: 10px;
}
.sub .sub-nav .sub-m2 label {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  color: #202020;
}
.sub .sub-nav .sub-m2 input[type='text'] {
  width: 32px;
  height: 16px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
}
.sub .sub-nav .sub-m2 input[type='text']:focus {
  border: 1px solid #155873;
}
.sub .sub-nav .sub-m2 button {
  position: absolute;
  right: 8px;
  width: 8px;
  height: 8px;
  font-size: 0;
  background: url('../images/btn-triangle.png') no-repeat;
  background-size: 8px 8px;
}
.sub .sub-nav .sub-m2 button.btn-up {
  top: 8px;
}
.sub .sub-nav .sub-m2 button.btn-down {
  bottom: 8px;
  transform: rotate(-180deg);
}
.sub .sub-nav .sub-m3 li:first-child button {
  background: url('../images/ic-subm3-1-off.png') no-repeat 8px center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m3 li:nth-child(2) button {
  background: url('../images/ic-subm3-2-off.png') no-repeat 8px center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m3 li:first-child:hover button {
  background-image: url('../images/ic-subm3-1-on.png');
}
.sub .sub-nav .sub-m3 li:nth-child(2):hover button {
  background-image: url('../images/ic-subm3-2-on.png');
}
.sub .sub-nav .sub-m4 {
  width: 200px;
  padding: 4px;
}
.sub .sub-nav .sub-m4 ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub .sub-nav .sub-m4 li {
  float: left;
}
.sub .sub-nav .sub-m4 li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
}
.sub .sub-nav .sub-m4 li:first-child button {
  background: url('../images/ic-sub4-1-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(2) button {
  background: url('../images/ic-sub4-2-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(3) button {
  background: url('../images/ic-sub4-3-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(4) button {
  background: url('../images/ic-sub4-4-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(5) button {
  background: url('../images/ic-sub4-5-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(6) button {
  background: url('../images/ic-sub4-6-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:first-child:hover button {
  background: url('../images/ic-sub4-1-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(2):hover button {
  background: url('../images/ic-sub4-2-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(3):hover button {
  background: url('../images/ic-sub4-3-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(4):hover button {
  background: url('../images/ic-sub4-4-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(5):hover button {
  background: url('../images/ic-sub4-5-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m4 li:nth-child(6):hover button {
  background: url('../images/ic-sub4-6-on.png') no-repeat;
  background-size: 32px 32px;
}

.sub .sub-nav .sub-m5 {
  width: 170px;
  padding: 4px;
}
.sub .sub-nav .sub-m5 ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub .sub-nav .sub-m5 li {
  float: left;
}
.sub .sub-nav .sub-m5 li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  opacity: 0.5;
}

.sub .sub-nav .sub-m5 .btn-show-clipbox {
  background: url('../imgs/eye-outline-off.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-show-clipbox:hover {
  background: url('../imgs/eye-outline-selected.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m5 .btn-highlight {
  background: url('../imgs/crop-free-off.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-highlight:hover {
  background: url('../imgs/crop-free-selected.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m5 .btn-clip-inside {
  background: url('../imgs/border-inside-off.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-clip-inside:hover {
  background: url('../imgs/border-inside-selected.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m5 .btn-clip-outside {
  background: url('../imgs/border-outside-off.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-clip-outside:hover {
  background: url('../imgs/border-outside-selected.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m5 .btn-hide-clipbox {
  background: url('../imgs/eye-off-outline-off.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-hide-clipbox:hover {
  background: url('../imgs/eye-off-outline-selected.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m5 .btn-export-clipbox {
  background: url('../imgs/outline_download_black_24dp.png') no-repeat center center;
  background-size: 24px 24px;
}
.sub .sub-nav .sub-m5 .btn-export-clipbox:hover {
  background: url('../imgs/outline_download_white_24dp.png') no-repeat center center;
  background-size: 32px 32px;
  opacity: 1;
}

.sub .sub-nav .sub-m6 {
  width: 264px;
  padding: 4px;
}
.sub .sub-nav .sub-m6 ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub .sub-nav .sub-m6 li {
  float: left;
}
.sub .sub-nav .sub-m6 li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
}
.sub .sub-nav .sub-m6 li:first-child button {
  background: url('../images/ic-sub6-1-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(2) button {
  background: url('../images/ic-sub6-2-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(3) button {
  background: url('../images/ic-sub6-3-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(4) button {
  background: url('../images/ic-sub6-4-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(5) button {
  background: url('../images/ic-sub6-5-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(6) button {
  background: url('../images/ic-sub6-6-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(7) button {
  background: url('../images/ic-sub6-7-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(8) button {
  background: url('../images/ic-sub6-8-off.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:first-child:hover button {
  background: url('../images/ic-sub6-1-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(2):hover button {
  background: url('../images/ic-sub6-2-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(3):hover button {
  background: url('../images/ic-sub6-3-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(4):hover button {
  background: url('../images/ic-sub6-4-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(5):hover button {
  background: url('../images/ic-sub6-5-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(6):hover button {
  background: url('../images/ic-sub6-6-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(7):hover button {
  background: url('../images/ic-sub6-7-on.png') no-repeat;
  background-size: 32px 32px;
}
.sub .sub-nav .sub-m6 li:nth-child(8):hover button {
  background: url('../images/ic-sub6-8-on.png') no-repeat;
  background-size: 32px 32px;
}

.sub .sub-nav li.m7 button {
  text-align: center;
}
.sub .sub-nav li.m7 button i {
  font-size: 24px;
  color: #828282;
  line-height: 30px;
}
.sub .sub-nav li.m7:hover > button i {
  color: #e6e6e6;
}
.sub .sub-nav li.m7.selected > button i {
  color: #e6e6e6;
}

.sub .sub-nav .sub-m7 {
  width: 75px;
  padding: 4px;
}
.sub .sub-nav .sub-m7 ul:after {
  content: '';
  display: block;
  clear: both;
}
.sub .sub-nav .sub-m7 li {
  float: left;
}
.sub .sub-nav .sub-m7 li button {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  opacity: 0.5;
}

#content {
  position: relative;
  left: 242px;
  top: 16px;
  height: 100%;
  min-width: 800px;
  /* background: url(/images/conworth_logo_large.png) no-repeat center center;
    background-size: calc(100% - 100px); */
}

#content.normal {
  width: calc(100% - 566px);
}

#content.expanded {
  width: calc(100% - 266px);
}

.half {
  height: calc((100vh - 150px)/2)!important;
  overflow: hidden;
}

.sub .tab-wrap {
  display: flex;
}
.sub .tab-wrap li {
  width: 100%;
}
.sub .tab-wrap .btn-tab {
  position: relative;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 6px 6px 0 0;
}
.sub .tab-wrap .btn-tab.selected {
  border: 1px solid #9b9b9b;
  border-bottom: 2px solid #155873;
}
.sub .tab-wrap .btn-tab .btn-tab-close {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.sub .tab-wrap .btn-tab .btn-tab-close img {
  width: 100%;
}
.sub .tab-wrap .btn-tab .tab {
  width: 100%;
  text-align: left;
}
.sub .tab-wrap .btn-tab span {
  display: block;
  overflow: hidden;
  max-width: 300px;
  padding: 0 35px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub .tab-content-wrap {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.sub .tab-content {
  display: none;
  height: calc(100vh - 145px);
  background: #f2f2f2;
  position: relative;
}
.sub .tab-content.normal{
  width: calc(100vw - 266px);
}
.sub .tab-content.divided {
  width: calc((100vw - 266px)/2);
}

.popup {
  display: none;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border-radius: 4px;
  background: #e4e4e4;
  box-shadow: 0 -1px 2px 0 rgba(122, 122, 122, 0.5);
}
.popup strong {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  color: #202020;
  background: #8aa8b4;
}
.popup .pop-body {
  position: relative;
  padding: 8px;
}
.popup .pop-body span { font-size: 13px; }
.popup .pop-body li {
    display: inline-block;
    margin: 16px 10px 0;
}

/*.popup .pop-body li input {
    width: 80px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #9b9b9b;
    background: #fff;
}

.popup .pop-body li input span {
    font-size: 12px;
    color: #9b9b9b;
}

.popup .pop-body li input.image_file {
    border: 2px solid #155873;
}

.popup .pop-body li input.image_file span {
    color: #202020;
}

.popup .pop-body li input.gcp_file {
    border: 2px solid #155873;
}

.popup .pop-body li input.gcp_file span {
    color: #202020;
}*/
.popup .btn-area {
  text-align: center;
  margin-bottom: 8px;
}
.popup .btn-area li {
  display: inline-block;
  margin: 16px 10px 0;
}
.popup .btn-area li button {
  width: 80px;
  height: 26px;
  border-radius: 12px;
  border: 1px solid #9b9b9b;
  background: #fff;
}
.popup .btn-area li button span {
  font-size: 12px;
  color: #9b9b9b;
}
.popup .btn-area li button.btn-ok {
  border: 2px solid #155873;
}
.popup .btn-area li button.btn-ok span {
  color: #202020;
}

.window {
  display: none;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  border-radius: 4px;
  background: #e4e4e4;
  box-shadow: 0 -1px 2px 0 rgba(122, 122, 122, 0.5);
}
.window strong {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  color: #202020;
  background: #8aa8b4;
}
.window .win-body {
  position: relative;
  padding: 8px;
}

.window .win-body span {
  font-size: 13px;
}

.window .btn-area {
  text-align: center;
  margin-bottom: 8px;
}

.window .pop-body li button {
    width: 80px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #9b9b9b;
    background: #fff;
}

.window .pop-body li button span {
    font-size: 12px;
    color: #9b9b9b;
}

.window .pop-body li button.btn-select-images {
    border: 2px solid #155873;
}

    .window .pop-body li button.btn-select-images span {
        color: #202020;
    }

.window .pop-body li button.btn-select-gcp {
    border: 2px solid #155873;
}

.window .pop-body li button.btn-select-gcp span {
    color: #202020;
}

.window .btn-area li {
  display: inline-block;
  margin: 16px 10px 0;
}
.window .btn-area li button {
  width: 80px;
  height: 26px;
  border-radius: 12px;
  border: 1px solid #9b9b9b;
  background: #fff;
}
.window .btn-area li button span {
  font-size: 12px;
  color: #9b9b9b;
}
.window .btn-area li button.btn-ok {
  border: 2px solid #155873;
}
.window .btn-area li button.btn-ok span {
  color: #202020;
}

.pop-rgb {
  width: 366px;
  height: 334px;
}
.pop-rgb .pop-body {
  padding: 24px 32px 0;
}
.pop-rgb .color {
  position: relative;
  width: 200px;
  height: 200px;
  background: #155873;
}
.pop-rgb .color span {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.pop-rgb .rgb {
  position: absolute;
  right: 35px;
  top: 84px;
}
.pop-rgb .rgb li {
  position: relative;
  width: 75px;
  margin-top: 12px;
}
.pop-rgb .rgb li:first-child {
  margin: 0;
}
.pop-rgb .rgb li span {
  font-size: 13px;
  color: #202020;
}
.pop-rgb .rgb li input[type='text'] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.pop-rgb .rgb li input[type='text']:focus {
  border: 1px solid #155873;
}

.pop-intensity {
  width: 248px;
  min-height: 206px;
  padding-bottom: 32px;
}
.pop-intensity .pop-body {
  padding: 24px 32px 0;
}
.pop-intensity .value {
  margin-bottom: 33px;
}
.pop-intensity .value label {
  display: inline-block;
  font-size: 13px;
  color: #202020;
}
.pop-intensity .value input {
  width: 40px;
  height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.pop-intensity .value input:focus {
  border: 1px solid #155873;
}
.pop-intensity .range {
  position: relative;
  width: 100%;
}
.pop-intensity .range span {
  position: absolute;
  top: -10px;
  font-size: 12px;
  color: #202020;
}
.pop-intensity .range span.min {
  left: 0;
}
.pop-intensity .range span.max {
  right: 0;
}
.pop-intensity .range input {
  width: 100%;
}
.pop-intensity .range input[type='range'] {
  -webkit-appearance: none;
}
.pop-intensity .range input[type='range']:focus {
  outline: none;
}

.pop-color-selector {
}
.pop-color-selector .pop-body {
  padding: 16px;
}
.pop-color-selector .btn-area li {
  margin: 0;
}
.pop-color-selector .pop-body * {
  font-size: 13px;
}
.pop-color-selector .btn-area {
  padding-bottom: 16px;
}

.pop-setting-basemap {
}
.pop-setting-basemap .pop-body {
  padding: 16px;
}
.pop-setting-basemap .btn-area li {
  margin: 0;
}
.pop-setting-basemap .pop-body * {
  font-size: 13px;
}
.pop-setting-basemap .btn-area {
  padding-bottom: 16px;
}

.pop-add-drone-project {
}
.pop-add-drone-project .pop-body {
  padding: 16px;
}
.pop-add-drone-project .btn-area li {
  margin: 0;
}
.pop-add-drone-project .pop-body * {
  font-size: 13px;
}
.pop-add-drone-project .btn-area {
  padding-bottom: 16px;
}

.pop-export-clipbox {
}
.pop-export-clipbox .pop-body * {
  font-size: 13px;
}
.pop-export-clipbox .pop-body {
  padding: 16px;
}
.pop-export-clipbox .btn-area {
  padding-bottom: 16px;
}

.win-upload {
}
.win-upload .win-body {
  padding: 16px;
}
.win-upload .btn-area li {
  margin: 0;
}
.win-upload .win-body * {
  font-size: 16px;
}
.win-upload .btn-area {
  padding-bottom: 16px;
}
.win-upload .option input {
  width: 200px;
  border-radius: 3px;
  box-shadow: none;
}

.win-spot-dynamic {
}
.win-spot-dynamic .win-body {
  padding: 16px;
}
.win-spot-dynamic .btn-area li {
  margin: 0;
}
.win-spot-dynamic .win-body * {
  font-size: 13px;
}
.win-spot-dynamic .btn-area {
  padding-bottom: 16px;
}
.win-spot-dynamic input {
  width: 200px;
  border-radius: 3px;
  box-shadow: none;
  padding: 3px 8px;
  border: none;
}

.win-live-video {
}
.win-live-video .win-body {
  padding: 16px;
}
.win-live-video .btn-area li {
  margin: 0;
}
.win-live-video .win-body * {
  font-size: 13px;
}
.win-live-video .btn-area {
  padding-bottom: 16px;
}
.win-live-video input {
  width: 200px;
  border-radius: 3px;
  box-shadow: none;
  padding: 3px 8px;
  border: none;
}

.pop-color-selector .option {
  margin-bottom: 4px;
}
.pop-color-selector .option span {
  width: 75px;
  display: inline-block;
}
.pop-color-selector .option input {
  padding: 3px 8px;
  border: none;
}

.pop-color-selector .tab_header ul { display: flex;  cursor: pointer; margin-bottom: 1px; }
.pop-color-selector .tab_header ul li { padding: 6px 12px;  background-color: white; min-width: 100px; text-align: center; margin-right: 1px; }
.pop-color-selector .tab_header ul li.active { border-bottom: 1px solid #155873; color: #155873; }
.pop-color-selector .tab_body { padding: 16px 8px; border-left: 1px solid white;  }
.pop-color-selector .tab_item { display: none }
.pop-color-selector .tab_item.active { display: block }

.win-upload .option {
  margin-bottom: 4px;
}
.win-upload .option span {
  width: 75px;
  display: inline-block;
}
.win-upload .option input {
  padding: 3px 8px;
  border: none;
}



/*webkit (Chrome)의 경우*/
.pop-intensity .range input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 10px;
  background: #155873;
}
.pop-intensity .range input[type='range']::-webkit-slider-thumb {
  border: 1px solid #155873;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: #155873;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px; /*chrome의 경우 margin-top값을 부여해야합니다.*/
}
.pop-intensity .range input[type='range']:focus::-webkit-slider-runnable-track {
  background: #155873; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}
/*Firefox의 경우*/
.pop-intensity .range input[type='range']::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  border-radius: 10px;
  background: #155873;
}
.pop-intensity .range input[type='range']::-moz-range-thumb {
  border: 1px solid #155873;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: #155873;
  cursor: pointer;
}
/*IE의 경우*/
.pop-intensity .range input[type='range']::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 10px;
}
.pop-intensity .range input[type='range']::-ms-fill-lower {
  background: #155873;
}
.pop-intensity .range input[type='range']::-ms-fill-upper {
  background: #155873;
}
.pop-intensity .range input[type='range']::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #155873;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: #155873;
  cursor: pointer;
}
.pop-intensity .range input[type='range']:focus::-ms-fill-lower {
  background: #155873; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}
.pop-intensity .range input[type='range']:focus::-ms-fill-upper {
  background: #155873; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}

.btn-unfocus {
  bottom: 0px;
}

.btn-unfocus button {
  background: white;
  padding: 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  color: grey;
}

body.fullscreen .tab-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
body.fullscreen .sub-nav {
  left: 10px;
}
body.fullscreen .btn-unfocus {
  bottom: 20px;
}

.panel {
  position: absolute;
  background: white;
}
.properties-panel {
  /* right: 30px;
  top: 150px; */
  padding: 16px;
  /* border: 1px solid #9b9b9b; */
  /* width: 300px; */
  border-radius: 5px;
  display: none;
}
.properties-panel .row {
  margin-bottom: 8px;
}

.properties-panel .row * {
  font-size: 12px;
}

.properties-panel .row .row-key {
  display: inline-block;
}
.properties-panel .row .row-value {
  display: inline-block;
  font-weight: bold;
  margin-left: 4px;
}

.mode_fullscreen {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background: white;
  z-index: 19999;
  display: block;
}
.mode_fullscreen .mode_fullscreen__body {
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-items {
  position: absolute;
  background: white;
  width: 170px;
  border: 1px solid;
  height: 100px;
  overflow: scroll;
  overflow-x: hidden;
  display: none;
}
.dropdown-items li {
  padding: 2px 8px;
}
.dropdown-items li:hover {
  background: #8aa8b4;
  color: white;
}

::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media all and (min-width: 461px) {
  #mobile-header * {
    display: none;
    width: 0px;
    height: 0px;
  }

  #mobile-switch-full-screen * {
    display: none;
    width: 0px;
    height: 0px;
  }
  .sub-nav {
    left: 246px;
  }
}

@media all and (max-width: 460px) {
  #mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    cursor: pointer;
  }

  #mobile-switch-full-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    cursor: pointer;
  }

  #tabWrapper.tab-wrap {
    display: none;
  }
  .sub .tab-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .minimap {
    width: 120px;
    height: 120px;
    margin-left: 10px;
    margin-top: -20px;
  }
  .sub-nav {
    left: 10px;
    z-index: 3;
    display: none;
  }
}
/*@media all and (max-height:568px){

}

@media all and (min-height:569px) and (max-height:640px){

}

@media all and (min-height:641px) and (max-height:667px){

}

@media all and (min-height:668px) and (max-height:736px){

}

@media all and (min-height:737px) and (max-height:812px){

}*/

#wrap {
  height: 100%;
}
#container {
  position: relative;
  height: 100%;
}
.btn-primary {
  background: #155873 !important;
  color: white;
  padding: 13px 20px;
  border-radius: 4px;
}
.btn-danger {
  background: red !important;
  color: white;
  padding: 13px 20px;
  border-radius: 4px;
}
.btn {
  background: grey;
  color: white;
  padding: 13px 20px;
  border-radius: 4px;
}

.txt-default {
  padding: 8px 10px;
}
.table {
  width: 100%;
}
.table.table-primary td {
  border: 1px solid grey;
  padding: 4px;
}

.ifc_explorer__tree_toggle {
  width: 24px;
  height: 24px;
  background: url('./../imgs/chevron-down.png');
  opacity: 0.5;
}
.ifc_explorer__tree_toggle.up {
  background: url('./../imgs/chevron-up.png');
}

.ifc_explorer__tree__by_type_toggle {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: url('./../imgs/chevron-down.png');
}
.ifc_explorer__tree__by_type_toggle.up {
  background: url('./../imgs/chevron-up.png');
}

.ifc_explorer__DATE_tree_toggle {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: url('./../imgs/chevron-down.png');
}
.ifc_explorer__DATE_tree_toggle.up {
  background: url('./../imgs/chevron-up.png');
}

.btn-tab-item {
  margin-right: 0px;
  display: inline-block;
  padding: 12px 12px;
  font-size: 12px;
  border: 1px solid #dbdbdb;
  color: #9b9b9b;
  
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  
}
.btn-tab-item.active {
  color: #155873;
  font-weight: bold;
  border: 1px solid #9b9b9b;
  border-bottom: 2px solid #155873;
}

.mode {
  position: fixed;
  bottom: 35px;
  left: 300px;
}
.mode .mode_header {
  color: gray;
  margin-bottom: 4px;
}
