body{word-wrap:break-word;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

.search-form {
  margin-top: 10px;
}
.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE;
}
.search-result .search-link {
  color: #006621;
}
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

.pd-l-20{padding-left: 20px}
.mg-t-10{margin-top: 10px}
.mg-b-10{margin-bottom: 10px}
.mg-b-20{margin-bottom: 20px}
.mg-20{margin: 20px}
.mg-l-30{margin-left: 30px}
.mg-r-5{margin-right: 5px}
.mg-r-15{margin-right: 15px}
.float-right{float: right;}
.float-left{float: left;}
.text-red{color: red;}
.bottom-line{
  border-bottom: solid 1px #eee;
}
.main-page {
  padding: 0px 0px 0px 0px;
  height: calc(100% - 70px);
}
.main-bg {background-color: #0099cc;}
.gray-bg {background-color: #f3f3f4;}

.main-page .row {margin: 5px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.list-search {margin-top: -10px}

.emoji{
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 2px;
  text-align: center;
  vertical-align: top;
  background-size:cover;
}

.navbar-static-top {
  background: #fff;
  height: 90px;
  border-top: solid 1px #0099cc;
}
.fixed-nav #wrapper {
  margin-top: 0;
}
.navBox{height: 90px;}
.navBox .logoImg{position: absolute; top: 0; max-height: 90px; width: auto; margin-top:5px;}
.navBox .nav{margin-left: 180px; text-align: left;width: 600px;float: left;}
.navBox .navright{text-align: right;float: right;margin-top: 30px;font-size: 16px;}
.navBox .nav .list{display: inline-block;}
.navBox .nav .list .aList{display: inline-block;  padding: 30px 5px 0px 5px; margin-left: 20px; font-size: 18px;color: #333;}
.navBox .nav .list .aList.active{color: #0099cc; border-bottom: 2px solid #0099cc;}
.navBox .nav .list .aList:hover{color: #0099cc;}
.navBox .navright .btn-group{background-color: #fff;}
.navBox .navright a{color: #0099cc;}
.header-action-link{color: #0099cc;}
.header-action-link:hover{color: #0099cc;}


.cate-btn{padding: 5px 10px;color: #0099cc;background-color: #ffffff;border-radius: 4px;border:solid 0px #c1c1c1;}
.cate-btn:hover{color: #ffffff;background-color: #0099cc;border-radius: 4px;border:solid 0px #c1c1c1;}

.group{float:left;width: 100%;margin-bottom: 5px;}
.group-logo{float:left;width: 100px;height: 100px;}
.group-detail{float:left;width: calc(100% - 100px);height: 100px;}
.group-introduce{border-top: solid 1px #eee;margin-top: 5px;padding-top: 10px;}
.group-fans{width: 60px;height: 90px;float: left;margin: 5px 10px;}
.group-fans-avatar{width: 100%;float: left;}
.group-fans-name{width: 100%;float: left;}


.member-banner{
  height: 240px;
  margin-top: -20px;
  position: relative;
  color: #fff;
}
.member-banner .attempts{
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 100%;
  background: #000;
  opacity: 0.6;
}

.member-banner .content{
  position: absolute;
  margin-left: -10px;
}

.member-banner .left{
  float: left;
  width: 70%;
  padding-top: 50px;
}
.member-banner .left .avatar{
  margin-top: 10px;
  float: left;
  width: 80px;
  height: 80px;
}
.member-banner .left .info{
  float: left;
  width: calc(100% - 110px);
  margin-left: 20px;
}
.member-banner .left .info .name{
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
}
.member-banner .left .info .sex{
  font-size: 16px;
  color: #0099cc;
}

.member-banner .left .info .sex i{
  width: 18px;
  height: 18px;
}
.member-banner .left .info p{
  margin: 5px 0;
}
.member-banner .left .info .operator{
  margin-top: 20px;
}
.member-banner .right{
  float: right;
  width: 25%;
  padding-top: 50px;
  text-align: right;
}


.member-banner .right .follows,.member-banner .right .fans,.member-banner .right .score{
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  color: #666;
}
.member-banner .right .follows span,.member-banner .right .fans span,.member-banner .right .score span{
  color: #fff;
}
.member-banner .right .follows a,.member-banner .right .fans a,.member-banner .right .score a{
  font-size: 36px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  color: #0099cc;
}

.member-banner .right .login-info{
  margin-top: 80px;
  display: block;
  text-align: right;
}



.nav > li > a {
  color: #333;
  padding: 14px 20px 16px 25px;
  font-size: 18px;
}

.nav > li > a:hover,
.nav > li > a:focus{
  color: #0099cc;
  background-color: #ffffff;
}

.nav.navbar-right > li > a {
  color: #FFFFFF;
}
.nav > li.active > a {
  color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: #00a0e9;
}
.nav > li > a i {
  margin-right: 6px;
}
.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
}

.navbar-top-links {
  padding-top:30px;
  padding-right: 20px;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 40px;
}
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}
.navbar-top-links li a {
  padding: 14px 10px;
  min-height: 50px;
}

.navbar-nav .open {
  background-color: #0099cc;
}

.navbar-nav li {
  height: 90px;
  padding-top: 20px;
}

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px;
}
.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}
.nav-header {
  background-color: #0099cc;
  height: 50px;
}
.pace-done .nav-header {
  transition: all 0.4s;
}
.nav > li.active {
  border-left: 4px solid #0099cc;
  background: #293846;
}
.nav.nav-second-level > li.active {
  border: none;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.nav-header a {
  color: #DFE4ED;
}
.nav-header .text-muted {
  color: #8095a8;
}
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 10px 5px 5px 20px;
  font-size: 14px;
  float: left;
}
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table;
}
.navbar-form-custom .form-group {
  margin-bottom: 0;
}
.nav.navbar-top-links a {
  font-size: 14px;
}
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px;
}
.nav-third-level li a {
  padding-left: 62px;
}
.nav-second-level li:last-child {
  margin-bottom: 10px;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}
.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2f4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}
.mini-navbar li.active .nav-second-level {
  left: 65px;
}
.navbar-default .special_link a {
  background: #0099cc;
  color: white;
}
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}
.navbar-default .special_link a span.label {
  background: #fff;
  color: #0099cc;
}
.navbar-default .landing_link a {
  background: #1cc09f;
  color: white;
}
.navbar-default .landing_link a:hover {
  background: #0099cc !important;
  color: white;
}
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #1cc09f;
}
.logo-element-bm {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 14px 0;
}
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #jeesns-wrapper,
.pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #jeesns-wrapper {
  margin-top: 60px;
}
body.top-navigation.fixed-nav #wrapper #jeesns-wrapper {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px;
}
body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0;
}
body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px;
}
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.body-small .navbar-fixed-top {
  margin-left: 0;
}
body.mini-navbar .navbar-static-side {
  width: 70px;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}
body.canvas-menu .profile-element {
  display: block;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none;
}
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}
body.mini-navbar .logo-element {
  display: block;
}
body.canvas-menu .logo-element {
  display: none;
}
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #0099cc;
}
body.canvas-menu .nav-header {
  padding: 33px 25px;
}
body.mini-navbar #jeesns-wrapper {
  margin: 0 0 0 70px;
}
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}
body.canvas-menu.mini-navbar #jeesns-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
body.fixed-sidebar.mini-navbar #jeesns-wrapper {
  margin: 0 0 0 0;
}
body.body-small.fixed-sidebar.mini-navbar #jeesns-wrapper {
  margin: 0 0 0 220px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px;
}
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}
.top-navigation #jeesns-wrapper {
  margin-left: 0;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #0099cc;
  font-weight: bold;
}
.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
  background: #fff;
}
.top-navigation .navbar {
  margin-bottom: 0;
}
.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  color: #0099cc;
}
.top-navigation .nav > li.active {
  background: #fff;
  border: none;
}
.top-navigation .nav > li.active > a {
  color: #0099cc;
}
.top-navigation .navbar-right {
  margin-right: 10px;
}
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}
.navbar .dropdown-menu {
  margin-top: 0;
}
.top-navigation .navbar-brand {
  background: #0099cc;
  color: #fff;
  padding: 15px 25px;
}
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}
.top-navigation.mini-navbar #jeesns-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #jeesns-wrapper,
.mini-navbar .top-navigation #jeesns-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #jeesns-wrapper,
.canvas-menu #jeesns-wrapper {
  margin: 0;
}
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}
.top-navigation .wrapper.wrapper-content {
  padding: 20px;
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}
.navbar-toggle {
  background-color: #0099cc;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
.menu-visible-lg,
.menu-visible-md {
  display: none !important;
}
@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important;
  }
  .menu-visible-lg {
    display: block !important;
  }
}
.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-w-m {
  min-width: 120px;
}
.btn-primary.btn-outline {
  color: #0099cc;
}
.btn-success.btn-outline {
  color: #1c84c6;
}
.btn-info.btn-outline {
  color: #23c6c8;
}
.btn-warning.btn-outline {
  color: #0099cc;
}
.btn-danger.btn-outline {
  color: #ed5565;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #0099cc;
  border-color: #0099cc;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #0099cf;
  border-color: #0099cf;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #FFFFFF;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}
.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}
.btn-warning {
  background-color: #0099cc;
  border-color: #0099cc;
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}
.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #0099cc;
  text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.btn:focus {
  outline: none !important;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #0099cc;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #0099cc;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #0099cc;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
/* TOOLTIPS */
.tooltip-inner {
  background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}


/* CIRCLE */
.img-circle {
  border-radius: 50%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
/* ANIMATION */
.css-animation-box h1 {
  font-size: 44px;
}
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}
.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px;
}
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}
/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #0099cc;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 30px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}
.check-link {
  font-size: 16px;
}
.todo-completed {
  text-decoration: line-through;
}
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}
.glyphicon.fa {
  font-family: "FontAwesome";
}
/* INPUTS */
.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus,
.single-line:focus {
  border-color: #0099cc !important;
}
.has-success .form-control {
  border-color: #0099cc;
}
.has-warning .form-control {
  border-color: #0099cc;
}
.has-error .form-control {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #0099cc;
}
.has-warning .control-label {
  color: #0099cc;
}
.has-error .control-label {
  color: #ed5565;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #0099cc;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}
/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
/* Google Maps */
.google-map {
  height: 300px;
}
/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #cc5965;
}


/* Image cropper style */
.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.img-preview-sm {
  height: 130px;
  width: 200px;
}
/* Forum styles  */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}
.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}
.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}
.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}
.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
  margin: 10px 0;
}
.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}
.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}
.mid-icon {
  font-size: 66px;
}
.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}
.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}
.forum-container,
.forum-post-container {
  padding: 30px !important;
}
.forum-item small {
  color: #999;
}
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}
.forum-title {
  margin: 15px 0 15px 0;
}
.forum-info {
  text-align: center;
}
.forum-desc {
  color: #999;
}
.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
a.forum-item-title:hover {
  color: inherit;
}
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b;
}
.forum-item.active .fa {
  color: #0099cc;
}
.forum-item.active a.forum-item-title {
  color: #0099cc;
}
@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none;
  }
  .forum-desc {
    float: none !important;
  }
}
/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
  height: 40px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}

.popover[class*=tour-] {
  z-index: 2100;
}


body {
  font-family: helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", simsun;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #jeesns-wrapper {
  height: 100%;
}
#jeesns-wrapper {
  min-height: auto;
}

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.border-bottom {
  /*border-bottom: 1px solid #e7eaec !important;*/
  margin-left: 0px;
}
.font-bold {
  font-weight: 600;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2200;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.modal-footer {
  margin-top: 0;
}
/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper {
  /*padding: 0 20px;*/
}
.wrapper-content {
  padding: 0px 0px 30px 0px;
  height: calc(100% - 70px);
}
#jeesns-wrapper {
  /*padding: 0 5px 0 10px;*/
  min-height: 568px;
  position: relative !important;
}
@media (min-width: 768px) {
  #jeesns-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 100%;
  }
}
.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}
/* FOOTER */
.manage-footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.manage-footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
}
.manage-footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 220px;
}
.footer {
  height: 100px;
  background-color: #2f2f2f;
  color: #777;
  padding-top: 30px;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px;
}
body.body-small .footer.fixed {
  margin-left: 0;
}
/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}
/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0;
}
.blank-panel .panel-heading {
  padding-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #676a6c;
}
.ui-tab .tab-content {
  padding: 20px 0;
}
/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}

.ibox-content .list-thumbnail {
  width: 80px;
  height: 80px;
}

.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.full-width {
  width: 100% !important;
}
.link-block {
  font-size: 12px;
  padding: 10px;
}
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}
.link-block a {
  font-size: 10px;
  color: inherit;
}
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.login-panel {
  margin-top: -20px;
  padding-top: 10%;
  padding-bottom: 20%;
  background-image: url(../images/loginbg.jpg);
}
.ui-draggable .ibox-title {
  cursor: move;
}
.breadcrumb {
  background-color: #ffffff;
  padding: 8px 15px;
  margin-bottom: 0;
  border-radius: 0px;
  font-size: 15px;
}
.breadcrumb > .active {
  color: inherit;
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}
.ibox {
  clear: both;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 45px;
  border-bottom: solid 1px #eee;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px;
  width: 100%;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
  width: 100px;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.panel-primary {
  border-color: #0099cc;
}
.panel-primary > .panel-heading {
  background-color: #0099cc;
  border-color: #0099cc;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}
.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff;
}
.panel-warning {
  border-color: #0099cc;
}
.panel-warning > .panel-heading {
  background-color: #0099cc;
  border-color: #0099cc;
  color: #ffffff;
}
.panel-danger {
  border-color: #ed5565;
}
.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}
/* COLORS */
.text-navy {
  color: #0099cc;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #0099cc;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}

.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}
/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}
a.close-canvas-menu:hover {
  color: #fff;
}
.close-canvas-menu {
  display: none;
}
.canvas-menu .close-canvas-menu {
  display: block;
}
.light-navbar .navbar.navbar-static-top {
  background-color: #ffffff;
}
/* FULL HEIGHT */
.full-height {
  height: 100%;
}
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}
.modal-backdrop {
  z-index: 2040 !important;
}
.modal {
  z-index: 2050 !important;
}
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

.fullscreen-ibox-mode .animated {
  animation: none;
}
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}
.ibox.fullscreen .collapse-link {
  display: none;
}
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}
body.modal-open {
  padding-right: inherit !important;
}
body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}
.middle-box h1 {
  font-size: 170px;
}
.wrapper .middle-box {
  margin-top: 140px;
}

/* DASBOARD */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}
.fist-item {
  border-top: none !important;
}
.statistic-box {
  margin-top: 40px;
}
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list {padding-left: 0;}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}
/* PROFILE */
.profile-content {
  border-top: none !important;
}
.profile-stats {
  margin-right: 10px;
}
.profile-image {
  width: 120px;
  float: left;
}
.profile-image img {
  width: 96px;
  height: 96px;
}
.profile-info {
  margin-left: 120px;
}
.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
  /*margin-top: 0;*/
}
.feed-element {
  padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
  margin-top: 15px;
}
.feed-element,
.media-body {
  overflow: hidden;
}
.media-body {
  display: block;
}
.feed-element > .pull-left {
  margin-right: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.feed-element .actions {
  margin-top: 10px;
}
.feed-element .photos {
  margin: 10px 0;
}
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}


/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700;
}
.blog h5 {
  margin: 0 0 5px 0;
}
.blog .btn {
  margin: 0 0 5px 0;
}
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}
.article p {
  font-size: 15px;
  line-height: 26px;
}
.article-title {
  text-align: center;
  margin: 0px 0 50px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.article .content img{
  max-width: 100%;
}
.article .ibox-content {
  padding: 40px;
}
/* TEAMS */
.team-members {
  margin: 10px 0;
}
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}
/* AGILE BOARD */
.sortable-list {
  padding: 10px 0;
}
.agile-list {
  list-style: none;
  margin: 0;
}
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}
.agile-list li.warning-element {
  border-left: 3px solid #0099cc;
}
.agile-list li.danger-element {
  border-left: 3px solid #ed5565;
}
.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}
.agile-list li.success-element {
  border-left: 3px solid #0099cc;
}
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}
/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}
del {
  background-color: #ffc6c6;
}
.image-imitation {
  background-color: #f8f8f9;
  text-align: center;
  padding: 200px 0;
}
.product-main-price small {
  font-size: 10px;
}
.product-images {
  margin: 0 20px;
}

.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}
.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}
.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}
.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}
.social-action {
  margin: 15px;
}
.social-avatar {
  padding: 15px 15px 0 15px;
}
.social-comment .social-comment {
  margin-left: 45px;
}
.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}
.social-body {
  padding: 15px;
}
.social-body img {
  margin-bottom: 10px;
}

.metismenu .plus-minus,
.metismenu .plus-times {
  float: right;
}
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

@media (min-width: 768px) {
  #jeesns-wrapper {
    position: inherit;
    margin: 0 0 0 180px;
    min-height: 100%;
    height: 100%;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 180px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #jeesns-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 100%;
    height: 100%;
  }
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .lock-word {
    display: none;
  }
  .navbar-form-custom {
    display: none;
  }
  .navbar-header {
    display: inline;
    float: left;
  }
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}
@media (max-width: 350px) {
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}


#weiboUploader .queueList {
  margin: 20px;
  border: 3px dashed #e6e6e6;
}

#weiboUploader .queueList.filled {
  padding: 17px;
  margin: 0;
  border: 3px dashed transparent;
}

#weiboUploader .queueList.webuploader-dnd-over {
  border: 3px dashed #999999;
}

#weiboUploader p {
  margin: 0;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#weiboUploader .placeholder {
  min-height: 150px;
  padding-top: 50px;
  text-align: center;
  color: #cccccc;
  font-size: 18px;
  position: relative;
}

#weiboUploader .placeholder .webuploader-pick {
  font-size: 18px;
  background: #00b7ee;
  border-radius: 3px;
  line-height: 44px;
  padding: 0 30px;
  *width: 120px;
  color: #fff;
  display: inline-block;
  margin: 0 auto 20px auto;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#weiboUploader .placeholder .webuploader-pick-hover {
  background: #00a2d4;
}

#weiboUploader .placeholder .flashTip {
  color: #666666;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}

#weiboUploader .placeholder .flashTip a {
  color: #0785d1;
  text-decoration: none;
}

#weiboUploader .placeholder .flashTip a:hover {
  text-decoration: underline;
}

#weiboUploader .filelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#weiboUploader .filelist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

#weiboUploader .filelist li {
  width: 110px;
  height: 110px;
  background: url(../images/upload_bg.png) no-repeat;
  text-align: center;
  margin: 0 8px 20px 0;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  font-size: 12px;
}

#weiboUploader .filelist li p.log {
  position: relative;
  top: -45px;
}

#weiboUploader .filelist li p.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
}

#weiboUploader .filelist li p.progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
  z-index: 50;
  margin: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: 0 0 0;
}

#weiboUploader .filelist li p.progress span {
  display: none;
  overflow: hidden;
  width: 0;
  height: 100%;
  background: #1483d8 url(../images/upload_progress.png) repeat-x;

  -webit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;

  -webkit-animation: progressmove 2s linear infinite;
  -moz-animation: progressmove 2s linear infinite;
  -o-animation: progressmove 2s linear infinite;
  -ms-animation: progressmove 2s linear infinite;
  animation: progressmove 2s linear infinite;

  -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}

@-moz-keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}

@keyframes progressmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 17px 0;
  }
}

#weiboUploader .filelist li p.imgWrap {
  position: relative;
  z-index: 2;
  line-height: 110px;
  vertical-align: middle;
  overflow: hidden;
  width: 110px;
  height: 110px;

  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

#weiboUploader .filelist li img {
  width: 100%;
}

#weiboUploader .filelist li p.error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
}

#weiboUploader .filelist li .success {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 200;
  background: url(../images/upload_success.png) no-repeat right bottom;
}

#weiboUploader .filelist div.file-panel {
  position: absolute;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
}

#weiboUploader .filelist div.file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/upload_icons.png) no-repeat;
  margin: 5px 1px 1px;
  cursor: pointer;
}

#weiboUploader .filelist div.file-panel span.rotateLeft {
  background-position: 0 -24px;
}

#weiboUploader .filelist div.file-panel span.rotateLeft:hover {
  background-position: 0 0;
}

#weiboUploader .filelist div.file-panel span.rotateRight {
  background-position: -24px -24px;
}

#weiboUploader .filelist div.file-panel span.rotateRight:hover {
  background-position: -24px 0;
}

#weiboUploader .filelist div.file-panel span.cancel {
  background-position: -48px -24px;
}

#weiboUploader .filelist div.file-panel span.cancel:hover {
  background-position: -48px 0;
}

#weiboUploader .statusBar {
  height: 63px;
  border-top: 1px solid #dadada;
  padding: 0 20px;
  line-height: 63px;
  vertical-align: middle;
  position: relative;
}

#weiboUploader .statusBar .progress {
  border: 1px solid #1483d8;
  width: 198px;
  background: #fff;
  height: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #6dbfff;
  position: relative;
  margin: 0 10px 0 0;
}

#weiboUploader .statusBar .progress span.percentage {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #1483d8;
  position: absolute;
}

#weiboUploader .statusBar .progress span.text {
  position: relative;
  z-index: 10;
}

#weiboUploader .statusBar .info {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

#weiboUploader .statusBar .btns {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 40px;
}

#filePicker2 {
  display: inline-block;
  float: left;
}

#weiboUploader .statusBar .btns .webuploader-pick,
#weiboUploader .statusBar .btns .uploadBtn,
#weiboUploader .statusBar .btns .uploadBtn.state-uploading,
#weiboUploader .statusBar .btns .uploadBtn.state-paused {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  color: #565656;
  padding: 0 18px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

#weiboUploader .statusBar .btns .webuploader-pick-hover,
#weiboUploader .statusBar .btns .uploadBtn:hover,
#weiboUploader .statusBar .btns .uploadBtn.state-uploading:hover,
#weiboUploader .statusBar .btns .uploadBtn.state-paused:hover {
  background: #f0f0f0;
}

#weiboUploader .statusBar .btns .uploadBtn {
  background: #00b7ee;
  color: #fff;
  border-color: transparent;
}

#weiboUploader .statusBar .btns .uploadBtn:hover {
  background: #00a2d4;
}

#weiboUploader .statusBar .btns .uploadBtn.disabled {
  pointer-events: none;
  opacity: 0.6;
}


@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0;
  }
}
.message-input {
  height: 90px !important;
}
.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}
.chat-user-name {
  padding: 10px;
}
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
.chat-user a {
  color: inherit;
}
.chat-view {
  z-index: 20012;
}
.chat-users,
.chat-statistic {
  margin-left: 10px;
  margin-right: -10px;
}
@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0;
  }
}
.chat-view .ibox-content {
  padding: 0;
}
.chat-message {
  padding: 10px 20px;
}
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}
.chat-discussion .chat-message.left .message-date {
  float: right;
}
.chat-discussion .chat-message.right .message-date {
  float: left;
}
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}
.message-date {
  font-size: 10px;
  color: #888888;
}
.message-content {
  display: block;
}
.chat-discussion {
  background: #e9eeee;
  padding: 15px;
  height: 420px;
  overflow-y: auto;
  margin-right: 10px;
}
.send-message-area {
  margin-right: 10px;
}
.chat-discussion .no-message{
  width:100%;
  margin-top:100px;
  text-align:center;
  font-size:30px;
}
.chat-users {
  overflow-y: auto;
  height: 530px;
}
.chat-users .load-more,.chat-discussion .chat-load-more{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.chat-message-form .form-group {
  margin-bottom: 0;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
  border-radius: 2px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}

/* ============================================================
   移动适配 (< 768px) —— 视觉/触摸/溢出
   索引页的 navbar 折叠/汉堡菜单见 jeesns-skin.css:1052-1111
   nav-3d (表单页) 折叠见 jeesns-skin.css:338-394
   ============================================================ */
@media (max-width: 767px) {
  /* ── 基础字号 / 行高 ── */
  body { font-size: 14px; line-height: 1.55; }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 17px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }

  /* ── 容器 / 包裹层 padding 收紧 ── */
  .wrapper.wrapper-content { padding: 8px 0; }
  .container { padding-left: 10px; padding-right: 10px; }
  .nav-row { margin: 0; }

  /* ── 卡片/ibox 内边距收紧 ── */
  .ibox-content { padding: 12px; }
  .ibox-title { padding: 10px 12px; }
  .blog h2 { margin: 6px 0 12px; }

  /* ── 文章详情 ── */
  .article-title { margin: 0 0 16px 0; padding-bottom: 12px; }
  .article-title h2 { font-size: 20px; line-height: 1.3; }
  .article p { font-size: 15px; line-height: 1.7; }
  .article .content { word-wrap: break-word; overflow-wrap: break-word; }
  .article .content img { max-width: 100% !important; height: auto !important; }
  .article .content pre,
  .article .content code {
    white-space: pre-wrap; word-break: break-all;
    max-width: 100%; overflow-x: auto;
  }
  .article .content table { display: block; overflow-x: auto; }

  /* ── 列表项 (首页/文章列表) ── */
  .bottom-line { padding: 10px 0; }
  .feed-element { padding: 8px 0; }
  .feed-element img.img-circle { width: 36px; height: 36px; }
  .feed-element .media-body { font-size: 14px; }
  .list-thumbnail img { max-width: 100%; height: auto; }
  .ibox-content.col-sm-12 { padding-left: 0; padding-right: 0; }

  /* ── 触摸目标(>= 44px) ── */
  .btn { min-height: 40px; padding: 8px 14px; }
  .btn-sm { min-height: 36px; padding: 6px 10px; }
  .form-control { min-height: 40px; font-size: 16px; }  /* 16px 避免 iOS 自动缩放 */
  textarea.form-control { min-height: 80px; font-size: 16px; }
  .input-group-btn .btn { min-height: 40px; }
  .pagination li a, .pagination li span { min-width: 36px; min-height: 36px; line-height: 36px; padding: 0 8px; }
  .pagination { display: flex; flex-wrap: wrap; justify-content: center; }
  .nav-btn, .action-link, .mobile-menu a { min-height: 44px; display: flex; align-items: center; }

  /* ── 登录/表单面板 —— mobile 完全透明,3D 背景全显 ── */
  .login-panel { padding: 0 8px; }
  .login-panel .ibox-content {
    padding: 18px 16px;
    border-radius: 14px;
    background: transparent !important;        /* 撤销 frosted glass,让 3D 透过来 */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(255,255,255,0.18) !important;  /* 细边线维持形态 */
    box-shadow: none !important;
  }
  .login-panel .ibox-content h3 { font-size: 20px; margin-bottom: 16px; }
  .login-panel .form-group { margin-bottom: 14px; font-size: 14px; }
  .login-panel .form-group label,
  .login-panel .form-group { color: rgba(255,255,255,0.9); }
  .login-panel .form-control {
    background: rgba(7,11,20,0.55) !important;  /* 输入框自带暗底,可读 */
    border: 1px solid rgba(0,210,255,0.25) !important;
  }
  .login-panel .form-control::placeholder { color: rgba(200,220,240,0.5); }
  .login-panel .btn-primary { min-height: 44px; font-size: 15px; }

  /* ── nav-3d 表单页 navbar ── */
  .nav-3d { min-height: 56px; }
  .nav-3d .navbar-brand { padding: 8px 10px; }
  .nav-3d .logo-animated .logo-text { font-size: 16px; }
  .nav-3d .navbar-toggle { padding: 10px 12px; font-size: 20px; }

  /* ── nav-row / liquid-navbar 边距 ── */
  .liquid-navbar-inner { padding: 0 12px !important; min-height: 56px; }
  .mobile-toggle { padding: 10px; font-size: 22px; }
  /* 避让 gesture 按钮(gesture 在 top:10px right:14px,固定定位)—— 把 hamburger 往左挪 */
  .mobile-toggle#mobile-toggle { right: 70px; }

  /* ── 头像/缩略图 ── */
  .user-avatar { width: 28px; height: 28px; }
  .user-name { display: none; }  /* 头像旁边文字太挤,藏掉 */
  .msg-badge { font-size: 10px; padding: 1px 5px; }

  /* ── 表单/标签/输入组 ── */
  .form-group label { font-size: 14px; }
  .form-horizontal .control-label { padding-top: 8px; }
  .input-group .form-control { font-size: 14px; }
  .input-sm { min-height: 36px; }
  .cate-btn { padding: 4px 10px; font-size: 13px; margin: 2px; }

  /* ── 表情 / emoji 容器 ── */
  .emoji-container { font-size: 18px; }
  .emoji-container .emoji-tbtn { font-size: 22px; }

  /* ── 评论 / 喜欢按钮 ── */
  .article-favor { font-size: 13px; padding: 8px 14px; }
  #moreComment { font-size: 14px; min-height: 44px; }

  /* ── canvas (3D 背景) 在 mobile 上保持 100% —— 用户要求 3D 特效不变 ── */
  /* 之前误写 opacity: 0.4,已撤销 */

  /* ── footer ── */
  .footer { font-size: 12px; padding: 16px 0; }
  .login-page-footer { font-size: 12px; padding: 14px 0; }

  /* ── 表格行(如果有)防止横向溢出 ── */
  table { max-width: 100%; }
  .table-responsive { border: 0; }
}

/* 超小屏 (iPhone SE 之类,< 375px) 进一步收紧 */
@media (max-width: 374px) {
  body { font-size: 13px; }
  h2 { font-size: 18px; }
  .login-panel .ibox-content { padding: 12px 10px; }
  .liquid-navbar-inner { padding: 0 8px !important; }
  .mobile-toggle#mobile-toggle { right: 60px; }
}

/* ============================================================
   文章列表缩略图(首页 / cms 列表 / group 帖子)(< 768px)
   桌面:col-sm-10 内容 + col-sm-2 缩略图(原 80px 浮动)
   手机:flex 横排,内容 flex:1 填满,缩略图固定 72px 在右
   ============================================================ */
@media (max-width: 767px) {
  .ibox-content.col-sm-12.bottom-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .ibox-content.col-sm-12.bottom-line > .col-sm-10 {
    flex: 1;
    min-width: 0;       /* 允许文字收缩,避免长标题溢出 */
  }
  .ibox-content.col-sm-12.bottom-line > .col-sm-2 {
    flex: 0 0 72px;
    width: 72px;
  }
  .ibox-content.col-sm-12.bottom-line .list-thumbnail {
    width: 72px;
    height: 72px;
    float: none !important;   /* 覆盖桌面端的 float-right */
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(0,0,0,0.04);
  }
  .ibox-content.col-sm-12.bottom-line .list-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* 保持比例填满 72x72 */
    display: block;
    margin: 0 !important;
  }
  .ibox-content.col-sm-12.bottom-line h3 {
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 4px 0;
  }
  .ibox-content.col-sm-12.bottom-line h3 a { word-break: break-word; }
  .ibox-content.col-sm-12.bottom-line .small {
    font-size: 12px;
  }
  .ibox-content.col-sm-12.bottom-line .small .text-muted i { margin-right: 1px; }
}

/* ============================================================
   右侧抽屉菜单(< 768px) —— 替代原 .mobile-menu 下拉
   ============================================================ */
/* 桌面端默认隐藏 —— 必须在 @media 外面,否则会作为普通 block 渲染 */
.mobile-drawer,
.mobile-overlay { display: none; }

@media (max-width: 767px) {
  /* 锁 body 滚动 */
  body.drawer-open { overflow: hidden; }

  /* 抽屉触发按钮:右移避开 gesture 按钮 */
  #mobile-toggle#mobile-toggle { right: 70px; }

  /* 遮罩 */
  .mobile-overlay {
    position: fixed; inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-overlay.open {
    opacity: 1;
    pointer-events: auto;
  }

  /* 抽屉本体 —— 配色跟 PC navbar 同款,light/dark 自动切换 */
  .mobile-drawer {
    /* Light theme tokens (跟 .liquid-navbar 默认值一致) */
    --drawer-bg: rgba(255, 255, 255, 0.92);
    --drawer-border: rgba(0, 0, 0, 0.06);
    --drawer-text: rgba(0, 0, 0, 0.85);
    --drawer-text-hover: rgba(0, 0, 0, 0.95);
    --drawer-hover-bg: rgba(0, 0, 0, 0.05);
    --drawer-divider: rgba(0, 0, 0, 0.08);
    --drawer-toggle: rgba(0, 0, 0, 0.5);
    --drawer-toggle-hover: rgba(0, 0, 0, 0.85);
    --drawer-btn-bg: rgba(0, 0, 0, 0.05);
    --drawer-btn-bg-hover: rgba(0, 0, 0, 0.10);
    --drawer-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    --drawer-active-bg: linear-gradient(90deg, rgba(16, 185, 129, 0.22) 0%, rgba(16, 185, 129, 0.05) 70%, transparent 100%);
    --drawer-active-border: #10b981;
    --drawer-active-border-width: 4px;
    --drawer-active-text: #047857;

    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 280px;
    max-width: 80%;
    background: var(--drawer-bg);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    backdrop-filter: blur(24px) saturate(180%);
    box-shadow: var(--drawer-shadow);
    z-index: 100001;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.4s ease, color 0.4s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--drawer-text);
    border-left: 1px solid var(--drawer-border);
  }
  .mobile-drawer.open {
    transform: translateX(0);
  }
  /* Dark theme 配色(跟 PC liquid-navbar[data-theme="dark"] 一致) */
  html[data-theme="dark"] .mobile-drawer,
  body[data-theme="dark"] .mobile-drawer {
    --drawer-bg: rgba(20, 20, 25, 0.92);
    --drawer-border: rgba(255, 255, 255, 0.06);
    --drawer-text: rgba(255, 255, 255, 0.85);
    --drawer-text-hover: #ffffff;
    --drawer-hover-bg: rgba(255, 255, 255, 0.08);
    --drawer-divider: rgba(255, 255, 255, 0.1);
    --drawer-toggle: rgba(255, 255, 255, 0.5);
    --drawer-toggle-hover: #ffffff;
    --drawer-btn-bg: rgba(255, 255, 255, 0.08);
    --drawer-btn-bg-hover: rgba(255, 255, 255, 0.16);
    --drawer-shadow: -4px 0 32px rgba(0, 0, 0, 0.55);
    --drawer-active-bg: linear-gradient(90deg, rgba(102, 126, 234, 0.32) 0%, rgba(102, 126, 234, 0.08) 70%, transparent 100%);
    --drawer-active-border: #667eea;
    --drawer-active-border-width: 4px;
    --drawer-active-text: #ffffff;
  }

  /* 抽屉头部 —— 只放 close,无用户信息 */
  .drawer-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px;
    border-bottom: 1px solid var(--drawer-divider);
  }
  .drawer-close {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--drawer-btn-bg);
    color: var(--drawer-toggle);
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
  }
  .drawer-close:hover { background: var(--drawer-btn-bg-hover); color: var(--drawer-toggle-hover); }
  .drawer-close:active { transform: scale(0.92); }

  /* 主题按钮(在 nav 第一项,跟 menu 同款) —— 重置 button 默认样式 */
  button.drawer-item,
  .drawer-item-action {
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: inherit;
    color: var(--drawer-text);
    cursor: pointer;
    box-sizing: border-box;
  }
  button.drawer-item:focus,
  .drawer-item-action:focus {
    outline: none;
  }
  /* 主题图标容器:固定 20x20 盒子参与 flex 流,两个 icon 在盒子内绝对定位,
     切主题时位置不变(只换内部内容) */
  .drawer-theme-icons {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .drawer-theme-icons .drawer-theme-icon-sun,
  .drawer-theme-icons .drawer-theme-icon-moon {
    position: absolute;
    top: 0; left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .drawer-theme-icons .drawer-theme-icon-sun  { opacity: 1; transform: scale(1) rotate(0deg); }
  .drawer-theme-icons .drawer-theme-icon-moon { opacity: 0; transform: scale(0.4) rotate(-90deg); }
  html[data-theme="dark"] .drawer-theme-icons .drawer-theme-icon-sun,
  body[data-theme="dark"] .drawer-theme-icons .drawer-theme-icon-sun  { opacity: 0; transform: scale(0.4) rotate(90deg); }
  html[data-theme="dark"] .drawer-theme-icons .drawer-theme-icon-moon,
  body[data-theme="dark"] .drawer-theme-icons .drawer-theme-icon-moon { opacity: 1; transform: scale(1) rotate(0deg); }

  /* 分割线 */
  .drawer-divider {
    height: 1px;
    background: var(--drawer-divider);
    margin: 6px 18px;
  }

  /* 抽屉导航 */
  .drawer-nav { flex: 1; padding: 10px 0; }
  .drawer-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    color: var(--drawer-text);
    text-decoration: none;
    font-size: 15px;
    border-left: var(--drawer-active-border-width, 3px) solid transparent;
    transition: background 0.15s, color 0.15s, border-color 0.15s, padding 0.15s;
  }
  .drawer-item i { width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; opacity: 0.85; }
  /* 文字 span 占满剩余空间;但要排除 .drawer-theme-icons 容器(它是固定 20x20 装 sun/moon 图标),
     不然 flex:1 1 0% 会覆盖其 width:20px,导致 icon 容器和文字 span 互相争抢空间,文字被挤没。 */
  .drawer-item span:not(.drawer-theme-icons) { flex: 1; }
  .drawer-item:hover { background: var(--drawer-hover-bg); color: var(--drawer-text-hover); text-decoration: none; }
  .drawer-item.active {
    background: var(--drawer-active-bg);
    color: var(--drawer-active-text);
    border-left-color: var(--drawer-active-border);
    font-weight: 600;
    /* active 时让文字稍内缩,把空间让给加粗的边条 */
    padding-left: calc(18px - 1px);
  }
  .drawer-item.active i { color: var(--drawer-active-border); opacity: 1; }

  /* 抽屉底部(已登录时显示) */
  .drawer-footer {
    border-top: 1px solid var(--drawer-divider);
    padding: 6px 0 12px;
    background: transparent;
  }
  .drawer-item-sub { font-size: 14px; padding: 10px 18px; opacity: 0.85; }
  .drawer-item-sub i { font-size: 14px; }
  /* 未登录时的登录 CTA —— 主题感强:light 用绿色(配 navbar --pill-bg),dark 用紫蓝(配 navbar liquid-glass) */
  .drawer-item-cta {
    background: var(--drawer-active-bg);
    border-left: 3px solid var(--drawer-active-border);
    opacity: 1;
    font-weight: 600;
    color: var(--drawer-active-text);
  }
  .drawer-item-cta:hover { opacity: 0.9; }
  .drawer-item-cta i { color: var(--drawer-active-border); }
}

/* 超小屏调整抽屉 */
@media (max-width: 374px) {
  .mobile-drawer { width: 88%; max-width: none; }
  .drawer-item { padding: 10px 14px; font-size: 14px; }
}

/* ============================================================
   Agent 系列页面 + 全局仪表盘(< 768px)
   ============================================================ */
@media (max-width: 767px) {
  /* ── Agent 列表页 ── */
  .agent-hero h2 { font-size: 17px; }
  .agent-hero .hero-sub { font-size: 11px; }
  .chaos-btn { width: 100%; max-width: 240px; height: 52px; }
  .chaos-label { font-size: 15px; line-height: 52px; }
  .agent-search { flex-wrap: wrap; }
  .agent-search .form-control { width: 100%; flex: 0 0 100%; margin-bottom: 8px; }
  .agent-search .btn-search { width: 100%; }

  /* ── Agent 注册页 ── */
  .register-wrapper { padding: 20px 12px; }
  .register-card { padding: 24px 16px 20px; border-radius: 12px; }
  .register-logo { width: 52px; height: 52px; font-size: 26px; margin-bottom: 14px; }
  .register-card h1 { font-size: 20px; }
  .register-card .subtitle { font-size: 13px; margin-bottom: 22px; }
  .register-card .form-group { margin-bottom: 16px; }
  .register-card label { font-size: 12px; }
  .register-card .form-control { height: 44px; font-size: 15px; }
  .btn-register { height: 44px; font-size: 14px; }

  /* ── Agent dashboard ── */
  .dashboard-wrapper { padding: 20px 12px; }
  .dashboard-card { padding: 20px 16px; border-radius: 12px; margin-bottom: 16px; }
  .dashboard-card h2 { font-size: 18px; margin-bottom: 16px; }
  .dashboard-card .subtitle { font-size: 13px; margin-bottom: 18px; }
  .lookup-form { flex-wrap: wrap; }
  .lookup-form .form-control { width: 100%; flex: 0 0 100%; margin-bottom: 8px; }
  .btn-lookup { width: 100%; height: 44px; }
  .stat-grid { gap: 8px; }
  .stat-item { padding: 14px 8px; border-radius: 10px; }
  .stat-num { font-size: 22px; }
  .stat-label { font-size: 10px; letter-spacing: 0; }
  .detail-table { font-size: 13px; }
  .detail-table td:first-child { width: 80px; }
  .empty-state { padding: 20px 8px; }
  .empty-state .empty-icon { width: 56px; height: 56px; font-size: 28px; }
  .empty-state h3 { font-size: 16px; }
  .empty-state p { font-size: 13px; line-height: 1.5; }
  .dashboard-links { font-size: 13px; }
  .dashboard-links a { display: inline-block; margin: 4px 8px; }

  /* ── Agent register-result ── */
  .result-wrapper { padding: 20px 12px; }
  .result-card { padding: 24px 16px 20px; border-radius: 12px; }
  .result-icon { width: 56px; height: 56px; font-size: 28px; margin-bottom: 14px; }
  .result-card h1 { font-size: 20px; }
  .result-card .subtitle { font-size: 13px; margin-bottom: 22px; }
  .apikey-box { padding: 14px 16px; }
  .apikey-value { font-size: 13px; line-height: 1.5; }
  .btn-copy { padding: 7px 14px; font-size: 12px; }
  .agent-info { padding: 14px 16px; }
  .agent-info .info-row { font-size: 13px; flex-wrap: wrap; gap: 4px; }
  .agent-info .info-value { word-break: break-all; max-width: 60%; }
  .verify-guide h3 { font-size: 15px; }
  .verify-steps { font-size: 13px; padding-left: 18px; }
  .verify-steps code { font-size: 12px; }
  .result-actions { gap: 8px; }
  .btn-outline { padding: 9px 16px; font-size: 13px; }
  .warning-box { padding: 12px 14px; font-size: 12px; }

  /* ── 全局仪表盘 dashboard.ftl ── */
  .cockpit { padding: 12px 10px !important; }
  .top-bar { padding: 10px 14px; gap: 10px; flex-wrap: wrap; }
  .top-bar .logo { font-size: 15px; }
  .top-bar .meta { font-size: 11px; }
  .hero-grid { gap: 10px; }
  .kpi { padding: 14px 12px; border-radius: 12px; }
  .kpi .lbl { font-size: 10px; letter-spacing: 0.5px; }
  .kpi .num { font-size: 26px; margin-top: 4px; }
  .kpi .delta { font-size: 11px; margin-top: 4px; }
  .kpi .icon { font-size: 36px; bottom: 8px; right: 10px; }
  .card { padding: 14px; border-radius: 12px; }
  .card h3 { font-size: 12px; margin-bottom: 10px; }
  .card h3 .sub { font-size: 9px; }
  .three-wrap { height: 240px; }
  .donut-box { width: 130px; height: 130px; }
  #agentStatusChart { width: 130px !important; height: 130px !important; }
  .donut-center .big { font-size: 24px; }
  .donut-center .sm { font-size: 9px; }
  .donut-row { font-size: 12px; }
  .stream { max-height: 240px; }
  .stream-item { font-size: 12px; padding: 6px 0; }
  .stream-item .src { font-size: 9px; }
  .chart-wrap { height: 200px; }
}

/* 进一步收紧 Agent 页 (< 375px) */
@media (max-width: 374px) {
  .chaos-btn { height: 46px; }
  .chaos-label { font-size: 14px; line-height: 46px; }
  .register-card, .dashboard-card, .result-card { padding: 18px 12px; }
  .register-card h1, .result-card h1 { font-size: 18px; }
  .kpi .num { font-size: 22px; }
  .three-wrap { height: 200px; }
  .stat-num { font-size: 20px; }
  .stat-label { font-size: 9px; }
}