/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2018 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 100%;
    margin-right: 10px;
    margin: 5px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0px;
}

.ajax-file-upload-filename {
    width: 100%;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579
}

.ajax-file-upload-progress {
    margin: 0 10px 5px 10px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
    -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
    box-shadow: inset 0 39px 0 -24px #e67a73;
    background-color: #e4685d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    cursor: pointer;
    vertical-align: top;
    margin-right: 5px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
    margin-right: 5px;
}

.ajax-file-upload {


	font-size: 12px;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    //color: #ffffff;
    letter-spacing: 0.1em;
	
	//border-color: #B6BE49;
	//background-color: #B6BE49;
	
	padding: 1em 2em;
	margin: 0px 10px;
	
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    //border: 2px solid;
    border-radius: 0;
	
	transition: all 0.2s ease-in-out;
}

.ajax-file-upload form {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 2px;
    left: 0px;
    opacity: 0;
    width:100%;
    height:100%;
    cursor:pointer;
}

/*.ajax-file-upload:hover {
    color: #B6BE49;
    background-color: #fff;
    border-color: #B6BE49;
}*/

.ajax-upload-dragdrop {
    background: #FFF;
    margin-bottom: 20px;
    border: 2px dotted #A5A5C7;
    width: 100%;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0px;
}