ul.upload-data {

    margin: 1em 0 0 0;

    padding: 0;

    width: 100%;

}



ul.upload-data li.error .load-indicator-wrapper, ul.upload-data li.error p {

    display: none;

}



ul.upload-data li p span.status {

    padding: 0 20px 0 0;

}



ul.upload-data li p span.status.ok {

    color: #4cbb6c;

}



ul.upload-data li p span.status.problem {

    color: #f13946;

}



ul.upload-data li p i {

    font-style: italic;

}



div.load-indicator-wrapper {

    border-radius: 4px;

    padding: 2px;

}



div.load-indicator {

    height: 12px;

    border-radius: 4px;

    background: #4cbb6c; /* Old browsers */

    background: -moz-linear-gradient(top,  #4cbb6c 0%, #3e9a59 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cbb6c), color-stop(100%,#3e9a59)); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  #4cbb6c 0%,#3e9a59 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  #4cbb6c 0%,#3e9a59 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  #4cbb6c 0%,#3e9a59 100%); /* IE10+ */

    background: linear-gradient(to bottom,  #4cbb6c 0%,#3e9a59 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cbb6c', endColorstr='#3e9a59',GradientType=0 ); /* IE6-9 */



}



.clearer { clear: both; }



.catcha-wrapper {

    display: inline-block;

}



.captcha-container {

    position: relative;

    margin-bottom: 1em;

}



.captcha-container a {

    position: absolute;

    right: 6px;

    bottom: 3px;

}



.ui-datepicker {

    z-index: 999999 !important;

}



.form-maker-form textarea {

    min-height: 150px;

    resize: vertical;

}



form.form-maker-form {

    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);

    background: white;

    padding: 1rem;

    color: #878787;

    width: 100%;

    overflow: hidden;

}



body#product form.form-maker-form {

    margin-top: 0px;

}



form.form-maker-form .custom-radio {

    margin-right: 0;

}

form.form-maker-form .field-icon {

    position: absolute;

    right: 5px;

    top: 7px;

    z-index: 4;

}