﻿.modalElement {
    width: 99%;
}

#TopicId, #SourceId, #PhotoId, #StartPageNameId, #Place {
    height: 30px;
}

.validationText {
color: red;
}

textarea {
    min-height: 150px;
    resize: vertical;
}
.modalTable {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.modalTable th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.inCenter {
    text-align: center;
}

.modal-open, .sticky-top {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.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;
}

label.btn.btn-secondary {
    margin: 0 !important;
    padding: 5px 30px 0px 30px !important;
    height: 30px !important;
    border: 1px solid rgb(119, 119, 119);
    border-radius: 4px;
}

 #bigPhoto {
    width: 70%;
    margin-bottom: 5px;
}

.AnswerVisible {
    visibility: hidden;
}

.accountElement {
    width: 400px;
}





