
.el-table th.el-table__cell {
  background-color: #f0f2f5 !important;
  color: #333;
  font-weight: bold;
}

.app-container .el-table {
  max-height: calc(100vh - 280px);
  overflow-y: auto;

  .el-table__header-wrapper {
    position: sticky;
    top: 0;
    z-index: 4;
  }
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

body .app-wrapper.ja,
body .app-wrapper.ja * {
  font-family: "Noto Sans JP";
}

body .app-wrapper.ja .tinymce-container,
body .app-wrapper.ja .tinymce-container * {
  font-family: 'tinymce',Arial!important;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: block;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  a {
    color: #337ab7;
    cursor: pointer;

    &:hover {
      color: rgb(32, 160, 255);
    }
  }
}

// main-container padding
.app-container {
  padding: 20px;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.pagination-container {
  /*margin-top: 30px;*/
  margin-top: 0;
}

.text-center {
  text-align: center
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  transition: 600ms ease position;
  background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);

  .subtitle {
    font-size: 20px;
    color: #fff;
  }

  &.draft {
    background: #d0d0d0;
  }

  &.deleted {
    background: #d0d0d0;
  }
}

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer;

  &:hover {
    color: rgb(32, 160, 255);
  }
}

.filter-container {
  padding-bottom: 10px;

  .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }

  .filter-create-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

//refine vue-multiselect plugin
.multiselect {
  line-height: 16px;
}

.multiselect--active {
  z-index: 1000 !important;
}

.el-button,
.el-button--medium,
.el-textarea__inner,
.el-input__inner {
  border-radius: 0 !important;
}

.el-textarea__inner {
  min-height: 250px !important;
}

.el-table .warning-row {
  background: oldlace;
}

.el-table .success-row {
  background: #f0f9eb;
}

.el-table .selected-row {
  background: oldlace;
}

.selection-rows {
  margin-top: 20px;
}

.selection-rows button {
  padding: 9px 10px;
}

.selection-rows .el-button + .el-button {
  margin-left: 5px;
}

.edit-input {
  padding-right: 100px;
}

.cancel-btn {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dialog-footer {
  text-align: left;
  padding-top: 0;
  margin-left: 150px;
}

.app-container {
  flex: 1;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;

  .block {
    float: left;
    min-width: 250px;
  }

  .clear-left {
    clear: left;
  }
}

.create-form-container {
  position: relative;
  min-height: calc(100vh - 84px);

  .create-form-main-container {
    padding: 0 45px 20px 50px;
  }

  label.el-form-item__label {
    text-align: left;
  }

  #txtareaDesc {
    min-height: 70px !important;
  }
}

.el-dialog__header {
  text-align: center;
  font-weight: bold;

  .el-dialog__title {
    font-size: 20px;
  }
}

.el-table__body tr.clickable-rows td {
  cursor: pointer;
}

.el-table__body tr.clickable-rows .el-table__expanded-cell {
  cursor: default;
}

.el-table__body tr.clickable-rows:hover > td {
  background-color: oldlace !important;
}

.setting-form .el-form-item__label {
  text-align: left;
}

.footer-navbar-btn {
  z-index: 9 !important;
  height: 50px !important;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 210px);
  transition: width 0.28s;
}

.hideSidebar .footer-navbar-btn {
  width: calc(100% - 54px);
}

#txtareaDescriptionSmall {
  min-height: 70px !important;
}

.tbl-schedule table .el-table .cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}

#app .sidebar-container .el-submenu a.router-link-active .el-menu-item,
#app .sidebar-container a.router-link-active .el-menu-item {
  background-color: #ebeff2 !important;
  color: #53646e !important;
}

#app .sidebar-container {
  -webkit-box-shadow: 3px 1px 18px -4px rgba(179, 175, 179, 1);
  -moz-box-shadow: 3px 1px 18px -4px rgba(179, 175, 179, 1);
  box-shadow: 3px 1px 18px -4px rgba(179, 175, 179, 1);
  top: 104px;
  height: calc(100% - 104px);
}

.app-breadcrumb.el-breadcrumb .no-redirect,
.navbar .right-menu .right-menu-item,
.el-breadcrumb__inner.is-link, .el-breadcrumb__inner a {
  color: #53646e !important;
}

#app .sidebar-container {
  z-index: 9 !important;
}


.form-has-meta .logo-uploader {
  line-height: initial;
  padding-top: 4px;
}

.form-has-meta .logo-uploader .el-upload {
  width: 100%;
  height: 100%;
  border: 1px dashed #d9d9d9;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.form-has-meta .logo-uploader .el-upload:hover {
  border-color: #409EFF;
}

.form-has-meta .logo-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}

.form-has-meta .logo {
  width: 144px;
  height: 144px;
  display: block;
}

.form-has-meta .logo-uploader {
  width: 146px;
  height: 146px;
  border: 0px solid #fff;
}

.form-has-meta .logo-uploader div.custom-icon {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 135px;
}

.form-has-meta .logo-uploader div.custom-icon span {
  display: block;
  height: 35px;
  width: 100%;
}

.form-has-meta .logo-uploader div.custom-icon span:first-child {
  padding-top: 30px;
}

.form-has-meta .logo-uploader div.custom-icon span:first-child i {
  display: block;
  font-size: 45px;
}

.form-has-meta .logo-uploader span button {
  background-color: #c2c8d2;
  border: solid 0px #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  padding: 6px 12px;
  outline: none;
}

.form-has-meta .logo-uploader span button:hover {
  cursor: pointer;
}

.form-has-meta .logo-uploader span button i {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.app-container .el-table__body td .cell > a:hover {
  text-decoration: underline;
}

.el-table .cell .show_top_status {
  line-height: 13px;
}

.el-table .cell .show_top_status .like-link {
  cursor: pointer;
}

.el-table .cell .show_top_status i {
  font-size: 18px;
  color: #dcdcdc;
}

.el-table .cell .show_top_status .like-link:hover i,
.el-table .cell .show_top_status i.checked {
  color: #13ce66;
}

#detail_edit_teller .vue-tags-input {
  max-width: 100% !important;
  width: 100% !important;
}

#detail_edit_teller .ti-input {
  border: 1px solid #DCDFE6 !important;
  height: 40px;
}


#csvImport .el-upload {
  width: 100%;
}

#csvImport .el-upload .el-upload-dragger {
  width: 100%;
  height: 300px;
}

#csvImport .el-upload-dragger .el-icon-upload {
  margin: 95px 0 16px;
}

#csvImport .el-upload__tip span {
  color: red;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}

#csvImport .el-upload .el-upload__text .file_csv_info .el-icon-upload-success {
  color: #67c23a;
  margin-left: 10px;
}

#csvImport .el-table tr.item-parent {
  background-color: #dcdcdc2e;
}

#csvImport .information_import {
  width: 50%;
  display: block;
  margin: 120px auto;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  max-width: 800px;
  text-align: center;
  padding: 50px;
}

#csvImport div.information_import.success .icon-status {
  font-size: 60px;
  margin-bottom: 10px;
}

#csvImport div.information_import.success .icon-status i.el-icon-upload-success {
  color: #67c23a;
}

#csvImport div.information_import.success .note-status {
  line-height: 50px;
  font-size: 25px;
}

#csvImport div.information_import.importing .icon-status {
  font-size: 60px;
  margin-bottom: 10px;
}

#csvImport div.information_import.importing .el-progress {
  margin-bottom: 20px;
}

#csvImport div.information_import.importing .import-meta {
  margin-bottom: 10px;
}

/* Custom Teller form */
.short_items_view {
  display: block;
  width: 100%;
  height: 35px;
  background-color: #fff;
  margin-top: 2px;
  border: solid 1px #DCDFE6;
  border-bottom: solid 0px #fff;
  cursor: pointer;
}

.short_items_view:hover {
  background-color: #ddd;
}

.short_items_view.with_bottom {
  margin-bottom: 5px;
  border-bottom: solid 1px #DCDFE6;
}

.hide_view_mode {
  border-bottom: solid 1px #DCDFE6;
}

.short_items_view span {
  display: inline-block;
  width: 70%;
  height: 100%;
  float: left;
  text-align: left;
  line-height: 35px;
  padding: 0 10px;
  font-size: 13px;
  color: #585a5c;
  text-transform: capitalize;
}

.short_items_view span:last-child {
  width: 30%;
  text-align: right;
  font-size: 15px;
}

.short_items_view.with_bottom {
  margin-bottom: 5px;
  border-bottom: solid 1px #DCDFE6;
}

.short_items_view span {
  display: inline-block;
  width: 70%;
  height: 100%;
  float: left;
  text-align: left;
  line-height: 35px;
  padding: 0 10px;
  font-size: 13px;
  text-transform: capitalize;
}

.short_items_view span:last-child {
  width: 30%;
  text-align: right;
  font-size: 15px;
}

button .el-loading-spinner .circular {
  width: 20px;
  height: 20px;
}

button .el-loading-spinner {
  margin-top: -10px;
}
