/* Dashboard */

.dashboardSystems {
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

/*
.dashboardSystems li {
    position: absolute;
    width: 138px; 
    height: 115px; 
    border: 1px solid #d7d7d7; 
    border-radius: 4px; 
    background-color: #FFF;
    margin-top: 1px;
    box-shadow: 0px 1px 3px #CCC;
}
*/

#mobileFrame {
    border: 0px;
    width: 960px;
    height: 628px;
}

.dashboardSystems li {
    position: absolute;
    width: 138px; 
    height: 115px; 
    border: 1px solid #d7d7d7; 
    border-radius: 4px; 
    margin-top: 1px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);    
    background-color: #FFF;
}

.dashboardSystems li:hover {
    border: 1px solid #3b9fe8;
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

.dashboardSystems li:hover .cog {
    display: block;
}

.dashboardSystems li:active {
    border: 1px solid #d7d7d7; 
    background-color: #e2e6df;    
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
}

.dashboardSystems li {left:10px;}
.dashboardSystems li + li {left:159px;}
.dashboardSystems li + li + li {left:308px;}
.dashboardSystems li + li + li + li {left:458px;}
.dashboardSystems li + li + li + li + li {left:608px;}

.dashboardSystems li.active {
    border: 2px solid #3b9fe8;
    margin-top: 0px;
    left: 9px;
}

.dashboardSystems li + li.active {
    border: 2px solid #3b9fe8;
    margin-top: 0px;
    left: 158px;
}

.dashboardSystems li + li + li.active {
    border: 2px solid #3b9fe8;
    margin-top: 0px;
    left: 307px;
}

.dashboardSystems li + li + li + li.active {
    border: 2px solid #3b9fe8;
    margin-top: 0px;
    left: 457px;
}

.dashboardSystems li + li + li + li + li.active {
    border: 2px solid #3b9fe8;
    margin-top: 0px;
    left: 607px;
}

.dashboardAdd {
    float: left; 
    position: relative;
    width: 140px; 
    height: 115px; 
    border: 1px solid #e7e9e5; 
    border-radius: 4px; 
    background-color: #f7f9f5;
}

.dashboardAdd {
    box-shadow: 0px 1px 8px #7a7a7a inset;
}

.dashboardAdd:hover > .addDeviceMiniMenu {
    display: block;
}

.dashboardAddContent {
    float: left; 
    margin-top: 70px; 
    width: 130px; 
    height: 20px; 
    font-size: 12px; 
    margin-left: 5px; 
    color: #999999; 
    overflow: hidden; 
    font-weight: bold; 
    text-align: center;
}

.checkIcon {
    float: left;
    width: 16px;
    height: 12px;
    background-image: url('/images/detectionIcon_check.jpg');
    background-repeat: no-repeat;
}

.warningIcon {
    float: left;
    width: 16px;
    height: 14px;
    background-image: url('/images/detectionIcon_warning.jpg');
    background-repeat: no-repeat;
}

.checkMessage {
    float: left;
    position: relative;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
    width: 200px;
}

.checkError {
    float: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #ff5102;
    margin-left: 10px;
}

.defragBtn {
    float: left;
    width: 107px;
    height: 27px;
    background-image: url('/images/defragBtn.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.defragBtn:hover {
    background-position: 0px -27px;
}

.defragBtn:active {
    background-position: 0px -54px;
}

.downloadBtn {
    float: left;
    width: 107px;
    height: 27px;
    background-image: url('/images/downloadBtn.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.downloadBtn:hover {
    background-position: 0px -27px;
}

.downloadBtn:active {
    background-position: 0px -54px;
}

.defragLvl {
    float: left; 
    width: 55px;
    height: 22px;
    background-image: url('/images/defragLvl.png');
    background-repeat: no-repeat;
    margin-top: 6px;
}

.defragLvl.low {
    background-position: 0px -54px;
}

.defragLvl.mid {
    background-position: 0px -27px;
}

.defragLvl.high {
    background-position: 0px 0px;
}

.programSwitchBG {
    float: left;
    width: 53px;
    height: 25px;
    background-image: url('/images/programSwitch_bg.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.programSwitchBtn {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('/images/programSwitch_btn.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.padding {
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.product_padding {
    float: left;
    padding: 5px 7px 5px 9px;
    font-weight: bold;
    height: 13px;
    line-height: 15px;
}

.productSelectOpen .product_padding {
    color: #333;
    border: 2px solid #FFF;
}

.productSelectOpen .product_padding:hover {
    background-color: #c5e6fe;
}

.onProduct {
    background-color: #19669e;
    border-radius: 4px;
    border: 1px solid #155480;
    border-bottom: 1px solid #3b83b7;
    box-shadow: inset 0px 1px 1px #333;
}

.processRow.even, .appRow.even {
    height: 24px;
    background-color: #f0f0f0;
}

.processRow.odd, .appRow.odd {
    height: 24px;
    background-color: #FFF;
}

.devicesTitle {
    float: left; 
    margin-top: 10px; 
    width: 130px; 
    height: 20px; 
    margin-left: 5px; 
    color: #666; 
    overflow: hidden; 
    font-weight: bold; 
    text-align: center;
}

.devicesOptimizedImg {
    float: left; 
    width: 54px; 
    height: 59px; 
    margin-left: 43px;
    background-image: url('/images/dashboard_26.png');
    background-repeat: no-repeat;
}

.devicesOptimizedNoCheckImg {
    float: left; 
    width: 54px; 
    height: 59px; 
    margin-left: 43px;
    background-image: url('/images/dashboard_26_nocheck.png');
    background-repeat: no-repeat;
}

.devicesNotOptimizedImg {
    float: left; 
    width: 54px; 
    height: 59px; 
    margin-left: 43px;
    background-image: url('/images/dashboard_28.png');
    background-repeat: no-repeat;
}

.devicesOfflineImg {
    float: left; 
    width: 54px; 
    height: 59px; 
    margin-left: 43px;
    background-image: url('/images/dashboard_30.png');
    background-repeat: no-repeat;
}

.devicesOptimized {
    float: left; 
    width: 130px; 
    height: 20px; 
    font-size: 11px; 
    margin-left: 5px; 
    color: #137e01; 
    overflow: hidden; 
    font-weight: bold; 
    text-align: center;
}

.devicesNotOptimized {
    float: left; 
    width: 130px; 
    height: 20px; 
    font-size: 11px; 
    margin-left: 5px; 
    color: #ff4800; 
    overflow: hidden; 
    font-weight: bold; 
    text-align: center;
}

.devicesOffline {
    float: left; 
    width: 130px; 
    height: 20px; 
    font-size: 11px; 
    margin-left: 5px; 
    color: #666666; 
    overflow: hidden; 
    font-weight: bold; 
    text-align: center;
}

.updateMessage {
    float: left;
    width: 100%;
    margin-top: 170px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.updateMessageBG {
    float: left; 
    width: 958px; 
    height: 580px; 
    background-color: #f1f5ee;
}

.flashMessage {
    float: left;
    width: 100%;
    margin-top: 170px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.flashMessageBG {
    float: left; 
    width: 640px; 
    height: 420px; 
}

.closeRdWindow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url('/images/closeIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.maxRdWindow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url('/images/maximizeIcon.png');
    background-repeat: no-repeat;
    background-color: #FFF;
    cursor: pointer;
}

.minRdWindow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url('/images/minimizeIcon.png');
    background-repeat: no-repeat;
    background-color: #FFF;
    cursor: pointer;
}

.rdBG { 
    position: absolute;
    width: 958px; 
    height: 585px; 
    /*background-image: url('/images/dashboard_overlay_bg.png');*/
    background-color: #f0f5ee;
    background-repeat: repeat;
    z-index: 10;
}

.rdBG_static { 
    position: absolute;
    width: 958px; 
    height: 585px; 
    /*background-image: url('/images/dashboard_overlay_bg.png');*/
    background-color: #f0f5ee;
    background-repeat: repeat;
    z-index: 10;
}

.sfBG {
    position: absolute;
    width: 958px; 
    height: 585px; 
    background-color: #f0f5ee;
    background-repeat: repeat;
    z-index: 20;
    overflow: hidden;
}

.rdShareBtn {
    float: left;
    width: 168px;
    height: 59px;
    background-image: url('/images/rdShareBtn.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.rdAccessBtn {
    float: left;
    width: 168px;
    height: 59px;
    background-image: url('/images/rdAccessBtn.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.speedTestBG { 
    position: absolute;
    width: 958px; 
    height: 585px; 
    /*background-image: url('/images/dashboard_overlay_bg.png');*/
    background-color: #FFF;
    background-repeat: repeat;
    z-index: 2000;
}

.speedTestContent {
    width: 640px; 
    height: 444px; 
    margin-top: 50px;
    padding: 5px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

.closeSpeedTest, .closeShare {
    position: absolute; 
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('/images/Mezzmo_07232012_close.jpg');
    background-repeat: no-repeat;
}

.cogClosed {
    position: absolute;
    right: -3px;
    bottom: -12px;
    width: 22px;
    height: 22px;
    background-image: url('/images/cogClosed.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

.cogOpen {
    position: absolute;
    right: -4px;
    bottom: -59px;
    width: 98px;
    height: 77px;
    background-image: url('/images/cogOpenBGLarge.png');
    background-repeat: no-repeat;
}

.cogContent {
    float: left;
    width: 130px;
    height: 70px;
    margin-left: 6px;
    margin-top: 29px;
    display: none;
}

.cog {
    position: absolute;
    bottom: 0px;
    right: 1px;
    z-index: 10;
    display: none;
}

.cogContentRow {
    float: left; 
    width: 84px; 
    height: 18px; 
	margin-top:-1px;
	margin-left:1px;
    background-color: #FFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
	border:1px solid transparent;
}

.cogContentRow:hover {
    background-color: #C5E6FE;
	width:84px;
	height:18px;
	border:1px solid #f3fafc;
}

.editCogRemove {
    float: left;
    padding-left: 4px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #0070ab;
    background-image: url('/images/editCogIcon_remove.png');
    background-repeat: no-repeat;
    line-height: 10px;
    margin: 4px 2px 4px 3px;
    cursor: pointer;
    width: 70px;
}

.editCogRename {
    float: left;
    padding-left: 4px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #0070ab;
    background-image: url('/images/editCogIcon_rename.png');
    background-repeat: no-repeat;
    line-height: 12px;
    margin: 3px 2px 4px 3px;
    cursor: pointer;
    width: 70px;
}

[unselectable=on] { -moz-user-select: none; -khtml-user-select: none; user-select: none; }

.addDeviceMiniMenu {
    position: absolute;
    z-index: 10;
    display: none;
    bottom: -45px;
    right: 2px;
    width: 136px;
    height: 53px;
    background-image: url('/images/addDeviceMiniMenuBG.png');
    background-repeat: no-repeat;
}

.addDeviceMiniMenuContent {
    float: left;
    margin: 6px 7px;
    width: 130px;
    height: 70px;
}

.addDeviceMiniRow {
    background-color: #FFFFFF;
    color: #0070AB;
    float: left;
    font-family: Arial;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    width: 117px;
}

.addDeviceMiniRow:hover {
    background-color: #C5E6FE;
}

.installLink { 
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
    color: #0070AB;
    text-decoration: none;
    display: block;
    width: 100%;
}

.infoIcon {
    position: absolute;
    z-index: 20;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    background-image: url("/images/infoIcon.png");
    background-repeat: no-repeat;
}

.tooltip {
    position: absolute;
    z-index: 30;
    display: none;
    left: 20px;
    top: -4px;
    background-color: #FFF;
    border: 1px solid #e2e6df;
    border-radius: 4px;
    padding: 3px;
    font-family: Arial;
    font-size: 11px;
    color: #4A5155;
    width: 150px;
}

.systemInfoBlock {
    float: left; 
    position: relative; 
    width: 184px; 
    height: 446px; 
    color: #666666; 
    line-height: 16px; 
    font-size: 11px; 
    background-color: #FFF; 
    border: 1px solid #e2e6df; 
    border-radius: 4px;
}

.snapshotBlock {
    float: left; 
    width: 184px; 
    height: 105px; 
    margin-top: 10px; 
    color: #333; 
    line-height: 16px; 
    font-size: 12px; 
    background-color: #FFF; 
    border: 1px solid #e2e6df; 
    border-radius: 4px;
}

.securityBlock {
    float: left; 
    position: relative;
    width: 288px; 
    height: 177px;
    background-color: #FFF; 
    border: 1px solid #e2e6df; 
    border-radius: 4px;
}

.disksBlock {
    float: left;
    margin-top: 10px; 
    width: 288px; 
    height: 373px; 
    background-color: #FFF; 
    border-radius: 4px; 
    border: 1px solid #e2e6df;
}

#fragments {
    float: left; 
    width: 288px; 
    height: 84px; 
    border-top: 1px solid #e2e6df;
}

.processesBlock {
    float: left; 
    width: 440px; 
    height: 561px; 
    background-color: #FFF; 
    border: 1px solid #e2e6df; 
    border-radius: 4px;
}

.updateNowButton {
    width: 222px;
    height: 51px;
    border: 0px;
    background-image: url('/images/updateNowBtn.png');
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 250px;
    cursor: pointer;
}

.renewNowButton {
    width: 222px;
    height: 51px;
    border: 0px;
    background-image: url('/images/renewNowBtn.png');
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 250px;
    cursor: pointer;
}

.downloadNowButton {
    width: 222px;
    height: 51px;
    border: 0px;
    background-image: url('/images/downloadNowBtn.png');
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 260px;
    cursor: pointer;
}

#productName {
    float: left; 
    overflow: hidden; 
    margin: 10px; 
    margin-top: 15px; 
    width: 179px; 
    height: 15px; 
    color: #000; 
    font-weight: bold; 
    text-align: center;
}

.compName {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    line-height: 13px;
    width: 85px;
    border: 1px solid #999;
}

.newMenu {
    /*width: 158px;
    height: 25px;*/
    /*background-image: url('/images/productSelectBG.png');*/
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Arial;
    color: #333;
    position: relative;
}

.productSelect {
    width: 130px;
    height: 25px;
    /*background-image: url('/images/productSelectBG.png');*/
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: Arial;
    color: #333;
    position: relative;
}

.userEmail{
display:inline-block;
width: 162px;
margin-left:0px;
text-align:right;
}


/*This targets IE10*/
	html[data-useragent*='MSIE 10.0'] .userEmail{
	display:inline-block;
	width: 162px;
	margin-left:0px;
	text-align:right;
	}

/*This targets Firefox*/
@-moz-document url-prefix() {

	.userEmail{
	display:inline-block;
	width: 167px;
	margin-left:0px;
	text-align:right;
	}

}

/*This targets Firefox*/
@-moz-document url-prefix() {

	#myDashboardLogoWrapper{
		margin-top: 17px !important; 
		float: left; 
		width: 170px; 
		height: 40px; 
		margin-left: 0px;
	}

}

/*this targets Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#myDashboardLogoWrapper{
		margin-top: 18px !important;
		float: left; 
		width: 170px; 
		height: 40px; 
		margin-left: 0px; 
	}
}

/*This targets IE10*/
	html[data-useragent*='MSIE 10.0'] #myDashboardLogoWrapper{
		margin-top: 18px !important; 
		float: left; 
		width: 170px; 
		height: 40px; 
		margin-left: 0px;
	}


/*this targets Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.userEmail{
	display:inline-block;
	width: 168px;
	margin-left:0px;
	text-align:right;
	}
}
.userEmail:hover{
cursor:pointer;
}
/*this one will get used by IE11 */
#cartLinkWrapper{
	display:inline-block; 
	width:70px; 
	height:20px; 
	top:3px; 
	position:relative; 
	margin-right:6px !important;
	}


/*This targets IE10*/
	html[data-useragent*='MSIE 10.0'] #cartLinkWrapper{
	display:inline-block; 
	width:70px; 
	height:20px; 
	top:3px; 
	left:6px;
	position:relative;
	margin-right:12px !important;
	}

/*This targets Firefox*/
@-moz-document url-prefix() {

    #cartLinkWrapper{
	display:inline-block; 
	width:70px; 
	height:20px; 
	top:3px; 
	position:relative; 
	margin-right:5px !important;
	}

}

/*this targets Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #cartLinkWrapper{
	display:inline-block; 
	width:70px; 
	height:20px; 
	top:3px; 
	position:relative; 
	margin-right:5px !important;
	}
}


#cartLinkWrapper_IE{
display:inline-block; 
width:70px; 
height:20px; 
top:3px; 
position:relative; 
text-align:left;
}

#dropDownWrapper{
float: right;
margin-top: -24px; 
margin-right:37px; 
width: 227px; 
height:13px; 
text-align: right; 
font-size:13px;
}

/*This targets IE10*/
	html[data-useragent*='MSIE 10.0'] #dropDownWrapper{
	float: right;
	margin-top: -24px; 
	margin-right:37px; 
	width: 227px; 
	height:13px; 
	text-align: right; 
	font-size:13px;
	}

/*This targets Firefox*/
@-moz-document url-prefix() {

	#dropDownWrapper{
	float: right;
	margin-top: -24px; 
	margin-right:43px; 
	width: 227px; 
	height:13px; 
	text-align: right; 
	font-size:13px;
	}

}

/*this targets Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#dropDownWrapper{
	float: right;
	margin-top: -24px; 
	margin-right:44px; 
	width: 227px; 
	height:13px; 
	text-align: right; 
	font-size:13px;
	}
}
.newMenuOpen {
    border: 1px solid #74BEC5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FFF;
    display: none;
    padding-bottom: 2px;
    width: 164px;
    top: 0px;
	left:-6px;
	margin-left:0px;
}

/*This targets Firefox*/
@-moz-document url-prefix() {

	.newMenuOpen {
		border: 1px solid #74BEC5;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #FFF;
		display: none;
		padding-bottom: 2px;
		width: 164px;
		top: 0px;
		left:0px;
		margin-left:0px;
	}

}

/*this targets Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.newMenuOpen {
		border: 1px solid #74BEC5;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #FFF;
		padding-bottom: 2px;
		width: 164px;
		top: 0px;
		left:1px;
		margin-left:0px;
	}
}

/*This targets IE10*/

	html[data-useragent*='MSIE 10.0'] .newMenuOpen {
		border: 1px solid #74BEC5;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #FFF;
		display: none;
		padding-bottom: 2px;
		width: 164px;
		top: 0px;
		left:-6px;
		margin-left:0px;
	}
.fixIE{
	left: -6px !important;
}

.newMenuOpen > div{
border:2px solid transparent;
width:144px;
}

.newMenuOpen > div > a{
	text-decoration:none;
	color:#333333 !important;
/*width:118px;
display:block;
padding-left:8px;*/

}

.newMenuOpen > #productSelect:hover {
	background: #C5E6FE;
	border:2px solid White;
	color:#333333;
	cursor:pointer;
}

.newMenuOpen > .productSelectOpen > .loadProduct:hover {
	background: #C5E6FE;
	border:2px solid White;
	color:#333333;
	cursor:pointer;
}

.productSelectOpen {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FFF;
    display: none;
    padding-bottom: 2px;
    width: 123px;
    margin-left: 0px;
}

.productSelectOpen > div {
	width:140px;
}

.renameOKBtn {
	position:absolute;
	top:20px;
	right:-3px;
	color:#0070AB;
	font-weight:bold;
	z-index:1;
    width: 31px;
    height: 24px;
    border: 1px solid #a6a6a6;
    border-top: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-box-shadow: 0px 1px 8px rbga(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 8px rbga(0,0,0,0.3);
    box-shadow: 0px 1px 8px rgba(0,0,0,0.3);
    margin-right: 4px;
}

.extraTextToolTip {
    white-space: nowrap;
    background-color: #FFFFE3;
    border: 1px solid #d4d4b6;
    -moz-box-shadow: 0px 2px 5px rbga(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 5px rbga(0,0,0,0.4);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    top: 20px;
    left: 0px;
    display: none;
    z-index: 20;
    padding: 4px;
}

.descTextToolTip {
    white-space: nowrap;
    background-color: #FFFFE3;
    border: 1px solid #d4d4b6;
    -moz-box-shadow: 0px 2px 5px rbga(0,0,0,0.4);
    -webkit-box-shadow: 0px 2px 5px rbga(0,0,0,0.4);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    top: 20px;
    right: 0px;
    display: none;
    z-index: 20;
    padding: 4px;
}

.checkMessage:hover > .extraTextToolTip {
    display: block;
}

.appName {
    float: left; 
    width: 155px; 
    height: 24px; 
    border-right: 1px solid #cfcfcf;
}

.appCompany {
    float: left; 
    width: 122px; 
    height: 24px; 
    border-right: 1px solid #cfcfcf;
}

.appDesc {
    float: left; 
    position: relative;
    width: 139px; 
    height: 24px;
}

.appDesc:hover > .descTextToolTip {
    display: block;
}

#speedLink > .selected{
background:White;
}

.speedTestLink {
    font-size: 11px; 
    color: #1875cd; 
    font-weight: bold; 
    font-family: Arial; 
    cursor: pointer;
}

.speedTestLink.hidden {
    display: none;
}

.jqplot-data-label {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.usedLegend {
    float: left; 
    width: 15px; 
    height: 15px; 
    background-color: #1875cd;
    margin-right: 5px;
}

.unusedLegend {
    float: left; 
    width: 15px; 
    height: 15px; 
    background-color: #a9b5a6;
    margin-right: 5px;
}

.addFrame {
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 5000;
    width: 534px;
    height: 500px;
    border: 0px;
}

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #fff; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 5000; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close,
button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner {padding: 0;border: 0;}
.mfp-close { width: 20px; height: 20px; line-height: 22px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.5; padding: 0; color: #000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; color: #0070ab; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after,  .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before,  .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after,  .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before,  .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 534px; height: 390px;  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); border-radius: 5px; border:1px solid #3b9fe8;}
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 50%; }
.mfp-iframe-scaler iframe { position: absolute; border: 0px; display: block; top: 0; left: 0; width: 100%; height: 100%; border-radius: 5px; background: #fff;}

.mfp-figure { line-height: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

.installInfoPopContainer {
    position: absolute;
    z-index: 4000;
    bottom: 30px;
    left:-155px;
    display: none;
}

.installInfoPop {
    overflow: auto; 
    cursor: default; 
    clear: both; 
    position: relative; 
    padding: 0px; 
    border: 1px solid rgb(59, 159, 232); 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px; 
    background-color: rgb(255, 255, 255); 
    width: 409px;  
    height: 289px;
    font-weight: normal;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 1px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 1px 6px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 1px 6px rgba(0,0,0,0.3);
}

.installInfoPop .header {
    background: #F1F5EE;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #D7D7D7;
}

.installInfoPop .header h1 {
    font-weight: bold;
    line-height: 36px;
    color: #333;
    font-size: 14px;
}

.installInfoPop .main {
    padding: 15px;
    line-height: 18px;
    text-decoration: none;
    padding-left: 20px;
    width: 100%;
}

.installInfoBtn {
    color: #0070ab;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
}

th.th-existing {width:600px;}
td.td-device {width: 600px;}
td.td-monitor {width: 150px;}
td.td-status {width: 182px;}
td.td-actions {width: 125px;}
td.td-connections {width: 300px;}

#TU_page.start_scan .disabledBtn {
    border:1px solid #01418c;
	background: #01418c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01418c, endColorstr=#2194e7, GradientType=0);
	background: -moz-linear-gradient(top, #01418c 0%, #2194e7 100%);
	background: -o-linear-gradient(top, #01418c 0%, #2194e7 100%);
	background: -webkit-linear-gradient(top, #01418c 0%, #2194e7 100%);
	background: linear-gradient(to bottom, #01418c 0%, #2194e7 100%);
    color: rgba(255,255,255,0.8);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    opacity: 0.6;
}

td.td-actions > a > button {padding-left: 30px !important;}

.scanningSpinner {
    background-image: url('/media/progress.gif');
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    float: right;
}

/*Dual Dashboard Icons*/

.myDevices {
    float: left; 
    position: relative; 
    margin-right: 1px; 
    width: 90px; 
    height: 80px; 
    border-radius: 4px;
	border:1px solid transparent;
	
}

.myDevices:hover{
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    border: 1px solid #3b9fe8;	
}

/*Dual Dashboard Cog Hover*/

.myDevices:hover .cog {
    display: block;
	margin-top:2px;
	margin-left:2px;
}

.myDevices:active {
    border: 1px solid #d7d7d7; 
    background-color: #e2e6df;    
    -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.5) inset;
}

.pcOnline > div { 
    position: absolute; 
    top: 7px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
}

.pcOnline > div + div { 
    position: absolute; 
    top: 31px;
    left: 29px; 
    width: 32px; 
    height: 22px; 
    background-image: url('/images/dashboard_computer_icon.png'); 
    background-repeat: no-repeat;
}

.pcOnline > div + div + div { 
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 7px; 
    width: 90px; 
    text-align: center; 
    color: #137e01; 
    font-weight: bold;
    background-image: none;
}

.pcUpdate > div{
    position: absolute; 
    top: 8px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
}

.pcUpdate > div + div{
    position: absolute; 
    top: 31px; 
    left: 29px; 
    width: 32px; 
    height: 22px; 
    background-image: url('/images/dashboard_computer_icon.png'); 
    background-repeat: no-repeat;
}

.pcUpdate > div + div + div {
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 6px; 
    width: 90px; 
    text-align: center; 
    color: #ff4800; 
    font-weight: bold;
    background-image: none;
}

.pcOffline > div {
    position: absolute; 
    top: 8px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
}

.pcOffline > div + div {
    position: absolute; 
    top: 31px; 
    left: 29px; 
    width: 32px; 
    height: 22px; 
    background-image: url('/images/dashboard_computer_icon.png'); 
    background-repeat: no-repeat;
}

.pcOffline > div + div + div {
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 6px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
    background-image: none;
}

.pcAddDevice > div {
    position: absolute; 
    top: 7px; 
    width: 90px; 
    text-align: center; 
    color: #666;
}

.pcAddDevice > div + div {
    position: absolute; 
    top: 29px; 
    left: 33px; 
    width: 25px; 
    height: 25px; 
    background-image: url('/images/dashboard_plus_icon.png'); 
    background-repeat: no-repeat;
}

.pcAddDevice > div + div + div {
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 6px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
    background-image: none;
}

.mobileActive > div {
    position: absolute; 
    top: 7px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
}

.mobileActive > div + div {
    position: absolute; 
    top: 29px; 
    left: 36px; 
    width: 18px; 
    height: 26px; 
    background-image: url('/images/dashboard_mobile_icon.png'); 
    background-repeat: no-repeat;
}

.mobileActive > div + div + div {
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 7px; 
    width: 90px; 
    text-align: center; 
    color: #137e01; 
    font-weight: bold;
    background-image: none;
}

.mobileAddDevice > div {
    position: absolute; 
    top: 7px; 
    width: 90px; 
    text-align: center; 
    color: #666;
}

.mobileAddDevice > div + div {
    position: absolute; 
    top: 29px; 
    left: 33px; 
    width: 25px; 
    height: 25px; 
    background-image: url('/images/dashboard_plus_icon.png'); 
    background-repeat: no-repeat;
}

.mobileAddDevice > div + div + div {
    position: absolute; 
    top: auto;
    left: auto;
    height: auto;
    bottom: 6px; 
    width: 90px; 
    text-align: center; 
    color: #666; 
    font-weight: bold;
    background-image: none;
}

.selectedDevice {
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    border: 1px solid #3b9fe8;
}

.first {
    margin-right: 1px;
}

.last  {
    margin-right: 0px;
}


.questionMarkImg {
    float:left; 
    margin:0px 8px; 
    opacity: 0.8
}

.questionMarkImg:hover {
    float:left; 
    margin:0px 8px; 
    opacity: 1.0
}

/*RD Share*/
#shareRD_pop {
    position: absolute; 
    z-index: 1000; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    display: none;
    text-align: center;
}

#shareRD_pop:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#shareRD_pop_align {
    position: relative; 
    width: 100%; 
    max-width: 534px;
    height: 390px; 
    display: inline-block; 
    vertical-align: middle; 
    line-height: 0; 
    margin: 0 auto;
    text-align: left;
}

#shareRD_pop_center {
    margin: 0 auto; 
    width: 534px; 
    height: 400px; 
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); 
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); 
    background: #fff; 
    border-radius: 5px; 
    border: 1px solid #3b9fe8;
}

#shareRD_pop_header_container {
    position: relative;
    float: left; 
    width: 100%; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    background-color: #f1f5ee;
}

#shareRD_pop_header_content {
    padding: 0 20px 0 10px;
}

#shareRD_pop_body_container {
    float: left; 
    width: 100%; 
    background-color: #FFF;
}

#shareRD_pop_body_message {
    float: left; 
    width: 494px; 
    padding: 20px; 
    font-family: Arial; 
    font-size: 16px; 
    line-height: 25px;
}

#shareRD_pop_body_link {
    float: left; 
    position: relative;
    width: 100%; 
    text-align: center;
    line-height: normal;
    margin-top: 30px;
    height: 45px;
    border-bottom: 1px solid #ECECEC;
}

#shareRD_pop_body_link ul {
    background: #fff;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    width: 100px;
    font-size: 11px;
    margin: 3px auto 0px -53px;
    position: absolute;
    top: 16px;
    left: 50%;
}

#shareRD_pop_body_link ul li {
    display: inline-block;
    padding: 4px 0;
}

#shareRD_pop_body_link ul li a {
    display: inline-block;
    line-height: 14px;
    padding: 0 5px;
    text-decoration: none;
}

#shareRD_pop_body_link ul li a:hover {
    color: #0070ab;
}

#shareRD_pop_body_link ul li + li a {
    border-left: 1px solid #999;
}

#shareRD_link {
    font-family: Arial; 
    font-size: 16px; 
    font-weight: bold; 
    color: #0070AB; 
    text-decoration: none;
}

#shareRD_pop_loading_container {
    float: left; 
    width: 100%; 
    height: 92px; 
    margin-top: 80px;
}

#shareRD_pop_loading_content {
    margin: auto; 
    width: 92px; 
    height: 92px;
}

#shareRD_pop_loading_img {
    margin-left: auto; 
    margin-right: auto; 
    width: 64px; 
    height: 64px; 
    padding: 13px; 
    background-color: #FFF; 
    background-image: url('/images/preloader.gif'); 
    background-position: center center; 
    background-repeat: no-repeat; 
    border: 1px solid #3b9fe8; 
    border-radius: 4px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); 
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);  
}

#shareRD_pop_footer_container {
    float: left; 
    width: 100%;
}

#shareRD_pop_footer_content {
    float: left; 
    width: 498px; 
    padding: 18px;
}

#shareRD_pop_footer_message {
    float: left; 
    width: 100%; 
    font-style: italic; 
    text-align: center; 
    font-size: 18px;
}

#shareRD_close {
    position: absolute;
    top: 0px;
    right: 3px;
    cursor: pointer;
    font-size: 28px;
    line-height: 22px;
}

.shareRD_message-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 36px;
    text-align: center;
}

.shareRD_button-container {
    float: left;
    width: 100%;
    padding-top: 0px;
    margin-top: 11px;
    text-align: center;
}

#shareRD_message-container {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D7D7D7; 
    padding-bottom: 36px;
}

#shareRD_email {
    border: 1px solid #b3b3b3;
    width: 472px;
    padding: 15px 10px;
    font-family: Arial;
    font-size: 14px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.18);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.18);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#shareRD_message {
    border: 1px solid #b3b3b3;
    width: 472px;
    padding: 15px 10px;
    font-family: Arial;
    font-size: 14px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    height: 50px;
    margin-top: -3px;
}

#shareRD_sendEmail_message {
    float: left;
    width: 100%;
    font-family: Arial;
    font-size: 14px;
    color: #212121;
    margin-top: 10px;
    padding: 20px;
}
/*End RD Share */