#firmware_progress_meter_container {
    height: 15px;
    border: 1px solid #4BA2DA;
    box-sizing: border-box;
    width: 600px;
    margin-top: 49px;
}
#firmware_progress_meter_container > div {
    width: 0;
    height: 100%;
    background: #15ABFF;
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
    box-sizing: border-box;
}
.firmware_update_idle {
    display: none;
}
#firmware_update_container {
    text-align: center;
    margin-top: 94px;
}
#firmware_device {
    top: 53px;
    display: inline-block;
}
#firmware_device_name {
    position: relative;
    top: -6px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16.8px;
    color: #4B5A68;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  background-color: #ccc;
}
.firmware_install_msg,
.firmware_restart_msg {
    display:none;
    font-size: 18px;
    line-height: 21.6px;
    color: #84929b;
}
#firmware_install_msg1 {
    margin: 0;
}
#firmware_available_msg_box {
    height: 85px;
}
#firmware_available_msg_box > header {
    padding: 26px 36px 0;
}
#firmware_available_msg_box > header > h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4B5A68;
    line-height: 16.8px;
}
#firmware_available_msg_box > header > span {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.ignore_firmware_available_chkbox {
    display: inline-block;
    width: 22px;
    position: relative;
    top: 7px;
}

.ignore_firmware_available_msg {
    font-size: 16px;
}

#firmware_upgrade_releasenotes_iframe,
#firmware_upgrade_releasenotes_iframe {
    height: 100%;
    width: 100%;
}

#firmware_upgrade_message_iframe {
    height: 250px;
    width: 100%;
    display: none;
}

#firmware_still_trouble {
    margin-top: 41px;
    font-size: 18px;
    line-height: 21.6px;
    color: #4B5A68;
}

#firmware_error_msg_1,
#firmware_error_msg_2,
#firmware_status {
    font-size: 22px;
    color: #4B5A68;
    line-height: 26.4px;
}
#firmware_status {
    margin-top:43px;
}
#firmware_error_msg_2 {
    color: #0067A6;
    cursor: pointer;
}
#firmware_error_msg_2:hover {
    color: #15ABFF;
}

#device_selector_firmware_upgrade {
    display: none;
}
#firmware_error_icon {
    display: inline-block;
    margin-top: -13.4px;
}

#fw_detect_message_container {
    display: none;
    margin: 0 165px;
}

.fw_detect_message {
    position: relative;
    display: none;
}

.fw_detect_msg_content {
    display: inline-block;
    width: 660px;
}

.fw_detect_msg_icon {
    display: inline-block !important;
    vertical-align: top;
}

.fw_detect_msg_content > ol > li,
.fw_detect_msg_content > ul > li {
    padding-top: 10px;
}

#firmware_update_container a,
#fw_detect_message_container a {
    text-decoration: none;
    color: #0067a6;
}

#firmware_update_container a:hover,
#fw_detect_message_container a:hover {
    text-decoration: none;
    color: #15ABFF;
}

.fw_detect_msg_footer_container {
    display: block;
    margin: 42px 0 90px 37px;
}

.fw_detect_message h2 {
    font-size: 28px;
    line-height: 33.6px;
    padding: 20px 0;
}
.fw_detect_message p {
    font-size: 20px;
    color: #757575;
    line-height: 19.2px;
}
.fw_detect_message ul,
.fw_detect_message ol {
    font-size: 20px;
    color: #757575;
    line-height: 24px;
    margin-bottom: 60px;
}
.fw_detect_message ul > li,
.fw_detect_message ol > li {
    padding-top: 57px;
}

.fw_detect_message ul > li:first-child {
    padding-top: 20px;
}

.fw_detect_message ol > li:first-child {
    padding-top: 40px;
}

#device_cannot_connect,
#device_unauthorized {
    margin: 0 0 0 20px;
}
#firmware_upgrade_now p {
   font-size: 20px;
   line-height: 32px;
}

.fw_detect_msg_notes {
    color: #757575;
    font-size: 20px;
    margin-left: 0;
}

