.qcam_wrapper{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
}
.qcam_container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    z-index: 1051;
}

.qcam_content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1052;
}

.qcam_container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.qcam_video_wrapper{
	border: 1px solid #766161;
    border-radius: 2px;
    max-width: 100%;
    background-color: #3f3f3f;
    z-index: 1053;
}


.qcam_video{
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC");
	background-repeat: repeat; 
	background-color: #3f3f3f;
}
#qcam_video{
	z-index: 1054;
	max-width: 650px;
	padding: 0;
	margin: 0;
	position: initial;
}

.qcam_close{
	line-height: 40px;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}

.qcam_close:hover, qcam_switch_text:hover{
	color:#726b6b;
}
.qcam_title{
	line-height: 40px;
    height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    font-style: oblique
}
.qcam_top{
	width: 100%;
	height: 40px;
	background-color: #363637;
	cursor: pointer;
	border-bottom: 1px solid;
    border-color: #666;
}

.qcam_bottom{
	width: 100%;
	display: table;
	margin: 5px 0 10px 0;
}

.qcam_bottom_row{
	display: table-row;
}

.qcam_bottom_left, .qcam_bottom_center, .qcam_bottom_right{
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	cursor: pointer;
}

.qcam_snap_button{
	height: 80px;
	width: 80px;
	border: solid 2px #FFF;
	border-radius: 50%;
	background-color: #d7d7d7;
	margin: 0 auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.qcam_snap_button:active{
	background-color: #766161;
}
.qcam_snap_button_center{
	height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #cbabab;
    margin: 0 auto;
    margin-top: 25px;
}

.qcam_switch_button{
	height: 50px;
	width: 50px;
	border: dashed 1px #FFF;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 10px;
    text-align: center;
    line-height: 50px;
}
.qcam_switch_button:active{
	background-color: #766161;
}
.qcam_switch_text{
	 vertical-align: middle;
	 font-size: 33px;
}

.qcam_thumbnail_container{
	margin: 0 auto;
}

.qcam_thumbnail_counter{
	display: none;
	position: absolute;
	min-width: 20px;
	text-align: center;
	background-color: #2965a6;
}
.qcam_thumbnail{
	height: 70px;
	width: 70px;
	border: solid 1px #FFF;
	margin: 0 auto;
	text-align: right;
	cursor: initial;
}
.qcam_thumbnail img{
	height: 69px;
	width: 69px;
}
.qcam_wrapper video{
	min-height: 100%;
    position: relative;
}

.rotate_switch {
    transform: rotate(360deg);
    transition-duration:1s;
}


.img_thumbnail_cont{
	height: 140px;
    background-color: white;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    overflow-x: scroll;
    display: -webkit-inline-box;
    display:  -moz-inline-box;
    max-width: 500px;
}

.img_wrapper {
	margin-right: 2px;
	border: 1px solid #999;
	border-radius: 2px;
}

.img_carousel {
	height: 100px;
	width: 100px;
}

.img_carousel img{
	height: 100px;
	width: 100px;
}
.img_header{
	height: 30px;
}
.img_title{
	display: inline-block; 
	color: #6a6767;
	font-size: 0.9em;
	line-height: 30px;
	text-align: left;
	margin-left: 2px;
	font-style: oblique;
	overflow: hidden;
    width: 80px;
}

marquee {
	marquee-speed: slow;
}


.img_remove{
	display: inline-block; 
	cursor: pointer;
    font-size: 20px;
    color: #6a6767;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    float: right;
    width: 30px;
}

.img_remove:hover{
	color: #030303;
	font-size: 18px;
}

/*POPUP IMAGE*/
.image_popup {
    display: none;
    position: fixed;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: #d9d9d9 solid 1px;
    background-color: rgba(125,125,125,0.5);
}

.image_popup_wrap {
    
    background-color: white;
    text-align: center;
}

.wrap_img {
    vertical-align: top;
    max-width: 600px ;
    max-height: 500px;
}

.drop_area{
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.wrap_img {
	    vertical-align: top;
	    width: 300px !important;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 780px) {
	
	.qcam_video_wrapper {
    	min-height: 100%; 
	}
	
	.qcam_bottom {
		margin: 0;
	}
	
	.qcam_title {
    	margin-left: 20px;
	}
	
	.qcam_content{
		min-width: 100%;
	}
	.img_thumbnail_cont{
    	max-width: 320px;
	}
}