﻿@charset "utf-8";

.cecViewWrapper{
    display: inline-block;
    width: 100%;
    visibility:hidden;
}

.cecWindow[data-window="screen_1"]{

	z-index:10;
}
.cecWindow[data-window="screen_2"]{

	z-index:20;
}
.cecWindow[data-window="screen_3"]{

	z-index:30;
}
.cecWindow[data-window="screen_4"]{

	z-index:40;
}
.cecWrapper{
	position: relative;
	min-width: 320px;
	max-width: 550px;
	margin: 0px auto;
}
.cecWrapperCtrls{
	min-height: 110px;
}
.cecWindow{
	position: relative;
	width: 100%;
	background-color:#fff;
	
}
#cecYears{
	max-width: 280px;
    margin: 0px auto;
	position: relative;
    top: 20px;
}
.cecYear{
	width:124px;
	border:2px solid #dfdfdf;
	color:#dfdfdf;
	background-color:#f5f5f5;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	padding-top:14px;
	padding-bottom:14px;
	margin-bottom:20px;
	font-family:"tg20","Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
.cecEarned{
	height: 330px;
    overflow-y: auto;
	overflow-x:hidden;
	width:100%;
	display:none;
	margin-top: 27px;
}
.showMe{
	display:block;
}
.cecEarnedThisCycle{
	/*background-color:#244c8d;*/
    background-color:#ddd;
	border-radius:14px;
	color:#535353;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	transform: rotateY(90deg);
}
.cecNumeric{
    position: relative;
    top: -10px;
    text-align: center;
    float: right;
    right: -5px;
    font-size: 14px;
    padding: 3px;
    border: 3px solid #fff;
    background-color: #244c8d;
    color: #fff;
    width: 20px;
    border-radius: 54px;
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    /*transform: rotateZ(270deg);*/
}
.cecDateEarned{
	float:left;
	padding:8px;
	padding-bottom:0px;
	padding-left:15px;
}
.cecDescription{
	clear:both;
	padding-bottom:8px;
	padding-right:15px;
	padding-left:15px;
	padding-top:0px;
	position:relative;
	top:-13px;
    font-size: 14px;
}
.hasCec{
	color:#244c8d;
	cursor: pointer;
}
.standOut{
	color:#333;
}
.pushLt{
	float:left;
	margin-right:10px;
}
.pushRt{
	float:right;
}
.closeWindow{
	display:none;
}
.openWindow{
	display:block;
}
/*################### CEC NAV ##############*/
.cecNavBtn {
    float: right;
    background-color: #e50005;
    color:#fff;
    text-transform: uppercase;
    font:bold 11px/11px Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 19px;
    margin-right: 8px;
    cursor: pointer;
    padding:5px 5px 5px 5px;
}
.shadowMe:hover{
    
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    position:relative;
    top:2px;
}
.cecNavBtnNoBorder{
    border-color:transparent;
    background-color:transparent;
    color:transparent;
}
.cecTitle{
	clear: both;
	text-align:center;
	color:#666;
	font-size:35px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
    font-family:"tg20","Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
/*###################END CEC NAV ##############*/

/*################### CEC USER GRAPH ##############*/
.graphInner{
    margin: 0px auto;
    width: 86%;
    height: 50px;
}
.earlyRenewal{
	/*float: left;*/
    position: relative;
    right: 92%;
    top: -39px;
}
.renewalSubTitle{
	text-align: center;
    color: #e50005;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
	margin-bottom:24px;
	padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    font-family:"tg20","Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
/*.earlyRenewalTitle{
    position: absolute;
    text-align: right;
    right: 127px;
    text-transform: uppercase;
    color: #e50005;
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;
}*/
.renewalLabels{
	font-size:10px !important;
	text-transform:capitalize !important;
	color:#244c8d !important;
    line-height: 15px;
}
.renewalEarlyDate{
	text-align: right !important;
    padding-right: 4px;
}
.renewalEarlyDateWrapper{
    width: 45px;
    position: absolute;
    right: 79px;
    text-align:center;
}
.cecUserGraphContent{
	width:100%;
	padding-left:14px;
}
.cecHeightAdjuster{
	font-size:15px;
}
#cecUserGraph{
	position: relative;
    width: 100%;
    margin: 0px auto;
    margin-top:5px;
	
}
.cecExamWrapper{
	float:left;
}
.cecRenewalWrapperMain{
	width:94%;
	float: left;
	margin-left:5px;
}
.cecRenewalWrapper{
	width:73%;
	float: left;
	margin-left:5px;
}
.cecQualified{
	width:100%;
	cursor: pointer;
}
.cecRenewal{
	position:relative;
	bottom:0px;
	cursor: pointer;
}
.cecMkTbl{
	display:table;
}
.cecMkRow{
	display:table-row;
    line-height: 21px;
}
.cecDates{
    line-height:6px;
}
.subLabel{
    line-height:15px;
}
.cecMkTd{
	display:table-cell;
	text-align:center;
}
.cecSetLtWidth{
	width:36px;
	padding-left:6px;
}
.cecQualifiedHover{
	background-image:url(https://www.acefitness.org/images/cecView/cecQualifiedUserGraphBtn_02.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.cecRenewalHover{
	background-image:url(https://www.acefitness.org/images/cecView/cecRenewalUserGraphBtn_29.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.cecSetRtWidth{
	width:54px;
    padding-right: 16px;
}
.cecCenterStrip1{
	background-image:url(https://www.acefitness.org/images/cecView/cecUserGraph_03.png);
	background-repeat:repeat-x;
}
.cecCenterStrip2{
	background-image:url(https://www.acefitness.org/images/cecView/cecUserGraph_30.png);
	background-repeat:repeat-x;
}
.renewalStart, .renewalEarlyMonthDay{
	font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e50005;
}
.renewalEnd{
	font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e50005;
}
.renewalEndYr,.renewalStartYr,.renewalEarlyYr{
	color:#e50005;
	font-weight:bold;
	font-size:15px;
}
.graphBtnGroup{

    font-size: 12px;
    font-weight: bold;
    background-color: #e50005;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
}
.cecQualifiedMainBtn{
	float: left;
	background-color:#244c8b !important;
	cursor: pointer;

}
.cecRenewalMainBtn{
	float:right;
	cursor: pointer;
}
#graphBtnWrapper{
	width: 262px;
    margin: 0px auto;
    clear: both;
    position: relative;
    top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
}
/*################### END CEC USER GRAPH ##############*/


/*################### RENEWAL CYCLE VIEW ##############*/
#renewalRules{
	font-family:"Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	padding-left:10px;
	padding-right:10px;
}
.renewalDefinition{
	text-align:center;
	padding-left: 14px;
    padding-right: 14px;
    font-size:14px;
    line-height:16px;
}
.renewalExample{
	margin-top:23px;
    max-height: 200px;
    font-size:14px;
    line-height: 16px;
}
.renewalTitle{
	color:#e50005;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
    font-family:"tg20","Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
.renewalExampleList{
	list-style-type: decimal;
	padding-right:2px;
    margin-left: 42px;
    margin-top: 15px;
}
.renewalExampleList li{
	margin-bottom:10px;
}
/*###################END RENEWAL CYCLE VIEW ##############*/



/*################### CEC MONTH VIEW ##############*/
#dotWrapper{
	position: relative;
	
}
#cecYear{
	font-family:"Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	position: absolute;
	line-height:255px;
	vertical-align: middle;
	font-size:51px;
	font-weight:bold;
	color:#244c8d;
	width: 320px;
	text-align:center;
    left:-5px;
    font-family:"tg20","Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
#cecMonths{
	position: relative;
    top: 43px;
	width:320px;
	height: 285px;
	margin:0px auto;
	margin-bottom:0px;
	/*background-color:lime;*/
}
#cecCenterDot{
	width:2px;
	height: 2px;
	font-size:22px;
	color:#e50005;
	margin: 0px auto;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	top:50%;
	transform:translateY(-50%);
	visibility: hidden;

}
.dots{
	position: absolute;
	width:30px;
	height: 30px;
	background-color: #cccccc;
	text-align:center;
	line-height:30px;
	font-family:"Trebuchet MS",Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	color:#fff;
	border-radius:20px;
	font-weight:bold;
	font-size:18px;
	display: none;
}
.dotsWithinRenewal{
	background-color:#244c8b;
	cursor:pointer;
}
/*###################END CEC MONTH VIEW ##############*/

