



    /*!
    Chosen, a Select Box Enhancer for jQuery and Prototype
    by Patrick Filler for Harvest, http://getharvest.com

    Version 1.8.7
    Full source at https://github.com/harvesthq/chosen
    Copyright (c) 2011-2018 Harvest http://getharvest.com

    MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
    This file is generated by `grunt build`, do not edit it by hand.
    */

    /* @group Base */
    .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background: <?php echo $imxcolor; ?>;
    font-size: 22px;
    font-family: sans-serif;
    font-weight: normal;

    }

    .chosen-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    }

    .chosen-container a {
    cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
    }

    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
    }

    /* @end */
    /* @group Single Chosen */
    .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    padding: 0 0 0 8px;
    height: 25px;
    border: 0px solid #aaa;
    border-radius: 5px;
    background-color: <?php echo $imxcolor; ?>;

    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    }

    .chosen-container-single .chosen-default {
    color: #DDD;
    }

    .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
    }

    .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 8px;
    right: 26px;
    display: block;
    width: 20px;
    height: 16px;
    background: url("/chosen/chosen-sprite_dark.png?ver=0.0.10") -65px 0px no-repeat;       /* 'X' Delete selection */
    font-size: 1px;
    }

    .chosen-container-single .chosen-single abbr:hover {
    background-position: -65px -17px;
    }

    .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
    }

    .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 27px;
    height: 100%;
    }

    .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
/*        background: url("/chosen/chosen-sprite_dark.png?ver=0.0.10") no-repeat 0px 0px;  */     /* Drop-down Arrow */
    background: url(/images/down-arrow4.png) no-repeat 0px 4px;


    }

    .chosen-container-single .chosen-search {
    position: relative;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
    }

    .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("/chosen/chosen-sprite_dark.png?ver=0.0.10") no-repeat 100% -32px;  /* Magnifying glass */
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    }

    .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    }

    .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
    }

    /* @end */
    /* @group Results */        /* Drop-down window setting */
    .chosen-container .chosen-results {

    font-family: sans-serif;
    font-size: 17px;
    background: #eee;
    color: #000;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 675px;
    -webkit-overflow-scrolling: touch;
    }

    .chosen-container .chosen-results li {      /* Sets the style for the individual items */

    border: 0px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: normal;
    font-family: sans-serif;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0;
    padding: 5px 6px;
    line-height: 1.3;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    }

    .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    }

    .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #555;
    cursor: default;
    }

    .chosen-container .chosen-results li.highlighted {      /* Selected color */
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
    }

    .chosen-container .chosen-results li.no-results {
    color: #444;
    display: list-item;
    background: #f4f4f4;
    }

    .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
    }

    .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
    }

    .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
    }

    /* @end */





    .navbuttons {
        font-size: 17px;
        background: #323c4e;
        color: white;
        padding: 5px;
        height: 56px;
        border-radius: 12px;
        font-family: sans-serif;
    }

   .navbuttons {
        padding: 5px;
        height: 50px;
        align-items: center;
        appearance: none;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #323c4e 25%);
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-family: sans-serif;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 12px;
        padding-right: 12px;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: box-shadow .15s,transform .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
        will-change: box-shadow,transform;
        font-size: 18px;
    }

    .navbuttons:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
    }

    .navbuttons:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .navbuttons.active {
        box-shadow: #0c0599 0 3px 7px inset;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 30%);
        transform: translateY(2px);
    }

    .navbuttons.active:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
        transform: translateY(-2px);
    }

/*
select optgroup{
    background: #ddd;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
}
*/

    #loginbutton {
        background-color: #0c0599;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 25%);
        color: #fff;
        margin-left: 0px;
        padding-top: .3rem;
        padding-bottom: .4rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-radius: 12px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
        vertical-align: middle;
        cursor:pointer;
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
    }

    #loginbutton:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    #loginpromptloginbutton {
        background-color: #0c0599;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 25%);
        color: #fff;
        margin-left: 0px;
        padding-top: .3rem;
        padding-bottom: .4rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-radius: 12px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
        vertical-align: middle;
        cursor:pointer;
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
    }

    #loginpromptloginbutton:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    #loginpromptforgotpasswordbutton, #loginpromptlogoutbutton {
        background-color: #931B32;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #931B32 25%);
        color: #fff;
        margin-left: 10px;
        padding-top: .3rem;
        padding-bottom: .4rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-radius: 12px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
        vertical-align: middle;
        cursor:pointer;
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #931B32 0 -3px 0 inset;
    }

    #loginpromptforgotpasswordbutton:hover, #loginpromptlogoutbutton:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #931B32 0 -3px 0 inset;
        transform: translateY(-2px);
    }


    select option {
        font-family: sans-serif;
        font-size: 17px;
        background: #eee;
        color: #000;
    }


    .myswimiomenudropdown select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 115px;
        background: url(/images/down-arrow4.png) no-repeat 95px 3px;
    }

    .myswimiomenudropdown.active {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #0c0599;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 20px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
    }

    .myswimiomenudropdown {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #323c4e;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #323c4e 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
    }




    .favoritesdropdown select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 150px;
        background: url(/images/down-arrow4.png) no-repeat 130px 3px;
    }

    .favoritesdropdown.focus,
    .favoritesdropdown.active,
    .favoritesdropdown.checked
    {
        box-shadow: #0c0599 0 3px 7px inset;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 30%);

        transform: translateY(2px);        
    }

    .favoritesdropdown {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #323c4e;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #323c4e 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
    }

    .swimmersdropdown select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 190px;
        background: url(/images/down-arrow4.png) no-repeat 170px 3px;
    }

    .swimmersdropdown {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #0c0599;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #323c4e 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
    }

    .swimmersdropdown.active {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #0c0599;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
    }

    .othersmenudropdown select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 158px;
        background: url(/images/down-arrow4.png) no-repeat 138px 3px;
    }

    .othersmenudropdown.active {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #0c0599;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #0c0599 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #0c0599 0 -3px 0 inset;
    }

    .othersmenudropdown {
        padding: 5px;
        height: 50px;

        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #323c4e;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-top: 16px;
        padding-bottom: 15px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        margin-left: 0px;
        margin-top: 0px;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #323c4e 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #323c4e 0 -3px 0 inset;
    }



    .spritesOpenSplits   { width: 30px; background-image: url("/images/splits.gif"); background-position: 0px    0px; height: 24px; opacity: 1.0; background-repeat: no-repeat;}
    .spritesCloseSplits  {  width: 30px; background-image: url("/images/splits.gif"); background-position: 0px  -24px; height: 24px; opacity: 1.0; background-repeat: no-repeat;}


    .spritesAddFavoriteSearch  { width: 30px; background-image: url("/images/swimmers.gif"); background-position: 0px    0px; height: 18px; opacity: 0.4; background-repeat: no-repeat;}
    .spritesFavoriteSearch     {  width: 30px; background-image: url("/images/swimmers.gif"); background-position: 0px  -18px; height: 18px; opacity: 1.0; background-repeat: no-repeat;}

    .spritesAddFavorite  { width: 30px; background-image: url("/images/swimmers9.gif"); background-position: 0px    0px; height: 20px; opacity: 0.55; background-repeat: no-repeat;}
    .spritesFavorite     {  width: 30px; background-image: url("/images/swimmers9.gif"); background-position: 0px  -20px; height: 18px; opacity: 1.0; background-repeat: no-repeat;}

    .spritesNotifyEmail   { width: 34px; background-image: url("/images/emails6.webp"); background-position: 0px    0px; height: 30px; opacity: 1.0; background-repeat: no-repeat;}
    .spritesNoNotifyEmail {  width: 34px; background-image: url("/images/emails6.webp"); background-position: 0px  -30px; height: 30px; opacity: 1.0; background-repeat: no-repeat;}

    .spritesAddToGroup   { width: 38px; background-image: url("/images/groups7.webp"); background-position: 0px    0px; height: 32px; opacity: 0.6; background-repeat: no-repeat;}
    .spritesRemoveFromGroup {  width: 38px; background-image: url("/images/groups7.webp"); background-position: 0px  -32px; height: 32px; opacity: 1.0; background-repeat: no-repeat;}



    .datagridSpritesFirstPage    { background-image: url("/images/datagridSprites.gif"); background-position: 0px    0px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesPrevPage     { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -16px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesNextPage     { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -32px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesLastPage     { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -48px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesRefresh      { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -64px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesEdit         { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -80px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesSave         { background-image: url("/images/datagridSprites.gif"); background-position: 0px  -96px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesDelete       { background-image: url("/images/datagridSprites.gif"); background-position: 0px -112px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesCancel       { background-image: url("/images/datagridSprites.gif"); background-position: 0px -128px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesSortNone     { background-image: url("/images/datagridSprites.gif"); background-position: 0px -144px; height: 10px; width: 10px; background-repeat: no-repeat;}
    .datagridSpritesSortAsc      { background-image: url("/images/datagridSprites.gif"); background-position: 0px -152px; height: 10px; width: 10px; background-repeat: no-repeat;}
    .datagridSpritesSortDesc     { background-image: url("/images/datagridSprites.gif"); background-position: 0px -164px; height: 10px; width: 10px; background-repeat: no-repeat;}
    .datagridSpritesPrevImage    { background-image: url("/images/datagridSprites.gif"); background-position: 0px -174px; height: 16px; background-repeat: no-repeat;}
    .datagridSpritesNextImage    { background-image: url("/images/datagridSprites.gif"); background-position: 0px -190px; height: 16px; background-repeat: no-repeat;}




    input.rounded {
        border: 1px solid #ccc;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 3px #666;
        -webkit-box-shadow: 2px 2px 3px #666;
        box-shadow: 2px 2px 3px #666;
        font-size: 18px;
        padding: 4px 7px;
        outline: 0;
        -webkit-appearance: none;
    }
    input.rounded:focus {
        border-color: #339933;
    }

    .favorite td {
        background-color: #e1e0fe;
    }

    .favoritetd {
        background-color: #e1e0fe;
    }
       
    body {
        -webkit-print-color-adjust:exact !important;
        print-color-adjust:exact !important;
        margin: 0px 0px 20px 5px;
        width: 100vw;
        font-family: sans-serif;
    }


    /* Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }

    h1
    {
        font-family: sans-serif;
        white-space: nowrap;
    }
    .styled-table {
        break-inside: avoid;
        border-collapse: collapse;
        margin: 25px 0px;
        font-size: 0.9em;
        font-family: sans-serif;
        min-width: 620px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    .styled-table thead tr {
        background-color: #0c0599;
        color: #ffffff;
        text-align: center;
    }
    .styled-table thead th {
        font-weight: normal;
        font-size: 1.2em;
        padding: 7px 10px;
    }
    .styled-table th {
        font-weight: normal;
        font-size: 1.2em;
        padding: 7px 10px;
    }
    .styled-table td {
        font-size: 1.2em;
        padding: 2px 4px;
        padding-top: 8px;
        padding-bottom: 8px;        
    }
    .styled-table td.faster {
            color: green;
    }
    .styled-table td.slower {
            color: red;
    }
    .styled-table td.droppedtime {
            color: green;
    }
    .styled-table td.addedtime {
            color: red;
    }
    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }
/*
    .styled-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }
*/

    tr.odd {
        background-color: #fff;
    }
    tr.even {
        background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 2px solid #0c0599;
    }
    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }
    .styled-table tbody tr:hover
    {
        background-color: #e2e2ea;
    }




    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 170px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 30%;
        margin-left: -10px;
    }

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: -5px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }



        /* Adding text in the toggle button */
    .toggle {
      --width: 90px;
      --height: calc(var(--width) / 3);

      position: relative;
      display: inline-block;
      width: var(--width);
      height: var(--height);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: var(--height);
      cursor: pointer;
    }

    .toggle input {
      display: none;
    }

    .toggle .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: var(--height);
      background-color: #FF033E;
      transition: all 0.2s ease-in-out;
    }

    .toggle .slider::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: calc(var(--height));
      height: calc(var(--height));
      border-radius: calc(var(--height) / 2);
      background-color: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      transition: all 0.2s ease-in-out;
    }

    .toggle input:checked+.slider {
      background-color: #2196F3;
    }

    .toggle input:checked+.slider::before {
      transform: translateX(calc(var(--width) - var(--height)));
    }

    .toggle .labels {
      position: absolute;
      top: 4px;
      left: 3px;
      width: 100%;
      height: 100%;
      font-size: 1.2em;
      font-family: sans-serif;
      transition: all 0.3s ease-in-out;
    }

    .toggle .labels::after {
      content: attr(data-off);
      position: absolute;
      right: 12px;
      color: #ffffff;
      opacity: 1;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease-in-out;
    }

    .toggle .labels::before {
      content: attr(data-on);
      position: absolute;
      left: 7px;
      color: #ffffff;
      opacity: 0;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
      transition: all 0.3s ease-in-out;
    }

    .toggle input:checked~.labels::after {
      opacity: 0;
    }

    .toggle input:checked~.labels::before {
      opacity: 1;
    }




    .dropdownCommonLSCChoice select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 55px;
        background: url(/images/down-arrow4.png) no-repeat 36px 3px;
    }

    .dropdownCommonLSCChoice {
        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #4F4AB5;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-bottom: 5px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #4F4AB5 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4F4AB5 0 -3px 0 inset;
    }



    .dropdownCommonTEAMChoice select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 40px;
        width: 122px;
        background: url(/images/down-arrow4.png) no-repeat 103px 12px;
    }

    .dropdownCommonTEAMChoice {
        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #4F4AB5;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-bottom: 5px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #4F4AB5 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4F4AB5 0 -3px 0 inset;
    }

    .dropdownCommonAgeGroupChoice select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 165px;
        height: 40px;
        background: url(/images/down-arrow4.png) no-repeat 146px 12px;
    }

    .dropdownCommonAgeGroupChoice {
        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #4F4AB5;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #4F4AB5 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4F4AB5 0 -3px 0 inset;
    }


    .dropdownCommonLevelChoice select {
        color: #fff;
        border: 0px;
        vertical-align: middle;
        font-size: 17px;
        font-family: sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 165px;
        background: url(/images/down-arrow4.png) no-repeat 146px 3px;
    }

    .dropdownCommonLevelChoice {
        align-items: center;
        font-family: sans-serif;
        appearance: none;
        background: #4F4AB5;
        border: 0;
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        line-height: 1;
        list-style: none;
        overflow: hidden;
        padding-left: 7px;
        padding-bottom: 5px;
        padding-right: 5px;
        position: relative;
        white-space: nowrap;
        will-change: box-shadow,transform;
        background-image: radial-gradient(100% 100% at 100% 0, #eee 0, #4F4AB5 25%);
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4F4AB5 0 -3px 0 inset;
    }