﻿/* === WODIFY ATHLETE THEME  === */


@import url("/RichWidgets/upgradeTo8000.css?27258");


@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
div.Header, div.Footer, div.nav {
  display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, nav, section, div.Header, div.Footer, div.nav {
  display: block; }

audio,
canvas,
video {
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body,
.normalText {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea,
.normalText {
    font-family: sans-serif;
}

.normalText {
    text-transform: none;
}

::-moz-selection {
    color: #222;
    background: #ccc;
    text-shadow: none;
}

::selection {
    color: #222;
    background: #ccc;
    text-shadow: none;
}


/* === Links === */
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* === Typography === */
abbr[title] {
    border-bottom: 1px dotted;
}

.strong-tag,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

ins {
    text-decoration: none;
    color: #000;
    background: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background: #ff0;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;

    _font-family: 'courier new', monospace;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}


/* === Lists === */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dd {
    margin: 0 0 0 40px;
}

.nav ul,
.nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

/* === Embedded content ===
  1. Improve image quality when scaled in IE7: h5bp.com/d
  2. Remove the gap between images and borders on image containers: h5bp.com/e
*/

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
    overflow: hidden;
}

/* === Figures === */
figure {
    margin: 0;
}

/* === Forms === */
form {
    position: relative;
    z-index: 1;
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
  1. Correct color not inheriting in IE6/7/8/9
  2. Correct alignment displayed oddly in IE6/7
 */
legend {
    padding: 0;
    border: 0;

    *margin-left: -7px;
}

/*
  1. Correct font-size not inheriting in all browsers
  2. Remove margins in FF3/4 S5 Chrome
  3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;

    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
    line-height: normal;

    *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
    *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

/* Consistent box sizing and appearance */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
}

input[type='search'] {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*  Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

/* === Tables === */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

/* === Fonts === */
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('/AthleteTheme/webfonts/Roboto-Regular-webfont.eot');
    src: url('/AthleteTheme/webfonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/AthleteTheme/webfonts/Roboto-Regular-webfont.woff') format('woff'),
    url('/AthleteTheme/webfonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('/AthleteTheme/webfonts/Roboto-Regular-webfont.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    font-weight: normal;
    font-style: normal;

    src: url('/AthleteTheme/webfonts/Roboto-BoldCondensed-webfont.eot');
    src: url('/AthleteTheme/webfonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('/AthleteTheme/webfonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
    url('/AthleteTheme/webfonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
    url('/AthleteTheme/webfonts/Roboto-BoldCondensed-webfont.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;

    src: url('/AthleteTheme/webfonts/fontawesome-webfont.eot');
    src: url('/AthleteTheme/webfonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('/AthleteTheme/webfonts/fontawesome-webfont.woff') format('woff'),
    url('/AthleteTheme/webfonts/fontawesome-webfont.ttf') format('truetype'),
    url('/AthleteTheme/webfonts/fontawesome-webfont.svg#FontAwesome') format('svg');
}

@font-face {
    font-family: 'FontAwesome321';
    font-weight: normal;
    font-style: normal;

    src: url('/AthleteTheme/webfonts/FontAwesome321.eot');
    src: url('/AthleteTheme/webfonts/FontAwesome321.eot?#iefix') format('embedded-opentype'),
    url('/AthleteTheme/webfonts/FontAwesome321.woff') format('woff'),
    url('/AthleteTheme/webfonts/FontAwesome321.ttf') format('truetype'),
    url('/AthleteTheme/webfonts/FontAwesome321.svg#FontAwesome321') format('svg');
}


/* === Icons - SVG Sprite === */

/* NOTE
 .icon (flat, small icons - .icon2 is for bigger and "illustrative" icons)
*/
.icon {
    width: 1em;
    height: 1em;
}
.icon,
.icon use > svg {
    color: #666;
}

/* sizes */
.icon--medium {
    font-size: 32px;
}

/*  states/colors */
.icon.icon--pr,
.icon.icon--pr use > svg,
.icon--gold,
.icon--gold use > svg {
    color: #fbd50a !important;
}
.icon-docSent,
.icon-docSent use > svg {
    color: #43b14c;
}
.icon-docEdit,
.icon-docEdit use > svg {
    color: #cc2626;
}
.icon-ticket,
.icon-ticket use > svg,
.icon-birthday,
.icon-birthday use > svg {
    color: #fff;
}

/*--------------------------------------*/

body {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
    background: #111;
}

.container {
    position: relative;
    z-index: 500;
    zoom: 1;
    min-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
}

div.Header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 54px;
    background-color: #3e3e3e;
    background-image: url('/AthleteTheme/img/header_back.png?27138');
    background-image: url('/AthleteTheme/img/header_back.png?27138'), -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(black));
    /* Saf4+, Chrome */
    background-image: url('/AthleteTheme/img/header_back.png?27138'), -webkit-linear-gradient(top, #3e3e3e, black);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: url('/AthleteTheme/img/header_back.png?27138'), -moz-linear-gradient(top, #3e3e3e, black);
    /* FF3.6 */
    background-image: url('/AthleteTheme/img/header_back.png?27138'), -ms-linear-gradient(top, #3e3e3e, black);
    /* IE10 */
    background-image: url('/AthleteTheme/img/header_back.png?27138'), -o-linear-gradient(top, #3e3e3e, black);
    /* Opera 11.10+ */
    background-image: url('/AthleteTheme/img/header_back.png?27138'), linear-gradient(top, #3e3e3e, black);
}
div.container {
    padding: 16px 32px;
}
div .ul-login {
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    background-color: #000;
}
div .ul-login .li-markup {
    font-size: .75em;
    line-height: 24px;
    float: left;
    margin-right: 20px;
    padding: 0;
    background: none;
}
div .ul-login .li-markup a {
    color: #fff;
}
div .ul-login .li-markup:last-child {
    margin-right: 0;
}
div .ul-login .li-markup.avatar {
    /*  margin: 0 20px 0 0; */
    line-height: 0;
    border: 2px solid #fff;
}


.Header_Athlete_logo {
    width: 175px;
    height: 70px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.Header_Athlete_location_logo {
    width: 100%;
    max-width: 235px;

    object-fit: cover;
}

.Header_Athlete_location_logo img {
    max-width: 235px;
    height: 54px;
}

div .ul-login .li-markup.avatar img {
    width: 24px;
    height: 24px;
}

div .ul-login .li-markup.p {
    margin-top: 4px;
}
div .ul-login .li-markup.svgContainer {
    line-height: 0;
    height: 22px;
    margin-top: 3px;
}
div .ul-login .li-markup.svgContainer--gymToggle,
div .ul-login .li-markup.svgContainer--userToggle,
div .ul-login .li-markup.svgContainer--waiver {
    margin-top: 3px;
}
div .ul-login .li-markup.svgContainer--speaker {
    margin-top: 0;
}

div .ul-login .li-markup svg {
    font-size: 22px;
}
div .ul-login .li-markup.svgContainer--speaker svg {
    font-size: 26px;
}
.ul-login .icon,
.ul-login .icon use > svg {
    color: #777;
}

.LoginErrorMessageBox {
    font-size: 11px;
    line-height: 1.1em;
    margin: 3px 0 8px 0;
    padding: 7px;
    text-align: center;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #cc2626;
}

.LoginErrorMessageBox a:link,
.LoginErrorMessageBox a:visited,
.LoginErrorMessageBox a:active,
.LoginErrorMessageBox a:hover {
    text-decoration: underline;
    color: #fff;
}

div.h1 {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    line-height: normal;
    margin: 32px 0;
    text-transform: uppercase;
    color: #fff;
}

div.h1 .strong-tag,
div.h1 strong {
    color: #cc2626;
    word-wrap: break-word;
}

h2 {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 1.25em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #fff;
}

.header2 {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 1.25em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #fff;
}

div.h3 {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #cc2626;
}

a {
    color: #cc2626;
}

div.h1 a {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    font-size: 16px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-transform: none;
}

p,
ul,
ol {
    font-size: .875em;
}

ul li {
    padding-left: 20px;
}

.collapse {
    cursor: pointer;
}

h2.collapse {
    line-height: 1em;
}
h2.collapse span {
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    transform: rotate(0deg) translate(-2px,0px);
    /*background: url(/AthleteTheme/img/collapse.png);*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
h2.collapse.on span {
    transform: rotate(90deg) translate(-2px,2px);
    /*background-position-y: -16px;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

.Button {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    padding: 10px 40px 10px 10px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #cb2626;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-gradient(linear, left top, left bottom, from(#cb2626), to(#7c0f0f)) !important;
    /* Saf4+, Chrome */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-linear-gradient(top, #cb2626, #7c0f0f) !important;
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -moz-linear-gradient(top, #cb2626, #7c0f0f) !important;
    /* FF3.6 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -ms-linear-gradient(top, #cb2626, #7c0f0f) !important;
    /* IE10 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -o-linear-gradient(top, #cb2626, #7c0f0f) !important;
    /* Opera 11.10+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), linear-gradient(top, #cb2626, #7c0f0f) !important;
    background-repeat: no-repeat;
    background-position: right center;
}


div.sort {
    clear: right;
    width: 100%;
    margin-right: 10px;
}

.sort div.h3,
.small_caption,
.EditRecord_Caption[small_caption='on'] {
    font-size: .675em;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
}

.small_caption,
.EditRecord_Caption[small_caption='on'] {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
}

.small_caption,
.EditRecord_Caption[small_caption='on'] {
    display: table-cell !important;
}

span.small_caption {
    display: inline !important;
}

.EditRecord_Caption[small_caption='on'] {
    margin-right: 7px;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='email'],
textarea,
select {
    box-sizing: border-box;
    padding: 6px;
    color: #fff;
    border: 1px solid #555;
    background: #333;
}
input[type='text']:focus,
textarea:focus,
select:focus {
    background: #333;
}

input:focus {
    outline: thin dotted #666;
}

div.main {
    z-index: 500;
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 290px;
}

div.main .bucket {
    float: left;
    width: 49%;
    margin-right: 2%;
}

div.main .bucket:last-child {
    margin: 0;
}

div.main .leader {
    margin: 0 0 1.5em 0;
    padding: 2%;
    background: #222;
}


div.main .leader table {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    font-size: .85em;
    color: white;
    background-color: #222;
}

div.main .leader table  th {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    padding-bottom: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid white;
    background-color: #222;
}


div.main .leader table td {
    font-size: .85em;
    padding-top: 5px;
    white-space: nowrap;
}

td.leader-result,
td.leader-date {
    padding-left: 3px;
}

td.leader-name,
td.leader-date {
    padding-right: 3px;
}


div.Menu_Container {
    z-index: 500;
    padding: 0 24px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #222;
}
div.Menu_Container div.Menu_TopMenu {
    font-size: .875em;
    line-height: 1em;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    background: none;
}

div.Menu_Container div.Menu_TopMenu a {
    line-height: 1em;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #222;
}

div.Menu_Container div a:hover,
div.MenuContainer div a:focus {
    background: #333;
}

div.Menu_Container div a:active {
    background: #888;
}

div.Menu_Container div.Menu_TopMenuActive a {
    color: #fff;
    background: #cc2626;
}

table.main {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.main th,
table.main td {
    text-align: left;
}

table.main th {
    font-size: .75em;
    line-height: 1em;
    padding: 6px 8px;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-right: 1px solid #111;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#151515));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222, #151515);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222, #151515);
    /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222, #151515);
    /* IE10 */
    background-image:      -o-linear-gradient(top, #222, #151515);
    /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222, #151515);

    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorStr=\'#222222\', EndColorStr=\'#151515\')';
}

table.main td {
    padding: 10px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #333;
}

table.main tr {
    background: #111;
}

table.main tr:last-child th,
table.main tr:last-child td {
    border-bottom: none;
}

table.main tr:nth-child(even) {
    background: #222;
}

table.main .small {
    width: 45px;
}

table.main .large {
    width: 92px;
}

table.main .rem_col {
    text-align: center;
}

table.main .athlete img,
img.athlete,
svg.athlete {
    margin-right: 10px;
    border: 6px solid #fff;
}

table.main .pr {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    /* star medal */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M22.2%2059.9L17.1%2056.2%2020.9%2044.7%2011%2037.6%2013%2031.5%2025.1%2031.5%2028.8%2020%2035.2%2020%2038.9%2031.6%2051%2031.5%2053%2037.6%2043.2%2044.6%2046.9%2056.2%2041.8%2059.9%2032%2052.8%2022.2%2059.9ZM32%2048.1L43%2056.1%2038.7%2043.2%2049.8%2035.2%2036.2%2035.3%2032%2022.3%2027.8%2035.3%2014.2%2035.2%2025.3%2043.2%2021%2056.1%2032%2048.1Z%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2240%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2216%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2220%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2216%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2230%22%20y%3D%224%22%20width%3D%224%22%20height%3D%2212%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .info {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* add note */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .chart {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* line chart */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M53.4%2019.3L46.8%2044.9%2046.9%2045%2043.2%2046.6%2033.2%2024.5%2027.3%2046.3%2025.3%2045.8%2023.5%2046.6%2017.8%2033.3%207.4%2054.1%203.8%2052.3%2016.2%2027.6%2018%2028.5%2019.8%2027.7%2024.9%2039.7%2030.8%2018.1%2032.7%2018.7%2034.6%2017.8%2044.2%2039.1%2049.4%2018.8C46.8%2017.7%2045%2015.2%2045%2012.2%2045%208.2%2048.2%205%2052.2%205%2056.2%205%2059.4%208.2%2059.4%2012.2%2059.4%2015.8%2056.8%2018.7%2053.4%2019.3L53.4%2019.3ZM52.2%209C50.4%209%2049%2010.4%2049%2012.2%2049%2014%2050.4%2015.4%2052.2%2015.4%2054%2015.4%2055.4%2014%2055.4%2012.2%2055.4%2010.4%2054%209%2052.2%209L52.2%209Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .completed {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* checked */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2229.1%2035%2024.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .remove {
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    vertical-align: middle;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2247.6%2019.3%2044.7%2016.4%2032%2029.2%2019.3%2016.4%2016.4%2019.3%2029.2%2032%2016.4%2044.7%2019.3%2047.6%2032%2034.8%2044.7%2047.6%2047.6%2044.7%2034.8%2032%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .remove:hover {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2247.6%2019.3%2044.7%2016.4%2032%2029.2%2019.3%2016.4%2016.4%2019.3%2029.2%2032%2016.4%2044.7%2019.3%2047.6%2032%2034.8%2044.7%2047.6%2047.6%2044.7%2034.8%2032%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}


.lockUnlockedNoClick {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M28%2028L50%2028%2050%2032%2022%2032%2022%2029.8C22%2029.8%2022%2029.8%2022%2029.8L22%2056%2018%2056%2018%2030.9%2018%2028%2026%2028%2026%2020C26%2016.7%2023.3%2014%2020%2014%2016.7%2014%2014%2016.7%2014%2020L10%2020C10%2014.5%2014.5%2010%2020%2010%2025.5%2010%2030%2014.5%2030%2020L30%2028%2028%2028ZM38%2048L34%2048%2034%2043.5C32.8%2042.8%2032%2041.5%2032%2040%2032%2037.8%2033.8%2036%2036%2036%2038.2%2036%2040%2037.8%2040%2040%2040%2041.5%2039.2%2042.8%2038%2043.5L38%2048ZM50%2028L54%2028%2054%2056%2050%2056%2050%2028ZM22%2052L50%2052%2050%2056%2022%2056%2022%2052ZM14%2020L10%2020%2010%2024%2014%2024%2014%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
.lockLockedNoClick {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M26%2028L26%2020%2022%2020%2022%2028%2019%2028%2014%2028%2014%2052.5%2014%2056%2050%2056%2050%2052.5%2050%2028%2043%2028%2026%2028%2026%2028ZM42%2020C42%2014.5%2037.5%2010%2032%2010%2026.5%2010%2022%2014.5%2022%2020L42%2020%2042%2020ZM38%2020C38%2016.7%2035.3%2014%2032%2014%2028.7%2014%2026%2016.7%2026%2020L38%2020%2038%2020ZM38%2020L42%2020%2042%2024%2038%2024%2038%2020%2038%2020ZM46%2052L46%2032%2018%2032%2018%2052%2046%2052%2046%2052ZM34%2048L30%2048%2030%2043.5C28.8%2042.8%2028%2041.5%2028%2040%2028%2037.8%2029.8%2036%2032%2036%2034.2%2036%2036%2037.8%2036%2040%2036%2041.5%2035.2%2042.8%2034%2043.5L34%2048ZM38%2024L42%2024%2042%2028%2038%2028%2038%2024Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
.lockLockedNoClick,
.lockUnlockedNoClick {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: normal;
    vertical-align: middle;
}

.GreenCheckOff,
.GreenCheckOffNoClick,
.YellowCheckOff,
.YellowCheckOffNoClick {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M29.1%2035L24.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%2029.1%2035ZM32%2060C47.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060L32%2060ZM32%2056C45.3%2056%2056%2045.3%2056%2032%2056%2018.7%2045.3%208%2032%208%2018.7%208%208%2018.7%208%2032%208%2045.3%2018.7%2056%2032%2056L32%2056Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.GreenCheckOff:hover,
.YellowCheckOff:hover {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M60%2032C60%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032ZM29.1%2035L24.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%2029.1%2035Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.GreenCheckOn,
.GreenCheckOnNoClick {
    /*color 1*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M60%2032C60%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032ZM29.1%2035L24.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%2029.1%2035Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.YellowCheckOn,
.YellowCheckOnNoClick {
    /*color 2*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23ccc%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M60%2032C60%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032ZM29.1%2035L24.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%2029.1%2035Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}

.RxOff,
.BigRxOff,
.RxOffNoClick,
.BigRxOffNoClick {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M4%2032C4%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032L4%2032ZM8%2032C8%2018.7%2018.7%208%2032%208%2045.3%208%2056%2018.7%2056%2032%2056%2045.3%2045.3%2056%2032%2056%2018.7%2056%208%2045.3%208%2032L8%2032ZM30%2027L26%2027%2026%2023%2030%2023C31.1%2023%2032%2023.9%2032%2025%2032%2026.1%2031.1%2027%2030%2027L30%2027ZM44.1%2033.8L41.3%2031%2037.1%2035.2%2032.4%2030.5C34.5%2029.6%2036%2027.5%2036%2025%2036%2021.7%2033.3%2019%2030%2019L22%2019%2022%2039%2026%2039%2026%2031%2027.2%2031%2034.2%2038.1%2030%2042.3%2032.8%2045.1%2037.1%2040.9%2041.3%2045.1%2044.1%2042.3%2039.9%2038.1%2044.1%2033.8Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.RxOff:hover,
.BigRxOff:hover {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M4%2032C4%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032L4%2032ZM22%2019L22%2039%2026%2039%2026%2031%2027.2%2031%2034.2%2038.1%2030%2042.3%2032.8%2045.1%2037.1%2040.9%2041.3%2045.1%2044.1%2042.3%2039.9%2038.1%2044.1%2033.8%2041.3%2031%2037.1%2035.2%2032.4%2030.5C34.5%2029.6%2036%2027.5%2036%2025%2036%2021.7%2033.3%2019%2030%2019L22%2019%2022%2019ZM26%2023L30%2023C31.1%2023%2032%2023.9%2032%2025%2032%2026.1%2031.1%2027%2030%2027L26%2027%2026%2023%2026%2023Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.RxOn,
.BigRxOn,
.RxOnNoClick,
.BigRxOnNoClick {
    /*color 1*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%232971f1%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M4%2032C4%2047.5%2016.5%2060%2032%2060%2047.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032L4%2032ZM22%2019L22%2039%2026%2039%2026%2031%2027.2%2031%2034.2%2038.1%2030%2042.3%2032.8%2045.1%2037.1%2040.9%2041.3%2045.1%2044.1%2042.3%2039.9%2038.1%2044.1%2033.8%2041.3%2031%2037.1%2035.2%2032.4%2030.5C34.5%2029.6%2036%2027.5%2036%2025%2036%2021.7%2033.3%2019%2030%2019L22%2019%2022%2019ZM26%2023L30%2023C31.1%2023%2032%2023.9%2032%2025%2032%2026.1%2031.1%2027%2030%2027L26%2027%2026%2023%2026%2023Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}

.RxPlusOff,
.BigRxPlusOff,
.RxPlusOffNoClick,
.BigRxPlusOffNoClick {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32%2060C47.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060ZM56%2032C56%2018.7%2045.3%208%2032%208%2018.7%208%208%2018.7%208%2032%208%2045.3%2018.7%2056%2032%2056%2045.3%2056%2056%2045.3%2056%2032ZM19%2019L19%2039%2023%2039%2023%2031%2024.2%2031%2032.2%2039%2032.2%2039%2037%2039%2037%2045%2041%2045%2041%2039%2047%2039%2047%2035%2041%2035%2041%2029%2037%2029%2037%2035%2033.8%2035%2029.4%2030.5C31.5%2029.6%2033%2027.5%2033%2025%2033%2021.7%2030.3%2019%2027%2019L19%2019%2019%2019ZM23%2023L27%2023C28.1%2023%2029%2023.9%2029%2025%2029%2026.1%2028.1%2027%2027%2027L23%2027%2023%2023%2023%2023Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.RxPlusOff:hover,
.BigRxPlusOff:hover {
    /*color 3*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32%2060C47.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060L32%2060ZM19%2019L19%2039%2023%2039%2023%2031%2024.2%2031%2032.2%2039%2032.2%2039%2037%2039%2037%2045%2041%2045%2041%2039%2047%2039%2047%2035%2041%2035%2041%2029%2037%2029%2037%2035%2033.8%2035%2029.4%2030.5C31.5%2029.6%2033%2027.5%2033%2025%2033%2021.7%2030.3%2019%2027%2019L19%2019%2019%2019ZM23%2023L27%2023C28.1%2023%2029%2023.9%2029%2025%2029%2026.1%2028.1%2027%2027%2027L23%2027%2023%2023%2023%2023Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}
.RxPlusOn,
.BigRxPlusOn,
.RxPlusOnNoClick,
.BigRxPlusOnNoClick {
    /*color 2*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%0A%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23d60005%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32%2060C47.5%2060%2060%2047.5%2060%2032%2060%2016.5%2047.5%204%2032%204%2016.5%204%204%2016.5%204%2032%204%2047.5%2016.5%2060%2032%2060L32%2060ZM19%2019L19%2039%2023%2039%2023%2031%2024.2%2031%2032.2%2039%2032.2%2039%2037%2039%2037%2045%2041%2045%2041%2039%2047%2039%2047%2035%2041%2035%2041%2029%2037%2029%2037%2035%2033.8%2035%2029.4%2030.5C31.5%2029.6%2033%2027.5%2033%2025%2033%2021.7%2030.3%2019%2027%2019L19%2019%2019%2019ZM23%2023L27%2023C28.1%2023%2029%2023.9%2029%2025%2029%2026.1%2028.1%2027%2027%2027L23%2027%2023%2023%2023%2023Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%0A%3C%2Fsvg%3E') left top no-repeat;
}

.YellowCheckOff,
.RxOff,
.RxPlusOff,
.YellowCheckOffNoClick,
.RxOffNoClick,
.RxPlusOffNoClick,
.GreenCheckOff,
.GreenCheckOffNoClick,
.BigRxOff,
.BigRxPlusOff,
.BigRxOffNoClick,
.BigRxPlusOffNoClick,
.YellowCheckOn,
.RxOn,
.RxPlusOn,
.YellowCheckOnNoClick,
.RxOnNoClick,
.RxPlusOnNoClick,
.GreenCheckOn,
.GreenCheckOnNoClick {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
}

.BigRxOff,
.BigRxOn,
.BigRxOffNoClick,
.BigRxOnNoClick,
.BigRxPlusOff,
.BigRxPlusOffNoClick,
.BigRxPlusOn,
.BigRxPlusOnNoClick {
    display: inline-block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    vertical-align: middle;
}

.BigRxOffNoClick,
.BigRxPlusOffNoClick,
.YellowCheckOffNoClick,
.RxOffNoClick,
.RxPlusOffNoClick,
.GreenCheckOffNoClick,
.YellowCheckOnNoClick,
.RxOnNoClick,
.RxPlusOnNoClick,
.RxOffNoClick,
.RxPlusOffNoClick,
.GreenCheckOn,
.GreenCheckOnNoClick,
.BigRxOnNoClick,
.BigRxPlusOnNoClick,
.BigRxOffNoClick,
.BigRxPlusOffNoClick {
    cursor: auto;
}
.BadgeBannerWhiteboard .RxOn,
.BadgeBannerWhiteboard .RxOff,
.BadgeBannerWhiteboard .RxOnNoClick,
.BadgeBannerWhiteboard .RxOffNoClick,
.BadgeBannerWhiteboard .RxPlusOn,
.BadgeBannerWhiteboard .RxPlusOff,
.BadgeBannerWhiteboard .RxPlusOnNoClick,
.BadgeBannerWhiteboard .RxPlusOffNoClick,
.BadgeBannerWhiteboard .YellowCheckOn,
.BadgeBannerWhiteboard .YellowCheckOff,
.BadgeBannerWhiteboard .YellowCheckOnNoClick,
.BadgeBannerWhiteboard .YellowCheckOffNoClick,
.BadgeBannerWhiteboard .GreenCheckOn,
.BadgeBannerWhiteboard .GreenCheckOff,
.BadgeBannerWhiteboard .GreenCheckOnNoClick,
.BadgeBannerWhiteboard .GreenCheckOffNoClick {
    width: 24px;
    height: 24px;
    margin-top: -3px;
    margin-right: -2px;
}
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxOn,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxOff,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxOnNoClick,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxOffNoClick,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxPlusOn,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxPlusOff,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxPlusOnNoClick,
.myPrivacySettings-preview .BadgeBannerWhiteboard .RxPlusOffNoClick {
    margin-top: -10px;
}

table.main .add {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
    /*background: url(/AthleteTheme/img/add_note.png) left top no-repeat; */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.main .add:hover {
    /*background-position-y: -24px;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

.barchart {
    display: inline-block;
    width: 25px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
    /*background: url(/AthleteTheme/img/barchart.png) left top no-repeat;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32.2%2010C30.4%2010%2029%2011.4%2029%2013.2%2029%2015%2030.4%2016.4%2032.2%2016.4%2034%2016.4%2035.4%2015%2035.4%2013.2%2035.4%2011.4%2034%2010%2032.2%2010L32.2%2010ZM30%2020C27.1%2019.1%2025%2016.4%2025%2013.2%2025%209.2%2028.2%206%2032.2%206%2036.2%206%2039.4%209.2%2039.4%2013.2%2039.4%2016.5%2037.1%2019.4%2034%2020.2L34%2060%2030%2060%2030%2020%2030%2020ZM38%2028L42%2028%2042%2060%2038%2060%2038%2028%2038%2028ZM46%2036L50%2036%2050%2060%2046%2060%2046%2036%2046%2036ZM14%2036L18%2036%2018%2060%2014%2060%2014%2036%2014%2036ZM6%2044L10%2044%2010%2060%206%2060%206%2044%206%2044ZM54%2044L58%2044%2058%2060%2054%2060%2054%2044%2054%2044ZM22%2028L26%2028%2026%2060%2022%2060%2022%2028%2022%2028Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
.barchart:hover {
    /*background: url(/AthleteTheme/img/barchart.png) left bottom no-repeat;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32.2%2010C30.4%2010%2029%2011.4%2029%2013.2%2029%2015%2030.4%2016.4%2032.2%2016.4%2034%2016.4%2035.4%2015%2035.4%2013.2%2035.4%2011.4%2034%2010%2032.2%2010L32.2%2010ZM30%2020C27.1%2019.1%2025%2016.4%2025%2013.2%2025%209.2%2028.2%206%2032.2%206%2036.2%206%2039.4%209.2%2039.4%2013.2%2039.4%2016.5%2037.1%2019.4%2034%2020.2L34%2060%2030%2060%2030%2020%2030%2020ZM38%2028L42%2028%2042%2060%2038%2060%2038%2028%2038%2028ZM46%2036L50%2036%2050%2060%2046%2060%2046%2036%2046%2036ZM14%2036L18%2036%2018%2060%2014%2060%2014%2036%2014%2036ZM6%2044L10%2044%2010%2060%206%2060%206%2044%206%2044ZM54%2044L58%2044%2058%2060%2054%2060%2054%2044%2054%2044ZM22%2028L26%2028%2026%2060%2022%2060%2022%2028%2022%2028Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
.chart-change > .barchart {
    /*background: url(/AthleteTheme/img/barchart.png) left top no-repeat;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32.2%2010C30.4%2010%2029%2011.4%2029%2013.2%2029%2015%2030.4%2016.4%2032.2%2016.4%2034%2016.4%2035.4%2015%2035.4%2013.2%2035.4%2011.4%2034%2010%2032.2%2010L32.2%2010ZM30%2020C27.1%2019.1%2025%2016.4%2025%2013.2%2025%209.2%2028.2%206%2032.2%206%2036.2%206%2039.4%209.2%2039.4%2013.2%2039.4%2016.5%2037.1%2019.4%2034%2020.2L34%2060%2030%2060%2030%2020%2030%2020ZM38%2028L42%2028%2042%2060%2038%2060%2038%2028%2038%2028ZM46%2036L50%2036%2050%2060%2046%2060%2046%2036%2046%2036ZM14%2036L18%2036%2018%2060%2014%2060%2014%2036%2014%2036ZM6%2044L10%2044%2010%2060%206%2060%206%2044%206%2044ZM54%2044L58%2044%2058%2060%2054%2060%2054%2044%2054%2044ZM22%2028L26%2028%2026%2060%2022%2060%2022%2028%2022%2028Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
.chart-change:hover > .barchart {
    /*background: url(/AthleteTheme/img/barchart.png) left bottom no-repeat;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32.2%2010C30.4%2010%2029%2011.4%2029%2013.2%2029%2015%2030.4%2016.4%2032.2%2016.4%2034%2016.4%2035.4%2015%2035.4%2013.2%2035.4%2011.4%2034%2010%2032.2%2010L32.2%2010ZM30%2020C27.1%2019.1%2025%2016.4%2025%2013.2%2025%209.2%2028.2%206%2032.2%206%2036.2%206%2039.4%209.2%2039.4%2013.2%2039.4%2016.5%2037.1%2019.4%2034%2020.2L34%2060%2030%2060%2030%2020%2030%2020ZM38%2028L42%2028%2042%2060%2038%2060%2038%2028%2038%2028ZM46%2036L50%2036%2050%2060%2046%2060%2046%2036%2046%2036ZM14%2036L18%2036%2018%2060%2014%2060%2014%2036%2014%2036ZM6%2044L10%2044%2010%2060%206%2060%206%2044%206%2044ZM54%2044L58%2044%2058%2060%2054%2060%2054%2044%2054%2044ZM22%2028L26%2028%2026%2060%2022%2060%2022%2028%2022%2028Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}


table.TableRecords {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 0;
}
table.TableRecords th,
table.TableRecords td {
    text-align: left;
}
table.TableRecords th,
table.WeightChartTable tr.HeaderRow {
    font-size: .75em;
    line-height: 1em;
    padding: 6px 8px;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-right: 1px solid #111;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#151515));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222, #151515);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222, #151515);
    /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222, #151515);
    /* IE10 */
    background-image:      -o-linear-gradient(top, #222, #151515);
    /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222, #151515);

    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorStr=\'#222222\', EndColorStr=\'#151515\')';
}

table.TableRecords td {
    padding: 10px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #333;
}
table.TableRecords tr {
    background: #111;
}
table.TableRecords tr:last-child th,
table.TableRecords tr:last-child td {
    border-bottom: none;
}
table.TableRecords tr:nth-child(even) {
    background: #222;
}
table.TableRecords tr.Invalid td {
    background: #632d2d;
}
table.TableRecords .small {
    width: 45px;
}
table.TableRecords .large {
    width: 92px;
}
table.TableRecords .rem_col {
    text-align: center;
}
table.TableRecords .athlete img {
    margin-right: 10px;
    border: 6px solid #fff;
}

table.TableRecords .pr {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    /* star medal */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M22.2%2059.9L17.1%2056.2%2020.9%2044.7%2011%2037.6%2013%2031.5%2025.1%2031.5%2028.8%2020%2035.2%2020%2038.9%2031.6%2051%2031.5%2053%2037.6%2043.2%2044.6%2046.9%2056.2%2041.8%2059.9%2032%2052.8%2022.2%2059.9ZM32%2048.1L43%2056.1%2038.7%2043.2%2049.8%2035.2%2036.2%2035.3%2032%2022.3%2027.8%2035.3%2014.2%2035.2%2025.3%2043.2%2021%2056.1%2032%2048.1Z%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2240%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2216%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2220%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2216%22%2F%3E%0A%09%09%09%09%3Crect%20x%3D%2230%22%20y%3D%224%22%20width%3D%224%22%20height%3D%2212%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

table.TableRecords .info {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* add note */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.TableRecords .chart {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* line chart */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M53.4%2019.3L46.8%2044.9%2046.9%2045%2043.2%2046.6%2033.2%2024.5%2027.3%2046.3%2025.3%2045.8%2023.5%2046.6%2017.8%2033.3%207.4%2054.1%203.8%2052.3%2016.2%2027.6%2018%2028.5%2019.8%2027.7%2024.9%2039.7%2030.8%2018.1%2032.7%2018.7%2034.6%2017.8%2044.2%2039.1%2049.4%2018.8C46.8%2017.7%2045%2015.2%2045%2012.2%2045%208.2%2048.2%205%2052.2%205%2056.2%205%2059.4%208.2%2059.4%2012.2%2059.4%2015.8%2056.8%2018.7%2053.4%2019.3L53.4%2019.3ZM52.2%209C50.4%209%2049%2010.4%2049%2012.2%2049%2014%2050.4%2015.4%2052.2%2015.4%2054%2015.4%2055.4%2014%2055.4%2012.2%2055.4%2010.4%2054%209%2052.2%209L52.2%209Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.ShowRecord .completed,
table.TableRecords .completed {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    /* checked */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2229.1%2035%2024.8%2030.7%2022%2033.6%2027.7%2039.2%2029.1%2040.6%2044.6%2025.1%2041.8%2022.2%2029.1%2035%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

table.TableRecords .remove,
table.EditRecord .remove,
.remove {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2247.6%2019.3%2044.7%2016.4%2032%2029.2%2019.3%2016.4%2016.4%2019.3%2029.2%2032%2016.4%2044.7%2019.3%2047.6%2032%2034.8%2044.7%2047.6%2047.6%2044.7%2034.8%2032%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') 1px top no-repeat;
}
table.TableRecords .remove:hover,
table.EditRecord .remove:hover,
.remove:hover {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2247.6%2019.3%2044.7%2016.4%2032%2029.2%2019.3%2016.4%2016.4%2019.3%2029.2%2032%2016.4%2044.7%2019.3%2047.6%2032%2034.8%2044.7%2047.6%2047.6%2044.7%2034.8%2032%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') 1px top no-repeat;
}

table.TableRecords .lock,
table.EditRecord .lock,
.lock {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
    /* background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M26%2028L26%2020%2022%2020%2022%2028%2019%2028%2014%2028%2014%2052.5%2014%2056%2050%2056%2050%2052.5%2050%2028%2043%2028%2026%2028%2026%2028ZM42%2020C42%2014.5%2037.5%2010%2032%2010%2026.5%2010%2022%2014.5%2022%2020L42%2020%2042%2020ZM38%2020C38%2016.7%2035.3%2014%2032%2014%2028.7%2014%2026%2016.7%2026%2020L38%2020%2038%2020ZM38%2020L42%2020%2042%2024%2038%2024%2038%2020%2038%2020ZM46%2052L46%2032%2018%2032%2018%2052%2046%2052%2046%2052ZM34%2048L30%2048%2030%2043.5C28.8%2042.8%2028%2041.5%2028%2040%2028%2037.8%2029.8%2036%2032%2036%2034.2%2036%2036%2037.8%2036%2040%2036%2041.5%2035.2%2042.8%2034%2043.5L34%2048ZM38%2024L42%2024%2042%2028%2038%2028%2038%2024Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat; */
    
    /* change from #666 to #fff 5/19/20 */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23FFF%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M26%2028L26%2020%2022%2020%2022%2028%2019%2028%2014%2028%2014%2052.5%2014%2056%2050%2056%2050%2052.5%2050%2028%2043%2028%2026%2028%2026%2028ZM42%2020C42%2014.5%2037.5%2010%2032%2010%2026.5%2010%2022%2014.5%2022%2020L42%2020%2042%2020ZM38%2020C38%2016.7%2035.3%2014%2032%2014%2028.7%2014%2026%2016.7%2026%2020L38%2020%2038%2020ZM38%2020L42%2020%2042%2024%2038%2024%2038%2020%2038%2020ZM46%2052L46%2032%2018%2032%2018%2052%2046%2052%2046%2052ZM34%2048L30%2048%2030%2043.5C28.8%2042.8%2028%2041.5%2028%2040%2028%2037.8%2029.8%2036%2032%2036%2034.2%2036%2036%2037.8%2036%2040%2036%2041.5%2035.2%2042.8%2034%2043.5L34%2048ZM38%2024L42%2024%2042%2028%2038%2028%2038%2024Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}
table.TableRecords .lock:hover,
table.EditRecord .lock:hover,
.lock:hover {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M26%2028L26%2020%2022%2020%2022%2028%2019%2028%2014%2028%2014%2052.5%2014%2056%2050%2056%2050%2052.5%2050%2028%2043%2028%2026%2028%2026%2028ZM42%2020C42%2014.5%2037.5%2010%2032%2010%2026.5%2010%2022%2014.5%2022%2020L42%2020%2042%2020ZM38%2020C38%2016.7%2035.3%2014%2032%2014%2028.7%2014%2026%2016.7%2026%2020L38%2020%2038%2020ZM38%2020L42%2020%2042%2024%2038%2024%2038%2020%2038%2020ZM46%2052L46%2032%2018%2032%2018%2052%2046%2052%2046%2052ZM34%2048L30%2048%2030%2043.5C28.8%2042.8%2028%2041.5%2028%2040%2028%2037.8%2029.8%2036%2032%2036%2034.2%2036%2036%2037.8%2036%2040%2036%2041.5%2035.2%2042.8%2034%2043.5L34%2048ZM38%2024L42%2024%2042%2028%2038%2028%2038%2024Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

table.TableRecords .unlock,
table.EditRecord .unlock,
.unlock {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
    /* background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M28%2028L50%2028%2050%2032%2022%2032%2022%2029.8C22%2029.8%2022%2029.8%2022%2029.8L22%2056%2018%2056%2018%2030.9%2018%2028%2026%2028%2026%2020C26%2016.7%2023.3%2014%2020%2014%2016.7%2014%2014%2016.7%2014%2020L10%2020C10%2014.5%2014.5%2010%2020%2010%2025.5%2010%2030%2014.5%2030%2020L30%2028%2028%2028ZM38%2048L34%2048%2034%2043.5C32.8%2042.8%2032%2041.5%2032%2040%2032%2037.8%2033.8%2036%2036%2036%2038.2%2036%2040%2037.8%2040%2040%2040%2041.5%2039.2%2042.8%2038%2043.5L38%2048ZM50%2028L54%2028%2054%2056%2050%2056%2050%2028ZM22%2052L50%2052%2050%2056%2022%2056%2022%2052ZM14%2020L10%2020%2010%2024%2014%2024%2014%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') -1px top no-repeat; */

    /* change from #666 to #fff 5/18/20 */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M28%2028L50%2028%2050%2032%2022%2032%2022%2029.8C22%2029.8%2022%2029.8%2022%2029.8L22%2056%2018%2056%2018%2030.9%2018%2028%2026%2028%2026%2020C26%2016.7%2023.3%2014%2020%2014%2016.7%2014%2014%2016.7%2014%2020L10%2020C10%2014.5%2014.5%2010%2020%2010%2025.5%2010%2030%2014.5%2030%2020L30%2028%2028%2028ZM38%2048L34%2048%2034%2043.5C32.8%2042.8%2032%2041.5%2032%2040%2032%2037.8%2033.8%2036%2036%2036%2038.2%2036%2040%2037.8%2040%2040%2040%2041.5%2039.2%2042.8%2038%2043.5L38%2048ZM50%2028L54%2028%2054%2056%2050%2056%2050%2028ZM22%2052L50%2052%2050%2056%2022%2056%2022%2052ZM14%2020L10%2020%2010%2024%2014%2024%2014%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') -1px top no-repeat;
}

table.TableRecords .unlock:hover,
table.EditRecord .unlock:hover,
.unlock:hover {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M28%2028L50%2028%2050%2032%2022%2032%2022%2029.8C22%2029.8%2022%2029.8%2022%2029.8L22%2056%2018%2056%2018%2030.9%2018%2028%2026%2028%2026%2020C26%2016.7%2023.3%2014%2020%2014%2016.7%2014%2014%2016.7%2014%2020L10%2020C10%2014.5%2014.5%2010%2020%2010%2025.5%2010%2030%2014.5%2030%2020L30%2028%2028%2028ZM38%2048L34%2048%2034%2043.5C32.8%2042.8%2032%2041.5%2032%2040%2032%2037.8%2033.8%2036%2036%2036%2038.2%2036%2040%2037.8%2040%2040%2040%2041.5%2039.2%2042.8%2038%2043.5L38%2048ZM50%2028L54%2028%2054%2056%2050%2056%2050%2028ZM22%2052L50%2052%2050%2056%2022%2056%2022%2052ZM14%2020L10%2020%2010%2024%2014%2024%2014%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') -1px top no-repeat;
}

/* override added 5/18/20 - change from #fff to #666 */
table.TableRecords .lockUnlockedNoClick,
table.EditRecord .lockUnlockedNoClick {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M28%2028L50%2028%2050%2032%2022%2032%2022%2029.8C22%2029.8%2022%2029.8%2022%2029.8L22%2056%2018%2056%2018%2030.9%2018%2028%2026%2028%2026%2020C26%2016.7%2023.3%2014%2020%2014%2016.7%2014%2014%2016.7%2014%2020L10%2020C10%2014.5%2014.5%2010%2020%2010%2025.5%2010%2030%2014.5%2030%2020L30%2028%2028%2028ZM38%2048L34%2048%2034%2043.5C32.8%2042.8%2032%2041.5%2032%2040%2032%2037.8%2033.8%2036%2036%2036%2038.2%2036%2040%2037.8%2040%2040%2040%2041.5%2039.2%2042.8%2038%2043.5L38%2048ZM50%2028L54%2028%2054%2056%2050%2056%2050%2028ZM22%2052L50%2052%2050%2056%2022%2056%2022%2052ZM14%2020L10%2020%2010%2024%2014%2024%2014%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

table.TableRecords .add, table.EditRecord .add, .add {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23666%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
table.TableRecords .add:hover, table.EditRecord .add:hover, .add:hover {
      background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M40%2010L4%2010%204%206%2040%206%2040%2010ZM20%2030L4%2030%204%2026%2020%2026%2020%2030ZM30%2016L30%2020%204%2020%204%2016%2030%2016%2030%2016ZM61%2015.1L29.1%2055.9%2018%2057.8%2016%2046.6%2047.8%206%2061%2015.1ZM21.3%2053.2L26.8%2052.2%2055.2%2016%2048.6%2011.4%2020.3%2047.6%2021.3%2053.2Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

table.TableRecords .TableRecords_EvenLine {
    background: #222;
}

.TableRecords_TopNavigation {
    font-size: .875em;
    display: block;
    border-width: 1px 0 0;
    border-style: solid none;
    border-color: transparent;
}




/* === Table in the Reports List === */
table.ReportTableRecords {
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.ReportTableRecords th,
table.ReportTableRecords td {
    text-align: left;
}

table.ReportTableRecords th {
    font-size: .75em;
    line-height: 1em;
    padding: 6px 8px;
    text-transform: uppercase;
    color: #fff;
    border-width: 2px;
    border-right: 1px solid #111;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#151515));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #222, #151515);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #222, #151515);
    /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #222, #151515);
    /* IE10 */
    background-image:      -o-linear-gradient(top, #222, #151515);
    /* Opera 11.10+ */
    background-image:         linear-gradient(top, #222, #151515);

    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorStr=\'#222222\', EndColorStr=\'#151515\')';
}

table.ReportTableRecords td {
    padding: 0 0;
    vertical-align: middle;
    border-bottom: 1px solid #333;
}
table.ReportTableRecords tr:hover {
    background-color: #444 !important;
}

table.ReportTableRecords tr {
    background: #111;
}
table.ReportTableRecords tr:last-child th,
table.ReportTableRecords tr:last-child td {
    border-bottom: none;
}
table.ReportTableRecords tr:nth-child(even) {
    background: #222;
}

table.ReportTableRecords .ReportTableRecords_EvenLine {
    background: #222;
}

.ReportTableRecords_TopNavigation {
    font-size: .875em;
    display: block;
    border-width: 1px 0 0;
    border-style: solid none;
    border-color: transparent;
}

table.ReportTableRecords a.ReportLink {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 8px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}

table.ReportTableRecords .ReportTitleText {
    color: #cc2626;
}


/* For Mandatory Input Boxes that you do not want the asterick after */
.MandatoryNoAsterick + .InputMandatorySymbol{
    display:none;
}


/* === Filter block divs === */

.filter {
    font-size: 14px;
    width: 100%;
    margin-bottom: 1em;
    white-space: nowrap;

    
}
.filter label,
.filter select,
.filter button,
.filter input {
    margin-right: 10px;
}
.filter a {
    padding-right: 10px;
}
.filter .chzn-container {
    margin-right: 10px;
    /*This is required for the chzn selects to be aligned with the buttons in IE + FF*/
    vertical-align: middle;
}

.filter * {
    position: relative;
}

.filter input[type='text'],
.filter input[type='number'],
.filter input[type='password'],
.filter input[type='search'],
.filter input[type='email'],
.filter textarea,
.filter select {
    top: 2px;
}

.filter input[type='search'] {
    top: 1px \9;
    /*ie fixes*/

    *top: 1px;
}

.filter input[type='text'] {
    top: 1px \9;
    /*ie fixes*/

    *top: 1px;
}

.filter input[type='text'],
.filter input[type='search'] {
    height: 21px;
}

.filter select {
    top: 1px;
    height: 35px;
}

.filter input[type='checkbox'] {
    top: 2px;
}

.filter .Help_Context {
    margin-right: 10px;
}

.filter > * + .Help_Context {
    margin-left: -10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* chrome fixes*/
    .filter input[type='text'] {
        top: 1px;
    }
    .filter input[type='search'] {
        top: 1px;
    }
}

.filter .checkbox {
    display: inline-block;
    height: 25px;
    padding: 4px 12px;
    border: 1px solid #555;
    background-color: #333;

    *display: inline;
    
}

.filter .checkbox input[type='checkbox'] {
    top: 3px;
    margin-right: 0;
}

.filter .fieldLabel {
    font-size: 14px;
    line-height: 35px;
    top: 2px;
    display: inline-block;
    height: 33px;
    padding: 0 8px;
    /*color: #AAA;*/
    color: #fff;
    /*background: none repeat scroll 0 0 rgba(48,48,48, 0.5);*/
    border: 1px solid #333;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: -1px 0 2px rgba(0, 0, 0, .25) inset;

    *display: inline;
}

.journal .nav ul {
    margin: 0;
    list-style: none;
}
.journal .nav li {
    margin: 0;
    padding: 0;
    background: none;
}
.journal .nav a {
    display: block;
    float: left;
    width: 118px;
    margin: 0 1px 1px 0;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #777;
    background: #181818;
}
.journal .nav a span {
    display: block;
    color: #777;
}
.journal .nav a span b {
    color: yellow;
}
.journal .nav a.on {
    color: #eee;
    background: #222;
}
.journal .nav a.on span {
    color: #777;
}
.journal .nav a.on span b {
    color: yellow;
}

.journal .target {
    /*clear: both;*/
    padding: 40px;
    background: #222;
}
.journal .target table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.journal .target table tr {
    background: none;
}
.journal .target table tr td {
    /*background: none;*/
    vertical-align: top;
}
.journal .target table .time_of_day label {
    display: block;
    float: none;
    text-align: left;
}
.journal .target table input.text,
.journal .target table textarea {
    width: 260px;
    padding: 6px;
}
.journal .target table textarea {
    height: 100px;
}
.journal .target table label {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    text-align: right;
}
.journal .target table fieldset {
    margin-bottom: 1.5em;
}

.journal .target table.TableRecords tr {
    background-color: #333;
}
.journal .target table.TableRecords tr:last-child th,
.journal .target table.TableRecords tr:last-child td {
    border-bottom: none;
}

.journal .target table.TableRecords tr:nth-child(even),
.journal .target table.TableRecords td.TableRecords_EvenLine {
    background-color: #222;
}

div.sidebar {
    font-size: .875em;
    float: left;
    width: 270px;
    min-height: 400px;
    margin-top: 32px;
    padding-bottom: 40px;
    background: #222;
}
div.sidebar .side_container {
    padding: 16px;
}
div.sidebar fieldset {
    margin-bottom: 1em;
}
div.sidebar label {
    font-size: .75em;
    display: block;
    text-transform: uppercase;
}
div.sidebar select {
    width: 80%;
}
div.sidebar input[type='text'] {
    width: 75%;
    padding: 6px;
}
div.sidebar .Button {
    margin-top: .75em;
}
div.sidebar h2 {
    font-size: .75em;
    font-weight: bold;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    margin-bottom: 1.75em;
    padding: 7px 6px 6px 34px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    /*background: #444444 url("/AthleteTheme/img/sidebar_headings.png") top left no-repeat; */
    background: #444 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20style%3D%27fill-rule%3Aevenodd%3Bfill%3Anone%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M22%2010L18%2010%2018%2014.2C16.7%2014.5%2015.5%2015%2014.5%2015.7L11.5%2012.7%208.7%2015.5%2011.7%2018.5C11%2019.5%2010.5%2020.7%2010.2%2022L6%2022%206%2026%2010.2%2026C10.5%2027.3%2011%2028.5%2011.7%2029.5L8.7%2032.5%2011.5%2035.3%2014.5%2032.3C15.5%2033%2016.7%2033.5%2018%2033.8L18%2038%2022%2038%2022%2033.8C23.3%2033.5%2024.5%2033%2025.5%2032.3L28.5%2035.3%2031.3%2032.5%2028.3%2029.5C29%2028.5%2029.5%2027.3%2029.8%2026L34%2026%2034%2022%2029.8%2022C29.5%2020.7%2029%2019.5%2028.3%2018.5L31.3%2015.5%2028.5%2012.7%2025.5%2015.7C24.5%2015%2023.3%2014.5%2022%2014.2L22%2010%2022%2010ZM20%2030C23.3%2030%2026%2027.3%2026%2024%2026%2020.7%2023.3%2018%2020%2018%2016.7%2018%2014%2020.7%2014%2024%2014%2027.3%2016.7%2030%2020%2030ZM46%2026L42%2026%2042%2030.2C40.7%2030.5%2039.5%2031%2038.5%2031.7L35.5%2028.7%2032.7%2031.5%2035.7%2034.5C35%2035.5%2034.5%2036.7%2034.2%2038L30%2038%2030%2042%2034.2%2042C34.5%2043.3%2035%2044.5%2035.7%2045.5L32.7%2048.5%2035.5%2051.3%2038.5%2048.3C39.5%2049%2040.7%2049.5%2042%2049.8L42%2054%2046%2054%2046%2049.8C47.3%2049.5%2048.5%2049%2049.5%2048.3L52.5%2051.3%2055.3%2048.5%2052.3%2045.5C53%2044.5%2053.5%2043.3%2053.8%2042L58%2042%2058%2038%2053.8%2038C53.5%2036.7%2053%2035.5%2052.3%2034.5L55.3%2031.5%2052.5%2028.7%2049.5%2031.7C48.5%2031%2047.3%2030.5%2046%2030.2L46%2026ZM44%2046C47.3%2046%2050%2043.3%2050%2040%2050%2036.7%2047.3%2034%2044%2034%2040.7%2034%2038%2036.7%2038%2040%2038%2043.3%2040.7%2046%2044%2046Z%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') 5px 2px no-repeat;
}

div.sidebar h2.settings {
    /*background-position-y: -2px; */
}
div.sidebar h2.sign_in {
    /*background-position-y: -25px;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M32%2030C37.5%2030%2042%2025.5%2042%2020%2042%2014.5%2037.5%2010%2032%2010%2026.5%2010%2022%2014.5%2022%2020%2022%2025.5%2026.5%2030%2032%2030L32%2030%2032%2030ZM41%2034.1L41%2034%2024%2034%2024%2038%2040%2038C42.2%2038%2044%2039.8%2044%2042L48%2042C48%2037.9%2044.9%2034.6%2041%2034.1L41%2034.1ZM32%2026C35.3%2026%2038%2023.3%2038%2020%2038%2016.7%2035.3%2014%2032%2014%2028.7%2014%2026%2016.7%2026%2020%2026%2023.3%2028.7%2026%2032%2026L32%2026ZM20%2056L16%2056%2016%2042%2020%2042%2020%2056%2020%2056ZM48%2056L44%2056%2044%2042%2048%2042%2048%2056%2048%2056ZM24%2034C19.6%2034%2016%2037.6%2016%2042L20%2042C20%2039.8%2021.8%2038%2024%2038L24%2034%2024%2034Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E');
}
div.sidebar h2.wod {
    /*background-position-y: -52px;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M4%2012L4%2010%2060%2010%2060%2012%2060%2046%2058%2046%206%2046%204%2046%204%2012%204%2012%204%2012ZM8%2014L56%2014%2056%2042%208%2042%208%2014%208%2014%208%2014ZM20%2050L44%2050%2044%2054%2020%2054%2020%2050%2020%2050%2020%2050ZM12.6%2032.6L26.7%2018.4%2029.5%2021.3%2015.4%2035.4%2012.6%2032.6%2012.6%2032.6%2012.6%2032.6ZM9.8%2024.3L18.3%2015.8%2021.1%2018.6%2012.6%2027.1%209.8%2024.3%209.8%2024.3%209.8%2024.3Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E');
}
div.sidebar h2.wodcomponents {
    /*background-position-y: -77px;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M3.5%2032C3.5%2032%2011.3%2039.8%2011.3%2039.8%2010.9%2040.1%2010.5%2040.4%2010.1%2040.8%206.5%2044.5%206.5%2050.3%2010.1%2053.9%2013.7%2057.5%2019.5%2057.5%2023.2%2053.9%2024.3%2052.8%2024.2%2052.7%2024.2%2052.7L32%2060.5%2044.2%2048.2%2040.9%2047.3C40%2047.1%2039.2%2046.6%2038.5%2046%2036.5%2043.9%2036.5%2040.6%2038.5%2038.5%2040.6%2036.5%2043.9%2036.5%2046%2038.5%2046.6%2039.2%2047.1%2040%2047.3%2040.9L48.2%2044.2%2060.5%2032C60.5%2032%2052.7%2024.2%2052.7%2024.2%2053.1%2023.9%2053.5%2023.5%2053.9%2023.2%2057.5%2019.5%2057.5%2013.7%2053.9%2010.1%2050.3%206.5%2044.5%206.5%2040.8%2010.1%2039.7%2011.2%2039.8%2011.3%2039.8%2011.3L32%203.5%2019.8%2015.8%2023.1%2016.7C24%2016.9%2024.8%2017.4%2025.5%2018%2027.5%2020.1%2027.5%2023.4%2025.5%2025.5%2023.4%2027.5%2020.1%2027.5%2018%2025.5%2017.4%2024.8%2016.9%2024%2016.7%2023.1L15.8%2019.8%203.5%2032%203.5%2032ZM15.2%2028.3C18.8%2031.9%2024.7%2031.9%2028.3%2028.3%2031.9%2024.7%2031.9%2018.8%2028.3%2015.2%2027.1%2014%2027.1%2014.1%2027.1%2014.1L32%209.2%2041.4%2018.6%2042.3%2015.3C42.5%2014.4%2043%2013.6%2043.7%2012.9%2045.7%2010.8%2049%2010.8%2051.1%2012.9%2053.2%2015%2053.2%2018.3%2051.1%2020.3%2050.4%2021%2049.6%2021.5%2048.7%2021.7L45.4%2022.6%2054.8%2032C54.8%2032%2049.9%2037%2049.9%2037%2049.5%2036.5%2049.2%2036.1%2048.8%2035.7%2045.2%2032.1%2039.3%2032.1%2035.7%2035.7%2032.1%2039.3%2032.1%2045.2%2035.7%2048.8%2036.9%2050%2037%2049.8%2037%2049.8L32%2054.8%2022.6%2045.4%2021.7%2048.7C21.5%2049.6%2021%2050.4%2020.3%2051.1%2018.3%2053.2%2015%2053.2%2012.9%2051.1%2010.8%2049%2010.8%2045.7%2012.9%2043.7%2013.6%2043%2014.4%2042.5%2015.3%2042.3L18.6%2041.4%209.2%2032%2014.2%2027C14.2%2027%2014%2027.1%2015.2%2028.3L15.2%2028.3Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E');
}
div.sidebar h2.video:before {
    /*background-position-y: -102px;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20style%3D%22fill-rule%3Aevenodd%3Bfill%3Anone%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpath%20d%3D%22M44%2037.9L44%2026.2%2056%2023%2056%2041.1%2044%2037.9%2044%2037.9%2044%2037.9ZM44%2048L4%2048%204%2016%2044%2016%2044%2022.1%2059.5%2017.9%2060%2020%2060%2044%2059.5%2046.1%2044%2042%2044%2048%2044%2048ZM40%2020L8%2020%208%2044%2040%2044%2040%2020%2040%2020%2040%2020Z%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E');
}
div.sidebar h2 span {
    position: absolute;
    top: 0;
    right: 5px;
    width: 25px;
    height: 25px;
    transition: all .2s ease-in-out;
    transform: rotate(90deg) translate(-2px,2px);
    /*background: url(/AthleteTheme/img/sidebar_arrows.png) top left no-repeat;*/
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') 5px 2px no-repeat;
}

div.sidebar h2 span.off {
    /*background-position-y: -25px;*/
    transform: rotate(180deg) translate(-2px,4px);
}
div.sidebar div.h3 {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 1em;
    margin-bottom: .5em;
    text-transform: uppercase;
    color: #cc2626;
}
div.sidebar h4 {
    font-size: .9125em;
    font-weight: bold;
}
div.sidebar .nav {
    margin-bottom: 1.5em;
}
div.sidebar .nav ul {
    list-style: none;
}
div.sidebar .nav ul li {
    margin: 0;
    padding: 0;
    background: none;
}
div.sidebar .nav ul li a {
    line-height: 1em;
    display: block;
    margin-bottom: 2px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    background: #333;
}
div.sidebar .nav ul li a:hover {
    background: #444;
}
div.sidebar .nav ul li a.active {
    color: #fff;
    background: #cc2626;
}
.Sidebar_BlockActions a {
    line-height: 1em;
    display: block;
    margin-bottom: 2px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    background: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    -
}
.Sidebar_BlockActions a:hover {
    background: #444;
}
.Sidebar_BlockActions a.active {
    color: #fff;
    background: #cc2626;
}
div.sidebar .export li {
    margin: 0;
    padding: 0;
    background: none;
}

.sidebar .svgContainer--video .icon {
    margin: 0 6px 0 0;
    color: #fff;
}

table.EditRecord {
    margin-top: 4px;
    margin-bottom: 8px;
}

td.EditRecord_Caption {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    padding: 12px 7px 12px 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

td.EditRecord_Value {
    padding: 3px;
    vertical-align: middle;
}

td.EditRecord_Value option:hover {
    background-color: #cc2626;
}

table.JournalEditRecord {
    margin-top: 4px;
    margin-bottom: 8px;
}

td.JournalEditRecord_Caption {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    padding: 12px 7px 12px 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td.JournalShowRecord_Caption {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    padding: 12px 7px 12px 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td.JournalShowRecord_Value {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    padding: 12px 7px 12px 0;
    text-align: left;
    vertical-align: top;
}

td.JournalEditRecord_Value {
    padding: 5px;
    vertical-align: top;
}

td.JournalEditRecord_Value img {
    border: 6px solid #fff;
}

td.JournalEditRecord_Value option:hover {
    background-color: #cc2626;
}

table.ShowRecord {
    margin-top: 4px;
    margin-bottom: 8px;
}

td.ShowRecord_Caption {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    padding: 12px 7px 12px 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

td.ShowRecord_Value {
    padding: 3px;
    vertical-align: middle;
}

div.LoginContainer {
    width: 100%;
}

td.ActionRow {
    padding-top: 20px;
    vertical-align: middle;
}

td.ImportValue {
    padding-left: 15px;
}

.journal .nav {
    display: block;
    float: left;
    float: left;
    width: 118px;
    margin: 0 1px 1px 0;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #777;
    background: #181818;
}

.JournalLink {
    padding-top: 5px;
}

.JournalLink a {
    font-size: .85em;
    text-decoration: none;
    color: white;
}

.JournalLink a:hover {
    text-decoration: underline;
    color: #cc2626;
}

.JournalTabUnselected {
    height: 70px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #222;
    background-color: #181818;
}

.JournalTabSelected {
    height: 70px;
    background-color: #222;
}

.CollapsibleDiv {
    font-size: .75em;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.CollapsibleDiv select {
    width: 80%;
    margin-bottom: 1em;
}

.CollapsibleDiv input[type='text'] {
    width: 75%;
    margin-bottom: 1em;
    padding: 6px;
}

.CollapsibleDiv .Button {
    margin-top: .75em;
    margin-bottom: .75em;
}
.SignInWrapper {
    font-size: .75em;
    display: inline;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #d3d3d3;
}
.ReservationDiv {
    font-size: .75em;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #d3d3d3;
}

.ReservationDiv a,
.SignInWrapper a {
    line-height: 1em;
    display: inline;
    margin-bottom: 2px;
    padding: 2px;
    color: #cc2626;
    background: transparent;

    -
}
.ReservationDiv a:hover,
.SignInWrapper a:hover {
    text-decoration: underline;
    background: transparent;
}

.ReservationDiv a.active,
.SignInWrapper a.active {
    color: #fff;
}


.wod_wrapper {
    font-size: 1.35em;
    text-transform: none;
}

.wod_header {
    font-weight: bold;
    margin-bottom: .5em;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #cc2626;
}

.wod_label {
    font-weight: bold;
    margin-top: 1em;
}

.wod_label .strong-tag,
.wod_label strong {
    color: #cc2626;
}

.wod_text {
    margin-left: 20px;
}

.wod_rx {
    padding-left: 20px;
    /* background: url(/AthleteTheme/img/list_arrow.png) left 5px no-repeat; */
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23cc2626%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2248%2034%208%2034%208%2030%2048%2030%2029.8%2019.5%2031.8%2016%2056%2030%2056%2034%2031.8%2048%2029.8%2044.5%2048%2034%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') left top no-repeat;
}

.announcements {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #fae001;
}

.coachboard_class {
    font-size: .85em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error {
    color: #cc2626;
}

.awaiting_review {
    font-size: .85em;
    color: #cc2626;
}

.nowrap {
    white-space: nowrap;
}

span.ValidationMessage {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    max-width: 300px;
    padding: 6px;
    color: white;
    background: #cc2626;
}

input.Not_Valid,
select.Not_Valid,
textarea.Not_Valid {
    border: 2px solid #cc2626;
}
input.Not_Valid,
select.Not_Valid,
textarea.Not_Valid {
    border: 2px solid #cc2626;
}

div.Popup .ui-dialog .ui-dialog-titlebar,
div.Popup.ui-dialog .ui-dialog-titlebar {
    height: 28px;
    padding: 0;
    border-bottom: 0 solid #d8d2aa;
    background: #555 url(/RichWidgets/img/Bar_Gradient.png?1517&27258) repeat-x top;

    _background: #555;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');
}

.AppSwitcherList {
    z-index: 100;
}


.ui-widget-overlay {
         opacity: .8 !important;

    filter: alpha(opacity=80) !important;
    -moz-opacity: .8 !important;
}

div.calendar {
    line-height: 1.2em;
    border-color: white;
}

img.profile {
    border: 6px solid #fff;
}

img.full_profile {
    height: expression(this.height > 150 ? "150px" : true);
    max-height: 150px;
    border: 6px solid #fff;
}

div.RecordPicture_Wrapper {
    float: left;
    padding-right: 50px;
}

div.h1FullScreenWOD {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 4em;
    display: inline-block;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    color: white;
}

div.exitFullScreenLink {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 2em;
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

div.h1FullScreenWOD .strong-tag,
div.h1FullScreenWOD strong {
    color: #cc2626;
}

.headerFullScreenWOD {
    font-weight: bold;
    padding: 20px 0 20px 0;
    color: #cc2626;
}

.CollapsibleDiv .div-inline .strong-tag,
.headerFullScreenWOD  .strong-tag,
.headerFullScreenWOD  strong {
    color: #cc2626;
}

div.iconsFullScreenWOD {
    float: left;
}

div.iconsFullScreenWOD + div.iconsFullScreenWOD {
    margin-left: 5px;
}

.div-inline {
    display: inline;
}

.div-inlineblock {
    display: inline-block;
}

.div-block {
    display: block;
}

.popUpMainContainer {
    margin: 15px;
}

div.Title_Links {
    font-family: 'Roboto', 'Helvetica-Neue', sans-serif;
    font-size: 12px;
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-transform: none;
}

div.LeftList {
    float: left;
    max-width: 250px;
    margin-right: 10px;
}

div.RightContent {
    display: inline-block;
    width: auto;
}

.HelpText {
    font-size: 13px;
    font-style: italic;
}

.Italic {
    font-style: italic;
}

img.hover-over-icon {
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    border-style: none;
}

.sortable_icon {
    width: 16px;
    height: 16px;
    cursor: move;
    background-image: url(/Sortable/img/x240_icons_icons.png?27277);
    background-position: -128px -48px;
}

.truncate {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.truncate :hover:after {
    content: attr(title);
}

.WeightChartTable {
    font-size: .85em;
    width: 500px;
}

.WeightChartTable td {
    padding: 2px;
    vertical-align: middle;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
}


/* ==== Non-semantic helper classes ===
   NOTE:
    - Please define your styles before this section.
*/


/* For image replacement */
.ir {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;

    direction: ltr;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* New Form CSS */
.FormHeader {
    padding: 8px 0 8px 16px;
    vertical-align: middle;
    border: 1px solid #1d1d1d;
    background: #333;
}

.FormHeaderWithImage {
    vertical-align: middle;
    border: 1px solid #1d1d1d;
    background: #333;
}

.FormHeaderImage {
    padding: 2px 8px 2px 16px;
}

.FormBody {
    padding: 18px;
    border: 1px solid #1d1d1d;
    background: #222;
}

.FormButton {
    height: 100px;
    vertical-align: middle;
}

div.TableRecords_Frame {
    clear: both;
    border: 1px solid #333;
}

.FormBodySection {
    background-color: #222;
}

.main .FormBodySection:last-child {
    margin-bottom: 16px;
}

.FormBodySection .FormHeader {
    font-family: 'RobotoBold', 'Helvetica-Neue', sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #fff;
}

.FormBodySection img {
    border: none !important;
}

.FormBodySection .TableRecords_Wrapper {
    padding: 16px;
}

.FormBodySection table.StaticWidth {
    margin: 8px;
}

.FormBodySection table td.EditRecord_Caption {
    font-size: .8em;
    padding: 8px 16px 8px 8px !important;
    color: #999;
}

.FormBodySection table td.EditRecord_Value {
    padding-right: 24px !important;
}

span.InputMandatorySymbol {
    font-size: 12px;
    position: relative;
    padding: 5px;
    content: '*';
    white-space: nowrap;
    color: #bf1601;
}
.MandatoryValue {
    white-space: nowrap;
}

 /* === Dashboard CSS === */
 .deniedpanel {
    width: 384px;
    height: 284px;
    margin: 8px;
    text-align: center;
    color: #999;
}

.iconfont {
    font-family: FontAwesome !important;
    font-size: 20px !important;
}

.iconfont321 {
    font-family: FontAwesome321 !important;
    font-size: 20px !important;
}

.printbutton {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    top: 2px;
    display: inline-block;
    height: 35px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.printbutton:hover,
.wodcardlink:hover,
.pcardlink:hover {
    color: #cc2626;
}

.printbutton > *:first-child {
    margin-right: 8px;
}


/* === Media queries === */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 1220px) {
    /* Style adjustments for viewports 768px and over go here */
    div.sidebar {
        position: absolute;
        /*left: 2%; */
    }

    div.main {
        float: none;
        width: auto;
        margin-left: 0;
        padding-left: 290px;
    }
}

/* === Print styles ==== */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;

            filter: none !important;
        -ms-filter: none !important;
    }


    table {
        width: 90% !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    img[src*='/AthleteTheme//img/Icon_Check_Gold.png']:after {
        font-family: FontAwesome;
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    th,
    td {
        border-right: 1px solid #eee !important;
    }
    tr > td:last-child,
    tr > th:last-child {
        border-right: none !important;
    }
    tr:nth-child(even),
    tr:nth-child(even) td {
        background-color: #eee !important;
    }
    tr {
        background-color: #eee !important;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: .5cm;
    }
    p,
    h2,
    div.h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    div.h3 {
        page-break-after: avoid;
    }
    .noprint {
        display: none !important;
    }
    div.main {
        padding-left: 0 !important;
    }
    div.h1 {
        margin-top: 0;
    }
    .container {
        padding-top: 0;
    }
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'],
    .printbutton {
        display: none !important;
    }
    .Title_Links {
        display: none !important;
    }
    select,
    input,
    .fieldLabel {
        border: 0 !important;
        box-shadow: none !important;
    }
    .chzn-container-single .chzn-single,
    .chosen-container-single .chosen-single {
        border: 0 !important;
        background-color: White !important;
    }

    table.TableRecords tr td,
    table.TableRecords tr th {
        page-break-inside: avoid;
    }
}





/* === Whiteboard Comment Styles ===*/

/*  Conversation styling */

.ConversationContainer {
    background-color: #111111;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

.ConversationContainer .PictureBig {
    margin: 0px;
    width: 100px !important;
    height: 100px !important;
}

.ConversationContainer .PictureSmall {
    margin: 0px;
    width: 30px !important;
    height: 30px !important;
}

/* Stuff at the top of the conversation that describe the performance */
.ConversationContainer .OwnerNameTextBox {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
    display: inline-block;
}

.ConversationContainer .ClassText {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
}

.ConversationContainer .ComponentNameText {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
}

.ConversationContainer .ResultsText {
    font-weight: bold;
    color: #CC2626;
    font-size: 14px;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
}

.ConversationContainer .WhiteboardLinkBox {
    font-weight: normal;
    color: #CC2626;
    font-size: 14px;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
    display: inline-block;
    float: right;
    top: -3px;
    position: relative;
}

.ConversationContainer .WhiteboardLink a {
    color: #CC2626;
}

.ConversationContainer .PerformanceCommentText {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    font-family: "RobotoBold", "Helvetica-Neue", sans-serif;
}

.ConversationContainer .BadgeWrapper {
    display: inline-block !important;
}

.ConversationContainer .SocialLinks {
    color: #BBBBBB;
    font-size: 11px;
}

.ConversationContainer .SocialLinks a {
    text-decoration: none;
    color: #BBBBBB;
}


/* Like and view more comments box */
.ConversationContainer .NotesContainer {
    color: #BBBBBB;
    font-size: 12px;
    background-color: #222222;
    padding: 3px 0px 3px 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.ConversationContainer .NotesContainer a {
    color: #BBBBBB;
    text-decoration: none;
}

.ConversationContainer .NotesContainer .iconfont{
    font-family: FontAwesome321 !important;
    font-size: 14px !important;
    top: 1px;
    position: relative;
    color: #BBBBBB;
}


/* Container for comments */
.ConversationContainer .CommentsContainer {
    color: #BBBBBB;
    font-size: 12px;
    background-color: #222222;
    padding: 3px 0px 3px 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.ConversationContainer .CommentsContainer a {
    color: #BBBBBB;
    text-decoration: none;
}

.ConversationContainer .CommentsContainer .SocialLinks {
    color: #777777;
    font-size: 11px;
}

.ConversationContainer .CommentsContainer .SocialLinks a {
    text-decoration: none;
    color: #777777;
}

.ConversationContainer .CommentsContainer .NameText{
    color: #BBBBBB;
    font-weight:bold;
}

.ConversationContainer .CommentsContainer .CommentText{
    color: #FFFFFF;
}

.ConversationContainer .CommentsContainer .iconfont{
    font-family: FontAwesome321 !important;
    font-size: 14px !important;
    top: 1px;
    position: relative;
    color: #777777;
}

.ConversationContainer .BackButton {
    color: #CC2626;
    font-size: 12px;
    background-color: #222222;
    padding: 3px 0px 3px 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.ConversationContainer .BackButton a {
    color: #CC2626;
    text-decoration: none;
}

.ConversationContainer .BackButton .iconfont{
    font-family: FontAwesome321 !important;
    font-size: 14px !important;
    top: 1px;
    position: relative;
    color: #CC2626;
}

/* new smaller post button */
.ConversationContainer .PostButton {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    top: -1px;
    padding: 6px 30px 8px 5px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #cb2626;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E');
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-gradient(linear, left top, left bottom, from(#cb2626), to(#7c0f0f));
    /* Saf4+, Chrome */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-linear-gradient(top, #cb2626, #7c0f0f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -moz-linear-gradient(top, #cb2626, #7c0f0f);
    /* FF3.6 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -ms-linear-gradient(top, #cb2626, #7c0f0f);
    /* IE10 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -o-linear-gradient(top, #cb2626, #7c0f0f);
    /* Opera 11.10+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), linear-gradient(top, #cb2626, #7c0f0f);
    background-repeat: no-repeat;
    background-position: right center;
}

/* Pencil Container stuff */
.ConversationContainer .PencilBanner {
    display: inline-block;
    color: #BBBBBB;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 1000;
    text-align: center;
    white-space: nowrap;
    width: 15px;
    height: 15px;
    line-height: 13px;
}

.ConversationContainer .PencilBanner a {
    text-decoration: none;
    color: #BBBBBB !important;
    display: block;
    height: 100%;
    width: 100%;
}

.ConversationContainer .PencilBanner .pencilicon{
    font-family: FontAwesome321 !important;
    font-size: 10px !important;
    color: #BBBBBB;
}

.ConversationContainer .EditButtonBanner {
    display: inline-block;
    color: #111111;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 1px;
    z-index: 1000;
    text-align: right;
    white-space: nowrap;
    line-height: 1.5;
    background-color: #BBBBBB !important;
    border: 1px solid #666666;
    padding-right: 3px;
    padding-left: 3px;
}

.ConversationContainer .EditButtonBanner a {
    text-decoration: none;
    color: #111111 !important;
}

a.CommentNodeInlineLink {
    color: #cc2626 !important;
    text-decoration: underline !important;
}



/* === Notifications styling ===*/
.NotificationsContainer {
    background-color: #111111;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

.NotificationsContainer .PictureBig {
    margin: 0px;
    width: 100px !important;
    height: 100px !important;
}

.NotificationsContainer .PictureSmall {
    margin: 0px;
    width: 30px !important;
    height: 30px !important;
}

.NotificationsContainer .ActionLinks {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
}

/* Container for viewed notifications */
.NotificationsContainer .CommentsContainerRead {
    color: #BBBBBB;
    font-size: 12px;
    background-color: #222222;
    padding: 3px 0px 3px 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.NotificationsContainer .CommentsContainerRead a {
    color: #BBBBBB;
    text-decoration: none;
}

.NotificationsContainer .CommentsContainerRead .SocialLinks {
    color: #777777;
    font-size: 11px;
}

.NotificationsContainer .CommentsContainerRead .SocialLinks a {
    text-decoration: none;
    color: #777777;
}

.NotificationsContainer .CommentsContainerRead .NameText{
    color: #BBBBBB;
    font-weight:bold;
}

.NotificationsContainer .CommentsContainerRead .CommentText{
    color: #FFFFFF;
}

.NotificationsContainer .CommentsContainerRead .iconfont{
    font-family: FontAwesome321 !important;
    font-size: 14px !important;
    top: 1px;
    position: relative;
    color: #777777;
}

/* Read Icon Container stuff */
.NotificationsContainer .CommentsContainerRead .ReadIconBanner {
    display: inline-block;
    color: #BBBBBB;
    font-size: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    text-align: center;
    white-space: nowrap;
    width: 10px;
    height: 10px;
    line-height: 11px;
}

.NotificationsContainer .CommentsContainerRead .ReadIconBanner a {
    text-decoration: none;
    color: #BBBBBB;
    display: block;
    height: 100%;
    width: 100%;
}

.NotificationsContainer .CommentsContainerRead .ReadIconBanner .readicon{
    font-family: FontAwesome321 !important;
    font-size: 6px !important;
    color: #BBBBBB;
}


/* Container for unviewed notifications */
.NotificationsContainer .CommentsContainerUnRead {
    color: #BBBBBB;
    font-size: 12px;
    background-color: #444444;
    padding: 3px 0px 3px 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}

.NotificationsContainer .CommentsContainerUnRead a {
    color: #BBBBBB;
    text-decoration: none;
}

.NotificationsContainer .CommentsContainerUnRead .SocialLinks {
    color: #777777;
    font-size: 11px;
}

.NotificationsContainer .CommentsContainerUnRead .SocialLinks a {
    text-decoration: none;
    color: #777777;
}

.NotificationsContainer .CommentsContainerUnRead .NameText{
    color: #BBBBBB;
    font-weight:bold;
}

.NotificationsContainer .CommentsContainerUnRead .CommentText{
    color: #FFFFFF;
}

.NotificationsContainer .CommentsContainerUnRead .iconfont{
    font-family: FontAwesome321 !important;
    font-size: 14px !important;
    top: 1px;
    position: relative;
    color: #777777;
}

/* Read Icon Container stuff */
.NotificationsContainer .CommentsContainerUnRead .ReadIconBanner {
    display: inline-block;
    color: #BBBBBB;
    font-size: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    text-align: center;
    white-space: nowrap;
    width: 10px;
    height: 10px;
    line-height: 11px;
}

.NotificationsContainer .CommentsContainerUnRead .ReadIconBanner a {
    text-decoration: none;
    color: #BBBBBB;
    display: block;
    height: 100%;
    width: 100%;
}

.NotificationsContainer .CommentsContainerUnRead .ReadIconBanner .readicon{
    font-family: FontAwesome321 !important;
    font-size: 6px !important;
    color: #BBBBBB;
}

/* This is for the @mention system */
.ui-autocomplete .ui-menu-item span {
    color: #fff !important;
}

/* This is for the @mention system */
.ui-autocomplete .ui-menu-item img {
    width: 30px;
    height: 30px;
}

/* This is for the @mention system */
.ui-autocomplete ul.ui-autocomplete {
    width: 300px;
}

.UnselectedButton {
  background-color: #cc2626;
  border-style: outset;
  border-width: 3px;
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  *overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica-Neue", sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.SelectedButton {
  background-color: #65a6f4;
  border-style: inset;
  border-width: 3px;
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  *overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica-Neue", sans-serif;
  font-size: 13px;
  line-height: 15px;
}

html body.OUTSYSTEMS_INTERNAL_WEBBLOCK_BODY {
    -servicestudiobackground-color: black;
}

.cke_dialog_body input[type="text"], cke_dialog_body input[type="number"], cke_dialog_body input[type="password"], cke_dialog_body input[type="search"], cke_dialog_body input[type="email"], cke_dialog_body textarea, cke_dialog_body select {
    color: #000 !important;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar, div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background-color: #ccc !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#222)) !important;
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ccc, #222) !important;
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ccc, #222) !important;
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ccc, #222) !important;
    /* IE10 */
    background-image: -o-linear-gradient(top, #ccc, #222) !important;
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ccc, #222) !important;
}

.AttachmentWrapper {
    margin-top: 10px;
}

a.Favorite {
    text-decoration: none;
    color: #ffdd00;
    font-family: FontAwesome321 !important;
    font-size: 20px !important;
}

a.NotFavorite {
    text-decoration: none;
    color: #ccc;
    font-family: FontAwesome321 !important;
    font-size: 20px !important;
}

.chosen-container .chosen-drop {
    background: #333 !important;
    border-color: #555 !important;
}

.chosen-container-single .chosen-single {
    background: none !important;
    background-color: #333 !important;
    border-radius: 0 0 0 0 !important;
    border-color: #555 !important;
    color: #fff !important;
    padding: 4px 0 0 8px !important;
}

.chosen-container-single .chosen-single {
    height: 29px !important;
    line-height: 26px !important;
    box-shadow: none;
}

.chosen-container-single .chosen-single-with-drop {
    background: #333 !important;
    box-shadow: none !important;
}

.chosen-container-single .chosen-single div {
    -webkit-border-radius: 0 0px 0px 0 !important;
    -moz-border-radius: 0 0px 0px 0 !important;
    border-radius: 0 0px 0px 0 !important;
    -moz-background-clip: padding !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    background: #ccc !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)) !important;
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%) !important;
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%) !important;
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%) !important;
    background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ) !important;
    background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%) !important;
    border-left: 1px solid #aaa !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    display: block !important;
    height: 100% !important;
    width: 18px !important;
}

.chosen-container .chosen-results .active-result {
    color: #fff !important;
}

.chosen-container .chosen-results .no-results {
    background: #333 !important;
}

.chosen-container .chosen-results li em  {
    background: #cc2626;
}

.chosen-select {
    visibility:hidden !important;
}

.filter .chosen-container{
    /*This is required for the chzn selects to be aligned with the buttons in IE + FF*/
    vertical-align: middle;
    margin-right: 10px;
}

.chosen-container-single .chosen-single div b {
    background: url('/Chosen/img/chosensprite.png?11312&24196') no-repeat 3px 8px !important;
}

.chosen-container-active .chosen-single-with-drop {
    border: 1px solid #aaa !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #eee !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)) !important;
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%) !important;
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%) !important;
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%) !important;
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ) !important;
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%) !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.chosen-container-active .chosen-single-with-drop div {
    background: transparent !important;
    border-left: none !important;
}
.chosen-container-active .chosen-single-with-drop div b {
    background-position: -18px 1px !important;
}
.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #5897fb !important;
}
.chosen-container-active .chosen-choices .search-field input {
    color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 8px !important;
}

.chosen-container-active .chosen-choices {
  box-shadow: none !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    color: #000;
}

.EditFieldLabelLeft {
    border: 1px solid #333;
    border-right: 0;
    color: #AAA;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 34px;
    padding: 0 8px;
    top: 2px;
    border-radius: 4px 0 0 4px;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25) inset;
    font-size: 14px;
    margin-left: 5px;
}

.EditFieldLabelRight {
    border: 1px solid #333;
    border-left: 0;
    color: #AAA;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 34px;
    padding: 0 8px;
    top: 2px;
    border-radius: 0px 4px 4px 0;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25) inset;
    font-size: 14px;
    margin-right: 5px;
}

div.SectionWrapper, div.SectionWrapperTop, div.SectionWrapperBottom {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom-color: #333;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    clear: both;
    width: 1100px;
}

div.SectionWrapperTop {
    padding-top: 0px;
}

div.SectionWrapperBottom {
    padding-bottom: 0px;
    border-bottom: none;
}

div.SectionDescription {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-right: 40px;
}

div.SectionContents {
    display: inline-block;
    vertical-align: top;
    width: 810px;
}

div.SectionValueTitle {
    font-weight: bold;
}

div.SectionValueTitle .ExampleText {
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 10px;
}

div.SectionValue {
    padding-top: 10px;
    padding-bottom: 20px;
}

.SectionTitle {
    font-size: 1.4em;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

div.SplitSectionValueWrapperLeft, div.SplitSectionValueWrapperRight {
    display: inline-block;
    width: 405px;
    vertical-align: top;
}


.BottomBorder {
    border-bottom-color: #555555;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}



/* === Pood - Added 8-5-2014 === */
.PoodContainer {
    position: absolute;
    z-index: 5;
    top: 68px;
    left: 302px;
    overflow: hidden;
    width: 70px;
    height: 20px;
    cursor: pointer;
}

.PoodHeader {
    font-size: 14px;
    position: absolute;
    z-index: 500;
    top: 38px;
    left: 385px;
    display: none;
    padding: 4px 12px 3px 10px;
    cursor: pointer;
    color: #333;
    border-radius: 6px;
    background-color: #ffff75;
    box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, .56);
}

.PoodHeader:after {
    position: absolute;
    top: 6px;
    left: -12px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 17.3px 10px 0;
    border-style: solid;
    border-color: transparent #ffff75 transparent transparent;
}

.PoodNotification {
    font-size: 14px;
    position: absolute;
    z-index: 700;
    top: 90px;
    left: 302px;
    width: 300px;
    height: 250px;
    padding: 10px;
    color: #333;
    border-radius: 6px;
    background: rgb(255,255,255); /* Old browsers */
    background:    -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 24%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(24%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 24%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 24%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 24%); /* IE10+ */
    background:         linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 24%); /* W3C */
    -webkit-box-shadow: 3px 3px 3px 0 rgba(50, 50, 50, .77);
       -moz-box-shadow: 3px 3px 3px 0 rgba(50, 50, 50, .77);
            box-shadow: 3px 3px 3px 0 rgba(50, 50, 50, .77);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.PoodNotification .PoodNotificationsContainer {
    overflow-y: auto;
    max-height: 205px;
}
.PoodNotification .HeaderText {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.PoodNotification .HeaderText:after {
    display: block;
    margin-bottom: -8px;
    padding-bottom: 5px;
    content: '';
    border-bottom: 1px solid #f7f7f7;
}

.PoodNotification .CloseButton {
    font-family: FontAwesome321;
    font-size: 14px;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    color: #666;
}
.PoodNotification .CloseButton a {
    text-decoration: none;
    color: #666;
}

.PoodNotification .TeaserText {
    line-height: 17px;
}

@media print {
    .PoodContainer,
    .PoodHeader,
    .PoodNotification,
    .PoodNotificationsContainer,
    .PoodNotification .HeaderText,
    .PoodNotification .CloseButton,
    .PoodNotification .TeaserText {
        display: none !important;
        visibility: hidden;
    }
}


/*Intercom.io messenger styles */
#intercom-launcher, .intercom-launcher  {
    margin-bottom: 40px !important;
    visibility: hidden !important;
}

/* === WOD === */
.wod-image {
    width: 530px;
    height: 300px;
}

.wod-image img {
    width: 100% !important;
    height: 100% !important;
}

.wod-image-caption {
    font-size: 1em;
    box-sizing: border-box;
    width: 530px;
    min-height: 37px;
    margin-bottom: 10px;
    padding: 13px;
    vertical-align: middle;
    background: #333;
}

.wod-image--small .wod-image {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 530px;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
}

.wod-image--small .wod-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
}

.wod-image--small .wod-image-caption {
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    min-height: 37px;
    padding: 13px;
    text-indent: 0;
    background: none;
}



.logininfo--feedback {
    font-size: 30px;
    text-decoration: none;
}

div .ul-login .li-markup .logininfo--feedback {
    color: #444;
}

.Sidebar_BlockActions a.sidebar--videolibrary {
    line-height: inherit;
    display: inherit;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #cc2626;
    background: transparent;
    vertical-align: bottom;
}
.PerformanceResultHasScoreOrHasSaved {
    color: #666;
}

.ReservationDiv .RemainingTitle {
    color: #cc2626;
}
a.woddisplay--component {
    background-color: #cc2626;
}
.EditResultsWrapper .icon {
    position: relative;
    margin-bottom: -3px;
}
.EditResultsWrapper .icon.icon--pr {
    font-size: 21px;
    margin: 0 0 -4px -1px;
}
.EditResultsWrapper .icon.icon-birthday {
    font-size: 21px;
    margin: 0 0 -4px -1px;
}
.BadgeBannerWhiteboard .icon.icon--pr {
    font-size: 23px;
    margin: 0 -2px 0 0;
}
.BadgeBannerWhiteboard .icon.icon-birthday {
    font-size: 23px;
    margin: 0 -2px 0 0;
}
.EditResultsWrapper .icon.icon-graphLine {
    font-size: 20px;
    margin: 1px 0 0 0;
}
.BadgeBannerCoachboard svg {
    margin: 1px 0 0 5px;
}
.EditResultsWrapper .iconfont.searchIcon {
    margin-left: 10px;
    text-decoration: none;
}
.EditResultsWrapper .iconfont.searchIcon:not(.PerformanceResultHasScoreOrHasSaved) {
    color: #666;
}
.sidebar-invalidUserMessage {
    color: #cc2626 ;
}
.ReservationDiv .icon-calendar,
.ReservationDiv .icon-forbidden,
.TableRecords .icon-calendar,
.TableRecords .icon-forbidden {
    font-size: 14px;
    line-height: 0;
    position: relative;
    margin-bottom: -3px;
    color: #fff;
}
.TableRecords .icon-calendar,
.TableRecords .icon-forbidden,
.TableRecords .icon-ticket {
    font-size: 18px;
    top: 2px;
    margin-bottom: -2px;
}
.TableRecords .icon-ticket {
    font-size: 20px;
    margin-bottom: -5px;
}
.ReservationDiv .icon-calendar.icon-calendar--disabled,
.TableRecords .icon-calendar.icon-calendar--disabled {
    color: #666;
}
.Conversation_PerformanceTitleContainer .icon.icon--pr {
    font-size: 18px;
    position: relative;
    top: -2px;
    margin-bottom: -6px;
}
.Sidebar_BlockActions .RxFilterWrapper a {
    padding: 0 0;
    background-color: transparent;
}
.icon-checked.icon--gold {
    font-size: 27px;
    margin: -3px 0 -8px 0;
}
.svgContainer.waiver-userPicture {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 6px solid #fff;
}
.svgContainer.waiver-userPicture .icon {
    width: 60px;
    height: 60px;
}


/* override of Coachboard Css */
input.ResultSaveButton[disabled] {
    /*background-color: #999;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-gradient(linear, left top, left bottom, from(#999), to(#333)) !important;
    /* Saf4+, Chrome */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-linear-gradient(top, #999, #333) !important;
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -moz-linear-gradient(top, #999, #333) !important;
    /* FF3.6 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -ms-linear-gradient(top, #999, #333) !important;
    /* IE10 */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -o-linear-gradient(top, #999, #333) !important;
    /* Opera 11.10+ */
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), linear-gradient(top, #999, #333) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.CardWrapperCoachboard > .svgContainer {
    display: inline-block;
}
.CardWrapperCoachboard > .svgContainer .icon {
    margin-bottom: -8px;
}

/* override of Coachboard Entry Css */
.Iron .Button {
    /* background-color: #FA523A;*/
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E'), -webkit-linear-gradient(top, #fa523a, #333) !important;
    /* color: #666666;*/
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.Iron .ConversationContainer .PostButton {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2064%2064%27%3E%09%09%3Cg%20fill%3D%22none%22%3E%0A%09%09%09%3Cg%20fill%3D%22%23fff%22%3E%0A%09%09%09%09%3Cpolygon%20points%3D%2246.5%2030.5%2046.5%2030.5%2021%205%2018.2%207.9%2040.8%2030.5%2018.2%2053.1%2021%2056%2046.5%2030.5%2046.5%2030.5%22%2F%3E%0A%09%09%09%3C%2Fg%3E%0A%09%09%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}


/* override of ViewConversation Css */
.ConversationContainer .icon.icon-userMale,
.ConversationContainer .icon.icon-userFemale,
.Conversation_Container .icon.icon-userMale,
.Conversation_Container .icon.icon-userFemale {
    width: 175px;
    height: 175px;
}
.ConversationContainer .PictureBig,
.ConversationContainer .PictureBig .icon.icon-userMale,
.ConversationContainer .PictureBig .icon.icon-userFemale,
.Conversation_Container .PictureBig,
.Conversation_Container .PictureBig .icon.icon-userMale,
.Conversation_Container .PictureBig .icon.icon-userFemale {
    width: 100px !important;
    height: 100px !important;
    margin: 0;
}
.ConversationContainer .PictureSmall,
.ConversationContainer .PictureSmall .icon.icon-userMale,
.ConversationContainer .PictureSmall .icon.icon-userFemale,
.Conversation_Container .PictureSmall,
.Conversation_Container .PictureSmall .icon.icon-userMale,
.Conversation_Container .PictureSmall .icon.icon-userFemale {
    width: 30px !important;
    height: 30px !important;
    margin: 0;
}

.waiversHeadsUp {
    color: orange;
}


/* === Powered By Wodify Webblock === */

.poweredByWodify {
    position: absolute;
    z-index: 2;
    top: 55px;
    right: 10px;
}
.poweredByWodify svg {
    width: 161px;
    height: auto;
    color: #fff;
}


/* === Password Reveal === */

.passwordReveal {
    display: block;
    position: relative;
}

.passwordReveal .inputPlaceholder {
    position: relative;
    padding: 0px 4px 0px 0px;
}

.passwordReveal .iconPlaceholder {
    width: 15px;
    cursor: pointer;
    height: 32px;
    color: #fff;
}

.passwordReveal .iconPlaceholder .password-eye {
    position: relative;
    top: 6px;
}

.passwordReveal .iconPlaceholder .password-eye.eyecrossed:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(-34deg);
    top: 7px;
}

.Classic .passwordReveal .iconPlaceholder {
    color: #fff;
}

.Classic .passwordReveal .iconPlaceholder .password-eye.eyecrossed:before {
    background: #fff;
    top: 5px;
}

.Light .passwordReveal .iconPlaceholder {
    color: #000;
}

.Light .passwordReveal .iconPlaceholder .password-eye.eyecrossed:before {
    background: #000;
    top: 5px;
}

.Dark .passwordReveal .iconPlaceholder {
    color: #fff;
}

.Dark .passwordReveal .iconPlaceholder .password-eye.eyecrossed:before {
    background: #fff;
    top: 5px;
}

.DocumentPopup .passwordReveal .iconPlaceholder .password-eye.eyecrossed:before {
    top: 6px;
}

/* Heart Rate Monitor Coachboard
****************************************************************************/

.coachboardCardHRM{
    width: 100%;
    position: relative;
    background-color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans Pro";
}

.coachboardCardHRM-stateContainer{
    position: relative;
    display:block;
    padding: 8px 16px;
    box-sizing: border-box;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}

.coachboardCardHRM-message{
    color: rgba(255, 255, 255, 0.5);
}
.coachboardCardHRM-noDataMessage{
    color: rgba(0, 0, 0, 0.7);
}

.coachboardCardHRM-hrmInfo{
    display: none;
    position:relative;
    padding: 8px;
    color: #ffffff;
    background-color: #404040;
}
.coachboardCardHRM-hrmInfo.level1{
    background-color: #404040;
}
.coachboardCardHRM-hrmInfo.level2{
    background-color: #5b5b5b;
}
.coachboardCardHRM-hrmInfo.level3{
    background-color: #29A3CC;
    color: #111;
}
.coachboardCardHRM-hrmInfo.level4{
    background-color: #29CC5F;
    color: #111;
}
.coachboardCardHRM-hrmInfo.level5{
    background-color: #FFE100;
    color: #111;
}
.coachboardCardHRM-hrmInfo.level6{
    background-color: #EF3E2D;
}

.coachboardCardHRM-hrmNotReceivingData{
    display: none;
    background-color: #fff;
    color: #111;
    line-height: normal;
    padding: 8px;
    position: relative;
    cursor: pointer;
}
.coachboardCardHRM-hrmNotReceivingData .svgContainer,
.coachboardCardHRM-hrmNotReceivingData .messageContainer{
    display: inline-block;
    vertical-align: middle;
}
.coachboardCardHRM-hrmNotReceivingData .svgContainer{
    padding:4px 8px 0 0;
}
.coachboardCardHRM-hrmNotReceivingData .svgContainer svg.icon-info{
    color:#000;
    transform: rotate(180deg);
}

.coachboardCardHRM-stateContainer .coachboardCardHRM-pairButton{
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.coachboardCardHRM-stateContainer svg{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 8px;
    color: #ffffff;
}

.coachboardCardHRM-loader{
    position: absolute;
    width: 100%;
    top: -100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding-top: 14px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
    color: #ffffff;
}

.coachboardCardHRM-loaderIcon{
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #999999;
    position: relative;
    border-radius: 30px;
    margin:12px auto;
    position: relative;
}

.coachboardCardHRM-loaderIcon:before {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    content: '';
    background: -moz-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -webkit-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -o-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -ms-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: linear-gradient(to right, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    -webkit-animation: load 1.4s infinite linear;
    animation: load 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    transition: all .1s linear;
}

.coachboardCardHRM-loaderIcon:after {
    background: #ffffff;
    width: 72%;
    height: 72%;
    border-radius: 70%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.coachboardCardHRM-loaderIcon--success:before,
.coachboardCardHRM-loaderIcon--success:after{
    width: 30px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    border-radius: 40px;
    -webkit-animation: success 2s infinite linear;
    animation: success 2s infinite linear;
    transform-origin: 50%;
    top: 0;
    left: 0;
}

.coachboardCardHRM-loaderIcon--success:after{
    -webkit-animation: success 2s linear .2s infinite;
    animation: success 2s linear .2s infinite ;
}

.coachboardCardHRM-loaderIconContainer{
    position: relative;
    width: 22px;
    top: 9px;
    left: 5px;
    z-index: 2;
    height: 17px;
    overflow: hidden;
    z-index: 1;
}

.coachboardCardHRM-loaderIcon svg{
    width: 1em;
    height: 1em;
    transform: scale(1.8);
    left: 1px;
    top: 0px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.coachboardCardHRM-loaderIcon--success svg{
    top:-28px;
    left: 0px;
}

.coachboardCardHRM-loaderIcon--success svg:first-of-type{
    left:1px;
}

.coachboardCardHRM-loader--active{
    display: block;
    opacity: 1;
}

.coachboardCardHRM-hrmStatus, 
.coachboardCardHRM-hrmData,
.coachboardCardHRM-arrow{
    display: inline-block;
    line-height: normal;
    box-sizing: border-box;
    position: relative;
}
.coachboardCardHRM-hrmStatus{
    width: 60%;
}

.coachboardCardHRM-hrmData{
    width: 40%;
}

.coachboardCardHRM-hrmInfo svg.icon-arrowDown,
.coachboardCardHRM-hrmNotReceivingData svg.icon-arrowDown{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
}

.coachboardCardHRM-hrmStatus .icon{
    width: 1em;
    height: 1em;
    transform: scale(2);
    float: right;
    top: 9px;
    position: relative;
    left: 2px;
    color:#ffffff !important;
}

.coachboardCardHRM-hrmBpm{
    /* To be determined... */
}

.coachboardCardHRM-hrmBpmValue{
    /* To be determined... */
}

.coachboardCardHRM-hrmPercentage{
    /* To be determined... */
}

.coachboardCardHRM-hrmPercentageSymbol{
    font-size: 12px;
    font-weight: 200;
    top: -6px;
    position: relative;
}

.coachboardCardHRM-Title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.coachboardCardHRM-SubText{
    font-size: 14px;
    opacity: 0.5;
    line-height: 20px;
}

.coachboardCardHRM-SelectBeltContainer {
    display: block;
    position: absolute;
    text-decoration: none;
    max-height: 260px;
    overflow: auto;
    width: 272px;
    max-width: 272px;
    z-index: 1020;
    background: #000;
    color:#fff;
    max-height: 240px;
    overflow: auto;
    background-color: #404040;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 3px rgba(0,0,0,0.12), 0 4px 5px 0 rgba(0,0,0,0.2);
}


.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px 4px 24px;
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.coachboardCardHRM-BeltItem-assignText {
    color: #E57574;
}

.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem:hover,
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.personal:hover,
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.addPersonal:hover {
    background-color: #E57574;
    color: rgba(0,0,0,0.8);
}

.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem:hover .coachboardCardHRM-BeltItem-assignText {
    color: #FFFFFF;
}

.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem svg.icon-checked {
    display: none;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
}

/* Add personal belt option */
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.addPersonal {
    background-color: #282828;
    padding: 16px 16px 16px 24px;
    color: #E57574;
}
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.addPersonal:hover {
    background-color: #E57574;
    color: #fff;
}
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.addPersonal.contrast-secondary-background:hover{
    background-color: #E57574!important;
}

/* Personal belt item */
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.personal {
    background-color: #333;
}
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.personal.assigned,
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.personal.assigned:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* Assigned belt item */
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.assigned,
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.assigned:hover {
    background-color: #404040;
    color: #fff;
}
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.assigned .coachboardCardHRM-BeltItem-assignText {
    color: rgba(255,255,255,0.5);
}
.coachboardCardHRM-SelectBeltContainer .coachboardCardHRM-BeltItem.assigned svg.icon-checked {
    display: block;
}


/* Generic buttons definitions */
.athleteProfileHRM-button{
    display: inline-block;
    padding: 13px 26px 11px 15px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
    width: 240px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0 0 5px 0 rgba(87, 61, 139, .4);
    margin-right: 15px;
    text-decoration: none;
}

.athleteProfileHRM-button:hover{
    text-decoration: none;
}

.athleteProfileHRM-button .icon{
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    top: 10px;
    color: #fff;
}

.athleteProfileHRM-buttonRemove{
    display: inline-block;
}

.athleteProfileHRM-button .icon-checked{
    top:5px;
}

.athleteProfileHRM-loaderIcon{
    margin-left: 0px;
    position: absolute;
    right: 15px;
    top: 9px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 30px;
}

.athleteProfileHRM-loaderIcon:before {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    content: '';
    background: -moz-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -webkit-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -o-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: -ms-linear-gradient(left, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    background: linear-gradient(to right, rgba(151, 151, 151, 0) 0%, rgba(255, 255, 255, .76) 56%);
    -webkit-animation: load 1.4s infinite linear;
    animation: load 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    transition: all .1s linear;
}

.athleteProfileHRM-loaderIcon:after {
    background: #ffffff;
    width: 72%;
    height: 72%;
    border-radius: 70%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.athleteProfileHRM-loaderIcon--success:before,
.athleteProfileHRM-loaderIcon--success:after{
    width: 22px;
    height: 22px;
    background: #ffffff;
    position: absolute;
    border-radius: 40px;
    -webkit-animation: success 2s infinite linear;
    animation: success 2s infinite linear;
    transform-origin: 50%;
    top: 0;
    left: 0;
}

.athleteProfileHRM-loaderIcon--success:after{
    -webkit-animation: success 2s linear .2s infinite;
    animation: success 2s linear .2s infinite ;
}

.athleteProfileHRM-loaderIcon--success svg{
    top:-28px;
    left: 0px;
}

.athleteProfileHRM-loaderIcon svg{
    width: 1em;
    height: 1em;
    transform: scale(1.8);
    left: 1px;
    top: 0px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.athleteProfileHRM-loaderIconContainer{
    position: relative;
    width: 22px;
    top: 7px;
    left: 7px;
    height: 17px;
    overflow: visible;
    z-index: 1;
}

.athleteProfileHRM-loaderIcon--success .athleteProfileHRM-loaderIconContainer{
    top: 3px;
    left: 5px;
}

.athleteProfileHRM-loaderIconContainer .icon{
    position: absolute;
    right: 0px;
    width: 11px;
    height: 15px;
    top: 1px;
}

/* Kiosk */
.athleteProfileHRM-button--kiosk{
    background-color: #C81F1B;
}

.athleteProfileHRM-buttonRemove--kiosk{
    color:#C81F1B;
}

.athleteProfileHRM-button--kiosk .icon-checked{
    color:#C81F1B;
}

.athleteProfileHRM-button--kiosk .athleteProfileHRM-loaderIconContainer{
    color: #C81F1B;
}

.athleteProfileHRM-button--kiosk .athleteProfileHRM-loaderIconContainer .icon{
    color: #C81F1B;
}

.athleteProfileHRM-button--kiosk .icon-hrm{
    color: #ffffff;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes success {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes success {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

/*------------------------------------*\
    Shared Payments
\*------------------------------------*/
.sharedPayments-sharedUsersAvatarList{
    padding: 5px 8px;
    box-sizing: border-box;
}

.sharedPayments-sharedUserAvatar{
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    box-sizing: content-box;
    position: relative;
}

.sharedPayments-sharedUserAvatar--last{
    background-color: #D8D8D8;
    color: #666666;
    text-align: center;
    padding: 2px 4px;
    height: 28px;
    min-width: 28px;
    box-sizing: border-box;
    top: 2px;
    width: auto;
}

.sharedPayments-sharedUserAvatar img{
    height: 24px;
    width: 24px;
}

.sharedPayments-sharedPaymentMethodList{
    margin: 15px;
}

.sharedPayments-sharedPaymentVisaNumber{
    display: inline-block;
}

.sharedPayments-sharedPaymentExpires{
    float: right;
    display: inline-block;
}

.sharedPayments-paymentMethodIcon{
    display: inline-block;
    margin-right: 15px;
}

.sharedPayments-userListItem{
    margin-bottom: 15px;
}

.sharedPayments-userListItemInfo{
    margin-bottom: 10px;
    display: inline-block;
    top: -19px;
    position: relative;
}

.sharedPayments-userListItem > div{
    line-height: 15px;
}

.sharedPayments-userListItemPicture{
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.sharedPayments-userListLink{
    font-size: 10px;
}

/* Account switcher
-------------------------------------------------------------------*/

.accountswitcher{
    background-color: #3A3A3A;
    height: 529px;
    overflow: hidden;
}

.accountswitcher-accountListContainer{
    padding: 32px;
    height: 429px;
    overflow-y: scroll;
}

.accountswitcher-header{
    width: 100%;
    background-color: #CE231D;
    padding: 8px 16px 4px 16px;
    line-height: 24px;
    box-sizing: border-box;
    position: relative;
}

.accountswitcher-header .icon {
    display: block;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 3px;
    color: #ffffff;
    position: absolute;
}

.accountswitcher-accountContainer{
    padding:24px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    margin-bottom: 16px;
    cursor: pointer;
    background-color: #494949;
    position: relative;
    cursor: pointer;
    height: 48px;
}

.accountswitcher-accountImage{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.accountswitcher-tenantInfo {
    display: inline-block;
    overflow: hidden;
    width: 320px;
    height: 48px;
    margin: 0;
}

.phone .accountswitcher-tenantInfo {
    width: 170px;
    margin: 0 1px 1px 1px;
}

.accountswitcher-tenantName{
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.accountswitcher-userRole{
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    position: relative;
    top: -10px;
}

.accountswitcher-warning{
    width: 100%;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    font-weight: 600;
    padding-top: 63px;
    pointer-events: none;
}

.accountswitcher-handler{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.accountswitcher-handler svg{
    width:32px;
    height:16px;
    color:#383838;
}

.accountswitcher-placeholder{
    width: 100%;
    height: 100px;
    margin-bottom: 16px;
}

.accountswitcher .popUpMainContainer{
    margin: 0;
}

.accountswitcher table{
    width: 100%;
}

.SignatureContainer {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
}

/* Account switcher - Person
-------------------------------------------------------------------*/
.accountswitcher--person {
    height: 420px;
}

.accountswitcher--person .accountswitcher-accountListContainer {
    max-height: 320px;
    padding: 32px 32px 16px 32px;
}


/* Tooltips from SilkUI
-------------------------------------------------------------------*/
.tooltipstered {
    cursor: help;
}

.tooltipstered.balloon {
    cursor: pointer;
}

.tooltip_style {
    background-color: #2a2a2a;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.tooltip_style .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    padding: 8px 10px;
}


/* AdminAthlete theme - Waivers color themes
-------------------------------------------------------------------*/

/* Classic theme - dark */

.TermsContainer,
.TermsContainer p,
.TermsContainer p span {
  color: #fff !important;
}
.TermsContainer a,
.TermsContainer p a,
.TermsContainer .InitialCount {
  color: #cc2626 !important;
}

/* Dark theme */

.Dark .TermsContainer,
.Dark .TermsContainer p,
.Dark .TermsContainer p span {
  color: #fff !important;
}
.Dark .TermsContainer a,
.Dark .TermsContainer p a,
.Dark .TermsContainer .InitialCount {
  color: #cc2626 !important;
}

.Dark .SignedWaiverContainer .TermsContainer,
.Dark .SignedWaiverContainer .TermsContainer p,
.Dark .SignedWaiverContainer .TermsContainer p span {
  color: #fff !important;
}
.Dark .SignedWaiverContainer .TermsContainer a,
.Dark .SignedWaiverContainer .TermsContainer p a,
.Dark .SignedWaiverContainer .TermsContainer .InitialCount {
  color: #cc2626 !important;
}

/* Light theme */

.Light .TermsContainer,
.Light .TermsContainer p,
.Light .TermsContainer p span {
  color: #000 !important;
}
.Light .TermsContainer a,
.Light .TermsContainer p a,
.Light .TermsContainer .InitialCount {
  color: #888af5 !important;
}

.SignedWaiverContainer .TermsContainer,
.SignedWaiverContainer .TermsContainer p,
.SignedWaiverContainer .TermsContainer p span {
  color: #000 !important;
}
.SignedWaiverContainer .TermsContainer a,
.SignedWaiverContainer .TermsContainer p a,
.SignedWaiverContainer .TermsContainer .InitialCount {
  color: #888af5 !important;
}

.Light .SignedWaiverContainer .TermsContainer,
.Light .SignedWaiverContainer .TermsContainer p,
.Light .SignedWaiverContainer .TermsContainer p span {
  color: #000 !important;
}
.Light .SignedWaiverContainer .TermsContainer a,
.Light .SignedWaiverContainer .TermsContainer p a,
.Light .SignedWaiverContainer .TermsContainer .InitialCount {
  color: #888af5 !important;
}
