.minimalize-styl-2 {
  padding: 4px 12px;
  font-size: 14px;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 5px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}
th,
td {
  text-align: center;
}
.gray-bg {
  background-color: #FFFFFF;
}
.white-bg {
  background-color: #f3f3f4;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
.blue-bg {
  background-color: #1c84c6;
  color: #ffffff;
}
.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.orange-bg {
  background-color: #ffc107;
}
.bg-color-eee {
  background-color: #eee !important;
}
.width-80 {
  width: 80% !important;
  display: inline-block !important;
}
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
nav li a {
  color: #2d7200;
}
nav li a:active,
nav li a:foucs,
nav li a:hover {
  color: #2DAD34;
}
label {
  vertical-align: middle;
}
label.mr-5 {
  margin-right: 5px;
}
.div-inline {
  display: inline-block;
  margin-right: 10px;
  height: 24px;
  line-height: 30px;
}
.fa.arrow {
  float: right;
  line-height: 1.42857;
}
.fa.arrow:before {
  content: "\f104";
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
.nav-wrapper {
  height: 100%;
  position: fixed;
  width: 140px;
  box-sizing: content-box;
  z-index: 2003;
  background: #fff;
}
.nav-btn {
  position: absolute;
  right: 2px;
  top: 35%;
  z-index: 2004;
}
.nav-btn a {
  font-size: 18px;
  padding: 10px 3px;
  position: absolute;
  color: gray;
  border: 2px gray solid;
  border-left: #fff 2px solid;
  border-radius: 0 15px 15px 0;
  background: #fff;
}
.nav-btn a.fa-angle-double-left.hover:before {
  content: "\f101";
}
.navbar-left {
  width: 140px;
  transition: all 0.5s;
  background-color: #fff;
  z-index: 2001;
  position: absolute;
  display: block;
  border-right: 2px solid gray;
  height: 100%;
  overflow: auto;
}
.metismenu li {
  border: 1px solid #e6e6e6;
  position: relative;
  display: block;
}
.metismenu li.nav-header {
  padding: 33px 8px;
  border: 1px solid #e6e6e6;
  position: relative;
  display: block;
}
.metismenu li a {
  color: #2d7200;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
}
.metismenu li .collapse {
  display: none;
  background: #f0f0f0;
}
.metismenu li .collapse li {
  font-weight: normal;
  border-bottom: none;
}
.metismenu li .collapse li a {
  padding: 7px 10px 7px 26px;
  background-color: transparent;
  font-weight: normal;
  color: #2d7200;
}
.metismenu li .collapse li.active a {
  background: #2DAD34;
  color: #fff;
}
.metismenu li .collapse li.new > a {
  position: relative;
}
.metismenu li .collapse li.new > a:after {
  display: block;
  width: 8px;
  height: 8px;
  content: ' ';
  background: red;
  position: absolute;
  top: 11px;
  right: 10px;
  border-radius: 50%;
}
.metismenu li .collapse li:hover {
  background: #fff;
}
.metismenu li.active a {
  color: #2d7200;
  background: #fff;
}
.metismenu li.active a .fa.arrow:before {
  content: "\f107";
}
.metismenu li.active a.hasBg {
  background: #2DAD34;
  color: #fff;
}
.metismenu li.active .collapse {
  display: block;
}
.metismenu li.new > a {
  position: relative;
}
.metismenu li.new > a:after {
  display: block;
  width: 8px;
  height: 8px;
  content: ' ';
  background: red;
  position: absolute;
  top: 14px;
  right: 30px;
  border-radius: 50%;
}
.page-wrapper {
  margin: 0 0 0 140px;
  padding: 0 15px;
  position: relative !important;
}
.wrapper-header {
  padding: 18px;
  padding-bottom: 8px;
}
.navbar-header a {
  margin-right: 15px;
  margin-bottom: 10px;
}
.navbar-right {
  margin-top: 8px;
  overflow: hidden;
  float: right;
}
.navbar-right li {
  float: left;
  margin-right: 24px;
  font-size: 14px;
}
.navbar-right li .welcome-message {
  font-size: 12px;
  color: #888;
  font-weight: bold;
}
.wrapper-content {
  padding: 0 10px 40px;
  margin-right: -15px;
  margin-left: -15px;
}
.wrapper-nav {
  position: relative;
}
.explain-box {
  position: absolute;
  top: 5px;
  right: 25px;
}
.explain-box .btn-show {
  color: #5cb85c;
  cursor: pointer;
  font-size: 2em;
}
.explain-box .btn-show:before {
  content: "\f059";
}
.explain-box .explain-in {
  position: absolute;
  width: 600px;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #e5e6e7;
  border-radius: 15px;
  padding: 13px;
  margin-top: 6px;
  height: 500px;
  overflow: auto;
  display: none;
}
.explain-box .explain-in::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.explain-box .explain-in::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar-resizer {
  background-color: rgba(0, 0, 0, 0);
}
.explain-box .explain-in::-webkit-scrollbar {
  width: 0;
  height: 10px;
}
.explain-box .explain-in .note-editor {
  height: 300px;
}
.ibox {
  clear: both;
  margin-top: 0;
  padding: 0;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.input-group {
  margin-right: 10px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  clear: both;
}
th,
td {
  text-align: center;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  min-width: 60px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #e7e7e7;
  border-bottom-width: 1px;
}
.table-bordered > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
.table-bordered > tbody > tr:nth-of-type(even) {
  background-color: #F7FDEA;
}
.table-bordered > tbody > tr:hover {
  background-color: #ffff99;
}
.table-bordered > tbody > tr.clickrow {
  background-color: #CCCCFF;
}
.pagination {
  margin: 5px 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.form-group {
  margin-bottom: inherit;
}
.form-group-sm label {
  line-height: 30px;
}
.form-group-sm .input-daterange {
  width: 70% !important;
}
.form-group-sm input {
  display: inline-block;
}
.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}
.nav > li > a i {
  margin-right: 6px;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.genKey {
  position: absolute;
  right: -10%;
  top: 25%;
}
.input-group {
  display: inline-table;
  vertical-align: middle;
}
.modal-body {
  overflow-x: auto;
}
.form-control {
  overflow: auto;
}
/*=====自定义多图片上传插件=====*/
.myimg {
  margin: 5px;
  position: relative;
}
.removeImg {
  position: absolute;
  top: 1px;
  right: 1px;
  color: red;
}
.mydropzone {
  padding: 10px;
  margin: 10px;
  height: 100px;
  border: 2px dashed #ccc;
  cursor: pointer;
}
.mynote {
  color: #ccc;
  padding: 8px;
  font-style: italic;
  margin: 0;
  font-size: 20px;
}
a.note,
a.note:hover {
  text-decoration: none;
  color: #333;
  cursor: default;
}
/*=====自定义多图片上传插件=====*/
.modal-header {
  padding: 8px 15px;
}
.modal-header .close {
  color: #000;
  opacity: 0.7;
  margin-top: -4px;
  font-size: 24px;
}
.modal-footer {
  padding: 10px 15px;
}
.modal .modal-dialog {
  margin: 0 auto;
  width: 62%;
  margin-top: 7%;
}
.modalTable .modal-dialog table {
  border: 1px solid #ccc;
}
.modalTable .modal-dialog table tr th {
  width: 12%;
  background: #cfddf1;
}
.modalTable .modal-dialog table tr td {
  background: #fff;
}
/*=====登录=====*/
.form-signin {
  margin: 15% auto 0 auto;
  width: 90%;
  max-width: 460px;
  position: relative;
}
.form-signin .form-horizontal {
  background: #fff;
  padding-bottom: 10px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 2px 2px 13px #999;
  font-size: 14px;
}
.form-signin .form-horizontal .heading {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.5;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  color: #666;
}
.form-signin .form-horizontal .form-group {
  padding: 0 40px;
  margin: 0 0 25px 0;
  position: relative;
}
.form-signin .form-horizontal .form-control {
  background: #f0f0f0;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 20px;
  height: 40px;
  transition: all 0.3s ease 0s;
}
.form-signin .form-horizontal .main-checkbox {
  float: right;
  width: 20px;
  height: 20px;
  background: #4BBD00;
  border-radius: 50%;
  position: relative;
  margin: 10px 0 0 5px;
  border: 1px solid #4BBD00;
}
.form-signin .form-horizontal .main-checkbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form-signin .form-horizontal .main-checkbox label:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-signin .form-horizontal .main-checkbox input[type=checkbox] {
  visibility: hidden;
}
.form-signin .form-horizontal .main-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-signin .form-horizontal .text {
  float: right;
  margin-left: 7px;
  line-height: 20px;
  padding-top: 10px;
  text-transform: capitalize;
}
.form-signin .form-horizontal .btn {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #4BBD00;
  border-radius: 6px;
  padding: 10px 25px;
  border: none;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.form-signin .form-horizontal .signin-error {
  font-size: 12px;
  text-align: left;
  color: red;
  padding: 0 5px;
  margin: 0;
}
/*=====登录=====*/
/*=====响应式菜单=====*/
.nav-wrapper.nav-sm {
  width: 0;
}
.nav-wrapper.nav-sm .navbar-left {
  display: none;
}
.page-wrapper.page-sm-wrapper {
  margin-left: 0;
}
/*=====响应式菜单=====*/
/*=====富文本编辑器=====*/
.note-editor {
  height: inherit;
  min-height: 400px;
  border: 2px solid #eee;
}
/*=====富文本编辑器=====*/
@media (max-width: 760px) {
  .ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 0 20px 0;
    clear: both;
  }
  .input-group {
    margin-bottom: 10px;
  }
  .modal .modal-dialog {
    width: 90%;
    margin-top: 7%;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 0 5px;
    line-height: 2;
    vertical-align: middle;
    border-top: 1px solid #ddd;
  }
  .explain-box .explain-in {
    width: 300px;
    height: 400px;
  }
}

/* loading */
.s-load{
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}
.s-load .s-loader {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: stoneLoading 1.3s infinite linear;
  animation: stoneLoading 1.3s infinite linear;
}
@-webkit-keyframes stoneLoading {
  0%,
  100% {
  box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
  box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
  box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes stoneLoading {
  0%,
  100% {
  box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
  box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
  box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
  box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}