/* theme color */

.el-dropdown-menu {
  margin-top: 0px;
  padding: 0px;
}

.el-tabs .el-tabs__header {
  margin: 0px 10px 5px 10px !important;
}

.el-tabs .el-tabs__item {
  font-size: 13px;
  padding-right: 6px;
  letter-spacing: -0.5px;
}

.btn-side-menu-toggle {
  margin-top: 5px;
}

a.el-button.el-button--default > i.material-icons {
  font-size: 20px;
  line-height: 10px;
  display: block;
  float: left;
  margin-right: 3px;
  color: #888;
}

.notices .toast {
  font-size: 13px !important;
  border-radius: 1px !important;
}

.footer-button {
  background: #FFF !important;
}

.subheader .right {
  text-align: right;
}

.el-main {
  padding: 10px;
}

.el-main.form,
.el-main.show {
  background: #FFF !important;
}

.el-main.form {
  padding-bottom: 80px;
}

.el-table th .cell {
  white-space: unset;
  word-break: break-word;
  white-space: unset;
  word-break: break-word;
  line-height: 35px;
  font-size: 13px;
}

.el-table th .cell .caret-wrapper {
  float: right;
}

.el-table td {
  padding: 10px 0;
}

.el-table td .cell {
  font-size: 13px;
}

.el-table__header-wrapper {
  background: #bcc9dd !important;
}

.drawer-mode {
  position: fixed;
  height: 100%;
  display: block !important;
  z-index: 99999 !important;
}

.horizontal-collapse-transition .el-menu-item,
.horizontal-collapse-transition .el-submenu__title,
.el-menu--collapse .el-menu-item,
.el-menu--collapse .el-submenu__title {
  font-size: 0;
}

.horizontal-collapse-transition .el-submenu.is-opened .el-menu-item-group,
.el-menu--collapse .el-submenu.is-opened .el-menu-item-group {
  display: none;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track {
  display: none;
  border: none;
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background-color: #AAA;
}

aside::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

html,
body,
#app {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.side-menu {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  display: flex;
  flex-direction: column;
  background-color: #F1F1F1;
  border-right: solid 1px #e6e6e6;
  overflow-x: hidden !important;
}

.side-menu .side-menu-footer {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0px;
}

.side-menu.expanded {
  max-width: 230px;
  width: 230px;
  min-width: 230px;
}

.side-menu .el-menu-item {
  padding: 0px 12px !important;
}

.side-menu .el-submenu .el-menu-item {
  padding: 0px 38px !important;
}

.side-menu .el-submenu__title {
  padding: 0px 12px !important;
}

.side-menu .menu-brand {
  line-height: 60px;
  background: #Fefefe;
  padding: 0px 15px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  height: 80px !important;
}

.side-menu.collapsed {
  max-width: 50px;
  width: 50px;
  min-width: 50px;
}

.side-menu.collapsed .el-menu-item,
.side-menu.collapsed .el-submenu__title {
  padding-left: 18px !important;
  color: transparent !important;
}

.side-menu .el-menu-item,
.side-menu .el-submenu__title {
  font-size: 13px;
  height: 45px;
  line-height: 45px;
}

.side-menu .el-menu-item .material-icons,
.side-menu .el-submenu__title .material-icons {
  margin-right: 5px;
  font-size: 18px;
  margin-top: -4px;
}

.side-menu .footer-button {
  color: #888;
  border: #DDD solid 1px;
  width: 100%;
}

.side-menu .el-menu {
  border: none;
  flex: 1;
}

.el-header {
  height: 50px !important;
  background: #bcc9dd !important;
  color: #333;
  line-height: 50px;
}

.el-aside {
  color: #333;
}

a.el-button {
  text-decoration: none;
}

.el-table--border:before,
.el-table--border:after,
.el-table--border:after,
.el-table--group:before,
.el-table--group:after,
.el-table--group:after,
.el-table:before,
.el-table:after,
.el-table:after,
.el-table__fixed:before,
.el-table__fixed:after,
.el-table__fixed:after,
.el-table__fixed-right:before,
.el-table__fixed-right:after,
.el-table__fixed-right:after {
  background: none;
}

.el-table__empty-block {
  height: 25% !important;
  width: 100% !important;
}

#app {
  overflow: hidden;
}

.branches-dropdown-menu {
  list-style: none;
  margin: 0px;
  min-width: 200px;
  padding: 0px;
  margin-top: -15px !important;
}

.branches-dropdown-menu li:first-child {
  padding: 10px 20px;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
}

.branches-dropdown-menu li {
  text-transform: uppercase;
}

.branches-dropdown-menu .popper__arrow {
  margin-left: 10px !important;
}

.profile-dropdown-menu {
  margin-top: -8px !important;
  margin-right: 15px !important;
  margin: 0px;
  min-width: 330px;
  padding: 0px;
}

.profile-dropdown-menu .popper__arrow {
  margin-left: 10px !important;
  display: none;
}

.profile-dropdown-menu .profile-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 70px;
}

.profile-dropdown-menu .profile {
  list-style: none;
  color: #888;
  padding: 5px 10px;
  border-bottom: 1px solid #EEE;
  background: #fefefe;
  font-weight: 500;
}

.about-button {
  background: none;
  border: none;
  margin-right: 10px;
  padding-top: 8px;
  height: 46px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.about-button:focus,
.about-button:hover {
  outline: none;
}

.about-button .material-icons {
  font-size: 20px;
}

.notification-dropdown button {
  position: relative;
  cursor: pointer;
  margin-top: 11px;
  width: 28px;
  border: none;
  height: 28px;
  padding: 5px;
  margin-right: 15px;
  border-radius: 35px;
  background: transparent;
  border: none;
  background: #CCC;
}

.notification-dropdown button i.material-icons {
  color: #FFF;
  font-size: 18px;
}

.notification-dropdown button span.dots {
  position: absolute;
  background: red;
  padding: 3px;
  color: #FFF;
  border-radius: 20px;
  display: block;
  width: 10px;
  height: 10px;
  font-size: 8px;
  font-weight: bold;
  top: -5px;
  right: -5px;
}

.module-dropdown button {
  position: relative;
  cursor: pointer;
  margin-top: 11px;
  width: 28px;
  border: none;
  height: 28px;
  padding: 5px;
  margin-right: 15px;
  border-radius: 35px;
  background: transparent;
  border: none;
  background: #CCC;
}

.module-dropdown button i.material-icons {
  color: #FFF;
  font-size: 18px;
}

.module-dropdown button span.dots {
  position: absolute;
  background: red;
  padding: 3px;
  color: #FFF;
  border-radius: 20px;
  display: block;
  width: 10px;
  height: 10px;
  font-size: 8px;
  font-weight: bold;
  top: -5px;
  right: -5px;
}

.module-dropdown-menu {
  max-width: 320px;
  width: 320px;
  max-height: 520px;
  margin-top: -8px !important;
  margin-right: 20px !important;
  padding: 0px;
}

.notification-dropdown-menu {
  max-width: 400px;
  width: 400px;
  max-height: 520px;
  margin-top: -8px !important;
  margin-right: 20px !important;
  padding: 0px;
}

.notification-dropdown-menu .header {
  position: absolute;
  width: 100%;
  list-style: none;
  display: flex;
}

.notification-dropdown-menu .notification-preview-row {
  position: relative;
  display: flex;
  padding-left: 8px;
  border-bottom: 1px solid #DDD;
}

.notification-dropdown-menu .notification-preview-row .avatar-container {
  padding: 15px 10px 0px 0px;
}

.notification-dropdown-menu .notification-preview-row .content-container {
  width: 100%;
}

.notification-dropdown-menu .notification-preview-row .content-container .title {
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 265px;
}

.notification-dropdown-menu .notification-preview-row .content-container .title .publish_at {
  font-size: 9px;
  float: right;
  color: #AAA;
  position: absolute;
  right: 14px;
  top: 42px;
}

.notification-dropdown-menu .notification-preview-row .content-container .created {
  margin-top: 8px;
  font-size: 10px;
  margin-right: 0px;
  color: #777;
}

.notification-dropdown-menu .notification-preview-row .content-container .message {
  line-height: 15px;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 400px;
  margin-top: -5px;
}

.notification-dropdown-menu .header {
  background: #ededed;
  color: #555;
  padding: 10px 20px;
  z-index: 2000;
}

.notification-dropdown-menu .header .material-icons {
  font-size: 17px;
  margin-top: 0px;
}

.notification-dropdown-menu .popper__arrow {
  display: none;
}

.el-dropdown {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.el-button.is-disabled {
  border-color: #ddd !important;
  background: #eee !important;
  color: #999 !important;
}

.el-dropdown-menu__item a {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}

.el-breadcrumb__separator {
  color: #555 !important;
}

#app .content {
  height: 100%;
}

#app .content .profile-nav {
  display: flex;
}

#app .content .profile-nav .profile-nav-greeting {
  font-size: 15px;
  flex: 1;
  color: #666;
}

#app .content .profile-nav .profile-nav-dropdown {
  cursor: pointer;
}

#app .content .profile-nav .profile-nav-dropdown .material-icons {
  color: #AAA;
  font-size: 30px;
  margin-top: 15px;
  margin-left: 10px;
}

#app .content .profile-nav .profile-nav-dropdown .el-dropdown-selfdefine {
  margin-top: 10px !important;
  margin-left: 0px !important;
}

#app .content .el-form-item__label {
  padding: 0 0 6px 0 !important;
  font-weight: 500 !important;
  color: #212529;
  font-size: 13px;
  line-height: 13px;
}

#app .content .el-input__inner,
#app .content > input,
#app .content > textarea,
#app .content textarea {
  border: 1px solid #bbb;
}

#app .content .el-input__inner::-moz-placeholder, #app .content > input::-moz-placeholder, #app .content > textarea::-moz-placeholder, #app .content textarea::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}

#app .content .el-input__inner:-ms-input-placeholder, #app .content > input:-ms-input-placeholder, #app .content > textarea:-ms-input-placeholder, #app .content textarea:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}

#app .content .el-input__inner::placeholder,
#app .content > input::placeholder,
#app .content > textarea::placeholder,
#app .content textarea::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 13px;
}

#app .content .el-form-item.is-error .el-input__inner,
#app .content .el-form-item.is-error .el-input__inner:focus,
#app .content .el-form-item.is-error .el-textarea__inner,
#app .content .el-form-item.is-error .el-textarea__inner:focus {
  border-color: #F56C6C !important;
}

.fake-header {
  display: flex;
  height: 60px;
  position: absolute;
  width: 100%;
}

.fake-header .left {
  width: 300px;
  background: #Fefefe;
  border-bottom: 1px solid #e6e6e6;
}

.fake-header .right {
  flex: 1;
  background: #eeeeee;
}

.datagrid-filter-dialog .el-dialog__title {
  padding-left: 2px;
}

.datagrid-filter-dialog .form-container .el-form-item__label {
  line-height: 16px !important;
  margin-left: 4px;
}

.datagrid-filter-dialog .form-container .el-form-item__content {
  line-height: 35px;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .el-table th.is-hidden > *,
  .el-table td.is-hidden > * {
    visibility: inherit !important;
  }

  .fake-header .left {
    display: none !important;
  }

  .el-table__fixed {
    display: none;
  }

  .el-form .el-form-item__label {
    width: auto !important;
    margin-bottom: 5px !important;
  }

  .el-form .el-form-item__content {
    margin-left: 0px !important;
  }

  .el-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    position: fixed;
    overflow: auto;
  }

  .el-dialog.el-dialog--center {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding-top: 15vh !important;
  }

  .el-dialog.is-fullscreen {
    padding: 20px !important;
  }

  .subheader .right {
    text-align: left !important;
  }
}

