body, .sidebar {
  font-family: "Lantinghei SC", 'Open Sans', sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 400;
  font-size: 13px;
}
.main-menu>li>a {
  font-size: 15px;
  font-weight: 400;
}
.btn-sm {
  font-size: 12px;
}
.btn-neutral,
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral i {
  color: #00ADB5 !important;
}
.modal-footer .btn {
  font-size: 14px;
  line-height: inherit;
  padding: 4px 16px;
}
.color-title-sm {
  font-size: 12px;
  color: #00ADB5;
  font-weight: 500;
}
.grey-title-sm {
  font-size: 12px;
  color: grey;
  font-weight: 500;
}
.ml-menu>li>a {
  font-size: 13px;
}
a, .d-picker .today {
  color: #00ADB5;
}
ul li {
  list-style-type: none;
}
label {
  font-weight: normal;
}
.d-picker table .active.red,
.d-picker table .active.blue,
.d-picker table .active {
  background-color: #00ADB5;
}
.block-header .ahs-close {
  font-size: 12px;
}
.block-header .form-control,
.block-header .input-group-addon {
  transition: none;
  width: 34px;
  height: 34px;
}
.block-header .btn {
  /* border: 0; */
  margin: 0 1px;
}
.block-header #saveBtn,
.block-header #save {
  margin-left: 5px;
}
.action-header {
  padding: 10px 15px;
}
.action-header .btn {
  margin: 0;
}
.input-sm {
  height: 34px;
}
/* 必填项星号的颜色 */
.form-group .color-red {
  color: red;
}
/* loader加载 */
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.page-loader .preloader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -55px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pl-circular {
  position: absolute;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
  -webkit-animation: rotate 2s linear infinite;
}
.preloader.pls-blue .plc-path {
  stroke: #00ADB5;
}
.pl-circular .plc-path {
  animation: dash 1.5s ease-in-out infinite;
}
.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}
.page-loader .preloader p {
  white-space: nowrap;
  position: relative;
  left: -20px;
  top: 52px;
  color: #CCC;
}
@-webkit-keyframes rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
  }
  100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
  }
  100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
  }
}

/* nav */
.sidebar {
  font-family: "Lantinghei SC", 'Open Sans', sans-serif;
}
.sidebar .menu .list li.active span {
  color: #00ADB5;
}
.sidebar .menu .list .ml-menu li.active .waves-block,
.sidebar .menu .list li.active>:first-child span {
  font-weight: 500;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav.navbar-left>li:nth-child(2){
  display: inline-block !important;
}
#leftsidebar .slimScrollDiv > ul.list {
  overflow: auto !important;
}
.list::-webkit-scrollbar{
  display:none;
}
#_navigation {
  height: auto !important;
}
#_navigation li.active > a {
  font-weight: 600;
}

/* header */
.navbar-brand>img {
  display: inline-block
}
img {
  vertical-align: middle;
  border-style: none;
}
.float-right {
  float: right!important;
}
.navbar-header {
  padding-top: 5px;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background: none;
}
section.content:before {
  z-index: -1;
}
.ls-closed .bars {
  color: #ffffff !important;
}

/* 员工信息 */
.block-header h2 {
  line-height: 44px;
  font-size: 15px;
  font-weight: normal;
}
.card {
  min-height: 600px;
  padding: 10px;
}
.card .header {
  padding: 10px 20px;
}
.card .body {
  font-size: 13px;
  padding: 12px;
}
.form-control#keyword {
  width: 110px;
  float: right;
}
.input-group[class*=col-] {
  padding: 0 15px;
}
#common_filter .input-group {
  margin-bottom: 0px;
}
.content .input-group {
  margin-bottom: 10px;
}
.ahs-close {
  display: none;
  cursor: pointer;
}
.zmdi-search {
  color: #ffffff;
}
#keyword::-webkit-input-placeholder {
  color: #fff !important;
}
#keyword {
  border: 1px solid #E3E3E3;
  border-right: none;
}
#keyword:focus,.form-control:focus+.border,
.form-control:focus ~ .border{
  border: none;
}
.form-control:focus,.pull-height > .btn-default {
  border: 1px solid #E3E3E3;
}
.btn-port {
  border: 1px solid #E3E3E3;
  padding: 8px 18px;
  border-radius: 20px;
}
.btn-port > i {
  height: 18px;
}
.multi-select .m-input,
.btn-ellipse {
  border-radius: 20px !important;
}
.table td, .table th {
  padding: 12px !important;
  border-top: 1px solid #dee2e6 !important;
}
.training-table .media {
  margin-bottom: 0;
}
.pull-height > .btn-info,.pull-height > .btn-info:hover {
  background: #ffffff !important;
  color: #00ADB5 !important;
  padding: 4px 8px;
}
.pull-height i {
  font-size: 16px;
  /* margin-top: 2px; */
}
.btn-right {
  float: right;
}
#statusFilter .btn-switch,.btn-white,
.btn-white:hover,.btn-white:focus,
.btn-white:active, #state .btn-switch,
#typeFilter .btn-switch {
  background-color: #ffffff !important;
  color: #424242 !important;
}

/* 覆盖原有样式 */
.btn-info {
  color: #fff !important;
  background: #00ADB5 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, 
.btn-info.active, .btn-info:active:focus, 
.btn-info:active:hover, .btn-info.active:focus, 
.btn-info.active:hover, .show>.btn-info.dropdown-toggle, 
.show>.btn-info.dropdown-toggle:focus, 
.show>.btn-info.dropdown-toggle:hover {
  background: #00ADB5;
}
.btn:hover, .navbar .navbar-nav>a.btn:hover {
  box-shadow: none !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
}
#positionFilter input {
  width: 134px;
}
.training-table th:not(:first-child), .training-table td:not(:first-child) {
  text-align: center;
}
.training-table td .btn {
  padding: 4px;
  font-size: 13px;
  margin: 5px 0px;
  position: inherit;
}
.training-table td .btn-info {
  border: 1px solid #00ADB5;
}
.training-table .media {
  overflow: visible;
}
.training-table .media-body {
  zoom: 1;
  display: block;
  width: auto;
}
.training-table tr th, .training-table tr td {
  white-space: unset;
  vertical-align: middle !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table>thead>tr>th {
  border-bottom: 1px solid #dee2e6;
}
.table tbody tr:hover {
  background-color: rgba(0,0,0,.075) !important;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; 
  width: 68px;
  height: 34px;
  border: 1px solid #E3E3E3;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 68px;
  height: 34px;
  border: 1px solid #E3E3E3;
  border-left:none; 
}
.btn-group>.btn:not(:last-child):not(:first-child) {
  height: 34px;
  margin-left: -1px;
  border: 1px solid #E3E3E3;
  border-left: none !important;
}
.btn-group>.btn:last-child:not(:first-child) {
  border-left: none !important;
}
.modal .modal-header .close {
  color: #333;
}
#common-filter-search {
  background: #00ADB5;
}

/* 考试成绩 */
.btn-primary i {
  color: #ffffff;
}

.open>.dropdown-toggle.btn-default:focus {
  background-color: #ffffff;
  color: #333;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #ffffff !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
  color: #333;
  background-color: #f4f4f4 !important;
}
#common_filter_date_start input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
#common_filter_date_end input {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-right: 1px solid #E3E3E3;
}
#common_filter_date_end input:focus {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}
.pull-bottom {
  vertical-align: bottom;
}
#common_filter_store {
  width: 90px !important;
}
#common_filter .form-group {
  margin-bottom: 0px;
}
#common_filter .margin-right-5 {
  margin-right: 5px;
}
#common_filter .input-sm, #common_filter .form-control {
  padding: 5px 10px !important;
}
#common_filter .m-input {
  width: 96px;
  height: 34px;
  text-align: center;
}
#common_filter .btn.btn-sm.dropdown-toggle {
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding: 5px 10px;
}
#common-filter-search.btn {
  padding: 5px 12px 3px 12px !important;
}
#common_filter .btn-group > .sel-left,
.common-filter-area button {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#common_filter .btn-group:nth-child(4) input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
#common_filter .btn-group:nth-child(2) .btn-group:last-child .multiselect input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1 ;
}
#common_filter .btn-group .btn-group:not(.bootstrap-select) {
  box-shadow: none;
}
#common_filter_date_start,#common_filter_date_end {
  width: auto !important;
}
#common_filter .btn-default {
  height: 34px;
  line-height: 22px;
}
#common_filter>.btn-group>.btn-group:nth-of-type(2)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px;
}
/* .margin-right-5,.margin-right-5 input {
  height: 34px;
} */
/* .mobile-hide a {
  height: 30px;
  line-height: 18px;
  border: 1px solid #00ADB5;
  padding: 5px 11px;
  color: #00ADB5;
} */
.dropdown-menu-right {
  right: auto !important;
}
.btn-default.active, 
.btn-default:active, 
.open>.dropdown-toggle.btn-default {
  background-color: #ffffff;
}
h4 {
font-size: 16px;
}
.checkbox, .radio {
  margin: 0;
}
#common_filter .btn-group .btn-default, 
.date .btn {
  background-color: #ffffff !important;
  color: #424242 !important;
}
.common-filter-area {
  margin-right: 0 !important;
}
#table a:hover,#table a:focus {
  color: #00ADB5;
}
/* 门店下拉选 */
.tt-menu {
  min-width: 180px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.tt-menu .tt-selectable {
  padding: 8px 15px;
}
.tt-menu .tt-suggestion:hover {
  background-color: rgba(0,0,0,.045);
}

/* 考核的详细画面 */
/* #form .light-form fieldset .block {
  background-color: #00c6da;
} */

/* 职位管理弹窗 */
.alertify .ajs-header,.alertify .ajs-footer {
  border: 0;
  font-weight: 500;
  background-color: #fff;
}
.ajs-header {
  font-size: 1.57em;
}
.ajs-content input {
  height: 35px;
  border-radius: 30px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-ok {
  float: right;
  background: #00ADB5;
} 
.alertify .ajs-footer .ajs-buttons .ajs-cancel {
  background-color: #888;
}
.alertify .ajs-footer .ajs-primary {
  padding-right: 20px;
  margin-bottom: 10px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: auto;
  min-height: auto;
  padding: 4px 16px;
  font-weight: normal;
  color: #fff !important;
  border-radius: 30px;
}

/* 分页样式 */
#pagination .btn {
  color: #212529;
  background: none;
  border: none;
}
#pagination a.btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  border-radius: 50%;
  margin-left: 8px;
}

@media (max-width: 1279px){
  .navbar {
    width: 100%;
  }
  section.content {
    margin-left: 0px;
  }
  #sidebar.toggled {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  #leftsidebar {
    display: none;
  }
}
@media (max-width: 1170px) {
  #leftsidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .card {
    min-height: 0px;
  }
  #storeTree {
    text-align: left;
  }
  .pmo-pic img {
    width: 100%;
  }
}
/* header 文字显示 */
@media (max-width: 500px) {
  .navbar-header .navbar-brand span {
    display: block;
    position: absolute;
    top: 19px;
    left: 105px;
  }
}
/* 手机适配 */
@media screen and (max-width: 767px) {
  .table-responsive{
    border: 0;
  }
  .mobile-hide{
    display: none !important;
  }
}

.m-tree ul .node {
  cursor: pointer !important;
}
#positionFilter input {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#positionFilter .m-tree {
  display: inline-block;
  vertical-align: middle;
}
#positionFilter .m-caret {
  z-index: 999;
}
#positionFilter .m-clear {
  z-index: 999;
}
#positionFilter .m-box {
  top: 34px;
}

/* 去掉table上边框 */
table {
  border-top-style: hidden;
}
#fileFilter input, #positionSelect input {
  padding-right: 50px;
}
.modal-body {
  font-size: 13px;
}
.modal-title {
  font-size: 20px;
}
a.dropdown-toggle > span.caret {
  margin-left: 3px;
}
.report-sign {
  margin-right: 20px;
}
.report-sign img {
  margin-top: 10px;
  height: 160px;
  border-top: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
}
.report-sign-title {
  color: #666;
  text-align: center;
  background-color: #f7f9fa;
  border: 1px solid #e4e5e7;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.report-sign-item {
  float: right;
  padding-left: 5px;
}
.btn-port .zmdi {
  font-size: 16px;
}
.btn-port i {
  height: 16px;
}
textarea.form-control,
textarea.form-control:focus,
textarea.form-control:active {
  border-radius: 20px;
  resize: auto;
  border: 1px solid #E3E3E3;
}

/* 修改提示框样式 */
.tooltip .tooltip-inner {
  background: white;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.tooltip.right .tooltip-arrow {
  border-right-color: white;
}

.width-350 {
  min-width: 350px !important;
}
