.row {
    margin-right: 0px;
    margin-left: 0px;
}
a#opt {
    color: #049590;
    text-decoration: underline;
}
article span {
    position: fixed;
    top: 200px;
    left: 50px;
    font-size: 24px;
    color: white;
    font-weight: 700;
    right: 50px;
}
.status_div {
    position: fixed;
    display:block;
    vertical-align:middle;
    background-color: #ffffff;
    top:30%;
    right:0;
    left:0;
    z-index: 100000000;
    border-radius: 3px;
    margin: 0px auto;
    /*text-align: center;*/
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    width: 400px;
    max-width: 100%;
}
.mask_loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30000;
    background-color: white;
    opacity: .7;
    background-image: url('/images/loading1.gif');
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.status_div span{
    font-size: 34px;
    font-weight: 300;
}

#statusDivContent {
    margin-top: 40px;
    padding: 30px;
}

.status_head .title {
    float: left;
    padding: 3px 0px 0px 2px;
}

input[type="date"].form-control {
    line-height: 1.42857143;
}
.resume_name {font-weight: bold;display: inline-block; margin: 10px 0px 0px;}
.resume_name a {font-weight: normal; color: #049590;}
b.req_indication { color: red;}
.mask_status{
    width:100%; height:100%; background:#000; top:0px; position:fixed; opacity:0.5; -webkit-opacity:0.5; display: none; z-index:99999990;
}

.status_head {
    border-bottom: 1px solid #A19D9D;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 10px;
}

#status_close, #status_close:hover {
    float: right;
    margin-right: 3px;
    background-position: 95% center;
    padding-right: 21px;
    font-size: 14px;
    margin-top: 2px;
    background-size: 16px;
}
.close_btn {
    display: inline-block;
    background: transparent url("../images/close-icon1.png") no-repeat scroll left center;   
    margin: 0px 0px 0px 15px;
    cursor: pointer;
}

.close_btn:hover {
    background: transparent url("../images/close-icon1.png") no-repeat scroll left center;
}

.qs_utility_col_1 {
    color: #6d6d6d;
    font-size: 14px;
    list-style-type: none;
}

