strong {
  font-weight: bold !important;
}

.center-align {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.space-around-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.double-nav .breadcrumb-dn {
  color: #fff;
}

.side-nav.wide.slim .sn-ad-avatar-wrapper a span {
  display: none;
}

.sv-slim-icon {
  margin-top: 11px;
}

.th-sm {
  background-color: #616161;
  color: #ffffff;
}

.no-first-sys-cls {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.td-cotent-css {
  text-align: center;
}

.main-container-cls {
  margin-top: 30px;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-bar {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-keyword {
  width: 200px !important;
  height: 35px !important;
  margin: 0px;
}

.large-search-keyword {
  width: 320px !important;
}

.btn-search {
  height: 35px !important;
  margin: 0px;
}

.space-between-layer {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 100%;
}

.w180 {
  width: 180px;
}

.btn-round {
  font-size: 0.8rem !important;
  font-weight: bold;
  padding: 0.4rem 1.2rem !important;
  vertical-align: middle;
  border-radius: 10px;
}

.btn-custom {
  font-size: 0.8rem !important;
  font-weight: bold;
  padding: 0.3rem 1.2rem !important;
  vertical-align: middle;
  width: 90px;
  border-radius: 5px;
  margin: 5px !important;
}

.btn-custom-add {
  font-size: 0.8rem !important;
  font-weight: bold;
  padding: 0.3rem 1.2rem !important;
  vertical-align: middle;
  width: 150px;
  border-radius: 5px;
  height: 35px !important;
  margin: 0px;
}

table.data-table-padding {
  /*border-collapse: separate;*/
  border: solid black 2px;
  border-color: #33b5e5;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

table.data-table-padding td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

table.data-table-padding th {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #33b5e5;
  color: #ffffff;
  font-weight: bold;
}

.action-col {
  width: 100px;
}

.large-action-col {
  width: 150px;
}

.huge-action-col {
  width: 200px;
}

.width-150 {
  width: 150px;
}

.width-200 {
  width: 200px;
}

.max-200-width {
  max-width: 100px;
}

.max-200-width {
  max-width: 200px;
}

.under-line {
  -webkit-text-decoration: underline #3333ff;
          text-decoration: underline #3333ff;
}

.logo-wrapper a p {
  display: inline-block;
  background: #fff;
  padding: 5px !important;
  border-radius: 100%;
}

.logo-wrapper a span {
  vertical-align: top;
}

.main-frm-label-cls, #menu_logout {
  font-size: 15px;
  font-weight: bold;
}

.table-nav-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-nav-page button {
  padding: 0.4rem 1.6rem !important;
  font-size: 0.7rem !important;
  height: 35px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 5px;
}

.table-nav-page select {
  width: 100px !important;
  height: 35px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 10px;
  font-weight: bold;
}

.table-nav-page span {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}

.loading-mark-mask {
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
}

.loading-mark-content {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 300px;
  height: 200px;
  background: #fff;
  opacity: 1;
  z-index: 1000000;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-mark-net {
  margin: auto;
}

.loading-mark-net i {
  color: #000;
  opacity: 1;
}

.loading-label {
  font-size: 17px;
  font-weight: bold;
}

.login-container-cls {
  padding-top: 20vh !important;
}

.login-container-cls .login-loading-bar {
  position: absolute;
  z-index: 1000;
  margin-top: 150px;
  color: #7f7f7f;
  display: none;
}

.login-container-cls .login-content-cls {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.login-container-cls .login-content-cls .login-logo-image img {
  width: 100px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.top-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 50px;
}

.top-button-container-btn {
  border-radius: 10px;
  font-weight: bold;
  padding: 0.3rem 1.6rem !important;
  font-size: 1rem !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.buy-album {
  margin-bottom: 50px;
}

.album-list-container {
  border: 1px solid #cfcfcf;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.album-list-container span {
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.media-label {
  font-size: 1em;
}

.media-player .media {
  max-width: 700px;
  width: 100%;
}

.media-player video {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-layer img {
  width: 100%;
  height: auto;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.annotation-cls {
  border: solid 1px #afafaf !important;
  border-radius: 1px !important;
  height: 300px !important;
}

.toolbar-container {
  width: 800px;
}

.password-change-container-cls {
  margin-top: 30px;
  margin-bottom: 60px;
}

.change-password-cls {
  padding: 30px;
}

.password-change-content-cls {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.form-title-bar {
  color: #757575;
}
/*# sourceMappingURL=style.css.map */