/* start_Copyright_Notice
 Licensed Materials - Property of IBM

 "Restricted Materials of IBM"

 5639-VC6 5639-VM1

 (C) Copyright IBM Corp. 2012 All Rights Reserved.

 US Government Users Restricted Rights - Use, duplication or
 disclosure restricted by GSA ADP Schedule Contract with
 IBM Corp.
 end_Copyright_Notice */

.dijitDialogCloseIcon {
    display: none !important;
}

.dijitDialogPaneActionBar {
    text-align: center !important;
    width: 373px;
}

.topDlgContentText {
    margin-left: 85px;
    padding-top: 17px;
    font-size: 12px;
}

.dialogContent {
    min-height: 80px;
    width: 370px;
}

.topdialogContent {
    min-height: 85px;
    width: 370px;
}

.errorDialog .topdialogContent {
    width: 470px;
}

.errorDialog .dijitDialogPaneActionBar {
    width: 473px;
}

.errorDialog .dlgImage {
    position: relative;
    top: 25px;
}

.iptitle {
    font-weight: bold;
}

.errordiv {
    color: red;
    font-size: 13px;
}

.errorinfodiv {
    margin: 5px 0 15px;
}

.backendError > a {
    color: red;
}

.serviceipCheckDiv {
    margin-top: 20px;
    color: #131313;
}

.image16 {
    height: 16px;
    width: 16px;
    /*display: inline-block;*/
    float: left;
}

.chargingImage {
    background: url(../images/inittool/progress16.gif) no-repeat scroll 0 0 transparent;

}

.chargedImage {
    background: url(../images/inittool/right1.png) no-repeat scroll 0 3px transparent;
}

.dlgImage {
    float: left;
    height: 50px;
    margin: 15px;
    width: 50px;
    background: url(../images/inittool/status50.png) no-repeat scroll 0 0 transparent;
}

.dlgIconInfo {
    background-position: -50px 0;
}

.dlgIconWarning {
    margin-right: 20px;
    margin-left: 15px;
    background-position: -100px 0;
}
.iconTextSpan {
    font-size: 13px;
    padding-left: 2px;
}

.charingDiv{
    margin-top: 10px;
}

.countDownTimer{
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.batteryError {
    color: red;
    margin: 25px 0 0 2px
}

table {
    margin-top: 10px;
}

.extendSysDiv > div {
    margin-top: 10px;
}