﻿/* 
 * TRÄNINGSDAGBOK
 */

.tdbokSelector {
    float: left;
}

    .tdbokSelector .layout li{
        float: left;
        padding: 3px 0 2px;
        border: 1px solid #999;
        border-left: 0;
    }
    .tdbokSelector .layout li a {
        font-size: 12px;
    }

        .tdbokSelector .layout li:hover {
            cursor: pointer;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        }

        .tdbokSelector .layout li:first-child {
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
            padding-left: 5px;
            border-left: 1px solid #888;
        }

        .tdbokSelector .layout li:last-child {
            border-right: 1px solid #888;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            padding-right: 3px;
        }

        .tdbokSelector .layout li a {
            color: #444;
            padding: 2px 10px 3px;
            display: block;
        }

        .tdbokSelector .layout li.chosen {
            background: #676767;
            border-color: #676767;
        }

        .tdbokSelector .layout li.chosen a {
            color: #fff;
        }

        .tdbokSelector .layout li a i {
            color: #666;
            padding-right: 5px;
            font-size:13px;
            position:relative;
            top: 1px;
        }

        .tdbokSelector .layout li.chosen a i {
            color: #eee;
        }

        .tdbokSelector .layout li a.graph i {
            font-size: 14px;
            line-height: 13px;
            top: 2px;
        }

.tdbokDates {
    float: right;
}

.monthPager {
    text-align: center;
    font-size: 16px;
    color: #333;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    line-height: 3ch;
}

.monthPager .monthNameWrapper {
    display: inline-block;
    position: relative;
    width: 180px;
    border: 1px solid #999;
    border-radius: 1.625ch;
    border-right-color: #888;
    border-left-color: #888;
    height: 3.25ch;
}

.monthPager .monthNameWrapper:has(.monthSelector:not([style*="display: none"])) {
    border-radius: .75ch .75ch 0 0;
}

.monthPager .monthName {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    padding: 0 7px 0 12px;
    align-items: center;
    cursor: default;
}

.monthPager .monthName .fa-angle-down {
    padding-top: .4ch;
}

.monthPager .fa-spinner-third {
    padding-top: 2px;
}

.monthPager .monthSelector {
    display: grid;
    row-gap: 10px;
    position: absolute;
    left: calc(50% - 90px);
    padding: 10px;
    width: 180px;
    background-color: #fafafa;
    border: 1px solid #999;
    border-radius: 0px 0px .75ch .75ch;
    z-index: 1000;
}

.monthPager a {
    background: #fff;
    border: 1px solid #888;
    border-radius: 100px;
    color: #333;
    height: 3.25ch;
    aspect-ratio: 1;
}

.monthPager a:first-of-type {
    padding-right: 2px;
}

.monthPager a:last-of-type {
    padding-left: 2px;
}

/******SPEED******/
.speedSelector {
    float: left;
}

    .speedSelector .layout li {
        float: left;
        font-size: 11px;
        border-color: #999;
        border-style: solid;
        border-width: 1px;
        padding: 1px 5px;
    }

        .speedSelector .layout li:hover {
            cursor: pointer;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        }

        .speedSelector .layout li:first-child {
            padding-left: 8px;
            border-right: none;
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
        }

        .speedSelector .layout li:last-child {
            padding-right: 8px;
            border-left: none;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }

        .speedSelector .layout li a {
            color: #444;
            padding: 2px 2px 3px;
            display: block;
            text-indent: 0px;
        }

        .speedSelector .layout li.chosen {
            background: #888;
        }

        .speedSelector .layout li.chosen a {
            color: #fff;
        }

    /*.speedSelector .layout a.classic {
        background-position: 0px 0px;
    }

    .speedSelector .layout a.calendar {
        background-position: 0px -40px;
    }

    .speedSelector .layout a.graph {
        background-position: 0px -80px;
    }

    .speedSelector .layout a.star {
        background-position: 0px -120px;
    }

    .speedSelector .layout a.goals {
        background-position: 0px -160px;
    }*/

/****DETALJER*****/

/* Träningdetaljer */

.traningsdagbok {
    margin-bottom: 20px;
    font-size: 12px;
}

table.traningsdagbok .soft, table.traningsdetaljer .soft, table.std_tbl .soft {
    color: #777;
}

td.ar, tr.odd td.ar, table.traningsdetaljer td.ar, table.traningsdetaljer tr.odd td.ar, table.std_tbl td.ar, table.std_tbl tr.odd td.ar {
    color: #aaa;
    padding-left: 0px;
    padding-right: 0px;
}

table td.smal {
    width: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

td.datumtext,
tr.odd td.datumtext,
table.traningsdetaljer td.datumtext,
table.traningsdetaljer tr.odd td.datumtext,
table.std_tbl td.datumtext,
table.std_tbl tr.odd td.datumtext {
    width: 10px;
    padding-right: 4px;
    text-align: right;
}

td.datumtid,
tr.odd td.datumtid,
table.traningsdetaljer td.datumtid,
table.traningsdetaljer tr.odd td.datumtid,
table.std_tbl td.datumtid,
table.std_tbl tr.odd td.datumtid {
    width: 10px;
    padding-left: 4px;
}

.tavlingar table.traningsdetaljer th {
    padding: 8px;
    border-bottom: 3px solid #000;
}

table.std_tbl th {
    padding: 5px 10px;
    background: #fff;
}

table.traningsdetaljer td {
    padding: 5px 10px;
    white-space: nowrap;
}

    table.traningsdetaljer td.flerdatum {
        border-top: 1px dashed #ddd;
    }

table.traningsdetaljer tr.odd td.flerdatum {
    border-top: 1px dashed #ccc;
}

table.traningsdetaljer tr.flerdatumsondag td { /*border-top: 1px dashed #e9d9d9;*/
    border-top: 1px dashed #ccc;
}

table.traningsdetaljer tr,
table.traningsdetaljer tr.odd {
    background: #fff;
}

    table.traningsdetaljer tr.odd:hover,
    table.traningsdetaljer tr.even:hover {
        background: #fafafa;
    }

.traningsdetaljer tr.odd + tr.even,
.traningsdetaljer tr.even + tr.odd {
    border-top: 1px solid #eee;
}

table.traningsdetaljer tr.planned {
    background: #f5f5f5;
}

table.traningsdetaljer tr.planned + tr.planned {
    border-color: #ccc;
}

table.traningsdetaljer tr.planned td.gren {
    opacity: 0.5;
}

    table.traningsdetaljer tr.sondag,
    table.traningsdetaljer tr.flerdatumsondag { /*background: #f1d4d4;*/
        background: #e5e5e5;
    }

        table.traningsdetaljer tr.sondag td.datum {
            color: #b00f0f;
        }

        table.traningsdetaljer tr.sondag td {
            border-top: none;
        }

    table.traningsdetaljer td.datum {
        font-weight: bold;
        padding: 5px 0px 5px 10px;
    }

    table.traningsdetaljer tr.vecka th {
        background: #fff;
        padding: 0;
        margin: 0;
    }

        table.traningsdetaljer tr.vecka th h3 {
            margin: 20px 0 0 0;
            padding: 0;
            font-weight: bold;
            text-align: left;
            background: #fff;
            color: #333;
            border-bottom: 2px solid #333;
            display: inline;
            width: 100%;
            float: left;
            font-size: 15px;
        }


table.traningsdetaljer td.runda {
    white-space: normal;
}

table.traningsdetaljer td.runda i.far {
    padding-right: 5px;
}

table.traningsdetaljer tr.legend td {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 5px;
    font-size: 11px;
    font-weight: 700;
    font-family: Helvetica,sans-serif;
    text-align: center;
}

    table.traningsdetaljer tr.legend td.runda {
        text-align: left;
    }

/*table.traningsdetaljer tr.legend td.typ, */ tr.veckosum td.totalt {
    border-left: 1px solid #eee;
}
/*table.traningsdetaljer tr.legend td.puls, table.traningsdetaljer td.puls, */ tr.veckosum td.end {
    border-right: 1px solid #eee;
}


table.traningsdetaljer tr.veckosum {
    background: none;
}

    table.traningsdetaljer tr.veckosum td {
        background: #f5f5f5;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        white-space: nowrap;
        border: none;
    }

        table.traningsdetaljer tr.veckosum td.totalt {
            padding-right: 0;
            text-align: right;
            border-radius: 0 0 0 5px;
        }

        table.traningsdetaljer tr.veckosum td.end {
            border-radius: 0 0 5px 0;
        }

tr.spacer th {
    border: none;
    height: 20px;
    white-space: nowrap;
    float: left;
}


table.traningsdetaljer tbody, table.traningsdetaljer thead {
    font-size: 12px;
}

table.traningsdetaljer td.gren, td.gren {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    color: #fff;
}

table.traningsdetaljer td.typ {
    font-family: Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    padding-right: 0;
}

.box table.traningsdetaljer tbody td, .box table.traningsdetaljer th {
    padding: 0 2px;
    white-space: nowrap;
}

table.traningsdetaljer tr td a {
    display: inline;
}

table.traningsdetaljer td.datum, table.traningsdetaljer td.datum a {
    font: normal 11px;
    color: #777;
}

table.traningsdetaljer tr:hover td.datum, table.traningsdetaljer tr:hover td.datum a {
    color: #000;
}

table.traningsdetaljer td.datum, table.traningsdetaljer td.tid, table.traningsdetaljer td.puls {
    text-align: center;
}

table.traningsdetaljer td.datum, table.traningsdetaljer td.distans, table.traningsdetaljer td.tid, table.traningsdetaljer td.snitt {
    width: 50px;
}

table.traningsdetaljer td.distans, table.traningsdetaljer td.snitt {
    text-align: right;
}

table.traningsdetaljer td.datum, table.traningsdetaljer td.distans, table.traningsdetaljer td.tid, table.traningsdetaljer td.snitt, table.traningsdetaljer td.puls {
    white-space: nowrap;
}

td.gren, table.traningsdetaljer td.typ, table.traningsdetaljer td.puls {
    width: 10px;
}



table.traningsdetaljer td.gren, table.traningsdetaljer tr.odd td.gren, table.traningsdetaljer tr.flerdatumsondag td.gren {
    border-top: 1px solid #fff;
}

.tavlingar table.traningsdetaljer td.gren, .tavlingar table.traningsdetaljer tr.odd td.gren {
    border-bottom: 1px solid #fff;
}

.tavlingar table.traningsdetaljer td, .tavlingar table.traningsdetaljer tr.odd td {
    border-bottom: 1px solid #eee;
    border-top: none;
}

/* 
 * Layout helpers
 */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}


.ui-state-disabled {
    cursor: default !important;
}

.ui-widget-content {
    border: 0;
    background: none;
}

.ui-widget-content a {
}

.ui-widget-header {
    font-weight: bold;
}

    .ui-widget-header a {
        font-size: 11px;
    }

    .ui-widget-header .ui-tabs-nav .nav_cykling {
        background: #f00;
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #fff;
    font-weight: normal;
    color: #333;
}

.ui-widget-content .ui-datepicker-week-end:last-of-type .ui-state-default {
    color: #f00;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #000;
        text-decoration: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #dadada;
    font-weight: 700;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #fff;
        text-decoration: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-active {
    background: #eee;
    font-weight: 700;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: underline;
}

.ui-widget :active {
    outline: none;
}


/* Corner radius */
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all {
    border-radius: 4px;
}


.ui-tabs {
    position: relative;
    padding: 0;
    zoom: 1;
}
    /* position: relative prevents IE scroll bu.g (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 3px 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .4em .7em .1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bu.g in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border: 0;
        padding: 0;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }



/* Träningskalender ----------------------*/

table.traningskalender {
    margin-top: 10px;
    float: left;
}

    table.traningskalender thead td {
        text-align: center;
        border-bottom: 1px solid #aaa;
        padding: 3px 0;
        color: #777;
    }

    table.traningskalender thead tr.manad td {
        border-bottom: none;
        padding: 10px 0 15px;
        font-size: 20px;
        color: #333;
    }

        table.traningskalender thead tr.manad td a {
            display: inline;
            padding: 0 10px 2px;
            margin: 0px 10px;
            border-radius: 4px;
            background: #fff;
            border: 1px solid #ddd;
        }

            table.traningskalender thead tr.manad td a:hover {
                border: 1px solid #ccc;
            }

    table.traningskalender th {
        border: 1px solid #aaa;
        color: #000;
        padding: 5px 10px;
        border-right: none;
    }

        table.traningskalender th.summering {
            font-weight: normal;
            color: #000;
            border-left: none;
            border-right: 1px solid #aaa;
            padding: 5px 5px;
            font: normal 10px/10px Helvetica,sans-serif !important;
        }

            table.traningskalender th.summering li {
                float: left;
                margin-right: 15px;
            }

    table.traningskalender tbody tr.aktiviteter td {
        padding: 0px;
        vertical-align: top;
        border-color: #aaa;
        border-style: solid;
        border-width: 1px;
        border-top: none;
        width: 108px;
        height: 70px;
        min-height: 150px;
        font: normal 10px/10px "Lucida Grande",Arial,Verdana,"Bitstream Vera Sans",sans-serif !important;
    }

    table.traningskalender tbody td:first-child {
        border-right: none;
    }

    table.traningskalender tbody td.lordag {
        background: #f9f9f9;
    }

    table.traningskalender tbody td.sondag {
        background: #f9eded;
    }

    table.traningskalender tbody tr.dd td {
        text-align: right;
        line-height: 10px;
        padding: 1px;
        color: #333;
        font-family: Helvetica,sans-serif;
        font-size: 11px;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        border-bottom: 1px dashed #ddd;
    }

    table.traningskalender tbody td p:first-child a {
        border-top: none;
    }

    table.traningskalender tr.aktiviteter td a {
        color: #000;
        border-top: 1px dashed #ddd;
        padding: 4px;
    }




table.traningsdagbok td {
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}

.noborder {
    border: none;
}

table.traningsdagbok tr.noborder td {
    border: none;
}

table.traningsdagbok th {
    background: #fff;
    padding: 5px 8px;
}


/*

Cykel       #d03693     #fddbf0
Löpning     #528b27     #d6e7c9
Skidor      #013265     #c0d8f0
Simning     #016d71     #bbdfe0
Övrigt      #9d5322     #e7dcbd
Styrka      #bc1306     #ffc7c7
Grupp       #a547a8     #ead3fc
Multi                   #ffc703
Tri                     #f9fb5b
Triathlon   #d8421a     #fae2a0

*/

#tabs {
    width: 100%;
    float: left;
    margin-top: 10px;
}


table.traningsdagbok th.totalt {
    border-bottom: 3px solid #333;
    background: #ccc;
}

table.traningsdagbok th.totalttop {
    border-top: 3px solid #333;
    background: #ccc;
}

table.traningsdagbok th.bordertop {
    border-top: 3px solid #eee;
    text-align: left;
}

table.traningsdagbok th.borderbottom {
    border-bottom: 3px solid #eee;
    text-align: left;
}


table.traningsdetaljer tr.veckosum2 {
    background: none;
}

    table.traningsdetaljer tr.veckosum2 td {
        background: #f5f5f5;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        white-space: nowrap;
        border: none;
    }

table.traningsdetaljer tr.veckosum2_firstrow td {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 3px;
    font-weight: bold;
    white-space: nowrap;
    border: none;
    border-top: 1px solid #666;
    margin-top: 1px;
}

table.traningsdetaljer tr.veckosum2_lastrow td {
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    border: none;
}

table.traningsdetaljer tr.veckosum2_onlyrow td {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
    border: none;
    border-top: 1px solid #666;
    margin-top: 1px;
}

table.traningsdetaljer tr.veckosum2 td {
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    white-space: nowrap;
    border: none;
}

    table.traningsdetaljer tr.veckosum2_firstrow td.totalt,
    table.traningsdetaljer tr.veckosum2 td.totalt,
    table.traningsdetaljer tr.veckosum2_lastrow td.totalt,
    table.traningsdetaljer tr.veckosum2_onlyrow td.totalt {
        padding-right: 0;
        text-align: right;
        border-radius: 0 0 0 5px;
    }

table.traningsdetaljer tr.veckosum2_lastrow td.end {
    border-radius: 0 0 5px 0;
}


/********TRÄNINGSPASS*********/

.workoutHeader {
    position: relative;
}

    .workoutHeader .athlete {
        margin-top: 30px;
        margin-left: 20px;
    }

.workout-heading {
    float: left;
    width: 550px;
}

.workout-heading h2 {
    font-size: 1.25em;
    margin: 0 0 10px 20px;
    float: left;
    font-weight: 600;
    font-family: inherit;
}

.workout-heading .copied-from {
    float: left;
    font-size: 14px;
}

.workout-heading .copied-from::before {
    content: "•";
    padding: 0 10px;
}

.workout-heading .planned-icon {
    margin-right: 10px;
}

.workout-heading .planned-text {
    padding-right: 1ex;
    font-weight: 600;
}

.dnf .fa-medal {
    color: #ccc !important;
}

.multiWorkout h1 {
    margin-left: 20px;
}

.workoutHeader .wo-type {
    margin: 5px 0 20px 20px;
    clear: both;
    font-size: 16px;
}

.workoutHeader .workoutText {
    float: left;
    clear: both;
    width: 534px;
    margin-left: 140px;
}

.workoutText img {
    margin-top: 10px;
    padding: 10px;
    display: block;
}

.tavling ol,
.workout ol {
    list-style: none outside none;
    padding: 0;
}

.tavling label,
.workout label {
    color: #000000;
    display: inline-block;
    margin: 0 5px 4px 0;
    position: relative;
    width: 140px;
}

.workout li.intervals {
    margin-bottom: 5px;
}

.workout .shoes-equipment,
.workout .friends {
    clear: both;
    font-size: 10px;
}

.workout .friend {
    margin: 2px 8.5px 8px 0;
    float: left;
}

    .workout .friend img {
        border-radius: 25px;
        width: 50px;
        height: 50px;
        display: inline-block;
        background: url(/Images/avatar_n.jpg);
        background-size: cover;
    }

.workout .ext-link .mainInfo {
    font-size: 13px;
    line-height: initial;
}

.workout .ext-link a {
    display: inline-block;
    max-width: 90%;
    max-width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.workout .ext-link i {
    padding-left: 1.5ex;
    top: -4px;
    position: relative;
    font-size: 11px;
}

.workoutComment {
    float: left;
    position: relative;
    min-height: 70px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

    .workoutComment .avatar {
        position: absolute;
        top: 10px;
        left: 0;
    }

        .workoutComment .avatar img {
            border-radius: 25px;
            width: 50px;
            height: 50px;
            display: inline-block;
            background: url(/Images/avatar_n.jpg);
            background-size: cover;
        }

    .workoutComment .userinfo {
        float: left;
        margin-left: 60px;
        width: 360px;
        height: 20px;
    }

        .workoutComment .userinfo,
        .workoutComment .userinfo a {
            color: #888888;
            font-family: 'Helvetica',sans-serif;
            font-size: 11px;
            text-transform: uppercase;
        }

    .workoutComment div.delete {
        float: right;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    .workoutComment i.delete {
        color: #eee;
    }

    .workoutComment i.delete:hover {
        color: #c00;
    }

    .workoutComment:hover i.delete:not(:hover) {
        color: #ccc;
    }

    .workoutComment .commenttext {
        margin-left: 60px;
        font-size: 12px;
        width: 400px;
        float: left;
    }

.pass_comment {
}

    .pass_comment a img {
        border-radius: 25px;
        width: 50px;
        height: 50px;
        display: inline-block;
        background: url(/Images/avatar_n.jpg);
        background-size: cover;
    }

/* Höjd ökad från 48 till 53 så går tre rader precis in utan scrollbar i Chrome */
.createComment {
    width: 384px;
    width: calc(100% - 76px);
    margin: 0 0 10px 10px;
    height: 53px;
}

.WorkoutPart {
    border-top: 1px solid #FFFFFF;
    padding: 0 4px;
}

.map-visibility {
    color: #777;
    font-size: .9em;
}

.workout-visibility {
    position: relative;
    color: #555;
    font-size: .86em;
    margin-top: 12px;
}

.map-visibility i,
.workout-visibility i {
    position: relative;
    top: 1px;
    color: #a7a7a7;
    font-size: 1.125em;
    line-height: 0.8;
}

.map-visibility a.map-visibility-change,
.workout-visibility a.workout-visibility-change {
    font-size: 1.18em;
    line-height: 1.2;
    vertical-align: text-top;
    padding: 0 4px 1px;
    border-radius: 3px;
    transition: all .15s;
}

.map-visibility a.map-visibility-change:hover,
.workout-visibility a.workout-visibility-change:hover {
    background-color: #32a736;
    color: #fff;
}

.map-visibility-selector,
.workout-visibility-selector {
    position: absolute;
    right: 5px;
    top: 350px;
    width: 470px;
    padding: 4px 5px;
    background-color: #fcfcfc;
    color: #474747;
    font-size: 1.1em;
    box-shadow: 0px 2px 20px 3px rgb(127 127 127 / 25%);
    z-index: 1010;
}

.workout-visibility-selector {
    top: -2px;
    left: -5px;
    width: 480px;
    width: calc(100% + 10px);
    box-shadow: 0px 0px 10px 1px rgb(127 127 127 / 25%);
    font-size: .86em;
}

.map-visibility-selector select,
.workout-visibility-selector select {
    min-height: 22px;
    float: right;
    margin: 10px;
}

.workout-visibility-selector select {
    margin: 5px 10px;
}

.map-visibility-selector .closer,
.workout-visibility-selector .closer {
    float: right;
    font-size: 2em;
    line-height: 0.75;
    padding-left: 1px;
    color: #fff;
    background-color: #777;
    border-radius: 3px;
    display: inline-block;
    aspect-ratio: 1;
    min-width: 21px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    opacity: 0.5;
    transition: opacity .1s;
}

.workout-visibility-selector .closer {
    margin-top: 5px;
    line-height: 0.75;
}

.map-visibility-selector .closer:hover,
.workout-visibility-selector .closer:hover {
    opacity: 1;
    color: #fff;
}

.wo-actions-hint {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 12px;
    color: #b71c1c;
    font-family: cursive;
    font-style: italic;
    cursor: default;
}

    .wo-actions-hint i {
        vertical-align: middle;
        padding-top: 12px;
        font-size: 120%;
    }

.wo-actions {
    position: absolute;
    top: 45px;
    right: 17px;
    padding: 0 5px;
    z-index: 920;
    overflow: hidden;
    height: 40px;
}

    .wo-actions.active {
        height: 400px;
    }

.wo-actions-button {
    box-sizing: border-box;
    min-width: 260px;
    min-height: 30px;
    max-width: 260px;
    padding: 4px 8px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.4;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
    z-index: 405;
}

.wo-actions.active.copy-active .wo-actions-button {
    min-width: 294px;
}

.wo-actions.active .wo-actions-button {
    margin-left: -5px;
    border-radius: 5px 5px 0 0;
    background: #eee;
    box-shadow: none;
    cursor: default;
}

.wo-actions-button .actions-button-copy,
.wo-actions-button .actions-button-delete {
    display: none;
}

.wo-actions.active.copy-active .wo-actions-button .actions-button-copy {
    display: inline;
}

.wo-actions.active.delete-active .wo-actions-button .actions-button-delete {
    display: inline;
}

.wo-actions.active.copy-active .wo-actions-button .actions-button-tools,
.wo-actions.active.copy-active .wo-actions-button .actions-button-delete {
    display: none;
}

.wo-actions.active.delete-active .wo-actions-button .actions-button-tools,
.wo-actions.active.delete-active .wo-actions-button .actions-button-copy {
    display: none;
}

.actions-icon {
    min-width: 16px;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
}

.wo-actions-button i.far.actions-pin,
.wo-actions-button i.far.actions-close {
    display: none;
    position: absolute;
    color: #999;
    transition: all .25s;
}

.wo-actions-button i.far.actions-pin {
    right: 35px;
    top: 10px;
    font-size: 14px;
    transform-origin: 40% 40%;
}

.wo-actions-button i.far.actions-close {
    right: 10px;
    top: 8px;
    font-size: 16px;
}

.wo-actions.active .wo-actions-button i.far.actions-pin,
.wo-actions.active .wo-actions-button i.far.actions-close {
    display: inline;
}

.wo-actions-button i.far.actions-pin:hover,
.wo-actions-button i.far.actions-close:hover {
    color: #333;
    cursor: pointer;
}

.wo-actions-list-wrapper,
.wo-actions .copy-options-wrapper,
.wo-actions .delete-confirm-wrapper {
    position: absolute;
    right: 5px;
    top: 30px;
    overflow: hidden;
    max-height: 0;
}

.wo-actions .wo-actions-button:hover .wo-actions-list-wrapper,
.wo-actions.active .wo-actions-list-wrapper,
.wo-actions .wo-actions-button:hover .copy-options-wrapper,
.wo-actions.active .copy-options-wrapper,
.wo-actions .wo-actions-button:hover .delete-confirm-wrapper,
.wo-actions.active .delete-confirm-wrapper {
    min-height: 300px;
    max-height: none;
}

.wo-actions-list,
.wo-actions .copy-options-popup,
.wo-actions .delete-confirm-popup {
    position: relative;
    top: -300px;
    transition: top .5s;
    min-width: 260px;
    background: #fff;
    border: 1px solid #999;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 3px 0;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
    text-align: left;
    z-index: 1;
}

.wo-actions .copy-options-popup {
    min-width: 272px;
    padding: 10px;
}

.wo-actions.active .wo-actions-list,
.wo-actions.active.copy-active .copy-options-popup.form,
.wo-actions.active.delete-active .delete-confirm-popup {
    top: 0;
}

.wo-actions.active.copy-active .wo-actions-list,
.wo-actions.active.copy-active .wo-delete-list {
    top: -300px;
}

.wo-actions.active.delete-active .wo-actions-list,
.wo-actions.active.delete-active .wo-copy-list {
    top: -300px;
}

.wo-actions-list li {
    margin: 2px 5px;
    background: #fff;
    border-radius: 15px;
    transition: all .25s;
}

    .wo-actions-list li:hover {
        background: #f3f3f3;
    }

    .wo-actions-list li.star-info {
        background: #fff0b5;
        margin: 3px 0;
        border-radius: 0;
        padding: 5px 15px;
    }

.wo-actions-list a,
.wo-actions-list span {
    color: #666;
    font-weight: 400;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.wo-actions-list i.far {
    width: 20px;
    text-align: center;
    font-size: 133%;
    margin: 0 8px 0 0;
    color: #666;
}

.wo-actions-list li:hover i,
.wo-actions-list li:hover span {
    color: #111;
}

.wo-actions-list i.star {
    display: none;
    padding: 0 4px;
    margin-right: 8px;
}

.wo-actions-list li:hover i.star {
    display: inline-block;
}

.wo-actions-list li:hover i.star + i {
    display: none;
}

.copy-options-popup .info-header {
    font-size: 14px;
    font-weight: 700;
}

.copy-options-popup .info-hover {
    cursor:pointer
}

.copy-options-popup .info-additional-fields,
.copy-options-popup .info-star {
    margin-top: 8px;
    background: #f7f7f7;
    padding: 7px 10px;
    border-radius: 5px;
}

.copy-to-date label {
    width: auto;
}


.ui-datepicker-trigger {
    margin-right: 2px;
    padding: 4px;
    vertical-align: top;
    cursor: pointer;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
    width: 225px;
    max-width: 240px;
    padding: 3px 3px 0;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.4);
    z-index: 1000 !important;
}

.ui-corner-all.ui-datepicker-header {
    position: relative;
    padding: 0 0 3px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    margin: 0 40px;
}

.ui-datepicker-header a, .ui-datepicker-header a.ui-state-hover {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    border-radius: 100px;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 20px;
    transition: all .2s;
    cursor: pointer;
}

.ui-datepicker-header a.ui-state-hover, .ui-datepicker-buttonpane.ui-widget-content button.ui-state-hover {
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
}

.ui-datepicker .ui-datepicker-prev {
    left: 8px;
}

.ui-datepicker .ui-datepicker-next {
    right: 8px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker-prev::after {
    content: "\f053";
    padding-right: 1px;
}

.ui-datepicker-next::after {
    content: "\f054";
    padding-left: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 4px;
    left: 8px;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
    right: 8px;
}

.ui-datepicker table {
    width: 100%;
    font-size: 15px;
    border-collapse: collapse;
    margin: 0px 0px 0.4em;
}

.ui-datepicker th {
    padding: 5px;
    font-weight: 400;
    color: #000;
}

.ui-datepicker td {
    padding: 1px;
    border: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    padding:3px;
}

.ui-datepicker .ui-state-default {
    border: 1px solid #ccc;
}

.ui-datepicker-current-day .ui-state-active {
    border-color: #f00;
    background: #fff;
}

.ui-datepicker-today .ui-state-highlight {
    background: #f0f7ff;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff9c4;
}

.ui-datepicker-calendar .ui-priority-secondary {
    opacity: 0.4;
}

.ui-datepicker-buttonpane {
    margin: 10px 0 0;
    padding: 0 3px;
    text-align: center;
}

.ui-datepicker-buttonpane.ui-widget-content button {
    border-radius: 100px;
    border: 1px solid #999;
    opacity: 1;
    font-size: 13px;
    font-family: Arial, sans-serif;
    min-width: 80px;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 3px 8px 4px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: none;
}

.ui-datepicker-close {
    display: none;
}

.copy-options {
    margin: 10px 10px 5px;
}

    .copy-options label {
        margin-left: 1px;
        width: calc(50% - 10px);
        white-space: nowrap;
    }

.copy-options input[type=checkbox] + label:before {
    margin-right: 5px;
    padding-right: 0;
    line-height: 1;
    width: 11px;
}

    .copy-options input[type=checkbox]:disabled + label {
        color: #aaa;
    }

.copy-all {
    margin: 5px -10px 0;
}

.copy-infobox {
    position: absolute;
    right: 15px;
    top: 85px;
    width: 375px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 5px 6px #fff;
}

    .copy-infobox.copy-success {
        background: #f9fbe7;
    }

    .copy-infobox.copy-error {
        background: #ffecb3;
    }

    .copy-infobox.copy-failure {
        background: #eedaf1;
    }

.copy-status-icon {
    float: left;
    width: 40px;
    padding: 0 5px 5px 0;
    font-size: 200%;
    color: #666;
    text-align: center;
}

.copy-status-icon i::before  {
    display: inline-block;
    animation: pop 1s;
}

.pop {
    animation: pop 1s .5s;
}

@keyframes pop {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(2)
    }
    100% {
        transform: scale(1)
    }
}

/*
 * DAGBOK
 */

.journal {
    position: relative;
}

    .journal .monthPager {
        width: 250px;
        text-align: center;
        position: absolute;
        top: -57px;
        left: 350px;
        height: 30px;
        font-size: 18px;
        color: #333;
    }

        .journal .monthPager a {
            background: #fff;
            border: 1px solid #aaa;
            border-radius: 100px;
            display: inline-block;
            margin: 0 10px;
            color: #666;
            font-size: 15px;
            width: 24px;
            height: 25px;
            line-height: 25px;
        }

            .journal .monthPager a:first-of-type {
                padding-right: 1px;
            }

            .journal .monthPager a:last-of-type {
                padding-left: 1px;
            }

            .journal .monthPager a:hover {
                cursor: pointer;
                box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
            }

    .journal .weekDays {
        margin-top: 30px;
    }

        .journal .weekDays div {
            float: left;
            width: 116px;
            font-size: 16px;
            color: #888;
            text-align: center;
            margin: 0 0 10px;
        }

    .journal .weeks {
    }

    .journal .week {
        float: left;
        border-left: 1px solid #bbb;
        width: 960px; /* fix m*/
    }

        .journal .week .day {
            float: left;
            width: 118px;
            position: relative;
            border: 1px solid #bbb;
            border-width: 0 1px 1px 0;
        }

        .journal .week .day.today {
            border: 2px solid #999;
            margin: -2px 0px -2px -2px;
            width:116px;
            box-sizing:content-box;
        }

        .journal .week:first-child .day {
            border-width: 1px 1px 1px 0;
        }

        .journal .week .day:first-child {
            border-width: 0 1px 1px 0;
        }

        .journal .week:first-child .day:first-child {
            border-width: 1px 1px 1px 0;
        }


        .journal .week:first-child .day.today {
            margin: -1px 0px -2px -2px;
            border: 2px solid #999;
        }

        .journal .calendarItem {
            position: relative;
            margin: 1px 1px 5px;
            overflow-wrap: break-word;
        }

        .journal .calendarItem > a {
            display: block;
            padding: 0 2px;
            font-size: 11px;
            font-family: Helvetica, sans-serif;
            color: #999;
            background: #fcfcfc;
            border: 4px solid #fff;
            border-width: 5px 1px 2px 1px;
        }

            .journal .calendarItem > a:hover {
                color: #444;
                background: #f0f0f0;
            }

            .journal .calendarItem > a span {
                display: block;
                font-size: 11px;
                color: #111;
                margin-bottom: 2px;
            }

        .journal .calendarItem.planerad > a {
            border-top-style: dashed;
            color: #999;
            font-weight: 400;
            background: #f0f0f0;
        }

        .journal .calendarItem.planerad .wo-delayed {
            color: #e53935;
            margin: 2px 0 5px;
            font-size: 10px;
        }

        .journal .calendarItem.planerad a.wo-button {
            color: #666;
            border: 1px solid #999;
            border-radius: 4px;
            padding: 2px 8px;
            display: block;
            margin-top: 5px;
            background: #f7f7f7;
        }

        .journal .calendarItem.planerad a.wo-button:hover {
            color: #fff;
            background: #666;
        }

        .journal .calendarItem.planerad > a span {
            color: #777;
            font-weight: 600;
        }

        .journal .calendarItem .planned-icon {
            float: left;
            padding: 2px 5px 0 0;
            font-size: 13px;
            color: #666;
        }

        .journal .calendarItem .woComment {
            margin: 8px 0 0;
        }

    .journal .calendarItem.planerad .woDetails {
        border-style: dashed;
        border-width: 3px;
        margin: 2px -2px -1px -2px;
    }

    .journal .date {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 31px;
        height: 23px;
        text-align: right;
        font-size: 22px;
        color: #ccc;
        z-index: 10;
    }

    .journal .sondag .date {
        color: #eeaaaa;
    }

    .journal .addWo {
        margin: 1px 1px 3px;
        position: relative;
        z-index: 100;
        min-height: 25px;
    }

        .journal .addWo a {
            display: block;
            font-size: 11px;
            color: #aaa;
            padding: 1px 2px 4px;
            visibility: hidden;
            border: 4px solid #ddd;
            border-width: 5px 1px 2px 1px;
            background: #fff;
        }

            .journal .addWo a:hover {
                color: #888;
                border-color: #ccc;
            }

    .journal .week .day:hover .addWo a {
        visibility: visible;
    }

    .journal .calendarItem .woDetails {
        display: none;
        position: absolute;
        top: -8px;
        left: -8px;
        width: 130px;
        min-height: 117px;
        padding: 8px 10px;
        box-shadow: 0px 0px 4px #999;
        background: #fff;
        z-index: 1000;
        border: 4px solid #fff;
        border-width: 5px 1px 2px 1px;
        font-family: Helvetica, sans-serif;
        font-size: 11px;
        color: #444;
    }

        .journal .calendarItem .woDetails > a {
            color: #999999;
            display: block;
            font-family: Helvetica,sans-serif;
            font-size: 11px;
            padding: 0;
        }

            .journal .calendarItem .woDetails > a span {
                color: #000;
                display: block;
                font-size: 11px;
                margin-bottom: 2px;
            }

        .journal .calendarItem .woDetails .LikesText {
            display: none;
        }

.journal .week .weekTotal {
    float: left;
    color: #444;
    margin-left: 10px;
    width: 118px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-width: 8px 1px 2px !important;
}

.journal .week .weekTotal .number {
    margin-bottom: 5px;
}

.journal .week .weekTotal .total {
    padding: 1px 2px 2px;
    margin: 0 0 1px;
}

.journal .week .weekTotal .total div {
    float: right;
    font-size: 11px;
    font-weight: 600;
}

.journal .week .weekTotal .total div:first-child {
    float: left;
}

.journal .week .weekTotal .totalSum {
    margin: 5px 0 0 0;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 1px 2px;
}

.journal .calendarItem.traning_multi,
.journal .calendarItem.traning_tri {
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #f7ef0f;
    border-right: 1px solid #f7ef0f;
}

.journal .calendarItem.traning_multitop,
.journal .calendarItem.traning_tritop {
    margin-top: 1px;
    border-top: 1px solid #f7ef0f;
}

.journal .calendarItem.traning_multi a,
.journal .calendarItem.traning_tri a {
    border-width: 4px 1px 1px;
}

.journal .calendarItem.traning_multi .woDetails a,
.journal .calendarItem.traning_tri .woDetails a {
    background: #fff;
}

.journal .multisum,
.journal .trisum {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 4px 3px;
    margin: 0 1px 5px;
    background: #fdfbbf;
    border: 1px solid #f7ef0f;
    border-top: none;
}

.journal .trisum {
    background: #f5b2a0;
}



/*
löpning     #2a8f2e
cykling     #ad3279
mountainb.  #7232ad
spinning    #9653a0
simning     #3dbcac
skidor      #3e87a4
rullskidor  #0c6385
kampstport  #666666
styrka      #d49705
grupp       #b07530
triatlon    #c5360e
multi       #fff600
övrigt      #80ab19
*/

.journal .color_lopning > a {
    border-color: #addcaf;
    background: #fcfffc;
}
.journal .color_lopning .woDetails {
    border-color: #2a8f2e;
}
.journal .weekTotal .color_lopning,
table.traningskalender td p.traning_lo a,
.ui-widget-content #nav_lopning,
table.traningsdagbok th.jogg,
table.traningsdagbok th.joggtop {
    background: #addcaf;
}
table.traningsdetaljer td.lopning, table.traningsdetaljer tr.odd td.lopning,
.ui-state-active#nav_lopning, .ui-state-hover#nav_lopning,
table.traningskalender td p.traning_lo a:hover {
    background: #2a8f2e;
}
table.traningsdagbok th.jogg {
    border-bottom: 3px solid #2a8f2e;
}
table.traningsdagbok th.joggtop {
    border-top: 3px solid #2a8f2e;
}
#tbl_lopning {
    border-top: 5px solid #2a8f2e;
}
.WorkoutPartLopning {
    background-color: #addcaf;
}



.journal .color_cykling > a {
    border-color: #eab1d2;
    background: #fdfafc;
}
.journal .color_cykling .woDetails {
    border-color: #ad3279;
}
.journal .weekTotal .color_cykling,
.ui-widget-content #nav_cykling,
table.traningskalender td p.traning_cy a,
table.traningsdagbok th.cykling,
table.traningsdagbok th.cyklingtop {
    background: #eab1d2;
}
table.traningsdetaljer td.cykling, table.traningsdetaljer tr.odd td.cykling, table.pass td.cykling,
.ui-state-active#nav_cykling, .ui-state-hover#nav_cykling,
table.traningskalender td p.traning_cy a:hover {
    background: #ad3279;
}
table.traningsdagbok th.cykling {
    border-bottom: 3px solid #ad3279;
}
table.traningsdagbok th.cyklingtop {
    border-top: 3px solid #ad3279;
}
table.traningsdagbok th.cykling {
    border-bottom: 3px solid #ad3279;
}
#tbl_cykling {
    border-top: 5px solid #ad3279;
}
.WorkoutPartCykling {
    background-color: #eab1d2;
}



.journal .color_simning > a {
    border-color: #a3e1d9;
    background: #fbfefd;
}
.journal .color_simning .woDetails {
    border-color: #3dbcac;
}
.journal .weekTotal .color_simning,
.ui-widget-content #nav_simning,
table.traningskalender td p.traning_si a,
table.traningsdagbok th.simning,
table.traningsdagbok th.simningtop {
    background: #a3e1d9;
}
table.traningsdetaljer td.simning, table.traningsdetaljer tr.odd td.simning,
.ui-state-active#nav_simning, .ui-state-hover#nav_simning,
table.traningskalender td p.traning_si a:hover {
    background: #3dbcac;
}
table.traningsdagbok th.simning {
    border-bottom: 3px solid #3dbcac;
}
table.traningsdagbok th.simningtop {
    border-top: 3px solid #3dbcac;
}
#tbl_simning {
    border-top: 5px solid #3dbcac;
}
.WorkoutPartSimning {
    background-color: #a3e1d9;
}



.journal .color_skidor > a {
    border-color: #b6d9e6;
    background: #fbfdfe;
}
.journal .color_skidor .woDetails {
    border-color: #3e87a4;
}
.journal .weekTotal .color_skidor,
.ui-widget-content #nav_skidor,
table.traningskalender td p.traning_sk a,
table.traningsdagbok th.skidor,
table.traningsdagbok th.skidortop {
    background: #b6d9e6;
}
table.traningsdetaljer td.skidor, table.traningsdetaljer tr.odd td.skidor,
.ui-state-active#nav_skidor, .ui-state-hover#nav_skidor,
table.traningskalender td p.traning_sk a:hover {
    background: #3e87a4;
}
table.traningsdagbok th.skidor {
    border-bottom: 3px solid #3e87a4;
}
table.traningsdagbok th.skidortop {
    border-top: 3px solid #3e87a4;
}
#tbl_skidor {
    border-top: 5px solid #3e87a4;
}
.WorkoutPartSkidor {
    background-color: #b6d9e6;
}



.journal .color_ovrigt a {
    border-color: #bbbbbb;
}
.journal .color_ovrigt .woDetails {
    border-color: #666666;
}
.journal .weekTotal .color_ovrigt,
.ui-widget-content #nav_ovrigt,
table.traningskalender td p.traning_ot a,
table.traningsdagbok th.ovrigt,
table.traningsdagbok th.ovrigttop {
    background: #bbbbbb;
}
table.traningsdetaljer td.ovrigt, table.traningsdetaljer tr.odd td.ovrigt,
.ui-state-active#nav_ovrigt, .ui-state-hover#nav_ovrigt,
table.traningskalender td p.traning_ot a:hover {
    background: #666666;
}
table.traningsdagbok th.ovrigt {
    border-bottom: 3px solid #666666;
}
table.traningsdagbok th.ovrigttop {
    border-top: 3px solid #666666;
}
#tbl_ovrigt {
    border-top: 5px solid #666666;
}
.WorkoutPartOvrigt {
    background-color: #bbbbbb;
}




.journal .color_styrka > a {
    border-color: #fde09b;
    background: #fffdfa;
}
.journal .color_styrka .woDetails {
    border-color: #d49705;
}
.journal .weekTotal .color_styrka,
.ui-widget-content #nav_styrka,
table.traningskalender td p.traning_st a,
table.traningsdagbok th.styrka,
table.traningsdagbok th.styrkatop {
    background: #fde09b;
}
table.traningsdetaljer td.styrka, table.traningsdetaljer tr.odd td.styrka,
.ui-state-active#nav_styrka, .ui-state-hover#nav_styrka,
table.traningskalender td p.traning_st a:hover {
    background: #d49705;
}
table.traningsdagbok th.styrka {
    border-bottom: 3px solid #d49705;
}
table.traningsdagbok th.styrkatop {
    border-top: 3px solid #d49705;
}
#tbl_styrka {
    border-top: 5px solid #d49705;
}
.WorkoutPartStyrka {
    background-color: #fde09b;
}



.journal .color_grupp a {
    border-color: #fdcd95;
}
.journal .color_grupp .woDetails {
    border-color: #b07530;
}
.journal .weekTotal .color_grupp,
table.traningskalender td p.traning_gr a,
.ui-widget-content #nav_grupp,
table.traningsdagbok th.grupp,
table.traningsdagbok th.grupptop {
    background: #fdcd95;
}
table.traningsdetaljer td.grupp, table.traningsdetaljer tr.odd td.grupp,
.ui-state-active#nav_grupp, .ui-state-hover#nav_grupp,
table.traningskalender td p.traning_gr a:hover {
    background: #b07530;
}
table.traningsdagbok th.grupp {
    border-bottom: 3px solid #b07530;
}
table.traningsdagbok th.grupptop {
    border-top: 3px solid #b07530;
}
#tbl_grupp {
    border-top: 5px solid #b07530;
}
.WorkoutPartGrupp {
    background-color: #fdcd95;
}


.journal .color_notis a {
    border-color: #dddddd;
}
.journal .color_notis .woDetails {
    border-color: #aaaaaa;
}
.journal .weekTotal .color_notis {
    background: #dddddd;
}
.WorkoutPartNotering {
    background-color: #DDDDDD;
}



.journal .color_triatlon a {
    border-color: #f5b2a0;
}
.journal .color_triatlon .woDetails {
    border-color: #c5360e;
}
.journal .weekTotal .color_triatlon,
.ui-widget-content #nav_tri {
    background: #f5b2a0;
}
table.traningsdetaljer td.triathlon, table.traningsdetaljer tr.odd td.triathlon,
.ui-state-active#nav_tri, .ui-state-hover#nav_tri {
    background: #c5360e;
}
#tbl_tri {
    border-top: 5px solid #c5360e;
}
.WorkoutPartTriathlon {
    background-color: #f5b2a0;
}

/* Kamp */

.journal .color_kampsport > a {
    border-color: #fb868b;
    background: #fffbfc;
}
.journal .color_kampsport .woDetails {
    border-color: #fb465f;
}
.journal .weekTotal .color_kampsport,
.ui-widget-content #nav_kampsport,
table.traningskalender td p.traning_ma a,
table.traningsdagbok th.kampsport,
table.traningsdagbok th.kampsporttop {
    background: #fc9ca1;
}
table.traningsdetaljer td.kampsport, table.traningsdetaljer tr.odd td.kampsport,
.ui-state-active#nav_kampsport, .ui-state-hover#nav_kampsport,
table.traningskalender td p.traning_ma a:hover {
    background: #fb465f;
}
table.traningsdagbok th.kampsport {
    border-bottom: 3px solid #fb465f;
}
table.traningsdagbok th.kampsporttop {
    border-top: 3px solid #fb465f;
}
#tbl_kampsport {
    border-top: 5px solid #fb465f;
}
.WorkoutPartKampsport {
    background-color: #fb868b;
}

/* CF */
.journal .color_crossfit a {
    border-color: #fb9a98;
}
.journal .color_crossfit .woDetails {
    border-color: #f8413c;
}
.journal .weekTotal .color_crossfit,
.ui-widget-content #nav_crossfit,
table.traningskalender td p.traning_ma a,
table.traningsdagbok th.crossfit,
table.traningsdagbok th.crossfittop {
    background: #fb9a98;
}
table.traningsdetaljer td.crossfit, table.traningsdetaljer tr.odd td.crossfit,
.ui-state-active#nav_crossfit, .ui-state-hover#nav_crossfit,
table.traningskalender td p.traning_ma a:hover {
    background: #f8413c;
}
table.traningsdagbok th.crossfit {
    border-bottom: 3px solid #f8413c;
}
table.traningsdagbok th.crossfittop {
    border-top: 3px solid #f8413c;
}
#tbl_crossfit {
    border-top: 5px solid #f8413c;
}
.WorkoutPartcrossfit {
    background-color: #fb9a98;
}

/* PW */
.journal .color_walking a,
.journal .color_promenad a {
    border-color: #d5dcaf;
}
.journal .color_walking .woDetails,
.journal .color_promenad .woDetail {
    border-color: #adbc49;
}
.journal .weekTotal .color_walking,
.ui-widget-content #nav_walking,
table.traningskalender td p.traning_ma a,
table.traningsdagbok th.walking,
table.traningsdagbok th.walkingtop,
.journal .weekTotal .color_promenad,
.ui-widget-content #nav_promenad,
table.traningsdagbok th.promenad,
table.traningsdagbok th.promenadtop {
    background: #d5dcaf;
}
table.traningsdetaljer td.walking,
table.traningsdetaljer tr.odd td.walking,
.ui-state-active#nav_walking,
.ui-state-hover#nav_walking,
table.traningskalender td p.traning_ma a:hover,
table.traningsdetaljer td.promenad,
table.traningsdetaljer tr.odd td.promenad,
.ui-state-active#nav_promenad,
.ui-state-hover#nav_promenad {
    background: #adbc49;
}
table.traningsdagbok th.walking,
table.traningsdagbok th.promenad {
    border-bottom: 3px solid #adbc49;
}
table.traningsdagbok th.walkingtop,
table.traningsdagbok th.promenadtop {
    border-top: 3px solid #adbc49;
}
#tbl_walking,
#tbl_promenad {
    border-top: 5px solid #adbc49;
}
.WorkoutPartwalking,
.WorkoutPartpromenad {
    background-color: #d5dcaf;
}

.journal .color_multi a {
    border-color: #fdfbbf;
}
.journal .color_multi .woDetails {
    border-color: #fff600;
}
.journal .weekTotal .color_multi {
    background: #fdfbbf;
}

table.traningskalender tr.aktiviteter td a:hover {
    color: #fff;
}

table.traningsdetaljer td.vila, table.traningsdetaljer tr.odd td.vila {
    background: #999;
}

/* infobox*/

.workoutInfoBox {
    width:150px;
    float:left;
    margin-bottom:15px;
    line-height: 1;
}
.workoutInfoBox .mainInfo {
    font-size:22px; 
    font-weight:bold;
}
.workoutInfoBox .infoUnit {
    font-size:16px; 
    font-weight:bold;
}
.workoutInfoBox .infoLabel, .workoutInfoBoxBorg .infoLabel {
    font-size:10px;
}
.workoutInfoBoxBorg {
    width:450px;
    float:left;
}
.equipmentInfoBox {
    float: left;
    width: 50%;
    min-width: 225px;
    margin-bottom:10px;
}
.equipmentInfoBox .equipmentImage {
    float:left; height:50px;
}
.equipmentInfoBox .equipmentInfoText {
    float:left; padding-top:8px; padding-left: 5px; max-width: 170px; overflow: hidden;
}

            
