/*liu: style */
input, textarea, select, button {
    color: #898989;
}

body {
    background-color: #F1F1F1;
}

/*拜访列表*/
.content {
    float: left;
    background: white;
    width: 100%;
}

.content .project {
    margin: 14px auto;
    width: 96%;
    height: 40px;
    line-height: 40px;
    background: #337ab7;
}

.pro-left {
    float: left;
    width: auto;
    margin: 0 0 0 18px;
    color: white;
}

.pro-left .sel {
    width: 175px;
    height: 28px;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 6px;
    padding: 4px 0;
    padding-bottom: 6px;
    padding-right: 4px;
}

.pro-right {
    float: right;
    min-width: 77px;
    height: 27px;
    background: white;
    margin: 6px 18px 0 0;
    cursor: pointer;
    text-indent: 8px;
    line-height: 27px;
    color: #337ab7;
}

.pro-right a {
    color: #FD9001;
}

.pro-right .add {
    float: left;
    width: 19px;
    height: 15px;
    background: url(../images/smallAllIcon.png) 0 -51px no-repeat;
    margin-top: 6px;
    margin-left: 12px;
}

.model_right .SaveBtn .add {
    margin-left: 5px;
}

.Condition-option {
    margin: 0px auto;
    width: 96%;
    height: 30px;
}

.Condition-option span {
    float: left;
    padding-left: 5px;
    padding-right: 20px;
}

.Condition-option input {
    margin-left: 5px;
    outline: none;
    width: 144px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 4px;
}

.Condition-option .sel {
    width: 103px;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    padding: 4px 0;
    padding-bottom: 6px;
    padding-right: 4px;
}

.Condition-option .pro-right {
    float: left;
    width: 78px;
    height: 30px;
    background: #FD9001;
    margin-top: 0px;
    cursor: pointer;
    text-indent: 8px;
    line-height: 30px;
    color: white;
}

.Condition-option .pro-right a {
    color: white;
}

.Condition-option .pro-right .add {
    float: left;
    width: 19px;
    height: 15px;
    background: url(../images/smallAllIcon.png) 0 -35px no-repeat;
    margin-top: 8px;
    margin-left: 12px;
}

.Condition-option .Change {
    background: #fca93c;
}



/*拜访模型*/
.content .model {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EAEAEA;
}

.content .model h1 {
    font-size: 12px;
    color: #337ab7;
    line-height: 40px;
    text-indent: 20px;
    font-weight: normal;
}

.model_left {
    float: left;
    width: 167px;
    background: #EAEAEA;
    min-height: 915px;
    height: auto;
}

.Adaptive {
    min-height: 1100px;
}

.model_nav {
    width: 100%;
    padding-top: 20px;
}

.model_nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-indent: 30px;
    cursor: pointer;
}

.model_nav li a {
    float: left;
    width: 100%;
}

.model_nav li a span {
    float: right;
    width: 6px;
    height: 10px;
    background: url(../images/smallAllIcon.png) -1px -168px;
    margin-top: 16px;
    margin-right: 40px;
}

.model_nav .active a {
    background: #337ab7;
    color: white;
}

.model_nav .active a span {
    background-position: -13px -168px;
}

.model_right {
    float: left;
    width: auto;
    height: auto;
    margin-left: 20px; /*padding-bottom: 30px;*/
}

.model_right .project {
    width: 100%;
    height: 40px;
    background: #337ab7;
}

.model_right .project .condition_list, .model_right .project h2 {
    float: left;
    font-size: 12px;
    color: white;
    line-height: 40px;
    text-indent: 20px;
    font-weight: normal;
}

.model_condition, .model_template {
    float: left;
    width: 99.9%;
    min-height: 100px;
    height: auto;
    border: 1px solid #E3E3E3;
    padding: 10px;
    padding-top: 0px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0;
}

.model_condition .condition_list {
    float: left;
    width: 99.6%;
    margin: 0px;
}

.model_condition .condition_list li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0 0px 0px;
    height: 26px;
    line-height: 26px;
}

.model_condition .condition_list .con_blod {
    float: left;
    width: 60px;
    color: #337ab7;
}

.project .pro-form {
    float: right;
    width: auto;
}

.project .pro-input {
    float: left;
    margin: 13px 18px 0 0;
    color: white;
}

.project .pro-input input {
    margin-left: 5px;
    outline: none;
    width: 320px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #337ab7;
    outline: none;
    text-indent: 4px;
    background: #337ab7;
    color: white;
}

.project .modeladd, .project .import {
    float: right;
    min-width: 77px;
    padding-right: 7px;
    height: 27px;
    background: white;
    margin: 6px 18px 0 0;
    cursor: pointer;
    text-indent: 8px;
    line-height: 27px;
}

.project .modeladd a, .project .import a {
    color: #337ab7;
}

.project .modeladd .add {
    float: left;
    width: 19px;
    height: 15px;
    margin-top: 6px;
    margin-left: 12px;
    background: url(../images/smallAllIcon.png) 0 0 no-repeat;
}

.project .import .add {
    float: left;
    width: 19px;
    height: 15px;
    margin-top: 6px;
    margin-left: 12px;
    background: url(../images/smallAllIcon.png) 0 -104px no-repeat;
}

.project .Save {
    background: white;
    color: #337ab7;
}

.project .Save a {
    color: #337ab7;
}

.project .Save .add {
    background-position: 0 -67px;
}

.model_right .grid {
    width: 100%;
    float: left;
}

.project .Change, .project .Change2 {
    background: #337ab7;
    color: white;
}

.project .Change a, .project .Change2 a {
    color: white;
}

.project .Change .add {
    background: url(../images/changeImg.png) 0 0 no-repeat;
}

.project .Change2 .add {
    background: url(../images/changeImg.png) 0 -16px no-repeat;
}

.project .Change .into {
    background: url(../images/changeImg.png) 0 -35px no-repeat;
}

.model_problem {
    float: left;
    width: 99.9%;
    min-height: 176px;
    height: auto;
    border: 1px solid #E3E3E3;
    margin-top: 30px;
    position: relative;
}

.model_problem h3 {
    width: auto;
    height: 39px;
    border-bottom: 1px solid #E3E3E3;
    background: url(../images/l-bj.jpg) repeat-x;
    line-height: 39px;
    font-weight: normal;
    text-indent: 20px;
    font-size: 14px;
}

.model_problem .addImg {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 54px;
    height: 24px;
    background: #337ab7;
    border-radius: 4px;
    cursor: pointer;
}

.model_problem .addImg span {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/changeImg.png) 0 0 no-repeat;
    margin-top: 4px;
    margin-left: 20px;
}

.model_problem .addImg:hover {
    width: 54px;
    background: #337ab7;
}

.model_problem .Add_content {
    float: left;
    width: 100%;
    position: relative;
}

.model_problem .Add_content ul {
    float: left;
    padding: 27px 0 5px 15px;
}

.model_problem .Add_content ul li {
    min-width: 450px;
    width: auto;
    margin-bottom: 20px;
}

.model_problem .Add_content ul li input {
    margin-left: 5px;
    outline: none;
    width: 420px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 4px;
}

.model_problem .Add_content ul li span {
    float: right;
    width: 18px;
    height: 18px;
    background: url(../images/smallAllIcon.png) 0 -16px;
    margin-top: 6px;
    margin-left: 10px;
    cursor: pointer;
}

.model_problem .standard li .sel {
    width: 115px;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 5px;
    margin-right: 8px;
}

.Add_content h4 {
    padding: 20px 0 5px 15px;
    color: #337ab7;
    font-weight: normal;
}

.model_problem .Add_content .advantage {
    padding-top: 18px;
}

.editor_remove {
    position: absolute;
    right: 15px;
    top: 20px;
    width: auto;
    height: 20px;
}

.editor_btn {
    float: left;
    width: 19px;
    height: 17px;
    background: url(../images/smallAllIcon.png) 0 -84px no-repeat;
    cursor: pointer;
}

.remove_btn {
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/smallAllIcon.png) 0 -16px no-repeat;
    cursor: pointer;
    margin-left: 18px;
}

.new_center {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}

.new_cognitive_expectation {
    float: left;
    width: 100%;
}

.new_cognitive_expectation ul li {
    width: 100%;
    height: 32px;
    margin-bottom: 30px;
}

.new_cognitive_expectation ul li p {
    float: left;
    width: 70px;
    height: 32px;
    margin-bottom: 30px;
    line-height: 32px;
}

.new_cognitive_expectation ul li .sel {
    float: left;
    width: 150px;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    margin-right: 10px;
}

.expect {
    float: left;
    width: 100%;
    height: auto;
}

.expect .cognition {
    float: left;
    width: 100%;
}

.expect .cognition p {
    float: left;
    width: 70px;
    height: 32px;
    margin-bottom: 30px;
    line-height: 32px;
}

.expect .cognition .addImg {
    float: left;
    width: 54px;
    height: 24px;
    background: #337ab7;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3px;
}

.expect .cognition .addImg span {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/changeImg.png) 0 0 no-repeat;
    margin-top: 4px;
    margin-left: 20px;
}

.expect .cognition .addImg:hover {
    width: 54px;
    background: #337ab7;
}

.expect ul li {
    float: left;
    height: 32px;
    margin-bottom: 17px;
}

.expect ul li input {
    float: left;
    margin-left: 70px;
    width: 306px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 4px;
}

.expect ul li span {
    float: right;
    width: 18px;
    height: 18px;
    background: url(../images/smallAllIcon.png) 0 -16px;
    margin-top: 6px;
    margin-left: 10px;
    cursor: pointer;
}

.parent .layui-layer-btn {
    text-align: center;
    padding-bottom: 25px;
}

.btn_submit .layui-layer-btn0, .col-xs-6 .layui-layer-btn0 {
    width: 143px;
}

.layui-layer-btn0 {
    height: 36px;
    border-color: #FD9001;
    background-color: #fd9100;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: 0;
}
.visitToButton:hover{
    background-color: #fb9a19;
}
.parent .layui-layer-btn .layui-layer-btn1 {
    width: 143px;
    height: 36px;
    border-color: #337ab7;
    background-color: #337ab7;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    padding: 0;
}

.layui-layer-btn2 {
    width: 143px;
    height: 36px;
    border-color: #C1C1C1;
    background-color: #C1C1C1;
    border-radius: 4px;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 0;
    border: 0;
    margin-left: 5px;
}

.parent_1 .layui-layer-btn0, .parent_1 .layui-layer-btn1 {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px #dedede solid;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.parent_1 .layui-layer-btn0 {
    border-color: #337ab7;
    background-color: #337ab7;
    color: #fff;
}

/*拜访模型-约见模板*/
.model_template {
    min-height: 900px;
    padding-bottom: 0;
}

.model_center {
    padding: 20px;
    padding-top: 0;
    position: relative;
}

.model_center h2 {
    width: 100%;
    font-size: 18px;
    color: #337ab7;
    line-height: 40px;
    font-weight: normal;
}

.model_center p {
    width: 100%;
    font-size: 12px;
    color: #333;
    line-height: 26px;
    padding-bottom: 20px;
}

.model_center p strong {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.model_center .center_footer {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: auto;
    padding: 0;
    margin: 0;
}

/*公司查看*/
.title {
    margin-top: 20px;
}

.c999 {
    color: #999999;
}

.compTopBox {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    margin-top: 30px;
}

.compAbout {
    padding: 10px 20px;
    overflow: hidden;
}

.compImgBox {
    margin-right: 20px;
}

.compImgBox img {
    border-radius: 50%;
}

#compSelect {
    height: 28px;
    width: 128px;
    background: #f1f2f3;
    border: none;
    color: #333333;
    border: 1px solid #A0A0A0 \9;
    padding: 5px;
}

.compDoBtn {
    text-align: right;
    background: url('../images/openBtn.png') no-repeat 117px 4px;
    padding-right: 20px;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.compCloseBtn {
    background-position: 117px -12px;
    color: #337ab7;
}

.compTopBoxOn .closeBtn, .compTopBoxOn .compInfo {
    display: block
}

.compAbout .compAfr .showCon {
    display: block;
}

.compInfo {
    display: none;
    padding: 0px 15px;
    padding-bottom: 10px;
    border-top: 1px solid #E6E6E6;
    background-color: #f1f1f1;
}
span.compTitle {
    color: #7e7e7e;
}
.opt {
    display: inline-block;
    min-width: 315px;
    margin-right: 40px;
}
.opt span {
    display: inline-block;
    min-width: 95px;
    text-align: right;
    color: #7e7e7e;
    margin-right: 36px;
}
.opt .data {
    /* width: auto; */
    display: inline-block;
}
.opt .optLeft{
    margin-right: 36px;
    color: #7e7e7e;
}
.opt span {
    color: #7e7e7e;
}
.compInfoUl li {
    padding: 10px;
    line-height: 20px;
}

.compBotBox {
    margin-bottom: 20px;
    overflow: hidden;
}

.compBotBox .record {
    height: 41px;
    line-height: 41px;
    background: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
}

.compBotfl {
    margin-right: 480px;
    border: 1px solid #e3e3e3;
}

.compBotfr {
    width: 460px;
}

.compBotCon {
    padding: 15px;
}

.compBotCInfo {
    display: none;
}

.compBotCon div.current {
    display: block;
}

.compBotflTab {
    overflow: hidden;
    margin-bottom: 15px;
}

.compBotflTab li {
    border: 1px solid;
    padding: 5px 20px;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.a2f8ac6 {
    color: #2f8ac6;
    border-color: #2f8ac6
}

.a54b443 {
    color: #337ab7;
    border-color: #337ab7
}

.ae04a31 {
    color: #e04a31;
    border-color: #e04a31
}

.compBotCInfo ul {
    border-top: 1px solid #E3E3E3;
    padding: 15px 0;
    line-height: 30px;
    color: #333333;
}

.compBotfrTab {
    overflow: hidden;
}

.compBotfrTab > li {
    float: left;
    color: #333333;
    background: #efefef;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    margin-right: 10px;
    cursor: pointer;
}

.compBotfrTab > li.current {
    color: #ffffff;
    background: #337ab7;
}

.compBotBInfo {
    border: 1px solid #e3e3e3;
    padding: 15px;
    padding-bottom: 0;
}

.compBotBInfo .compBotbox {
    display: none;
}

.compBotBInfo > .compBotbox.current {
    display: block;
    clear: both;
}

.compBotBInfo ul {
    clear: both;
    padding-top: 12px;
}

.compBotBUl > li {
    width: 400px;
    height: 96px;
    background: #f3f3f3;
    padding: 0 15px;
    margin-bottom: 15px;
}

.compBotBUl > li > ul > li {
    line-height: 32px;
}

.comBar {
    height: 30px;
    background: #f1f1f1;
}

.content .project.title {
    margin: 20px auto;
    width: 96%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 17px;
    color: #fff;
    background-color: #337ab7;
}

.content .conBody {
    width: 96%;
    margin: 0 auto;
}

.compBotCInfo .frLinks {
    float: right;
    color: #333;
}

.compBotCInfo .frLinks > a {
    padding: 0px 10px;
    color: #333;
}

.compInfo .group h3 {
    height: 25px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    background: #fbfafa;
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 8px 9px 15px;
    font-size: 14px;
    cursor: pointer;
}

.compInfo .group.first h3 {
    border-top: 1px solid #E6E6E6;
}

.compInfo .group h3 a {
    margin-top: 4px;
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -20px;
    overflow: hidden;
    background: url(../images/arrow_right.png) no-repeat center center;
}

.compInfo .group h3 a.current {
    background: url(../images/arrow_down.png) no-repeat;
    margin-top: 11px;
    width: 15px;
}

.compInfo .groupCon {
    line-height: 2.0;
    padding: 15px;
    background-color: #fbfafa;
    border-bottom: 1px solid #E6E6E6;
    display: none;
}
.groupTitleNext {
    display: inline;
    margin-left: 15px;
}
.groupTitle {
    display: inline-block;
    min-width: 60px;
    text-align: right;
    color: #7e7e7e;
}
.groutTitleWidth{
    min-width:110px;
}
.compInfo .groupCon.last {
    border-bottom: 0;
}

.btnStyle {
    color: #333333;
    cursor: pointer;
    background: #cccccc;
    border: none;
    margin: 0px 5px;
    padding: 4px 6px;
    border-radius: 3px;
}

.btnStyle.current {
    background: #337ab7;
    color: #fff;
}

.jOrgChart > table {
    margin: 0 auto;
}

.compInfoUl li > span.opt {
    margin-left: 12px;
    margin-right: 50px;
}

.compInfoUl li > span.opt > span {
    float: left;
    padding-right: 30px;
    min-width: 90px;
}

/*系统管理*/
.project .ui-button .ui-button-text {
    padding: 0;
    line-height: inherit
}

.project .ui-button-text-only .ui-button-text {
    padding: 0;
    line-height: inherit;
    text-align: left;
}

.condition_list button#id-btn-search {
    font-size: 12px;
    padding: 5px 10px;
    background: #fff;
    border: none;
    color: #337ab7;
}

/*------------yh---------------------*/
/*.model_right .grid #grid-pager{margin-bottom: 0!important;}*/
.list-group-item textarea, .list-group li textarea, .condition_list textarea, .model_right textarea {
    resize: none;
}

.model .model_right .grid {
    margin-bottom: 0;
}

.content .model .model_right .model_template {
    margin-top: 0;
}

/*---------------------------------*/
/*弹框*/
.list-group-item > .badge {
    color: #333;
    border-radius: 2px;
    border: 1px solid #dedede;
    font-weight: normal;
    background: #f1f1f1 !important;
    cursor: pointer;
}

.ui-widget-overlay {
    position: fixed
}

.list-group {
    overflow: hidden;
}

.form-control {
    padding-top: 4px;
    padding-left: 4px;
    text-indent: 8px;
    font-size:12px;
}

#templatecontent {
    padding: 20px;
    line-height: 25px;
    padding-left: 10px;
    outline: none;
}

/*项目协同*/
.chosen-container .chosen-results li {
    text-align: left;
}

.chosen-container .chosen-drop {
    border: 1px solid #e1e1e1
}

.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    font-size: 12px;
}

.btn-primary:hover {
    opacity: 0.9;
    text-decoration: none;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*.select2-container .select2-choice .select2-arrow B {
    background: url("../images/select_arrowDown.png") no-repeat 0 1px \9;
}*/
.select2-container .select2-choice .select2-arrow b:before {
    font-family: FontAwesome;
    font-size: 12px;
    display: inline;
   /* content: "\f0d7";*/
    color: #888;
    position: relative;
    left: 0;
    left: 0px !important;
}
#addnow, #addproblem, .add_xz {
    border-color: #337ab7;
    background-color: #337ab7;
    color: #fff;
    border: none;
    height: 30px;
    border-radius: 4px;
    margin-right: 20px;
}
#addnow:hover, #addproblem:hover, .add_xz:hover{
    background-color:#337ab7;
}
.add_xz {
    margin-bottom: 10px;
    margin-right: 14px;
}

.select2-container-active .select2-choice {
    box-shadow: none
}

.condition_list textarea {
    border: 1px solid #e1e1e1
}

.list-group li {
    font-size: 12px;
    color: #666;
    font-family: "微软雅黑";
}
.footerList h3 a {
    margin-top: 4px;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -20px;
    overflow: hidden;
    background: url(../images/down.png) no-repeat center center;
}
.footerList h3 a.current {
    background: url(../images/up.png) no-repeat;
    width: 20px;
}























