﻿.pic-panel {
    width: 500px;
    max-width: 90%;
    margin: 0px 10px;
}

.pic-panel > div {
    width: 100%;
}

.pic-rows-panel {

}

.pic-add-panel {
}

.pic-obj {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pic-obj span {
    display: inline-block;
}

#pic-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#pic-upload-input + label {
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #d8ddf5;
}

.pic-file-name {
    width: 89%;
}

.pic-ans-del-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    cursor: pointer;
}

.pic-view-hover {
    width: 15px;
}

.pic-view-img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    visibility: hidden;
    max-width: 400px;
    border: azure solid 5px;
    border-radius: 5px;
}

.pic-view-hover:hover ~ .pic-view-img {
    visibility: visible;
}

.ans-panel {
    width: 500px;
    max-width: 90%;
    margin: 0px 10px;
}

.ans-rows-panel {
    margin-bottom: 5px;
}

.hide-ans-panel {
    display: none;
}

.ans-obj {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ans-cnt {
    width: 80%;
}

.ans-radio {
    margin-left: 5%;
}

.ans-add-panel > button {
    background-color: #d8ddf5;
}

#save-btn {
    padding: 5px 10px;
    background-color: #d6f7cd;
}

.ans-rows-header {
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #e5ffff;
    border-radius: 3px;
    background-color: #e3f2eea6;
}

#ans-cnt-header {
    margin-left: 8px;
}

#ans-radio-header {
    float: right;
    margin-right: 28px;
}

.errors {
    margin-bottom: 15px;
    margin-left: 30px;
}

.error-message {
    color: #e02828;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.ans-pic-obj {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

#ans-pic-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#ans-pic-upload-input + label {
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #d8ddf5;
}

#ans-pic-iscorrect-header {
    margin-right: 39%;
    float: right;
}

.ans-pic-iscorrect {
    margin-left: 5%;
}