﻿.clearfix {
    clear: both;
}

.container-center {
    margin: 0 auto;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.dropzone {
    min-height: 220px;
    text-align: center;
    padding: 10px;
}

.dropzone .dz-message {
    margin: 4.8em 0;
}

.form-row {
    text-align: left;
    margin-bottom: 10px;
}

.form-clear .form-row {
    clear: both;
}

.form-row input[type="text"] {
    width: 100%;
}



#divUpsertWashFeature {
    display: none;
}

.washFeatureUploadLabel label {
    float:left;
    display: inline-block;
    width:50%;
}

#btnAddFeature {
    margin-top: 0!important;
}

.washFeatureDropzone > div {
    float:left;
    display: inline-block;
    width: 49%;
    text-align: center;
}

#dropzoneVideo {
    margin-left: 5px;
}

.washFeatureErrorLabel {
    width: 100%;
    min-height: 1px;
    
}

.washFeatureErrorLabel > div {
    float:left;
    width:49%;
    min-height: 1px;
    padding-left: 10px;
    box-sizing:border-box;
}

    .washFeatureErrorLabel label {
        font-size: 12px!important;
        color: #f00;
    }

#divUpsertWashFeature button {
    font-size: 14px!important;
}

.featureImageVideo {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    margin-top: 10px;
    text-align: center;
}

.featureImageVideo img {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}

.formUpsertWashFeature input, .formUpsertWashFeature select {
    font-family: Arial, "Lucida Sans", sans-serif!important;
    font-size: 14px!important;
    padding: 5px;
}

.formUpsertWashFeature input {
    width: 97.5%!important;
}

.formUpsertWashFeature select {
    width: 100%;
}

.tableFeatures {
    width: 100%;
}
