﻿.hrm_box {
    width:16px;
    height:16px;
    margin:5px;
    display:block;
    float:left;
    clear:left;
    color:#000;
}
.hrm_description {
    float:left;
    display:block;
    height:16px;
    margin:5px;
    color:#000;
}
.hrm_percent {
    float:left;
    display:block;
    height:16px;
    width:30px;
    margin:5px;
    color:#000;
}

.checkpoints
{
    overflow: auto;
}

.checkpoints-size
{
    height: 221px;
}

.checkpoints th
{
    font-weight: bold;
}
.checkpoints table
{
    width: 195px;
    font-size: 11px;
}
.checkpoints caption
{
    font-weight: bold;
    text-transform: uppercase;
}
#workoutDetails
{
    margin: 10px 5px;
    width: 200px;
    color: #000000;
}
#workoutDetails legend
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
#workoutDetails .label
{
    display: block;
    float: left;
    padding: 4px 0;
    clear: left;
    font-weight: bold;
}
#workoutDetails .value
{
    text-align: right;
    font-size: 12px;
    padding: 4px 0;
    background-repeat: no-repeat;
    background-position: 120px;
}


.checkpoints .label
{
    display: block;
    float: left;
    padding: 5px 0;
    clear: left;
    font-weight: bold;
}
.checkpoints .value
{
    text-align: right;
    font-size: 12px;
    padding: 5px 0;
}
.details_header
{
    margin: 3px 3px;
    padding: 5px 5px;
}

.tickLabel
{
    font-size: 10px;
    font-family: Tahoma, Arial;
    margin-left: 1px;
    margin-right: 1px;
}


#graph
{
    /*background-image: url(/Images/Style/MyWorkouts/table_bcg.png);     background-repeat:repeat-x;*/
    position: absolute; /*background: rgba(0,0,0,0.5);*/
    text-align: center;
    vertical-align: middle; /*padding-left:5px;         padding-top:5px;*/
    width: 100%;
    height: 125px;
    bottom: 0px; /*left: 0px; */
}

.mapclass
{
    width: 480px;
    height: 480px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.mapcontrols-sep
{
    width: 10px;
    float: left;
    text-align: center;
}

.mapcontrols-button
{
    float: left;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    color: #000000;
}

.mapcontrols-button-icon
{
    float: left;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    width: 15px;
    color: #000000;
}

.gmap-box
{
    color: #000000;
}


#workoutStats
{
    margin: 5px 8px 0px 5px;
    /*height: 240px;*/
}


#share_dialog
{
    position: absolute;
    width: 220px;
    height: 480px;
    top: 2px;
    right: 0px;
    background-color: rgba(0,0,0,0.8) !important;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

#play_dialog
{
    position: absolute;
    width: 220px;
    height: 200px;
    top: 2px;
    right: 0px;
    background-color: rgba(0,0,0,0.8) !important;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
}

#tourTitle
{
	text-align: center;
}

#tourTitleLine
{
    float: left;
    width: 215px;
    height: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;	
    background-image: url("/Images/Style/Main/bg/titleLine.png");
}

#tourTitleLine1
{
    float: left;
    width: 215px;
    height: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;	
    background-image: url("/Images/Style/Main/bg/titleLine1.png");
}

#inputSpeed
{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}

#playerOptHolder
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
}

#start_button
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

#pause_button
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

#slider-time
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 160px;   
    display: block;
    cursor: pointer;
}

.infoTextTour
{
    float: left;
    margin-left: 10px;
    display: block;
    cursor: pointer;
}

.lab_title_tour
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: auto;
    font-weight: bold;
}

#time_val
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: auto;
    width: 144px;
    text-align: right;
}

#dist_val
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: auto;
    width: 120px;
    text-align: right;
}

#speed_val
{
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    cursor: auto;
    width: 139px;
    text-align: right;
}

#shareFacebook, #shareTwitter, #shareMail, #shareGooglePlus
{
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    background-image: url(/Images/Style/Buttons/share-1.png);
    cursor: pointer;
}

#shareFacebook
{
    background-position: 0px -24px;
}

#shareTwitter
{
    background-position: -60px -24px;
}

#shareMail
{
    background-position: -120px -24px;
}


#shareFacebook:hover
{
    background-position: 0px -84px;
}

#shareTwitter:hover
{
    background-position: -60px -84px;
}

#shareMail:hover
{
    background-position: -120px -84px;
}


#shareGooglePlus
{
    background-position: -180px -24px;
}

#shareGooglePlus:hover
{
    background-position: -180px -84px;
}


#hrm_breakdown_dialog
{
    position: absolute;
    width: 220px;
    height: 480px;
    top: 2px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.95) !important;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    -webkit-box-shadow: 0px 0px 5px #666;
}
