body {
    background: -moz-linear-gradient(to bottom right, #3366cc 0%, #99ccff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3366cc), color-stop(100%,#99ccff));
    background: -webkit-linear-gradient(left, #0572CE 11%,#65b9fd 50%,#0572CE 89%);
    background: -o-linear-gradient(to bottom right, #3366cc 0%, #99ccff 100%);
    background: -ms-linear-gradient(to bottom right, #3366cc 0%, #99ccff 100%);
    background: linear-gradient(to bottom right, #3366cc 0%, #99ccff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#99ccff',GradientType=1 ); 
}

.t-Footer { display: none; }

header/*, div.t-Body-nav*/ {
    /* position: relative !important; */
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.t-Header-branding {
    background: rgba(255,255,255,0.2);
    /* background: url('&CUSTOM_PATH./img/bt_cubs.png') left top repeat !important; */
    height: 50px !important;
    min-height: 50px !important;
    /* background-color: #133959 !important; */
    -moz-border-radius: 0px 0px 3px 3px  !important;
    -webkit-border-radius: 0px 0px 3px 3px  !important;
    border-radius: 0px 0px 3px 3px  !important;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3) !important;
    box-sizing: border-box !important;
    /* margin: 0px 0px 20px 0px; */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.t-Header .t-Button--header {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

div.t-Body-nav {
    top: 58px !important;
    background-color: transparent;
    margin-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
     -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
} 

div.t-TreeNav {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background: rgba(255,255,255,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

div.t-Body-main {
    margin-top: 58px !important;
}

div.t-Body-title {
    border-top: 1px solid rgba(0,0,0,.075);
    border-right: 1px solid rgba(0,0,0,.075);
    top: 58px !important;
    margin: 0 10px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

div.t-Body-side {
    top: 58px !important;
	margin: 0 10px;
}

@media only screen and (min-width: 641px) {
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content,
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title, 
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
        left: 58px;
    }
}

@media (max-width: 640px) {
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content,
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title, 
    :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
        margin-left: 58px;
    }
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, 
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row, 
.t-TreeNav .a-TreeView-node--topLevel ul {
    background-color: rgba(0, 0, 0, 0.2);
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected, 
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
    background-color: rgba(0, 0, 0, 0.25);
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa {
    margin-right: 5px;
}

.apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus {
    	border: 1.1px solid #dfdfdf;
}