@import 'custom.css';

body,
html {
  font-weight: 400;
  font-size: 14px;
}

body {
  background: #f7f7f7;
  opacity: 0;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999 !important;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999 !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999 !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999 !important;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999 !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999 !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999 !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999 !important;
}

.note-editor.note-frame .note-editing-area .note-editable ul {
  padding-left: 40px;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child:before {
  content: '\f167';
  left: 0;
  font-size: 20px;
  margin-top: -8px;
  transform: translate(0, 0%);
  -ms-transform: translate(0px, 50%);
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  content: '\f165';
}

ul {
  margin: 0;
  padding: 0;
}

.kt-margin-r-7 {
  margin-right: 7px;
}

.popover .popover-body ul,
.tooltip .tooltip-inner ul {
  margin: 0;
  padding-left: 15px;
  line-height: 1.8;
}

.tooltip-inner {
  max-width: 450px;
}

.kt-spinner.kt-spinner--gray {
  display: inline-block;
  width: 26px;
}

.kt-spinner.kt-spinner--gray:before {
  margin-top: -12px;
  border: 2px solid #999999;
  border-right: 2px solid transparent;
}

.table {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.note-editable .table,
.table.table-msg,
.table.table-example {
  -moz-user-select: text;
  /*火狐*/
  -webkit-user-select: text;
  /*webkit浏览器*/
  -ms-user-select: text;
  /*IE10*/
  -khtml-user-select: text;
  /*早期浏览器*/
  user-select: text;
}

.catalog {
  font-family: 'SFMono-Regular', Consolas;
  background-color: #f6f8fa;
}

em {
  font-style: normal;
}

.table td,
.table th {
  padding: 0.4rem 0.75rem;
  vertical-align: middle;
}

.nav-tabs .nav-link:focus {
  border-color: transparent;
}

.swal2-container.swal2-shown {
  background-color: rgba(255, 255, 255, 0.5);
}

.kt-footer .kt-footer__copyright {
  margin: 0 auto;
  padding: 0;
}

.bootstrap-select.disabled {
  border: 1px solid #e2e5ec;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #e2e5ec;
}

html a.a-link:hover {
  text-decoration: underline !important;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-content,
.swal2-popup {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
}

.modal .modal-content .modal-header .modal-title {
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-content.scroll .modal-body {
  margin-bottom: 55px;
}

.modal-content.scroll .modal-footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1;
}

.blockUI {
  z-index: 9999999999 !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  text-transform: unset;
  color: #a4a7bd;
  font-size: 12px;
}

.set-btn {
  min-width: 64px;
  height: 34px;
  background: #fff;
  border-color: #dcdfe4;
  color: #666;
  white-space: nowrap;
}

.set-btn:hover {
  color: #00a550;
  border-color: #00a550;
}

.set-btn.active {
  background: #fff;
  color: #00a550;
  border: 1px solid #00a550;
}

.set-btn.active:hover {
  color: #00a550;
}

.dataTables_wrapper .dataTable_m_0.dataTable {
  margin: 0 !important;
}

table.dataTable td.dataTables_empty {
  padding: 30px 0;
}

.dataTables_wrapper .dataTable.DTFC_Cloned {
  margin: 0 !important;
}

.dropdown-menu > li > a [class^='fa-'],
.dropdown-menu > li > a [class*=' fa-'],
.dropdown-menu > .dropdown-item [class^='fa-'],
.dropdown-menu > .dropdown-item [class*=' fa-'] {
  font-size: 1.2rem;
}

.dropdown-menu.dropdown-menu-left > .kt-nav,
.dropdown-menu.dropdown-menu-right > .kt-nav {
  padding: 0;
}

.display-flex {
  display: flex !important;
  align-items: center;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
  padding-top: 2px;
}

/*新添加*/

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  color: #494b74;
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
  height: 35px;
  width: 35px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon,
.kt-header .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}

.kt-header .kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user,
.kt-header .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
  transition: all 0.3s;
  color: #6c7293;
}

.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
  padding: 10px 25px;
}

.dataTables_wrapper .pagination .page-item.next > .page-link:hover,
.dataTables_wrapper .pagination .page-item:hover > .page-link,
.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #00a550;
  color: #fff;
}

.table-top-left {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.table-top-left04 {
  width: calc(100% - 255px);
}

.table-top-right {
  width: 255px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.table-top-left03 {
  width: calc(100% - 455px);
}

.table-top-right03 {
  width: 455px;
}

.table-top-right03 select.form-control {
  padding: 0.45rem 1.15rem;
  height: auto !important;
  font-size: 0.85rem;
}

.table-top-select {
  float: left;
  width: 40%;
  margin-right: 15px;
  max-width: 200px;
  min-width: 160px;
}

.table-top-select01 {
  float: left;
  width: 100px;
  margin-right: 15px;
  max-width: 100px;
}

.table-top-search02 {
  float: right;
  width: 100%;
  max-width: 240px;
}

.table-top-search03 {
  float: right;
  width: 100%;
  min-width: 300px;
}

.table-top-select05 {
  float: left;
  width: 120px;
  margin-right: 15px;
  max-width: 120px;
}

.btn-hover-brand.del-btn:active,
.btn-hover-brand.del-btn:hover {
  color: #ffffff;
  background-color: #f4516c;
  border-color: #f4516c;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: calc(50% - 7px);
}

.progress-table.table td,
.progress-table.table th {
  padding: 0.75rem 0.75rem;
}

.table.table-light > thead > tr > th {
  border-top: 1px solid #f5f5f6 !important;
  border-bottom: 1px solid #f5f5f6 !important;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.table.table-light > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #f2f5f8;
  color: #8896a0;
  vertical-align: middle;
  padding: 10px 8px;
}

.ellipsis-text {
  max-width: 200px;
}

.ellipsis-text > span {
  display: block;
  line-height: 1.3;
}

.ellipsis-text a {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  max-width: 100%;
  vertical-align: middle;
}

.ellipsis-text a > i {
  font-size: 1.428rem;
  margin-right: 8px;
  width: 21px;
}

.ellipsis-text a > i.flaticon-tool-1 {
  font-size: 1rem;
}

.expired-badge-danger {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #fd397a;
  padding: 0px 8px;
  color: #fd397a;
  border-radius: 0.75rem;
}

.expired-badge-warning {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #ffb822;
  padding: 0px 8px;
  color: #ffb822;
  border-radius: 0.75rem;
}

.expired-badge-success {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #00a550;
  padding: 0px 8px;
  color: #00a550;
  border-radius: 0.75rem;
}

.expired-badge-info {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #0099ff;
  padding: 0px 8px;
  color: #0099ff;
  border-radius: 0.75rem;
}

.expired-badge-gray {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #999;
  padding: 0px 8px;
  color: #999;
  border-radius: 0.75rem;
}

.expired-badge-primary {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #27a5be;
  padding: 0px 8px;
  color: #27a5be;
  border-radius: 0.75rem;
}

.expired-badge-brand {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #80a0d8;
  padding: 0px 8px;
  color: #80a0d8;
  border-radius: 0.75rem;
}

.expired-badge-focus {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #805396;
  padding: 0px 8px;
  color: #805396;
  border-radius: 0.75rem;
}

.expired-badge-green {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #9ec545;
  padding: 0px 8px;
  color: #9ec545;
  border-radius: 0.75rem;
}

.expired-badge-grass {
  display: inline !important;
  margin-left: 10px;
  font-size: 12px !important;
  border: 1px solid #6e9a76;
  padding: 0px 8px;
  color: #6e9a76;
  border-radius: 0.75rem;
}

.ellipsis-text a > span {
  max-width: 100%;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.ellipsis-text a span .grey-text {
  font-size: 12px;
}

.ellipsis-text > span > a > span.user-name-space.name-one {
  max-width: 100%;
}

.ellipsis-text > span > a > span.user-name-space i {
  margin-right: 5px;
  width: 20px;
  text-align: right;
  vertical-align: middle;
}

.ellipsis-text a .default-lable {
  border: 1px solid #ddd;
  text-align: center;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}

.ellipsis-text a .default-lable.blue-border-label {
  border-color: #0099ff;
  color: #0099ff;
}

.ellipsis-text a .default-lable.lightblue-border-label {
  border-color: rgba(0, 204, 255, 1);
  color: rgba(0, 204, 255, 1);
}

.ellipsis-text a .default-lable.green-border-label {
  border-color: #00a650;
  color: #00a650;
}

.ellipsis-text a .default-lable.warning-border-label {
  border-color: #ffb822;
  color: #ffb822;
}

.ellipsis-text a .default-lable.danger-border-label {
  border-color: #ff6666;
  color: #ff6666;
}

.ellipsis-text a .default-lable.error-border-label {
  border-color: #999;
  color: #999;
}

.ellipsis-text a .default-lable.no-margin {
  margin-bottom: 0;
  padding: 1px 6px;
}

.ellipsis-text02 {
  max-width: 180px;
}

.ellipsis-text02 > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #666;
  width: 100%;
  padding-top: 1px;
}

.ellipsis-text-2 > a {
  display: inline-block;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.a_elisp {
  min-width: 300px;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ellipsis-text a.a_elisp {
  min-width: 300px;
  display: block;
  float: left;
  color: #666;
  max-width: 100%;
}

.kt-bg-info {
  background-color: #36a3f7 !important;
}

.kt-bg-danger {
  background-color: #f4516c !important;
}

.btn.btn-label-info {
  background-color: rgba(14, 129, 247, 0.1);
  color: #36a3f7;
}

.grey-text {
  color: #999 !important;
}

.small-text {
  font-size: 0.85rem;
}

.dt-right {
  outline: none;
  padding-right: 0 !important;
}

table td {
  position: relative;
}

.table-hover tbody tr:hover {
  background-color: #fcfdfd;
}

.fileicon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  background-color: #fcfdfd;
  text-align: right;
  padding-left: 5px;
}

tr.active .fileicon,
tr.selected .fileicon {
  background-color: #f8f8fb;
}

.fileicon a i {
  font-size: 14px;
  width: auto;
  color: #00a550;
  margin-right: 8px;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.page-item.active .page-link {
  z-index: 0;
}

/*搜索样式*/

.search-result {
  width: 100%;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  z-index: 3;
  display: none;
  padding: 0.5rem 0;
  max-height: 250px;
  overflow: auto;
}

.search-result .kt-notification-v2__item {
  padding: 0.5rem 1.5rem;
}

.search-result .kt-notification-v2__item .kt-notification-v2__itek-wrapper {
  padding-left: 10px;
}

.search-result .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
  display: block;
}

/*搜索样式*/

.position-absolute {
  position: absolute !important;
}

.kt-badge.kt-badge--warning {
  color: #fff;
}

.kt-badge--gray {
  color: #fff;
  background: #999;
}

.table thead th,
.table thead td {
  padding: 0.3rem 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #f4f5f8;
}

.table thead th {
  white-space: nowrap;
}

.modal .modal-content .modal-body {
  padding: 10px 25px;
}

.modal .modal-content .modal-body .kt-portlet__body {
  padding: 0;
}

.nav.nav-pills,
.nav.nav-tabs {
  margin-bottom: 15px;
}

.kt-btn--icon > span {
  display: table;
  white-space: nowrap;
}

.kt-btn--icon > span > i {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  padding-right: 0.7rem;
}

.kt-btn--icon:hover > span > i > svg [fill] {
  fill: #fff;
}

.kt-btn--icon > span > span {
  display: table-cell;
  vertical-align: middle;
}

.kt-portlet__head-label.kt-btn--icon > span > i {
  padding-right: 0rem;
}

.btn [class^='la-'],
.btn [class*=' la-'] {
  font-size: 1.2rem;
}

.form-group label {
  color: #666;
}

.advanced-option {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.kt-checkbox.kt-checkbox--disabled {
  right: -5px;
  height: 18px;
}

.kt-checkbox.kt-checkbox--solid > span {
  background: transparent;
  border: 1px solid #ddd !important;
}

.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid #ddd !important;
}

.kt-checkbox > input:disabled ~ span {
  background: #e4e8ee;
}

.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #00a550;
  border: 1px solid #00a550 !important;
}

.kt-checkbox.kt-checkbox--solid > span:after {
  border-color: #fff;
}

.kt-radio.kt-radio--solid > input:checked ~ span {
  background: #00a550;
}

.kt-radio.kt-radio--solid > span:after {
  border: solid #fff;
  background: #fff;
}

.kt-portlet .kt-portlet__body {
  color: #666;
  padding: 15px;
}

.table-active-btn {
  display: none;
}

.table-active-btn.show {
  display: inline-block;
}

.table-active-btn.active {
  display: inline-block;
}

.table-hide-btn {
  display: inline-block;
}

.table-hide-btn.hide {
  display: none;
}

.form-group-md .form-group-text,
.form-group-sm .form-group-text {
  display: flex;
  align-items: center;
}

.la-close {
  font-size: 16px;
  cursor: pointer;
}

.kt-portlet__head .la-close {
  color: #666;
}

.la-close:hover {
  color: #f4516c;
}

.btn .la-close:hover {
  color: inherit;
}

.swal2-container .la-close:hover,
.modal .la-close:hover {
  color: #666;
}

/*发送文件包*/

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link.btn {
  margin: 13px 0 13px 10px;
  padding: 9px 13px;
  width: 148px;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item {
  transition: all 0.15s ease-in-out;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link.btn,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link.btn {
  background: #fff;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link.btn:hover,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link.btn:hover {
  background: #f8f8fb;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: transparent;
  height: 60px;
}

.kt-aside-menu .kt-menu__nav {
  padding: 0 0 15px 0;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__section {
  margin: 0 0 20px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link.btn .kt-menu__link-text {
  color: #666;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  width: 100%;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
  margin-right: 5px;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .fa {
  line-height: 1;
  font-size: 1.4rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: transparent;
  color: #00a550;
  padding: 0;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link {
  background-color: transparent;
  padding: 0;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text,
.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link i {
  color: #00a550;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-svg-icon {
  width: 16px;
  height: 16px;
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-svg-icon g [fill] {
  fill: #00a550;
}

.kt-footer .kt-footer__copyright .kt-link,
.kt-footer .kt-footer__copyright .kt-link:hover,
.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
  color: #00a550;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text {
  color: #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow {
  color: #494b74;
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--quick-panel .kt-header__topbar-icon i,
.kt-header .kt-header__topbar .kt-header__topbar-item.dropdown .kt-header__topbar-icon i {
  color: #1dc7a4;
  font-weight: 700;
}

.dropdown-menu.dropdown-menu-lg {
  width: 200px;
}

.help-code {
  text-align: center;
}

.help-code img {
  width: 90px;
  padding: 16px 0;
}

.kt-pulse.kt-pulse--brand .kt-pulse__ring {
  border-color: rgba(29, 199, 164, 0.8);
}

.kt-user-card.kt-user-card--skin-dark .kt-user-card__name span {
  font-size: 1.1rem;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text .kt-badge.kt-badge--success {
  margin-left: 20px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding-left: 45px;
  min-height: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #434349;
  /*    font-size: 1.1rem;*/
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #666;
  line-height: 1.2;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  flex: 0 0 18px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__link-icon {
  color: #494b74;
}

.kt-aside,
.kt-aside-menu {
  background-color: #f3f7fb;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link {
  background-color: rgba(10, 187, 135, 0.1);
  border-right: 2px solid #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active {
  background-color: rgba(10, 187, 135, 0.1);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-icon {
  color: #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link:hover {
  background-color: rgba(10, 187, 135, 0.1);
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  background-color: transparent;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here) > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #494b74;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here).kt-menu__item--active > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:hover > .kt-menu__link .kt-menu__link-icon svg [fill],
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon svg [fill] {
  fill: #00a550;
}

.kt-grid__item_line {
  padding-right: 0;
}

.kt-aside-close {
  background-color: #e8e8f2;
}

.kt-aside-close i {
  color: #968ad4;
}

.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #00a550;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu--active > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu--active > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu--active > .kt-menu__link .kt-menu__ver-arrow {
  color: #00a550;
}

.kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title {
  color: #00a550;
}

.kt-aside--enabled.kt-subheader--fixed .kt-subheader.static {
  position: static;
  background: transparent;
  box-shadow: none;
}

.kt-aside--enabled.kt-subheader--fixed .kt-subheader.static .kt-container {
  padding-left: 0;
}

.kt-portlet__body .kt-subheader.static {
  height: auto;
  margin: 1rem 0 0 0;
}

.modal-body .kt-subheader.static {
  margin: 1rem 0 0 0 !important;
}

.modal-body .kt-subheader.static .kt-container {
  padding-right: 0;
}

.modal-body .kt-subheader.static .kt-container .kt-subheader__breadcrumbs {
  display: inline-block;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kt-aside--enabled.kt-subheader--fixed .kt-subheader.static .kt-subheader__main .kt-subheader__title {
  font-size: 1.4rem;
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i,
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #00a550;
}

.kt-subheader__title.ftrans {
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #434349;
}

.kt-subheader .kt-subheader__main {
  padding: 0;
}

.kt-subheader .kt-subheader__main .btn:not(.dropdown-toggle-split) {
  margin: 0;
  height: 54px !important;
  border-radius: 0;
  float: left;
}

.kt-subheader .kt-subheader__main .btn.btn-outline-hover-success:not(.dropdown-toggle-split):hover {
  border-color: transparent;
  background-color: rgba(10, 187, 135, 0.1);
}

.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-user .kt-header__topbar-icon {
  height: 35px;
  width: 35px;
}

.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-user .kt-header__topbar-icon i {
  color: #1dc7a4;
}

.kt-header .kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-user .kt-header__topbar-icon {
  background: transparent;
}

.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg g [fill] {
  fill: #1dc7a4;
}

.kt-aside .kt-aside-menu {
  margin: 10px 0 15px 0;
}

.kt-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eff0f6;
}

div.dataTables_wrapper div.dataTables_info,
.dataTables_pager label {
  color: #999;
  /*display: none;*/
}

.dropdown-menu > .dropdown-item,
.dropdown-menu > li > a {
  display: block;
  padding: 0.7rem 1.2rem;
}

.kt-header-mobile__toolbar .kt-menu__link {
  display: flex;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  align-items: stretch;
  outline: none !important;
  text-decoration: none;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-icon {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 0;
  line-height: 0;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-icon i {
  margin: 0 5px;
  margin-top: 2px;
  color: #00a550;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-text {
  font-size: 1.1rem;
}

.kt-header-mobile__toolbar .kt-menu__link .dropdown .btn {
  padding: 0 0.1rem;
  color: #00a550;
  font-size: 0.9rem;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-svg-icon {
  width: 16px;
  height: 16px;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-icon,
.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-text {
  color: #434349;
}

.kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-text,
.kt-header-mobile__toolbar .kt-menu__link .dropdown.dropdown-inline {
  display: flex;
  align-items: center;
}

.kt-header-menu .kt-menu__nav {
  margin: 0 auto;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
  height: auto;
}

.workpsace-dropdown {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 4px !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__section.down {
  height: auto;
}

.kt-menu__section .dropdown-text {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  margin: 0;
  padding: 7px 15px;
  text-align: left;
  text-decoration: none;
  position: relative;
  outline: none;
  height: 54px;
  font-size: 1.1rem;
}

.kt-menu__section .dropdown-text .kt-menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  line-height: 0;
}

.kt-menu__section .dropdown-text .kt-menu__link-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0;
}

.kt-menu__section .dropdown-text .kt-menu__link-text span {
  line-height: 18px;
}

.kt-menu__section .dropdown-text .kt-menu__ver-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}

.workpsace-dropdown .dropdown-menu {
  min-width: 160px;
}

.workpsace-dropdown.show .dropdown-menu .kt-nav__item .kt-nav__link .kt-nav__link-text span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__section.down {
  margin: 9px 0 20px 0;
}

.logo-img {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin: 0;
  padding: 7px 15px 7px 0px;
  text-align: left;
  text-decoration: none;
  position: relative;
  outline: none;
}

.logo-img img {
  height: 20px;
}

.logo-img > span {
  font-size: 1rem;
  line-height: 13px;
  color: #00a650;
  font-weight: 500;
  vertical-align: bottom;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}

.logo-img span span {
  color: #74788d;
  line-height: 16px;
  margin-top: 4px;
  display: block;
}

.logo-img span span.kt-badge {
  display: inline-block;
  font-size: 0.875rem;
  margin: -2px 0 0 5px;
  line-height: 0;
}

.kt-aside--minimize .workpsace-dropdown .dropdown-menu {
  display: none;
}

@media (min-width: 769px) {
  #kt_header_menu_wrapper {
    width: calc(100% - 400px) !important;
  }
}

.select2-container--default .select2-results__option .select2-results__group {
  padding: 10px 15px;
  color: #74788d;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding: 10px 40px;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
  color: #333;
}

.select2-container--default .select2-results__option {
  padding: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  line-height: 16px;
  background: rgba(247, 248, 250, 0.4);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
}

.select2-container--default .select2-results > .select2-results__options .select2-results__message ul {
  padding-left: 20px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.5rem;
}

.dataTables_wrapper .dataTable[aria-describedby] tbody tr:not(:first-of-type):last-of-type td {
  border-bottom: 1px solid #ebedf2;
}

.theme {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #00a550;
  color: #fff;
}

.dropdown-header {
  padding: 0.5rem 0.8rem;
}

.bootstrap-select .dropdown-menu.inner > li > a {
  padding: 0.5rem 1.5rem;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #666;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
  font-weight: 400;
  margin: 0.25rem 0;
}

.select2-container--default .select2-selection--multiple {
  padding: 2px 14px;
  line-height: 20px;
  max-height: 150px;
  overflow-y: auto;
}

.modal .select2-container--default .select2-selection--multiple {
  max-height: 100px;
}

/*
.modal .kt_tree_3 {
    max-height: 436px;
    overflow: auto;
}
*/

.btn-outline-warning:hover,
.btn-hover-warning:hover {
  color: #fff;
}

.kt-option .kt-option__control {
  height: 24px;
}

/*dropdown-submenu*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-right: 10px;
}

.dropdown-submenu:hover > a:after,
.dropdown-submenu.active > a:after {
  border-left-color: #00a550;
}

.dropdown-submenu .dropdown-menu > a:hover {
  color: #00a550;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*dropdown-submenu*/

.dropdown-menu > .dropdown-item.kt-btn--icon span i {
  display: inline-block;
  width: 30px;
}

.info-message .control-label {
  float: left;
  margin-right: 15px;
  color: #666;
  min-width: 70px;
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.info-message {
  margin-bottom: 5px;
}

.info-message .kt-widget__label {
  margin-right: 15px;
  color: #666;
  min-width: 80px;
  text-align: right;
  margin-bottom: 0;
}

.info-message .kt-widget__data {
  max-width: 500px;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__menu {
  position: absolute;
  right: 20px;
  display: none;
}

@media (max-width: 767px) {
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content {
    padding: 0 2rem 0 1rem;
  }

  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__menu {
    display: block;
  }

  .application-left-box .kt-widget.kt-widget--user-profile-1 {
    padding-bottom: 0;
  }
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items {
  min-width: auto;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  border: 1rem solid #fff !important;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item {
  color: #74788d;
  padding: 8px 0.6rem;
  padding: 7.5px 0.6rem;
  margin: 0;
  display: block;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item:hover,
.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item.kt-widget__item--active {
  color: #00a550;
  background: #f2f3f7;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item .kt-widget__icon {
  width: 2rem;
  display: inline-block;
  text-align: center;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item .kt-widget__icon i {
  font-size: 16px;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item .kt-widget__icon .kt-svg-icon g [fill] {
  fill: #74788d;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__menu .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill] {
  fill: #00a550;
}

.kt-portlet.kt-portlet--head-lg .kt-portlet__head,
.kt-portlet.kt-portlet--sticky .kt-portlet__head.kt-portlet__head--lg {
  height: 60px;
  min-height: 60px;
}

/*kt-widget--user-profile-1*/

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item {
  color: #74788d;
  padding: 8px 0.6rem;
  padding: 7.5px 0.6rem;
  margin: 0;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover,
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active {
  color: #00a550;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__icon {
  width: 2rem;
  display: inline-block;
  text-align: center;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__icon i {
  font-size: 16px;
}

.kt-nav .kt-nav__item {
  margin: 0.4rem 0;
}

.kt-portlet__body .kt-nav .kt-nav__item,
.modal .kt-nav .kt-nav__item {
  margin: 0;
}

.kt-widget__items .kt-nav .kt-nav__item > .kt-nav__link {
  padding: 0.4rem 5px 0.4rem 2.2rem;
}

.kt-nav .kt-nav__item.active > .kt-nav__link,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  background-color: #f2f3f7;
  border-radius: 4px;
  transition: all 0s;
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
  text-align: left;
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span,
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #74788d;
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  color: #74788d;
}

.application-left-box .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  line-height: 16px;
}

.application-left-box .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text span {
  opacity: 0.8;
  line-height: 10px;
}

/*kt-widget--user-profile-1*/

.circular {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #333;
  text-align: center;
  border: 1px solid #999;
  line-height: 23px !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section.all-font .kt-menu__link-text {
    display: none;
  }

  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section.down > .dropdown .btn .kt-menu__link-text,
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section.down > .dropdown .btn .kt-menu__ver-arrow {
    display: none;
  }
}

@media (min-width: 769px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav {
    padding-top: 0;
  }

  .kt-aside--minimize .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link.btn {
    margin: 13px;
    padding: 12px;
    width: 44px;
    height: 44px;
  }

  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__ver-arrow {
    display: block;
    line-height: 26px;
  }

  .kt-aside--enabled .kt-header.kt-header--fixed {
    left: 0;
  }

  .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
    left: 180px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .kt-subheader--fixed.kt-aside--minimize .kt-subheader {
    left: 70px;
  }

  .kt-aside--fixed .kt-aside {
    z-index: 97;
  }

  .kt-aside--fixed .kt-wrapper {
    padding-left: 180px;
  }

  .kt-aside__brand {
    background-color: transparent;
    float: left;
  }

  .kt-subheader .kt-subheader__main .kt-subheader__wrapper a span {
    font-size: 1rem;
    text-align: left;
  }

  .kt-portlet.kt-portlet--height-fluid {
    /*height: calc(100% - 50px);*/
    height: auto;
    margin-bottom: 25px;
  }

  .kt-aside--fixed.kt-aside--minimize-hover .kt-aside,
  .kt-aside--minimizing .kt-aside .kt-aside-menu .kt-menu__nav {
    width: 180px;
  }

  .kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span:nth-child(2) {
    display: block;
  }

  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-size: 1.1rem;
  }

  .kt-aside--fixed .kt-aside {
    top: 65px;
  }

  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler svg g [fill],
  .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler:hover svg g [fill] {
    transition: fill 0.3s ease;
    fill: #1dc7a4;
  }

  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .kt-menu__link-icon,
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .kt-menu__link-text {
    color: #434349;
    line-height: 40px;
    cursor: default;
  }

  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .kt-menu__link-icon {
    color: #00a550;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .dropdown .btn {
    padding: 0.75rem 0.1rem 0.55rem 0.1rem;
    color: #00a550;
    font-size: 0.9rem;
    min-width: 86px;
  }
}

@media (max-width: 1024px) {
  .kt-subheader {
    margin: 0;
  }

  .kt-header-mobile--fixed .kt-header-mobile {
    height: 53px;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
	background-color: #1bbc9b;
  }

  .kt-content > .kt-container.kt-container--fluid {
    margin-top: 10px;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .kt-menu__link-text {
    max-width: 150px;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i {
    color: #484f66;
  }

  .kt-header__topbar {
    background-color: #ffffff;
  }

  .kt-aside--on .kt-aside-close {
    left: 152px;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before,
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
    content: none;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
    width: 24px;
    height: 24px;
    background: transparent;
    top: 0px;
    position: static;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span svg {
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .kt-aside--enabled.kt-subheader--fixed .kt-subheader.static .kt-container .kt-subheader__main .kt-subheader__breadcrumbs {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .logo-img > span {
    display: none;
  }

  .pc-hide {
    display: none !important;
  }
}

@media (max-width: 850px) {
  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .kt-menu__link-text {
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .col-form-label {
    padding-bottom: 0;
  }

  .kt-subheader .kt-container {
    height: 50px;
  }

  .kt-subheader .btn {
    height: 36px !important;
  }

  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    line-height: 40px;
  }

  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    line-height: 26px;
  }

  .kt-menu__link.kt-menu__toggle.kt-menu__link_active {
    background-color: #f8f8fb;
  }

  .kt-subheader.static .kt-subheader__main .kt-subheader__title {
    padding: 0 1.25rem 0 0;
  }

  .kt-subheader.static .kt-subheader__main .kt-subheader__breadcrumbs {
    padding: 0;
  }

  .kt-header-menu .kt-menu__nav li[class='kt-menu__item kt-menu__item--submenu kt-menu__item--rel'] {
    display: block;
  }

  .kt-aside-menu .kt-menu__nav {
    margin-top: 0;
  }

  .kt-portlet__head .kt-portlet__head-title {
    margin-bottom: 15px;
  }

  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
    height: 44px;
    width: 44px;
  }

  .transfer {
    top: 28px;
  }

  .kt-header-menu-wrapper-close:hover,
  .kt-aside-close:hover {
    background-color: #00a550;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .dropdown.dropdown-inline {
    width: 11.3rem;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active.kt-menu__item--kong > .kt-menu__link .dropdown.dropdown-inline .btn {
    padding: 2px 0;
    color: #fff;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text,
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: #fff;
  }

  .kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-svg-icon g [fill] {
    fill: #fff;
  }

  .kt-header-mobile {
    background: #fff;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i,
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
    color: #484f66;
  }

  .kt-portlet {
    margin-top: 0;
  }

  /*.kt-subheader--enabled.kt-subheader--solid .kt-subheader {
        display: block;
    }*/
  .kt-portlet__body .kt-subheader.static .kt-container {
    height: auto;
  }

  .kt-portlet__body .kt-subheader.static {
    margin-bottom: 0;
  }
}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  max-width: 115px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.kt-portlet__body .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  max-width: none;
}

@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu-xl,
  .dropdown-menu.dropdown-menu-lg,
  .dropdown-menu.dropdown-menu-md {
    width: 320px;
  }

  .kt-aside {
    overflow-y: inherit;
  }
}

@media (max-width: 325px) {
  .kt-aside {
    width: 180px !important;
  }
}

.msg1 {
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 40%;
  right: 30%;
  top: 80px;
  z-index: 95;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .msg1 {
    top: 58px;
  }

  .kt-header__topbar-user .kt-header__topbar-welcome,
  .kt-header__topbar-user .kt-header__topbar-username {
    display: none !important;
  }

  .kt-notification .kt-notification__custom.kt-space-between {
    display: block;
  }
}

@media (max-width: 1100px) {
  #kt_subheader .kt-subheader__breadcrumbs {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-top-left .operate-btns .pull-right {
    float: left !important;
  }

  .table-top-left .operate-btns .pull-left {
    margin-right: 3px;
  }

  .ellipsis-text {
    max-width: 300px;
    min-width: 200px;
  }

  .a_elisp {
    min-width: 300px;
  }

  .ellipsis-text a.a_elisp {
    min-width: 300px;
  }

  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {
    margin: 0 5px 0 0;
  }

  .kt-header-mobile__toolbar .kt-menu__link .kt-menu__link-text {
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 500px) {
  .ellipsis-text {
    max-width: 180px;
    min-width: 120px;
  }

  .a_elisp {
    min-width: 160px;
  }

  .ellipsis-text a.a_elisp {
    min-width: 160px;
  }
}

@media (max-width: 320px) {
  .ellipsis-text {
    max-width: 120px;
    min-width: 80px;
  }
}

/*新button、input的修改*/

.form-control {
  height: 34px;
  line-height: 1;
}

.btn.btn-icon {
  height: 34px;
  width: 34px;
}

.btn.kt-btn--icon,
.btn.btn-outline-primary {
  height: 34px;
  padding: 6px 14px;
}

.bootstrap-select > .dropdown-toggle {
  height: 34px;
  line-height: 1.2;
}
.bootstrap-select > .dropdown-toggle.custom-padding {
  padding: 0 1rem;
}
.input-group.bootstrap-touchspin .input-group-append > .input-group-text {
  padding: 10px;
}

.modal .input-group .input-group-append,
.bootstrap-touchspin .input-group-append {
  height: 34px;
}

.input-group.choose .input-group-append {
  height: auto;
}

.scroll-show.ps > .ps__rail-y,
.scroll-show.ps > .ps__rail-x {
  opacity: 1;
  background: rgba(216, 220, 230, 0.1);
}
/*选择日期*/

.top-datetime {
  margin-right: 15px;
}

.top-datetime .m-subheader__daterange {
  display: flex;
  cursor: pointer;
}

.m-subheader__daterange-label {
  float: left;
  /*height: calc(1.5em + 1.3rem + 2px);*/
  /*padding: 0.65rem 1rem;*/
  height: 34px;
  padding: 0.5rem 1rem;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  color: rgba(40, 42, 60, 0.8);
  background-color: #fff;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.m-subheader__daterange-label:after {
  padding-left: 10px;
  border: 0;
  margin-right: -2px;
  font-size: 0.6rem;
  display: inline-block;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '\f1b1';
  opacity: 0.7;
}

/*选择日期*/

.kt-badge.kt-badge--unified-gray {
  color: #999;
  background: rgba(153, 153, 153, 0.1);
}

.bg-gray {
  background-color: #999;
}

.dataTables_wrapper .child .dtr-details > li .dtr-title {
  white-space: nowrap;
}

.btn-hover-icon-warning i {
  color: #ffb822;
}

.btn-hover-icon-warning:hover i {
  color: #fff;
}
/*帮助*/
.Web_Front > .display-flex {
  padding: 8px 0;
  margin-bottom: 5px;
  align-items: flex-start;
}

.Web_Front > .display-flex .Web_Front-label {
  margin-right: 15px;
  color: #48465b;
  min-width: 70px;
  max-width: 70px;
  text-align: right;
  margin-bottom: 0;
}

.Web_Front > .display-flex .Web_Front-data {
  color: #74788d;
  font-weight: 400;
}
/*帮助end*/
.tab-title {
  position: relative;
  color: #333;
  margin-bottom: 15px;
  padding-left: 10px;
}

.tab-title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  top: 25px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ebedf2;
}

.tab-title > .title {
  cursor: pointer;
}

.table.table-msg {
  margin-bottom: 0;
}

.table.table-msg > tbody > tr > td {
  padding: 8px 15px;
  color: #666;
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #ebedf2;
  background-clip: padding-box !important;
  font-size: 0.9rem;
}

.table.table-msg tr td:first-of-type {
  width: 84px;
  padding: 8px 15px;
  background: #f7f9fa;
  color: #333;
  /*white-space: nowrap*/
}

.fa-ban.kt-label-font-color-1 {
  float: left;
  margin-left: 6px;
  font-size: 16px;
  cursor: no-drop;
}

.cursor-no-drop {
  cursor: no-drop !important;
}

.modal-footer.display-flex > .kt-margin-l-0 {
  margin-top: 5px;
}
/*预览*/
.modal.fade.preview {
  padding: 0 !important;
}

.modal.fade.preview .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: none;
  margin: 0;
}

.modal.fade.preview .modal-dialog .modal-content {
  border-radius: 0;
}

.modal.fade.preview .modal-dialog .modal-content .modal-header {
  padding: 0 0 0 25px;
  align-items: center;
  justify-content: flex-start;
}

.modal.fade.preview .modal-dialog .modal-content .modal-header .svg_img {
  margin-top: -2px;
  min-width: 21px;
}

.modal.fade.preview .modal-dialog .modal-content .modal-header .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal.fade.preview .modal-dialog .modal-content .modal-header .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user,
.modal.fade.preview .modal-dialog .modal-content .modal-header .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}

.modal.fade.preview .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 57px);
  overflow: auto;
  margin-bottom: 0;
}

.modal.fade.preview .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: calc(100% - 6px);
}

.modal.fade.preview .modal-dialog .modal-content .modal-body .viewer-toolbar {
  padding-bottom: 20px;
}

.modal.fade:not(.show).preview .modal-dialog {
  transform: translate3d(0, 100%, 0);
}

.modal.fade.show.preview .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal.fade.preview .modal-dialog .modal-content .modal-body .docs-pictures img {
  height: calc(100vh - 57px);
}

.modal.fade.preview .modal-dialog .modal-content .modal-body > .muiplayer {
  max-width: 80%;
  margin: auto;
}

.modal.fade.preview .modal-dialog .modal-content .modal-body > .video-js {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}

.modal.fade.preview .modal-dialog .modal-content .modal-body > .video-js.vjs-fullscreen {
  min-width: 0px !important;
  max-width: none !important;
  min-height: 0px !important;
  max-height: none !important;
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.modal-body-unknown {
  padding-top: calc(50vh - 200px);
}

.modal-body-unknown .svg_img {
  width: 150px;
  height: 150px;
}

.modal.fade.preview .modal-dialog .modal-content .modal-body.display-flex {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-body-loading {
  padding-top: calc(50vh - 200px);
}

.modal-body-loading .kt-spinner {
  width: 80px;
  height: 80px;
  margin: 110px auto 20px auto;
  position: relative;
}

.modal-body-loading .kt-spinner.kt-spinner--v2.kt-spinner--success:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  margin-top: -50%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-top-color: #a5dc86;
  -webkit-animation: kt-spinner 0.5s linear infinite;
  animation: kt-spinner 0.5s linear infinite;
}

.modal-body-loading h2 {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 500px) {
  .modal.fade.preview .modal-dialog .modal-content .modal-header .kt-btn--icon span i {
    padding-right: 0;
    display: inline-block;
  }

  .modal.fade.preview .modal-dialog .modal-content .modal-header .kt-btn--icon span span {
    display: none;
  }
}

@media (max-width: 768px) {
  .fileicon {
    display: block !important;
    background-color: #ffffff;
  }

  .modal.fade.preview .modal-dialog .modal-content .modal-body .my-player-dimensions {
    max-width: 100%;
    max-height: 300px;
  }

  .modal.fade.preview .modal-dialog .modal-content .modal-body > .muiplayer {
    max-width: 100%;
  }
}
/*预览end*/
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #00a550;
  background-color: #fff;
}

.btn-white {
  color: #00a550;
  background-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background-color: #00a550;
}

.kt-notification .kt-notification__item {
  padding: 0.5rem 1.5rem;
}

.kt-notification .kt-notification__custom {
  padding: 1rem 1.5rem;
}

.kt-notification .kt-notification__item:after {
  content: none;
}

.no_point_popover.popover {
  min-width: auto;
  left: 0 !important;
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand > a > i {
  color: #0099ff;
}

.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover > a {
  background: #0099ff;
}
/*
.kt-sticky-toolbar-home{
    width: 20px;
}*/
.kt-notification__custom.kt-space-between .kt-btn--icon span span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
}

.kt-badge {
  white-space: nowrap;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child {
  padding-left: 20px;
}

.kt-header__topbar-item .kt-nav .kt-nav__separator {
  margin: 0;
}

.kt-grid-nav__item {
  padding: 0.75rem;
  padding-bottom: 1rem;
  width: 130px;
  min-height: 100px;
  float: left;
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
}

.kt-grid-nav__item.active {
  background: #f7f8fa;
}

.kt-grid-nav__item:hover {
  background: #f7f8fa;
}

.kt-grid-nav__item.active .kt-grid-nav__title {
  color: #00a550;
}

.kt-grid-nav__item:nth-child(2n) {
  border-right: none;
}

.kt-grid-nav__item > span {
  display: block;
}

.kt-grid-nav__item .kt-grid-nav__title {
  margin-top: 2px;
  color: #666;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kt-grid-nav__item .kt-grid-nav__desc {
  margin-top: 2px;
  font-size: 0.9rem;
  color: #959cb6;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

.kt-grid-nav__item .kt-grid-nav__icon {
  font-size: 1.6rem;
  /*line-height: 1;*/
}
/*sweetalert2*/
.display-flex > .swal2-header > .swal2-icon {
  width: 4em;
  height: 4em;
}

.display-flex > .swal2-header > .swal2-icon::before {
  height: 100%;
  font-size: 2.5em;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #a2a5b9 !important;
}

.kt-footer .kt-header__topbar-item {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.kt-footer .kt-header__topbar-icon {
  color: #74788d;
}

.kt-footer .kt-header__topbar-icon:hover {
  color: #00a550;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #a2a5b9 !important;
}

.kt-header__topbar-wrapper .switch-icon {
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}

.kt-header__topbar-wrapper .switch-icon .display-flex {
  border: 1px solid #fff;
}

.kt-header__topbar-wrapper .switch-icon:hover .display-flex {
  background: #fff;
  border: 1px solid #fff;
}

.kt-header__topbar-wrapper .switch-icon .display-flex .kt-svg-icon g [fill] {
  fill: #fff;
}

.kt-header__topbar-wrapper .switch-icon:hover .display-flex .kt-svg-icon g [fill] {
  fill: #00a550;
}

.kt-header__topbar-wrapper .switch-icon:hover .display-flex span:nth-child(2) {
  color: #00a550 !important;
}

.swal2-popup .swal2-title {
  word-break: break-all;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
  min-height: 46px;
}

.popover {
  font-family: 'Helvetica Neue', Helvetica,  'Hiragino Sans GB W3',   sans-serif !important;
}

@media (max-width: 640px) {
  .kt-form.w-100.d-flex {
    display: block !important;
  }

  .screen-left {
    width: 100% !important;
  }

  .screen-left .all-read {
    width: 100% !important;
  }

  .screen-right {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px !important;
  }

  .screen-right > .btn {
    margin-left: 0 !important;
  }
}

.screen-left .top-datetime,
.screen-left .m-subheader__daterange-label {
  width: 100%;
  margin: 0;
  max-width: none;
}

.screen-left .m-subheader__daterange-label:after {
  float: right;
  line-height: 20px;
}

.dtr-data {
  word-break: break-all;
}

div[data-scroll='true'] {
  overflow: auto;
}

.mail-new-text + .child .dtr-data {
  position: relative;
}

.mail-new-text + .child .dtr-data span.kt-badge {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -4px;
}

.alert-send-img {
  display: none;
  position: fixed;
  left: 50%;
  top: 66px;
  transform: translate(-50%, 0);
  z-index: 9999;
  background: #fff8e8 !important;
  white-space: nowrap;
}

.alert-send-img.show {
  display: block;
}

.alert-send-img .alert-send-cancel {
  color: #00a550;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .alert-send-img {
    top: 53px;
    white-space: normal;
  }

  .daterangepicker.ltr {
    z-index: 100;
  }
}

.upload {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 564px) {
  .daterangepicker.ltr {
    z-index: 100;
  }
}

#Certificate_of_Authorization .dropdown-menu {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
}

#Certificate_of_Authorization .kt-nav__head {
  padding: 10px 15px 0;
}

#Certificate_of_Authorization .kt-nav__item {
  position: relative;
}

#Certificate_of_Authorization .kt-nav__item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 5px;
  left: 21px;
  margin-left: 3px;
  border-right: solid 8px #fff;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px transparent;
}

#Certificate_of_Authorization .kt-nav__item:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 5px;
  left: 20px;
  margin-left: 3px;
  border-right: solid 8px rgba(0, 0, 0, 0.1);
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px transparent;
}

#Certificate_of_Authorization img {
  max-width: calc(100% - 38px);
  margin-left: 10px;
  vertical-align: top;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

#Certificate_of_Authorization .dropright:hover .dropdown-menu {
  display: block;
}

.middleEllipsis {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.middleEllipsis > .start {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  display: inline-block;
  border: none;
  box-shadow: none;
  position: static;
  transform: none;
  padding: 0;
  width: auto;
  line-height: inherit;
}

.middleEllipsis > .start::before {
  display: none;
}

.middleEllipsis > .end {
  white-space: nowrap;
  flex-basis: content;
  flex-grow: 0;
  flex-shrink: 1;
  align: right;
  overflow: hidden;
  direction: rtl;
}

.kt-spinner:before {
  -webkit-animation: kt-spinner 2s linear infinite;
  animation: kt-spinner 2s linear infinite;
}

.kt-scrolltop {
  bottom: 115px;
}

.cursor-pointer {
  cursor: pointer;
}

.edit-tag .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  height: 25px;
}

.edit-tag .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  top: 11px;
}

.kt-tag {
  display: inline-block;
  color: #74788d;
  background: #f7f8fa;
  border: 1px solid #ebedf2;
  padding: 3px 5px;
  font-size: 12px;
  margin: 2px 2px 2px 0;
  position: relative;
  border-radius: 4px;
  height: 25px;
}

.dropdown-menu {
  z-index: 1051;
}

tr.disabled {
  background-color: #f7f8fa;
}

.table-hover tbody tr.disabled:hover {
  background-color: #f7f8fa;
}

.table-hover tbody tr.disabled .fileicon {
  background-color: #f7f8fa;
}

.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  color: #00a550;
}

.vakata-context .vakata-context-hover.vakata-contextmenu-disabled > a,
.vakata-context ul .vakata-context-hover.vakata-contextmenu-disabled > a {
  color: #c0c0c0;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background: #00a550;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display i {
  margin-right: 5px;
}

div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: 1px solid #ebedf2;
}

.note-editor .note-toolbar .note-btn-group .btn {
  padding: 7px 10px;
  width: auto;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable='false'] {
  background-color: #f2f3f5;
}

.kt-switch.kt-switch--smm input:empty ~ span {
  height: 10px;
}

.kt-switch.kt-switch--smm input:empty ~ span:before {
  width: 32px;
}

.kt-switch.kt-switch--smm input:empty ~ span:after {
  height: 15px;
  width: 15px;
  line-height: 10px;
  border: 1px solid #ddd;
  top: -2px;
}

.kt-font-ml {
  font-size: 1rem !important;
}

.middleEllipsis,
.textEllipsis {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.middleEllipsis > .start,
.textEllipsis > .start {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  display: inline-block;
  border: none;
  box-shadow: none;
  position: static;
  transform: none;
  padding: 0;
  width: auto;
  line-height: inherit;
}

.middleEllipsis > .start:before,
.textEllipsis > .start:before {
  display: none;
}

.middleEllipsis > .end,
.textEllipsis > .end {
  white-space: nowrap;
  flex-basis: content;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
  overflow: hidden;
  direction: rtl;
}

body.swal2-shown.swal2-height-auto {
  height: 100% !important;
}

.kt-font-white {
  color: #fff !important;
}

.kt-radio.kt-radio--solid > span {
  background: transparent;
  border: 1px solid #ddd !important;
}

.expired-badge-purple {
  color: #6f42c1 !important;
  border: 1px solid #6f42c1 !important;
}

.kt-font-purple {
  color: #6f42c1 !important;
}

.kt-badge.kt-badge--unified-purple {
  color: #6f42c1;
  background: rgba(111, 66, 193, 0.1);
}

.progress-table.table .position-relative span.kt-badge:not(.kt-badge--inline) {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -4px;
}
.kt-aside--minimize .kt-aside .kt-aside-menu .kt-menu__nav {
  width: 70px;
}

.organizaiont_search {
  position: relative;
  margin-right: 15px;
}

.organizaiont_search_result {
  padding: 0.5rem 0;
  max-height: 250px;
  min-width: 160px;
}

.organizaiont_search_result .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
  display: block;
}

.organizaiont_search_result .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-title,
.organizaiont_search_result .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.organizaiont_search_result {
  width: 100%;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
  z-index: 3;
  display: none;
  padding: 0.5rem 0;
  max-height: 160px;
  overflow: auto;
}

.organizaiont_search_result .kt-notification-v2__item {
  padding: 0.5rem 0.5rem;
}

.organizaiont_search_result .kt-notification-v2__item .kt-notification-v2__itek-wrapper {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.organizaiont_search_result .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
  display: block;
}
