html {
  font-size: 100%;
}
body,
html {
  height: 100%;
}
button,
dd,
dl,
dt,
fieldset,
form,
input,
legend,
li,
ol,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: \5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 87.5%;
  line-height: 1.428571429;
  color: #333;
}
fieldset {
  border: 0;
}
ol,
ul {
  list-style: none;
}
cite,
em {
  font-style: normal;
}
label {
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@-ms-viewport {
  width: auto !important;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.display-block,
.display-show,
.shown {
  display: block;
}
.display-hide,
.display-none,
.hidden {
  display: none;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nospace {
  margin: 0 !important;
  padding: 0 !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.align-center {
  text-align: center !important;
}
.table {
  margin-bottom: 10px;
}
.table-alignTop > tbody > tr > td,
.table-alignTop > thead > tr > td,
.table-alignTop > thead > tr > th {
  vertical-align: top !important;
}
.table-alignMiddle > tbody > tr > td,
.table-alignMiddle > thead > tr > td,
.table-alignMiddle > thead > tr > th {
  vertical-align: middle !important;
}
.table-nobordered > tbody > tr > td,
.table-nobordered > thead > tr > td,
.table-nobordered > thead > tr > th {
  border: 0 !important;
}
.table td > label,
.table th > label {
  margin-bottom: 0;
}
.btn-icon-only {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-circle {
  border-radius: 25px !important;
}
.btn.plain {
  color: #666;
}
.btn.plain:hover {
  color: #428bca;
}
.btn.plain:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.row-blocks > [class*="col-md-"] {
  display: table;
  margin-bottom: 10px;
}
.row-blocks > [class*="col-md-"]:last-child {
  margin-bottom: 0;
}
.color-block {
  position: relative;
  display: inline-block;
  padding: 15px;
  text-align: center;
  text-decoration: none !important;
}
.color-block.circle {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.color-block.hover-upwards,
.row-panel-body .color-block {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.color-block.hover-upwards:hover,
.row-panel .color-block:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
}
.color-block.disabled {
  background-color: #f0f0f0 !important;
  color: #999 !important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  cursor: default;
}
.color-block.disabled:hover {
  background-color: #f0f0f0 !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row-blocks .color-block {
  padding: 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.color-block > .color-icon {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.color-block > .color-icon > .fa {
  margin-right: 0;
}
.color-block .badge {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 24px;
  line-height: 17px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .row-blocks > [class*="col-md-"] {
    width: 100%;
  }
}
.ui-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}
.ui-checkbox:hover {
  border-color: grey;
}
.ui-checkbox.checked {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-checkbox.checked:before {
  content: "\f00c";
}
.ui-checkbox.disabled {
  border-color: #e0e0e0;
  cursor: default;
}
.bg-blue {
  background: #38b7ee !important;
  color: #fff !important;
}
.bg-blue:hover {
  background: #29a5ee !important;
}
.bg-darkblue {
  background: #0198ab !important;
  color: #fff !important;
}
.bg-darkblue:hover {
  background: #0388ab !important;
}
.bg-red {
  background: #dd7d0c !important;
  color: #fff !important;
}
.bg-red:hover {
  background: #cd760c !important;
}
.bg-yellow {
  background: #fa9e0d !important;
  color: #fff !important;
}
.bg-yellow:hover {
  background: #ec960d !important;
}
.bg-green {
  background: #8cbf26 !important;
  color: #fff !important;
}
.bg-green:hover {
  background: #78b726 !important;
}
.bg-purple {
  background: #852b99 !important;
  color: #fff !important;
}
.bg-purple:hover {
  background: #7b2b99 !important;
  color: #fff !important;
}
.bg-dark {
  background: #555 !important;
  color: #fff !important;
}
.bg-dark:hover {
  background: #333 !important;
}
.bg-grey {
  background: #fafafa !important;
  color: #fafafa !important;
}
.bg-grey:hover {
  background: #f0f0f0 !important;
}
[class*="fa-"],
[class*="micon-"] {
  margin-right: 0.3em;
}
li [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large {
  width: 1.5625em;
}
.fa-lg,
.icon-lg {
  font-size: 16px;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.icon-default {
  color: #ccc;
}
.icon-success {
  color: #468847;
}
.icon-info {
  color: #27a9e3;
}
.icon-warning {
  color: #dbc056;
}
.icon-danger {
  color: #b94a48;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e0dfdf;
  border-bottom: 1px solid #fefefe;
}
.row,
.row-wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.row[class*="col-hd-"] {
  padding-top: 0;
  padding-bottom: 0;
}
.row-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.col-hd-1,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd-18,
.col-hd-2,
.col-hd-24,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.row > .col-md-12:first-child {
  padding-top: 0;
}
.row > .col-md-12:last-child {
  padding-bottom: 0;
}
.row > .col-hd-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.row > [class*="col-md-"] > .portlet.box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row-hd,
  .row-wrap {
    height: 100%;
  }
  .row-hd > [class*="col-hd"] > .portlet {
    height: 100%;
    position: relative;
  }
  .row-hd > [class*="col-hd"] > .portlet.box > .portlet-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .row-hd > [class*="col-hd"] > .portlet.light > .portlet-title {
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    z-index: 100;
  }
  .row-hd > [class*="col-hd"] > .portlet.box > .portlet-body {
    height: 100%;
    padding-top: 60px;
  }
  .row-hd > [class*="col-hd"] > .portlet.light > .portlet-body {
    height: 100%;
    padding-top: 49px;
  }
  .row-hd > [class*="col-hd"] > .portlet.box.no-title > .portlet-body {
    padding-top: 5px;
  }
  .portlet-responsive {
    position: relative;
    height: 100%;
    margin-bottom: 0 !important;
  }
  .portlet.box.portlet-responsive > .portlet-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
  }
  .portlet.light.portlet-responsive > .portlet-title {
    position: absolute;
    left: 15px;
    top: 10px;
    right: 15px;
    z-index: 200;
  }
  .portlet.box.portlet-responsive > .portlet-body {
    height: 100%;
    padding-top: 44px !important;
  }
  .portlet.light.portlet-responsive > .portlet-body {
    height: 100%;
    padding-top: 42px !important;
  }
  .portlet.box.portlet-responsive > .portlet-body .mini-panel-border {
    border: 0;
  }
  .col-hd-1 {
    height: 8.333333333333332%;
  }
  .col-hd-2 {
    height: 16.666666666666664%;
  }
  .col-hd-3 {
    height: 25%;
  }
  .col-hd-4 {
    height: 33.33333333333333%;
  }
  .col-hd-5 {
    height: 41.66666666666667%;
  }
  .col-hd-6 {
    height: 50%;
  }
  .col-hd-7 {
    height: 58.333333333333336%;
  }
  .col-hd-8 {
    height: 66.66666666666666%;
  }
  .col-hd-9 {
    height: 75%;
  }
  .col-hd-10 {
    height: 83.33333333333334%;
  }
  .col-hd-11 {
    height: 91.66666666666666%;
  }
  .col-hd-12 {
    height: 100%;
  }
  .col-hd-18 {
    height: 150%;
  }
  .col-hd-24 {
    height: 200%;
  }
}
.column-1 {
  width: 8.333333333333332%;
}
.column-2 {
  width: 16.666666666666664%;
}
.column-3 {
  width: 25%;
}
.column-4 {
  width: 33.33333333333333%;
}
.column-5 {
  width: 41.66666666666667%;
}
.column-6 {
  width: 50%;
}
.column-7 {
  width: 58.333333333333336%;
}
.column-8 {
  width: 66.66666666666666%;
}
.column-9 {
  width: 75%;
}
.column-10 {
  width: 83.33333333333334%;
}
.column-11 {
  width: 91.66666666666666%;
}
.column-12 {
  width: 100%;
}
.column-18 {
  width: 150%;
}
.column-24 {
  width: 200%;
}
.panel {
  margin-bottom: 10px;
}
.panel-body {
  padding: 10px;
}
.panel-footer {
  font-size: 12px;
}
.row-column .panel {
  margin-bottom: 10px;
}
.panel .md-title {
  font-size: 14px;
  border-left: 4px solid #428bca;
  line-height: 1;
  padding-left: 5px;
}
.panel-responsive {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
.panel-responsive > .panel-body {
  height: 100%;
  padding-top: 34px;
}
.panel-responsive > .panel-body > .md-title,
.panel-responsive > .panel-body > .striped-title {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
}
.panel-responsive .chart-container {
  height: 100%;
}
.table-plain > tbody > tr > td,
.table-plain > tbody > tr > th,
.table-plain > tfoot > tr > td,
.table-plain > tfoot > tr > th,
.table-plain > thead > tr > td,
.table-plain > thead > tr > th {
  border: 0 !important;
}
.visible-ie8 {
  display: none;
}
.ie8 .visible-ie8 {
  display: inherit !important;
}
.visible-ie9 {
  display: none;
}
.ie9 .visible-ie9 {
  display: inherit !important;
}
.hidden-ie8 {
  display: inherit;
}
.ie8 .hidden-ie8 {
  display: none !important;
}
.hidden-ie9 {
  display: inherit;
}
.ie9 .hidden-ie9 {
  display: none !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.ie8 .header {
  border-bottom: 1px solid;
}
.header-left,
.header-right {
  height: 35px;
}
.header-left {
  position: relative;
  width: 225px;
  padding-left: 5px;
  padding-right: 10px;
  float: left;
}
.header-right {
  margin-left: 225px;
  padding-left: 0;
  padding-right: 0;
}
.header .navbar-brand {
  display: table;
  height: 35px;
  padding: 0;
  margin-top: 0;
}
.header .navbar-brand span {
  display: table-cell;
  vertical-align: middle;
}
.header .navbar-brand img {
  max-width: 175px;
}
.header .menu-collapse {
  position: absolute;
  right: 10px;
  top: 0;
  background: 0 0;
  border: 1px solid #f9f9f9;
}
@media (min-width: 769px) {
  .header .global-search {
    float: left;
    width: 150px;
    margin-top: 6px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .global-search {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-history {
    display: none;
  }
  .navbar-search {
    display: none !important;
  }
}
.global-search .form-field button {
  padding-top: 4px;
}
.global-search .form-field .form-control {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 23px;
  font-size: 12px;
}
.header .navbar-brand.text-logo {
  padding-left: 20px;
  padding-top: 12px;
}
.header .navbar-toggle {
  margin: 3px;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 0;
}
.header .navbar-toggle:hover {
  background: 0 0;
}
.header .navbar-nav > li > a {
  margin-top: 0;
  padding: 8px 12px 9px;
  height: 35px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .header .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .header-right .navbar-wrapper {
    float: right;
  }
  .header .navbar-nav > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav > li .dropdown-text {
    display: none;
  }
  .header .navbar-menu > li:first-child {
    padding-left: 0;
  }
}
.header .navbar-nav > li > a > i {
  font-size: 13px;
  margin: 0;
  position: relative;
  top: 1px;
}
.header .navbar-nav > li.dropdown.user > a {
  padding: 8px 8px 13px 8px;
}
.header .navbar-nav > li .avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  vertical-align: middle;
}
.header .navbar-nav > li .avatar,
.header .navbar-nav > li .avatar img {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-top: -3px;
}
.header .navbar-nav > li.dropdown.user > a i {
  width: auto;
  font-size: 16px;
}
.header .navbar-nav > li > a .badge {
  position: absolute;
  top: 8px;
  right: 20px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background: #fff;
  color: #333;
}
.trigger-open .icon-logout:before {
  content: "\e066";
}
.navbar-crumb {
  position: relative;
  padding: 9px 10px;
  background: #f5f5f5;
  margin-bottom: 5px;
  font-size: 0.875em;
}
.navbar-crumb-l a {
  color: #000;
  margin-right: 0.4em;
}
.navbar-crumb-l a:hover {
  color: #08c;
}
.navbar-crumb-l i.fa-home {
  font-size: 1.2em;
  vertical-align: -1px;
}
.navbar-crumb-r {
  position: absolute;
  right: 0;
  top: 5px;
}
.navbar-crumb-r > .btn-group {
  margin-top: -5px;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 0 1px;
}
.navbar-crumb-r > .btn-group:last-child {
  border-right: 0;
}
.navbar-crumb-r > .btn-group > a {
  display: block;
  color: #000;
  padding: 0 5px;
}
.navbar-crumb-r > .btn-group .btn-text {
  display: inline-block;
  margin-left: 3px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .navbar-nav > li.language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.header .navbar-nav > li.language > a {
  color: #ddd;
  font-size: 13px;
  padding: 11px 1px 11px 5px;
}
.header .navbar-nav > li.language > a > img {
  margin-bottom: 2px;
}
.header .navbar-nav > li.language > a > i {
  font-size: 16px;
}
.header .navbar-nav > li.language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
}
.header .navbar-nav .dropdown-menu {
  margin-top: 3px;
}
.mobile .header .navbar-nav .dropdown-menu {
  top: -150px;
  right: 20px;
}
.sm-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
.md-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.lg-title {
  font-weight: 500;
  color: #333;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.xlg-title {
  margin: 0;
  font-weight: 400;
  color: #333;
}
.striped-title {
  border-left: 4px solid #e5e5e5;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1;
}
.striped-title.blue {
  border-color: #4b8df8;
}
.striped-title.red {
  border-color: #e02222;
}
.striped-title.yellow {
  border-color: #ffb848;
}
.striped-title.green {
  border-color: #35aa47;
}
.striped-title.purple {
  border-color: #852b99;
}
.striped-title.grey {
  border-color: #555;
}
.row-stat .md-title {
  opacity: 0.6;
  font-size: 12px;
  margin-bottom: 5px;
}
.row-stat h1 {
  margin-bottom: 0;
}
.row-stat hr {
  opacity: 0.3;
  margin: 15px 0 0 0;
  border-width: 2px;
  clear: both;
}
.page-container {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 35px;
  width: 100%;
}
.page-content .table {
  margin-bottom: 10px;
}
[class*="col-md-"] > table:last-child {
  margin-bottom: 0;
}
.page-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1199;
  display: none;
}
.page-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.page-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 225px;
  z-index: 400;
}
.page-sidebar-inner {
  position: relative;
  height: 100%;
  z-index: 10;
}
.page-sidebar.sidebar-left {
  left: -225px;
}
.sidebar-shadow {
  display: none;
}
.ie8 .sidebar-left .sidebar-shadow {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=.4);
}
.ie8 .sidebar-left.sidebar-hint .sidebar-shadow {
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3,MakeShadow=true,ShadowOpacity=.2);
}
.page-sidebar.sidebar-right {
  top: 0;
  right: -225px;
  bottom: 0;
  z-index: 1200;
  display: none;
}
.sidebar-left.sidebar-hint .page-sidebar-inner {
  border-color: #ccc;
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.2);
}
.page-sidebar.navbar-collapse {
  padding: 0;
}
.page-sidebar.sidebar-right .page-sidebar-inner {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.ie8 .page-sidebar.sidebar-right .page-sidebar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000',endColorstr='#99000000');
}
.page-sidebar-title {
  position: relative;
}
.page-sidebar-title h2 {
  margin: 0;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.sidebar-right .page-sidebar-title h2 {
  border-bottom-color: #428bca;
}
.page-sidebar .sidebar-collapse {
  position: absolute;
  right: 10px;
  top: 9px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ie8 .page-sidebar .sidebar-collapse {
  top: 5px;
  right: 14px;
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=.7071067811865474,M12=-.7071067811865476,M21=.7071067811865476,M22=.7071067811865474,SizingMethod='auto expand');
}
.page-sidebar.sidebar-right .page-sidebar-title h2 {
  padding-left: 2.2em;
}
.page-sidebar.sidebar-right .sidebar-collapse {
  right: auto;
  left: 10px;
}
.page-sidebar .sidebar-collapse i {
  margin: 0;
  line-height: 1.5em;
}
.page-sidebar .sidebar-collapse.sidebar-pined {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.ie8 .page-sidebar .sidebar-collapse.sidebar-pined {
  top: 9px;
  filter: none;
}
.page-sidebar-list {
  position: absolute;
  top: 43px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.touch .page-sidebar-list {
  overflow-x: hidden;
  overflow-y: auto;
  ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.page-sidebar-menu {
  height: 100%;
}
.menu-item {
  display: block;
  position: relative;
}
.menu-item:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-sidebar-menu li {
  position: relative;
}
.page-sidebar-menu > li:first-child.open {
  border-top: 1px solid #e7e7e7;
  margin-top: 1px;
}
.page-sidebar-menu li > a {
  display: block;
  position: relative;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 300;
  color: #444;
  margin-top: -1px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.page-sidebar-menu > li li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: transparent;
}
.page-sidebar-menu > li li.open > a {
  border-color: #e7e7e7;
}
.page-sidebar-menu > li > a i {
  font-size: 1rem;
  margin-left: -0.5rem;
  margin-right: 5px;
  vertical-align: -2px;
}
.sidebar-left .page-sidebar-menu li > a > img {
  width: 18px;
  height: 18px;
  margin-left: -0.5rem;
  margin-right: 5px;
  vertical-align: -4px;
}
.sidebar-right .page-sidebar-list {
  overflow: auto;
}
.page-sidebar ul > li > a > .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 300;
  color: #ccc;
}
.page-sidebar ul > li > a > .arrow:before {
  content: "\f105";
}
.page-sidebar ul > li.open > a > .arrow:before {
  content: "\f107";
}
.page-sidebar-menu li > a > .badge {
  float: right;
  margin-top: 1px;
  margin-right: 13px;
}
.page-sidebar-menu li > .sub-menu {
  display: none;
}
.page-sidebar-menu li.open > .sub-menu {
  display: block;
}
.page-sidebar-menu li > .sub-menu > li > a {
  padding-left: 30px;
}
.page-sidebar-menu li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 45px;
}
.page-sidebar-menu li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 60px;
}
.page-sidebar-history {
  position: relative;
  margin: 10px 0;
}
.page-sidebar-history:before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ccc;
}
.page-sidebar-history a {
  color: #fff !important;
}
.page-sidebar-history li {
  position: relative;
}
.page-sidebar-history li > a {
  display: block;
  position: relative;
  padding: 18px 5px 18px 50px;
}
.page-sidebar-history li.active > a,
.page-sidebar-history li > a:hover {
  background: #090909;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
}
.page-sidebar-history li .timeline-dot {
  position: absolute;
  left: 13px;
  top: 14px;
  background: rgba(66, 139, 202, 0.8);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
}
.page-sidebar-history li .timeline-dot i,
.page-sidebar-history li .timeline-dot img {
  position: relative;
  top: 1px;
  margin: 0;
  width: 16px;
  height: 16px;
  font-size: 18px;
  z-index: 10;
}
.page-sidebar-history li .timeline-dot img {
  top: -2px;
  width: 25px;
  height: 25px;
}
.page-sidebar-history li .item-remove {
  position: absolute;
  right: 5px;
  top: 50%;
  padding: 7px 10px;
  margin-top: -17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.page-sidebar-history li .item-remove:hover {
  background-color: #090909;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-sidebar-history li .item-remove i {
  margin-right: 0;
}
.desktop .page-sidebar-history li .item-remove {
  visibility: hidden;
}
.desktop .page-sidebar-history li:hover .item-remove {
  visibility: visible;
}
.sidebar-history-handle a {
  display: block;
  padding: 12px 0;
  text-align: center;
}
.sidebar-history-handle a:hover {
  background: #090909;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.sidebar-toggler {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 30px;
  padding: 6px 6px 6px 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
}
.sidebar-toggler .toggler-handle {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background-color: #fbfbfb;
  color: #b7b7b7;
  margin-left: -32px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}
.sidebar-left .sidebar-toggler:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 68px;
  background-color: rgba(204, 204, 204, 0.3);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.sidebar-toggler i.fa {
  position: absolute;
  right: 3px;
  margin: 0;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  line-height: 18px;
  font-size: 18px;
}
.ie8 .sidebar-left .sidebar-toggler {
  padding: 0;
}
.ie8 .sidebar-toggler .toggler-handle {
  width: 62px;
  height: 68px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAABECAYAAADQkyaZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB3pJREFUeNrkm91PU3cYx09P3wtU3i1ggU1DFjXKSBOGF2oMI9lLtsTs1mTJLhazay92v//BC2+27HYx27IFRUI2tsBIUBEVN6IMRF6k8iKFQktf9v0ef4f8rG1pgZae7kmenJpS6ofn+T3P8zvn+zPF43Eln3b79m0fLkH4GjwAX4VHc/29FiX/Vpfwb8Iuw5fgi+KPUBSgiVYmvBG+DvfDn8MXDA26trZmNplMisViiZvN5jhf0/galxLhTfB5+KzP55vd63cODw/nH3RhYcFOOFVV43a7PUZgq9UaczgcMR0cVz3F6/Cf9OA6DWC/oSI6NTVVSkjC2Wy2GGCjgIw6nU5eCRzFe3E94vhIA7wawE/5cQBv7OZ7TTkqNu/C34IfFuvPhur+Fd98+fLlwvr6uv/FixeT9+/fvzMxMfEMcJGSkpKIy+XSr9vgErAi1u4kYBeyTd39Am2Gn4W3wKvgauIPAPRLXre2tuR+FtvY2FgG9GO0nT8ePXr0pLS0NFxWVrYlPEJgwEdFSsdFwXoC2Kl8grbDz4mKaU33gylA5fcjiPazsbGxP/v6+gYAGS4vLw/Bt4H1NS367mM6gGO5BD0J/0CkpzmTD+wEKll0eXl5Gv+5HvjdQ4cOhSorK0O4biHakYToEnYcsNFcgH4Ob4Pbs/lQFqCvaKPR8Ozs7Oi1a9e+q6io2ISH4GECE1Zau4T9J11ks20v78A/g3vzUZ0BYfN6vb4rV6409Pf3/zgKwx9J5cgai8VMTGfxc8dEKo+n+31qht97Hv5FviBfG5vKyuo6Ozsvwbvm5uZKEGXX4uKiLRAIWCKRiAmRZ1YeQ9Sa9tpHP4a/D3cc1IyIIlTa1tb2IdpN6fXr13+SNyIishZE9ihgN1K1HjUDyK6DhJRS2X7ixIlzFy9e/BTtyOX3+x2rq6sW9GSzAOfo2AxYZ7YRPS8iaVcKxDBR2Y4fP342GAyu37x58xanK70CiwJ1WGz7/s40oiw8HxVCJJNFtrW1tfP06dOnEFknWpENGwVLKBRSxXptRFRrMgVldXUrBWpcsxcuXPhkZWXFAVA7Bg0rJiw9he3Jiqaaok96lQI3VuPLly9fAqhjaWnJzirM9Sqi2oCo1qcDPSmGAUMY+uzJ9vb2VkTUjuhqUWXLEW+nBf2gkIpPJkNFR0dHJ6ovQbWobm5u6mvVg6jWJgNtF7OroQxjoberq+s9QHKIkKNqEtvEN0DPZTqgF5KhvaiowB1YnxooWo8Zo6I+MdUgqi4ZtFlstQxp2Mo1YJg4ijZjAzDTVx4iqmTQszvtJwvZMEhYzpw504G0tSCi8jqlVcqgLYrBzePxvA1QKyPKdSrBVnBJquIeT5XRQV0uV3lLS0sDALXU5ZZOb7kcflRxI0tVjG8qdi6nMApyHNQqr7TLKVON2FLSpG8jIcPhsCrNvrRSVe41Rje3212FlNXSlnchpCnJpYocLgrDsF9CQDrTVkpdB0FtxQLKkRBwGqSUttug5mIB5ZQkIqlBSrBWVcnNY4kDY9VfMH3lYKvK/8QIGi8inrg0FspcUYJGi4YyHtdulsHjojjpsNqYFC4WUD7GIKT0bEa3TYIGigUU09A6U5YuIvsa6PNiAV1dXV20Wq18Yh4jrHjESAsS9N9iAZ2fn39KqYCQDMSk9F0j6F22nSLgjA0PD48CMEJYRlNK3QBB55RXQiZDWzAYXBkfH5+hHkIIPvTgaeo0fWAYL4K0nXA6nXxIHNGFHiJ1l/U+SutnrzFszsZikYGBgUEAasoWCZK2pEh3FibhT40KurKyMvPw4UNN0cKIMnXF+lzXl6U86/5uxCmJ09C9e/cGAajJdqhRoiBLRNTv8/mCiaBDRmw1VLD09PT8RbkOQbk+Rf+MyzNC4u6lmwOGkUa+wcHBXrfbTT1SiI/5pfU5Lz/mTwR9AL9jFNDp6ekHQ0NDI9QiUXglRZM2m7hNS7Rv+TsKHTIQCMxdvXr1e2qQKLhiNPl4X0RzJlH+mmrj/YPySgtQqMP7Wl9f38+Ioia0osiK0RSVNpQsUKlAKXb4lVN/Aa7L0MjISC8q7Wh1dfUG1WSUzkmz7dNk2t50t1J+g98qpOKEwSA8NjbWf+PGjV5C1tTUbMqSOVFlk6o+dxJU/SKuByqo0iNJSAqqABkkJKrttghSDAeTqYTLmSjHCMujG5TjuA9qTY6Ojt7q7u7uBaAWyaqqKvbNiBA/Uj32JJ1gOVPRI9OYYv68iR7l6qqLHuvq6jb0SEqQmsJzJ6FyNupOFqhvlF3KWHczDMgyVkCmk7E+3un37ebwAPvssJKlMDkbRlmY7PF4MhEmx3IBqk9Q9Iyl5hkM529Izevr6/dFar4XUHkjQG9Wdjg8kKpjJDs8cOTIkX09PLAfoIq0n50Ur5MeB5FuefhTHQdpbGzMyXEQDTQHpw3nhCc1FJev5QM+Xq93pwM++li3pwM+eT/J1NTUtJbBkS35rz+jGPHIVm1tbSjNIbzt2qTs4yG8AwFFsUl3u2b7WOVu1mFBgSYbfpQkB2V5VsXooHPKARx9/k+AAQB6mTCZogfD9AAAAABJRU5ErkJggg==);
  background-color: transparent !important;
  background-repeat: no-repeat;
}
.ie8 .sidebar-toggler i.fa {
  right: 7px;
}
.ie8 .sidebar-left .sidebar-toggler .toggler-handle {
  background-position: 4px 0;
}
.sidebar-left.sidebar-hint .sidebar-toggler i.fa {
  color: #606060;
  -webkit-animation: animArrow 1s ease infinite;
  -moz-animation: animArrow 1s ease infinite;
  -ms-animation: animArrow 1s ease infinite;
  animation: animArrow 1s ease infinite;
}
.sidebar-right.sidebar-open {
  display: block;
}
.sidebar-left.sidebar-open .sidebar-toggler i.fa {
  right: 4px;
  right: 9px\0 !important;
}
.sidebar-left.sidebar-open .sidebar-toggler i.fa:before {
  content: "\f053";
}
.sidebar-left.sidebar-fixed .sidebar-toggler {
  display: none;
}
.sidebar-left .sidebar-toggler {
  left: 100%;
}
.sidebar-right .sidebar-toggler {
  right: 100%;
  padding: 0;
  margin-top: -9px;
  display: none;
}
.sidebar-right .sidebar-toggler .toggler-handle {
  margin-left: 4px;
  background-color: #000;
  color: #fff;
  opacity: 0.6;
}
.sidebar-right .sidebar-toggler i.fa {
  left: 11px;
  right: auto;
}
.sidebar-right.sidebar-open .sidebar-toggler {
  display: block;
}
.sidebar-right.sidebar-open .sidebar-toggler i.fa:before {
  content: "\f054";
}
@-webkit-keyframes animArrow {
  0% {
    right: 3px;
    opacity: 1;
  }
  80% {
    right: -18px;
    opacity: 0.1;
  }
  100% {
    right: -18px;
  }
}
@-moz-keyframes animArrow {
  0% {
    right: 3px;
    opacity: 1;
  }
  80% {
    right: -18px;
    opacity: 0.1;
  }
  100% {
    right: -18px;
  }
}
@-ms-keyframes animArrow {
  0% {
    right: 3px;
    opacity: 1;
  }
  80% {
    right: -18px;
    opacity: 0.1;
  }
  100% {
    right: -18px;
  }
}
@keyframes animArrow {
  0% {
    right: 3px;
    opacity: 1;
  }
  80% {
    right: -18px;
    opacity: 0.1;
  }
  100% {
    right: -18px;
  }
}
.page-outer {
  position: relative;
  height: 100%;
  padding: 5px;
}
.page-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  padding: 5px;
}
.page-content .tab-content {
  height: 100%;
  position: relative;
}
.page-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-top: 0;
}
.page-content .nav > li > a {
  padding: 4px 12px;
}
.page-title {
  padding: 0;
  font-size: 30px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.page-title small {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
  color: #888;
}
.ie8 .row .page-breadcrumb.breadcrumb > li {
  margin-right: 1px;
}
.page-breadcrumb.breadcrumb {
  border-radius: 0;
  padding-right: 27px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  min-height: 36px;
}
.page-content .nav > li > a {
  padding: 4px 12px;
}
.page-breadcrumb.breadcrumb > li > a,
.page-breadcrumb.breadcrumb > li > i,
.page-breadcrumb.breadcrumb > li > span {
  color: #333;
  font-size: 14px;
  text-shadow: none;
}
.page-breadcrumb.breadcrumb > li > i {
  color: #666;
}
.page-breadcrumb.breadcrumb > li + li:before {
  display: none;
}
.page-breadcrumb.breadcrumb .btn-group {
  float: right;
  margin-top: -8px;
  margin-left: 8px;
}
.page-breadcrumb.breadcrumb > .btn-group .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.page-breadcrumb.breadcrumb .dashboard-date-range {
  position: relative;
  top: -8px;
  margin-right: -30px;
  display: none;
  padding: 9px 9px 8px 9px;
  cursor: pointer;
  color: #fff;
  background-color: #e02222;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .page-breadcrumb.breadcrumb .dashboard-date-range {
    padding: 5px;
  }
}
.page-breadcrumb.breadcrumb .dashboard-date-range > span {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.page-breadcrumb.breadcrumb .dashboard-date-range > .fa-calendar {
  text-transform: none;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
}
.page-breadcrumb.breadcrumb .dashboard-date-range > .fa-angle-down {
  color: #fff;
  font-size: 16px;
}
.page-header-fixed {
  padding-top: 41px;
}
.page-header-fixed.small {
  padding-top: 36px;
}
.page-header-fixed.mega {
  padding-top: 52px;
}
.page-header-fixed .page-breadcrumb,
.page-header-fixed .tabbable-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 200;
}
.page-header-fixed .page-breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header-fixed .page-breadcrumb > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-header-fixed .page-breadcrumb .btn-group {
  margin-top: 0;
  padding: 0;
}
.page-header-fixed .tabbable-line .nav-tabs {
  margin-bottom: 0;
}
.page-header-fixed .page-nav-tabs,
.page-header-fixed .tabbable-line.small {
  top: -10px;
}
.page-nav-tabs .nav-tabs > li > a,
.tabbable-line.small .nav-tabs > li > a {
  padding-bottom: 5px;
}
.page-header-fixed .tabbable-line.mega .nav-tabs > li > a {
  padding-left: 25px;
  padding-right: 25px;
}
.nav-tabs.shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.footer {
  padding: 8px 20px 5px 20px;
  font-size: 12px;
}
.footer:after,
.footer:before {
  content: "";
  display: table;
  line-height: 0;
}
.footer:after {
  clear: both;
}
.footer .footer-inner {
  float: left;
  display: inline-block;
}
.footer .footer-tools {
  float: right;
  display: inline-block;
}
.footer .footer-tools .go-top {
  display: block;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding: 0 6px 0 6px;
}
.footer .footer-tools .go-top i {
  font-size: 22px;
  margin-bottom: 5px;
}
a.icon,
i.icon {
  color: #999;
  margin-right: 5px;
  font-weight: 400;
  font-size: 13px;
}
i.icon-black {
  color: #000 !important;
}
a.icon:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
a.icon.huge i {
  font-size: 16px !important;
}
i.big {
  font-size: 20px;
}
i.warning {
  color: #d12610;
}
i.critical {
  color: #37b7f3;
}
i.normal {
  color: #52e136;
}
.well {
  background-color: #fafafa;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.well.mini {
  padding: 7px !important;
}
.wellindex {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  min-height: 500px;
  padding-top: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wellindex.mini {
  padding: 7px !important;
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 33px !important;
}
.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 10px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  z-index: 10;
}
.input-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}
.input-icon.right i {
  right: 8px;
  float: right;
}
.form-field button {
  position: absolute;
  top: 0;
  padding: 10px 10px 6px 10px;
  background: 0 0;
  border: 0;
  z-index: 10;
}
.form-field button i {
  margin: 0;
  position: static;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.form-field button:hover i {
  color: #555;
}
.form-field.right button {
  right: 0;
}
.form-field .form-control {
  background-color: #f9f9f9;
}
.form-field .form-control:focus {
  background-color: #fff;
}
.form-field .form-control::-webkit-input-placeholder {
  color: #999;
}
.form-field .form-control:-moz-placeholder {
  color: #999;
}
.form-field .form-control::-moz-placeholder {
  color: #999;
}
.form-field .form-control:-ms-input-placeholder {
  color: #999;
}
.has-success .input-icon > i {
  color: #468847;
}
.has-warning .input-icon > i {
  color: #c09853;
}
.has-error .input-icon > i {
  color: #b94a48;
}
.portlet {
  clear: both;
}
.portlet > .portlet-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}
.portlet > .portlet-title:after {
  clear: both;
}
.portlet > .portlet-title > .caption {
  float: left;
  min-height: 28px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 7px;
  display: inline-block !important;
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}
.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption,
.portlet.grey > .portlet-title > .caption,
.portlet.purple > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption,
.portlet.yellow > .portlet-title > .caption {
  color: #fff;
}
.portlet.box.blue > .portlet-title > .caption > i,
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.light-grey > .portlet-title > .caption > i,
.portlet.box.purple > .portlet-title > .caption > i,
.portlet.box.red > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i {
  color: #fff;
}
.portlet > .portlet-title > .captiontools {
  float: left;
  line-height: 25px;
  font-size: 12px;
}
.portlet > .portlet-title > .captiontools > i {
  float: left;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}
.portlet.blue > .portlet-title > .captiontools,
.portlet.green > .portlet-title > .captiontools,
.portlet.grey > .portlet-title > .captiontools,
.portlet.purple > .portlet-title > .captiontools,
.portlet.red > .portlet-title > .captiontools,
.portlet.yellow > .portlet-title > .captiontools {
  color: #fff;
}
.portlet.box.blue > .portlet-title > .captiontools > i,
.portlet.box.green > .portlet-title > .captiontools > i,
.portlet.box.grey > .portlet-title > .captiontools > i,
.portlet.box.light-grey > .portlet-title > .captiontools > i,
.portlet.box.purple > .portlet-title > .captiontools > i,
.portlet.box.red > .portlet-title > .captiontools > i,
.portlet.box.yellow > .portlet-title > .captiontools > i {
  color: #fff;
}
.sortable .portlet > .portlet-title {
  cursor: move;
}
.portlet > .portlet-title > .actions,
.portlet > .portlet-title > .tools {
  float: right;
  font-size: 12px;
}
.portlet > .portlet-title > .actions > a,
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.portlet-title > .actions > .btn,
.portlet-title > .actions > .btn-group > .btn,
.portlet-title > .actions > .btn-group > .mini-button,
.portlet-title > .actions > .mini-button,
.portlet-title > .captiontools > .btn,
.portlet-title > .captiontools > .btn-group > .btn,
.portlet-title > .captiontools > .btn-group > .mini-button,
.portlet-title > .captiontools > .mini-button,
.portlet-title > .captiontools > .uploadify > .btn,
.portlet-title > .tools > .btn,
.portlet-title > .tools > .btn-group > .btn,
.portlet-title > .tools > .btn-group > .mini-button,
.portlet-title > .tools > .mini-button {
  font-size: 13px;
  /* padding-top: 5px;
  padding-bottom: 5px;
  border: 0; */
  color: #666;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
}
.portlet > .portlet-title > .tools > .dropdown-menu i {
  color: #000;
}
.portlet-title > .actions .mini-button.blue:hover .mini-button-text,
.portlet-title > .actions .mini-button.blue:focus .mini-button-text,
.portlet-title > .actions .mini-button.blue:active .mini-button-text,
.portlet-title > .actions .mini-button.blue.disabled .mini-button-text,
.portlet-title > .actions .mini-button.blue[disabled] .mini-button-text {
  /* background-color: transparent !important; */
  color: #fff;
}
.portlet > .portlet-title > .tools > a.collapse,
.portlet > .portlet-title > .tools > a.config,
.portlet > .portlet-title > .tools > a.expand,
.portlet > .portlet-title > .tools > a.reload,
.portlet > .portlet-title > .tools > a.remove {
  width: 28px;
  height: 28px;
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.portlet > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon.png);
}
.portlet > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon.png);
}
.portlet > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon.png);
}
.portlet > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon.png);
}
.portlet > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon.png);
}
.portlet.box > .portlet-title > .tools > a.remove,
.portlet.solid > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.config,
.portlet.solid > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.reload,
.portlet.solid > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.collapse,
.portlet.solid > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.expand,
.portlet.solid > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools .input-label {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .portlet > .portlet-title > .tools.btn-set > .btn,
  .portlet > .portlet-title > .tools.btn-set > .btn-group {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.portlet > .portlet-body {
  clear: both;
}
.portlet > .portlet-empty {
  min-height: 125px;
}
.portlet.solid {
  padding: 10px;
}
.portlet.solid > .portlet-title > .tools {
  margin-top: 2px;
  border: 0;
}
.portlet.solid > .portlet-title {
  margin-bottom: 5px;
  border: 0;
}
.portlet.solid.bordered > .portlet-title {
  margin-bottom: 15px;
}
.portlet.solid.blue > .portlet-body,
.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-title > .caption > i,
.portlet.solid.green > .portlet-body,
.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-title > .caption > i,
.portlet.solid.grey > .portlet-body,
.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-title > .caption > i,
.portlet.solid.purple > .portlet-body,
.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-title > .caption > i,
.portlet.solid.red > .portlet-body,
.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-title > .caption > i,
.portlet.solid.yellow > .portlet-body,
.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-title > .caption > i {
  border: 0;
  color: #fff;
}
.portlet.bordered {
  border-left: 2px solid #e6e9ec;
}
.portlet > .portlet-body .mini-panel-border {
  border: 0 !important;
}
.portlet > .portlet-body .mini-grid-table > tbody > tr:nth-child(even) {
  background-color: #fff;
}
.portlet > .portlet-body .mini-grid-table > tbody > tr:hover {
  background-color: #e9f7fe;
}
.row-grid > [class*="col-md-"] {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .row > [class*="col-md-"] {
    margin-bottom: 10px;
  }
  .row > [class*="col-md-"]:last-child {
    margin-bottom: 0;
  }
}
.portlet.box {
  padding: 0;
  background-color: #fff;
}
.row > .portlet {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.portlet.box > .portlet-title {
  padding: 0 10px;
  margin-bottom: 0;
  background-color: #4b8df8;
}
.portlet.box > .portlet-body {
  padding: 3px;
}
.portlet.box > .portlet-title > .caption .mini-textbox-input {
  height: 30px !important;
}
.portlet-body .table:last-child {
  margin-bottom: 0;
}
.portlet.box.blue > .portlet-title {
  background-color: #4b8df8;
  padding: 10px 0;
}
.portlet.box.blue {
  border: 1px solid #b4cef8;
  border-top: 0;
}
.portlet.blue.box-border {
  border-top: 1px solid #b4cef8;
}
.portlet.box.red > .portlet-title {
  background-color: #e02222;
}
.portlet.box.red {
  border: 1px solid #ef8476;
  border-top: 0;
}
.portlet.red.box-border {
  border-top: 1px solid #ef8476;
}
.portlet.box.yellow > .portlet-title {
  background-color: #ffb848;
}
.portlet.box.yellow {
  border: 1px solid #fccb7e;
  border-top: 0;
}
.portlet.yellow.box-border {
  border-top: 1px solid #fccb7e;
}
.portlet.box.green > .portlet-title {
  background-color: #35aa47;
}
.portlet.box.green {
  border: 1px solid #77e588;
  border-top: 0;
}
.portlet.green.box-border {
  border-top: 1px solid #77e588;
}
.portlet.box.purple > .portlet-title {
  background-color: #852b99;
}
.portlet.box.purple {
  border: 1px solid #af5cc1;
  border-top: 0;
}
.portlet.purple.box-border {
  border-top: 1px solid #af5cc1;
}
.portlet.box.grey > .portlet-title {
  background-color: #555;
}
.portlet.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0;
}
.portlet.grey.box-border {
  border-top: 1px solid #9d9c9c;
}
.portlet.box.light-grey > .portlet-title {
  background-color: #aaa;
}
.portlet.box.light-grey {
  border: 1px solid #bbb;
  border-top: 0;
}
.portlet.light-grey.box-border {
  border-top: 1px solid #bbb;
}
.portlet.light {
  padding: 10px 15px;
  background-color: #fff;
}
.portlet.light.bordered {
  border: 1px solid #e1e1e1;
}
.portlet.light .actions {
  margin-top: 7px;
  font-size: 12px;
}
.portlet.light.bg-inverse {
  background: #f7f7f7;
}
.portlet.light > .portlet-title {
  padding: 0 0 5px;
}
.portlet.light > .portlet-title > .caption {
  color: #666;
}
.ui-sortable-placeholder {
  border: 1px dotted #000;
  visibility: visible !important;
  height: 100% !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #ddd;
  display: block;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
.sortable-box-placeholder * {
  visibility: hidden;
}
.dropdown-search {
  min-width: 400px;
  color: #333;
}
.dropdown-search .nav-tabs,
.dropdown-search .tab-content {
  padding: 10px 10px 0;
}
.dropdown-search .tab-pane .form-actions {
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0 0 4px 4px;
}
.dropdown-search .tab-pane .form-actions .btn {
  margin-right: 20px;
}
.dropdown-search .nav-tabs > li > a {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bars,
.chart,
.pie {
  overflow: hidden;
  height: 300px;
}
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff;
}
.chart-tooltip .label {
  clear: both;
  display: block;
  margin-bottom: 2px;
}
.bar-chart {
  display: none;
}
.line-chart {
  display: none;
}
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 15px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0 0 0;
  background-color: #fafafa;
  background-image: none !important;
  display: inline-block;
  color: #646464;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-btn i {
  font-size: 18px;
}
.ie8 .icon-btn {
  filter: none !important;
}
.icon-btn:hover {
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.icon-btn div {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.icon-btn .badge {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: #fff;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-btn.green {
  background-color: #35aa47;
  color: #fff !important;
}
.icon-btn.green:hover {
  border-color: #555 !important;
  color: #555 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.icon-btn.blue {
  background-color: #0198ab !important;
  color: #fff !important;
}
.icon-btn.blue:hover {
  border-color: #555 !important;
  color: #555 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.icon-btn.light-blue {
  background-color: #38b7ee !important;
  color: #fff !important;
}
.icon-btn.light-blue:hover {
  border-color: #555 !important;
  color: #555 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.icon-btn.purple {
  background-color: #852b99 !important;
  background-image: none !important;
  filter: none !important;
  color: #fff !important;
}
.icon-btn.purple:hover {
  border-color: #555 !important;
  color: #555 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.icon-btn.yellow {
  background-color: #fa9e0d !important;
  color: #fff !important;
  text-shadow: none !important;
}
.icon-btn.yellow:hover {
  border-color: #555 !important;
  color: #555 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1) !important;
}
.dropdown-menu.extended {
  min-width: 160px;
  max-width: 300px;
  width: 233px;
  background-color: #fff;
}
.dropdown-menu.extended:after,
.dropdown-menu.extended:before {
  border-bottom-color: #ddd !important;
}
.dropdown-menu.extended li a {
  overflow: hidden;
}
.dropdown-menu.extended li a:hover {
  background: #f5f5f5;
  color: #000;
  filter: none;
}
.dropdown-menu.extended li a:hover .sub-message {
  color: #fff;
}
.dropdown-menu.extended li p {
  padding: 10px;
  background-color: #eee;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid #f4f4f4 !important;
}
.dropdown-menu.extended li:last-child a {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #f4f4f4 !important;
}
.dropdown-menu.extended li.external > a {
  font-size: 13px;
  font-weight: 400;
}
.dropdown-menu.extended li.external > a > i {
  margin-top: 3px;
  float: right;
}
.dropdown-menu .dropdown-menu-list.scroller {
  overflow: auto;
}
.dropdown-menu.notification li > a .time {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  font-style: italic;
}
.dropdown-menu.inbox li > a .photo {
  float: left;
  padding-right: 6px;
}
.dropdown-menu.inbox li > a .photo > img {
  height: 40px;
  width: 40px;
}
.dropdown-menu.inbox li > a .subject {
  display: block;
}
.dropdown-menu.inbox li > a .subject .from {
  font-size: 14px;
  font-weight: 400;
  color: #02689b;
}
.dropdown-menu.inbox li > a .subject .time {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  float: right;
}
.dropdown-menu.inbox li > a .message {
  display: block !important;
  font-size: 12px;
}
.dropdown-menu.tasks .task {
  margin-bottom: 5px;
}
.dropdown-menu.tasks .task .desc {
  font-size: 13px;
  font-weight: 300;
}
.dropdown-menu.tasks .task .percent {
  font-size: 14px;
  font-weight: 600;
  float: right;
  display: inline-block;
}
.dropdown-menu.tasks .progress {
  display: block;
  height: 11px;
  margin: 0;
}
.item-list li .img {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.item-list {
  margin: 0;
  list-style: none;
}
.item-list li {
  padding: 7px 0 5px 0;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
}
.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}
.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}
.item-list li .label {
  margin-right: 5px;
}
.item-list.todo li .label {
  position: absolute;
  right: 80px;
}
.item-list.todo li .actions {
  position: absolute;
  right: 45px;
}
.table-toolbar {
  margin-bottom: 15px;
}
.table.table-full-width {
  width: 100% !important;
}
.table .m-btn {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}
.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}
.table-advance {
  margin-bottom: 10px !important;
}
.table-advance thead {
  color: #999;
}
.table-advance thead tr th {
  background-color: #ddd;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.table-advance div.danger,
.table-advance div.important,
.table-advance div.info,
.table-advance div.success,
.table-advance div.warning {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}
.table-advance tr td {
  border-left-width: 0;
}
.table-advance tr td:first-child {
  border-left-width: 1px !important;
}
.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}
.table-advance td.highlight div.success {
  border-left: 2px solid #6e6;
}
.table-advance td.highlight div.info {
  border-left: 2px solid #87ceeb;
}
.table-advance td.highlight div.important {
  border-left: 2px solid #f02c71;
}
.table-advance td.highlight div.warning {
  border-left: 2px solid #fdbb39;
}
.table-advance td.highlight div.danger {
  border-left: 2px solid #e23e29;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a;
}
.item {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.item .details {
  width: 100%;
  display: none;
  background-color: #000;
  color: #fff !important;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
  overflow: hidden;
  z-index: 6;
}
.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.item:hover .zoom-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
}
.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}
.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}
.chats li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}
.chats li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}
.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}
.chats li.in .message {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #fafafa;
}
.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #35aa47;
}
.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #da4a38;
}
.chats li.out .message {
  border-right: 2px solid #da4a38;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}
.chats li.out .datetime,
.chats li.out .name {
  text-align: right;
}
.chats li .message .body {
  display: block;
}
.chat-form {
  padding: 15px;
  margin-top: 20px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;
}
.chat-form .input-cont {
  margin-right: 40px;
}
.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0;
}
.chat-form .input-cont input {
  border: 1px solid #ddd;
  width: 100% !important;
  margin-top: 0;
}
.chat-form .input-cont input {
  background-color: #fff !important;
}
.chat-form .input-cont input:focus {
  border: 1px solid #4b8df9 !important;
}
.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}
.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #4d90fe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}
.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}
.chat-form .btn-cont .btn {
  margin-top: 8px;
}
.feeds {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feeds li {
  background-color: #fafafa;
  margin-bottom: 7px;
}
.feeds li:after,
.feeds li:before {
  display: table;
  line-height: 0;
  content: "";
}
.feeds li:after {
  clear: both;
}
.feeds li:last-child {
  margin-bottom: 0;
}
.feeds .col1 {
  float: left;
  width: 100%;
  clear: both;
}
.feeds .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}
.feeds .col1 .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}
.feeds .col1 .cont .cont-col1 {
  float: left;
  margin-right: -100%;
}
.feeds .col1 .cont .cont-col1 .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}
.feeds .col1 .cont .cont-col1 .label > i {
  text-align: center;
  font-size: 14px;
}
.feeds .col1 .cont .cont-col2 {
  float: left;
  width: 100%;
}
.feeds .col1 .cont .cont-col2 .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}
.feeds .col2 .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color: #c1cbd0;
}
.user-info {
  margin-bottom: 10px !important;
}
.user-info img {
  float: left;
  margin-right: 5px;
}
.user-info .details {
  display: inline-block;
}
.user-info .label {
  font-weight: 300;
  font-size: 11px;
}
.accordion-heading {
  background: #eee;
}
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}
.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #b9cbd5;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #e0eaf0 !important;
}
.ver-inline-menu li a {
  font-size: 13px;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}
.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  background: #e0eaf0;
}
.ver-inline-menu li:hover i {
  color: #fff;
  background: #c4d5df !important;
}
.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 13px;
}
.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}
.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
}
.ver-inline-menu li.active i {
  background: #0c91e5 !important;
}
.ver-inline-menu li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}
.nav-pills > li > a > .badge,
.nav-tabs > li > a > .badge {
  margin-top: -3px;
}
.nav-pills > li > a,
.nav-tabs > li > a {
  font-size: 14px;
}
.nav-pills-sm > li > a,
.nav-tabs-sm > li > a {
  font-size: 13px;
}
.tabbable:after,
.tabbable:before {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable-custom {
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}
.tabbable-custom > .nav-tabs > li {
  border-top: 1px solid transparent;
  background-color: transparent;
}
.tabbable-custom > .nav-tabs > li > a {
  margin-right: 0;
}
.tabbable-custom > .nav-tabs > li > a:hover {
  background: 0 0;
  border-color: transparent;
}
.tabbable-custom > .nav-tabs > li.active {
  border-top: 3px solid #ea4d3c;
  margin-top: 0;
  position: relative;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0px;
}
.tabbable-custom > .nav-tabs > li.active > a {
  border-top: none;
  font-weight: 400;
}
.tabbable-custom > .nav-tabs > li.active > a:hover {
  border-top: none;
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}
.tabbable-custom.nav-justified > .tab-content {
  margin-top: -1px;
}
.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabbable-custom.tabs-below.nav-justified .tab-content {
  margin-top: 0;
  margin-bottom: -2px;
}
.tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
  color: #424242;
  font-size: 15px;
  padding: 9px 15px;
}
.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tabbable-custom.tabs-below .nav-tabs > li > a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}
.tabbable-custom.tabs-below .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #d12610;
  margin-bottom: 0;
  position: relative;
}
.tabbable-custom.tabs-below .nav-tabs > li.active > a {
  border-bottom: none;
}
.tabbable-custom.tabs-below .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  -webkit-transition: border-bottom-width 0.3s ease;
  -moz-transition: border-bottom-width 0.3s ease;
  transition: border-bottom-width 0.3s ease;
}
.tabbable-line > .nav-tabs > li > a:focus {
  background: 0 0;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fcbbcf;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: 0 0 !important;
  color: #333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
}
.tabbable-line-mini > .nav-tabs > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tabbable-line-mini > .nav-tabs {
  background-color: #fff;
}
.tabbable-responsive {
  position: relative;
  height: 100%;
  margin-bottom: 0 !important;
}
.tabbable-responsive > .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.tabbable-responsive > .tab-content {
  height: 100%;
  padding-top: 49px;
}
.tabbable-responsive > .tab-content > .tab-pane {
  height: 100%;
}
.tabs-below.tabbable-custom .nav-tabs > li > a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}
.tabs-below.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #d12610;
  margin-bottom: 0;
  position: relative;
}
.tabs-below.tabbable-custom .nav-tabs > li.active > a {
  border-bottom: none;
}
.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}
.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
  color: #424242;
  font-size: 15px;
  padding: 9px 15px;
}
.row-tabs-fit {
  height: 100%;
}
.row-tabs-fit > [class*="col-md-"] {
  position: relative;
  height: 100%;
  padding-top: 44px;
}
.row-tabs-fit > [class*="col-md-"] > .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.row-tabs-fit > .tabs-left {
  padding-top: 0 !important;
}
.row-tabs-fit > .tabs-left > .nav-tabs {
  position: static !important;
  width: auto !important;
}
.row-tabs-fit > [class*="col-md-"] > .tab-content,
.row-tabs-fit > [class*="col-md-"] > .tab-content > .tab-pane {
  height: 100%;
}
.portlet-tabs > .nav-tabs {
  position: relative;
  top: -41px;
  margin-right: 10px;
  overflow: hidden;
}
.portlet-tabs > .nav-tabs > li {
  float: right;
}
.portlet-tabs > .nav-tabs {
  border-bottom: none;
}
.portlet-tabs > .nav-tabs > li > a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.portlet-tabs > .nav-tabs > li:last-child > a {
  border-right: 0;
}
.portlet-tabs > .nav-tabs > li {
  margin-left: 1px;
}
.portlet-tabs > .nav-tabs > li.active {
  color: #333;
  border-top-color: transparent;
}
.portlet-tabs > .nav-tabs > li.active > a {
  margin-bottom: 0;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-top-color: transparent !important;
}
.portlet-tabs > .nav-tabs > li > a:hover {
  color: #333;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-top-color: transparent;
  background-color: #fff;
}
.portlet-tabs > .nav-tabs > .active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
}
.portlet-tabs > .nav-tabs > .active > a:hover {
  background-color: #fff !important;
}
.portlet-tabs > .tab-content {
  padding: 10px !important;
  margin: 0;
  margin-top: -50px !important;
}
.portlet.tabbable .portlet-body {
  padding: 0;
}
.tab-pane > p:last-child {
  margin-bottom: 0;
}
.tabs-reversed > li {
  float: right;
}
.tabs-reversed > li,
.tabs-reversed > li > a {
  margin-right: 0;
}
#dashboard {
  overflow: hidden;
}
.dashboard-stat {
  margin-bottom: 25px;
}
.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}
.dashboard-stat:after,
.dashboard-stat:before {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}
.dashboard-stat .visual {
  font-size: 35px;
  line-height: 35px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dashboard-stat .visual i {
    font-size: 28px;
    line-height: 28px;
  }
}
.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;
}
.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dashboard-stat .more:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.dashboard-stat.blue {
  background-color: #27a9e3;
}
.dashboard-stat.blue .more {
  background-color: #208dbe;
}
.dashboard-stat.green {
  background-color: #28b779;
}
.dashboard-stat.green .more {
  background-color: #10a062;
}
.dashboard-stat.red {
  background-color: #e7191b;
}
.dashboard-stat.red .more {
  background-color: #bc0d0e;
}
.dashboard-stat.yellow {
  background-color: #ffb848;
}
.dashboard-stat.yellow .more {
  background-color: #cb871b;
}
.dashboard-stat.purple {
  background-color: #852b99;
}
.dashboard-stat.purple .more {
  background-color: #6e1881;
}
.widget-slider .carousel-control {
  background: 0 0;
  bottom: auto;
  color: #fff;
  line-height: 10px;
  padding: 0;
  text-shadow: none;
  top: -65px;
  width: auto;
  opacity: 0.75;
  border: 1px solid #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.widget-slider .carousel-control:hover {
  opacity: 1;
}
.widget-slider .carousel-control.left {
  left: auto;
  right: 25px;
  padding: 1px 10px 3px 8px;
}
.widget-slider .carousel-control.right {
  right: -5px;
  padding: 1px 8px 3px 10px;
}
.widget-slider .carousel-control span {
  font-size: 18px;
  line-height: normal;
}
.widget-slider .media {
  padding-bottom: 0;
}
.widget-slider .carousel-indicators {
  bottom: auto;
  left: auto;
  right: 0;
  top: -58px;
  width: auto;
}
.widget-messaging .new-msg {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: normal;
  opacity: 0.5;
}
.widget-messaging .new-msg:hover {
  opacity: 1;
}
.widget-messaging ul li:hover {
  background-color: #f7f7f7;
}
.widget-messaging .sender {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.widget-messaging ul li p {
  line-height: normal;
  margin: 0;
}
.widget-todo .panel-heading a {
  color: #fff;
}
.widget-todo ul > li input:checked + label {
  text-decoration: line-through;
}
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}
.text-stat span {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .text-stat {
    margin-top: 20px;
  }
}
.tiles {
  margin-right: -10px;
  overflow: hidden;
  width: 100%;
}
.tiles:after,
.tiles:before {
  display: table;
  content: " ";
}
.tiles:after {
  clear: both;
}
.tile {
  display: inline-block;
  letter-spacing: 0.02em;
  float: right;
  height: 92px;
  width: 145px !important;
  cursor: pointer;
  color: #fff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
}
.tile:after,
.tile:before {
  content: "";
  float: right;
}
.tile.double {
  width: 300px;
}
.tile.margint {
  margin-top: 10px;
}
.tile.marginb {
  margin-bottom: 10px;
}
.tile.marginr {
  margin-right: 10px;
}
.tile.double-down {
  height: 280px !important;
}
.tile.selected,
.tile:active {
  border-color: #ccc !important;
}
.tile:hover {
  border-color: #aaa !important;
}
.tile.selected .corner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ccc;
  position: absolute;
  top: -3px;
  right: -3px;
}
.tile.selected .check:after {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}
.tile * {
  color: #fff;
}
.tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  color: #fff;
  margin-bottom: 10px;
}
.tile .tile-body img {
  float: left;
  margin-right: 10px;
}
.tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0;
}
.tile .tile-body .content {
  display: inline-block;
}
.tile .tile-body > i {
  margin-top: 10px;
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: auto;
}
.tile.double-down i {
  margin-top: 95px;
}
.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}
.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
  color: #fff;
}
.tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}
.tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}
.tile .tile-body p:hover {
  color: #fff;
}
.tile.icon > .tile-body {
  padding: 0;
}
.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
}
.tile .tile-object:after,
.tile .tile-object:before {
  display: table;
  content: "";
}
.tile .tile-object:after {
  clear: both;
}
.tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 40px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.tile .tile-object > .namedobule {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 100px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.tile .tile-object > .name > i {
  vertical-align: middle;
  display: block;
  font-size: 24px;
  height: 18px;
  width: 24px;
}
.tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
}
.tile.image > .tile-body {
  padding: 0 !important;
}
.tile.image > .tile-body > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}
.tile.image .tile-body h3 {
  display: inline-block;
}
.theme-options {
  padding: 15px 10px;
  font-size: 0;
  white-space: nowrap;
}
.theme-options > .theme-option {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
  border: solid 1px #999;
  cursor: pointer;
}
@media (max-width: 480px) {
  .theme-options > .theme-option {
    width: 200px;
    margin: 4px 0;
    display: block;
  }
}
.theme-options > .theme-option.active,
.theme-options > .theme-option:hover {
  border: 2px solid #707070;
}
.theme-options > .theme-option:hover .theme-icon {
  right: 2px;
  bottom: 2px;
}
.theme-options > .theme-option.theme-default {
  background-color: #428bca;
}
.theme-options > .theme-option.theme-blue {
  background-color: #428bca;
}
.theme-options > .theme-option.theme-brown {
  background-color: #623f18;
}
.theme-options > .theme-option.theme-grey {
  background-color: #666;
}
.theme-options > .theme-option.theme-light {
  background-color: #fafafa;
}
.theme-options > .theme-option.theme-purple {
  background-color: #701584;
}
.theme-options > .theme-option > .theme-icon {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 3px;
  font-size: 0.75rem;
  margin: 0;
  background-color: #35aa47;
  color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: none;
}
.theme-options > .theme-option.selected > .theme-icon {
  display: block;
}
.theme-panel .theme-footer {
  background-color: #f5f5f5;
  padding: 5px 15px;
}
.panel-card {
  padding: 10px 15px;
  background-color: #f9f9f9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #777;
  border: 1px solid #ddd;
  height: 154px;
  overflow: hidden;
}
.card-heading {
  height: 64px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.card-heading .card-icon {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
}
.card-heading .card-icon .fa {
  color: #428bca;
  font-size: 36px;
  margin: 0;
}
.card-heading .md-title {
  opacity: 0.6;
  font-size: 12px;
  margin-bottom: 5px;
}
.card-footer {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.card-footer .grid-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.card-footer .grid-cell h4 {
  font-size: 16px;
}
.panel-card .progress {
  margin-bottom: 0;
}
.panel-card .progress-bar {
  background-color: #d9534f;
}
.panel-card .progress-bar > .progress-value {
  left: auto;
  right: 0;
  bottom: 100%;
  margin-top: -14px;
  margin-right: -10px;
}
.header .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.header .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}
.mega-menu .collapse,
.mega-menu .mega-menu-dropdown,
.mega-menu .mega-menu-dropup,
.mega-menu .nav {
  position: static;
}
.mega-menu .container {
  position: relative;
}
.mega-menu .mega-menu-dropdown .dropdown-menu {
  left: auto;
  width: auto;
}
.mega-menu .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.mega-menu .mega-menu-content {
  padding: 10px;
  margin: 0;
}
.mega-menu .mega-menu-full .dropdown-menu {
  left: 20px;
  right: 20px;
}
.mega-menu-responsive-content {
  padding: 10px 15px 10px 60px;
}
.page-boxed .mega-menu .mega-menu-dropdown .dropdown-menu {
  top: 42px;
}
.page-boxed .mega-menu .mega-menu-dropdown.mega-menu-full .dropdown-menu {
  margin: 0;
  padding: 0;
  left: 18px;
  right: 18px;
}
.mega-menu .mega-menu-submenu {
  width: auto !important;
  padding: 0 15px !important;
  margin: 0 !important;
}
.mega-menu .mega-menu-submenu:last-child {
  border-right: 0;
}
.mega-menu .mega-menu-submenu li > h3 {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 5px;
}
.mega-menu .mega-menu-submenu li {
  padding: 2px !important;
  margin: 0 !important;
  list-style: none;
}
.mega-menu .mega-menu-submenu li > a {
  padding: 5px !important;
  margin: 0 !important;
}
.header .hor-menu {
  margin: 0;
  float: left;
}
.header .hor-menu ul.nav li > a {
  font-size: 14px;
  padding: 11px 10px;
}
.header .hor-menu ul.nav li.active .selected,
.header .hor-menu ul.nav li.current .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e02222;
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0;
  margin-left: -7px;
  margin-bottom: -6px;
}
.header .hor-menu .dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: none;
}
.header .hor-menu .classic-menu-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
}
.header .hor-menu .classic-menu-dropdown .dropdown-submenu > a:after {
  top: 8px;
  margin-right: 0;
}
.header .hor-menu .classic-menu-dropdown .dropdown-menu li > a {
  padding: 7px 18px !important;
  margin-bottom: 1px;
}
.header .hor-menu .classic-menu-dropdown .dropdown-menu .arrow {
  display: none;
}
.header .hor-menu .classic-menu-dropdown .dropdown-menu li.active > a,
.header .hor-menu .classic-menu-dropdown .dropdown-menu li:hover > a,
.header .hor-menu .classic-menu-dropdown .dropdown-menu li > a:hover {
  filter: none !important;
}
.header .hor-menu .nav > li > .dropdown-menu:after,
.header .hor-menu .nav > li > .dropdown-menu:before {
  border-bottom: none !important;
}
.header .hor-menu .hor-menu-search-form-toggler {
  display: inline-block;
  padding: 12px 22px 12px 22px !important;
  cursor: pointer;
  background: url(../img/hor-menu-search.png) no-repeat center;
}
.header .hor-menu .hor-menu-search-form-toggler:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header .hor-menu a.hor-menu-search-form-toggler-close {
  display: none;
}
.header .hor-menu .form-field {
  margin: 0;
  top: 42px;
  right: 0;
  padding: 0 4px;
  display: none;
  z-index: 999;
  position: absolute;
}
.header .hor-menu .form-field .btn {
  padding: 7px 20px;
  height: 32px;
  width: 10px;
  display: inline-block;
}
.header .hor-menu .form-field .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header .hor-menu .form-field .form-control {
  background: 0 0;
  width: 200px;
  border: none;
  margin-top: 6px;
}
.progress {
  position: relative;
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none;
  filter: none;
  overflow: visible;
}
.progress.no-radius {
  border-radius: 0;
}
.progress.no-radius .progress-bar {
  border-radius: 0;
}
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}
.progress.progress-small {
  height: 4px;
}
.progress.progress-large {
  height: 20px;
}
.progress-bar {
  position: relative;
  box-shadow: none;
  border-radius: 3px;
  background-color: #0090d9;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  filter: none;
}
.progress-bar > .progress-value {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 3px;
  color: #333;
  white-space: nowrap;
  line-height: 1;
}
.progress .progress-amout {
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
}
.progress .progress-amout {
  top: 100%;
  bottom: auto;
}
.progress .progress-amout.pull-left {
  left: 0;
  right: auto;
}
.progress-bar-success {
  background-color: #0aa699;
  background-image: none;
}
.progress-bar-info {
  background-color: #0090d9;
  background-image: none;
}
.progress-bar-warning {
  background-color: #fdd01c;
  background-image: none;
}
.progress-bar-danger {
  background-color: #f35958;
  background-image: none;
}
.progress-bar-white {
  background-color: #fff;
  background-image: none;
}
.progress-bar-black {
  background-color: #1b1e24;
  background-image: none;
}
.progress .bar-info,
.progress-info .bar {
  background-color: #1f3853;
  background-image: none;
}
.progress .bar-warning,
.progress-warning .bar {
  background-color: #fdd01c;
  background-image: none;
}
.progress .bar-danger,
.progress-danger .bar {
  background-color: #f35958;
  background-image: none;
}
.progress .bar-white,
.progress-white .bar {
  background-color: #fff;
  background-image: none;
}
.progress-striped .bar-success,
.progress-success.progress-striped .bar {
  background-color: #0090d9;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #1f3853;
}
.workflow-list > li > a > .photo {
  float: left;
  margin-right: 5px;
}
.workflow-list > li > a > .sub-message {
  display: block;
  font-size: 12px;
  color: #888;
}
.top-news {
  color: #fff;
  margin: 8px 0;
}
.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}
.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
}
.top-news em {
  margin-bottom: 0;
  font-style: normal;
}
.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}
.blog-images {
  margin-bottom: 0;
}
.blog-images li {
  padding: 0;
  margin: 0;
  display: inline;
}
.blog-images li img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}
.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #72c02c;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
ul.sidebar-tags a {
  color: #555;
  font-size: 12px;
  padding: 3px 5px;
  background: #f7f7f7;
  margin: 0 2px 5px 0;
  display: inline-block;
}
ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
  background: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.sidebar-tags a i {
  color: #777;
}
ul.sidebar-tags li {
  padding: 0;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons:after,
.social-icons:before {
  content: "";
  display: table;
}
.social-icons:after {
  clear: both;
}
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.social-icons li a,
a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position: 0 -38px;
}
.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.social-icons-color li a:hover {
  opacity: 1;
}
.social-icons .amazon {
  background: url(../img/social/amazon.png) no-repeat;
}
.social-icons .behance {
  background: url(../img/social/behance.png) no-repeat;
}
.social-icons .blogger {
  background: url(../img/social/blogger.png) no-repeat;
}
.social-icons .deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}
.social-icons .dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}
.social-icons .dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}
.social-icons .evernote {
  background: url(../img/social/evernote.png) no-repeat;
}
.social-icons .facebook {
  background: url(../img/social/facebook.png) no-repeat;
}
.social-icons .forrst {
  background: url(../img/social/forrst.png) no-repeat;
}
.social-icons .github {
  background: url(../img/social/github.png) no-repeat;
}
.social-icons .googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}
.social-icons .jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}
.social-icons .last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}
.social-icons .linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}
.social-icons .picasa {
  background: url(../img/social/picasa.png) no-repeat;
}
.social-icons .pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}
.social-icons .rss {
  background: url(../img/social/rss.png) no-repeat;
}
.social-icons .skype {
  background: url(../img/social/skype.png) no-repeat;
}
.social-icons .spotify {
  background: url(../img/social/spotify.png) no-repeat;
}
.social-icons .stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}
.social-icons .tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}
.social-icons .twitter {
  background: url(../img/social/twitter.png) no-repeat;
}
.social-icons .vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}
.social-icons .wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}
.social-icons .xing {
  background: url(../img/social/xing.png) no-repeat;
}
.social-icons .yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}
.social-icons .youtube {
  background: url(../img/social/youtube.png) no-repeat;
}
.social-icons .vk {
  background: url(../img/social/vk.png) no-repeat;
}
.social-icons .instagram {
  background: url(../img/social/instagram.png) no-repeat;
}
.social-icons .reddit {
  background: url(../img/social/reddit.png) no-repeat;
}
.social-icons .aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}
.social-icons .flickr {
  background: url(../img/social/flickr.png) no-repeat;
}
.social-icons .foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}
.social-icons .gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}
.social-icons .klout {
  background: url(../img/social/klout.png) no-repeat;
}
.social-icons .myspace {
  background: url(../img/social/myspace.png) no-repeat;
}
.social-icons .quora {
  background: url(../img/social/quora.png) no-repeat;
}
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat;
}
.social-icon.behance {
  background: url(../img/social/behance.png) no-repeat;
}
.social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat;
}
.social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}
.social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}
.social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}
.social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat;
}
.social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat;
}
.social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat;
}
.social-icon.github {
  background: url(../img/social/github.png) no-repeat;
}
.social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}
.social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}
.social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}
.social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}
.social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat;
}
.social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}
.social-icon.rss {
  background: url(../img/social/rss.png) no-repeat;
}
.social-icon.skype {
  background: url(../img/social/skype.png) no-repeat;
}
.social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat;
}
.social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}
.social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}
.social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat;
}
.social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}
.social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}
.social-icon.xing {
  background: url(../img/social/xing.png) no-repeat;
}
.social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}
.social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat;
}
.social-icon.vk {
  background: url(../img/social/vk.png) no-repeat;
}
.social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat;
}
.social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat;
}
.social-icon.aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}
.social-icon.flickr {
  background: url(../img/social/flickr.png) no-repeat;
}
.social-icon.foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}
.social-icon.gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}
.social-icon.klout {
  background: url(../img/social/klout.png) no-repeat;
}
.social-icon.myspace {
  background: url(../img/social/myspace.png) no-repeat;
}
.social-icon.quora {
  background: url(../img/social/quora.png) no-repeat;
}
.social-icon:hover {
  background-position: 0 -38px;
}
.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.social-icon-color:hover {
  opacity: 1;
}
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note .highlight,
.note code {
  background-color: #fff;
}
.note-danger {
  background-color: #faeae6;
  border-color: #ed4e2a;
}
.note-warning {
  background-color: #fcf3e1;
  border-color: #fcb322;
}
.note-info {
  background-color: #e8f6fc;
  border-color: #57b5e3;
}
.note-success {
  background-color: #ebfcee;
  border-color: #3cc051;
}
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}
.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}
.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}
.fontawesome-demo i {
  font-size: 18px;
}
.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}
@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}
.static-info {
  margin-bottom: 10px;
}
.static-info .name {
  font-size: 14px;
}
.static-info .value {
  font-size: 14px;
  font-weight: 600;
}
.static-info.align-reverse .name,
.static-info.align-reverse .value {
  text-align: right;
}
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-inline input {
  margin-bottom: 0 !important;
}
.control-label {
  margin-top: 6px;
}
label[required]:before {
  content: "*";
  font-family: "宋体";
  color: red;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.form-control-static {
  font-size: 14px;
  padding-top: 7px;
}
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.switch-wrapper {
  display: inline-block;
}
.form {
  padding: 20px !important;
}

.form .table > tbody > tr > td {
  text-align: right;
  padding-right: 15px;
  border: 0;
}
.form > .table-bordered {
  border: 0;
}
.form .table > tbody > tr > td > span {
  margin-right: 20px;
  border-radius: 2px;
  overflow: inherit;
}
.form .table > tbody > tr > td > span .mini-errorIcon {
  right: -18px;
}
.form .table > tbody > tr > td > span.mini-error .mini-textbox-border {
  border: 1px solid #e5e5e5;
}
.form .mini-error .mini-textbox-border {
  margin-right: 0;
}
.form .required-icon {
  color: red;
  font-size: 16px;
  padding-right: 5px;
  position: relative;
  top: 5px;
}
.form .mini-buttonedit.allow-select input,
.form .mini-combobox.allow-select input {
  /* background: #fff !important; */
}
.form .input-group-wrapper {
  display: flex;
}
.form .input-group-wrapper > .mini-textbox {
  flex: 1;
}
.form .input-group-wrapper > .mini-button {
  padding: 0 14px;
  border-radius: 0 2px 2px 0;
}
.form .input-group-wrapper > .mini-button:hover,
.form .input-group-wrapper > .mini-button:active {
  /* padding: 5px 14px; */
}
.form .divider {
  width: 100%;
  min-height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0;
  padding-bottom: 10px;
  color: #333;
}
.form-body {
  padding: 10px;
}
.form-actions {
  padding: 20px 10px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions.nobg {
  background-color: transparent;
}
.form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form-actions.fluid {
  padding: 20px 0;
}
.form-actions.fluid > [class^="col-"] {
  padding-left: 13px;
}
.form-actions:after,
.form-actions:before {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.form-section {
  margin: 30px 0 25px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.form .form-section:first-child {
  margin-top: 5px;
}
.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}
.form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}
.form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}
.form-group .checkbox {
  padding-left: 0;
}
.checkbox-list > label {
  display: block;
}
.checkbox-list > label.checkbox-inline {
  display: inline-block;
}
.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}
.radio-list > label {
  display: block;
}
.radio-list > label.radio-inline {
  display: inline-block;
}
.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}
.form-horizontal .radio-list .radio {
  padding-top: 1px;
}
.form-horizontal .radio-list > label {
  margin-bottom: 0;
}
.form-horizontal .radio > span {
  margin-top: 2px;
}
.form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 10px 0 10px 0;
}
.form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.form-row-seperated .form-actions {
  margin-top: 0;
}
.form-row-seperated .form-body {
  padding: 0;
  margin-top: 0;
}
.form-row-seperated .help-block {
  margin-bottom: 0;
}
.form-bordered .form-body {
  margin: 0;
  padding: 0;
}
.form-bordered .form-actions {
  margin-top: 0;
}
.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.form-bordered .form-group.last {
  border-bottom: 0;
}
.form-bordered .help-block {
  margin-bottom: 0;
}
.form-bordered .control-label {
  padding-top: 16px;
}
.form-bordered .form-group > div {
  padding: 10px;
  border-left: 1px solid #efefef;
}
.form-bordered .form-actions.fluid > .row > div {
  padding-left: 10px;
}
.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}
.form-horizontal.form-bordered.form-label-stripped
  .form-group:nth-child(even)
  > div {
  background-color: #fff;
}
.form-bordered .form-control {
  margin: 0;
}
.disabled-link > a > span.text,
.disabled-link > a > span.title {
  font-style: italic !important;
  color: #888 !important;
}
.disabled-link > a:hover {
  cursor: not-allowed !important;
}
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #ddd;
  margin: 10px 0 !important;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}
.table-scrollable > .table > tbody > tr > td,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > td,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > td,
.table-scrollable > .table > thead > tr > th {
  white-space: nowrap;
}
.table-scrollable > .table-bordered {
  border: 0;
}
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > thead > tr:last-child > th {
  border-bottom: 0;
}
.flip-scroll table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flip-scroll * html .flip-content {
    zoom: 1;
  }
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .flip-scroll td,
  .flip-scroll th {
    margin: 0;
    vertical-align: top;
  }
  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }
  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll thead tr {
    display: block;
  }
  .flip-scroll th {
    display: block;
    text-align: right;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .flip-scroll tbody tr {
    border-left: 1px solid #ddd;
  }
  .flip-scroll td:last-child,
  .flip-scroll th:last-child {
    border-bottom: 1px solid #ddd;
  }
}
.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.loading-message span {
  line-height: 20px;
  vertical-align: middle;
}
.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -50px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading span {
  line-height: 20px;
  vertical-align: middle;
}
.portal-dialog {
  width: 95% !important;
  max-width: 1400px;
  z-index: 20000;
}
.portal-dialog .modal-title {
  border-left: 4px solid red;
  padding-left: 5px;
  min-height: inherit;
}
@media (max-width: 768px) {
  .responsive-dialog {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
  }
  .modal-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.power-dialog {
  position: fixed;
  width: auto;
  margin: 0;
  z-index: 999;
  display: none;
}
.power-dialog .modal-footer .btn {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.modal-pop .showDetail,
.power-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 50;
  font-family: Arial, sans-serif !important;
}
.modal-body,
.modal-header {
  padding: 10px;
}
.mobile .modal-body > iframe {
  max-height: 400px;
}
.modal-pop .close,
.modal-pop .showDetail {
  top: 10px;
  right: 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal-pop .showDetail {
  right: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.modal-pop .close:focus,
.modal-pop .close:hover,
.modal-pop .showDetail:focus,
.modal-pop .showDetail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-pop.modal-mini .close {
  right: 7px;
  top: 2px;
}
.modal-pop.modal-mini .showDetail {
  right: 18px;
  top: 2px;
}
.modal-footer .btn i {
  margin-right: 5px;
}
.modal-fullwidth .modal-content {
  margin-left: 15px;
  margin-right: 15px;
}
.modal-backdrop {
  z-index: 900;
  display: none;
}
.modal-custom-position {
  position: absolute;
}
.modal-dialog.modal-fit {
  position: relative !important;
  display: inline-block !important;
  padding: 10px;
  margin: 0 !important;
}
.modal-pop.modal-fit {
  padding: 3px;
}
.modal-alert,
.modal-error,
.modal-info,
.modal-loading,
.modal-pop,
.modal-success,
.modal-warning {
  z-index: 4000;
}
.modal-alert {
  min-width: 260px;
  max-width: 280px;
}
.modal-alert .modal-footer,
.modal-alert .modal-header {
  padding: 8px;
}
.modal-alert .modal-footer {
  margin: 0;
  background: #f9f9f9;
  border-radius: 0 0 6px 6px;
}
.modal-alert .modal-footer .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-alert .close {
  top: 10px;
  right: 12px;
}
.modal-alert .modal-title {
  font-size: 16px;
}
.modal-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.modal-pop .modal-icon {
  top: 50%;
  margin-top: -11px;
}
.modal-icon i.fa {
  font-size: 40px;
  margin: 0;
}
.modal-alert .modal-icon i.fa {
  color: #77a8f3;
}
.modal-alert .modal-message,
.modal-pop .modal-detail,
.modal-pop .modal-message {
  word-wrap: break-word;
  word-break: break-all;
}
.modal-alert .modal-message {
  height: 40px;
  padding-left: 45px;
  display: table-cell;
  vertical-align: middle;
}
.modal-pop .modal-detail,
.modal-pop .modal-message {
  display: block;
  padding-left: 24px;
  font-size: 12px;
}
.modal-pop {
  width: auto !important;
  max-width: 300px;
  min-width: 100px;
}
.modal-pop.modal-has-detail {
  width: 230px !important;
}
.modal-pop.modal-mini.modal-has-detail {
  width: 180px !important;
}
.modal-prompt h5 {
  margin-top: 0;
}
.modal-fullwidth {
  width: 100% !important;
  max-width: 100%;
}
.modal-pop .modal-content {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
}
.modal-pop .modal-body a {
  color: #fff;
}
.modal-pop.modal-has-close .modal-content {
  padding-right: 15px;
}
.modal-pop.modal-has-detail .modal-content {
  padding-right: 30px;
}
.modal-pop .modal-body {
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal-pop .modal-icon i.fa {
  font-size: 22px;
  vertical-align: top;
}
.modal-info .modal-content {
  background-color: #2f96b4;
}
.modal-success .modal-content {
  background-color: #51a351;
}
.modal-warning .modal-content {
  background-color: #f89406;
}
.modal-error .modal-content {
  background-color: #bd362f;
}
.modal-loading .modal-content {
  background-color: #2f96b4;
}
.fa-loading,
.loading {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/ui-loader.gif) no-repeat 50% 50%;
  background-size: 100% auto;
}
.slide {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  opacity: 0;
}
.slide.in {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.zoom {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.zoom.in {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pop {
  -webkit-transition: margin-top 0.2s ease-out;
  -o-transition: margin-top 0.2s ease-out;
  transition: margin-top 0.2s ease-out;
  margin-top: -44px !important;
  top: 0 !important;
}
.pop.in {
  margin-top: 0 !important;
}
.ie-pop {
  top: 0 !important;
}
.modal-dialog.ie-pop .modal-content,
.modal-dialog.pop .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-mini .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.modal-mini .modal-body {
  padding: 3px 8px;
}
.modal-mini .modal-icon {
  margin-top: -7px;
  left: 8px;
}
.modal-mini .modal-icon i.fa {
  font-size: 14px;
}
.modal-mini .modal-detail,
.modal-mini .modal-message {
  font-size: 12px;
  padding-left: 18px;
}
.modal-mini .fa-loading,
.modal-mini .loading {
  width: 14px;
  height: 14px;
  background-image: url(../img/ui-loader-mini.gif) \0;
}
.powerui-menu {
  display: none;
}
.power-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.power-menu-body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.power-menu-item {
  position: relative;
  display: block;
  padding: 3px 20px;
  margin: 0;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.power-menu-item.focus,
.power-menu-item:focus,
.power-menu-item:hover {
  color: #262626;
  background-color: #f5f5f5;
  z-index: 20;
}
.power-menu .menu-item-disabled {
  background: 0 0 !important;
  color: #999 !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
}
.power-menu-complex .menu-item-text,
.power-menu-complex.power-menu-strip .menu-item-text {
  padding-left: 22px;
}
.power-menu-strip .menu-item-text {
  padding-left: 12px;
}
.power-menu-item .menu-item-arrow,
.power-menu-item .menu-item-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  text-align: center;
  margin-top: -8px;
}
.power-menu-item .menu-item-icon {
  left: 10px;
}
.power-menu-item .menu-item-arrow {
  right: 10px;
}
.power-menu-item i.fa {
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
.power-menu-divider {
  height: 1px;
  font-size: 0;
  overflow: hidden;
  margin: 5px 0;
  background-color: #e5e5e5;
}
.power-menu-complex .power-menu-divider {
  margin-left: 32px;
}
.power-menu-line {
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #ddd;
}
.power-quickmenu {
  min-width: 48px;
  padding: 0;
  overflow: hidden;
}
.power-quickmenu .power-menu-body {
  position: relative;
  margin-right: -1px;
}
.power-quickmenu .power-menu-item {
  display: inline-block;
  padding: 8px 15px;
  width: 48px;
  clear: none;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.power-quickmenu .power-menu-item .menu-item-icon {
  position: static;
}
.power-quickmenu .power-menu-item .menu-item-icon i.fa {
  font-size: 18px;
  line-height: 18px;
  color: #777;
}
.power-quickmenu .power-menu-item .menu-item-text {
  display: none;
}
.power-quickmenu-showText .power-menu-item .menu-item-text {
  display: block;
  margin: 3px 0 0 -2px;
  padding: 0;
  text-align: center;
}
.uiform-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  vertical-align: middle;
}
.uiform-label {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #d3cfc8;
  margin: 0;
  vertical-align: top;
}
.uiform-label:hover {
  border-color: #35aa47;
}
.uiform-checkbox input {
  position: absolute;
  left: -9999px;
}
.uiform-checkbox.checked .uiform-label {
  border-color: #35aa47;
  background: #35aa47
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJRJREFUeNpi/P//PwMRgAeIa4D4KQNIAwEsCsSzgfgfEK+ECajhUCwPxNv/Q8AyIJYCCbYD8TkgDkBTrAnER6CKZwAxP9j5QCIfiH8A8WsgDocqNgTia1DFjUDMATMIRLACcRQQvwLi50DcA8RnoIpLgZgN2WZkJ3gB8Q2owpdAnADEjOj+QvekKxBvBuJYXKEGEGAAn8kX2N1YaXMAAAAASUVORK5CYII=)
    no-repeat 50% 50%;
}
.uiform-checkbox.disabled .uiform-label {
  background-color: #ddd;
  border-color: #ddd;
}
.form-placeholder {
  position: relative;
  overflow: hidden;
}
.control-placeholder {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -11px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #999 !important;
  cursor: text !important;
}
.power-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  padding: 10px;
  background-color: #428bca;
  background-color: rgba(66, 139, 202, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2000;
  display: none;
}
.power-loading .loading-spinner {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #2e5f8a;
  background-color: rgba(46, 95, 138, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.power-loading .loading-spinner-forie,
.power-loading .loading-spinner:before {
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
}
.power-loading .loading-spinner:before {
  content: "";
  background: url(../img/loading-tracker.png) no-repeat;
  background-size: cover;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.power-loading .loading-spinner-forie {
  background: url(../img/loading-tracker-sprite.png) no-repeat;
}
.power-loading .loading-spinner span,
.power-loading .loading-spinner:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: url(../img/pms_logo.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 100;
}
.ie8 .power-loading .loading-spinner:after,
.ie8 .power-loading .loading-spinner:before,
.ie9 .power-loading .loading-spinner:before {
  content: inherit;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.map-container {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.map-container .map-loader {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  width: 100%;
  text-align: center;
}
.map-container .map-loader:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAYAAAD3Va0xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiBJREFUeNqMlFFERFEQhm93ExFLxBIlokhE2aeIzaaHRNRLvUTZ9BApRSJKlFLKplj7kCJRSililSKliEix9BRLRERELP2z/rOm6141fK5z7jn/zJmZc3JC87eWh4VBBagGn+AJJMCL2+JcxzgP9IBJUOTh4AKMglsvIdm4Axo4vgbH4I1jiayd/6/AIFhxCuWDUy6WjX1g3yWaMbAAIiDKuYyYzUGUIhJulYeIxVyJkw6QBkugxgiJQDcXdaij+JmrA7Cqjiy2C6aAD8wYoU5OLKqKiPgjmADFoA2cgzklJuvfWd2ACDUrL8biFK8EdaAUrIEREFLHPOG6sAiV8bxPXCARBOkxyblvVukLtCqHD2aPzd75pphYAb+vjkTLmg/mTs9l+k+EUiy/acBnzkUYtjHpoQAb0lLRi6VE6F5dCYuRDYB6cAPGwQbYBpdgUwkFzRFF6IwDfXbpo0bmZJKlXwZNKgVldCaVu5PO3mJZ2xhqigvPlBM36+dX9qdtJnCdSR+3/meFzGGakWavyCz7ImJa/g+bZvW2WJyskBxnnlWKMzova6DDT15iSwuZqO5ALT26mZ8VFIfDKp+/hKS5ulipIXUVtMnlLQGHIKZ/2I6FSV4FH/umxFGlTr4OvU4PtovXGJMonX7EKxPim5Vm1G9/vdnGxGM5O3ePXx87PuG2wfYQkjy1MJlhJnlNv9H/jchi+E3s+qQutZv9CDAAGdJ9F7BTmkkAAAAASUVORK5CYII=)
    no-repeat;
}
.vector-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 340px;
  margin-left: -35px;
  min-height: 450px;
  overflow: hidden;
}
.mobile .vector-map {
  margin-left: -10px;
}
.vectorMap-legend {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.vectorMap-legend td {
  padding: 1px;
  border: 2px solid #000;
}
.mobile .vectorMap-legend {
  display: none;
}
.vectorMap-loader {
  position: absolute;
  left: 80px;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  text-align: center;
}
.mobile .vectorMap-loader {
  left: 10px;
}
.vectorMap-loader span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.field-panel {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-bottom: 5px;
}
.field-panel .label {
  color: #333;
  font-weight: 400;
}
.field-panel .panel-item .bs-select,
.field-panel .panel-item .label {
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.field-panel > .panel-legend {
  float: left;
  padding-right: 25px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.field-panel .panel-item {
  float: left;
  margin-right: 10px;
}
.field-panel > .panel-legend:last-child {
  border-right: 0;
}
.field-panel > .panel-legend .badge {
  height: 20px;
  background: 0 0;
  font-style: normal;
  margin-right: 3px;
  border: 1px solid #e02222;
  color: #e02222;
}
.field-panel > .panel-legend > .checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
  font-size: 12px;
}
.field-panel > .panel-legend > .checkbox-inline input {
  margin-left: -16px;
  margin-top: 2px;
}
.field-panel .panel-item > .checkbox-inline {
  margin-top: 6px;
}
.page-container.powerform {
  height: 100%;
  top: 0;
}
.modal-pop {
  padding-top: 100px;
}
#J_view_tabheader {
  padding: 0px 20px 0px 0px;
  height: 29px;
  background: #f5f5f5;
  position: absolute;
  z-index: 0;
}
div#J_view_content {
  margin-top: 29px;
}
span#cent {
  width: 20px;
  height: 31px;
  float: right;
  line-height: 31px;
  position: fixed;
  display: none;
  z-index: 3;
  top: 42px;
}
span#cent:before {
  font: normal normal normal 17px/1 FontAwesome;
  content: "\f107";
  float: right;
  width: 21px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #242425;
  cursor: pointer;
}
.navbar-crumb-r {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #f5f5f5;
  padding: 1px 3px 0px;
  border-bottom: 1px solid #ddd;
}
.navbar-crumb-r > .btn-group {
  margin-top: 6px;
  top: -3px;
  right: 0px;
  padding: 2px 9px 1px;
  border: 0;
  font-size: 12px;
}
.tabbable-custom > .nav-tabs > li > a {
  margin-right: 0;
  color: #808080;
  font-size: 12px;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header-left i.fa.fa-bars.nomargin:before {
  content: "";
}
#header-left .menu-collapse.pull-right span {
  height: 1px;
}
#header-left .pull-right span {
  display: block;
  width: 16px;
  height: 1px;
  pointer-events: none;
  background: #fff;
}
#header-left .pull-right span:nth-child(2) {
  margin: 3px 0;
}
#header-left .menu-collapse.pull-right span:nth-child(3) {
  margin: 0 0 3px;
}
#header-left .menu-collapse.pull-right span:nth-child(4) {
  width: 10px;
}
.header .menu-collapse {
  border: 0;
  font-size: 18px;
}
.portlet-title > .captiontools > .mini-button {
  font-size: 12px;
  /* padding-top: 4px;
  padding-bottom: 3px; */
  color: #fff;
  margin-right: 10px;
}
.header-more-hide {
  position: fixed;
  top: 0;
  right: 40%;
  display: none;
}
.header-more-hide a {
  line-height: 35px;
  color: #fff;
  display: block;
}
.header-more-hide:hover ul {
  display: block;
}
.header-more-hide ul {
  display: none;
}
.header-more-hide ul li {
  line-height: 35px;
  background-color: #0667d6;
}
.header-more-hide ul li a {
  padding: 0 10px;
}
@media screen and (max-width: 1135px) {
  #header-nav {
    width: 40%;
    overflow: hidden;
    height: 35px;
  }
  .header-more-hide {
    display: block !important;
  }
}
.radio-inline,
.checkbox-inline {
  font-size: 13px;
}
.mini-grid-row .lanentry.mini-grid-cell .mini-grid-cell-inner {
  line-height: 50px !important;
  height: 50px !important;
}
.uploadify,
.uploadify-button,
#btnPrint .btn.blue {
  vertical-align: middle;
  padding: 6px 15px;
  color: #fff !important;
  background: #2468f2 !important;
  border-radius: 3px;
}
.mini-grid-cell-inner>.uploadify {
  background: none;
  padding: 0;
}
.actions .btn-group .uploadify .btn.blue {
  background: transparent !important;
}
.uploadify-button i,
#btnPrint .btn.blue i {
  color: #fff !important;
}
.mini-toolbar .uploadify {
  padding: 0;
  background: #fff !important;
}
.mini-toolbar .uploadify-button.btn {
  display: inline-block;
  padding: 0 5px !important;
  color: #2468f2 !important;
  background: #fff !important;
  height: 25px !important;
  line-height: 25px !important;
}
.mini-toolbar .uploadify-button.btn i {
  color: #2468f2 !important;
}

.actions .btn-group .uploadify:hover,
#btnPrint .btn.blue:hover {
  background-color: #2693ee !important;
  color: #fff !important;
}
.mini-toolbar .uploadify-button.btn:hover i {
  color: #fff !important;
}
.actions .btn-group .uploadify:hover .btn.blue,
.actions .btn-group .uploadify .btn.blue:hover,
.actions .btn-group .uploadify .btn.blue:focus {
  background: transparent !important;
  color: #fff !important;
}
/* 小表格样式 */
.data-table-small .mini-grid-headerCell,
.data-table-small .mini-grid-cell-inner,
.data-table-small .mini-grid-cell,
.data-table-small .mini-grid-groupHeader {
  /*height: 30px;*/
  line-height: 30px;
  min-height: 30px;
}
.data-table-small .mini-grid-groupTitle:before {
  top: 10px;
}
.form-btn-group .group-form {
  width: 66%;
  display: inline-block;
  text-align: left;
  float: left;
}
.portlet-title .caption {
  padding: 5px 0;
}
