@import url('../fonts/css/font-awesome.min.css');

* {
    margin: 0;
    padding: 0
}

html,
body {
    width: 100%
}

body {
    font: 12px/1.5 Arial, 'Microsoft Yahei', 'Simsun', sans-serif;
    background-color: #ebebeb;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', 'Simhei', sans-serif;
    color: #7a7676;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
}

a {
    color: #6588CE;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Simhei", sans-serif;
}

.btn-primary {
    background-color: #1680d4;
    border-color: #374152;
    color: #fff;
    background: #18A9E4;
    border: 1px solid #0291C9;
    border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus {
    background-color: #0996d0;
    border-color: #2e3644;
    color: #FFFFFF;
}


.btn-success {
    background-color: #18a9e4;
    border-color: #18a9e4;
    color: #FFFFFF;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus {
    background-color: #6BB79B;
    border-color: #6BB79B;
    color: #FFFFFF;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.my-container {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 19px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.btn-blue {
    background-color: #3498db;
    border: none;
    color: #FFF;
}

.btn-blue:hover {
    background-color: #308CCA;
    color: #FFF;
}


/*replace bootstrap*/

h2 {
    margin-top: 0;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}


/*header*/

.header .menu {
    background-color: #146db5;
    box-shadow: 0 2px 6px 0 rgba(42, 98, 160, 0.6);
}

.header ul {
    margin-bottom: 0;
    position: relative;
}

.header ul li {
    float: left;
    text-align: center;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header ul li.current {
    background-color: rgba(255, 255, 255, .2);
}

.header ul li:hover {
    background-color: rgba(255, 255, 255, .2);
}

.header ul li a {
    display: block;
    height: 75px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 50px;
}

.header ul li:hover a {
    border-bottom: 3px solid #f39834;
}

.header ul li.current a {
    border-bottom: 3px solid #FFF900;
}

.header ul li.logo {
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-family: Arial, Microsoft Yahei, 'Simsun', sans-serif;
    vertical-align: -webkit-baseline-middle;
}

.header ul li.logo:hover {
    background-color: rgba(255, 255, 255, 0);
}

.header ul li.logo a, .header ul li.logo:hover a {
    font-size: 20px;
    border-bottom: none;
}

.header ul li.logo img {
    height: 55px
}

.header ul li .noti-icon-badge {
    display: inline-block;
    position: absolute;
    font-size: 14px;
}

.badge-danger {
    background-color: #f36270;
}


.settext {
    padding-right: 20px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    margin-left: 12px;
    font-size: 26px !important;
    vertical-align: middle;
    font-family: cursive;
}

.header ul li span {
    font-size: 28px;
    vertical-align: middle;
}

.header ul li.username:hover a, .header ul li.mobile-menu:hover a {
    border-top: none;
}

.header ul li.username {
    float: right;
    position: relative;
    cursor: pointer
}

.header ul li.open .dropdown-toggle {
    background-color: rgba(255, 255, 255, .2);
}

.header ul li.username > a {
    display: inline-block;
    height: 75px;
    line-height: 50px;
    padding: 10px 18px;
    font-size: 14px;
}

.header ul li.username span.caret {
    margin-left: 5px
}

.header ul li.form_list, .header ul li.check_list {
    position: relative;
}

.header ul li a .number {
    background: none repeat scroll 0 0 #dc3c00;
    color: #fff;
    font-size: 12px;
    height: 13px;
    left: 24px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 12px;
    z-index: 1002;
}

.header .dropdown-menu {
    width: 100%;
    margin: 0;
    left: auto;
    right: 0;
    top: 66px;
    border-top: 5px solid #fb5d5d;
}

.header .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fb5d5d transparent;
    z-index: 9999999999999999999999999;
}

.header ul li .dropdown-menu a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #FFF;
    color: inherit;
    border: none;
    border-radius: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header ul li .dropdown-menu a:hover {
    background-color: #f7f7f9;
}

.header ul li .dropdown-menu a.logout-a {
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    border-top: 1px solid #e9ecf2;
}

.header .count-label {
    color: white;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fd0604;
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: -5px;
    line-height: 14px;
    padding-top: 2px;
    float: right;
}

.dropdown-menu a i {
    margin-right: 10px;
    color: #c9cdd4;
}

/*index.html*/

.user-index .states-info {
    margin-top: 30px;
}

.red-bg {
    background: #fb434a;
}

.green-bg {
    background: #46be8a;
}

.yellow-bg {
    background: #f39834;
}

.blue-bg {
    background: #6588CE;
}

.default-bg {
    background: #acb7bf;
}

.user-index .states-info .panel-body {
    padding: 25px 35px 15px;
}

.user-index .states-info .panel-body > * {
    color: #FFF
}

.user-index .states-info .col-md-4 .col-md-4 {
    text-align: center;
    margin-top: 3px
}

.user-index .states-info .col-md-8 {
    text-align: left;
}

.user-index .states-info .panel-body > .fa {
    font-size: 36px;
    padding-top: 12px;
}

.user-index .states-info .state-title {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}

.user-index .states-info span.num {
    float: right;
    font-size: 42px;
    line-height: 60px;
}

.user-index .states-info span.num .fa {
    width: 32px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.user-index .list-table {
    margin: 10px 0 20px
}

.user-index .flow-table {
    position: relative;
    border-radius: 4px
}

.user-index .flow-table h2 {
    height: 20px;
    padding: 0 8px 10px;
    font-weight: 600;
    border-bottom: none
}

.user-index .flow-table h2 a {
    color: #514d6a;
    line-height: 24px;
}

.user-index .list-table .flow-table h2.blue-bg:after {
    border-bottom: 10px solid #4F5B73;
}

.user-index .more {
    position: absolute;
    top: 24px;
    right: 15px;
}

.user-index .more a {
    font-size: 13px;
    display: block;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
}

.user-index .more a i.fa {
    font-size: 15px;
    line-height: 26px;
    padding-left: 2px
}

table tr td span.passed {
    color: #18a9e4
}

table tr td span.rejected {
    color: #FF5A5A
}


/*content*/

.content {
    padding-bottom: 20px;
    padding-top: 20px;
    min-height: 100%
}

.side-bar {
    background-color: #FFF;
    padding: 15px;
}

.side-bar h2, .flow-table h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #eceff4;
}

.side-bar h2:before {
    width: 100px;
    height: 3px;
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #146db5
}

.side-bar ul {
    margin: 15px 0 0;
}

.side-bar ul li {
    font-size: 14px;
    line-height: 40px;
    position: relative;
}

.side-bar ul li a {
    display: block;
    padding-left: 10px;
    color: #7a7676;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-bar ul li.current a,
.side-bar ul li:hover a {
    background-color: #F9F9F9;
    color: #24222f;
}

.side-bar ul li.current:after {
    content: "\f0da";
    display: block;
    height: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #24222f;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}


/*flow-table.html*/
.flow-table {
    padding: 15px;
    background-color: #FFF;
}

.flow-table h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #ddd;
}

.flow-table .above_return {
    font-size: 14px;
    font-weight: normal;
}

.flow-table table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eceff4;
}

.flow-table .table > thead > tr > th {
    border-bottom: none;
    word-wrap: break-word;
    word-break: break-all;
}

.flow-table .table td, .flow-table .table th {
    border-color: #eceff4;
}

.flow-table table tr td {
    border: 1px solid #ddd;
    height: 34px;
    padding: 5px 10px;
    font-size: 14px
}

.flow-table .nav-tabs {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.flow-table .tabs-bordered li.active a, .flow-table .tabs-bordered li a.active {
    border-bottom: 2px solid #146db5 !important;
    color: #146db5 !important;
}

/*搜索框的内容*/
.dataTables_length {
    width: 45%;
    float: left;
    padding: 15px 0;
}

.bs-actionsbox .btn-group button {
    width: 33.3% !important;
}

.listctrl-select2-multiselect .btn {
    padding: 5px 6px !important;
}

.dataTables_filter {
    float: right;
    text-align: right;
    padding: 10px 0;
}

.dataTables_length ul.revenue-nav {
    float: none;
    margin: 0;
}

.dataTables_length ul.revenue-nav li a {
    padding: 9px 10px;
    line-height: 34px;
}

.dataTables_length ul.revenue-nav li a span {
    padding-right: 4px
}

.dataTables_filter label {
    line-height: 33px;
    width: 100%;
    font-weight: 300;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.dataTables_info {
    float: left;
    line-height: 3;
}

ul.revenue-nav li {
    display: inline-block;
}

ul.revenue-nav li a {
    background: #18A9E4;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}


/*footer*/

.footer {
    width: 100%;
    height: 25px;
    position: relative;
    bottom: 15px;
    margin-top: 25px;
}

.footer p {
    font-size: 14px;
    width: 100%;
    color: #7A7676;
    text-align: center;
}


/*login.html*/

html.login,
.login body {
    width: 100%;
    height: 100%
}

.login body {
    background: no-repeat url('../images/header-bg.jpg') center center;
    background-size: cover;
    position: relative;
    padding: 0
}

.login-box {
    width: 450px;
    height: 100%;
    background-color: rgba(41, 128, 185, 0.85);
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 449px) {
    .login-box {
        width: 100%;
    }
}

.login-box .box-content {
    margin: 0 auto;
    height: 384px;
    position: relative;
    top: 50%;
    margin-top: -192px;
}

.logo-box {
    width: 160px;
    margin: 0 auto;
}

.logo-box img {
    width: 100%;
}

.head-info {
    width: 100%;
    height: 60px;
    padding: 5px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #1b72b7
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #FFF;
    margin: 16px 10px 0 0;
}

.circle:first-child {
    background-color: #25C237
}

.circle:nth-child(2) {
    background-color: #E6B74D
}

.circle:last-child {
    background-color: #F45B3C
}

.login-box h1 {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    font-weight: 700;
    margin: 35px 0 10px;
    font-family: "楷体"
}

.login-box h4 {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    font-weight: 700;
    font-family: "Axure Handwriting"
}

.login-box h1 span {
    color: #65CEA7
}

.login-form {
    position: relative;
}

.input-icon {
    margin: 35px;
    position: relative;
}

.input-icon span {
    position: absolute;
    font-size: 18px;
    top: 11px;
    left: 20px;
    color: #FFF;
}

.input-icon .form-control {
    border: 1px solid #8A8C90;
    height: 40px
}

.input-icon input {
    padding-left: 45px;
    background-color: transparent;
    border-radius: 20px;
    color: #FFF
}

.login-btn {
    position: absolute;
    right: 35px;
    bottom: 0;
    height: 40px;
    padding: 6px 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #444;
}

.id-login {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 35px 11px 40px;
    color: #FFF;
}

.id-login:hover {
    color: #FFF;
}

.id-login span {
    background-color: #00375d;
    height: 40px;
    padding: 12px 98px;
    font-size: 18px;
}

.id-login:hover span {
    color: #FFF;
    box-shadow: 1px 1px 5px #333;
}


/*listpage.html*/
.input-group input {
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-list {
    margin-bottom: 25px
}

.btn-list a i {
    padding-right: 5px
}

.pager {
    padding-right: 15px;
    margin: 0;
}

.pager .pagination {
    border-radius: 0;
    margin: 0
}

.pager li > a,
.pager li > span {
    border-radius: 0;
    color: #7a7676
}


/*table布局*/

table tr td a span.fa {
    padding-right: 5px
}

table tr td.operate-list a {
    margin-right: 20px
}

table tr td.operate-list a:last-child {
    margin-right: 0
}

table tr td.operate-list a.delete {
    color: #E0695A;
}


/*edit.html*/

.preview .my-container .width-100 {
    background-color: #FFF
}

.preview .my-container form {
    padding: 20px 0
}


/*modal*/
.modal-header {
    border-bottom: none;
    background-color: #18a9e4;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #FFF;
}

.modal-footer {
    border-top: none;
}

.modal.delete .modal-dialog {
    width: 300px;
    height: 100%
}

.table-bordered > tbody > tr > td div {
    margin-top: 5px;
}

.current {
    background-color: #424F63;
    color: #FFFFFF;
}

/*表单编辑的样式问题*/
/*edit 页面*/

.table-design .page-heading {
    padding: 0 20px;
}

.table-design .page-heading .breadcrumb {
    background-color: #fff;
}

.table-design .page-heading .breadcrumb a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #7A7676;
    letter-spacing: 0.02px;
}

.table-design .page-heading .breadcrumb .active {
    color: #36a5c7
}

.table-design .table > caption + thead > tr:first-child > td {
    border-top: 1px solid #7a7676;
}

/*edit页面*/
.table-design .panel {
    margin: 0 20px;
}

.table-design .panel .panel-heading {
    height: 60px;
    background: #F5A623;
}

.table-design .panel .panel-heading h3 {
    text-align: center;
    margin: 8px 0;
    font-size: 24px;
    color: #fff;
    font-family: inherit;
}


.table-design .bottom-operate input, .table-design .bottom-operate select, .table-design .bottom-operate textarea {
    width: auto !important
}


.clear {
    clear: both
}

/**tab内容**/
/*tabs-item*/
.tabs-bordered .nav-item {
    margin-bottom: -2px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.project-nav.nav-tabs > li > a {
    padding: 10px 20px;
}

.nav-tabs > li > a {
    color: #313a46;
    font-weight: 600;
    text-align: center;
}

.nav-tabs > li > a span {
    display: block;
    color: #2889A8;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
    border: 0 !important;
    padding: 10px 20px !important;
}

.tabs-bordered li.active a, .tabs-bordered li a.active {
    border-bottom: 2px solid #42B280 !important;
    color: #42B280 !important;
}

.nav-counter {
    position: absolute;
    top: -1px;
    right: 1px;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #f36270;
    border-radius: 11px;
}

a.agree {
    color: #6DC5A3
}

a.agree:hover {
    color: #499A7C
}

a.disagree {
    color: #FF5A5A
}

a.disagree:hover {
    color: #D24646
}

.card-list li {
    width: 100%;
    margin-bottom: 20px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.card-list li:hover {
    box-shadow: 2px 2px 5px #DDD;
}

.card-list .figure-overlay {
    height: 8px;
}

.card-list:first-of-type li:first-of-type .figure-overlay {
    background: #18A9E4;
}

.card-list:first-of-type li:last-of-type .figure-overlay {
    background: #146db5;
}

.card-list:nth-of-type(2) li:first-of-type .figure-overlay {
    background: #F44B49;
}

.card-list:nth-of-type(2) li:last-of-type .figure-overlay {
    background: #9546DA;
}

.card-list:last-of-type li:first-of-type .figure-overlay {
    background: #F49C20;
}

.card-list:last-of-type li:last-of-type .figure-overlay {
    background: #8D88AB;
}

.card-list li .text {
    padding: 10px 20px 20px;
    border: 1px solid #dadada;
    position: relative;
    margin-bottom: 20px;
}

.card-list li .text h2 {
    font-size: 22px;
    line-height: 1.25em;
    border-bottom: 2px dashed #dadada;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.card-list li .text h2 a {
    letter-spacing: 1px;
    line-height: 1.35em;
}

.card-list li .text p {
    height: 50%;
}

.card-list li .text .meta {
    border-top: 1px solid #EAEAEA;
    margin-top: 15px;
    padding-top: 10px;
    font-size: 12px;
    color: #707070;
}

.card-list li .text .meta-line {
    border-bottom: 1px solid #EAEAEA;
}

.pipe {
    padding: 0 5px
}

.card-list li .text .operate-icon {
    position: absolute;
    right: 10px;
    bottom: 18px;
}

.card-list li .text .operate-icon a {
    padding-right: 10px
}

.card-list li .text .operate-icon a:last-child {
    padding: 0
}

.card-list li .text .operate-icon span {
    font-size: 18px;
}

/*index.html*/
p.nodata {
    height: 50px;
    font-size: 18px;
    margin: 45px 0 20px;
    text-align: center;
}

.user-index .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #00000020;
    min-height: 300px;
    padding: 0 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.user-index .card-list {
    width: 100%;
    border-radius: 4px;
}

.user-index .card-list .card-header .more {
    position: absolute;
    right: 2rem
}

.user-index .card-list .card-header {
    background: #fff;
    border: none;
    font-size: 18px;
    padding: 24px 0 14px;
}

.user-index .card-list .card-header > a {
    float: left;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.user-index .card-list .card-header .tab {
    float: left;
    margin: 3px 0 0 20px;
}

.user-index .card-list .card-header .tab .nav-item {
    float: left;
}

.user-index .card-list .card-header .tab a {
    color: #313a46;
    padding: 5px 8px;
    font-size: 16px;
}

.user-index .container-fluid {
    padding: 0;
}

.user-index .card-list .card-header .tab .badge {
    margin-left: 5px;
    padding: 2px 7px;
    margin-top: -2px;
}

.user-index .card-list .card-header .tab .active > a {
    color: #42B280 !important;
}

.user-index .card-list .card-header .tab .line {
    margin: 0 10px;
    color: #ccc;
}

.user-index .card-list .card-body {
    padding: 5px 5px 0px 0;
}

.user-index .card-list .card-body .table thead {
    background: #F6F6F6;
    color: #4A4A4A;
    line-height: 19px;
}

.user-index .card-list .card-body .table > thead > tr > th {
    border-bottom: 2px solid #e9ecef;
}

p.nodata {
    line-height: 50px;
    font-size: 18px;
    margin: 45px 0 20px;
    text-align: center;
}

table tr td span.passed {
    color: #65CEA7
}

table tr td span.rejected {
    color: #FF5A5A
}

/*审批设置的样式*/
.meunlist .cards {
    float: left;
    width: 25%;
}

.panel-body .meunlist .cards {
    float: left;
    width: 20%;
}

.panel-body .b-child {
    text-align: left;
}

.panel-body .nn-child {
    display: -webkit-box;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.panel-body .nn-child .t-group {
    width: 10%;
    border-right: 1px solid #ddd
}

.panel-body .n-cards {
    margin-left: 10px;
    white-space: nowrap;
}

.panel-body .n-cards ul li {
    display: inline-block;
    padding-right: 15px;
}

.panel-body .n-cards ul li label {
    font-weight: 700
}

section .temp-preview-box {
    padding: 30px;
    background-color: #FFF;
    width: 98%;
    margin-left: 10px;
    margin-right: 19px;
}

/*select2*/
.select2-container {
    width: 100% !important
}

.data_relationship_desc .radio label, .data_relationship_desc .radio-inline label, .data_relationship_desc .checkbox label, .data_relationship_desc .checkbox-inline label {
    line-height: inherit;
}

.contact_users_btn {
    position: absolute;
    top: -10px;
    right: 0;
}

.user_list {
    overflow: hidden;
    min-height: 200px;
}

.user_list .card-list {
    float: left;
    padding-left: 25px;
    width: 30%;
}

.user_list .card-list a {
    color: #2a323f;
    text-decoration: none;
}

.user_list .card-list li {
    width: 100%;
    margin-bottom: 8px;
    transition: all 0.2s;
    list-style: none;
    padding: 3px;
    white-space: nowrap;
}

.user_list .card-list li span {
    padding: 11px;
}

.user_list .card-list li:hover {
    box-shadow: 2px 2px 5px #332d2d;
    color: red;
    border-radius: 5px;
}

.alert-danger {
    color: #fff;
    background-color: #FF6577;
    border-color: #ebccd1;
    position: absolute;
    right: 0;
    top: 10px;
}

.target-tip {
    padding: 15px;
    background: #EBEFF5;
    color: #4588E6;
    font-size: bold
}

.border-left {
    border-left: 1px solid #ddd;
}

.bord-top {
    border-top: 1px solid ddd;
}

.list-group-item {
    border: none;
}

.text-center {
    text-align: center;
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 14px;
    height: 40px;
    top: 45%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px;
}

.num-count a, .num-count .btn-link {
    color: #474657
}

.border-top {
    border-top: 1px solid #ddd;
}

.alert-success {
    color: #fff;
    background-color: #8bc34a;
    border-color: #ebccd1;
    position: absolute;
    right: 0;
    top: 10px;
}