.fmNotification{
    background-color: #d9edf7;
    border-color: #d9edf7;
}
.fmUpdateMainPage{
    width: 100%;
    border: 1px solid #CCCCCC;
}
.fmTitle{
  /*  height: 60px;
    line-height: 60px;*/
    margin: 20px 20px 20px 0px;
}
.fmItem{
    margin-left: 20px;
    font-size: 16px;
    color: #333333;
}
.updateIcon{
    float: right;
    margin-right: 50px;
}
.fmUpdate{
    font-size: 14px;
    color: #333333;
}
.fmUpdate.active{
    cursor: pointer;
}
.fmUpdate.inactive{
    cursor: default;
}
.fmMainTable{
    min-height: 48px;
    font-size: 12px;
    color: #333333;
    border: hidden;
}
.devListTable{
    height: 48px;
    font-size: 12px;
    color: #333333;
    border-bottom: 1px solid #DBDBDB;
}
/*.noImgDisableBtn{
    background-color: rgb(138,153,168);
}
.noImgDisableBtn:hover{
    background-color: rgb(138,153,168);
    cursor: not-allowed;
    border: none;
}
.noImgDisableBtn:focus{
    background-color: rgb(138,153,168);
    border: none;
}*/
.fontStepCharStyle{
    font-weight: bold;
}
/*.uploadingDisableBtn:hover{
    background-color: #e1e5ec;
    cursor: not-allowed;
}
.uploadingDisableBtn:focus{
    background-color: #e1e5ec;
}*/
.currentStep{
    background-color: #333333;
    height:12px;
    border-right: solid #fff;
}
.previousStepStyle{
    background-color: gray;
    height:12px;
    border-right: solid #fff;
}
.nextStepStyle{
    background-color: #E1E5EC;
    height:12px;
    border-right: solid #fff;
}
.fontStepStyle{
    font-weight: bold;
    color:#F9FAFB;
}

.uploadNoCancelHeight{
    margin-top: 30px;
}
.uploadCancelHeight{
    margin-top: 50px;
}
.dcggCircle{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #333333;
}
.dcgNotSelectedCircle{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #E1E5EC;
}
.hasDoneCircle{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: gray;
}

.adapterFirmware_slot_top{
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-image: url(../images/icons/link-top-dcgg.png);
}

.adapterFirmware_slot_bot{
    width: 14px;
    height: 14px;
    vertical-align:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-image: url(../images/icons/link-bot-dcgg.png);
}








