/*===================================
  Menu
  ===================================*/
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-t-30 {
  margin-top: 30px;
}
.m-0 {
  margin: 0 !important;
}
/* ===========
   Bootstrap-custom
 =============*/
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
/* ===========
   Common
 =============*/
body {
  background: #f5f5f5;
  margin: 0;
  color: #4c5667;
  font-size: 0.95rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 100%;
}
html {
  font-size: 16px;
  height: 100%;
  position: relative;
  background: #f5f5f5;
}
* {
  outline: none !important;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
fieldset {
  border: 1px solid #dddddd;
  margin: 0 2px;
  padding: 6px 10px 11px;
}
legend {
  width: auto;
  padding: 0 0.5rem;
  font-size: 1rem;
  border: 0;
  color: #4c5667;
  margin-bottom: 0;
}
textarea {
  resize: vertical;
}
iframe {
  border: 0;
}
.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer {
  background-color: #f9f9f9;
  bottom: 0;
  color: #2a3142;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  text-align: center;
}
#wrapper {
  height: 100%;
  width: 100%;
}
.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.card-box-1 {
  padding: 10px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 5px;
  background-color: #ffffff;
}
.header-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.social-links li a {
  -webkit-border-radius: 50%;
  background: #EFF0F4;
  border-radius: 50%;
  color: #7A7676;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
/*===================================
  Menu
  ===================================*/
.u-flyer {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  background: #ef5350;
}
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.topbar .topbar-left {
  float: left;
  position: relative;
  width: 186px;
  height: 50px;
  z-index: 1;
  background-color: #3bafda;
  overflow: hidden;
  transition: 0.3s all linear;
}
.topbar .topbar-left-sm {
  width: 180px;
}
.topbar .topbar-left-sm + .navbar-custom {
  margin-left: 180px;
}

.logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 50px;
  text-transform: uppercase;
  transition: 0.3s all linear;
  
}
.logo img {
  margin-top: -8px;
  margin-left: -14px;
  height: 50px;
}

.navbar-custom {
  background-color: #3bafda;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  min-height: 50px;
}
.navbar-custom .nav-link {
  vertical-align: middle;
  padding: 0;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.6);
}
.navbar-custom .systemName{
    color:#ffffff;
}
.navbar-custom .dropdown-toggle:after {
  content: initial;
}
.navbar-custom .menu-left {
  overflow: hidden;
  margin-left: 0;
}
.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}
/* Notification */
.notification-list {
  margin-left: 0 !important;
}
.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}
.notification-list .noti-title h5 {
  margin: 0;
}
.notification-list .noti-title .label {
  float: right;
}
.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 4px;
}
.notification-list .notify-item {
  padding: 10px 20px;
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}
.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}
.notification-list .notify-item .notify-details small {
  display: block;
}
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}
.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}
.notification-list .profile-dropdown .notify-item:hover {
  color: #3bafda;
}
.profile-dropdown {
  width: auto;
  min-width: 200px; /* 设置最小宽度 */
}
.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.profile-dropdown span {
  vertical-align: middle;
}
.nav-user {
  padding: 0 12px !important;
}

/*.nav-user img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}*/
.navbar-nav {
  margin: 0;
}
.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
  transition: 0.3s all linear;
}
.side-menu.left {
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
}
body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
  overflow-y: auto;
}
.content-page {
  margin-left: 240px;
}
.content-page > .content {
  padding-top: 50px;
}
.content-page > .content .container-fluid {
  min-height: 100%;
  padding: 20px;
}
.button-menu-mobile {
  border: none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #3bafda;
  font-size: 24px;
}
.sidebar-inner {
  height: 100%;
}
#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#sidebar-menu {
  padding-bottom: 60px;
  padding-top: 22px;
  width: 100%;
}
#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}
#sidebar-menu .active {
  background: #f5f5f5 !important;
  border-left: 3px solid #3bafda;
}
#sidebar-menu a {
  line-height: 1.3;
}
#sidebar-menu ul ul {
  display: none;
}
#sidebar-menu ul ul li {
  border-top: 0;
}
#sidebar-menu ul ul li.active a {
  color: #3bafda;
}
#sidebar-menu ul ul a {
  color: #75798B;
  display: block;
  padding: 10px 20px 10px 65px;
  font-size: 0.95rem;
}
#sidebar-menu ul ul a:hover {
  color: #3bafda;
}
#sidebar-menu ul ul a i {
  margin-right: 5px;
}
#sidebar-menu ul ul ul a {
  padding-left: 80px;
}
#sidebar-menu .label {
  margin-top: 2px;
}
#sidebar-menu .subdrop ~ ul {
  display: block;
}
#sidebar-menu > ul > li > a {
  color: #2a3142;
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-left: 3px solid #ffffff;
  white-space: nowrap;
}
#sidebar-menu > ul > li > a:hover {
  color: #3bafda;
  text-decoration: none;
}
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}
#sidebar-menu ul li .icon-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  text-rendering: auto;
  line-height: 24px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #98a6ad;
}
#sidebar-menu ul li a.subdrop .icon-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
#sidebar-menu ul li a i.md {
  font-size: 18px;
}
#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}
#sidebar-menu > ul > li > a.active {
  background: #f5f5f5 !important;
  border-left: 3px solid #3bafda;
}
.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}
.page-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.1rem;
  float: left;
}
.page-title-box {
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 16px;
}
.page-title-box .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
/* Small Menu */
.side-menu-sm {
  width: 180px;
  text-align: center;
}
.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}
.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}
.side-menu-sm + .content-page .footer {
  left: 180px;
}
#wrapper.enlarged .side-menu-sm {
  text-align: left;
}
#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.side-menu-sm + .content-page {
  margin-left: 180px;
}
/* Header 2 */
.page-header-2 {
  background: #ffffff;
  border-bottom: 1px solid #dee2e8;
  margin: -20px -15px 22px -15px;
  padding: 10px 20px 0 20px;
}
#wrapper.enlarged .navbar-custom {
  margin-left: 0px;
}
#wrapper.enlarged .menu-title,
#wrapper.enlarged .icon-arrow {
  display: none !important;
}
#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #eeeeee;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff;
}
#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
  overflow: visible !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #eeeeee !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #eeeeee !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #eeeeee !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 24px;
}
#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #eeeeee;
  color: #3bafda;
  border-color: #3bafda;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #3bafda;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: #3bafda;
}
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #3bafda !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 186px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #3bafda;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}
#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}
#wrapper.enlarged .content-page {
  margin-left: 70px;
}
#wrapper.enlarged .footer {
  left: 70px;
}
/*#wrapper.enlarged .topbar .topbar-left {
  width: 8px;
}*/
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}
#wrapper.enlarged .tips-box {
  display: none;
}
.tips-box .portlet {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}
.user-details {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}
.user-details img {
  position: relative;
  z-index: 9999;
}
.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}
.user-details .user-info a.dropdown-toggle {
  color: #797979;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}
#wrapper.right-bar-enabled .right-bar {
  right: 0;
}
#wrapper.right-bar-enabled .left-layout {
  left: 0;
}
/* Right sidebar */
.side-bar.right-bar {
  right: -401px;
  top: 50px;
  bottom: 0;
  font-size: 0.9rem;
}
.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  overflow: visible;
  position: fixed;
  transition: all 200ms ease-out;
  width: 400px;
}
.side-bar .content {
  position: relative;
  height: 100%;
}
.side-bar .content .list {
  height: calc(100% - 205px);
  overflow-x: hidden;
}
.side-bar .content .action {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 31px;
  background: #f3f3f3;
  padding: 10px 0;
}
.side-bar .content .action .btn {
  display: inline-block;
  width: 182px;
  margin: 10px 3px;
  background-color: #ffffff;
}
.side-bar .content .clear {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.side-bar .content .clear .btn {
  border-radius: 0;
  cursor: pointer;
}
.side-bar .content .clear .btn i {
  margin-right: 10px;
}
.side-bar .right-bar-close {
  position: absolute;
  top: 40%;
  padding: 20px 10px;
  left: -38px;
  border-radius: 3px 0 0 3px;
}
.side-bar .right-bar-close #package {
  display: block;
}
.side-bar .right-bar-close #package i {
  display: block;
  font-size: 16px;
}
.right-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}
.right-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  font-size: 1.2rem;
}
.right-bar .nav-link {
  font-size: 16px;
}
.right-bar .tab-content {
  padding: 20px;
}
.contact-list {
  max-height: 600px;
}
.contact-list .list-group-item {
  border: none;
}
.contact-list .list-group-item:hover {
  background: #f5f5f5;
}
.contact-list .list-group-item a {
  display: block;
  width: 100%;
}
.contact-list i.offline {
  color: #ef5350 !important;
}
.contact-list i.away {
  color: #ffaa00;
}
.contacts-list .avatar {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 30px;
}
.contacts-list .avatar img {
  border-radius: 50%;
  width: 100%;
}
.contacts-list .list-group-item span.name {
  color: #707780;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.contacts-list i {
  color: #dddddd;
  float: right;
  font-size: 9px;
  line-height: 30px;
}
.contacts-list i.online {
  color: #a0d269;
}
.contacts-list i.offline {
  color: #ef5350 !important;
}
.contacts-list i.away {
  color: #ffaa00;
}
/* Seach */
.app-search {
  position: relative;
  padding-top: 18px;
}
.app-search a {
  position: absolute;
  top: 18px;
  left: 220px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.app-search a:hover {
  color: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 200px;
}
.app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
/*===========
Modal
=========== */
.modal .modal-dialog .modal-title {
  margin: 0;
  line-height: 26px;
}
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
}
#myProgress{
  width: 400px;
  height: 31px;
  line-height: 30px;
}
#mySpan{
  color: #0075ff;
  display: inline-block;
  vertical-align: super;
  font-size: 24px;
  font-weight: bold;}

.modal .modal-dialog .progressmodal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 5px;
  box-shadow: none;
  width:670px;
  height: 300px;
  line-height: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  background: #fff;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  overflow-y: auto;
}
.modal-full {
  width: 98%;
}
.modal{
    text-align: center;
    overflow-y: auto !important;
}
.modal:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
    vertical-align: middle;
}
.modal-dialog {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.modal-dialog.modal-lg {
  width: 900px;
}
.modal-dialog.modal-sm {
  width: 300px;
}
/* ===========
   Form Elements
 =============*/
label {
  font-weight: 500;
}
.form-group-sm {
  margin-bottom: 14px;
}
.form-group-sm label {
  font-size: 12px;
}
.form-group-sm .control-label {
  text-align: left;
  white-space: nowrap;
}
.form-group-sm .file-caption-main .btn {
  padding: 5px 10px;
  font-size: 12px;
}
.form-control {
  border: 1px solid #dddddd;
  box-shadow: none;
}
.form-control:focus {
  background: #ffffff;
  border-color: #a2a2a2;
  box-shadow: none;
}
.form-control[readonly] {
  background: #ffffff;
}
.input-sm {
  height: 30px;
}
.has-success .form-control {
  border-color: #00b19d;
  box-shadow: none !important;
}
.has-warning .form-control {
  border-color: #ffaa00;
  box-shadow: none !important;
}
.has-error .form-control {
  border-color: #ef5350;
  box-shadow: none !important;
}
.input-group .form-control ~ .input-group-addon {
  border-radius: 0;
  border-left: 0;
}
.input-group .input-group-addon:not(:last-child) {
  border-radius: 0;
  border-right: 0;
}
.input-group-addon {
  border-radius: 2px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #dddddd;
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  font-size: 12px;
  color: #555555;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-selection--multiple {
  height: 34px;
  border: 1px solid #dddddd;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #3bafda;
  border-color: #3bafda;
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #a2a2a2;
}
.select2-container--default .select2-results__option {
  font-size: 12px;
  color: #555555;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3BAFDA;
}
.select2-container .select2-selection--multiple {
  min-height: 28px;
}
.form-group-sm .select2-container--default .select2-selection--single {
  height: 30px;
}
.form-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.form-group-sm .select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: 28px;
}
.form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: auto;
  min-height: 28px;
}
.form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 3px 0 0;
  font-size: 12px;
  line-height: 20px;
}
.form-group-sm .select2-container--default .select2-selection--multiple .select2-search__field {
  margin-top: 3px;
}
.select2-container--open .select2-dropdown--below {
  z-index: 99999;
}
.select2-dropdown {
  border-color: #cfcfcf;
  font-size: .875rem;
}
/* ===========
   Tables
 =============*/
.error {
  color: #ef5350;
  font-size: 12px;
  font-weight: 500;
}
.parsley-error {
  border-color: #ef5350 !important;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ef5350;
}
/* ===========
   Buttons
 =============*/
.btn-sm i {
  font-size: 12px;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark {
  color: #ffffff;
}
.btn-primary {
  background-color: #3bafda;
  border: 1px solid #3bafda;
}
.btn-link {
  color: #2a3142;
}
.btn-link:hover {
  color: #3bafda;
}
/* button Outline */
.btn-outline-primary {
  color: #3bafda;
  border-color: #3bafda;
}
.btn-outline-primary:focus {
  color: #3bafda;
}
.btn-outline-success {
  color: #00b19d;
  border-color: #00b19d;
}
.btn-outline-info {
  color: #3ddcf7;
  border-color: #3ddcf7;
}
.btn-outline-warning {
  color: #ffaa00;
  border-color: #ffaa00;
}
.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-dark {
  color: #2a3142;
  background-image: none;
  background-color: transparent;
  border-color: #2a3142;
}
.btn-custom {
  border-bottom: 3px solid transparent;
}
.btn-custom.btn-default {
  background-color: #f3f3f3;
  border-bottom: 2px solid #cccccc !important;
}
.btn-custom.btn-primary {
  border-bottom: 2px solid #2494be !important;
}
.btn-custom.btn-success {
  border-bottom: 2px solid #007e70 !important;
}
.btn-custom.btn-info {
  border-bottom: 2px solid #08aac6 !important;
}
.btn-custom.btn-warning {
  border-bottom: 2px solid #cc8800 !important;
}
.btn-custom.btn-danger {
  border-bottom: 2px solid #c71612 !important;
}
.btn-custom.btn-dark {
  border-bottom: 2px solid #0b0c0f !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #28a5d4 !important;
  border: 1px solid #28a5d4;
  color: #ffffff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  border: 1px solid #2494be;
}
.btn-success {
  background-color: #00b19d;
  border: 1px solid #00b19d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #009886;
  border: 1px solid #009886;
}
.btn-info {
  background-color: #3ddcf7;
  border: 1px solid #3ddcf7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #25d8f6;
  border: 1px solid #25d8f6;
}
.btn-warning {
  background-color: #ffaa00;
  border: 1px solid #ffaa00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e69900;
  border: 1px solid #e69900;
  color: #ffffff;
}
.btn-danger {
  background-color: #ef5350;
  border: 1px solid #ef5350;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ed3c39;
  border: 1px solid #ed3c39;
}
.btn-dark {
  background-color: #2a3142;
  border: 1px solid #2a3142;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active,
.btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover {
  background-color: #202532;
  border: 1px solid #202532;
  color: #ffffff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3);
  box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.3);
}
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* ===========
   Waves Effect
 =============*/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(59, 175, 218, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}
/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f3f3f3;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}
.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  background-color: #3bafda;
  line-height: 12px;
}
.progress.progress-sm {
  height: 4px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}
.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}
/* ===========
   Badge
 =============*/
.badge {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
}
.badge-xs {
  font-size: 9px;
}
.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.badge-primary {
  background-color: #3bafda;
}
.badge-success {
  background-color: #00b19d;
}
.badge-info {
  background-color: #3ddcf7;
}
.badge-warning {
  background-color: #ffaa00;
  color: #ffffff;
}
.badge-danger {
  background-color: #ef5350;
}
.badge-purple {
  background-color: #7266ba;
}
.badge-pink {
  background-color: #f76397;
}
.badge-muted {
  background-color: #98a6ad;
}
/* bootstrap-table */
.bootstrap-table .table {
  margin-bottom: 10px;
  font-size: 13px;
}
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > thead > tr > th {
  border-top: 1px solid #f3f3f3;
}
.fixed-table-container .bs-checkbox .th-inner input {
  vertical-align: middle;
}
.bootstrap-table .table > thead > tr > td.middle-align,
.bootstrap-table .table > tbody > tr > td.middle-align {
  vertical-align: middle;
}
.no-records-found td {
  line-height: 20px !important;
}
.fixed-table-container {
  border-radius: 3px;
}
.fixed-table-container .operate {
  padding: 0 8px;
  color: #3bafda;
}
.fixed-table-container .operate i {
  font-size: 12px;
}
.fixed-table-container .operate.help {
  padding: 0 2px;
}
.fixed-table-container .detail-icon {
  color: #3bafda;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.fixed-table-pagination .dropdown-menu {
  padding: 0;
}
.fixed-table-pagination .dropdown-menu > .active > a,
.fixed-table-pagination .dropdown-menu .dropdown-menu > .active > a:hover,
.fixed-table-pagination .dropdown-menu .dropdown-menu > .active > a:focus {
  background-color: #3bafda;
}
.device-list-detail {
  width: 100%;
}
.device-list-detail ul,
.device-list-detail li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.device-list-detail ul {
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}
.device-list-detail ul:last-child {
  border-bottom: 0;
}
.device-list-detail li {
  width: 50%;
  float: left;
}
.device-list-detail li p {
  float: left;
  line-height: 20px;
  height: 20px;
  margin: 5px 0;
}
.device-list-detail li p .status {
  margin: 0;
}
.device-list-detail li p .icon-xinhao1,
.device-list-detail li p .icon-xinhao2,
.device-list-detail li p .icon-xinhao3,
.device-list-detail li p .icon-xinhao4,
.device-list-detail li p .icon-xinhao5 {
  color: #3bafda;
}
.device-list-detail li .easyui-progressbar {
  float: left;
  margin: 5px;
}
.fixed-table-pagination {
  padding: 5px 15px 0;
  height: 43px;
  font-size: 12px;
}
.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
  margin: 0;
}
.fixed-table-pagination .pagination-detail .btn-group {
  margin-top: -3px;
}
.fixed-table-pagination .pagination-detail .btn-group .btn {
  padding: 1px 6px;
}
.fixed-table-pagination ul.pagination a {
  padding: 0 12px;
  line-height: 30px;
}
#addTask-step1 .modal-body .task-type {
  background: #cccccc;
  padding: 90px 16px;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.8rem;
}
#addTask-step1 .modal-body .task-type input {
  display: none;
}
#addTask-step1 .modal-body .task-type.checked {
  background: #3bafda;
}
.task-monthselect {
  padding-top: 1px;
  margin: 0 -10px;
}
.task-monthselect .col-sm-3 {
  padding: 0 10px;
}
.task-monthselect label {
  background: #cccccc;
  padding: 10px;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  border: 1px solid transparent;
  font-weight: 100;
}
.task-monthselect label input {
  display: none;
}
.task-monthselect label.checked {
  background: #3bafda;
}
.weekdayselect {
  margin: 0 -10px;
}
.weekdayselect .col {
  float: left;
  padding: 0 10px;
  width: 14.2%;
}
.weekdayselect label {
  background: #cccccc;
  padding: 8px;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.8rem;
  border: 1px solid transparent;
  font-weight: 100;
}
.weekdayselect label input {
  display: none;
}
.weekdayselect label.checked {
  background: #3bafda;
}
/* Tab */
.nav-tabs {
  border-bottom: 0;
  padding-top: 1px;
}
.nav-tabs > li > a {
  padding: 5px 10px;
}
.tab-content {
  border: 1px solid #dddddd;
  padding: 10px 10px;
  border-radius: 4px;
}
/* ===========
   Calendar
 =============*/
.calendar {
  float: left;
  margin-bottom: 0;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-day {
  background: #ffffff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header {
  border: 1px solid #d5d5d5;
}
.fc-widget-content {
  border: 1px solid #d5d5d5;
}
.fc th.fc-widget-header {
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.fc-unthemed .fc-today {
  background: #ffffff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}
.fc-event .fc-content {
  color: #ffffff;
}
.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}
/* Text Colors */
.text-white {
  color: #ffffff;
}
.text-danger {
  color: #ef5350 !important;
}
.text-muted {
  color: #98a6ad !important;
}
.text-primary {
  color: #3bafda !important;
}
.text-warning {
  color: #ffaa00 !important;
}
.text-success {
  color: #00b19d !important;
}
.text-info {
  color: #3ddcf7 !important;
}
.text-inverse {
  color: #4c5667 !important;
}
.text-pink {
  color: #f76397 !important;
}
.text-purple {
  color: #7266ba !important;
}
.text-dark {
  color: #797979 !important;
}
.dashboard-four-chart p {
  font-size: 14px;
}

.login{
    position: relative;
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    font-size: 0;
    background: #3bafda;
    width: 100vw;
    height: 100vh;
}
.login:after{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: "";
}
.login .login-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login .login-content{
    display: block;
    padding: 20px 20px 30px 20px;
    background: #ffffff;
    box-shadow: 3px 3px 20px 0px #888888;
    vertical-align: middle;
}
.login .help{
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 20px;
}
/*.logo-lg {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 70px;
  color: #3bafda !important;
}*/
.login-top{
    border-bottom:1px solid #dddddd;
    padding: 5px 20px;
    background: #3bafda;
}
.paltform-name{
    color: #6E6F71;
    font-size: 14px;
    line-height: 30px;
    margin:0 0 30px 0;
}
.login .logo-lg{
    /*padding: 10px;*/
    width: 250px;
    border-bottom: 1px solid #dddddd;
    display: inline-block
}
.logo-lg img {
  width: 80px;
  height: auto;
  margin: 0;
}
.login form{
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
}
.login form .input-group-addon{
    background: #3BAFD9;
    color: #ffffff;
    border:0;
}
.login form input.form-control{
    background: #B1DFF1;
    border:0;
}
.login form .v-code{
    padding-top: 0px;
    position: relative;
    margin:0;
}
.login form .v-code img{
    height: 30px;
    margin-bottom: 0px;
}
.login form .v-code input{
    width: 80px;
    height: 30px;
    vertical-align: middle;
    padding: 3px 5px;
    border: 1px solid #d3d3d3;
    background: #B1DFF1;
}
.login form .v-code input::-webkit-input-placeholder { 
    color:    #999;
}
.login form .v-code input:-moz-placeholder { 
   color:    #999;
}
.login form .v-code input::-moz-placeholder {
   color:    #999;
}
.login form .v-code input:-ms-input-placeholder { 
   color:    #999;
}
.login form label{
    margin-bottom: 0;
}
.login-footer{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    color:#ffffff;
    font-size: 12px;
    text-align: center;
}
.login-footer .version{
    font-size: 14px;
    margin: 0;
}
.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}
.ex-page-content .svg-box {
  float: right;
}
.message-box {
  margin: 120px 50px;
}
.message-box h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}
#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
  animation-delay: .2s;
}
#Polygon-3 {
  animation-delay: .4s;
}
#Polygon-4 {
  animation-delay: .6s;
}
#Polygon-5 {
  animation-delay: .8s;
}
@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
/* =============
   Checkbox and Radios
============= */
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -17px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}
.checkbox.checkbox-single label:before {
  margin-left: 0;
}
.checkbox.checkbox-single label:after {
  margin-left: 0;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #3bafda;
  border-color: #3bafda;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #3bafda;
  border-color: #3bafda;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3ddcf7;
  border-color: #3ddcf7;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #00b19d;
  border-color: #00b19d;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #f76397;
  border-color: #f76397;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}
.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #333333;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #3bafda;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #3bafda;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #3bafda;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #3bafda;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #3bafda;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #3bafda;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5350;
}
.radio-info input[type="radio"] + label::after {
  background-color: #3ddcf7;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3ddcf7;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #3ddcf7;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffaa00;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffaa00;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffaa00;
}
.radio-success input[type="radio"] + label::after {
  background-color: #00b19d;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #00b19d;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #00b19d;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #f76397;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #f76397;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #f76397;
}
#authorityTree .list-group-item {
  padding: 2px;
  margin-bottom: 0;
}
/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}
.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}
.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}
.bootstrap-datetimepicker-widget {
  z-index: 99;
}
#SelectTime .modal-body {
  overflow: visible;
}
.iconfont {
  line-height: 1;
}
.open-left i {
  font-size: 26px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3bafda;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #3bafda;
}
.table-condensed a {
  color: #3bafda;
}
.treeview span.icon {
  font-size: 20px;
  vertical-align: middle;
}
.treeview span.check-icon {
  font-size: 16px !important;
}
#deviceTitle .dropdown-menu li {
  padding: 0;
}
#deviceTitle .dropdown-menu li label {
  padding: 4px 8px;
  width: 100%;
  margin: 0;
}
#deviceTitle .dropdown-menu li label:hover {
  background: #f5f5f5;
}
#deviceTitle .dropdown-menu li label input {
  vertical-align: text-top;
}
#deviceTabs .dropdown-menu {
  padding: 0;
}
#deviceTabs .dropdown-menu li a {
  padding: 5px 20px;
}
#deviceTabs .dropdown-menu li.active a {
  background: #3bafda;
}
.flatpickr-calendar {
  border: 0;
}
.flatpickr-confirm {
  background: #3bafda;
  color: #ffffff;
}
.flatpickr-confirm svg path {
  fill: white;
}
.flatpickr-month {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.flatpickr-innerContainer {
  border: 1px solid #ddd;
  border-top: 0;
}
.flatpickr-time {
  border: 1px solid #ddd;
  border-top: 0 !important;
  border-bottom: 0;
}
.noCalendar .flatpickr-time {
  border: 1px solid #ddd !important;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  color: rgba(57, 57, 57, 0.3);
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  margin-bottom: -1px;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #3bafda;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td span:hover {
  border-radius: 50%;
}
.device-action-btn .btn-group,
.device-action-btn .batch-import {
  margin-left: 4px !important;
}
.row.item-no-margin .form-group-sm {
  margin: 0;
}
.ld-loading .loader {
  display: block;
}
.loader {
  display: none;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 1051;
}
.loader-bar,
.loader-bar:before,
.loader-bar:after {
  background: #28a5d4;
  -webkit-animation: load-bar-an 1s infinite ease-in-out;
  animation: load-bar-an 1s infinite ease-in-out;
  width: 0.66em;
  height: 0.66em;
}
.loader-bar {
  color: #28a5d4;
  text-indent: -9999em;
  margin: auto auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-bar:before,
.loader-bar:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-bar:before {
  left: -1em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-bar:after {
  left: 1em;
}
@-webkit-keyframes load-bar-an {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1em;
    height: 2.6em;
  }
}
@keyframes load-bar-an {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1em;
    height: 2.6em;
  }
}
.ld-loading{
    overflow: hidden;
}
.ld-loading:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1051;
  background: rgba(0, 0, 0, 0.5);
}
.enjoyhint_close_btn{
    display: none;
}
.enjoy_hint_label{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.enjoyhint_skip_btn{
    background-color: #3bafda;
    color:#ffffff;
}


/* Toastr custom style */

#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #1ab394;
}
.toast-success {
  background-color: #1ab394;
}
.toast-error {
  background-color: #ed5565;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    white-space: normal;
}
.rto-message-text{
    word-break: break-all;
}
#wrapper{
    pointer-events: auto !important;
}
.fixed-table-toolbar .btn-group>.btn-group>.btn{
    color:#3bafda;
}

#need-dealt{
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
#need-dealt .red-point{
  width: 8px;
  height: 8px;
  background-color: #ef5350;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
#need-dealt.has-task .red-point{
  display: inline-block;
}
