﻿.modalElement {
    width: 99%;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.validationText {
    color: red;
}
.progress {
    margin-top: 9px;
    margin-bottom: 5px;
    position: relative;
    width: 99%;
    height: 5px;
    border: 1px solid #ddd;
    padding: 1px;
}

.progress-bar {
    width: 0px;
    height: 5px;
    background-color: red;
}

.form-control {
    height: 30px !important;
}

#forLoad {
    height: 30px !important;
}

.greenText{
    color: green;
}

.redText{
    color: red;
}

#bigPhoto {
    width: 70%;
    margin-bottom: 5px;
}
