.treebutton{
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: none;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(../image/treeStandard.png);
}
.treeadd{
    margin-left: 2px;
    margin-right: -1px;
    background-position: -144px 0;
    vertical-align: top;
}

.treeedit{
    margin-right: 2px;
    background-position: -110px -48px;
    vertical-align: top;
}

.treeremove{
    margin-right: 2px;
    background-position: -110px -64px;
    vertical-align: top;
}

.panel{
    border: 1px #F4F4F4 solid;
    height: 100%;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.project-view{
    width: 100%;
    height: 80%;
    overflow: auto;
}

.modal-content iframe{
    border: 0;
}

.modal-body{
    overflow-x: auto;
}

.water{
    float: right;
    overflow: hidden;
    border: 1px #d9d9d9 solid;
    border-left: none;
}

.water li{
    width: 45px;
    height: 25px;
    background: #e6eaed;
    color: #999;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    float: left;
    border-left: 1px #d9d9d9 solid;
}

.water li.cur{
    background: #1d76d4;
    color: #fff0f5;
}


.div_title {
    height: 80px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}

.boxerror {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
}

.div_title_tab {
    float: left;
    text-align: center;
    width: 25%;
    height: 100%;
    padding-top: 20px;
}

.div_title_left {
    border-left: 1px solid #ddd;
}

.div_title_tab > .p_top {
    color: #337ac6;
    cursor: pointer;
}

#QuestionList {
    border-bottom: none;
    padding: 0;
    margin-bottom:0;
}

#QuestionList > li {
    list-style-type: none;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
}


.identify-box {
    position: relative;
}

.identify {
    border-bottom: #dfe6ea 1px solid;
    height: 39px;
    margin: 15px 30px;
}


.identify a {
    background: #f0f8fc;
    border: #dfe6ea 1px solid;
    border-bottom: none;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 14px;
    height: 38px;
    line-height: 38px;
}

.identify a.selected {
    background: #fff;
    border-top: #3f87f2 2px solid;
    margin-top: 1px;
    color: #236fe0;
}
.col-10{
    width: 10%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}
.col-30{
    width: 30%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}
.col-55{
    width: 55%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}
.col-90{
    width: 90%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}
.col-53{
    width: 53%;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left:7px
}


#olist>.SearchBar {
    padding: 0 7px;
    margin: 10px 0;
}


.conlist li{
    height: 120px;
    border: 1px #D9D9D9 solid;
    color: #333;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.conlist li>.con-num {
    width: 40px;
    height: 100%;
    background: #1C77D2;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.conlist li>.con-num input[type='checkbox']{
    position: absolute;
    margin-top: -9px;
    margin-left: 13px\9;
}

*::-ms-backdrop, .conlist li > .con-num input[type='checkbox'] {
    margin-left: 13px;
}

.conlist li>.con-content {
    padding: 8px;
    margin-left: 4px;
    width: calc(100% - 50px);
}

.conlist li dd span{
    float: right;
}

.conlist li .con-title span{
    color: #bbb;
}

.conlist li .con-title b{
    font-size: 16px;
}
.conlist li dd {
    margin-bottom: 10px;
}
.conlist li .con-file .btn-default{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}



.conlist li .btn-default {
    text-shadow:0 1px 0 #fff;
    background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat:repeat-x;
    border-color:#dbdbdb;
    border-color:#ccc
}

.conlist li .btn-default:focus,.btn-default:hover {
    background-color:#e0e0e0;
    background-position:0 -15px
}
.conlist li .btn-default.active,.btn-default:active {
    background-color:#e0e0e0;
    border-color:#dbdbdb
}
.conlist li .btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color:#e0e0e0;
    background-image:none
}

#fileList li i.glyphicon-edit {
    position: absolute;
    margin-top: -21px;
    right: 5px;
    top: auto;
    cursor: pointer;
}
/*---------调度运行css开始---------------*/
 .fmodel {
        height: 210px;
        width: 98%;
        float: left;
        border-radius: 10px;
        margin: 15px 0 0 2%;
        -webkit-box-shadow: 0 0 10px rgb(180,180,180);
        -moz-box-shadow: 0 0 10px rgb(180,180,180);
        box-shadow: 0 0 10px rgb(180,180,180);
        background-color: #ffffff;
        overflow: hidden;
        position: relative;
    }
  .fm-title {
        height: 50px;
        width: 100%;
        text-indent: 30px;
        font-weight: bold;
        font-size: 17px;
        line-height: 50px;
    }
        .situation {
        width: 100%;
        height: 70px;
        margin-top: 10px;
    }
        .fbottom {
        width: 100%;
        height: 60px;
        position: absolute;
        background-color: #1175d5;
        left: 0px;
        bottom: 0px;
    }
        .sbox {
        width: auto;
        height: 70px;
        margin-left: 25px;
    }
    
        .fmodelDetail {
        width: 100%;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgb(180,180,180);
        -moz-box-shadow: 0 0 10px rgb(180,180,180);
        box-shadow: 0 0 10px rgb(180,180,180);
        background-color: #ffffff;
        margin-top: 14px;
        overflow: hidden;
    }
        .div_icon {
        width: 5%;
        float: left;
        height: 50px;
        position: relative;
        top: 0;
        left: 0;
    }
        .div_icon_al {
        height: 0;
        width: 0;
        border-top: 30px solid #13CE66;
        border-right: 30px solid transparent;
    }
        .div_icon_ev {
        height: 0;
        width: 0;
        border-top: 30px solid #F7BA2A;
        border-right: 30px solid transparent;
    }
        .f-main {
        width: 100%;
        padding: 15px;
    }
        .fm-box {
        height: 60px;
        width: 30%;
        float: left;
    }
        .fm-content {
        width: 100%;
        height: 30px;
        float: left;
        line-height: 40px;
    }
        .fm-name {
        font-size: 16px;
        font-weight: 700;
    }
        .situationDetail {
        width: auto;
        height: 70px;
        float: right;
    }
        .btn-box {
        margin-top: 15px;
    }
            .div_icon > span {
            top: 1px;
            left: 3px;
            font-size: 8px;
            color: white;
            position: absolute;
            width: 10px;
        }
            .fnumber {
        width: 100%;
        height: 20px;
        text-align: center;
        line-height: 20px;
        z-index: 2;
    }
        .crewgate {
        margin-left: 10px;
        width: 80px;
        height: 60px;
        float: left;
        text-align: center;
    }
        .sboxDetail {
        width: 100%;
        float: left;
        height: 70px;
        padding-left: 25px;
    }
        .floodgate {
        text-align: center;
        margin-right: 10px;
        margin-top: 15px;
        width: 77px;
        height: 70px;
        float: left;
    }
        .fnumberDetail {
        width: 100%;
        height: 20px;
        text-align: center;
        line-height: 20px;
    }
/*---------调度运行css结束---------------*/
#List_ViewTable .center{
	text-align: center;
}

.table-form .col-15{
	width:16%;
}
.table-form .col-35{
	width:35%;
}
.table-form .col-70{
    width:70%;
}
.table-form input,.table-form textarea,.table-form select {
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: #fff;
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee!important;
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*---------巡查记录css开始---------------*/
.projectdetails1 {
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid rgb(220,224,227);
}

.danger {
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 34px;
}

.censor {
    text-indent: 15px;
    float: left;
    width: 33%;
    height: 100%;
}

.checkBox {
    text-indent: 15px;
    float: left;
    width: 33%;
    height: 100%;
}

.inspect-list {
    float: left;
    width: 100%;
    line-height: 34px;
}

.projectdetails1:hover {
    cursor: pointer;
    background: #efefef;
}

 .glyphicon-time{
    color:#337ab7;
 }

/*---------巡查记录css结束---------------*/


/*---------控制运行css开始---------------*/
.switchViewBtnGroup {
    position: fixed;
    top: 90px;
    right: 0;
    margin-right: 30px;
    -webkit-box-shadow: 0 0 1px #3f87f2;
    -ms-box-shadow: 0 0 1px #3f87f2;
    box-shadow: 0 0 1px #3f87f2;
}

.switchViewBtnGroup>a.select {
    color: #fff;
    background: #3f87f2;
}

.switchViewBtnGroup>a {
    height: 26px;
    display: inline-block;
    line-height: 26px;
    background: #fff;
    color: #3f87f2;
    padding: 0 6px;
    float: left;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contentbox {
    height: 700px;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: auto;
}

.identify-list {
    width: 218px;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    border: #e7e8ea 1px solid;
    position: relative;
}

.identify-text {
    padding: 10px 18px;
}

.identify-text h3 {
    font-size: 14px;
    padding-bottom: 5px;
}

.identify-text a {
    display: block;
    margin-left: 53px;
    margin-top: 10px;
    text-align: center;
    width: 95px;
    height: 26px;
    background: #3f87f2;
    color: #fff;
    line-height: 25px;
}

.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-warning {
    background-color: #f0ad4e;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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;
}

/*---------控制运行css结束---------------*/
