﻿.feature-details {
    background: #fff;
    height: 100%;
    overflow: auto;
}

    .feature-details .details-header {
        display: block;
        border-bottom: none;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 0;
        line-height: normal;
        position: relative;
        padding: 0;
        min-height: 0;
    }

        .feature-details .details-header .name {
            font-size: 18px;
            color: #fcb930;
            line-height: normal;
            display: inline-block;
            /*opacity: 0;*/
            padding: 8px 14px 0;
        }

            .feature-details .details-header .name.arrow {
                cursor: pointer;
            }

                .feature-details .details-header .name.arrow .arrow {
                    display: inline-block;
                    height: 0;
                    width: 0;
                    border: 0px solid transparent;
                    border-top: 4px solid #fcb930;
                    border-left-width: 4px;
                    border-right-width: 4px;
                    vertical-align: middle;
                }


        .feature-details .details-header .text-for-image {
            margin-left: 22px;
            margin-right: 22px;
        }

        .feature-details .details-header img.fci {
            margin-top: 3px;
        }

    .feature-details .query-grid-link {
        margin-top: 5px;
        height: 28px;
        background-image: url("images/query-grid_icon.png"); /* 12px x 12px */
        background-position: 14px 8px;
        background-repeat: no-repeat;
        background-color: #EFF1F4;
        font-size: 12px;
        padding-left: 32px;
        padding-top: 6px;
    }


    .feature-details .hb-accordion {
        margin: 0;
    }

    .feature-details .hb-accordion-header,
    .feature-details .hb-accordion-body {
        clear: both;
        padding: 0;
        font-size: 16px;
        color: #333;
        margin: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: auto !important;
    }

    .feature-details .hb-accordion-header {
        cursor: pointer;
        padding: 5px 5px;
        min-height: 40px;
    }

        .feature-details .hb-accordion-header .fcname {
            text-decoration: underline;
            display: inline-block;
            margin-top: 3px;
        }

        .feature-details .hb-accordion-header .name {
            color: #7f7f7f;
            font-size: 13px;
        }

        .feature-details .hb-accordion-header .text {
            margin-left: 50px;
            line-height: 16px;
        }

        .feature-details .hb-accordion-header:hover {
            background: #ffd77a;
        }

    .feature-details .hb-accordion-body {
        padding: 0 14px 0 0;
    }

        .feature-details .hb-accordion-body.leave,
        .feature-details .hb-accordion-header.leave {
            display: none;
        }

        .feature-details .hb-accordion-body .scrollbar {
            position: absolute;
            right: 0;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

        .feature-details .hb-accordion-body table.feature {
            margin-bottom: 14px;
            margin-left: 5px;
        }

        .feature-details .hb-accordion-body .overview {
            padding: 0 14px 0 19px;
        }

    .feature-details td.details-left {
        text-align: right;
        color: #6d7073;
        font-size: 13px;
        padding-right: 4px;
    }

    .feature-details td.details-right {
        color: #000;
        font-size: 14px;
    }

img.fci {
    display: inline-block;
    background: #fff;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    float: left;
}

    img.fci.small {
        height: 16px;
        width: 16px;
        margin-right: 6px;
        margin-top: 3px;
    }

    img.fci.large {
        height: 38px;
        width: 38px;
    }

/* Main feature list */
.feature-details .hb-accordion-body .main {
    margin: 6px 0 0 0;
    display: block;
}

.feature-details .hb-accordion-body .item-details .top {
    vertical-align: top;
}

.feature-details .hb-accordion-body .primary-text {
    color: #0D0D0D;
    font-size: 18px;
}

.feature-details .hb-accordion-body .secondary-text {
    color: #515456;
    font-size: 14px;
}

.feature-details .hb-accordion-body .tertiary-text {
    color: #888C90;
    font-size: 13px;
}

.feature-details .hb-accordion-body .spacer {
    height: 8px;
}

.feature-details .hb-accordion-body .divider {
    height: 1px;
    background: #e6eaee;
    background: -moz-linear-gradient(left, rgba(230,234,238,0) 0%, rgba(230,234,238,0.3) 10%, rgba(230,234,238,1) 50%, rgba(230,234,238,0.3) 90%, rgba(230,234,238,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(230,234,238,0)), color-stop(10%,rgba(230,234,238,0.3)), color-stop(50%,rgba(230,234,238,1)), color-stop(90%,rgba(230,234,238,0.3)), color-stop(100%,rgba(230,234,238,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(230,234,238,0) 0%,rgba(230,234,238,0.3) 10%,rgba(230,234,238,1) 50%,rgba(230,234,238,0.3) 90%,rgba(230,234,238,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(230,234,238,0) 0%,rgba(230,234,238,0.3) 10%,rgba(230,234,238,1) 50%,rgba(230,234,238,0.3) 90%,rgba(230,234,238,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(230,234,238,0) 0%,rgba(230,234,238,0.3) 10%,rgba(230,234,238,1) 50%,rgba(230,234,238,0.3) 90%,rgba(230,234,238,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(230,234,238,0) 0%,rgba(230,234,238,0.3) 10%,rgba(230,234,238,1) 50%,rgba(230,234,238,0.3) 90%,rgba(230,234,238,0) 100%); /* W3C */
    margin: -6px 14px 6px;
}

.feature-details .hb-accordion-body td.small {
    width: 1px;
}

.feature-details .hb-accordion-body .edit-btn {
    float: right;
    cursor: pointer;
}

.feature-details .hb-accordion-body div.divider:last-child {
    display: none;
}

.feature-details .icon.small {
    background: url("../images/small-icons-sprite.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-indent: -9999px;
}

    .feature-details .icon.small.edit {
        background-position: 0 0;
    }

        .feature-details .icon.small.edit:hover {
            background-position: -12px 0;
        }

.feature-details .no-feature {
    margin: 5px;
    font-style: italic;
    color: gray;
}

/* Photo styling */
.feature-details .photo-wrapper {
    position: relative;
    margin-right: 8px;
}

    .feature-details .photo-wrapper .shadow-one {
        position: absolute;
        top: -3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        background: #a3a8ad;
        z-index: 2;
    }

    .feature-details .photo-wrapper .shadow-two {
        position: absolute;
        top: -6px;
        left: 0;
        right: 6px;
        bottom: 6px;
        background: #dde3e9;
        z-index: 2;
    }

.feature-details .photo {
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    margin: 0 0 0 6px;
    z-index: 3;
    position: relative;
    overflow: hidden;
}

.feature-details .photo-count,
.feature-details .photo-count-wrap {
    background: rgba(255,255,255,0.9);
    font-size: 12px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    padding: 3px 10px;
    z-index: 4;
    line-height: 14px;
}

.feature-details .photo-count-wrap {
    left: 0;
    bottom: 11px;
    height: 20px;
    width: 6px;
    padding: 0;
    -moz-transform: skewY(60deg);
    -ms-transform: skewY(60deg);
    -o-transform: skewY(60deg);
    -webkit-transform: skewY(60deg);
    transform: skewY(60deg);
}

/* Print Styles */
@media print {

    .feature-details-print {
        height: auto;
        background-color: white;
    }

    #details-header {
        background-color: #fff;
    }

        #details-header h3 {
            color: #333333;
        }

    #print-panel-wrapper .feature-details td {
        width: auto;
    }

    #print-panel-wrapper .feature-details .photo-count {
        display: none;
    }

    #print-panel-wrapper .feature-details .photo-count-wrap {
        display: none;
    }

    .shadow-two {
        display: none;
    }

    .shadow-one {
        display: none;
    }
}
