.TitleHeader {
    text-align:center;
    color:#ffcc00;
    border-bottom:2px solid #ffcc00;
    border-right:2px solid #ffcc00;
    background-color:darkcyan;
    font-weight:bold;
    font-size:1.2em;
    letter-spacing:2px;
    line-height:1.3em;
    padding: 5px;
    margin:10px 0px 10px 0px;
    text-transform: uppercase;
}

h1 {
    text-align:center;
    color:white;
    background-color:#003333;
    font-weight:bold;
    font-size:1.3em;
    letter-spacing:2px;
    line-height:1.4em;
    padding: 5px;
    margin:10px 0px 10px 0px;
    text-transform: uppercase;
}

h2 {
    text-align:center;
    color:white;
    background-color: #004C4C;
    font-weight:bold;
    font-size:1.1em;
    letter-spacing:2px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    margin:10px 0px 10px 0px;
    line-height:1.2em;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
    border-top:1px solid #003333;
    border-bottom:1px solid #003333;
}


h3 {
    text-align:center;
    color:#004C4C;
    font-weight:bold;
    font-size:1em;
    letter-spacing:1px;
    line-height:1.1em;
    padding: 10px 0px 10px 0px;
    border-top:1px solid #004C4C;
    border-bottom:1px solid #004C4C;
    margin:10px 0px 10px 0px;
}

h4 {

    color:#004C4C;
    font-weight:bold;
    font-size:1em;
    line-height:1.1em;
    font-style:italic;
    margin:10px 0px 10px 0px;
}

p {
    font-size:1em;
    line-height:1.1em;
}

a {
    text-decoration:none;
    font-weight:bold;
    color:darkorange;
}


li {
    font-size:1em;
    line-height:1.1em;
    margin:10px 0px 10px 0px;
}


img {

}

:root {
    --tbw-cell-vertical-padding: 4px;
    --tbw-cell-horizontal-padding: 8px;
    --tbw-cell-line-height: 1.5em;
}

.TrumbowygTable {
    margin-bottom: var(--tbw-cell-line-height);
}


.TrumbowygTable th,
.TrumbowygTable td {
    height: calc(var(--tbw-cell-vertical-padding) * 2 + var(--tbw-cell-line-height));
    min-width: calc(var(--tbw-cell-horizontal-padding) * 2);
    padding: var(--tbw-cell-vertical-padding) var(--tbw-cell-horizontal-padding);
    border: 1px solid #e7eaec;
}

.HeaderTable {
    color:black;
    text-align:center;
}

.HeaderTable td {

    border:0px transparent;
}




.STCPageStandard {
    padding: 0px;
    margin: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    line-height:100%;
    color:black;
}


.STCHeaderGraphicTable {
    display: block;
    font-size: 90%;
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align:middle;
    text-align: center;
    width: 100%;
}


.StoreHeaderTitleLink {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: orangered;
    text-decoration: none;
}

.StoreHeaderTitleLink:hover {
    color: dodgerblue;
    border-top: 2px solid dodgerblue;
    border-bottom: 2px solid dodgerblue;

}

.StorePageStandardHeaderImage {
    border: none;
    box-shadow: none;
    margin:0px;
    padding: 0px;
    vertical-align: middle;
}


.MenuParentContainer {
    display:inline-block;
    cursor:pointer;
    margin:3px 0px 3px 0px;
    vertical-align:top;
}

.MenuParent {
    display:flex;
    font-size:.6em;
    padding:2px 2px 2px 2px;
    background-color:transparent;
    width:60px;
    height:20px;
    line-height:100%;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    border:2px solid #ffcc00;
    color:#ffcc00;
    border-radius:6px;
    font-weight:bold;
    text-transform:uppercase;
}

.MenuParent:hover {
    color: white;
    background-color:#ffcc00;
}


.AdminMenuParentContainer {
    display:inline-block;
    border-radius:4px;
    cursor:pointer;
    border:1px solid #ffcc00;
    margin:5px;
    padding:3px;
    vertical-align:middle;
}

.AdminMenuParent {
    display:inline-block;
    font-size:.6em;
    background-color:transparent;
    height:11px;
    padding: 0px 3px 0px 3px;
    line-height:100%;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:#ffcc00;
    font-weight:bold;
    text-transform:uppercase;
}

.AdminSubMenuParent:hover {
    color: white;
}


.AdminSubMenuParentContainer {
    display:inline-block;
    border-radius:8px;
    cursor:pointer;
    border:2px solid #ffcc00;
    margin:5px;
    padding:3px;
    vertical-align:middle;
    background-color:darkred;
}

.AdminSubMenuParent {
    display:inline-block;
    font-size:.8em;
    background-color:transparent;
    padding: 3px 3px 3px 3px;
    line-height:100%;
    text-align:center;
    cursor:pointer;
    color:#ffcc00;
    font-weight:bold;
    text-transform:uppercase;
}

.AdminMenuParent:hover {
    color: white;
}



.AthleteMenuParentContainer {
    display:inline-block;
    cursor:pointer;
    margin:4px;
    padding:0px;
    vertical-align:middle;

}

.AthleteMenuParent {
    display:inline-block;
    font-size:.6em;
    background-color:white;
    width:70px;
    height:10px;
    line-height:100%;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:darkred;
    padding:2px;
    border-radius:6px;
    font-weight:bold;
    text-transform:uppercase;

}

.AthleteMenuParent:hover {
    color: red;
}



.SubMenuParentContainer {
    display:inline-block;
    cursor:pointer;
    margin:5px;
    padding:3px;
    vertical-align:middle;
}

.SubMenuParent {
    display:inline-block;
    font-size:.8em;
    background-color:transparent;
    line-height:100%;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:#ffcc00;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:underline;
}

.SubMenuParent:hover {
    color: white;
}



/* Set your aspect ratio */
.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
    width: 100%;
    max-width: 600px;
}



.StandardButton {

    color: #ffcc00;
    font-weight:Bold;
    background-color: darkcyan;
    border: solid 1px #ffcc00;
    border-radius: .5em;
    margin: 5px 0 0 0;
    text-align: center;
    padding: 3px 5px 3px 5px;
    cursor:pointer;

}

.StandardButton:hover {
    background-color:#ffcc00;
    color:darkcyan;
}

.StandardButton:disabled {

    color:lightcyan;
    background-color:white;
}




.PathButton {

    color: #ffcc00;
    font-weight:Bold;
    font-size:.6em;
    background-color: #003333;
    border: solid 1px #ffcc00;
    border-radius: .5em;
    margin: 3px 0 0 0;
    text-align: center;
    padding: 2px 3px 2px 3px;
    cursor:pointer;

}

.PathButton:hover {
    background-color:#ffcc00;
    color:darkcyan;
}

.PathButton:disabled {

    color:lightcyan;
    background-color:white;
}

.PathSelect
{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding:0px;
    background-color: white;
    color: black;
    border:2px solid darkcyan;
    font-size:.7em;
}


.PathSelect:disabled
{
    background-color:DimGray;
}


.StandardInput
{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding:10px;
    background-color: white;
    color: black;
    border:1px solid darkcyan;
}

.StandardInput:disabled
{
    background-color:DimGray;
}

.StandardInputLabel {
    font-size:1.1em;
    color:#003333;
    font-weight:bold;
    margin:5px 0px 5px 0px;

}



.StandardSelect
{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding:0px;
    background-color: white;
    color: black;
    border:2px solid darkcyan;
}


.StandardSelect:disabled
{
    background-color:DimGray;
}

.StandardTable {
    table-layout:fixed;
    border-collapse: collapse;
    width:100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.StandardTable th {
    color: white;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-size: small;
    background-color: darkred;
    font-weight: bold;
    border: 1px solid red;
    border-collapse: collapse;
    padding: 5px;
}

.StandardTable td {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-size: 80%;
    border: 1px solid red;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
}

.StandardTable tr:nth-child(odd) {
    background-color: seashell;
}




.divEmailPreview {

    position: fixed;

    display: block;

    width: 300px;
    line-height: 1.5;

    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border: 2px solid dodgerblue;
    color: black;
    background-color: white;

    text-align: center;
    vertical-align: middle;

    border-radius:8px;

    padding: 26px;

}

.divEmailPreviewMessage {
    display: inline-block;

    font-size: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;

    width: 100%;
}


.PreviewEmailLabel {
    background-color:#ffcc00;
    color:darkred;
    font-weight:bold;
    font-size:.8em;
    padding:3px 0px 4px 0px;
    text-transform: uppercase;
}


.DarkBackground {

    position: fixed;

    display: block;

    width: 100%;
    height: 100%;

    top: 0%;

    color: black;
    background-color: black;
    opacity: .7;

    text-align: center;
    vertical-align: middle;


}

.divAddConfirmation {

    position: fixed;

    display: block;

    width: 300px;
    line-height: 1.5;

    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border: 2px solid #176b96;
    color: white;
    background-color: dodgerblue;

    text-align: center;
    vertical-align: middle;

    border-radius:8px;

    padding: 26px;

}

.divAddConfirmationMessage {
    display: inline-block;

    font-size: 100%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;

    width: 100%;
}


.divNodePopup {

    position: fixed;

    display: block;

    width:50%;
    min-width: 400px;
    line-height: 1.5;

    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border: 2px solid darkcyan;
    color: black;
    background-color: lightcyan;

    text-align: center;
    vertical-align: middle;

    border-radius:8px;

    padding: 5px;

    overflow-y:auto;

}

.divNodePopupMessage {
    display: inline-block;

    text-align: center;
    vertical-align: middle;

    width: 100%;
}



.popupNodeSelector {

    position: fixed;

    display: block;

    line-height: 1.5;

    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border: 2px solid darkcyan;
    color: black;
    background-color: darkcyan;

    text-align: center;
    vertical-align: middle;

    border-radius:8px;

    padding: 5px;

    overflow-y:auto;

}



.AdminMenuButton
{
    display:inline-block;
    width:32px;
    border:2px solid darkorange;
    border-radius:4;
    margin:2px;
    padding:2px 2px 2px 2px;
    height:auto;
    cursor:pointer;
    font-weight:bold;
    color: black;
    background-color:transparent;
}

.AdminMenuButton:hover
{
    border:2px solid darkcyan;
    color: darkred;
    background-color:#ffcc00;
}

.AdminMenuButtonSelected
{
    display:inline-block;
    width:32px;
    border:2px solid darkcyan;
    border-radius:4;
    margin:2px;
    padding:2px 2px 2px 2px;
    height:auto;
    cursor:pointer;
    font-weight:bold;
    color: black;
    background-color:transparent;
}


.AdminMenuButtonTitle
{

    font-size:.8em;width:100%;text-align:center;line-height:1em;
}

.ButtonImageContainer {
    display:inline-block;
    vertical-align:top;
    color:darkorange;
    text-align:center;
    cursor:pointer;
    margin: 0px 1px 0px 1px;
}

.ButtonImageContainer:hover {
    color:dodgerblue;
}
.ButtonImage {
    height:36px;
    width:auto;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 2px 0px 2px 0px;
}

.ButtonImage:hover {
    color:darkorange;
    border: 2px solid dodgerblue;
}

.ButtonImageTitle {
    display:block;
    font-size:.6em;
    margin:1px 0px 0px 0px;
    background-color:transparent;
    width:100%;
    line-height:100%;
    text-align:center;
    vertical-align:top;
    color:darkorange;
}

.ButtonImageTitle:hover {
}

.ProjectContainer {
    display:block;
    border:2px solid #004C4C;
    border-radius:8px;
    width:400px;
    box-sizing: border-box;
    margin:10px auto 10px auto;
}

.ProjectName {
    background-color: #004C4C;
    color:white;
    font-size:1.1em;
    font-weight:bold;
    padding:5px;
    text-align:left;
    border-radius:4px 4px 0px 0px;
    text-transform:uppercase;
}

.ProjectShortDescription {
    padding:5px;
    text-align:left;
}

.NodeSelector {

    position: fixed;

    display: block;

    line-height: 1.5;

    top: 0px;
    left: 0px;

    background-color:darkcyan;
    color:white;
    padding:3px;

    height:100%;

    z-index:9999;

    box-shadow:0px 0px 8px black;

}

.NodeList {


}


.NodeListItem {
    display:flex;
    align-items:center;
    padding:2px 3px 2px 3px;
    border:0px transparent;
    margin:0px;
    vertical-align:middle;
    font-size:.8em;
    font-weight:bold;
    line-height:.9em;
    cursor:pointer;
    color:white;
    min-width:100px;
}

.NodeListItem td {
    padding: 0px;
    border:0px transparent;

}

.NodeListItem:hover {
    color:darkorange;
}

.nodedragentertopborder {
    border-top:3px solid white;
    border-left:3px solid white;
}

.nodedragenterbottomborder {
    border-bottom:3px solid white;
    border-left:3px solid white;
}

.divChangesUnsavedNotice {

    position: fixed;

    display: block;

    line-height: 1.5;

    bottom: 20px;
    right: 20px;

    border: 2px solid #ffcc00;
    color: #ffcc00;
    background-color: darkcyan;
    font-weight:bold;

    text-align: center;
    vertical-align: middle;

    border-radius:8px;

    padding: 5px;

}

.StandardCheckBox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0; b
    order: 0;
}


.StandardCheckBox + label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 22px;
    color: rgb(97, 97, 97);
    line-height:110%;
}

.StandardCheckBox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-color: darkorange;
    border-width: 1px;
    border-style: solid;
    border-color: darkorange;
    border-radius: 2px;
    box-shadow: none;
    line-height:110%;

}

.StandardCheckBox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 22px;
    width: 22px;
}

.ContextMenu {
    display: none;

    position: absolute;

    z-index: 10;

    background-color:white;
    box-shadow:0px 0px 5px black;
    border-radius:8px;
    padding:0px;
}


.ContextMenu--active {

    display: block;

}


.context-menu__items {
    list-style-type: none;
    margin:0px;
    padding:5px 5px 5px 5px;
    font-size:.9em;
}

.context-menu__item {
    margin:3px 0px 3px 0px;
    padding:1px 5px 1px 5px;
    border-radius:4px;
}

.context-menu__link {
    text-decoration:none;
    font-weight:normal;
    color:black;
}

.context-menu__item:hover {
    color:black;
    background-color:lightgrey;

}
