@charset "UTF-8";
/*@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");*/
/*

Fonts
-------------------------------------------------*/
/*@font-face {*/
/*  font-family: 'MontserratLight';*/
/*  src: url("../fonts/MontserratLight.eot");*/
/*  src: url("../fonts/MontserratLight.eot") format("embedded-opentype"), url("../fonts/MontserratLight.woff2") format("woff2"), url("../fonts/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight.ttf") format("truetype"), url("../fonts/MontserratLight.svg#MontserratLight") format("svg"); }*/
/*@font-face {*/
/*  font-family: 'Glyphicons Halflings';*/
/*  src: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot");*/
/*  src: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); */
/*}*/
/*

Global
-------------------------------------------------*/
html { overflow: hidden; height: 100%; }
body {
  font-family: Poppins, sans-serif;
  background: #f5f5f5;
  color: #878787;
  height: 100%;
  position: relative;
}

a,
button {
  outline: none !important;
  text-decoration: none !important;
  color: #878787;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  a:hover, a:focus, a.active,
  button:hover,
  button:focus,
  button.active {
    color: #252525;
    outline: none !important;
    text-decoration: none !important; }

ul {
  padding: 0px;
  margin: 0px; }

li {
  list-style: none; }

p {
  font-family: Poppins, sans-serif;
  color: #878787; }

h1,
h2,
h3,
h4,
h5,
h6.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Poppins, sans-serif; }

html {
  touch-action: manipulation;
}

.J_menuTab {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}


.page-tabs a.active {
  background: #49a2ec;
  color: #fff;
}

/*00838F*/
.page-tabs a.active:hover,
.page-tabs a.active i:hover {
  background: #1986ed;
  color: #fff;
}

.content-tabs {
  position: relative;
  height: 42px;
  background: #fafafa;
  line-height: 40px;
}


.content-tabs .roll-nav,
.page-tabs-list {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #999;
  z-index: 2;
  top: 0;
  margin-left: 15px;
}

.content-tabs .roll-left {
  left: 0;
  border-right: solid 1px #eee;
}

.content-tabs .roll-right {
  right: 0;
  border-left: solid 1px #eee;
  margin-right: 18px;
}

.content-tabs button {
  background: #fff;
  border: 0;
  height: 40px;
  width: 40px;
  outline: none;
}

.content-tabs button:hover {
  background: #fafafa;
}



nav.page-tabs {
  margin-left: 40px;
  width: 100000px;
  height: 40px;
  overflow: hidden;
}

nav.page-tabs .page-tabs-content {
  float: left;
  margin-left: 15px;
}

.page-tabs a {
  display: block;
  float: left;
  border-right: solid 1px #eee;
  padding: 0 15px;
}

.page-tabs a i:hover {
  color: #c00;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
  color: #777;
  background: #f2f2f2;
  cursor: pointer;
}


.dib {
  display: inline-block; }

.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.main-content {
  width: 99.2%;
  padding: 15px;
}

.alert h4 {
  color: #878787; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*    Color Mixins
-------------------*/
.text-primary,
.color-primary {
  color: #96c8ff; }

.text-success,
.color-success {
  color: #41c300; }

.text-info,
.color-info {
  color: #19A9D5; }

.text-danger,
.color-danger {
  color: #ed7f7e; }

.text-warning,
.color-warning {
  color: #eeb043; }

.text-pink,
.color-pink {
  color: #e6a1f2; }

.text-dark,
.color-dark {
  color: #252525; }

/*    Background Mixins
--------------------------*/
.bg-primary,
.card.bg-primary {
  background: #8fcad9;
  color: #337ab7; }

.bg-success,
.card.bg-success {
  background: #41c300;
  color: #fff; }

.bg-info,
.card.bg-info {
  background: #19A9D5;
  color: #fff; }

.bg-danger,
.card.bg-danger {
  background: #ed7f7e;
  color: #fff; }

.bg-warning,
.card.bg-warning {
  background: #eeb043;
  color: #fff; }

.bg-pink,
.card.bg-pink {
  background: #e6a1f2;
  color: #fff; }

.bg-dark,
.card.bg-dark {
  background: #252525;
  color: #fff; }

.bg-transparent,
.card.bg-transparent {
  background: transparent;
  color: #252525; }

/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: #96c8ff; }

.border-success {
  border-color: #41c300; }

.border-info {
  border-color: #19A9D5; }

.border-danger {
  border-color: #ed7f7e; }

.border-warning {
  border-color: #eeb043; }

.border-pink {
  border-color: #e6a1f2; }

.border-dark {
  border-color: #252525; }

.no-border {
  border: 0px !important; }

/*    Brand Background
-----------------------------*/
.bg-facebook {
  background: #3b5998; }

.bg-twitter {
  background: #1da1f2; }

/*  Colors
-----------------------------*/
.color-1 {
  color: #41c300; }

.color-2 {
  color: #96c8ff; }

.color-3 {
  color: #eeb043; }

.color-4 {
  color: #ed7f7e; }

/*    width
-----------------------------*/
.w10pr {
  width: 10%; }

.w12pr {
  width: 12%; }

#sidebar {
  z-index: 999; }

/*

card
-------------------------------------------------*/
.card-body {
  background: #fff; }

.card {
  background: #fff;
  margin: 15px 0px 15px 0px;
  padding: 20px;
  border: 0px;
  border-radius: 0px; }

.card-header h4 {
  display: inline-block; }
.card-header p {
  font-family: Poppins, sans-serif;
  margin-bottom: 12px; }

.card-header-right-icon {
  display: inline-block;
  float: right; }
  .card-header-right-icon li {
    float: right;
    opacity: 0;
    padding-left: 14px;
    color: #878787;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block; }
    .card-header-right-icon li .ti-close {
      font-size: 12px; }

.card:hover .card-header-right-icon li {
  opacity: 1; }

.card-option {
  position: relative; }

.card-option-dropdown {
  display: none;
  left: auto;
  right: 0; }
  .card-option-dropdown li {
    display: block;
    float: left;
    width: 100%;
    padding: 0px; }
    .card-option-dropdown li a {
      line-height: 25px;
      font-size: 12px; }
      .card-option-dropdown li a i {
        margin-right: 10px; }

.doc-link {
  float: right;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .doc-link:hover:after, .doc-link:focus:after {
    opacity: 1;
    visibility: visible; }
  .doc-link:after {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    content: "Documentation";
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/*

Badge
--------------------------------------------------*/
.badge {
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 4px; }

.badge-primary {
  background: #96c8ff;
  color: #fff; }

.badge-success {
  background: #41c300;
  color: #fff; }

.badge-info {
  background: #19A9D5;
  color: #fff; }

.badge-warning {
  background: #eeb043;
  color: #fff; }

.badge-danger {
  background: #ed7f7e;
  color: #fff; }

.badge-pink {
  background: #e6a1f2;
  color: #fff; }

.badge-dark {
  background: #252525;
  color: #fff; }

/*

Tab
-------------------------------------------------*/
.nav-tabs > li > a {
  border-radius: 0px;
  padding: 7px 24px;
  margin-right: 0px; }

.tab-pane {
  color: #878787;
  line-height: 26px;
  padding-top: 15px; }

/*    Custom Tab
----------------------*/
.custom-tab .nav-tabs > li.active > a,
.custom-tab .nav-tabs > li.active > a:focus,
.custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #96c8ff;
  position: relative; }
  .custom-tab .nav-tabs > li.active > a:after,
  .custom-tab .nav-tabs > li.active > a:focus:after,
  .custom-tab .nav-tabs > li.active > a:hover:after {
    background: #96c8ff;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999; }
.custom-tab .nav > li > a:focus,
.custom-tab .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent; }

/*    Vertical Tab Left
----------------------*/
.vertical-tab-left .nav-tabs {
  float: left;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0px; }
.vertical-tab-left .nav-tabs > li {
  float: none; }
.vertical-tab-left .nav-tabs > li.active > a,
.vertical-tab-left .nav-tabs > li.active > a:focus,
.vertical-tab-left .nav-tabs > li.active > a:hover {
  background: #96c8ff;
  color: #fff;
  border-color: transparent transparent; }
.vertical-tab-left .nav > li > a:focus,
.vertical-tab-left .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent; }
.vertical-tab-left .tab-pane {
  padding-top: 0; }

/*    Vertical Tab Right
----------------------*/
.vertical-tab-right .nav-tabs {
  float: right;
  border-left: 1px solid #e7e7e7;
  border-bottom: 0px; }
.vertical-tab-right .nav-tabs > li {
  float: none; }
.vertical-tab-right .nav-tabs > li.active > a,
.vertical-tab-right .nav-tabs > li.active > a:focus,
.vertical-tab-right .nav-tabs > li.active > a:hover {
  background: #96c8ff;
  color: #fff;
  border-color: transparent transparent; }
.vertical-tab-right .nav > li > a:focus,
.vertical-tab-right .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent; }
.vertical-tab-right .tab-pane {
  padding-top: 0; }

/*

modal
-------------------------------------------------*/
.modal-dialog {
  margin: 30px auto;
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 70%; }

.modal-header {
  padding: 10px;
  background-color: #96c8ff;
}

.modal-header .modal-title {
  color: #fff;
  font-size: 15px;
}

.modal-header .close {
  color: #fff;
  opacity: 3.5;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 0px; }

.modal-body {
  padding: 25px 10px 10px 10px;
}

.modal-body .form-horizontal .form-group {
  margin-bottom: 2px;
}

.modal-body .form-horizontal .control-label{
  padding: 0px;
  padding-top: 7px;
  margin-bottom: 20px;
  color: #646262;
}

.modal-body .form-horizontal .control-label i {
  color: red;
  font-weight: bold;
  margin-right: 3px;
  font-family: Arial;
}

.modal-body .form-horizontal .form-control{
  height: 30px;
  line-height: 25px;
  border-radius: 4px;
}

.modal-body .form-horizontal .form-control:hover {
  color: #333;
  background: #fff;
}

.modal-body .btn-default:hover, .modal-body .btn-default:focus, .modal-body .btn-default.active {
  background: #fff;
  border-color: #878787;
  color: #333;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content { border-radius: 3px; }

/** 双排 */
.modal-body .form-horizontal-double .form-group { float: left; width: 50%; display: inline-block; }


  /*

  Timeline
  -------------------------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e7e7e7;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 5px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc(100% - 70px);
  float: right;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 20px;
  position: relative; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #e7e7e7;
  border-left: 0 solid #e7e7e7;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 8px;
  margin-right: -25px;
  background-color: #e6a1f2;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline-body > p {
  font-size: 12px; }

.timeline-badge.primary {
  background-color: #96c8ff !important; }

.timeline-badge.success {
  background-color: #41c300 !important; }

.timeline-badge.warning {
  background-color: #eeb043 !important; }

.timeline-badge.danger {
  background-color: #ed7f7e !important; }

.timeline-badge.info {
  background-color: #19A9D5 !important; }

/*

data table
-------------------------------------------------*/
.bootstrap-data-table-panel .dataTables_filter {
  text-align: right; }
  .bootstrap-data-table-panel .dataTables_filter .form-control {
    margin-left: 10px; }
    .bootstrap-data-table-panel .dataTables_filter .form-control:hover, .bootstrap-data-table-panel .dataTables_filter .form-control:focus {
      background: transparent; }

.dataTables_length {
  display: inline-block;
  float: left;
  margin-right: 30px; }

.dt-buttons {
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    background-image: none;
    background: #fff;
    color: #878787;
    border-color: #e7e7e7;
    margin-right: 10px;
    padding: 7px 20px;
    border-radius: 0px; }
    .dt-buttons .dt-button:hover:not(.disabled), .dt-buttons .dt-button:focus, .dt-buttons .dt-button.active {
      background-image: none;
      background: #96c8ff;
      color: #fff; }

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:active:hover:not(.disabled):not(.disabled),
button.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button:active:hover:not(.disabled):not(.disabled),
div.dt-button.active:hover:not(.disabled):not(.disabled),
a.dt-button:active:hover:not(.disabled):not(.disabled),
a.dt-button.active:hover:not(.disabled):not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

/*

Panel
-------------------------------------------------*/
.bootstrap-data-table-panel .dataTables_filter {
  text-align: right; }
  .bootstrap-data-table-panel .dataTables_filter .form-control {
    margin-left: 10px; }
    .bootstrap-data-table-panel .dataTables_filter .form-control:hover, .bootstrap-data-table-panel .dataTables_filter .form-control:focus {
      background: transparent; }

.dataTables_length {
  display: inline-block;
  float: left;
  margin-right: 30px; }

.dt-buttons {
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    background-image: none;
    background: #fff;
    color: #878787;
    border-color: #e7e7e7;
    margin-right: 10px;
    padding: 7px 20px;
    border-radius: 0px; }
    .dt-buttons .dt-button:hover:not(.disabled), .dt-buttons .dt-button:focus, .dt-buttons .dt-button.active {
      background-image: none;
      background: #96c8ff;
      color: #fff; }

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:active:hover:not(.disabled):not(.disabled),
button.dt-button.active:hover:not(.disabled):not(.disabled),
div.dt-button:active:hover:not(.disabled):not(.disabled),
div.dt-button.active:hover:not(.disabled):not(.disabled),
a.dt-button:active:hover:not(.disabled):not(.disabled),
a.dt-button.active:hover:not(.disabled):not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #96c8ff;
  background-image: none;
  border: 1px solid #96c8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

/*

Buttons
-------------------------------------------------*/
.btn-default {
  background: #878787;
  border-color: #878787;
  color: #fff; }
 .btn-default:hover, .btn-default:focus, .btn-default.active {
    background: #878787;
    border-color: #878787;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
 .formInfo .btn-default:hover, .formInfo .btn-default:focus, .formInfo .btn-default.active {
    background: #96c8ff;
    border-color: #96c8ff;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-primary {
  background: #96c8ff;
  border-color: #96c8ff;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
    background: #00545c;
    border-color: #96c8ff;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-success {
  background: #41c300;
  border-color: #41c300;
  color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success.active {
    background: #309000;
    border-color: #41c300;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-info {
  background: #19A9D5;
  border-color: #19A9D5;
  color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info.active {
    background: #1485a7;
    border-color: #19A9D5;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-warning {
  background: #eeb043;
  border-color: #eeb043;
  color: #fff; }

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #eeb043; }

  .btn-warning:hover, .btn-warning:focus, .btn-warning.active {
    background: #e99c15;
    border-color: #eeb043;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-danger {
  background: #ed7f7e;
  border-color: #ed7f7e;
  color: #fff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.active {
    background: #e75351;
    border-color: #ed7f7e;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-pink {
  background: #e6a1f2;
  border-color: #e6a1f2;
  color: #fff; }
  .btn-pink:hover, .btn-pink:focus, .btn-pink.active {
    background: #da74ec;
    border-color: #e6a1f2;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-dark {
  background: #252525;
  border-color: #252525;
  color: #fff; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.active {
    background: #0c0c0c;
    border-color: #252525;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-addon {
  position: relative;
  padding-left: 40px; }
  .btn-addon i {
    background: rgba(0, 0, 0, 0.1);
    left: -1px;
    margin-right: 20px;
    padding: 10px;
    position: absolute;
    top: -1px; }

.btn-addon.btn-lg {
  padding-left: 60px; }
  .btn-addon.btn-lg i {
    padding: 14px; }

.btn-addon.btn-md {
  padding-left: 45px; }
  .btn-addon.btn-md i {
    padding: 10px; }

.btn-addon.btn-sm {
  padding-left: 40px; }
  .btn-addon.btn-sm i {
    padding: 9px; }

.btn-addon.btn-xs {
  padding-left: 25px; }
  .btn-addon.btn-xs i {
    padding: 5px; }

.btn-rounded {
  border-radius: 100px; }

.btn-outline {
  background: transparent;
  color: #878787; }

.btn-flat {
  border-radius: 0px; }

.dept-area {display: none}
.user-area {display: none}
.device-area {display: none}

/*

Header
-------------------------------------------------*/
.header {
  background: #337ab7;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 50px;
  height: 50px;
  z-index: 9999; }

.logo {
  /*background: #96c8ff;*/
  line-height: 40px;
  display: inline-block;
  padding: 5px 0;
  /*text-align: center;*/
  margin-left: 15px;
  width: 250px;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  overflow: hidden;
  float: left; }
  .logo img {
    -webkit-transition: all .25s;
    transition: all .25s;
    margin-top: -4px;
  }
  .logo span {
    color: #fff;
    font-size: 14px;
    font-weight: 400; }

.sidebar-hide .logo {
  width: 60px; }
  .sidebar-hide .logo span {
    display: none; }

.header-icon {
  font-size: 18px;
  padding: 12px 15px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  float: left;
  cursor: pointer; }
  .header-icon:hover, .header-icon:focus, .header-icon.active {
    background: #007580; }
  .header-icon .note-count {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    text-align: center;
    background: #00a4b9;
    z-index: 9999;
    font-weight: 600; }

/*    Humberger icon
--------------------------*/
.hamburger {
  display: inline-block;
  left: 10px;
  position: relative;
  top: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 37px;
  z-index: 999;
  cursor: pointer; }
  .hamburger > span {
    color: white;
    font-size: 25px; }

.header-icon.active .drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.drop-down {
  background: #fff;
  color: #252525;
  visibility: hidden;
  opacity: 0;
  width: 185px;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-top: 0px;
  border: 1px solid #e7e7e7; }

.header-left .drop-down {
  left: 0; }

.drop-down .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav-third-level {
  margin-right: 10px !important;
}
.dropdown-content-heading {
  padding: 10px 15px; }
  .dropdown-content-heading span {
    font-size: 13px;
    color: #878787; }
  .dropdown-content-heading i {
    position: relative;
    top: 5px;
    opacity: 1 !important;
    color: #96c8ff; }

.dropdown-content-body li {
  padding: 15px;
  border-top: 1px solid #f5f5f5; }
  .dropdown-content-body li:hover, .dropdown-content-body li:focus, .dropdown-content-body li.active {
    background: #f5f5f5;
    border-top: 1px solid #f5f5f5; }
  .dropdown-content-body li a:hover, .dropdown-content-body li a:focus, .dropdown-content-body li a.active {
    color: #878787; }
  .dropdown-content-body li:last-child {
    padding: 5px 15px; }

.notification-heading {
  font-size: 13px;
  font-weight: 700;
  color: #878787; }

.avatar-img {
  border-radius: 100px;
  width: 25px;
  position: relative;
  top: -3px; }

.header-icon > .avatar-img {
  width: 24px; }

.user-avatar {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
}

.user-name {
  /*margin-left: 5px;*/
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .header-icon > .avatar-img {
    margin-right: 42px; }

  .header-icon > .user-avatar {
    display: none; } }
@media screen and (max-width: 450px) {
  .header-icon > .avatar-img {
    margin-right: 22px; } }
.notification-text {
  font-size: 12px;
  font-family: Poppins, sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px; }

.notification-timestamp {
  font-size: 11px; }

.notification-percentage {
  font-size: 12px;
  position: relative;
  top: 12px; }

.notification-unread {
  background: #f5f5f5; }
  .notification-unread .notification-heading {
    color: #555; }

.more-link {
  font-size: 12px;
  color: #96c8ff;
  display: inline-block; }

.dropdown-profile {
  width: 200px; }
  .dropdown-profile .trial-day {
    font-size: 11px;
    padding-top: 2px;
    color: #96c8ff; }
  .dropdown-profile li {
    padding: 7px 15px; }
    .dropdown-profile li a {
      display: block;
      color: #878787; }
      .dropdown-profile li a:hover, .dropdown-profile li a:focus, .dropdown-profile li a.active {
        color: #878787; }
      .dropdown-profile li a span {
        font-size: 14px; }
      .dropdown-profile li a i {
        margin-right: 5px;
        font-size: 14px; }
    .dropdown-profile li:last-child {
      padding: 7px 15px; }

.header-link {
  position: relative;
  top: -3px;
  font-size: 14px; }

/*    Search box
----------------------*/
.main .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #fff;
  border-bottom: 0px; }
  .main .page-header h1 {
    font-size: 18px;
    padding: 14px 0px;
    margin: 0px; }
  .main .page-header .breadcrumb {
    margin: 0px;
    padding: 14px 15px;
    background: #fff; }
    .main .page-header .breadcrumb li:hover, .main .page-header .breadcrumb li:focus, .main .page-header .breadcrumb li.active {
      font-family: Poppins, sans-serif;
      font-weight: normal;
      font-size: 12px; }
    .main .page-header .breadcrumb li a {
      font-size: 12px;
      font-family: Poppins, sans-serif; }

.dropdown-task .progress {
  height: 5px;
  margin-bottom: 0px;
  margin-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none; }
.dropdown-task .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*

Gmaps
-------------------------------------------------*/
.map {
  width: 100%;
  height: 400px; }

/*

chat
-------------------------------------------------*/
.chat-sidebar {
  background-color: #f5f5f5;
  border-left: 1px solid #e7e7e7;
  position: fixed;
  right: -240px;
  bottom: 0;
  top: 50px;
  width: 240px;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .chat-sidebar .user-name {
    font-family: Poppins, sans-serif; }
  .chat-sidebar .content {
    font-family: Poppins, sans-serif; }
  .chat-sidebar .textarea {
    font-family: Poppins, sans-serif; }
  .chat-sidebar .seen {
    font-family: Poppins, sans-serif; }

.chat-sidebar.is-active {
  right: 0; }

.chat-user-search .input-group-addon {
  background: #fff;
  border-radius: 0px;
  border: 0px; }
.chat-user-search .form-control {
  border: 0px; }

.hidden {
  display: none; }

/*    Home Chat Widget
---------------------------------*/
.chat-widget .chat_window {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-color: #ffffff;
  background-color: #f8f8f8;
  overflow: hidden; }
.chat-widget .messages {
  position: relative;
  list-style: none;
  padding: 20px 10px 0 10px;
  margin: 0;
  min-height: 350px;
  overflow: scroll; }
  .chat-widget .messages .message {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0; }
    .chat-widget .messages .message .avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-block; }
    .chat-widget .messages .message .text_wrapper {
      display: inline-block;
      padding: 20px;
      border-radius: 6px;
      width: calc(100% - 100px);
      min-width: 100px;
      position: relative; }
      .chat-widget .messages .message .text_wrapper .text {
        font-size: 18px;
        font-weight: 300; }
    .chat-widget .messages .message .text_wrapper::after {
      top: 18px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 13px;
      margin-top: 0px; }
    .chat-widget .messages .message .text_wrapper:before {
      top: 18px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .chat-widget .messages .message .text_wrapper::before {
      border-width: 15px;
      margin-top: -2px; }
  .chat-widget .messages .message.left .text_wrapper::after,
  .chat-widget .messages .message.left .text_wrapper::before {
    right: 100%;
    border-right-color: #ffe6cb; }
  .chat-widget .messages .message.left .avatar {
    background-color: #f5886e;
    float: left; }
  .chat-widget .messages .message.left .text_wrapper {
    background-color: #ffe6cb;
    margin-left: 20px; }
  .chat-widget .messages .message.left .text {
    color: #c48843; }
  .chat-widget .messages .message.right .text_wrapper::after,
  .chat-widget .messages .message.right .text_wrapper::before {
    left: 100%;
    border-left-color: #c7eafc; }
  .chat-widget .messages .message.right .avatar {
    background-color: #fdbf68;
    float: right; }
  .chat-widget .messages .message.right .text_wrapper {
    background-color: #c7eafc;
    margin-right: 20px;
    float: right; }
  .chat-widget .messages .message.right .text {
    color: #45829b; }
  .chat-widget .messages .message.appeared {
    opacity: 1; }
.chat-widget .bottom_wrapper {
  position: relative;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px;
  bottom: 0; }
  .chat-widget .bottom_wrapper .message_input_wrapper {
    display: inline-block;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #bcbdc0;
    width: calc(100% - 160px);
    position: relative;
    padding: 0 20px; }
    .chat-widget .bottom_wrapper .message_input_wrapper .message_input {
      border: none;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - 45px);
      position: absolute;
      outline-width: 0;
      color: gray; }
  .chat-widget .bottom_wrapper .send_message {
    width: 140px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #a3d063;
    border: 2px solid #a3d063;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    float: right; }
    .chat-widget .bottom_wrapper .send_message .text {
      font-size: 18px;
      font-weight: 300;
      display: inline-block;
      line-height: 48px; }
  .chat-widget .bottom_wrapper .send_message:hover {
    color: #a3d063;
    background-color: #ffffff; }
.chat-widget .message_template {
  display: none; }

/*

Carousel
-------------------------------------------------*/
.testimonial-widget-one .testimonial-content {
  text-align: right; }
.testimonial-widget-one .testimonial-text {
  margin-bottom: 30px; }
.testimonial-widget-one .testimonial-author-position {
  font-family: Poppins, sans-serif;
  margin-right: 75px;
  position: relative;
  top: -5px; }
.testimonial-widget-one .testimonial-author {
  margin-right: 75px;
  position: relative;
  top: -5px; }
.testimonial-widget-one .testimonial-author-img {
  height: 50px !important;
  width: 50px !important;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0; }

/*

Weather
-------------------------------------------------*/
.weather-one {
  background: #96c8ff;
  position: relative; }
  .weather-one i {
    font-size: 80px;
    position: relative;
    top: 5px; }
  .weather-one h2 {
    display: inline-block;
    float: right;
    font-size: 48px; }
  .weather-one .city {
    position: absolute;
    text-align: right;
    top: 0px;
    right: 0; }
  .weather-one .currently {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 25px; }
  .weather-one .celcious {
    text-align: right;
    font-size: 20px; }

/*

Invoice Edit
-------------------------------------------------*/
[contenteditable]:hover, [contenteditable]:focus {
  background: #a9f8ff; }

#mmc-chat .chat-box ul.boxs li.box .box-footer {
  padding: 0;
  border: 0px solid transparent;
  line-height: 16px; }

.control-bar {
  position: relative;
  z-index: 100;
  background: #96c8ff;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px; }
  .control-bar .slogan {
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 2rem; }
  .control-bar label {
    margin: 0px;
    color: #fff; }
  .control-bar a {
    margin: 0;
    padding: .5em 1em;
    background: #fff;
    color: #878787; }
    .control-bar a:hover {
      background: #00c9dc; }
  .control-bar input {
    border: none;
    background: #00c9dc;
    max-width: 30px;
    text-align: center;
    color: #878787; }
    .control-bar input:hover {
      background: #00c9dc; }

.hidetax .taxrelated {
  display: none; }

.showtax .notaxrelated {
  display: none; }

.hidedate .daterelated {
  display: none; }

.showdate .notdaterelated {
  display: none; }

.details input {
  display: inline;
  margin: 0 0 0 0.5rem;
  border: none;
  width: 55px;
  min-width: 0;
  background: transparent;
  text-align: left; }

.invoice-edit .rate:before,
.invoice-edit .price:before,
.invoice-edit .sum:before,
.invoice-edit .tax:before,
.invoice-edit #total_price:before,
.invoice-edit #total_tax:before {
  content: '€'; }
.invoice-edit .me,
.invoice-edit .info,
.invoice-edit .bank,
.invoice-edit .smallme,
.invoice-edit .client,
.invoice-edit .bill,
.invoice-edit .details {
  padding: 15px; }

.invoice-logo img {
  display: block;
  vertical-align: top;
  width: 50px; }

/**
 * INVOICELIST BODY
 */
.invoicelist-body {
  margin: 1rem; }
  .invoicelist-body table {
    width: 100%; }
  .invoicelist-body thead {
    text-align: left;
    border-bottom: 2pt solid #666; }
  .invoicelist-body td,
  .invoicelist-body th {
    position: relative;
    padding: 1rem; }
  .invoicelist-body tr:nth-child(even) {
    background: #f5f5f5; }
  .invoicelist-body tr:hover .removeRow {
    display: block; }
  .invoicelist-body input {
    display: inline;
    margin: 0;
    border: none;
    width: 80%;
    min-width: 0;
    background: transparent;
    text-align: left; }
  .invoicelist-body .control {
    display: inline-block;
    color: white;
    background: #96c8ff;
    padding: 3px 7px;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer; }
    .invoicelist-body .control:hover {
      background: #009aa9; }
  .invoicelist-body .newRow {
    margin: 0.5rem 0;
    float: left; }
  .invoicelist-body .removeRow {
    display: none;
    position: absolute;
    top: 0.1rem;
    bottom: 0.1rem;
    left: -1.3rem;
    font-size: 0.7rem;
    border-radius: 3px 0 0 3px;
    padding: 0.5rem; }

/**
 * INVOICE LIST FOOTER
 */
.invoicelist-footer {
  margin: 1rem; }
  .invoicelist-footer table {
    float: right;
    width: 25%; }
    .invoicelist-footer table td {
      padding: 1rem 2rem 0 1rem;
      text-align: right; }
    .invoicelist-footer table tr:nth-child(2) td {
      padding-top: 0; }
    .invoicelist-footer table #total_price {
      font-size: 2rem;
      color: #96c8ff; }

/**
 * NOTE
 */
.note {
  margin: 75px 15px; }
  .hidenote .note {
    display: none; }
  .note h2 {
    margin: 0;
    font-size: 12px;
    font-weight: bold; }
  .note p {
    font-size: 12px;
    padding: 0px 5px; }

/**
 * FOOTER
 */
footer {
  display: block;
  margin: 1rem 0;
  padding: 1rem 0 0; }
  footer p {
    font-size: 12px; }

/**
 * PRINT STYLE
 */
@media print {
  .header,
  .sidebar,
  .chat-sidebar,
  .control,
  .control-bar {
    display: none !important; }

  [contenteditable]:hover, [contenteditable]:focus {
    outline: none; } }
/*

invoice
-------------------------------------------------*/
#invoice {
  position: relative;
  /*  top: -290px;*/
  margin-bottom: 120px;
  /*  width: 700px;*/
  background: #fff;
  padding: 30px; }

#invoice-table {
  /* Targets all id with 'col-' */
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px; }

#invoice-top {
  min-height: 120px; }

#invoice-mid {
  min-height: 120px; }

#invoice-bot {
  min-height: 250px; }

.invoice-logo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/logo.png) no-repeat;
  background-size: 60px 60px; }

.clientlogo {
  float: left;
  height: 60px;
  width: 60px;
  background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
  background-size: 60px 60px;
  border-radius: 50px; }

.invoice-info {
  display: block;
  float: left;
  margin-left: 20px; }
  .invoice-info h2 {
    color: #878787;
    font-size: 14px; }
  .invoice-info p {
    font-size: 12px; }

.title {
  float: right; }
  .title h4 {
    color: #878787;
    text-align: right; }

.title p {
  text-align: right;
  font-size: 12px; }

#project {
  margin-left: 52%; }
  #project p {
    font-size: 12px; }

#invoice-table h2 {
  font-size: 18px; }

.tabletitle {
  padding: 5px;
  background: #e7e7e7; }

.service {
  border: 1px solid #e7e7e7; }

.table-item {
  width: 50%; }

.itemtext {
  font-size: 0.9em; }

#legalcopy {
  margin-top: 30px; }
  #legalcopy p {
    font-size: 12px; }

.effect2 {
  position: relative; }

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.effect2:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

.legal {
  width: 70%; }

/*

Widget list
-------------------------------------------------*/
/*    Widget One
---------------------------*/
.stat-widget-one {
  overflow: hidden; }
  .stat-widget-one .stat-icon {
    vertical-align: top;
    float: left; }
    .stat-widget-one .stat-icon i {
      font-size: 30px;
      border-width: 3px;
      border-style: solid;
      border-radius: 100px;
      padding: 15px;
      font-weight: 900;
      display: inline-block; }
  .stat-widget-one .stat-content {
    margin-left: 15px;
    margin-top: 7px;
    float: left; }
  .stat-widget-one .stat-text {
    font-size: 14px;
    color: #878787; }
  .stat-widget-one .stat-digit {
    font-size: 24px;
    color: #878787; }

/*    Widget Two
---------------------------*/
.stat-widget-two {
  text-align: left;
  position: relative; }
  .stat-widget-two .stat-digit {
    font-size: 16px;
    font-weight: 600;
    color: #878787; }
    .stat-widget-two .stat-digit i {
      margin-right: 2px; }
  .stat-widget-two .stat-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #878787; }
  .stat-widget-two .progress {
    height: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .stat-widget-two .progress-bar {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .stat-widget-two .widget-icon {
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 20px; }

 
/*
Recet comments
-------------------------------------------------*/
.recent-comment .media {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px; }
.recent-comment .media-left {
  padding-right: 25px; }
  .recent-comment .media-left img {
    border-radius: 100px; }
.recent-comment .media-body h4 {
  font-size: 16px; }
.recent-comment .media-body p {
  margin-bottom: 10px; }

.comment-action {
  float: left; }
  .comment-action .badge {
    text-transform: uppercase;
    font-family: Poppins, sans-serif; }
  .comment-action i {
    padding: 0px 5px; }

.comment-date {
  float: right;
  color: #878787;
  font-family: Poppins, sans-serif; }

/*

Recent Message
-------------------------------------------------*/
.recent-meaasge {
  margin-top: 15px; }
  .recent-meaasge .media {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px; }
  .recent-meaasge .media-left {
    padding-right: 25px; }
    .recent-meaasge .media-left img {
      border-radius: 100px; }
  .recent-meaasge .media-body {
    position: relative; }
    .recent-meaasge .media-body h4 {
      font-size: 16px; }
    .recent-meaasge .media-body p {
      margin-top: 10px;
      margin-bottom: 10px; }

.meaasge-date {
  float: right;
  color: #878787;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px; }

/*

Forms
-------------------------------------------------*/
/*    Input Style
------------------------*/
.form-group {
  margin-bottom: 20px; }

/** formInfo 用于调整表单元素样式 */
.formInfo .form-control {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0px 0px 0px 0px;
}

.btn-group > .btn:first-child {
  padding: 0px 0px 0px 10px;
}

.formInfo .btn-default:active:hover, .formInfo .btn-default.active:hover, .formInfo .open > .dropdown-toggle.btn-default:hover, .formInfo .btn-default:active:focus, .formInfo .btn-default.active:focus, .formInfo .open > .dropdown-toggle.btn-default:focus, .formInfo .btn-default:active.focus, .formInfo .btn-default.active.focus, .formInfo .open > .dropdown-toggle.btn-default.focus{
  color: #fff;
  background-color: #96c8ff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #96c8ff;
}

.formInfo .input-group {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.formInfo .input-group .form-control {
  border-radius: 4px;
  padding: 0px 0px 0px 10px;
}

.formInfo .input-group .form-control:hover,
.formInfo .input-group .form-control:focus{
  color: #fff;
  background-color: #96c8ff;
}

.taskDetail .form-control {
  padding: 0px 0px 0px 0px;
  height: 1px;
}

.taskDetail .control-label {
  height: 15px !important;
}

.form-control {
  height: 42px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ccc;
  font-family: Poppins, sans-serif; }
  .form-control:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e7e7e7; }
  .form-control:focus, .form-control.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ccc; }

.input-default {
  border-radius: 4px; }

.input-flat {
  border-radius: 0px; }

.input-rounded {
  border-radius: 100px; }

.input-focus {
  border-color: #96c8ff; }
  .input-focus:focus {
    border-color: #96c8ff; }

/*    Search Box Input Button
--------------------------------*/
.input-group-btn .btn {
  padding: 10px 12px; }

.input-group-default .form-control {
  border-radius: 4px; }

.input-group-flat .form-control {
  border-radius: 4px; }
.input-group-flat .btn {
  border-radius: 0px;
  border-radius: 0px; }

.input-group-rounded .form-control {
  border-radius: 100px; }
.input-group-rounded .btn-group-left {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; }
.input-group-rounded .btn-group-right {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; }

.input-group-close-icon {
  background: none;
  color: #252525;
  border-color: #e7e7e7; }
  .input-group-close-icon:hover, .input-group-close-icon:focus, .input-group-close-icon.active {
    background: none;
    border-color: #e7e7e7;
    color: #252525; }

/*    Input States
-----------------------*/
.has-default .form-control:hover, .has-default .form-control:focus, .has-default .form-control.active,
.has-success .form-control:hover,
.has-success .form-control:focus,
.has-success .form-control.active,
.has-warning .form-control:hover,
.has-warning .form-control:focus,
.has-warning .form-control.active,
.has-error .form-control:hover,
.has-error .form-control:focus,
.has-error .form-control.active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.has-default .control-label {
  color: #878787; }
.has-default .form-control {
  border-color: #878787; }
  .has-default .form-control:hover, .has-default .form-control:focus, .has-default .form-control.active {
    border-color: #878787; }

.has-success .control-label {
  color: #41c300; }
.has-success .form-control {
  border-color: #41c300; }
  .has-success .form-control:hover, .has-success .form-control:focus, .has-success .form-control.active {
    border-color: #41c300; }

.has-warning .control-label {
  color: #eeb043; }
.has-warning .form-control {
  border-color: #eeb043; }
  .has-warning .form-control:hover, .has-warning .form-control:focus, .has-warning .form-control.active {
    border-color: #eeb043; }

.has-error .control-label {
  color: #ed7f7e; }
.has-error .form-control {
  border-color: #ed7f7e; }
  .has-error .form-control:hover, .has-error .form-control:focus, .has-error .form-control.active {
    border-color: #ed7f7e; }

.has-feedback label ~ .form-control-feedback {
  top: 35px; }

.form-horizontal .has-feedback .form-control-feedback {
  top: 5px; }

.has-success .form-control-feedback {
  color: #41c300; }

.has-warning .form-control-feedback {
  color: #eeb043; }

.has-error .form-control-feedback {
  color: #ed7f7e; }

.has-success .input-group-addon {
  background-color: #82ff44;
  border-color: #41c300;
  color: #41c300; }

.has-warning .input-group-addon {
  background-color: #f9e1b8;
  border-color: #eeb043;
  color: #eeb043; }

.has-error .input-group-addon {
  background-color: #fdeeee;
  border-color: #ed7f7e;
  color: #ed7f7e; }

/*    Input Size
--------------------*/
.input-sm {
  font-size: 12px;
  height: 30px;
  line-height: 1.5; }

.input-lg {
  font-size: 18px;
  height: 46px;
  line-height: 1.33333; }

/*    Basic form
----------------------*/
label {
  font-weight: 400;
  margin-bottom: 10px; }

/*    Form Horizontal
----------------------*/
.form-horizontal .control-label {
  padding-top: 12px; }

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

/*

commpose email
-------------------------------------------------*/
.mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top; }
  .mail-box .sm-side {
    background: #fff;
    border-radius: 4px 0 0 4px;
    width: 25%; }
    .mail-box .sm-side .user-head {
      background: #fff;
      border-radius: 4px 0 0;
      color: #878787;
      min-height: 80px;
      padding: 10px; }
  .mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%; }

.user-head .inbox-avatar {
  float: left;
  width: 65px; }
  .user-head .inbox-avatar img {
    border-radius: 100px;
    height: 65px;
    width: 65px; }
.user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px; }
  .user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px; }
    .user-head .user-name h5 a {
      color: #878787; }
  .user-head .user-name span a {
    color: #878787;
    font-size: 12px; }

a.mail-dropdown {
  background: none repeat scroll 0 0 #80d3d9;
  border-radius: 2px;
  color: #01a7b3;
  font-size: 10px;
  margin-top: 20px;
  padding: 3px 5px; }

.inbox-body {
  padding: 20px 0px; }
  .inbox-body .modal .modal-body input {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-compose {
  background: #96c8ff;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 70%; }
  .btn-compose:hover, .btn-compose:focus, .btn-compose.active {
    background: #96c8ff;
    color: #fff; }

ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%; }
    ul.inbox-nav li a {
      color: #6a6a6a;
      display: inline-block;
      line-height: 45px;
      padding: 0 20px;
      width: 100%;
      font-family: Poppins, sans-serif; }
      ul.inbox-nav li a:hover {
        background: #f5f5f5;
        color: #6a6a6a; }
      ul.inbox-nav li a:focus {
        background: #f5f5f5;
        color: #6a6a6a; }
      ul.inbox-nav li a i {
        color: #6a6a6a;
        font-size: 16px;
        padding-right: 10px; }
      ul.inbox-nav li a span.label {
        margin-top: 13px; }
  ul.inbox-nav li.active a {
    background: #f5f5f5;
    color: #6a6a6a; }

.inbox-divider {
  border-bottom: 1px solid #e7e7e7; }

ul.labels-info li {
  margin: 0; }
  ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    text-transform: uppercase; }
  ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
    font-family: Poppins, sans-serif; }
    ul.labels-info li a:hover {
      background: #f5f5f5;
      color: #6a6a6a; }
    ul.labels-info li a:focus {
      background: #f5f5f5;
      color: #6a6a6a; }
    ul.labels-info li a i {
      padding-right: 10px; }

.nav.nav-pills.nav-stacked.labels-info p {
  color: #9d9f9e;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px; }

.inbox-head {
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
  color: #878787;
  min-height: 80px;
  padding: 20px; }
  .inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px; }
  .inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px; }
  .inbox-head .sr-btn {
    background: #fff;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #878787;
    height: 40px;
    padding: 0 20px; }

.table-inbox {
  border: 1px solid #e7e7e7;
  margin-bottom: 0; }
  .table-inbox tr td {
    padding: 12px !important; }
    .table-inbox tr td:hover {
      cursor: pointer; }
    .table-inbox tr td .ti-star.inbox-started {
      color: #eeb043; }
    .table-inbox tr td .ti-star {
      color: #d5d5d5; }
      .table-inbox tr td .ti-star:hover {
        color: #eeb043; }
  .table-inbox tr.unread td {
    background: #f5f5f5; }

ul.inbox-pagination {
  float: right; }
  ul.inbox-pagination li {
    float: left; }

.mail-option {
  display: inline-block;
  margin: 26px 0;
  width: 100%;
  font-size: 12px; }
  .mail-option .chk-all {
    margin-right: 5px;
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 16px; }
    .mail-option .chk-all input[type="checkbox"] {
      margin-top: 0; }
  .mail-option .btn-group {
    margin-right: 5px; }
    .mail-option .btn-group a.btn {
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 3px !important;
      font-family: Poppins, sans-serif;
      color: #878787;
      display: inline-block;
      padding: 5px 10px;
      font-size: 12px; }
    .mail-option .btn-group a.all {
      border: medium none;
      padding: 0;
      margin-left: 5px; }
    .mail-option .btn-group i {
      margin-left: 5px; }
  .mail-option .card-option-dropdown {
    left: 0;
    right: auto; }

.inbox-pagination a.np-btn {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e7e7e7;
  border-radius: 3px !important;
  color: #afafaf;
  display: inline-block;
  padding: 5px 15px;
  margin-left: 5px; }
.inbox-pagination li span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px; }

.fileinput-button {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative; }
  .fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-300px, 0px) scale(4);
            transform: translate(-300px, 0px) scale(4); }

.modal-header h4.modal-title {
  font-weight: 300; }

.modal-body label {
  font-weight: 400; }

.heading-inbox h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px; }

.sender-info {
  margin-bottom: 20px; }
  .sender-info img {
    height: 30px;
    width: 30px; }

.sender-dropdown {
  background: none repeat scroll 0 0 #eaeaea;
  color: #777;
  font-size: 10px;
  padding: 0 3px; }

.view-mail a {
  color: #ed7f7e; }

.attachment-mail {
  margin-top: 30px; }
  .attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%; }
    .attachment-mail ul li {
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
      width: 150px; }
      .attachment-mail ul li img {
        width: 100%; }
      .attachment-mail ul li span {
        float: right; }
  .attachment-mail .file-name {
    float: left; }
  .attachment-mail .links {
    display: inline-block;
    width: 100%; }

.fileupload-buttonbar .btn {
  margin-bottom: 5px; }
.fileupload-buttonbar .toggle {
  margin-bottom: 5px; }

.files .progress {
  width: 200px; }

.fileupload-processing .fileupload-loading {
  display: block; }

* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0; }
* + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px; }

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.inbox-small-cells {
  text-align: center; }

.mail-group-checkbox {
  position: relative;
  top: 2px; }

.mail-checkbox.mail-group-checkbox {
  position: relative;
  top: 2px;
  left: 2px; }

.table-inbox > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #e7e7e7;
  line-height: 1.42857;
  padding: 0px;
  vertical-align: top; }

@media (max-width: 767px) {
  .files .btn span {
    display: none; }
  .files .preview * {
    width: 40px; }
  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word; }
  .files .progress {
    width: 20px; }
  .files .delete {
    width: 60px; } }
/*

Progess Bar
-------------------------------------------------*/
.progress-bar {
  background-color: #96c8ff; }

.progress-bar-primary {
  background-color: #96c8ff; }

.progress-bar-success {
  background-color: #41c300; }

.progress-bar-info {
  background-color: #19A9D5; }

.progress-bar-danger {
  background-color: #ed7f7e; }

.progress-bar-warning {
  background-color: #eeb043; }

.progress-bar-pink {
  background-color: #e6a1f2; }

/*

Todo List
-------------------------------------------------*/
/* WebKit browsers */
/* Mozilla Firefox 4 to 18 */
/* Mozilla Firefox 19+ */
/* Internet Explorer 10+ */
.tdl-holder {
  margin: 0px auto; }
  .tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tdl-holder li {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    color: #878787;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .tdl-holder li span {
      margin-left: 30px;
      font-family: Poppins, sans-serif;
      vertical-align: middle;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 52px;
    padding: 0 15px;
    position: relative;
    margin: 0px !important; }
    .tdl-holder label:hover {
      background-color: #f5f5f5;
      color: #878787; }
      .tdl-holder label:hover a {
        display: block; }
    .tdl-holder label a {
      border-radius: 50%;
      color: #878787;
      display: none;
      float: right;
      font-weight: bold;
      line-height: normal;
      height: 16px;
      margin-top: 20px;
      text-align: center;
      text-decoration: none;
      width: 16px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .tdl-holder input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute; }
    .tdl-holder input[type="checkbox"] + i {
      background-color: #fff;
      border: 1px solid #e7e7e7;
      display: block;
      height: 18px;
      position: absolute;
      top: 20px;
      width: 18px;
      z-index: 1; }
    .tdl-holder input[type="checkbox"]:checked + i::after {
      content: "\e64c";
      font-family: 'themify';
      display: block;
      left: 0px;
      position: absolute;
      top: -20px;
      z-index: 2; }
    .tdl-holder input[type="checkbox"]:checked ~ span {
      color: #878787;
      text-decoration: line-through; }
  .tdl-holder input[type="text"] {
    background-color: #f5f5f5;
    height: 50px;
    margin-top: 40px; }

/*

Datamap
-------------------------------------------------*/
.datamap-sales-hover-tooltip {
  background: #252525;
  font-family: Poppins, sans-serif;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 3px; }

/*

Table
-------------------------------------------------*/
thead tr th {
  color: #878787;
  font-weight: normal;
  text-transform: uppercase; }
  thead tr th:last-child {
    text-align: right; }

tbody tr th {
  color: #878787;
  font-family: Poppins, sans-serif;
  font-weight: normal; }
tbody tr td {
  font-family: Poppins, sans-serif;
  color: #878787; }
  tbody tr td:last-child {
    text-align: right; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 12px;
  vertical-align: top; }

.table > thead > tr > th {
  border-bottom: 1px solid #e7e7e7; }

.table .badge {
  text-transform: uppercase; }

/*

Order Progress
-------------------------------------------------*/
.current-progress {
  margin-top: 15px; }

.progress-content {
  margin-bottom: 20px; }

.progress-content:last-child {
  margin-bottom: 0px; }

.current-progressbar {
  margin-top: 3px; }
  .current-progressbar .progress {
    height: 15px;
    margin: 0px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .current-progressbar .progress-bar {
    -webkit-box-shadow: 0px;
            box-shadow: 0px;
    line-height: 14px;
    font-size: 11px;
    -webkit-box-shadow: none;
            box-shadow: none; }

/*

Login 
-------------------------------------------------*/
.login-logo {
  text-align: center;
  margin-bottom: 15px; }
  .login-logo span {
    color: #fff;
    font-size: 24px; }
  .login-logo img {
    height: 75px; }

.login-content {
  margin: 30% 12%; }

.login-form {
  background: #8fcad9;
  padding: 30px 30px 20px;
  border-radius: 2px; }
  .login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px; }
  .login-form .checkbox {
    color: #878787; }
    .login-form .checkbox label {
      text-transform: none; }
  .login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px; }
  .login-form label {
    color: #878787;
    text-transform: uppercase; }
    .login-form label a {
      color: #96c8ff; }

.social-login-content {
  margin: 0px -30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0px;
  background: #fcfcfc; }

.social-button {
  padding: 0 30px; }
  .social-button i {
    padding: 19px; }

.register-link a {
  color: #96c8ff; }

/*

chart
-------------------------------------------------*/
.cpu-load {
  width: 100%;
  height: 272px;
  font-size: 14px;
  line-height: 1.2em; }

.cpu-load-data-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px; }

.cpu-load-data {
  margin-bottom: 30px; }
  .cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7; }
    .cpu-load-data li:last-child {
      border-right: 0px; }

/*

Nestable
-------------------------------------------------*/
.nestable-cart {
  overflow: hidden; }

/*

Profile
-------------------------------------------------*/
.user-work h4,
.user-skill h4 {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0px;
  border-bottom: 1px solid #e7e7e7;
  font-family: Poppins, sans-serif; }

.work-content {
  margin-bottom: 15px; }
  .work-content h3 {
    font-size: 15px;
    margin-bottom: 5px; }

.user-skill li a {
  line-height: 25px; }

.user-profile-name {
  display: inline-block;
  font-size: 20px; }

.user-Location {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  font-family: Poppins, sans-serif; }
  .user-Location i {
    font-size: 14px; }

.user-job-title {
  font-size: 14px;
  padding-bottom: 5px;
  color: #96c8ff; }

.ratings h4 {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 2px; }
.ratings span {
  margin-right: 10px; }

.rating-star {
  margin-bottom: 10px; }

.user-send-message {
  margin-top: 15px; }

.user-profile-tab {
  margin-top: 15px; }
  .user-profile-tab li a {
    padding: 7px 40px 7px 0px; }

.contact-information,
.basic-information {
  margin: 10px 0px; }
  .contact-information h4,
  .basic-information h4 {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: Poppins, sans-serif; }

.contact-title {
  display: inline-block;
  padding-bottom: 10px;
  width: 100px; }

.phone-number,
.mail-address,
.contact-email,
.contact-website,
.contact-skype,
.birth-date,
.gender {
  font-family: Poppins, sans-serif; }

.profile-widget {
  margin: 0;
  text-align: center; }

/*

UI Elemets Basic
-------------------------------------------------*/
/*Aleart
-------------*/
.alert-primary {
  background-color: #00d7eb;
  border-color: #00d7eb;
  color: #96c8ff; }

.alert-success {
  background-color: #82ff44;
  border-color: #82ff44;
  color: #41c300; }

.alert-warning {
  background-color: #f9e1b8;
  border-color: #f9e1b8;
  color: #eeb043; }

.alert-danger {
  background-color: #fdeeee;
  border-color: #fdeeee;
  color: #ed7f7e; }

.alert-pink {
  background-color: #f8e4fb;
  border-color: #f8e4fb;
  color: #e6a1f2; }

.alert-dismissable .close, .alert-dismissible .close {
  color: rgba(0, 0, 0, 0.8); }

/*    Labels
------------------*/
.label-default {
  background-color: #878787; }

.label-primary {
  background-color: #96c8ff; }

.label-success {
  background-color: #41c300; }

.label-info {
  background-color: #19A9D5; }

.label-danger {
  background-color: #ed7f7e; }

.label-warning {
  background-color: #eeb043; }

/*

Calendar
-------------------------------------------------*/
.calendar {
  float: left;
  margin-bottom: 0px; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase; }

.fc-day {
  background: #fff; }

.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 #e7e7e7; }

.fc-widget-content {
  border: 1px solid #e7e7e7; }

.fc th.fc-widget-header {
  background: #e7e7e7;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase; }

.fc-button {
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #878787;
  text-transform: capitalize; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #f5f5f5 !important; }

.fc-state-highlight {
  background: #f5f5f5 !important; }

.fc-cell-overlay {
  background: #f5f5f5 !important; }

.fc-unthemed .fc-today {
  background: #fff !important; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  color: #fff;
  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; }

#drop-remove {
  margin: 0px;
  top: 3px; }

#event-modal .modal-dialog,
#add-category .modal-dialog {
  max-width: 600px; }

/*

flot chrt
-------------------------------------------------*/
.flotTip {
  background: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  color: #fff; }

.flot-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 275px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 30px auto;
  background: #fff; }

.flot-pie-container {
  height: 275px; }

.flotBar-container {
  height: 275px; }

.flot-line {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em; }

.legend table {
  border-spacing: 5px; }

/*

Morris chart
-------------------------------------------------*/
.morris-hover {
  position: absolute;
  z-index: 1; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff !important; }

.morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important; }

/*

Product 1
-------------------------------------------------*/
.products_1 {
  padding-top: 5px;
  padding-bottom: 5px; }
  .products_1 .pr_img_price {
    position: relative; }
    .products_1 .pr_img_price .product_price {
      min-width: 50px;
      min-height: 50px;
      background: #41c300;
      border-radius: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .products_1 .pr_img_price .product_price p {
        padding-top: 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 600; }
  .products_1 .product_details .product_name {
    padding-top: 30px; }
  .products_1 .product_details .prdt_add_to_cart {
    padding-top: 10px; }
    .products_1 .product_details .prdt_add_to_cart button {
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: 600; }

/*

Products 2
-------------------------------------------------*/
.product-2-details .table > tbody > tr > td {
  border: none; }
.product-2-details .product-2-des {
  margin-top: 25px; }
  .product-2-details .product-2-des .product_name h4 {
    font-size: 15px;
    font-weight: 600; }
  .product-2-details .product-2-des .product_des p {
    font-size: 13px;
    font-style: italic; }
.product-2-details .product-2-button {
  border-left: 1px solid #e7e7e7;
  margin-top: 25px; }
  .product-2-details .product-2-button .prdt_add_to_curt {
    padding-top: 10px; }
    .product-2-details .product-2-button .prdt_add_to_curt button {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600; }

/*

Products 3
-------------------------------------------------*/
.product-3-img img {
  width: 100%; }

.product_details_3 {
  padding: 15px 0px; }
  .product_details_3 .product_name h4 {
    font-size: 15px;
    font-weight: 600; }
  .product_details_3 .product_des {
    padding-bottom: 5px; }
  .product_details_3 .prdt_add_to_curt {
    padding-top: 10px; }
    .product_details_3 .prdt_add_to_curt button {
      text-transform: uppercase;
      font-weight: 600; }

/*

Favourite
-------------------------------------------------*/
.favourite-menu-details .table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #e7e7e7; }
.favourite-menu-details .favourite-menu-img {
  border-right: 1px solid #e7e7e7;
  margin-bottom: 25px;
  width: 120px; }
.favourite-menu-details .favourite-menu-des {
  margin-top: 40px;
  margin-right: 465px; }
  .favourite-menu-details .favourite-menu-des .product_name h4 {
    font-weight: 600;
    text-align: left; }
.favourite-menu-details .favourite-menu-button {
  margin-top: 40px; }
  .favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
    padding-top: 10px; }
    .favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600; }

/*

Order list
-------------------------------------------------*/
.order-list-item table tbody > tr > td {
  padding-top: 8px;
  border-top: 1px solid #e7e7e7; }
.order-list-item table thead > tr > th {
  border-bottom: 1px solid #e7e7e7; }
.order-list-item thead {
  background: #96c8ff;
  text-align: left; }
  .order-list-item thead th {
    color: #fff;
    font-weight: bold; }
.order-list-item tbody {
  background: #fff;
  text-align: left; }
  .order-list-item tbody td {
    color: #444444; }

/*

Booking
-------------------------------------------------*/
.booking-system-feedback {
  top: 5px !important;
  right: 15px; }

.booking-system-top {
  padding-top: 15px; }

.media-body {
  vertical-align: middle; }
  .media-body span {
    font-size: 10px;
    color: #96c8ff; }
  .media-body p {
    color: #878787;
    line-height: 15px; }

/*

Scrollable
-------------------------------------------------*/
.example {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
  background-color: #f5f5f5;
  text-align: justify; }
  .example p {
    padding: 20px 20px 0px 20px;
    font-size: 12px; }

.box,
.simple {
  height: 300px; }

/*

vector
-------------------------------------------------*/
.vmap {
  width: 100%;
  height: 400px; }

/*

Mane upload
-------------------------------------------------*/
.dark-browse-input-box {
  border-radius: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  color: #000000;
  border: 1px solid #e7e7e7; }
  .dark-browse-input-box .dark-input-button {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: #fff;
    border: none !important;
    color: #96c8ff; }
    .dark-browse-input-box .dark-input-button i {
      font-weight: bold;
      font-size: 17px; }
    .dark-browse-input-box .dark-input-button:hover {
      background: #fff;
      color: #96c8ff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border: none !important; }
    .dark-browse-input-box .dark-input-button:focus {
      outline: none;
      border: none !important;
      background: none !important; }

.file-input {
  position: relative;
  font-size: 14px; }

.file-input label {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  margin: 0; }
  .file-input label:focus {
    outline: none;
    border: none !important;
    background: none !important; }

.file-input .btn {
  position: absolute;
  right: 6px;
  top: -1px;
  bottom: 3px;
  max-width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 30px; }

.file-input .btn input {
  width: 0;
  height: 0; }

.file-input .file-name {
  float: left;
  width: 100%;
  border: 0;
  background: transparent; }
/*# sourceMappingURL=style.css.map */






.pignose-calendar-top-icon {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
  content: "\e64a";
}
.icon-arrow-right:before {
  content: "\e649";
}


/* 大屏可视化 start */
.home { position: relative; margin: 0 -5px; height: 100%; background: linear-gradient(180deg, #0E315E 0%, #000000 100%) }
.home > img { width: 100%; height: 100%; object-fit: fill; }
.home .home_head { top: 0; left: 0; position: absolute; width: 100%; height: 90px; }
.home .home_head .um_head_box { position: relative; top: 0; width: 100%; height: 100%; }
.home .home_head .um_head_box > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.home .home_head .um_head_box > h3 { font-size: 30px; width: 100%; position: absolute; top: 0; left: 0; text-align: center; margin: 0px; height: 90px; line-height: 65px; color: #fff; }
.home .home_head .um_head_box .dateSwitch { cursor:pointer; width: 40%; height: 60px; z-index: 9999; position: relative; padding-left: 20px; }
.home .home_head .um_head_box .dateSwitch span { display: inline-block; line-height: 60px; color: #fff; padding: 0 15px; }
.home .home_head .um_head_box .dateSwitch .active { color: #1DE9B6; }
.home .home_head .um_head_box .saveBtn { cursor:pointer; position: fixed; top: 20px; right: 20px; z-index: 9999; }
.home .home_head .um_head_box .saveBtn img { width: 20px; }
.home .home_head .um_head_box .saveBtn>img:hover { animation: fullImg 2s }

/* 大屏主体内容 */
.home_content { top: 90px; left: 0px; position: absolute; width: 100%; height: calc(100% - 90px); }
.home_content .home_container { position: relative; top: 0; left: 0; width: 100%; height: 100%; }

/* 侧边区域 */
.home_container .button-minimize { z-index: 999; height: 75px; background: rgba(14, 19, 52, 0.7); text-align: center; top: 0px; position: absolute; width: 15px; color: #fff; }
.home_container .button-minimize img { width: 90%; }
.home_container .button-minimize.left { left: 0px; border-radius: 0 4px 4px 0; }
.home_container .button-minimize.right { right: 0px; border-radius: 4px 0 0 4px; }
.home_container .button-minimize.left img,.home_container .button-minimize.right img { padding-top: 30px; }
.home_container .button-minimize.left,.home_container .button-minimize.right { margin-top: 15%; }

/* 左侧内容板块 */
.home_container .left_area { z-index: 99; width: 25%; height: 100%; top: 0px; left: 15px; position: absolute; display: inline-block; transition: all 0.5s 0s; }
.home_container .left_area.minimize { width: 0; overflow: hidden; }
.home_container .left_area div:nth-child(1) { margin-bottom: 20px; }

/* 右侧内容板块 */
.home_container .right_area { z-index: 99; width: 25%; height: 100%; top: 0px; right: 15px; position: absolute; display: inline-block; transition: all 0.5s 0s; }
.home_container .right_area.minimize { width: 0; overflow: hidden; }
.home_container .right_area div:nth-child(1){ margin-bottom: 20px; }

/* 底部内容板块 */
.home_container .bottom_area { z-index: 98; height: 100%;  text-align: center; width: 100%;  display: inline-block; bottom: 0; left: 0; position: absolute; }
.home_container .bottom_area .button-minimize.bottom{ left: 0%; top: 10px; position: relative; width: 75px; height: 15px; display: inline-block; border-radius: 4px 4px 0 0; }
.home_container .bottom_area .button-minimize.bottom img { height: 90%; vertical-align: top; }

.home_container .bottom_area .bottom-box { transition: all 0.5s 0s; height: 100%; flex-direction: row; width: 46%; padding-bottom: 12px; margin-bottom: 12px; left: 27%; position: relative; overflow: hidden; }
/*.home_container .bottom_area .bottom-box { transition: all 0.5s 0s; height: 88.5%; flex-direction: row; width: 46%; top: 10px; margin-bottom: 12px; left: 27%; position: relative; overflow: hidden; }*/
.home_container .bottom_area .bottom-box .dock-box { height: calc(100%); }
.home_container .bottom_area .bottom-box.minimize { height: 0; overflow: hidden; }

/* 居中内容板块 */
/*.home_container .center_area { width: 100%; height: 55%; display: inline-block; top: 0; left: 0; position: absolute; }*/
/*.home_container .center_area #container { width: 46%; height: 100%; position: relative; left: 27%; border: 1px solid rgba(14, 127, 189, .8); }*/

/* 无缝滚动列表样式 */
.home_container .scrollHead { display: flex; align-items: center; }
.home_container .scrollHead span{ cursor:pointer; display: inline-block; width: 20%; color: #eb9c4d; text-align: center; font-size: 13px; height: 35px; line-height: 35px; }
.home_container .scrollContent { color: rgba(255, 255, 255, .7); padding: 0 10px; height: 88%; overflow: hidden; }
.home_container .scrollContent .items {  }
.home_container .scrollItemBox { overflow: hidden; }
.home_container .scrollItemBox .item { display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .2);  }
.home_container .scrollItemBox .item span { cursor:pointer; text-align: center; width: 20%; display: inline-block; height: 35px; line-height: 35px; }
.home_container #scrollControlBox .item span { height: 55px; line-height: 55px; }
.home_container .scrollItemBox .item span:nth-child(1) { text-align: left; margin-left: 10px; }
.home_container .scrollItemBox .item:nth-child(1) span i { background: #f5b549; }
.home_container .scrollItemBox .item:nth-child(2) span i { background: #71d8f8; }
.home_container .scrollItemBox .item:nth-child(3) span i { background: #ff7733; }
.home_container .scrollItemBox .item span i { font-style: normal; padding: 2px 7px; background: #0070ad; border-radius: 3px; }

.home_container .scrollContent:hover { overflow-y: auto; }

.com_robot_control .scrollHead { padding: 0 10px; display: flex; align-items: center; justify-content: flex-start; }
.com_robot_control .scrollHead span { display: inline-block; }
.com_robot_control .scrollContent .item { display: flex; align-items: center; justify-content: flex-start; }
.com_robot_control .scrollContent .item span { text-align: center; display: inline-block; }
.com_robot_control .scrollContent .item span:nth-child(1) { margin-left: 0px; }


/* 公共部分 */
.home_container .dock-box { text-align: left; height: 48%; transition: all 0.5s 0s; border-radius: 5px; background: rgba(0, 9, 34, 0.7); }
.home_container .dock-box .til { padding-left: 20px; font-size: 15px; height: 27px; line-height: 27px; transition: all 0.5s 0s; margin: 10px 0; text-align: left; color: #fff; font-weight: bold; width: 50%; display: inline-block; background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%); }
.home_container .dock-box:hover .til { background: linear-gradient(to right, rgba(14, 166, 255, 0.5) 0%, rgba(14, 166, 255, 0) 100%); }
.home_container .dock-box .echart-box { padding: 0 15px; color: #fff; }

@keyframes fullImg {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.2, 1.2); }
  100% { transform: scale(1, 1); }
}
/* 大屏可视化 end */

/**
*  自定义 表单样式 start 可根据需求自行添加
*  four 一行四个
*  five 一行五个
*/

.form_custom { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; padding: 0 20px; }
.form_custom .form_custom_til { width: 100%; border-bottom: 1px solid #dddddd; margin-bottom: 10px; }
.form_custom .form_custom_til span { display: inline-block; height: 30px; width: 110px; text-align: center; border-radius: 4px 4px 0 0; line-height: 30px; background-color: #efefef; }
.form_custom .custom_five_box { width: 20%; display: flex; align-items: center; margin-bottom: 10px; }
.form_custom .custom_four_box { width: 25%; display: flex; align-items: center; margin-bottom: 10px; }
.form_custom .custom_three_box { width: 33.3333%; display: flex; align-items: center; margin-bottom: 10px; }
.form_custom .custom_two_box { width: 50%; display: flex; align-items: center; margin-bottom: 10px; }
.form_custom label { width: 35%; text-align: right; height: 24px; line-height: 30px; margin-right: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.form_custom input { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.form_custom > .form-control { width: 65%; display: inline-block;  z-index: 9999; }
.form_custom .input-group { width: 100%; display: flex; border-radius: 4px; }
.form_custom .input-group .form-control { width: 90%; display: inline-block; border-radius: 4px; }
.form_custom .input-group .input-group-btn { width: 10%; }
.form_custom .custom_box { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.form_custom .custom_box  label { padding: 0px; width: 35%; text-align: right; height: 24px; line-height: 30px; }
.form_custom .btn-group.bootstrap-select.form-control { width: 80% !important; }
.form_custom .custom_box  > .form-control { width: 65%; display: inline-block; }
.form_custom .custom_box .input-group { width: 100%; display: flex; }
.form_custom .custom_box  .input-group .form-control { width: 90%; display: inline-block; }
.form_custom .custom_box .input-group .input-group-btn { width: 10%; }
.form_custom .custom_box .input-group .input-group-btn ul{ display: block; }
.form_custom .content_btn { display: flex; align-items: center; justify-content: center; }
.form_custom .disabled_txt input { outline: none; border: none; background-color: #fff; box-shadow: none; }

/** 自定义 表单样式 end */

/** 新的条件展示面板 start */
#factorSet {  }
#factorSet > ul { position: relative; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 0px; font-family: '微软雅黑 楷体' }
#factorSet > ul h5 { white-space:nowrap; display: inline-block; float: left; margin: 0px; width: 4%; text-align: right; margin-right: 16px; font-weight: bold; }
#factorSet > ul > li.active { color: #e7380d; }
#factorSet > ul > li { height: 35px; white-space:nowrap; padding: 7px 0; position: relative; display: inline; font-size: 15px; float: left; margin-right: 15px; cursor:pointer; }
#factorSet > ul > li > i { position: absolute; top: 21px; left: 50%; color: #e7380d; transform: translateX(-50%); }
#factorSet > ul > li:hover { color: #e7380d; }
#factorSet > ul > li > span {  }
#factorSet > ul > li > .li-marker { position: relative; display: inline-block; width: 16px; height: 35px; }
#factorSet > ul > li > .li-marker  > .li-marker-img { width: 18px; padding: 0px; position: relative;  }
#factorSet > ul > li > .li-marker  > .li-marker-text { position: absolute; top: 3px; left: 3px; font-size: 12px; color: #fff; margin: 0px; transform: scale(.9); }

#factorSet .item-childs { height: 0px; }
#factorSet .item-childs > ul { z-index: 99; margin-bottom: 0px; padding: 10px; font-size: 17px; width: 600px; border-top: 2px solid #e7380d; cursor:pointer; position: absolute; top: 32px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; background: #efefef; }
#factorSet .item-childs > ul > li { font-size: 15px; line-height: 30px; list-style: none; display: inline-block; padding-right: 20px; color: black; }
#factorSet .item-childs > ul > li.active { color: #e7380d; }
#factorSet .item-childs > ul > li:hover { color: #e7380d; }
#factorSet .item-childs > ul > input { font-size: 15px; outline:none; border: none; box-shadow: none; background-color: #efefef; border-radius: 0px; color: black; width: 40%; border-bottom: 1px solid #e7380d !important; }
#factorSet .item-childs > ul > input:focus { box-shadow: none; border-bottom: 1px solid #e7380d !important; }
#factorSet .item-childs > ul > input:nth-child(n+3) { width: 100%; }
#factorSet .item-childs > ul > .input-group-btn { display: inline-block; }
#factorSet .item-childs > ul > .input-group-btn button {  }
/*#factorSet .item-childs > ul > .input-group-btn button span { display: none; }*/

.tag-box { width: 100%; display: inline-block; padding-left: 40px; margin-bottom: 10px; }
.tag-box #tags { display: inline-block; float: left; width: 70%; }
.tag-box #tags > .glyphicon { top: 5px; }
.tag-box #tags h5 { color: #637689; white-space:nowrap; width: 3%; text-align: right; display: inline-block;  font-size: 18px; font-weight: bold; margin-right: 15px; }
.tag-box #tags h5 span { display: inline-block; line-height: 15px; vertical-align: text-top; margin-left: 10px; }
.tag-box #tags > div { cursor:pointer; display: inline-block; font-size: 16px; color: #fff; border-radius: 4px; }
.tag-box #tags > .tag-item { background-color: #71b5ef; padding: 0px 0px; margin: 5px 10px 5px 0; line-height: 24px; position: relative; }
.tag-box #tags > .tag-item.marker-item > span { padding: 0 5px 0 25px; }
.tag-box #tags > .tag-item .corner-marker { display: inline-block; height: 100%; position: absolute; }
.tag-box #tags > .tag-item .corner-marker .corner-marker-item {  position: relative; }
.tag-box #tags > .tag-item .corner-marker .corner-marker-item img { width: 35px; height: 25px; border-radius: 4px 0 0 4px; }
.tag-box #tags > .tag-item .corner-marker .corner-marker-item span { position: absolute; top: 0px; left: 0px; font-size: 12px; position: absolute; top: -3px; left: 3px; }
.tag-box #tags > .tag-item > span { padding: 0 5px; font-size: 14px; }
.tag-box #tags > .tag-item > i { padding: 0 7px; font-weight: normal; }

.tag-box #save-btn { width: 30%; float: right; margin-top: 7px; display: inline-block; white-space:nowrap; }
.tag-box #save-btn > button:nth-child(1) { width: 210px; }


/* 维度样式  1986ED  74b3ef writing-mode: vertical-lr; text-orientation: upright; */
.tag-box #tags .btn-group { background-color: #e2e2e2; padding: 1px 0; margin: -3px 10px 0px 0; line-height: 22px; }
.tag-box #tags .btn-group .btn { position: relative; background-color: #efefef; outline:none; border: none; padding: 0px; font-size: 14px; display: flex; align-items: center; justify-content: flex-start; }
.tag-box #tags .btn-group .btn .dimension-marker { width: 50px; height: 22px; display: inline-block; top: -2px; left: -8px; }
.tag-box #tags .btn-group .btn .dimension-marker .dimension-marker-img { width: 50px; height: 100%; border-radius: 4px 0 0 0; }
.tag-box #tags .btn-group .btn .dimension-marker .dimension-marker-text { color: #fff; font-size: 12px; position: absolute; display: inline-block; top: 2px; left: 1px; transform: scale(0.8) rotate(-26deg);  }
.tag-box #tags .btn-group .btn > span { margin: 0 7px 0 3px; }
.tag-box #tags .btn-group ul { width: 150px; height: 250px; overflow: hidden; overflow-y: auto; }
.tag-box #tags .btn-group ul li { color: #333; text-align: left; padding: 3px 0 3px 10px; }
.tag-box #tags .btn-group ul li.active { color: #1986ED; }
.tag-box #tags .btn-group ul li:hover { background-color: #ddd; }

/* 视角选择样式 */
.visualAngle {  }
.visualAngle .btn { border: none; border: none; background-color: #1986ed; color: #fff; border: 1px solid #1986ED;}
.visualAngle .btn:hover { background-color: #31b0d5; border: 1px solid #269abc; margin-top: 0px; color: #fff; }
.visualAngle .btn.focus { background-color: #269ABA !important; border: 1px solid #1b6d85 !important; margin-top: 0px; color: #fff; }
.visualAngle ul{ width: 170px; height: 250px; overflow: hidden; overflow-y: auto; }
.visualAngle ul li{ color: #333; text-align: left; padding: 5px 0 5px 10px; }
.visualAngle ul li.active { color: #1986ED; }
.visualAngle ul li:hover { background-color: #ddd; }

/** 报表模式 */
.reportModel { margin-left: 0px !important; }
.reportModel .btn {  }
.reportModel > .btn:hover { background-color: #31b0d5; border: 1px solid #269abc; margin-top: 0px; color: #fff; }
.reportModel .btn.focus { background-color: #269ABA !important; border: 1px solid #1b6d85 !important; margin-top: 0px; color: #fff; }
.reportModel ul{ width: 300px; max-height: 260px; overflow: hidden; overflow-y: auto; }
.reportModel ul .model-content { max-height: 200px; overflow: hidden; overflow-y: auto; }
.reportModel ul .model-content li{ color: #333; height: 35px; line-height: 35px; text-align: left; padding: 5px 0 5px 10px; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: flex-start; }
.reportModel ul .model-content li:hover { background-color: #efefef; }
.reportModel ul .model-content li span { display: inline-block; width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.reportModel ul .model-content li span.active { color: #1986ED; }
.reportModel ul .model-content li div { display: flex; width: 50%; align-items: center; justify-content: flex-end; padding: 0 5px; }
.reportModel ul .model-content li div i{ width: 20%; text-align: center; font-size: 15px; color: #6499c7; }
.reportModel ul .model-content li div i:hover { background-color: #6499c7; color: #fff; border-radius: 4px; padding: 3px 0px; }
.reportModel ul .model-add { position: relative; bottom: 0px; left: 0px; width: 100%;  height: 54px; box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, .1); }
.reportModel ul .model-add button { background-color: rgba(0,0,0,0); color: #55a6f2; border: 1px dashed #55a6f2; border-radius: 4px; width: 80%; margin-left: 10%; font-size: 14px; line-height: 10px; height: 34px; margin-top: 10px; }

/** 新的条件展示面板 end */

/** 计数步进器 start */
.inputNumber { width: 80%; height: 24px; border: 1px solid #ccc; display: flex; border-radius: 4px; align-items: center; justify-content: space-between; }
.inputNumber input { border: none; width: 70%; font-size: 14px; display: inline-block;  border-radius: 4px; outline:none; padding: 0px 8px; }
.inputNumber span { width: 15%; height: 100%; font-size: 10px; display: flex; align-items: center; justify-content: center; font-weight: 350; }
.inputNumber span:nth-of-type(2) { border-left: 1px solid #dcdfe6; border-radius: 0 4px 4px 0; }
.inputNumber span:nth-of-type(1) { border-right: 1px solid #dcdfe6; border-radius: 4px 0 0 4px; }

/** 计数步进器 end */

/** 搜索 start */
#customizeSearch { width: 100%; padding: 0 10px; background-color: #fff; height: 36px; line-height: 36px; border-radius: 20px; border: 1px solid #ddd; }
#customizeSearch input { width: 80%; font-size: 15px; margin-top: 5px; height: 30px; background-color: #fff; line-height: 30px; padding: 0px; padding-left: 10px; border: none; outline: none; -webkit-appearance:none; appearance:none; box-shadow: none; }
#customizeSearch span { width: 20%; font-size: 20px; display: inline-block; height: 36px; line-height: 36px; }

/** 搜索 end */

/** 条件input 模糊搜索 start */
.fuzzyQuery { position: relative; }
.fuzzyQuery input {  }
.fuzzyQuery ul { position: absolute; top: 100%; padding: 0px; left: 0px; margin: 0 15px; width: 89%; height: 260px; overflow: hidden; overflow-y: auto; max-height: 250px; z-index: 999; background-color: #fff; }
.fuzzyQuery ul li { width: 100%; height: 30px; line-height: 30px; list-style: none; text-align: center; }
.fuzzyQuery ul li:first-child { margin-top: 5px; }
.fuzzyQuery ul li:nth-of-type(even) { background-color: #fff; }
.fuzzyQuery ul li:nth-of-type(odd) { background-color: #efefef; }
.fuzzyQuery ul li:hover{ background-color: #1986ed; color: #fff; }
/** 条件input 模糊搜索 end */



.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;
}


.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 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}

.ibox-title .label {
  float: left;
  margin-left: 4px;
}

.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}

.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 .open > .dropdown-menu {
  left: auto;
  right: 0;
}


.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;*/
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  /*border-style: solid solid none;*/
  border-width: 4px 0px 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  /*padding: 10px 5px 5px 5px;*/
  border-color: #e7eaec;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}
.showarea {
  margin-right: 20px;border: none;line-height: 16px; outline: none;
}

.showarea_cb {
  margin-right: 20px;border: 1px solid #ccc;line-height: 20px; outline: none;
}
