﻿@import "../../assets/css/fromgoogle/fonts.css";
@import "../../assets/plugins/font-awesome/css/font-awesome.min.css";
@import "../../assets/plugins/bootstrap/css/bootstrap.min.css";
@import "../../assets/plugins/uniform/css/uniform.default.css";
@import "../../assets/css/style-metronic.css";
@import "../../assets/css/style.css";
@import "../../assets/css/style-responsive.css";
@import "../../assets/css/plugins.css";
@import "../../assets/css/pages/tasks.css";
@import "../../assets/plugins/bootstrap-select/bootstrap-select.min.css";
@import "../../assets/plugins/bootstrap-daterangepicker/daterangepicker-bs3.css";
@import "../../assets/plugins/jquery-multi-select/css/multi-select.css";
@import "../../assets/plugins/select2/select2.css";
@import "../../assets/plugins/select2/select2-metronic.css";
@import "../../assets/plugins/fullcalendar/fullcalendar/fullcalendar.css";
@import "../../assets/plugins/clockface/css/clockface.css";
@import "../../assets/plugins/bootstrap-datepicker/css/datepicker.css";
@import "../../assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css";
@import "../../assets/plugins/bootstrap-colorpicker/css/colorpicker.css";
@import "../../assets/plugins/bootstrap-datetimepicker/css/datetimepicker.css";
@import "../../assets/global/plugins/simple-line-icons/simple-line-icons.css";
@import "../../assets/css/custom.css";
@import "../../css/fonts/font-awesome.css";
@import "../../css/fonts/font-zycf.css";
/*
    custom-global
*/
/*bootstrap*/
.dropdown-menu {
  z-index: 9999;
}
.dropdown-menu li a {
  color: #666;
}
.dropdown-menu li a:hover {
  background-color: #ddd;
}
.dropdown-menu .active a {
  background-color: #ddd;
}
.dropdown-menu .active a:hover {
  background-color: #ddd;
}
.navbar {
  margin-bottom: 0px;
}
.btn-small {
  font-size: 12px;
}
.button-image {
  margin-right: 4px;
}
.button-space {
  margin-right: 6px;
}
.mark-corrected .container-form-label {
  color: #35AA47;
}
.mark-corrected .container-form-label .fold-line {
  color: #35AA47;
}
.mark-corrected .form-control {
  border-color: #35AA47;
}
.mark-corrected .form-control .select2-choice {
  border-color: #35AA47;
}
.mark-corrected .input-group-btn .btn.default,
.mark-corrected .input-group-btn .btn.default:hover,
.mark-corrected .input-group-btn .btn.default:focus,
.mark-corrected .input-group-btn .btn.default:active,
.mark-corrected .input-group-btn .btn.default.active,
.mark-corrected .input-group-btn .btn.default[disabled],
.mark-corrected .input-group-btn .btn.default.disabled {
  color: #fff;
  background-color: #35AA47 !important;
}
.mark-modified .container-form-label {
  color: #FFB848;
}
.mark-modified .container-form-label .fold-line {
  color: #FFB848;
}
.mark-modified .form-control {
  border-color: #FFB848;
}
.mark-modified .form-control .select2-choice {
  border-color: #FFB848;
}
.mark-modified .input-group-btn .btn.default,
.mark-modified .input-group-btn .btn.default:hover,
.mark-modified .input-group-btn .btn.default:focus,
.mark-modified .input-group-btn .btn.default:active,
.mark-modified .input-group-btn .btn.default.active,
.mark-modified .input-group-btn .btn.default[disabled],
.mark-modified .input-group-btn .btn.default.disabled {
  color: #fff;
  background-color: #FFB848 !important;
}
.mark-error .container-form-label,
.mark-empty .container-form-label {
  color: #E02222;
}
.mark-error .container-form-label .fold-line,
.mark-empty .container-form-label .fold-line {
  color: #E02222;
}
.mark-error .form-control,
.mark-empty .form-control {
  border-color: #E02222;
}
.mark-error .form-control .select2-choice,
.mark-empty .form-control .select2-choice {
  border-color: #E02222;
}
.mark-error .input-group-btn .btn.default,
.mark-empty .input-group-btn .btn.default,
.mark-error .input-group-btn .btn.default:hover,
.mark-empty .input-group-btn .btn.default:hover,
.mark-error .input-group-btn .btn.default:focus,
.mark-empty .input-group-btn .btn.default:focus,
.mark-error .input-group-btn .btn.default:active,
.mark-empty .input-group-btn .btn.default:active,
.mark-error .input-group-btn .btn.default.active,
.mark-empty .input-group-btn .btn.default.active,
.mark-error .input-group-btn .btn.default[disabled],
.mark-empty .input-group-btn .btn.default[disabled],
.mark-error .input-group-btn .btn.default.disabled,
.mark-empty .input-group-btn .btn.default.disabled {
  color: #fff;
  background-color: #E02222 !important;
}
/*
    布局
*/
/*layout*/
.layout {
  width: 100%;
}
.layout-fixed {
  width: 1170px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #555;
  background-color: #f1f2f3 !important;
  min-width: 1300px !important;
  min-height: 720px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.inline {
  padding-left: 0px;
}
/*
    定义背景色
*/
.bg-fff {
  background: #fff !important;
}
.bg-grey {
  background: #F1F2F3 !important;
}
.bg-grey-d2 {
  background: #d2d2d2 !important;
}
.bg-danger {
  background: #DF473F !important;
}
.bg-success {
  background: #7ED321 !important;
}
.bg-warning {
  background: #F7C91A !important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-transparent tr:nth-child(2n+1) td,
.bg-transparent tr:nth-child(2n+1) th {
  background: transparent !important;
}
.bg-transparent:hover {
  background: transparent !important;
}
/*
    浮动样式
*/
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.fn {
  float: none !important;
}
/*
    元素块级定义
*/
.dis-in-tab {
  display: inline-table;
}
.dis-in-b {
  display: inline-block;
}
.dis-b {
  display: block !important;
}
.dis-i {
  display: inline !important;
}
.dis-n {
  display: none !important;
}
/*
    定义图片、&#51;&#54;&#53;&#29992;&#33521;&#35821;&#24590;&#20040;&#32763;&#35793;&#95;&#66;&#69;&#84;&#20307;&#32946;&#51;&#54;&#53;&#25237;&#27880;&#23448;&#32593;&#95;&#51;&#54;&#53;&#25171;&#27700;&#36134;&#21495;&#24590;&#20040;&#38450;&#27490;&#23553;&#21495;、图标的样式
*/
.tiles-img {
  max-width: 106px;
  max-height: 80px;
}
.tiles-video {
  max-width: 106px;
  max-height: 80px;
}
.tiles-ico {
  max-width: 80px;
  max-height: 80px;
}
.tiles-border {
  border: 1px solid #fff;
}
/*
    定义颜色
*/
a {
  color: #0270d7;
  text-shadow: none !important;
}
a:hover {
  text-decoration: underline;
  color: #0270d7;
}
a:active {
  text-decoration: none;
  color: #0270d7;
  cursor: pointer;
}
.color-999 {
  color: #999 !important;
}
.color-ccc {
  color: #ccc !important;
}
.color-ddd {
  color: #ddd;
}
.color-fff {
  color: #fff !important;
}
.color-danger {
  color: #B94A48;
}
.color-success {
  color: #468847;
}
.color-default {
  color: #CCCCCC;
}
.color-info {
  color: #0270D7;
}
.color-warning {
  color: #DBC056;
}
.color-orange {
  color: #E15F00;
}
.color-black {
  color: #000;
}
.icon-purple {
  color: #852b99;
}
.icon-pink {
  color: #d84e9b;
}
.icon-danger {
  color: #B94A48;
}
.icon-success {
  color: #468847;
}
.icon-info {
  color: #27A9E3;
}
.icon-warning {
  color: #DBC056;
}
.color-warning {
  color: #DBC056 !important;
}
.color-success {
  color: #468847 !important;
}
.color-danger {
  color: #B94A48 !important;
}
/*
    定义字体大小
*/
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
/*
    定义表格边框
*/
.border-none {
  border: 0;
}
.border {
  border: 1px solid #ddd;
}
.dotted {
  border-bottom: 1px dotted #ddd;
}
.table-resource {
  border: 1px solid #ddd;
  border-top: 0;
}
.table-resource thead tr th,
.table-resource tbody tr th,
.table-resource tfoot tr th,
.table-resource thead tr td,
.table-resource tbody tr td,
.table-resource tfoot tr td {
  border-top: 0 !important;
}
.table-radio .radio-inline {
  padding-top: 0;
}
.table .progress,
.table-bordered .progress {
  margin-bottom: 0;
}
.table tbody .table-active-on td,
.table-bordered tbody .table-active-on td,
.table tbody .table-active-on th,
.table-bordered tbody .table-active-on th {
  background-color: #F4F9FD !important;
}
.table tbody .table-active-on:hover td,
.table-bordered tbody .table-active-on:hover td,
.table tbody .table-active-on:hover th,
.table-bordered tbody .table-active-on:hover th {
  background-color: #F4F9FD !important;
}
.table tbody .select td,
.table-bordered tbody .select td,
.table tbody .select th,
.table-bordered tbody .select th {
  background-color: #F4F9FD !important;
}
.table tbody .select:hover td,
.table-bordered tbody .select:hover td,
.table tbody .select:hover th,
.table-bordered tbody .select:hover th {
  background-color: #F4F9FD !important;
}
.table tbody .table-active td,
.table-bordered tbody .table-active td,
.table tbody .table-active th,
.table-bordered tbody .table-active th {
  background-color: #F4F9FD !important;
}
.table tbody .table-active:hover td,
.table-bordered tbody .table-active:hover td,
.table tbody .table-active:hover th,
.table-bordered tbody .table-active:hover th {
  background-color: #F4F9FD !important;
}
.table .input-text,
.table-bordered .input-text {
  position: relative;
  display: block;
}
.table .input-text .form-control,
.table-bordered .input-text .form-control {
  border-color: transparent;
  background: transparent;
  height: 20px;
  padding: 0 6px;
  width: 95%;
}
.table .input-text .form-control:hover,
.table-bordered .input-text .form-control:hover {
  border-color: #999;
  background: transparent;
}
.table .input-text .form-control:focus,
.table-bordered .input-text .form-control:focus {
  border-color: #0270d7;
  background: transparent;
}
.table .input-text .fa-edit,
.table-bordered .input-text .fa-edit {
  position: absolute;
  left: 105px;
  top: 4px;
  color: #999;
}
.table .input-text .fa-edit:hover,
.table-bordered .input-text .fa-edit:hover,
.table .input-text .fa-edit:focus,
.table-bordered .input-text .fa-edit:focus {
  color: #0270d7;
}
.table thead tr td.white,
.table-bordered thead tr td.white,
.table tbody tr td.white,
.table-bordered tbody tr td.white,
.table tfoot tr td.white,
.table-bordered tfoot tr td.white,
.table thead tr th.white,
.table-bordered thead tr th.white,
.table tbody tr th.white,
.table-bordered tbody tr th.white,
.table tfoot tr th.white,
.table-bordered tfoot tr th.white {
  border: 1px solid #f5f5f5 !important;
  background: #fff;
}
.table thead tr td.white:hover,
.table-bordered thead tr td.white:hover,
.table tbody tr td.white:hover,
.table-bordered tbody tr td.white:hover,
.table tfoot tr td.white:hover,
.table-bordered tfoot tr td.white:hover,
.table thead tr th.white:hover,
.table-bordered thead tr th.white:hover,
.table tbody tr th.white:hover,
.table-bordered tbody tr th.white:hover,
.table tfoot tr th.white:hover,
.table-bordered tfoot tr th.white:hover {
  background: #f5f5f5;
}
.table thead tr td.green,
.table-bordered thead tr td.green,
.table tbody tr td.green,
.table-bordered tbody tr td.green,
.table tfoot tr td.green,
.table-bordered tfoot tr td.green,
.table thead tr th.green,
.table-bordered thead tr th.green,
.table tbody tr th.green,
.table-bordered tbody tr th.green,
.table tfoot tr th.green,
.table-bordered tfoot tr th.green {
  border: 1px solid #f5f5f5 !important;
  background: #d6e6de;
}
.table thead tr td.green:hover,
.table-bordered thead tr td.green:hover,
.table tbody tr td.green:hover,
.table-bordered tbody tr td.green:hover,
.table tfoot tr td.green:hover,
.table-bordered tfoot tr td.green:hover,
.table thead tr th.green:hover,
.table-bordered thead tr th.green:hover,
.table tbody tr th.green:hover,
.table-bordered tbody tr th.green:hover,
.table tfoot tr th.green:hover,
.table-bordered tfoot tr th.green:hover {
  background: #c8e5d7;
}
.table thead tr td.yellow,
.table-bordered thead tr td.yellow,
.table tbody tr td.yellow,
.table-bordered tbody tr td.yellow,
.table tfoot tr td.yellow,
.table-bordered tfoot tr td.yellow,
.table thead tr th.yellow,
.table-bordered thead tr th.yellow,
.table tbody tr th.yellow,
.table-bordered tbody tr th.yellow,
.table tfoot tr th.yellow,
.table-bordered tfoot tr th.yellow {
  border: 1px solid #f5f5f5 !important;
  background: #f1f0d1;
}
.table thead tr td.yellow:hover,
.table-bordered thead tr td.yellow:hover,
.table tbody tr td.yellow:hover,
.table-bordered tbody tr td.yellow:hover,
.table tfoot tr td.yellow:hover,
.table-bordered tfoot tr td.yellow:hover,
.table thead tr th.yellow:hover,
.table-bordered thead tr th.yellow:hover,
.table tbody tr th.yellow:hover,
.table-bordered tbody tr th.yellow:hover,
.table tfoot tr th.yellow:hover,
.table-bordered tfoot tr th.yellow:hover {
  background: #f2f0b1;
}
.table thead tr td.purple,
.table-bordered thead tr td.purple,
.table tbody tr td.purple,
.table-bordered tbody tr td.purple,
.table tfoot tr td.purple,
.table-bordered tfoot tr td.purple,
.table thead tr th.purple,
.table-bordered thead tr th.purple,
.table tbody tr th.purple,
.table-bordered tbody tr th.purple,
.table tfoot tr th.purple,
.table-bordered tfoot tr th.purple {
  border: 1px solid #f5f5f5 !important;
  background: #cfcdd1;
}
.table thead tr td.purple:hover,
.table-bordered thead tr td.purple:hover,
.table tbody tr td.purple:hover,
.table-bordered tbody tr td.purple:hover,
.table tfoot tr td.purple:hover,
.table-bordered tfoot tr td.purple:hover,
.table thead tr th.purple:hover,
.table-bordered thead tr th.purple:hover,
.table tbody tr th.purple:hover,
.table-bordered tbody tr th.purple:hover,
.table tfoot tr th.purple:hover,
.table-bordered tfoot tr th.purple:hover {
  background: #c8bed1;
}
.table thead tr td.pink,
.table-bordered thead tr td.pink,
.table tbody tr td.pink,
.table-bordered tbody tr td.pink,
.table tfoot tr td.pink,
.table-bordered tfoot tr td.pink,
.table thead tr th.pink,
.table-bordered thead tr th.pink,
.table tbody tr th.pink,
.table-bordered tbody tr th.pink,
.table tfoot tr th.pink,
.table-bordered tfoot tr th.pink {
  border: 1px solid #f5f5f5 !important;
  background: #fad1d0;
}
.table thead tr td.pink:hover,
.table-bordered thead tr td.pink:hover,
.table tbody tr td.pink:hover,
.table-bordered tbody tr td.pink:hover,
.table tfoot tr td.pink:hover,
.table-bordered tfoot tr td.pink:hover,
.table thead tr th.pink:hover,
.table-bordered thead tr th.pink:hover,
.table tbody tr th.pink:hover,
.table-bordered tbody tr th.pink:hover,
.table tfoot tr th.pink:hover,
.table-bordered tfoot tr th.pink:hover {
  background: #f9c1bf;
}
.table thead tr td.blue,
.table-bordered thead tr td.blue,
.table tbody tr td.blue,
.table-bordered tbody tr td.blue,
.table tfoot tr td.blue,
.table-bordered tfoot tr td.blue,
.table thead tr th.blue,
.table-bordered thead tr th.blue,
.table tbody tr th.blue,
.table-bordered tbody tr th.blue,
.table tfoot tr th.blue,
.table-bordered tfoot tr th.blue {
  border: 1px solid #f5f5f5 !important;
  background: #ededf7;
}
.table thead tr td.blue:hover,
.table-bordered thead tr td.blue:hover,
.table tbody tr td.blue:hover,
.table-bordered tbody tr td.blue:hover,
.table tfoot tr td.blue:hover,
.table-bordered tfoot tr td.blue:hover,
.table thead tr th.blue:hover,
.table-bordered thead tr th.blue:hover,
.table tbody tr th.blue:hover,
.table-bordered tbody tr th.blue:hover,
.table tfoot tr th.blue:hover,
.table-bordered tfoot tr th.blue:hover {
  background: #d8d8fa;
}
.table thead tr td.grey,
.table-bordered thead tr td.grey,
.table tbody tr td.grey,
.table-bordered tbody tr td.grey,
.table tfoot tr td.grey,
.table-bordered tfoot tr td.grey,
.table thead tr th.grey,
.table-bordered thead tr th.grey,
.table tbody tr th.grey,
.table-bordered tbody tr th.grey,
.table tfoot tr th.grey,
.table-bordered tfoot tr th.grey {
  border: 1px solid #f5f5f5 !important;
  background: #e1d9d8;
}
.table thead tr td.grey:hover,
.table-bordered thead tr td.grey:hover,
.table tbody tr td.grey:hover,
.table-bordered tbody tr td.grey:hover,
.table tfoot tr td.grey:hover,
.table-bordered tfoot tr td.grey:hover,
.table thead tr th.grey:hover,
.table-bordered thead tr th.grey:hover,
.table tbody tr th.grey:hover,
.table-bordered tbody tr th.grey:hover,
.table tfoot tr th.grey:hover,
.table-bordered tfoot tr th.grey:hover {
  background: #d8d0d0;
}
.table thead tr td.orange,
.table-bordered thead tr td.orange,
.table tbody tr td.orange,
.table-bordered tbody tr td.orange,
.table tfoot tr td.orange,
.table-bordered tfoot tr td.orange,
.table thead tr th.orange,
.table-bordered thead tr th.orange,
.table tbody tr th.orange,
.table-bordered tbody tr th.orange,
.table tfoot tr th.orange,
.table-bordered tfoot tr th.orange {
  border: 1px solid #f5f5f5 !important;
  background: #ffc475;
}
.table thead tr td.orange:hover,
.table-bordered thead tr td.orange:hover,
.table tbody tr td.orange:hover,
.table-bordered tbody tr td.orange:hover,
.table tfoot tr td.orange:hover,
.table-bordered tfoot tr td.orange:hover,
.table thead tr th.orange:hover,
.table-bordered thead tr th.orange:hover,
.table tbody tr th.orange:hover,
.table-bordered tbody tr th.orange:hover,
.table tfoot tr th.orange:hover,
.table-bordered tfoot tr th.orange:hover {
  background: #fdba5f;
}
.table thead tr td.lightblue,
.table-bordered thead tr td.lightblue,
.table tbody tr td.lightblue,
.table-bordered tbody tr td.lightblue,
.table tfoot tr td.lightblue,
.table-bordered tfoot tr td.lightblue,
.table thead tr th.lightblue,
.table-bordered thead tr th.lightblue,
.table tbody tr th.lightblue,
.table-bordered tbody tr th.lightblue,
.table tfoot tr th.lightblue,
.table-bordered tfoot tr th.lightblue {
  border: 1px solid #f5f5f5 !important;
  background: #d3e4f0;
}
.table thead tr td.lightblue:hover,
.table-bordered thead tr td.lightblue:hover,
.table tbody tr td.lightblue:hover,
.table-bordered tbody tr td.lightblue:hover,
.table tfoot tr td.lightblue:hover,
.table-bordered tfoot tr td.lightblue:hover,
.table thead tr th.lightblue:hover,
.table-bordered thead tr th.lightblue:hover,
.table tbody tr th.lightblue:hover,
.table-bordered tbody tr th.lightblue:hover,
.table tfoot tr th.lightblue:hover,
.table-bordered tfoot tr th.lightblue:hover {
  background: #c0dcef;
}
.table thead tr.white td,
.table-bordered thead tr.white td,
.table tbody tr.white td,
.table-bordered tbody tr.white td,
.table tfoot tr.white td,
.table-bordered tfoot tr.white td,
.table thead tr.white th,
.table-bordered thead tr.white th,
.table tbody tr.white th,
.table-bordered tbody tr.white th,
.table tfoot tr.white th,
.table-bordered tfoot tr.white th {
  background: #fff;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.white:hover td,
.table-bordered thead tr.white:hover td,
.table tbody tr.white:hover td,
.table-bordered tbody tr.white:hover td,
.table tfoot tr.white:hover td,
.table-bordered tfoot tr.white:hover td,
.table thead tr.white:hover th,
.table-bordered thead tr.white:hover th,
.table tbody tr.white:hover th,
.table-bordered tbody tr.white:hover th,
.table tfoot tr.white:hover th,
.table-bordered tfoot tr.white:hover th {
  background: #f5f5f5;
}
.table thead tr.green td,
.table-bordered thead tr.green td,
.table tbody tr.green td,
.table-bordered tbody tr.green td,
.table tfoot tr.green td,
.table-bordered tfoot tr.green td,
.table thead tr.green th,
.table-bordered thead tr.green th,
.table tbody tr.green th,
.table-bordered tbody tr.green th,
.table tfoot tr.green th,
.table-bordered tfoot tr.green th {
  background: #d6e6de;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.green:hover td,
.table-bordered thead tr.green:hover td,
.table tbody tr.green:hover td,
.table-bordered tbody tr.green:hover td,
.table tfoot tr.green:hover td,
.table-bordered tfoot tr.green:hover td,
.table thead tr.green:hover th,
.table-bordered thead tr.green:hover th,
.table tbody tr.green:hover th,
.table-bordered tbody tr.green:hover th,
.table tfoot tr.green:hover th,
.table-bordered tfoot tr.green:hover th {
  background: #c8e5d7;
}
.table thead tr.yellow td,
.table-bordered thead tr.yellow td,
.table tbody tr.yellow td,
.table-bordered tbody tr.yellow td,
.table tfoot tr.yellow td,
.table-bordered tfoot tr.yellow td,
.table thead tr.yellow th,
.table-bordered thead tr.yellow th,
.table tbody tr.yellow th,
.table-bordered tbody tr.yellow th,
.table tfoot tr.yellow th,
.table-bordered tfoot tr.yellow th {
  background: #f1f0d1;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.yellow:hover td,
.table-bordered thead tr.yellow:hover td,
.table tbody tr.yellow:hover td,
.table-bordered tbody tr.yellow:hover td,
.table tfoot tr.yellow:hover td,
.table-bordered tfoot tr.yellow:hover td,
.table thead tr.yellow:hover th,
.table-bordered thead tr.yellow:hover th,
.table tbody tr.yellow:hover th,
.table-bordered tbody tr.yellow:hover th,
.table tfoot tr.yellow:hover th,
.table-bordered tfoot tr.yellow:hover th {
  background: #f2f0b1;
}
.table thead tr.purple td,
.table-bordered thead tr.purple td,
.table tbody tr.purple td,
.table-bordered tbody tr.purple td,
.table tfoot tr.purple td,
.table-bordered tfoot tr.purple td,
.table thead tr.purple th,
.table-bordered thead tr.purple th,
.table tbody tr.purple th,
.table-bordered tbody tr.purple th,
.table tfoot tr.purple th,
.table-bordered tfoot tr.purple th {
  background: #cfcdd1;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.purple:hover td,
.table-bordered thead tr.purple:hover td,
.table tbody tr.purple:hover td,
.table-bordered tbody tr.purple:hover td,
.table tfoot tr.purple:hover td,
.table-bordered tfoot tr.purple:hover td,
.table thead tr.purple:hover th,
.table-bordered thead tr.purple:hover th,
.table tbody tr.purple:hover th,
.table-bordered tbody tr.purple:hover th,
.table tfoot tr.purple:hover th,
.table-bordered tfoot tr.purple:hover th {
  background: #c8bed1;
}
.table thead tr.pink td,
.table-bordered thead tr.pink td,
.table tbody tr.pink td,
.table-bordered tbody tr.pink td,
.table tfoot tr.pink td,
.table-bordered tfoot tr.pink td,
.table thead tr.pink th,
.table-bordered thead tr.pink th,
.table tbody tr.pink th,
.table-bordered tbody tr.pink th,
.table tfoot tr.pink th,
.table-bordered tfoot tr.pink th {
  background: #fad1d0;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.pink:hover td,
.table-bordered thead tr.pink:hover td,
.table tbody tr.pink:hover td,
.table-bordered tbody tr.pink:hover td,
.table tfoot tr.pink:hover td,
.table-bordered tfoot tr.pink:hover td,
.table thead tr.pink:hover th,
.table-bordered thead tr.pink:hover th,
.table tbody tr.pink:hover th,
.table-bordered tbody tr.pink:hover th,
.table tfoot tr.pink:hover th,
.table-bordered tfoot tr.pink:hover th {
  background: #f9c1bf;
}
.table thead tr.blue td,
.table-bordered thead tr.blue td,
.table tbody tr.blue td,
.table-bordered tbody tr.blue td,
.table tfoot tr.blue td,
.table-bordered tfoot tr.blue td,
.table thead tr.blue th,
.table-bordered thead tr.blue th,
.table tbody tr.blue th,
.table-bordered tbody tr.blue th,
.table tfoot tr.blue th,
.table-bordered tfoot tr.blue th {
  background: #ededf7;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.blue:hover td,
.table-bordered thead tr.blue:hover td,
.table tbody tr.blue:hover td,
.table-bordered tbody tr.blue:hover td,
.table tfoot tr.blue:hover td,
.table-bordered tfoot tr.blue:hover td,
.table thead tr.blue:hover th,
.table-bordered thead tr.blue:hover th,
.table tbody tr.blue:hover th,
.table-bordered tbody tr.blue:hover th,
.table tfoot tr.blue:hover th,
.table-bordered tfoot tr.blue:hover th {
  background: #d8d8fa;
}
.table thead tr.grey td,
.table-bordered thead tr.grey td,
.table tbody tr.grey td,
.table-bordered tbody tr.grey td,
.table tfoot tr.grey td,
.table-bordered tfoot tr.grey td,
.table thead tr.grey th,
.table-bordered thead tr.grey th,
.table tbody tr.grey th,
.table-bordered tbody tr.grey th,
.table tfoot tr.grey th,
.table-bordered tfoot tr.grey th {
  background: #e1d9d8;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.grey:hover td,
.table-bordered thead tr.grey:hover td,
.table tbody tr.grey:hover td,
.table-bordered tbody tr.grey:hover td,
.table tfoot tr.grey:hover td,
.table-bordered tfoot tr.grey:hover td,
.table thead tr.grey:hover th,
.table-bordered thead tr.grey:hover th,
.table tbody tr.grey:hover th,
.table-bordered tbody tr.grey:hover th,
.table tfoot tr.grey:hover th,
.table-bordered tfoot tr.grey:hover th {
  background: #d8d0d0;
}
.table thead tr.orange td,
.table-bordered thead tr.orange td,
.table tbody tr.orange td,
.table-bordered tbody tr.orange td,
.table tfoot tr.orange td,
.table-bordered tfoot tr.orange td,
.table thead tr.orange th,
.table-bordered thead tr.orange th,
.table tbody tr.orange th,
.table-bordered tbody tr.orange th,
.table tfoot tr.orange th,
.table-bordered tfoot tr.orange th {
  background: #ffc475;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.orange:hover td,
.table-bordered thead tr.orange:hover td,
.table tbody tr.orange:hover td,
.table-bordered tbody tr.orange:hover td,
.table tfoot tr.orange:hover td,
.table-bordered tfoot tr.orange:hover td,
.table thead tr.orange:hover th,
.table-bordered thead tr.orange:hover th,
.table tbody tr.orange:hover th,
.table-bordered tbody tr.orange:hover th,
.table tfoot tr.orange:hover th,
.table-bordered tfoot tr.orange:hover th {
  background: #fdba5f;
}
.table thead tr.lightblue td,
.table-bordered thead tr.lightblue td,
.table tbody tr.lightblue td,
.table-bordered tbody tr.lightblue td,
.table tfoot tr.lightblue td,
.table-bordered tfoot tr.lightblue td,
.table thead tr.lightblue th,
.table-bordered thead tr.lightblue th,
.table tbody tr.lightblue th,
.table-bordered tbody tr.lightblue th,
.table tfoot tr.lightblue th,
.table-bordered tfoot tr.lightblue th {
  background: #d3e4f0;
  border: 1px solid #f5f5f5 !important;
}
.table thead tr.lightblue:hover td,
.table-bordered thead tr.lightblue:hover td,
.table tbody tr.lightblue:hover td,
.table-bordered tbody tr.lightblue:hover td,
.table tfoot tr.lightblue:hover td,
.table-bordered tfoot tr.lightblue:hover td,
.table thead tr.lightblue:hover th,
.table-bordered thead tr.lightblue:hover th,
.table tbody tr.lightblue:hover th,
.table-bordered tbody tr.lightblue:hover th,
.table tfoot tr.lightblue:hover th,
.table-bordered tfoot tr.lightblue:hover th {
  background: #c0dcef;
}
.table-change-height th {
  height: 28px !important;
  line-height: 28px !important;
  padding: 4px 5px !important;
}
.table-change-height td {
  height: 28px !important;
  line-height: 28px !important;
  padding: 4px 5px !important;
}
.table-change-height td .form-control {
  height: 28px;
  padding: 4px 6px;
}
.table-change-height td .bootstrap-select {
  padding: 0px;
}
.table-change-height td .bootstrap-select button {
  height: 28px;
  padding: 4px 6px;
}
.table-select {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative !important;
}
.table-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative !important;
}
.border-right-none {
  border-right: 0px;
}
.table-border-none {
  border: 0px;
}
.table-border-none thead tr th {
  border-top: 0px !important;
}
.table-border-none tbody tr td {
  border-top: 0px !important;
}
.table-border-none tfoot tr td {
  border-top: 0px !important;
}
.border-top-none {
  border-top: 0px;
}
.table-border-ddd {
  border: 1px solid #ddd;
}
.table-radius {
  border-radius: 4px;
}
.border-left-ddd {
  border-left: 1px solid #ddd !important;
}
.border-bottom-ddd {
  border-bottom: 1px solid #DDD !important;
}
.border-top-ddd {
  border-top: 1px solid #DDD !important;
}
.table-fixed-thead {
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.table-fixed-td {
  width: 60px;
}
/*
    定义按钮
*/
.btn-group .btn-none {
  background: transparent !important;
  padding: 0px !important;
}
.btn-group .btn-none:hover {
  background: transparent !important;
}
.btn-group .btn-none:focus {
  background: transparent !important;
}
/*
    清除浮动
*/
.clear {
  clear: both;
}
/*
    定义背景色
*/
.bg-none {
  background: transparent !important;
}
/*
    定义元素溢出
*/
.over-auto {
  overflow: auto;
}
.over-hide {
  overflow: hidden;
}
/*
    定义三角形
*/
.triangle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000000 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  float: right;
}
.triangle-up {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #000000;
  border-image: none;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  float: right;
}
/*
    定义文字溢出
*/
.to {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.to-english {
  display: inline-block;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.fold-line {
  display: inline-block;
  white-space: pre-line;
  word-wrap: break-word;
}
.fold-break {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
}
td.fold-break {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}
td .fold-break {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}
.width-auto {
  width: auto !important;
}
.width-50 {
  width: 50px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.width-120 {
  width: 120px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
/*
    定义margin值
*/
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
/*
    padding值
*/
.padding-top-0 {
  padding-left: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
/*
    水平位置
*/
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
/*
    最小高度
*/
.min-height-500 {
  min-height: 500px;
}
/*
    定位
*/
.pos-re {
  position: relative !important;
}
.pos-fi {
  position: fixed !important;
}
.pos-ab {
  position: absolute !important;
}
.pos-st {
  position: static !important;
}
/*
    鼠标指针
*/
.cursor-pointer {
  cursor: pointer !important;
}
/*
    下拉按钮
*/
.fa-default {
  padding: 3px 0 2px 0px;
}
/*
    下拉点位置问题
*/
.table .dropdown-table {
  position: static;
}
.table .dropdown-table .dropdown-menu {
  top: auto;
  left: auto;
  margin-top: 8px;
}
.table .dropdown.open .dropdown-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.table .dropdown-toggle {
  color: #666;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .power-change-table .table .dropdown-table {
    position: static;
  }
  .power-change-table .table .dropdown-table .dropdown-menu {
    top: 0;
    left: 446px;
    margin-top: 8px;
  }
}
/*
      删除线
  */
.del-line {
  background: url("../../images/line.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 36px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  width: 100%;
  padding-left: 0 !important;
}
/*
      下横线
  */
.under-line {
  text-decoration: underline;
  cursor: pointer;
}
/*
      表单
  */
div.radio {
  margin-left: 0px;
  margin-top: 0px;
}
.first-radio {
  margin-left: 30px !important;
}
.first-checkbox {
  margin-left: 30px !important;
}
.form-operation-btn {
  position: relative;
}
.form-operation-btn i {
  position: absolute;
  top: 7px;
  margin-left: 10px;
  display: inline-block;
  color: #ccc;
}
.form-operation-btn .fa-warning {
  color: #b94a48;
}
.form-operation-btn .fa-info-circle {
  top: 3px;
  left: -9px;
}
/*
      定义文本域
  */
.resize-none {
  resize: none;
}
/*
      表格字号重新定义
  */
.table-14 {
  font-size: 14px;
}
/*
  定义背景色
*/
.badge {
  background: #0270D7;
}
/*
  定义a链接颜色
*/
a:focus {
  text-decoration: none;
}
.subject-title a {
  color: #666666 !important;
}
.subject-title a:hover,
.subject-title a:active {
  color: #0270d7 !important;
}
.editable-click,
a.editable-click,
a.editable-click {
  color: #666666;
  border-bottom: dashed 1px #666666 !important;
}
.editable-click:hover,
a.editable-click:hover,
a.editable-click:hover,
.editable-click:active,
a.editable-click:active,
a.editable-click:active {
  color: #0270d7;
  border-bottom: dashed 1px #0270d7 !important;
}
.d-booking-results .booking-result h2 a.text {
  color: #666666;
}
.d-booking-results .booking-result h2 a.text:hover,
.d-booking-results .booking-result h2 a.text:active {
  color: #0270d7;
}
table a {
  color: #666666;
}
table a:hover {
  text-decoration: none;
  color: #0270d7;
  cursor: pointer;
}
table a:active {
  text-decoration: none;
  color: #0270d7;
  cursor: pointer;
}
em {
  color: red;
  font-style: normal;
}
/* CSS Document*/
.icon-navigation-resource {
  background-position: 0 -167px;
}
.icon-navigation-evias {
  background-position: -30px -167px;
}
.icon-navigation-center {
  background-position: -60px -167px;
}
.icon-buttuon-new {
  background-position: 0 -202px;
}
.icon-navigation-file {
  background-position: -90px -167px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-public-resource {
  background-position: -160px -575px;
}
.icon-own-resource {
  background-position: 0px -575px;
}
.icon-all-resource {
  background-position: -380px -575px;
}
.icon-rubbish {
  background-position: -140px -575px;
}
/*btn*/
[class^="pictures-"],
[class*=" pictures-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: text-top;
  background-image: url(../../images/public/picture.png);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="pictures-"]:last-child {
  *margin-left: 0;
}
[class*=" pictures-"]:last-child {
  *margin-left: 0;
}
/*modal*/
.pictures-details-close {
  background-position: -80px 0;
  width: 14px;
  height: 14px;
}
.pictures-details-open {
  background-position: -100px 0;
  width: 14px;
  height: 14px;
}
.pictures-details-none {
  background-position: -120px 0;
  width: 14px;
  height: 14px;
}
.pictures-date-down {
  background-position: 0px -20px;
  width: 18px;
  height: 14px;
}
.pictures-date-up {
  background-position: -20px -20px;
  width: 18px;
  height: 14px;
}
.pictures-name-up {
  background-position: -40px -20px;
  width: 18px;
  height: 14px;
}
.pictures-name-down {
  background-position: -60px -20px;
  width: 18px;
  height: 14px;
}
.pictures-file-up {
  background-position: -80px -20px;
  width: 18px;
  height: 14px;
}
.pictures-file-down {
  background-position: -100px -20px;
  width: 18px;
  height: 14px;
}
.pictures-sort {
  background-position: -120px -20px;
  width: 18px;
  height: 14px;
}
.pictures-sitemap {
  background-position: -140px -20px;
  width: 16px;
  height: 14px;
}
.pictures-users {
  background-position: -160px -20px;
  width: 16px;
  height: 14px;
}
.pictures-user {
  background-position: -180px -20px;
  width: 16px;
  height: 14px;
}
.pictures-del-template {
  background-position: -200px -20px;
  width: 14px;
  height: 14px;
}
.pictures-add-template {
  background-position: -220px -20px;
  width: 14px;
  height: 14px;
}
/*button*/
.pictures-save {
  background-position: 0px -74px;
  height: 14px;
  width: 14px;
}
.pictures-save-next {
  background-position: -20px -74px;
  height: 14px;
  width: 14px;
}
.pictures-return {
  background-position: -40px -74px;
  height: 14px;
  width: 14px;
}
.catelog-group-btn .pictures-save,
.catelog-group-btn .pictures-save-next,
.catelog-group-btn .pictures-return {
  height: 14px;
  width: 14px;
}
.pictures-slide {
  background-position: -60px -74px;
  width: 14px;
  height: 14px;
}
.pictures-video {
  background-position: -80px -74px;
  width: 14px;
  height: 14px;
}
.pictures-ppt {
  background-position: -100px -74px;
  width: 16px;
  height: 14px;
}
.pictures-xunlei-logo {
  background-position: -180px -70px;
  width: 16px;
  height: 16px;
}
.pictures-xunlei-download {
  background-position: -200px -70px;
  width: 16px;
  height: 16px;
}
/*check-red*/
.pictures-check-red {
  background-position: 0px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-check-no {
  background-position: -30px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-check-edit {
  background-position: -60px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-check-red1 {
  background-position: -90px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-info-up {
  background-position: -120px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-info-down {
  background-position: -160px -90px;
  width: 30px !important;
  height: 30px;
}
.pictures-edit-no {
  background-position: -198px -90px;
  width: 24px !important;
  height: 29px;
}
.pictures-hint {
  background-position: 0px -120px;
}
.pictures-owner-task {
  background-position: -60px -120px;
}
/*my-evias-tree*/
.pictures-owner-download {
  background-position: -40px -120px;
}
.pictures-owner-password {
  background-position: -80px -120px;
}
.pictures-owner-message {
  background-position: -20px -120px;
}
.pictures-owner-task-list {
  background-position: -100px -120px;
}
.pictures-owner-download-list {
  background-position: -120px -120px;
}
/*system*/
.pictures-system-configure {
  background-position: -140px -120px;
}
.pictures-owner-manage {
  background-position: -160px -120px;
}
.pictures-task-manage {
  background-position: -180px -120px;
}
.pictures-work-manage {
  background-position: -200px -120px;
}
.pictures-system-manage {
  background-position: -220px -120px;
}
/*file-style*/
.pictures-file-access {
  background-position: 0px -140px;
}
.pictures-file-chm {
  background-position: -20px -140px;
}
.pictures-file-html {
  background-position: -40px -140px;
}
.pictures-file-folder {
  background-position: -60px -140px;
}
.pictures-file-flash {
  background-position: -80px -140px;
}
.pictures-file-doc {
  background-position: -100px -140px;
}
.pictures-file-xls {
  background-position: -120px -140px;
}
.pictures-file-video {
  background-position: -140px -140px;
}
.pictures-file-undefinds {
  background-position: -160px -140px;
}
.pictures-file-txt {
  background-position: -180px -140px;
}
.pictures-file-resource {
  background-position: -200px -140px;
}
.pictures-file-ppt {
  background-position: -220px -140px;
}
.pictures-file-pdf {
  background-position: -240px -140px;
}
.pictures-file-music {
  background-position: -260px -140px;
}
.pictures-file-image {
  background-position: -280px -140px;
}
.pictures-chevron-down {
  background-position: -300px -140px;
}
.pictures-table {
  width: 15px;
  height: 14px;
  background-position: -320px -142px;
}
.pictures-right {
  width: 15px;
  height: 14px;
  background-position: -340px -142px;
}
/*圆形、方块*/
.pictures-circle {
  background-position: 0px -160px;
}
.pictures-square {
  background-position: -20px -160px;
}
/*
/*翻转图标*/
.pictures-control-left {
  background-position: -193px -170px;
  width: 42px;
  height: 42px;
}
.pictures-control-right {
  background-position: -237px -170px;
  width: 42px;
  height: 42px;
}
.pictures-control-zoomin {
  background-position: -129px -180px;
  width: 32px;
  height: 32px;
}
.pictures-control-zoomout {
  background-position: -161px -180px;
  width: 32px;
  height: 32px;
}
.pictures-rotate-left {
  background-position: -97px -180px;
  width: 32px;
  height: 32px;
}
.pictures-rotate-right {
  background-position: -63px -180px;
  width: 32px;
  height: 32px;
}
.pictures-full-screen {
  background-position: -33px -180px;
  width: 32px;
  height: 32px;
}
.pictures-viewer-restore {
  background-position: 0px -180px;
  width: 32px;
  height: 32px;
}
.pictures-advent {
  background-position: -300px -175px;
  width: 37px !important;
  height: 37px;
}
.pictures-advent-disable {
  background-position: -340px -175px;
  width: 37px !important;
  height: 37px;
}
/*
    空白图标
*/
.pictures-tree-empty {
  background-position: -300px 0;
  width: 14px;
  height: 14px;
}
.pictures-ranking-1 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: 0 -220px;
}
.pictures-ranking-2 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -40px -220px;
}
.pictures-ranking-3 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -80px -220px;
}
.pictures-ranking-4 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -120px -220px;
}
.pictures-ranking-5 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -160px -220px;
}
.pictures-ranking-6 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -200px -220px;
}
.pictures-ranking-7 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -240px -220px;
}
.pictures-ranking-8 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -280px -220px;
}
.pictures-ranking-9 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -320px -220px;
}
.pictures-ranking-10 {
  width: 37px;
  height: 36px;
  vertical-align: top;
  background-position: -360px -220px;
}
.pictures-resource-folder {
  width: 90px;
  height: 86px;
  background-position: -500px -30px;
}
.pictures-resource-share {
  width: 78px;
  height: 88px;
  background-position: -500px -120px;
}
.pictures-resource-heart {
  width: 83px;
  height: 83px;
  background-position: -500px -220px;
}
.pictures-resource-cart {
  width: 105px;
  height: 82px;
  background-position: -488px -310px;
}
/*
    页码
*/
.main-page {
  text-align: left;
  clear: both;
  margin-top: 15px;
}
.main-page .pagination {
  margin: 0;
  float: right;
}
.main-page .pagination li a,
.main-page .pagination li span {
  color: #666;
  padding: 4px 10px 5px;
  font-size: 12px;
}
.main-page .pagination .active a {
  color: #45b5e9;
}
.main-page .pagination .active a:hover {
  color: #45b5e9;
}
.main-page ul {
  vertical-align: top;
}
.main-page p {
  float: left;
}
.main-page .page-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0;
  float: right;
}
.main-page .page-button .input-mini {
  width: 20px;
  float: left;
  font-size: 12px;
  line-height: normal;
  color: #666;
  padding: 4px 10px 5px;
  height: 28px;
}
.main-page .page-button input {
  margin-bottom: 0px;
}
.main-page .page-button .page-number,
.main-page .page-button .page-text {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0 4px 0 8px;
  width: auto;
  background: none;
  float: left;
  font-size: 12px;
}
.main-page .page-button .page-text {
  float: none;
}
.main-page .page-button .goto-page {
  margin-top: 0px;
  font-size: 12px;
  color: #666;
  padding: 4px 10px 5px;
}
.main-page .page-info {
  float: none;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
}
.main-page .page-info .form-control .select2-choice {
  border: 1px solid #cfcfcf !important;
  font-size: 12px;
  padding: 0 6px;
  height: 26px;
}
.main-page .page-info .form-control .select2-choice .select2-arrow {
  border: 0px;
  top: -5px;
  width: 20px;
}
.main-page .page-info .form-control .select2-choice .select2-chosen {
  margin-right: 14px;
}
.main-page .page-info input[disabled] {
  background-color: #fff !important;
}
.main-page .page-info .page-text {
  display: inline-block;
  float: left;
  height: 27px;
  line-height: 27px;
  margin: 0 4px;
  width: auto;
  font-size: 12px;
  background: none;
}
.main-page .page-info .btn-group .btn-default {
  border-color: #fff;
  padding: 6px 0;
}
.main-page .page-info .btn-group .btn-default:hover,
.main-page .page-info .btn-group .btn-default:focus {
  background: #fff;
}
.main-page .page-info .btn-group .dropdown-menu li {
  text-align: left;
}
.main-page .page-info .page-size-select {
  margin-bottom: 0px;
  width: 60px;
  height: 26px;
  text-align: left;
  float: left;
  padding: 2px 2px 2px 6px;
  border: 1px solid #e5e5e5;
}
.main-page .page-info .page-size-select .selectpicker {
  padding: 0;
}
.main-page .page-info .page-size-select .filter-option {
  left: 3px;
}
.main-page .page-info .page-size-select .btn {
  font-size: 12px;
}
.main-page .page-info .page-size-select .btn .caret {
  top: 58%;
}
.main-page .page-info .page-size-select .btn-default:hover,
.main-page .page-info .page-size-select .btn-default:focus,
.main-page .page-info .page-size-select .btn-default:active {
  background-color: #fff;
}
.page-info .btn-default:hover,
.page-info .btn-default:focus,
.page-info .btn-default:active,
.page-info .btn-default.active,
.page-info .open .dropdown-toggle.btn-default {
  background-color: #fff;
}
.select2-drop-active {
  border: 1px solid #ddd !important;
}
.select2-drop-active .select2-choice {
  border: 0px;
}
.select2-drop-active .select2-results {
  margin: 0px;
  padding: 0px;
}
.select2-drop-active .select2-results .select2-result-label {
  font-size: 12px;
  color: #666;
}
.header.navbar {
  border: 0 none;
  box-shadow: none;
  height: auto;
  margin: 0;
  width: 100%;
  background-image: none !important;
  filter: none !important;
  color: #999;
}
.header.navbar .navbar-brand {
  display: inline-block;
  height: 42px;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  margin: 0;
  width: auto;
}
.header.navbar .navbar-brand:hover {
  color: #3aa2dd;
}
.header.navbar .row .navbar-brand {
  padding-left: 20px !important;
}
.header.navbar .navbar-nav {
  margin-right: 0;
}
.header.navbar .navbar-brand-text {
  height: 76px;
  line-height: 64px;
  font-size: 20px;
}
.header.navbar .classified-index-info {
  position: absolute;
  top: 0;
  left: 225px;
}
.header.navbar .hor-menu {
  float: left;
  margin: 0;
}
.header.navbar .hor-menu ul.nav li a {
  font-size: 16px;
  position: relative;
}
.header.navbar .hor-menu ul.nav li a .badge {
  position: absolute;
  right: 8px;
  top: 8px;
}
.header.navbar .hor-menu ul.nav li .classified-index {
  font-size: 14px;
  padding-top: 24px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu {
  min-width: 200px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a {
  padding: 4px 18px !important;
  font-size: 12px;
  word-break: break-all;
  display: inline-block;
  width: 100%;
  white-space: normal;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a .text {
  display: inline-block;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus {
  cursor: default;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover .text,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus .text {
  display: inline-block;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover .text:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus .text:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover .text:focus,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus .text:focus {
  cursor: pointer;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover .index-item:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus .index-item:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:hover .index-item:focus,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu li a:focus .index-item:focus {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu .dropdown-menu-more-info {
  width: 480px;
  padding: 10px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu .dropdown-menu-more-info a {
  display: inline-block;
  padding: 0 5px 0 8px !important;
  margin-bottom: 5px;
  border-left: 1px solid #444;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu .dropdown-menu-more-info a:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .dropdown-menu .dropdown-menu-more-info a:focus {
  background: transparent;
  color: #fff;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems {
  min-width: 428px;
  margin-left: 200px;
  min-height: 180px;
  border-left: 1px solid #555454;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems a {
  font-size: 12px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dl {
  margin-bottom: 0;
  overflow: auto;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dt {
  float: left;
  width: 100px;
  text-align: right;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dt span {
  display: inline-block;
  margin-left: 6px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dt a:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dt a:focus {
  color: #fff;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd {
  margin-left: 110px;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd a {
  border-left: 1px solid #555454;
  margin: 4px 10px 4px 0;
  padding-left: 10px;
  display: inline-block;
}
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd a:hover .index-item:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd a:focus .index-item:hover,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd a:hover .index-item:focus,
.header.navbar .hor-menu ul.nav .classic-menu-dropdown .subitems dd a:focus .index-item:focus {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
}
.header.navbar .hor-menu ul.nav .last .nav-info {
  font-size: 14px;
  width: 300px;
  font-family: "Microsoft Yahei", Arial, sans-serif;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  padding: 11px 24px;
  color: #e15f00;
}
.header.navbar .hor-menu ul.nav .last .nav-info:hover,
.header.navbar .hor-menu ul.nav .last .nav-info:focus {
  background: transparent;
  color: #e15f00 !important;
  text-decoration: underline;
}
.header.navbar .hor-menu ul.nav .last:hover {
  background: transparent;
}
.header.navbar .hor-menu ul.nav .last:focus {
  background: transparent;
}
/***
Hor menu
***/
.header.navbar .hor-menu .hor-menu-search-form-toggler {
  background: url("../assets/img/hor-menu-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  padding: 12px 22px !important;
}
.header .hor-menu .hor-menu-search-form-toggler.off {
  background: url("../assets/img/hor-menu-search-close.png") no-repeat scroll center center #383838;
}
.header .hor-menu .search-form .btn {
  background: url("../assets/img/search-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  color: #999999;
}
.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle .username {
  color: #DDDDDD;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav li.active > a,
.header .navbar-nav li.active:hover > a {
  border-top: 0 solid #0DA3E2 !important;
  color: #fff !important;
}
/*
    针对下拉菜单样式统一定义
*/
.navbar .nav li .dropdown-menu {
  border: 1px solid #ddd;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.navbar .nav li .dropdown-menu li {
  border-bottom: 0px;
}
.navbar .nav li .dropdown-menu li a {
  padding: 6px 13px !important;
  color: #333 !important;
  display: block;
  margin-right: 0;
  float: none;
}
.navbar .nav li .dropdown-menu li a:hover {
  background: #eee !important;
}
.navbar .nav li .dropdown-menu li a i {
  display: inline-block;
  margin-right: 4px;
}
.navbar .nav li .dropdown-menu li a .badge {
  right: 5px;
  position: absolute;
}
/*
    head元素定义
*/
.header.navbar .hor-menu .dropdown-menu li a {
  color: #999;
}
.header.navbar .hor-menu .search-form {
  background: #383838;
}
.header.navbar .hor-menu .search-form form input {
  color: #999;
}
.header.navbar .hor-menu .search-form form input:-webkit-input-placeholder {
  color: #999;
}
.header.navbar .hor-menu .search-form form input:-moz-placeholder {
  color: #999;
}
.header.navbar .hor-menu .search-form form input:-ms-input-placeholder {
  color: #999;
}
.header.navbar .header-inner {
  padding: 0px;
}
.header.navbar .header-inner .navbar-brand {
  width: 225px;
  padding-top: 0px\0;
}
.header.navbar .header-inner .navbar-brand .img-responsive {
  max-height: 30px;
  max-width: 194px;
  display: inline-block;
  margin: 0;
  margin-left: 0 !important;
}
.header.navbar .header-inner .navbar-brand .logo {
  margin-left: 20px !important;
}
.header.navbar .header-inner .navbar-brand .text {
  margin-left: 20px;
}
.header.navbar .header-inner .navbar-nav {
  margin: 0;
}
.header.navbar .header-inner .navbar-nav .user .dropdown-toggle {
  display: inline-block;
}
.header.navbar .header-inner .navbar-nav .dropdown {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header.navbar .header-inner .navbar-nav .dropdown .dropdown-menu li {
  padding: 0px !important;
}
.header.navbar .header-inner .navbar-nav .dropdown .dropdown-menu li a i {
  font-size: 13px;
  margin-right: 4px;
}
.header.navbar .header-inner .navbar-nav .dropdown .dropdown-menu li:focus {
  background: transparent;
}
.header.navbar .header-inner .navbar-nav .dropdown .dropdown-menu li:focus:hover {
  background: transparent;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content {
  padding: 20px 0 0 20px;
  min-width: 644px;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .fa-question-circle,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .fa-plus-square {
  display: none;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .application-app {
  margin-top: 0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-1,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-1,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-1,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-1,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-3,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-3,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-3,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-3,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-4,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-4,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-4,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-4,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-5,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-5,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-5,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-5,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-6,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-6,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-6,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-6,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-7,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-7,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-7,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-7,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-8,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-8,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-8,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-8,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-9,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-9,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-9,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-9,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-10,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-10,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-10,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-10,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-11,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-11,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-11,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-11,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-xs-12,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-sm-12,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-md-12,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .col-lg-12 {
  padding: 0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .portlet {
  height: auto;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .column {
  min-height: auto;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content a {
  border-radius: 8px !important;
  display: inline-block;
  float: left;
  height: 72px;
  text-align: center;
  width: 72px;
  padding-top: 10px !important;
  margin: 0 20px 20px 0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content a i {
  color: #fff;
  font-size: 26px;
  width: auto !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content a .app-pic {
  margin-top: 0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content a h2 {
  font-size: 14px;
  color: #fff;
  margin: 4px 0 0 0;
  line-height: 1.3;
  width: 68px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content a:hover {
  background: #f6f5f5;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine {
  background: none repeat scroll 0 0 #8f8f8f;
  border: 2px solid rgba(143, 143, 143, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:hover,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:focus {
  border: 2px solid #8f8f8f !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:hover i,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:focus i {
  color: #fff !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:hover h2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-a.appOffLine:focus h2 {
  color: #fff !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1 {
  background: none repeat scroll 0 0 #c66964;
  border: 2px solid rgba(198, 105, 100, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1:hover {
  border: 2px solid #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1:hover i {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1:hover h2 {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2 {
  background: none repeat scroll 0 0 #ff971e;
  border: 2px solid rgba(255, 151, 30, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2:hover {
  border: 2px solid #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2:hover i {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2:hover h2 {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3 {
  background: none repeat scroll 0 0 #b352a3;
  border: 2px solid rgba(179, 82, 163, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3:hover {
  border: 2px solid #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3:hover i {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3:hover h2 {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4 {
  background: none repeat scroll 0 0 #6a75d1;
  border: 2px solid rgba(106, 117, 209, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4:hover {
  border: 2px solid #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4:hover i {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4:hover h2 {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5 {
  background: #7f638c;
  border: 2px solid rgba(127, 99, 140, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5:hover {
  border: 2px solid #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5:hover i {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5:hover h2 {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6 {
  background: #55abdc;
  border: 2px solid rgba(85, 171, 220, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6:hover {
  border: 2px solid #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6:hover i {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6:hover h2 {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7 {
  background: #6d882a;
  border: 2px solid rgba(109, 136, 42, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7:hover {
  border: 2px solid #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7:hover i {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7:hover h2 {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active {
  background: #ecb729;
  border: 2px solid rgba(236, 183, 41, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8:hover,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover {
  border: 2px solid #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8:hover i,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover i {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8:hover h2,
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover h2 {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9 {
  background: #a0c750;
  border: 4px solid rgba(160, 199, 80, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9:hover {
  border: 4px solid #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9:hover i {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9:hover h2 {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10 {
  background: #63c53c;
  border: 2px solid rgba(99, 197, 60, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10:hover {
  border: 2px solid #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10:hover i {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10:hover h2 {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11 {
  background: #2c9489;
  border: 2px solid rgba(44, 148, 137, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11:hover {
  border: 2px solid #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11:hover i {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11:hover h2 {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12 {
  background: #ff6464;
  border: 2px solid rgba(255, 100, 100, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12:hover {
  border: 2px solid #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12:hover i {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12:hover h2 {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13 {
  background: #3266cc;
  border: 2px solid rgba(50, 102, 204, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13:hover {
  border: 2px solid #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13:hover i {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13:hover h2 {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14 {
  background: #b6b80f;
  border: 2px solid rgba(182, 184, 15, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14:hover {
  border: 2px solid #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14:hover i {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14:hover h2 {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15 {
  background: #9c1c80;
  border: 2px solid rgba(156, 28, 128, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15:hover {
  border: 2px solid #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15:hover i {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15:hover h2 {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16 {
  background: #3498db;
  border: 2px solid rgba(52, 152, 219, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16:hover {
  border: 2px solid #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16:hover i {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16:hover h2 {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17 {
  background: #ed87c0;
  border: 2px solid rgba(237, 135, 192, 0);
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17:hover {
  border: 2px solid #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17:hover i {
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17:hover h2 {
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active {
  background: #f6f5f5;
  color: #C66964 ;
  border: 2px solid #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active i {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active h2 {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active:hover {
  border: 2px solid #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active:hover i {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-1.active:hover h2 {
  color: #C66964;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active {
  background: #f6f5f5;
  border: 2px solid #D98B30;
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active i {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active h2 {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active:hover {
  border: 2px solid #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active:hover i {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-2.active:hover h2 {
  color: #D98B30;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active {
  background: #f6f5f5;
  border: 2px solid #B352A3;
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active i {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active h2 {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active:hover {
  border: 2px solid #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active:hover i {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-3.active:hover h2 {
  color: #B352A3;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active {
  background: #f6f5f5;
  border: 2px solid #6A75D1;
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active i {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active h2 {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active:hover {
  border: 2px solid #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active:hover i {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-4.active:hover h2 {
  color: #6A75D1;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active {
  background: #f6f5f5;
  color: #796483;
  border: 2px solid #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active i {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active h2 {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active:hover {
  border: 2px solid #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active:hover i {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-5.active:hover h2 {
  color: #796483;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active {
  background: #f6f5f5;
  border: 2px solid #64AEDE;
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active i {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active h2 {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active:hover {
  border: 2px solid #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active:hover i {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-6.active:hover h2 {
  color: #64AEDE;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active {
  background: #f6f5f5;
  border: 2px solid #79904A;
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active i {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active h2 {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active:hover {
  border: 2px solid #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active:hover i {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-7.active:hover h2 {
  color: #79904A;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active {
  background: #f6f5f5;
  color: #DDB64F;
  border: 2px solid #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active i {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active h2 {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover {
  border: 2px solid #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover i {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-8.active:hover h2 {
  color: #DDB64F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active {
  background: #f6f5f5;
  border: 4px solid #A1C16E;
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active i {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active h2 {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active:hover {
  border: 4px solid #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active:hover i {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-9.active:hover h2 {
  color: #A1C16E;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active {
  background: #f6f5f5;
  border: 2px solid #63C53C;
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active i {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active h2 {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active:hover {
  border: 2px solid #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active:hover i {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-10.active:hover h2 {
  color: #63C53C;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active {
  background: #2c9489;
  border: 2px solid #2C9489;
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active i {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active h2 {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active:hover {
  border: 2px solid #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active:hover i {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-11.active:hover h2 {
  color: #2C9489;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active {
  background: #f6f5f5;
  border: 2px solid #FF6464;
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active i {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active h2 {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active:hover {
  border: 2px solid #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active:hover i {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-12.active:hover h2 {
  color: #FF6464;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active {
  background: #f6f5f5;
  border: 2px solid #3266CC;
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active i {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active h2 {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active:hover {
  border: 2px solid #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active:hover i {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-13.active:hover h2 {
  color: #3266CC;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active {
  background: #f6f5f5;
  border: 2px solid #B6B80F;
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active i {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active h2 {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active:hover {
  border: 2px solid #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active:hover i {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-14.active:hover h2 {
  color: #B6B80F;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active {
  background: #f6f5f5;
  color: #9C1C80;
  border: 2px solid #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active i {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active h2 {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active:hover {
  border: 2px solid #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active:hover i {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-15.active:hover h2 {
  color: #9C1C80;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active {
  background: #f6f5f5;
  border: 2px solid #3498DB;
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active i {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active h2 {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active:hover {
  border: 2px solid #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active:hover i {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-16.active:hover h2 {
  color: #3498DB;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active {
  background: #f6f5f5;
  border: 2px solid #ED87C0;
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active i {
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active h2 {
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active:hover {
  border: 2px solid #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active:hover i {
  color: #ED87C0;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .app-pic-content .app-17.active:hover h2 {
  color: #ED87C0;
}
.header.navbar .header-inner .nav-user-double .user .dropdown-toggle {
  padding-top: 27px! important;
  padding-bottom: 13px! important;
}
.header.navbar .header-inner .nav-user-double .d-nav-user a {
  padding-top: 25px;
}
/*
   head-search
*/
.d-hor-menu {
  float: none !important;
}
.d-hor-menu .nav a {
  display: inline-block;
}
.d-hor-menu .text-nav {
  color: #676464;
  float: left;
  margin-left: 3px;
}
.d-hor-menu .text-nav a {
  display: inline-block;
  padding: 6px 10px;
  border-bottom: 3px solid #fff;
  border-bottom-color: transparent;
  font-size: 14px;
  color: #cdcdcd;
}
.d-hor-menu .text-nav a:hover {
  text-decoration: none;
  color: #3aa2dd;
}
.d-hor-menu .text-nav .select {
  color: #3aa2dd;
}
.d-hor-menu .text-nav .select:hover {
  color: #3aa2dd;
}
.d-hor-menu .text-nav .btn-group {
  margin-top: -4px;
  width: 36px;
}
.d-hor-menu .text-nav .btn-group a {
  display: block;
}
.d-hor-menu .text-nav .btn-group .dropdown-toggle {
  padding: 0 10px;
  display: inline-block;
}
.d-hor-menu .text-nav .btn-group .select {
  color: #3aa2dd;
}
.d-hor-menu .text-nav .btn-group .select:hover {
  color: #fff;
}
.d-hor-menu .input-group {
  margin: 4px 0;
}
.d-hor-menu .input-group .form-control {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 17px 0 0 17px !important;
  -moz-border-radius: 17px 0 0 17px !important;
  border-radius: 17px 0 0 17px !important;
  color: #999;
}
.d-hor-menu .input-group .input-group-addon {
  background-color: #4d4f54;
  border: 1px solid #4d4f54;
  -webkit-border-radius: 0 17px 17px 0 !important;
  -moz-border-radius: 0 17px 17px 0 !important;
  border-radius: 0 17px 17px 0 !important;
}
.d-hor-menu .input-group .input-group-addon i {
  font-size: 20px;
}
.d-hor-menu .input-group .input-group-addon:hover {
  cursor: pointer;
}
.d-hor-menu .input-group .input-search-text {
  display: inline-block;
  color: #999;
  float: left;
  margin-left: 10px;
  height: 34px;
  line-height: 34px;
}
.d-hor-menu .search-style-group {
  margin: 4px 0 0 0;
}
.d-hor-menu .search-style-group .form-control {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  border-radius: 17px !important;
  color: #999;
}
.d-hor-menu .search-style-group .input-group-addon {
  -webkit-border-radius: 0 17px 17px 0 !important;
  -moz-border-radius: 0 17px 17px 0 !important;
  border-radius: 0 17px 17px 0 !important;
  background-color: #ecf0f3;
  border-color: #ecf0f3;
  color: #333;
}
.d-hor-menu .search-style-group .input-group-addon i {
  font-size: 20px;
}
.d-hor-menu .search-style-group .input-group-addon:hover {
  cursor: pointer;
}
.d-hor-menu .search-style-group .line {
  display: table-cell;
  width: 6px;
}
.d-hor-menu .search-style-group .input-group-addon-left {
  -webkit-border-radius: 17px 0 0 17px !important;
  -moz-border-radius: 17px 0 0 17px !important;
  border-radius: 17px 0 0 17px !important;
  margin-left: 6px;
}
.d-hor-menu .search-style-group .input-group-addon-right {
  -webkit-border-radius: 0 17px 17px 0 !important;
  -moz-border-radius: 0 17px 17px 0 !important;
  border-radius: 0 17px 17px 0 !important;
}
.d-hor-menu .search-style-group .selected {
  background-color: #45b5e9;
  border: 1px solid #45b5e9;
  color: #fff;
}
.d-hor-menu .search-style-group .selected:hover {
  cursor: pointer;
}
.d-hor-menu .hot {
  margin-top: 10px;
  font-family: "Microsoft Yahei";
}
.d-hor-menu .hot span {
  color: #CDCDCD;
  margin-right: 10px;
}
.d-hor-menu .hot a {
  display: inline-block;
  margin-right: 14px;
  color: #CDCDCD;
}
.d-hor-menu .hot a:hover {
  color: #CF2810;
  text-decoration: none;
}
.d-hor-menu .hot .select {
  color: #CF2810;
}
.head-search {
  margin: 7px 10px 0 0;
  position: relative;
  display: block\0;
  float: left\0;
}
.head-search .form-control {
  -moz-border-radius: 20px !important;
  /* Gecko browsers */
  -webkit-border-radius: 20px !important;
  /* Webkit browsers */
  border-radius: 20px !important;
  /* W3C syntax */
  width: 168px;
  height: 28px;
  font-size: 12px;
}
.head-search .search-more {
  position: absolute;
  top: 1px;
  right: 20px;
  z-index: 2;
}
.head-search .search-more i {
  color: #5E5E5E;
}
.head-search .search-more:hover {
  cursor: pointer;
}
.head-search .input-group-btn {
  position: absolute;
  right: 23px;
  top: -5px;
  z-index: 2;
}
.head-search .input-group-btn .theme-btn {
  background: transparent;
  padding: 0;
  margin-top: 9px;
}
.head-search .input-group-btn .theme-btn i {
  font-size: 14px;
  color: #a1a1a1;
}
.d-page-container {
  margin-top: 42px;
}
.d-page-container .result .result-text {
  width: 141px;
}
.d-page-container .result .result-text input[type="checkbox"] {
  padding-left: 0px\0;
}
.d-page-container .result .result-text input[type="radio"] {
  padding-left: 0px\0;
}
.d-page-container .foundicon-website {
  margin: 0 13px 0 2px;
  height: 15px;
}
.d-header .header-inner {
  margin-bottom: 0;
}
.d-header .header-inner .navbar-nav {
  padding: 0;
}
.d-header .header-inner .user a {
  padding-top: 11px !important;
}
.d-header .header-inner .user a img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
}
.d-header .header-inner .d-nav-user {
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
}
.d-header .header-inner .d-nav-user a {
  color: #cdcdcd;
  margin-right: 10px;
  float: left;
  padding: 12px 0 0 6px;
  line-height: normal;
}
.d-header .header-inner .d-nav-user a:hover,
.d-header .header-inner .d-nav-user a:focus {
  text-decoration: none;
  background: transparent !important;
}
.d-header .header-inner .d-nav-user a .blue,
.d-header .header-inner .d-nav-user a .orange {
  display: inline-block;
  background: #5BB6E2 ;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-shadow: none;
  height: 18px;
  padding: 3px 6px 3px 6px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  margin-left: 4px;
  line-height: 10px;
}
.d-header .header-inner .d-nav-user a .orange {
  background: #FBB321;
}
.d-header .header-inner .d-nav-pool a {
  padding: 0px;
  color: #999;
  margin: 4px 20px 0 20px;
  display: inline-block;
  text-align: center;
}
.d-header .header-inner .d-nav-pool a i {
  display: block;
  width: auto;
  font-size: 17px;
}
.d-header .header-inner .d-nav-pool a:hover {
  background: transparent;
  color: #fff;
}
.d-header .header-inner .d-nav-pool .select {
  color: #fff;
}
.d-header .header-inner .d-nav-pool .select:hover {
  background: transparent;
  color: #fff;
}
.d-header .header-inner .d-nav-pool .last {
  margin-right: 0px;
}
/*应门首页导航*/
.header-application {
  background-color: transparent !important;
}
.header-application .d-header-inner .d-nav-user a {
  color: #666;
}
.header-application .d-header-inner .d-nav-user a:hover {
  color: #666 !important;
}
.header-application .navbar-nav .dropdown-toggle:hover {
  background: transparent !important;
}
.header-application .navbar-nav .dropdown-toggle:focus {
  background: transparent !important;
}
.header-application .navbar-nav .dropdown.open .dropdown-toggle {
  background: transparent !important;
}
.header-application .navbar-nav li.dropdown .dropdown-toggle {
  padding: 10px 10px 7px;
  color: #666;
}
.header-application .navbar-nav li.dropdown .dropdown-toggle .username {
  color: #666 !important;
}
.header-application .navbar-nav li.dropdown .dropdown-toggle i {
  color: #666 !important;
}
.header-application .navbar-nav li.dropdown .dropdown-toggle:hover {
  background: transparent !important;
}
.header-application .navbar-nav li.dropdown .dropdown-toggle:focus {
  background: transparent !important;
}
.header-application .navbar-nav .open {
  background: transparent !important;
}
.header-application .navbar-nav .open:hover {
  background: transparent !important;
}
.header-application .navbar-nav .open:hover,
.header-application .navbar-nav .open:focus {
  background: transparent !important;
}
.header-application .navbar-nav .open .dropdown-toggle {
  background: transparent !important;
}
.header-application .navbar-nav .open .dropdown-toggle:hover {
  background: transparent !important;
}
.header-application .navbar-nav .open .dropdown-toggle:focus {
  background: transparent !important;
}
.application .text-center img {
  max-width: 600px;
  max-height: 84px;
}
.application .nav-search .input-group {
  border: 1px solid #fff;
}
.application .nav-search .form-control {
  background: #fff;
  border-color: #fff;
}
.application .nav-search .input-group-addon {
  background: #fff;
  margin-left: 0px;
  border-color: #fff;
}
.application .nav-search .input-group-addon .fa {
  color: #999;
  font-size: 18px;
}
.ie8 .header.navbar .d-header-inner .navbar-nav li {
  margin-top: -2px;
  display: inline-block;
}
.ie8 .header.navbar .navbar-nav {
  margin: 0px;
}
.ie8 .header.navbar .pull-right .head-search {
  display: inline-block;
}
.ie8 .header.navbar .pull-right li {
  display: inline;
}
.ie8 .header.navbar .pull-right li.dropdown.user .dropdown-toggle {
  display: inline-block;
}
.ie8 .header .hor-menu .dropdown-menu li:hover > a,
.ie8 .header .hor-menu ul.nav li.active > a,
.ie8 .header .hor-menu ul.nav li.active > a:hover {
  background: #7A7A7A !important;
}
.page-header-double .header .navbar-brand-text {
  height: 76px;
  line-height: 64px;
  font-size: 20px;
}
.page-header-double .header .hor-menu ul.nav .classified-index {
  font-size: 14px;
  padding-top: 24px;
}
.page-header-double .header .navbar-nav .user .dropdown-toggle {
  padding-bottom: 13px !important;
}
.page-header-double .header .navbar-nav .d-nav-user a {
  padding-top: 25px;
}
.page-header-double .page-container {
  margin-top: 77px;
}
.page-header-double .page-container.d-page-container {
  margin-top: 77px;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user {
  text-align: left;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle {
  padding-top: 12px;
  padding-bottom: 10px;
}
.header.navbar .header-inner .nav-user-double .dropdown.d-nav-user .dropdown-toggle {
  padding-top: 25px;
}
.header.navbar .extended.notification {
  float: none !important;
}
.header.navbar .extended.notification .dropdown-menu-list a {
  color: #666;
  float: none;
  font-size: 14px;
  margin-right: 0;
}
.header.navbar .extended.notification .badge {
  float: right;
}
.alert {
  margin-bottom: 15px;
}
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-error h4 {
  color: #b94a48;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-container .notice-container {
    padding: 20px;
  }
  .container .detail-content {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1006px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-container .notice-container {
    padding: 20px 15px;
  }
  .container .detail-content {
    padding: 20px 15px;
  }
  .page-container .page-sidebar-wrapper .result .result-label {
    color: #333;
  }
  .page-container .page-sidebar-wrapper .sidebar-toggler {
    background-image: url(../../images/zycf/sidebar-toggler.svg);
  }
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu {
    background: #f6f6f6 !important;
  }
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu > li > a,
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu > li.open > a,
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu > li.open > a:hover,
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu > li:hover > a,
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu > li > a:hover {
    background: #f6f6f6 !important;
    color: #333 !important;
    border-top: transparent !important;
    font-weight: normal;
  }
  .page-container .page-sidebar-wrapper ul.page-sidebar-menu li a .arrow:before {
    color: #333 !important;
  }
  .page-container .page-sidebar-wrapper .jstree-default .jstree-anchor {
    color: #333 !important;
  }
  .page-container .page-sidebar-wrapper .jstree-default .jstree-clicked {
    background: #e1e1e1;
    color: #333 !important;
  }
  .page-container .page-sidebar-wrapper .jstree-default .jstree-hovered {
    background: #e1e1e1 !important;
  }
  .d-page-container .page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li .public-root-folder-btn,
  .d-page-container .page-sidebar-wrapper .page-sidebar li .cog-root-folder-btn,
  .d-page-container .page-sidebar-wrapper .page-sidebar li #add-root-favorite-folder-btn,
  .d-page-container .page-sidebar-wrapper .page-sidebar li #add-cart-folder-btn,
  .d-page-container .page-sidebar-wrapper .page-sidebar li .person-root-folder-btn {
    color: #333 !important;
  }
  .page-sidebar {
    position: fixed !important;
    background-color: #F6F6F6;
  }
  .container-fluid .detail-content {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .page-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container .page-container .notice-container {
    padding: 20px;
  }
  .container .detail-content {
    padding: 20px;
  }
  .container-fluid .detail-content {
    padding: 20px;
  }
}
.modal-dialog {
  margin: 100px auto;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.ie8 .col-md-12 {
  width: 100%;
  float: left;
}
.ie8 .col-md-11 {
  width: 91.66666667%;
  float: left;
}
.ie8 .col-md-10 {
  width: 83.33333333%;
  float: left;
}
.ie8 .col-md-9 {
  width: 75%;
  float: left;
}
.ie8 .col-md-8 {
  width: 66.66666667%;
  float: left;
}
.ie8 .col-md-7 {
  width: 58.33333333%;
  float: left;
}
.ie8 .col-md-6 {
  width: 50%;
  float: left;
}
.ie8 .col-md-5 {
  width: 41.66666667%;
  float: left;
}
.ie8 .col-md-4 {
  width: 33.33333333%;
  float: left;
}
.ie8 .col-md-3 {
  width: 25%;
  float: left;
}
.ie8 .col-md-2 {
  width: 16.66666667%;
  float: left;
}
.ie8 .col-md-1 {
  width: 8.33333333%;
  float: left;
}
p,
span {
  cursor: default;
}
p:hover,
span:hover {
  cursor: default;
}
.tag-orange {
  background: #d2a160 !important;
}
.tag-orange:hover {
  background: #d29a50 !important;
}
.tag-green {
  background: #98b65c !important;
}
.tag-green:hover {
  color: #91b647 !important;
}
.tag-blue {
  background: #70a2bf !important;
}
.tag-blue:hover {
  color: #4e97c1 !important;
}
.tag-purple {
  background: #bb8db6 !important;
}
.tag-purple:hover {
  background: #bb79b4 !important;
}
.tag-pink {
  background: #d9726d !important;
}
.tag-pink:hover {
  background: #d85851 !important;
}
.feeds .col1 .cont .cont-col2 .desc {
  color: #666;
}
.feeds .col2 .date {
  font-style: normal;
}
.vakata-context {
  z-index: 99;
}
.blueimp-gallery .close {
  width: 11px;
  height: 16px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0270d7;
}
.editable-click.text-danger,
a.editable-click.text-danger,
a.editable-click.text-danger:hover {
  text-decoration: none;
  border-bottom: dashed 1px #a94442;
}
.editable-click.text-success,
a.editable-click.text-success,
a.editable-click.text-success:hover {
  text-decoration: none;
  border-bottom: dashed 1px #3c763d;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.page-sidebar-menu .foundicon-website {
  margin: 0 11px 0 2px;
  height: 15px;
}
.banner ul li {
  position: relative;
}
.banner ul li:hover {
  cursor: pointer;
}
.carousel-picture .banner.has-dots {
  width: 100% !important;
  height: 100% !important;
}
.banner.has-dots {
  left: auto;
}
.banner.has-dots ul {
  margin-bottom: 0;
}
.banner.has-dots a {
  cursor: pointer;
}
.banner.has-dots .inner {
  padding: 0;
  bottom: 11px;
  position: absolute;
  width: 100%;
}
.banner.has-dots .inner .fold-break {
  width: 100%;
}
.banner.has-dots .inner .fold-break:hover,
.banner.has-dots .inner .fold-break:focus {
  cursor: pointer;
}
.bs-select.input-sm .btn.dropdown-toggle {
  padding: 4px 13px;
}
@media (min-width: 992px) {
  .page-content {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .page-content {
    min-height: 500px;
  }
  .form-horizontal .control-label {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .page-content {
    min-height: 500px;
  }
  .form-horizontal .control-label {
    text-align: right;
  }
}
.detail-content {
  background: none repeat scroll 0 0 #fff !important;
  min-height: 800px;
}
.modal-body {
  padding: 30px;
}
.page-content.page-content-iframe .tab-content .row {
  margin-left: -15px;
  margin-right: 0;
}
.page-content.page-content-iframe .form-horizontal .row {
  margin-left: 0;
  margin-right: 15px;
}
.form-horizontal .row {
  margin-left: 0;
  margin-right: 0;
}
/*
  定义fooer
*/
.footer {
  text-align: center;
}
.footer .footer-inner {
  float: none;
}
/*
    定义面包屑
*/
.page-breadcrumb > li + li:before {
  display: none;
}
.page-breadcrumb li:before {
  display: none;
}
.page-breadcrumb li i:hover,
.page-breadcrumb li .lsf:hover {
  cursor: pointer;
}
.page-breadcrumb li a {
  color: #666;
}
.page-breadcrumb li a:hover {
  color: #0270d7 !important;
}
.page-breadcrumb .operation-button {
  float: right;
}
.page-breadcrumb .operation-button .btn-group {
  margin-top: -5px;
}
.page-breadcrumb .operation-button .operation-text {
  display: inline-block;
  margin: -6px 0 0 6px;
  padding: 0;
  text-align: center;
}
.page-breadcrumb .operation-button .operation-text i {
  height: 12px;
}
.page-breadcrumb .operation-button .select {
  color: #0270d7;
}
/*
    定义工具栏
*/
.toolbar-group i {
  margin-right: 4px;
}
.toolbar-group .toolbar-left {
  float: left;
  margin-bottom: 14px;
}
.toolbar-group .toolbar-left .btn-group {
  margin-right: 4px;
}
.toolbar-group .toolbar-left .btn-group .btn-success i {
  color: #fff;
}
.toolbar-group .toolbar-left .glyphicon {
  height: 18px;
}
.toolbar-group .toolbar-left .dyicon-pushpin {
  display: inline-block;
  margin-top: 3px;
}
.toolbar-group .toolbar-right {
  float: right;
  margin-bottom: 14px;
}
.toolbar-group .toolbar-right i {
  margin-right: 0;
  font-size: 19px;
  color: #999;
}
.toolbar-group .toolbar-right .fa-trash-o {
  font-size: 14px;
  margin-right: 4px;
}
.toolbar-group .toolbar-right .btn-default i {
  color: #646464;
}
.toolbar-group .toolbar-right .btn-group {
  margin-right: 6px;
}
.toolbar-group .toolbar-right .btn-group label {
  margin-top: 0;
}
.toolbar-group .toolbar-right .d-view-close,
.toolbar-group .toolbar-right .d-view-open {
  background: transparent;
  padding: 0 3px 0 0;
  margin-top: -2px;
}
.toolbar-group .toolbar-right .custom-made-form li {
  margin-bottom: 0;
}
.toolbar-group .toolbar-right .custom-made-form .last {
  margin-right: 0;
}
.toolbar-group .toolbar-right .btn-group-sm {
  margin-right: 5px;
}
.toolbar-group .toolbar-right .btn-group-sm .btn {
  padding: 4px 0;
  margin-left: 6px;
}
.toolbar-group .toolbar-right .btn-group-sm .active i {
  color: #0270d7;
}
.toolbar-group .toolbar-right .dropdown-menu li a .color-fff {
  color: #fff !important;
}
.toolbar-group .toolbar-right .dropdown-menu li a .color-fff:hover {
  color: #eee !important;
}
.toolbar-group .toolbar-right .dropdown-menu li a:hover .color-fff {
  color: #eee !important;
}
@-moz-document url-prefix() {
  
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar-group .toolbar-right .preview-control-btn .fa:nth-of-type(1) {
    height: 18px;
    padding: 3px 0 5px;
    margin-right: 0px;
  }
}
/*
    轮播区域
*/
.view {
  list-style: none;
  position: relative;
  padding-left: 40px;
}
.view li {
  list-style: none;
  float: left;
  margin-right: 34px;
  position: relative;
}
.view li .view-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
}
.view li .view-img {
  position: relative;
  height: 90px;
  width: 160px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.view li .view-img img {
  max-width: 160px;
  max-height: 90px;
  width: 160px;
  height: 90px;
  object-fit: cover;
}
.view li .view-img .view-checkbox {
  left: -6px;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: -4px;
}
.view li .view-img .view-del {
  right: -6px;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: -4px;
}
.view li .view-img p {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  width: 160px;
  overflow: hidden;
}
.view li .view-img p a {
  display: inline-block;
  color: #fff;
}
.view li .view-img p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.view li .view-text p {
  padding: 8px 0;
  margin-bottom: 0px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 160px;
  text-align: left;
}
.view li .view-text p a {
  color: #999;
}
.view li .view-text p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.view li .view-text p .time {
  color: #555;
  display: block;
}
.view li .view-text p .time:hover {
  color: #0270d7;
}
.view li .view-text .last {
  padding-top: 4px;
  color: #999;
}
.view .view-left,
.view .view-right {
  display: inline-block;
  width: 30px;
  height: 90px;
  position: absolute;
  top: 0px;
  margin-right: 0px !important;
}
.view .view-left {
  background: url("../../images/public/view-left.png") no-repeat;
  left: 0;
}
.view .view-left:hover {
  background: url("../../images/public/view-left-hover.png") no-repeat;
}
.view .view-right {
  right: 0px;
  background: url("../../images/public/view-right.png") no-repeat;
}
.view .view-right:hover {
  background: url("../../images/public/view-right-hover.png") no-repeat;
}
.view .view-double-left,
.view .view-double-right {
  height: 293px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-position: 0 50px;
}
.view .view-double-left:hover,
.view .view-double-right:hover {
  background-repeat: no-repeat;
  background-color: #E8F6FC;
  background-position: 0 50px;
}
.view .view-double-left {
  left: 0;
  background-image: url("../../images/public/index-view-half-left.png");
}
.view .view-double-left:hover {
  background-image: url("../../images/public/index-view-half-left-hover.png");
}
.view .view-double-right {
  right: 0;
  background-image: url("../../images/public/index-view-half-right.png");
}
.view .view-double-right:hover {
  background-image: url("../../images/public/index-view-half-right-hover.png");
}
/*
   detail-tabs
*/
.distribute-tabbable-head .detail-tabs li a {
  font-size: 18px;
  color: #666;
  padding: 5px 15px;
}
.distribute-tabbable-head .detail-tabs li a:hover {
  color: #0270d7;
}
.distribute-tabbable-head .detail-tabs li:hover {
  border-top: 2px solid #f0f1f2;
  background: #fff;
  color: #666;
}
.distribute-tabbable-head .detail-tabs li:hover a {
  border: 1px solid  #f0f1f2;
  border-bottom-color: transparent;
}
.distribute-tabbable-head .detail-tabs li.active {
  border-top: 3px solid #0270d7;
}
.distribute-tabbable-head .detail-tabs li.active a {
  color: #0270d7;
}
.distribute-tabbable-head .detail-tabs li.active a:hover {
  color: #0270d7;
  cursor: pointer;
}
.distribute-tabbable-head .detail-tabs li.active a:focus {
  color: #0270d7;
  cursor: pointer;
}
.distribute-tabbable-head .detail-tabs li.active:hover a {
  color: #0270d7;
  cursor: pointer;
}
.distribute-tabbable-head .detail-tabs .dropdown .dropdown-menu {
  font-size: 14px;
}
.distribute-tabbable-head .detail-tabs .dropdown .dropdown-menu a {
  background: #fff;
  color: #666;
}
.distribute-tabbable-head .detail-tabs .dropdown .dropdown-menu a:hover {
  background: #ddd;
}
.distribute-tabbable-head .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
}
/*
    音乐
*/
.info-main-music .info-img img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.music-area {
  margin-top: 8px;
}
.music-area .name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 46px;
  background: #fff;
  border: 0px;
  display: inline-block;
  color: #666;
}
.music-area a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  border-radius: 17px !important;
  display: inline-block;
  margin-right: 10px;
}
.music-area a i {
  color: #a9a9a9;
}
.music-area a:hover i {
  color: #0270d7;
}
.music-area .start {
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  border-radius: 17px !important;
}
.music-area .select i {
  color: #0270d7;
}
.music-area .select:hover i {
  color: #0270d7;
}
.music-area span {
  display: inline-block;
  margin-right: 10px;
}
.music-area img {
  width: 44%;
}
.weibo-img {
  margin-top: 10px;
}
.weibo-img li {
  float: left;
  list-style: none outside none;
}
.weibo-img li img {
  max-height: 120px;
  max-width: 120px;
}
/*
    剧集类
*/
.detail-episode ul {
  list-style: none;
  padding: 0px;
}
.detail-episode ul li {
  list-style: none;
  float: left;
  width: 40px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 10px 0;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.detail-episode ul li:hover {
  background: #0270d7;
  border: 1px solid #0270d7;
  color: #fff;
  cursor: pointer;
}
.detail-episode ul .select {
  background: #0270d7;
  border: 1px solid #0270d7;
  color: #fff;
}
.detail-episode ul .select:hover {
  background: #0270d7;
  border: 1px solid #0270d7;
  color: #fff;
}
/*
    热门专题
*/
.notice-container {
  padding: 20px;
  background: #fff !important;
}
.notice-container .converge-group {
  height: 448px;
  line-height: 448px;
  background: #257397;
}
.notice-container .widgetheading {
  font-size: 20px;
  color: #333;
}
.notice-container .shadow {
  position: relative;
  width: 330px;
  float: left;
  margin-bottom: 10px;
}
.notice-container .shadow .view-img {
  position: relative;
  height: 185px;
  width: 330px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.notice-container .shadow .view-img img {
  max-width: 330px;
  max-height: 185px;
}
.notice-container .shadow .view-img img:hover {
  box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
  -moz-box-shadow: 0 0 8px #666;
}
.notice-container .shadow .view-text {
  line-height: 28px;
}
.notice-container .shadow .view-text p {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.notice-container .shadow .view-text p a {
  color: #333;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 330px;
  text-align: center;
}
.notice-container .shadow .view-text p a:hover {
  text-decoration: none;
  color: #169ef4;
}
.notice-container .shadow .number {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.notice-container .shadow .text {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  width: 100%;
  overflow: auto;
  bottom: -10px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  padding-left: 20px;
}
.notice-container .shadow:hover .bg {
  position: absolute;
  bottom: 0px;
  overflow: auto;
  background: #000;
  opacity: 0.24;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0px;
}
.notice-container .info {
  margin-bottom: 10px;
  height: 185px;
  overflow: hidden;
}
.notice-container .info p {
  margin-bottom: 0px;
}
.notice-container .info p a {
  color: #666;
  margin: 0 0 13px 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  width: 90%;
}
.notice-container .info p a:hover {
  text-decoration: none;
  color: #0270d7;
}
/*
    相关资源
*/
.info-main {
  padding: 10px 0;
}
.info-main .info-img {
  position: relative;
  height: 90px;
  width: 160px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.info-main .info-img img {
  max-width: 160px;
  max-height: 90px;
}
.info-main .info-img:hover {
  cursor: pointer;
}
.info-main .info-text .title .fl a,
.info-main .info-text .title .name a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 50%;
  color: #36383d;
  font-size: 14px;
}
.info-main .info-text .title .fr .view {
  color: #989898;
}
.info-main .info-text .title .fr .view i {
  display: inline-block;
  margin-left: 20px;
}
.info-main .info-text .title .fr .view i:hover {
  cursor: default;
}
.info-main .info-text .title .fr .edit a {
  color: #999;
  margin-left: 20px;
}
.info-main .info-text .title .fr .edit a .fa-heart {
  color: #EA4834;
}
.info-main .info-text .title .fr .edit a .fa-heart:hover {
  color: #999;
}
.info-main .info-text .title .fr .edit a .fa-heart-o {
  color: #999;
}
.info-main .info-text .title .fr .edit a .fa-heart-o:hover {
  color: #EA4834;
}
.info-main .info-text .title .fr .edit a .fa-download {
  color: #999;
}
.info-main .info-text .title .fr .edit a .fa-download:hover {
  color: #0270d7;
}
.info-main .info-text .kind {
  margin: 6px 0 0 0;
}
.info-main .info-text .kind span {
  display: inline-block;
  margin-right: 30px;
}
.info-main .info-text .text {
  margin: 7px 0 0 0;
  font-size: 12px;
}
.info-main .info-text .text a {
  color: #666;
  text-indent: 1.5em;
  display: inline-block;
  line-height: 20px;
}
.info-main .info-text .text a:hover {
  color: #0270d7;
  text-decoration: none;
}
.info-main .info-text .last a {
  color: #999;
}
.info-main .info-abstract {
  height: 90px;
  display: block;
  margin-left: 176px;
}
.info-main .info-abstract .title p {
  position: relative;
}
.info-main .info-abstract .title p a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.info-main .info-abstract .title p a:hover {
  color: #0270d7;
  text-decoration: none;
}
.info-main .info-abstract .title .time {
  color: #999;
  margin-left: 3px;
}
.info-main .info-abstract .title .time span {
  margin-left: 0px;
  width: auto;
}
.info-main .info-abstract .title .time .edit {
  color: #0270d7;
  width: 150px;
  text-align: right;
}
.info-main .info-abstract .title .time .edit:hover {
  color: #0270d7;
}
.info-main .info-abstract .title .tc .edit {
  margin-left: 0px;
}
.info-main .info-abstract .title .tc .edit a {
  color: #999;
  margin-left: 20px;
}
.info-main .info-abstract .title .tc .edit a .fa-heart {
  color: #EA4834;
}
.info-main .info-abstract .title .last {
  position: absolute;
  bottom: -3px;
  left: 206px;
}
.info-main .info-abstract p {
  margin-bottom: 5px;
}
.info-main .info-abstract p a {
  color: #333;
  display: inline-block;
}
.info-main .info-abstract p span {
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
}
.info-main .info-abstract .last {
  color: #999;
}
.info-main .info-abstract .last a {
  color: #0270d7;
  display: block;
  text-align: right;
  margin-top: 4px;
}
.info-main .info-abstract .last .edit {
  color: #0270d7;
  width: 150px;
}
.info-main .info-abstract .last .edit:hover {
  color: #0270d7;
}
.info-main .last {
  padding-left: 0px;
}
.info-main:hover {
  background: #f8f8f8;
}
.info-main:hover .info-abstract {
  background: #f8f8f8;
}
.edit a {
  display: inline-block;
  margin-left: 4px;
  color: #999;
}
.edit .del {
  float: right;
}
.edit .del i {
  display: inline-block;
  margin-right: 4px;
}
/*
    notice-tabs
*/
.notice-tabbable-custom .task-list li:hover {
  background: #f5f5f5;
  cursor: default;
}
.notice-tabbable-custom .notice-tabs {
  border-bottom: 3px solid #46b5ea;
}
.notice-tabbable-custom .notice-tabs li {
  -webkit-border-radius: 5px 5px 0 0px !important;
  -moz-border-radius: 5px 5px 0 0px !important;
  border-radius: 5px 5px 0 0px !important;
  background: none repeat scroll 0 0 #f0f0f0;
  margin-right: 0px;
}
.notice-tabbable-custom .notice-tabs li a {
  padding: 4px 10px 3px 10px;
  color: #666;
}
.notice-tabbable-custom .notice-tabs li a:hover {
  color: #666;
  text-decoration: none;
}
.notice-tabbable-custom .notice-tabs li.active {
  border-top: 3px solid #0270d7;
  background: #0270d7;
  -webkit-border-radius: 5px 5px 0 0px !important;
  -moz-border-radius: 5px 5px 0 0px !important;
  border-radius: 5px 5px 0 0px !important;
  color: #fff;
}
.notice-tabbable-custom .notice-tabs li.active a {
  padding: 4px 10px;
  color: #fff;
  border-color: #0270d7;
  background: #0270d7;
}
.notice-tabbable-custom .notice-tabs li.active a:hover {
  background: #0270d7;
}
.notice-tabbable-custom .notice-tabs li.active a:focus {
  background: #0270d7;
}
.notice-tabbable-custom .notice-tabs li.active:hover a {
  border-color: #0270d7;
}
.notice-tabbable-custom .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
}
/*
    js中tree样式更改
*/
.tree-color-fff .jstree-anchor {
  color: #fff;
}
.tree-color-fff .jstree-anchor:link {
  color: #fff;
}
.tree-color-fff .jstree-anchor:hover {
  color: #fff;
}
.tree-color-fff .jstree-anchor:visited {
  color: #fff;
}
.tree-color-fff .jstree-anchor:active {
  color: #fff;
}
.tree-color-fff .jstree-clicked {
  color: #333;
}
/*
    时间线
*/
.detail-timeline .timeline:before {
  left: 25%;
}
.detail-timeline .timeline .timeline-gray .timeline-body {
  background: #f5f5f5;
  -moz-border-radius: 10px !important;
  /* Gecko browsers */
  -webkit-border-radius: 10px !important;
  /* Webkit browsers */
  border-radius: 10px !important;
  /* W3C syntax */
  border: 1px solid #f5f5f5;
}
.detail-timeline .timeline li .timeline-body {
  margin: 0 0 15px 32%;
}
.detail-timeline .timeline li .timeline-body h2 {
  font-size: 13px;
  color: #666;
  border-bottom-color: #ddd;
}
.detail-timeline .timeline li .timeline-body .timeline-content {
  color: #999;
}
.detail-timeline .timeline li .timeline-body:after {
  border-color: transparent #f5f5f5 transparent transparent;
}
.detail-timeline .timeline li .timeline-body .timeline-footer a.nav-link {
  color: #0270d7;
}
.detail-timeline .timeline li .timeline-body .timeline-footer a.nav-link .m-icon-swapright {
  display: inline-block;
  margin-left: 4px;
}
.detail-timeline .timeline li .timeline-time {
  top: 10px;
}
.detail-timeline .timeline li .timeline-time .time {
  font-size: 12px;
  color: #aaa;
}
.detail-timeline .timeline li .timeline-icon {
  background: #CACCD1;
  border-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin: 16px 0 0 9px;
  box-shadow: 0 0 0 0px #ccc;
  -moz-box-shadow: 0 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0 0px #ccc;
  padding: 0;
  font-size: 14px;
}
.detail-timeline .timeline li .timeline-icon i {
  font-size: 14px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.detail-timeline .timeline li .badge-important {
  background-color: #e02222;
}
.detail-timeline .timeline li .badge-success {
  background-color: #3cc051;
}
.detail-timeline .timeline li .badge-info {
  background-color: #57b5e3;
}
.detail-timeline .timeline li .badge-warning {
  background-color: #fcb322;
}
.detail-timeline .timeline:before {
  background: #EAEBEC;
  width: 2px;
}
.tabs-page {
  text-align: right;
  margin-bottom: 10px;
}
.tabs-page span,
.tabs-page .page-right,
.tabs-page .page-left {
  display: inline-block;
}
.tabs-page .gray {
  color: #999;
}
.tabs-page .page-right {
  background: url("../images/view-right.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  width: 14px;
  margin-left: -2px;
}
.tabs-page .page-left {
  background: url("../images/view-left.jpg") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  width: 14px;
}
.detail-aside-timeline .timeline:before {
  left: 29%;
  background: #EAEBEC;
  width: 2px;
}
.detail-aside-timeline .timeline .timeline-gray .timeline-body {
  background: #f5f5f5;
  -moz-border-radius: 10px !important;
  /* Gecko browsers */
  -webkit-border-radius: 10px !important;
  /* Webkit browsers */
  border-radius: 10px !important;
  /* W3C syntax */
  border: 1px solid #f5f5f5;
}
.detail-aside-timeline .timeline .timeline-gray .selected {
  border: 1px solid #fcb322;
}
.detail-aside-timeline .timeline .timeline-gray .selected:after {
  border-color: transparent #fcb322 transparent transparent;
}
.detail-aside-timeline .timeline .timeline-gray .selected .info-main {
  padding: 0;
}
.detail-aside-timeline .timeline .timeline-gray .selected .info-main:hover {
  background: #f5f5f5;
}
.detail-aside-timeline .timeline li .timeline-body {
  margin: 0 0 15px 35%;
}
.detail-aside-timeline .timeline li .timeline-body h2 {
  font-size: 13px;
  color: #666;
  border-bottom-color: #ddd;
}
.detail-aside-timeline .timeline li .timeline-body .timeline-content {
  color: #999;
}
.detail-aside-timeline .timeline li .timeline-body:after {
  border-color: transparent #f5f5f5 transparent transparent;
}
.detail-aside-timeline .timeline li .timeline-body:hover .info-main {
  background: #f5f5f5;
}
.detail-aside-timeline .timeline li .timeline-body:hover .info-main:hover {
  background: #f5f5f5;
}
.detail-aside-timeline .timeline li .timeline-checkbox {
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 2;
}
.detail-aside-timeline .timeline li .timeline-time {
  top: 10px;
}
.detail-aside-timeline .timeline li .timeline-time .time,
.detail-aside-timeline .timeline li .timeline-time .date {
  color: #666;
  font-size: 13px;
}
.detail-aside-timeline .timeline li .timeline-icon {
  background: #CACCD1;
  border-color: #fff;
  width: 26px;
  height: 26px;
  line-height: 22px;
  margin: 16px 0 0 10px;
  box-shadow: 0 0 0 0px #ccc;
  -moz-box-shadow: 0 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0 0px #ccc;
}
.detail-aside-timeline .timeline li .timeline-icon i {
  font-size: 14px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.detail-aside-timeline .timeline li .badge-important {
  background-color: #e02222;
}
.detail-aside-timeline .timeline li .badge-success {
  background-color: #3cc051;
}
.detail-aside-timeline .timeline li .badge-info {
  background-color: #57b5e3;
}
.detail-aside-timeline .timeline li .badge-warning {
  background-color: #fcb322;
}
/*
    标签页
*/
.detail-tags ul {
  padding-left: 0px;
}
.detail-tags ul li {
  list-style: none;
  padding: 10px 0 10px 10px;
  display: inline-block;
}
.detail-tags ul li a {
  color: #666;
}
.detail-tags ul li a:hover {
  text-decoration: none;
  color: #0270d7;
}
.all-tags {
  color: #666;
  float: right;
  font-size: 14px;
  margin: 8px 10px 0 0;
}
/*
    导航
*/
.detail-distribute .tab-content {
  border: 0px;
}
.detail-distribute .table thead th,
.detail-distribute .table tbody th,
.detail-distribute .table tfoot th,
.detail-distribute .table thead td,
.detail-distribute .table tbody td,
.detail-distribute .table tfoot td {
  padding: 10px;
}
.detail-distribute .table-striped {
  background: #F5F5F5;
}
.detail-distribute .table-striped tbody tr:nth-child(2n+1) td {
  background-color: #fff;
}
.detail-distribute .table tbody tr td {
  border-top: 0 solid #ddd;
}
.detail-distribute .table tbody tr td a {
  color: #666;
}
.detail-distribute .table tbody tr td a:hover {
  text-decoration: none;
}
.detail-distribute .table tbody tr td .blue {
  color: #4d90fe;
}
.detail-distribute .table tbody tr td .orange {
  color: #FCB322;
}
.detail-distribute .table thead {
  background: #0270d7;
}
.detail-distribute .table thead tr th {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.detail-distribute .table thead tr th a {
  position: relative;
  color: #fff;
}
.detail-distribute .table thead tr th a .sort-down {
  position: absolute;
  top: 4px;
  right: -10px;
}
.detail-distribute .table thead tr th .sort .sort-up {
  position: absolute;
  top: 0px;
  right: -10px;
}
.detail-distribute .table thead tr th .sort .sort-down {
  position: absolute;
  top: 10px;
  right: -10px;
}
/*
    收藏页面
*/
.page-header-fixed .collect-container .page-content {
  padding: 20px;
}
.d-hor-menu .collect-nav a {
  border-top: 3px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 9px 13px;
}
.d-hor-menu .collect-nav a:hover {
  color: #fff;
}
.d-hor-menu .collect-nav .select {
  background: #0270d7;
  color: #fff;
}
.d-hor-menu .collect-nav .select:hover {
  color: #fff;
}
/*
    二级资源浏览
*/
.index-view li {
  margin-bottom: 20px;
}
.index-view li .view-img {
  position: relative;
  height: 185px;
  width: 330px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-view li .view-img p {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.index-view li .view-img p a {
  display: inline-block;
  margin-left: 34px;
  margin-right: 38px;
  color: #fff;
  font-size: 14px;
}
.index-view li .view-img p a i {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}
.index-view li .view-img p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view li .view-img img {
  max-height: 185px;
  max-width: 330px;
}
.index-view li .view-text {
  height: 40px !important;
  line-height: 40px;
}
.index-view li .view-text p {
  padding: 0px;
  width: 330px;
  cursor: pointer;
}
.index-view li .view-text p a {
  color: #666;
  width: 330px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.index-view li .view-text p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view .view-left,
.index-view .view-right {
  position: absolute;
  width: 30px;
  height: 425px;
  margin-top: 0 !important;
}
.index-view .view-left {
  left: 0;
  background: url("../../images/public/index-view-left.png") no-repeat;
}
.index-view .view-left:hover {
  background: url("../../images/public/index-view-left-hover.png") no-repeat;
}
.index-view .view-right {
  right: 0;
  background: url("../../images/public/index-view-right.png") no-repeat;
}
.index-view .view-right:hover {
  background: url("../../images/public/index-view-right-hover.png") no-repeat;
}
.index-view .view-harf-left,
.index-view .view-harf-right {
  position: absolute;
  width: 30px;
  height: 185px;
  margin-top: 0 !important;
}
.index-view .view-half-left {
  left: 0;
  background: url("../../images/public/index-view-half-left.png") no-repeat;
}
.index-view .view-half-left:hover {
  background: url("../../images/public/index-view-half-left-hover.png") no-repeat;
}
.index-view .view-half-right {
  right: 0;
  background: url("../../images/public/index-view-half-right.png") no-repeat;
}
.index-view .view-half-right:hover {
  background: url("../../images/public/index-view-half-right-hover.png") no-repeat;
}
.index-view-second {
  position: relative;
  padding-left: 0;
  overflow: auto;
}
.index-view-second li {
  margin-bottom: 10px;
  margin-right: 56px;
}
.index-view-second li .view-img {
  position: relative;
  height: 90px;
  width: 160px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-view-second li .view-img p {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.index-view-second li .view-img p a {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
}
.index-view-second li .view-img p a i {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}
.index-view-second li .view-img p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-second li .view-img img {
  max-height: 90px;
  max-width: 160px;
}
.index-view-second li .view-text {
  text-align: left;
}
.index-view-second li .view-text p {
  padding: 8px 0;
  margin-bottom: 0px;
  cursor: pointer;
}
.index-view-second li .view-text p a {
  color: #666;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.index-view-second li .view-text p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-second .view-left,
.index-view-second .view-right {
  position: absolute;
  width: 30px;
  height: 233px;
  margin-top: 0 !important;
  top: 0px;
}
.index-view-second .view-left {
  left: 0px;
  background: url("../../images/public/index-view-second-left.png") no-repeat;
}
.index-view-second .view-left:hover {
  background: url("../../images/public/index-view-second-left-hover.png") no-repeat;
}
.index-view-second .view-right {
  right: 0px;
  background: url("../../images/public/index-view-second-right.png") no-repeat;
}
.index-view-second .view-right:hover {
  background: url("../../images/public/index-view-second-right-hover.png") no-repeat;
}
.index-view-subject {
  position: relative;
  padding-left: 40px;
}
.index-view-subject li {
  margin: 0 20px 10px 0;
}
.index-view-subject li .view-img {
  position: relative;
  height: 140px;
  width: 244px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-view-subject li .view-img .view-time {
  background: #39342e;
  color: #fff;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.index-view-subject li .view-img p {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.index-view-subject li .view-img p a {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
}
.index-view-subject li .view-img p a i {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}
.index-view-subject li .view-img p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-subject li .view-img img {
  max-height: 140px;
  max-width: 244px;
}
.index-view-subject li .view-text {
  text-align: left;
}
.index-view-subject li .view-text p {
  width: 244px;
  cursor: pointer;
}
.index-view-subject li .view-text p a {
  color: #666;
  width: 244px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.index-view-subject li .view-text p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-subject .view-left,
.index-view-subject .view-right {
  position: absolute;
  width: 30px;
  height: 328px;
  margin-top: 0 !important;
}
.index-view-subject .view-left {
  left: 0;
  background: url("../../images/public/subject-view-left.png") no-repeat;
}
.index-view-subject .view-left:hover {
  background: url("../../images/public/subject-view-left-hover.png") no-repeat;
}
.index-view-subject .view-right {
  right: 0;
  background: url("../../images/public/subjext-view-right.png") no-repeat;
}
.index-view-subject .view-right:hover {
  background: url("../../images/public/subject-view-right-hover.png") no-repeat;
}
.index-view-subject .view-half-left,
.index-view-subject .view-half-right {
  height: 164px;
}
.index-view-subject .view-half-left {
  background: url("../../images/public/subject-view-half-left.png") no-repeat;
}
.index-view-subject .view-half-left:hover {
  background: url("../../images/public/subject-view-half-left-hover.png") no-repeat;
}
.index-view-subject .view-half-right {
  background: url("../../images/public/subjext-view-half-right.png") no-repeat;
}
.index-view-subject .view-half-right:hover {
  background: url("../../images/public/subject-view-half-right-hover.png") no-repeat;
}
.index-view-auto {
  list-style: none;
  padding-left: 0px;
}
.index-view-auto li {
  margin-top: 0px;
}
.index-view-auto li .view-img {
  text-align: center;
  width: 416px;
  height: 234px;
  display: table-cell;
  vertical-align: middle;
}
.index-view-auto li .view-img img {
  max-width: 416px;
  max-height: 234px;
}
.index-view-auto li .view-text p {
  margin: 0;
  padding: 6px 0;
}
.index-view-auto li .view-text p a {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.index-view-second-row {
  position: relative;
  padding: 0px;
}
.index-view-second-row li {
  margin-bottom: 10px;
  margin-right: 48px;
}
.index-view-second-row li .view-img {
  position: relative;
  height: 90px;
  width: 160px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-view-second-row li .view-img p {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.index-view-second-row li .view-img p a {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
}
.index-view-second-row li .view-img p a i {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}
.index-view-second-row li .view-img p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-second-row li .view-img img {
  max-height: 90px;
  max-width: 160px;
}
.index-view-second-row li .view-text {
  text-align: left;
}
.index-view-second-row li .view-text p {
  padding: 8px 0;
  cursor: pointer;
}
.index-view-second-row li .view-text p a {
  color: #666;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.index-view-second-row li .view-text p a:hover {
  text-decoration: none;
  color: #0270d7;
}
.index-view-second-row .view-left,
.index-view-second-row .view-right {
  position: absolute;
  top: 32%;
}
.index-view-second-row .view-left {
  left: 10px;
}
.index-view-second-row .view-right {
  right: 10px;
}
/*
    排行榜
*/
.ranking-list {
  overflow: auto;
}
.ranking-list .title {
  background: #0270d7;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  padding-bottom: 0;
}
.ranking-list .title i,
.ranking-list .title span {
  display: inline-block;
  margin-right: 6px;
}
.ranking-list .ranking-list-info {
  padding: 0;
}
.ranking-list .ranking-list-info p {
  overflow: auto;
}
.ranking-list .ranking-list-info p .number {
  background: #0270d7;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.ranking-list .ranking-list-info p .red {
  background: #F13A28;
}
.ranking-list .ranking-list-info p a {
  color: #666;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 88%;
  float: left;
}
.ranking-list .ranking-list-info p a:hover {
  color: #0270d7;
  text-decoration: none;
}
.ranking-list .ranking-list-info p img {
  max-width: 160px;
  max-height: 90px;
  margin: 0 0 10px 20px;
}
.ranking-list .ranking-list-info p .view-img {
  float: left;
}
.ranking-list .ranking-list-info p .view-img img {
  margin: 2px 4px 4px 4px;
  width: 22px;
  height: 14px;
}
.ranking-list .ranking-list-info .img {
  width: 196px;
  height: 110px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tasks-widget .task-list li .task-title {
  width: 74%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.ver-inline-menu li a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.list-group .list-group-item {
  padding: 8px;
}
.list-group .list-group-item a {
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #666;
}
.list-group .list-group-item a:hover,
.list-group .list-group-item a:focus {
  color: #0270d7;
}
.list-group .list-group-item .badge {
  margin-top: 2px;
}
.table-ranking-list {
  margin-top: 10px;
}
.table-ranking-list thead tr th {
  border: 1px solid #ddd !important;
}
.table-ranking-list .ranking-list-info {
  margin-top: 10px;
  padding: 0 0 10px 0;
}
.table-ranking-list .ranking-list-info .info-checkbox {
  display: inline-block;
  float: left;
}
.table-ranking-list .ranking-list-info .number {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  line-height: 21px;
  display: inline-block;
  border: 2px solid #0270d7;
  background: #fff;
  color: #0270d7;
  text-align: center;
}
.table-ranking-list .ranking-list-info .default {
  background: #b3b3b3;
  border: 2px solid #b3b3b3;
  color: #fff;
}
.table-ranking-list .ranking-list-info .text {
  height: 24px;
  width: 206px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #666;
}
.table-ranking-list .ranking-list-info .img {
  display: table-cell;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  width: 260px;
}
.table-ranking-list .ranking-list-info .img img {
  max-height: 90px;
  max-width: 160px;
  margin-top: 10px;
}
.table-ranking-list .ranking-list-info .time {
  position: absolute;
  right: 0;
  top: 6px;
  width: 7%;
}
.table-ranking-list .ranking-list-info .selected .text {
  width: 206px;
  color: #0270d7;
}
.table-ranking-list .ranking-list-info .selected .img {
  position: relative;
}
.table-ranking-list .ranking-list-info .selected .img .info-button {
  position: absolute;
  bottom: 0;
  left: 50px;
  height: 30px;
  background: rgba(33, 182, 252, 0.6);
  width: 160px;
}
.table-ranking-list .ranking-list-info .selected .img .info-button a {
  display: inline-block;
  width: auto;
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 10px;
}
.table-ranking-list .ranking-list-info .selected .img .info-button a:hover {
  color: #fff;
}
.table-ranking-list .ranking-list-info .selected .number {
  background: #0270d7;
  color: #fff;
}
.table-ranking-list .ranking-list-info .selected .time {
  color: #0270d7;
}
.table-ranking-list .ranking-list-info .last {
  border-bottom: 1px solid #ddd;
}
.table-group {
  overflow: auto;
}
.table-group table {
  background: transparent;
  margin-bottom: 0;
}
.table-group table .text {
  display: block;
  width: 100px;
}
.table-group .table-bordered tbody tr td {
  border-top: 1px solid #ddd !important;
}
/*
    小图片缩略图
*/
.view-small {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.view-small li {
  list-style: none;
  float: left;
  margin: 0 11px 0 0;
}
.view-small li .view-img {
  text-align: center;
  width: 100px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.view-small li .view-img .view-time {
  background: #39342e;
  color: #fff;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
}
.view-small li .view-img img {
  max-width: 100px;
  max-height: 56px;
}
.view-small li .view-text p {
  padding: 8px 0;
  margin-left: 0;
  width: 100px;
}
.view-small li .view-text p a {
  color: #666;
  font-size: 12px;
}
.view-small li .view-text p a:hover {
  color: #0270d7;
}
.view-small li .view-text .last {
  padding-top: 4px;
  color: #999;
}
.view-small li .more {
  color: #666;
  height: 90px;
  line-height: 90px;
  font-size: 12px;
  width: 108px;
  text-align: center;
  display: inline-block;
}
.view-small li .more:hover {
  color: #0270d7;
}
/*

*/
.ms-container-icon {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.ms-container-icon .blue {
  background: #0270d7;
  margin: 20px 0;
}
.ms-container-icon .blue:hover,
.ms-container-icon .blue:focus {
  background: #1e80f2 !important;
}
.selectable-content {
  margin-bottom: 5px;
}
.selectable-content .title {
  font-weight: bolder;
  display: block;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.selectable-content .title .text {
  display: inline-block;
}
.selectable-content .title .form-search {
  float: right;
}
/*
    公告
*/
.tasks-widget .notice-info {
  padding: 0 0 0 0px;
  border-bottom: 0px solid #ddd;
}
.tasks-widget .notice-info h2 {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.tasks-widget .notice-info .text:hover {
  cursor: default;
}
.tasks-widget .notice-info .time {
  text-align: right;
  margin-top: 4px;
  color: #999;
}
/*
    定义表格组件
*/
.distribute-table-scrollable {
  margin-top: 0px !important;
}
.distribute-table-scrollable thead tr th,
.distribute-table-scrollable tbody tr th,
.distribute-table-scrollable tfoot tr th {
  white-space: normal !important;
}
.distribute-table-scrollable thead tr td,
.distribute-table-scrollable tbody tr td,
.distribute-table-scrollable tfoot tr td {
  white-space: normal !important;
}
.distribute-table-scrollable .has-switch.switch-mini label,
.distribute-table-scrollable .has-switch.switch-mini span {
  line-height: 7px;
}
.distribute-table-scrollable .table-checkbox {
  float: left;
  width: 20px !important;
}
.distribute-table-scrollable .btn-group .btn {
  padding: 0px;
  background: #ddd;
}
.distribute-table-scrollable .btn-group i {
  margin-right: 4px;
}
.distribute-table-scrollable .row-details {
  display: inline-block;
  float: left;
}
.distribute-table-scrollable .row-details-button {
  float: left;
  display: inline-block;
  margin-right: 6px;
}
.distribute-table-scrollable .row-details-button:hover {
  color: #0270d7;
  cursor: pointer;
}
.distribute-table-scrollable .menu {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  color: #666;
}
.distribute-table-scrollable .user {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  color: #666;
  margin-left: 6px;
}
.distribute-table-scrollable .user:hover {
  color: #0270d7;
}
.distribute-table-scrollable .user.color-orange {
  color: #e15f00;
}
.distribute-table-scrollable .user.color-orange i {
  color: #e15f00;
}
.distribute-table-scrollable .detail-info {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100px;
  display: inline-block;
}
.distribute-table-scrollable .select td {
  background: #F4F9FD !important;
}
.distribute-table-scrollable .sub .table-checkbox {
  float: left;
  width: 15px !important;
}
.distribute-table-scrollable .sub .img {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 4px 0 0;
}
.distribute-table-scrollable .sub .user {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  float: left;
}
.distribute-table-scrollable .table-info table th,
.distribute-table-scrollable .table-info table td {
  padding: 4px;
}
.distribute-table-scrollable .low .row-details {
  margin-left: 40px;
}
.distribute-table-scrollable .low .table-checkbox {
  float: left;
  width: 26px !important;
}
.distribute-table-scrollable .low .img {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 4px 0 0;
}
.distribute-table-scrollable .low .user {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  float: left;
}
.distribute-table-scrollable i {
  dispaly: inline-block;
  margin-right: 4px;
  color: #D2D2D2;
}
.distribute-table-scrollable i:hover {
  cursor: pointer;
}
.height-auto {
  height: auto !important;
}
.iframe-row {
  margin-left: 0;
  margin-right: 15px;
}
.iframe-row .row {
  margin-left: -15px;
  margin-right: 0;
}
/*
    页签
*/
.tabbable-custom-blue {
  overflow: visible;
  position: relative;
}
.tabbable-custom-blue .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tabbable-custom-blue .nav-tabs li a {
  color: #666;
}
.tabbable-custom-blue .nav-tabs li a:hover {
  color: #0270d7;
}
.tabbable-custom-blue .nav-tabs li.active {
  border-top: 3px solid #0270d7;
}
.tabbable-custom-blue .nav-tabs li.active a {
  color: #0270d7;
  font-size: 16px;
}
.tabbable-custom-blue .nav-tabs li.open .dropdown-toggle,
.tabbable-custom-blue .nav-tabs li.open a {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #0270d7 !important;
}
.tabbable-custom-blue .nav-tabs li.open .dropdown-menu a {
  color: #666 !important;
}
.tabbable-custom-blue .nav-tabs li.open .dropdown-menu a:hover {
  background: #eee !important;
}
.tabbable-custom-blue .tab-content {
  border-color: #fff;
  padding: 15px 0 0 0;
}
.tabbable-custom-blue .tab-resource {
  padding: 15px 0 0 0;
}
.tabbable-custom-blue .nav-more {
  position: absolute;
  top: 22px;
  right: 0;
}
.tabbable-custom-blue .nav-more a {
  color: #666;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
}
.tabbable-custom-blue .nav-more a i {
  display: inline-block;
  margin-left: 4px;
}
.tabbable-custom-blue .nav-more a:hover {
  color: #0270d7;
}
.tabbable-custom-blue .nav-more .last {
  margin-right: 0;
}
.tabbable-custom-blue .nav-more .selected i {
  color: #0270d7;
}
.tabbable-custom-blue .nav-more .selected:hover i {
  color: #0270d7;
}
.tabbable-custom-blue .nav-more .btn-group a:focus,
.tabbable-custom-blue .nav-more .btn-group a:hover {
  color: #666;
  text-decoration: none;
}
.tabbable-custom-blue .nav-button {
  position: absolute;
  top: 10px;
  left: 358px;
}
.tabbable-custom-blue .nav-button button {
  display: inline-block;
  margin-right: 10px;
}
.tabbable-custom-blue .base-sub-tabbable-custom .nav-tabs {
  border-bottom-color: #fff !important;
}
.page-sidebar-wrapper .base-sub-tabbable-custom {
  margin-top: 15px;
}
.page-sidebar-wrapper .base-sub-tabbable-custom .nav-tabs {
  border-bottom: 1px solid #000;
  padding: 0 10px 3px 10px;
}
.page-sidebar-wrapper .base-sub-tabbable-custom .nav-tabs li.active a {
  border-color: transparent;
  color: #0270d7;
}
.page-sidebar-wrapper .base-sub-tabbable-custom .nav-tabs li.active a:hover,
.page-sidebar-wrapper .base-sub-tabbable-custom .nav-tabs li.active a:focus {
  border-color: transparent;
  color: #0270d7;
}
.page-sidebar-wrapper .base-sub-tabbable-custom .tab-content {
  background: transparent;
  border: 0;
}
.page-sidebar-wrapper .base-sub-tabbable-custom .tab-content .sub-menu .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 92%;
}
/*
    定制表格
*/
.base-table-custom .table .name-img {
  width: 26px;
  height: 20px;
}
.base-table-custom .table .name-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 200px;
}
.base-table-custom .table .name-button a {
  color: #b2b2b2;
  display: inline-block;
  margin-right: 10px;
}
.base-table-custom .table .name-button a:hover {
  color: #0270d7;
}
.base-table-custom .table .fold-break {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  width: 200px;
}
.base-table-custom .table .last td {
  border-bottom: 1px solid #ddd;
}
/*
    消息设置
*/
.message-hint {
  padding-left: 0px;
  margin-top: 10px;
}
.message-hint li {
  list-style: none;
  overflow: auto;
  position: relative;
}
.message-hint li .iconfont {
  position: absolute;
  right: 0;
  top: -7px;
  font-size: 37px;
  z-index: 10;
  color: #999;
}
.message-hint li .message {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.message-hint li .message .text,
.message-hint li .message .reply-info,
.message-hint li .message .reply-resource {
  margin-bottom: 0;
  line-height: 26px;
}
.message-hint li .message .name {
  color: #666;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.message-hint li .message .name:hover {
  color: #0270d7;
}
.message-hint li .message .reply-info .reply {
  float: right;
  color: #999;
}
.message-hint li .message .reply-info .reply a {
  color: #999;
}
.message-hint li .message .reply-info .reply a:hover {
  color: #0270d7;
}
.message-hint li .message .reply-info .reply .button-text {
  color: #0270d7;
}
.message-hint li .message .reply-info .reply .button-text:hover {
  color: #0270d7;
}
.message-hint li .message .text-info {
  color: #666;
  height: 64px;
  overflow: hidden;
  margin-bottom: 0px;
  display: inline-block;
}
.message-hint li .message .text-info:hover {
  color: #0270d7;
}
.message-hint li .message .name-button i {
  display: inline-block;
  margin-left: 10px;
  color: #0270d7;
  font-size: 16px;
}
.message-hint li .message .name-button i:hover {
  color: #0270d7;
}
.message-hint li .message .reply-info {
  color: #999;
}
.message-hint li .message:hover {
  background: #f5f5f5;
}
.message-hint li .message-checkbox {
  float: left;
  margin-top: -3px;
  width: 3%;
}
.message-hint li .message-icon {
  position: absolute;
  right: 17px;
  top: 19px;
}
.message-hint li .message-icon i {
  font-size: 16px;
}
.message-hint li .message-group {
  float: left;
  position: relative;
  width: 97%;
}
.message-hint li .message-group .text {
  width: 99%;
}
.message-hint li .selected {
  background: #f5f5f5;
}
.message-hint li .selected:hover {
  background: #f5f5f5;
}
.message-hint .in img.avatar {
  float: left;
  margin-right: 10px;
  max-width: 45px;
  max-height: 45px;
}
.message-hint .in .message {
  margin-left: 65px;
  min-height: 50px;
}
.message-hint .in .message .reply-resource {
  color: #999;
}
.message-hint .in .message .reply-resource a {
  color: #0270d7;
}
.message-hint .in .message .info-main {
  padding: 0px;
}
.message-hint .in .message .info-main:hover {
  background: #f5f5f5;
}
.message-hint .in .selected {
  background: #f5f5f5;
}
.message-hint .in .selected:hover {
  background: #f5f5f5;
}
/*
    检索条件组
*/
.conditions-group-list {
  margin: 0 0 20px 0;
  overflow: auto;
}
.conditions-group-list ul {
  padding: 0;
  list-style: none;
}
.conditions-group-list ul li {
  float: left;
  border-bottom: 2px solid #7a7d80;
  padding-bottom: 10px;
  height: 84px;
}
.conditions-group-list ul li .title {
  display: inline-block;
  background: #45B5E9;
  padding: 15px 15px 14px 15px;
  color: #fff;
  width: 82px;
  text-align: center;
  font-size: 16px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .conditions-group-list ul li .title {
    padding: 15px;
  }
}
.conditions-group-list ul li .view-left,
.conditions-group-list ul li .view-right {
  display: inline-block;
  width: 30px;
  height: 74px;
  margin: 0 20px;
}
.conditions-group-list ul li .view-left {
  background: url("../../images/public/view-left.png") no-repeat center;
}
.conditions-group-list ul li .view-left:hover {
  background: url("../../images/public/view-left-hover.png") no-repeat center;
}
.conditions-group-list ul li .view-right {
  background: url("../../images/public/view-right.png") no-repeat center;
}
.conditions-group-list ul li .view-right:hover {
  background: url("../../images/public/view-right-hover.png") no-repeat center;
}
.conditions-group-list ul li .info {
  margin: 0 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.conditions-group-list ul li .info i {
  display: block;
  color: #313233;
  font-size: 20px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}
.conditions-group-list ul li .info .dyicon-film {
  height: 41px;
}
.conditions-group-list ul li .info .text {
  display: block;
  color: #313233;
  line-height: 29px;
  width: 100px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  vertical-align: bottom;
}
.conditions-group-list ul li:hover {
  border-bottom-color: #0270d7;
}
.conditions-group-list ul li:hover .fa-search,
.conditions-group-list ul li:hover .text {
  color: #0270d7;
}
.conditions-group-list ul .first {
  border-bottom-color: #0270d7;
}
.conditions-group-list ul .select {
  border-bottom-color: #0270d7;
}
.conditions-group-list ul .select .info .fa-search,
.conditions-group-list ul .select .info .text {
  color: #0270d7;
}
/*
    最新汇聚
*/
.collect-resource {
  padding: 0px;
}
.collect-resource .collect-info {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  overflow: hidden;
}
.collect-resource .collect-info .info-img {
  float: left;
  margin: 0 0 0 10px;
}
.collect-resource .collect-info .info-img img {
  width: 0;
  height: 0;
}
.collect-resource .collect-info .info-img .fa {
  font-size: 14px;
}
.collect-resource .collect-info .text {
  float: left;
  margin: 0;
  width: 50%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.collect-resource .collect-info .text a {
  color: #333;
  margin-left: 10px;
  display: inline-block;
}
.collect-resource .collect-info .text a:hover {
  color: #0270d7;
  text-decoration: none;
  background: #f5f5f5;
}
.collect-resource .collect-info .first {
  margin-top: 0px;
}
.collect-resource .collect-info .new-group {
  float: right;
}
.collect-resource .collect-info .new-group .first {
  margin-right: 80px;
}
.collect-resource .collect-info .new-group a {
  color: #666;
  font-size: 14px;
  width: 80px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.collect-resource .collect-info .new-group a:hover {
  color: #0270d7;
  text-decoration: none;
}
.collect-resource .collect-info .new-group .form {
  width: 100px;
}
.collect-resource .collect-info .new-group .resource-type {
  width: 100px;
  margin-right: 0;
  color: #666;
  display: inline-block;
}
.collect-resource .collect-info .new-group .resource-type i {
  font-size: 14px;
  margin-right: 10px;
}
.collect-resource .collect-info .info {
  clear: both;
  display: block;
  height: auto;
  margin-bottom: 0px;
}
.collect-resource .collect-info:hover {
  background: transparent;
  color: #0270d7;
}
.collect-resource .collect-info:hover .info-img .fa {
  color: #45b5e9;
}
.collect-resource .collect-info:hover .text a {
  color: #0270d7;
}
.collect-resource .collect-info:hover .text a:hover {
  background: transparent;
}
.collect-resource .collect-info:hover .new-group a {
  color: #0270d7;
}
.collect-resource .select {
  background: #F5F5F5;
}
.collect-resource .select .info-img .fa {
  font-size: 30px;
}
.collect-resource .select .info {
  padding: 0 10px;
}
.collect-resource .select:hover {
  background: #F5F5F5;
  cursor: default;
}
.collect-resource .select:hover .info-img .fa {
  font-size: 30px;
  color: #D84D9A;
}
.collect-resource .select:hover .info {
  color: #666;
}
.collect-resource .select:hover .info a {
  color: #0270d7;
}
.collect-resource .last {
  border-bottom: 0px solid #ddd;
}
/*
    公告页
*/
.notice-video {
  width: 100%;
  height: 300px;
}
.notice-video img {
  width: 100%;
  height: 300px;
}
.version-nav {
  background: #34aae1;
  color: #fff;
  letter-spacing: 0.1em;
  height: 60px;
  position: relative;
}
.version-nav .name {
  font-size: 22px;
  position: absolute;
  top: 14px;
  left: 20px;
}
.version-nav .version-text {
  position: absolute;
  right: 20px;
  bottom: -2px;
  font-weight: 500;
}
.breadcrumb-button {
  background: #f5f5f5;
  padding: 10px 20px;
  text-align: right;
  margin: 20px 0;
}
.breadcrumb-button .name {
  display: inline-block;
  margin-right: 35px;
  font-size: 16px;
  height: 28px;
  vertical-align: bottom;
}
.btn-arrows {
  padding-left: 0;
  overflow: auto;
}
.btn-arrows li {
  float: left;
  list-style: none;
  position: relative;
}
.btn-arrows li a {
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  width: 98px;
  margin: 0 10px 24px 0;
  vertical-align: middle;
  height: 34px;
  line-height: 22px;
  overflow: hidden;
  color: #333;
}
.btn-arrows li a .triangle {
  position: absolute;
  border-width: 3px;
  border-color: transparent;
  right: 7px;
  top: -5px;
}
.btn-arrows li a:hover,
.btn-arrows li a:focus {
  background: #ebebeb;
  border-color: #adadad;
}
.btn-arrows li .selected {
  border: 1px solid #0270d7;
  color: #0270d7;
}
.btn-arrows li .selected .triangle {
  position: absolute;
  border-width: 3px;
  border-color: #0270d7 #0270d7 transparent transparent;
  right: 7px;
  top: -5px;
}
.btn-arrows li .selected:hover,
.btn-arrows li .selected:focus {
  background: #fff;
  border: 1px solid #0270d7;
  color: #0270d7;
}
/*
    对话框title
*/
.dialog-title {
  border-left: 2px solid #0270d7;
}
.dialog-title .text {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
}
.dialog-title .second-more {
  color: #666;
  font-size: 14px;
  float: right;
}
.dialog-title .second-more i {
  display: inline-block;
  margin-left: 4px;
}
.dialog-title .second-more:hover,
.dialog-title .second-more:focus {
  color: #0270d7;
  text-decoration: none;
}
.dialog-title-text {
  border-left: 2px solid #0270d7;
  margin-bottom: 15px;
}
.dialog-title-text .text {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  height: 20px;
  line-height: 18px;
}
.dialog-title-text .text small {
  color: #888;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
/*
    表单单列
*/
.dialog-form .element-group {
  margin-bottom: 15px;
}
.dialog-form .element-group .element-text {
  float: left;
  margin-right: 10px;
}
.dialog-form .element-group .element-text .text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100px;
  text-align: right;
  line-height: 34px;
}
.dialog-form .element-group .element-text .text .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.dialog-form .element-group .element-text .radio {
  margin: -14px 2px 0 0;
}
.dialog-form .element-group .element-form {
  display: inline-block;
  width: 72%;
  position: relative;
}
.dialog-form .element-group .element-form .progress {
  height: 10px;
  line-height: 10px;
  width: 80%;
  background-color: #D4D4D4;
  margin: 12px 0 0 0;
  border-radius: 10px !important;
}
.dialog-form .element-group .element-form .progress .progress-bar {
  border-radius: 10px !important;
  box-shadow: none;
}
.dialog-form .element-group .element-form .progress .progress-bar-success {
  background-color: #8CDA52;
}
.dialog-form .element-group .element-form .info-text {
  display: inline-block;
  margin-top: 8px;
}
.dialog-form .element-group .element-form .progress-text {
  position: absolute;
  right: 36px;
  top: 8px;
}
.dialog-form .element-group .element-form .has-error {
  margin-left: 0;
  margin-right: 0;
}
.dialog-form .element-group .element-form .form-operation-btn {
  position: absolute;
  right: 0;
  top: 6px;
}
.dialog-form .element-group .element-form .form-operation-btn .fa-info-circle {
  top: 5px;
}
.dialog-form .element-group .element-form .form-operation-btn:hover {
  cursor: pointer;
}
.dialog-form .element-group .element-form .form-operation-btn:hover i {
  color: #0270d7;
}
.dialog-form .element-group .input-group {
  display: table !important;
}
.dialog-form .element-group-6 {
  display: inline-block;
  width: 48%;
  margin-bottom: 15px;
}
.dialog-form .element-group-6 .element-text {
  float: left;
  margin-right: 10px;
}
.dialog-form .element-group-6 .element-text .text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100px;
  text-align: right;
  line-height: 34px;
}
.dialog-form .element-group-6 .element-text .text .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.dialog-form .element-group-6 .element-text .radio {
  margin: -14px 2px 0 0;
}
.dialog-form .element-group-6 .element-form {
  width: 48%;
  float: left;
}
.dialog-form .last {
  margin-bottom: 0;
}
.dialog-form-double .element-group .element-form {
  width: 72%;
  min-height: 34px;
}
.distribute-form .form-left {
  float: left;
  margin-right: 0;
  margin-bottom: 15px;
}
.distribute-form .form-left span {
  display: inline-block;
  width: 70px;
  text-align: right;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
}
.distribute-form .form-left span .required {
  width: auto;
  margin-right: 0;
}
.distribute-form .form-right {
  margin-left: 70px;
  margin-bottom: 15px;
}
.distribute-form .form-right .input-group .form-control {
  width: 100%;
}
.distribute-form .form-right .help-inline {
  font-size: 14px;
  padding-top: 6px;
}
.distribute-form .form-right .form-text {
  margin-right: 20px;
  float: left;
}
.distribute-form .form-right .form-text .btn {
  padding: 7px 14px 7px 14px;
}
.distribute-form .form-right .form-text .input-group-btn {
  display: inline-block !important;
}
.distribute-form .form-right .input-group .btn {
  display: inherit;
}
.distribute-form .form-right .radio-inline {
  margin: 0;
  padding-top: 6px;
}
.distribute-form .form-right .form-control {
  width: 120px;
}
.distribute-form .form-right .select2 {
  width: 160px !important;
}
.distribute-form .form-right .checkbox-inline {
  margin: 6px 0 0 0;
  padding-left: 0;
}
.distribute-form .form-right .checkbox-list .checkbox-inline {
  margin: 6px 8px 0 0;
}
.distribute-form .form-right .checkbox-list div.checker {
  margin: -4px 5px 0px 0 !important;
}
.distribute-form .form-checkbox {
  overflow: hidden;
  width: 142px;
  height: 24px;
}
/*
    定制固定按钮
*/
.custom-made-button {
  margin-top: 15px;
  text-align: center;
}
/*
    定制固定宽度表单
*/
.custom-made-form {
  padding-left: 0px;
  margin: 0;
  list-style: none;
  zoom: 1;
  /* IE */
}
.custom-made-form .search-text {
  border-bottom: 1px solid #fff;
  color: #666;
  display: block;
  margin: 8px 10px 0 0;
  float: left;
}
.custom-made-form .search-text:hover,
.custom-made-form .search-text:focus {
  color: #0270d7;
  border-bottom: 1px solid #0270d7;
}
.custom-made-form .select {
  color: #0270d7;
  border-bottom: 1px solid #0270d7;
}
.custom-made-form:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0px;
}
.custom-made-form li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0 8px 15px 0;
}
.custom-made-form li .form-text {
  float: left;
}
.custom-made-form li .form-text span {
  display: inline-block;
  line-height: 34px;
  text-align: right;
  margin-right: 6px;
}
.custom-made-form li.fr {
  margin: 0 0 15px 0;
}
.custom-made-form li .form-main {
  float: left;
  text-align: left;
}
.custom-made-form li .form-main .input-large {
  width: 256px !important;
}
.custom-made-form li .form-main .fixed {
  width: 125px;
}
.custom-made-form li .form-main .checker {
  margin-top: 7px !important;
}
.custom-made-form li .form-main .radio-list {
  padding-top: 7px;
}
.custom-made-form li .form-main .dropdown-menu li {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}
.custom-made-form li .form-main .close.form-close {
  margin-top: 12px;
}
.custom-made-form li:last {
  margin-right: 0;
}
.custom-made-form li .btn {
  padding: 6px 6px;
}
.custom-made-form li .btn i {
  margin-right: 0;
}
.custom-made-form .jstree li {
  margin-bottom: 0;
}
.date-picker .input-group-btn .btn.default i,
.datetime-picker .input-group-btn .btn.default i,
.disabled.date-picker .input-group-btn .btn.default i {
  height: 16px;
  display: inline-block;
}
.date-picker .input-group-btn.disabled,
.datetime-picker .input-group-btn.disabled,
.disabled.date-picker .input-group-btn.disabled {
  cursor: not-allowed;
}
.date-picker .input-group-btn.disabled:hover,
.datetime-picker .input-group-btn.disabled:hover,
.disabled.date-picker .input-group-btn.disabled:hover,
.date-picker .input-group-btn.disabled:focus,
.datetime-picker .input-group-btn.disabled:focus,
.disabled.date-picker .input-group-btn.disabled:focus {
  cursor: not-allowed;
}
.form-toolbar .toolbar-left {
  float: left;
  margin-bottom: 15px;
}
.form-toolbar .toolbar-right {
  float: right;
  margin-bottom: 15px;
}
.form-toolbar .toolbar-right .custom-made-form {
  margin-bottom: 0;
}
.form-toolbar .toolbar-right .custom-made-form li .form-main {
  position: relative;
}
.form-toolbar .toolbar-right .custom-made-form li:last-child {
  margin-right: 0;
}
.form-toolbar .toolbar-right .custom-made-form .last {
  margin-right: 0;
}
.form-toolbar .toolbar-right .last,
.form-toolbar .toolbar-right:hover {
  margin-right: 0;
}
/*
    资源折叠
*/
.portlet-resource {
  margin-bottom: 15px;
}
.portlet-resource .portlet-title {
  background: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.portlet-resource .portlet-title .caption {
  border-left: 2px solid #0270D7;
  height: 20px;
  line-height: 18px;
  margin-bottom: 0;
  padding-left: 8px;
  position: relative;
}
.portlet-resource .portlet-title .caption ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.portlet-resource .portlet-title .caption :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.portlet-resource .portlet-title .caption ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.portlet-resource .portlet-title .caption :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.portlet-resource .portlet-title .caption .edit,
.portlet-resource .portlet-title .caption:focus {
  display: inline;
  width: 400px;
  padding: 0px;
  background: #e6e6e6;
  border: 1px solid  #e6e6e6;
  height: 28px;
  line-height: 28px;
  color: #666;
  font-size: 16px;
}
.portlet-resource .portlet-title .caption .select {
  text-decoration: underline;
}
.portlet-resource .portlet-title .caption a {
  color: #333;
  font-size: 16px;
}
.portlet-resource .portlet-title .caption a:hover,
.portlet-resource .portlet-title .caption a:focus {
  text-decoration: none;
  cursor: default;
}
.portlet-resource .portlet-title .caption i {
  margin: 17px 4px 0 0;
  font-size: 18px;
  position: absolute;
  right: -30px;
  display: none !important;
}
.portlet-resource .portlet-title .caption i:hover {
  cursor: pointer;
}
.portlet-resource .portlet-title:hover .caption i {
  display: block !important;
}
.portlet-resource .portlet-title .tools {
  margin: 10px 10px 0 0;
}
.portlet-resource .portlet-body {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 15px;
}
.portlet-resource .portlet-body .title {
  margin-top: 15px;
}
.portlet-resource .portlet-body .title h2 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #C8CBCC;
}
.portlet-resource .portlet-body .resource {
  padding: 10px;
}
.portlet-resource .portlet-body .resource ul {
  padding-left: 0px;
}
.portlet-resource .portlet-body .resource li {
  list-style: none;
  float: left;
  width: 232px;
  margin-bottom: 10px;
}
.portlet-resource .portlet-body .resource li .name {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.portlet-resource .portlet-body .resource li a {
  color: #666;
  border-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 170px;
  display: inline-block;
  float: left;
}
.portlet-resource .portlet-body .resource p .name {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.portlet-resource .portlet-body .resource p a {
  color: #666;
  border-bottom: 0px;
  display: inline-block;
  float: left;
  width: 92%;
}
.portlet-resource .portlet-body .resource .other a {
  color: #666;
  border-bottom: 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
/*
    页签边框线风格
*/
.nav-pills li.active a {
  background: #0270d7;
  font-size: 16px;
  padding: 8px 20px 9px;
}
.nav-pills li.active a:hover,
.nav-pills li.active a:focus {
  background: #0270d7;
}
.detail-tabbable-custom {
  overflow: visible;
  position: relative;
}
.detail-tabbable-custom .nav-tabs li {
  margin-right: 0;
}
.detail-tabbable-custom .nav-tabs li a {
  padding: 4px 0px;
  color: #666;
  font-size: 16px;
  margin-right: 28px;
}
.detail-tabbable-custom .nav-tabs li.active {
  /*            border-top: 3px solid @color-blue;
                        background: @color-blue;
                        color:#fff;*/
  border-top-color: transparent;
  background-color: transparent;
}
.detail-tabbable-custom .nav-tabs li.active a {
  /*padding: 4px 10px;
                color:#fff;
                border-color: @color-blue;
                background: @color-blue;
                font-size:16px;*/
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #0270d7;
}
.detail-tabbable-custom .nav-tabs li.active a:hover {
  border-color: transparent;
  border-bottom: 1px solid #0270d7;
}
.detail-tabbable-custom .nav-tabs li.active a:focus {
  border-color: transparent;
  border-bottom: 1px solid #0270d7;
}
.detail-tabbable-custom .nav-tabs li.active:hover a {
  border-color: transparent;
  border-bottom: 1px solid #0270d7;
}
.detail-tabbable-custom .nav-tabs .dropdown {
  border-top: 3px solid #fff;
}
.detail-tabbable-custom .nav-tabs .dropdown .dropdown-menu a {
  background: #fff;
  color: #666;
  padding: 6px 0 6px 13px;
  font-size: 14px;
}
.detail-tabbable-custom .nav-tabs .dropdown .dropdown-menu a:hover {
  background: #eee;
}
.detail-tabbable-custom .nav-tabs .dropdown .dropdown-menu li.active {
  border-top: 3px solid #fff;
}
.detail-tabbable-custom .nav-tabs .open {
  border-top: 3px solid #0270d7;
}
.detail-tabbable-custom .nav-tabs .open .dropdown-toggle {
  background: #0270d7 !important;
  color: #fff !important;
  border-color: #0270d7 !important;
}
.detail-tabbable-custom .nav-pills {
  margin-bottom: 0;
}
.detail-tabbable-custom .nav-more .dyicon-arrow-left21,
.detail-tabbable-custom .nav-more .dyicon-uniEC7A {
  display: inline-block;
  color: #ADADAD;
  border: 1px solid #ADADAD;
  margin-top: 4px;
  font-size: 11px;
  margin-left: 6px;
  padding: 1px;
}
.detail-tabbable-custom .nav-more .dyicon-arrow-left21:hover,
.detail-tabbable-custom .nav-more .dyicon-uniEC7A:hover,
.detail-tabbable-custom .nav-more .dyicon-arrow-left21:focus,
.detail-tabbable-custom .nav-more .dyicon-uniEC7A:focus {
  color: #0270d7;
  cursor: pointer;
  border: 1px solid #0270d7;
}
.detail-tabbable-custom .nav-more .disabled {
  color: #ddd;
  border: 1px solid #ddd;
}
.detail-tabbable-custom .nav-more .disabled:hover {
  color: #ddd;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.detail-tabbable-custom .nav-more button {
  margin-right: 10px;
}
.detail-tabbable-custom .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
  padding: 15px 0;
}
.detail-tabbable-custom .tab-resource {
  padding: 15px 0;
}
.detail-tabbable-custom .tab-border {
  border: 1px solid #ddd !important;
  padding: 15px;
}
.detail-tabbable-custom .nav-more {
  position: absolute;
  top: 10px;
  right: 0;
  color: #666;
}
.detail-tabbable-custom .nav-more a {
  color: #666;
  display: inline-block;
  font-size: 12px;
}
.detail-tabbable-custom .nav-more a i {
  display: inline-block;
  margin-left: 4px;
}
.detail-tabbable-custom .nav-more a:hover {
  color: #0270d7;
}
.base-tabbable-custom {
  margin-bottom: 0;
  overflow: visible;
}
.base-tabbable-custom .detail-tabs li a {
  font-size: 16px;
  color: #666;
}
.base-tabbable-custom .detail-tabs li a:hover {
  color: #0270d7;
}
.base-tabbable-custom .detail-tabs li.active {
  border-top: 3px solid #0270d7;
}
.base-tabbable-custom .detail-tabs li.active a {
  color: #0270d7;
}
.base-tabbable-custom .detail-tabs li.active a:hover {
  color: #0270d7;
  cursor: pointer;
}
.base-tabbable-custom .detail-tabs li.active a:focus {
  color: #0270d7;
  cursor: pointer;
}
.base-tabbable-custom .detail-tabs li.active:hover a {
  color: #0270d7;
  cursor: pointer;
}
.base-tabbable-custom .detail-tabs .dropdown .dropdown-menu {
  font-size: 14px;
}
.base-tabbable-custom .detail-tabs .dropdown .dropdown-menu a {
  background: #fff;
  color: #666;
}
.base-tabbable-custom .detail-tabs .dropdown .dropdown-menu a:hover {
  background: #ddd;
}
.base-tabbable-custom .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
}
.base-tabbable-custom .tab-resource {
  padding: 15px 0 0 0;
}
.base-sub-tabbable-custom {
  overflow: visible;
  margin-bottom: 0;
}
.base-sub-tabbable-custom .nav-tabs li a {
  font-size: 14px;
  color: #666;
  padding: 4px 0px;
  margin-right: 20px;
}
.base-sub-tabbable-custom .nav-tabs li a:hover {
  color: #0270d7;
}
.base-sub-tabbable-custom .nav-tabs li.active {
  border-bottom: 0;
  border-top-color: transparent !important;
  background: transparent;
}
.base-sub-tabbable-custom .nav-tabs li.active a {
  color: #0270d7;
  border-color: #fff;
  border-bottom: 1px solid #0270d7;
  background: transparent;
  font-size: 14px;
  padding: 4px 0;
}
.base-sub-tabbable-custom .nav-tabs li.active a:hover {
  background: transparent;
  color: #0270d7;
  cursor: pointer;
  border-color: #fff;
  border-bottom: 1px solid #0270d7;
}
.base-sub-tabbable-custom .nav-tabs li.active a:focus {
  background: transparent;
  color: #0270d7;
  cursor: pointer;
  border-color: #fff;
  border-bottom: 1px solid #0270d7;
}
.base-sub-tabbable-custom .nav-tabs li.active:hover {
  background: transparent;
}
.base-sub-tabbable-custom .nav-tabs li.active:hover a {
  color: #0270d7;
  background: transparent;
  cursor: pointer;
}
.base-sub-tabbable-custom .nav-tabs li.active:focus {
  background: transparent;
}
.base-sub-tabbable-custom .nav-tabs li.active:focus a {
  color: #0270d7;
  background: transparent;
  cursor: pointer;
}
.base-sub-tabbable-custom .nav-tabs .open .dropdown-toggle,
.base-sub-tabbable-custom .nav-tabs .open a {
  background: #fff !important;
  color: #0270d7 !important;
  font-size: 16px;
  border: 0 !important;
}
.base-sub-tabbable-custom .nav-tabs .open .dropdown-menu a {
  background: #fff !important;
  color: #666 !important;
  padding: 6px 0 6px 13px;
  font-size: 14px;
}
.base-sub-tabbable-custom .nav-tabs .open .dropdown-menu a:hover {
  background: #eee !important;
}
.base-sub-tabbable-custom .nav-tabs .open .dropdown-menu li.active {
  border-top: 3px solid #eee;
}
.base-sub-tabbable-custom .nav-more {
  position: absolute;
  top: 19px;
  right: 0;
  color: #dedede;
}
.base-sub-tabbable-custom .nav-more button {
  margin-right: 10px;
}
.base-sub-tabbable-custom .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
}
.base-sub-tabbable-custom .tab-resource {
  padding: 10px 0 0;
}
.base-three-tabbable-custom {
  overflow: visible;
  margin-bottom: 0;
}
.base-three-tabbable-custom .nav-tabs li a {
  font-size: 14px;
  color: #666;
  padding: 2px 8px;
}
.base-three-tabbable-custom .nav-tabs li a:hover {
  color: #0270d7;
}
.base-three-tabbable-custom .nav-tabs li.active {
  border-bottom: 1px solid #ddd;
  border-top: 0 solid #fff !important;
  background: transparent;
}
.base-three-tabbable-custom .nav-tabs li.active a {
  color: #0270d7;
  border-color: #fff;
  background: transparent;
  font-size: 14px;
  border-bottom: 1px solid #0270d7;
}
.base-three-tabbable-custom .nav-tabs li.active a:hover {
  background: transparent;
  color: #0270d7;
  cursor: pointer;
  border-color: #fff;
  border-bottom: 1px solid #0270d7;
}
.base-three-tabbable-custom .nav-tabs li.active a:focus {
  background: transparent;
  color: #0270d7;
  cursor: pointer;
  border-color: #fff;
  border-bottom: 1px solid #0270d7;
}
.base-three-tabbable-custom .nav-tabs li.active:hover {
  background: transparent;
}
.base-three-tabbable-custom .nav-tabs li.active:hover a {
  color: #0270d7;
  background: transparent;
  cursor: pointer;
}
.base-three-tabbable-custom .nav-tabs li.active:focus {
  background: transparent;
}
.base-three-tabbable-custom .nav-tabs li.active:focus a {
  color: #0270d7;
  background: transparent;
  cursor: pointer;
}
.base-three-tabbable-custom .nav-more {
  position: absolute;
  top: 19px;
  right: 0;
  color: #dedede;
}
.base-three-tabbable-custom .nav-more button {
  margin-right: 10px;
}
.base-three-tabbable-custom .tab-content {
  border-color: #fff;
  border-top-color: #ddd;
}
.base-three-tabbable-custom .tab-resource {
  padding: 10px 0 0;
}
/*
    custom-made-title
*/
.custom-made-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.custom-made-title .text {
  font-size: 16px;
  border-bottom: 1px solid #0270d7;
  line-height: 29px;
  padding-bottom: 8px;
}
.custom-made-title .second-more {
  color: #666;
  font-size: 14px;
  float: right;
  margin-top: 3px;
}
.custom-made-title .second-more i {
  display: inline-block;
  margin-left: 4px;
}
.custom-made-title .second-more:hover,
.custom-made-title .second-more:focus {
  color: #0270d7;
  text-decoration: none;
}
.second-select .fa-info-circle {
  color: #0270d7;
}
.second-select .fa-info-circle:hover {
  color: #0270d7;
  cursor: pointer;
}
.second-select .dropdown-menu li a {
  padding: 6px 0 6px 13px !important;
}
.second-select .dropdown-menu li a .text {
  margin: 0;
}
.detail-second-title {
  border-bottom: 1px solid #DEDEDE;
  overflow: auto;
  margin-bottom: 20px;
}
.detail-second-title h2 {
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 16px 18px 4px 20px;
  color: #333;
}
.detail-second-title .edit {
  float: right;
  margin: 18px 0 4px 56px;
}
.detail-second-title .edit a {
  color: #999;
  display: inline-block;
  margin-right: 20px;
}
.detail-second-title .edit .number {
  margin-right: 4px;
  color: #37b7f3;
}
.detail-second-title .edit span {
  display: inline-block;
  margin-left: 4px;
}
/*
    subject-title
*/
.subject-title {
  border-bottom: 0px dotted #ddd;
  text-align: right;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.subject-title a {
  color: #0270d7;
}
.subject-title a:hover {
  color: #0270d7;
}
.style-title {
  margin: 34px 0 12px 0;
  position: relative;
  border-bottom-color: transparent !important;
}
.style-title .text {
  float: none;
  display: inline;
  margin: 8px 0 0 20px;
}
.style-title .active h1 {
  background: #0270d7;
  color: #fff;
}
.style-title li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.style-title li a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.style-title li h1 {
  font-size: 18px;
  float: left;
  margin: 0;
  display: inline-block;
  background: #fff;
  color: #999;
  padding: 8px 36px;
}
.style-title h1,
.style-title h2 {
  margin: 0;
  display: inline-block;
  padding: 0 0 10px 0;
  font-size: 20px;
  background: transparent;
  color: #333;
  border-bottom: 3px solid #e3e3e3;
}
.style-title h1:after,
.style-title h2:after {
  border-bottom: 3px solid #0071aa;
  position: absolute;
  left: 0;
  right: auto;
  width: 22px;
  content: "";
  height: 3px;
  top: 32px;
}
.style-title .edit {
  float: right;
  margin: 10px 0 0 40px;
}
.style-title .edit a {
  color: #999;
  display: inline-block;
  margin-left: 20px;
}
.style-title .edit a i {
  display: inline-block;
  margin-right: 4px;
}
.style-title .select {
  color: #0270d7 !important;
}
.style-title .select:hover {
  color: #0270d7;
}
.style-title .title-btn {
  float: right;
  margin: 5px 0 0 6px;
}
.style-title .second {
  display: inline-block;
  color: #666;
  margin: 0 0 0 40px;
}
.style-title .second:hover {
  color: #0270d7;
  text-decoration: none;
  cursor: pointer;
}
.style-title p {
  text-align: right;
  float: right;
  margin-bottom: 0;
}
.style-title p .second {
  display: inline-block;
  color: #666;
  margin: 7px 0 0 0;
}
.style-title p .second i {
  display: inline-block;
  margin-left: 4px;
}
.style-title p .second .fa-stack {
  margin: -4px 0 0 4px;
  color: #b0b0b0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.style-title p .second .fa-circle {
  font-size: 22px;
  margin-left: 0;
}
.style-title p .second .fa-angle-right {
  font-size: 16px;
  margin-left: 1px;
}
.style-title p .second:hover,
.style-title p .second:focus {
  color: #0270d7;
  text-decoration: none;
  cursor: pointer;
}
.style-title p .second:hover span,
.style-title p .second:focus span {
  cursor: pointer;
  color: #0270d7;
}
.style-title p .text {
  display: inline-block;
  margin-left: 30px;
  color: #333;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  margin-top: 9px;
}
.style-title p .selected {
  border-bottom: 2px solid #0071aa;
}
.style-title p .btn {
  margin-top: 2px;
}
.style-title p span {
  display: inline-block;
  color: #999;
  margin: 10px 4px 0 6px;
}
.style-title p .select {
  color: #0270d7;
}
.style-title .text-btn-group .default {
  background: transparent;
  padding-left: 20px;
  color: #666;
}
.style-title .text-btn-group .default:hover,
.style-title .text-btn-group .default:focus {
  background: transparent !important;
}
.resource-title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #A4A4A4;
  padding-bottom: 2px;
  margin-bottom: 20px;
  position: relative;
}
.resource-title .text-btn {
  font-size: 14px;
  margin-left: 20px;
  color: #666;
}
.resource-title .text-btn:hover,
.resource-title .text-btn:focus {
  color: #0270d7;
}
.resource-title .select {
  color: #0270d7;
}
.resource-title .select:hover,
.resource-title .select:focus {
  color: #0270d7;
}
.resource-title .text {
  font-size: 14px;
  color: #666;
  dispaly: inline-block;
  margin-left: 20px;
}
.resource-title .text i {
  color: #666;
  margin-left: 4px;
}
.resource-title .text:hover,
.resource-title .text:focus {
  color: #0270d7;
}
.resource-title .text:hover i,
.resource-title .text:focus i {
  display: inline-block;
  color: #0270d7;
}
.resource-title .text .select {
  color: #0270d7;
}
.resource-title .text .select:hover,
.resource-title .text .select:focus {
  color: #0270d7;
}
.resource-title .nav-more {
  color: #dedede;
  position: absolute;
  right: 0;
  top: -2px;
}
.resource-title .nav-more a {
  color: #666;
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 0 4px;
}
.resource-title .nav-more a:hover {
  color: #0270d7;
}
.resource-title .nav-more a:hover i {
  color: #0270d7;
}
.resource-title .nav-more .selected i {
  color: #0270d7;
}
.resource-title .nav-more .selected:hover i {
  color: #0270d7;
}
.resource-title .text-btn-group .default {
  background: transparent;
  padding-left: 20px;
  color: #666;
}
.resource-title .text-btn-group .default:hover,
.resource-title .text-btn-group .default:focus {
  background: transparent !important;
}
.resource-title .bootstrap-select {
  background: transparent;
  padding-left: 20px;
  color: #666;
}
.resource-title .bootstrap-select .btn-default {
  border-color: #fff;
}
.resource-title .bootstrap-select .btn-default .filter-option {
  color: #666666;
}
.resource-title .bootstrap-select a .text:hover {
  color: #666;
}
.resource-title .bootstrap-select .btn-default:hover,
.resource-title .bootstrap-select .btn-default:focus,
.resource-title .bootstrap-select .btn-default:active,
.resource-title .bootstrap-select .btn-default.active,
.resource-title .bootstrap-select .open .dropdown-toggle.btn-default {
  background-color: transparent;
  background: transparent !important;
}
.resource-title .bootstrap-select .text {
  margin-left: 0;
}
.resource-title .second-more {
  color: #666;
  font-size: 14px;
  float: right;
  margin-top: 5px;
  margin-left: 7px;
}
.resource-title .second-more i {
  display: inline-block;
  margin-left: 4px;
}
.resource-title .second-more:hover,
.resource-title .second-more:focus {
  color: #0270d7;
  text-decoration: none;
}
.portlet .portlet-title .tools {
  position: relative;
}
.portlet .portlet-title .tools a.second-more {
  color: #ADADAD;
  font-size: 14px;
  float: right;
  margin-top: -2px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.portlet .portlet-title .tools a.second-more:hover,
.portlet .portlet-title .tools a.second-more:focus {
  text-decoration: none;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.portlet .portlet-title .tools .set-role {
  position: absolute;
  height: auto;
  right: 26px;
  top: -7px;
}
.portlet .portlet-title .tools .set-role:hover,
.portlet .portlet-title .tools .set-role:focus {
  opacity: .9;
  filter: 'alpha(opacity=90)';
  background-color: #fff;
}
/*
    定义图标组
*/
.button-group a {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 10px 5px;
  margin-right: 20px;
  font-size: 13px;
  height: 31px;
  color: #333;
}
.button-group a:hover {
  background: none repeat scroll 0 0 #ebebeb;
  border: 1px solid #adadad;
  text-decoration: none;
}
.button-group button {
  background: none repeat scroll 0 0 #f6f6f6;
  border: 1px solid #dedede;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  display: inline-block;
  padding: 6px 25px;
  margin-right: 20px;
  color: #666;
}
.button-group button:hover {
  background: none repeat scroll 0 0 #f4f1f1;
  border: 1px solid #dedede;
  text-decoration: none;
}
.button-group .blue {
  background: none repeat scroll 0 0 #0270d7;
  border: 1px solid #0270d7;
  color: #fff;
}
.button-group .blue:hover {
  background: none repeat scroll 0 0 #0270d7 !important;
  border: 1px solid #0270d7 !important;
}
.toolbar-container .btn-default {
  margin-right: 6px;
}
ul.collect-tree li {
  list-style: none;
}
ul.collect-tree li a {
  color: #fff;
  font-size: 14px;
}
ul.collect-tree li a i {
  color: #fff;
  display: inline-block;
  margin-right: 14px;
}
ul.collect-tree li a:hover {
  text-decoration: none;
}
ul.collect-tree li ul.sub-menu li a {
  border-top: 0px solid #292A2D !important;
  border-bottom: 0px solid #414247 !important;
}
ul.collect-tree .select {
  background: #fff !important;
}
ul.collect-tree .select a {
  color: #333 !important;
  background: #fff !important;
}
ul.collect-tree .select a i {
  color: #333;
}
ul.collect-tree .select:hover {
  background: #fff;
}
ul.collect-tree .select:hover a {
  background: #fff;
}
/*
    定义搜索输入栏
*/
.form-search {
  position: relative;
}
.form-search .input-group {
  float: right;
}
.form-search .input-group .form-control {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-right: 1px solid #fff;
  color: #999;
  height: 34px;
  width: auto;
}
.form-search .input-group .input-group-addon {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-left: 0 solid #fff;
  margin-left: -1px;
  width: auto;
  height: 28px;
}
.form-search .input-group .input-group-addon i {
  font-size: 15px;
}
.form-search .color-search {
  display: inline-block;
  margin-right: 10px;
}
.form-search .color-search .text {
  font-weight: normal;
  margin-right: 4px;
}
.form-search .color-search .input-group-btn {
  display: inline-block;
}
.form-search .color-search .input-group-btn i {
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 6px;
  width: 20px;
}
.form-search .color-search .input-group-btn .white {
  background: #fff;
}
.form-search .color-search .input-group-btn .green {
  background: #d6e6de;
}
.form-search .color-search .input-group-btn .lightblue {
  background: #d3e4f0;
}
.form-search .color-search .input-group-btn .blue {
  background: #ededf7;
}
.form-search .color-search .input-group-btn .grey {
  background: #e1d9d8;
}
.form-search .color-search .input-group-btn .orange {
  background: #ffc475;
}
.form-search .color-search .input-group-btn .yellow {
  background: #f1f0d1;
}
.form-search .color-search .input-group-btn .pink {
  background: #fad1d0;
}
.form-search .color-search .input-group-btn .purple {
  background: #cfcdd1;
}
.form-search .color-search-info {
  position: absolute;
  left: 10px;
  top: 36px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  float: left;
  list-style: outside none none;
  text-shadow: none;
  z-index: 1000;
  padding: 15px 15px 0 15px;
}
.form-search .color-search-info .icheck-colors {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.form-search .color-search-info .icheck-colors li {
  background: #fff none repeat scroll 0 0;
  float: left;
  height: 20px;
  margin: 4px;
  padding: 0;
  width: 20px;
}
.form-search .color-search-info .icheck-colors li:hover {
  cursor: pointer;
}
.form-search .color-search-info .icheck-colors .active {
  height: 26px;
  margin-top: 0;
}
.form-search .color-search-info .icheck-colors .white {
  background: #fff;
  border: 1px solid #ddd;
}
.form-search .color-search-info .icheck-colors .white:hover {
  background: #fff;
}
.form-search .color-search-info .icheck-colors .green {
  background: #d6e6de;
}
.form-search .color-search-info .icheck-colors .green:hover {
  background: #c8e5d7;
}
.form-search .color-search-info .icheck-colors .lightblue {
  background: #d3e4f0;
}
.form-search .color-search-info .icheck-colors .lightblue:hover {
  background: #c0dcef;
}
.form-search .color-search-info .icheck-colors .blue {
  background: #ededf7;
}
.form-search .color-search-info .icheck-colors .blue:hover {
  background: #d8d8fa;
}
.form-search .color-search-info .icheck-colors .grey {
  background: #e1d9d8;
}
.form-search .color-search-info .icheck-colors .grey:hover {
  background: #d8d0d0;
}
.form-search .color-search-info .icheck-colors .orange {
  background: #ffc475;
}
.form-search .color-search-info .icheck-colors .orange:hover {
  background: #fdba5f;
}
.form-search .color-search-info .icheck-colors .yellow {
  background: #f1f0d1;
}
.form-search .color-search-info .icheck-colors .yellow:hover {
  background: #f2f0b1;
}
.form-search .color-search-info .icheck-colors .pink {
  background: #fad1d0;
}
.form-search .color-search-info .icheck-colors .pink:hover {
  background: #f9c1bf;
}
.form-search .color-search-info .icheck-colors .purple {
  background: #cfcdd1;
}
.form-search .color-search-info .icheck-colors .purple:hover {
  background: #c8bed1;
}
/*
    微博提示信息框
*/
.weibo_media_expand {
  border-color: #d9d9d9;
  position: relative;
}
.weibo-arrow {
  cursor: default;
  margin: -18px 0 0;
  position: absolute;
  width: 22px;
  z-index: 0;
}
/*
    定义图标大小
*/
.search-photo-90-63 {
  max-width: 90px;
  max-height: 63px;
  border-radius: 3px;
}
/*
    tree
*/
.page-sidebar .collect-tree > li > a > .arrow:before {
  margin-right: 15px;
}
/*
    资源头部
*/
.resource-head-title {
  font-size: 24px;
  color: #A4A4A4;
  margin-bottom: 20px;
}
.nav-head-title {
  font-size: 24px;
  color: #4c4c4c;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.nav-head-title span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 60%;
}
.nav-head-title .more {
  position: absolute;
  top: 10px;
  right: 0;
  color: #666;
}
.nav-head-title .more .btn-link {
  color: #666;
}
.nav-head-title .more .btn-link:hover,
.nav-head-title .more .btn-link:focus {
  text-decoration: none;
}
.tabs-title {
  color: #a4a4a4;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  margin: 0 0 15px 0;
}
/*
    表单文本
*/
.label-text {
  display: inline-block;
  padding-top: 7px;
}
textarea.voice-recognition {
  height: 200px;
  color: #666;
  line-height: 22px;
  resize: vertical;
}
/*
    用于对jquery的validate框架中不支持多选框的样式修改
*/
.has-success .select2-container .select2-choices {
  border-color: #468847;
}
.has-error .select2-container .select2-choices {
  border-color: #B94A48;
}
/*end*/
.modal-footer {
  margin-top: 0;
}
.page-content-iframe {
  margin-left: 0;
  margin-top: 0;
  min-height: 600px;
  padding: 0 !important;
}
.form-select .caret {
  border: 0 none;
  height: auto;
  margin-top: -2px;
  width: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  vertical-align: middle;
  background: #fff;
}
.form-select select {
  border: 0;
  width: 100%;
  padding: 6px 0 5px 0;
}
.form-select select:hover {
  color: #333333;
  background-color: #ebebeb;
  border: 0px solid #adadad;
}
.form-select select:focus,
.form-select select:active {
  color: #333333;
  background-color: #fff;
  border: 0px solid #adadad;
}
.form-select select option:hover {
  background-color: #ebebeb;
}
.form-select.bootstrap-select {
  border: 1px solid #e5e5e5;
  position: relative;
  background: #fff;
}
.tree-dropdown-menu {
  position: relative;
}
.dropdown-resource-tree {
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px !important;
  min-width: 160px !important;
  width: 400px !important;
  float: left;
  right: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.table-info-show .show-resource {
  width: 47%;
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  margin-right: 10px;
  vertical-align: top;
}
.table-info-show .show-resource .text {
  width: 74px;
  text-align: right;
  display: block;
  margin-right: 4px;
  float: left;
}
.table-info-show .show-resource .info {
  padding-left: 84px;
  vertical-align: top;
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
}
.table {
  margin-bottom: 0;
}
.table tbody tr .bs-select {
  height: 17px;
  line-height: 17px;
  margin-top: -9px;
}
.table tbody tr .bs-select .btn-default {
  border-color: #fff;
  padding: 0;
}
.table tbody tr .bs-select .btn-default:hover {
  border-color: #ddd;
}
.table tbody tr .bs-select .dropdown-toggle {
  padding: 6px 13px;
}
.table tbody tr .catalogClassSelect,
.table tbody tr .exchangeClassSelect {
  height: auto;
  margin-top: 0;
}
.table tbody tr:hover td .bs-select,
.table tbody tr:hover td .btn-default {
  background: #f5f5f5;
  border-color: #F5F5F5;
}
.table tbody tr:hover td .bs-select:hover,
.table tbody tr:hover td .btn-default:hover {
  background: #fff;
  border-color: #999;
}
.table:hover .select-table {
  border-color: transparent ;
  background: transparent;
}
.file-container2.cre-grid .table.table-bordered {
  border: 0;
}
.file-container2.cre-grid .table.table-bordered > thead > tr > th {
  border: 0;
  border-bottom: 1px solid #E2E2E2 !important;
  font-weight: normal;
}
.file-container2.cre-grid .table.table-bordered > tbody > tr > td,
.file-container2.cre-grid .table.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #EEE;
}
.select-table {
  border-color: transparent ;
  height: 19px;
  line-height: 15px;
}
.select-table .btn {
  border-color: transparent;
  padding: 0;
}
.select-table .btn:hover,
.select-table .btn:focus {
  border-color: transparent;
  background: transparent;
}
.select-table:hover,
.select-table:focus {
  border-color: transparent;
  background: transparent !important;
}
.select-table .dropup.open .dropdown-toggle,
.select-table .dropdown.open .dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
}
.select-table .dropdown-toggle.btn-default,
.select-table:focus {
  border-color: transparent !important;
  background: transparent !important;
}
.result .result-info .input-group-addon {
  width: auto;
  float: left;
  padding: 5px 14px;
  display: inline-block;
  margin: 8px 10px 0 0;
  color: #555;
  font-size: 14px;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 15px !important;
}
.result .result-info .input-group-addon span {
  display: inline-block;
  float: left;
  height: 14px;
  line-height: 14px;
}
.result .result-info .input-group-addon span i.glyphicon {
  vertical-align: middle;
  top: 0;
  margin-left: 5px;
}
.result .result-info .input-group-addon .close {
  display: inline-block;
  margin: 2px 0px 0 8px;
  float: right;
  background-image: url(../../images/close-lable.png) !important;
  opacity: 0.6;
  background-size: cover;
}
.result .result-info .input-group-addon .close:hover,
.result .result-info .input-group-addon .close:focus {
  opacity: 1;
}
.result .result-info .input-group-addon.active input {
  border: none;
  background: transparent;
  height: 1em;
  outline: none;
}
.result .result-info .active {
  background: #f1f1f1 !important;
  color: #333 !important;
}
.favorite-tree {
  overflow: auto;
}
.add-upload-btn,
.del-upload-btn {
  color: #666;
  padding-right: 0;
}
.group-text .text {
  color: #666;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  display: inline-block;
  margin: 7px 8px 0 0;
}
.group-text .text:hover {
  color: #0270d7;
  text-decoration: none;
  border-bottom-color: #0270d7;
}
.group-text .select {
  color: #0270d7;
  text-decoration: none;
  border-bottom-color: #0270d7;
}
.group-text .select:hover {
  color: #1e80f2;
  text-decoration: none;
  border-bottom-color: #1e80f2;
}
.group-text .second-more {
  color: #666;
  font-size: 14px;
  float: right;
  margin-top: 7px;
}
.group-text .second-more i {
  display: inline-block;
  margin-left: 4px;
}
.group-text .second-more:hover,
.group-text .second-more:focus {
  color: #0270d7;
  text-decoration: none;
}
.shape-hand {
  position: absolute;
  margin-top: 28px;
  width: auto;
}
.shape-hand #hand-position {
  padding: 15px;
  border: 1px solid #cccccc;
  cursor: hand;
  background-color: #FFFFFF;
  position: relative;
  bottom: 0px;
  z-index: 999;
}
.shape-hand #hand-position .dis-in-b {
  color: #333 !important;
  font-size: 16px;
}
.shape-hand #hand-position .dis-in-b:first-child {
  width: 20px;
}
.shape-hand #hand-position .dis-in-b:first-child img {
  width: 11px;
  height: 21px;
  margin: 0;
}
.shape-hand #hand-position .dis-in-b:nth-child(2) {
  width: 70px;
}
.shape-hand #hand-position .dis-in-b:nth-child(3) {
  width: 53px;
}
.shape-hand #hand-position .dis-in-b:nth-child(4) {
  width: 150px;
}
.shape-hand #hand-position > div {
  height: 18px;
}
.shape-hand #hand-position > div:nth-child(2n) {
  height: 8px;
  overflow: hidden;
}
.shape-hand #hand-position table {
  margin-left: 8px;
}
.shape-hand #hand-position .review-default {
  height: 41px;
  vertical-align: bottom;
}
.shape-hand #hand-position table {
  width: 100%;
}
.shape-hand #hand-position table tr td {
  background: #fff !important;
}
.paragraph-line {
  border-left: 1px solid #f0f0f0;
  margin-left: 5px;
}
.paragraph-line table .paragraph-name {
  width: 300px;
  vertical-align: top;
}
.modal-body .shape-hand {
  position: relative;
  margin-top: -20px;
}
.modal-body .shape-hand #hand-position {
  border: 0;
  padding: 0;
}
.sidebar-search .form-container {
  margin-left: 10px;
  height: 35px;
  padding-top: 9px;
}
.sidebar-search .form-container .submit {
  background-image: url(../../images/public/search-icon.png);
  display: block;
  float: right;
  margin-top: 3px;
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  box-shadow: none;
  border: 0px;
  padding: 0px;
  outline: none !important;
}
.sidebar-search .form-container input[type="text"] {
  margin: 0px;
  width: 165px;
  border: 0px;
  padding: 0 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
}
.sidebar-search .form-container input[type="text"]:focus {
  outline: none !important;
}
.sidebar-search input {
  background-color: #212121 !important;
}
.sidebar-search .input-box {
  border-bottom: 1px solid #7d7d7d !important;
}
.addto-contents-search .form-search .input-group {
  float: left;
}
.addto-contents-search .checkbox-list {
  float: right;
  margin-top: 7px;
}
.portlet.box.default {
  border: 1px solid #ddd;
}
.portlet.box.default .detail-title {
  margin: 0;
}
.portlet.box.default .portlet-title {
  background-color: #f5f5f5;
  color: #000;
}
.portlet.box.default .portlet-title .caption {
  color: #666;
  font-size: 16px;
}
.portlet.box.default .portlet-title .tools a.collapse {
  background-image: url(../../images/portlet-collapse-icon.png);
}
.portlet.box.default .portlet-title .tools a.expand {
  background-image: url(../../images/portlet-expand-icon.png);
}
.portlet.box.default .portlet-body {
  padding: 20px 20px 20px 20px;
}
.portlet.box.default .portlet-body h4.block {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.portlet.box.default .portlet-resource .portlet-title .caption .edit {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.portlet.box.default .portlet-resource .portlet-title .caption:focus {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.portlet.box.blue {
  border: 1px solid #0270d7;
}
.portlet.box.blue .portlet-title {
  background-color: #0270d7;
  color: #fff;
}
.portlet.box.blue .portlet-title .caption {
  color: #fff;
}
.scroll-to-top {
  padding: 1px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  z-index: 10001;
  display: none;
  right: 20px;
}
.scroll-to-top i {
  display: inline-block;
  color: #687991;
  font-size: 30px;
  opacity: .6;
  filter: alpha(opacity=60);
}
.scroll-to-top:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.base-sub-tabbable-custom {
  position: relative;
}
.base-sub-tabbable-custom .nav-more {
  position: absolute;
  top: 5px;
  right: 0;
  color: #666;
}
.base-sub-tabbable-custom .nav-more a {
  color: #666;
  display: inline-block;
  font-size: 12px;
}
.base-sub-tabbable-custom .nav-more a i {
  display: inline-block;
  margin-left: 4px;
}
.base-sub-tabbable-custom .nav-more a:hover {
  color: #0270d7;
}
.tabbable {
  position: relative;
}
.tabbable .nav-more {
  position: absolute;
  top: 11px;
  right: 0;
  color: #666;
}
.tabbable .nav-more a {
  color: #666;
  display: inline-block;
  font-size: 12px;
}
.tabbable .nav-more a i {
  display: inline-block;
  margin-left: 4px;
}
.tabbable .nav-more a:hover {
  color: #0270d7;
}
.tabbable .nav-more a .fa-fast-forward {
  color: #999;
}
.tabbable .nav-more a .fa-fast-forward:hover {
  color: #666;
}
.tabs-left .more {
  color: #666;
}
.tabs-left .more:hover,
.tabs-left .more:focus {
  color: #0270d7;
}
.form-control-static a {
  color: #666;
}
.form-control-static a:hover,
.form-control-static a:focus {
  color: #0270d7;
}
.label-group {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  min-height: 160px;
  padding: 5px;
  overflow: auto;
}
.label-group .input-group-addon {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px 8px 5px;
  width: auto;
}
.label-group .input-group-addon .close {
  display: inline-block;
  float: left;
  margin: 1px 4px 0 4px;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #8bddd3 !important;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #53a7e2 !important;
}
.ct-label {
  font-size: 12px !important;
  fill: rgba(255, 255, 255, 0.8) !important;
}
.normal-file,
.addrf-upload-style-container {
  text-align: center;
  margin-top: 20px;
}
.barline {
  height: 4px !important;
  background: #dcdcdc !important;
  border: 0 !important;
  margin-top: 8px;
  display: inline-block;
  margin-left: 6px;
  width: 200px;
}
.barline #line {
  background: #0188cc !important;
  height: 4px !important;
}
.catalog-class-icon,
.resource-status-icon,
.resource-hdflag-icon {
  width: 14px;
  height: 14px;
}
.file-container2.cre-grid .table.table-bordered {
  border: 0;
}
.file-container2.cre-grid .table.table-bordered > thead > tr > th {
  border: 0;
  border-bottom: 1px solid #E2E2E2 !important;
  font-weight: normal;
}
.file-container2.cre-grid .table.table-bordered > tbody > tr > td,
.file-container2.cre-grid .table.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #EEE;
}
.modal-open {
  overflow: hidden !important;
}
.modal .modal-dialog .modal-content {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px !important;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 24px 25px 0 25px;
  border-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  background: url(../../images/zycf/close-b.svg) !important;
  width: 16px;
  height: 16px;
  opacity: .6;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.modal .modal-dialog .modal-content .modal-header .close:focus {
  opacity: .8;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #555;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 16px 26px 20px 26px;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table td .modal-table-title {
  padding-left: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0 26px 30px 26px;
  border-top: 0;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-left: 13px;
}
.modal .modal-dialog .modal-content .modal-footer .btn.blue {
  background-color: #46b5ea;
}
.modal .modal-dialog .modal-content .modal-footer .btn.blue:hover,
.modal .modal-dialog .modal-content .modal-footer .btn.blue:focus,
.modal .modal-dialog .modal-content .modal-footer .btn.blue:active,
.modal .modal-dialog .modal-content .modal-footer .btn.blue.active,
.modal .modal-dialog .modal-content .modal-footer .btn.blue[disabled],
.modal .modal-dialog .modal-content .modal-footer .btn.blue.disabled {
  background-color: #46b5ea !important;
}
.modal .modal-dialog .modal-content .modal-footer .btn.default {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  color: #555555;
}
.modal .modal-dialog .modal-content .modal-footer .btn.default:hover,
.modal .modal-dialog .modal-content .modal-footer .btn.defaultfocus {
  background-color: #F5F5F5 !important;
}
.bootbox-alert.modal .modal-dialog,
.bootbox-confirm.modal .modal-dialog,
.bootbox-prompt.modal .modal-dialog {
  width: 420px;
}
.bootbox-alert.modal .modal-dialog .modal-content .modal-body,
.bootbox-confirm.modal .modal-dialog .modal-content .modal-body,
.bootbox-prompt.modal .modal-dialog .modal-content .modal-body {
  padding: 60px 26px 30px 26px;
}
.bootbox-alert.modal .modal-dialog .modal-content .modal-body .bootbox-body,
.bootbox-confirm.modal .modal-dialog .modal-content .modal-body .bootbox-body,
.bootbox-prompt.modal .modal-dialog .modal-content .modal-body .bootbox-body {
  font-size: 18px;
  color: #555555;
  text-align: center;
}
.bootbox-alert.modal .modal-dialog .modal-content .modal-body button.close,
.bootbox-confirm.modal .modal-dialog .modal-content .modal-body button.close,
.bootbox-prompt.modal .modal-dialog .modal-content .modal-body button.close {
  margin-top: -36px !important;
  background: url(../../images/zycf/close-b.svg) !important;
  width: 16px;
  height: 16px;
  opacity: .6;
}
.bootbox-alert.modal .modal-dialog .modal-content .modal-body button.close:hover,
.bootbox-confirm.modal .modal-dialog .modal-content .modal-body button.close:hover,
.bootbox-prompt.modal .modal-dialog .modal-content .modal-body button.close:hover,
.bootbox-alert.modal .modal-dialog .modal-content .modal-body button.close:focus,
.bootbox-confirm.modal .modal-dialog .modal-content .modal-body button.close:focus,
.bootbox-prompt.modal .modal-dialog .modal-content .modal-body button.close:focus {
  opacity: .8;
}
.bootbox-alert.modal .modal-footer,
.bootbox-confirm.modal .modal-footer,
.bootbox-prompt.modal .modal-footer {
  padding: 15px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}
.bootbox-alert.modal .modal-footer .btn:nth-child(1),
.bootbox-confirm.modal .modal-footer .btn:nth-child(1),
.bootbox-prompt.modal .modal-footer .btn:nth-child(1) {
  margin-left: 15px;
}
.bootbox-alert.modal .modal-footer .btn + .btn,
.bootbox-confirm.modal .modal-footer .btn + .btn,
.bootbox-prompt.modal .modal-footer .btn + .btn {
  margin-left: 15px;
}
.bootbox-alert.modal .modal-footer .btn.btn-primary,
.bootbox-confirm.modal .modal-footer .btn.btn-primary,
.bootbox-prompt.modal .modal-footer .btn.btn-primary,
.bootbox-alert.modal .modal-footer .btn.btn-primary:hover,
.bootbox-confirm.modal .modal-footer .btn.btn-primary:hover,
.bootbox-prompt.modal .modal-footer .btn.btn-primary:hover,
.bootbox-alert.modal .modal-footer .btn.btn-primary:focus,
.bootbox-confirm.modal .modal-footer .btn.btn-primary:focus,
.bootbox-prompt.modal .modal-footer .btn.btn-primary:focus {
  background-color: #46b5ea;
  border-color: #46b5ea !important;
}
.bootbox .modal-dialog .modal-footer .btn-default {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.bootbox .modal-dialog .modal-footer {
  padding: 15px;
}
.bootbox .modal-dialog .modal-footer .btn + .btn {
  margin-left: 13px;
}
.confrim-btn-fr {
  float: right;
  margin-left: 15px;
}
a {
  color: #0270d7;
  text-shadow: none !important;
}
a:hover {
  text-decoration: underline;
  color: #0270d7;
}
a:active {
  text-decoration: none;
  color: #0270d7;
  cursor: pointer;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}
div.radio {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
div.radio span {
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 50% !important;
  width: 14px;
  height: 14px;
  position: relative;
}
div.radio span:hover {
  border: 1px solid #0270D7;
}
div.radio span.checked {
  background: #0270D7;
  border: 1px solid #0270D7;
}
div.radio span.checked:before {
  content: '';
  display: flex;
  align-content: center;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
div.radio.disabled span,
div.radio .disabled.active span {
  background: #EEEEEE;
  border-color: #CCCCCC;
}
div.radio.disabled span.checked,
div.radio .disabled.active span.checked {
  border-color: #EEEEEE;
}
.form-horizontal .radio {
  min-height: 34px;
}
.form-horizontal .radio > span {
  margin-top: 8px;
}
.form-horizontal table .radio {
  min-height: 0;
  padding-top: 0;
}
.form-horizontal table .radio > span {
  margin-top: 0;
}
.radio-list > label.radio-inline:first-child {
  padding: 0;
  margin-left: 0px;
}
.radio-list .radio-inline {
  margin-right: 30px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  padding: 0;
  margin-left: 0px;
}
div.checker {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0 !important;
}
div.checker span {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  width: 14px;
  height: 14px;
}
div.checker span:hover {
  border-color: #0270D7;
}
div.checker span.checked {
  background-position: -76px -260px;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  background: #0270D7;
  border: 1px solid #0270D7;
  position: relative;
}
div.checker span.checked:before {
  content: "";
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  top: 0px;
  left: 3px;
  border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
div.checker.disabled span,
div.checker.disabled.active span {
  background: #EEEEEE;
  border-color: #D9D9D9;
}
div.checker.disabled span:hover,
div.checker.disabled.active span:hover {
  border-color: #D9D9D9;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
  border-color: #EEEEEE;
}
div.checker.disabled span.checked:before,
div.checker.disabled.active span.checked:before {
  box-shadow: none;
  -moz-box-shadow: none;
}
.form-horizontal .checker {
  min-height: 34px;
}
.form-horizontal .checker > span {
  margin-top: 10px;
}
.form-horizontal table .checker {
  min-height: 0px;
  padding-top: 0;
}
.form-horizontal table .checker > span {
  margin-top: 0;
}
.checkbox-list .checkbox-inline {
  margin-right: 30px;
}
.checkbox-list .checkbox-inline:last-child {
  margin-right: 0;
}
.checkbox-list > label.checkbox-inline:first-child {
  padding: 0;
}
.checkbox-list > label.checkbox-inline {
  padding: 0;
  min-width: 95px;
}
.form-horizontal .input-group-addon .checker {
  min-height: 14px;
}
.form-horizontal .input-group-addon .checker > span {
  margin-top: 0;
}
textarea.form-control {
  width: 100%;
  min-height: 120px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 4px !important;
}
textarea.form-control:focus {
  border-color: #0270D7;
}
.btn {
  padding: 6px 19px;
  font-size: 14px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  text-shadow: none;
  border-width: 1px;
  color: #333;
  background: #EFEEEE;
  border-color: #EFEEEE;
  min-width: 88px;
}
.btn:hover {
  background: #F5F5F5;
  border-color: #F5F5F5;
}
.btn:focus {
  background: #DDDDDD;
  border-color: #DDDDDD;
}
.btn > i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
  margin-top: 0;
}
.btn-sm {
  padding: 4px 10px;
  min-width: 86px;
}
.btn-sm > i {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.btn-xs {
  padding: 2px 10px;
  min-width: 74px;
}
.btn-xs > i {
  font-size: 11px;
  margin-right: 4px;
  vertical-align: middle;
}
.btn-toolbar {
  padding: 6px 8px;
  margin-left: 0;
  min-width: 46px;
}
.btn-info {
  color: #fff;
  background: #0270D7 !important;
  border-color: #0270D7 !important;
}
.btn-info:hover {
  background: #1A7EDA !important;
  border-color: #1A7EDA !important;
}
.btn-info:focus {
  background: #0165C1 !important;
  border-color: #0165C1 !important;
}
.btn-default {
  background: #fff !important;
  border-color: #CFCFCF !important;
  color: #555555;
}
.btn-default:hover {
  border-color: #D2D2D2 !important;
}
.btn-default:focus {
  background: #EEEEEE !important;
  border: 1px solid #D2D2D2 !important;
}
.btn-default > i {
  color: #555555;
}
.btn-success {
  background: #8CDA52;
  border-color: #8CDA52;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus {
  background: #81C94D;
  border-color: #8CDA52;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #3276B1;
  border-color: #428bca;
}
.open-btn,
.condition-search {
  padding: 6px 10px 5px 10px;
  min-width: 20px;
  background: #fff !important;
  border: 1px solid #0270D7 !important;
  border-radius: 4px !important;
  color: #0270D7;
  margin: 0 !important;
}
.open-btn:hover,
.condition-search:hover,
.open-btn:focus,
.condition-search:focus {
  color: #0270D7;
}
.btn-danger {
  color: #fff;
  background-color: #CA3636;
  border-color: #CA3636;
}
.btn-danger:hover {
  background: #CF4A4A;
  border-color: #CF4A4A;
}
.btn-danger:focus {
  background: #B63030;
  border-color: #B63030;
}
.btn-danger > i {
  color: #fff !important;
}
.btn-icon {
  min-width: 10px;
  padding: 6px 14px;
}
.btn-icon > i {
  font-size: 16px;
  margin-right: 0px;
  color: #555;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background: #F5F5F5 !important;
  border-color: #F5F5F5 !important;
  color: #999 !important;
}
.btn.disabled > i,
.btn[disabled] > i,
fieldset[disabled] .btn > i {
  color: #D2D2D2;
}
.btn-group .btn {
  border-color: #cfcfcf !important;
  border-radius: 0 !important;
  padding: 6px 10px;
  min-width: 10px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.btn-group .btn:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.tooltip.top {
  margin-top: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip-inner {
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-right: 0;
  border-radius: 4px 0 0 4px !important;
  padding: 6px 10px;
  color: #4A4A4A;
}
.input-group .form-control:first-child:focus,
.input-group-addon:first-child:focus,
.input-group-btn:first-child > .btn:focus,
.input-group-btn:first-child > .btn-group > .btn:focus,
.input-group-btn:first-child > .dropdown-toggle:focus,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle):focus,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn:focus {
  border-color: #0270D7;
}
.input-group .form-control:first-child::-webkit-input-placeholder,
.input-group-addon:first-child::-webkit-input-placeholder,
.input-group-btn:first-child > .btn::-webkit-input-placeholder,
.input-group-btn:first-child > .btn-group > .btn::-webkit-input-placeholder,
.input-group-btn:first-child > .dropdown-toggle::-webkit-input-placeholder,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)::-webkit-input-placeholder,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #D2D2D2;
}
.input-group .form-control:first-child:-moz-placeholder,
.input-group-addon:first-child:-moz-placeholder,
.input-group-btn:first-child > .btn:-moz-placeholder,
.input-group-btn:first-child > .btn-group > .btn:-moz-placeholder,
.input-group-btn:first-child > .dropdown-toggle:-moz-placeholder,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle):-moz-placeholder,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D2D2D2;
}
.input-group .form-control:first-child::-moz-placeholder,
.input-group-addon:first-child::-moz-placeholder,
.input-group-btn:first-child > .btn::-moz-placeholder,
.input-group-btn:first-child > .btn-group > .btn::-moz-placeholder,
.input-group-btn:first-child > .dropdown-toggle::-moz-placeholder,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)::-moz-placeholder,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D2D2D2;
}
.input-group .form-control:first-child:-ms-input-placeholder,
.input-group-addon:first-child:-ms-input-placeholder,
.input-group-btn:first-child > .btn:-ms-input-placeholder,
.input-group-btn:first-child > .btn-group > .btn:-ms-input-placeholder,
.input-group-btn:first-child > .dropdown-toggle:-ms-input-placeholder,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle):-ms-input-placeholder,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D2D2D2;
}
.input-group .form-control:first-child:focus ~ .input-group-addon,
.input-group .form-control:first-child:focus ~ .input-group-btn button {
  border-color: #0270D7;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group-addon:last-child {
  border: 1px solid #D2D2D2;
  border-left: 0;
  background: #fff;
  border-radius: 0 4px 4px 0 !important;
  font-size: 16px;
  padding: 6px 10px;
}
.input-group-addon:last-child > i {
  color: #9B9B9B;
}
.form-control {
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 4px !important;
  color: #555;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #D2D2D2;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D2D2D2;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D2D2D2;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D2D2D2;
}
.form-control:focus {
  border-color: #0270D7;
}
.control-input .required {
  position: absolute;
  right: 0;
  top: 0;
  color: #FF1C1C;
  font-size: 20px;
  line-height: 18px;
}
.has-error .help-inline,
.has-error .help-block,
.has-error .control-label {
  color: #FF1C1C;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF1C1C;
  background-color: #FFF3F3;
}
.has-error .select2-container .select2-choice {
  border-color: #FF1C1C;
}
.has-error .tooltip.top {
  left: 15px !important;
  padding: 10px 0;
}
.has-error .tooltip.top .tooltip-inner {
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 5px !important;
  color: red;
  padding: 10px 16px;
}
.has-error .tooltip.top .tooltip-arrow {
  left: 20px;
  border-width: 11px 12px 0;
  border-top-color: #D2D2D2;
}
.has-error .tooltip.top .tooltip-arrow:before {
  bottom: 1px;
  left: 0;
  margin-left: -11px;
  border-width: 10px 11px 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fff;
}
.has-error-muti .tooltip {
  display: none;
  transform: translateY(-100%);
  top: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.has-error-muti:hover .tooltip {
  display: block;
  opacity: 0.9;
}
.has-switch {
  border-radius: 11px !important;
  background: #9A9A9A;
  height: 22px;
  border-width: 0;
  min-width: 0;
  width: 50px;
}
.has-switch.switch-off {
  background: #9A9A9A;
}
.has-switch.switch-off > div {
  left: -56%;
}
.has-switch.switch-on {
  background: #0270D7;
}
.has-switch label {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50% !important;
  margin-top: 4px;
  padding: 0;
}
.has-switch span.switch-info,
.has-switch span.switch-success {
  font-size: 12px;
  background: transparent;
  padding: 0;
  top: -3px;
  width: 32px;
}
.has-switch > div {
  width: 156%;
}
.form-horizontal .has-switch {
  margin-top: 5px;
}
.no-switchtext .has-switch {
  width: 43px;
}
.no-switchtext .has-switch.switch-on > div {
  left: -16%;
}
.no-switchtext .has-switch.switch-off {
  background: #DCDCDC;
}
.no-switchtext .has-switch.switch-off > div {
  left: -64%;
}
.no-switchtext .has-switch.switch-off.disabled {
  background: #9A9A9A;
}
.no-switchtext .has-switch span.switch-info,
.no-switchtext .has-switch span.switch-success {
  color: transparent;
}
.no-switchtext .has-switch > div {
  width: 184%;
}
.noUi-target {
  margin-top: 9px;
}
.noUi-background {
  background: #fff;
}
.noUi-base {
  border: 1px solid #d2d2d2;
  border-radius: 5px !important;
}
.noUi-connect {
  background: #f5f5f5;
  border-radius: 0 18px 18px 0 !important;
}
.noUi-origin {
  border-radius: 0 18px 18px 0 !important;
}
.noUi-handle {
  border-radius: 50% !important;
  height: 26px;
  width: 26px;
  margin: -6px 0 0 -26px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.noUi-active:after {
  border-width: 0;
}
.btn-group .btn.dropdown-toggle {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-group .btn.dropdown-toggle .caret {
  margin-top: -15px !important;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.btn-group .btn.dropdown-toggle .caret:before {
  font-size: 22px;
}
.btn-group .btn.dropdown-toggle:hover,
.btn-group .btn.dropdown-toggle:focus {
  outline: none !important;
  background-color: #fff !important;
}
.btn-group.open .btn.dropdown-toggle {
  outline: none !important !important;
  background-color: #fff;
}
.btn-group.open .btn.dropdown-toggle .caret {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  border-color: #D2D2D2 !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #D2D2D2 !important;
}
.dropdown-menu {
  border-color: #D2D2D2;
}
.dropdown-menu li a:hover {
  background-color: #DDEEFF;
  color: #555;
}
.dropdown-menu li > a {
  padding: 9px 0 9px 11px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #555;
  background-color: #DDEEFF;
}
.select2-container .select2-choice {
  border: 1px solid #d2d2d2;
  border-radius: 4px !important;
  color: #555;
}
.select2-container .select2-choice .select2-arrow {
  border: 1px solid transparent !important;
  width: 26px;
}
.select2-container .select2-choice .select2-arrow b {
  background: none !important;
  font-size: 22px;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
  display: inline-block;
  margin-top: 4px;
  font-family: FontAwesome;
  font-weight: normal;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.select2-container .select2-choice abbr.select2-search-choice-close {
  width: 16px;
  height: 16px;
  right: 7px;
  background: url(../../images/zycf/close-b.svg) #ffffff right top no-repeat;
  z-index: 2;
}
.select2-container .select2-choice abbr.select2-search-choice-close:hover {
  background-position: 0 0;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.select2-container.select2-allowclear .select2-choice .select2-arrow {
  display: none;
}
.select2-drop-active {
  border-top: 0 !important;
  margin-top: -5px;
  margin-left: 0px;
  border-color: #d2d2d2;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #d2d2d2 !important;
}
.select2-search input {
  padding: 3px 6px !important;
  color: #777;
}
.select2-results .select2-highlighted {
  background: #DDEEFF;
  color: #777;
}
.select2-drop-active .select2-results .select2-result-label {
  padding: 11px 7px 8px;
  color: #777;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 8px 6px;
  background: #F9F9F9;
  margin: 4px 4px 6px 5px;
  color: #999;
}
.form-control.select2-container .select2-choices {
  border-radius: 4px !important;
  border: 1px solid #CFCFCF;
}
.form-control.select2-container .select2-choices .select2-search-choice {
  border: 1px solid #E5E5E5;
  border-radius: 100px !important;
  padding: 3px 10px 3px 20px;
}
.form-control.select2-container .select2-choices .select2-search-choice .select2-search-choice-close {
  left: 6px;
  top: 2px;
}
.input-group .timepicker {
  border-radius: 4px 0 0 4px !important;
  border: 1px solid #cfcfcf;
}
.input-group .input-group-btn .btn {
  border-radius: 0 4px 4px 0 !important;
  border: 1px solid #CFCFCF !important;
  border-left: 0;
  background-color: #E5E5E5 !important;
  min-width: 0;
  padding: 6px 14px;
  color: #999;
}
.input-group .input-group-btn .btn:hover,
.input-group .input-group-btn .btn:focus {
  color: #999;
  background-color: #E5E5E5 !important;
  z-index: 1;
}
.input-group .input-group-btn .btn i {
  margin-right: 0;
  margin-top: 0;
  vertical-align: text-top;
}
.input-group .form-control:focus ~ .input-group-btn .btn {
  border: 1px solid #0270D7 !important;
}
.bootstrap-timepicker-widget.dropdown-menu,
.datepicker,
.datetimepicker.dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px !important;
  border: 0;
}
.bootstrap-timepicker-widget.dropdown-menu:before,
.datepicker:before,
.datetimepicker.dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:after,
.datepicker:after,
.datetimepicker.dropdown-menu:after {
  content: none;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom {
  margin-top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-top,
.datepicker.datepicker-orient-top,
.datetimepicker.datetimepicker-dropdown-bottom-left {
  margin-top: 8px;
}
.datepicker.datepicker-orient-bottom {
  margin-top: -3px;
}
.datepicker.dropdown-menu,
.datetimepicker.dropdown-menu {
  padding: 10px;
}
.datepicker.dropdown-menu table,
.datetimepicker.dropdown-menu table {
  border-collapse: separate;
  border-spacing: 2px;
}
.datepicker.dropdown-menu table thead tr:first-child,
.datetimepicker.dropdown-menu table thead tr:first-child {
  border-bottom: 2px solid #E8E8E8;
  height: 65px;
}
.datepicker.dropdown-menu table thead tr:first-child th:hover,
.datetimepicker.dropdown-menu table thead tr:first-child th:hover,
.datepicker.dropdown-menu table thead tr:first-child .prev:hover i,
.datetimepicker.dropdown-menu table thead tr:first-child .prev:hover i,
.datepicker.dropdown-menu table thead tr:first-child .next:hover i,
.datetimepicker.dropdown-menu table thead tr:first-child .next:hover i {
  background: transparent;
  color: #0270D7;
}
.datepicker.dropdown-menu table thead tr:first-child .prev i,
.datetimepicker.dropdown-menu table thead tr:first-child .prev i,
.datepicker.dropdown-menu table thead tr:first-child .next i,
.datetimepicker.dropdown-menu table thead tr:first-child .next i {
  font-size: 27px;
  color: #999;
}
.datepicker.dropdown-menu table thead tr:first-child th.datepicker-switch,
.datetimepicker.dropdown-menu table thead tr:first-child th.datepicker-switch {
  width: 200px;
}
.datepicker.dropdown-menu table thead .dow,
.datetimepicker.dropdown-menu table thead .dow {
  color: #A9A9A9;
  padding-top: 8px;
}
.datepicker.dropdown-menu table tbody tr td.old,
.datetimepicker.dropdown-menu table tbody tr td.old,
.datepicker.dropdown-menu table tbody tr td.new,
.datetimepicker.dropdown-menu table tbody tr td.new,
.datepicker.dropdown-menu table tbody tr td span.old,
.datetimepicker.dropdown-menu table tbody tr td span.old,
.datepicker.dropdown-menu table tbody tr td span.new,
.datetimepicker.dropdown-menu table tbody tr td span.new {
  color: #DBDBDB;
}
.datepicker.dropdown-menu table tbody tr .day,
.datetimepicker.dropdown-menu table tbody tr .day {
  width: 36px;
  height: 36px;
  border-radius: 3px !important;
}
.datepicker.dropdown-menu table tbody tr .day:hover,
.datetimepicker.dropdown-menu table tbody tr .day:hover {
  background: #F4F9FD;
}
.datepicker.dropdown-menu table tbody tr .range,
.datetimepicker.dropdown-menu table tbody tr .range {
  background: #F4F9FD;
}
.datepicker.dropdown-menu table tbody tr .selected,
.datetimepicker.dropdown-menu table tbody tr .selected {
  background: #555;
}
.datepicker.dropdown-menu table tbody tr .year,
.datetimepicker.dropdown-menu table tbody tr .year,
.datepicker.dropdown-menu table tbody tr .month,
.datetimepicker.dropdown-menu table tbody tr .month,
.datepicker.dropdown-menu table tbody tr .hour,
.datetimepicker.dropdown-menu table tbody tr .hour,
.datepicker.dropdown-menu table tbody tr .minute,
.datetimepicker.dropdown-menu table tbody tr .minute {
  border-radius: 3px !important;
}
.datepicker.dropdown-menu table tbody tr .year:hover,
.datetimepicker.dropdown-menu table tbody tr .year:hover,
.datepicker.dropdown-menu table tbody tr .month:hover,
.datetimepicker.dropdown-menu table tbody tr .month:hover,
.datepicker.dropdown-menu table tbody tr .hour:hover,
.datetimepicker.dropdown-menu table tbody tr .hour:hover,
.datepicker.dropdown-menu table tbody tr .minute:hover,
.datetimepicker.dropdown-menu table tbody tr .minute:hover {
  background: #F4F9FD;
}
.datepicker.dropdown-menu table tbody tr td.active,
.datetimepicker.dropdown-menu table tbody tr td.active,
.datepicker.dropdown-menu table tbody tr .year.active,
.datetimepicker.dropdown-menu table tbody tr .year.active,
.datepicker.dropdown-menu table tbody tr .month.active,
.datetimepicker.dropdown-menu table tbody tr .month.active {
  background-color: #0270D7 !important;
  text-shadow: none;
}
.datepicker.dropdown-menu table tbody tr td.active:hover,
.datetimepicker.dropdown-menu table tbody tr td.active:hover,
.datepicker.dropdown-menu table tbody tr .year.active:hover,
.datetimepicker.dropdown-menu table tbody tr .year.active:hover,
.datepicker.dropdown-menu table tbody tr .month.active:hover,
.datetimepicker.dropdown-menu table tbody tr .month.active:hover {
  text-shadow: none;
  background: transparent !important;
  color: #0270D7;
  position: relative;
}
.datepicker.dropdown-menu table tbody tr td.active:hover:before,
.datetimepicker.dropdown-menu table tbody tr td.active:hover:before,
.datepicker.dropdown-menu table tbody tr .year.active:hover:before,
.datetimepicker.dropdown-menu table tbody tr .year.active:hover:before,
.datepicker.dropdown-menu table tbody tr .month.active:hover:before,
.datetimepicker.dropdown-menu table tbody tr .month.active:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 1px solid #0270D7;
  left: 0;
  border-radius: 3px !important;
}
.date-picker .input-group-btn .btn.default,
.datetime-picker .input-group-btn .btn.default,
.disabled.date-picker .input-group-btn .btn.default {
  padding: 6px 14px 6px 15px;
}
.datetime-picker .form-control[disabled] {
  border-radius: 4px !important;
  border: 1px solid #D2D2D2;
}
.date-picker.input-daterange input {
  text-align: left;
}
.date-picker.input-daterange .form-control:first-child:focus {
  border-color: #D2D2D2;
}
.date-picker.input-daterange .form-control:first-child:focus ~ .input-group-addon {
  border: 1px solid #e5e5e5;
}
.date-picker.input-daterange .input-group-addon {
  border-radius: 0 !important;
}
.date-picker.input-daterange .form-control[name="to"] {
  border-radius: 0 4px 4px 0 !important;
  border-left: 0;
}
.date-picker.input-daterange .form-control[name="to"]:focus {
  border-color: #D2D2D2;
}
.date.form_datetime .input-group-btn .date-reset,
.date.form_advance_datetime .input-group-btn .date-reset,
.date.form_meridian_datetime .input-group-btn .date-reset {
  border-radius: 0 !important;
}
.main-page {
  height: 30px;
  overflow: inherit;
}
.main-page .page-info,
.main-page .page-button {
  margin-bottom: 0;
}
.main-page .page-info {
  color: #777;
  font-size: 14px;
  margin-right: 20px;
}
.main-page .page-info .page-text {
  color: #999;
  font-size: 14px;
  margin: 0 6px 0 0;
}
.main-page .page-info .page-text:last-child {
  margin-right: 14px;
}
.main-page .page-info .page-size-select {
  padding: 0;
  border: none;
  margin-right: 6px;
}
.main-page .page-info .page-size-select .selectpicker {
  padding: 3px 0 4px 0;
}
.main-page .page-info .page-size-select .btn .caret {
  top: 50%;
  right: 4px;
}
.main-page .page-info .page-size-select .filter-option {
  left: 7px;
  right: 10px;
  font-size: 14px;
}
.main-page .pagination .active a,
.main-page .pagination .active a:hover {
  color: #fff;
  background: #0270D7;
  border-color: transparent;
}
.main-page .pagination > li a {
  border-radius: 3.32px !important;
  margin-right: 4px;
  padding: 4px 11px 4px;
  color: #555;
  font-size: 14px;
  border-color: transparent;
}
.main-page .pagination > li a:hover {
  background-color: #f5f5f5;
}
.main-page .pagination > li:first-child a,
.main-page .pagination > li:last-child a {
  font-size: 0;
  line-height: 0;
  padding: 3px 11px 3px;
  position: relative;
  background-color: #F5F5F5;
  border-color: #D2D2D2;
}
.main-page .pagination > li:first-child a:before,
.main-page .pagination > li:last-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 22px;
}
.main-page .pagination > li:first-child a i,
.main-page .pagination > li:last-child a i {
  font-size: 22px;
}
.main-page .pagination > li:first-child a:before {
  content: '\f104';
}
.main-page .pagination > li:last-child a:before {
  content: '\f105';
}
.main-page .pagination > li.disabled a,
.main-page .pagination > li.disabled a:hover {
  border-color: transparent;
}
.main-page .pagination > li.disabled:first-child a,
.main-page .pagination > li.disabled:last-child a {
  background: #f5f5f5;
  border-color: transparent;
}
.main-page .pagination > li.disabled:first-child a:before,
.main-page .pagination > li.disabled:last-child a:before,
.main-page .pagination > li.disabled:first-child a i,
.main-page .pagination > li.disabled:last-child a i {
  color: #D2D2D2;
}
.main-page .page-button .page-number,
.main-page .page-button .page-text {
  display: none;
}
.main-page .page-button .form-control {
  border-radius: 3.32px 0 0 3.32px !important;
  border-color: #d2d2d2;
  font-size: 14px;
  color: #555;
  height: 30px;
  margin-right: -1px;
  width: 40px !important;
  margin-left: 6px;
}
.main-page .page-button .goto-page {
  font-size: 0;
  line-height: 0;
  background-color: #f5f5f5 !important;
  border-color: #d2d2d2 !important;
  height: 30px;
  border-radius: 0 3.32px 3.32px 0 !important;
  min-width: 40px;
  padding: 8px 10px 5px;
}
.main-page .page-button .goto-page:before {
  content: "Go";
  font-size: 12px;
  color: #555;
}
.table thead tr th,
.table .head td,
.table tr th {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
.table tbody tr td {
  padding: 15px 8px;
}
.table .clickable-css {
  color: #0270D7;
}
.table tr td .input-text .form-control {
  width: 100px;
  border-radius: 0 !important;
}
.table tr td .input-text .fa-edit {
  color: transparent;
  transition: color 0.2s linear;
}
.table tr td .input-text .tooltip.top {
  left: 0px !important;
}
.table tr td .hoverModifyInOutPoint {
  color: transparent;
  transition: color 0.2s linear;
}
.table tr td .has-error .form-control {
  border-color: #FF1C1C;
  background-color: #FFF3F3;
}
.table tr td .has-error .form-control:hover,
.table tr td .has-error .form-control:focus {
  border-color: #FF1C1C;
  background-color: #FFF3F3;
}
.table tr:hover td .input-text .fa-edit,
.table tr:hover td .hoverModifyInOutPoint {
  color: #999;
}
.table .row-details {
  margin-right: 6px;
}
.table .catalog-table-cell-text .sort-arrow {
  position: static;
  margin-left: 6px;
}
.table .table-cell-div figure.active#pie circle:nth-child(2) {
  fill: #D8D8D8;
  stroke: #7ED321;
}
.table .table-cell-div figure .percentage {
  display: none;
}
.table.table-striped tbody tr td {
  border-top: 0;
}
.table.table-hover tbody tr:hover > td,
.table.table-hover tbody tr:hover > th {
  background-color: #F4F9FD;
}
.table-scrollable {
  border: 0;
}
.table tbody .table-active td,
.table-bordered tbody .table-active td,
.table tbody .table-active th,
.table-bordered tbody .table-active th {
  background-color: #F4F9FD !important;
}
.table tbody .table-active:hover td,
.table-bordered tbody .table-active:hover td,
.table tbody .table-active:hover th,
.table-bordered tbody .table-active:hover th {
  background-color: #F4F9FD !important;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 8px;
}
.cre-grid .table-control-data-tbody .table .table-info .list-inline li {
  margin-left: 24px;
  width: 27%;
}
.exchangeClassGrid table thead {
  background: #F9F9F9;
}
.exchangeClassGrid table tbody tr .bs-select .dropdown-toggle {
  padding: 0;
  border: 0 !important;
  background-color: transparent !important;
}
.exchangeClassGrid table tbody tr .bs-select .dropdown-toggle:hover,
.exchangeClassGrid table tbody tr .bs-select .dropdown-toggle:focus {
  background-color: transparent !important;
}
.exchangeClassGrid table tbody tr:hover td .bs-select,
.exchangeClassGrid table tbody tr:hover td .btn-default {
  background-color: transparent;
}
.exchangeClassGrid table tbody tr:hover td .bs-select:hover,
.exchangeClassGrid table tbody tr:hover td .btn-default:hover {
  background-color: transparent;
}
.exchangeClassGrid table .delete-exchange-tr {
  color: #4A90E2;
}
.sidebar-toggler {
  width: 20px;
  height: 16px;
  margin-right: 18px;
  background-image: url(../../images/zycf/sidebar-toggler.svg);
  opacity: 0.7;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.page-content .page-breadcrumb.breadcrumb,
.page-breadcrumb.breadcrumb {
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
  background-color: transparent !important;
  color: #999;
}
.page-content .page-breadcrumb.breadcrumb > li,
.page-breadcrumb.breadcrumb > li {
  display: inline;
}
.page-content .page-breadcrumb.breadcrumb li,
.page-breadcrumb.breadcrumb li {
  color: #151515;
  vertical-align: middle;
  position: relative;
}
.page-content .page-breadcrumb.breadcrumb li a,
.page-breadcrumb.breadcrumb li a {
  color: #999;
  margin-right: 10px;
  overflow: visible;
  vertical-align: inherit;
  line-height: 20px;
  height: 20px;
  max-width: initial;
}
.page-content .page-breadcrumb.breadcrumb li a:hover,
.page-breadcrumb.breadcrumb li a:hover {
  color: #4A90E2 !important;
  text-decoration: none;
}
.page-content .page-breadcrumb.breadcrumb li a:after,
.page-breadcrumb.breadcrumb li a:after {
  content: '';
  position: absolute;
  display: inline;
  border-bottom: 1px solid #999;
  width: 14px;
  height: 17px;
  transform: rotate(-65deg);
  -webkit-transform: rotate(-65deg);
  -moz-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  -o-transform: rotate(-65deg);
  right: 5px;
  top: -3px;
}
.page-content .page-breadcrumb.breadcrumb .dropdown-resource-tree a:after,
.page-breadcrumb.breadcrumb .dropdown-resource-tree a:after {
  content: none;
}
.tabbable-custom {
  margin-bottom: 0;
}
.tabbable-custom > .tab-content {
  border: 0;
}
.tabbable-custom-blue .nav-tabs {
  border-color: #d2d2d2;
}
.tabbable-custom-blue .nav-tabs > li {
  border-top: 0;
  margin-right: 4px;
}
.tabbable-custom-blue .nav-tabs > li > a {
  padding: 7px 23px 6px 23px;
  background-color: #F5F5F5;
  border-radius: 5px 5px 0 0 !important;
  color: #4a4a4a;
  font-size: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.tabbable-custom-blue .nav-tabs > li > a:hover {
  color: #4A4A4A;
  background-color: #F4F9FD;
  border-bottom: 1px solid #d2d2d2;
}
.tabbable-custom-blue .nav-tabs > li.active {
  border-top: 0;
}
.tabbable-custom-blue .nav-tabs > li.active > a {
  color: #4a4a4a;
  border: 1px solid #d2d2d2;
  border-bottom-color: #fff;
  background-color: #fff;
}
.tabbable-custom-blue .nav-tabs > li.active > a:hover {
  border: 1px solid #d2d2d2;
  border-bottom-color: #fff;
}
.detail-tabbable-custom > .nav-tabs {
  border-bottom: 2px solid #F2F2F2;
}
.detail-tabbable-custom > .nav-tabs > li {
  margin-bottom: -3px;
  border: 0;
}
.detail-tabbable-custom > .nav-tabs > li > a {
  border: 0;
  border-bottom: 4px solid transparent;
  color: #555;
  font-size: 16px;
  padding: 6px 15px;
  margin-right: 20px;
}
.detail-tabbable-custom > .nav-tabs > li > a:hover,
.detail-tabbable-custom > .nav-tabs > li > a:focus {
  background-color: transparent;
}
.detail-tabbable-custom > .nav-tabs > li.active {
  border: 0;
}
.detail-tabbable-custom > .nav-tabs > li.active > a {
  border-bottom: 4px solid #555;
}
.detail-tabbable-custom > .nav-tabs > li.active > a:hover,
.detail-tabbable-custom > .nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom: 4px solid #555;
}
.detail-tabbable-custom .tab-content {
  border: none;
}
.detail-title {
  border-bottom: 2px solid #f2f2f2 !important;
  margin: 15px 0;
  position: relative;
}
.detail-title .text {
  float: none;
  display: inline;
  margin: 8px 0 0 20px;
}
.detail-title .active h1 {
  background: #0270d7;
  color: #fff;
}
.detail-title li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.detail-title li a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.detail-title li h1 {
  font-size: 18px;
  float: left;
  margin: 0;
  display: inline-block;
  background: #fff;
  color: #999;
  padding: 8px 36px;
}
.detail-title h1,
.detail-title h2 {
  font-size: 16px;
  margin: 0 0 -3px 0;
  display: inline-block;
  color: #555;
  padding: 8px 15px;
  border-bottom: 4px solid #555;
}
.detail-title .edit {
  float: right;
  margin: 10px 0 0 40px;
}
.detail-title .edit a {
  color: #999;
  display: inline-block;
  margin-left: 20px;
}
.detail-title .edit a i {
  display: inline-block;
  margin-right: 4px;
}
.detail-title .select {
  color: #0270d7 !important;
}
.detail-title .select:hover {
  color: #0270d7;
}
.detail-title .title-btn {
  float: right;
  margin: 5px 0 0 6px;
}
.detail-title .second {
  display: inline-block;
  color: #666;
  margin: 0 0 0 20px;
}
.detail-title .second:hover {
  color: #0270d7;
  text-decoration: none;
  cursor: pointer;
}
.detail-title p {
  text-align: right;
  float: right;
  margin-bottom: 0px;
}
.detail-title p .second {
  display: inline-block;
  color: #666;
  margin: 7px 0 0 0;
}
.detail-title p .second i {
  display: inline-block;
  margin-left: 4px;
}
.detail-title p .second:hover {
  color: #0270d7;
  text-decoration: none;
  cursor: pointer;
}
.detail-title p .btn {
  margin-top: 2px;
}
.detail-title p span {
  display: inline-block;
  color: #999;
  margin: 10px 4px 0 6px;
}
.detail-title p .select {
  color: #0270d7;
}
.detail-title .text-btn-group .default {
  background: transparent;
  padding-left: 20px;
  color: #666;
}
.detail-title .text-btn-group .default:hover,
.detail-title .text-btn-group .default:focus {
  background: transparent !important;
}
.custom-made-title {
  border-bottom: 2px solid #f2f2f2;
}
.custom-made-title .text {
  border-bottom: 4px solid #555;
  margin-bottom: -2px;
  padding: 8px 15px;
}
.base-sub-tabbable-custom > .nav-tabs > li,
.base-three-tabbable-custom > .nav-tabs > li {
  border: 0;
}
.base-sub-tabbable-custom > .nav-tabs > li > a,
.base-three-tabbable-custom > .nav-tabs > li > a {
  font-size: 16px;
  color: #555;
  padding: 7px 16px;
  border: 0;
  border-bottom: 1px solid transparent;
}
.base-sub-tabbable-custom > .nav-tabs > li > a:hover,
.base-three-tabbable-custom > .nav-tabs > li > a:hover,
.base-sub-tabbable-custom > .nav-tabs > li > a:focus,
.base-three-tabbable-custom > .nav-tabs > li > a:focus {
  color: #555;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
}
.base-sub-tabbable-custom > .nav-tabs > li.active,
.base-three-tabbable-custom > .nav-tabs > li.active {
  border: 0;
}
.base-sub-tabbable-custom > .nav-tabs > li.active:hover a,
.base-three-tabbable-custom > .nav-tabs > li.active:hover a {
  color: #555;
  border-bottom: 1px solid #555;
}
.base-sub-tabbable-custom > .nav-tabs > li.active > a,
.base-three-tabbable-custom > .nav-tabs > li.active > a {
  color: #555;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding: 7px 16px;
}
.base-sub-tabbable-custom > .nav-tabs > li.active > a:hover,
.base-three-tabbable-custom > .nav-tabs > li.active > a:hover,
.base-sub-tabbable-custom > .nav-tabs > li.active > a:focus,
.base-three-tabbable-custom > .nav-tabs > li.active > a:focus {
  border: 0;
  color: #555;
  border-bottom: 1px solid #555;
}
.base-sub-tabbable-custom .tab-content,
.base-three-tabbable-custom .tab-content {
  border: 0;
}
.tabbable-custom-blue-block > ul.nav-tabs {
  margin-bottom: 15px;
}
.tabbable-custom-blue-block > ul.nav-tabs > li {
  width: 25.1%;
  text-align: center;
  border: 1px solid #0270D7;
  margin-right: -1px;
  margin-bottom: -1px;
}
.tabbable-custom-blue-block > ul.nav-tabs > li a {
  padding: 7px 15px 6px 15px;
  border: 0;
}
.tabbable-custom-blue-block > ul.nav-tabs > li.active {
  border: 1px solid #0270D7;
}
.tabbable-custom-blue-block > ul.nav-tabs > li.active a {
  background: #0270D7;
  color: #fff;
}
.tabbable-custom-blue-block > ul.nav-tabs > li.active a:hover,
.tabbable-custom-blue-block > ul.nav-tabs > li.active a:focus {
  background: #0270D7;
  border: 0;
}
.tabbable-custom-blue-block > .tab-content {
  border: 0;
  margin-top: 1px;
  padding: 0;
}
.tabbable-custom-blue-block > .tab-content .portlet-resource {
  margin-bottom: 0;
}
.tabbable-custom-blue-block > .tab-content .portlet-resource .portlet-title .caption {
  border: 0;
}
.header.navbar {
  background-color: #1D2B40 !important;
}
.header.navbar .header-inner .col-md-4:first-child {
  width: 210px;
}
.header.navbar .header-inner .col-md-4,
.header.navbar .header-inner .col-lg-4,
.header.navbar .header-inner .col-sm-3,
.header.navbar .header-inner .col-xs-3 {
  width: auto;
}
.header.navbar .header-inner .navbar-brand {
  width: 210px;
  height: 64px;
  text-align: center;
  display: inline-table;
}
.header.navbar .header-inner .navbar-brand img.img-responsive.logo,
.header.navbar .header-inner .navbar-brand img.img-responsive.bate-logo,
.header.navbar .header-inner .navbar-brand img.img-responsive.app-logo {
  max-height: 40px;
  max-width: 60px;
  width: 60px;
  height: 64px;
  margin: 12px 0 0 0 !important;
}
.header.navbar .header-inner .hor-menu .navbar-nav > li {
  margin: 0px 10px 0 20px;
}
.header.navbar .header-inner .hor-menu .navbar-nav > li > a {
  padding: 22px 0 17px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.header.navbar .header-inner .hor-menu .navbar-nav > li > a:hover,
.header.navbar .header-inner .hor-menu .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #fff;
}
.header.navbar .header-inner .hor-menu .navbar-nav > li.active > a,
.header.navbar .header-inner .hor-menu .navbar-nav > li.active > a:hover {
  background: transparent !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user a,
.header.navbar .header-inner .navbar-nav .dropdown.user a {
  color: #d2d2d2;
  padding: 27px 17px 0 17px;
  margin-right: 0;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user a img,
.header.navbar .header-inner .navbar-nav .dropdown.user a img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  object-fit: cover;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user.open .dropdown-toggle,
.header.navbar .header-inner .navbar-nav .dropdown.user.open .dropdown-toggle,
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle:hover,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle:hover {
  background-color: transparent !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user.open .dropdown-toggle i,
.header.navbar .header-inner .navbar-nav .dropdown.user.open .dropdown-toggle i,
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle:hover i,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle:hover i {
  color: #fff !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle {
  padding-top: 24px;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle i,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle i {
  color: #d2d2d2 !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-toggle .badge,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle .badge {
  top: 12px;
  background: #DF473F;
  right: 0;
  height: 20px;
  padding: 4px 9px 4px 9px;
}
.header.navbar .header-inner .navbar-nav .dropdown.d-nav-user .dropdown-menu li a i,
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-menu li a i {
  vertical-align: baseline;
  margin-right: 15px;
  margin-top: 0;
  color: #777777;
}
.header.navbar .header-inner .navbar-nav .dropdown.user a {
  padding: 27px 30px 8px 17px;
}
.header.navbar .header-inner .navbar-nav .dropdown.user a:focus,
.header.navbar .header-inner .navbar-nav .dropdown.user a:hover {
  background-color: transparent;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle {
  padding-top: 21px !important;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle .username {
  color: #d2d2d2;
  margin-right: 5px;
  max-width: 90px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.header.navbar .header-inner .navbar-nav .dropdown.user .dropdown-toggle i {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.header.navbar .header-inner .navbar-nav .dropdown.user.open .dropdown-toggle i {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.header.navbar .header-inner .navbar-nav .dropdown.user > .dropdown-menu {
  margin: 6px 19px 0 0;
}
.header.navbar .header-inner .nav > li > .dropdown-menu {
  margin: 6px 5px 0 0;
  border: 0;
  border-radius: 4px !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}
.header.navbar .header-inner .nav > li > .dropdown-menu:before {
  top: -11px;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ccc;
  border-left: 11px solid transparent;
}
.header.navbar .header-inner .nav > li > .dropdown-menu:after {
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.header.navbar .header-inner .nav > li > .dropdown-menu li a:hover {
  background: #F4F9FD !important;
}
.header.navbar .header-inner .nav > li > .dropdown-menu .badge {
  background: #0270D7;
}
.header.navbar .head-select.bs-select {
  position: absolute;
  z-index: 99;
  width: 75px !important;
  left: 0;
}
.header.navbar .head-select.bs-select .dropdown-toggle {
  border-radius: 17px !important;
  border: none;
  padding: 8px 13px 6px 13px;
}
.header.navbar .head-select.bs-select .dropdown-toggle:hover,
.header.navbar .head-select.bs-select .dropdown-toggle:focus,
.header.navbar .head-select.bs-select .dropdown-toggle:active,
.header.navbar .head-select.bs-select .dropdown-toggle .active {
  background-color: #fff;
  border: none !important;
}
.header.navbar .head-select.bs-select .form-control {
  border-right: 0;
}
.header.navbar .head-select.bs-select .dropdown-menu.inner {
  background: #fff;
  border: 1px solid #ccc;
}
.header.navbar .head-select.bs-select .dropdown-menu.inner li a {
  color: #333;
}
.header.navbar .head-select.bs-select .dropdown-menu.inner li:hover {
  background-color: #ddd;
}
.header.navbar .head-select.bs-select.open .dropdown-toggle.btn-default {
  background-color: #fff;
}
.header.navbar #dy-copyright .modal-dialog {
  width: 420px;
  height: 240px;
  margin-top: 150px;
}
.header.navbar #dy-copyright .modal-dialog .modal-header {
  border-bottom: 0;
  height: 40px;
}
.header.navbar #dy-copyright .modal-dialog .modal-content {
  width: 420px;
  height: 240px;
  border: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px !important;
  text-align: center;
}
.header.navbar #dy-copyright .modal-dialog .modal-content .copy-p1 {
  font-size: 16px;
  color: #555555;
  margin-top: 2px;
}
.header.navbar #dy-copyright .modal-dialog .modal-content .copy-p2 {
  font-size: 14px;
  color: #999999;
  margin-top: -4px;
}
.header.navbar #dy-copyright .modal-dialog .modal-content .btn {
  margin-top: 42px;
}
.page-header-fixed .page-container {
  margin-top: 64px;
}
.line-help {
  background: #E1F5FF;
  border: 1px solid #BBE0F0;
  border-radius: 4px !important;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px;
  color: #2F7090;
  margin-bottom: 15px;
}
.line-help span {
  position: relative;
  margin-left: 52px;
}
.line-help circle[class*="bg-"] {
  position: absolute;
  top: 3px;
  left: -11px;
}
.line-help .close {
  margin-left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../images/zycf/close-b.svg) !important;
  background-size: cover;
  opacity: 0.6;
  margin: 10px 0 0 0;
}
.line-help .close:hover,
.line-help .close:focus {
  opacity: 1;
}
.no-content {
  width: 100%;
  height: 80px;
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 80px;
}
@media (min-width: 992px) {
  .page-sidebar {
    width: 210px !important;
  }
}
.page-sidebar-wrapper .page-sidebar {
  background-color: #F6F6F6;
  border-right: 1px solid #DEDADF;
  height: 100% !important;
}
.page-sidebar-wrapper .page-sidebar .sidebar-logo {
  padding: 15px 15px 8px 15px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu {
  overflow: auto;
  width: 209px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu .badge {
  background-color: #0270D7 !important;
  position: absolute;
  right: 0px;
  top: 16px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a {
  padding: 14px 15px;
  border-left: 3px solid transparent;
  font-size: 16px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a:hover {
  background-color: rgba(29, 43, 64, 0.04) !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a:focus {
  border-left-color: #1D79CD;
  background-color: rgba(29, 43, 64, 0.04) !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a > .arrow.open:before {
  margin-right: 0px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a i {
  font-size: 20px;
  color: #333;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li > a .dyicon-folder {
  font-size: 16px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.active > a,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.open > a {
  border-left-color: #1D79CD;
  background-color: rgba(29, 43, 64, 0.04) !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.active > a:hover,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.open > a:hover {
  background-color: rgba(29, 43, 64, 0.04) !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.active > a:focus,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.open > a:focus {
  border-left-color: #1D79CD;
  background-color: rgba(29, 43, 64, 0.04) !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.active > a i,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.open > a i {
  color: #333;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.active .sub-menu,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li.open .sub-menu {
  display: block;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu {
  margin: 12px 0px 0px 0px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li > a {
  color: #666;
  padding: 5px 0px 6px 48px !important;
  font-size: 16px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li > a:hover,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li > a:focus {
  color: #0270D7 !important;
  background: none !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li > a .arrow:before {
  margin-right: 18px;
  font-size: 14px;
  content: "\ec77";
  font-family: 'icomoon';
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li.active > a {
  color: #0270D7 !important;
  background: none !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li.active > a:hover {
  color: #0270D7 !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li.open ul.sub-menu,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li ul.sub-menu {
  padding-left: 54px;
  margin-top: 0;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu > li > ul.sub-menu > li > a {
  padding: 5px 0px 6px 5px !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li.open > a {
  background: transparent !important;
  color: #0270D7 !important;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li > ul.sub-menu > li.active > a .arrow:before,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li > ul.sub-menu > li > a:hover .arrow:before,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li ul.sub-menu li.open > a .arrow:before {
  margin-right: 18px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li .sub-menu {
  display: none;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu > li .sub-menu .jstree {
  padding-left: 15px;
  padding-top: 4px;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li a .arrow.open:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li a .arrow:before {
  content: "\ec77";
  font-family: 'icomoon';
  margin-right: 0px;
  color: #999 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li.dynamic-append {
  position: relative;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li.dynamic-append .public-root-folder-btn,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li.dynamic-append .cog-root-folder-btn,
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li.dynamic-append #add-root-favorite-folder-btn {
  position: absolute;
  right: 41px;
  top: 18px;
  font-size: 14px;
  color: #333;
  z-index: 99;
}
.page-sidebar-wrapper .page-sidebar ul.page-sidebar-menu li.dynamic-append .public-root-folder-btn {
  right: 18px;
}
.page-sidebar-wrapper .page-sidebar .sidebar-space-progress {
  text-align: left;
  width: 154px;
  bottom: 0;
  left: 27px;
  position: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-sidebar-wrapper .page-sidebar .sidebar-space-progress .progress {
  background-color: #D4D4D4;
  border-radius: 10px !important;
  height: 10px;
  margin-bottom: 5px;
}
.page-sidebar-wrapper .page-sidebar .sidebar-space-progress .progress .progress-bar-info {
  background-color: #8CDA52;
  border-radius: 10px !important;
  box-shadow: none;
}
.page-sidebar-wrapper .page-sidebar .space-progress-info {
  font-size: 12px;
  color: #555;
  padding-left: 3px;
}
.jstree .jstree-container-ul .jstree-node .jstree-icon.fa-folder {
  color: #A6ADB5;
}
.toolbar-group .bs-select.form-control {
  width: 125px;
}
.toolbar-group .btn {
  min-width: 10px;
  padding: 6px 8px;
}
.toolbar-group .btn i {
  margin-right: 2px;
}
.toolbar-group .toolbar-right .btn-group-sm {
  margin-right: 0 !important;
}
.toolbar-group .toolbar-right .btn-group-sm .btn.btn-list,
.toolbar-group .toolbar-right .btn-group-sm .btn.btn-thumbnail,
.toolbar-group .toolbar-right .btn-group-sm .btn.btn-summary,
.toolbar-group .toolbar-right .btn-group-sm .btn.btn-table {
  border: 0;
  background: transparent;
  padding: 6px 0;
}
.form-toolbar .btn {
  padding: 6px 8px;
  min-width: 0;
}
.form-toolbar .btn i {
  margin-right: 2px;
}
.form-toolbar.apply-list-form .text {
  color: #999;
  margin-right: 8px;
}
.form-toolbar.apply-list-form .text:hover,
.form-toolbar.apply-list-form .text:focus {
  color: #0270D7;
  text-decoration: none;
}
.form-toolbar.apply-list-form .btn-group #search-status-title {
  border-right: 0;
  border-radius: 4px 0 0 4px !important;
}
.form-toolbar.apply-list-form .btn-group #search-status-title:hover,
.form-toolbar.apply-list-form .btn-group #search-status-title:focus {
  border-right: 0 !important;
  background: #fff !important;
}
.form-toolbar.apply-list-form .btn-group .dropdown-toggle,
.form-toolbar.apply-list-form .btn-group.open .btn.dropdown-toggle {
  border-left: 0;
  margin-right: 8px;
  border-radius: 0 4px 4px 0 !important;
  border-color: #cfcfcf !important;
}
.form-toolbar.apply-list-form .btn-group .dropdown-toggle:hover,
.form-toolbar.apply-list-form .btn-group.open .btn.dropdown-toggle:hover,
.form-toolbar.apply-list-form .btn-group .dropdown-toggle:focus,
.form-toolbar.apply-list-form .btn-group.open .btn.dropdown-toggle:focus {
  border-left: 0 !important;
}
.form-toolbar.apply-list-form .btn-group .dropdown-toggle i.fa-angle-down,
.form-toolbar.apply-list-form .btn-group.open .btn.dropdown-toggle i.fa-angle-down {
  font-size: 22px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 6px;
  margin: 0;
  transition: transform 0.5s;
}
.form-toolbar.apply-list-form .btn-group.open .btn.dropdown-toggle i.fa-angle-down {
  transform: rotate(180deg);
}
.toolbar-right .custom-made-form .form-main .search-btn,
.toolbar-left .custom-made-form .form-main .search-btn {
  color: #0270D7;
  background: transparent !important;
  border-color: #0270D7 !important;
  min-width: 0;
}
.page-content .advanced-search .custom-made-form.more-conditions-info {
  display: block;
}
.advanced-search .bootstrap-select.btn-group .btn .caret,
.toolbar-group .bootstrap-select.btn-group .btn .caret {
  right: 5px;
}
.advanced-search,
.page-content .advanced-search {
  margin-bottom: 0;
}
.custom-made-form {
  position: relative;
}
.custom-made-form li {
  margin: 0 8px 0 0;
}
.custom-made-form li .open-btn,
.custom-made-form li .condition-search {
  padding: 6px 10px 5px 10px;
  min-width: 20px;
  background: #fff !important;
  border: 1px solid #0270D7 !important;
  border-radius: 4px !important;
  color: #0270D7;
  margin: 0 !important;
}
.custom-made-form li .condition-reset {
  background: none !important;
  border-color: transparent !important;
  color: #4A90E2;
  padding: 6px 6px 5px 6px;
  min-width: 0;
}
.custom-made-form li .search-template {
  display: inline;
  width: 125px;
}
.custom-made-form li.last.fr {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-made-form li.last.fr .open-btn {
  font-size: 14px;
  color: #4A90E2;
  border: 0 !important;
}
.custom-made-form li.last.fr .more-conditions {
  background-color: transparent;
  border: 0 !important;
  color: #4A90E2;
  padding: 6px 0 5px 0;
  min-width: 0;
}
.custom-made-form li .btn-link {
  background: transparent;
  border-color: transparent;
  min-width: 0;
  padding: 6px 6px;
  color: #4A90E2;
}
.custom-made-form li .btn-link:hover,
.custom-made-form li .btn-link:focus {
  text-decoration: none;
}
.guestbook .chats {
  margin-top: 0;
}
.guestbook .chats .in {
  border-bottom: 1px solid #EEEEEE;
}
.guestbook .chats .in .avatar {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
}
.guestbook .chats .in .message {
  min-height: 45px;
  background: #fff;
  border: 0 solid #ddd;
  border-bottom: 1px solid #fff;
  margin-left: 50px;
  text-align: left;
  padding: 0 0 10px 10px;
  font-size: 14px;
  color: #555;
}
.guestbook .chats .in .message span {
  word-break: break-all !important;
}
.guestbook .chats .in .message .media-heading {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 2px;
}
.guestbook .chats .in .message .media-heading a {
  color: #999;
}
.guestbook .chats .in .message .media-heading a:hover {
  color: #45B5E9;
}
.guestbook .chats .in .message .media-heading .reply {
  color: #999;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 3px;
  display: none;
}
.guestbook .chats .in .message .media-heading .reply .time {
  display: inline-block;
}
.guestbook .chats .in .message .media-heading .reply .text {
  display: inline-block;
  width: 70px;
  color: #999;
  text-align: right;
}
.guestbook .chats .in .message p {
  margin-top: 15px;
  margin-bottom: 0;
}
.guestbook .chats .in .message p .text {
  margin-right: 30px;
}
.guestbook .chats .in .message p .text i {
  font-size: 16px;
  color: #999;
}
.guestbook .chats .in .message p .text a {
  color: #999;
}
.guestbook .chats .in .message p .text a:hover {
  color: #45B5E9;
}
.guestbook .chats .in .message .arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ddd;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 5px;
  width: 0;
}
.guestbook .chats .in .text-right a {
  color: #666;
  margin-top: 10px;
}
.guestbook .chats .in .text-right a:hover {
  color: #0270d7;
  text-decoration: none;
}
.guestbook .chats .in .text-right .edit {
  background: #f6f6f6;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 6px 25px;
  display: inline-block;
}
.guestbook .chats .in .text-right .edit:hover {
  background: #0270d7;
  border: 1px solid #0270d7;
  color: #fff;
}
.guestbook .chats .in .remassage {
  margin-top: 10px;
}
.guestbook .chats .in .remassage .avatar {
  width: 45px;
  height: 45px;
  margin-right: 8px;
}
.guestbook .chats .in .remassage textarea {
  width: 91%;
  height: 64px;
}
.guestbook .chats .last {
  border-bottom: 0px solid #ddd;
}
.show-more {
  background: #F7F7F7;
  border-radius: 4px !important;
  height: 40px;
  line-height: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.show-more i {
  font-size: 16px;
}
@-webkit-keyframes load {
  0%,
  100% {
    height: 100%;
    background: #1E92FF;
  }
  50% {
    height: 50%;
    margin: 5px 2px 5px 0;
    background: #D8D8D8;
  }
}
.loading-icon {
  width: 24px;
  height: 20px;
  font-size: 0;
}
.loading-icon span {
  display: inline-block;
  width: 4px;
  height: 100%;
  border-radius: 4px !important;
  background: #1E92FF;
  -webkit-animation: load 1s ease infinite;
  animation: load 1s ease infinite;
  margin-right: 2px;
}
.loading-icon span:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading-icon span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-icon span:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.loading {
  width: 210px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px !important;
  position: fixed;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
}
.loading .loading-icon {
  position: absolute;
  top: 13px;
  left: 93px;
}
.page-content {
  position: relative;
  overflow: hidden;
  margin-left: 210px;
}
.page-content-iframe {
  margin-left: 0;
  min-height: 600px;
  margin-top: 0;
  padding: 0 !important;
}
.well.loading-more {
  border-radius: 3px !important;
  padding: 8px 0;
  border-color: #EBEBEB;
  background-color: #F5F5F5;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  cursor: pointer;
}
.footer {
  padding: 0;
}
.d-list.common-result-summary-mode .info-main,
.result-content.common-result-summary-mode .info-main {
  padding: 10px 15px 10px 30px;
  border-bottom: 0;
}
.d-list.common-result-summary-mode .info-main .info-img .info-checkbox,
.result-content.common-result-summary-mode .info-main .info-img .info-checkbox {
  left: -26px;
}
.d-list.common-result-summary-mode .info-main .info-img .tile-advent,
.result-content.common-result-summary-mode .info-main .info-img .tile-advent {
  left: 0;
  right: auto;
}
.d-list.common-result-summary-mode .info-main .info-img .tile-hd,
.result-content.common-result-summary-mode .info-main .info-img .tile-hd {
  position: absolute;
  bottom: 3px;
  right: 2px;
  display: inline-block;
  height: 17px;
  padding: 0 10px;
  line-height: 18px;
  background: rgba(13, 13, 13, 0.7);
  z-index: 3;
  color: #fff;
  font-size: 12px;
}
.d-list.common-result-summary-mode .info-main .info-text,
.result-content.common-result-summary-mode .info-main .info-text {
  position: relative;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name,
.result-content.common-result-summary-mode .info-main .info-text .title .name {
  width: 100%;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name circle[class*="bg-"],
.result-content.common-result-summary-mode .info-main .info-text .title .name circle[class*="bg-"] {
  margin-right: 6px;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name .fa-lock,
.result-content.common-result-summary-mode .info-main .info-text .title .name .fa-lock {
  color: #999;
  margin-right: 6px;
  font-size: 12px;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name a,
.result-content.common-result-summary-mode .info-main .info-text .title .name a {
  width: auto;
  max-width: 70%;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name .classes,
.result-content.common-result-summary-mode .info-main .info-text .title .name .classes {
  display: inline-block;
}
.d-list.common-result-summary-mode .info-main .info-text .title .name .classes span,
.result-content.common-result-summary-mode .info-main .info-text .title .name .classes span {
  border: 1px solid #D2D2D2;
  border-radius: 100px !important;
  font-size: 12px;
  color: #999;
  padding: 1px 6px;
  margin-left: 2px;
}
.d-list.common-result-summary-mode .info-main .info-text .title .fr,
.result-content.common-result-summary-mode .info-main .info-text .title .fr {
  padding-left: 0;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.d-list.common-result-summary-mode .info-main .info-text .title .fr .view,
.result-content.common-result-summary-mode .info-main .info-text .title .fr .view {
  color: #999;
}
.d-list.common-result-summary-mode .info-main .info-text .title .fr .view i,
.result-content.common-result-summary-mode .info-main .info-text .title .fr .view i {
  margin-left: 20px;
  margin-right: 6px;
}
.d-list.common-result-summary-mode .info-main .info-text .kind span,
.result-content.common-result-summary-mode .info-main .info-text .kind span {
  width: 40%;
  font-size: 12px;
  color: #777777;
}
.d-list.common-result-summary-mode .selected,
.result-content.common-result-summary-mode .selected,
.d-booking-results.common-result-list-mode .selected,
.d-list.common-result-summary-mode .selected:hover,
.result-content.common-result-summary-mode .selected:hover,
.d-booking-results.common-result-list-mode .selected:hover {
  background-color: #f9f9f9;
}
.d-booking-results.common-result-list-mode .booking-result,
.booking-results .booking-result {
  padding: 10px 15px 10px 0;
  position: relative;
}
.d-booking-results.common-result-list-mode .booking-result h2,
.booking-results .booking-result h2 {
  width: 100%;
  margin-bottom: 0px;
}
.d-booking-results.common-result-list-mode .booking-result h2 .checker,
.booking-results .booking-result h2 .checker {
  margin-left: 4px !important;
}
.d-booking-results.common-result-list-mode .booking-result h2 circle[class*="bg-"],
.booking-results .booking-result h2 circle[class*="bg-"] {
  margin-right: 6px;
}
.d-booking-results.common-result-list-mode .booking-result h2 a,
.booking-results .booking-result h2 a {
  width: auto;
  max-width: 60%;
}
.d-booking-results.common-result-list-mode .booking-result h2 .classes,
.booking-results .booking-result h2 .classes {
  display: inline-block;
}
.d-booking-results.common-result-list-mode .booking-result h2 .classes span,
.booking-results .booking-result h2 .classes span {
  border: 1px solid #D2D2D2;
  border-radius: 100px !important;
  font-size: 12px;
  color: #d2d2d2;
  padding: 1px 6px;
  margin-left: 2px;
}
.d-booking-results.common-result-list-mode .booking-result .fr,
.booking-results .booking-result .fr {
  padding-left: 0;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 15px;
}
.d-booking-results.common-result-list-mode .booking-result .fr .view,
.booking-results .booking-result .fr .view {
  color: #999;
}
.d-booking-results.common-result-list-mode .booking-result .fr .view i,
.booking-results .booking-result .fr .view i {
  margin-left: 20px;
  margin-right: 6px;
}
.d-booking-results.common-result-list-mode .booking-result .list-inline li,
.booking-results .booking-result .list-inline li {
  width: 42%;
  font-size: 12px;
  color: #777777;
  margin-top: 4px;
  margin-bottom: 0px;
}
.page-content-wrapper .page-content .d-main-middle {
  transition: width 0.5s;
}
.page-content-wrapper .page-content .d-main-view {
  right: -330px;
  top: 15px;
  position: absolute;
  transition: right 0.5s;
}
.page-content-wrapper .page-content .d-main-view.active {
  right: 0;
}
.page-content-wrapper .page-content .d-main-view .base-sub-tabbable-custom > .nav-tabs > li > a {
  padding: 5px 0px;
  color: #333;
}
.page-content-wrapper .page-content .d-main-view .base-sub-tabbable-custom > .nav-tabs > li.active > a {
  border-bottom: 2px solid #0270D7;
  padding: 5px 0px;
  color: #333;
}
.page-content-wrapper .page-content .d-main-view .d-blog-twitter-img img.tiles-ico {
  height: 62px;
  width: 110px;
  margin: 0px 10px 10px 0;
  max-width: 110px;
  max-height: 110px;
}
.page-content-wrapper .page-content .d-main-view .d-view-base-info .info-name {
  margin-left: 120px;
}
.page-content-wrapper .page-content .d-main-view .d-view-base-info .info-name .view-name {
  color: #333;
}
.page-content-wrapper .page-content .d-main-view .d-view-base-info .info {
  color: #777;
  font-size: 12px;
}
.ui-corner-all {
  z-index: 10060;
  background: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #eee;
  background: #eee;
  color: #333;
}
.personal-label {
  margin-bottom: 15px;
}
.personal-label span {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  border-radius: 14px !important;
  display: inline-block;
  padding: 5px 25px;
  line-height: 14px;
  margin: 7px 16px;
  color: #555555;
}
.similarity-lable {
  margin: 0px 0 15px 0;
}
.similarity-lable a {
  padding: 2px 14px 3px 14px;
  border: 1px solid #E5E5E5;
  border-radius: 15px !important;
  color: #333;
  margin: 0 6px 0 0;
}
.similarity-lable a:hover,
.similarity-lable a:focus {
  color: #45B5E9;
  border-color: #45B5E9;
  cursor: pointer;
  text-decoration: none;
}
.select2-container-multi.label-config {
  border: none !important;
}
.select2-container-multi.label-config .select2-choices,
.select2-container-multi.label-config.select2-container-active .select2-choices {
  border: none !important;
}
.select2-container-multi.label-config .select2-choices {
  padding-left: 0px;
}
.select2-container-multi.label-config .select2-choices .select2-search-field {
  margin-top: 0 !important;
}
.select2-container-multi.label-config .select2-choices .select2-search-field .select2-input {
  background: transparent !important;
  color: #333 !important;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  width: 150px !important;
  margin: 0;
  font-size: 14px;
  padding: 6px 10px;
}
.select2-container-multi.label-config .select2-choices .select2-search-choice {
  background: #f1f1f1 !important;
  border: 1px solid #e5e5e5;
  min-width: 40px !important;
  padding: 6px 32px 6px 14px;
  font-size: 14px;
}
.select2-container-multi.label-config .select2-choices .select2-search-choice .select2-search-choice-close {
  right: 14px;
  left: auto;
}
.form-horizontal .form-group .control-label {
  padding-right: 0;
}
.control-label .required {
  color: #FF1C1C;
  font-size: 16px;
  line-height: 12px;
}
.pos-fi-btn {
  bottom: 0;
  right: 0;
  height: 60px;
  background: #fff;
  width: calc(100% - 210px);
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  z-index: 999;
}
.container .pos-fi-btn {
  width: 1110px;
  left: 50%;
  transform: translateX(-50%);
}
.input-group .input-group-btn.spinner-buttons.btn-group-vertical .spinner-up {
  border-radius: 0 4px 0 0 !important;
  border: 0;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 0px 3px;
}
.input-group .input-group-btn.spinner-buttons.btn-group-vertical .spinner-up:focus {
  border-color: #d2d2d2;
}
.input-group .spinner-buttons.btn-group-vertical .spinner-down {
  border-radius: 0 0 4px 0 !important;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 0px 3px;
  color: #4A4A4A;
}
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0 !important;
  border-color: #d2d2d2;
}
.question-tip {
  display: none;
  position: absolute;
  margin-top: 30px;
  z-index: 1000;
  background: #FFFBE4;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.question-tip .question-tip-arrow {
  position: absolute;
  top: -28px;
  left: 0px;
  width: 100%;
  height: 28px;
  overflow: hidden;
}
.question-tip .question-tip-arrow:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: #FFFBE4;
  content: '';
  z-index: 1;
}
.question-tip .question-tip-arrow:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 22px;
  left: 22px;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.question-tip table {
  margin-top: 10px;
  font-size: 12px;
}
.question-tip table tr {
  border-bottom: 1px solid #eee;
}
.question-tip table tr:first-child {
  border-bottom: 1px solid #999;
}
.question-tip table tr td {
  padding: 4px 10px;
}
.question-tip table tr td:first-child {
  border-right: 1px solid #eee;
}
.page-sidebar [class*=" fa-"] {
  width: 21px;
}
circle[class*="bg-"] {
  width: 6px;
  height: 6px;
  border-radius: 50% !important;
  display: inline-block;
}
#downloadTargets view li {
  margin: 0 11px 0 0px !important;
}
.ftp-body {
  clear: both;
}
.userDefinedRow {
  float: none;
}
.collect-resource .collect-info .text a {
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#classifyIndex {
  margin-left: -50px;
  width: 200px;
}
#classifyIndex li a {
  color: #fff;
}
#classifyIndex li a .fa-tasks {
  margin-right: 5px;
}
#classifyIndex li .dropdown-menu li a {
  color: #fff !important;
}
#classifyIndex li .dropdown-menu li a:hover,
#classifyIndex li .dropdown-menu li a:hover span {
  color: #333 !important;
}
#header-search-input {
  width: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
@media (max-width: 1312px) {
  #header-search-input {
    left: 350px;
  }
}
.settings-notice-tasks {
  height: 294px !important;
}
.fa-bell-o {
  width: 16px !important;
  height: 19px;
  background: url(../../images/zycf/bell-o.svg) no-repeat;
  background-size: contain;
}
.fa-bell-o:before {
  display: none;
}
.fa-tasks {
  width: 16px;
  height: 16px;
  background: url(../../images/zycf/tasks.svg) no-repeat;
  background-size: contain;
}
.fa-tasks:before {
  display: none;
}
