﻿/* 工单管理 */
.fbmenulist {
    width: 280px;
    float: left;
}

    .fbmenulist ul {
        padding: 0
    }

        .fbmenulist ul li {
            list-style: none;
            height: 50px;
            line-height: 50px;
            padding-left: 5px;
        }

            .fbmenulist ul li:nth-last-child(1) {
                border-bottom: 1px solid #ddd
            }

.rightIcon {
}

.fbdescript {
    width: 260px;
    display: inline-block
}

.fbcontent {
    float: right;
    width: 73%;
    height: 100%
}

.fbrightline {
    border-right: 1px solid #ddd;
}

.fbselectli {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.funcbutton {
    cursor: pointer !important;
}

.questionslist {
    margin: 7px 0px;
    padding: 0px
}

    .questionslist li {
        float: left;
        list-style: none;
        width: 250px;
        margin-right: 10px
    }

.smalltip {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    display: block
}

.overbg {
    background: #808080
}

.submitPanel {
    background: white;
    height: 70px;
    width: 700px;
    position: fixed;
    right: 100px;
    float: right;
    bottom: 0px;
    border: 1px solid #efefef;
    padding: 23px 0
}

.funcbutton {
    cursor: pointer;
    float: right;
    display: block;
    border: 1px solid #c3c1c1;
    height: 24px;
    line-height: 24px;
    width: 70px;
    text-align: center;
    margin-right: 25px;
}

.paneltitle {
    margin-left: 30px
}

.panelsubmit {
    background: #1ABC9C;
    color: white;
    border: 1px solid #1ABC9C !important;
}

.fbsystemtype {
    margin: 10px 0
}

.solutions {
    min-height: 200px;
    margin: 10px 0 50px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 10px
}

.solutecontent {
    padding: 30px 10px
}

.pop {
    -webkit-box-shadow: 0 0 10px #808080;
    -moz-box-shadow: 0 0 10px #808080;
    box-shadow: 0 0 10px #808080;
}

.pop {
    background: white;
    height: 195px;
    width: 700px;
    position: fixed;
    right: 100px;
    float: right;
    bottom: 70px;
    border: 1px solid #ddd;
    padding: 5px 15px
}

.main-idea textarea {
    height: 90px;
    box-sizing: border-box;
    color: #999;
    border: 1px solid #999;
    padding: 5px;
    width: 100%;
    resize: none;
}

.fbquestion {
    margin: 0 5px 5px 0
}

.pop-line {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.main-issue {
    padding: 5px 0
}

.pop .funcbutton {
    float: left;
    margin: 10px 0
}

.popcolor {
    color: #bbb
}

.solutecontent span {
    display: block;
    margin: 5px 0
}

.btIcon {
    margin-right: 5px;
    font-size: 15px;
}

.pf {
    float: left;
    margin-left: 25px
}

.icon-star {
    float: right;
    margin-left: 5px
}

    .icon-star i {
        color: #cac3c3
    }

.costtimeScore, .resultScore {
    margin-left: 5px
}

.redColor {
    color: red !important;
}

.solutions h4 {
    margin-bottom: 50px !important;
}

@media (max-width:991px) and (min-width:768px) {
    #nav-col {
        width: 220px;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        height: 100%;
    }
    #col-left-inner {
        height: 100vh
    }

        #col-left-inner > #sidebar-nav {
            height: 70vh !important;
            margin: 0 !important;
            border-radius: 0 !important;
            /*height: 100% ;*/
        }

    .nav-small #nav-col {
        left: -100%;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear
    }
    #sidebar-nav {
        overflow: auto;
    }
    #content-wrapper .content-tabs {
        display: none;
    }
}
