.box {
    overflow-x: auto;
}

.charts-box .row {
    margin-left: 0;
    margin-right: 0px;
}

.charts-box .title {
    margin-left: 34px;
    margin-right: 15px;
    margin-top: 20px;
    min-width: auto !important;
}

.charts-box .title h4 {
    font-size: 20px;
    margin-bottom: -10px;
}

.select-params div {
    padding-right: 0px !important;
}

.table-responsive {
    min-width: 1042px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .dropdown-menu > li > a {
        color: #777 !important;
    }

    .navbar > .btn-group button {
        min-height: 50px;
        background-color: #e96154;
        border: #e96154
    }

    .table-responsive {
        min-width: 0px !important;
    }

    #distpicker .distpicker {
        margin-bottom: 10px;
    }

    .mobile_extend .form-group {
        margin-bottom: 0px;
    }

    .mobile_extend label {
        margin: 10px 0px 5px;
    }

    .charts-box .title {
        min-width: 520px !important;
    }

    .select-params div {
        padding-right: 10px !important;
    }
    #develop_step_reports_chart {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    .navbar > .btn-group {
        padding-top: 11px;
        margin-left: -95px;
    }
}

.sidebar-collapse .navbar .btn-group {
    margin-left: -130px !important;
}

.pagination > .active > a, .pagination > .active > span {
    background-color: #e96154;
    border-color: #e96154;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover {
    background-color: #E96154;
    border-color: #E96154;
}

.logo a:hover {
    background-color: #e96154;
}

.btn-info, .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #F29B87 !important;
    border-color: #F29B87 !important;
}

.btn-info.hover, .btn-info:active, .btn-info:hover {
    background-color: #F29B87
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

.pull-left.pagination-detail {
    margin-left: 10px;
}

.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > tbody > tr > td {
    padding: 6px 8px !important;
    vertical-align: middle;
    text-align: center;
}

.th-inner {
    text-align: center !important;
    padding: 5px 8px!important;
}

.listing .operations bottom {
    height: 50px;
}

.patient_details .name {
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
}

@media (max-width: 768px) {
    .listing .operations a, .operations a:hover, .operations a:visited {
        line-height: 50px;
    }
}

.company_address {
    min-height: 48px;
    display: table !important;
}

.company_address span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#right_table th, #right_table td {
    text-align: right;
}

.right_table th, .right_table td {
    text-align: right;
}

.login-page {
    background: url('../img/login-background.jpg') no-repeat center fixed;
    background-size: cover;
    color: rgba(255, 255, 255, .70)
}

.login-logo {
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 20px;
}

.login-box {
    border: 1px solid;
    border-radius: 6px;
    overflow: hidden
}

.uploadFilePreview img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
    line-height: 12px;
}

.filter-header {
    height: 38px;
}

.filter-header .show-hide-button {
    line-height: 20px;
    font-size: 18px;
    color: #000;
}

.bootstrap-table {
    /*height: 200px;*/
    /*min-height: 360px;*/
    /*padding: 0 5px;*/
    /*text-align: center;*/
}

.no-padding-left {
    padding-left: 0px;
}

.navbar .top-groups {
    float: left;
    font-size: 18px;
    margin: 10px auto;
    color: #fff;
}

.navbar .top-groups .label {
    float: left;
    margin-top: 6px;
}

.navbar .top-groups .group-name {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    font-size: 70%;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.navbar .top-groups .group-name-small {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    font-size: 70%;
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
}

/*时间线*/
.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .customer-timeline {
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.main-timeline .customer-timeline:before,
.main-timeline .customer-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .customer-timeline:first-child:before,
.main-timeline .customer-timeline:last-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #d6d5d5;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
}

.main-timeline .customer-timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .customer-timeline-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d6d5d5;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px;
}

.main-timeline .customer-timeline-icon:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #737ab4;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .year {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: #737ab4;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
    border-top-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;

}

.main-timeline .year:before {
    content: "";
    border-right: 18px solid #737ab4;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: -18px;
}

.main-timeline .customer-timeline-content {
    width: 46%;
    padding: 42px 25px;
    margin: 0 20px 0 0;
    background: #f2f2f2;
    position: relative;
    border-radius: 6px;
    min-height: 120px;
}

.main-timeline .customer-timeline-content:after {
    content: "";
    border-left: 20px solid #f2f2f2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.main-timeline .title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #504f54;
    margin: 0 20px 20px 0;
}

.main-timeline .post {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 6px;
}

.main-timeline .description {
    font-size: 14px;
    color: #7d7b7b;
    line-height: 24px;
    margin: 0;
    clear: both;
}

.main-timeline .customer-timeline:nth-child(2n) {
    padding: 0 0 0 30px;
}

.main-timeline .customer-timeline:nth-child(2n) .year {
    right: auto;
    left: 22%;
    border-top-right-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 6px;
}

.main-timeline .customer-timeline:nth-child(2n) .year:before {
    border: 18px solid transparent;
    border-right: none;
    border-left: 18px solid #737ab4;
    left: auto;
    right: -18px;
}

.main-timeline .customer-timeline:nth-child(2n) .customer-timeline-content {
    float: right;
    margin: 0 0 0 20px;
}

.main-timeline .customer-timeline:nth-child(2n) .customer-timeline-content:after {
    border-left: none;
    border-right: 20px solid #f2f2f2;
    right: auto;
    left: -20px;
}

@media only screen and (max-width: 1200px) {
    .main-timeline .year {
        right: 30%;
    }

    .main-timeline .customer-timeline:nth-child(2n) .year {
        left: 30%;
    }
}

@media only screen and (max-width: 990px) {
    .main-timeline .year {
        right: 25%;
    }

    .main-timeline .customer-timeline:nth-child(2n) .year {
        left: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 10px;
    }

    .main-timeline .customer-timeline {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }

    .main-timeline .customer-timeline:last-child {
        margin-bottom: 0;
    }

    .main-timeline .customer-timeline:first-child:before,
    .main-timeline .customer-timeline:last-child:before {
        display: none;
    }

    .main-timeline .customer-timeline-icon {
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .main-timeline .year,
    .main-timeline .customer-timeline:nth-child(2n) .year {
        display: block;
        font-weight: bold;
        margin: 0 0 32px 30px;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }

    .main-timeline .customer-timeline:nth-child(2n) .year:before {
        border-left: none;
        border-right: 18px solid #737ab4;
        right: auto;
        left: -18px;
    }

    .main-timeline .customer-timeline-content {
        padding: 20px;
    }

    .main-timeline .customer-timeline-content,
    .main-timeline .customer-timeline:nth-child(2n) .customer-timeline-content {
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }

    .main-timeline .customer-timeline-content:after,
    .main-timeline .customer-timeline:nth-child(2n) .customer-timeline-content:after {
        border: none;
        border-bottom: 20px solid #f2f2f2;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        top: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .refresh-plan {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .main-timeline .title {
        float: none;
        margin: 0;
    }

    .main-timeline .year,
    .main-timeline .customer-timeline:nth-child(2n) .year {
        margin-left: 20px;
    }

    .main-timeline .customer-timeline-content,
    .main-timeline .customer-timeline:nth-child(2n) .customer-timeline-content {
        margin-left: 10px;
    }

    .main-timeline .post {
        margin: 5px 0;
    }
}

.formula-span {
    font-size: 20px;
    margin: 0 30px;
    font-weight: 700;
}

.report-filter button {
    margin: 0px 10px 8px 0px;
}

.report-filter {
    margin-left: 10px;
}

.return-multi {
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 9;
}

.hospital-class-img {
    width: 200px;
    height: 200px;
    margin: 0px 10px 10px 0px;
    overflow: hidden;
    float: left;
    border: 1px solid #dee2e6;
}

.hospital-class-img img {
    width: 200px;
}

.hospital-class-img .remove_button {
    float: right;
    margin: 2px 2px 2px 0;
}

.index-no-data {
    margin: 20px auto;
    text-align: center;
    color: gray;
}

.index-cols-border {
    border-bottom: 1px solid #f4f4f4 !important;
    margin: 0;
    color: #3c8dbc !important;
}

.notification-important {
    color: red;
}

#filter-product .filter-header {
    cursor: pointer;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* 地图报表相关内容 */
.chart_map .map_modal_count_number {
    line-height: 32px;
}

.chart_map .point {
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.chart_map .point.baoyou {
    background-color: #2ECC71
}

.chart_map .point.huangpai {
    background-color: #F39C12
}

.chart_map .point.hongpai {
    background-color: #E74C3C
}

.chart_map .point.picked {
    background-color: #23B2EC
}

.chart_map .point.total {
    background-color: #000000
}

.chart_map .point.never-pick {
    background-color: #847F80
}

.chart_map .modal_span {
    font-size: 16px;
    margin: 2px 0 0 5px;
}

.chart_map .control-label {
    text-align: left;
    padding-left: 30px;
}

.chart_map .control-label.mobile {
    margin-top: 6px;
}

.chart_map .control-label .prefix {
    color: gray;
    display: inline;
}

.chart_map .form-group.no-bottom {
    margin-bottom: 0px;
}

.chart_map .pie_total {
    text-align: center;
    margin-top: -55px;
    color: #494949;
}

.chart_map .pie_total span {
    font-size: 16px;
}

.box-header.with-border-top {
    border-top: 1px solid #f4f4f4;
}

.form-group.has-info label {
    color: #55acee;
}

.form-group.has-info .form-control {
    border-color: #55acee;
    box-shadow: none;
}

.cost-result label {
    font-size: 18px;
}

.form-control.only-bottom {
    border-top: none;
    border-right: none;
    border-left: none;
}

.form-control.no-border {
    border-top: none;
    border-right: none;
    border-left: none;
}

.form-control.show-result {
    font-size: 21px;
    color: red;
    font-weight: bold;
}

.form-control-small-margin {
    margin-bottom: 10px;
}

.form-group .formula-param {
    color: #00a65a
}

.form-group .formula-param {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group label.formula-result {
    color: #55acee
}

.form-group input.formula-result {
    border-color: #55acee;
    box-shadow: none;
}

.box-enclosure {
    padding: 10px 10px;
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.no_data {
    color: #999;
}

.box-enclosure ul li span.help-block {
    line-height: 25px;
}

#filter-container {
    display: none
}

/*.reset-button-container {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

.has-error-label {
    color: #dd4b39;
    border-color: #dd4b39
}

.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-body {
    padding: .35rem .6rem !important;
}
.filter_sm {
    padding: 0 5px !important;
}
.form-group {
    margin-bottom: 8px !important;
}
.hosp_status_toolbar {
    margin-left: 5px;
}
.select2-selection {
    padding: 4px 8px !important;
    font-size: 12px !important;
}
.select2-results__option {
    font-size: 12px !important;
}
.select2-selection__choice {
    border: 0px solid #aaa !important;
    padding: 0 6px !important;
}

.filter_reset_button {
    font-size: 12px !important;
    padding: 4px 12px;
}
.select2-selection__arrow {
    height: 24px!important;
}
.select2-selection--multiple {
    padding: 0px 0px !important;
    min-height: 28px !important;
}
.select2-selection--single {
    height: 28px !important;
}
.grid-right{font-size: 13px !important;}
.form-control{font-size: 12px !important;}