/*------------------------------------------------------------------------
; ORDERFILESUPLOAD - Order Files Upload for Virtuemart
; ------------------------------------------------------------------------
; author    WDMtech Team
; copyright Copyright (C) 2015 wdmtech.com. All Rights Reserved.
; @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
; Websites: http://www.wdmtech.com
; Technical Support:  Forum - http://www.wdmtech.com/support-forum
-----------------------------------------------------------------------*/
/**Main Plugin CSS**/
.product-fields .product-field-type-E .product-fields-title {
	padding: 0 0 10px;
}
.product-fields .product-field-type-E .data-task {
	background: #f2f2f2;
	clear: both;
	display: inline-block;
	padding: 5%;
	width: 89.5%;
	border: 1px solid #ddd;
	font-size: 13px;
}
.product-fields .product-field-type-E .data-task .data-task-options {
	
}
.product-fields .product-field-type-E .data-task .data-task-options .ofu_lable {
	display:block;
	padding:5px 0;
}
.product-fields .product-field-type-E .data-task .data-task-options .ofu_lable_note1 {
	/*font-size:10px;*/
    line-height: 1.60;
}
.product-fields .product-field-type-E .data-task .data-task-options .ofu_lable_note2 {
	/*font-size:10px;*/
    line-height: 1.60;
}
.product-field-type-E .cart_order_img, .product-field-type-E  .cart_order_file, .product-field-type-E  .cart_order_nofile {
	display: inline-block;
    margin: 5px 0;
    width: 100%;
	word-wrap: break-word;
}
.product-field-type-E .cart_order_img img {
margin: 5px 0 0;
}
/**File uploader CSS**/
.ajax-file-upload-statusbar {
    border-top: 1px solid #394f61;
    clear: both;
    float: left;
    height: auto;
    padding: 10px 0;
    width: 100% !important;
}
.odd {
    background-color: #edebeb;
}
.even {
    background-color: #ffffff;
}
.ajax-file-upload-filename {
    display: inline-block;
    float: left;
    margin: 0;
    width: 69%;
	word-wrap: break-word;
}
.ajax-file-upload-filesize {
    display: inline-block;
    height: auto;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    width: 50px;
}
.ajax-file-upload-preview-img {
}
.ajax-file-upload-preview {
    border: 1px solid #c7ccd1;
    display: inline-block;
    float: left;
    margin-right: 2.5%;
    max-width: 27.5%;
    vertical-align: middle;
}
.ajax-file-upload-progress {
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin: 5px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.ajax-file-upload-bar {
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 0;
}
.ajax-file-upload-percent {
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
}
.ajax-file-upload-red {
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 4px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    vertical-align: middle;
    width: 100%;
}
.ajax-file-upload-green {
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: middle;
    width: 100%;
}
.ajax-file-upload-green:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}
.ajax-file-upload-red:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.ajax-file-upload {
    background:#428bca url(upload.png) no-repeat 10px center;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #13648d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 10px 0 10px 10px;
    padding: 6px 10px 4px 40px;
    text-decoration: none;
    vertical-align: middle;
}
.ajax-file-upload:hover {
    background-color: #3071a9;
    box-shadow: 0 2px 0 0 #15719f;
}
.ajax-upload-dragdrop {
    border: 2px dotted #a5a5c7;
    color: #999;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
.ajax-upload-dragdrop:hover {
    border: 2px dashed #a5a5c7;
    
}
.ajax-upload-dragdrop span {    
    display: inline-block;
    font-style: italic;
    padding: 0 0 10px 10px;
}
.state-hover {
    border: 2px solid #a5a5c7;
}
.ajax-file-upload-container {
    margin: 20px 0;
}
.ajax-file-upload-error{
color: #f00;
}
.fileuploadererrormessage{
color: #f00;
}
.data-task .radio.btn-group label, .data-task .radio.btn-group input[type="radio"]{display:inline-block;vertical-align:middle;}
.data-task .radio.btn-group label{padding:0;border-radius:0;margin:0;}
.data-task .radio.btn-group input[type="radio"] {float:none;margin:0 15px 0 3px;}
