﻿.container {
    font-size: 14px;
}

.titleBox {
    margin: 18px 0;
    padding: 0;
}

.titleInfor {
    font-size: 16px;
    color: #1084C1;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    padding-right: 8px;
}

.titleImge {
    margin: 0;
    padding: 0;
    width: 6px;
    height: 100%;
    background-color: #1084C1;
}

.detail-label {
    text-align: right;
}

.detail-row {
    margin-top: 5px;
}

.popup-bigic {
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    overflow: hidden;
    z-index: 999;
}

    .popup-bigic .loading-bigic {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        margin-top: -12px;
    }

    .popup-bigic .img-bigic {
        position: absolute;
    }

.option-bigic {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

    .option-bigic span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 20px;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 5px;
        background-color: #fff;
        opacity: .5;
    }

        .option-bigic span:hover {
            opacity: 1;
        }

        .option-bigic span.change-bigic {
            display: none;
            background-position: -52px 3px;
        }

        .option-bigic span.max-bigic {
            display: none;
            background-position: -119px 3px;
        }

        .option-bigic span.close-bigic {
            background-position: 8px 8px;
        }

.ul-content {
    padding-left: 5px;
    list-style-type: none;
    font-size: 14px;
    position: relative;
}

    .ul-content:before {
        position: absolute;
        width: 1px;
        left: 13px;
        top: 10px;
        bottom: 8px;
        background-color: #19CF18;
        content: '';
    }

.li-row {
    margin-left: 30px;
    line-height: 30px;
}

.li-row-icon {
    float: left;
    margin-left: -30px;
    position: relative;
    z-index: 2;
}

.li-row-check i {
    color: #19CF18;
    background-color: white;
}

.li-row-uncheck i {
    margin-left: 3px;
    font-size: 12px;
    color: #19CF18;
    background-color: white;
}

.nav > li > a > font {
    color: #337ab7;
}

.nav-pills > li.active > a {
    background-color: #5bc0de;
}

    .nav-pills > li.active > a > font {
        color: #fff;
    }

    .nav-pills > li.active > a:hover {
        background-color: #46b8da;
    }

div {
    clear: none;
}
