::selection {
    background-color: #f3861b !important;
}

a[href*=tel] {
    color: #6a7077;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #d70206 !important;
    border-color: #d20004 !important;
}

.magic-checkbox:checked + label:before {
    background: #f3861b !important;
    border: #f3861b !important;
}

.magic-radio + label:after {
    background: #f3861b !important;
}

.magic-radio:checked + label:before {
    border-color: #f3861b !important;
}

.form-control:focus {
    border-color: #f3861b;
}

.chosen-container .chosen-results li.highlighted {
    background: #f3861b !important;
}

.scroll-top.in {
    background-color: #f3861b !important;
}

.form-group.has-error .help-block.hide {
    display: block !important;
}

.form-group.has-error .form-control-static {
    color: #dd1e32;
    font-weight: 600;
}

.form-group.has-error .chosen-container-single .chosen-single {
    border-color: #f5b9bf;
}

.pagination > li > a, .pagination > li > span, .pagination > li > input {
    height: 32px;
}

.pagination > li > input[type="number"]::-webkit-outer-spin-button,
.pagination > li > input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pagination > li > input[type="number"] {
    -moz-appearance: textfield;
    float: left;
    width: 50px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.pagination > li > input[type="number"]:focus {
    border-color: #d20004 !important;
}

.paginate_button i {
    font-size: 12px;
}

.paginate_button.select::before {
    display: none;
}

.paginate_button.select span {
    position: relative;
    padding-right: 32px;
}

.paginate_button.select span i {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.paginate_button.select span select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
    opacity: 0;
    padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-color: rgba(0,0,0,0.1);
    border-bottom-color: transparent;
    color: #e2293c;
}

.cls-container .text-light {
    color: #ffffff;
}

.cls-container .text-dark {
    color: #222f3d;
}

.pace .pace-progress, .nano>.nano-pane>.nano-slider {
    background-color: #ab0000;
}

.ztree {
    background: #fff !important;
}

.ztree * {
    font-size: 13px !important;
    background: none !important;
    color: #666666 !important;
}

.ztree li {
    line-height: 1.1rem !important;
}

.ztree li span.button::before {
    color: #666666 !important;
}

.ztree li span.button {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    position: relative !important;
    margin: 4px 0 !important;
}

.ztree li span.button::before, .ztree li span.button::before {
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    float: left !important;
}

.ztree li span.button.chk {
    padding: 0 !important;
}

.ztree li span.button.chk.checkbox_true_full::before {
    position: relative !important;
    left: 1px !important;
}

.ztree li span.button.chk.checkbox_true_full_focus::before {
    position: relative !important;
    left: 1px !important;
}

.ztree li a {
    height: 20px !important;
    line-height: 20px !important;
    margin: 4px 0 !important;
}

.ztree li a > span.button {
    margin: 0 !important;
}

.ztree li ul {
    padding-left: 20px !important;
}

.ztree li a.curSelectedNode {
    background: #e0efff !important;
    border-radius: 3px;
}

.ztree li a.curSelectedNode *, .ztree li a.curSelectedNode ::before {
    color: #4B89DC !important;
}

.ztree li:first-child span.button.roots_docu[disabled=disabled]::before {
    display: none;
}

.ztree li a > span[treenode_ico] {
    margin-right: 4px !important;
    top: 1px;
}

.ztree ::before {
    font-size: 14px;
}

.ztree li span.button.root_close::before {
    content: "\f054" !important;
}

.dl-horizontal dd .ztree {
    padding: 0 !important;
    margin-top: -4px !important;
}

[opt=birthday] input[readonly], [opt=newsDate] input[readonly], [opt=newsTime] input[readonly], [opt=startDate][readonly], [opt=startTime][readonly], [opt=endDate][readonly], [opt=endTime][readonly], [name=year][readonly], [name=year-month][readonly] {
    background: none !important;
}

[opt=birthday] input[disabled], [opt=newsDate] input[disabled], [opt=newsTime] input[disabled], [opt=startDate][disabled], [opt=startTime][disabled], [opt=endDate][disabled], [opt=endTime][disabled], [name=year][readonly], [name=year-month][readonly] {
    background: none !important;
    color: #333;
}

[opt=startTime]+span, [opt=endTime]+span {
    border-right-width: 1px !important;
}

.news-viewer {
    margin: 0;
}

.news-viewer>div {
    max-width: 828px;
    margin: auto;
    background: #e2e5ea;
    padding: 1rem;
    box-sizing: border-box;
}

.news-viewer .title {
    margin: 0;
    padding-bottom: 1.5rem;
    font-size: 1.75rem;
    color: #ee0b14;
}

.news-viewer .subtitle {
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #9aa6b3;
    color: #ee0b14;
}

.news-viewer .intro {
    margin: 0 0 1rem;
    overflow: hidden;
    color: #6f8088;
}

.news-viewer .intro span {
    float: left;
}

.news-viewer .intro span + span {
    margin-left: 1rem;
}

.news-viewer .content {
    color: #0e315b;
}

.news-viewer .time {
    margin: 1rem 0 0;
    overflow: hidden;
    color: #6f8088;
}

.news-viewer .time span+span {
    float: right;
}

.panel-body .no-result {
    text-align: center;
    margin: 20px 0;
}

#mainnav {
    background-color: #600105;
}

#mainnav-menu>.active {
    background-color: #8a0000;
}

#mainnav-menu a {
    color: #ffdcdc;
}

#mainnav-menu a i:first-child {
    width: 25px;
    float: left;
}

#mainnav .list-header {
    color: #ffe5e3;
}

.mainnav-profile .profile-wrap {
    background-color: #600105;
}

.mainnav-profile .mnp-name {
    color: #ffffff;
}

.mainnav-profile .dropdown-caret, .mainnav-profile .mnp-desc {
    color: #fff0f0;
}

.navbar-header:before {
    background-color: #600105;
}

.navbar-top-links .tgl-menu-btn>a, .navbar-top-links .tgl-menu-btn>a:hover {
    color: #600105;
}

[opt=logout] {
    cursor: pointer;
}

.publish-picview {
    width: 320px;
    height: 180px;
}

.publish-picview.square {
    width: 180px;
    height: 180px;
}

.login-qrcode .qrcode {
    width: 230px;
    height: 230px;
    margin: auto;
    position: relative;
}

.login-qrcode .qrcode .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
    background: rgba(0,0,0,0.9);
    z-index: 1;
}

.login-qrcode .qrcode .cover i {
    font-size: 50px;
    color: #fff;
    margin-top: 75px;
    display: block;
}

.login-qrcode .qrcode .cover span {
    color: #fff;
    text-align: center;
    display: block;
}

.login-qrcode .qrcode p {
    line-height: 250px;
}

.login-qrcode .qrcode img {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
}

#mainnav-shortcut .shortcut-grid {
    color: #ffdcdc;
}

.bootbox.user-info .modal-body {
    padding: 0;
}

.bootbox.user-info .panel {
    margin: 0;
}

.bootbox.gift-info .modal-body {
    padding: 0;
}

.bootbox.gift-info .panel {
    margin: 0;
}

.bootbox.gift-info .widget-header {
    padding: 0;
}

.bootbox.gift-info .widget-header img {
    position: relative;
}

.bootbox.gift-info .modal-body>.close {
    z-index: 1;
}

.bootbox.crop-image .modal-dialog {
    width: 630px;
}

.bootbox.crop-image .modal-dialog img {
    width: 100%;
}

.bootbox.evaluate-reply .modal-body {
    padding-bottom: 0;
    overflow: hidden;
}

.bootbox.evaluate-reply .modal-body textarea {
    resize: none;
}

.bootbox.evaluate-reply .modal-body .form-group {
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
}

.bootbox.evaluate-reply .modal-body .form-group .radio {
    line-height: 20px;
}

.bootbox.evaluate-reply .modal-body .form-group .radio .margin {
    margin-right: 25px;
}

.bootbox.evaluate-reply .modal-footer .error-tip {
    float: left;
    color: #ff6a5d;
    position: relative;
    top: 5px;
}

.bootbox.news-sticky .modal-body textarea {
    resize: none;
}

.bootbox.news-sticky .modal-footer .error-tip {
    float: left;
    color: #ff6a5d;
    position: relative;
    top: 5px;
}

.bootbox.large-form .modal-footer .error-tip {
    float: left;
    color: #ff6a5d;
    position: relative;
    top: 5px;
}

.btn-search {
    font-size: 13px;
    background: #e88527;
    border: 1px solid #e27a16;
    color: #fff;
}

.btn-reset {
    font-size: 13px;
}

.btn-search:hover, .btn-reset:hover {
    color: #fff;
}

.btn-labeled.btn-search:before, .btn-labeled.btn-reset:before {
    font-size: 13px;
}

.btn-add {
    width: 75px;
}

.btn-view {
    background-color: #f3861b !important;
    border-color: #f3861b !important;
}

.btn-delete {
    background: #ee0b14 !important;
    border-color: #ee0b14 !important;
}

.btn-view:hover {
    background-color: #ff930e !important;
    border-color: #ff930e !important;
    color: #fff;
}

.btn-delete:hover {
    background: #ff6a5d !important;
    border-color: #ff6a5d !important;
    color: #fff;
}

.btn-labeled.btn-view:before, .btn-labeled.btn-delete:before {
    font-size: 13px;
}

.page-header {
    font-weight: bold;
    color: #333333;
}

.panel-title {
    color: #333333;
}

.panel-title .pager {
    margin: 0;
    float: right;
}

#container {
    background-color: #f9e7e7;
}

#container .table th {
    color: #333333;
}

#content-container {
    background-color: #f9e7e7;
}

#container .table-striped>tbody>tr:nth-child(2n+1) {
    background-color: #fff7f8;
}

#footer {
    background: #eec4c5;
    color: #ffffff;
}

.news-picture-preview {
    width: 320px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.news-picture-preview.no-visibility {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -999999;
}

.news-picture-preview button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-control-static.news-picture {
    position: relative;
    display: inline-block;
}

.form-control-static.news-picture button {
    position: absolute;
    right: 10px;
    top: 17px;
}

.form-horizontal .form-group > .form-group {
    margin: 0;
    position: relative;
    left: 7.5px;
}

.member-loading {
    text-align: center;
}

.member-loading i {
    display: inline-block !important;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.panel-footer .error-tip {
    float: left;
    margin: 10px 0 0;
    color: #dd1e32;
    font-weight: 600;
}

.has-feedback i.form-control-feedback {
    top: 0;
}

.team-checkbox .checkbox {
    width: 25%;
    float: left;
    margin-bottom: 7px;
}

.team-checkbox small {
    padding-top: 5px;
    clear: both;
}

.role-form .form-group .checkbox {
    float: left;
    width: 25%;
    margin-bottom: 7px;
}

.role-form .form-group .checkbox:first-child {
    float: unset;
    width: 100%;
    margin-bottom: 10px;
}

.role-form .checkbox label {
    margin-right: 15px !important;
}

.role-form .checkbox label i {
    text-indent: 0;
    margin-right: 10px;
    display: inline-block;
    width: 12px;
    text-align: center;
}

.role-checkbox .checkbox {
    width: 25%;
    float: left;
    margin-bottom: 7px;
}

.role-checkbox small {
    padding-top: 5px;
    clear: both;
}

.team-member.list-group .list-group-item {
    padding-right: 5em;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.team-member.list-group .list-group-item span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.member-checkbox .checkbox {
    width: 20%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group.news-time .control-label:before {
    content: '发布时间';
}

.form-group.meeting-time .control-label:before {
    content: '会议时间';
}

.form-group.activity-time .control-label:before {
    content: '活动时间';
}

.form-group .input-daterange :nth-child(3):before {
    content: '至';
}

.media.interact-info {
    position: relative;
    cursor: pointer;
}

.media.interact-info img {
    width: 3em;
    height: 3em;
}

.media.interact-info p {
    font-size: 1em;
    margin-bottom: 0.8em !important;
}

.media.interact-info i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #e2293c;
}

.media.interact-info+.demo-psi-add {
    margin-top: 10px;
}

.activity-button {
    position: absolute;
    right: 250px;
    top: 11px;
}

.activity-button.btn {
    padding: 5px 10px;
}

.activity-button.right {
    right: 20px;
}

.activity-button.right-two {
    right: 160px;
}

.activity-button a {
    padding: 8px 10px !important;
}

.point-detail font {
    float: right;
}

.point-detail .panel-group {
    margin-bottom: 0;
}

.point-detail .panel {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.point-detail .panel-body {
    padding: 0;
}

.point-detail .right {
    text-align: right;
    margin-top: 5px;
}

td.rowspan.two {
    line-height: 2.85714286;
    padding: 16px 8px;
}

td.border-right {
    border-right: 1px solid rgba(0,0,0,0.09) !important;
}

body.mobile .navbar-header {
    float: none;
    position: absolute;
    left: calc(50% - 27px);
}

body.mobile .navbar-brand > img {
    height: 45px;
    width: 45px;
    margin: 5px;
}

body.mobile .nav.pull-left {
    float: right !important;
    margin-right: 10px;
}

body.mobile .panel-body.thin-bottom {
    padding-bottom: 5px;
}

body.mobile .panel-body.thin-bottom [class*=col-sm-] {
    padding: 0;
}

body.mobile .panel-body.thin-bottom .form-group {
    margin-left: 0;
    margin-right: 0;
}

body.mobile .panel-body.thin-form {
    padding: 15px 5px 0;
}

body.mobile .panel-body.thin-form .text-main {
    font-size: 0.55rem;
    margin-left: 0.55rem;
    margin-right: 0.55rem;
}

.pc-list {
    display: block !important;
}

body.mobile .pc-list {
    display: none !important;
}

body.mobile .mobile-list {
    display: block !important;
}

body.mobile .team-checkbox .checkbox, body.mobile .role-checkbox .checkbox {
    width: 50%;
}

.leader-tip {
    display: none;
}

body.mobile .leader-tip {
    display: block;
}

body.mobile .navbar-top-links>li>a>i {
    font-size: 2em;
}

body.mobile .breadcrumb, body.mobile .form-horizontal .control-label, body.mobile .btn, body.mobile .form-control,
body.mobile .magic-radio + label, body.mobile .magic-checkbox + label, body.mobile .team-checkbox .checkbox,
body.mobile .modal-content, body.mobile .dataTables_info, body.mobile .dataTables_paginate, .mobile-item .dropdown-menu,
.mobile-item p, .bootbox.mobile-info .form-group, body.mobile .team-member.list-group .list-group-item {
    font-size: 0.55rem;
}

body.mobile select.form-control {
    padding: 0 8px;
}

body.mobile .magic-radio + label:after {
    font-size: 13px;
}

body.mobile .modal-dialog {
    margin-left: 5%;
}

body.mobile .member-checkbox .checkbox {
    width: 33.33333333%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.mobile #navbar, body.mobile #mainnav-container {
    position: fixed;
}

body.mobile .role-form .form-group .checkbox {
    width: 50%;
}

body.mobile .role-form .form-group .checkbox:first-child {
    width: 100%;
}

body.mobile .role-form .form-group .checkbox span.label {
    font-size: 90%;
    position: relative;
    top: -0.2em;
}

body.mobile .news-info {
    padding: 0;
}

body.mobile .news-info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

body.mobile .news-info .subtitle {
    font-size: 0.55rem;
}

body.mobile .news-info .intro {
    font-size: 0.5rem;
}

body.mobile .news-info .content {
    font-size: 0.55rem;
}

body.mobile .activity-info {
    padding: 0;
}

body.mobile .activity-info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

body.mobile .activity-info .subtitle {
    height: 1.4rem;
}

body.mobile .activity-info .subtitle span {
    font-size: 0.55rem;
    margin-top: 0.1rem;
    display: inline-block;
    height: 0.9rem;
    padding: 0 0.2rem;
    line-height: 0.9rem;
}

body.mobile .activity-info .content {
    font-size: 0.55rem;
}

body.mobile .activity-info .address, body.mobile .activity-info .time {
    font-size: 0.5rem;
}

body.mobile .input-daterange {
    display: block;
}

body.mobile .input-daterange input {
    width: calc(100% - 45px);
}

body.mobile .input-daterange span {
    width: 45px;
    height: 34px;
    line-height: 20px;
    float: right;
}

body.mobile .input-daterange :nth-child(2) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 0;
}

body.mobile .input-daterange :nth-child(3) {
    width: 100%;
    height: auto;
    color: #8f9ea6;
    font-size: 0.55rem;
    text-align: left;
    padding: 0;
    border: 0;
    margin: 15px 0 5px;
}

body.mobile .form-group.news-time .control-label:before {
    content: '发布开始时间';
}

body.mobile .form-group.meeting-time .control-label:before {
    content: '会议开始时间';
}

body.mobile .form-group.activity-time .control-label:before {
    content: '活动开始时间';
}

body.mobile .form-group.news-time .input-daterange :nth-child(3):before {
    content: '发布结束时间';
}

body.mobile .form-group.meeting-time .input-daterange :nth-child(3):before {
    content: '会议结束时间';
}

body.mobile .form-group.activity-time .input-daterange :nth-child(3):before {
    content: '活动结束时间';
}

body.mobile .form-group select {
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow: none;
    border-radius: 3px;
    height: 34px;
    overflow: hidden;
    padding: 6px 8px;
    width: 100%;
    outline: none;
    font-size: 0.55rem;
    color: #666;
}

body.mobile .input-daterange :nth-child(4) {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

body.mobile .panel-control .nav-tabs {
    font-size: 0.55rem;
}

body.mobile .panel-title .pager {
    float: left;
    margin: 0;
}

body.mobile .panel-title .pager button {
    width: auto;
}

body.mobile .no-padding {
    padding: 0;
}

body.mobile .bootbox.crop-image .modal-dialog {
    max-width: 90%;
}

body.mobile .pagination > li > a, body.mobile .pagination > li > span, body.mobile .pagination > li > input {
    height: 1.3rem;
    line-height: calc(1.3rem - 14px);
}

body.mobile .pagination > li > input {
    width: 40px !important;
}

body.mobile div.dataTables_wrapper div.dataTables_info {
    margin-bottom: 10px;
}

body.mobile .pagination > li.select > span:focus, body.mobile .pagination > li.select > span:hover {
    color: #8f9ea6 !important;
}

body.mobile .activity-button {
    left: 0.6rem;
    top: 0.3rem;
}

body.mobile .activity-button.right {
    left: unset;
}

.mobile-item {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.mobile-item:last-child {
    margin-bottom: 0.5em;
}

.mobile-item .panel-control {
    padding: 0;
    top: -0.3em;
}

.mobile-item .panel-control .caret {
    margin-left: 0.5em;
}

.mobile-item .panel-control .iconfont {
    margin-right: 0.5em;
}

.mobile-item .dropdown-menu:not(.head-list) > li > a {
    padding: 0.6em 1em 0.6em 2.5em;
    position: relative;
}

.mobile-item .dropdown-menu:not(.head-list) > li > a > i {
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
}

.mobile-item h4 {
    line-height: 1.5;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0.5em;
    font-weight: 500;
    color: #666666;
    word-break: break-all;
}

.mobile-item h4.no-intro {
    border-bottom: 0;
    padding-bottom: 0;
}

.mobile-item:first-child h4 {
    margin-top: 0;
}

.mobile-item h4 span {
    margin-left: 1.5em;
    position: relative;
    top: -0.2em;
}

.mobile-item p {
    overflow: hidden;
}

.mobile-item p label {
    margin: 0;
    width: 5em;
    white-space: nowrap;
}

.mobile-item p span {
    width: calc(100% - 5.2em);
    float: right;
    display: block;
}

.mobile-item.w5 p label {
    width: 6em;
}

.mobile-item.w5 p span {
    width: calc(100% - 6.2em);
}

.mobile-item p label.w2 {
    letter-spacing: 2em;
}

.mobile-item p label.w3 {
    letter-spacing: 0.5em;
}

.mobile-item.w5 p label.w3 {
    letter-spacing: 1em;
}

.mobile-item.w5 p label.w4 {
    letter-spacing: 0.33333333em;
}

.mobile-item .file-list .btn-panel {
    overflow: hidden;
    margin-bottom: 10px;
}

.mobile-item .file-list .btn-panel .btn-group {
    float: left;
    margin-right: 10px;
}

.bootbox.mobile-info .form-group {
    margin-bottom: 0.5em;
}

.bootbox.mobile-info .form-group label {
    width: 2.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.bootbox.mobile-info .form-group label.w2 {
    letter-spacing: 2em;
}

.bootbox.mobile-info .form-group > div {
    width: calc(100% - 2.8rem);
    float: right;
}

.bootbox.mobile-info .form-group > div p {
    padding: 0;
}

.bootbox.mobile-info.w5 .form-group label {
    width: 3.5rem;
}

.bootbox.mobile-info.w5 .form-group label.w4 {
    letter-spacing: 0.33333333em;
}

.bootbox.mobile-info.w5 .form-group label.w3 {
    letter-spacing: 1em;
}

.bootbox.mobile-info.w5 .form-group label.w2 {
    letter-spacing: 3em;
}

.bootbox.mobile-info.w5 .form-group > div {
    width: calc(100% - 3.5rem);
}

.bootbox.mobile-info.w6 .form-group label {
    width: 4.2rem;
}

.bootbox.mobile-info.w6 .form-group label.w5 {
    letter-spacing: 0.25em;
}

.bootbox.mobile-info.w6 .form-group label.w4 {
    letter-spacing: 0.66666666em;
}

.bootbox.mobile-info.w6 .form-group > div {
    width: calc(100% - 4.2rem);
}

.header-preview {
    width: 84px;
    height: 104px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 7px 0;
}

.header-preview img {
    width: 100%;
    height: 100%;
}

.header-preview .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.header-preview:hover .cover {
    opacity: 1;
}

.header-preview .cover i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    display: block;
    position: relative;
    top: 37px;
    left: 27px;
    color: #eee;
    font-weight: bold;
    transition: all 0.3s;
}

.header-preview .cover i:hover {
    color: #fff;
}

.statistical.mobile .panel-heading {
    height: 5.1rem;
}

.statistical.mobile .panel-heading .panel-control {
    height: 3.3rem;
}

.statistical.mobile .panel-heading .panel-control .nav-tabs {
    height: 4.8rem;
}

.statistical.mobile .panel-heading .panel-control .nav-tabs>li {
    width: 1.8rem;
    text-align: center;
}

.statistical.mobile .panel-heading .panel-control .nav-tabs>li a {
    padding: 0.25rem;
    line-height: 2;
}

.card-preview {
    position: relative;
    background: linear-gradient(180deg, #dc161a, #e57e18, #e54113);
}

.card-preview.timing {
    background: linear-gradient(180deg, #ffdd80, #f9edbc, #ffdd80);
}

.card-preview.timing .cover {
    background: linear-gradient(180deg, #c40013, #ab0010, #630009);
    position: absolute;
    left: 1em;
    right: 1em;
    top: 0;
    bottom: 0;
}

.card-preview img {
    width: 100%;
    height: auto;
    position: absolute;
}

.card-preview .top {
    top: 0;
}

.card-preview.timing .top {
    z-index: 2;
}

.card-preview .center {
    top: 8.5em;
}

.card-preview.timing .center {
    top: unset;
    bottom: 0;
    opacity: 0.5;
}

.card-preview.timing .line-left {
    position: absolute;
    top: 0;
    left: 1em;
    width: 1.16666667em;
    height: 100%;
    background-size: 100% auto;
    z-index: 1;
}

.card-preview.timing .line-right {
    position: absolute;
    top: 0;
    right: 1em;
    width: 1.16666667em;
    height: 100%;
    background-size: 100% auto;
    z-index: 1;
}

.card-preview .bottom {
    bottom: 0;
}

.card-preview.timing .bottom {
    z-index: 2;
}

.card-preview .title {
    font-size: 0.93em;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 1px #981f24;
    left: 2.33em;
    top: 12.4em;
    z-index: 1;
}

.card-preview.timing .title {
    left: 5.41em;
    top: 21.46em;
    font-size: 0.8em;
    color: #fdf9a0;
}

.card-preview .sign {
    font-size: 0.93em;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 1px #981f24;
    right: 2.33em;
    bottom: 13em;
    z-index: 1;
}

.card-preview.timing .sign {
    right: 5.41em;
    font-size: 0.8em;
    color: #fdf9a0;
    bottom: 9.5em;
}

.card-preview .sign+.sign {
    bottom: 11em;
}

.card-preview.timing .sign+.sign {
    bottom: 7.5em;
}

.card-preview .content {
    padding: 13.5em 2.33em 14.5em;
    font-size: 0.93em;
    line-height: 2.4em;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 38em;
}

.card-preview.timing .content {
    padding: 23.45em 5.41em 12em;
    font-size: 0.8em;
    min-height: 45em;
    line-height: 2em;
    color: #fdf9a0;
}

.card-preview .content p {
    margin: 0;
    text-indent: 1.86em;
    text-align: justify;
    text-shadow: 2px 2px 1px #981f24;
}

.report-info {
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    line-height: 2em;
}

.report-info .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.form-horizontal .checkbox[class*=col-md-], .form-horizontal .radio[class*=col-md-] {
    padding: 7px 7.5px;
}

[opt=summaryList] .nowrap {
    white-space: nowrap;
}

[opt=summaryList] table {
    position: relative;
}

[opt=summaryList] th {
    vertical-align: middle !important;
    padding: 5px 0 !important;
}

[opt=summaryList] [opt=cloneHead] {
    position: fixed;
    background: #fff;
    top: 0;
    display: none;
}