@charset "utf-8";
/* CSS Document */

/* printing stuff.
        redefine widths to fit more on the page...
*/
.calcButton
{
    /* font-size:1.5em;  */
    text-transform:uppercase; 
}

#printableDiv
{
    color:#333;
    font-size:10px;
}

#printableDiv .eventDiv {

    width:45px;

}

#printableDiv .workoutEnduranceTitleHeaderCell, #printableDiv .workoutEnduranceTitleCell
{
    width:120px;
}

#printableDiv .workoutEnduranceHeaderCell, #printableDiv .workoutEnduranceCell {
    width:90px;

}

#printableDiv .workoutSpeedHeaderCell, #printableDiv .workoutSpeedCell
{
    width:125px;

}

#printableDiv .workoutSpeedDistanceCell
{
    width:40px;
}

#calcOutputDiv h1
{
    text-align: right;
    letter-spacing: 3px;
}

/* now define the regular page stuff */

.vertSpace15
{
    padding-top:5px;
}




.keyCell
{
    padding-left:5px;
    float:left;
    width:100px;
}

.eventName, .eventTime, .eventMilePace, .eventKiloPace
{
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    text-align:center;
}

.eventTime, .eventMilePace, .eventKiloPace
{
    /*padding-left:7px;	*/
}

div.eventName
{
    background-color: #CCCCCC;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
}

div.oddEventDiv.eventDiv {
    background-color:#CCCCCC;	
}

p.calcError
{
    color: #FF0000;	
}

p.calcError span
{
    font-weight: bold;
}


.workoutEnduranceTitleHeaderCell, .workoutEnduranceTitleCell
{
    width:180px;
    float:left;

    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.workoutEnduranceHeaderCell, .workoutEnduranceCell {
    width:115px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
}

.workoutSpeedHeaderCell, .workoutSpeedCell
{
    width:160px;
    float:left;
    padding-left:15px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
    text-align:center;
}

.workoutSpeedDistanceCell
{
    width:50px;
    float:left;
    padding-left:5px;
    padding-right:5px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	
}

.workoutFullWidthHeader
{
    text-align:center;
    text-transform: capitalize;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999999;	

}

.workoutEnduranceHeaderCell, .workoutEnduranceTitleHeaderCell,
.headerCell, .workoutSpeedHeaderCell,
.workoutSpeedDistanceCell, .workoutFullWidthHeader {
    font-weight: bold;

}

.rowContainer
{
    margin:0;
    padding:0;
    clear:both;
}

.workoutEnduranceHeaderCell, .workoutEnduranceTitleHeaderCell,
.headerCell, .workoutSpeedDistanceCell,
.workoutFullWidthHeader 
{
    background-color:#CCCCCC;

}


.workoutTitle {
    text-transform: uppercase;
}

.workoutEnduranceCell {
    float: left;
}


.workoutDiv {
    clear:both;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    height: 15px;
}

div.workoutHeader.workoutDiv {
    font-weight: bold;
    padding-top:20px;
}

div.workoutDiv.oddWorkoutDiv {
    background-color:#CCCCCC;	
}

div#distanceCheckboxes
{
    margin:5px;

}

.selectedDistanceCell
{
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #888;
    color: #fff;

}

.selectedDistanceCell .calcDatumPace a
{
    color: #fff;
}
.paceOnly .calcDatumLabel,
.paceOnly .calcDatumTime,
.paceOnly .calcDatumPace
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}



.statValue .calcDatumPace a
{
    color: #F47621;

}


.calcDatumPace a
{
    color: #333;

}


.workoutValue .calcDatumPace
{
    border: none;
}

.paceOnly .calcDatum
{
    width: 85px;
    float:left;
    text-align: center;
    margin-bottom: 15px;
}

#heatResults .columnData .calcDatum
{
    height: 19px;
    width: 100%;
    float: none;
    clear: both;
}

#heatResults .columnData .legend
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}    

#heatResults .columnData .calcDatumLabel,
#heatResults .columnData  .calcDatumPace,
#heatResults  .columnData .calcDatumTime
{
    width: 33%;
    float: left;
}

#heatResults .statResults
{
    clear:both;
}

.selectedDistanceCell 
{
    border-bottom-color: #FFFFFF;
}

.boxValue
{
    float:left;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 3px;
    padding-left: 4px;

    margin-right:2px;
    margin-bottom:2px;

    border-width: 1px;
    border-style: solid;
    border-color: #78C143;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

}



.inlineWorkoutText
{
    display: inline;
}
.calcWorkout .calcDatum
{
    border:none;
}

#distanceSelectorChart
{
    height: 200px;
}

.onePace
{
    float:left;
}

.pacePair
{
    position: relative;
    margin-right: 4px;
}

.paceSeparator
{
    padding-left:3px;
    padding-right:3px;
    float: left;
    padding-top:0px;

}


.insetLabel
{
    clear:both;
    margin-left: 20px;
    font-style: italic;
}

.calcWorkout
{
    /* min-height: 113px; */
}

.eventDiv
{

    /*
width:60px;
    */
}

.raceExplanation
{

}

#showPro
{
    position: absolute;
    top: 135px;
    left: 13px;
}

#showPro a
{
    color: #09F;
}


#calcOutputDiv a.procalc
{
    color:#09f;
}

#calcOutputDiv li a span.new
{
    color: #F47621;
    font-weight: bold;
}


.minTrainingPacesHeight
{ 
    min-height: 150px;
}

ul.raceExplanation
{
    padding:0px;
    margin:0px;
}

ul.raceExplanation li
{
    margin-left:2%;
    padding:0px;
    float: left;  
    width: 35%;
    text-align: left;
    list-style: none;
}


.minWorkoutHeight
{
    min-height: 120px; 
}



/* for printing */
#printedoutput .hideprinted
{
    display: none;
}


#printedoutput .runnerIcon
{
    display:none;
}

#printedoutput .WKT_INS
{
    width: 250px;
    float: left;
    margin-left: 20px;
}



#printedoutput .statLabel
{
    float:left;
    margin-right: 5px;
}

#printedoutput .statValue,
#printedoutput .statResults
{
    float:left;
    margin-right: 15px;
}

#printedoutput .pull-left
{
    float:left;
    margin-right:10px;
}




/* for panels... */
.panelHeader
{
    float:right;
    margin-left: 5px;
}

ul.panelbuttons
{
    float: left;
    margin:0;
    padding:0;
    list-style: none;
}

ul.panelbuttons li
{
    float:left;
    margin-right:5px;
    padding:0;
}

.calcButtons
{
    float: left;
}

.conversionbuttons
{
    position: relative;
    top: -3px;
    float: left;
    font-size: .8em;
    margin-right:8px;
}

.mcCalcPanel
{
    position: relative;
}


.dddock, .iedock
{
    position: relative;
    margin-top:5px;
    border-color: #888;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    min-height: 95px;
}

.dddock  a, .iedock a
{
    width: 71px;
    padding-left:3px;
    padding-right:3px;
    color: #333;
}

.dddock .defaultSelect,
.iedock .defaultSelect
{
    font-size: 14px;
    position: absolute;
    left: 5px;
    top:5px;
    z-index: 1000;
}


.dddock .showAllSelect,
.iedock .showAllSelect
{
    font-size: 14px;
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 1000;
}

.dddock a.distanceSelected, .dddock a:hover,
.iedock a.distanceSelected, .iedock a:hover
{
    width: 71px;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #888;
    color:#fff;
    text-decoration: none;
    text-align: center;
}



ul#distanceSelectionDock
{
    position: relative;
    left:0px;
}

.iedock ul#distanceSelectionDock
{
    margin-top: 20px;
}

.dddock ul#distanceSelectionDock li
{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom:10px;
    white-space: nowrap;
    float:left;
    list-style: none;
    margin-right:0px;
    maring-left:0px;

    /* Safari */
    -webkit-transform: rotate(-65deg);

    /* Firefox */
    -moz-transform: rotate(-65deg);

    /* IE */
    /* -ms-transform: rotate(65deg); */

    /* Opera */
    -o-transform: rotate(-65deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: relative;
    top:50px;
    width: 18px;

    z-index: 10;

}


.iedock ul#distanceSelectionDock li
{
    font-size: 14px;
    white-space: nowrap;
    float:left;
    list-style: none;
    margin-right:5px;
    margin-left:5px;
    padding-right:5px;
    padding-left:5px;
    position: relative;
    z-index: 10;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


.innerText
{
    float:left;
    margin-right:3px;
    margin-left:3px;
}
.innerNewline
{
    clear:both;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

#nutritionDiv table, #nutritionDiv tr, #nutritionDiv td 
{
    border: none;
}

.nutritionResultRow
{
    height:30px;
}

.statLabel, .statValue
{
    padding:1px;
    font-size: 12px;
    float: left;
    /* font-weight: bold; */
    /* font-size: 1.1em; */
}

.statValue
{
    font-style: italic;
    color: #78C143;
    margin-left: 5px;
    position:relative;
    top:0px;
}

.statLabel
{

}


.statResults
{
    font-size: 12px;
    float:left;
    position: relative;
}

.panelTitle
{
    float:left;
    margin-right:15px;
}

.panelTitle a
{
    text-transform: uppercase;
}
.bottomBorder
{
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
}


.salesPitch
{
    margin-top: 15px;
}


.brightenData, .brightenData a,
.selectedDistanceCell .brightenData a,
.brightenData .workoutBody a
{
    color: #0099FF;
}

.closePopover
{
    float:right;
}

.smallInput
{
    width: 30px;
}


#calc-form input[type="radio"]
{
    margin:0;
    position: relative;
    top:-2px;
}

.paddingLeftRight
{
    padding-left: 15px;
    padding-right: 15px;
}

.videoContent{
    position: relative;
    min-width: 550px;
}

.marketingPanel
{
    text-align: center;
    padding:10px;
}
.marketingPanel a
{
    color: #0099FF;
    font-weight: bold;
}
.marketingPanel a:hover
{
    color: #0069d6;
    text-decoration: underline;
    font-weight: bold;
}


.calcRow2
{
    overflow: hidden;
    /* padding:10px; */
}

.calcFormHeader
{
    color:#000;  font-family: Calibri; font-size: 18px; text-transform: uppercase; font-weight: bold;
}

.panelbuttons a
{
    padding-top:3px;
}



.marketingForeground
{
    background-color: rgba(255, 255, 255, .6);
    padding:10%;
}

.marketingForeground .frosted
{
    padding:5%;
    background-color: rgba(255, 255, 255, .9);
    min-height: 500px;
    border-color: #999;
    border-width: 1px;
    border-style: solid;

}
.localeikkiBackground
{
    background-image: url(/images/localeikkiSnapshot.png);
    background-repeat: no-repeat;

}