﻿
.imgpreview {
    cursor: pointer;
    max-width: 130px;
}

    .imgpreview:hover {
        border-color: #18AACC;
    }

.suppliersavebg {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

@media only screen and (max-width: 768px) {
    .suppliersavebg {
        left: 0px;
    }
}

.pa4 {
    padding: 4px !important;
}

#webcam, #canvas {
    width: 272px;
    border: 1px solid #ccc;
    background: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#webcam {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

    #webcam > span {
        z-index: 2;
        position: absolute;
        color: #eee;
        font-size: 10px;
        bottom: -16px;
        left: 152px;
    }

    #webcam > img {
        z-index: 1;
        position: absolute;
        border: 0px none;
        padding: 0px;
        bottom: -40px;
        left: 89px;
    }

    #webcam > div {
        border: 1px solid #ccc;
        position: absolute;
        right: -90px;
        padding: 5px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
    }

    #webcam a {
        background: #fff;
        font-weight: bold;
    }

        #webcam a > img {
            border: 0px none;
        }

#canvas {
    border: 1px solid #ccc;
    background: #eee;
}

#flash {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5000;
    width: 100%;
    height: 500px;
    background-color: #c00;
    display: none;
}

object {
    display: block; /* HTML5 fix */
    position: relative;
    z-index: 1000;
}

#video {
    border: 1px solid #eee;
    width: 100%;
    height: auto;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

#photo {
    /*border: 1px solid #eee;
            box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);*/
    width: 100%;
    height: auto;
    display: none;
}

#canvas {
    display: none;
}

#outvideo {
    border: 1px solid #eee;
    width: 100%;
    height: auto;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

#outphoto {
    border: 1px solid #eee;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    width: 100%;
    height: auto;
    display: none;
}

#outcanvas {
    display: none;
}

.camera {
    max-width: 340px;
    display: inline-block;
}

.output {
    width: 100%;
    /*max-width: 340px;*/
    display: inline-block;
}

#startbutton {
    margin-left: auto;
    margin-right: auto;
    bottom: 32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}

#outstartbutton {
    margin-left: auto;
    margin-right: auto;
    bottom: 32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}

.contentarea {
    font-size: 16px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    width: 760px;
}

.grnCaptureBG {
    position: relative;
    float: left;
    margin: 4px;
}

.deleteImg {
    position: absolute;
    top: -7px;
    right: -2px;
    background: #b72727;
    border-radius: 10px;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    width: 19px;
    height: 19px;
    text-align: center;
    cursor: pointer;
}

.content-header > h1 > small {
    font-size: 14px;
    display: inline-block;
    padding-left: 4px;
    font-weight: bold;
    color: #444;
}

.content-header > h1 {
    line-height: 28px;
}

.deleteImg:hover {
    background: #333;
}
