#nav-tabContent .upload-file-btn {
    position: relative;
    overflow: hidden;
    background: #ffc000;
    color: #f6f6f6;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
}

#nav-tabContent .upload-file-btn input[type=file] {
    position: absolute;
    width: 100%;
    height: 165%;
    top: -25px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.modal-busy {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center-busy {
    z-index: 1000;
    margin: 50px auto;
    padding: 0px;
    width: 602px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center-busy img {
    height: 600px;
    width: 600px;
}


#nav-tabContent .upload-file-btn {

    position: relative;

    overflow: hidden;

    background: #ffc000;

    color: #f6f6f6;

    padding: 10px 20px;

    font-size: 14px;

    font-weight: 700;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    text-align: center;

    display: inline-block;

}



#nav-tabContent .upload-file-btn input[type=file] {

    position: absolute;

    width: 100%;

    height: 165%;

    top: -25px;

    left: 0;

    opacity: 0;

    cursor: pointer;

}



.modal-busy {

    position: fixed;

    z-index: 999;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    background-color: Black;

    filter: alpha(opacity=60);

    opacity: 0.6;

    -moz-opacity: 0.8;

}

.center-busy {

    z-index: 1000;

    margin: 50px auto;

    padding: 0px;

    width: 602px;

    filter: alpha(opacity=100);

    opacity: 1;

    -moz-opacity: 1;

}

.center-busy img {

    height: 600px;

    width: 600px;

}

#nav_sub001 input[type=checkbox]:checked + label {

    background-color: #1c87c7!important;

    color: #fff!important;

}
