.upload-result {
    border: lightgrey solid thin;
}

.create-upload-box {
    min-height: 250px;
    /* border-radius:15px; */
    margin-bottom: 20px;
    padding: 3%;
    margin-top: 10px;
    border: lightgray solid thin;
    background: white;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, lightgrey, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, lightgrey, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, lightgrey, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, lightgrey, white);
    /* Standard syntax */
}

.question-textarea {
    min-height: 100px;
    margin-top: 20px;
    font-size: 18px;
}

.answer-textarea {
    min-height: 200px;
    margin-top: 20px;
    font-size: 18px;
}

.add-question-success {
    min-height: 140px;
    color: black;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    box-shadow: 2px 4px 3px lightgrey;
    padding-top: 25px;
    background: white;
    background: -webkit-linear-gradient(left, #98FB98, white);
    background: -o-linear-gradient(right, #98FB98, white);
    background: -moz-linear-gradient(right, #98FB98, white);
    background: linear-gradient(to right, #98FB98, white);
}

.add-question-danger {
    min-height: 140px;
    color: black;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    box-shadow: 2px 4px 3px lightgrey;
    padding-top: 25px;
    background: white;
    background: -webkit-linear-gradient(left, #FF3366, white);
    background: -o-linear-gradient(right, #FF3366, white);
    background: -moz-linear-gradient(right, #FF3366, white);
    background: linear-gradient(to right, #FF3366, white);
}


/*======================================================================== create ==================================================*/

.select-header {
    font-weight: bolder;
    font-size: 18px;
    color: #000;
}

.select-item {
    font-size: 16px;
}