﻿progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.Preview {
    border: 1px solid #DCE8F1;
    color: #A59292;
    overflow: hidden;
    min-height: 200px;
}

.ImageWrapper {
    height: 110px;
    border: 1px solid #CCC;
    float: left;
    position: relative;
    margin: 10px;
    margin-right: 0px;
    border-radius: 2px;
}

    .ImageWrapper .Image {
        /*width: 170px;*/
        height: inherit;
        border-radius: 2px;
    }

    .ImageWrapper .icon {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 25px;
    }

    .ImageWrapper a {
        position: absolute;
        right: 2px;
        top: 3px;
    }

        .ImageWrapper a img {
            width: 22px;
            opacity: 0.6;
        }

            .ImageWrapper a img:hover {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
                opacity: 1;
            }

.Uploader {
    height: 50px;
    border: 1px solid #DCE8F1;
    border-top: none;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    color: #A59292;
}

    .Uploader img {
        position: relative;
        top: 0px !important;
    }

.filedetail {
    height: 44px;
    background: black;
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0.6;
    display: none;
    color: white;
    font-family: monospace;
}

    .filedetail:hover {
        display: block;
    }


#NumberOfFiles {
    width: 100%;
    height: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #ffc5c4 0%, #f5cc93 50%, #bcdfa4 100%);
    background: -moz-linear-gradient(left, #ffc5c4 0%, #f5cc93 50%, #bcdfa4 100%);
    background: -o-linear-gradient(left, #ffc5c4 0%, #f5cc93 50%, #bcdfa4 100%);
    background: -ms-linear-gradient(left, #ffc5c4 0%, #f5cc93 50%, #bcdfa4 100%);
    background: linear-gradient(to right, #ffc5c4 0%, #f5cc93 50%, #bcdfa4 100%);
    text-align: left;
    margin-bottom: 10px;
}

#Numbers {
    background: #00AE85;
    height: 100%;
    width: 0%;
    max-width: 100%;
    display: block;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: 0.5s width ease-in-out 1s;
    -moz-transition: 0.5s width ease-in-out 1s;
    -o-transition: 0.5s width ease-in-out 1s;
    -ms-transition: 0.5s width ease-in-out 1s;
    transition: 0.5s width ease-in-out 1s;
}

.ResimSayisi {
    font-weight: bold;
    color: #ff9500;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    float: left;
}

.urunEkleLoadingDivOrtakClass {
    position: absolute;
    width: 597px;
    height: 219px;
    background-color: #272727;
    z-index: 10;
    opacity: 0.5;
    left: 117px;
    top: 0;
    display: none;
}
.urunEkleLoadingDivOrtakClass img {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 276.5px;
    top: 59.5px;
}

.clear {
    clear: both;
}

label.icon > input { 
    display: none;
}

    label.icon > input + img { 
        cursor: pointer;
        border: 2px solid transparent;
    }

    label.icon > input:checked + img {
        border: 4px solid white;
        border-radius: 15px;
    }
