/**************************************tips提示条样式***************************************/

.tips_tip {
    position: absolute;
    z-index: 10002;
    left: 50%;
}
.tips_tip .tips_tip_pointer {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #ed6a74;
    margin-left: -10px;
    margin-top: 10px;
}
.tips_tip .tips_tip_content {
    color: #fff;
    background: #ed6a74;
    padding: 8px;
    font-size: 12px;
    max-width: 220px;
}

/*************************************** tips4 提示条样式 ****************************************/

.tips_tip4 {
    position: absolute;
    z-index: 10002;
    left: 20px;
}
.tips_tip4 .tips_tip_pointer {
    width: 0;
    height: 0;
    position: absolute;
    left: 6%;
    bottom: -18px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #ed6a74;
}
.tips_tip4 .tips_tip_content {
    color: #fff;
    background: #ed6a74;
    padding: 8px;
    font-size: 24px;
    max-width: 100%;
    border-radius: 4px;
}



/*************************************** tips3 提示条样式 ****************************************/

.tips_tip3 .tips_tip_pointer {
    border-right-color: #fffcc7;
}
.tips_tip3 .tips_tip_content {
    color: #f92560;
    background: #fffcc7;
    padding: 8px;
    font-size: 12px;
    max-width: 220px;
}

/*************************************** tips2 提示条样式 ****************************************/

.tips_tip_allwrap {
    position: absolute;
    z-index: 10002;
    left: 50%;
}
p.tips_tip_error {
    width: 448px;
    padding: 12px;
    line-height: 22px;
    border: 1px solid #d7d7d7;
    box-shadow: 5px 5px 0 0 rgba(215, 215, 215, .75);
    background: #fffcc7;
    position: absolute;
    margin-left: -432px;
    bottom: 18px;
    color: #f92560;
    font-size: 16px
}
p.tips_tip_error span.wd {
    padding: 0 20px 0 0;
    display: block
}
.closeIcon {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease 0s
}
.closeIcon:hover {
    transform: rotate(180deg);
    transition: all .4s ease 0s
}
.closeIcon:hover::after, .closeIcon:hover::before {
    background: #f92560
}
.closeIcon::after, .closeIcon::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cacbc5;
    border-radius: 5px
}
.closeIcon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.closeIcon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
p.tips_tip_error:after {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fffcc7;
    content: "";
    position: absolute;
    bottom: -14px;
    left: 80px
}
p.tips_tip_error:before {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid rgba(215, 215, 215, .75);
    content: "";
    position: absolute;
    bottom: -19px;
    left: 83px
}

/*!
 * Bootstrap Modal
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

.modal-open .navbar-fixed-bottom, .modal-open .navbar-fixed-top, body.modal-open {
    margin-right: 0
}
.modal {
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 1050;
    padding: 0;
    width: 500px;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box
}
.modal.container {
    max-width: none
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}
.modal-open {
    overflow: hidden
}
.modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll
}
@media(max-width:979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
        overflow-y: visible
    }
}
.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto
}
.modal {
    outline: 0;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible
}
.modal.fade {
    top: -100%;
    -webkit-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out, bottom .3s ease-out, margin-top .3s ease-out
}
.modal.fade.in {
    top: 50%
}
.modal-body {
    max-height: none;
    overflow: visible
}
.modal.modal-absolute {
    position: absolute;
    z-index: 950
}
.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px
}
.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .7;
    filter: alpha(opacity=70);
    background: #fff
}
.modal.container {
    width: 940px;
    margin-left: -470px
}
.modal-overflow.modal {
    top: 1%
}
.modal-overflow.modal.fade {
    top: -100%
}
.modal-overflow.modal.fade.in {
    top: 1%
}
.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
@media(min-width:1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px
    }
}
@media(max-width:979px) {
    .modal, .modal.container, .modal.modal-overflow {
        top: 1%;
        right: 1%;
        left: 1%;
        bottom: auto;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important
    }
    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto
    }
    .modal-body, .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important
    }
    .modal-footer, .modal-overflow .modal-footer {
        position: static
    }
}
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes shake {
    0, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}
@-moz-keyframes shake {
    0, 100% {
        -moz-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px)
    }
}
@-o-keyframes shake {
    0, 100% {
        -o-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px)
    }
}
@keyframes shake {
    0, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

/*modal样式*/

.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.bg_theme {
    background: #69b046;
    color: #fff
}
.msg_box_body {
    text-align: center;
    color: #333;
    font-size: 16px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.none-border-top {
    border-top: 0 none;
}
.pd15-top-bottom {
    padding: 15px 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/*.btn {display: inline-block; padding: 6px 22px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; }*/

.btn {
    display: inline-block;
    min-width: 80px;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #69b247;
    border-color: #69b247;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.hide {
    display: none !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*加载样式*/

.loadProgress {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    text-align: center;
    display: none;
}
.loadProgress img {
    top: 50%;
    margin-top: -18px;
    position: fixed;
    left: 50%;
    margin-left: -18px;
}

/*进度条*/

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #69b046;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.loadProgress1 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    text-align: center;
    background: url(../../img/common/icon/opacity_75_bg.png) repeat;
    display: none;
}
.progressBox {
    top: 50%;
    margin-top: -13px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.progressDetial {
    /*float: right;*/
    text-align: left;
    margin-bottom: 10px;
}
#dataTableList table tbody tr td span {
    position: relative;
    line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
    display: block;
}
#pageCount input.Integer, #perPageCount input.Integer {
    width: 5em;
    cursor: default;
    background: #FFF1F1;
}
.progressHead {
    text-align: left;
    margin-bottom: 15px;
    background: #ccc;
    padding: 10px;
    color: #666;
}