[v-cloak] {
  opacity: 0;
  visibility: hidden;
}

.vue-table-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vue-common-table {
  position: relative;
  width: 100%;
  min-width: 1920px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-spacing: 0;
}

.vue-common-table th, .vue-common-table td {
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vue-common-table thead {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  top: 0;
}

.vue-common-table thead th, .vue-common-table thead td {
  padding: 8px 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #DDD;
  border-bottom: 1px solid #999;
  border-left: 0;
  border-right: 0;
  font-weight: normal;
  border-left: 0;
}

.vue-common-table thead th:nth-child(1), .vue-common-table thead td:nth-child(1) {
  border-left: 1px solid #999;
}

.vue-common-table thead th:last-child, .vue-common-table thead td:last-child {
  border-right: 1px solid #999;
}

.vue-common-table thead th:hover, .vue-common-table thead td:hover {
  background: #EFEFEF;
}

.vue-common-table tbody th, .vue-common-table tbody td {
  height: 30px;
  font-size: 12px;
  border-bottom: 1px solid #DDD;
  color: #000;
  border-left: 0;
  border-right: 0;
}

.vue-common-table tbody tr {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.vue-common-table tbody tr:hover, .vue-common-table tbody tr.active {
  background: #EDEDED;
}

.vue-common-table tbody tr[origin]:hover + [child] {
  background: #EDEDED;
}

.vue-common-table tbody[hover] {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.vue-common-table tbody[hover]:hover {
  background: #EDEDED;
}

.vue-common-table .nowrap {
  white-space: nowrap;
}

.card {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.card .card-body {
  padding: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  border-radius: 5px;
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card .fieldArea {
  float: none;
}

#app-building {
  height: calc(100% - 77px);
  background: #F1F1F1;
}

#app-building .row {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
}

#app-building .row .item {
  width: 480px;
}

#app-building .row .item-3 {
  width: calc(100% - 960px);
}

#app-building .vue-common-table thead th, #app-building .vue-common-table thead td {
  text-align: center;
}

#app-building .vue-common-table tfoot tr:nth-child(1) th:not([rowspan]) {
  bottom: 21px;
}

#app-building .vue-common-table tfoot th {
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  background: #000;
  color: #FFF;
  z-index: 1;
  -webkit-box-shadow: inset 0 1px 0 black, inset 0 -1px 0 black;
          box-shadow: inset 0 1px 0 black, inset 0 -1px 0 black;
}

#app-building .vue-common-table tbody tr:not([nodata]):hover {
  background: #efefef;
}

#app-building .vue-common-table tbody tr:not([nodata]) td {
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}

#app-building .vue-common-table tbody tr:not([nodata]) td:hover {
  background: #ccc;
}

#app-building .vue-common-table tbody tr:not([nodata]) td.text-secondary {
  color: #dbdbdb !important;
}

#app-building .vue-common-table tbody tr:not([nodata]) td.text-primary {
  font-weight: bold;
}

.o2o-btn01 {
  height: 20px;
  padding: 0px 5px;
  background: #3b8de0;
  color: #fff;
  border: 1px solid #0d5dae;
  margin: 3px 5px;
  font-size: 11px;
  font-weight: normal;
  border-radius: 3px;
}

.o2o-popup-bg {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
  z-index: 1000;
}

.o2o-popup {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background: #FFF;
  max-width: 90%;
  max-height: 90%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-popup .modal-container {
  height: 100%;
}

.o2o-popup .modal-header {
  padding: 15px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-popup .modal-body {
  padding: 60px 15px;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-popup .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-modal-bg {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  z-index: 1000;
}

.o2o-modal {
  position: relative;
  z-index: 1001;
  background: #FFF;
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}

.o2o-modal .modal-container {
  height: 100%;
}

.o2o-modal .modal-default-button {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 30px;
  margin-top: -19.5px;
}

.o2o-modal .modal-header {
  padding: 15px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #EEE;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-modal .modal-body {
  padding: 60px 15px;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o2o-modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-primary {
  color: #3b8de0 !important;
}

.text-secondary {
  color: #999999 !important;
}
