﻿.photo-classifier {
    background: #36383a;
    padding: 14px 0 0 16px;
    height: 100%;
}

    .photo-classifier .title {
        font-size: 18px;
        color: #888c90;
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .photo-classifier .close-btn {
        width: 14px;
        height: 14px;
        margin: 4px 16px 0 0;
        float: right;
        background: url('../app/images/photo-classifier-close.png');
        filter: none;
        cursor: pointer;
        border: none;
        padding: 0;
    }

        .photo-classifier .close-btn:hover,
        .photo-classifier .close-btn:focus {
            background-position: -14px 0;
            outline: none;
        }

    .photo-classifier > .list {
        width: 180px;
        margin: 0 10px 14px 0;
        font-size: 0;
        display: inline-block;
        overflow: hidden;
        height: 400px;
        float: left;
    }

        .photo-classifier > .list .loading {
            background: url('../app/images/photo-classifier-list-spinner.gif') left center no-repeat;
            color: #fff;
            padding: 0 0 0 20px;
            margin-top: 6px;
            font-size: 14px;
        }

        .photo-classifier > .list .img-wrapper {
            display: inline-block;
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            vertical-align: top;
            background: url('../app/images/image-silhouette-dark.png') no-repeat center center;
        }

            .photo-classifier > .list .img-wrapper:nth-child(odd) {
                margin-right: 10px;
            }

            .photo-classifier > .list .img-wrapper:last-of-type {
                margin-bottom: 0;
            }

            .photo-classifier > .list .img-wrapper .border {
                display: none;
                border: 4px solid #fcb930;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .photo-classifier > .list .img-wrapper .completed {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: rgba(54,56,58,0.8) url('../app/images/photo-classifier-completed.png') no-repeat center center;
            }

    .photo-classifier .list .img-wrapper img {
        opacity: 0;
    }

        .photo-classifier .list .img-wrapper img.loaded {
            opacity: 1;
        }

    .photo-classifier .list .img-wrapper.selected .border {
        display: block;
    }

    .photo-classifier > .list .tsb.shadow-top:after {
        background: -moz-linear-gradient(top, rgba(54,56,58,1) 0%, rgba(54,56,58,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,56,58,1)), color-stop(100%,rgba(54,56,58,0)));
        background: -webkit-linear-gradient(top, rgba(54,56,58,1) 0%,rgba(54,56,58,0) 100%);
        background: -o-linear-gradient(top, rgba(54,56,58,1) 0%,rgba(54,56,58,0) 100%);
        background: -ms-linear-gradient(top, rgba(54,56,58,1) 0%,rgba(54,56,58,0) 100%);
        background: linear-gradient(to bottom, rgba(54,56,58,1) 0%,rgba(54,56,58,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF36383a', endColorstr='#0036383a',GradientType=0 );
    }

    .photo-classifier > .list .tsb.shadow-bottom:before {
        background: -moz-linear-gradient(top, rgba(54,56,58,0) 0%, rgba(54,56,58,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,56,58,0)), color-stop(100%,rgba(54,56,58,1)));
        background: -webkit-linear-gradient(top, rgba(54,56,58,0) 0%,rgba(54,56,58,1) 100%);
        background: -o-linear-gradient(top, rgba(54,56,58,0) 0%,rgba(54,56,58,1) 100%);
        background: -ms-linear-gradient(top, rgba(54,56,58,0) 0%,rgba(54,56,58,1) 100%);
        background: linear-gradient(to bottom, rgba(54,56,58,0) 0%,rgba(54,56,58,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0036383a', endColorstr='#FF36383a',GradientType=0 );
    }


    .photo-classifier .content-area {
        display: inline-block;
        background: #e6eaed;
        box-shadow: -2px -2px 10px 0 rgba(0,0,0,0.75);
        float: left;
        position: relative;
        overflow: hidden;
    }


    .photo-classifier .photo-container,
    .photo-classifier .map-container,
    .photo-classifier .left-area,
    .photo-classifier .right-area {
        -webkit-transition-duration: 350ms;
        -webkit-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
        transition-duration: 350ms;
        transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); /* EaseInQuart */
        /*-webkit-transition: all 350ms cubic-bezier(0.895, 0.03, 0.685, 0.22);*/
        /*transition: all 350ms cubic-bezier(0.895, 0.03, 0.685, 0.22);*/
    }

    .photo-classifier .left-area {
        padding: 16px 256px 16px 16px;
        float: left;
        height: 100%;
        width: 100%;
        -webkit-transition-property: padding;
        transition-property: padding;
    }

        .photo-classifier .left-area.expand {
            /*width: 100% !important;*/
            padding-right: 16px;
        }

    .photo-classifier .right-area {
        width: 240px;
        float: left;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition-property: right;
        transition-property: right;
    }

        .photo-classifier .right-area.shrink {
            right: -256px;
        }

    .photo-classifier .photo-container {
        width: 100%;
        height: 60%;
        float: left;
        position: relative;
        padding-bottom: 2.5em;
        position: relative;
        -webkit-transition-property: height, padding, top;
        transition-property: height, padding, top;
        top: 0;
    }

        .photo-classifier .photo-container.expand {
            height: 100%;
            padding-bottom: 1em;
        }

        .photo-classifier .photo-container.shrink {
            top: -150%;
        }

    .photo-classifier .photo-area {
        text-align: center;
        background: #bec4c9;
        height: 100%;
    }

        .photo-classifier .photo-area .loading {
            background: url('../app/images/photo-classifier-photo-spinner.gif') left center no-repeat;
            color: #1a1a1a;
            padding: 0 0 0 20px;
            font-size: 14px;
            display: inline-block;
        }

        .photo-classifier .photo-area:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

        .photo-classifier .photo-area img {
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
        }

    .photo-classifier .map-container {
        float: left;
        width: 100%;
        height: 40%;
        background: #fff;
        border: 1px solid #6e7073;
        position: relative;
        top: 0;
        -webkit-transition-property: top, height;
        transition-property: top, height;
    }

        .photo-classifier .map-container.expand {
            height: 100%;
            top: -60%;
        }

        .photo-classifier .map-container.shrink {
            top: 150%;
        }

    .photo-classifier .photo-options a {
        cursor: pointer;
    }

        .photo-classifier .photo-options a span {
            font-size: 13px;
            vertical-align: middle;
        }

    .photo-classifier .photo-options .right {
        float: right;
    }

    .photo-classifier .photo-options .icon {
        display: inline-block;
        height: 12px;
        width: 12px;
        text-indent: -9999px;
        background: url('../app/images/photo-classifier-options.png');
        margin-right: 6px;
        vertical-align: middle;
    }

        .photo-classifier .photo-options .icon.expanded {
            background-position: -12px 0;
        }

        .photo-classifier .photo-options .icon.download {
            background-position: -24px 0;
            margin-right: 4px;
        }

    .photo-classifier .map-modal {
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
