body{
    font-size: 16px;
    background: url(bg.jpg) top center no-repeat;
}
.login_block{
    background-color: #ffffff;
    border-radius: 10px;
    height: 360px;
    margin-top: 20vh;
    padding: 20px 20px 0;
    overflow: hidden;
}
.login_block .form-group{
    margin-top: 30px;
}
.main_block{
    background-color: #ffffff;
    border-radius: 10px;
    height: 800px;
    margin-top: 2vh;
    padding: 0 20px;
    overflow-y: auto;
}
.nav-tabs{
    text-align: center;
    font-size: 16px;
    height: 7vh;
    line-height: 3;
}

.assess_list td{
    vertical-align: middle !important;
}
.assess_table td a{
    text-decoration:underline;
}
.assess_table td a:focus{
    color: #337ab7;
    webkit-box-shadow: none;   
    outline: none;
}
.assess_table .input-mini{
    width: 50px;
    height: 22px;
    font-size: 16px;
    padding: 0 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0; 
    border-radius: 0;
}
.assess_table .input-mini:focus{
    outline: none;
    webkit-box-shadow: none;    
    box-shadow: none;
    border-radius: 0;
}
.assess_table .radio-inline{
    padding-left: 15px;
}
.assess_table .radio-inline input[type=radio]{
    margin-left: -15px;
}

.work_list li{
    height: 45px;
    line-height: 2;
    padding: 10px;
    border-bottom: #ccc dashed 1px;
}
.work_detail{
    line-height: 1.6 !important;
}

.pwd_block .input-group-addon{
    width: 100px;
    text-align: right;
}
