.fl{float:left;}
.fr{float:right;}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header {
  z-index: 1200;
  position: relative;
}
  .clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
	}
	.clearfix{zoom:1;}
	.even{background:#5C676C;}
	input,select,textarea{outline:none;resize:none;}
   input::-webkit-input-placeholder{
        color:#ffffff;
    }
    input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        color:#ffffff;
    }
    input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        color:#ffffff;
    }
    input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
        color:#ffffff;
    }
.tpl-header-logo {
  width: 240px;
  height: 57px;
  display: table;
  text-align: center;
  position: relative;
  z-index: 1300;
}
.tpl-header-logo a {
  display: table-cell;
  vertical-align: middle;
}
.tpl-header-logo img {
  width: 170px;
}
.tpl-header-fluid {
  margin-left: 240px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
.tpl-header-switch-button {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #cfcfcf;
  margin-left: -20px;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  padding: 0px 22px;
  font-size: 22px;
  line-height: 55px;
}
.tpl-header-switch-button:hover {
  outline: none;
}
.tpl-header-search-form {
  height: 54px;
  line-height: 52px;
  margin-left: 10px;
}
.tpl-header-search-box,
.tpl-header-search-btn {
  transition: all 0.4s ease-in-out;
  color: #848c90;
  background: none;
  border: none;
  outline: none;
}
.tpl-header-search-box {
  font-size: 14px;
}
.tpl-header-search-box:hover,
.tpl-header-search-box:active {
  color: #fff;
}
.tpl-header-search-btn {
  font-size: 15px;
}
.tpl-header-search-btn:hover,
.tpl-header-search-btn:active {
  color: #fff;
}
.tpl-header-navbar {
  color: #fff;
}
.tpl-header-navbar li {
  float: left;
}
.tpl-header-navbar a {
  line-height: 56px;
  display: block;
  padding: 0 16px;
  position: relative;
}
.tpl-header-navbar a .item-feed-badge {
  position: absolute;
  top: 9px;
  left: 25px;
}
ul.tpl-dropdown-content {
  padding: 10px;
  margin-top: 0;
  width: 300px;
  background-color: #2f3638;
  border: 1px solid #525e62;
  border-radius: 0;
}
ul.tpl-dropdown-content li {
  float: none;
}
ul.tpl-dropdown-content:before,
ul.tpl-dropdown-content:after {
  display: none;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-title {
  font-size: 12px;
  float: left;
  color: rgba(255, 255, 255, 0.7);
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-time {
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  width: 50px;
  margin-left: 10px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item {
  text-align: center;
  border: none;
  font-size: 12px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item i {
  margin-left: -6px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item {
  text-align: center;
  border: none;
  font-size: 12px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item i {
  margin-left: -6px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item {
  padding: 12px;
  color: #fff;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover,
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:focus,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:focus {
  background-color: #465154;
  color: #fff;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico {
  line-height: initial;
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  overflow: hidden;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico img,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-time,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-time {
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  width: 40px;
  margin-left: 10px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content {
  display: block;
  font-size: 13px;
  margin-left: 45px;
  margin-right: 50px;
}
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content .menu-messages-content-time,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.am-dimmer {
  z-index: 1200;
}
.am-modal {
  z-index: 1300;
}
.am-datepicker-dropdown {
  z-index: 1400;
}
.tpl-skiner {
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 10000;
  right: -130px;
  top: 65px;
}
.tpl-skiner.active {
  right: 0px;
}
.tpl-skiner-content {
  background: rgba(0, 0, 0, 0.7);
  width: 130px;
  padding: 15px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.fc-content .am-icon-close {
  position: absolute;
  right: 0;
  top: 0px;
}
.tpl-skiner-toggle {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 40px;
  color: #969a9b;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tpl-skiner-content-title {
  margin: 0;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tpl-skiner-content-bar {
  padding-top: 10px;
}
.tpl-skiner-content-bar .skiner-color {
  transition: all 0.4s ease-in-out;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.tpl-skiner-content-bar .skiner-white {
  background: #fff;
  border: 2px solid #eee;
}
.tpl-skiner-content-bar .skiner-black {
  background: #000;
  border: 2px solid #222;
}
.sub-active {
  color: #fff!important;
}
.left-sidebar {
  transition: all 0.4s ease-in-out;
  width: 240px;
  min-height: 100%;
  padding-top: 57px;
  position: absolute;
  z-index: 1104;
  top: 0;
  left: 0px;
}
.left-sidebar.xs-active {
  left: 0px;
}
.left-sidebar.active {
  left: -240px;
}
.tpl-sidebar-user-panel {
  padding: 22px;
  padding-top: 28px;
}
.tpl-user-panel-profile-picture {
  width: 82px;
  height: 82px;
  margin-bottom: 10px;

}
.tpl-user-panel-profile-picture img {
  width: auto;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
}
.tpl-user-panel-status-icon {
  margin-right: 2px;
}
.user-panel-logged-in-text {
  display: block;
  color: #cfcfcf;
  font-size: 14px;
  margin-left: 20px;
}
.tpl-user-panel-action-link {
  color: #6d787c;
  font-size: 12px;
}
.tpl-user-panel-action-link:hover {
  color: #a2aaad;
}
.sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav.toggle-slide .sidebar-nav-link{
	max-height:0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all .5s;
	overflow:hidden;
}

.sidebar-nav.toggle-slide.active .sidebar-nav-link{
	max-height:45px;
}

.sidebar-nav-sub {
  display: none;
}
.sidebar-nav-sub .sidebar-nav-link {
  font-size: 12px;
  padding-left: 30px;
}
.sidebar-nav-sub .sidebar-nav-link a {
  font-size: 12px;
  padding-left: 0;
}
.sidebar-nav-sub .sidebar-nav-link-logo {
  margin-right: 8px;
  width: 20px;
  font-size: 16px;
}
.sidebar-nav-sub-ico-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sidebar-nav-link-logo-ico {
  margin-top: 5px;
}
.sidebar-nav-heading {
  padding: 24px 17px;
  font-size: 15px;
  font-weight: 500;
  cursor:pointer;
}

.theme-black .sidebar-nav-heading a{
	color:#fff;
}
.sidebar-nav-heading-info {
  font-size: 12px;
  color: #868E8E;
  padding-left: 10px;
}
.sidebar-nav-link-logo {
  margin-right: 8px;
  width: 20px;
  font-size: 16px;
}
.sidebar-nav-link {
  color: #fff;
}
.sidebar-nav-link a {
  display: block;
  color: #868E8E;
  padding: 10px 17px;
  border-left: #282d2f 3px solid;
  font-size: 14px;
  cursor: pointer;
}
.sidebar-nav-link a.active {
  cursor: pointer;
  border-left: #1CA2CE 3px solid;
  color: #fff;
}
.sidebar-nav-link a:hover {
  color: #fff;
}
.tpl-content-wrapper {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-left: 240px;
  z-index: 1101;
  min-height: 922px;
  border-bottom-left-radius: 3px;
}
.tpl-content-wrapper.xs-active {
  margin-left: 240px;
}
.tpl-content-wrapper.active {
  margin-left: 0;
}
.page-header {
  background: #424b4f;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 0;
}
.container-fluid {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.page-header-description {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  color: #e6e6e6;
}
.page-header-heading {
  font-size: 20px;
  font-weight: 400;
}
.page-header-heading .page-header-heading-ico {
  font-size: 28px;
  position: relative;
  top: 3px;
}
.page-header-heading small {
  font-weight: normal;
  line-height: 1;
  color: #B3B3B3;
}
.page-header-button {
  transition: all 0.4s ease-in-out;
  opacity: 0.3;
  float: right;
  outline: none;
  border: 1px solid #fff;
  padding: 16px 36px;
  font-size: 23px;
  line-height: 23px;
  border-radius: 0;
  padding-top: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}
.page-header-button:hover {
  background-color: #ffffff;
  color: #333;
  opacity: 1;
}
.widget {
  width: 100%;
  min-height: 148px;
  margin-bottom: 20px;
  border-radius: 0;
  position: relative;
}
.widget-head {
  width: 100%;
  padding: 15px;
}
.widget-title {
  font-size: 16px;
}
.widget-fluctuation-period-text {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}
.widget-body {
  padding: 13px 15px;
  width: 100%;
}
.row-content {
  padding: 20px;
}
.widget-fluctuation-description-text {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  line-height: 13px;
}
.widget-fluctuation-description-amount {
  display: block;
  font-size: 20px;
  line-height: 22px;
}
.widget-statistic-header {
  position: relative;
  z-index: 35;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.widget-body-md {
  height: 200px;
}
.widget-body-lg {
  min-height: 330px;
}
.widget-margin-bottom-lg {
  margin-bottom: 20px;
}
.tpl-table-black-operation a {
  display: inline-block;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 12px;
}
.tpl-switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 20px;
}
.tpl-switch input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  margin-top: 6px;
}
.tpl-switch input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #36c6d3;
}
.tpl-switch input[type="checkbox"].tinyswitch.ios-switch + div {
  width: 34px;
  height: 18px;
}
.tpl-switch input[type="checkbox"].bigswitch.ios-switch + div {
  width: 50px;
  height: 25px;
}
.tpl-switch input[type="checkbox"].green.ios-switch:checked + div {
  background-color: #00e359;
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 10px #00e359;
}
.tpl-switch input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
.tpl-switch input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
}
.tpl-switch input[type="checkbox"].tinyswitch.ios-switch + div > div {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.tpl-switch input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.tpl-switch input[type="checkbox"].bigswitch.ios-switch + div > div {
  width: 23px;
  height: 23px;
  margin-top: 1px;
}
.tpl-switch input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
}
.tpl-switch input[type="checkbox"].green.ios-switch:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f;
}
.tpl-page-state {
  width: 100%;
}
.tpl-page-state-title {
  font-size: 120px;
  font-weight: bold;
}
.tpl-page-state-content {
  padding: 60px 0;
}
.tpl-page-state-content p{
	margin-bottom:30px;
	font-size:40px;
}
.tpl-login {
  width: 100%;
}
.tpl-login-logo {
  max-width: 159px;
  height: 205px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tpl-login-title {
  width: 100%;
  font-size: 24px;
}
.tpl-login-content {
  width: 300px;
  margin: 12% auto 0;
}
.tpl-login-remember-me {
  color: #B3B3B3;
  font-size: 14px;
}
.tpl-login-remember-me label {
  position: relative;
  top: -2px;
}
.tpl-login-content-info {
  color: #B3B3B3;
  font-size: 14px;
}
.cl-p {
  padding: 0!important;
}
.tpl-table-line-img {
  max-width: 100px;
  padding: 2px;
}
.tpl-table-list-select {
  text-align: left;
}
.fc-button-group,
.fc button {
  display: block;
}
.theme-white {
  background: #e9ecf3;
}
.theme-white .sidebar-nav-sub .sidebar-nav-link-logo {
  margin-left: 10px;
}
.theme-white .tpl-header-search-box:hover,
.theme-white .tpl-header-search-box:active .tpl-error-title {
  color: #848c90;
}
.theme-white .tpl-error-title-info {
  line-height: 30px;
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
}
.theme-white .tpl-error-btn {
  background: #03a9f3;
  border: 1px solid #03a9f3;
  border-radius: 30px;
  padding: 6px 20px 8px;
}
.theme-white .tpl-error-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.theme-white .tpl-calendar-box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.theme-white .tpl-calendar-box .fc-event {
  border-radius: 0;
  background: #03a9f3;
  border: 1px solid #14b0f6;
}
.theme-white .tpl-calendar-box .fc-axis {
  color: #868E8E;
}
.theme-white .tpl-calendar-box .fc-unthemed .fc-today {
  background: #eee;
}
.theme-white .tpl-calendar-box .fc-more {
  color: #868E8E;
}
.theme-white .tpl-calendar-box .fc th.fc-widget-header {
  background: #32c5d2!important;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
  border: none!important;
}
.theme-white .tpl-calendar-box .fc th.fc-widget-header a {
  color: #fff;
}
.theme-white .tpl-calendar-box .fc-center h2 {
  color: #868E8E;
}
.theme-white .tpl-calendar-box .fc-state-default {
  background-image: none;
  background: #fff;
  font-size: 14px;
  color: #868E8E;
}
.theme-white .tpl-calendar-box .fc th,
.theme-white .tpl-calendar-box .fc td,
.theme-white .tpl-calendar-box .fc hr,
.theme-white .tpl-calendar-box .fc thead,
.theme-white .tpl-calendar-box .fc tbody,
.theme-white .tpl-calendar-box .fc-row {
  border-color: #eee!important;
}
.theme-white .tpl-calendar-box .fc-day-number {
  color: #868E8E;
  padding-right: 6px;
}
.theme-white .tpl-calendar-box .fc th {
  color: #868E8E;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 0;
}
.theme-white .tpl-login-logo {
  background: url(../img/logoa.png) center no-repeat;
}
.theme-white .sub-active {
  color: #23abf0!important;
}
.theme-white .tpl-table-line-img {
  border: 1px solid #ddd;
}
.theme-white .tpl-pagination .am-disabled a,
.theme-white .tpl-pagination li a {
  color: #23abf0;
  border-radius: 3px;
  padding: 6px 12px;
}
.theme-white .tpl-pagination .am-active a {
  background: #23abf0;
  color: #fff;
  border: 1px solid #23abf0;
  padding: 6px 12px;
}
.theme-white .tpl-login-btn {
  background-color: #32c5d2;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 14px;
  outline: none;
}
.theme-white .tpl-login-btn:hover,
.theme-white .tpl-login-btn:active {
  background: #22b2e1;
  color: #fff;
}
.theme-white .tpl-login-title {
  color: #697882;
}
.theme-white .tpl-login-title strong {
  color: #39bae4;
}
.theme-white .tpl-login-content {
  width: 500px;
  padding: 40px 40px 25px;
  background-color: #fff;
  border-radius: 4px;
}
.theme-white .tpl-form-line-form,
.theme-white .tpl-form-border-form {
  padding-top: 20px;
}
.theme-white .tpl-form-border-form input[type=number]:focus,
.theme-white .tpl-form-border-form input[type=search]:focus,
.theme-white .tpl-form-border-form input[type=text]:focus,
.theme-white .tpl-form-border-form input[type=password]:focus,
.theme-white .tpl-form-border-form input[type=datetime]:focus,
.theme-white .tpl-form-border-form input[type=datetime-local]:focus,
.theme-white .tpl-form-border-form input[type=date]:focus,
.theme-white .tpl-form-border-form input[type=month]:focus,
.theme-white .tpl-form-border-form input[type=time]:focus,
.theme-white .tpl-form-border-form input[type=week]:focus,
.theme-white .tpl-form-border-form input[type=email]:focus,
.theme-white .tpl-form-border-form input[type=url]:focus,
.theme-white .tpl-form-border-form input[type=tel]:focus,
.theme-white .tpl-form-border-form input[type=color]:focus,
.theme-white .tpl-form-border-form select:focus,
.theme-white .tpl-form-border-form textarea:focus,
.theme-white .am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-white .tpl-form-border-form input[type=number],
.theme-white .tpl-form-border-form input[type=search],
.theme-white .tpl-form-border-form input[type=text],
.theme-white .tpl-form-border-form input[type=password],
.theme-white .tpl-form-border-form input[type=datetime],
.theme-white .tpl-form-border-form input[type=datetime-local],
.theme-white .tpl-form-border-form input[type=date],
.theme-white .tpl-form-border-form input[type=month],
.theme-white .tpl-form-border-form input[type=time],
.theme-white .tpl-form-border-form input[type=week],
.theme-white .tpl-form-border-form input[type=email],
.theme-white .tpl-form-border-form input[type=url],
.theme-white .tpl-form-border-form input[type=tel],
.theme-white .tpl-form-border-form input[type=color],
.theme-white .tpl-form-border-form select,
.theme-white .tpl-form-border-form textarea,
.theme-white .am-form-field {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #4d6b8a;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: 0 0;
  border: 0;
  border: 1px solid #c2cad8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  text-indent: .5em;
  -o-border-radius: 0;
  border-radius: 0;
  color: #555;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.theme-white .tpl-form-border-form .am-checkbox,
.theme-white .tpl-form-border-form .am-checkbox-inline,
.theme-white .tpl-form-border-form .am-form-label,
.theme-white .tpl-form-border-form .am-radio,
.theme-white .tpl-form-border-form .am-radio-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-white .tpl-form-border-form .am-form-group:after {
  clear: both;
}
.theme-white .tpl-form-border-form .am-form-group:after,
.theme-white .tpl-form-border-form .am-form-group:before {
  content: " ";
  display: table;
}
.theme-white .tpl-form-border-form .am-form-label {
  padding-top: 5px;
  font-size: 16px;
  color: #888;
  font-weight: inherit;
  text-align: right;
}
.theme-white .tpl-form-border-form .am-form-group {
  /*padding: 20px 0;*/
}
.theme-white .tpl-form-border-form .am-form-label .tpl-form-line-small-title {
  color: #999;
  font-size: 12px;
}
.theme-white .tpl-form-line-form input[type=number]:focus,
.theme-white .tpl-form-line-form input[type=search]:focus,
.theme-white .tpl-form-line-form input[type=text]:focus,
.theme-white .tpl-form-line-form input[type=password]:focus,
.theme-white .tpl-form-line-form input[type=datetime]:focus,
.theme-white .tpl-form-line-form input[type=datetime-local]:focus,
.theme-white .tpl-form-line-form input[type=date]:focus,
.theme-white .tpl-form-line-form input[type=month]:focus,
.theme-white .tpl-form-line-form input[type=time]:focus,
.theme-white .tpl-form-line-form input[type=week]:focus,
.theme-white .tpl-form-line-form input[type=email]:focus,
.theme-white .tpl-form-line-form input[type=url]:focus,
.theme-white .tpl-form-line-form input[type=tel]:focus,
.theme-white .tpl-form-line-form input[type=color]:focus,
.theme-white .tpl-form-line-form select:focus,
.theme-white .tpl-form-line-form textarea:focus,
.theme-white .am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-white .tpl-form-line-form input[type=number],
.theme-white .tpl-form-line-form input[type=search],
.theme-white .tpl-form-line-form input[type=text],
.theme-white .tpl-form-line-form input[type=password],
.theme-white .tpl-form-line-form input[type=datetime],
.theme-white .tpl-form-line-form input[type=datetime-local],
.theme-white .tpl-form-line-form input[type=date],
.theme-white .tpl-form-line-form input[type=month],
.theme-white .tpl-form-line-form input[type=time],
.theme-white .tpl-form-line-form input[type=week],
.theme-white .tpl-form-line-form input[type=email],
.theme-white .tpl-form-line-form input[type=url],
.theme-white .tpl-form-line-form input[type=tel],
.theme-white .tpl-form-line-form input[type=color],
.theme-white .tpl-form-line-form select,
.theme-white .tpl-form-line-form textarea,
.theme-white .am-form-field {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #4d6b8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #c2cad8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #555;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.theme-white .tpl-form-line-form .am-checkbox,
.theme-white .tpl-form-line-form .am-checkbox-inline,
.theme-white .tpl-form-line-form .am-form-label,
.theme-white .tpl-form-line-form .am-radio,
.theme-white .tpl-form-line-form .am-radio-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-white .tpl-form-line-form .am-form-group:after {
  clear: both;
}
.theme-white .tpl-form-line-form .am-form-group:after,
.theme-white .tpl-form-line-form .am-form-group:before {
  content: " ";
  display: table;
}
.theme-white .tpl-form-line-form .am-form-label {
  padding-top: 5px;
  font-size: 16px;
  color: #888;
  font-weight: inherit;
  text-align: right;
}
.theme-white .tpl-form-line-form .am-form-group {
  /*padding: 20px 0;*/
}
.theme-white .tpl-form-line-form .am-form-label .tpl-form-line-small-title {
  color: #999;
  font-size: 12px;
}
.theme-white .tpl-table-black-operation a {
  border: 1px solid #36c6d3;
  color: #36c6d3;
}
.theme-white .tpl-table-black-operation a:hover {
  background: #36c6d3;
  color: #fff;
}
.theme-white .tpl-table-black-operation a.tpl-table-black-operation-del {
  border: 1px solid #e7505a;
  color: #e7505a;
}
.theme-white .tpl-table-black-operation a.tpl-table-black-operation-del:hover {
  background: #e7505a;
  color: #fff;
}
.theme-white .tpl-amendment-echarts {
  left: -17px;
}
.theme-white .tpl-user-card {
  border: 1px solid #3598dc;
  border-top: 2px solid #3598dc;
  background: #3598dc;
  color: #ffffff;
  border-radius: 4px;
}
.theme-white .tpl-user-card-title {
  font-size: 26px;
  margin-top: 0;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 10px;
}
.theme-white .achievement-subheading {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
}
.theme-white .achievement-image {
  border-radius: 50%;
  margin-bottom: 22px;
}
.theme-white .achievement-description {
  margin: 0;
  font-size: 12px;
}
.theme-white .tpl-table-black {
  color: #838FA1;
}
.theme-white .tpl-table-black thead > tr > th {
  font-size: 14px;
  padding: 6px;
  border-bottom:2px solid #ddd;
}
.theme-white .tpl-table-black tbody > tr > td {
  font-size: 14px;
  padding: 7px 6px;
  border-top:0 none;
  border-bottom:1px solid #ddd;
}
.theme-white .tpl-table-black tfoot > tr > th {
  font-size: 14px;
  padding: 6px 0;
}
.theme-white .am-progress {
  height: 12px;
}
.theme-white .am-progress-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.theme-white .widget-fluctuation-tpl-btn {
  margin-top: 6px;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 14px;
  outline: none;
  background-color: #e7505a;
  border: 1px solid #e7505a;
}
.theme-white .widget-fluctuation-tpl-btn:hover {
  background: transparent;
  color: #e7505a;
}
.theme-white .widget-fluctuation-description-text {
  color: #c5cacd;
}
.theme-white .widget-fluctuation-period-text {
  color: #838FA1;
}
.theme-white .text-success {
  color: #5eb95e;
}
.theme-white .widget-head {
  border-bottom: 1px solid #eef1f5;
}
.theme-white .widget-function a {
  color: #838FA1;
}
.theme-white .widget-function a:hover {
  color: #a7bdcd;
}
.theme-white .widget {
	min-height:164px;
  padding: 10px 20px 13px;
  background-color: #fff;
  border-radius: 4px;
  color: #838FA1;
}
.theme-white .widget-title {
  font-size: 16px;
}
.theme-white .widget-primary {
  min-height: 164px;
  border: 1px solid #32c5d2;
  border-top: 2px solid #32c5d2;
  background: #32c5d2;
  color: #ffffff;
  padding: 12px 17px;
  padding-left: 22px;
}
.theme-white .widget-statistic-icon {
  position: absolute;
  z-index: 30;
  right: 30px;
  top: 0px;
  font-size: 70px;
  color: #46cad6;
}
.theme-white .widget-statistic-description {
  position: relative;
  z-index: 35;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
  color: #fff;
}
.theme-white .widget-statistic-value {
  position: relative;
  z-index: 35;
  font-weight: 300;
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 8px;
  font-weight: 700;
}
.theme-white .widget-statistic-header {
  padding-top: 18px;
  color: #fff;
}
.theme-white .widget-purple {
  padding: 12px 17px;
  border: 1px solid #8E44AD;
  border-top: 2px solid #8E44AD;
  background: #8E44AD;
  color: #ffffff;
  min-height: 164px;
}
.theme-white .widget-purple .widget-statistic-icon {
  color: #9956b5;
}
.theme-white .widget-purple .widget-statistic-header {
  color: #ded5e7;
}
.theme-white .widget-purple .widget-statistic-description {
  color: #ded5e7;
}
.theme-white .page-header-button {
  opacity: .8;
  border: 1px solid #32c5d2;
  background: #32c5d2;
  color: #fff;
}
.theme-white .page-header-button:hover {
  opacity: 1;
}
.theme-white .page-header-description {
  color: #666;
}
.theme-white .page-header-heading {
  color: #666;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time {
  color: #96a5aa;
}
.theme-white ul.tpl-dropdown-content {
  background: #fff;
  border: 1px solid #ddd;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item,
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item {
  border-bottom: 1px solid #eee;
  color: #999;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover,
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover {
  background-color: #f5f5f5;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .tpl-dropdown-menu-notifications-time,
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .tpl-dropdown-menu-notifications-time {
  color: #999;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover {
  background-color: #f5f5f5;
}
.theme-white ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-title {
  color: #999;
}
.theme-white .sidebar-nav-link a {
  border-left: #fff 3px solid;
}
.theme-white .sidebar-nav-link a:hover {
  background: #f2f6f9;
  color: #868E8E;
  border-left: #3bb4f2 3px solid;
}
.theme-white .sidebar-nav-link a.active {
  background: #f2f6f9;
  color: #868E8E;
  border-left: #3bb4f2 3px solid;
}
.theme-white .sidebar-nav-heading {
  color: #999;
  border-bottom: 1px solid #eee;
}

.theme-white .sidebar-nav-heading a{
	color:inherit;	
}

.theme-white .tpl-sidebar-user-panel {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.theme-white .tpl-content-wrapper {
  background: #e9ecf3;
}
.theme-white .tpl-header-fluid {
  background: #fff;
  border-top: 1px solid #eee;
}
.theme-white .tpl-header-logo {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.theme-white .tpl-header-switch-button {
  background: #fff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.theme-white .tpl-header-switch-button:hover {
  background: #fff;
  color: #999;
}
.theme-white .tpl-header-navbar a {
  color: #999;
}
.theme-white .tpl-header-navbar a:hover {
  color: #999;
}
.theme-white .left-sidebar {
  background: #fff;
}
.theme-white .widget-color-green {
  border: 1px solid #32c5d2;
  border-top: 2px solid #32c5d2;
  background: #32c5d2;
  color: #ffffff;
}
.theme-white .widget-color-green .widget-fluctuation-period-text {
  color: #fff;
}
.theme-white .widget-color-green .widget-head {
  border-bottom: 1px solid #2bb8c4;
}
.theme-white .widget-color-green .widget-fluctuation-description-text {
  color: #bbe7f6;
}
.theme-white .widget-color-green .widget-function a {
  color: #42bde5;
}
.theme-white .widget-color-green .widget-function a:hover {
  color: #fff;
}
.theme-black {
  background-color: #282d2f;
}
.theme-black .tpl-am-model-bd {
  background: #424b4f;
}
.theme-black .tpl-model-dialog {
  background: #424b4f;
}
.theme-black .tpl-error-title {
  color: #868E8E;
}
.theme-black .tpl-error-title-info {
  line-height: 30px;
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
  color: #868E8E;
}
.theme-black .tpl-error-btn {
  background: #03a9f3;
  border: 1px solid #03a9f3;
  border-radius: 30px;
  padding: 6px 20px 8px;
}
.theme-black .tpl-error-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: #868E8E;
}
.theme-black .tpl-calendar-box {
  background: #424b4f;
  padding: 20px;
}
.theme-black .tpl-calendar-box .fc-button {
  border-radius: 0;
  box-shadow: 0;
}
.theme-black .tpl-calendar-box .fc-event {
  border-radius: 0;
  background: #03a9f3;
}
.theme-black .tpl-calendar-box .fc-axis {
  color: #fff;
}
.theme-black .tpl-calendar-box .fc-unthemed .fc-today {
  background: #3a4144;
}
.theme-black .tpl-calendar-box .fc-more {
  color: #fff;
}
.theme-black .tpl-calendar-box .fc th.fc-widget-header {
  background: #9675ce!important;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
  border: none!important;
}
.theme-black .tpl-calendar-box .fc th.fc-widget-header a {
  color: #fff;
}
.theme-black .tpl-calendar-box .fc-center h2 {
  color: #fff;
}
.theme-black .tpl-calendar-box .fc-state-default {
  background-image: none;
  background: #fff;
  font-size: 14px;
}
.theme-black .tpl-calendar-box .fc th,
.theme-black .tpl-calendar-box .fc td,
.theme-black .tpl-calendar-box .fc hr,
.theme-black .tpl-calendar-box .fc thead,
.theme-black .tpl-calendar-box .fc tbody,
.theme-black .tpl-calendar-box .fc-row {
  border-color: rgba(120, 130, 140, 0.4) !important;
}
.theme-black .tpl-calendar-box .fc-day-number {
  color: #868E8E;
  padding-right: 6px;
}
.theme-black .tpl-calendar-box .fc th {
  color: #868E8E;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 0;
}
.theme-black .tpl-login-logo {
  background: url(../img/logob.png) center no-repeat;
}
.theme-black .tpl-table-line-img {
  max-width: 100px;
  padding: 2px;
  border: none;
}
.theme-black .tpl-table-list-field {
  border: none;
}
.theme-black .tpl-table-list-select .am-dropdown-content {
  color: #888;
}
.theme-black .tpl-table-list-select .am-selected-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.theme-black .tpl-table-list-select .am-btn-default.am-active,
.theme-black .tpl-table-list-select .am-btn-default:active,
.theme-black .tpl-table-list-select .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: #5d6468;
}
.theme-black .tpl-pagination .am-disabled a,
.theme-black .tpl-pagination li a {
  color: #fff;
  padding: 6px 12px;
  background: #3f4649;
  border: none;
}
.theme-black .tpl-pagination .am-active a {
  background: #167fa1;
  color: #fff;
  border: 1px solid #167fa1;
  padding: 6px 12px;
}
.theme-black .tpl-login-btn {
  border: 1px solid #b5b5b5;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 14px;
  color: #b5b5b5;
}
.theme-black .tpl-login-btn:hover,
.theme-black .tpl-login-btn:active {
  background: #b5b5b5;
  color: #fff;
}
.theme-black .tpl-login-title {
  color: #fff;
}
.theme-black .tpl-login-title strong {
  color: #39bae4;
}
.theme-black .tpl-form-line-form,
.theme-black .tpl-form-border-form {
  padding-top: 20px;
}
.theme-black .tpl-form-line-form .am-btn-default,
.theme-black .tpl-form-border-form .am-btn-default {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-black .tpl-form-line-form .am-selected-text,
.theme-black .tpl-form-border-form .am-selected-text {
  color: #888;
}
.theme-black .tpl-form-border-form input[type=number]:focus,
.theme-black .tpl-form-border-form input[type=search]:focus,
.theme-black .tpl-form-border-form input[type=text]:focus,
.theme-black .tpl-form-border-form input[type=password]:focus,
.theme-black .tpl-form-border-form input[type=datetime]:focus,
.theme-black .tpl-form-border-form input[type=datetime-local]:focus,
.theme-black .tpl-form-border-form input[type=date]:focus,
.theme-black .tpl-form-border-form input[type=month]:focus,
.theme-black .tpl-form-border-form input[type=time]:focus,
.theme-black .tpl-form-border-form input[type=week]:focus,
.theme-black .tpl-form-border-form input[type=email]:focus,
.theme-black .tpl-form-border-form input[type=url]:focus,
.theme-black .tpl-form-border-form input[type=tel]:focus,
.theme-black .tpl-form-border-form input[type=color]:focus,
.theme-black .tpl-form-border-form select:focus,
.theme-black .tpl-form-border-form textarea:focus,
.theme-black .am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-black .tpl-form-border-form input[type=number],
.theme-black .tpl-form-border-form input[type=search],
.theme-black .tpl-form-border-form input[type=text],
.theme-black .tpl-form-border-form input[type=password],
.theme-black .tpl-form-border-form input[type=datetime],
.theme-black .tpl-form-border-form input[type=datetime-local],
.theme-black .tpl-form-border-form input[type=date],
.theme-black .tpl-form-border-form input[type=month],
.theme-black .tpl-form-border-form input[type=time],
.theme-black .tpl-form-border-form input[type=week],
.theme-black .tpl-form-border-form input[type=email],
.theme-black .tpl-form-border-form input[type=url],
.theme-black .tpl-form-border-form input[type=tel],
.theme-black .tpl-form-border-form input[type=color],
.theme-black .tpl-form-border-form select,
.theme-black .tpl-form-border-form textarea,
.theme-black .am-form-field {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #4d6b8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: 0 0;
  border: 0;
  text-indent: .5em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.theme-black .tpl-form-border-form .am-checkbox,
.theme-black .tpl-form-border-form .am-checkbox-inline,
.theme-black .tpl-form-border-form .am-form-label,
.theme-black .tpl-form-border-form .am-radio,
.theme-black .tpl-form-border-form .am-radio-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-black .tpl-form-border-form .am-form-group:after {
  clear: both;
}
.theme-black .tpl-form-border-form .am-form-group:after,
.theme-black .tpl-form-border-form .am-form-group:before {
  content: " ";
  display: table;
}
.theme-black .tpl-form-border-form .am-form-label {
  padding-top: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: inherit;
  text-align: right;
}
.theme-black .tpl-form-border-form .am-form-group {
  /*padding: 20px 0;*/
}
.theme-black .tpl-form-border-form .am-form-label .tpl-form-line-small-title {
  color: #999;
  font-size: 12px;
}
.theme-black .tpl-form-line-form input[type=number]:focus,
.theme-black .tpl-form-line-form input[type=search]:focus,
.theme-black .tpl-form-line-form input[type=text]:focus,
.theme-black .tpl-form-line-form input[type=password]:focus,
.theme-black .tpl-form-line-form input[type=datetime]:focus,
.theme-black .tpl-form-line-form input[type=datetime-local]:focus,
.theme-black .tpl-form-line-form input[type=date]:focus,
.theme-black .tpl-form-line-form input[type=month]:focus,
.theme-black .tpl-form-line-form input[type=time]:focus,
.theme-black .tpl-form-line-form input[type=week]:focus,
.theme-black .tpl-form-line-form input[type=email]:focus,
.theme-black .tpl-form-line-form input[type=url]:focus,
.theme-black .tpl-form-line-form input[type=tel]:focus,
.theme-black .tpl-form-line-form input[type=color]:focus,
.theme-black .tpl-form-line-form select:focus,
.theme-black .tpl-form-line-form textarea:focus,
.theme-black .am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-black .tpl-form-line-form input[type=number],
.theme-black .tpl-form-line-form input[type=search],
.theme-black .tpl-form-line-form input[type=text],
.theme-black .tpl-form-line-form input[type=password],
.theme-black .tpl-form-line-form input[type=datetime],
.theme-black .tpl-form-line-form input[type=datetime-local],
.theme-black .tpl-form-line-form input[type=date],
.theme-black .tpl-form-line-form input[type=month],
.theme-black .tpl-form-line-form input[type=time],
.theme-black .tpl-form-line-form input[type=week],
.theme-black .tpl-form-line-form input[type=email],
.theme-black .tpl-form-line-form input[type=url],
.theme-black .tpl-form-line-form input[type=tel],
.theme-black .tpl-form-line-form input[type=color],
.theme-black .tpl-form-line-form select,
.theme-black .tpl-form-line-form textarea,
.theme-black .am-form-field {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #4d6b8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.theme-black .tpl-form-line-form .am-checkbox,
.theme-black .tpl-form-line-form .am-checkbox-inline,
.theme-black .tpl-form-line-form .am-form-label,
.theme-black .tpl-form-line-form .am-radio,
.theme-black .tpl-form-line-form .am-radio-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.theme-black .tpl-form-line-form .am-form-group:after {
  clear: both;
}
.theme-black .tpl-form-line-form .am-form-group:after,
.theme-black .tpl-form-line-form .am-form-group:before {
  content: " ";
  display: table;
}
.theme-black .tpl-form-line-form .am-form-label {
  padding-top: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: inherit;
  text-align: right;
}
.theme-black .tpl-form-line-form .am-form-group {
  /*padding: 20px 0;*/
}
.theme-black .tpl-form-line-form .am-form-label .tpl-form-line-small-title {
  color: #999;
  font-size: 12px;
}
.theme-black .tpl-table-black-operation a {
  border: 1px solid #7b878d;
  color: #7b878d;
}
.theme-black .tpl-table-black-operation a:hover {
  background: #7b878d;
  color: #fff;
}
.theme-black .tpl-table-black-operation a.tpl-table-black-operation-del {
  border: 1px solid #f35842;
  color: #f35842;
}
.theme-black .tpl-table-black-operation a.tpl-table-black-operation-del:hover {
  background: #f35842;
  color: #fff;
}
.theme-black .am-table-bordered {
  border: 1px solid #666d70;
}
.theme-black .am-table-bordered > tbody > tr > td,
.theme-black .am-table-bordered > tbody > tr > th,
.theme-black .am-table-bordered > tfoot > tr > td,
.theme-black .am-table-bordered > tfoot > tr > th,
.theme-black .am-table-bordered > thead > tr > td,
.theme-black .am-table-bordered > thead > tr > th {
  border: 1px solid #666d70;
}
.theme-black .am-table-bordered > thead + tbody > tr:first-child > td,
.theme-black .am-table-bordered > thead + tbody > tr:first-child > th {
  border: 1px solid #666d70;
}
.theme-black .am-table-striped > tbody > tr:nth-child(odd) > td,
.theme-black .am-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #5d6468;
}
.theme-black .tpl-table-black {
  color: #fff;
}
.theme-black .tpl-table-black thead > tr > th {
  font-size: 14px;
  padding: 6px;
  border-bottom: 2px solid #666d70;
}
.theme-black .tpl-table-black tbody > tr > td {
  font-size: 14px;
  padding: 7px 6px;
  border-top:0 none;
  border-bottom: 1px solid #666d70;
}
.theme-black .tpl-table-black tfoot > tr > th {
  font-size: 14px;
  padding: 6px 0;
}
.theme-black .tpl-user-card {
  border: 1px solid #11627d;
  border-top: 2px solid #105f79;
  background: #1786aa;
  color: #ffffff;
}
.theme-black .tpl-user-card-title {
  font-size: 26px;
  margin-top: 0;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 10px;
}
.theme-black .achievement-subheading {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
}
.theme-black .achievement-image {
  border-radius: 50%;
  margin-bottom: 22px;
}
.theme-black .achievement-description {
  margin: 0;
  font-size: 12px;
}
.theme-black .am-progress {
  height: 12px;
  margin-bottom: 14px;
  background: rgba(0, 0, 0, 0.15);
}
.theme-black .am-progress-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.theme-black .am-progress-title-more {
  color: #a1a8ab;
}
.theme-black .widget-fluctuation-tpl-btn {
  margin-top: 6px;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
.theme-black .widget-fluctuation-tpl-btn:hover {
  background: #fff;
  color: #4b5357;
}
.theme-black .widget-fluctuation-description-text {
  color: #c5cacd;
}
.theme-black .text-success {
  color: #08ed72;
}
.theme-black .widget-fluctuation-period-text {
  color: #fff;
}
.theme-black .widget-head {
  border-bottom: 1px solid #3f4649;
}
.theme-black .widget-function a {
  color: #7b878d;
}
.theme-black .widget-function a:hover {
  color: #fff;
}
.theme-black .widget {
  border: 1px solid #33393c;
  border-top: 2px solid #313639;
  background: #4b5357;
  color: #ffffff;
}
.theme-black .widget-primary {
  border: 1px solid #11627d;
  border-top: 2px solid #105f79;
  background: #1786aa;
  color: #ffffff;
  padding: 12px 17px;
}
.theme-black .widget-statistic-icon {
  position: absolute;
  z-index: 30;
  right: 30px;
  top: 0px;
  font-size: 70px;
  color: #1b9eca;
}
.widget-login-record{
	font-size:12px;
}

.widget-login-record .am-g{
	margin-left: 0;
	margin-right: 0;
}

.theme-black .widget-statistic-description {
  position: relative;
  z-index: 35;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 18px;
  color: #9cdcf2;
}

.widget-statistic-description a{
	color:inherit;
}

.theme-black .widget-statistic-value {
  position: relative;
  z-index: 35;
  font-weight: 300;
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 8px;
  font-weight: 700;
}

.widget-statistic-value em{
	font-weight:normal;
	margin-left:10px;
	font-style:normal;
	font-size:18px;
}

.theme-black .widget-statistic-header {
  color: #9cdcf2;
}
.theme-black .widget-purple {
  padding: 12px 17px;
  border: 1px solid #5e4578;
  border-top: 2px solid #5c4375;
  background: #785799;
  color: #ffffff;
}

.widget-link-more{
	padding:0.2rem 0 1.2rem;
	font-size:14px;
	line-height:14px;
	color:#0E90D2;
}

.widget-link-more a:hover{
	color:#ea6e0c;
}

.widget-link-more a:focus{
	color:#ea6e0c;
}

.theme-black .widget-purple .widget-statistic-icon {
  color: #8a6aaa;
}
.theme-black .widget-purple .widget-statistic-header {
  color: #ded5e7;
}
.theme-black .widget-purple .widget-statistic-description {
  color: #ded5e7;
}
.theme-black .page-header-description {
  color: #e6e6e6;
}
.theme-black .page-header-heading {
  color: #666;
}
.theme-black .container-fluid {
  background: #424b4f;
}
.theme-black .page-header-heading {
  color: #fff;
}
.theme-black .sidebar-nav-heading {
  color: #fff;
}
.theme-black .tpl-sidebar-user-panel {
  background: #1f2224;
  border-bottom: 1px solid #1f2224;
}
.theme-black .tpl-content-wrapper {
  background: #3a4144;
}
.theme-black .tpl-header-fluid {
  background: #2f3638;
}
.theme-black .sidebar-nav-link a.active {
  background: #232829;
}
.theme-black .sidebar-nav-link a:hover {
  background: #232829;
}
.theme-black .tpl-header-switch-button {
  background: #2f3638;
  border-right: 1px solid #282d2f;
}
.theme-black .tpl-header-switch-button:hover {
  background: #282d2f;
  color: #fff;
}
.theme-black .tpl-header-navbar a {
  color: #cfcfcf;
}
.theme-black .tpl-header-navbar a:hover {
  color: #fff;
}
.theme-black .left-sidebar {
  padding-top: 56px;
  background: #282d2f;
}
.theme-black .widget-color-green {
  border: 1px solid #11627d;
  border-top: 2px solid #105f79;
  background: #1786aa;
  color: #ffffff;
}
.theme-black .widget-color-green .widget-head {
  border-bottom: 1px solid #147494;
}
.theme-black .widget-color-green .widget-fluctuation-description-text {
  color: #bbe7f6;
}
.theme-black .widget-color-green .widget-function a {
  color: #42bde5;
}
.theme-black .widget-color-green .widget-function a:hover {
  color: #fff;
}

@media screen and (min-width: 1024px) {
	.search-btn-box{height:6.48rem;}
	.search-btn-box button{height:100%;width:11rem;}
}	

@media screen and (max-width: 1024px) {
  .tpl-index-settings-button {
    display: none;
  }
  .theme-black .left-sidebar {
    padding-top: 111px;
  }
  .left-sidebar {
    padding-top: 111px;
  }
  .tpl-content-wrapper {
    margin-left: 0;
  }
  .tpl-header-logo {
    float: none;
    width: 100%;
  }
  .tpl-header-navbar-welcome {
    display: none;
  }
  .tpl-sidebar-user-panel {
    border-top: 1px solid #eee;
  }
  .tpl-header-fluid {
    border-top: none;
    margin-left: 0;
  }
  .theme-white .tpl-header-fluid {
    border-top: none;
  }
  .theme-black .tpl-sidebar-user-panel {
    border-top: 1px solid #1f2224;
  }
}
@media screen and (min-width: 641px) {
  [class*=am-u-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .chioce-row .tpl-table-list-select{
  	margin-bottom:.5rem;
  }
  
	.chioce-row .tpl-table-list-select + .tpl-table-list-select{
  	float:left;
  }
  
  .search-btn-box button{
  	width:8rem;
  	height:100%;
  	line-height:6rem;
  }
	
	.news-dissmination-handle-btn{margin-top:117px;}
  
}
@media screen and (max-width: 641px) {
  .theme-white .tpl-error-title,
  .theme-black .tpl-error-title {
    font-size: 130px;
    line-height: 140px;
  }
  .theme-white .tpl-login-title {
    font-size: 20px;
  }
  .theme-white .tpl-login-content {
    width: 86%;
    padding: 22px 30px 25px;
  }
  .tpl-header-search {
    display: none;
  }
  ul.tpl-dropdown-content {
    position: fixed;
    width: 100%;
    left: 0;
    top: 112px;
    right: 0;
  }
  
  .state-btn-group a{
  	margin-bottom: .5rem;
  }
  
  .chioce-row .tpl-table-list-select{
  	margin-bottom: .5rem;
  }
  
  .search-btn-box{
		width:100%;  	
  }
  
  .search-btn-box button{
  	margin-bottom:10px;
		width:100%;
		height:3rem;
		line-height:3rem;
  }
  
  .industry-drop-choice{
		width:100% !important;
	}
	
	.register-complaint .industry-drop-choice{
		width:200% !important;
		left:-50%;
	}
	
	.register-complaint .industry-drop-choice::after{
		left:50%;
	}
	
  
}

.theme-black .widget-search-body{
	background:none;
}

.theme-black  .widget-search-body .widget-body{
	border-top:2px solid #000;
	background:#4b5357;
}

.widget-search-body .widget-body + .widget-body{
	margin-top:2rem;
}

.state-btn-group a{
	margin-right:0.5rem;
}

.chioce-row{
	margin-bottom:.5rem;
	padding-left:0;
}

.chioce-row .tpl-table-list-select{
	padding-left:0;
}

.theme-black .chioce-row .tpl-table-list-select input{
	display:block;
	border:1px solid rgba(255, 255, 255, 0.2);
	font-size:14px;
	background: #4b5357;
	color:#fff;
	height:32px;
	line-height:16px;
}

.theme-white .chioce-row .tpl-table-list-select input{
	color:#444;
	font-size:14px;
}

.theme-black .chioce-row .tpl-table-list-select input::-webkit-input-placeholder{
	color:#fff;
}

.theme-white .chioce-row .tpl-table-list-select input::-webkit-input-placeholder{
	color:#444;
}

.chioce-row .tpl-table-list-select input:focus{
	background:none;
}

.chioce-row .am-selected{
	width:100%;
}

.am-g.date-box-choice{
	margin:0;
}

.am-g.date-box-choice .am-u-sm-5{
	position:relative;
	padding:0;
}

.am-g.date-box-choice .am-u-sm-5 button{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:2;
	left:0;
	top:0;
}

.am-g.date-box-choice .am-u-sm-2 + .am-u-sm-5{
	text-align:right;
}

.am-g.date-box-choice .am-u-sm-2 + .am-u-sm-5 button{
	margin-right:0;
}

.am-g.date-box-choice .am-u-sm-5 i{
	position:absolute;
	right:0.6rem;
	top:0.3rem;
} 

.theme-black .am-g.date-box-choice .am-u-sm-5 i{
	color:#fff;
}

.theme-white .am-g.date-box-choice .am-u-sm-5 i{
	color:#838FA1;
}

.theme-white .am-g.date-box-choice .am-u-sm-5 input{
	display:block;
	background-color:#fff;
	height:32px;
	line-height:18px;
}

.search-btn-box button{
	background:#647278;
	letter-spacing:0.5rem;
	color:#fff;
	padding:0;
}

.create-new-complaint a{
	display:block;
	width:100%;
	line-height:6rem;
	color: inherit;
	letter-spacing:normal;
	height:100%;
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
}

.search-btn-box button:hover{
	background: #23abf0;
	color:#fff;
}

.custom-drop-list-box{
	position:relative;
	border:1px solid rgba(255, 255, 255, 0.2);
	background: #4b5357;
	color:#fff;
	font-size:14px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;
	-moz-transition:background-color .3s ease-out,border-color .3s ease-out;
	transition:background-color .3s ease-out,border-color .3s ease-out;
}

.custom-drop-list-box.active{
	/* background:#c2c2c2 !important; */
}

.theme-white .custom-drop-list-box{
	border:1px solid #ccc;
	background:#fff;
	color:#444;
}

.custom-drop-title{
	position:relative;
	padding:7px 6px;
	width:100%;
	line-height:16px;
	cursor:pointer;
}

.custom-drop-title i{
	float:right;
}

.custom-drop-list{
	position:absolute;
	top:32px;
	left:0;
	opacity:0;
	background:#fff;
	z-index:8;
	width:100%;
	max-height:0;
	transition:all .3s;
	overflow:hidden;
	box-shadow:0 0 10px #ccc;
	display:none;
}

.custom-drop-list.drop-selected{
    display:block ;
	top:39px;
	opacity:1;
	max-height:999px;
	overflow:unset;
}

.industry-drop-choice{
	width:200%;
}

.industry-drop-choice .classify{
	float:left;
	width:50%;
}

.industry-drop-choice .secondClassify{
	float:left;
	width:50%;
	height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}

.industry-drop-choice .secondClassify li{
	float:left;
	width:50%;
    white-space:nowrap;
}

.custom-drop-list:after{
	position: absolute;
	content:"";
	width:0;
	height:0;
	line-height:0;
	border:10px solid transparent;
	border-bottom:10px solid #fff;
	left:20px;
	top:-16px;
	z-index:1;
}

.custom-drop-list li{
	position:relative;
	padding:0 20px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	z-index:8;
	color:#555;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.custom-drop-list li.active{
	background:#F0F0F0;
	color:#0084c7;
}

.custom-drop-list li:hover{
	background:#F0F0F0;
	color:#0084c7;
}

.custom-drop-list li i{
	position:absolute;
	opacity:0;
	right:10px;
	top:0;
}

.custom-drop-list li:hover i{
	opacity:1;
	color:#23abf0;
}

.custom-drop-list li.active i{
	opacity:1;
	color:#23abf0;
}

.custom-drop-button{
	padding:20px 0;
}

.custom-drop-button button{
	margin:0 10px;
}

.handle-complaint-list{
	padding-left:0;
	padding-right: 0;
}

.handle-complaint-list .am-u-sm-12{
	padding-left:0;
	padding-right: 0;
}

.handle-complaint-list .am-u-sm-12 table tr th{
	padding-top:2rem;
	padding-bottom:15px;
	border-bottom:1px solid #D7D9D9;
	font-weight:400;
}

.handle-complaint-list .am-u-sm-12 table tr th:first-child{
	padding-left:3rem;
}

.handle-complaint-list .am-u-sm-12 table tr td{
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:middle;
}

.handle-complaint-list .am-u-sm-12 table tr td.completed sup,
.handle-complaint-list .am-u-sm-12 table tr td.uncomplaint sup,
.handle-complaint-list .am-u-sm-12 table tr td.complainting sup,
.handle-complaint-list .am-u-sm-12 table tr td.scrap sup{
	display:inline-block;
	margin-left:4px;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	font-size:12px;
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}


.handle-complaint-list .am-u-sm-12 table tr td.completed sup{
	background:#3BB4F2;
}

.handle-complaint-list .am-u-sm-12 table tr td.complainting sup{
	background:#ea6e0c;
}

.handle-complaint-list .am-u-sm-12 table tr td.uncomplaint sup{
	background:#d93c37;
}

.handle-complaint-list .am-u-sm-12 table tr td.scrap sup{
	color:#444;
	background:#e6e6e6;
}

.handle-complaint-list .am-u-sm-12 table tr td a{
	border:1px solid #0e90d2;
}

.handle-complaint-list .am-u-sm-12 table tr td a:hover{
	color:#fff;
}

.handle-complaint-list .am-u-sm-12 table tr td:first-child{
	padding-left:3rem;
}

.handle-complaint-list .am-u-sm-12 table tr:nth-child(odd) td{
	background: none;
}

.handle-complaint-list .am-u-sm-12 table tr:nth-child(even) td{
	background: #5d6468;
}

.theme-white .handle-complaint-list .am-u-sm-12 table tr:nth-child(even) td{
	color:#fff;
}

.work-list-infor{
	padding:0 10px;
}

.work-list-infor .widget{
	padding-left: 20px;
	padding-right: 20px;
}

.work-list-infor .widget .top{
	padding:22px 0;
	overflow:hidden;
}

.work-list-infor .widget .top h2{
	float:left;
	margin-bottom:0;
	font-weight: 400;
	line-height:28px;
	font-size:16px;
}

.work-list-infor .widget .top span{
	float:right;
	font-size:14px;
}

.theme-black .work-list-infor .widget .top span p{
	margin:0;
	border:1px solid #fff;
	padding:.5rem 1rem;
}

.theme-white .work-list-infor .widget .top span p{
	margin:0;
	border:1px solid #787878;
	padding:.5rem 1rem;
}

.work-list-infor .widget .infor-table .am-table{
	margin-bottom:0;
	border-bottom:1px solid #787878;
	border-left:1px solid #787878;
}

.work-list-infor .widget .infor-table .am-table tr td{
	border-top:1px solid #787878;
	border-right:1px solid #787878;
	font-size:14px;
	line-height:14px;
	padding:30px 0 30px 30px;
	color:#999;
}

.theme-black .work-list-infor .widget .infor-table .am-table tr td em{
	font-style:normal;
	color:#fff;
}

.theme-white .work-list-infor .widget .infor-table .am-table tr td em{
	font-style:normal;
	color:#444;
}

.complaint-content{
	margin-bottom:30px;
	border:1px solid #787878;
	position:relative;
	min-height:174px;
}

.theme-black .complaint-content p{
	padding:20px 20px 40px;
	font-size:14px;
	color:#fff;
}

.theme-white .complaint-content p{
	padding:20px 20px 40px;
	font-size:14px;
	color:#444;
}

.complaint-content em{
	position:absolute;
	right:16px;
	bottom:16px;
	font-style:normal;
	font-size: 12px;
}

.handle-complaint-infor{
	border:0 none;
	padding:20px 20px 40px;
	font-size:14px;
	color:#fff;
	resize:none;
	min-height:172px;
	background:none;
	overflow:hidden;
}

.theme-white .handle-complaint-infor{
	color:#444;
}

.complaint-attachment{
	margin-bottom:20px;
	overflow:hidden;
}

.complaint-attachment span{
	float:left;
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
	line-height:28px;
}

.complaint-attachment li{
	position:relative;
	float:left;
	margin-right:40px;
	font-size:14px;
	line-height:28px;
}

.complaint-attachment li .am-icon-file-text{
	float:left;
	margin-right:10px;
}

.complaint-attachment li .am-icon-close{
	float:right;
	width:20px;
	height:20px;
	background:#333;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transform:scale(0.6);
	cursor:pointer;
}

.complaint-attachment li .am-icon-close:hover{
	background:#d93c37;
}

.complaint-remark{
	position:relative;
	margin-top: 40px;
	margin-bottom:20px;
	border:1px solid #787878;
	overflow:hidden;
}

.complaint-remark span{
	position:absolute;
	font-size:14px;
	left:20px;
	top:20px;
}

.complaint-remark .handle-complaint-remark{
	border:0 none;
	padding:20px;
	font-size:14px;
	resize:none;
	background:none;
	min-height:6.67rem;
	text-indent:44px;
	overflow:hidden;
}

.complaint-handle-btn{
	overflow:hidden;
	margin-top: 30px;
	margin-bottom:40px;
}

.complaint-handle-btn .am-btn-default{
	background:none;
	border:0 none;
}

.theme-white .complaint-handle-btn .am-btn-default{
	color:#444;
}

.theme-black .complaint-handle-btn .am-btn-default{
	color:#fff;
}

.work-list-infor .complaint-handle-people-list{
	min-height:4.2rem;
}

.complaint-handle-people li{
	height:4rem;
	line-height: 4rem;
	font-size:14px;
}

.complaint-handle-people li + li{
	border-top:1px solid #999;
}

.complaint-handle-people li span{
	float:left;
	margin-right:65px;
}

.complaint-handle-people li span em{
	color:#999;
	font-style:normal;
}

.news-dissmination{
	padding:30px 30px 37px 23px;
}

.news-dissmination .widget-head{
	margin-bottom:10px;
}

.theme-black .news-dissmination .widget-head{
		padding-top:0px;
}

.news-dissmination .widget-title{
	font-size:2rem;
}

.theme-black .news-dissmination input{
	background:none !important;
	line-height:2rem !important;
	color: #fff !important;
	font-size:14px !important;
}

.theme-white .news-dissmination input{
	background:none !important;
	line-height:2rem !important;
	color:#444 !important;
	font-size:14px !important;
}

.theme-black .news-dissmination input::-webkit-input-placeholder{
	color: #fff !important;
}

.theme-white .news-dissmination input::-webkit-input-placeholder{
	color: #a1a1a1 !important;
}

.upload-btn-box .file-name-box{
	position:relative;
	float:left;
	width:75%;
}

.upload-btn-box .file-name-box input{
	position:absolute;
	width:100%;
	height:40px;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
}

.upload-btn-box .file-name-box span{
	display:block;
	padding-left:10px;
	width:100%;
	height:40px;
	border:1px solid #ccc;
	line-height:40px;
	font-size:14px;
}


.upload-btn-box .am-form-file{
	margin-bottom: 0;
}

.upload-btn-box .am-form-file input{
	height:100%;
	cursor:pointer;
}

.manuscript-classify select,.manuscript-classify .am-dropdown{
	display:inline-block;
	width:36%;
	text-align:left;	
	background:none;
	color:inherit;
}

.manuscript-classify .am-dropdown button{
	background:none;
	border:1px solid #ccc;
	height:40px;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:14px;
}

.theme-white .manuscript-classify .am-dropdown button{
	color:#444;
}

.manuscript-classify .am-dropdown .am-selected-list li{
	color:#838FA1;
}

.manuscript-classify input.am-fr{
	width:36% !important;
}

.news-handle-textarea{
	margin-top:2.6rem;
}

.news-handle-textarea h2{
	font-weight:normal;
	font-size:16px;
}

.news-dissmination-handle-btn>*{
	margin:0 22px;
}

.consulting-management{
	padding:0 2.5rem 2.8rem;
}

.consulting-search{
	margin-bottom:3rem;
	padding-top:4.2rem;
}

.theme-black .consulting-search>span{
	margin-right:10px;
	color:#fff;
	font-size:16px;
	line-height:4rem;
}

.theme-white .consulting-search>span{
	margin-right:10px;
	color:#A1A1A1;
	font-size:16px;
	line-height:4rem;
}

.consulting-search .consulting-choice .am-selected button{
	height:4rem;
	border:1px solid #647278;
	color:#444;
	color:#fff;
}

.theme-white .consulting-search .consulting-choice .am-selected button{
	color:#444;
}

.consulting-search .consulting-choice .am-selected .am-selected-content{
	color:#838FA1;
}


.consulting-search .consulting-search-input{
	padding-left:0;
	height:4rem;
}

.consulting-search .consulting-search-input .am-input-group input,
.consulting-search .consulting-search-input .am-input-group button{
	height:4rem;
}

.consulting-search .consulting-search-input .am-input-group input{
	border-top:1px solid #647278 ;
	border-bottom:1px solid #647278 ;
}

.consulting-handle-table{
	padding:0;
	background:#505A5F;
	vertical-align:middle;
}

.theme-white .consulting-handle-table{
	background:#fff;
}

.consulting-handle-table .tpl-table-black thead tr th{
	border-bottom:1px solid #D7D9D9;
	font-weight:400;
	font-size:16px;
	height:50px;
	vertical-align:middle;
}

.consulting-handle-table .tpl-table-black tbody tr td{
	border:0 none;
	vertical-align:middle;
	height:5.7rem;	
}

.theme-white .consulting-handle-table .tpl-table-black tbody tr td{
	
}

.consulting-handle-table .tpl-table-black tbody tr:nth-child(odd) td{
	background:none;
}

.consulting-handle-table .tpl-table-black tbody tr:nth-child(even) td{
	background:#5C676C;
}

.theme-white .consulting-handle-table .tpl-table-black tbody tr:nth-child(even) td{
	background:#c7c7c7;
	color:#838FA1;
	vertical-align:middle;
}

.consulting-handle-table .tpl-table-black .check-box span{
	display:inline-block;
	border:2px solid #84949C;
	width:20px;
	height:20px;
	background:#84949C;
	cursor:pointer;
}

.consulting-handle-table .tpl-table-black .check-box.checked span{
	background:#0e90d2;
}

.consulting-handle-table .tpl-table-black tbody tr .at-top sup{
	display:inline-block;
	width:100%;
	height:100%;
	width: 20px;
	height:20px;
	font-size:14px;
	background:#0e90d2;
	font-style: normal;
	text-align:center;
	color:#fff;
	line-height:20px;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}

.consulting-handle-table .tpl-table-black tbody tr td .am-icon{
	margin-right:36px;
	font-size:170%;
}

.consulting-handle-table .tpl-table-black tbody tr td .am-icon:active{
	color:inherit;
}

.consulting-handle-table .tpl-table-black tbody tr td .am-icon:hover{
	color:inherit;
}

.consulting-handle-table .tpl-table-black tbody tr td .am-icon:focus{
	color:inherit;
}

.consulting-handle-table .tpl-table-black tbody tr td .am-icon:active{
	color:inherit;
}

.color-default{
	color:#e6e6e6 !important;
}

.color-danger{
	color:#dd514c !important;
}

.color-warning{
	color:#F37B1D !important;
}

.color-primary{
	color:#0e90d2 !important;
}

.color-secondary{
	color:#3bb4f2 !important;
}

.color-success{
	color:#5eb95e !important;
}

.theme-white .tpl-pagination .am-disabled a,
.theme-white .tpl-pagination li a,
.theme-black .tpl-pagination .am-disabled a, 
.theme-black .tpl-pagination li a{
	padding:2px 8px;
}

.theme-white .tpl-pagination .am-active a,.theme-black .tpl-pagination .am-active a{
	padding:2px 8px;
}

.consulting-handle-table .consulting-select-btn{
	margin:1rem 0;
}

.register-complaint{
	display:inline-block;
	float:none;
}

.register-complaint .row-content{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
}

/*
.register-complaint .label {
	margin-right:20px;
	width:125px;
}*/

.register-complaint .label {
    margin-right:15px;
    width:160px;
}

/*.register-complaint .label span{
	float:left;
	width:8rem;
	text-align:right;
	font-size:1.3rem;
	line-height:32px;
}*/

.register-complaint .label span{
  float:left;
  width:10rem;
  text-align:right;
  font-size:1.3rem;
  line-height:32px;
}

.register-complaint .label sub{
	margin-left:4px;
	font-size:12px;
	color:#999;
}

.register-complaint .fill-content{
	float:left;
	position:relative;
	-webkit-flex-grow:2;
	flex-grow:2 ;
}

.register-complaint .fill-content input{
	display:block;
	width:100%;
	border:0 none;
	outline:none;
	border-bottom: 1px solid #787878;
	font-size:14px;
	background:none;
	line-height:32px;
}

.register-complaint .fill-content .errorMsg{
	position:absolute;
	margin:0;
	font-size:14px;
	top:36px;
	left:0;
	display:none;
}

.register-complaint .custom-drop-list-box{
	width:17rem;
}

.register-complaint .upload-box li{
	float:left;
	margin-right:30px;
	font-size:14px;
}

.register-complaint .upload-box li .am-icon-file-text{
	margin-right:10px;
}

.register-complaint .upload-box li .am-icon-close{
	float:right;
	width:20px;
	height:20px;
	background:#333;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#fff;
	transform:scale(0.6);
	cursor:pointer;
}

.register-complaint .upload-box li .am-icon-close:hover{
	background:#dd514c;
}

.register-complaint .upload-box .am-form-file{
	margin-bottom:0;
}

.register-complaint .upload-box .am-form-file input{
	display:block;
	border:0 none;
	width:100%;
	height:100%;
}

.register-complaint .first-handle{
	/*display:none;*/
}

.register-complaint .first-handle .switch-btn{
	position:relative;
	float:left;
	-webkit-border-radius:32px;
	border-radius:32px;
	width:60px;
	height:32px;
	overflow:hidden;
}

.register-complaint .first-handle .switch-btn input{
	position:absolute;
	margin:0;
	width:100%;
	height:100%;
	opacity:0;
	overflow:hidden;
	z-index:3;
	left:0;
	top:0;
}

.register-complaint .first-handle .switch-btn span{
	position:absolute;
	-webkit-border-radius:50%;
	border-radius:50%;
	height:100%;
	width:32px;
	background:#fff;
	left:0;
	top:0;
	z-index:2;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.register-complaint .first-handle .switch-btn em{
	position:absolute;
	margin:0;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#ccc;
	-webkit-transition:all 0.3s 0.2s;
	-moz-transition:all 0.3s 0.2s;
	-ms-transition:all 0.3s 0.2s;
	transition:all 0.3s 0.2s;
}

.register-complaint .first-handle .switch-btn input:checked + span{
	left:28px;
}

.register-complaint .first-handle .switch-btn input:checked + span + em{
	background:#36C6D3;
}

.register-complaint .complaint-email{
	display:none;
}

.register-complaint .complaint-textarea{
	position:relative;
}

.register-complaint .complaint-textarea textarea{
	padding:20px;
	width:100%;
	height:21rem;
	resize:none;
	font-size:14px;
}

.theme-black .register-complaint .complaint-textarea textarea{
	background: none;
	color:#fff;
}

.theme-black .register-complaint .complaint-textarea em{
	position:absolute;
	font-style: normal;
	bottom: 20px;
	right:20px;
	font-size:14px;
	color:#999;
}

.theme-black .register-complaint .handle-complaint-btn{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.theme-black .register-complaint .handle-complaint-btn button{
	margin-left:26px;
}

/***************modify by liyang********************/
/*.consulting-handle-table .user-manage tr td a{
	border:1px solid #0e90d2;
	color:#0e90d2;
	padding:.2rem 1rem;
}*/

.create-accout-box .am-modal-dialog .am-modal-hd{
	margin-bottom:25px;
	border-bottom:1px solid #999;
	padding-top:20px 0 10px;
	font-size:16px;
}

.create-accout-box .am-modal-bd {
	text-align:left;
	padding:0 90px;
}

.create-accout-box .am-modal-dialog .am-modal-bd label{
	width:100%;
}

.theme-black .create-accout-box .am-close{
	color:#fff;
}

.create-accout-box .am-modal-bd .am-btn-group{
	width:100%;
}

.create-accout-box .am-modal-bd label{
	display:-webkit-flex;
	display:flex;
	margin-bottom:0;
}

.create-accout-box .am-modal-bd label + label{
	margin-top: 20px;
}

.create-accout-box .am-modal-bd label>span{
	float:left;
	padding-right:17px;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
}

.create-accout-box .am-modal-bd label>input{
	border:0 none;
	border-bottom:1px solid #525E62;
	-webkit-flex-grow:2;
	flex-grow:2;
	background:none;
	outline: none;
	padding-left:10px;
	box-shadow:0 0 0 #000;
	line-height:24px;
	font-size:12px;
	font-weight:normal;
}

.theme-white .create-accout-box .am-modal-bd label>input{
	color:#333;
}

.theme-white .create-accout-box .am-modal-bd label>input::-webkit-input-placeholder{
	color:#838FA1;
}

.create-accout-box .am-modal-bd label>input::-webkit-inner-spin-button,
.create-accout-box .am-modal-bd label>input::-webkit-outer-spin-button{
	-webkit-appearance: none;
	appearance: none;
}

.create-accout-box .am-modal-bd .choice{
	margin-top:20px;
}

.create-accout-box .am-modal-bd .role{
	display:none;
}

.create-accout-box .am-modal-bd .choice span{
	line-height:30px;
}

.create-accout-box .am-modal-bd .drop-selected{
	color:#838FA1;
	font-weight:400;
}

.theme-white .create-accout-box .am-modal-bd .drop-selected  .am-dropdown button{
	color:#838FA1;
}

.create-accout-box .am-modal-bd .drop-selected .am-dropdown button{
	padding-top:0;
	padding-bottom:0;
	height:30px;
	line-height:30px;
	font-size:12px;
}

.create-accout-box .am-modal-bd .drop-selected .am-dropdown button span{
	height:28px;
	line-height:28px;
}

.create-accout-box .am-modal-bd .bottom{
	display:-webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-direction: row;
	margin-top:40px;
}

.access-set{
	padding:24px 0 40px 40px;
	min-height:46rem;
}

.access-set .add-new-department{
	margin-bottom:24px;
}

.access-set .add-new-department a{
	display:inline-block;
	font-size:16px;
	color:#fff;
	line-height:32px;
}

.theme-white .access-set .add-new-department a{
	color:#838FA1;
}

.access-set .add-new-department a:hover{
	color:#1786AA;
}

.access-set .add-new-department a i{
	float:left;
	margin-right:4px;
	font-style:normal;
	font-size:22px;
}

.access-set .department .department-row{
	float:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.access-set .department .department-name{
	margin-bottom:20px;
	font-size:16px;
	cursor:pointer;
	line-height:27px;
}

/*.access-set .department .department-row:hover .function-btn{
	display:inline-block;
}*/

.access-set .department .department-row:hover{
	color:#1786AA;
}

.access-set .department.active .department-name .department-row{
	color:#1786AA;
}

.access-set .department .department-name .icon-radio{
	position:relative;
	display:inline-block;
	margin-right:7px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:#fff 1px solid ;
	width:11px;
	height:11px;
}

.theme-white .access-set .department .department-name .icon-radio{
	border:#838FA1 1px solid;
}

.access-set .department.active .department-name .department-row .icon-radio{
	border:#1786AA 1px solid;
}

.access-set .department.active .department-name .icon-radio:after{
	position:absolute;
	content:"";
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:60%;
	height:60%;
	background:#1786AA;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.access-set .department .department-name .department-row:hover .icon-radio{
	border:#1786AA 1px solid;
}

.access-set .function-btn{
	float:right;
	margin-left:26px;
	/*display:none;*/
}

.access-set .function-btn .remove-this{
	padding:0 10px;
	font-size:22px;
	line-height:22px;
}


.access-set .function-btn .remove-this:hover{
	color:#dd514c;
}

.access-set .function-btn .remove-this:focus{
	color:#dd514c;
}

.access-set .function-btn .remove-this:active{
	color:#dd514c;
}

.access-set .function-btn .modify-this{
	float:right;
	padding:0 10px;
	font-size:14px;
}

.access-set .department .branch-box{
	margin-left:30px;
	margin-bottom:40px;
	border-left:1px solid #fff;
	padding-left:18px;
	display:none;
}

.access-set .department.active .branch-box{
	display:inline-block;
}

.theme-white .access-set .department .branch-box{
	border-left:1px solid #838FA1;
}

.access-set .department .branch-box .branch{
	position:relative;
	margin-top:30px;
	padding-left:4px;
	cursor: pointer;
	top:12px;
}

.access-set .department .branch-box .branch .department-row{
	position:relative;
}

.access-set .department .branch-box .branch .department-row:before{
	position:absolute;
	content:"";
	width:18px;
	height:1px;
	background:#fff;
	left:-22px;
	top:12px;
}

.theme-white .access-set .department .branch-box .branch .department-row:before{
	background: #838FA1;
}

.access-set .department .branch-box .branch .add-new-role i{
	float:left;
	font-style:normal;
	margin-right:4px;
	font-size:22px;
	line-height:23px;
}

.access-modal .am-modal-hd{
	border-bottom:1px solid #ccc;
	padding-top: 20px;
	padding-bottom:15px;
	font-size:16px;
}

.access-modal .am-modal-bd .role-name-box{
	position:relative;
	margin-top:40px;
	margin-bottom:70px;
	padding-left:30px;
	height:34px;
}

.access-modal .am-modal-bd .role-name-box .role-name em{
	float:left;
	font-style: normal;
	font-size:16px;
	line-height:32px;
}

.access-modal .am-modal-bd .role-name-box .role-name span{
	float:left;
	margin-left:10px;
	color:#1786AA;
	font-size:14px;
	line-height:34px;
	cursor:pointer;
}

.access-modal .am-modal-bd .role-name-box .role-name-change{
	position:absolute;
	height:32px;
	left:30px;
	top:0;
	display:none;
}

#create-role .am-modal-bd .role-name-box .role-name{
	display:none;
}

#create-role .am-modal-bd .role-name-box .role-name-change{
	display:block;
}

.access-modal .am-modal-bd .role-name-box .role-name-change input{
	width:190px;
	padding:0;
	padding-left:10px;
	height:32px;
	line-height:30px;
	font-size:14px;
}

.access-modal .am-modal-bd .access-box{
	padding:0 50px 0 100px;
}

.access-modal .am-modal-bd .access-box .access{
	margin-bottom:60px;
}

.access-modal .am-modal-bd .access-box .access{
	float:left;
	margin-right:50px;
	line-height:19px;
	font-size:14px;
	cursor:pointer;
	text-indent:18px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}

.access-modal .am-modal-bd .access-box .access i{
	position:relative;
	float:left;
	border:1px solid #105F79;
	width:18px;
	height:18px;
}

.access-modal .am-modal-bd .access-box .access.checked i:after{
	position:absolute;
	content:"";
	width:50%;
	height:50%;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#105F79;
}

.access-modal .am-modal-bd .handle-btn button{
	margin:0 30px;
}

#complaint-area .custom-drop-list ul{
    max-height:280px;
    overflow-x:hidden;
    overflow-y:auto;
}

.access-set-box{
	padding:24px 40px 0;
}

.access-set-box .access-first{
	border-bottom:1px solid #666d70;
	font-size:16px;
}

.access-set-box .access-first input{
	float:right;
	margin-top:8px;
}

.access-set-box label{
	font-weight:400;
}

.access-set-box .access-second label{
	float:left;
	width:25%;
	margin-top:12px;
}

.access-set-box .access-second input{
	float:left;
	margin-top:8px;
	margin-right:4px;
	line-height:25px;
}

.create-role-input input{
	padding-left:10px;
	background:none;
	border:1px solid #666d70;
	line-height:30px;
}

.creat-role-submit{
	padding:3rem 0;
}

.edit-user-box{
	float:none;
	margin:60px auto 0;
}

.edit-user-box label{
	display:-webkit-flex;
	display:flex;
	margin-bottom:20px;
	font-weight:400;
}

.edit-user-box label>span{
	width:100px;
	text-align:right;
	line-height:40px;
}

.edit-user-box label input{
	flex-grow:2;
	border:0 none;
	padding-left:10px;
	border-bottom:#ccc 1px solid;
	background:none !important;
	outline:none;
	line-height:40px;
	box-shadow:0 0 0 #000 !important;
}

.edit-user-box label .drop-selected{
	/*flex-grow:2;*/
}

.theme-black .edit-user-box .am-selected-status{
	color:#fff;
}

.theme-black .edit-user-box .am-selected-list .am-selected-text{
	color:#666;
}

.theme-black .edit-user-box .am-btn-default{
	color:#fff;
}

.watch-status .am-u-md-3{
	line-height:40px;
}

.watch-status .am-form .am-btn-default,
.watch-status .am-form #complaint-industry .custom-drop-title{
	height:38px;
	font-size: 14px;
}

.theme-white .watch-status .am-form .am-btn-default{
	border-color:#ccc;
	border:1px solid #ccc;
}

.watch-status .am-form .custom-drop-list.drop-selected{
	top:47px;
}

/**
 * 分页样式
 * @author liyang
 */
.pages{
  margin-bottom: 15px;
}
.pages span,.pages a:hover{
      background:#0e90d2;
      border: 1px solid #0e90d2; 
      color:#fff;
}
.pages a,
.pages span {
    display: inline-block;
    padding: .5em 1em;
    margin: 0 3px;
    line-height:1.2;
}
.pages a{
    text-decoration: none;
    color: #0e90d2;
    background:#fff;
    border:1px solid #fff;
}

/*liyang add  2019/10/21*/
.register-complaint  .row-content .fill-content .up-img{
    width: 400px;
    float: left;
    cursor: pointer;
}
.register-complaint  .row-content .fill-content .up-img-square{
    width: 220px;
}  
.register-complaint  .row-content .fill-content .up-img p{
    width: 380px;
    height: 200px;
    background: #646E73;
}
.register-complaint  .row-content .fill-content .up-img p.square{
    width: 200px;
    height: 200px;
}

.register-complaint  .row-content .fill-content .up-img span{
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 150px;
}
.register-complaint  .row-content .fill-content .up-img-square span{
    margin-left: 75px;
    position: relative;
    top: -40px;
}
.register-complaint  .row-content .fill-content .up-img .icon{
    /*border: 1px solid #998899;*/
    width: 39px;
    height: 39px;
    background-image: url("../img/up-icon.png");
    position: relative;
    top:-161px;
    left: 170px;
}
.register-complaint  .row-content .fill-content .up-img .square{
    top:-140px;
    left: 80px;
}

.register-complaint .row-content table.register-table{
    border: none;
    border-collapse: collapse;  
}
.register-complaint .row-content table.register-table tr{
    height: 30px;  
    line-height: 30px;  
}
.register-complaint .row-content table.register-table tr td{
 
  width:35%;
  border-left: none;
}
.register-complaint .row-content table.register-table tr td.title{
  width:15%;
  background: #647278;
  color: #8B9BA2;
}
.register-complaint .row-content input.input{
  border:1px solid #787878;
  padding-left: 5px;
  width: 80%;
  display: inline-block;
}
.register-complaint .row-content button.input-button{
    line-height: 34px;
    border: none;
    background: #1CA2CE;
    position: relative;
    left: -5px;
}

