img {
    width: 100%;
    height:100%;
}
.nav-pills > li > a {
    border-radius: 0;
}

.breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    padding-left: 20px;
}

.hide-cover {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #080808;
    opacity: 0.5;
    z-index: 99999;
    overflow: hidden;
}

.hide-cover i {
    color: #fff;
    opacity: 1
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.modal-content {
    border-radius: 0px;
}

.modal-header {
    background-color: #e5e5e5;
}

.pagination > li > span.page-info {
    color: #666;
    border-color: #ffffff;
    letter-spacing: 2px;
}

.pagination > li > span.page-info:hover {
    background-color: #ffffff;
}

.page-change-input {
    width: 30px;
    border: 1px solid #ddd;
    text-align: center;
}

.page-change-btn {
    border: 0px;
    padding: 2px 3px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}

.panel-condition:hover, .panel-reload:hover, .panel-msg:hover {
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    /*background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #208ed3), color-stop(100%, #0272bd));*/
    /*background: -webkit-linear-gradient(top, #208ed3 0%, #0272bd 100%);*/
    /*background: -o-linear-gradient(top, #208ed3 0%, #0272bd 100%);*/
    /*background: -ms-linear-gradient(top, #208ed3 0%, #0272bd 100%);*/
    /*background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);*/
    background: #38839d
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #ffffff;
    background-color: #3C6382
}

.modal-content {
    margin-top: 150px;
}

.pagination {
    margin: 0
}

.modal {
    z-index: 10000;
}

.login-img {
    cursor: pointer;
    margin-top: 2px;
    width: 80px;
    height: 30px;
    margin-right:10px;
}

.bg-time-range {
    border-left: 0;
    border-right: 0;
}

.nav-stacked > li + li {
    margin-top: 0px;
}

.table > thead > tr {
    background: #f5f5f5;
}

.modal-backdrop.in {
    z-index: 9999;
}

.model-sub {
    z-index: 10001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.span-step-approval:hover {
    cursor: pointer;
}

.form-inline > .form-group {
    margin-right: 5px;
}

.table th, .table td {
    text-align: center;
    max-width: 500px;
}

.component-reomve-product:hover {
    cursor: pointer;
}

.input-group-addon {
    border-radius: 0px;
}

.modal-footer-title {
    background-color: #dff0d8;
    width: 100%;
    height: 40px;
    padding-left: 5px
}

.modal-footer-title > h4 {
    line-height: 40px;
}

.product-error {
    color: #a94442;
}

@media (min-width: 768px) {
    .modal-lg {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 920px;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .notify{
        width: 69%;
    }
}
#modal-error-body {
    background-color: #f2dede;
    color: #a94442;
    font-weight: bold;
    border-color: #ebccd1;
    margin: 10px;
}

.modal-warn-body {
    background-color: #fcf8e3;
    color: #8a6d3b;
    font-weight: bold;
    border-color: #faebcc;
    margin: 10px;
}

.component-title {
    display: inline-block;
    line-height: 34px;
    font-weight: bold;
    padding-left: 10px
}

.component-msg {
    display: none;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 10px;
}

.component-remove {
    cursor: pointer;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.little-font {
    font-size: 12px;
}

.control-label {
    text-align: center;
}

ul.nav-tabs a {
    color: #666;
    text-decoration: none;
}

.hear-listen-table input {
    padding: 4px;
    font-size: 12px;
    height: 25px;
}

.map-description p {
    display: inline-block;
    font-size: 18px;
}

.showindex {
    z-index: 9999;
}

.td-search {
    cursor: pointer;
    color: #5cb85c;
}

/*multiple-select*/
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #c7c4c4;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
    color: #444;
    text-decoration: none;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    font-size: 13px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 3px;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('../images/msel.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('../images/msel.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('../images/msel.png') no-repeat 100% -22px;
    background: url('../images/msel.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../images/msel.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/msel.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../images/msel.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../images/msel.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../images/msel.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    line-height: 20px;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: text-top;
}

.ms-drop .ms-no-results {
    display: none;
}

.alert-danger {
    font-size: 18px;
    font-weight: bold;
}

.td-edit {
    cursor: pointer;
    color: #f0ad4e;
}

.td-submit {
    cursor: pointer;
    color: #5cb85c;
}

.td-remove {
    cursor: pointer;
    color: #d9534f;
}

.td-delete {
    cursor: pointer;
    color: #d9c327;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #5bc0de
}

.need-condition {
    color: #d9534f;
    font-size: 13px;
    font-weight: bolder;
}

a.tr-forward {
    color: #d9534f;
}

a.tr-forward:hover {
    cursor: pointer;
}

.noboder {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    background-color: #FFFFFF;
    text-align: center;
}

ul.tree, ul.tree * {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    display: table;
}

ul.tree img.arrow {
    padding: 2px 0 0 0;
    border: 0;
    width: 20px;
}

ul.tree li {
    padding: 4px 0 0 0;
    list-style: none !important;
    display: table;
}

ul.tree li ul {
    padding: 0 0 0 5px;
    margin-left:15px;
}

ul.tree label {
    cursor: pointer;
    font-weight: normal;
    padding: 2px 0;
    font-size: 12px;
    line-height: 22px;
}

ul.tree label.hover {
    color: red;
}

ul.tree li .arrow {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: transparent no-repeat 0 4px;
}

ul.tree li .collapsed {
    background-image: url(../images/collapsed.png);
}

ul.tree li .expanded {
    background-image: url(../images/expanded.png);
}

ul.tree li .checkbox {
    width: 20px;
    height: 18px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    background: url(../images/uncheck.png) no-repeat 0 0px;
}

ul.tree li .checked {
    background-image: url(../images/checked.png);
}

ul.tree li .half_checked {
    background-image: url(../images/halfcheck.png);
}

ul.tree .checkbox {
    min-height: 0 !important;
}

.tree-select-modal {
    overflow-y: auto;
    display: none;
    height: 300px;
    width: 100%;
    border: 1px solid #c3b9b9;
    padding: 5px;
    position: absolute;
    background: #fffef0;
    z-index: 10000
}

.table-cont {
    /**make table can scroll**/
    max-height: 84vh;
    overflow: auto;
    background: #fff;
    /*box-shadow: 0 0 1px 1px #dfe6ec;*/
    width: 100%;
    /*margin: 50px auto 0;*/
    margin: 10px 2px 2px 2px;
    border: 1px solid #ddd;
}

.table-cont .table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-cont .table>thead>tr>th {
    background: #dad7d7;
}

.table-cont .table>tbody>tr>th,
.table-cont .table>tbody>tr>td{
    padding: 5px;
    line-height: 1.42857143;
    border: 1px solid #d8d6d6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;

}

.table-cont .table>tfoot>tr>td,
.table-cont .table>tfoot>tr>th,
.table-cont .table>thead>tr>td,
.table-cont .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    border: 1px solid #f0f0f0;
    white-space: nowrap;
}

.table-cont .table>thead>tr:first-child>th {
    border-top: none;
    border:1px solid #f7f3f3;
    background: #dad7d7;
}

.table-cont .table>tbody>tr:last-child>td {
    border-bottom: none;
}

.table-cont .table>tbody>tr:nth-of-type(odd) {
    background-color: #EEF1F6;
}

.table-cont .table>thead th {
    position: relative;
    text-align: center;
}
tr.on td{
    background-color: #BFEFFF;
}
.createDiv{
    background: red;
    width: 500px;
    height: 250px;
    position: absolute;
    margin: 125px 0px 0px -250px;
    z-index: 10005;
    top: 50%;
    left: 50%;
    border: 2px solid rgb(122, 122, 122);
    text-align: center;
    line-height: 225px;
    color: white;
    font-size: 16px;
}
.table-system{
    width:100%;
    line-height: 30px;

}
.table-system tr th{
    background-color: #edf6f785;
    text-align: center;
    width:200px;
}

.table-system tr td{
padding-left: 20px;

}
/*销售列表样式*/
.redsale{
    background-color: #ff00002b;
    color: black;    font-size: 13px;
}
.redsale-hover > tbody > tr.active:hover > td,
.redsale-hover > tbody > tr.active:hover > th,
.redsale-hover > tbody > tr:hover > .active,
.redsale-hover > tbody > tr > td.active:hover,
.redsale-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.redsale > tbody > tr > td,
.redsale > tbody > tr > th,
.redsale > tfoot > tr > td,
.redsale > tfoot > tr > th,
.redsale > thead > tr > td,
.redsale > thead > tr > th {
    border: 1px solid #cdbbbb;    font-size: 13px;
}

.greensale{
    background-color: rgba(166, 229, 164, 0.42);
    color: black;    font-size: 13px;
}
.blueesale{
    background-color: #315cd659;
    color: black;    font-size: 13px;
}
.yellowsale{
    background-color:#ffff0047;
    color: black;    font-size: 13px;
}

.editbox{
    background-color: #bbf8b96b;
}
/*!*七鱼呼叫工具条*!*/
.m-crm {
    max-width: 400px;
    margin: 2rem auto 2rem;
}
#CONTAINER-CC-TOOLBAR {
    top: 300px;
    right: 200px;
    z-index: 100001;
    /*background: #9cb945;*/
    padding-top:10px;
    /*padding-bottom:40px;*/
    padding-right:10px;
    padding-left:50px;
}
/*!* 客户需求场景 *!*/
.ul-require .menu-require {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    line-height: 100px;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    cursor: pointer;
}
