/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  color: #666;
}
/* Layout */
.wrapper {
  zoom: 1;
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  font-size: 12px;
  height: 50px;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
* {
  font-family: Arial, Helvetica, Microsoft Yahei,SimHei;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-family: Arial, Helvetica, Microsoft Yahei,SimHei;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
dl,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '"';
}
abbr,
acronym {
  border: 0;
}
a {
  outline: none;
}
a,
a:visited,
a:link,
a:active {
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #f47903;
  text-decoration: none;
}
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
.z {
  float: left;
}
.y {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after,
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix,
.content {
  zoom: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  font-size: 12px;
}
img {
  border: 0;
  vertical-align: middle;
}
/* General Links */
a {
  color: #2b81ff;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
.sidebar-menu li.header {
  font-size: 14px;
}
.navbar-nav > .messages-menu > .dropdown-menu {
  width: auto;
}
.box-header.with-border {
  border-color: #eeeeee;
}
.navbar-nav > .messages-menu a i,
.navbar-nav > .messages-menu li i,
.navbar-nav > .tasks-menu a i,
.navbar-nav > .notifications-menu a i,
.box-header i {
  margin-right: 5px;
}
.dropdown-menu {
  min-width: 100%;
  text-align: center;
  cursor: pointer;
}
.navbar-nav > .user-menu > .dropdown-menu {
  width: 100%;
}
.navbar-nav > li > a {
  padding: 15px 20px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 2030;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: 'hy_font';
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 5px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-lg img {
  width: 110px;
  margin-right: 10px;
}
.main-header .logo .logo-lg b {
  position: relative;
  top: 5px;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .logo .logo-mini img {
  width: 35px;
  margin-right: 10px;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 21px;
}
.content-header > h1 > small {
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
  color: #aaa;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 10px 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none!important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
  overflow: auto;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  zoom: 1;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li > a > span {
  font-size: 14px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 10px 5px 10px 15px;
  display: block;
  font-size: 12px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu .treeview-menu > li > a > span {
  font-size: 13px;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px!important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px!important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block!important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none!important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -7px;
  transform: rotate(180deg);
}
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px;
  }
}
.control-sidebar > .tab-content {
  padding: 10px 15px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  zoom: 1;
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444!important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff!important;
    color: #444!important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
  zoom: 1;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 60px;
  width: 60px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
  zoom: 1;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
  zoom: 1;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
  font-size: 12px;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    left: auto;
    background: #fff;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #2b81ff;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
  font-size: 12px;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #2b81ff;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #2b81ff;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #2b81ff;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #2b81ff;
  background-color: #2b81ff;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header,
.box-body,
.box-footer {
  zoom: 1;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  zoom: 1;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #2b81ff;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  zoom: 1;
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
  zoom: 1;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  zoom: 1;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #2b81ff;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #c87f0a;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #00733e;
}
.callout.callout-normal {
  border-color: #005384;
}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #2b81ff;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #2b81ff;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #2b81ff;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 16px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px 30px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  zoom: 1;
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.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 #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  zoom: 1;
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #2b81ff;
  border-color: #2b81ff;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #2b81ff;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 1px 0 #fff inset;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: rgba(255, 255, 255, 0.5);
}
.login-logo a img,
.register-logo a img {
  width: 180px;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 10% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #f6f7f8;
  padding: 20px 20px 10px;
  border-top: 0;
  color: #666;
  opacity: 0.95;
  border-radius: 5px;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 20px;
}
.login-box-msg.regist_msg {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
}
.login_on {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.login_on a {
  font-size: 12px;
  line-height: 32px;
  text-decoration: underline;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.callout.callout-normal,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue,
.callout.callout-normal {
  background-color: #2b81ff !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #2b81ff !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #2b81ff !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #2b81ff !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #2b81ff !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b81ff), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #2b81ff, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #2b81ff 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #2b81ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#2b81ff', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #2b81ff !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2b81ff), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #2b81ff, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #2b81ff 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #2b81ff) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#2b81ff', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static!important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block {
  zoom: 1;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px!important;
  height: 30px!important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}
/*
 * Coder: 陈斌
 * --------------
 */
.sidebar-menu li.header {
  font-size: 14px;
}
.navbar-nav > .messages-menu > .dropdown-menu {
  width: auto;
}
.box-header.with-border {
  border-color: #eeeeee;
}
.navbar-nav > .messages-menu a i,
.navbar-nav > .messages-menu li i,
.navbar-nav > .tasks-menu a i,
.navbar-nav > .notifications-menu a i,
.box-header i {
  margin-right: 5px;
}
.navbar-nav > .messages-menu a i.no_margin,
.navbar-nav > .messages-menu li i.no_margin,
.navbar-nav > .tasks-menu a i.no_margin,
.navbar-nav > .notifications-menu a i.no_margin,
.box-header i.no_margin {
  margin-right: 0px;
}
.dropdown-menu {
  min-width: 100%;
  text-align: center;
  cursor: pointer;
}
.navbar-nav > .user-menu > .dropdown-menu {
  width: 100%;
}
.navbar-nav > li > a {
  padding: 15px 20px;
  font-size: 12px;
}
.form-horizontal .form-group > .col-sm-2,
.form-horizontal .form-group > .col-sm-3,
.form-horizontal .form-group > .col-sm-4,
.form-horizontal .form-group > .col-sm-5,
.form-horizontal .form-group > .col-sm-5,
.form-horizontal .form-group > .col-sm-6,
.form-horizontal .form-group > .col-sm-7,
.form-horizontal .form-group > .col-sm-8,
.form-horizontal .form-group > .col-sm-9 {
  padding-right: 5px;
  padding-left: 5px;
}
.form-horizontal .form-group a {
  white-space: nowrap;
}
.form-horizontal .form-group a.editable {
  white-space: normal;
}
.form-horizontal .form-group > .col-xs-2,
.form-horizontal .form-group > .col-xs-3,
.form-horizontal .form-group > .col-xs-4,
.form-horizontal .form-group > .col-xs-5,
.form-horizontal .form-group > .col-xs-5,
.form-horizontal .form-group > .col-xs-6,
.form-horizontal .form-group > .col-xs-7,
.form-horizontal .form-group > .col-xs-8,
.form-horizontal .form-group > .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px;
}
.form-horizontal .form-group a {
  white-space: nowrap;
}
.form-horizontal .form-group a.editable {
  white-space: normal;
}
.m-t {
  margin-top: 10px;
}
.m-t-sm {
  margin-top: 3px;
}
.m-b {
  margin-bottom: 10px;
}
.m-l {
  margin-left: 10px;
}
.m-r {
  margin-right: 10px;
}
.m-r-0 {
  margin-right: 0px;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.p-l-lg {
  padding-left: 53px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-xs {
  padding-left: 5px;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.v-m {
  vertical-align: middle;
}
.no-margin {
  margin: 0;
}
.form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
.table_header .box-tools {
  top: 10px;
}
.search_table {
  background: #fafafa none repeat scroll 0 0;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.table > tbody > tr > td,
.table > thead > tr > th {
  padding: 12px 8px;
}
.table > tbody > tr > td > a,
.table > thead > tr > th > a {
  cursor: pointer;
}
.btn i.icon {
  margin-top: -2px;
}
.layer_panel {
  display: none;
  overflow-x: hidden;
  padding: 10px;
}
.form-control {
  font-size: 12px;
}
select.form-control {
  white-space: nowrap;
}
.layer_tip {
  line-height: 1.5em;
  padding: 5px;
}
.layer_tip li {
  margin-bottom: 10px;
}
.checkbox_list {
  margin-left: 20px;
}
.checkbox_list > li {
  float: left;
  margin-right: 10px;
  width: 140px;
  font-size: 12px;
}
.checkbox_list > li label {
  font-weight: normal;
}
.checkbox_list > li label > input {
  margin-right: 5px;
}
.checkbox_list > li > input {
  margin-right: 5px;
}
.search_table .checkbox_list,
.form-group .checkbox_list {
  padding-top: 7px;
  margin-left: 0;
}
.search_table .checkbox_list > li,
.form-group .checkbox_list > li {
  width: auto;
}
.form-control-static {
  color: #999;
  font-size: 13px;
  padding-top: 8px;
}
.form-group.has-error {
  margin-bottom: 0;
}
.form-group.has-error label.msg-box {
  margin: 3px 0px;
}
.box-tools .search_table_btn {
  position: absolute;
  right: 35px;
  top: 9px;
  cursor: pointer;
  color: #999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-tools .search_table_Btn {
  position: absolute;
  right: 35px;
  top: 9px;
  cursor: pointer;
  color: #999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-tools .form-control-feedback {
  border-left: 1px #d2d6de solid;
  line-height: 30px;
  height: 30px;
  width: 30px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.box-tools .has-feedback .form-control {
  padding-right: 52px;
  width: 250px;
}
.select_area select {
  width: 32%;
  display: inline-block;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 12px;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 12px;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 12px;
}
.form-horizontal .control-label {
  font-size: 14px;
  font-weight: normal;
}
.form-group label.verification {
  font-size: 12px;
  font-weight: normal;
}
.m_l_link {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}
.box-body .box-header {
  margin-bottom: 20px;
  position: inherit;
}
.no-padding .form-horizontal {
  margin-top: 10px;
}
.no-padding .form-horizontal.search_table {
  margin-top: 0;
}
.account_safe_info {
  padding: 30px 0;
  border-bottom: 1px #aaa dotted;
}
.account_safe_info > .col-sm-2 {
  font-weight: bold;
}
.account_safe_info > .col-sm-7,
.account_safe_info > .col-sm-8 {
  color: #aaa;
  font-size: 12px;
}
.captcha_div {
  width: 67%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.captcha {
  width: 100px;
  height: 34px;
  vertical-align: top;
  margin-top: 0px;
}
.loadmore {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  color: #bcbcc1;
  cursor: pointer;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ccc;
}
.pagination > li > a,
.pagination > li > span {
  padding: 4px 10px;
  font-size: 12px;
}
.breadcrumb {
  margin-bottom: 0;
  font-size: 12px;
}
.navbar-custom-menu > .navbar-nav > li.user-menu {
  min-width: 180px;
}
.WdatePicker .form-control {
  width: 45%;
  display: inline-block;
  padding: 6px 0;
  text-align: center;
}
blockquote p {
  font-size: 14px;
}
.box-tools a i {
  vertical-align: middle;
}
blockquote small {
  font-size: 13px;
}
.index-info blockquote.small li {
  font-size: 12px;
  line-height: 20px;
}
#theme_select {
  background: #367fa9 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 5px 0 0 7px;
  overflow: hidden;
  padding: 7px 9px;
  width: 172px;
}
#theme_select:hover {
  color: #f0f0f0;
}
#theme_select a {
  color: #fff;
  float: left;
  font-size: 12px;
  width: 132px;
  white-space: nowrap;
  overflow: hidden;
}
#theme_select i {
  float: right;
  margin-top: 2px;
  color: #b8c7ce;
  opacity: 0.8;
}
#theme_dropdown_list {
  border-radius: 10px;
  padding: 20px;
}
#theme_list {
  margin: auto;
  padding: 5px 0 7px 0;
  position: relative;
  z-index: 2100;
  float: left;
}
#theme_list ul {
  display: none;
  margin-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 7px;
  position: absolute;
  width: 179px;
  z-index: 1;
}
#theme_list ul li {
  background: #2b81ff none repeat scroll 0 0;
  border-top: 1px solid #367fa9;
}
#theme_list ul li:hover {
  background: #367fa9 none repeat scroll 0 0;
}
#theme_list ul li a {
  color: #dfdfdf;
  display: block;
  font-size: 12px;
  font-weight: normal;
  min-width: 183px;
  padding: 5px 10px;
}
#theme_list ul li a:hover {
  color: #f0f0f0;
}
#theme_list ul li:hover img.preview {
  display: inline;
  opacity: 1;
}
#theme_list ul li span {
  border-radius: 2px;
  color: #ffffff;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin-top: -2px;
  min-width: 40px;
  padding: 3px 8px;
  text-align: center;
}
.navbar_label {
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 17px 0px 13px 25px;
}
#selHow {
  width: 800px;
  padding: 20px 30px;
  display: none;
}
#selHow .title {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#selHow .title h3.fleft {
  border-bottom: 1px solid #1867a3;
  color: #303030;
  display: block;
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 15px 0 4px;
  white-space: nowrap;
  width: auto;
}
.selHow .buy_system h2 {
  color: #555555;
  font-family: "微软雅黑";
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.buy_system .buy_system_two {
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.buy_system .buy_system_two p {
  color: #999;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
  text-indent: 20px;
}
#selHow .buy_system dl {
  font-size: 12px;
  padding-bottom: 25px;
  padding-left: 2px;
}
#selHow .buy_system dl dt {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}
#selHow .buy_system dl dd {
  color: #555;
  line-height: 24px;
  text-indent: 2em;
}
#selHow .buy_system dl dd strong.rough {
  font-weight: bold;
  margin-bottom: 5px;
}
#selHow .buy_system dl dd ul li {
  list-style: inside circle;
  margin-left: 20px;
}
.sidebar {
  overflow: auto;
}
.main-header,
.main-sidebar,
.left-side {
  position: fixed;
}
.main-header {
  top: 0;
  right: 0;
  left: 0;
}
.content-wrapper,
.right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side {
    padding-top: 100px;
  }
}
.layout-boxed .wrapper {
  max-width: 100%;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
}
.sidebar-collapse .sidebar {
  overflow: visible;
}
.sidebar-collapse .sidebar-open {
  overflow: auto;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background-color: #ffffff;
}
.control-sidebar-open .main-footer,
.sidebar-mini.sidebar-collapse .main-footer {
  margin-right: 0;
  position: relative;
  z-index: 1011;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: inherit;
}
a.btn.disabled:hover,
fieldset[disabled] a.btn:hover,
button.btn.disabled:hover,
fieldset[disabled] button.btn:hover {
  background-color: #ddd;
  border-color: #dddddd;
}
a.disabled,
button.disabled {
  cursor: no-drop;
  color: #aaaaaa !important;
}
.btn.disabled {
  background-color: #ddd;
  border-color: #dddddd;
}
.btn-group .dropdown-menu a.disabled {
  cursor: no-drop;
  color: #dddddd !important;
}
.form-detail .form-group {
  margin-bottom: 5px;
}
.form-detail .form-control-static {
  height: 34px;
}
.form-detail p.form-control-static span.badge {
  line-height: 1;
  padding: 3px 7px;
}
.price-control .pro_renew_name {
  padding-top: 1px;
}
.price-control span {
  line-height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.navbar-nav > .tasks-menu > .task_list > li .menu > li > a > h3 {
  font-size: 12px;
  text-align: left;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 205px;
}
.accordion .box {
  border-radius: 3px;
}
.accordion .box-header {
  margin-bottom: 0;
  border-bottom: 1px #cbcbcb solid;
  background: #f5f5f5;
}
.accordion .box-header .list-inline {
  display: inline;
  font-size: 12px;
  margin-left: 20px;
  color: #666666;
}
.accordion .box-header .list-inline li {
  margin-right: 20px;
}
.accordion .panel {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 10px;
  border: 1px solid #cbcbcb;
}
.accordion .box-header .box-title {
  font-size: 13px;
}
.box .accordion .panel {
  margin-bottom: 10px;
}
.accordion .panel table.dataTable {
  margin: 0 !important;
  border-top: none;
}
.accordion .box-header .box-tools > i.icon {
  font-size: 18px;
  cursor: pointer;
  color: #666;
  margin: 0 0 0 30px;
}
.accordion .box-header i.collapsed {
  transform: rotate(-180deg);
}
i.edit_enable {
  color: #0088cc;
  margin-left: 5px;
  cursor: pointer;
}
.layui-layer-content .form-group {
  margin-bottom: 5px;
}
.layui-layer-content .col-sm-12 h3 {
  font-weight: bold;
}
.table > tbody > tr > td.td_details {
  padding: 0;
  cursor: pointer;
}
.table > tbody > tr.tr_details > td {
  background: #f5f5f5;
  border-color: #e5e5e5;
  border-bottom-width: 2px;
  border-top-width: 2px;
}
.table > tbody > tr.tr_details > td.td_details,
.table > tbody > tr.tr_details > td.td_details th {
  text-align: center;
}
.table > tbody > tr.tr_details table,
.table > tbody > tr.tr_details table td {
  border-color: #e5e5e5;
}
td.td_details .table {
  display: none;
  border-top: 1px #f4f4f4 solid;
  background: transparent;
}
.table > tbody > tr > td.td_details a {
  margin: 0px 8px;
  line-height: 41px;
}
.table > tbody > tr.tr_details > td.td_details a {
  color: #666;
  font-size: 16px;
}
td.td_details .table tr td,
td.td_details table tr th {
  padding: 3px 8px;
}
.collapsed-box .hy-chevron-up {
  transform: rotate(180deg);
}
.tr_centers {
  background: #eef7fd;
  border-color: #d9ecf8;
}
.tr_centers_sub td {
  background: #f5f5f5;
  border-color: #cbcbcb!important;
}
.tr_centers_sub td:first-child {
  padding-left: 20px;
}
.top-region {
  margin-bottom: 0;
  padding: 0 20px 0 20px;
  position: relative;
  text-align: left;
  border-radius: 0;
}
.top-region.up {
  margin-top: -50px;
}
.top-region #leftA {
  position: absolute;
  left: 6px;
  top: 18px;
  cursor: pointer;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-region #rightA {
  position: absolute;
  right: 6px;
  top: 18px;
  cursor: pointer;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-region #centerA {
  position: absolute;
  bottom: -7px;
  color: #d2d6de;
  cursor: pointer;
  font-size: 20px;
}
.up #centerA {
  transform: rotate(180deg);
  bottom: -18px;
  color: #2b81ff;
  font-size: 30px;
}
.top-region #region_slider {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.top-region #region_content {
  padding: 5px 0;
  white-space: nowrap;
  word-wrap: normal;
}
.top-region button {
  margin: 5px 10px 5px 0px;
}
.col-sm-checkbox .control-label {
  width: 10.5%;
}
.col-sm-checkbox .form-control-static li {
  display: inline;
  white-space: nowrap;
}
.col-sm-checkbox .form-control-static label {
  margin-right: 20px;
  margin-left: 3px;
}
.box.box-solid.box-gary {
  border: 1px solid #cbcbcb;
}
.box.box-solid.box-gary > .box-header {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #cbcbcb;
  color: #666;
}
.box.box-solid.box-gary > .box-header > .box-title {
  color: #666666;
}
.table_index {
  border-top: none;
  margin-bottom: 0;
}
.table_index tr td b {
  margin: 0 5px;
  font-size: 14px;
}
.table_index tr td.td_label i {
  font-size: 20px;
  margin: 0  10px;
}
.table_index tr td.td_label {
  border-left: 1px solid #f4f4f4;
  line-height: 20px;
}
.table > tbody > tr > td,
.table > thead > tr > th {
  padding: 12px 0px !important;
}
table.dataTable thead > tr > th:last-child {
  padding-right: 10px !important;
}
table.dataTable thead > tr > th:first-child,
table.dataTable tbody > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > thead > tr > th:first-child {
  padding: 12px 10px !important;
}
.table > thead > tr > th {
  font-size: 12px;
}
.table_index_panel {
  padding: 0;
}
table tbody tr td:last-child .dropdown-menu {
  right: 0;
  left: inherit;
}
table tbody > tr:last-child td:last-child .dropdown-menu {
  min-height: 100px;
  overflow: inherit;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > thead > tr > th:first-child {
  padding-left: 30px !important;
}
.dtr-data p {
  display: inline-block;
  margin-right: 10px;
}
.datail_list div:before,
.datail_list div:after {
  content: " ";
  display: table;
}
.datail_list div:after {
  clear: both;
}
.datail_list label {
  margin: 0 10px 0 20px;
  float: left;
}
.datail_list > div,
.datail_list form > div {
  min-height: 43px;
}
.datail_list .form-control-static {
  display: inline;
  padding: 0;
}
.datail_list .detail_content {
  color: #999;
  font-size: 13px;
  display: table;
  line-height: 21px;
}
.datail_list .detail_content a {
  white-space: nowrap;
  display: inline-block;
}
.datail_list .detail_content a.editable {
  white-space: normal;
}
.datail_list .word-break {
  word-wrap: break-word;
  display: block;
  width: 50%;
  float: left;
}
.datail_list .editable-container.editable-inline {
  margin-top: 0;
}
.box.box-solid > .box-header a:hover {
  background: none;
}
.box.box-solid > .box-header a i {
  margin-right: 3px;
}
.unit_text {
  position: relative;
}
.unit_text .unit {
  color: #999;
  font-size: 12px;
  height: 34px;
  right: 5px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.unit_text input.form-control {
  padding-right: 40px;
}
/*登录*/
.login-page {
  background: #fff;
}
/*.container{ width: 1200px; margin:0 auto;}*/
.login-logo2 {
  text-align: left;
  margin: 5% auto;
}
.login-logo2 a img {
  height: 35px;
}
.login_bg {
  background: #0071bc;
}
.login_bg .container {
  background-position: left bottom;
  background-repeat: no-repeat;
  min-height: 475px;
  padding: 0 25px;
  position: relative;
}
.login_input {
  background-color: #fff;
  border-radius: 5px;
  margin: 36px auto;
  padding: 30px 25px;
  width: 350px;
  opacity: 0.925;
  position: relative;
  z-index: 1;
}
.login p.login-box-msg {
  color: #666666;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 15px 0;
}
.form-control-feedback {
  width: 40px;
}
.login .form-control {
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login .has-feedback .form-control {
  padding: 0 0 0 50px;
  border-radius: 0;
}
.login .form-control-feedback {
  left: 1px;
  right: auto;
  top: 1px;
  background: #f5f5f5;
  color: #919191;
  padding: 6px 0;
  font-size: 12px;
  height: 36px;
  border-right: 1px solid #dddddd;
  line-height: 25px;
}
.login .form-control-feedback i {
  font-size: 20px;
  color: #bbbbbb;
}
.login .btn.btn-flat {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #4493f1;
  font-size: 14px;
  border: none;
  margin: 10px 0;
  border: 1px solid #2b8cff;
}
.login_input .form-group.login_past {
  padding: 15px 0 0 0;
  margin-bottom: 5px;
}
.login_past a {
  color: #2b81ff;
  font-size: 12px;
}
.login_past a:first-child {
  margin: 0 15px 0 0;
}
.login-footer {
  padding: 15px 0 0 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.login-footer p {
  color: #fff;
  font-size: 13px;
  opacity: 0.35;
}
.login .logo-lg img {
  height: 35px;
}
.logo-mini img {
  width: 38px;
}
.logo-lg i {
  font-size: 12px;
  font-style: normal;
  line-height: 32px;
  vertical-align: bottom;
}
.login img.code_pic {
  border: 1px #d2d6de solid;
  height: 38px;
  width: 120px;
}
/* EASY PIE CHART*/
.index_pie {
  margin: 20px 0;
}
.easypiechart {
  position: relative;
  text-align: center;
}
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.easypiechart canvas {
  top: 0;
  left: 0;
}
.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: -33px;
  width: 100%;
  z-index: 1;
}
.easypiechart img {
  margin-top: -4px;
}
.easypiechart_num {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.box-header .btn-group,
.btn-group-vertical {
  margin-left: 0;
}
.content-wrapper {
  min-height: 1000px;
}
.box-title .btn-sm.m-r {
  position: relative;
}
.box-title .btn-sm.m-r:after {
  background: #eeeeee;
  content: "";
  font-size: 16px;
  height: 50px;
  opacity: 0.7;
  position: absolute;
  right: -9px;
  top: -11px;
  width: 1px;
}
.nav-tabs li.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.table > tbody > tr > td .dropdown-menu > li > a {
  margin-right: 0;
}
.dropdown-menu .divider {
  margin: 0 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 12px;
}
.hidespan span.footable-toggle {
  display: none !important;
}
.RAIDpopover table tr > td {
  width: 35%;
  padding: 5px;
  border-bottom: 1px dotted #f0f0f0;
  color: #999;
  font-size: 12px;
}
.RAIDpopover table tr > td.td_label {
  font-weight: normal;
  width: 17%;
  color: #666;
  text-align: right;
  font-size: 12px;
}
.proselect_con .proselect_r .no-padding {
  min-height: 30px;
}
.RAIDpopover table tr > td.td_header {
  border-bottom: 1px solid #ddd;
  padding: 15px 5px 2px 0;
  font-size: 14px;
  font-weight: bold;
}
.proselect_r .no-padding .form-control-static {
  padding: 0px;
  min-height: 24px;
  height: 24px;
  font-size: 14px;
}
.proselect_r .no-padding .proselect_name {
  line-height: 20px;
}
.form-horizontal .two_valid {
  padding: 0 5px;
  margin: 0 5px 15px -5px;
}
.datail_list .detail_content .form-control {
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
}
input.placeholder,
textarea.placeholder {
  color: #aaaaaa;
}
.help_panel {
  padding: 50px 30px;
}
.nav-tabs-custom > .nav-tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rebates_details label.control-label {
  white-space: nowrap;
}
.form-group .select2-container--default .select2-selection--single {
  border-color: #d2d6de;
  border-radius: 0;
  height: 32px;
}
.form-group .select2-container--default .select2-selection--single span {
  color: #555;
}
.offer_list li {
  font-size: 13px;
  float: left;
  margin-right: 30px;
  line-height: 36px;
  color: #999999;
}
.coupon_dl {
  padding: 0 20px;
  font-size: 12px;
}
.coupon_dl:hover {
  background: #f8f8f8;
}
.coupon_dl dt {
  line-height: 20px;
  cursor: pointer;
  padding: 5px 0;
}
.coupon_dl dd {
  line-height: 25px;
  padding-left: 15px;
  color: #666666;
}
.coupon_dl dd input {
  position: inherit !important;
  vertical-align: top;
}
.coupon_dl dd b {
  font-weight: normal;
  color: #333333;
}
.coupon_dl dd label {
  color: #666;
  vertical-align: middle;
  line-height: 21px;
}
.coupon_dl dd:last-child {
  padding-bottom: 10px;
}
.negative {
  content: "-";
  position: relative;
  left: -7px;
}
.navbar-nav > .messages-menu.service-menu .dropdown-menu {
  width: 200px;
}
.dropdown-menu > li.service-qq a {
  display: inline-block;
  padding: 10px 15px 5px 15px;
  text-align: center;
}
.dropdown-menu > li.service-qq a img {
  width: 24px;
}
.dropdown-menu > li.service-qq a.disabled img {
  filter: grayscale(100%);
  opacity: 0.6;
}
.dropdown-menu > li.service-tel {
  background: #2b81ff;
  color: #fff;
  padding: 10px;
}
.dropdown-menu > li.serviec-center {
  background: #f9f9f9;
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
  padding: 0;
}
.dropdown-menu > li.serviec-center a {
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
/*
 * Coder: 黄敏
 * --------------
 */
/*图标*/
.icon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -1px;
  vertical-align: middle;
}
.sidebar-menu > li > a > .icon,
.sidebar-menu .treeview-menu > li > a > .icon,
.index_info_dl dd i.icon {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > i.hy-caret-right {
  width: 10px;
}
.sidebar-menu > li > a > .icon.icon-3,
.sidebar-menu .treeview-menu > li > a > .icon.icon-3 {
  width: 15px;
}
.sidebar-menu li.active > a > .hy-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > a > .pull-right {
  margin-top: -14px;
  right: 18px;
}
.hy-arrow_up,
.hy-arrow_down {
  font-size: 18px;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  margin: 10px 0;
  font-size: 14px;
}
label {
  color: #666;
  font-weight: normal;
}
.form-group label.msg-box {
  font-size: 12px;
  font-weight: normal;
  padding-top: 2px;
  line-height: normal;
}
.form-group .hy-times-circle-o {
  padding: 0 5px 0 0;
}
.form-group.has-success .hy-times-circle-o:before {
  content: "\f05d";
}
.form-group.has-error .hy-times-circle-o:before {
  content: "\f05c";
}
.has-feedback label ~ .form-control-feedback {
  position: absolute;
  right: 0;
  top: 0;
}
.has-success .msg-box {
  display: none;
}
.form-group.has-success label {
  color: #666;
}
.form-group.has-success .form-control {
  border-color: #d2d6de;
}
.form-horizontal .select_area.has-success,
.form-horizontal .select_area.has-error {
  padding-bottom: 20px;
}
.form-horizontal .select_area.has-success .n-right,
.form-horizontal .select_area.has-error .n-right {
  position: absolute;
  left: 15px;
  top: 40px;
}
.table > tbody > tr > th {
  padding: 8px 0;
}
.table > tbody > tr > td a i.icon {
  padding: 0 3px 0 0px;
}
.table > tbody > tr > td a {
  margin-right: 8px;
  white-space: nowrap;
}
.table > tbody > tr > td i.hy-folder {
  font-size: 16px;
}
.person_h .table > tbody > tr > td a i.icon {
  padding: 0 3px 0 0px;
}
.table > tbody > tr > td form a:first-child i.icon {
  padding: 0 3px 0 10px;
}
.table > tbody > tr > td form:first-child a i.icon {
  padding: 0 3px 0 0px;
}
.form-group .col-sm-8 > p,
.form-group .col-sm-9 > p {
  color: #999;
  font-size: 13px;
  line-height: 20px;
}
.form-group .col-sm-8 > p > b,
.form-group .col-sm-9 > p > b {
  color: #666;
}
.form-group .col-sm-8 > p > .fleft,
.form-group .col-sm-9 > p > .fleft {
  float: left;
}
.form-group .col-sm-8 > p > span,
.form-group .col-sm-9 > p > span {
  line-height: 35px;
  padding: 0 5px;
}
.table > tbody > tr > td input.priceare {
  width: 120px;
}
.table > tbody > tr > td input.percent {
  width: 60px;
}
.urlshow {
  color: #999;
  line-height: 24px;
}
.success_tip {
  border: 1px solid #2b81ff;
  color: #666;
  padding: 0 0 0 5px;
  width: 100px;
}
.nav-tabs-custom > .tab-content:before,
.nav-tabs-custom > .tab-content:after {
  content: " ";
  display: table;
}
.nav-tabs-custom > .tab-content:after {
  clear: both;
}
.form-tips {
  color: #888;
  font-size: 12px;
}
.form-tips > i.fa-warning {
  color: #337ab7;
  padding: 0 5px 0 0;
}
.tip_border {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  height: 1px;
  padding: 10px 0;
}
.editor {
  border: 1px dashed #e7e7e7;
  margin: 10px 0;
  min-height: 180px;
}
.index-info blockquote {
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 10px;
}
.index-info blockquote p {
  margin-bottom: 0;
  line-height: 30px;
}
.index-info blockquote small {
  display: inline-block;
  margin-right: 20px;
}
.index-info blockquote small::before {
  content: "";
}
.box-header .box-title {
  font-size: 16px;
  color: #666666;
}
.small-box p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bolder;
}
.index_info_dl {
  padding-left: 10px;
  color: #666;
  min-height: 112px;
}
.index_info_dl dd {
  list-style: none;
  line-height: 35px;
  vertical-align: middle;
}
.index_info_dl dt {
  font-weight: bolder;
  font-size: 14px;
  line-height: 40px;
}
.index_info_dl dt span {
  color: #aaa;
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
}
.index_info_dl dd a {
  margin-left: 10px;
  font-size: 12px;
}
.index_info_dl dd button {
  margin-right: 10px;
}
.index_info_dl dd i.fa {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.index_info_dl dd i.fa-mobile-phone {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #2b81ff !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00aa55 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f5a000 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #328cbe !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dc4632 !important;
}
.small-box {
  opacity: 0.6;
}
.small-box:hover {
  opacity: 0.8;
}
.small-box .icon {
  color: rgba(255, 255, 255, 0.2);
  font-size: 48px;
  top: 5px;
}
.small-box:hover .icon {
  top: 0px;
  font-size: 60px;
  cursor: pointer;
}
.small-box:hover > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.small-box > .small-box-footer {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.2);
}
.small-box h3,
.small-box p {
  color: #ffffff;
  display: inline-block;
}
.small-box h3 {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0px;
  font-size: 45px;
  text-align: center;
}
.small-box p {
  margin-right: 30px;
  font-size: 18px;
  font-weight: normal;
}
.index .small-box p {
  margin-top: 12px;
  font-size: 19px;
  font-weight: normal;
  margin-left: 0px;
  width: 100%;
}
.small-box > .inner {
  height: 70px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.no-product {
  text-align: center;
  padding: 50px 0;
  color: #666666;
}
.no-product i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .small-box h3 {
    top: 30px;
  }
  .small-box p {
    margin: 0;
  }
}
/*个人信息*/
.infor_type dl dd {
  float: left;
  margin: 5px;
  background: #eaedf1;
  border: 1px solid #eaedf1;
  width: 160px;
  text-align: center;
  height: 32px;
  line-height: 20px;
  padding: 6px 12px;
}
.infor_type dl dd i {
  display: none;
}
.infor_type dl dd.select {
  box-shadow: none;
  border-color: #33cc66;
  background: #fff;
  color: #333;
}
.infor_type dl dd.select i {
  display: inline-block;
  color: #33cc66;
  margin: 0 0 0 5px;
}
.infortip {
  background: #f9f9f9;
  margin: 10px 0;
  padding: 10px 15px;
}
.infortip i.hy-smile {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.infortip p {
  line-height: 30px;
  color: #333;
  font-size: 14px;
  text-indent: 20px;
}
.infortip p:first-child {
  text-indent: 0px;
}
.infortip p small {
  font-size: 12px;
  color: #999;
  margin: 0 20px 0 0;
}
/*密码强度*/
.psw_strong {
  width: 100%;
  margin: 5px 0 0 0;
  height: 3px;
  position: absolute;
  top: 26px;
  left: 0px;
  background: #f6f7f8;
}
.psw_strong ul li {
  width: 33.1%;
  margin-right: 0.2%;
  height: 3px;
  display: inline-block;
  background: #eee;
  float: left;
  text-align: center;
  font-size: 10px;
}
.psw_strong ul li:last-child {
  width: 33.1%;
  margin-right: 0.3%;
}
.psw_strong ul li.pstrong1.active {
  background: #e89084;
}
.psw_strong ul li.pstrong2.active {
  background: #f7c564;
}
.psw_strong ul li.pstrong3.active {
  background: #65cb99;
  color: #fff;
}
.login-box-body .form-group label.msg-box {
  position: absolute;
  left: 0px;
  top: 30px;
  line-height: 12px;
}
.login_input .psw_strong {
  top: 29px;
}
.login_input .form-group label.msg-box {
  position: absolute;
  left: 0px;
  top: 36px;
  line-height: 12px;
}
.login-page .form-group {
  margin-bottom: 20px;
}
.content-wrapper .psw_strong {
  width: 100%;
  padding: 0 6px 0 5px;
  box-sizing: border-box;
}
.content-wrapper .psw_strong ul li {
  width: 33.1%;
  margin-right: 0.3%;
}
.content-wrapper .psw_strong ul li:last-child {
  width: 33.2%;
  margin: 0;
}
.table > thead > tr > th a.order-tha {
  display: inline-block;
  min-width: 65px;
  white-space: nowrap;
}
.table > thead > tr > th a .caret {
  margin: -3px 2px 0 5px;
}
.table tr th .dropdown-menu {
  min-width: 100px;
  z-index: 9999;
}
/*购买页*/
.ProductSelect .Parameter {
  width: 100%;
  min-height: 260px;
  height: auto !important;
  height: 500px;
}
.container .product_panel {
  float: right;
  width: 100%;
  background: #fff;
  padding-left: 15px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.container .product_panel h2.pro_title {
  padding: 65px 0 0 0;
  font-size: 24px;
  color: #333;
  position: relative;
}
.container .product_panel h2.pro_title .buynotes {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333;
  font-size: 12px;
  width: 220px;
}
.container .product_panel h2.pro_title .buynotes a {
  float: right;
  color: #1577e4;
}
.proselect_con {
  border: 1px solid #dedede;
  display: table;
  width: 100%;
  border-top: none;
}
.proselect_con.pro_top {
  border: 1px solid #dedede;
  margin: 25px 0 0 0;
}
.proselect_con.pro_bottom {
  border: none;
}
.proselect_con.pro_bottom .proselect_left {
  background: none;
  border: none;
}
.proselect_con .proselect_left {
  display: table-cell;
  padding: 0 15px;
  position: relative;
  width: 45px;
  background: #f8f8f8;
  border-right: 1px solid #dedede;
  background: #f4f4f4;
  vertical-align: middle;
}
.proselect_con .proselect_left h2 {
  font-size: 14px;
  color: #333;
  width: 20px;
}
.proselect_r {
  display: table-cell;
  padding: 25px 5px 15px 5px;
}
.proselect_r .proselect_infor {
  padding: 10px 0;
  clear: both;
  min-height: 45px;
  position: relative;
  display: table;
  width: 100%;
}
.proselect_r .proselect_infor.pad_top {
  margin: 15px 0;
}
.proselect_r .proselect_infor ul.center_list {
  margin-left: 100px;
}
#typetab .proselect_infor.bd,
#pswset .proselect_infor.bd {
  margin-top: -25px;
}
.proselect_r .proselect_infor ul.center_list li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
}
.proselect_r .proselect_name {
  vertical-align: top;
  width: 100px;
  text-align: right;
  line-height: 30px;
  color: #666;
  display: table-cell;
  height: 30px;
  padding: 0 10px 0 0;
}
.proselect_r .proselect_name.col-sm-2 {
  width: 16.66667%;
}
.proselect_infor ul .proselect_name {
  float: left;
}
.proselect_r ul.inline {
  display: table-cell;
}
.proselect_r ul.inline li {
  color: #1577e4;
  font-size: 14px;
  text-align: center;
  min-width: 80px;
  float: left;
  border: 1px solid #96c4f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 5px 0;
  padding: 0 10px;
}
.proselect_r ul.inline li.on,
.proselect_r ul.inline li:hover,
.proselect_r ul.inline li.selected {
  border: 1px solid #77afee;
  background: #d6eaff;
  cursor: pointer;
}
.proselect_r ul.inline li a {
  background: url("../Newimages/images/numbg_03.png") no-repeat center center;
}
.proselect_r ul.inline li:first-child span {
  background: url("../Newimages/images/numbg_03.png") no-repeat left center;
  height: 30px;
}
.proselect_r ul.inline li:last-child a {
  background-position: right center;
}
.proselect_r .bd ul li {
  clear: both;
}
.proselect_r .bd ul li input[type="text"] {
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  color: #666;
  margin: 0 10px 0 0;
}
.proselect_infor input[type="radio"],
.proselect_infor input[type="checkbox"] {
  margin: 8px 3px 0 0;
  float: left;
}
.proselect_infor input[type="checkbox"] {
  margin: 8px 3px 0 0;
}
.proselect_infor label {
  margin: 0px 10px 0 0;
  color: #444;
  font-weight: normal;
  float: left;
}
.pro_infor_title {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.Drag_bar {
  width: 50%;
  float: left;
  margin: 0 20px 0 0;
  min-height: 50px;
}
.proselect_r ul.drag_bar {
  height: 20px;
  padding: 0 0 0 0;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 0;
  border: none;
}
.proselect_r ul.drag_bar li,
.proselect_r ul.drag_bar li:hover {
  width: 90px;
  border: none;
  background: url("../Newimages/images/pageicon.png") no-repeat 0 -270px;
  margin: 0;
  text-align: right;
  line-height: 56px;
  cursor: inherit;
}
.proselect_r ul.drag_bar li:first-child span {
  float: left;
  color: #999;
}
.proselect_r ul.drag_bar li a {
  color: #999;
}
.proselect_r ul.drag_bar li.selected {
  border: none;
  background: url("../Newimages/images/pageicon.png") no-repeat -10px -320px;
}
.proselect_r ul.drag_bar li.selected:first-child {
  background: url("../Newimages/images/pageicon.png") no-repeat 0 -320px;
}
.proselect_tips {
  position: absolute;
  left: -25px;
  top: -50px;
  background: url("../Newimages/images/pageicon.png") no-repeat -120px -120px;
  width: 300px;
  height: 30px;
  padding: 15px 10px 5px 10px;
}
.proselect_tips p {
  position: relative;
}
.proselect_tips a.btn-mini {
  background: #1577e4;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 5px;
}
.proselect_tips a.tip_close {
  position: absolute;
  right: 20px;
  top: 18px;
}
.tipclose {
  background-position: -450px -120px;
  width: 10px;
  height: 10px;
}
.proselect_r .new_dragbar {
  margin: 15px 0;
}
.proselect_r .new_dragbar .drag_delete {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  color: #ff6600;
  font-size: 16px;
  font-weight: 700;
}
.proselect_r p.select_text {
  line-height: 30px;
  overflow: hidden;
}
.proselect_r p.select_text.text-info {
  color: #999;
}
.proselect_r span.text-info {
  color: #999;
}
.proselect_r p.select_text b {
  font-weight: 700;
  color: #333;
}
.proselect_r p.select_text i.action_icon {
  margin: 7px 5px 0 0;
}
.proselect_r .proselect_infor .Slider_btn {
  background: url("../Newimages/images/pageicon.png") no-repeat -20px -240px;
  width: 20px;
  height: 30px;
  position: absolute;
  top: -8px;
  text-indent: -999px;
  overflow: hidden;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: url("../Newimages/images/pageicon.png") no-repeat -20px -240px;
  width: 20px;
  height: 30px;
  position: absolute;
  top: -8px;
  text-indent: -999px;
  overflow: hidden;
  margin-left: -10px;
}
.proselect_r ul.drag_bar li a {
  padding: 26px 0 0 0;
}
.proselect_r .proselect_infor .Disk input.input-mini {
  text-align: center;
  width: 50px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #1577e4;
}
.proselect_r .proselect_infor .proselect_text {
  line-height: 30px;
  color: #999;
  font-size: 12px;
}
.proselect_r .proselect_infor .proselect_text a.add_model {
  color: #1577e4;
  float: none;
}
.proselect_r .proselect_infor .dk_container {
  margin: 0 10px 0 0;
}
.proselect_r .proselect_infor input.form-control {
  height: 28px;
  border: 1px solid #dedede;
  padding: 4px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  color: #666;
  display: inline-block;
}
.proselect_r .proselect_infor .proselect_text i.add_new {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 8px 5px;
}
.proselect_r ul.drag_bar li,
.proselect_r ul.drag_bar li:hover {
  width: 105px;
}
.proselect_r .proselect_infor .fleft {
  line-height: 30px;
  color: #999999;
  float: left !important;
}
.proselect_r .proselect_infor .slide_close i.icon {
  margin: 6px 0 0 10px;
}
.pro_num {
  margin: 0 20px 0 0;
}
.pro_num a {
  float: left;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #c6c6c6;
  height: 30px;
  color: #666666;
  font-size: 14px;
}
.pro_num a.pro_num_min {
  border-right: none;
}
.pro_num a.pro_num_min.hui {
  border: 1px solid #dcdcdc;
  border-right: none;
  color: #c6c6c6;
  cursor: default;
}
.pro_num a.pro_num_max {
  border-left: none;
}
.pro_num a.pro_num_max.hui {
  border: 1px solid #dcdcdc;
  border-left: none;
  color: #c6c6c6;
  cursor: default;
}
.pro_groups {
  overflow: hidden;
}
.group_img {
  background-position: -60px -170px;
  width: 60px;
  height: 60px;
}
.product_panel h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 10px 0;
}
.pro_groups dl {
  border: 1px solid #dedede;
  width: 155px;
  text-align: center;
  padding: 10px;
  background: #f8f8f8;
  height: 192px;
  float: left;
  margin: 0 15px 0 0;
}
.pro_groups dl:last-child {
  margin: 0;
  width: 158px;
}
.pro_groups dl dt i {
  width: 60px;
  margin: 10px auto;
}
.pro_groups dl dd h4 {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.pro_groups dl dd p {
  color: #666;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 0;
}
.pro_groups dl dd span.pro_g_yellow {
  color: #f9831a;
  font-size: 14px;
  font-weight: 700;
}
.pro_peice {
  padding: 25px 15px;
  clear: both;
  border-top: 1px solid #c6e1fc;
  background: #f3f9ff;
  line-height: 30px;
  overflow: hidden;
  margin: 25px -15px 0 -15px;
}
.pro_peice.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -351px;
}
.pro_peice .fleft {
  width: 40%;
}
.pro_peice .fleft input[type='checkbox'] {
  margin: 8px 5px 0 0;
  float: left;
}
.pro_peice .fleft label {
  float: left;
  font-size: 14px;
}
.pro_peice .fleft label span.price_blue {
  color: #638ab5;
}
.price_whole {
  float: right;
}
.price_whole span {
  float: left;
}
.price_whole span.price_yellow {
  font-size: 30px;
  color: #f9831a;
  font-weight: 700;
  padding: 0 15px 0 0;
}
.price_whole a.btn {
  padding: 0 20px;
  height: 29px;
  line-height: 29px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  boder: none;
}
a.btn_addto {
  border: 1px solid #1577e4;
  color: #1577e4;
}
.price_whole a.btn.btn_buy {
  background: #1577e4;
  color: #fff;
  margin: 0 0 0 15px;
  height: 29px;
  line-height: 29px;
  border: none;
}
.price_whole a.btn_addto.btn_hui {
  border: 1px solid #ccc;
  color: #999;
  cursor: default;
  font-size: 12px;
}
.price_whole a.btn_buy.btn_hui {
  background: #e1e1e1;
  color: #888;
  font-size: 12px;
  border: 1px solid #ccc;
  height: 29px;
  line-height: 29px;
}
.product_panel {
  margin: 0 15px;
}
.proselect_r .proselect_infor select,
.proselect_r .proselect_infor select:focus {
  height: 30px;
  border: 1px solid #ddd;
  color: #666;
  box-shadow: none;
}
.proselect_r .proselect_infor select#set2 {
  margin: 0 10px 0 0;
}
span.tip_yellow,
a.tip_yellow {
  color: #f56954;
}
.proselect_r .proselect_infor select.fleft {
  margin: 0 10px 0 0;
  color: #666;
}
/*右侧导航*/
.control-slider-white {
  background: #eceff4;
}
.slider_title {
  background: #367fa9;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.slider_settings {
  background: #fff;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.slider_settings dl {
  clear: both;
  line-height: 14px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) dotted;
  padding: 10px 16px;
  overflow: hidden;
}
.slider_settings dl.price {
  border-bottom: none;
}
.slider_settings dl.price dd {
  color: orange;
  font-size: 20px;
  font-weight: bold;
}
.slider_settings dl.price dt {
  margin-top: 5px;
  font-weight: bolder;
}
.slider_settings dl dt {
  float: left;
  width: 70px;
  color: #777;
  font-weight: normal;
}
.slider_settings dl dd {
  float: right;
  text-align: right;
  color: #333;
  width: 110px;
  font-size: 12px;
}
.slider_settings dl dd.region_list {
  float: right;
  margin-bottom: 10px;
  max-height: 33px;
  overflow: hidden;
}
.slider_settings dl.price dd {
  font-weight: normal;
  width: auto;
  white-space: nowrap;
  float: right;
}
.slider_settings dl.price dd span.price_t {
  font-size: 16px;
}
.nav-tabs li.pull-right i {
  font-size: 16px;
}
.dropdown-menu > li > a {
  text-align: left;
  font-size: 12px;
}
.dropdown-menu > li > a.disabled:hover {
  background: transparent;
}
.large_red {
  font-size: 32px;
  color: #f00;
}
.btn-group,
.btn-group-vertical {
  margin: 0 0 0 5px;
}
.form-contol-tip {
  padding: 0 25px;
  color: #999999;
}
.form-contol-tip i {
  margin: 0 5px 0 0;
  font-size: 14px;
}
.form-contol-tip p {
  font-size: 12px;
}
.form-horizontal .control-label {
  display: block;
  min-height: 30px;
}
.page_text {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}
.page_text.m-t {
  margin: 0;
}
.page_text .control-label {
  text-align: right;
}
.form-group .col-sm-8 input[type="checkbox"],
.form-group .col-sm-5 input[type="checkbox"],
.form-group .col-sm-8 label,
.form-group .col-sm-8 input[type="radio"],
.form-group .col-sm-5 label,
.form-group .col-sm-4 label,
.form-group .col-sm-4 input[type="radio"] {
  float: left;
}
.form-group .col-sm-8 input[type="checkbox"],
.form-group .col-sm-5 input[type="checkbox"],
.form-group .col-sm-8 input[type="radio"],
.form-group .col-sm-4 input[type="radio"] {
  margin: 12px 5px 0 0;
}
.form-group .col-sm-8 label,
.form-group .col-sm-5 label,
.form-group .col-sm-4 label {
  font-weight: normal;
  font-size: 12px;
  margin: 10px 20px 0 0;
}
.form-group .col-sm-3 label {
  float: left;
}
table.table tr td h2 {
  font-size: 14px;
  color: #333;
  padding: 0 0 10px 0;
}
table.table tr td p {
  line-height: 22px;
}
table.table tr td p strong {
  padding: 0 5px 0 20px;
}
table.table tr td p strong:first-child {
  padding: 0 5px 0 0;
}
.font-mid,
.form-group .col-sm-8 .font-mid,
.form-contol-tip p.font-mid,
.form-contol-tip p.font-mid i {
  font-size: 16px;
}
i.padding-left {
  padding: 0 0 0 10px;
}
.nav-tabs-custom ul.innertab {
  border-bottom: 1px solid #eee;
  margin: 15px;
}
.nav-tabs-custom ul.innertab li {
  border-top: none;
}
.nav-tabs-custom ul.innertab li a {
  min-width: 60px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #999;
}
.nav-tabs-custom ul.innertab li.active a,
.nav-tabs-custom ul.innertab li a:hover {
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
}
.nav-tabs-custom > ul.innertab > li.active,
.nav-tabs-custom > ul.innertab > li:hover,
.nav-tabs-custom > ul.innertab > li.active:hover {
  border: none;
}
.price_btn a.btn {
  margin: 10px 0;
}
/*产品权限*/
.authority {
  clear: both;
  margin: 0 0 20px 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.authority h2 {
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.authority h2 a i {
  color: #666666;
}
.authority h2 .form-control-static {
  padding-top: 0;
}
.auth_list:first-child {
  border: none;
}
.auth_list {
  padding: 10px 20px;
  clear: both;
  border-top: 1px solid #eee;
}
.auth_list h3 {
  font-size: 14px;
  color: #000;
  height: 32px;
  line-height: 32px;
}
.auth_list dl {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
  min-height: 40px;
}
.auth_list dl dt {
  float: left;
  width: 122px;
  padding-left: 5px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auth_list .btn-group button,
.auth_list .btn-group button:hover {
  border: none;
  border-left: 1px solid #eee;
  font-size: 12px;
}
.auth_list .btn-group button.select {
  background: #2b81ff;
  color: #fff;
  border-left: 1px solid #167bb5;
}
.auth_list .btn-group button.select:hover {
  border-left: 1px solid #167bb5;
}
.auth_list .btn-group button.select:first-child {
  border: none;
}
.private_user dl dd p a {
  padding: 0 0 0 15px;
}
.private_add input.form-control {
  width: 200px;
  float: left;
  margin: 0 10px 0 0;
}
/*变更配置*/
.change_tb {
  border: 1px solid #e7e7e7;
  border-right: none;
  border-top: none;
}
.change_tb tr th.primary_bg {
  background: #317fde;
  color: #fff;
}
.change_tb tr td.primary_bg {
  background: #eef6ff;
}
.change_tb tr th,
.change_tb tr td {
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7 !important;
}
.form-control-static {
  display: inline-block;
}
.border-dashed {
  border-bottom: 1px dashed #d9d9d9;
  height: 10px;
  margin: 0 0 10px 0;
  clear: both;
}
.pro_renew_name {
  width: 180px;
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: right;
  padding: 0 10px 0 0;
}
.auth_list .pro_renew_name {
  width: 80px;
}
.proselect_infor .pro_renew_name input[type="checkbox"] {
  float: none;
}
.form-group.proselect_r .proselect_name {
  width: 180px;
}
.font-large {
  font-size: 30px;
  font-weight: 700;
}
input.input-mini {
  width: 80px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #1577e4;
}
.form-contol-tip {
  color: #999;
  font-size: 12px;
}
.form-contol-tip dl dt {
  color: #666;
  line-height: 25px;
  list-style-type: none;
  color: #2b81ff;
}
.form-contol-tip dl dd {
  padding-left: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.form-contol-tip dl dd.pull-left {
  padding-left: 2px;
}
.form-contol-tip ul li {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
}
.form-contol-tip dl dt i.icon {
  margin-top: -2px;
}
.form-contol-tip.no-padding {
  padding: 0 15px !important;
}
.form-contol-tip h4 {
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
}
.form-contol-tip h4 i.layui-layer-ico {
  margin-right: 10px;
  float: left;
}
.data_icon {
  position: relative;
}
.data_icon .form-control {
  padding: 0 20px 0 0;
}
.data_icon .hy-calendar {
  position: absolute;
  right: 5px;
  top: 10px;
}
table.table tr.disabled td {
  cursor: no-drop;
  color: #dddddd !important;
}
table.table tr.disabled td:last-child {
  cursor: pointer;
}
table.table.ceclist tr td i.hy-edit {
  visibility: hidden ;
}
table.table.ceclist tr:hover td i.hy-edit {
  visibility: visible ;
  cursor: pointer;
}
table.table.ceclist tr td i.hy-boot {
  margin: 0 10px 0 10px;
  cursor: pointer;
}
.table > tbody > tr > td a.photo_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  height: 15px;
  display: block;
}
.form-detail .h-auto {
  height: auto;
}
.litext-center > li.selected > a {
  padding: 3px 20px 3px 8px;
}
.litext-center > li.selected > a i.icon {
  width: 17px;
}
/*提示框*/
.tooltip.left {
  opacity: 0.6;
}
.tooltip.left .tooltip-inner {
  padding: 8px;
}
/*定时伸缩*/
.expansion_lie {
  width: 283px;
  background: #ecf0f5;
  padding: 0 !important;
  overflow: hidden;
}
.expansion_lie dl dd {
  display: block;
  background: #ecf0f5;
  color: #333;
  height: 23px;
  width: 40px;
  float: left;
  font-size: 10px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
}
.expansion_lie dl dd.active,
.expansion_lie dl dd:hover {
  background: #2b81ff;
  color: #fff;
}
.disabled .htips {
  color: #aaa;
}
dl.private_noword dd {
  white-space: nowrap;
  display: inline-block;
}
.private_user dl dd {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  background: #ecf0f5;
  white-space: nowrap;
  display: inline-block;
}
.private_user dl dd:last-child {
  margin-left: 0;
}
.private_user dl,
.private_add {
  clear: both;
  overflow: hidden;
}
.form-horizontal .form-group.col-md-12.text-center {
  width: 100%;
  position: static;
  clear: both;
}
.form-horizontal .form-group.col-md-4.text-center.m-t-sm {
  position: static;
}
.form-horizontal .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc;
}
.form-horizontal .alert-warning i {
  margin: 3px 5px 0 0;
}
.proselect_r ul.inline li.active {
  border: 1px solid #77afee;
  background: #d6eaff;
  cursor: pointer;
}
table.table tr td p span.strong {
  font-weight: 700;
}
a.phynic_name {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  float: left;
}
.bg-grey {
  background-color: #f4f4f4;
  margin: 0 0 10px 0;
  padding: 10px 0;
  clear: both;
}
/*主机聚合*/
span.point_type {
  margin: 0 5px 5px 0;
  background: #eaedf1;
  border: 1px solid #eaedf1;
  text-align: center;
  height: 33px;
  padding: 6px 12px;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  float: left;
}
span.point_type i {
  display: none;
}
span.point_type.select {
  word-break: keep-all;
  box-shadow: none;
  border: 1px solid #33cc66;
  background: #fff;
  color: #333;
  margin: 0 5px 5px 0;
}
span.point_type.select i {
  color: #33cc66;
  padding: 0 3px 0 0;
  display: inline-block;
}
span.point_type1 {
  margin: 0 5px 5px 0;
  background: #fff;
  color: #333;
  border: 1px solid #33cc66;
  text-align: center;
  height: 33px;
  line-height: 33px;
  padding: 0px 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 146px;
  overflow: hidden;
  display: inline-block;
}
ul.point_ul {
  max-width: 300px;
}
ul.point_ul li {
  margin: 0 5px 5px 0;
  background: #fff;
  color: #333;
  border: 1px solid #33cc66;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 146px;
  overflow: hidden;
}
.project_person .col-xs-5 {
  width: 46%;
}
.project_person .col-xs-2 {
  width: 8%;
}
.project_person .col-xs-5 .card_panel .person_h {
  height: 260px;
  overflow-y: auto;
  clear: both;
}
.project_person .card_panel {
  padding: 0;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #777;
  margin: 15px 0;
}
.project_person .card_panel .project_person_top {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.project_person .card_panel .icon-close {
  position: absolute;
  right: 45px;
  top: 7px;
  color: #666;
  z-index: 3;
  cursor: pointer;
}
.project_person .card_panel input.form-control {
  border: none;
  border-bottom: 1px solid #ededed;
  line-height: 29px;
  height: 32px;
  font-size: 14px;
}
.project_person .card_panel .input-group-btn .btn {
  margin: 0;
  border: 1px solid #ededed;
  border-right: none;
  border-top: none;
  font-size: 20px;
  padding: 0 10px;
  height: 32px;
}
.project_person .col-xs-2 {
  padding: 100px 0;
}
.project_person .col-xs-2 a.person_add {
  position: relative;
  left: 15px;
}
/*.project_person .col-xs-2 a.person_add:before{ font-family: 'hy_font'; content: '\ea34'; width:100%; display: block; color: #4c9cbf; position:absolute; left:50%; top:0; z-index:3; font-size:61px; margin-left:-40px;}*/
.project_person .col-xs-2 a.person_add span {
  z-index: 4;
  position: absolute;
  top: 35px;
  left: -35px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
}
.project_person .col-xs-2 a.person_add span i {
  font-size: 12px;
  padding: 0 3px 0 0;
}
.role_type {
  padding: 0 0 10px 0;
}
.role_type label {
  color: #666;
}
.role_assign h4 {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: 700;
}
.role_assign .role_type h4 label {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 3px 0 0;
}
.role_assign .role_type h4 label i {
  font-weight: normal;
}
.role_assign input[type=checkbox] {
  margin: 2px 5px 0 0;
  width: 12px;
  height: 12px;
}
.role_assign .role_type ul {
  padding: 0 0 0 5px;
}
.role_assign .role_type ul.role_type_second {
  padding: 0 0 0 20px;
}
.role_assign .role_type ul li .role_third {
  display: inline-block;
}
.role_assign .role_type ul li .role_third label {
  color: #337ab7;
}
.treetable tr.leaf td:nth-child(2) {
  position: relative;
}
.treetable tr.leaf td:nth-child(2):before {
  content: "";
  background: url("../img/line.png") no-repeat -50px -82px;
  width: 38px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -23px;
  height: 45px;
}
/*访问控制*/
.accss_border {
  border: 1px solid #f3f3f3;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  background: #f6f6f6;
}
.hy_access .col-sm-5 {
  text-align: center;
  padding: 10px 0;
  font-size: 45px;
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  opacity: 0.6;
}
.hy_access .access_infor {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  text-align: center;
  padding: 10px 0;
  color: #777;
}
.hy_access .access_infor h2 {
  font-size: 40px;
}
.top_tips {
  background: #DC4632;
  padding: 8px;
  color: #fff;
}
.top_tips a {
  color: #fff;
  font-weight: bold;
}
.top_tips i {
  color: #fff;
}
.top_tips_close {
  color: #fff;
  font-weight: normal;
}
.pro_infor_rules {
  padding: 8px 0;
}
.information p {
  display: table;
}
.information p strong {
  display: table-cell;
  font-weight: 700;
}
.information p span {
  display: table-cell;
}
.switch .bootstrap-switch .bootstrap-switch-handle-on,
.switch .bootstrap-switch .bootstrap-switch-handle-off,
.switch .bootstrap-switch .bootstrap-switch-label {
  padding: 2px 8px;
  line-height: 18px;
}
.ops_popover {
  cursor: pointer;
}
.stop_tips {
  background: #fff;
  margin: 15px;
  padding: 16px 16px 16px 80px;
  border-left: 3px solid #dc4632;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.stop_tips h2 {
  font-size: 18px;
  color: #666;
  padding: 0 0 8px 0;
}
.stop_tips h2 small a {
  color: #2b81ff;
  font-size: 12px;
  padding-left: 16px;
}
.stop_tips span.stop_voice {
  padding: 8px;
  border: 2px solid #dc4632;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
}
.stop_tips span.stop_voice i {
  font-size: 26px;
  color: #dc4632;
}
.stop_tips a.stop_close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #cbbbbd;
}
.stop_tips p {
  padding: 8px 0;
  color: #777;
}
.stop_tips dl dd {
  float: left;
  width: 50%;
  color: #777;
  font-size: 12px;
}
.tab-content > .tab-pane .top-region {
  padding: 0 20px 0 10px;
}
.box-title .form-control {
  height: 29px;
  padding: 3px 12px;
}
.pay_type {
  position: relative;
  padding: 32px 16px 0 0;
}
.pay_type .hd {
  width: 100%;
  float: none;
  padding: 4px 0 0 0;
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  height: 34px;
  z-index: 1029;
}
.pay_type .hd ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 4px 16px;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
}
.pay_type .hd ul li.on,
.pay_type .hd ul li:hover {
  border-color: #96c4f6;
  background: #fff;
  color: #1577e4;
}
.pay_type .bd {
  border: 1px solid #96c4f6;
  z-index: 1111;
  float: none;
  padding: 16px;
  margin: 0;
  width: 100%;
  background: #fff;
  display: inline-block;
}
.pay_type .bd ul > li dl {
  display: flex;
  flex-wrap: wrap;
}
.pay_type .bd ul > li dl dd {
  border: 1px solid #ddd;
  float: left;
  padding: 8px 16px;
  line-height: 30px;
  margin: 12px 1%;
  width: 23%;
  min-width: 150px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #666;
}
.pay_type .bd ul > li dl dd .card_type {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.pay_type .bd ul > li dl dd .card_type span {
  padding: 0 8px;
  color: #666;
}
.pay_type .bd ul > li dl dd .bank_qy {
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  line-height: 16px;
  font-size: 12px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  border: 1px solid #ddd;
  border-right: none;
  background: #dff6ff;
  padding: 4px;
  color: #666;
}
.pay_type .bd ul > li dl dd.active,
.pay_type .bd ul > li dl dd:hover {
  border-color: #ff7f01;
  box-shadow: #ff7f01 0 0 0 1px, -1px -1px 0;
}
.pay_type .bd ul > li dl dd.active::after,
.pay_type .bd ul > li dl dd:hover::after {
  content: "\e9a1";
  display: block;
  position: absolute;
  right: -2px;
  bottom: -5px;
  font-family: "hy_font";
  font-size: 25px;
  color: #ff7f01;
}
.pay_type .bd ul > li dl dd.active .card_type,
.pay_type .bd ul > li dl dd:hover .card_type {
  display: block;
}
.pay_type .bd ul > li .form-contol-tip dl dd {
  float: none;
  width: auto;
  text-align: left;
  border: none;
  margin: 0;
}
.pay_type .bd ul > li .form-contol-tip dl dd::after {
  display: none;
}
.zf_logo {
  background: url('../img/bank-logo.png') no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.zf_logo.logo_gf {
  background-position: 0 -670px;
}
.zf_logo.logo_jt {
  background-position: 0 -280px;
}
.zf_logo.logo_zhg {
  background-position: 0 -222px;
}
.zf_logo.logo_pan {
  background-position: 0 -950px;
}
.zf_logo.logo_pf {
  background-position: 0 -785px;
}
.zf_logo.logo_xy {
  background-position: 0 -390px;
}
.zf_logo.logo_gd {
  background-position: 0 -450px;
}
.zf_logo.logo_zhx {
  background-position: 0 -500px;
}
.zf_logo.logo_shh {
  background-position: 0 -890px;
}
.zf_logo.logo_yzh {
  background-position: 0 -560px;
}
.zf_logo.logo_bg {
  background-position: 0 -615px;
}
.zf_logo.logo_hx {
  background-position: 0 -840px;
}
.zf_logo.logo_shf {
  background-position: 0 -725px;
}
.zf_logo.logo_msh {
  background-position: 0 -335px;
}
.zf_logo.logo_gsh {
  background-position: 0 -168px;
}
.zf_logo.logo_ny {
  background-position: 0 -55px;
}
.zf_logo.logo_zhs {
  background-position: 0 0;
}
.zf_logo.logo_jsh {
  background-position: 0 -110px;
}
.dicount_btn {
  padding: 0 0 0 10%;
}
.dicount_btn .btn {
  margin: 0 16px 16px 0;
  display: inline-block;
}
.email_border {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  height: 1px;
  background: #999;
  margin: 16px 0;
  display: inline-block;
  clear: both;
}
.high_c_border {
  border: 1px dashed #dee1e7;
  display: inline-block;
  padding: 16px;
  margin: 0 0 16px 0;
  width: 100%;
}
.high_c_border a {
  color: #2b81ff;
  cursor: pointer;
}
.high_c_border .high_c_infor {
  padding: 16px 0 0 0;
  display: inline-block;
}
.high_c_border .high_c_infor .control-label {
  text-align: left;
  background: #e2eef5;
  font-size: 12px;
  color: #666;
  padding: 8px;
  margin: 0;
}
.high_c_border .high_c_infor .pad-left-none {
  padding: 0 0 0 16px;
}
.high_c_border .form-group input[type="checkbox"] {
  margin: 0 5px 0 0 !important;
}
.box-header .box-title span.form-control-static {
  min-height: auto;
  padding-bottom: 0;
}
.table > thead > tr > th.xialas {
  padding: 0 !important;
  position: relative;
}
.table > thead > tr > th.xialas a {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  background: #fff;
  text-align: center;
  color: #555;
}
.object_border {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.object_border.table .relative span {
  position: absolute;
  right: 24px;
  top: 5px;
  font-style: italic;
  color: #999;
  z-index: 5;
  line-height: 20px;
  font-size: 12px;
}
.object_border.table tr th,
.object_border.table tr td {
  padding: 8px 8px 14px 8px !important;
}
.object_border.table thead tr th {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
  padding: 8px 8px 14px 8px;
}
.object_border.table thead tr th i.hy-question {
  color: rgba(0, 0, 0, 0.45);
}
.object_border.table a.icon-large {
  font-size: 20px;
}
.object_border.table a.icon-large i.icon {
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.object_border.table a.icon-large:hover i.icon {
  color: #1577e4;
}
.object_border .user_list {
  padding: 16px 0 0 0;
}
.rules_add {
  margin: 16px 0;
  border: 1px dashed #d2d6de;
  text-align: center;
  padding: 16px;
}
.rules_add i.icon {
  padding: 0 8px 0 0;
}
.user_card {
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-flex;
  margin: 0 6px 6px 0;
  cursor: pointer;
}
.user_card i.icon {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 4px;
  cursor: pointer;
  transform: scale(0.6);
}
.user_card:hover i.icon {
  color: rgba(0, 0, 0, 0.65);
}
.table tr td .user_card {
  white-space: nowrap;
}
.object_scroll {
  max-height: 240px;
  overflow-y: auto;
}
.for-dpd .form-group label {
  margin: 0;
}
.for-dpd .form-group .relative span {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #999;
  font-size: 12px;
}
.tooltip.top .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 3px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.has-feedback {
  border: 1px solid #dedede;
}
.has-feedback .WdatePicker .form-control {
  width: 45%;
  border: none;
  height: 30px;
}
.tags {
  color: #2867db;
  border: 1px solid #559cd8;
  position: relative;
  border-right: 0;
  padding: 2px 8px 0 8px;
  background: #e6edf9;
  margin: 0 16px 0 0;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.tags b {
  background: #e6edf9;
}
.tags b::before,
.tags b::after {
  border: 8px solid transparent;
  border-left: 8px solid #e6edf9;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -14px;
  content: ' ';
}
.tags b::before {
  border-left-color: #559cd8;
  right: -15px;
}
.tags.tags_danger {
  color: #e24c54;
  border-color: #ea6966;
  background: #fdf1f0;
}
.tags.tags_danger b {
  background: #fdf1f0;
}
.tags.tags_danger b::before,
.tags.tags_danger b::after {
  border-left-color: #fdf1f0;
}
.tags.tags_danger b::before {
  border-left-color: #ea6966;
}
.tags.tags_green {
  color: #17a0a0;
  border-color: #54c5b9;
  background: #e6f8f5;
}
.tags.tags_green b {
  background: #e6f8f5;
}
.tags.tags_green b::before,
.tags.tags_green b::after {
  border-left-color: #e6f8f5;
}
.tags.tags_green b::before {
  border-left-color: #54c5b9;
}
.tags.tags_yellow {
  color: #e49a0a;
  border-color: #ebb32c;
  background: #fcf9e7;
}
.tags.tags_yellow b {
  background: #fcf9e7;
}
.tags.tags_yellow b::before,
.tags.tags_yellow b::after {
  border-left-color: #fcf9e7;
}
.tags.tags_yellow b::before {
  border-left-color: #ebb32c;
}
.tags.tags_light_green {
  color: #45ae21;
  border-color: #5ab55e;
  background: #ebfae4;
}
.tags.tags_light_green b {
  background: #ebfae4;
}
.tags.tags_light_green b::before,
.tags.tags_light_green b::after {
  border-left-color: #ebfae4;
}
.tags.tags_light_green b::before {
  border-left-color: #5ab55e;
}
.tags span {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 1;
}
.tags i.hy-checked {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tags.checked i.hy-checked {
  display: block;
}
span.tags {
  border-right: 1px solid;
  padding: 4px 16px;
  margin: 0 24px 0 0;
  position: relative;
  line-height: 18px;
  display: inline;
}
span.tags i.hy-checked {
  display: none;
  position: absolute;
  right: -1px;
  bottom: 0;
}
span.tags.checked.tags_blue {
  color: #559cd8;
}
span.tags.checked.tags_yellow {
  color: #ebb32c;
}
span.tags.checked.tags_green {
  color: #54c5b9;
}
span.tags.checked.tags_danger {
  color: #ea6966;
}
span.tags.checked.tags_light_green {
  color: #5ab55e;
}
span.tags.checked i.hy-checked {
  display: block;
}
.opration_list dl {
  display: flex;
  flex-wrap: wrap;
}
.opration_list dl dd {
  width: 30%;
  margin: 0 0 12px 0;
}
.opration_list .tags.checked {
  background: #559cd8;
  color: #fff;
}
.opration_list .tags.checked b {
  background: #559cd8;
}
.opration_list .tags.checked b::before,
.opration_list .tags.checked b::after {
  border-left-color: #559cd8;
}
.opration_list .tags.checked.tags_light_green {
  background: #5ab55e;
}
.opration_list .tags.checked.tags_light_green b {
  background: #5ab55e;
}
.opration_list .tags.checked.tags_light_green b::before,
.opration_list .tags.checked.tags_light_green b::after {
  border-left-color: #5ab55e;
}
.opration_list .tags.checked.tags_danger {
  background: #ea6966;
}
.opration_list .tags.checked.tags_danger b {
  background: #ea6966;
}
.opration_list .tags.checked.tags_danger b::before,
.opration_list .tags.checked.tags_danger b::after {
  border-left-color: #ea6966;
}
.opration_list .tags.checked.tags_green {
  background: #54c5b9;
}
.opration_list .tags.checked.tags_green b {
  background: #54c5b9;
}
.opration_list .tags.checked.tags_green b::before,
.opration_list .tags.checked.tags_green b::after {
  border-left-color: #54c5b9;
}
.opration_list .tags.checked.tags_yellow {
  background: #ebb32c;
}
.opration_list .tags.checked.tags_yellow b {
  background: #ebb32c;
}
.opration_list .tags.checked.tags_yellow b::before,
.opration_list .tags.checked.tags_yellow b::after {
  border-left-color: #ebb32c;
}
.opration_list .tags.checked i.hy-checked {
  display: none;
}
.opration_border {
  border: 1px dashed #d2d6de;
  padding: 12px 0;
}
.table_opration {
  max-height: 200px;
  overflow-y: auto;
}
.shuttlebox {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.shuttlebox table {
  margin: 0;
}
.shuttlebox table tr.check_person td,
.shuttlebox table tr:hover td {
  background: #e3f2fd;
}
.shuttlebox h5 {
  border-bottom: 1px solid #d9d9d9;
  padding: 8px;
  margin: 0;
}
.shuttlebox h5 input[type='checkbox'] {
  float: left;
  margin: 0 5px 0 0;
}
.shuttlebox .input-group {
  margin: 8px 0;
  position: relative;
  width: 100%;
  z-index: 10;
  height: 32px;
}
.shuttlebox .input-group .icon-search {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #929292;
  z-index: 9;
}
.shuttlebox .input-group input.form-control {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.shuttlebox .shuttle_reset {
  padding: 8px;
  border-top: 1px solid #d9d9d9;
  text-align: right;
}
.shuttlebox .person_h {
  clear: both;
  height: 120px;
  overflow-y: auto;
}
.shuttle_btn {
  padding: 32px 16px;
}
.shuttle_btn a.shuttle_left,
.shuttle_btn a.shuttle_right {
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #555;
  display: block;
  margin: 16px 0;
  text-align: center;
}
.shuttle_btn a.shuttle_left:hover,
.shuttle_btn a.shuttle_right:hover {
  background: #1976d2;
  color: #fff;
}
.shuttle-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: stretch;
  max-width: 560px;
}
.shuttle-box .shuttle-btn {
  padding: 8px;
  align-self: center;
}
.shuttle-box .shuttle-btn .btn {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 0 16px 0;
}
.shuttle-box .shuttle-btn .btn .iconfont {
  margin: 0;
}
.shuttle-box .multi-selectable,
.shuttle-box .multi-selection {
  border: 1px solid #d2d6de;
  border-radius: 3px;
  flex: 1 0 136px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.shuttle-box .multi-selectable .shuttle-body,
.shuttle-box .multi-selection .shuttle-body {
  flex-grow: 1;
}
.shuttle-box .multi-selectable .shuttle-title,
.shuttle-box .multi-selection .shuttle-title {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 24px;
  padding: 4px 8px;
  border-bottom: 1px solid #d2d6de;
}
.shuttle-box .multi-selectable .shuttle-select,
.shuttle-box .multi-selection .shuttle-select {
  padding: 4px 0;
  margin-bottom: 0;
  max-height: 400px;
  overflow: auto;
}
.shuttle-box .multi-selectable .shuttle-select li,
.shuttle-box .multi-selection .shuttle-select li {
  padding: 0 8px;
}
.shuttle-box .multi-selectable .shuttle-select li:not(.checkbox) label,
.shuttle-box .multi-selection .shuttle-select li:not(.checkbox) label {
  padding-left: 8px;
}
.shuttle-box .multi-selectable .shuttle-select li.selected,
.shuttle-box .multi-selection .shuttle-select li.selected {
  background-color: #2b81ff;
}
.shuttle-box .multi-selectable .shuttle-select li.selected label,
.shuttle-box .multi-selection .shuttle-select li.selected label {
  color: #fff;
}
.shuttle-box .multi-selectable .shuttle-search,
.shuttle-box .multi-selection .shuttle-search {
  margin: 8px;
  position: relative;
}
.shuttle-box .multi-selectable .shuttle-search .form-control,
.shuttle-box .multi-selection .shuttle-search .form-control {
  line-height: 16px;
  height: 24px;
  padding-right: 24px;
}
.shuttle-box .multi-selectable .shuttle-search .btn,
.shuttle-box .multi-selection .shuttle-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
  min-width: 24px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shuttle-box .multi-selectable .shuttle-search .btn .icon,
.shuttle-box .multi-selection .shuttle-search .btn .icon {
  margin: 0;
  color: rgba(17, 17, 17, 0.25);
}
.shuttle-box .multi-selectable .shuttle-search .btn:hover,
.shuttle-box .multi-selection .shuttle-search .btn:hover,
.shuttle-box .multi-selectable .shuttle-search .btn:focus,
.shuttle-box .multi-selection .shuttle-search .btn:focus {
  background-color: transparent;
}
.shuttle-box .multi-selectable .shuttle-search + .shuttle-select,
.shuttle-box .multi-selection .shuttle-search + .shuttle-select {
  max-height: 240px;
  padding-top: 0;
  overflow: auto;
}
.shuttle-box .multi-selectable a.text-center,
.shuttle-box .multi-selection a.text-center {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 0 16px 0;
}
.shuttle-box .multi-selectable a.text-center i.icon,
.shuttle-box .multi-selection a.text-center i.icon {
  padding: 0 8px 0 0;
}
.shuttle-box .multi-selectable .shuttle-footer,
.shuttle-box .multi-selection .shuttle-footer {
  padding: 8px;
  text-align: right;
  border-top: 1px solid #d2d6de;
}
.shuttle-body .checkbox label {
  font-size: 12px;
  font-weight: normal;
}
.form-group .relative .unit {
  position: absolute;
  right: 8px;
  top: 10px;
  color: rgba(17, 17, 17, 0.45);
  font-size: 12px;
}
.layer_panel .form-horizontal .has-feedback .form-control-feedback {
  right: 1px;
  line-height: 1;
  top: 1px;
  height: 29px;
  width: 34px;
  border-radius: 0;
}
.object_border.table thead > tr > th:first-child {
  padding: 8px 8px 14px 8px !important;
}
.object_border.table tbody tr td .radio-inline input[type=radio] {
  top: 4px;
}
.form-group .col-sm-9 .active_type {
  display: flex;
  padding: 12px 0 0 0;
}
.form-group .col-sm-9 .active_type dl {
  width: 48%;
  margin: 0 4% 0 0;
  border: 1px solid #d2d6de;
  display: inline-block;
}
.form-group .col-sm-9 .active_type dl:last-child {
  margin: 0;
}
.form-group .col-sm-9 .active_type dl dt {
  border-bottom: 1px solid #d2d6de;
  padding: 3px 0;
}
.form-group .col-sm-9 .active_type dl dt label {
  color: #333333;
}
.form-group .col-sm-9 .active_type dl dt label input[type="checkbox"] {
  margin: 3px 6px;
}
.form-group .col-sm-9 .active_type dl dd {
  padding: 3px 0;
}
.form-group .col-sm-9 .active_type dl dd label {
  font-size: 12px;
  line-height: 14px;
}
.form-group .col-sm-9 .active_type dl dd label input {
  margin: 0 6px;
}
.form-group .col-sm-9 .active_type dl dd.active {
  background: #e3f1fc;
}
.operation_model {
  padding: 16px 0;
}
.operation_model .col-md-4 {
  text-align: center;
  margin: 0 0 32px 0;
}
.operation_model dl {
  border: 1px solid #e0e0e0;
  display: inline-block;
  max-width: 100%;
}
.operation_model dl dt {
  border-bottom: 1px solid #e0e0e0;
}
.operation_model dl dt img {
  max-width: 100%;
}
.operation_model dl dd {
  padding: 8px 24px;
  color: #555;
  text-align: left;
}
.operation_model dl dd span {
  max-width: 168px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
}
.operation_model dl dd a {
  color: #555;
  float: right;
}
.operation_model dl dd a .icon {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin: 0 8px 0 0;
}
.operation_model dl dd a .icon.m-l {
  margin: 0 0 0 8px;
  font-size: 14px;
}
.operation_model dl dd a .icon.m-l:hover {
  color: #dd4b39;
}
.operation_model dl:hover,
.operation_model dl.active {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.operation_model dl:hover dd,
.operation_model dl.active dd {
  color: #2b81ff;
}
.operation_model dl:hover dd a,
.operation_model dl.active dd a {
  color: #2b81ff;
}
.operation_model dl:hover dd a .icon,
.operation_model dl.active dd a .icon {
  color: #2b81ff;
}
.operation_model.new_models dl {
  border: none;
  cursor: pointer;
}
.operation_model.new_models dl dt {
  border: 1px solid #e0e0e0;
  position: relative;
  height: 110px;
  text-align: center;
  width: 160px;
}
.operation_model.new_models dl dt::after {
  font-family: 'hy_font';
  content: '\e9a1';
  position: absolute;
  display: none;
  font-size: 18px;
  right: 0;
  bottom: -4px;
  color: #fff;
}
.operation_model.new_models dl dt img {
  max-height: 100%;
}
.operation_model.new_models dl dd {
  text-align: center;
  min-height: 90px;
  padding: 8px;
}
.operation_model.new_models dl:hover,
.operation_model.new_models dl.active {
  box-shadow: none;
}
.operation_model.new_models dl:hover dt,
.operation_model.new_models dl.active dt {
  border-color: #2b81ff;
  box-shadow: 1px 2px 3px rgba(60, 141, 188, 0.1);
}
.operation_model.new_models dl:hover dt::after,
.operation_model.new_models dl.active dt::after {
  color: #2b81ff;
  display: inline-block;
}
.active_column {
  background: #f7f7fa;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
}
.active_column > .col-sm-2 {
  background: #fff;
  border-right: 1px solid #e0e0e0;
}
.active_column > .col-sm-2 a.new_column {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.active_column > .col-sm-2 a.new_column .icon {
  font-size: 12px;
  margin: 0 8px 0 0;
}
.active_column > .col-sm-2 .column_list {
  padding: 0;
  margin: 16px 0;
}
.active_column > .col-sm-2 .column_list dl {
  border-top: 1px solid #e0e0e0;
  background: #f6f8fa;
  margin-top: 16px;
}
.active_column > .col-sm-2 .column_list dl:first-child {
  margin: 0;
}
.active_column > .col-sm-2 .column_list dl dt a {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
}
.active_column > .col-sm-2 .column_list dl dt a .icon {
  font-size: 14px;
  color: #666;
}
.active_column > .col-sm-2 .column_list dl dt a .icon:first-child {
  padding: 0 8px 0 0;
}
.active_column > .col-sm-2 .column_list dl dt a .icon:last-child {
  float: right;
  padding: 3px 0 0 8px;
  display: none;
}
.active_column > .col-sm-2 .column_list dl dt a:hover .icon:last-child {
  display: inline-block;
  color: #dc4632;
}
.active_column > .col-sm-2 .column_list dl dd {
  background: #fff;
  padding: 16px 16px 0 16px;
  position: relative;
}
.active_column > .col-sm-2 .column_list dl dd .add_column {
  border: 1px dashed #e0e0e0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px;
  color: rgba(0, 0, 0, 0.65);
}
.active_column > .col-sm-2 .column_list dl dd .add_column i.icon {
  font-weight: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 8px 0 0;
}
.active_column > .col-sm-2 .column_list dl dd.active .add_column {
  color: #2b81ff;
  border-color: #2b81ff;
}
.active_column > .col-sm-2 .column_list dl dd.active .add_column i.icon {
  color: #2b81ff;
}
.active_column > .col-sm-2 .column_list dl dd i.second_delete {
  position: absolute;
  right: 24px;
  top: 28px;
  font-size: 14px;
}
.active_column > .col-sm-2 .column_list dl dd i.second_delete:hover {
  color: #dd4b39;
}
.active_column > .col-sm-2 .column_list dl.active {
  background: #e9f4fc;
}
.active_column > .col-sm-10 {
  text-align: center;
}
.active_column > .col-sm-10 dl {
  display: inline-block;
  margin: 64px 0;
}
.active_column > .col-sm-10 dl .new_column {
  background: #fff;
  border-color: #2b81ff;
  margin: 8px 0;
  color: #2b81ff;
  padding: 6px 24px;
}
.active_column > .col-sm-10.bg-white {
  background: #fff;
  text-align: left;
}
.active_column > .col-sm-10.bg-white .column_edit {
  padding: 40px 0;
}
.active_column > .col-sm-10.bg-white .second_column {
  padding: 40px 0;
}
.active_column > .col-sm-10.bg-white .second_column .upload {
  color: #666;
  font-size: 12px;
}
.active_column > .col-sm-10.bg-white .second_column .upload i.icon {
  color: #666;
  font-size: 12px;
  padding: 0 4px 0 0;
}
.active_column > .col-sm-10.bg-white .second_column span.operation_img img {
  max-width: 80px;
  max-height: 80px;
}
.active_column > .col-sm-10.bg-white .second_column span.already_load i.hy-paperclip {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  padding: 0 4px 0 8px;
}
.copy_second_new {
  border: 1px solid #e0e0e0;
  display: flex;
  margin: 24px 0;
}
.copy_second_new dl {
  width: 33.33%;
  border-right: 1px solid #e0e0e0;
  padding-bottom: 24px;
}
.copy_second_new dl.copy_last {
  border: none;
}
.copy_second_new dl dt {
  background: #fafafa;
  padding: 16px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.copy_second_new dl dd {
  padding: 0 24px;
  display: block;
  width: 100%;
  height: 37px;
  line-height: 20px;
  position: relative;
}
.copy_second_new dl dd a {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  display: block;
  max-width: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.copy_second_new dl dd label {
  padding: 8px 16px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  display: inline-block;
  color: #666;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copy_second_new dl dd label input {
  display: inline-block;
  margin: 0 4px 0 0;
}
.copy_second_new dl dd.active {
  padding: 0 0 0 24px;
  width: 168px;
  background: #fff;
}
.copy_second_new dl dd.active a {
  border-left: 3px solid #2b81ff;
  border-right: 1px solid #fff;
  color: #2b81ff;
  position: absolute;
  right: -25px;
  top: 1px;
  background: #fff;
}
.copy_second_new dl dd.near {
  padding: 0 0 0 24px;
}
.system-border {
  border: 1px solid #e0e0e0;
}
.checkbox-inline.disabled {
  color: #666;
  opacity: 0.5;
}
.checkbox-inline.disabled input {
  border-color: #666;
}
.second_column .upload {
  color: #666;
  font-size: 12px;
}
.second_column .upload i.icon {
  color: #666;
  font-size: 12px;
  padding: 0 4px 0 0;
}
.second_column span.already_load i.hy-paperclip {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  padding: 0 4px 0 8px;
}
.table > tbody > tr > td {
  word-wrap: break-word;
  word-break: break-all;
}
.second-img img {
  max-width: 418px;
  max-height: 281px;
}
@media (max-width: 1410px) {
  a.phynic_name {
    max-width: 100px;
  }
}
@media (max-width: 1200px) {
  .Drag_bar {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
    min-height: 50px;
  }
  .proselect_r .proselect_infor .Disk input.input-mini {
    width: 40px;
  }
  input.input-mini {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .control-sidebar.vm_buy_sidebar {
    display: none;
  }
  input.input-mini {
    width: 40px;
  }
}
/*
 * Coder: 刘伟萍
 * --------------
 */
.box-header > .box-tools {
  float: right;
  position: inherit;
  top: 0;
}
.table > thead > tr > th a.order-tha {
  color: #555;
  font-weight: bold;
}
.litext-center > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 25px;
  white-space: nowrap;
  text-align: left;
}
.table > tbody > tr.rebates_details > td {
  padding: 0px;
}
.rebates_main h3 {
  border-bottom: 1px solid #e1e1df;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  margin: 0px 0 15px 0;
  padding: 10px;
  overflow: hidden;
}
.rebates_main {
  background: #F5F5F5;
  padding: 0 20px 20px;
}
.rebates_main table {
  width: 100%;
}
.rebates_main table tr td {
  border: medium none;
  color: #888;
  text-align: left;
  line-height: 22px;
  padding: 5px 2px;
}
.rebates_main table tr td strong {
  color: #333;
}
table.pro_type tr th {
  background: #eeeeee;
  border: 1px solid #e3e3e3;
  color: #333;
  padding: 10px 5px;
  text-align: center;
}
table.pro_type {
  margin: 15px 0 0 0;
}
table.pro_type tr td {
  background: #fff;
  border: 1px solid #e3e3e3;
  line-height: 22px;
  padding: 10px 0 10px 15px;
  vertical-align: top;
}
.table > tbody > tr > td a i.fa_btns {
  background-position: right;
}
/*账户充值*/
.box-title i.fa-user {
  font-size: 24px;
  vertical-align: middle;
}
.box-header .box-title span.balance {
  color: #f39c12;
  font-size: 16px;
  font-weight: bold;
}
.form-group .col-sm-5 label.recharge {
  border: 1px solid #d2d6de;
  display: inline-block;
  margin-left: 10px;
  float: none;
}
p.jine {
  color: #666;
}
.pt30 {
  padding-top: 30px;
}
.attentions {
  margin-top: 30px;
  margin-bottom: 50px;
}
.attentions dl {
  padding-bottom: 15px;
}
.attentions dl dt {
  color: #666;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 10px;
}
.attentions dl dt i {
  color: #666;
  font-size: 15px;
  vertical-align: text-bottom;
  padding-right: 5px;
}
.attentions dl dd {
  color: #aaa;
  font-size: 12px;
  line-height: 28px;
  text-indent: 20px;
}
/*充值记录*/
.table_headernopad {
  margin: 0;
}
.nopads {
  padding: 0px;
}
.record_h3 {
  color: #666;
  font-size: 16px;
  padding: 15px 10px 10px;
}
/*cos流水*/
.rebates_main h3.s_mar {
  margin-bottom: 5px;
}
.rebates_main .ss table th {
  background: #eeeeee;
  line-height: 22px;
  padding: 5px 0 5px 15px;
  margin: 0;
}
.rebates_main .ss table td {
  line-height: 22px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1df;
  background: none;
}
.rebates_main table tr td {
  border: medium none;
  color: #888;
  text-align: left;
  line-height: 22px;
  vertical-align: top;
  padding: 5px 2px;
}
.rebates_main tr td span {
  color: #333;
  padding: 0 5px 0 0;
}
.rebates_main tr td span.price {
  color: #F36A09;
  font-size: 14px;
  font-weight: bold;
  padding-right: 0px;
  margin-left: -41px;
}
.rebates_main tr td span.price1 {
  padding-right: 15px;
}
.rebates_main tr td span.price strong {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.rebates_main tr.adds td {
  border-bottom: none;
}
.rebates_main .ss table.pro_types {
  margin: 0;
}
.table > tbody > tr.no_style > td {
  padding: 0px;
  background: #f5f5f5;
}
.table > tbody > tr.no_style > td .rebates_main {
  padding: 0px 20px;
}
/*账单*/
.account_bill {
  padding-bottom: 0;
  padding-left: 0;
}
.bill_info {
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.bill_info p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
h3.add_h3 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
}
h3.add_h3 span {
  color: #333;
  font-weight: normal;
}
h3.add_h3 span strong {
  color: #f39c12;
  font-weight: bold;
}
.bills h4.box-title {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  padding: 0 10px;
}
.bills h4 a,
.bills h4 a span {
  display: block;
}
.panel .bills {
  background: #f2f7fc;
}
.panel .bills a {
  color: #000;
}
.panel .bills a .btn-box-tool {
  color: #000;
}
.charge ul li {
  border-bottom: 1px solid #f4f4f4;
  text-indent: 30px;
  line-height: 40px;
  padding-right: 10px;
  font-size: 14px;
  color: #000;
}
.charge ul li.lastli {
  border-bottom: none;
}
.panel {
  background-color: #fff;
  border-bottom: 1px solid #dde1e6;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 20px;
}
/*上传文件*/
.editor ul li {
  border-bottom: 1px dashed #e7e7e7;
}
.editor ul li .speed {
  position: relative;
}
.editor ul li .speed .speeds {
  background: #87cbff;
  color: #333333;
  display: block;
  height: 49px;
  position: relative;
}
.editor ul li .speed .speeds .schedule {
  position: absolute;
  width: 758px;
  padding: 5px;
}
.editor ul li .speed .schedule dl dd {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  text-align: left;
}
.editor ul li .speed .schedule dl dd span {
  margin-right: 10px;
}
.editor ul li .speed .schedule dl dd span.span2s {
  color: #666;
}
.editor ul li.nofull .speed .schedule dl dd {
  color: #666;
}
.editor ul li .speed .z dl dd span.white {
  padding-right: 15px;
  color: #ffffff;
}
.speed_info {
  position: relative;
  min-width: 30px;
  height: 39px;
  margin-right: 5px;
}
.editor ul li .speed .schedule .speed_infono dl dd {
  color: #666;
}
.speed {
  background: #fff;
  height: 49px;
}
.speeds {
  background: #3498db;
  height: 49px;
}
.editor ul li .speed .speeds2s {
  background: #FFF6E5 none;
  color: #333333;
  display: block;
  height: 49px;
  position: relative;
}
.speed_info a i.icon_flieinfo {
  background: url("../img/icons2.png") 0 0;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 24px;
}
.speed_info a i.icon_cuted {
  background: url("../img/icons2.png") -24px 0;
  display: inline-block;
  height: 17px;
  position: absolute;
  right: 6px;
  top: 10px;
  width: 18px;
}
/*线下充值*/
.way {
  margin-top: 10px;
}
.way h2 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
}
.waydl {
  margin-right: 30px;
  background: url("../img/zhaoshang.jpg");
  height: 112px;
  width: 356px;
  border: 1px solid #eee;
}
.waydl2 {
  margin-right: 30px;
  background: url("../img/Agricultural_logo.png");
  background-repeat: no-repeat;
  background-position: 14px 10px;
  height: 112px;
  width: 356px;
  border: 1px solid #eee;
}
.waydl dl {
  padding-left: 70px;
  padding-top: 5px;
}
.waydl dl dt,
.waydl dl dd {
  font-size: 12px;
  line-height: 24px;
}
.attentions2 {
  margin-bottom: 50px;
  margin-top: 20px;
}
/**/
label.iphone {
  font-size: 12px;
  font-weight: normal;
}
p.recharge_p {
  line-height: 24px;
}
.box-tools .form-control-feedback {
  pointer-events: inherit;
}
/*404页面*/
.content-wrapper-white {
  background-color: #fff;
}
.errors1 .error-page {
  margin: 120px auto 0;
  width: 100%;
  overflow: hidden ;
}
.errors1 .error-page .form-group {
  text-align: center;
}
.errors1 .error-page .form-group .col-md-4 img {
  width: 100%;
}
.errors1 .error-content {
  padding-top: 70px;
}
.errors1 .error-content h3 {
  color: #000;
  font-size: 26px;
  padding-bottom: 15px;
}
.errors1 .error-content p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .errors1 .error-page .form-group .col-md-6 {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .errors1 .error-page {
    margin-top: 0;
  }
  .errors1 .error-page .form-group .col-md-4 img {
    width: 280px;
  }
  .errors1 .error-page .error-content {
    padding-top: 70px;
  }
  .errors1 .error-content h3 {
    font-size: 16px;
  }
  .errors1 .error-content p {
    color: #666;
    font-size: 12px;
  }
}
.handle ul {
  padding-top: 20px;
  list-style: none;
}
.handle ul li {
  display: inline-block;
  font-size: 14px;
}
.handle ul li a {
  font-size: 14px;
  margin-right: 20px;
}
/*管理按量*/
.mr15 {
  margin-left: 15px;
}
.xiala .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.xiala .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
  font-size: 12px;
}
.xiala .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d2d6de;
  border-radius: 0px;
}
.xiala .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
}
.xiala .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
  font-size: 12px;
}
/**/
.form-group .order_type label {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin: 10px 7px 0 0;
}
.form-group .order_type label input {
  vertical-align: text-top;
  margin: 0;
}
.form-group .order_type label.m25 {
  margin-right: 25px;
}
.input_consume {
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  width: 200px;
  margin-right: 10px;
}
/*虚拟网络*/
.proselect_r .proselect_infor textarea.form-control {
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  text-indent: 10px;
  width: 200px;
}
.proselect_r .proselect_infor select.form-control {
  width: 200px;
}
span.noneed {
  line-height: 28px;
  padding-left: 5px;
}
/*管理*/
p.tipser {
  color: #000;
  font-weight: bold;
  padding-left: 20px;
}
p.tipser small {
  color: #999;
  font-weight: normal;
}
/**/
.form-contol-tip ul.attcion li {
  line-height: 22px;
  list-style-position: inside;
  list-style-type: decimal;
}
.form-contol-tip ul.attcion li ul li {
  line-height: 22px;
  list-style-position: inside;
  list-style-type: none;
}
/*公网IP按量*/
.post {
  position: relative;
}
.post a.handle {
  position: absolute;
  right: 20px;
  top: 12px;
}
.layui-layer-content .m-bs {
  margin-bottom: 20px;
}
table tbody > tr:last-child td:last-child .dropdown-menu {
  min-height: 50px;
  overflow: inherit;
}
.transfer label {
  padding: 0 30px 0 0;
}
.transfer label input {
  margin-right: 10px;
}
.transferip .form-contol-tip .form-control-feedback {
  background: transparent none repeat scroll 0 0;
  border-left: 1px solid #d2d6de;
  cursor: pointer !important;
  height: 32px;
  line-height: 30px;
  padding: 0;
  width: 30px;
  cursor: pointer;
}
.form-contol-tip .has-feedback .form-control-feedback {
  right: 0;
}
.pline {
  border-bottom: 1px solid #EEEEEE;
  margin: 0px;
  padding-top: 10px;
}
.choices {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.transferip .form-contol-tip {
  padding: 0;
}
/*路由器用户*/
.proselect_con .proselect_lefts {
  width: 90px;
}
.proselect_con .proselect_lefts h2 {
  color: #333;
  font-size: 14px;
  width: 70px;
  text-align: center;
}
.ds {
  display: none;
  float: left;
}
a.timesearch {
  display: inline-block;
  color: #666;
  font-size: 16px;
}
a.timesearch ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5 0 0px;
}
a.timesearch ul li .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  margin-top: 2px;
  text-align: center;
}
.form-control-sm {
  width: 50px;
}
.monitor_table {
  margin: 15px 0;
  border: 1px solid #E5E5E5;
}
.infos {
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  border-bottom: 1px solid #E5E5E5;
}
.monitor {
  float: left;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 30px;
  color: #000;
  font-weight: bold;
}
.infos ul {
  list-style: none;
}
.infos ul li {
  float: left;
  padding: 0 15px;
  font-size: 12px;
  color: #000;
}
.infos ul li span {
  color: #666;
}
span i.round_dian {
  width: 10px;
  border-radius: 50%;
  background: #F6AB00;
  height: 10px;
  display: inline-block;
}
.monitor_img img {
  width: 100%;
}
.pro_peicemistake {
  background: #FEE4E5;
  border-top: 1px solid #C47280;
  clear: both;
  line-height: 30px;
  margin: 25px -15px 0;
  overflow: hidden;
  padding: 25px 15px;
}
.pro_peicemistake .fleft label {
  color: #A73733;
}
/*路由器隧道修改*/
ul.router_li {
  list-style: none;
}
ul.router_li li {
  float: left;
  padding-right: 5px;
  line-height: 34px;
}
ul.router_li li input.form-control {
  width: 80px;
  text-align: center;
}
/*专线*/
.form-group .col-sm-9 > p > span.price {
  line-height: 20px;
  color: orange;
  font-size: 20px;
  font-weight: bold;
}
.form-group .col-sm-9 > p.p_delete {
  color: #666;
}
.form-group .computer_ul li {
  border: 1px solid #96c4f6;
  border-radius: 3px;
  color: #1577e4;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 5px;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
}
.form-group .computer_ul li a {
  color: #1577e4;
}
.form-group .computer_ul li.select,
.form-group .computer_ul li:hover {
  background: #d6eaff;
  cursor: pointer;
}
.for-own {
  overflow: hidden;
}
.for-own .room_span {
  line-height: 16px;
  width: 150px;
  display: inline-block;
  max-height: 32px;
  overflow: hidden;
  vertical-align: sub;
}
.for-own .default {
  vertical-align: top;
}
.for-own .new_private {
  vertical-align: sub;
}
.tdetails {
  background: #ecf0f5;
}
.mirrors ul.inline li.on,
.mirrors ul.inline li:hover,
.mirrors ul.inline li.selected {
  background: #d6eaff none repeat scroll 0 0;
  border: 1px solid #77afee;
  cursor: pointer;
}
.mirrors ul.inline li {
  border: 1px solid #96c4f6;
  border-radius: 3px;
  color: #1577e4;
  float: left;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 5px 0;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
}
.noshadow {
  box-shadow: none;
}
/*.form-group .col-sm-5 input.mirrors[type="radio"] {
  margin: 10px 5px 0 0;
   float: left;
}*/
.line-border {
  border-bottom: 1px solid #eee;
  margin: 15px 0;
}
.turn_top {
  text-align: center;
  margin-right: 15px;
}
.turn_top a.turnleft i {
  background: #2b81ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.turn_top a {
  display: block;
}
.turn_top a.turnleft i.turn_left {
  height: 30px;
  margin: 50px auto 10px;
  width: 30px;
}
.turn_top a.turnright i {
  background: #9dc6dd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.turn_top a.turnright i.turn_right {
  background-position: -40px -605px;
  height: 30px;
  margin: 10px auto;
  width: 30px;
}
.turn_bottom {
  text-align: center;
  margin-right: 15px;
}
.turn_bottom a.turnleft i {
  background: #2b81ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.turn_bottom a {
  display: block;
  margin-bottom: 15px;
}
.turn_bottom a.turnleft i.turn_left {
  height: 30px;
  margin: 50px auto 10px;
  width: 30px;
}
.turn_bottom a.turnright i {
  background: #9dc6dd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.turn_bottom a.turnright i.turn_right {
  background-position: -40px -605px;
  height: 30px;
  margin: 10px auto;
  width: 30px;
}
#selectableBody tr {
  cursor: pointer;
}
tr.trSelect td {
  background: #f5f5f5;
}
.recovery_table {
  width: 100%;
}
.table > tbody > tr > td span.describe {
  display: block;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
}
.form-group .col-sm-5 input.deposit[type="radio"] {
  position: inherit;
  margin-right: 5px;
  margin-top: 3px;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
/**/
.unit_text .unit2 {
  color: #999;
  font-size: 12px;
  height: 34px;
  line-height: 36px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 10px;
  width: 40px;
}
.unit_text_input input {
  width: 90%;
  text-align: center;
}
.refund_table > tbody > tr > td,
.refund_table > thead > tr > th {
  padding: 12px 8px !important;
}
.refund_table > tbody > tr > td.border_right {
  border-right: 1px solid #f4f4f4;
}
.refund_table > tbody > tr > td.border_left {
  border-left: 1px solid #f4f4f4;
}
h3.h3-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}
.private-pad {
  padding: 0 20px;
}
h3.recycle_h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 15px;
}
p.recycle_p {
  font-size: 12px;
  padding-left: 15px;
}
.ml10 {
  margin-left: 10px;
}
.form-group .col-sm-8 > p.maxheight,
.form-group .col-sm-9 > p.maxheight {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  max-height: 180px;
  overflow-y: scroll;
  border: 1px solid #dedede;
  word-break: break-all;
}
.xialas .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.xialas .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
  line-height: 28px;
  font-size: 12px;
}
a.remarks {
  display: inline-block;
  float: left;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.login-logo3 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 10%;
  text-align: center;
}
.login-logo3 a img {
  width: 300px;
}
/*实例*/
.monitor_infor {
  overflow: hidden;
  padding: 15px 10px;
}
.monitor_left {
  float: left;
}
.monitor_infor .monitor_left span.http_title i {
  font-size: 18px;
}
.monitor_infor .monitor_left span.http_title {
  padding: 0 10px;
  border: 1px solid #2b81ff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #2b81ff;
}
.monitor_infor .monitor_left span.http_title:hover,
.monitor_infor .monitor_left span.chose {
  color: #fff;
  background: #2b81ff;
}
.monitor_infor .monitor_left span.http_title i.page_icon {
  margin: 6px 2px 0 5px;
}
.monitor_style {
  line-height: 24px;
  color: #000000;
  padding: 10px 0;
}
.monitor_style span {
  cursor: pointer;
}
.monitor_infor dl {
  padding: 0 0 10px 0;
}
.monitor_infor dl dd {
  height: 40px;
  clear: both;
  position: relative;
  padding: 0 0 0 20px;
}
.monitor_infor dl dd:first-child {
  padding: 20px 0 0 20px;
  height: 60px;
}
.monitor_infor dl span.http_title {
  padding: 0 10px;
  border: 1px solid #2b81ff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  text-align: left;
  height: 32px;
  line-height: 28px;
  float: left;
  color: #2b81ff;
  margin: 3px 10px 3px 0;
  position: relative;
  cursor: pointer;
}
.monitor_infor dl span {
  margin: 5px 10px 5px 0;
  line-height: 28px;
  font-weight: normal;
  font-size: 12px;
  display: block;
  float: left;
}
.monitor_infor dl a {
  line-height: 37px;
  font-size: 12px;
  margin-left: 5px;
}
.monitor_infor dl a.text-danger {
  position: absolute;
  display: none;
  right: -3px;
  bottom: 3px;
}
.monitor_infor dl dd:hover a.text-danger {
  display: block;
}
.monitor_infor dl a.monitor_add,
.monitor_left a.monitor_add {
  color: #000;
}
span.http_title:hover,
.monitor_infor dl span.http_title:hover {
  background: #2b81ff;
  color: #fff;
  cursor: pointer;
}
.monitor_infor .outside span.http_title:hover {
  background: none;
}
dd.chose span.http_title,
.monitor_infor dl dd.chose span.http_title {
  background: #2b81ff;
  color: #fff;
  cursor: pointer;
}
.icons {
  background: url(../img/line.png) no-repeat;
  display: block;
}
.monitor_twice {
  background-position: -50px -40px;
  float: left;
  height: 40px;
  left: 0;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
}
.first .monitor_twice {
  height: 60px;
  background-position: -50px -20px;
}
.temporary .monitor_twice {
  background-position: -50px -90px;
  float: left;
  height: 40px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 20px;
}
.monitor_infor dl dd.last {
  clear: both;
  height: 40px;
  position: relative;
}
.monitor_infor dl dd:last-child .monitor_twice {
  background-position: -50px -90px;
  top: -20px;
}
.monitor_infor dl dd.first:last-child .monitor_twice {
  top: 0;
}
.accountexec {
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.monitor_infor dl span.http_title i.icon {
  float: left;
  margin: 5px 3px 0 0;
  font-size: 18px;
}
.form-group .exportorde label {
  min-width: 90px;
}
/*报价查询*/
.box_left label,
.box_left input,
.box_left .fleft {
  float: left;
  margin-bottom: 0px;
}
.box_left label {
  line-height: 34px;
}
.box_left input[type="radio"],
.box_left input[type="checkbox"] {
  float: left;
  margin: 11px 3px 0 10px;
}
.product_r ul.inline li.on,
.product_r ul.inline li:hover,
.product_r ul.inline li.selected {
  background: #d6eaff;
  border: 1px solid #77afee;
  cursor: pointer;
}
.product_r ul.inline li {
  border: 1px solid #96c4f6;
  border-radius: 3px;
  color: #1577e4;
  float: left;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 5px 0;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
}
.proselect_infor2 .fleft {
  float: left;
}
.proselect_infor2 select,
.proselect_infor2 select:focus {
  border: 1px solid #ddd;
  box-shadow: none;
  color: #666;
  height: 30px;
}
.proselect_infor2 {
  clear: both;
  display: table;
  min-height: 45px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.proselect_infor2 .fleft {
  color: #999999;
  float: left !important;
  line-height: 30px;
  font-size: 12px;
}
.proselect_infor2 .proselect_text a.add_model2 {
  color: #1577e4;
  float: none;
  line-height: 30px;
  font-size: 12px;
}
.proselect_infor2 .slide_close i.icon {
  margin: 6px 0 0 10px;
}
.slider_settings .bootstrap-touchspin .bootstrap-touchspin-postfix,
.proselect_infor2 .bootstrap-touchspin .bootstrap-touchspin-postfix {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 6px 0;
  position: absolute;
  right: 40px;
  top: 1px;
  width: 1em;
  z-index: 99;
}
.slider_settings .bootstrap-touchspin .form-control,
.proselect_infor2 .bootstrap-touchspin .form-control {
  font-size: 14px;
  height: 30px;
  margin-right: -1px;
  padding-left: 3px;
  padding-right: 22px;
  text-align: center;
  width: 48px;
}
.router_table {
  margin: 15px;
  border: 1px solid #dedede;
}
.router_table .box-header {
  background: #f4f4f4;
}
.router_table .box-header h3.box-title {
  padding: 0;
}
.form-horizontal .form-group > .control-label2s {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  padding-left: 50px;
  line-height: 35px;
}
.form-group_label .control-label {
  margin-right: -5px;
  text-align: right;
  width: 163px;
}
select.typselect,
input.typselect {
  width: 120px;
  float: left;
}
select.typselect2 {
  width: 90px;
  float: left;
}
.typs1 {
  float: left;
}
.typs2,
.addbtn {
  display: inline-block;
}
.m-rs {
  margin-right: 5px;
}
.form-control-static_p {
  display: block;
  line-height: 28px;
  color: #666;
}
.control-label2s {
  line-height: 26px;
}
span.user_input {
  line-height: 26px;
}
span.user_input input {
  margin: 0 5px;
  height: 26px;
  line-height: 26px;
}
span.Totalamount {
  font-size: 16px;
  font-weight: bold;
}
.form-contol-tip.padding-l6 {
  padding-left: 6px;
  padding-top: 5px;
}
.nomars {
  margin-bottom: 0px;
}
.form-contol-tip dl dt i.icontop {
  margin-top: -6px;
}
.proselect_rs .proselect_infor select.form-control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.proselect_rs .proselect_infor .dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  color: #666;
}
/*报价修改*/
.form-group .col-sm-3 input[type="radio"] {
  float: left;
}
.form-group .col-sm-3 label {
  font-size: 12px;
  font-weight: normal;
  margin: 3px 0 10px 5px;
}
/*订单支付页面*/
p.recharge2 {
  position: relative;
}
p.recharge2 span {
  border: 1px solid #d2d6de;
  display: inline-block;
  float: none;
  margin-left: 10px;
  position: absolute;
  top: -10px;
}
.m-b35 {
  margin-bottom: 35px;
}
/*支付*/
p.payment {
  position: relative;
}
p.payment span.hy-success {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  font-size: 80px;
  color: #00AA55;
  right: 0;
  top: 70px;
}
p.payment span.hy-delete {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  font-size: 80px;
  color: #DC4632;
  right: 0;
  top: 70px;
}
p.payment span.daojishi {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  font-size: 80px;
  color: #00AA55;
  right: 12px;
  top: 70px;;
}
p.payment span.daojishi:before {
  content: '';
  width: 80px;
  height: 80px;
  left: 22px;
  position: absolute;
  background: url("../img/success.png") no-repeat center;
}

/*2017-01-03*/
.proselect_r .bd ul li .memories ul.inline li {
  float: left;
  clear: none;
}
#export_panel .checkbox-inline {
  width: 9em;
}
.table_batch {
  background: #fff;
}
.table_batch > tbody > tr > td,
.table_batch > tbody > tr > th,
.table_batch > tfoot > tr > td,
.table_batch > tfoot > tr > th,
.table_batch > thead > tr > td,
.table_batch > thead > tr > th {
  text-align: left;
}
.table_batch > tbody > tr.subitem > td > p {
  line-height: 20px;
}
.table_batch > tbody > tr.subitem > td > p.pro_name {
  padding-left: 10px;
}
.table_batch > tbody > tr.subitem > td > p.pro_name input[type="checkbox"] {
  vertical-align: top;
  margin-right: 5px;
}
.select_areas select {
  display: inline-block;
  width: 49%;
}
.errors1 .error-content p.nopad {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 0px;
}
.errors1 .error-content p.nopad b {
  padding: 0 5px;
}
/*2017-2-9*/
.form-contol-tip ul.recharge li {
  list-style-type: none;
}
.give {
  padding: 0 5px;
}
.give i {
  margin-right: 3px;
  vertical-align: middle;
}
span.jurisdiction {
  vertical-align: middle;
}
span.jurisdiction input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
p.p_jurisdiction {
  padding-left: 20px;
}
p.p_jurisdiction input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}
.table > tbody > tr > td span.percent_span {
  line-height: 35px;
  margin-right: 2px;
}
span.mbps {
  line-height: 30px;
  margin-left: 3px;
  color: #999;
}
.m-b2 {
  margin-bottom: 10px;
}
/*操作日志列表添加间距*/
.log_table thead tr th,
.log_table tbody tr td {
  padding: 12px 8px !important;
}
/*多个主机名称*/
.cbs_name {
  display: block;
  min-height: 24px;
}
.cbs_name span {
  padding-bottom: 0px;
  min-height: 22px;
}
/*登录页3*/
.login_bg4 {
  background: url("../img/login_bg.jpg") no-repeat center center;
  height: 580px;
}
.login_bg4_main {
  position: relative;
  height: 580px;
}
.login_bg4_main .login_input {
  position: absolute;
  right: 90px;
  background: #ffffff;
  opacity: 1;
  margin-top: 79px;
  width: 335px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.login_bg4_main p.login-box-msg {
  color: #03a9f3;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  text-align: center;
}
.login_bg4_main .btn.btn-flat {
  background: url("../img/login_btn.png") no-repeat;
  font-size: 14px;
  width: 289px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.login-footer4 p {
  color: #264d7f;
  font-size: 12px;
}
.login_icon {
  display: inline-block;
  font-size: inherit;
  margin-top: -1px;
  text-rendering: auto;
  vertical-align: middle;
  background: url("../img/login_icon.png") no-repeat;
}
.loginicon-account {
  height: 17px;
  width: 17px;
  display: inline-block;
  background-position: -2px -4px;
}
.loginicon-lock {
  height: 17px;
  width: 17px;
  display: inline-block;
  background-position: -32px -4px;
}
.coupon_dl dd label.other_offers {
  color: #666;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 0px;
  margin-right: 10px;
}
/*3-17修改文档*/
table.table tr td.name_right {
  text-align: right;
}
input.delete_input[type="checkbox"],
input.delete_input[type="radio"] {
  line-height: normal;
  margin: 0px 5px 0;
  vertical-align: middle;
  float: left;
}
table.table tr td span.more_disk {
  float: left;
}
.tool_btn {
  background: transparent none repeat scroll 0 0;
  color: #97a0b3;
  font-size: 12px;
  padding: 5px;
}
.open .tool_btn,
.tool_btn:hover,
.tool_btn:focus {
  color: #606c84;
}
.nav-tabs li.pull-right .tool_btn i.icon {
  margin-top: -2px;
}
/*3-23服务与安全*/
.table > tbody > tr > td i.vip {
  padding: 0 3px 0 ;
  background: #C9C9C8;
  color: #fff;
  border-radius: 1px;
  margin-left: 5px;
  font-style: normal;
  font-size: 12px;
}
.table > tbody > tr > td i.vip2 {
  padding: 0 3px 0 ;
  background: #FF9900;
  color: #fff;
  border-radius: 1px;
  margin-left: 5px;
  font-style: normal;
  font-size: 12px;
}
a.add_a {
  font-size: 12px;
}
.hy-plus-add {
  background: #2b81ff;
  color: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 12px;
}
.common li {
  overflow: hidden;
  padding: 0;
}
.common li div {
  background: none;
  border: none;
  line-height: 1.8;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
  padding: 6px 10px;
}
.common li div p {
  width: 50%;
  display: inline-block;
}
.common li div span {
  padding-left: 10px;
}
.common li div a.modify-a {
  background: #2b81ff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.common li div a.delete-a {
  margin-left: -5px;
  background: #f4f4f4;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  display: inline-block;
  color: #444;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.common li div a.delete-a i {
  color: #9a9a9a;
}
.pad35 {
  padding-bottom: 35px;
}
.auth_list2 .btn-group button.select {
  background: #2b81ff;
  border-left: 1px solid #167bb5;
  color: #fff;
}
.system {
  padding: 0 10px;
  overflow: hidden;
  margin: 30px 0 0px;
}
.system p {
  display: inline-block;
}
.system p.system_pic {
  width: 145px;
  text-align: center;
}
.system p.system_pic img {
  padding-left: 15px;
}
.system p.system_pic span {
  width: 140px;
  text-align: center;
  margin-top: 5px;
}
.system p.system_pic2 {
  width: 140px;
  text-align: center;
}
.system p.system_pic2 span {
  width: 140px;
  text-align: center;
  margin-top: 5px;
}
.border-left {
  border-left: 1px dashed #d8d8d8;
}
@media (max-width: 1200px) {
  .border-left {
    border-left: none;
  }
}
.m-b35 {
  margin-bottom: 35px;
}
.project_person .card_panel .all_server {
  text-align: left;
  text-indent: 20px;
  padding-right: 20px;
}
.project_person .card_panel .all_server a {
  float: right;
}
h3.testing {
  color: #444;
  font-size: 18px;
  line-height: 28px;
}
.testitem {
  padding: 0 40px;
}
.form-group .col-sm-8 > p.form-control-testing,
.form-group .col-sm-9 > p.form-control-testing {
  color: #444;
  font-size: 16px;
  padding-top: 8px;
  padding: 10px 0;
}
.form-control-testing small {
  color: #979798;
  font-size: 13px;
}
.testitem_border {
  border-bottom: 1px dotted #b7b7b7;
  padding: 15px 0 10px;
  margin-bottom: 0;
}
.testitem_border_last {
  border: none;
}
ul.proposal {
  margin: 10px 20px 0;
}
ul.proposal li {
  color: #999;
  font-size: 12px;
  line-height: 24px;
  padding: 5px;
  border-top: 1px solid #f4f4f4;
}
.h3-titles {
  margin: 10px 0;
  font-weight: bold;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.system p.dd_tip {
  padding: 50px 0 50px 10px;
}
.systems {
  overflow: hidden;
  min-height: 150px;
}
/**/
span.allot {
  line-height: 30px;
  font-size: 14px;
}
/*SSL*/
#line1 ul.inline {
  display: table-cell;
}
#line1 ul.inline li {
  border: 1px solid #96c4f6;
  border-radius: 3px;
  color: #1577e4;
  float: left;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 0px 0;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
}
#line1 ul.inline li.on,
#line1 ul.inline li:hover,
#line1 ul.inline li.selected {
  background: #d6eaff none repeat scroll 0 0;
  border: 1px solid #77afee;
  cursor: pointer;
}
.nomar {
  margin: 0;
}
.version ul.inline li {
  clear: none;
  float: left;
}
.auth_list dl.dns_dl {
  width: 100%;
  margin-bottom: 0px;
}
.auth_list dl.dns_dl dd {
  color: #999;
  line-height: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.datail_list .dns_border {
  border-bottom: 1px dashed #e3e3e3;
  margin: 20px 20px 40px 20px;
  clear: both;
  min-height: 0px;
  height: 1px;
  padding: 10px 0;
}
.datail_list .auth_list label {
  float: left;
  margin: 0 10px;
  width: 80px;
  text-align: right;
  color: #999;
  font-size: 14px;
}
.table > tbody > tr > td input.priceare_sm {
  width: 50px;
}
.table > tbody > tr > td span.priceare_span {
  line-height: 30px;
  padding: 0 5px;
  font-weight: bold;
}
.form-group .col-sm-9 input[type="checkbox"],
.form-group .col-sm-9 input[type="radio"] {
  margin: 11px 5px 0 0;
  float: left;
}
span.cec_text {
  display: block;
  min-width: 160px;
  float: left;
}
.ways label {
  margin: 0 10px 0 20px;
  float: left;
}
.ways .limit label.checkbox-inline,
.ways .limit label.radio-inline {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 2em 0 0;
  padding-bottom: 6px;
}
td.public_IP dl {
  position: relative;
}
td.public_IP dl dt {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}
td.public_IP dl dd {
  padding-left: 35px;
}
span.span_br {
  padding-left: 40px;
}
.proselect_infor2 .proselect_text a.IP_model3 {
  color: #1577e4;
  float: none;
  font-size: 12px;
  line-height: 30px;
}
/**/
.approve {
  border: 1px solid #e5e5e5;
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}
.approve .approve_h2 {
  background: none;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.approve .approve_h2 a {
  color: #666;
}
.approve .approve_list {
  border-top: 1px solid #eee;
  clear: both;
  padding: 10px 20px;
}
.approve .approve_list dl.approve_way {
  display: block;
  margin: 10px 0;
  position: relative;
}
.approve .approve_list dl.approve_way dt {
  display: block;
  padding-left: 60px;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
}
.approve .approve_list dl.approve_way dd {
  color: #999;
  font-size: 12px;
  padding-left: 60px;
  line-height: 20px;
}
.approve .approve_list dl.approve_way dd a {
  color: #2b81ff;
}
.approve .approve_list dl.approve_way dd.approve_pic {
  position: absolute;
  top: 7px;
  left: 0;
  padding-left: 0;
  font-size: 40px;
}
.approve .approve_list dl.approve_way dd.approve_pic i {
  color: #666;
}
.approve .approve_border {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
  clear: both;
}
.datail_list2 > div,
.datail_list2 form > div {
  min-height: 50px;
}
/*配额*/
.progress-group h3 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin: 15px 0;
}
.progress-group dl dt {
  color: #666;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 5px;
  width: 180px;
  word-break: keep-all;
}
.progress-group dl dd {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  top: 10px;
}
.progress-group dl dd .progress {
  vertical-align: middle;
  margin-bottom: 0;
}
.progress-group dl dd .progress.sm {
  height: 15px;
}
.progress-group dl dd .progress-number {
  position: absolute;
  right: 0;
  top: -7px;
  z-index: 1;
}
.progress-m-b {
  margin-bottom: 24px;
}
.typical {
  width: 140px;
  min-height: 180px;
  background: #f5f9ff;
}
.typical img {
  padding: 10px;
}
.price_whole a.btn.btn_nobuy {
  opacity: 0.4;
}
/*头部广告*/
.yearend span,
.yearend p {
  background: #FF851B ;
  position: absolute;
  display: inline-block;
  border-radius: 3px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  margin: 0;
}
.animation {
  -webkit-animation: shake 7s infinite;
  animation: shake 7s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
a.yearend {
  min-width: 70px;
  height: 24px;
  margin: 13px 20px;
  float: left;
  cursor: pointer;
}
.yearend p {
  width: 0;
  white-space: nowrap;
  transition: all 0.2s;
  opacity: 0;
}
a.yearend:hover span {
  display: none;
  animation: none;
}
a.yearend:hover p {
  width: 180px;
  opacity: 1;
  display: inline-block;
}
.yearend span:before,
.yearend p:before {
  content: "";
  border: 6px solid transparent;
  border-right: 6px solid #FF851B ;
  width: 0;
  height: 0px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -12px;
}
/*当有添加一些活动消息的时候由于位置不够的时候加上这一段不需要的时候请注释掉*/
@media (max-width: 1366px) {
  .navbar-nav > li > a {
    padding: 15px 3px;
    font-size: 12px;
  }
  .navbar_label {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 17px 0px 13px 0px;
  }
  .navbar-custom-menu > .navbar-nav > li.user-menu {
    min-width: 145px;
  }
}
/**/
a.bug_a {
  color: #fff;
  line-height: 50px;
  font-size: 12px;
  position: absolute;
  right: 586px;
  opacity: 0.75;
}
a.bug_a:hover {
  opacity: 1;
}
@media (max-width: 1366px) {
  a.bug_a {
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    position: absolute;
    right: 420px;
    opacity: 0.75;
  }
  a.btn-flat {
    padding: 6px 5px;
  }
}
/**/
/*
 * 5.2修改
 * time 2018-1-30
*/
.active_buy {
  margin-bottom: 16px;
  background: url('../img/activity_bg.png') no-repeat left top;
  background-size: 100% 100%;
  width: 100%;
  height: 90px;
  position: relative;
}
.active_buy p {
  font-size: 43px;
  color: #fff;
  line-height: 90px;
  text-align: center;
}
.active_buy p span.active_pad {
  padding: 0 4px;
  height: 10px;
}
.active_buy p span.active_yellow {
  color: #ffca13;
  padding: 0 4px;
}
.active_buy span.off_active {
  background: #000;
  width: 20px;
  height: 20px;
  opacity: 0.35;
  display: block;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.box-noborder {
  border-top: 0;
}
.account_info {
  background: #fff;
}
.account_info dl {
  padding: 15px;
  position: relative;
}
.account_info dl dt {
  line-height: 25px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.account_info dl dt.sales {
  font-weight: normal;
  font-size: 16px;
}
.account_info dl dt small {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 8px;
}
.account_info dl dd {
  line-height: 25px;
  font-size: 14px;
  color: #8f8f8f;
}
.account_info dl dd a {
  color: #2b81ff;
  font-size: 12px;
}
.account_info dl dd a i {
  background: #559cc5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  line-height: 18px;
  text-align: center;
  margin: 0 3px 0 5px;
}
.account_info dl dd.account_img {
  position: absolute;
  top: 15px;
  left: 15px;
  padding-left: 0;
}
.account_info dl dd.account_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.account_info .account_admin {
  padding: 16px;
  min-width: 33%;
  float: left;
}
.account_info .account_admin dl {
  border-right: 1px solid #f0f4f7;
  padding: 0 16px 0 70px;
}
.account_info .account_admin dl dt {
  padding: 0;
}
.account_info .account_admin dl dd {
  padding: 0;
}
.account_info .account_admin dl dd.account_img {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
}
.account_info .account_admin dl dd.account_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.account_info .account_admin dl dd .static {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f6ad07;
  display: inline-block;
  margin-right: 8px;
}
.account_info .account_admin dl dd .static.static-success {
  background: #2b81ff;
}
.account_info .account_sales {
  padding: 16px;
  float: left;
}
.account_info .account_sales dl {
  padding: 0;
}
.account_info .account_sales dl dt {
  padding: 0;
  font-size: 16px;
  color: #000;
}
.account_info .account_sales dl dt i.hy-info-circle {
  font-size: 12px;
}
.account_info .account_sales dl dd {
  padding: 0;
}
.account_info .account_sales dl dd span.account_line {
  padding: 0 16px;
}
.box-header .form-control {
  height: 28px;
  padding: 2px 12px;
}
.account_banlance {
  border: 1px solid #f0f4f7;
  margin: 0 16px 10px 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.account_banlance .col-lg-3,
.account_banlance .col-sm-6 {
  border-right: 1px solid #f0f4f7;
  padding: 16px;
}
.account_banlance .col-lg-3:last-child,
.account_banlance .col-sm-6:last-child {
  border: none;
}
.account_banlance dl {
  display: flex;
}
.account_banlance dl dt {
  padding: 0 16px 0 0;
}
.account_banlance dl dt i.icon {
  background: #e9f4fc;
  padding: 8px;
  font-size: 32px;
  color: #2b81ff;
}
.account_banlance dl dd span.remaining {
  color: #2b81ff;
  font-size: 24px;
  padding: 6px 0 8px 0;
  display: inline-block;
}
.account_banlance dl dd span.remaining.remain_black {
  color: #666666;
}
.account_banlance dl dd .banlance_infor i.icon {
  padding: 0 8px 0 0;
}
.account_banlance dl dd .banlance_infor .popover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-left: 70px;
}
.account_banlance dl dd .banlance_infor .popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  left: 25px !important;
}
.account_banlance dl dd .banlance_infor .popover.bottom > .arrow::after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.account_banlance dl dd .banlance_infor .popover dl.banlance_tip {
  width: 200px;
}
.account_banlance dl dd .banlance_infor .popover dl.banlance_tip dd {
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 16px 4px 0;
}
.account_banlance dl dd .banlance_infor .popover dl.banlance_tip dd p {
  font-size: 16px;
  padding: 4px 0 0 0;
}
.account_banlance dl dd .banlance_infor .popover dl.banlance_tip dd:last-child {
  border: none;
  padding: 4px 0 4px 16px;
}
.account_banlance dl.remind_warning {
  display: inline-block;
}
.account_banlance dl.remind_warning dd {
  padding: 0 0 8px 0;
  font-size: 13px;
}
.account_banlance dl.remind_warning dd span.remind_warn {
  width: 42px;
  height: 24px;
  border-radius: 16px;
  background: #e5f2fb;
  display: inline-block;
  color: #2b81ff;
  text-align: center;
  line-height: 24px;
  margin: 0 8px 0 0;
}
.account_banlance dl.remind_warning dd span.remind_warn.warn_red {
  background: #dc4632;
  color: #fff;
}
.account_banlance dl.remind_warning dd:last-child {
  padding: 0;
}
.account_details dl {
  padding: 15px 0 10px;
  min-height: 100px;
}
.account_details dl dt {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
}
.account_details dl dd {
  padding: 0 0 5px 0;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
}
.account_details dl dd.remaining {
  color: #333;
  font-size: 24px;
}
.account_details dl dd.remaining2 {
  color: #333;
  font-size: 24px;
  vertical-align: middle;
}
.account_details dl dd.remaining2 i {
  color: #2b81ff;
}
.account_details dl dd.remaining2 small {
  vertical-align: middle;
}
.account_details dl dd small {
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  padding-left: 5px;
}
.consumption p {
  color: #8f8f8f;
  font-size: 14px;
}
.consumption p span {
  padding: 0 3px;
}
.consumption p a {
  color: #2b81ff;
  font-size: 14px;
  margin-left: 5px;
}
.remind {
  margin: 15px 0;
  border-left: #f0f4f7 1px solid;
  padding: 0 10px;
  margin-right: 25px;
}
.remind dt {
  padding: 5px;
  color: #666;
  font-size: 14px;
}
.remind dd {
  border-bottom: #ededed 1px dashed;
  padding: 8px 5px;
}
.remind dd a {
  font-size: 18px;
  padding: 0 5px;
  color: #2b81ff;
}
.remind dd small {
  color: #000;
  opacity: 0.5;
  font-size: 12px;
}
@media (max-width: 1400px) {
  .account_banlance dl dt {
    display: none;
  }
  .active_buy p {
    font-size: 36px;
  }
  .account_details dl {
    padding: 15px 0 10px;
    min-height: 100px;
  }
  .account_details dl dt {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
  }
  .account_details dl dd {
    padding: 0 0 5px 0;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
  }
  .account_details dl dd.remaining {
    color: #333;
    font-size: 20px;
  }
  .account_details dl dd.remaining2 {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
  }
  .account_details dl dd.remaining2 i {
    color: #2b81ff;
  }
  .account_details dl dd.remaining2 small {
    vertical-align: middle;
  }
  .account_details dl dd small {
    color: #000;
    opacity: 0.5;
    font-size: 12px;
    padding-left: 5px;
  }
  .consumption p {
    color: #8f8f8f;
    font-size: 12px;
  }
  .consumption p span {
    padding: 0 3px;
  }
  .consumption p a {
    color: #2b81ff;
    font-size: 12px;
    margin-left: 5px;
  }
  .remind {
    border-left: #f0f4f7 1px solid;
    padding: 0 10px;
  }
  .remind dt {
    padding: 5px;
    color: #666;
    font-size: 12px;
  }
  .remind dd {
    border-bottom: #ededed 1px dashed;
  }
}
.festival_active {
  margin: auto 10%;
}
.festival_active .z a {
  text-decoration: none;
}
.festival_active .z a .festival {
  margin-top: 230px;
  width: 460px;
}
.festival_active .z a .festival.festival-center {
  margin: 230px 15% auto;
}
.festival_active .z a .festival h3 {
  color: #FFF;
  font-size: 30px;
  padding-bottom: 10px;
}
.festival_active .z a .festival .active_img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 150px;
  height: 100px;
}
.festival_active .z a .festival .active_img.active_img_left {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.festival_active .z a .festival .active_text {
  display: inline-block;
  vertical-align: top;
}
.festival_active .z a .festival .active_text p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.85;
}
@media (max-width: 1200px) {
  .festival_active {
    margin: 16px auto;
    width: 100%;
  }
  .festival_active .z {
    width: 50%;
  }
  .festival_active .z a .festival.festival-center {
    margin: 160px 0;
  }
  .festival_active .y {
    width: 50%;
  }
  .festival_active .y .login_input {
    margin-top: 24px;
  }
}
.size ul li a {
  border: 1px solid #d2d6de;
  background: #fafafa;
  padding: 5px;
  min-width: 80px !important;
  display: inline-block;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: -1px;
}
.size ul li.selectd a {
  border: 1px solid #2b81ff;
  margin-right: 0px;
}
.size ul li a:hover {
  border: 1px solid #2b81ff;
  margin-right: 0px;
  margin-left: -1px;
}
.preview {
  width: auto;
  border: 1px solid #d2d6de;
  overflow: hidden;
}
.preview h3 {
  color: #000;
  font-size: 14px;
  opacity: 0.85;
  border-bottom: 1px solid #d2d6de;
  line-height: 24px;
  padding: 5px 10px;
  background: #fafafa;
}
.preview p {
  padding: 3px;
  overflow: hidden;
}
.preview p img {
  width: 100%;
}
.remind dd:last-child {
  border: none;
}
/**/
.new_inform {
  padding: 15px;
}
.new_inform dd {
  line-height: 24px;
  border-bottom: 1px #efefef dashed;
  padding: 5px 0;
}
.new_inform dd a {
  color: #666666;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_inform dd a.news_more {
  color: #2b81ff;
  width: auto;
  padding: 8px 0 10px;
}
.new_inform dd:last-child {
  border: none;
}
@media (max-width: 1400px) {
  .new_inform {
    padding: 15px;
  }
  .new_inform dd {
    line-height: 24px;
    border-bottom: 1px #efefef dashed;
    padding: 4px 0;
  }
  .new_inform dd a {
    color: #666666;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .new_inform dd a.news_more {
    color: #2b81ff;
  }
}
.recentlys {
  width: 100%;
}
.recentlys dt {
  padding: 10px 18px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
}
.recentlys dd {
  border-left: 1px solid #ecf0f5;
  padding: 0 10px 20px;
  margin: 0px 15px 0 15px;
  position: relative;
}
.recentlys dd i.search_more_dian {
  background: url("../img/search_more.jpg") no-repeat;
  position: absolute;
  left: -3px;
  top: 0px;
  width: 5px;
  height: 5px;
  display: inline-block;
}
.recentlys dd span {
  color: #666;
  font-size: 12px;
  position: relative;
  top: -8px;
}
.recentlys dd span.data_time {
  vertical-align: top;
  position: absolute;
  top: -4px;
  right: 11px;
}
.recentlys dd.search_more {
  color: #2b81ff;
  font-size: 12px;
  border-left: none;
  background: none;
}
.recentlys dd.search_more a {
  padding-bottom: 20px;
}
.recentlys_nodata {
  padding: 16px;
  text-align: center;
  color: #8f8f8f;
}
.recentlys_nodata i.hy-nodata {
  font-size: 54px;
  padding: 0 0 32px 0;
  font-weight: normal;
}
.recentlys_nodata h6 {
  font-size: 16px;
  line-height: 26px;
  color: #8f8f8f;
}
.recentlys_nodata p {
  font-size: 12px;
  line-height: 26px;
  color: #8f8f8f;
  padding: 0 0 16px 0;
}
.hy_access2 .accss_border {
  background: #f8fafd;
  border: 1px solid #fff;
  margin: 15px 0;
  border-radius: 6px;
}
.hy_access2 .accss_border a {
  display: flex;
}
.hy_access2 .accss_border:hover {
  border: 1px solid #9dc6dd;
  box-shadow: 1px 2px 8px #b5d5e9;
}
.hy_access2 .bg-aqua {
  width: 80px;
  background: #e3f1fc !important;
  opacity: 1;
}
.hy_access2 .bg-aqua i {
  color: #2b81ff !important;
  font-size: 36px;
}
.hy_access2 .access_infor h2 {
  color: #2b81ff;
  font-size: 24px;
  line-height: 19px;
  padding-left: 16px;
  text-align: left;
  padding: 12px 0 8px 16px;
}
.hy_access2 .access_infor p {
  font-size: 12px;
  color: #666;
  padding-left: 16px;
  text-align: left;
  line-height: 19px;
}
.hy_access2 .access_infor:hover p {
  color: #2b81ff;
}
tbody > tr.td_noboder > td {
  border-top: none;
}
.mypopover dl dt {
  color: #000000;
  opacity: 0.87;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}
.mypopover dl dd {
  color: #000;
  opacity: 0.65;
  font-size: 12px;
  padding-bottom: 10px;
}
/*
 * Coder: 司美玉
 * --------------
 */
.access-key .delete,
.access-key .disable,
.access-key .js-toggle {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .access-key .js-toggle {
    display: none;
  }
}
.cvm-content {
  background-color: #d3e6f1;
  height: 100%;
}
.cvm-content .cvm-setup {
  background-color: #ecf0f5;
  height: 100%;
  padding: 0 !important;
}
.cvm-content .cvm-setup .content {
  padding-top: 0;
}
.cvm-content .cvm-setup dl {
  margin-bottom: 10px;
}
.cvm-content .cvm-setup dl dt {
  padding: 4px 10px 4px 0;
  width: auto;
  font-weight: normal;
  font-size: 12px;
}
.cvm-content .cvm-setup dl dt + dd {
  margin-left: 0;
}
.cvm-content .cvm-setup dl dt + dd li a {
  margin-right: 5px;
  padding: 4px 12px;
  border-top: none;
  border-radius: 20px;
  font-size: 12px;
  color: #2b81ff;
}
.cvm-content .cvm-setup dl dt + dd li.active a {
  background-color: #2b81ff;
  color: #ffffff;
}
.cvm-content .cvm-setup .tab-content dd li {
  padding: 4px 0;
}
.cvm-content .cvm-setup .tab-content dd li a {
  padding: 2px 4px;
  width: 2em;
  height: 1.5em;
  background-image: url(../img/all-os-family.gif);
  background-repeat: no-repeat;
  background-size: 300% auto;
}
.cvm-content .cvm-setup .tab-content dd li:first-child a {
  background-position: -42px -9px;
}
.cvm-content .cvm-setup .tab-content dd li:first-child.active a {
  background-position: -6px -9px;
}
.cvm-content .cvm-setup .tab-content dd li:nth-child(2) a {
  background-position: -42px -9px;
}
.cvm-content .cvm-setup .tab-content dd li:nth-child(2).active a {
  background-position: -6px -9px;
}
.cvm-content .cvm-setup .tab-content dd li:nth-child(3) a {
  background-position: -42px -9px;
}
.cvm-content .cvm-setup .tab-content dd li:nth-child(3).active a {
  background-position: -6px -9px;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 4px;
  border: 1px solid #d3e6f1;
  padding: 8px 15px;
  cursor: pointer;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li:first-child {
  margin-top: 15px;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li span {
  display: block;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li span.name {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2b81ff;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li span.id {
  position: absolute;
  left: 64%;
  top: 8px;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li.active {
  border-color: #2b81ff;
  color: #ffffff;
  background-color: #2b81ff;
}
.cvm-content .cvm-setup .tab-content .tab-pane > ul > li.active .name {
  color: #ffffff;
}
.cvm-content .cvm-setup section h5 + div {
  margin-top: 12px;
  margin-bottom: 12px;
}
.cvm-content .cvm-setup section h5 + div label.btn-primary {
  color: #2b81ff;
  background-color: #ecf0f5;
  border-color: #d3e6f1;
}
.cvm-content .cvm-setup section h5 + div label.active {
  background-color: #2b81ff;
  border-color: #2b81ff;
  color: #ffffff;
}
.cvm-content .cvm-setup section h5 + div label.disabled {
  background-color: #ecf0f5;
  border-color: #e0e0e0;
  color: #a3a3a3;
}
.cvm-content .cvm-setup section .senior {
  margin-bottom: 12px;
}
.cvm-content .cvm-setup section .senior > div {
  padding: 15px 15px 0 15px;
  border: 1px dotted #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.cvm-content .cvm-setup section .senior > div label {
  display: inline-block;
  padding: 6px 0 6px 12px;
  margin: 0 !important;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
.cvm-content .cvm-setup section .senior > div label + div.col-sm-6 {
  padding: 0 !important;
}
.cvm-content .cvm-setup section .senior > div label + div.col-sm-3 {
  padding: 0 !important;
}
.cvm-content .cvm-setup section .senior > div .form-group {
  margin-right: 0;
  margin-left: 0;
}
.cvm-content .cvm-setup section .senior > div .form-control {
  height: 30px;
}
.cvm-content .cvm-setup section .net:not(:first-child) {
  margin-top: 40px;
}
.cvm-content .cvm-setup section .net-type {
  margin: 10px 0;
}
.cvm-content .cvm-setup section .net-type b {
  color: #333;
  margin: 0 12px;
}
.cvm-content .cvm-setup section h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.cvm-content .cvm-setup section .net-item {
  position: relative;
  cursor: pointer;
  padding: 8px 15px 8px 30px;
  border: 1px solid #d3e6f1;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.cvm-content .cvm-setup section .net-item span {
  margin-right: 20px;
  margin-left: 12px;
}
.cvm-content .cvm-setup section .net-item i {
  position: absolute;
  left: 15px;
  top: 11px;
}
.cvm-content .cvm-setup section .net-item:hover {
  background-color: #e2eff6;
}
.cvm-content .cvm-setup section .control-label + div.col-sm-7 > label {
  padding: 0 !important;
  margin: 0 !important;
  margin: 0;
  height: 36px;
  line-height: 36px;
}
.cvm-content .cvm-setup section .control-label + div.col-sm-7 > label input[type=radio] {
  display: inline;
}
.cvm-content .cvm-setup section em {
  font-size: 12px;
  font-style: italic;
}
.cvm-content .cvm-setup section .advance em {
  color: #aaa;
}
.cvm-confi {
  padding: 15px 30px;
}
.cvm-confi h3 {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}
.cvm-confi table {
  margin-bottom: 10px;
  width: 100%;
}
.cvm-confi table tr > td {
  background-color: #fff;
  padding: 8px 12px;
  border: 1px solid #d3e6f1;
  color: #333;
}
.cvm-confi table tr > td:first-child {
  width: 30%;
}
.cvm-confi table tr > td:last-child {
  width: 70%;
}
.cvm-confi ul li {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.cvm-confi ul li:not(:first-child) {
  font-size: 12px;
}
.cvm-confi ul li.price {
  font-weight: bold;
  font-size: 20px;
  color: orange;
}
/* 机房 下拉弹出层 */
#theme_list > div {
  display: none;
  margin-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  opacity: 0.95;
  width: 575px;
  z-index: 1;
}
#theme_list ul {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 10px;
  margin-left: 8px;
  padding-bottom: 5px;
  padding-left: 90px;
  position: relative;
  width: 560px;
}
#theme_list ul:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
#theme_list ul li:first-child {
  position: absolute;
  left: 0;
  top: 50%;
  width: 90px;
  text-align: center;
  line-height: 20px;
  margin-top: -15px;
  background: none;
  color: #fff;
  font-weight: bold;
}
#theme_list ul li:first-child:hover {
  background: none;
}
/* #theme_list ul:first-child li:first-child {margin-top: -25px;} */
#theme_list ul li.button_a {
  background: #2b81ff none repeat scroll 0 0;
  border-top: 1px solid #367fa9;
  border-left: none;
}
#theme_list ul li.button_a:hover {
  background: #367fa9 none repeat scroll 0 0;
}
#theme_list ul li.button_a a {
  color: #dfdfdf;
  display: block;
  font-size: 12px;
  font-weight: normal;
  min-width: 120px;
  padding: 5px 0px 5px 10px;
}
#theme_list ul li.button_a a span {
  transform: scale(0.7, 0.7);
  vertical-align: bottom;
  padding: 3px 0px 0 0px;
  min-width: auto;
  opacity: 0.7;
}
#theme_list ul li.active a {
  color: #fff !important;
  background-color: #ff851b !important;
}
#theme_list > div {
  left: 7px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #367fa9;
}
#theme_list > div ul {
  padding-top: 10px;
}
#theme_list > div li {
  display: inline-block;
  border: none;
  background-color: #2b81ff;
  margin-right: 7px;
  margin-bottom: 7px;
  vertical-align: top;
  position: relative;
}
#theme_list > div li a {
  min-width: auto !important ;
  max-width: none;
  width: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#theme_list > div li a:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#theme_list > div li:hover {
  background-color: rgba(60, 141, 188, 0.6);
}
#theme_list > div li.heightQ a {
  padding-right: 30px;
}
#theme_list > div li.heightQ a:after {
  content: "";
  width: 46px;
  height: 29px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/heightQ.png) no-repeat;
}
/* 服务器管理 */
.f-r {
  float: right;
}
.cc-set {
  line-height: 1.5;
  padding: 5px 10px;
}
.cc-set i {
  cursor: pointer;
}
/* .cc-search {padding-top: 15px; overflow: hidden;}
@media (min-width:1200px) {
	.cc-search {width: 920px; margin-right: auto; margin-left: auto;}
} */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.hint {
  padding: 20px;
}
.hint li {
  padding-left: 3em;
  margin: 6px 0;
  font-size: 12px;
}
#cc-setbox {
  padding-right: 30px;
  padding-left: 30px;
}
#cc-setbox h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#cc-setbox label {
  font-weight: normal;
}
.fs-12 {
  font-size: 12px;
}
/* 退款须知 */
.index-info blockquote h4 {
  font-size: 15px;
}
.index-info blockquote ol {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
/* 提交退款申请 */
.refunt-reasons {
  padding-left: 20px;
  padding-right: 20px;
}
.refunt-reasons label.control-label {
  text-align: left;
  padding-right: 2em;
  width: auto;
  display: inline-block;
}
.refunt-reasons p {
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.8;
}
/* 企业认证 */
#enterprise + label,
#otherOrg + label {
  color: #aaa;
  font-size: 12px;
}
.js-img {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.form-group .col-sm-9 .checkbox-inline input[type="checkbox"],
.form-group .col-sm-9 .radio-inline input[type="radio"] {
  float: none;
  margin: 4px 0 0 -20px;
}
/* 财务流水 */
.col-sm-8.limit .checkbox-inline,
.col-sm-8.limit .radio-inline {
  float: none;
  margin: 0 2em 0 0;
}
.col-sm-8.limit .checkbox-inline input {
  float: none;
  margin: 4px 0 0 -20px;
}
.m_r_2 {
  margin-right: 2em;
}
/* 云主机 续费 */
.config-contrast {
  border: 1px solid #337ab7;
}
.config-contrast > p {
  line-height: 3em;
}
.config-contrast > p:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.htips {
  color: #2b81ff;
  cursor: pointer;
}
#useCoupon,
.js-upgrade {
  cursor: pointer;
}
.use-coupon {
  margin-top: 10px;
  margin-bottom: 10px;
}
.use-coupon p {
  line-height: 21px;
  padding-top: 5px;
  float: left;
  font-size: 12px;
}
.use-coupon table {
  margin-top: 10px;
}
/*创建私网*/
.ip-setup + input {
  display: inline-block;
  width: 8em;
}
.drag-bar-l .Drag_bar {
  width: 72%;
}
.f-s-12 {
  font-size: 12px;
}
#self-mirrorBox .form-group {
  margin-bottom: 0;
}
#self-mirrorBox .form-group > p {
  margin-bottom: 10px;
}
/* 负载均衡器 */
.CLB_detail > table > thead > tr a {
  font-size: 15px;
  font-weight: 700;
}
.CLB_detail > table > tbody > tr:first-child td {
  padding-top: 0;
  font-size: 14px;
}
.CLB_detail > table > tbody > tr:first-child td li {
  padding-left: 0;
  padding-right: 3em;
}
.CLB_detail > table > tbody > tr:first-child td li:last-child {
  padding-right: 0;
}
.CLB_detail > table table thead tr th {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding-right: 8px;
}
.col-sm-2 + .col-sm-10 {
  padding-left: 5px;
  padding-right: 5px;
  color: #999;
}
.by-input {
  display: inline-block;
  padding: 7px 5px 0px 5px;
  float: left;
}
/*-监听详情，高级配置-*/
@media (max-width: 768px) {
  .tactics .btn-box {
    float: right;
  }
}
/* 资源统计 */
.box-tools .btn-down {
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 9px;
}
.box-tools .box-down {
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
  width: 100%;
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
}
.box-tools .box-down li {
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #d2d6de;
  background-color: #fff;
  color: #555;
}
.box-tools .box-down li:hover {
  background-color: #d2d6de;
  color: #444;
}
.box-tools .search_table_Btn {
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 9px;
}
table.dataTable thead > tr > th > p {
  font-weight: normal;
}
.show-details {
  cursor: pointer;
}
.details {
  background-color: #d2d6de;
}
.business .box-header .box-title {
  color: #fff;
}
.business .box-header > .box-tools {
  right: 0;
}
.business .detail > td {
  padding: 0;
}
.business .detail th {
  background-color: #eee;
}
.favorable > div {
  padding-left: 15px;
}
.favorable li {
  padding: 0;
  overflow: hidden;
}
.favorable li .pull-right {
  font-size: 12px;
  margin-top: 2px;
}
.favorable li div {
  border: 1px solid #cbcbcb;
  padding: 6px 10px 6px 10px;
  background: #f5f5f5;
  line-height: 1.8;
  margin-top: 10px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.favorable li a {
  padding-right: 5px;
  padding-left: 5px;
}
.favorable li span {
  margin: 3px;
}
#room_panel .col-sm-6,
#model_panel .col-sm-4,
#level_panel .col-sm-4 {
  padding-right: 15px;
  padding-left: 15px;
}
/* 优惠规则 */
.limit label.checkbox-inline + label.checkbox-inline,
.limit label.radio-inline + .limit label.radio-inline {
  margin-left: 0;
}
.limit label.checkbox-inline,
.limit label.radio-inline {
  margin: 0 2em 0 0;
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 6px;
}
.mypopover table tr > td:first-child {
  font-weight: bold;
  width: 33%;
}
.mypopover table tr:first-child td {
  border: none;
}
/* 退款规则 */
.list-deci {
  counter-reset: li;
  margin-bottom: 30px;
}
.list-deci > li {
  position: relative;
  margin: 15px 0;
  padding-left: 2em;
}
.list-deci > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(li) ".";
  counter-increment: li;
}
a {
  cursor: pointer;
}
.xiala .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
/* 用户管理 */
.tr-detail {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tr-detail li {
  display: table-cell;
}
.th-detail {
  border-top: solid 1px #f4f4f4;
  margin-top: 5px;
}
.th-detail li {
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}
.users-list-name {
  color: #666;
  font-weight: normal;
  padding: 5px;
}
@media (max-width: 1199px) {
  .users-list > li {
    display: inline-block;
    float: none;
    width: 14em;
  }
}
.has-feedback label ~ .form-control-feedback {
  top: 1px;
}
.psw_strong {
  background: none;
  padding-left: 41px;
}
.dns_box {
  position: relative;
}
.dns_box .by-input {
  position: absolute;
  right: -10px;
  z-index: 9999;
}
.table > tfoot > tr > td {
  padding: 12px 0 !important;
}
.edit-detail .cvm-content .Drag_bar {
  width: 70%;
}
.edit-detail .cvm-content .proselect_r {
  display: block;
}
.edit-detail .cvm-content .form-group.proselect_r .proselect_name {
  width: 100px;
}
.edit-detail .cvm-content .row {
  margin: 0;
}
.edit-detail .cvm-content .cvm-setup {
  background: none;
}
.edit-detail .cvm-content .col-sm-9 {
  background-color: #ecf0f5;
  padding-top: 15px;
  height: 400px;
}
.edit-detail .cvm-content .nav-tabs-custom > .tab-content {
  height: 320px;
  position: relative;
}
.edit-detail .cvm-content .price_whole {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.edit-detail .cvm-content .cvm-confi {
  padding: 15px 0;
}
.edit-detail .cvm-content form {
  margin-top: 30px;
}
.bootstrap-touchspin .form-control,
.bootstrap-touchspin .btn,
.bootstrap-touchspin .bootstrap-touchspin-postfix {
  line-height: 16px;
}
.slider_settings .bootstrap-touchspin .form-control,
.proselect_r .proselect_infor .bootstrap-touchspin .form-control {
  height: 30px;
  padding-left: 3px;
  padding-right: 22px;
  width: 48px;
  text-align: center;
  font-size: 14px;
  margin-right: -1px;
}
.slider_settings .bootstrap-touchspin .bootstrap-touchspin-postfix,
.proselect_r .proselect_infor .bootstrap-touchspin .bootstrap-touchspin-postfix {
  border: none;
  position: absolute;
  right: 40px;
  padding: 6px 0;
  width: 1em;
  background: none;
  z-index: 99;
  top: 1px;
}
.proselect_r .proselect_infor .bootstrap-touchspin .form-control:focus,
.slider_settings .bootstrap-touchspin .form-control:focus {
  border: 1px solid #2b81ff;
  box-shadow: none;
}
.slider_settings .input-group-btn:last-child > .btn,
.proselect_r .proselect_infor .input-group-btn:last-child > .btn {
  z-index: 0;
}
.slider_settings .input-group-btn > .btn:active,
.slider_settings .input-group-btn > .btn:focus,
.slider_settings .input-group-btn > .btn:hover,
.proselect_r .proselect_infor .input-group-btn > .btn:active,
.proselect_r .proselect_infor .input-group-btn > .btn:focus,
.proselect_r .proselect_infor .input-group-btn > .btn:hover {
  z-index: 99;
}
.bootstrap-touchspin .input-group-btn {
  width: auto;
}
.box-header .form-contol-tip {
  padding-left: 0;
}
@media (min-width: 760px) {
  .box-header .form-contol-tip {
    padding-top: 3px;
  }
}
.query-tip {
  padding: 2px 2px 1px;
  opacity: 0.5;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  line-height: 9px;
  margin: 0 5px;
}
.query-tip:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .layout_handle {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout_handle {
    width: 40%;
  }
}
.layout_templet {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.layout_templet .box-header {
  background-color: rgba(238, 238, 238, 0.6);
  margin-right: 16px;
}
.datail_list .popover-content form > div {
  min-height: auto;
}
.datail_list .detail_content .popover-content .form-control {
  margin-top: 0;
}
.WdatePicker .form-control {
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}
.search_table .WdatePicker .form-control {
  text-align: center;
  padding: 6px 0;
}
.datail_list .detail_content textarea.form-control {
  height: auto;
}
#schedule_prices_panel {
  padding: 15px 15px 10px 15px;
  background-color: #ecf0f5;
  overflow: hidden;
}
#schedule_prices_panel .nav-tabs-custom {
  margin: 0;
}
#schedule_prices_panel .nav-tabs-custom .nav-tabs .active {
  border-top-color: #2b81ff;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table {
  margin: 0;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > thead > tr > th,
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tbody > tr > td,
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tfoot > tr > th {
  padding: 10px 15px !important;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tfoot > tr > th {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > thead > tr > th {
  border-bottom-color: #eee;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tbody > tr > td:last-child,
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tbody > tr > td:nth-child(2) {
  color: #999;
}
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > thead > tr > th:nth-child(2),
#schedule_prices_panel .nav-tabs-custom .tab-pane .table > tbody > tr > td:nth-child(2) {
  border-right-color: #ddd;
}
#schedule_prices_panel .form-contol-tip {
  padding: 10px 15px 0 !important;
}
.slider_others {
  margin-bottom: 60px;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}
.sidebar-toggle {
  font-size: 14px;
}
/* CDN-overview */
.cdn-overview-item {
  padding: 15px 15px;
  margin: 10px 0;
  border-left: 1px solid #eee;
  color: #999;
  height: 140px;
}
.cdn-overview-item-title,
.cdn-overview-item-amount {
  color: #666666;
}
.cdn-overview-item-amount {
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
}
.cdn-overview-item-amount sub {
  font-size: 14px;
  line-height: inherit;
  vertical-align: text-bottom;
}
.no-border {
  border: none;
}
.cdns-price-item {
  display: inline-block;
  border: 1px solid #edf1f5;
  border-radius: 3px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  padding-bottom: 20px;
  margin: 5px;
}
.cdns-price-title {
  padding: 16px 24px;
  font-size: 24px;
  text-align: center;
  background-color: #f5f9ff;
  color: #555555;
  line-height: 30px;
  margin-bottom: 24px;
}
.cdns-price-title > small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #999999;
}
.cdns-price-title > sub {
  line-height: inherit;
  font-size: 14px;
  vertical-align: text-bottom;
}
.cdns-price-info {
  color: #8d8d8d;
  margin: 0 32px;
  padding: 4px 0;
}
.cdns-price-info .iconfont {
  color: #2b81ff;
  margin-right: 8px;
}
.cdns-price-info > span {
  margin-left: 24px;
  color: #666;
}
.cdns-form-rules {
  margin: 24px 5px 32px;
}
.cdns-form-rules dt {
  color: #555;
  margin: 8px 0;
}
.cdns-form-rules dd {
  font-size: 12px;
  color: #999;
  margin: 6px 0;
}
.cdns-form-btn {
  background-color: #f3f9ff;
  border-top-color: #c6e1fc;
  position: relative;
}
@media (min-width: 768px) {
  .cdns-form-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cdns-form-btn {
    text-align: right;
  }
}
.cdns-form-btn > .btn {
  margin: 10px 5px;
}
.cdns-form-btn > p {
  position: absolute;
  left: 15px;
  top: 26px;
}
.content-1 .col-sm-9 {
  padding-left: 0;
  padding-right: 3px;
}
.content-1 .col-sm-3 {
  padding-right: 0;
  padding-left: 3px;
}
.cdns-upload input[type="file"] {
  display: none;
}
.ddos {
  margin-bottom: 20px;
}
.model_ddos + .model_ddos {
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}
.control-sidebar {
  position: fixed;
  height: 100%;
  overflow: auto;
}
.control-sidebar dd {
  line-height: 20px;
}
.control-sidebar .multi-ip dt {
  width: 2em;
}
.control-sidebar .multi-ip dd {
  width: 140px;
  float: right;
}
.control-sidebar .ddos-ip dt {
  width: 3em;
}
.control-sidebar .ddos-ip dd {
  width: 120px;
}
@media (max-width: 600px) {
  .name-db{
    display: block;
  }
  .proselect_r .proselect_infor{
    display: block;
  }
  .r80{
    width: 80%;
  }
  .pl20{
    padding-left: 20px;
  }
  .layui-layer {
    width: 90% !important;
  }
}
@media (max-width: 1200px) {
  .col-sm-checkbox .control-label {
    width: 13.3%;
  }
  .main-header .navbar-custom-menu ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.mobile-sel{
  line-height: 30px;
  display: none;
  float: left;
}
.mobile-sel select{
  min-width: 80px;
  height: 30px;
}
@media (max-width: 768px) {

  .mobile-sel{
    display: block;
  }
  .pro_renew_name{
    width: 120px;
  }
  .form-control-static{
    width: 180px;
  }
  #buyTime{
    display: none!important;
  }
  .table_header .box-title > a.btn,
  .table_header .box-tools > a.btn,
  .table_header .box-title > button.btn,
  .table_header .box-tools > button.btn,
  .table_header .box-title > .btn-group > .dropdown-toggle,
  .table_header .box-tools > .btn-group > .dropdown-toggle {
    padding: 3px 5px;
    background: none;
    border: none;
    color: #2b81ff;
  }
  .table_header .box-title > a.btn > i,
  .table_header .box-tools > a.btn > i,
  .table_header .box-title > button.btn > i,
  .table_header .box-tools > button.btn > i,
  .table_header .box-title > .btn-group > .dropdown-toggle > i,
  .table_header .box-tools > .btn-group > .dropdown-toggle > i {
    margin-right: 1px;
  }
  .table_header .box-tools .f-r {
    float: none;
  }
  .table_header .box-tools .has-feedback {
    display: inline-block;
  }
  .table_header .box-tools .has-feedback .form-control,
  .table_header .box-tools .has-feedback .form-control-feedback {
    display: none;
  }
  .table_header .box-tools .has-feedback .search_table_btn {
    right: -10px;
    top: -10px;
    color: #2b81ff;
  }
  .col-sm-checkbox .control-label {
    width: auto;
  }
  .navbar-custom-menu > .navbar-nav > li.user-menu {
    min-width: auto;
  }
}
@media (max-width: 480px) {

  .dataTables_length {
    float: none;
  }
}
@media (max-width: 360px) {
  .navbar-custom-menu .navbar-nav > li > a {
    padding: 15px 10px;
  }
  .navbar-custom-menu > .navbar-nav > li.user-menu a span {
    display: none;
  }
  .pro_renew_name {
    width: 105px;
    line-height: 20px;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  top: auto !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  text-align: left;
}
@media (max-width: 480px) {
  .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 12px;
  }
  .main-header .sidebar-toggle {
    padding: 15px 8px;
  }
}
