.workerStats
{
	font-size:12px;
	color:#777;
	position: relative;
    top: -10px;
    margin-bottom: 5px;
}
.cannotCertify
{
	margin-top: 10px;
    margin-bottom: 30px;
	max-width: 450px;
    padding: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e4fdd7;
}

.cannotCertify h2
{
	color:#87B43E;
	font-size:24px;
	text-align: center;
}
.cannotCertify p
{
	line-height: 1.8 !important;
}
.warningsDongle
{
	margin-bottom:20px;
	display:inline-block;
}
.warningsDongle .iWarnIndicator
{
	display:none;
	color: #777;
	margin-left:5px;
	position: relative;
	top:1px;
}
.warningsDongle .iWarnIndicator.showWarningsOn
{
	color:#28cd00;
}
.warningsDongle.warningsOn .showWarningsOn,
.warningsDongle.warningsOff .showWarningsOff
{
	display:inline;
}
.warningsDongle .txtwarndong
{
	font-size: 13px;
    color: #a1a1a1;
}
.warningsDongle .tinychange
{
	font-size:11px;
	border-bottom:1px dashed #e0e0e0;
	color:#555;
	cursor:pointer;
}

h1.allStatus
{
	margin-top:20px;
}

table.c2StarReq td
{
	color:#333;
}

table.c2StarReq tr.req td
{
	border-top: 2px solid #333;
} 
table.c2StarReq .reqlabel
{
	color:#aaa;
	font-size:12px;
}
p.notes
{
    margin-bottom: 1.2em;
    margin-top: .2em;
    max-width: 500px;
    font-size: 14px;
    color: #8c8b8b;
    line-height: 1.4 !important;
    margin-left: 28px;
    font-style: italic;         
}

.outperfStat
{

	position: relative;
	
	
	flex: 0 0 350px;
    max-width: 250px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
 
}
.outperfStat.warning
{
	background-color:#fff7e0;
}
.outperfStat.violation
{
	background-color:#fee5e1;
}
.singleStatusUnitWrap .outperfStat.warning
{
	background-color:inherit;
	position: relative;
	margin-top:20px;
}

.fullStatusLink
{
    font-size: 13px;
    position: absolute;
    top: 59px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.inlineC2starTipWrap .fullStatusLink
{
	top:5px;
}
.inlineC2starTipWrap .inlineSingleStatusHolder .naNote
{
	margin-top:25px;
}
.outperfStat .statnumcolor, .outperfStat .statinfocolor
{
	font-size: 30px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Play, Tahoma, Sans-serif !important;
    z-index: 1;
}
.outperfStat.good .statnumcolor
{
	color:green;
}
.outperfStat.bad .statnumcolor
{
	color:red;
}


.outperfStat.bad.statusMode.isGood .statnumcolor
{
	color:green;
}

.outperfStat .statinfocolor
{
	color:#888 !important;
	font-size: 20px;
}
.outperfStat .timeFrame
{
	font-size:15px;
	font-weight: bold;
    color: #333;
    text-align: center;
    
    bottom: 10px;
    position: absolute;
    width: calc(100% - 40px);
	 
}
.inlineSingleStatusHolder .outperfStat .timeFrame
{
	bottom: auto;
	position: inherit;
}
.outperfStat .name
{

    padding: 0;
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    text-align: center;
    max-width: 500px;
    
}

.requirementsSection
{
	text-align:center; 
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.c2StarReq .version
{
	color: #ccc;
    font-size: 11px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;	
}
.c2StarReq h2
{
	color: #444444;
    margin-top: 30px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 25px !important;
}
.c2StarReq h2:first-of-type
{
	padding-top: 0px;
	margin-top:30px;
}
.c2StarReq.statusMode h2:first-of-type
{
	margin-top:0;
}
.c2StarReq.statusMode h2
{
	color: #a1a1a1;
    font-size: 18px;
}


.c2starreqtip
{
    position: absolute;
    right: 8px;
    top: 8px;
    color: #9c9a9a;
    z-index: 1;
}
.tipConstrainer
{
	max-width: 450px;
}

.c2StarReq .secondary
{
    font-size: 12px;
    margin: -10px 10px 20px 10px;
    color: green;
}


select#chooseStrategy
{
    font-size: 18px;
    width: 86%;
    
}

.c2-page-offer .c2-offer-reward h2
{
	margin-top:35px;
	margin-bottom:20px;
}

.strategySelectArea
{
	text-align: center;
}
.strategySelectArea .problemUnit
{
	line-height: 1.7;
    margin: 20px 20px 20px 20px;
    color: red;
	display:none;
}
.strategySelectArea .problemUnit .c2g-btn
{
    margin-top: 10px;
    margin-bottom: 25px;
}

.strategySelectArea .problemUnit.good
{
	color:green;
}

.c2g-2block__action
{
	margin-top:15px !important;
}
.problemAreaOuter
{
    margin-bottom: 38px;
}

.control-label.paymethlbl
{
	top:4px;
}

.pSkuItem
{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #87B43D;
}

.pricenum
{
	font-size:24px;
}
.goodnum
{
	color: #87B43D;
}

.showtextlink
{
	color:#336699;
}

.statusImage img
{
	width:36%;
}

.vsReq
{
	font-size: 17px;
    margin-bottom: 12px;
}
.perftxt
{
	font-size:12px;
	color:#bbb;
	margin-top:20px;
}
.vstxt
{
	font-size:12px;
	color:#bbb;
	margin-top:5px;
	margin-bottom: 2px;
}
.outperfStat.statusMode .secondary
{
	padding-left: 25px;
    padding-right: 25px;
    color: #888;
}
.outperfStat.statusMode .statnumcolor
{
	margin-top:7px;
}
.testGUID
{
	font-size:11px;
	color:#ddd;
	position: absolute;
	left:8px;
	top:6px;
	z-index: 3;
}
.naNote
{
	font-size:12px;
	color:#777;
	position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
}
.warningNote
{
	display:none;
	font-size: 13px;
    color: #b84505;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px dashed #e0e0e0
}
.outperfStat.statusMode.noTest .perftxt,
.outperfStat.statusMode.noTest .statnumcolor
{
	display:none;
}

.outperfStat.statusMode.noTest .vstxt
{
	margin-top:65px;
}

.outperfStat.statusMode.notapplicable .hideNA
{
	display:none;
}
.outperfStat.statusMode.warning .warningNote
{
	display:block;
}
.outperfStat.statusMode.warning.isViolation .warningNote
{
	display:none;
}

.violationDetails
{
	display:none;
}

.outperfStat.statusMode.isViolation .violationDetails
{
	display:block;
}
.violationTime
{
	font-size:12px;
	line-height: 1.5;
}
.statusVsReqLabel
{
    color: #444;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;

}

.statusBoxContainer
{
	text-align:center; 
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom: 40px;
    margin-top: 35px;
}
.statusBox
{
	padding: 20px;
    border: 1px solid #999;
    display: inline-block;
    
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    text-align: center;
    flex: 0 0 350px;
}
.statusWord
{
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}


.statusBox.c2star .statusWord
{
	color:green;
}
.statusBox.violation .statusWord
{
	color:red;
}
.statusBox .lastchecked
{
	font-size:12px;
	text-align:right;
}

.iEvalStatus
{
	display: inline;
    position: relative;
    top: 2px;
}

.statusBox.evaluation .iEvalStatus
{
	color:#eee;
}

.statusBox .statusLabel
{
	color: #777;
    margin-top: 17px;
}

.statusBox .statusDescrip
{
	margin-top: 25px;
    padding: 0px 25px;
    line-height: 1.5;
    font-size: 14px;
}


.freezeDongle
{
	position: absolute;
    right: 10px;
    top: 35px;
    font-size: 12px;
    z-index: 3;
}
.freezeDongle .showOnFreeze
{
	display:none;
}
.freezeDongle.frozen .showOnFreeze
{
	display:inline;
}


.c2StarTile .statusImg
{
	display:none;
}

.c2StarTile .secondaryDynamic
{
    font-size: 12px;
    position: relative;
    top: -14px;
    color: #bbb;
    margin-bottom: 15px;
}  
    
.c2StarTile .showOnNA
{
	display:none;
	color: #888;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: -10px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.c2StarTile.isGood.notapplicable .showOnNA
{
	display:block;
}
.c2StarTile.noTest.applicable .statusImg.show_noTest
{
	display:inline;
}
.c2StarTile.hasTest.notapplicable .statusImg.show_notapplicable
{
	display:inline;
}
.c2StarTile.hasTest.warning.applicable .statusImg.show_warning
{
	display:inline;
}
.c2StarTile.hasTest.warning.isViolation.applicable .statusImg.show_warning
{
	display:none;
}
.c2StarTile.hasTest.isViolation.applicable .statusImg.show_violation
{
	display:inline;
}
.c2StarTile.hasTest.isGood.applicable .statusImg.show_good
{
	display:inline;
}
.c2StarTile.hasTest.isGood.applicable.warning .statusImg.show_good
{
	display:none;
}
			
.c2StarTile .naNote
{
	display:none;
}		
.c2StarTile.notapplicable .naNote.show_notapplicable
{
	display:block;
}
.c2StarTile.noTest .naNote.show_noTest
{
	display:block;
}

.c2StarStatusSummary .statusDepend
{
	display:none;
}
.c2StarStatusSummary.evaluation .statusDepend.showOnEvaluation
{
	display:inline-block;
}
.c2StarStatusSummary.c2star .statusDepend.showOnC2star
{
	display:inline-block;
}
.c2StarStatusSummary.violation .statusDepend.showOnViolation
{
	display:inline-block;
}
.violationDetails
{
    font-size: 12px;
    line-height: 1.3;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-unviolate
{
	margin-top:10px;
}
.tableRowStatusTiles
{
	display: flex;
	flex-wrap:wrap;
	justify-content:left;
	text-align: center;
}

.outperfStat.inTableRow
{
	position: relative;
    flex: 0 0 110px;
    max-width: 250px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    margin-top: 5px;
    padding: 20px 8px 4px 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
}

.allStatusTable td.textcol
{
	font-size:13px;
}
.outperfStat.inTableRow .perftxt
{
	display: none;
}

.outperfStat.inTableRow .secondaryDynamic
{
	font-size: 11px;
    line-height: 1.2;
    color: #9a9a9a;
    margin-top: -10px;
}

.outperfStat.inTableRow .statnumcolor
{
	font-size:27px;
}

.c2StarStatusSummary td a, 
.c2StarStatusSummary td a span
{
	border-bottom:1px dashed #dfdfdf;
}

.c2StarStatusSummary.violation td.statusCol,
.c2StarStatusSummary.violation td.statusCol a
{
	color:red !important;
}

.outperfStat.inTableRow .name
{
	color: #6e6e6e;
    font-size: 12px;
    min-height: 3.8em;
}
.outperfStat.inTableRow.notapplicable .name
{
	/*margin-bottom:50px;*/
}

.outperfStat.inTableRow.isGood.applicable
{
	background-color:#ecfff0;
}

tr.violation .outperfStat.inTableRow.isGood.applicable
{
	background-color:inherit;
}

.allStatusTable .actualname
{
	white-space: normal;
	max-width:8em;
}
.iGotoStrat
{
	margin-right:4px;
	cursor:pointer;
	color:#336699;
}
.text-nowrap
{
	white-space: nowrap;
}



.c2StarStatusSummary.violation .outperfStat.warning,
.c2StarTile.isViolation.outperfStat.warning
{
	background-color:#ffe0e0;
}
tr.violation .outperfStat.inTableRow 
{
	border:1px solid red;
}

.c2StarStatusSummary .systemid
{
	font-size: 11px;
    margin-left: 1.6em;
    color: #bbb;
}

.inNaNote
{
	min-height:6em;
}


/* dashboard inline ajax single-status unit load: */

.inlineSingleStatusHolder
{
    padding-bottom: 30px;
    padding-top: 30px;
}
    
.inlineSingleStatusHolder .outperfStat
{
	position:inherit; /* make tip the relative holder for absolute internals*/
	margin:0;
	padding:0;
	box-shadow:none;
	text-align:center;
	font-size:16px;
	max-width: none;
}

.inlineSingleStatusHolder .outperfStat .innerFrame
{
	max-width: 350px;
}
.inlineSingleStatusHolder .outperfStat .c2starreqtip
{
   display:none;

}
.inlineSingleStatusHolder .outperfStat .testGUID
{
	display:none;
}

.inlineSingleStatusHolder .perftxt, 
.inlineSingleStatusHolder .vstxt
{
	font-size:16px;
	margin-bottom:12px;
}

.inlineSingleStatusHolder .outperfStat .timeFrame
{
	margin-top:34px;
}

.inlineSingleStatusHolder .outperfStat.statusMode .statnumcolor 
{
    margin-top: 13px;
    margin-bottom: 27px;
}

.inlineSingleStatusHolder .naNote
{
	font-size:15px;
	margin-top:5px;
}
.inlineSingleStatusHolder .warningNote .inNaNote
{
	line-height: 1.3;
}
 

.problemUnit .hiliteIssue
{
	border:1px solid #e0e0e0;
	padding:20px;
	text-align: left;
	font-size:15px;
	
}

.problemUnit .hiliteIssue p
{
    text-align: left;
    font-size: 16px;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
}

.problemUnit.good .hiliteIssue
{
	background-color:#e7ffe7;	
}

.transactionAreaPriceHTML p
{
	margin-bottom:20px;
	line-height: 1.8 !important;
	font-size:15px;
	color:#444;
}					
.transactionAreaPriceHTML p a.showTextLink
{
	border-bottom:1px dashed #e0e0e0 !important;
	color:#222 !important;
}
.transactionAreaPriceHTML p:first-of-type
{
	margin-top:20px !important;
}						


.allStatusTable td.statusCol
{
	text-align: center;
}


.logdata
{
	font-family:roboto, sans-serif !important;
	font-size:14px !important;
	color:#111 !important;
}


.inTableRow a.testGUID
{
	border: none;
    color: #acacac;
    position: absolute;
    left: 4px;
    top: 0;
}

td.stratAgeDays
{
	text-align: center;
	
}

td.stratAgeDays .name
{
	font-size: 12px;
    color: #6e6e6e;
    margin-bottom: 15px;
    line-height: 1.1;
    margin-top: 59px;
    font-weight: bold;
}
td.stratAgeDays .days
{
	font-size: 26px;
    display: block;
    color: green;
    font-family: Play, Tahoma, Sans-serif !important;
}
td.stratAgeDays.violation .days
{
	color:red;
}
td.stratAgeDays .dayslabel
{
    margin-top: 7px;
    font-size: 12px;
    color: #999;
    display: block;
}

.topPad
{
	padding-top:62px !important;
}

.c2StarStatic
{
	max-width: 700px;
}

.offerBlock
{
    padding: 0 20px;
    margin-top: -10px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 22px;
}
.c2StarStatic p,
.offerBlock p
{
    color: #111;
    line-height: 1.8 !important;
    font-size: 17px;
}

.c2StarStatic h1,
.offerBlock h1,
.creditDetailsEncloser h1
{
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    color: #87B43D;
}

.offerBlock h1,
.creditDetailsEncloser h1
{
	margin-bottom:20px;
}


.c2StarStatic h2,
.offerBlock h2
{
	
    font-weight: normal;
    line-height: 1.2;
    color: #87B43D;
    margin-bottom:10px;
    display:block;
    margin-top:25px;
}

.offerBlock h2
{
	color:#212121;
	font-size: 26px;
}
.inviteQuickStart
{
	padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #919090;
    text-align: center;
    font-size:13px;
}
p.smaller
{
	font-size: 15px;
    color: #777;
    margin-bottom: 22px;
}
.tiny
{
	font-size:13px !important;
	color:#777 !important;
	margin-top: 10px !important;
}
.offerBlock h2 
{
	text-align: center !important;
}
.offerBlock h2 span
{
	font-weight:600;
	white-space: nowrap; 
}
.offerBlock .icons-ul
{
	text-align:left;
}
.c2g .c2StarStatic ul.icons-ul
{
	margin-right:70px;
}
.c2g .c2StarStatic ul.icons-ul li
{
	line-height: 1.6 !important;
	margin-bottom:15px !important;
	color:#666 !important;
	
}

.table-credit-details
{
	max-width:800px;
	margin-top:30px;
}
.table-credit-details th,
.table-credit-details td,
{
	font-size:13px !important;
	color:#000 !important;
}

.table-credit-details th
{
	font-weight: bold !important;
}
.table-credit-details th.headingRow
{
	text-align:center;
	font-size:15px;
}
.table-credit-details th.headingRow .runid
{
	font-size:11px;
	color:#aaa;
}

.table-credit-details tr.todayAmount td .sum
{
	display:inline-block;
	line-height: 1;
	padding:3px 4px;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	text-align:center;
}

.explainDetails
{
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 8px;
    line-height: 1.8;
    font-weight: normal;
}

.specialLabelRow th
{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .20em;
    color: #999;
    font-style: italic;
    font-weight: normal !important;
}

.c2StarReq .c2StarTile.onlyShowRequireMode
{
	display:none;
}
.c2StarReq.requireMode .c2StarTile.onlyShowRequireMode
{
	display:block;
}

.c2StarTile .violationSpacer
{
	position: relative;
    top: -6px;
}



.simulatedModal
{
	margin:20px;
	border:1px solid #ccc;
	border-radius: 8px;
	padding:20px;
	color:#4a4a4a;
	font-size:18px;
	line-height:1.8;
	max-width: 650px;
	background-color:#f8f5e6
}
.c2g .simulatedModal p
{
	color:#4a4a4a;
	font-size:18px;
	line-height:1.8;
}
.simulatedModal .radioEncloser
{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 25px;
}

.paneHeightEncloser
{
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 20px 10px 5px;
    margin: 30px 40px 30px 30px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.simulatedModal .radioUnit
{
	margin-top:10px;
}

.simulatedModal .certifiedText,
.simulatedModal .evalText
{
	font-size:22px;
}
.simulatedModal .certifiedText
{
	color:#165f04;
}
.simulatedModal .radioUnit
{
	cursor:pointer;
}
.simulatedModal .relax
{
    font-size: 13px;
    color: #2f8220;
    margin-top: 14px;
    margin-bottom: 10px;
}
.simulatedModal.currentOff .relax
{
	display:none;
}
.simulatedModal.currentOn .relax
{
	display:block;;
}
ul.riskList { padding: 10px 10px 10px 20px; list-style: none; }
ul.riskList li
{
	font-size:15px;
	line-height:1.4;
	color: #777;
	margin-bottom:20px;
	margin-left: 1em;
    text-indent: -0.9em;
}
ul.riskList li .subchoice
{
	margin-left: 1em;
    text-indent: -0.9em;
}

.simulatedModal .button-row 
{
	margin-top:20px;
	padding-bottom: 35px;
}
.simulatedModal .button-row .btn 
{
	float:right;
	margin-left:20px;
}
.simulatedModal .agreementArea .input-iagree
{
	font-size: 150%;
    padding: 12px;
    margin-top: 12px;
}

.simulatedModal .agreementArea .inputEncloser
{
	display:inline-block
}

.simulatedModal .agreementArea .inputEncloser .typethis
{
	font-size: 11px;
    color: #777;
    margin-top: -6px;
}


.simulatedModal .agreementArea {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 13px;
	margin-top: 20px;
}

.simulatedModal .showOnFeatureOff,
.simulatedModal .showOnFeatureOn
{
	display:none;
}

.simulatedModal.currentOn .showOnFeatureOn
{
	display:block;
}
.simulatedModal.currentOff .showOnFeatureOff
{
	display:block;
}

.offerWrapper.notAcceptingNew
{
	padding-top:60px;
}

.offerWrapper.notAcceptingNew .c2-offer-finePrint
{
	margin-top:100px;
}
.topBanner
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background-color:rgb(242, 242, 178);
	z-index:1000;
	border-bottom: 2px solid #888;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.topBanner .innerBanner
{
	padding: 20px;
	text-align: center;
	color: black;
}

@media screen and (max-width: 800px)
{
	.c2StarStatic h1
	{
		font-size:28px;
	}
	.c2StarStatic h2
	{
		font-size:24px;
	}
	.c2StarStatic p
	{
		font-size:15px;
	}
}
