﻿.LightningUpdating {
    display: none;
    width: 220px;
    height: 80px;
    position: absolute;
    /*margin: 5% 0% 0% 0%;*/
    /*top: 50%;*/
    left: 50%;
    /*top: 200px;*/
    margin-top: 80px;
    FONT-FAMILY: Helvetica;
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
    border-bottom-width: 2px;
    border-bottom-color: #CCC;
    background: #ececec;
}

 .LightningUpdating .updateStr {
     height: 80px;
     line-height: 80px;
     text-align: center;
     font-size: 16px;
     /*border: 1px solid #ffffff;*/
 }

.LightningStatusPanel {
    display: none;
    /*height: 280px;*/
    height: auto;
    width: auto;
    /*height: auto;*/
    position: absolute;
    margin: 5% 0% 0% 0%;
    top: 50%;
    left: 50%;
    /*margin-top: 150px;;
    margin-left: -10px;*/
    background-color: #eee;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#ececec));
    background-image: -webkit-linear-gradient(top,#f0f0f0,#ececec);
    background-image: -moz-linear-gradient(top,#f0f0f0,#ececec);
    background-image: -ms-linear-gradient(top,#f0f0f0,#ececec);
    background-image: linear-gradient(top,#f0f0f0,#ececec);
    border: 1px solid #e6e6e6;
    font: 14px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #4b5a68;
    overflow: visible;
    border-radius: 0;
}

.LightningStatusPanelIcon {
    min-width: 420px;
    width: auto;
    height: 38px;
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 26px;
    padding-top: 5px;
    font: 22px arial, helvetica, sans-serif;
    background: none !important;
}

.LightningStatusPanelBody {
    position: relative;
    font-size: 14px;
    color: #85939C;
    /*height: 130px;*/
    height: auto;
    margin: 60px 25px 5px 25px;
    word-wrap: break-word;
    display: block;
    padding: 20px 25px 25px 25px;
    /*border: 1px solid #ffffff;*/
    background: #fafafa;
    width: 420px;
}

/*
.LightningStatusPanelIconComplete{
    background: url(/web/jquery/alerts/images/complete.png) no-repeat;
}

.LightningStatusPanelIconCritical{
    background: url(/web/jquery/alerts/images/critical.png) no-repeat;
}
*/

.LightningStatusPanelIconInfo {
    background: url(/web/jquery/alerts/images/info.png) no-repeat
}

.LightningStatusPanelIconWaiting {
    /*background: url(images/SpinnerSun.gif) no-repeat;*/
    background: url(/web/jquery/alerts/images/SpinnerSun.gif) no-repeat;
}

/*
.LightningStatusPanelIconWarning{
    background: url(/web/jquery/alerts/images/warning.png) no-repeat;
}


.LightningStatusPanelIconUser{
    background: url("/web/images/icon/dialog_icons.png") no-repeat scroll 0 -71px transparent;
}
.LightningStatusPanelIconGroup{
    background: url("/web/images/icon/group_48x48.png") no-repeat transparent;
}
.LightningStatusPanelIconRemote{
    background: url("/web/images/dialog/headericon_remotebackup.png") no-repeat;
    background-size:40px 40px;
}

.LightningStatusPanelIconSSH{
    background: url("/web/images/icon/dialog_icons.png") no-repeat scroll 0 -756px transparent;
}
.LightningStatusPanelIconShare{
    background: url("/web/images/icon/dialog_icons.png") no-repeat scroll 0 -142px transparent;
}
.LightningStatusPanelIconFW{
        background: url("/web/images/icon/headericon_updatefirmware.png") no-repeat scroll 0 -8px transparent;    
        background-size:48px 48px;    
}
.LightningStatusPanelIconISO{
    background: url("/web/images/dialog/headericon_createISOimage.png") no-repeat;    
    background-size:32px 32px;
}    

.LightningStatusPanelIconI{
    background: url("/web/images/icon/IconDialogueWindowInfo.png") no-repeat;    
    background-size:32px 32px;
}

.LightningStatusPanelIconInternalBackup{
    background: url("/web/images/dialog/headericon_remotebackup.png") no-repeat;
    background-size:40px 40px;
}    
.LightningStatusPanelIconScanDisk{
        background: url("/web/images/dialog/headericon_scandisk_normal.png") no-repeat;    
        background-size:42px auto;    
}    
.LightningStatusPanelIconFormat{
        background: url("/web/images/dialog/raidvolumeicon_normal.png") no-repeat;    
        background-size:32px 32px;    
}
.LightningStatusPanelIconInternalAPPS{
    background: url("/web/images/dialog/mainmenu_addons_normal.png") no-repeat;
    background-size:42px auto;    
}            
.LightningStatusPanelIconCloud{
    background: url("/web/images/help/helpdropdown_gettingstarted_up.png") no-repeat;
}    
.LightningStatusPanelIconCloud2{
    background: url("/web/images/icon/IconMyCloudWebUser.png") no-repeat;
}    
*/

.PanelButton {
    position: relative;
    height: 52px;
    text-align: right;
    padding-right: 25px;
    top: 10px;
    /*border: 1px solid #ffffff;*/
}

.PanelButton2 {
    position: relative;
    height: 52px;
    left: 25px;
    /*padding-left: 345px;*/
    top: 10px;
    float: left;
    z-index: 100;
}

.LightningStatusPanelButton {
    width: 52px;
    height: 26px;
    float: right;
    margin-top: 5px;
    position: relative;
    background: url(images/button.png) no-repeat;
    font-size: 11px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-family: Arial, regular;
    cursor: pointer;
    /*border: 1px solid #ffffff;*/
}

div.Msghr {
    height: 3px;
    width: 90%;
    background: #fff url(/web/images/dialog_line.png) repeat-x scroll center;
    position: relative;
    top: 55px;
    display: none;
}

div.Msghr hr {
    display: none
}

div.MsghrBottom2 {
    position: relative;
    height: 0px;
    background: #fff url(/web/images/dialog_line.png) repeat-x scroll center;
}

div.MsghrBottom2 hr {
    display: none
}

/*#error_dialog_message{
    height:auto;
}*/

#error_dialog_message >ul {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#error_dialog_message >ul >li {
    font-size: 14px;
    list-style: none;
}
 