.upload-container {
    margin-top:5px;
}

.submitbutton{
    margin-top:5px;
    width:100%;
    background-color: #2980b9;
    border: none;
    height: 30px;
    font-size: 20px;
    color: white;
}

.submitbutton:hover{
    background-color:#3498db;
}

.submitbutton.disabled{
    cursor: not-allowed;
}

.form-checkbox{
    width:20%;
    float:left;
}
.upper-head{
    margin-bottom:5px;
}
.inner-head{
    margin-bottom:5px;
}
.textarea-pandora{
    margin-bottom:5px;
    width:100% !important;
}

textarea {
    resize: none;
}
.bottom-upload {
    margin-bottom: 5px;
}

.pando{
    width:100% !important;
}
.checkbox-zone {
    margin-bottom: 5px;
    border-bottom:1px solid black;
}
.upload-container{
    margin-bottom:5px;
}
.notice-info{
    margin-top:-5px;
}
input[type="text"], textarea {
    color : black !important;
}
#ui-datepicker-div, .ui-datepicker-div, .ui-datepicker-inline {
    background-color: #f6f6f6 !important;
    border-color: #E9EAEE !important;
    color: whitesmoke;
}
.ui-datepicker-calendar{
    background-color: white;
    color:#202020;
}