.backgroundImg { background-size: 100%; background-repeat: no-repeat; display: inline-block; margin-right: 8px; }

.notifyWrapper { background-color: #f5f5f7; position: fixed; width: 100%; z-index: 10; height: 100%; }

.notifyWrapper .header { width: 100%; background: #44597d; color: #ffffff; position: relative; padding: 10px 15px; display: inline-block; min-height: 46px; }

.notifyWrapper .header .logo { float: left; color: #ffffff; font-size: 24px; line-height: normal; width: 17%; margin-top: 1px; }

.notifyWrapper .navBar { height: 56px; padding: 0 12px; background-color: #43597D; display: flex; align-items: center; justify-content: center; color: white; position: relative; }

.notifyWrapper .navBar .fixedDropDown { position: absolute; top: 84px; left: 0; right: 0; margin: 0 auto; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8); padding-right: 10px; padding-left: 0; border-radius: 4px; background-color: white; }

.fontPlus * { font-size: 18px; }

.listItemStyle { height: 56px; line-height: 56px; padding: 0 12px; }

.useEllipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.iconStyle { width: 48px; text-align: center; }

.relayIcon > span { display: inline-block; width: 28px; height: 28px; background-color: rgba(138, 0, 244, 0.2); border-radius: 14px; line-height: 28px; }

.relayIcon > span > span { display: inline-block; width: 20px; height: 20px; background-color: rgba(138, 0, 244, 0.4); border-radius: 10px; line-height: 20px; }

.relayIcon > span > span > span { display: inline-block; width: 12px; height: 12px; background-color: rgba(138, 0, 244, 0.8); border-radius: 6px; line-height: 12px; }

.relayNormalIconWrapper { position: relative; height: 100%; }

.relayNormalIconWrapper i.relayNormalIcon { display: inline-block; width: 6px; height: 6px; background-color: gray; border-radius: 50%; border: 2px solid gray; background-clip: content-box; padding: 6px; box-sizing: unset; -moz-box-sizing: unset; -webkit-box-sizing: unset; position: absolute; top: 0; bottom: 0; margin: auto 0; }

.pointIcon { position: relative; }

.pointIcon .v-center, .pointIcon i.point { position: absolute; top: 0; bottom: 0; margin: auto 0; }

.pointIcon i.point { display: inline-block; width: 10px; height: 10px; border-radius: 50%; }

.polygonNavWrapper { height: 56px; background-color: #23324c; display: flex; align-items: center; color: white; padding: 0 12px; }

.polygonNavWrapper > span.btn { flex: 1; text-align: right; line-height: 56px; }

.polygonNavWrapper > span.btn span.textButton { margin: 0 20px; cursor: pointer; }

em { font-style: italic; }

.hamburger { width: 23px; height: 23px; display: inline-block; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }

.hamburger em { display: block; position: absolute; height: 4px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.hamburger em:nth-child(1) { top: 0; }

.hamburger em:nth-child(2) { top: 9px; }

.hamburger em:nth-child(3) { top: 9px; }

.hamburger em:nth-child(4) { top: 18px; }

.hamburger.open em:nth-child(1) { top: 9px; width: 0; left: 50%; }

.hamburger.open em:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger.open em:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger.open em:nth-child(4) { top: 9px; width: 0; left: 50%; }

.button { font-size: 16px !important; border: 1px solid transparent; border-radius: 4px; padding: 8px 16px; color: #000; background-color: #03A9F4; cursor: pointer; margin-right: 15px; display: inline-block; -moz-user-select: -moz-none; -webkit-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; text-align: center; }

.button.textButton { background-color: transparent; padding: 0; color: #fff; }

.button:active:not(.textButton) { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.button.disable { color: #89909e !important; }

.canvasWidget { transform-origin: 0 0; width: 100%; height: 100%; overflow: visible; outline: none; }

.readOnlySelectGroupWrapper { display: flex; align-items: center; width: 380px !important; max-width: 380px !important; }

.readOnlySelectGroupWrapper .select { width: 120px !important; float: right !important; margin-right: 48px !important; }

.readOnlySelectGroupWrapper > span { margin-right: 12px; color: #fefefe; }

.readOnlySelectGroupWrapper > input[type=checkbox] { visibility: hidden; }

.readOnlySelectGroupWrapper > input[type=checkbox] + label { display: block; width: 20px; height: 20px; cursor: pointer; position: absolute; top: 8px; left: -8px; border-radius: 2px; background: #f0544d; }

.readOnlySelectGroupWrapper > input[type=checkbox]:checked + label::before { display: block; content: "\2714"; text-align: center; font-size: 14px; color: white; }

.scalingButtonGroup { user-select: none; height: 100%; }

.scalingButtonGroup .groupWrapper { position: relative; }

.scalingButtonGroup .groupWrapper .btnWrapper { width: 38px; height: 96px; position: absolute; right: 24px; top: 24px; }

.scalingButtonGroup .groupWrapper .btnWrapper .item { width: 36px; height: 36px; line-height: 36px; text-align: center; border: 1px solid #eee; border-radius: 4px; background-color: white; cursor: pointer; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.45); }

.addLocationButton { width: 100%; height: 56px; line-height: 56px; background-color: #f4f4f6; display: flex; align-items: center; justify-content: center; }

.addLocationButton .location { flex: 1; padding-left: 12px; }

.addLocationButton .btn { width: 56px; cursor: pointer; text-align: center; font-size: 32px; font-weight: 100; color: #1a77d3; }

.polygonItem { border-bottom: 1px dashed #ddd; cursor: pointer; background-color: white; }

.relayItem { padding: 0 32px; height: 56px; line-height: 56px; }

.relayItem > div { display: flex; align-items: center; }

.floorPlanTitle { display: flex; align-items: center; margin: 20px 10%; flex-wrap: wrap; }

.floorPlanTitle .titleText { margin-right: 54px; position: relative; cursor: pointer; }

.floorPlanTitle .titleText .text { font-size: 24px; font-weight: bold; }

.floorPlanTitle .titleText .downIcon { position: absolute; top: 12px; right: -28px; border: 7px solid; border-color: #000 transparent transparent; margin-left: 6px; }

.floorWrapper { background-color: #f5f5f7; position: fixed; width: 100%; height: 100%; z-index: 15; overflow: auto; }

.menuHeader { width: 100%; background: #44597d; color: #ffffff; position: relative; display: inline-block; min-height: 56px; }

.menuHeader .menuLogo { float: left; color: #ffffff; font-size: 24px; line-height: normal; height: 56px; align-items: center; margin-left: 12px; border-right: 1px solid #738098; width: 248px; }

.floorPlanContent { width: 80%; margin: 2% auto; min-height: 712px; background: #FFF; border-top: solid #f2f2f2; background-color: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); border-width: 1px; }

.floorTable table thead tr th { padding: 14px 0; }

.statusPoint { width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; display: inline-block; animation: warn 1.5s ease-out 0s infinite; }

@keyframes warn { 0% { transform: scale(0.9); }
  30% { opacity: 1; }
  100% { transform: scale(1); } }

.checkboxItem { width: 25px; margin: 20px 100px; position: relative; }

.checkboxItem .checkboxLabel { cursor: pointer; position: absolute; width: 25px; height: 25px; top: 0; left: 0; background: #eee; border: 1px solid #ddd; }

.checkboxItem .checkboxLabel:after { opacity: 0.2; content: ''; position: absolute; width: 9px; height: 5px; background: transparent; top: 6px; left: 7px; border: 3px solid #333; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.checkboxItem .checkboxItem .checkboxLabel:hover::after { opacity: 0.5; }

.checkboxItem .checkboxItem input[type=checkbox]:checked + .checkboxLabel:after { opacity: 1; }
