#support-main #intro {
    font-size: 13px;
}

#support-main p {
    line-height: 1.4;
}

#support-main li {
    line-height: 1.8;
}

#support-main {
    padding: 10px 0 20px 0;
}

.input-hint, .input-hint p {
    font-size: 11px;
    padding: 5px 0 5px 10px;
    color: #4e555b;
}

#support-main .form-input-field {

    padding: 10px 10px;
    clear: both;
}

#support-main .form-input-field label {
    margin-bottom: 5px;
}

#support-main input[type=text], textarea, input[type=tel], input[type=email] {
    width: 100%;
    min-height: 20px;
}

input[type=date] {
    min-height: 20px;
}

#support-main .form-button {
    float: right;
    width: 100px;
    height: 40px;
    font-size: 14px;
    margin-left: 10px;
}

#support-main .form-button:hover, .ui-button:hover {
    background: #eeddcc
}

#support-main input[type=reset]:hover {
    color: red;
}

#support-main input, textarea {
    border-color: lightgrey;
}

#support-main #request-form #photo-upload {

}

#support-main #request-form .input-label {
    font-weight: 600;
}

.upload-file-list, .template-upload {
    border: 1px solid lightgrey;
    padding: 10px;
}

#form-buttons-div {
    float: right;
    height: 60px;
}

/**----- */

.fileupload-form {
    border-color: lightgrey;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 5px;
}

#customer-file-upload-info-box {
    width: 400px;
    display: block;
    min-height: 20px;
    height: auto;
    padding-bottom: 20px;
}

.info-box-item {
    clear: both;
    min-height: 20px;
    height: auto;
    padding: 5px 0 5px 0px;
}

.info-box-item label {
    min-width: 100px;
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 13px;
}

.info-box-item input, .info-box-item textarea {
    min-width: 100px;
    display: inline-block;
    width: 100%;
}

.ui-corner-all {
    border-radius: 0;
    border: solid 1px #636563;;
}

.ui-button {
    color: #212548;
    height: 30px;
    width: auto;
    font-size: 14px;
    border-color: lightgrey;
}

.ui-state-default {
    background: rgb(240, 240, 240);
    color: #212548
}

.btn-danger.ui-state-hover {
    color: red;
}

.ui-progressbar {
    height: 10px;
}

.ui-corner-left, .ui-corner-right {
    border-radius: 0;
}

.fileupload-progress {
    margin-top: 10px;
}

.template-upload, .template-download {
    border: 1px solid lightgrey;
}

.preview video {
    max-height: 200px;
}

span.preview:empty {
    width:32px;
    height:32px;
    background-size: 32px 32px;
    display: inline-block;
    margin-left: 5px;
}

#run-upload-form span.preview:empty {
    background-image: url("/img/run_file.ico");
}
#cfg-upload-form span.preview:empty {
    background-image: url("/img/cfg-file.png");
}
