﻿#my_workouts_filter
{
    display: none;
}

.grid
{
    display: none;
}

#content_header
{
    height: 36px;
}
#workout_actions
{
    position: relative;
    height: 50px;
}
#filter_by_tags
{
    position: absolute;
    top: 10px;
    left: 10px;
}
#filter_by_type
{
    position: absolute;
    top: 10px;
    left: 495px;
}
#filter_by_date
{
    position: absolute;
    top: 10px;
    left: 200px;
    height: 21px;
    width: 265px;
}
#clear_filter
{
    position: absolute;
    top: 10px; 
    left: 645px;
}


.clickDetails
{
    cursor: pointer;
}


.workout_checkbox
{
    margin: 10px;
}

.workout_checkbox:active
{
    border: none;
}

#view
{
    min-height: 468px;
}



#filter_container
{
    /*background-image: url(   '/Images/Style/MyWorkouts/dates.png' );         background-repeat: no-repeat;         background-position: 0px -1px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f4f8fb;
    border: solid 1px #d1d5d9;
    width: 263px;
    color: #666666; /*padding-left: 8px;         padding-top: 3px;*/
    height: 20px;
    font-family: Tahoma;
}
#date_filter
{
    position: relative;
    margin-left: 8px;
    margin-top: 3px;
    width: 247px;
    float: left;
    background-image: url('/Images/Style/MyWorkouts/desc.png');
    background-repeat: no-repeat;
    background-position: right 4px;
    cursor: pointer;
}
.slider-range
{
    width: 250px;
    margin-top: 12px;
    margin-left: 7px;
    float: left;
}
.filter
{
    margin-top: -1px;
    margin-left: -2px;
    height: 20px;
    font-size: 0.9em;
    width: 258px;
    padding: 0;
    float: right;
    display: none;
    position: absolute;
}
.filter p
{
    margin: 0 10px;
}
.filter label
{
    display: block;
    float: left;
    text-align: right;
    font-size: 0.8em;
    width: 50px;
    font-weight: bold;
}
.filter span
{
    font-size: 0.9em;
}
.filter p.btn
{
    text-align: left;
    margin-top: 5px;
}



.workoutTypeSelector
{
    border: solid 1px #d1d5d9;
    border-radius: 5px;
    float: left;
    clear: both;
    background-color: #e1e5e9;
}

.wts_alloutdoor, .wts_allindoor
{
    float: left;
    display: block;
    padding: 5px;
}

.wts_type_list
{
    float: left;
    clear: both;
    width: 170px;
    height: 250px;
    overflow: auto;
    border-top: solid 1px #ccc;
    background-color: #f1f5f9;
    border-bottom-left-radius: 5px;
}

.wts_item
{
    clear: both;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f1f5f9;
}

.wts_item:hover, .wts_alloutdoor:hover, .wts_allindoor:hover
{
    background-color: #d1d5d9;
}

.wts_type_cb, .wts_all_cb
{
    margin-left: 5px;
    margin-right: 0px;
}

.wts_all_name, .wts_name
{
    margin-right: 5px;
}

.wts_all_name
{
    margin-left: 5px;
}

.wts_name, .wts_all_name, .wts_type_cb, .wts_all_cb
{
    vertical-align: middle;
}

#wts
{
    display: none;
}

#type_container
{
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f4f8fb;
    border: solid 1px #d1d5d9; /*background-image: url('/Images/Style/MyWorkouts/filter.png');*/
    background-repeat: no-repeat;
    width: 155px;
    color: #666666;
    height: 20px;
}

#type_filter
{
    background-image: url('/Images/Style/MyWorkouts/desc.png');
    background-repeat: no-repeat;
    background-position: 135px 7px;
    width: 155px;
    color: #666666;
    cursor: pointer;
    padding: 3px 10px;
    font-family: Tahoma;
}
#choose_type
{
    display: none;
    font-size: 11px;
    width: 115px;
    position: absolute;
    top: 21px;
    left: 5px;
}
.grid
{
    display: block !important;
}
.td-limit-width
{
    width: 120px;
}
.indoor-name
{
    color: #667;
}

