﻿/* block tpl */
.info-block {
    margin-top: 10px;
}

    .info-block li {
        margin-right: 3px;
    }

        .info-block li i {
            position: absolute;
            top: 0;
            color: red;
            display: none;
            height: 16px;
            width: 16px;
            cursor: pointer
        }

            .info-block li i.icon-del {
                right: 0
            }

        .info-block li:hover i {
            display: block;
        }

        .info-block li i.icon-bianji {
            right: 17px
        }

        /* icon-name type:0 */
        .info-block li.icon, .info-block li.simple {
            background-color: #fff;
            height: 40px;
            padding: 5px;
            float: left;
            overflow: hidden;
            position: relative;
            box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 2px
        }

            .info-block li.icon img {
                height: 40px;
                display: inline-block;
                vertical-align: top;
            }

            .info-block li.icon span {
                max-width: 120px;
                display: inline-block;
                vertical-align: top;
                padding-left: 10px;
                font-size: 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 40px;
            }

            .info-block li.simple span {
                max-width: 120px;
                display: inline-block;
                vertical-align: top;
                padding: 0 20px 0 20px;
                font-size: 15px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 40px;
            }

        /* img-name type:1 */
        .info-block li.pic-name {
            height: 120px;
            display: inline-block;
            position: relative;
        }

            .info-block li.pic-name img {
                height: 120px
            }

            .info-block li.pic-name span {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 25px;
                line-height: 25px;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: center;
                background: rgba(0, 0, 0, 0.38);
                color: #fff;
                width: 100%;
            }
        /* txt type:2*/
        .info-block li.text {
            border: 1px solid #ebebeb;
            height: 131px;
            width: 228px;
            display: inline-block;
            position: relative;
            background: #fff;
            overflow: hidden;
        }

            .info-block li.text:hover {
                z-index: 2;
                box-shadow: 0 0 10px rgba(0, 0, 0, .28);
                -webkit-transition: all .30s ease;
                transition: all .30s ease;
            }

            .info-block li.text span {
                height: 30px;
                line-height: 30px;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                font-size: 14px;
                border-bottom: 1px solid rgb(231, 234, 236);
                text-indent: 14px;
                cursor: move
            }

            .info-block li.text p {
                height: 97px;
                display: inline-block;
                overflow: hidden;
                padding: 0 5px 0 5px;
                line-height: 19px;
                text-indent: 10px;
            }
/* block tpl */

.tab-box .nav-tabs {
    border-bottom: 1px solid #ddd;
    height: 40px;
}

    .tab-box .nav-tabs > li {
        margin-left: -1px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        z-index: 1;
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
    }

        .tab-box .nav-tabs > li a {
            color: #666;
            padding: 11px 16px;
            background: #FBFAF8;
            display: block;
            font-size: 12px;
        }

        .tab-box .nav-tabs > li.active {
            border-top: 0px;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            z-index: 3;
        }

        .tab-box .nav-tabs > li > a:hover {
            background-color: #FFF;
            color: #f75959;
        }

        .tab-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-top: 2px solid #f75959;
            border-left: 0px;
            border-right: 0px;
            border-bottom: 1px solid #FFF;
            color: #333;
        }

.tab-box .tab-content {
    padding: 10px;
}

.tab-item {
    display: none;
}

.item-show {
    display: block !important;
}

.form-group {
    margin-top: 8px;
    margin-bottom: 16px; /*overflow:hidden;*/
}

    .form-group:after {
        content: '\20';
        clear: both;
        display: block;
        height: 0;
    }

.form-text, .selectpicker, .in-selectpicker {
    height: 32px;
    border-radius: 0px;
    text-indent: 6px;
    transition: none;
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.form-label {
    padding-right: 15px;
    display: inline-block;
    text-align: right;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    width: 17%;
}

    .form-label b {
        color: #ff0000
    }

    .form-group > div div.help-info {
        font-size: 12px;
        color: #666;
        display: none
    }

.form-textarea {
    text-indent: 6px;
    transition: none;
    font-size: 12px;
    display: block;
    width: 100%;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
/*.form-select {height:32px;padding:0 6px;}*/
.form-group > div label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
    padding-top: 7px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.form-group input[type="radio"], .form-group input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-right: 4px;
}


.form-group .imglist {
    margin-top: 10px;
    position: relative;
}

    .form-group .imglist div {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        position: relative;
        margin-bottom: 5px;
    }

        .form-group .imglist div img {
            max-height: 150px;
            display: block;
            background-image: url("/static/backend/images/img_bg.png")
        }

        .form-group .imglist div i {
            cursor: pointer;
            display: block;
            background: #ffc9c9;
            font-style: normal;
            font-size: 14px;
            position: absolute;
            top: 0;
            right: 0;
            height: 14px;
            line-height: 14px;
            width: 14px;
            text-align: center;
            color: #c72b2b;
            border: 1px solid #ff8080;
            font-family: serif;
        }

            .form-group .imglist div i:hover {
                font-weight: 700;
            }

        .form-group .imglist div span {
            font-size: 38px;
            display: inline-block;
            height: 50px;
            width: 120px;
            line-height: 50px;
            text-align: center;
            background: #ddd;
        }

        .form-group .imglist div.wait {
            min-height: 50px;
            width: 32px;
            position: relative;
        }

            .form-group .imglist div.wait img {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -16px;
                margin-top: -16px;
            }

.form-group .sub-btn {
    height: 35px;
    background: #f75959;
    color: #fff;
    text-align: center;
    line-height: 35px;
    width: 230px;
    border: none
}

    .form-group .sub-btn:hover {
        background: #f75959
    }

.form-group i[help-tips] {
    display: inline-block;
    margin-left: 8px;
    height: 34px;
    line-height: 34px;
    color: #FF9800;
}
