@import url(../css/google_fonts_1.css);
@import url(../css/google_fonts_2.css);
/*!
 *   AdminLTE v1.2
 *   Author: AlmsaeedStudio.com
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
    Core: General style
----------------------------
*/
.html {
  min-width: 1280px;
  overflow-x: auto;
}
#search-btn{
  height: 34px;
}
html,
body {
  min-height: 100%;
  background: #ffffff;
  font-size: 14px;
  position: relative;
}
a {
  color: #2196f3;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #6ab8f7;
}
/* Layouts */
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Header */
body > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
  min-height: 100%;
  display: block;
}
/*right side - contins main content*/
.right-side {
  background-color: #ffffff;
  margin-left: 220px;
}
/*left side - contains sidebar*/
.left-side {
  position: absolute;
  width: 220px;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 970px) {
  .left-side {
    top: 0px;
    padding-top: 50px;
  }
  /*Right side strech mode*/
  .right-side.strech {
    margin-left: 0;
  }
  .right-side.strech > .content-header {
    margin-top: 0px;
  }
  /* Left side collapse */
  .left-side.collapse-left {
    left: -220px;
  }
  .user-panel.active {
    padding: 0px 5px;
  }
  .user-panel.active .image img {
    width: 80%;
    padding: 0;
  }
  .user-panel.active .info {
    font-size: 12px;
    padding: 3px 0 0 8px;
    color: #333;
    text-align: left;
    width: auto;
  }
}
/*Give content full width on xs screens*/
@media screen and (max-width: 970px) {
  .right-side {
    margin-left: 0;
  }
}
/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
  position: fixed;
}
body.fixed > .header {
  top: 0;
  right: 0;
  left: 0;
}
body.fixed .navbar {
  left: 0;
  right: 0;
}
body.fixed .wrapper {
  margin-top: 50px;
}
/* Content */
.content {
  padding: 0px 20px 10px;
  background: #ffffff;
}
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/* All images should be responsive */
img {
  max-width: 100%important;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
/* Display inline */
.inline {
  display: inline;
  width: auto;
}
/* Background colors */
.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 {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #999999 !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #d9534f !important;
}
.bg-yellow {
  background-color: #ffd900 !important;
}
.bg-aqua {
  background-color: #2196f3 !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #2196f3 !important;
}
.bg-green {
  background-color: #2daf5a !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: #f0ad4e !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-red {
  color: #d9534f !important;
}
.text-yellow {
  color: #ffd900 !important;
}
.text-aqua {
  color: #2196f3 !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #2196f3 !important;
}
.text-green {
  color: #2daf5a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #f0ad4e !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}
/* Don't display when printing */
@media print {
  .no-print {
    display: none;
  }
  .left-side,
  .header,
  .content-header {
    display: none;
  }
  .right-side {
    margin: 0;
  }
}
/* Remove border radius */
.flat {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* Change the color of the striped tables */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f4f5;
}
/* .text-center in tables */
table.text-center td,
table.text-center th {
  text-align: center;
}
/* _fix for sparkline tooltip */
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
textarea {
  resize: none;
}
.loading_img {
  background: transparent url('../img/loader.gif') 50% 50% no-repeat;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.pb0 {
  padding-bottom: 0px!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pl0 {
  padding-left: 0px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl15 {
  padding-left: 15px!important;
}
/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
body > .header .navbar {
  height: 47px;
  margin-bottom: 0;
  margin-left: 220px;
  border-bottom: 2px solid #ddd;
  font-size: 12px;
}
body > .header .navbar .sidebar-toggle {
  float: left;
  padding: 9px 5px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body > .header .navbar .sidebar-toggle:hover .icon-bar {
  background: #f6f6f6;
}
body > .header .navbar .sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body > .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
body > .header .navbar .nav > li.user > a {
  font-weight: bold;
}
body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 10px;
  font-weight: normal;
  width: 15px;
  height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}
body > .header .logo {
  float: left;
  height: 47px;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  padding: 0 10px;
  width: 220px;
  font-weight: 500;
  display: block;
}
body > .header .logo .icon {
  margin-right: 10px;
}
.right-side > .content-header {
  position: relative;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
}
.right-side > .content-header > h1 {
  margin: 0;
  font-size: 20px;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.right-side > .content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.right-side > .content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media screen and (max-width: 767px) {
  .right-side > .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #efefef;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
}
@media screen and (max-width: 560px) {
  body > .header {
    position: relative;
  }
  body > .header .logo,
  body > .header .navbar {
    width: 100%;
    float: left;
    position: relative!important;
  }
  body > .header .navbar {
    margin: 0;
  }
  body.fixed > .header {
    position: fixed;
  }
  body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    margin-top: 100px!important;
  }
  .sidebar .sidebar-menu {
    padding-top: 100px!important;
  }
}
/*
    Component: Sidebar
--------------------------
*/
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent!important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar .sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 38px;
  display: block;
  font-size: 14px;
  margin: 0px 0px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.user-panel {
  padding: 0 5px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 80%;
  padding: 0;
}
.user-panel > .info {
  font-weight: 600;
  font-size: 14px;
  color: #555;
  text-align: center;
  width: 100%;
  height: 40px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
@media screen and (max-width: 1200px) {
  .form-box {
    width: auto;
    margin: 0px auto 0 auto!important;
  }
  .form-box .login_col {
    border-right: 0!important;
    border-bottom: 2px solid #fa7b7a;
  }
  .form-box .goMcd_bnt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 970px) {
  .relative {
    position: relative;
  }
  .user-panel,
  .user-panel.active {
    padding: 0px 5px;
  }
  .user-panel .image,
  .user-panel.active .image {
    float: left;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -220px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -220px;
  }
  .row-offcanvas-right.active {
    right: 220px;
  }
  .row-offcanvas-left.active {
    left: 220px;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    left: -220px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    left: 220px !important;
    right: 0;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0px;
  }
}
/*
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
}
.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: #2196f3;
  color: #f9f9f9;
}
/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
  color: #444444;
}
/*
    Navbar custom dropdown menu
------------------------------------
*/
.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!important;
  margin: 0!important;
  top: 100%;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  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.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.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 {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444444;
  text-align: center;
}
.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 {
  background: #f4f4f4;
  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 {
  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: #f6f6f6;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 12px;
  color: #444444;
}
.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 {
  font-size: 20px;
  width: 50px;
  text-align: center;
  padding: 15px 0px;
  margin-right: 5px;
  /* Default background and font colors */
  background: #2196f3;
  color: #f9f9f9;
  /* Fallback for browsers that doesn't support rgba */
  color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
  background: #d9534f;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
  background: #ffd900;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
  background: #2daf5a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
  background: #2196f3;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  line-height: 20px;
  padding: 10px 5px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  float: right;
}
.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 {
  display: table;
  content: " ";
}
.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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  background: #2196f3;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px 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: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #ffffff;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}
/*
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
.form-control {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
}
.form-control:focus {
  border-color: #2196f3 !important;
  box-shadow: none;
}
/*&.form-control {

    .border-radius(@input-radius)!important;
    box-shadow: none;

    &:focus {
        border-color:#84def4 !important;
          box-shadow: 0px 0px 10px rgba(132, 222, 244, 0.5);
    }

}*/
.form-group.has-success label {
  color: #2daf5a;
}
.form-group.has-success .form-control {
  border-color: #2daf5a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #ffd900;
}
.form-group.has-warning .form-control {
  border-color: #ffd900 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #d9534f;
}
.form-group.has-error .form-control {
  border-color: #d9534f !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
/*
    Compenent: Progress bars
--------------------------------
*/
/* size variation */
.progress.sm {
  height: 10px;
}
.progress.xs {
  height: 7px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm {
  width: 20px;
}
.progress.vertical.xs {
  width: 10px;
}
/* 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: #2196f3;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #2daf5a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #2196f3;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #ffd900;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #d9534f;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 boxes
*/
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.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 {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  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 {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@-webkit-keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
    component: Boxes
-------------------------
*/
.box {
  position: relative;
  background: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
.box.box-primary {
  border-top-color: #2196f3;
}
.box.box-info {
  border-top-color: #2196f3;
}
.box.box-danger {
  border-top-color: #d9534f;
}
.box.box-warning {
  border-top-color: #ffd900;
}
.box.box-success {
  border-top-color: #2daf5a;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
  padding-bottom: 10px;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box .box-header a {
  color: #444;
}
.box .box-header > .box-tools {
  padding: 5px 10px 5px 5px;
}
.box .box-body {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100%!important;
}
.box .box-body .fc {
  margin-top: 5px;
}
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  background: #fafafa;
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-body .full-width-chart {
  margin: -19px;
}
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 13px 0px 23px 0px;
  background-color: #ffffff;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header {
  padding-bottom: 0px!important;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #2196f3;
  background-color: #2196f3;
}
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #2196f3;
  background-color: #2196f3;
}
.box.box-solid.box-info > .box-header a {
  color: #444;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #d9534f;
  background-color: #d9534f;
}
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #ffd900;
  background-color: #ffd900;
}
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #2daf5a;
  background-color: #2daf5a;
}
.box.box-solid.box-success > .box-header a {
  color: #444;
}
.box.box-solid > .box-header > .box-tools > .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid.collapsed-box .box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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 .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box .todo-list > li.danger {
  border-left-color: #d9534f;
}
.box .todo-list > li.warning {
  border-left-color: #ffd900;
}
.box .todo-list > li.info {
  border-left-color: #2196f3;
}
.box .todo-list > li.success {
  border-left-color: #2daf5a;
}
.box .todo-list > li.primary {
  border-left-color: #2196f3;
}
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #d9534f;
}
.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.box .todo-list > li:hover .tools {
  display: inline-block;
}
.box .todo-list > li.done {
  color: #999;
}
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.box .todo-list > li.done .label {
  background: #999999 !important;
}
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.box .chat {
  padding: 5px 20px 5px 10px;
}
.box .chat .item {
  margin-bottom: 10px;
  font-size: 12px;
}
.box .chat .item:before,
.box .chat .item:after {
  display: table;
  content: " ";
}
.box .chat .item:after {
  clear: both;
}
.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.box .chat .item > img.online {
  border: 2px solid #2daf5a;
}
.box .chat .item > img.offline {
  border: 2px solid #d9534f;
}
.box .chat .item h4 {
  margin-bottom: 3px;
}
.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.box .chat .item > .attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
  display: table;
  content: " ";
}
.box .chat .item > .attachment:after {
  clear: both;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box > .loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}
/*
Component: timeline
--------------------
*/
.timeline {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 45px;
  border: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  margin-top: 10px;
  border: 0px solid #dfdfdf;
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 5px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
  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.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
/*
    Component: Buttons
-------------------------
*/
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.btn.btn-default {
  background-color: #fafafa;
  color: #666;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  background-color: #f4f4f4!important;
}
.btn.btn-default.btn-flat {
  border-bottom-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #2196f3;
  border-color: #0d8aee;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #1976d2;
}
.btn.btn-success {
  background-color: #2daf5a;
  border-color: #289b50;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
  background-color: #289b50;
}
.btn.btn-info {
  background-color: #2196f3;
  border-color: #0d8aee;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #0d8aee;
}
.btn.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #d43f3a;
}
.btn.btn-warning {
  background-color: #ffd900;
  border-color: #e6c300;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #e6c300;
}
.btn.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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;
  width: 120px;
  height: 35px;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  opacity: 0 !important;
  position: absolute;
  top: -10px;
  cursor: pointer;
}
.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn.btn-app:active,
.btn.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.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-social-old {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
  padding: 0;
}
.btn.btn-social-old > .fa {
  padding: 10px 0;
  width: 40px;
}
.btn.btn-social-old > .fa + span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
  padding: 10px;
}
.btn.btn-social-old:hover {
  opacity: 1;
}
.btn.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*
    Component: callout
------------------------
*/
.callout {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #B94A48;
}
.callout.callout-warning h4 {
  color: #C09853;
}
.callout.callout-info h4 {
  color: #3A87AD;
}
/*
    Component: alert
------------------------
*/
.fixed_shade {
  position: fixed;
  _position: fixed;
  background-color: #10202c;
  width: 100%;
  height: 300%;
  _height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 10000;
  top: -100%;
  _top: 0;
  left: 0;
}
.zdy_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.zdy_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.zdy_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.zdy_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.zdy_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.zdy_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.zdy_alert .alert_btn a {
  margin-left: 14px;
}
.success_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.success_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.success_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.success_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.success_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.success_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.success_alert .alert_btn a {
  margin-left: 14px;
}
.success_alert i.icon {
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
}
.success_alert .alert_text {
  padding: 55px 55px 0px 130px;
}
.ajax_errow_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.ajax_errow_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.ajax_errow_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.ajax_errow_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.ajax_errow_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.ajax_errow_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.ajax_errow_alert .alert_btn a {
  margin-left: 14px;
}
.ajax_errow_alert i.icon {
  background: url("../img/alert_errow.png") no-repeat;
  background-size: contain;
}
.ajax_errow_alert .alert_text {
  padding: 55px 55px 0px 130px;
}
.confirm_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.confirm_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.confirm_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.confirm_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.confirm_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.confirm_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.confirm_alert .alert_btn a {
  margin-left: 14px;
}
.confirm_alert i.icon {
  background: url("../img/alert_confirm.png") no-repeat;
  background-size: contain;
}
.confirm_alert .alert_text {
  padding: 45px 55px 0px 130px;
}
.tips_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.tips_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.tips_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.tips_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.tips_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.tips_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.tips_alert .alert_btn a {
  margin-left: 14px;
}
.tips_alert i.icon {
  background: url("../img/alert_confirm.png") no-repeat;
  background-size: contain;
}
.tips_alert .alert_text {
  padding: 50px 55px 0px 130px;
}
.wait_alert {
  width: 430px;
  height: 180px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
.wait_alert i.icon {
  width: 50px;
  height: 50px;
  background: url("../img/alert_right.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 55px;
  top: 40px;
}
.wait_alert .alert_text {
  padding: 40px 55px 0px 130px;
  line-height: 20px;
}
.wait_alert .alert_text .alert_title {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.wait_alert .alert_text .alert_tips {
  font-size: 12px;
  color: #666;
}
.wait_alert .alert_btn {
  text-align: center;
  height: 58px;
  line-height: 58px;
  background: #f3f6f8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.wait_alert .alert_btn a {
  margin-left: 14px;
}
.wait_alert i.icon {
  background: url("../img/alert_tips.png") no-repeat;
  background-size: contain;
}
.wait_alert .alert_text {
  padding: 46px 55px 0px 130px;
}
.select_alert {
  width: 430px;
  height: 180px;
  position: fixed;
  left: 50%;
  margin-left: -215px;
  z-index: 100001;
  background: #ffffff;
  display: none;
}
.select_alert .title {
  background: #00a8ec;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  padding-left: 15px;
}
.select_alert .content {
  text-align: center;
  padding: 30px 0px;
}
.select_alert .content select {
  width: 260px;
  height: 30px;
  margin-left: 15px;
}
.select_alert .alert_btn {
  text-align: center;
}
/*
    Component: Navs
*/
/* NAV PILLS */
.nav.nav-pills > li > a {
  border-top: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444;
}
.nav.nav-pills > li > a > .fa,
.nav.nav-pills > li > a > .glyphicon,
.nav.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
  background-color: #f6f6f6;
  border-top-color: #2196f3;
  color: #444;
}
.nav.nav-pills > li.active > a {
  font-weight: 600;
}
.nav.nav-pills > li > a:hover {
  background-color: #f6f6f6;
}
.nav.nav-pills.nav-stacked > li > a {
  border-top: 0;
  border-left: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #444;
}
.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
  background-color: #f6f6f6;
  border-left-color: #2196f3;
  color: #444;
}
.nav.nav-pills.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;
  position: relative;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #dddddd;
  background: #F4F5F9;
}
.nav-tabs-custom > .nav-tabs > li {
  border-bottom: 3px solid transparent;
  margin-top: 0px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 10px 10px;
  color: #333;
}
.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: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: #2196f3;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top: 0;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-width: 0;
}
.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: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-width: 1px;
  border-right-width: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-left {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-left > li {
  float: left;
  border-bottom: 3px solid transparent;
  margin-top: 0px;
  margin-bottom: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-left > li > a {
  border-top: 0;
}
.nav-tabs-custom > .nav-tabs.pull-left > li:hover {
  border-bottom-color: #999999;
}
.nav-tabs-custom > .nav-tabs.pull-left > li:first-of-type {
  margin-right: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-left > li:first-of-type.active {
  border-bottom-color: #2196f3 !important;
}
.nav-tabs-custom > .nav-tabs.pull-left > li {
  margin-right: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-left > li.active {
  border-bottom-color: #2196f3 !important;
}
.nav-tabs-custom > .nav-tabs.pull-left > li.active > a {
  border-left-width: 0px;
  border-right-width: 0px;
}
.nav-tabs-custom > .nav-tabs > li.header {
  font-weight: 400;
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
  cursor: default;
}
.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: 10px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
}
/* PAGINATION */
.pagination > li > a {
  background: #fff;
  color: #666;
}
.pagination > li:first-of-type a,
.pagination > li:last-of-type a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
    Component: Mailbox
*/
.mailbox .table-mailbox {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mailbox .table-mailbox tr.unread > td {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 600;
}
.mailbox .table-mailbox tr > td > .fa.fa-star,
.mailbox .table-mailbox tr > td > .fa.fa-star-o,
.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star,
.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
  color: #ffd900;
  cursor: pointer;
}
.mailbox .table-mailbox tr > td.small-col {
  width: 30px;
}
.mailbox .table-mailbox tr > td.name {
  width: 150px;
  font-weight: 600;
}
.mailbox .table-mailbox tr > td.time {
  text-align: right;
  width: 100px;
}
.mailbox .table-mailbox tr > td {
  white-space: nowrap;
}
.mailbox .table-mailbox tr > td > a {
  color: #444;
}
@media screen and (max-width: 767px) {
  .mailbox .nav-stacked > li:not(.header) {
    float: left;
    width: 50%;
  }
  .mailbox .nav-stacked > li:not(.header).header {
    border: 0!important;
  }
  .mailbox .search-form {
    margin-top: 10px;
  }
}
/*
    Page: locked screen
*/
/* ADD THIS CLASS TO THE <HTML> TAG */
.lockscreen {
  background: url(../img/1.jpg) repeat center center fixed;
  background-size: cover;
  background-color: #f4f4f4;
}
/* Remove the background from the body element */
.lockscreen > body {
  background: transparent;
}
/* We will put the dynamically generated digital clock here */
.lockscreen .headline {
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  -webkit-font-smoothing: antialiased !important;
  opacity: 0.8;
  margin: 10px 0 30px 0;
  font-size: 90px;
}
@media screen and (max-width: 480px) {
  .lockscreen .headline {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  padding: 0;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto;
  width: 290px;
}
.lockscreen-item:before,
.lockscreen-item:after {
  display: table;
  content: " ";
}
.lockscreen-item:after {
  clear: both;
}
/* User image */
.lockscreen-item > .lockscreen-image {
  position: absolute;
  left: -10px;
  top: -30px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}
.lockscreen-item > .lockscreen-image > img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* Contains the password input and the login button */
.lockscreen-item > .lockscreen-credentials {
  margin-left: 80px;
}
.lockscreen-item > .lockscreen-credentials input {
  border: 0 !important;
}
.lockscreen-item > .lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
}
/* Extra to give the user an option to navigate the website [optional]*/
.lockscreen-link {
  margin-top: 30px;
  text-align: center;
}
/*
    Page: register and login
*/
.form-box {
  width: 660px;
  margin: 20px auto 0 auto;
}
.form-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 10px -10px 10px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
.form-box .header .image {
  margin-bottom: 10px;
}
.form-box .body {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(234, 234, 236, 0.7) !important;
}
.form-box .body,
.form-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin-top: 20px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: #fff;
}
.form-box .body > .bg-yellow,
.form-box .footer > .bg-yellow {
  background-color: #c5995c!important;
  color: #fff!important;
}
.form-box .body > .btn,
.form-box .footer > .btn {
  margin-bottom: 10px;
}
.form-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-box .login_col {
  border-right: 2px solid #fa7b7a;
  padding-bottom: 20px;
}
.form-box .goMcd_bnt {
  margin-top: 20px;
  padding: 20px 30px;
}
.form-box .goMcd_bnt > a {
  padding: 30px 20px!important;
  color: #000!important;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}
/*
    Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
.error-page:before,
.error-page:after {
  display: table;
  content: " ";
}
.error-page:after {
  clear: both;
}
/*
    Page: Invoice
*/
.invoice {
  position: relative;
  width: 90%;
  margin: 10px auto;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.invoice-title {
  margin-top: 0;
}
/* Enhancement for printing */
@media print {
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal!important;
  }
}
/*
    Skin ecsr
    ---------
*/
/* skin-ecsr navbar */
.skin-ecsr .navbar {
  background-color: #ffffff;
}
.skin-ecsr .navbar .nav a {
  color: rgba(0, 0, 0, 0.8);
}
.skin-ecsr .navbar .nav > li > a:hover,
.skin-ecsr .navbar .nav > li > a:active,
.skin-ecsr .navbar .nav > li > a:focus,
.skin-ecsr .navbar .nav .open > a,
.skin-ecsr .navbar .nav .open > a:hover,
.skin-ecsr .navbar .nav .open > a:focus {
  color: #555;
}
.skin-ecsr .navbar .navbar-right > .nav {
  margin-right: 10px;
}
.skin-ecsr .navbar .sidebar-toggle .icon-bar {
  background: rgba(0, 0, 0, 0.8);
}
.skin-ecsr .navbar .sidebar-toggle:hover .icon-bar {
  background: #555!important;
}
/* skin-ecsr logo */
.skin-ecsr .logo {
  background-color: #2196F3;
}
/* skin-ecsr content header */
.skin-ecsr .right-side > .content-header {
  background: #fff;
}
/* Skin-ecsr user panel */
.skin-ecsr .mc-logo {
  background-color: #ff0000;
}
.skin-ecsr .mc-logo > .image > img {
  border: 1px solid #dfdfdf;
}
.skin-ecsr .mc-logo > .info,
.skin-ecsr .mc-logo > .info > a {
  color: #222222;
}
/* skin-ecsr sidebar */
.skin-ecsr .sidebar > .sidebar-menu > li > a {
  margin-right: 1px;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.commonicon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon1 {
  background: url(../img/hdicon.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon2 {
  background: url(../img/page.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon3 {
  background: url(../img/fill1.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon4 {
  background: url(../img/shop.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon5 {
  background: url(../img/image.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon6 {
  background: url(../img/card.png) no-repeat 0 0;
  background-size: contain;
  margin-right: 3px;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon7 {
  background: url(../img/tongji.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon8 {
  background: url(../img/xitong.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a i.icon9 {
  background: url(../img/home.png) no-repeat 0 0;
  background-size: contain;
}
.skin-ecsr .sidebar > .sidebar-menu > li.active > a {
  color: #222;
  background: #eee;
  font-size: 16px;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #eee;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li {
  background-color: #eee;
  position: relative;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li .fa-caret-left {
  position: absolute;
  right: -7px;
  top: 8px;
  color: #2196F3;
  display: none;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li > a {
  color: #c2b9b9;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li > a:hover {
  color: #c2b9b9;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li.active {
  background: #ccc;
  border-right: 5px solid #2196F3;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li.active .fa-caret-left {
  position: absolute;
  right: -7px;
  top: 8px;
  color: #2196F3;
  display: block;
}
.skin-ecsr .sidebar > .sidebar-menu > li > .treeview-menu li.active a {
  color: #fff;
}
.skin-ecsr .left-side {
  background: #eeeeee;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.skin-ecsr .sidebar a {
  color: #222222;
}
.skin-ecsr .sidebar a:hover {
  text-decoration: none;
}
.skin-ecsr .treeview-menu > li > a {
  color: #444!important;
}
.skin-ecsr .treeview-menu > li.active > a,
.skin-ecsr .treeview-menu > li > a:hover {
  color: #111;
}
.skin-ecsr .treeview-menu > li > a:hover {
  background: #e1e1e1;
}
.skin-ecsr .sidebar-form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #2f2f2f;
  margin: 10px 10px;
}
.skin-ecsr .sidebar-form input[type="text"],
.skin-ecsr .sidebar-form .btn {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  height: 35px;
}
.skin-ecsr .sidebar-form input[type="text"] {
  color: #666;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-ecsr .sidebar-form input[type="text"]:focus,
.skin-ecsr .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-ecsr .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-ecsr .sidebar-form .btn {
  color: #999;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}
/*!
 * iCheck v1.0.1, http://git.io/arlzeA
 * =================================
 * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
 *
 * (c) 2013 Damir Sultanov, http://fronteed.com
 * MIT Licensed
 */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.7) url(iCheck/minimal/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal {
  background-position: 0 0;
}
.icheckbox_minimal.hover {
  background-position: -20px 0;
}
.icheckbox_minimal.checked {
  background-position: -40px 0;
}
.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal {
  background-position: -100px 0;
}
.iradio_minimal.hover {
  background-position: -120px 0;
}
.iradio_minimal.checked {
  background-position: -140px 0;
}
.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url('iCheck/minimal/minimal@2x.png');
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
.pace .pace-progress {
  background: #00c0ef;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 *
 * Note: this file has been altered to work correctly with AdminLTE
 */
.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em!important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 60px !important;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px !important;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px !important;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em!important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 60px !important;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px !important;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px !important;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: white;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: white;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: white;
}
.btn-dropbox {
  color: white;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: white;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: white;
}
.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: white;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: white;
}
.btn-flickr {
  color: white;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: white;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: white;
}
.btn-foursquare {
  color: white;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: white;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #0072b1;
  background-color: white;
}
.btn-github {
  color: white;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: white;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: white;
}
.btn-google-plus {
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: white;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: white;
}
.btn-instagram {
  color: white;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: white;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: white;
}
.btn-linkedin {
  color: white;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: white;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: white;
}
.btn-tumblr {
  color: white;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: white;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: white;
}
.btn-twitter {
  color: white;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: white;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: white;
}
.btn-vk {
  color: white;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: white;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: white;
}
* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal .content {
  background-color: none;
}
.solist {
  padding: 10px;
}
.solist .box-tools {
  width: 100%;
  height: 40px;
}
.solist .input-group {
  margin-right: 5px;
}
.solist .form-control {
  padding: 6px 5px;
}
.mb_dashed {
  border-bottom: 1px dashed #b1aeaa!important;
  margin-bottom: 10px;
}
.Stores_select h4 {
  margin-bottom: 5px;
}
.Stores_select .input-group {
  margin: 5px 5px 0 0;
}
.Stores_select .input-group .form-control {
  padding: 6px 5px;
}
.form_text {
  line-height: 36px;
}
.content_table_list > table {
  border: 1px solid #d8d7d7;
}
.content_table_list > table thead th {
  background-color: #f7f7f7;
  border-bottom: 0;
  text-align: center;
  border-right: 1px dashed #d8d7d7;
}
.content_table_list tr td {
  text-align: left;
  border-right: 1px dashed #d8d7d7;
}
.activity_info_top .input-group {
  width: 100%;
}
.form-group .must {
  display: inline-block;
  padding-top: 7px;
  margin-left: 7px;
  font-weight: bold;
}
.form-group .mustinput input[type="text"] {
  width: 85%;
}
.form-horizontal .row {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
.Baby_info_list {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.modal_red .modal-content {
  background-color: #ff0000!important;
}
.modal_red .modal-footer {
  text-align: center;
  border-top: none;
}
.modal_red .btn-warning {
  background-color: #ffd900;
  color: #000;
}
.modal_red .btn-warning:hover {
  background-color: #ffd900;
}
.modal_red .modal-body {
  text-align: center;
  font-size: 28px;
  color: #ffd900;
}
.external-event {
  margin: 10px 0;
  padding: 3px 5px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
label {
  font-weight: normal;
}
.etocrm {
  position: absolute;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
}
#pageContent {
  border: 0px;
  width: 100%;
}
.woaap_iframe .right-side {
  margin-left: 0px;
}
.min_content {
  width: 1064px;
  min-width: 1064px;
  min-height: 300px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
/*--------------素材库-------------------*/
.Mat_con {
  margin: 0 5px 5px;
  min-height: 300px;
  overflow: hidden;
}
.Mat_con .mat_l {
  float: left;
  width: 50%;
}
.Mat_con .mat_r {
  float: right;
  width: 50%;
}
.twp {
  margin: 5px 10px;
}
.twh3 {
  margin: 5px 10px;
}
.twh3 a {
  color: #333;
  font-size: 18px;
}
.tw_text {
  min-height: 20px;
  /*padding: 10px;*/
  padding: 0px 10px;
}
.b-dib {
  display: inline-block;
}
.sub-add {
  min-height: 80px;
  padding: 10px 10px 10px 5px;
  border-top: 1px solid #e7e7eb;
}
.sub-add-btn {
  display: inline-block;
  border: 2px dotted #d9dadc;
  border-radius: 5px 5px 5px 5px;
  color: #222222;
  line-height: 70px;
  width: 100%;
  font-size: 21px;
  text-align: center;
}
.sub-add-btn .fa {
  color: #ececec;
}
.tw_edit {
  background: none repeat scroll 0 0 #f9f9f9;
  /* border: 1px solid #e7e7eb; */
  border-top: 0px solid #CCCCCC;
  border-radius: 0 0 5px 5px;
  /* box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.1); */
  height: 40px;
  /* position: absolute; */
  /* right: 5px; */
  padding: 0 5px;
  width: 100%;
  bottom: -17px;
  text-align: center;
}
.tw_edit a {
  width: 45%;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
}
.tw_edit .edit {
  border-right: 1px solid #e7e7eb;
}
.msg-editer-wrapper {
  position: relative;
  padding: 10px 30px;
}
.msg-editer {
  background-color: #f4f5f9;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.msg-editer .checkbox label {
  padding-top: 0;
}
.msg-editer .msg-editer-title {
  background-color: #ebeaf2;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
}
.msg-editer .msg-editer-content {
  padding: 10px;
}
.msg-editer .msg-editer-content .msg-select {
  width: 100%;
  padding: 5px 8px;
  color: #666;
  border-color: #bfbfbf;
}
.msg-editer .form-group span {
  line-height: 1.5em;
  display: block;
  padding-top: 7px;
  color: #b4a1bb;
  font-size: 12px;
}
.msg-editer label {
  cursor: default;
  padding-bottom: 4px;
  padding-top: 10px;
}
.cover-bd img {
  width: 100px;
}
.sub-msg-item .msg-t {
  font-size: 14px;
  line-height: 24px;
  margin-left: 0;
  margin-right: 85px;
  margin-top: 0;
  max-height: 48px;
  overflow: hidden;
  padding-left: 4px;
  padding-top: 12px;
}
.msg-t {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 6px 14px 0;
  max-height: 56px;
  overflow: hidden;
}
.msg-editer label {
  cursor: default;
  padding-bottom: 0px;
  padding-top: 10px;
  line-height: 1.5em;
  display: block;
}
.upload-tip {
  color: #666666;
  font-size: 12px;
  margin-top: 2px;
}
.cover-hd {
  padding: 2px 0px 3px;
  position: relative;
}
.cover-hd a {
  cursor: pointer;
}
.msg-input,
.cover-area,
.msg-txta {
  color: #666666;
  padding: 5px 8px;
  width: 100%;
  display: block;
  line-height: 1.5em;
  word-break: break-all;
  word-wrap: break-word;
  resize: none;
}
.cover-area #delImg {
  vertical-align: bottom;
}
.a-in {
  border-color: transparent #f4f5f9 transparent transparent;
  border-width: 11px 13px 11px 0;
  left: -2px;
  top: 44px;
}
.a-out {
  border-color: transparent #ebebeb transparent transparent;
  border-width: 12px 14px 12px 0;
  left: -3px;
  top: 43px;
}
.msg-arrow {
  border-style: dashed solid dashed dashed;
  font-size: 0;
  height: 0;
  width: 0;
}
.abs {
  position: absolute;
}
.cover-hd .upload-btn {
  background-position: 0 -251px;
  color: #666666;
  display: inline-block;
  line-height: 28px;
  margin-right: 12px;
  cursor: pointer;
}
.icon28C {
  background: url("../images/icon28.png") no-repeat scroll 0 0 transparent;
  padding-left: 28px;
}
.sub-add-icon {
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
.dib {
  display: inline-block;
}
.vm {
  vertical-align: middle;
}
.optFor {
  display: inline-block;
  width: 18px!important;
  height: 18px!important;
}
.OFs {
  background-position: 0 -483px !important;
}
.Ofs_con {
  margin: 10px;
  width: 500px;
}
footer {
  padding: 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.appmsg_thumb.default {
  display: block;
  color: #c0c0c0;
  text-align: center;
  line-height: 160px;
  font-weight: 400;
  font-style: normal;
  background-color: #ececec;
  font-size: 16px;
}
.TW_box {
  margin: 10px 10px 10px 10px;
  min-height: 80px;
  border: 1px solid #e7e7eb;
  position: relative;
}
.TW_box:hover .appmsg_set {
  display: block;
}
.TW_box .appmsg_set {
  display: none;
  width: 100%;
  z-index: 9;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}
.TW_box .appmsg_set i {
  margin-right: 20px;
  color: #fff;
  text-align: right;
  cursor: pointer;
}
.TW_box .revealHeight {
  height: auto;
}
.TW_box .reveal_duo {
  overflow: hidden;
  position: relative;
  height:137px;
  width:100%;
}
.TW_box .reveal {
  height: 137px;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 10px 10px;
}
.TW_box .reveal .tw_top {
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height:100%;
  display:none;
  margin: 0px;
  z-index: 102;
}
.TW_box .reveal:hover .tw_top{
  display:block;
}
.TW_box .reveal .tw_z {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  bottom: 0px;
  position: absolute;
  width: 100%;
  margin: 0px;
  z-index: 100;
}
.TW_box .reveal .tw_z .z_title {
  display: inline-block;
  color: #FFF;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 5px;
}
.TW_box .reveal .tw_z .z_title:hover {
  text-decoration: underline;
}
.TW_box .reveal .b-dib {
  display: inline-block;
}
.TW_box .reveal .icon18 {
  background-repeat: no-repeat;
  display: block;
  height: 65px;
  width: 65px;
  font-size: 16px;
  line-height: 0px;
}
.TW_box .reveal .iconDel {
  background-position: 0 -195px;
}
.TW_box .reveal .iconEdit {
  background-position: 0 -139px;
}
.TW_box .Cledit:hover .abs {
  left: 0;
  padding-left: 0;
}
.TW_box .CleditView:hover .abs {
  left: 0;
  padding-left: 0;
}
.TW_box .sub-msg-opr {
  background: none repeat scroll 0 0 rgba(229, 229, 229, 0.85);
  height: 100%;
  left: 100%;
  top: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.TW_box .sub-msg-opr .sub-msg-opr-item {
  margin: 30px 20px 0;
}
.TW_box .default-tip {
  display: block;
  color: #c0c0c0;
  text-align: center;
  line-height: 160px;
  font-weight: 400;
  font-style: normal;
  background-color: #ececec;
  font-size: 16px;
}
.TW_box img {
  width: 100%;
}
.TW_box .tw_li {
  min-height: 80px;
  padding: 10px 83px 10px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e7e7eb;
  word-wrap: break-word;
  word-break: break-all;
}
.TW_box .tw_li .atext {
  float: left;
  margin: 9px 0 0 10px;
  color: #333;
  max-height: 42px;
  overflow: hidden;
}
.TW_box .tw_li p {
  float: left;
  margin: 9px 0 0 10px;
  max-height: 42px;
  overflow: hidden;
}
.TW_box .tw_li .imgcon {
  float: right;
  border: 1px solid #B2B8BD;
  margin-right: -72px;
  width: 60px;
  height: 60px;
}
.TW_box .tw_li .imgcon img {
  width: 60px;
  height: 60px;
}
.TW_box .tw_li .default-tip {
  float: right;
  margin-right: -72px;
  line-height: 60px;
  font-size: 14px;
  width: 60px;
}
/*-------------------------------------*/
.pop_appmsg .tab-content {
  padding: 10px 0;
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pop_appmsg .TW_box_mini {
  border-radius: 5px 5px 5px 5px;
  min-height: 80px;
  border: 1px solid #e7e7eb;
  position: absolute;
}
.pop_appmsg .TW_box_mini:hover .appmsg_mask {
  display: block;
}
.pop_appmsg .TW_box_mini .twh3 a {
  font-size: 14px;
}
.pop_appmsg .TW_box_mini .tw_text p {
  margin: 0;
  font-size: 12px;
}
.pop_appmsg .TW_box_mini .reveal {
  height: 110px;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 10px 10px;
}
.pop_appmsg .TW_box_mini .reveal .tw_z {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  bottom: 0px;
  position: absolute;
  width: 100%;
  margin: 0px;
}
.pop_appmsg .TW_box_mini .reveal .tw_z .z_title {
  display: inline-block;
  color: #FFF;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 5px;
}
.pop_appmsg .TW_box_mini .reveal .tw_z .z_title:hover {
  text-decoration: underline;
}
.pop_appmsg .TW_box_mini .reveal .b-dib {
  display: inline-block;
}
.pop_appmsg .TW_box_mini .reveal .icon18 {
  background-repeat: no-repeat;
  display: block;
  height: 65px;
  width: 65px;
  font-size: 18px;
}
.pop_appmsg .TW_box_mini .reveal .iconDel {
  background-position: 0 -195px;
}
.pop_appmsg .TW_box_mini .reveal .iconEdit {
  background-position: 0 -139px;
}
.pop_appmsg .TW_box_mini .Cledit:hover .abs {
  left: 0;
  padding-left: 0;
}
.pop_appmsg .TW_box_mini .sub-msg-opr {
  background: none repeat scroll 0 0 rgba(229, 229, 229, 0.85);
  height: 100%;
  left: 100%;
  top: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.pop_appmsg .TW_box_mini .sub-msg-opr .sub-msg-opr-item {
  margin: 30px 20px 0;
}
.pop_appmsg .TW_box_mini .default-tip {
  display: block;
  color: #c0c0c0;
  text-align: center;
  line-height: 160px;
  font-weight: 400;
  font-style: normal;
  background-color: #ececec;
  font-size: 16px;
}
.pop_appmsg .TW_box_mini img {
  width: 100%;
}
.pop_appmsg .TW_box_mini .tw_li {
  min-height: 70px;
  height: 70px;
  padding: 10px 63px 10px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e7e7eb;
}
.pop_appmsg .TW_box_mini .tw_li .atext {
  float: left;
  margin: 0px 0 0 10px;
  color: #333;
  height: 50px;
  overflow: hidden;
  line-height: 24px;
}
.pop_appmsg .TW_box_mini .tw_li p {
  float: left;
  margin: 15px 0 0 10px;
}
.pop_appmsg .TW_box_mini .tw_li .imgcon {
  float: right;
  border: 1px solid #B2B8BD;
  margin-right: -52px;
  width: 50px;
  height: 50px;
}
.pop_appmsg .TW_box_mini .tw_li .imgcon img {
  width: 50px;
  height: 50px;
}
.pop_appmsg .TW_box_mini .tw_li .default-tip {
  float: right;
  margin-right: -52px;
  line-height: 50px;
  font-size: 12px;
  width: 50px;
}
.appmsg_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  z-index:9999;
}
.appmsg_mask i {
  display: none;
  position: absolute;
  font-size: 31px;
  color: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.Mat_con {
  width: 100%;
}
.tab_set {
  padding: 10px 10px;
  border-bottom: 1px solid #9f9f9f;
}
.ks-waterfall {
  position: absolute;
  overflow: hidden;
  width: 240px;
  margin-bottom: 10px;
}
#ColumnContainer {
  position: relative;
}
.selected .appmsg_mask {
  display: block!important;
}
.selected .appmsg_mask i {
  display: block!important;
}
.Menu_zdy {
  position: relative;
  min-height: 757px;
  padding-left: 360px;
  margin: 20px;
}
.Menu_zdy .menu_l {
  position: absolute;
  width: 360px;
  height: 757px;
  left: 0;
}
.Menu_zdy .menu_l .wx_phone {
  width: 360px;
  height: 757px;
  background-image: url(../images/iphone6.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: static;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c {
  position: relative;
  margin: 70px auto 0 auto;
  width: 322px;
  height: 580px;
  border: 1px solid #b3b3b3;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 464px;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_hand {
  width: 320px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-image: url(../images/bg_mobile_head.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 50px;
  border-top: 1px solid #e7e7eb;
  background-image: url(../images/bg_mobile_foot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile_foot {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 50px;
  border-top: 1px solid #e7e7eb;
  background-image: url(../images/bg_mobile_foot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list {
  padding-left: 43px;
  list-style: none;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item {
  float: left;
  line-height: 50px;
  height: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: 1px solid #e7e7eb;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #222;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box {
  display: none;
  bottom: 60px;
  background-color: #fafafa;
  border: 1px solid #d0d0d0;
  border-top-width: 0;
  position: absolute;
  left: 1%;
  width: 98%;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .subMenu_list li {
  line-height: 44px;
  border: 1px solid transparent;
  margin: 0 -1px -1px;
  border-top: 1px solid #d0d0d0;
  padding: 0 .5em;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .subMenu_list a {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #616161;
  text-decoration: none;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .subMenu_list .sub_pre_menu_inner {
  display: block;
  border-top: 1px solid #e7e7eb;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  cursor: pointer;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .arrow {
  position: absolute;
  left: 50%;
  margin-left: -6px;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .arrow_out {
  bottom: -6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #d0d0d0;
  border-top-style: solid;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list .menu_item .menu_box .arrow_in {
  bottom: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #fafafa;
  border-top-style: solid;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list.ml1 .menu_item {
  width: 100%;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list.ml2 .menu_item {
  width: 50%;
}
.Menu_zdy .menu_l .wx_phone .wx_phone_c .mobile_foot .menu_list.ml3 .menu_item {
  width: 33.33%;
}
.Menu_zdy .Menu_r {
  width: 100%;
  min-height: 757px;
}
.Menu_zdy .Menu_r .menu_save {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.Menu_zdy .Menu_r .menu_save .menu_save_t {
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
}
.Menu_zdy .Menu_r .menu_save button {
  margin: 10px auto;
  display: block;
}
.Menu_zdy .Menu_r .Mr_setMenu {
  float: left;
  margin-left: 20px;
  width: 155px;
  color: #7e7c77;
}
.Menu_zdy .Menu_r .Mr_setMenu > .btn {
  width: 100%;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list {
  margin-bottom: 30px;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .active {
  border-color: #30bcec!important;
  background-color: #30bcec!important;
  color: #fff;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .mltext {
  background-color: #fff;
  padding: 8px 10px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #9e9e9e;
  margin-bottom: 10px;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .mltext > .fa {
  float: right;
  position: relative;
  top: 2px;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .sub_Ml {
  display: none;
  padding-left: 0px;
  list-style: none;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .sub_Ml li {
  padding: 8px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px dashed #d9d6d7;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .sub_Ml li .sub_mltext {
  padding-left: 15px;
}
.Menu_zdy .Menu_r .Mr_setMenu .setMenu_list .sub_Ml li:hover {
  border-color: #555;
}
.Menu_zdy .Menu_r .Mr_setContent {
  float: right;
  width: 460px;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c {
  margin-bottom: 20px;
  background-color: #f4f5f9;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_ct {
  padding: 8px 10px;
  background-color: #ebeaf2;
  border-bottom: 1px solid #d6d6d6;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_ct .glyphicon {
  top: 5px;
  float: right;
  color: #999;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_ct .glyphicon:hover {
  color: #333;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc {
  padding: 20px 20px 5px;
  background-color: #f6f9fb;
  min-height: 100px;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc l-sm-2,
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc .text-muted {
  margin: 5px 0;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc .checkbox input {
  position: relative;
  top: 0px;
  margin-right: 4px;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc .pushMsgUrl {
  padding: 10px 20px;
  display: inline-block;
}
.Menu_zdy .Menu_r .Mr_setContent .Mr_setContent_c .Mr_setContent_cc .pushMsgUrl label {
  font-size: 12px;
}
.Menu_zdy_rule {
  padding-left: 0px;
  margin: 0 auto;
  width: 70%;
}
.Menu_zdy_rule .delRule {
  font-size: 14px;
  cursor: pointer;
}
.Menu_zdy_rule .col-sm-10 .finger {
  position: relative;
  top: 9px;
}
.Menu_zdy_rule .form-group:before,
.Menu_zdy_rule .form-group:after {
  display: table;
  content: " ";
  clear: both;
}
.menuMsgCon .typeSelect {
  display: inline-block;
  margin-left: 5px;
  width: auto;
  height: 30px;
  padding: 0px 5px;
}
.menuMsgCon .pushMsgList {
  margin: 10px 0;
  background-color: #fff;
}
.menuMsgCon .pushMsgList .MsgList {
  padding-left: 0;
  list-style-type: none;
  border: 1px solid #d1d1d1;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px #ddd dotted;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li .msgTitle {
  color: #777;
  padding: 0 5px;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li_set {
  display: none;
  background-color: #efefef;
  margin: 10px 0px 0px 0px;
  padding: 10px 30px;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li_set label {
  font-size: 12px;
  margin-bottom: 2px;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li_set label input {
  font-size: 12px;
}
.menuMsgCon .pushMsgList .MsgList .MsgList_li_set label select {
  font-size: 12px;
}
.menuMsgCon .pushMsgList .MsgList .fa-cog,
.menuMsgCon .pushMsgList .MsgList .glyphicon-trash{
  position: relative;
  top: 3px;
  float: right;
  color: #999;
  margin-left: 3px;
}

.menuMsgCon .pushMsgList .MsgList .fa-caret-down{
  position: relative;
  top: 1px;
  float: right;
  color: #999;
  margin-left: 3px;
  font-size: 20px;
}

.menuMsgCon .pushMsgList .MsgList .fa-caret-down.active{
  transform:rotate(180deg);
}
.menuMsgCon .pushMsgList .MsgList .fa-cog:hover,
.menuMsgCon .pushMsgList .MsgList .glyphicon-trash:hover {
  cursor: pointer;
  color: #333;
}
.f_box .box-header .nav-tabs-custom {
  margin-bottom: 10px;
}
.code_info > span {
  margin-bottom: 10px;
}
.news_list {
  border: 0px;
}
.news_list .box-header .box-title {
  color: #555;
  width: 100%;
  font-size: 14px!important;
  padding-left: 0px!important;
  border-bottom: 1px solid #ddd;
}
.news_list h3 {
  color: #555;
  font-size: 14px!important;
  margin: 0;
}
.news_list .box-footer {
  border-top: 0px;
}
#add_sucai {
  padding: 20px;
}
#add_tc {
  padding: 15px 80px;
}
.glyphicon {
  margin: 0px 2px;
}
.news_key_list {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.news_key_list.current .keywords_rule_overview {
  display: none;
}
.news_key_list.current .keyList {
  display: block;
}
.news_key_list.current .reply_detail {
  display: block;
}
.news_key_list.current .keywords_rule_ft {
  display: block;
}
.news_key_list label {
  font-size: 14px;
}
.news_key_list .badge {
  border-radius: 10px;
}
.news_key_list .box-header {
  padding: 0px;
  background-color: #F4F5F9;
}
.news_key_list .box-header .box-title {
  color: #555;
  width: 100%;
  font-size: 14px!important;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.news_key_list .box-header .box-title .fa {
  font-size: 20px;
  color: #999;
}
.news_key_list .box-header .box-title .span-mr {
  margin-right: 20px;
}
.news_key_list .box-header .box-footer {
  border-top: 0px!important;
}
.tw_table .table {
  border: 1px solid #d1d1d1;
}
.tw_table .table thead tr th {
  border: 0px solid #d1d1d1;
}
.tw_table .table tbody td {
  padding: 10px 10px 10px 10px;
  border-top: 1px #ddd dotted;
  font-size: 14px;
}
.tw_table .table tbody td span.att_number {
  padding: 0 8px;
  border: 1px solid #d1d1d1;
  display: inline-block;
}
.tw_table .table tbody td .glyphicon-pencil,
.tw_table .table tbody td .glyphicon-trash,
.tw_table .table tbody td .glyphicon-floppy-disk {
  color: #999;
}
.tw_table .table tbody td .glyphicon-pencil:hover,
.tw_table .table tbody td .glyphicon-trash:hover,
.tw_table .table tbody td .glyphicon-floppy-disk:hover {
  cursor: pointer;
  color: #333;
}
.tw_table .key_words_info {
  padding: 8px;
  clear: both;
}
.tw_table .key_words_info .key_info_detail {
  padding-left: 90px;
}
.tw_table .key_words_info .key_info_detail ul {
  list-style: none;
  margin: 0;
}
.tw_table .key_words_info .key_info_detail ul li {
  display: inline-block;
}
.tw_table .key_words_info .key_info_detail .reply_info em {
  font-weight: 400;
  font-style: normal;
}
.tw_table .key_label {
  float: left;
}
.tw_table .key_td {
  background: #F4F5F9;
  margin: 0 5px;
  padding: 6px 10px;
  text-align: center;
}
#add_key_word {
  padding: 20px;
  width: 600px;
}
#add_key_word .textarea_fot {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-top: 0;
  text-align: right;
  color: #737373;
}
#autoreply_tab .tab-pane {
  display: block!important;
}
#qa_key_word {
  padding: 20px;
}
#qa_key_word .textarea_fot {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-top: 0;
  text-align: right;
  color: #737373;
}
.add_newrule {
  margin-bottom: 10px;
}
.reply_btn {
  margin-top: 10px;
}
.keyList {
  display: none;
}
.keywords_rule_ft {
  display: none;
  margin: 15px -10px -10px;
  background: #F4F5F9;
  padding: 10px 0;
}
.reply_detail {
  display: none;
}
.common_save {
  margin-right: 10px;
}
#wx_phone_diff {
  width: 360px;
  height: 757px;
  background-image: url(../img/iphone6.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#wx_phone_diff .wx_phone_c {
  position: relative;
  margin: 70px auto 0 auto;
  width: 322px;
  height: 580px;
  border: none;
}
#wx_phone_diff .wx_phone_c p {
  margin-bottom: 3px;
  width: 100%;
}
#wx_phone_diff .mobile_hand {
  width: 320px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-image: url(../img/bg_mobile_head.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#wx_phone_diff .mobile_body {
  width: 310px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: 470px;
}
.mobile_body_top {
  background: #ffffff;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
  padding-bottom: 10px;
  height: 220px;
}
.mobile_body_top p {
  position: absolute;
}
.mobile_body_bottom {
  background: #ffffff;
  padding: 0 10px;
  text-align: left;
}
.entry_block {
  margin-top: 10px;
}
.entry_block .small_tips {
  margin-right: 25px;
}
.merchant {
  color: #787878;
  padding-top: 40px;
}
.cardtitle {
  font-size: 22px;
  position: absolute;
  width: 100%;
  top: 65px;
}
.use_p {
  position: absolute;
  top: 100px;
}
.nowuse {
  color: #ffffff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin: 5px 0px;
}
.selectimg {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 127px;
  position: absolute;
}
.nowuse:hover {
  color: #ffffff;
}
.condition {
  top: 160px;
  font-size: 12px;
}
.usedate {
  top: 185px;
  font-size: 12px;
}
.mobile_body_bottom p {
  border-bottom: 1px solid #cccccc;
  line-height: 45px;
}
.mobile_body_bottom p:last-child {
  border-bottom: none;
}
.mobile_body_bottom p.bjarrow {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 12px 25px;
  background-size: 12px 25px;
  background-position: 270px 10px;
}
.mobile_body_bottom p.store_detail {
  line-height: 25px;
  text-align: left;
  padding-left: 5px;
  background-image: url(../img/phone.png);
  background-size: 20px 35px;
  background-position: 260px 10px;
}
.adress {
  color: #cccccc;
}
.dn {
  display: none;
}
.member_card_phone {
  left: -20px;
  top: 10px;
}
.member_card_phone .mobile_body_top {
  border-bottom: none;
  height: auto;
}
.member_card_phone .mobile_body_top .card {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  position: relative;
  text-align: left;
  color: #e8eaf2;
}
.member_card_phone .mobile_body_top .card .selectimg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 15px;
}
.member_card_phone .mobile_body_top .card .code {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.member_card_phone .mobile_body_top .card .card_bottom_bj {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-image: url(../img/card_bj.png);
  background-size: cover;
}
.member_card_phone .mobile_body_top .card .company {
  position: absolute;
  top: 15px;
  left: 70px;
}
.member_card_phone .mobile_body_top .card .name {
  position: absolute;
  top: 39px;
  left: 70px;
}
.member_card_phone .mobile_body_top .card .cardNO {
  position: absolute;
  bottom: 5px;
  font-size: 16px;
  left: 15px;
  z-index: 10;
}
.member_card_phone .mobile_body_top .card .card_detail {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  background-image: url(../img/card_detail.png);
  background-size: cover;
}
.member_card_phone .mobile_body_top .isshow {
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
}
.member_card_phone .mobile_body_top .isshow .show-item {
  width: 33.33%;
  float: left;
  color: #cccccc;
  border-left: 1px solid #cccccc;
}
.member_card_phone .mobile_body_top .isshow .show-item:first-child {
  border-left: 0;
}
.member_card_phone .mobile_body_top .isshow .show-item span {
  color: #5885cf;
  font-size: 16px;
}
.member_card_phone .mobile_body_bottom p {
  border-bottom: 1px solid #cdcdcd;
}
.member_card_phone .mobile_body_bottom p:last-child {
  border-bottom: none;
}
.friend_phone {
  left: -20px;
  top: 10px;
}
.friend_phone .mobile_body_top {
  position: relative;
}
.friend_phone .code {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.friend_phone .mobile_body_bottom {
  padding: 0px 20px;
}
.mobile_body .share {
  position: relative;
  text-align: left;
  background: #fcfcfc;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border-bottom: 1px dashed #cccccc;
}
.mobile_body .share .small_radius {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
}
.mobile_body .share .left {
  left: -5px;
}
.mobile_body .share .right {
  right: -5px;
}
.mobile_body .share img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 10px;
  left: 5px;
  position: absolute;
}
.friend_phone .mobile_body_bottom p {
  background: none;
}
.mobile_body_bottom .small_tips {
  float: right;
  color: #787878;
  font-size: 12px;
}
.friend_phone .text_alf {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
}
.friend_phone .img_show {
  background: #ffffff;
  height: 100px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  text-align: center;
}
.friend_phone .img_show .imgview {
  width: 100%;
  height: 97px;
}
.friend_phone .img_show .tips {
  width: 92%;
  height: 37px;
  line-height: 37px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #808080;
  color: #ffffff;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 20px;
  background-size: 10px 20px;
  background-position: 270px 10px;
  text-align: left;
  padding-left: 10px;
  opacity: 0.9;
}
.imgview_text {
  display: inline-block;
  width: 220px;
  height: 37px;
  overflow: hidden;
}
.tab-con .store_phone {
  left: 20px;
  top: 80px;
  z-index: 1000;
}
.tab-con .store_phone .view {
  text-align: center;
  margin-bottom: 10px;
}
.tab-con .store_phone .store_img {
  max-width: 100%;
  max-height: 130px;
}
.tab-con .store_phone .area {
  width: 100%;
  height: 245px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.tab-con .store_phone .area img {
  width: 100%;
  height: 130px;
  bottom: 0px;
}
.tab-con .store_phone .area .select_p {
  margin-bottom: 20px;
}
.tab-con .store_phone .area select {
  width: 270px;
  margin-left: 10px;
  height: 30px;
}
.tab-con .store_phone .store_inter .inter {
  padding-top: 5px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  position: relative;
  min-height: 40px;
}
.tab-con .store_phone .store_inter .inter_last {
  line-height: 25px;
}
.tab-con .store_phone .store_inter .inter .store_title {
  color: #99872e;
}
.tab-con .store_phone .store_inter .inter .inter_link {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  background: #010863;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -18px;
}
.btn {
  border-radius: 0;
}
.btn.btn-default {
  background-color: #fff;
}
.btn-padding {
  padding: 2px 10px;
}
.btn-big {
  padding: 5px 25px;
}
.bordernone {
  border-top: none;
}
.box input[type="radio"],
.box input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 10px;
}
.box .box-header .info_list {
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 12px 0;
  line-height: 24px;
}
.box .box-header .info_list .four_list {
  border-right: 1px solid #d7d7d7;
}
.box .box-header .info_list .four_list p {
  margin: 0;
}
.box .box-header .info_list .brleft {
  border-right: 0;
}
.box .title {
  background: #f9f9f9;
  padding: 10px;
}
.box .title.mg_10 {
  margin-bottom: 10px;
}
.box .title .form-control {
  width: 150px;
}
.box .title .form-group {
  padding: 10px;
}
.box .title .btn {
  margin-top: 10px;
}
.box .box-body .add_page_btn {
  padding-bottom: 10px;
}
.box .box-body .linkBtn {
  padding: 10px 0px;
}
.box .box-body .box-body-top {
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  font-size: 12px;
  background-color: #F4F5F9;
}
.box .box-body .box-body-top .box-top-left .checkbox {
  display: inline-block;
  margin: 0;
}
.box .box-body .box-body-top .box-top-left .checkbox input[type="checkbox"] {
  margin-left: 0px;
}
.box .box-body .box-body-top .box-top-right {
  font-size: 12px;
}
.box .box-body .box-body-top .box-top-right p.l_b {
  display: inline-block;
  margin: 0;
}
.box .box-body .box-body-top a {
  padding: 0px 10px 0px 15px;
  display: inline-block;
}
.box .box-body .use-amount {
  margin-bottom: 20px;
}
.box .box-footer {
  border-top: 0;
}
.box .footer_bg {
  background-color: #f5f5f5;
  text-align: center;
}
.box .intro_title {
  /*padding-left:80px;*/
  background: #f4f5f9;
  padding: 10px;
}
.box .intro_title h4 {
  margin: 0;
}
.user-detail-page {
  border: 1px solid #ccc;
}
.user-detail-page label {
  width: 160px;
}
.m_g {
  padding: 10px 10px 10px 8px;
  border-bottom: 0;
}
.m_g a.btn-primary{
  color:#fff!important;
}
.m_g a[target=_blank]{
  color:#2196f3;
}
.m_g .form-group {
  margin: 0px 15px 0px 0px;
}
.m_g input.form-control {
  width: 140px;
}
.m_g select.form-control {
  width: 95px;
  padding: 5px;
}
.m_g .download_link{
  line-height: 2.428571429;
}
.plan_editor .checkbox-inline {
  padding-left: 0px;
}
.confirm_deletion .modal-footer {
  margin-top: 0px;
  border-top: 0;
  padding: 0px 20px 20px;
  text-align: center;
}
.confirm_deletion .warnicon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.confirm_deletion .warnicon .fa {
  color: #f2ae43;
  font-size: 35px;
}
.confirm_deletion .warntext {
  padding-left: 45px;
  line-height: 24px;
}
.table tr th {
  font-weight: 100;
}
.table tbody tr td {
  vertical-align: middle;
  font-size: 12px;
}
.table tbody tr td.align-left {
  text-align: left;
}
.table tbody tr td span.person-name {
  display: block;
  text-indent: 2em;
}
.table tbody tr td a.sicon_link {
  font-size: 16px;
  color: #777;
  padding-left: 10px;
}
.table tbody tr td a.sicon_link:hover {
  color: #00c0ef;
}
.table tbody tr td a.q_mark {
  font-size: 14px;
  color: #AEAEAE;
  margin-left: 6px;
}
/*alan*/
.modal .modal-width-s {
  width: 40%;
}
.modal .modal-width-b {
  width: 75%;
}
.modal .modal-header {
  background: #F4F5F9;
  color: black;
  border-bottom: 0;
  padding: 10px 15px;
}
.modal .modal-header .close {
  color: black;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal .modal-header .modal-title {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.modal .modal-header .modal-title b {
  font-weight: inherit !important;
}
.modal .modal-body {
  border-bottom: 0px !important;
}
.modal .modal-footer {
  border-top: 0;
  text-align: center;
  padding: 14px 20px 13px;
  margin-top: 0px;
  background-color: #F4F5F9 !important;
}
.modal .modal-footer .btn {
  height: 25px;
  line-height: 8px;
  margin-right: 10px;
  margin-left: 10px;
}
.table-hover > tbody > tr:hover > td {
  background-color: #fafafa;
}
#add_free_card .radio {
  padding-left: 20px;
  margin-bottom: 15px;
}
#add_free_card .radio.pd-left {
  padding-left: 40px;
}
#copy_success .warnicon .fa {
  color: #58b957;
}
#sync_notice .warnicon .fa {
  color: #56c0e0;
}
.tips_con,
.fail_reason {
  position: relative;
  display: inline-block;
}
.tips_con .tip_bg,
.fail_reason .tip_bg {
  background: #fff;
  position: absolute;
  display: none;
  min-width: 235px;
  border: 1px solid #dfdfdf;
  margin-top: -1px;
  z-index: 10;
  top: 30px;
  padding: 0px 15px 15px;
  left: -80px;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
}
.tips_con .tip_bg .top-arrow,
.fail_reason .tip_bg .top-arrow {
  left: 35%;
  top: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #EAEAEA;
}
.tips_con .tip_bg .tip-title,
.fail_reason .tip_bg .tip-title {
  font-size: 14px;
  padding: 8px;
}
.tips_con .tip_bg .tip-title .fa,
.fail_reason .tip_bg .tip-title .fa {
  color: #f2ae43;
  font-size: 16px;
  margin-right: 7px;
}
.tips_con .tip_bg .checkbox-inline,
.fail_reason .tip_bg .checkbox-inline {
  padding-left: 0px;
}
.tabbable .nav-tabs {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.tabbable .nav-tabs li.active a {
  border: 0;
  background: #f3f3f3;
  cursor: pointer;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: pointer;
}
/*扫码*/
.bb_only {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #d8d7d7;
  margin-bottom: 10px;
}
.code_tabs .m_g {
  background-color: #f9f9f9;
}
.info_list .tab_list_ul {
  margin: 0;
  padding: 0;
}
#card_data_tabs .info_list ul li {
  display: inline-block;
  width: 12%;
}
#vip_card_tabs .info_list ul li {
  display: inline-block;
  width:20%;
}
#vip_card_tabs .info_list ul li:last-child {
  border-right: 0;
}
#vipcard_success .modal-dialog {
  width: 40%;
}
#vipcard_success .modal-dialog .modal-body .left_icon {
  position: absolute;
  top: 20px;
  left: 80px;
}
#vipcard_success .modal-dialog .modal-body .left_icon .fa {
  color: #58b957;
  font-size: 40px;
}
#vipcard_success .modal-dialog .modal-body .right_text {
  padding-left: 115px;
  line-height: 24px;
  padding-top: 6px;
}
#vipcard_success .modal-dialog .modal-body .right_text b {
  font-size: 16px;
}
#vipcard_success .modal-dialog .modal-footer {
  padding: 0px 20px 20px;
  margin-top: 0px;
  border-top: 0;
}
.user-log {
  border: 1px solid #ccc;
  min-height: 1103px;
}
.user-log .user-log-tab #userlog-tit-ul {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.user-log .user-log-tab #userlog-tit-ul li {
  float: left;
  border-right: 1px solid #ccc;
  width: 20%;
  text-align: center;
  padding: 10px;
}
.user-log .user-log-tab #userlog-tit-ul li:last-of-type {
  border-right: 0;
}
.user-log .user-log-tab #userlog-tit-ul li.active {
  background: #f9f9f9;
  color: #2196f3;
}
.user-log .user-log-tab .user-log-tab-db .table tbody td {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px #ddd dotted;
  font-size: 14px;
  border-top: 0;
}
div.pull-left button.btn_new {
  font-weight: 100;
  font-size: 14px;
  width: 155px;
  height: 44px;
}
div.pull-left button.btn_syn {
  font-weight: 100;
  font-size: 14px;
  width: 121px;
  height: 44px;
  margin-left: 17px;
  box-shadow: none;
}
div.pull-left span {
  vertical-align: bottom;
  margin-left: 10px;
  color: #A29E98;
}
.search {
  position: relative;
}
.search input {
  width: 360px;
  display: inline-block;
  padding: 6px 30px 6px 20px;
  vertical-align: middle;
}
.search .scan {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  margin: 0;
  border: 1px solid #CCC;
}
.mt_form {
  border: 1px solid #ccc;
  padding: 10px;
}
.input-fot {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-top: 0;
  color: #a7aec8;
  font-size: 12px;
}
.input-fot .fa {
  font-size: 20px;
  color: #b3b3b3;
  margin: 0px 10px;
  vertical-align: bottom;
}
.txtCon {
  height: 100%;
  min-height: 350px;
  padding-right: 210px;
  margin: 10px 0px;
  position: relative;
  border: 1px solid #ccc;
}
.txtCon .checkbox {
  display: inline-block;
  margin: 0px 6px;
}
.txtCon .checkbox .ds {
  font-size: 14px;
  color: #000;
}
.txtCon .txt_con_left {
  width: 100%;
  color: #7e7c77;
  border-right: 1px solid #ccc;
  height: 100%;
  min-height: 350px;
  position: relative;
}
.txtCon .txt_con_left .popover {
  position: absolute;
  width: 320px;
  display: none;
  z-index: 999;
  top: 43px;
  left: 110px;
  border: none;
  box-shadow: none;
}
.txtCon .txt_con_left .popover .popover_inner {
  width: 320px;
  border: 1px solid #d9dadc;
  box-shadow: none;
  padding: 28px;
  background-color: #fff;
  color: black;
  font-size: 16px;
}
.txtCon .txt_con_left .popover .popover_inner .popover_content .tc {
  text-align: center;
}
.txtCon .txt_con_left .popover .popover_inner .popover_bar {
  text-align: justify;
  font-size: 0;
  margin: 30px auto 0px;
}
.txtCon .txt_con_left .popover .popover_inner .popover_bar a {
  vertical-align: middle;
  text-align: center;
  margin-left: 25px;
  width: 90px;
}
.txtCon .txt_con_left .popover .popover_inner .popover_bar a.btn-primary {
  border-color: #367FA9;
  background-color: #367FA9;
}
.txtCon .txt_con_left .popover2,.txtCon .txt_con_left .popover_mediaid {
  position: absolute;
  width: 320px;
  z-index: 999;
  display: none;
  margin: auto;
  top: 43px;
  left: 50px;
  border: none;
  box-shadow: none;
}
.txtCon .txt_con_left .popover2 .popover_inner,.txtCon .txt_con_left .popover_mediaid .popover_inner {
  width: 320px;
  border: 1px solid #d9dadc;
  box-shadow: none;
  padding: 28px 10px;
  background-color: #fff;
  color: black;
  font-size: 16px;
}
.txtCon .txt_con_left .popover2 .popover_inner .popover_content .tc,.txtCon .txt_con_left .popover_mediaid .popover_inner .popover_content .tc {
  text-align: center;
}
.txtCon .txt_con_left .popover2 .popover_inner .group_select {
  padding: 0px 12px;
}
.txtCon .txt_con_left .popover2 .popover_inner .group_select label {
  width: 49%;
  padding-left: 14px;
}
.txtCon .txt_con_left .popover2 .popover_inner .group_select label span {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.txtCon .txt_con_left .popover2 .popover_inner .popover_bar,.txtCon .txt_con_left .popover_mediaid .popover_inner .popover_bar {
  text-align: justify;
  font-size: 0;
  margin: 30px auto 0px;
}
.txtCon .txt_con_left .popover2 .popover_inner .popover_bar a,.txtCon .txt_con_left .popover_mediaid .popover_inner .popover_bar a  {
  vertical-align: middle;
  text-align: center;
  margin-left: 25px;
  width: 120px;
}
.txtCon .txt_con_left .popover2 .popover_inner .popover_bar a.btn-primary,.txtCon .txt_con_left .popover_mediaid .popover_inner .popover_bar a.btn-primary  {
  border-color: #367FA9;
  background-color: #367FA9;
}
.txtCon .txt_con_right {
  position: absolute;
  right: 0px;
  width: 210px;
  height: 100%;
  min-height: 350px;
  top: 0;
  overflow-y: hidden;
}
.txtCon .txt_con_right .txt_con_top {
  background: #f8f8f8;
  padding-top: 12px;
}
.txtCon .txt_con_right .txt_con_top b {
  font-weight: normal;
}
.txtCon .txt_con_right .txt_con_top:hover {
  cursor: pointer;
  background-color: #D3D3CE;
}
.txtCon .txt_con_right .txt_con_bottom {
  font-size: 14px;
  height: 100%;
  max-height: 87%;
  overflow: auto;
}
.txtCon .txt_con_right .txt_con_bottom b {
  font-weight: normal;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li {
  padding: 5px 0 5px 16px;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li span {
  width: 60px;
  vertical-align: middle;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li a {
  display: inline-block;
  color: #000;
  float: right;
  padding: 3px 15px 3px 0;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li a.delete {
  padding: 3px 20px;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li.active {
  background-color: #D3D3CE;
}
.txtCon .txt_con_right .txt_con_bottom #J_listContainer li:hover {
  cursor: pointer;
  background-color: #D3D3CE;
}
.txtCon .txt_con_right .txt_con_bottom .edit-container {
  display: none;
}
.txtCon .txt_con_right .txt_con_bottom .edit-container input {
  width: 120px;
  padding: 4px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 20px;
}
.txtCon .txt_con_right .txt_con_bottom ul {
  list-style-type: none;
  padding-left: 0px;
}
.txtCon .txt_con_right .txt_con_bottom ul li {
  padding: 3px 0;
}
.txtCon .txt_con_right .txt_con_bottom ul li a {
  color: #3C8DBC;
  padding-left: 5px;
}
.txtCon .txt_con_right .txt_con_bottom i {
  padding-right: 10px;
}
.txtCon .txt_con_right .txt_con_bottom a {
  color: #000;
  padding-left: 10px;
}
.txtCon .txt_con_top {
  padding: 11px 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.txtCon .txt_con_top > a {
  padding: 0px 20px 0px 15px;
  display: inline-block;
}
#save_mt {
  text-align: center;
}
#save_mt .modal-dialog {
  width: 35%;
}
#save_mt .success_icon {
  position: absolute;
  top: 20px;
  left: 100px;
}
#save_mt .success_icon .fa {
  color: #58b957;
  font-size: 30px;
}
.check_show {
  display: block!important;
}
.popover1 {
  position: absolute;
  width: 320px;
  display: none;
  margin: auto;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  box-shadow: none;
}
.popover1 .popover_inner {
  width: 320px;
  border: 1px solid #d9dadc;
  box-shadow: none;
  padding: 28px;
  background-color: #fff;
  color: black;
  font-size: 16px;
}
.popover1 .popover_inner .popover_content .tc {
  text-align: center;
}
.popover1 .popover_inner .popover_bar {
  text-align: justify;
  font-size: 0;
  margin: 30px auto 0px;
}
.popover1 .popover_inner .popover_bar a {
  vertical-align: middle;
  text-align: center;
  margin-left: 25px;
  width: 90px;
}
.popover1 .popover_inner .popover_bar a.btn-primary {
  border-color: #367FA9;
  background-color: #367FA9;
}
.group_pop {
  width: 300px;
  height: 150px;
  display: none;
  margin: 0 auto;
  border: 1px solid #d9dadc;
  background-color: #fff;
  z-index: 999;
}
.group_pop div.group_pop_title {
  text-align: center;
  height: 65%;
  vertical-align: middle;
}
.group_pop div.group_pop_title p {
  display: inline-block;
  margin: 5% 0;
  font-size: 20px;
}
.group_pop div.group_pop_btn {
  float: none;
  text-align: center;
  width: 100%;
}
.group_pop div.group_pop_btn a {
  float: inherit;
  text-align: center;
  padding: 5px 5px 0;
}
.group_pop div.group_pop_btn a p {
  margin: 0 0 5px;
}
.group_pop div.group_pop_btn #group_pop_confirm {
  color: #fff;
  margin-right: 10px;
  width: 80px;
}
.group_pop div.group_pop_btn #group_pop_cancel {
  color: #000;
  width: 80px;
}
#myModal .modal-width-s {
  width: 30%;
}
#myModal .modal-width-s .modal-content {
  border-radius: 0;
  padding: 10px 50px;
}
#myModal .modal-width-s .modal-content .modal-body-old {
  position: relative;
  padding: 20px;
}
#myModal .modal-width-s .modal-content .modal-body-old .warnicon {
  position: absolute;
  top: 20px;
  left: 20px;
}
#myModal .modal-width-s .modal-content .modal-body-old .warnicon .fa {
  color: #00C3E0;
  font-size: 50px;
}
#myModal .modal-width-s .modal-content .modal-body-old .warntext {
  padding-left: 65px;
  line-height: 24px;
}
.waterfall {
  padding-left: 0;
  margin: 10px 10px;
}
.waterfall > div {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 295px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.waterfall > div img {
  width: 100%;
}
.waterfall > div .editordiv {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom:0;
  right:0;
  z-index:105;
  background: rgba(0,0,0,.7);
  padding: 10px 20px;
  width: 100%;
  color: #fff;
   display: none;
  transition-property: top,display;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
  height: 100%;
}
.waterfall > div .show {
  display:flex!important;
  height: 100% !important;
  justify-content:center !important;
  flex-direction:column !important;
  align-items: center !important;
}
.waterfall > div .editordiv .singlEditor{
  margin-bottom: 5px!important;
  cursor: pointer;
}
/*.waterfall > div .editordiv .checkbox{*/
  /*margin-left:80px!important;*/
/*}*/
.waterfall > div .editordiv .checkbox input{
  height:20px;
  margin-top:0px;
}
.waterfall > div .editordiv .singlEditor label{
  margin-left:14px!important;
}
.waterfall > div .editordiv .singlEditor .J-each-img-move{
  margin-right:16px;
}
.waterfall > div .editordiv .singlEditor a{
  font-size:23px;
  margin:0 10px 0 0;
}

.waterfall > div .Pall{
  padding: 10px 4px 20px;
}
.waterfall > div .Pall .Pinfo{
  display:inline-block;
}
.waterfall > div .Pall .Paudio{
  width:80px;
  height:80px;
  display:inline-block;
  vertical-align: text-bottom;
  margin-right:10px;
}
.waterfall > div .Pall .Paudio audio{
  width:100%;
  height:100%;
  position: relative;
  top: -80px;
  z-index:10;
}
.waterfall > div .Pall .Paudio .Pbtn{
  position: absolute;
  top: 32px;
  left: 33px;
  background:url("https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_0e814c16.png") no-repeat 0 -408px;
  display:inline-block;
  overflow: hidden;
  width: 36px;
  height: 36px;
}
.waterfall > div .Pall .Paudio:hover .Pbtn{
  display:block;
}
.waterfall > div .editordiv a {
  color: #fff;
  /* margin-left: 12px; */
}
.waterfall > div .editordiv .checkbox {
  margin: 0px;
}
.waterfall > div:hover .editordiv {
  display: flex !important;
  justify-content:center !important;
  flex-direction:column !important;
  align-items: center !important;
  height: 100%;
}
.waterfall > div .popover3 {
  position: absolute;
  width: 320px;
  z-index: 999;
  display: none;
  margin: auto;
  bottom: -150px;
  left: 0px;
  border: none;
  box-shadow: none;
}
.waterfall > div .popover3 .popover_inner {
  width: 320px;
  border: 1px solid #d9dadc;
  box-shadow: none;
  padding: 28px 10px;
  background-color: #fff;
  color: black;
  font-size: 16px;
}
.waterfall > div .popover3 .popover_inner .popover_content .tc {
  text-align: center;
}
.waterfall > div .popover3 .popover_inner .group_select {
  padding: 0px 12px;
}
.waterfall > div .popover3 .popover_inner .group_select label {
  width: 49%;
  padding-left: 14px;
}
.waterfall > div .popover3 .popover_inner .group_select label span {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.waterfall > div .popover3 .popover_inner .popover_bar {
  text-align: justify;
  font-size: 0;
  margin: 30px auto 0px;
}
.waterfall > div .popover3 .popover_inner .popover_bar a {
  vertical-align: middle;
  text-align: center;
  margin-left: 25px;
  width: 120px;
}
.waterfall > div .popover3 .popover_inner .popover_bar a.btn-primary {
  border-color: #367FA9;
  background-color: #367FA9;
}
.waterfall_photo {
  padding-left: 0;
  margin: 10px 10px;
}
.waterfall_photo > div {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 240px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.waterfall_photo > div:hover .editordiv{
  height:100%;
  display: flex;
  top: 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.waterfall_photo > div img {
  width: 100%;
}
.waterfall_photo > div .editordiv {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  display: none;
  transition-property: top,display;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
  height: 100%;
}
.waterfall_photo > div .editordiv a {
  color: #fff;
  margin-left: 12px;
}
.waterfall_photo > div .editordiv .checkbox {
  margin: 0px;
}
.waterfall_photo > div:hover .editordiv {
  display: block;
}
.border_pop {
  position: relative;
  top: -81px;
}
.border_pop:after,
.border_pop:before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px;
}
.border_pop:before {
  border-color: transparent transparent #d9dadc transparent;
  left: 65px;
  top: 42px;
}
.border_pop:after {
  border-color: transparent transparent #fff transparent;
  left: 65px;
  top: 45px;
}
.icon-p {
  width: 21px;
  position: absolute;
  top: 0;
  right: 15px;
}
.icon-p img {
  width: 100%;
  height: 100%;
}
.info_box .box-header {
  background: #f8f8f8;
  padding: 0px;
}
.info_box .box-header .nav-tabs-custom {
  margin-bottom: 0px;
}
.info_box .box-header .box-title {
  color: #555;
  width: 100%;
  font-size: 14px!important;
}
.info_box .box-body .table tbody tr td span {
  display: block;
}
.info_box .box-body .table tbody tr .fast-reply-con {
  width: 90%;
  margin: 0 auto;
  padding: 10px 20px;
}
.talk-start > p {
  margin: 10px;
}
.talk-start .send_reply {
  margin: 10px 0 20px;
}
.pack-up-btn {
  margin-left: 10px;
}
.card_info_right {
  position: relative;
  padding: 10px 30px;
}
.wordCount {
  position: relative;
}
.wordCount .wordwrap {
  position: absolute;
  bottom: 7px;
  right: 25px;
  color: #858585;
  font-size: 12px;
}
#mdTab table {
  margin-bottom: 8px;
  font-size: 12px;
}
#mdTab table tr {
  border: 1px solid #ccc;
}
#mdTab table tr td {
  padding: 8px;
}
.wx_color {
  width: 100px;
}
.wx_color ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 255, 0.3);
  padding: 5px;
  width: 145px;
  display: none;
  /*margin-left: 5.5%;*/
  position: absolute;
  background-color: white;
  z-index: 9999;
}
.wx_color ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: red;
  padding: 0;
  margin: 0;
}
.wx_color ul li:last-child {
  margin-top: 5px;
}
.wx_color ul li:hover {
  cursor: pointer;
}
.wx_color span {
  position: relative;
  border: 1px solid #e6e7ec;
  width: 100px;
  height: 30px;
  display: block;
}
.wx_color span:hover {
  cursor: pointer;
  border-color: #dadbe0 !important;
}
.wx_color span > label {
  margin-left: 5px;
}
.wx_color span .arrow {
  display: block;
  border-width: 5px;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #c6c6c6;
  position: absolute;
  top: 12px;
  right: 10px;
}
.wx_store tr td:first-child {
  cursor: pointer;
}
/*新建门店*/
#pois {
  width: 100%;
}
#pois li {
  float: none;
}
.alpbate {
  display: inline-block;
  left: 7%;
  height: 20px;
  line-height: 20px;
  width: 20px;
  background-color: #8bbfeb;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 12px;
}
#log_address {
  height: 350px;
  width: 282px;
  border: 1px solid #C9C9C9;
  display: none;
}
.dl-horizontal dt {
  font-weight: initial;
}
.active .valid_message {
  color: #32BC61;
}
.error .valid_message {
  color: #FF0000;
}
.navdown {
  background: #D8D8E0;
}
/*门店详情*/
.dl-horizontal dd {
  color: #9999A1;
}
.dl-horizontal dt {
  font-weight: initial;
}
#store_img li {
  list-style: none;
  padding: 20px;
}
/*门店列表*/
#padding-top-bottom {
  padding-top: 10px;
}
.card_info_right .infoCon {
  margin-bottom: 15px;
  border: 1px solid #d6d6d6;
}
.card_info_right .infoCon .info_top_con {
  padding: 10px;
  background: #e8eaf2;
  border-bottom: 1px solid #d6d6d6;
}
.card_info_right .infoCon .info_bottom_con {
  background-color: #f4f5f9;
  padding: 10px;
}
.card_info_right .infoCon .info_bottom_con .control-label {
  padding-top: 0px;
}
.card_info_right .infoCon .info_bottom_con p.help-block {
  margin-top: 0px;
}
.card_info_right .infoCon .info_bottom_con .form-control {
  display: inline-block;
  margin-right: 10px;
}
.card_info_right .infoCon .info_bottom_con .hxCon {
  padding-left: 20px;
}
.graphic_intro {
  position: relative;
  padding-right: 140px;
  min-height: 280px;
}
.graphic_intro .graphic_add_area {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
.graphic_intro .graphic_add_area .graphicList {
  position: relative;
  margin-bottom: 20px;
}
.graphic_intro .graphic_add_area .graphicList img {
  width: 100%;
  display: block;
}
.graphic_intro .graphic_add_area .graphicList .showpic {
  position: absolute;
  top: 20%;
  left: 44%;
  display: none;
}
.graphic_intro .graphic_add_area .graphicList .showpic .glyphicon {
  font-size: 40px;
  color: #ccc;
}
.graphic_intro .graphic_add_area .graphicList .graphic_list_title {
  padding: 10px;
  background: #f4f5f9;
}
.graphic_intro .graphic_add_area .gra_edit_tool {
  background: #5b5b5b;
  height: 50px;
  left: 16px;
  top: 60px;
  font-size: 16px;
  width: 90%;
  text-align: center;
  z-index: 9999;
  line-height: 50px;
  opacity: 0.5;
}
.graphic_intro .graphic_add_area .gra_edit_tool .glyphicon {
  color: #ccc;
  font-size: 20px;
}
.graphic_intro .graphic_add_area .graphic_pic {
  text-align: center;
  line-height: 40px;
  position: relative;
}
.graphic_intro .graphic_add_area .graphic_pic a {
  color: #999;
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f5f9;
}
.graphic_intro .graphic_add_area .graphic_pic img {
  width: 100%;
  display: block;
}
.graphic_intro .graphic_add_area .graphic_add {
  min-height: 50px;
  padding: 5px;
  border: 1px solid #e7e7eb;
}
.graphic_intro .graphic_add_area .graphic_add .graphic_add_btn {
  display: inline-block;
  color: #222222;
  line-height: 40px;
  width: 100%;
  font-size: 21px;
  text-align: center;
}
.graphic_intro .graphic_add_area .graphic_add .graphic_add_btn .fa {
  color: #ececec;
}
.graphic_intro .graphic_example_area {
  position: absolute;
  right: 0;
  top: -30px;
  width: 140px;
  height: 250px;
  margin-right: -5px;
}
.mg_lf-30 {
  margin-left: -30px;
}
.mg_lf10 {
  margin-left: 10px;
}
.mg_btm0 {
  margin-bottom: 0px !important;
}
.pd_10 {
  padding: 10px;
}
.pd_20 {
  padding: 20px;
}
.lin_height {
  line-height: 29px;
}
.fuhao {
  display: block;
  float: left;
}
.fl_r {
  float: right;
}
.min_width100 {
  min-width: 100px;
}
.min_width86 {
  min-width: 86px;
}
#input_width {
  width: 550px;
  margin: 0px auto;
}
.code_name {
  width: 80%;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.pd_lf10 {
  padding-left: 0px!important;
}
.mg_lf30 {
  margin-left: 30px!important;
}
.bg-write {
  background-color: white;
}
.pd_ri0 {
  padding-right: 0px !important;
}
.pd_lf0 {
  padding-left: 0px;
}
.mg_ri10 {
  margin-right: 10px;
}
.code_tu {
  float: right;
  margin-right: -5px;
  height: 150px;
  background-image: url(../img/code.png);
  background-size: 100%;
}
.code_logo {
  margin: 0 auto;
  height: auto;
  float: none;
  top: 42px;
  height: 50px;
  width: 80px;
}
.pd_lf20 {
  padding-left: 20px;
}
.code_dd dd {
  margin: 10px;
}
/*二维码预览*/
.code_img {
  width: 50px;
  text-align: center;
  padding-right: 10px;
  margin-right: 10px;
  height: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 0;
  position: relative;
}
.code_img img {
  height: 60px;
  margin: 0 auto;
}
.code_img .in {
  position: absolute;
  left: 0;
  top: 0;
}
.code_img .in p {
  display: none;
  text-align: left;
}
.code_img.on {
  z-index: 99;
}
.code_img.on .in {
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 100;
  width: auto;
  text-align: center;
  top: -112px;
  background: #fff;
}
.code_img.on .in p {
  position: relative;
  display: block;
}
.code_img.on img {
  height: auto;
  margin-bottom: 8px;
  margin: auto;
  width: 150px;
  height: 150px;
}
.mg_lf135 {
  margin-left: 135px;
}
/*alan新建二维码组*/
.xian_tiao {
  width: 1%;
  line-height: 31px;
}
.mg_tp-30 {
  margin-top: -30px;
}
.mg_btm30 {
  margin-bottom: 30px;
}
.mg_bm10 {
  margin-bottom: 10px !important;
}
.mg_r12 {
  margin-right: 12px;
}
.seach_input {
  margin-left: 10px;
  margin-right: 30px;
}
.min_width_big {
  min-width: 1000px;
}
.msgTitle {
  display: inline-block;
}
.msg_a {
  margin-left: 5px;
}
.msgShow {
  display: inline-block;
  padding-top: 7px;
}
.bg-huise {
  background-color: #BCBCBC!important;
}
/*群发内容*/
/*自定义分组*/
.div_hide {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #D4D4D4;
  background: #FAFAFA;
}
#for_city {
  height: 300px;
}
/*分组详情*/
.mg_20 {
  margin: 20px;
  border-radius: 0px;
  border-bottom: 0px;
}
.list_bg {
  background: #F8F8F8;
}
.list_pd {
  padding-top: 30px;
}
.list_center {
  float: none;
  margin: 0 auto;
  width: 90%;
}
.list_mg {
  margin-left: -50px !important;
}
.list_wd {
  width: 80px !important;
}
.list_dd {
  margin-left: 110px !important;
}
.pd_lfri {
  padding-left: 0px;
  padding-right: 0px;
}
/*新建群发计划详情*/
#details_list .modal-body .form-group .radio .help-block {
  padding-left: 22px;
}
#details_list .modal-body .form-group #hide_click {
  padding-left: 10px;
}
#details_list .modal-body .form-group #hide_click .sb_input {
  height: 30px;
}
#footer_ul {
  display: inline-flex;
  font-size: 12px;
  color: #999;
}
#footer_ul li {
  float: left;
  margin-bottom: 10px;
  list-style: none;
  padding: 11px 5px 0 0;
}
#min-width {
  min-width: 600px;
  max-width: 1000px;
  float: none;
}
#margin-16 {
  margin-left: 16px;
}
#margin-login_zhuce {
  margin-left: 16px;
  /* margin-bottom:-20px; */
}
#margin-mytab {
  margin-left: 34px;
}
#coder_photo {
  position: relative;
}
#coder_text_title {
  position: absolute;
  left: 175px;
  top: 144px;
  max-width: 200px;
  color: #7F7F7F;
}
#code_content {
  height: 500px;
  border-radius: 20px;
  max-height: 500px;
  border: 1px solid #C4C4C4;
  background: #F8F8F8;
}
#code_content2 {
  height: 500px;
  border-radius: 20px;
  max-height: 500px;
  border: 1px solid #C4C4C4;
  background: #F8F8F8;
  background: url('../img/peizhi.png') no-repeat;
  background-position-x: center;
}
#code_header {
  height: 200px;
  border-radius: 20px 20px 0 0;
  background: #F8F8F8;
  padding: 0;
}
#code_body {
  height: 287px;
  border-radius: 0 0 20px 20px;
  background: #F8F8F8;
  border-top: 1px solid #E6E6E6;
  padding: 0;
}
#login_xinxi {
  float: none;
  margin-top: 20px;
}
#login_margin {
  margin-left: 15px;
}
#login_weixin {
  margin: 10px;
  margin-top: 30px;
  height: 110px;
  /*width: 38%;*/
  min-width: 250px;
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  background: #fff;
}
.login_weixin_add {
  border: 1px dashed #999 !important;
  background: #EAEAEC !important;
}
#login_img {
  float: none;
  width: 100%;
  margin-top: 20px;
  margin-left: 39px;
}
#login_img_title {
  float: none;
  width: 100%;
  margin-top: 20px;
  height: 40px;
}
#login_xinxi2 {
  font-size: 45px;
  text-align: left;
  color: #5C5C5C;
}
#img_num {
  margin-top: 20px;
  width: 50px;
}
table tr td:hover {
  background: #FFF;
}
#login-logo-title {
  height: 40px;
  border-bottom: 1px dashed #d8d7d7;
  padding: 0;
}
#quanqian {
  float: none;
  padding: 0 !important;
}
#quanqian li {
  float: none !important;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#quanqian2 li {
  float: none !important;
  text-overflow: ellipsis;
}
.full-left,
#color-text {
  color: #7F7F7F;
}
#float_none,
#clear {
  float: none;
}
#div_content {
  position: relative;
}
#login_two_submit {
  margin-top: 25px;
}
#woaap_login {
  background: url("../img/woaap_logo.png") no-repeat;
  height: 100px;
  width: 230px;
  background-size: 100%;
  /*  margin-top: 40px;
    margin-left: 55px;*/
}
#woaap_Language {
  margin-top: 45px;
  width: 125px;
}
#check_language {
  min-width: 81px;
}
#login_title {
  font-size: 50px;
  font-weight: 300;
  color: #7F7F7F;
}
#login_Introduction {
  text-align: -webkit-auto;
  font-size: 12px;
  float: left;
  margin-left: 19px;
  margin: auto;
  color: #7F7F7F;
}
#login_input {
  color: #7F7F7F;
  margin-top: 20px;
}
#login_input3 {
  color: #7F7F7F;
  margin-top: 20px;
  margin-left: 113px;
}
#user_img {
  background-color: #ffFFFF;
}
#user_text {
  margin-left: -13px;
}
#login_input_two {
  width: 50%;
}
#login_input_two2 {
  width: 50%;
  margin-top: 74px;
}
#margin_top_input {
  padding-top: 10px;
  padding-bottom: 10px;
}
#login_footer {
  height: 20px;
  margin-top: 30px;
  bottom: 10px;
  left: 0px;
  width: 98%;
  border-top: 1px solid #BCBCBC;
}
#text_top {
  margin-top: 10px;
}
#text_top2 {
  margin-top: 10px;
  margin-left: 97px;
}
#login_ok {
  background: url("../img/ok.png") no-repeat;
  width: 300px;
  height: 360px;
  margin: 0 auto;
}
#text_color {
  color: #00A8EC;
}
#code_height {
  height: 220px;
  margin-left: 20px;
  padding: 0px;
  min-width: 350px;
  border: 1px solid #D5D5D5;
}
#code_left {
  height: 220px;
  padding: 0px;
  min-width: 350px;
  border: 1px solid #D5D5D5;
}
#float-none {
  float: none;
  height: 40px;
  line-height: 40px;
}
#small-right {
  margin-right: 10px;
}
#login_one_one {
  background-color: #ffFFFF;
  height: 500px;
}
#login_one_two {
  background-color: #00A8EC;
  color: #ffFFFF;
  width: 271px !important;
}
#login_one_big {
  min-width: 800px;
}
#attribute {
  background-color: #ffFFFF;
  display: none;
}
#docking {
  background-color: #ffFFFF;
  height: 700px;
  display: none;
}
#quanqian li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#attribute_next {
  background-color: #00A8EC;
  color: #ffFFFF;
  width: 271px;
}
#attribute_Last_step {
  margin-left: 20px;
  color: black;
  width: 130px;
}
#shezhi_content {
  float: none;
  height: 500px;
  min-width: 700px;
}
#shezhi_content2 {
  min-width: 600px;
  margin-left: 100px;
}
#small-right {
  margin-right: 10px !important;
}
#login_one {
  background-color: #ffFFFF;
  min-width: 1024px !important;
}
#login_button1 {
  background-color: #EC9A00;
  color: #ffFFFF;
  width: 280px !important;
}
#login_button2 {
  color: #ffFFFF;
  width: 180px;
  margin-left: 20px !important;
}
#login_span {
  color: #00a8ec !important;
}
.wrapper {
  background: #FFFFFF !important;
}
.display_table {
  display: table;
}
.fl_no {
  float: none;
}
.pd_top_butm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mg_ri {
  margin-right: 0px;
}
.pding_ri0 {
  padding-right: 0px !important;
}
.min_wd400 {
  min-width: 400px;
}
.pd20 {
  padding: 20px;
}
.mg_btm100 {
  margin-bottom: 100px;
}
/*login.html*/
.state1 {
  color: #aaa;
  position: absolute;
  width: 200px;
  margin-left: 14px;
  margin-top: 7px;
  min-width: 200px;
}
.state2 {
  color: #000;
  position: absolute;
  width: 200px;
  margin-left: 14px;
  margin-top: 7px;
  min-width: 200px;
}
.state3 {
  color: red;
  position: absolute;
  width: 200px;
  margin-left: 14px;
  margin-top: 7px;
  min-width: 200px;
}
/*login_add_coder.html*/
#login_weixin {
  margin-top: 15px;
  margin-bottom: 15px;
}
#login_coder_two {
  padding: 0px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#login_img {
  margin-top: 2px;
  margin-left: -8px;
}
/*login_email*/
#login_email_one {
  background-color: #ffFFFF;
  min-width: 1024px;
}
#login_email_dlu {
  background-color: #00A8EC;
  color: #ffFFFF;
  width: 271px;
}
#login_email_zhuce {
  background-color: #EC9A00;
  color: #ffFFFF;
  width: 180px;
  margin-left: 20px;
}
/*login_one*/
#login_one_one {
  background-color: #ffffff;
}
#login_one_two {
  background-color: #00A8EC;
  color: #ffFFFF;
  width: 271px !important;
}
#login_one_big {
  min-width: 800px;
}
.loginWrap {
  background: #fff;
  font-size: 12px;
  padding: 5em 2em 2em 2em;
}
.loginWrap .mainCon {
  padding: 0 0 2em 0;
}
.loginWrap .mainCon .btn-next {
  padding: 6px 70px;
}
.loginWrap .mainCon .wayTitle {
  position: relative;
  padding-left: 70px;
  line-height: 60px;
}
.loginWrap .mainCon .wayTitle .wayPic {
  position: absolute;
  top: 0px;
  left: 0px;
}
.loginWrap .mainCon .wayTitle .wayPic img {
  width: 60px;
  height: 60px;
}
.loginWrap .mainCon .wayTitle span.h1 {
  width: 100%;
  font-size: 50px;
  font-family: "微软雅黑";
  font-weight: 100;
}
.loginWrap .mainCon .msgForm label {
  font-size: 14px;
}
.loginWrap .mainCon .wayList .access_way {
  position: relative;
  padding: 15px 0 15px 95px;
  margin: 20px auto;
  line-height: 20px;
}
.loginWrap .mainCon .wayList .access_way .access-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.loginWrap .mainCon .wayList .access_way .access-logo img {
  width: 76px;
  height: 76px;
}
.loginWrap .mainCon .wayList .access_way .access-logo .appmsg_mask {
  border-radius: 15px;
}
.loginWrap .mainCon .wayList .access_way .access-logo .appmsg_mask .fa {
  margin-top: -17px;
}
.loginWrap .mainCon .wayList .access_way .access-name {
  width: 100%;
}
.loginWrap .mainCon .wayList .codeWrap {
  background: #fff;
  width: 218px;
  height: 218px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.loginWrap .mainCon .wayList .codeWrap p {
  font-size: 14px;
  margin-top: 20px;
}
.login_footer {
  border-top: 1px solid #ccc;
}
.emailCon {
  border: 1px solid #ccc;
  padding: 20px 30px;
  font-size: 14px;
}
.emailCon .e-img {
  margin-bottom: 10px;
}
.emailCon a {
  text-decoration: underline;
}
/*找回密码*/
.div_line_tb {
  display: inline-table;
}
.div_center {
  margin: 0 auto;
  float: none;
}
.div_bg_find {
  background: white;
  height: 34rem;
  border: 1px solid #BCBCBC;
  max-width: 73rem;
}
.pwd_bg {
  background: #F2F2F2 !important;
}
.pwd_content {
  margin-bottom: 40px;
}
.pwd_img {
  background: #2196F3;
  height: 50px;
}
.pwd_h4 {
  line-height: 29px;
}
.find_pwd_title {
  height: 50px;
  border-bottom: 1px;
  border-bottom: 1px dashed #d8d7d7;
  margin-bottom: 100px;
  line-height: 51px;
  padding-top: 15px;
  padding-bottom: 60px;
}
.qunfa_header {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.form_hg {
  height: 30px;
}
.pd_bt0 {
  padding-bottom: 0px!important;
}
.form_sy {
  margin-left: -18px;
  line-height: 33px;
}
.mg_lf14 {
  margin-left: -14px;
}
.boder_ras {
  border-radius: 0px!important;
}
.line_height {
  line-height: 35px;
}
.text_content {
  margin-left: 17%;
}
.display_none {
  display: none;
}
.hd_title label {
  width: 130px!important;
  text-align: left!important;
}
.margin_lf30 {
  margin-left: 30px;
}
.qf_sucai {
  padding-left: 0px!important;
  padding-right: 0px!important;
  border-radius: 0px!important;
}
.mg_0 {
  margin: 0px!important;
}
.sucai_style li {
  padding-right: 4%!important;
}
.text_color {
  color: #C9C9C9;
}
.cl_sucai_content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.cl_sucai {
  height: 225px;
  border: 1px solid #C9C9C9;
  margin-top: 20px;
}
.qunfa_xian {
  border-bottom: 1px solid #D7D7D7;
  width: 140px;
}
.mg_btm10 {
  margin-bottom: 10px;
}
.fl_lf {
  float: left;
}
.boder_ras5 {
  border-radius: 5px;
  margin-right: 10px;
}
.boder_lfri {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.boder_pdlfri {
  padding-left: 4px;
  padding-right: 4px;
}
.yes_modal {
  margin-top: 15%;
}
.div_height {
  width: 20%;
  border: 1px solid #D8D7D7;
  border-left: 0px;
}
.ser_div {
  line-height: 36px;
  border-bottom: 1px solid #D8D7D7;
  background: #F9F9F9;
}
#service_group {
  height: 448px;
}
#service_group #group_list {
  list-style-type: none;
  padding-left: 0px;
}
#service_group #group_list li {
  padding: 5px 0 5px 16px;
}
#service_group #group_list li:hover {
  background: #D3D3CE;
}
#service_group #group_list li.active {
  background: #D3D3CE;
}
#service_group #group_list li a {
  padding: 3px 15px 3px 0;
  color: #000;
}
#service_group #group_list li a.delete {
  padding: 3px 20px;
}
#service_group .edit-container input {
  width: 120px;
  padding: 4px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 20px;
}
#service_group a {
  color: #000;
  padding-left: 10px;
}
#service_group a > i {
  padding-right: 10px;
}
.text-left-qiangzhi {
  text-align: left !important;
}
.min-width-258 {
  min-width: 258px;
}
.mg30 {
  margin: 30px !important;
}
.text_color_blue {
  color: #169BD5 !important;
}
.pan_head_bg {
  background: white !important;
}
.pd_lf100 {
  padding-left: 100px;
}
.pan_head_pd {
  padding: 10px 10px 10px 100px !important;
}
.text_edit {
  display: block;
  width: 35%;
  float: right;
  color: #169bd5;
}
.finger {
  cursor: pointer;
}
.check_input {
  width: 40% !important;
  display: inherit !important;
}
.content_set_up .li_one {
  width: 230px;
  border: 0px !important;
}
.content_set_up li {
  border: 1px solid #D7D7D7 !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
}
.mg_top20 {
  margin-top: 20px;
}
.border_style_bt {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
}
.pd_bt_20 {
  padding-bottom: 20px !important;
}
.pd_bt_100 {
  padding-bottom: 100px !important;
}
/*
.header_img{
  height:135px;
}
.content_img{
  height: 350px;
}*/
.moban_text {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  padding-top: 10px;
}
.moban_bg {
  background-color: #F2F2F2;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  color: #BCBCBC;
}
.mg25 {
  margin: 25px;
}
.text_width20 {
  width: 20% !important;
}
.checkbox_style_check {
  width: 89%;
  margin: 0 auto;
  border: 1px dashed #b1aeaa !important;
  padding: 10px 10px 15px 34px !important;
  margin-top: 25px;
  /*  margin-bottom: 25px;*/
}
.mg_tp0 {
  margin-top: 0px !important;
}
.style_foot_bianji {
  height: 50px;
  line-height: 50px;
  background-color: #F2F2F2;
  font-size: 17px;
}
.mg_lf_20 {
  margin-left: 20px !important;
}
/*自定义样式*/
.one_foot {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed #cccccc;
  padding: 20px;
}
.one_foot_jz {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed #cccccc;
  padding: 20px;
}
.input_wd43 {
  width: 43%;
}
.input_chbox_hg {
  height: 13px;
}
.ul_mg_b10 li {
  margin-bottom: 10px;
}
.one_title_ul li {
  margin-bottom: 10px;
}
.input_chbox li {
  margin-bottom: 10px;
}
.matrix_title_ul li {
  margin-bottom: 10px;
}
.matrix_jz li {
  margin-bottom: 10px;
}
.one_content {
  width: 93%;
  margin: 0 auto;
}
.pd_tp8 {
  padding-top: 8px;
}
/*用户数据详情*/
.pd_tp0 {
  padding-top: 0px !important;
}
.boder_0 {
  border: 0px !important;
}
.check_abc dt {
  width: auto !important;
}
.check_abc dd {
  margin-left: 25px;
}
.check_answer {
  border: 1px solid;
  margin-left: 27px;
  width: 20%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-top: -20px;
}
.table-style-center tr th,
.table-style-center tr td {
  text-align: left!important;
  border-right: none!important;
}
.setCon {
  padding: 0px 0 10px 0;
  line-height: 33px;
}
.setCon span a {
  font-size: 12px;
}
.mglr {
  margin: 0px 10px;
}
.info_box .box-header .box-title {
  border-bottom: 1px solid #D7D7D7;
}
.limit_txt {
  line-height: 1.5em;
  display: block;
  padding-top: 7px;
  color: #b4a1bb;
  font-size: 12px;
}
.border_top {
  border-top: 1px solid #d7d7d7;
}
.commonList {
  margin-bottom: 20px;
}
.commonList .info_box {
  border: 1px solid #d7d7d7;
}
.commonList .form-group {
  margin-right: -8px;
  margin-left: -8px;
}
.commonList .line_dashed {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
}
#add_accounts .radio {
  padding-left: 20px;
  margin-bottom: 15px;
}
/*mp网址弹出层*/
.common_pop_style {
  padding: 20px;
}
.common_pop_style .pop_confirm_con .fa {
  color: #58b957;
  font-size: 40px;
}
.common_pop_style .pop_confirm_con .confirm_txt {
  margin: 20px 0;
}
.pop_validate_con {
  padding: 0 0 40px;
  color: #949494;
  background: #fff;
}
.pop_validate_con .account_logo .logo_img {
  margin-bottom: 20px;
}
.pop_validate_con .account_logo .logo_img img {
  width: 100px;
  height: 100px;
}
.pop_validate_con .processor_bar {
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid #DBD8D3;
  overflow: hidden;
}
.pop_validate_con .processor_bar .step {
  line-height: 42px;
  list-style: none;
  width: 33.3333%;
  text-align: center;
  float: left;
}
.pop_validate_con .processor_bar .step a {
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.pop_validate_con .processor_bar .step.current {
  background: #169bd5 url(../img/bg_proc.png) no-repeat 0 -44px;
}
.pop_validate_con .processor_bar .step.current a {
  color: #fff;
}
.pop_validate_con .processor_bar .step1 {
  background: #ffffff url(../img/bg_proc.png) no-repeat right 0;
}
.pop_validate_con .processor_bar .step1.current {
  background: #169bd5 url(../img/bg_proc.png) no-repeat right -89px;
}
.pop_validate_con .processor_bar .step1.prev {
  background: url(../img/bg_proc.png) no-repeat right -44px;
}
.pop_validate_con .processor_bar .step2 {
  background: #ffffff url(../img/bg_proc.png) no-repeat right 0;
}
.pop_validate_con .processor_bar .step2.current {
  background: #169bd5 url(../img/bg_proc.png) no-repeat right -89px;
}
.pop_validate_con .box-footer {
  padding: 0 90px;
}
.pl38 {
  padding-left: 38px;
}
.subMenu {
  padding: 10px 20px;
  background-color: #f8f8f8;
  border: solid 1px #e4e4e4;
  margin-left: 25px;
}
.grid_item {
  float: left;
}
.qrcode_scan {
  width: 214px;
  margin-left: auto;
  margin-right: auto;
}
.qrcode_scan .qrcode_wrp {
  width: 214px;
  height: 213px;
  text-align: center;
  font-size: 0;
  margin-bottom: 15px;
}
.qrcode_scan .qrcode {
  width: 100%;
  height: 100%;
}
.empty_tips {
  padding: 100px 0!important;
  text-align: center;
  font-size: 14px;
  color: #8d8d8d;
}
#reset_pwd {
  padding: 30px;
}
.admin-nav-tabs {
  margin-bottom: 20px;
  background: #fff;
}
.admin-nav-tabs > .nav-tabs {
  margin: 0;
  border-bottom-color: #dddddd;
}
.admin-nav-tabs > .nav-tabs > li {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px solid #ccc;
}
.admin-nav-tabs > .nav-tabs > li.active {
  background-color: #2196f3;
}
.admin-nav-tabs > .nav-tabs > li.active a {
  background-color: #2196f3;
  color: #fff;
  border: none;
}
.admin-nav-tabs > .nav-tabs > li > a {
  border: none;
  margin: 0;
}
.admin-nav-tabs > .nav-tabs > li:first-of-type {
  margin-right: 0px;
}
.color_blue {
  color: #00A8EC;
}
.buy_detail {
  padding: 20px 0;
}
.bill_tab,
.bill_msg {
  padding: 20px 90px;
}
.bill_tab .bill_tab_hb {
  overflow: hidden;
  margin-left: -8px;
}
.bill_tab .bill_tab_hb li {
  float: left;
  color: #AEAEAE;
  list-style: none;
  margin: 0px 8px;
  cursor: pointer;
}
.bill_tab .bill_tab_hb li.active {
  color: #333;
  border-bottom: 2px solid #2196f3;
}
.bill_tab .bill_tab_hb em {
  float: left;
  font-style: normal;
}
.bill_tab .bill_tab_db {
  display: none;
}
.pay_plan_con {
  width: 840px;
  min-width: 840px;
  margin: 0 auto;
  text-align: left;
}
.pay_plan_con .planCon {
  border: 1px solid #E4E4E4;
  padding: 20px;
  float: left;
  min-height: 446px;
  width: 240px;
  min-width: 240px;
  margin: 10px 20px;
  position: relative;
}
.pay_plan_con .planCon .small-tip {
  position: absolute;
  top: 5px;
  left: -15px;
  font-size: 12px;
  -moz-transform: rotate(-30deg);
  /* Firefox */
  -webkit-transform: rotate(-30deg);
  SafariandChrome-o-transform: rotate(-30deg);
  /* Opera */
  transform: rotate(-30deg);
}
.pay_plan_con .planCon .small-tip span {
  position: absolute;
  right: -26px;
  top: -2px;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(30deg);
}
.pay_plan_con .planCon .small-tip span:first-of-type {
  position: absolute;
  right: 70px;
  top: -2px;
}
.pay_plan_con .planCon .small-tip .small-tip-txt {
  padding: 3px 10px;
  background: #00A8EC;
  color: #fff;
  margin: 0;
}
.pay_plan_con .planCon h3 {
  margin-top: 0;
}
.pay_plan_con .font_big {
  font-size: 20px;
}
.scan_code_con {
  margin: 0 auto;
  width: 1064px;
  min-width: 1064px;
  min-height: 300px;
}
.scan_code_con .scan_code_img {
  position: relative;
  min-height: 450px;
  padding-left: 395px;
  margin: 20px 150px;
}
.scan_code_con .scan_code_img .img_left {
  position: absolute;
  width: 360px;
  height: 450px;
  left: 0;
  text-align: center;
}
.scan_code_con .scan_code_img .img_left .tips {
  width: 309px;
  padding: 15px 26px;
  background: #00A9EB;
  margin: 20px auto 0;
  color: #fff;
  padding-left: 140px;
  position: relative;
}
.scan_code_con .scan_code_img .img_left .tips .simg {
  position: absolute;
  left: 50px;
  top: 10px;
}
.scan_code_con .scan_code_img .img_left .tips p {
  width: 100%;
  text-align: left;
  margin: 0;
}
.scan_code_con .scan_code_img .img_right {
  width: 100%;
  min-height: 450px;
}
.subMenu {
  display: none;
}
.subMenu.choice {
  display: block;
}
.subPage {
  padding: 4em 2em 4em 2em;
}
.subPage .pageCon {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border: 1px dashed #d9d9d9;
  text-align: center;
  padding: 0px 20px;
  line-height: 24px;
}
.subPage .pageCon .pageLogo {
  padding: 20px 0 10px;
}
.subPage .pageCon .pageLogo img {
  width: 100px;
}
.subPage .pageCon .pageTxt {
  padding: 40px 0;
  border-top: 1px dashed #d9d9d9;
}
.subPage .pageCon .pageTxt .mainTxt {
  margin-bottom: 10px;
}
.subPage .pageCon .pageTxt .fa {
  color: #58b957;
  font-size: 32px;
  margin-right: 8px;
}
.subPage .pageCon .pageTxt .erroricon .fa {
  color: #d8554e;
}
.subPage .pageCon .pageTxt span {
  font-size: 24px;
}
.subPage .pageCon .pageTxt .btn {
  padding: 8px 70px;
}
.success-popup {
  position: relative;
  padding-left: 70px;
}
.success-popup img {
  position: absolute;
  left: 0;
  top: 0;
}
.success-popup strong {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
}
.form-control {
  font-size: 12px;
}
.m_g label {
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 12px;
}
.table > thead > tr > th {
  font-size: 14px;
}
.badge {
  border-radius: 3px;
}
.btn.btn-xs {
  padding: 2px 12px !important;
}
.nav > li > a {
  padding: 14px 10px;
}
.menu_save {
  margin-top: 10px;
}
.alert {
  padding: 15px;
  margin: 0px 20px 20px;
  border-radius: 0;
}
.alert h4 {
  margin: 0;
  font-size: 14px;
}
.detail-page-sy .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 20px 0px 10px 0px;
}
.detail-page-sy .breadcrumb li a {
  color: #999;
}
.detail-page-sy .breadcrumb .active {
  font-size: 16px;
  color: #333;
}
.detail-page-sy .detail-page-border {
  border: 1px solid #ddd;
  padding: 30px 30px 0;
}
.detail-page-sy .box-footer {
  padding: 15px 0px 15px 0px;
  background: #F4F5F9;
  margin: 20px -30px 0px -30px;
}
.detail-page-sy .form-horizontal .control-label,
.detail-page-sy .form-horizontal .checkbox {
  padding-top: 0;
}
.detail-page-sy .form-horizontal .form-group {
  margin-bottom: 20px;
}
/*material new style start*/
.TW_box .appTwb1 p.twp {
  font-size: 13px;
  color: #666;
}
.TW_box .appTwb1 h3 {
  font-size: 14px;
  max-height: 40px;
  overflow: hidden;
}
.TW_box .appTwb1 .twh3 a {
  /*font-size: 14px;*/
  color: #000;
  line-height: 20px;
}
.waterfall > div {
  padding: 0 5px 10px;
}
.TW_box_mini h4 {
  font-size: 14px;
  line-height: 20px;
}
.TW_box_mini .p1 {
  word-break:break-all;
}
/*.msg-editer-content{min-height: 533px;}*/
.header .nav > li > a:hover,
.header .nav > li > a:focus {
  background: none;
}
/*.TW_box_mini{
  height: 495px;
  overflow: hidden;
  }*/
.commonList .info_box {
  border: 1px solid #d7d7d7;
}
#callbackAddress .cb_con .fa-check-circle {
  color: #58B958;
  font-size: 40px;
  vertical-align: middle;
}
#callbackAddress .modal-body {
  padding: 20px 60px;
}
#callbackAddress .cb_con .fa-exclamation-circle {
  color: #F2AE42;
  font-size: 30px;
  vertical-align: middle;
  position: absolute;
  left: 37px;
  top: 16px;
}
.color-gray {
  color: #B5B5B5;
}
.important-notice {
  background: #f4f5f9;
  position: relative;
  padding-left: 80px;
}
.important-notice-inner {
  background: #fff;
}
.important-notice-inner .btn-xs {
  display: inline-block;
  width: 70px;
}
.important-left {
  width: 100%;
}
.label_div {
  position: relative;
  display: inline-block;
}

.arrow-down{
    font-size: 14px;
    color: #999;
}
.label_hide {
  background: #fff;
  position: absolute;
  display: none;
  min-width: 300px;
  border: 1px solid #dfdfdf;
  z-index: 9999;
  top: 110px;
  padding: 20px 20px;
  left: 90px;
  border: 1px solid #d7d7d7;
}
.label_hide label{
  width: 49%;
  margin-left: 0!important;
}
.label_hide .label_footer{
  margin-top: 30px;
  text-align: center;
}
.label_hide .label_footer button{
  margin: 0 10px;
}
.storeList {
  padding: 13px 10px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e7e7eb;
}
.float_right {
  float: right;
}
.floor_warp {
  width: 100%;
  margin-bottom: 20px;
}
.floor_warp .floor_warp_title {
  height: 28px;
  background: #2196F3;
  line-height: 28px;
  padding: 0 10px;
  color: white;
}
.floor_warp .floor_warp_title a {
  color: white;
}
.floor_warp .floor_warp_body {
  border: 1px solid #dddddd;
  padding: 0 10px;
}
.home_index a {
  cursor: pointer;
}
.home_index .home_top {
  margin: 0;
  padding: 20px 0;
}
.home_index .home_top .public_number_info {
  height: 76px;
  position: relative;
}
.home_index .home_top .public_number_info .logo_avita {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.home_index .home_top .public_number_info .public_number_info_detail {
  margin-left: 80px;
  color: #555555;
  padding-top: 9px;
}
.home_index .home_top .public_number_info .public_number_info_detail .name_messages .nickname {
  font-size: 15px;
}
.home_index .home_top .public_number_info .public_number_info_detail .name_messages .messages_icon {
  width: 22px;
  height: 16px;
  margin: 0 10px;
}
.home_index .home_top .public_number_info .public_number_info_detail .name_messages .messages {
  display: inline-block;
  width: 35px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #ff0000;
  font-size: 12px;
  border-radius: 3px;
  vertical-align: middle;
}
.home_index .home_top .public_number_info .public_number_info_detail .urgent_messages .red {
  color: #ff0000;
  margin: 0 5px;
}
.home_index .home_top .public_number_info .public_number_info_detail .urgent_messages .link_btn {
  margin-left: 15px;
}
.home_index .home_top .number_info {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 10px 0 0;
  line-height: 20px;
  background: #F4F5F9;
}
.home_index .home_top .number_info .row:before,
.home_index .home_top .number_info .row:after {
  content: "";
  display: table;
}
.home_index .home_top .number_info .row:after {
  clear: both;
}
.home_index .home_top .number_info .row {
  *zoom: 1;
}
.home_index .home_top .number_info .four_list {
  line-height: 20px;
  border-right: 1px solid #dddddd;
}
.home_index .home_top .number_info .brnone {
  border-right: 0px;
}
.home_index .applications {
  padding: 22px 0;
}
.home_index .applications .each_app {
  width: 150px;
  height: 60px;
  text-align: center;
  display: table;
  background: #2196F3;
  color: #ffffff;
  font-size: 14px;
  margin-left: 15px;
  float: left;
}
.home_index .applications .each_app .icon_find {
  font-size: 30px;
  line-height: 60px;
}
.home_index .applications .each_app .menu_name {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  padding-right: 8px;
  text-align: left;
}
.home_index .applications .app_add {
  width: 53px;
  height: 53px;
  text-align: center;
  display: inline-block;
  border: 1px dashed #d7d7d7;
  color: #b7b7b7;
  margin-left: 15px;
  font-size: 12px;
  padding-top: 10px;
  cursor: pointer;
}
.home_index .select_block {
  height: 40px;
  line-height: 40px;
  border-bottom: #d7d7d7;
  color: #b7b7b7;
  border: 1px solid #d7d7d7;
  border-bottom: 0px;
  padding: 0 10px;
}
.home_index .select_block select {
  color: #b7b7b7;
}
.home_index .select_block .canvas_date {
  margin-left: 15px;
}
.home_index .canveis {
  height: 306px;
}
.home_index .add_canvas {
  background: #f2f2f2;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #b7b7b7;
}
.home_index .homebody_right .online_help {
  height: 86px;
}
.home_index .homebody_right .online_help .help_each {
  width: 33.333%;
  text-align: center;
  float: left;
  padding-top: 15px;
  color: #767676;
  border-right: 2px solid #ddd;
  margin-top: 10px;
}
.home_index .homebody_right .online_help .help_each i {
  width: 40px;
  height: 36px;
  line-height: 30px;
  display: block;
  margin: 0 auto;
  margin-top: -8px;
}
.home_index .homebody_right .announcement_list {
  padding-top: 10px;
}
.home_index .homebody_right .announcement_list li {
  list-style-type: none;
  margin-bottom: 5px;
}
.home_index .homebody_right .announcement_list li a {
  color: #333333;
  font-size: 12px;
}
.home_index .homebody_right .announcement_list li .date {
  margin-left: 40px;
}
.home_index .homebody_right .function_info a {
  color: #333333;
  font-size: 12px;
}
.home_index .homebody_right .function_info .function_title {
  border-bottom: 1px solid #d7d7d7;
  height: 30px;
  line-height: 30px;
}
.home_index .homebody_right .function_info .function_text {
  padding: 10px 0px;
}
.home_index .homebody_right .micro_signal {
  position: relative;
  min-height: 142px;
}
.home_index .homebody_right .micro_signal img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 104px;
}
.home_index .homebody_right .micro_signal .micro_signal_text {
  padding: 20px 120px 0px 0px;
  text-align: center;
}
.home_index .homebody_right .micro_signal .micro_signal_text .micro_signal_title {
  font-size: 16px;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.noticeWrap ul li {
  list-style: none;
  border-bottom: 1px dashed #d7d7d7;
  padding: 10px;
  line-height: 24px;
}
.noticeWrap ul li .notice_title a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
}
.noticeWrap ul li .noticeCon {
  display: none;
  padding-left: 20px;
}
.noticeWrap ul li .noticeCon.active {
  display: block;
}
.noticeWrap ul li.current {
  background: #f4f5f9;
}
.floor_height {
  height: 10px !important;
}
.tj_num {
  font-size: 21px !important;
}
.boder_r0 {
  border-right: 0 !important;
}
body {
  background: #f9f9f9;
}
.bs-docs-nav {
  background-color: #ffffff;
  border-bottom: 0;
  margin-bottom: 0;
}
.bs-docs-nav .navbar-brand {
  color: #3e5390;
  font-weight: 500;
}
.bs-docs-nav .navbar-nav > li > a {
  color: #3e5390;
  font-weight: 500;
}
.bs-docs-nav .navbar-nav > li > a:hover {
  background-color: #f9f9f9;
  color: #463265;
}
.bs-docs-nav .navbar-nav > .active > a {
  background-color: #f9f9f9;
  color: #463265;
}
.bs-docs-nav .navbar-nav > .active > a:hover {
  background-color: #f9f9f9;
  color: #463265;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #3e5390;
}
.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #ffffff;
}
.bs-docs-nav .navbar-header .navbar-toggle:focus {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.bs-docs-nav .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.bs-docs-sidebar.affix {
  position: fixed;
  top: 20px;
  width: 213px;
}
.bs-docs-sidebar.affix .bs-docs-sidenav {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-docs-sidebar.affix {
    position: fixed;
    top: 20px;
  }
}
.bs-docs-sidenav {
  margin-bottom: 20px;
  margin-top: 20px;
}
.bs-docs-sidebar {
  max-width: 200px;
}
.bs-docs-sidebar .nav > li > a {
  color: #767676;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
}
.bs-docs-sidebar .nav > li > a:focus,
.bs-docs-sidebar .nav > li > a:hover {
  background-color: #2196F3;
  color: white;
  padding-left: 19px;
  text-decoration: none;
}
.bs-docs-sidebar .nav > .active:focus > a,
.bs-docs-sidebar .nav > .active:hover > a {
  background-color: #2196F3;
  color: white;
  font-weight: 500;
  padding-left: 18px;
}
.bs-docs-sidebar .nav > .active > a {
  background-color: #2196F3;
  color: white;
  font-weight: 500;
  padding-left: 18px;
}
.bs-docs-sidebar .nav .nav {
  display: none;
  padding-bottom: 8px;
}
.bs-docs-sidebar .nav .nav > li > a {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-top: 3px;
}
.bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > li > a:hover {
  padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > li > a::before {
  content: "-";
  font-size: 10px;
  margin-right: 5px;
}
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
  padding-left: 28px;
}
.bs-docs-sidebar .nav .nav > .active:hover > a {
  font-weight: 500;
  padding-left: 28px;
}
.bs-docs-sidebar .nav .nav > .active > a {
  font-weight: 500;
  padding-left: 28px;
}
.back-to-top {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
  padding: 4px 10px;
}
.back-to-top:hover {
  color: #3e5390;
  text-decoration: none;
}
.content section {
  height: auto;
  /*
  h3{
		padding: 15px 10px 10px;
	    margin: 8px 2%;
	    width: 96%;
	    border-bottom: 1px solid #ccc;
	    font-size: 16px;
	}
	*/
}
.content section h3 {
  padding: 5px 32px;
  margin: 2px 0;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  background: #F5F8FB;
}
.content section h3.sub_menu {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  background: #fff;
  padding: 10px 0 5px;
  margin: 0 32px;
  width: auto;
}
.content section img {
  max-width: 96%;
}
.content section > * {
  /*margin-left:2%;*/
  padding: 0 32px;
}
.helpcenter_content > .row {
  min-width: 900px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.helpcenter_content > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.helpcenter_content > .row > div.col-xs-10 {
  border-left: 1px solid #ddd;
}
.helpcenter_content > .row .col-xs-10 {
  background: white;
}
nav.navbar-default {
  height: 70px;
  background: white;
}
nav.navbar-default a {
  display: block;
  height: 50px;
  width: 500px;
  margin: 8px 5%;
  padding: 0;
}
nav.navbar-default a img {
  height: 100%;
  float: left;
}
nav.navbar-default a span {
  font-size: 20px;
  line-height: 53px;
  color: #333;
}
nav.navbar-default a span::before {
  content: '|';
  margin: 0 8px;
  font-size: 18px;
  vertical-align: top;
  color: #333;
}
.content-service {
  width: 80%;
  min-width: 768px;
  margin: 10px auto;
  border: 1px solid #ddd;
  padding: 0 30px;
  background: #fff;
  font-size: 16px;
}
.content-service .protocol {
  padding-top: 35px;
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #ccc;
  letter-spacing: 1px;
}
.content-service .close_btn {
  width: 90%;
  height: auto;
  margin: 20px 5%;
  text-align: center;
}
.content-service .close_btn a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  border: 1px solid #ddd;
  color: #999;
  text-decoration: none;
}
.content-service .close_btn a:hover {
  box-shadow: 2px 2px 2px #f3f3f3;
}
.content-service .close_btn a:active {
  box-shadow: none;
  background: #f9f9f9;
}
.nav_title {
  background-color: #f3f5f9 !important;
  color: #222 !important;
  padding-left: 19px !important;
  text-decoration: none;
  font-size: 16px !important;
  border: none !important;
  border-radius: 2px 0 0 2px;
}
.h3_boder {
  background: none !important;
  border-bottom: 1px solid #CCCCCC !important;
  width: auto !important;
  margin: 2px 32px !important;
  padding: 5px 0 !important;
}
.fx_frd {
  padding: 10px 20px 10px 20px;
}
.fx_frd h3 {
  color: #2095F2;
}
.badge_one {
  border-radius: 10px !important;
  padding: 0 3px !important;
  margin-right: 5px;
}
.you_hui {
  display: block;
  font-size: 15px;
  color: #2095F2;
}
.fx_two {
  border: 1px solid #dddddd;
  color: #767676;
  background: url("http://woaap.bj.bcebos.com/20160627/1466993246.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: 25%;
}
.fx_tree {
  border: 1px solid #dddddd;
  color: #767676;
  line-height: 16px;
}
.errorPage {
  text-align: center;
  padding: 50px 0 0;
}
.errorPage .errorImg {
  margin-bottom: 50px;
}
.errorPage .errorImg img {
  margin: 0 auto;
}
.errorPage h1 {
  color: #6587ac;
}
.errorPage h3 {
  color: #b2b2b2;
}
.errorPage .backBtn {
  background: #30a2f2;
  width: 180px;
  height: 42px;
  border-radius: 30px;
  display: block;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 35px auto 0;
}
.errorPage .backBtn:hover {
  color: #fff;
}
.skin-ecsr .sidebar > .sidebar-menu > li > a{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;

}
.skin-ecsr .sidebar > .sidebar-menu > li > a > span{
    width: 150px;
    display: block;
    margin-top: -2px;
}
.infoImg{
  margin: 30px 0 0 69px;
  width: 50px;
}
.infoTxt{
  font-size: 16px;
  vertical-align: -16px;
  margin-left: 15px;
  color:#817979;
}
.infoWarn{
  margin: 0 54px 0 134px;
  color:#B2B5B2;
}
.viewmodal{
  position: fixed;
  top: 0px;
  height:100%;
  left: -100%;
  width:100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}
.detailPhone{
  position: absolute;
  left:50%;
  margin-left: -180px;
  width:360px;
  height:757px;
  background-image: url(../images/iphone6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.detail_contant{
  height: 560px;
  width:320px;
  margin-top: 80px;
  margin-left: 19px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
}
.view_heard{
  width: 318px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-image: url(../images/bg_mobile_head.png);
  background-repeat: no-repeat;
}
.view_content{
  width:640px;
  overflow: hidden;
  height:495px;
  position: relative;
  left:0px;
}
.view_list,.viewDetail{
  width: 320px;
  height:100%;
  float: left;
  background: #fff;
  overflow-y: auto;
  overflow-x:hidden ;
}
.phonereviewH1{
  line-height:30px;
  font-size: 18px;
  color: #333;
  padding:0px 15px;
  margin: 15px 0 0 0;
}
.phonereviewp{
  line-height:30px;
  font-size: 12px;
  color: #999;
  padding:0px 15px;
  margin: 0px;
}
.phonereviewp a{
  color: #2e8ae6;
  margin-left: 15px;
}
.viewClose{
  height:30px;
  line-height: 30px;
  width:80px;
  text-align: center;
  position: absolute;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  left:50%;
  margin-left:-50px;
  top:50%;
  margin-top: 280px;
}
.CloaseView{
  height:30px;
  width:50px;
  background: transparent;
  position: absolute;
  top:25px;
  left: 15px;
  display: none;
}

//
.detail-page-sy{

}
.detail-page-sy .detail_title {
    background-color: #f4f5f9;
    border-bottom: 1px dashed #ccc;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
}
.detail-page-sy .detail_con {
    padding: 15px;
}
// .detail-page-sy .box-footer.align-center {
//     padding: 15px 0px 15px 0px;
//     background: #F4F5F9;
//     margin: 20px 0px 0px 0px;
// }
.add_store{
    padding: 20px 30px;
}
.add_store .radio-group{
    padding-left: 40px;
}
.nav-right-btn,.stopBtn{
    margin:5px 20px;
    position: absolute;
    top:0;
    right: 0;
}
.openSection{
    padding: 10px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.openSection .left-icon{
    width: 68px;
    height: 68px;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    color:#fff;
    background:#00a8ec;
    border-radius: 6px;
    padding: 12px 0;
}
.openSection .left-icon .fa{
    font-size: 20px;
    color:#fff;
}
.open-text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.open-item{
    position: relative;
    padding-left: 30px;
    margin: 20px 50px;
}
.open-item .s-icon{
    position: absolute;
    top: 0;
    left: 0;
}
.open-item .s-icon .fa{
    font-size:18px;
    color:#999;
}
.open-item .item-text{
    width: 100%;
}
.open-item .item-text p{
    color:#868686;
}
.tab_con{
  height: 45px;
  line-height: 45px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.tab_con ul {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.tab_con ul li{
  width: 50%;
  height:100%;
  text-align: center;
  font-size: 15px;
  float: left;
  cursor: pointer;
}
.tab_con ul li.active{
  height:44px;
  border-bottom: 3px solid #2196f3 !important;
  background: #fff;
}
.tab_con ul li:hover {
  height:44px;
  border-bottom: 3px solid #999;
}
.tab_con_tree>ul, .tab_con_tree>ul ul{
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 5px 0;
}
.tab_con_tree>ul ul {
  padding: 0;
}
.tab_con_tree>ul ul {
  display: none;
}
.tab_con_tree>ul>li li {
  padding-left: 10px;
}
.tab_con_tree>ul p {
  padding: 5px 0 5px 16px;
  cursor: pointer;
  margin: 0;
}
.tab_con_tree>ul li:hover>p, .tab_con_tree>ul li.active>p{
  background: #D3D3CE;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 1px #666;
  margin-top: -1px;
}
.tab_con_tree>ul li p {
  width: 100%;
  height: 100%;
}
.tab_con_tree>ul li p>span {
  display: inline-block;
  width: auto;
  height: 100%;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  /*padding-right: 5px;*/
}
.setTemp {
  text-decoration: underline;
}
.setTemp:hover {
  color: #6ab8f7 !important;
  text-decoration: underline;
}
.table-group {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width:100%;
}
.table-group th {
  background: #f8f8f8;
}
.table-group th, .table-group td {
  width: auto;
  text-align: center;
  border: 1px solid #ddd;
}
.rightMenu {
  width: 100%;
  min-width: 100px;
}
.rightMenu a {
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 5%;
  min-height: 26px;
  line-height: 26px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}
.rightMenu a:hover {
  background-color: #0073b7;
  cursor: pointer;
  color: white;
}
.navLink {
  margin-left: 55px;
  height: 50px;
  line-height: 50px;
}
.navLink li {
  float: left;
  margin-right: 20px;
}
.navLink li a {
  font-size: 14px;
  color: #333;
  text-shadow: 1px 0px 0px #ddd;
}
.singlEditor a img{
  height: 17px;
  width: 17px;
}
.syncDetail{
  position: fixed;
  height: 100%;
  width: 100%;
  top:0px;
  left:0px;
  z-index:999;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0,0,0,0.5);
  justify-content: center;
}
.center{
  height: 260px;
  width: 500px;
  background: #fff;
  border-radius: 3PX;
}
.center h1{
  height: 35px;
  width: 100%;
  line-height:35px;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  text-indent: 5px;
  background: rgba(215, 215, 215, 1);
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}
.center .eenenenen{
  height:95px;
  line-height:95px;
  text-align: center;
}
.center .savebtn{
  height: 39px;
  width: 100%;
  border-top:1px solid #e4e4e4;
  padding:0px;
  margin: 0px;
}
.center .savebtn li{
  width: 50%;
  float: left;
  text-align: center;
  line-height:39px;
  height: 39px;
  cursor: pointer;
}
#syncSave{
  background: #00a5e0;
  color: #fff;
}
.syncUp{
  height: 150px;
  width: 400px;
  background: #fff;
  border-radius: 3PX;
}
.SyncnowProgress{
  color: #fff;
  width: 110px;
  height: 34px;
  position: relative;
  background-color: transparent !important;
}
.Syncnow{
  position: absolute;
  left: 0px;
  top: -1px;
  line-height: 34px;
  text-align: center;
  display: block;
  height: 34px;
  width: 110px;
  z-index: 2;
  color:#000;
  font-weight: normal;
}
#SyncnowProgress{
  position: absolute;
  left: -10px;
  top: -1px;
  background: #2196f3;
  display: block;
  height: 34px;
  z-index: 1;
}
#tips{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2196f3;
    color:#fff;
}


.lazyloading{
  position: fixed;
  height: 100%;
  width: 100%;
  top:0px;
  left:0px;
  z-index:999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
}
.lazyloading span {
  display: block;
  padding: 5px 0;
  text-align: center;
}
.lazyloading img{
  display: block;
  width: 180px;
}


.pagelist{
  text-align: right;
  height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content:flex-end;
  margin-top: 20px;
}
.pagelist a{
  border:1px solid #e4e4e4;
  border-radius: 3px;
  display: block;
  padding: 0px;
  margin: 0px 5px;
  height: 30px;
  text-align: center;
  line-height:27px;
  width: 30px;
  color: #999;
  cursor: pointer;
  outline: none;
}
.pagelist span{
  display: block;
  height: 30px;
  line-height:30px;
}
.pagelist a:last-child{
  width: 50px;
  line-height:30px;
}
.pagelist input{
  margin:0 5px;
  padding: 0px;
  height: 30px;
  width: 50px;
  display:block;
  outline: none;
  border:1px solid #e4e4e4;
  border-radius: 3px;
}
.box .form-inline .limitBeginDate{
  margin-left: -20px;
}
.box .form-inline .limitEndDate{
  margin-left: -20px;
}

.emoji_mask{
  box-sizing: border-box;
  width: 580px;
  background-color: #fff;
  border: 1px solid #323534;
  border-radius: 5px;
  position: absolute;
  top: 111px;
  display: none;
}
.emoji_top{
  box-sizing: border-box;
  width: 100%;
  height: 290px;
  padding: 20px;
}
.top_emj{
  width: 100%;
  height: 100%;
  display: none;
}
.emj_cell{
  width: 29.25px;
  height: 29.25px;
  display: inline-block;
}
.emj_cell font{
  display: block;
  font-size: 21px;
}
.emoji_top .hove{
  display: block !important;
}
.emoji_bottom{
  width: 100%;
  height: 60px;
  background-color: #f6f5f4;
}
.bottom_emj{
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  height: 100%;
  background-color: #f6f5f4;
  padding: 0px 25px;
}
.bottom_emj img{
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px 0px;
}
.bottom_emj font{
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px 0px;
  font-size: 36px;
}
.emoji_bottom .hove{
  background-color: #fff;
}
.emj_pops{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 230px;
  top: -40px;
}
.emj_back{
  width: 0;height: 0;padding: 0;margin: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #2f3533;
}
.emj_cont{
  position: absolute;
  top: 2px;
  left: 1px;
  width: 0;height: 0;padding: 0;margin: 0;
  border: 19px solid transparent;
  border-bottom: 19px solid #fff;
}
.emj_show{
  box-sizing: border-box;
  width: 95px;
  height: 33px;
  border: 1px solid #d0cdc7;
  padding: 6px 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -51px;
  background-color: #fff;
  z-index: 999;
}
.emj_show img{
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: top;
}
.emj_show span{
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
}
