#upload_report_content{
    margin: 0px auto;
    text-align: left;
    width: 90%;
}

.title_bar{
    background: #171c61;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px 0px 10px 55px;
    position: relative;
    text-align: left;
    width: 100%;
}

.title_bar:before{
    background: #ffad00;
    content: "";
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0px;
    width: 7px;
}

.upload_container{
    text-align: center;
}

#upload_report_content .row{
    font-family: "Lucida Console", Monaco, monospace;
}

#upload_report_content .upload_form{
    margin-left: 56px;
    margin-right: 56px;
}

.topic_line{
    margin-top: 15px;
    position: relative;
}

.topic_line:before{
    background: -moz-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: -o-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: -webkit-linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    background: linear-gradient(to bottom, #94BFB6 0%, #7DD3D4 2%, #7DD3D4 40%, #ADDEDB 100%);
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    width: 8px;
}

.topic_line .time_pick,
.topic_line .check_password{
    display: inline-block;
    position: relative;
}

i.active{
    color: #EFD275!important;
    transition: all 0.2s ease-in;
}

.topic_line .text_input{
    border: 1px solid #D7DADC;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    outline: 0px;
    padding: 3px 8px;
}

.topic_line #report_time + i,
.topic_line #password + i{
    color: #B7BBBC;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
}

.topic_line label{
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
}

/* button style */
.submit_area{
    border-top: 1px dotted rgba(153, 191, 210, 0.6);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.verify_area {
    text-align: center;
}

.upload_area button {
    background: transparent;
    border: 1px solid #68ACDD;
    color: #68ACDD;
    font-size: 14px;
    outline: none;
    padding: 4px 6px 4px 32px;
    position: relative;
    transition: background 0.2s ease-in, color 0.2s ease-in;
}

.upload_area button:before{
    border-right: 1px solid;
    content: "\f062";
    font-family: "FontAwesome";
    left: 6px;
    padding-right: 5px;
    position: absolute;
}

.upload_area button:hover{
    background: #68ACDD;
    color: #1D4774;
    text-shadow: 1px 1px 1px #F0F3F4;
    transition: all 0.2s ease-in;
}

.upload_area button:active{
    box-shadow: 2px 1px 1px #1D4774 inset;
}

.upload_div{
    background: rgba(217, 224, 252, 0.3);
    border: 2px dashed #504060;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 1em;
    width: 65%;
}

.upload_div span#upload_icon{
    color: #6C5B7C;
    font-size: 82px;
    left: calc(100% / 2 - 36px);
    position: absolute;
    top: 30px;
}

.upload_div input[name="report_file"]{
    cursor: pointer;
    min-height: 200px;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.upload_div span.file_name{
    bottom: 20px;
    color: #504060;
    display: inline-block;
    font-size: 14px;
    left: 0px;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 1;
}

.submit_lock{
    border-color: rgba(121, 125, 130, 0.4)!important;
    color: rgba(121, 125, 130, 0.4)!important;
    cursor: no-drop!important;
}

.submit_lock:hover{
    background: transparent!important;
}

/*i.fa-download{
    font-size: 1.5em;
    vertical-align: middle;
    color: #FFFFFF;
}

span.download_span{
    margin-left: .3em;
    padding: 9px;
    background: #a3dbd8;
}

span.download_span:hover{
    cursor: pointer;
    background: #a3dbd887;
}*/

[data-area="time"]{
    display: none;
}

[data-area="report_type"]{
    display: none;
}

[data-area="upload_field"]{
    display: none;
}

#check_btn {
    display: none;
}

