html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

body {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 1024px;
  width: 100%;
}
body .dim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
body.loading .dim {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.contTitle {
  position: absolute;
  height: 250px;
  width: 100%;
  padding: 24px;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  background-image: linear-gradient(white 90%, rgba(255, 255, 255, 0));
  z-index: 1;
}
.contTitle sub {
  display: block;
  font-weight: normal;
  font-size: 60%;
  line-height: 1;
  bottom: 0;
}
.contTitle sub.optional {
  color: #bfbfbf;
  font-weight: 100;
}
.contTitle i {
  display: block;
  margin-bottom: 13px;
}
.contTitle p {
  margin: 0;
  text-transform: uppercase;
}

.button {
  width: 220px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid black;
  font-size: 1rem;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.button.active, .button:hover {
  background-color: black;
  color: white;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

#leftCont {
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#leftCont .logo {
  margin: 5px;
}
#leftCont #appCont {
  position: absolute;
  top: 50%;
  margin-top: -50%;
}
#leftCont .app {
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: inherit;
  border-radius: 5px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
#leftCont .app i {
  margin: auto;
}
#leftCont .app.active {
  background-color: black;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#rightCont {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  z-index: 0;
  width: calc(100% - 50px);
}

#management {
  height: 100%;
}
#management #subsidiaryCont {
  position: absolute;
  width: 250px;
  height: 100%;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#management #subsidiaryCont #subsidiaries {
  position: relative;
  padding: 20px 20px 20px 20px;
  height: calc(100% - 225px);
  top: 225px;
  overflow-y: auto;
}
#management #subsidiaryCont #subsidiaries .subsidiaryItem {
  border-radius: 5px;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
}
#management #subsidiaryCont #subsidiaries .subsidiaryItem sub {
  display: block;
  line-height: 1em;
  font-weight: 100;
}
#management #subsidiaryCont #subsidiaries .subsidiaryItem sub:last-child {
  color: #bfbfbf;
  bottom: 0;
}
#management #subsidiaryCont #subsidiaries .subsidiaryItem.active, #management #subsidiaryCont #subsidiaries .subsidiaryItem:hover {
  background-color: black;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#management #subsidiaryCont #subsidiaries .subsidiaryItem.active sub:last-child, #management #subsidiaryCont #subsidiaries .subsidiaryItem:hover sub:last-child {
  color: #666666;
}
#management #controlCont {
  position: absolute;
  left: 250px;
  width: calc(100% - 250px);
  height: 100%;
  z-index: 0;
}
#management #controlCont .buttonGroup {
  position: absolute;
  bottom: 30px;
}
#management #controlCont .buttonGroup .button {
  float: left;
  margin: 5px;
}
#management #controlCont #pannels {
  position: relative;
  padding: 20px 20px 20px 20px;
  height: calc(100% - 225px);
  top: 225px;
  overflow-y: auto;
}
#management #controlCont .tile {
  display: block;
  position: relative;
  min-height: 40px;
  background-color: #e6e6e6;
  border-radius: 5px;
  line-height: 40px;
}
#management #controlCont .tile .add-tile {
  background-color: white;
  text-align: center;
  font-size: 1.5em;
  border-radius: 5px;
  border: 1px dashed black;
  cursor: pointer;
}
#management #controlCont .tile .summary-tile span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#management #controlCont .tile:not(:last-child) {
  margin-bottom: 5px;
}
#management #controlCont .tile .category {
  float: left;
  width: 10px;
  height: 40px;
  border-radius: 5px 0 0 5px;
}
#management #controlCont .tile .category.learn {
  background-color: #34a1df;
}
#management #controlCont .tile .category.play {
  background-color: #df9534;
}
#management #controlCont .tile .category.chat {
  background-color: #df34ba;
}
#management #controlCont .tile .edit-tile {
  padding: 10px;
}
#management #controlCont .tile .tile-btn {
  width: 32px;
  height: 32px;
  margin: 4px;
  font-size: 1.25em;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
#management #controlCont .tile .tile-btn.btn-visible {
  float: left;
}
#management #controlCont .tile .tile-btn.btn-edit, #management #controlCont .tile .tile-btn.btn-remove, #management #controlCont .tile .tile-btn.btn-order {
  float: right;
}
#management #controlCont .tile .tile-btn.btn-order {
  margin-right: 14px;
}
#management #controlCont .tile .tile-btn:hover, #management #controlCont .tile .tile-btn active {
  background-color: #bfbfbf;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#management #controlCont .tile .buttonGroup {
  display: inline;
  position: relative;
  margin: auto;
}
#management #controlCont .tile .button {
  float: left;
  margin: 10px;
}
#management #controlCont .tile .tile-thumb {
  height: 100%;
  background-color: white;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
#management #controlCont .tile .tile-thumb.border {
  border: 1px dashed black;
}
#management #controlCont .tile .tile-thumb div {
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
}
#management #controlCont .tile .tile-thumb div i {
  margin: auto;
}
#management #controlCont .tile .tile-thumb div img {
  width: 100%;
  height: auto;
}
#management #controlCont .tile .tile-thumb-l:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#management #controlCont .tile .tile-thumb-s:after, #management #controlCont .tile .tile-thumb-m:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#management #controlCont .tile .tile-thumb-w:after {
  content: "";
  display: block;
  padding-bottom: 38.28%;
}
#management #controlCont .tile .dropdown-content li {
  padding: 14px 10px;
  font-weight: 200;
}
#management #controlCont .tile .dropdown-content li i {
  margin-right: 5px;
}

.full {
  position: absolute;
  width: 100%;
  height: 100%;
}

#widgetCont {
  z-index: 30;
}

#widget-thumb-bank #thumb-bank {
  position: absolute;
  width: 375px;
  height: 100%;
  right: 0;
  color: white;
  background-color: #333333;
  box-shadow: -9px 0 5px rgba(0, 0, 0, 0.5);
}
#widget-thumb-bank #thumb-bank .contTitle {
  background-image: linear-gradient(#333333 90%, rgba(51, 51, 51, 0));
}
#widget-thumb-bank #thumb-bank .contTitle .close {
  width: 45px;
  height: 45px;
  float: right;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  margin-top: -5px;
}
#widget-thumb-bank #thumb-bank .contTitle .close:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#widget-thumb-bank #thumb-bank #bank {
  position: relative;
  padding: 20px 20px 20px 20px;
  height: calc(100% - 225px);
  top: 225px;
  overflow-y: auto;
}
#widget-thumb-bank #thumb-bank #bank .tile {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 8px;
  background-color: #bfbfbf;
  cursor: pointer;
}
#widget-thumb-bank #thumb-bank #bank .tile.add {
  background-color: #333333;
  text-align: center;
  font-size: 1.5em;
  border-radius: 5px;
  border: 1px dashed white;
}
#widget-thumb-bank #thumb-bank #bank .tile.add i {
  line-height: 150px;
}
#widget-thumb-bank #thumb-bank #bank .tile.S, #widget-thumb-bank #thumb-bank #bank .tile.M {
  height: 84px;
}
#widget-thumb-bank #thumb-bank #bank .tile.S.add i, #widget-thumb-bank #thumb-bank #bank .tile.M.add i {
  line-height: 84px;
}
#widget-thumb-bank #thumb-bank #bank .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
#widget-thumb-bank #thumb-bank #bank .tile.active, #widget-thumb-bank #thumb-bank #bank .tile:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

#modalCont {
  z-index: 40;
}

#uploadFiles input {
  display: none;
}
#uploadFiles .preview .add {
  text-align: center;
  font-size: 1.5em;
  border-radius: 5px;
  border: 1px dashed black;
  line-height: 11.5vw;
}
#uploadFiles .preview .add:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#uploadFiles .preview .item-preview-image {
  overflow: hidden;
  position: relative;
  height: 11.5vw;
  width: 23%;
  padding: 0;
  margin: 1%;
  border-radius: 5px;
  cursor: pointer;
}
#uploadFiles .preview .item-preview-image img {
  width: auto;
  height: inherit;
  transform: translateX(-25%);
}
#uploadFiles .preview .item-preview-image .over {
  position: absolute;
  text-align: center;
  color: white;
  line-height: 11.5vw;
  font-size: 1.5em;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.75);
  opacity: 0;
}
#uploadFiles .preview .item-preview-image .wrong {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 0, 0, 0.75);
  text-align: center;
  padding: 5%;
  color: white;
}
#uploadFiles .preview .item-preview-image .wrong div {
  opacity: 0.75;
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 6px;
}
#uploadFiles .preview .item-preview-image .wrong i {
  font-size: 2em;
  line-height: 1.7;
}
#uploadFiles .preview .item-preview-image:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#uploadFiles .preview .item-preview-image:hover .over {
  opacity: 1;
}
#uploadFiles .preview .item-preview-image:hover .wrong {
  opacity: 0;
}

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