/* --------------------------------------------------- NEW ACTIVITY SHELL PAGE -------------- */
.activity {
    background: #242424;
}

.activity-shell {
    width: 1019px;
    margin: 0 auto;
}

.activity-content {
    margin-left: 10px;
    overflow: hidden;
}

.activity-flyout-container {
    position: absolute;
    height: 100vh;
    min-height: 704px;
    z-index: 99;
}

.activity-flyout {
    width: 222px;
    height: 100vh;
    min-height: inherit;
    background: #323232;
    border-right: 1px solid #474747;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-left: -212px;
    /*temp commented out*/
}

.flyout-tab {
    position: absolute;
    top: 6px;
    left: 222px;
    width: 14px;
    /*28, 25*/
    height: 24px;
    /*51*/
    padding: 12px 7px 15px 0;
    background: #323232;
    border: 1px solid #474747;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 4px 0px 3px 3px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-left: -212px;
    /*temp commented out*/
}

.flyout-tab-icon {
    background: #323232 url("../images/btn-tabhead.png") 0 0 no-repeat;
    width: 14px;
    /*28,25*/
    height: 24px;
    /*51*/
}

.activity-flyout.initialclose, .flyout-tab.initialclose {
    margin-left: -212px;
    -webkit-animation: movein-initial 4.5s;
    /* Chrome, Safari, Opera */
    animation: movein-initial 4.5s;
}

.activity-flyout.activated, .flyout-tab.activated {
    margin-left: -212px;
    -webkit-animation: movein 0.5s 1;
    /* Chrome, Safari, Opera */
    animation: movein 0.5s 1;
}

.activity-flyout.active, .flyout-tab.active {
    margin-left: 0;
    -webkit-animation: moveout 0.5s 1;
    /* Chrome, Safari, Opera */
    animation: moveout 0.5s 1;
}

.activity-flyout section {
    margin-top: 18px;
    padding: 20px 0 0 7.2072%;
    /*16px left padding*/
    border-top: 1px solid #474747;
    float: left;
    width: 92.792793%;
    opacity: 0;
    /*temp commented out*/
}

.activity-flyout section.first {
    padding-top: 10px;
    margin-top: 0;
    border-top: none;
    float: left;
    opacity: 1;
}

.activity-flyout.active section {
    opacity: 1;
}

.activity-flyout.initialclose section {
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveout {
    from {
        margin-left: -212px;
    }
    to {
        margin-left: 0;
    }
}


@keyframes moveout {
    from {
        margin-left: -212px;
    }
    to {
        margin-left: 0;
    }
}


/* Chrome, Safari, Opera */
@-webkit-keyframes movein {
    from {
        margin-left: -0;
    }
    to {
        margin-left: -212px;
    }
}


@keyframes movein {
    from {
        margin-left: -0;
    }
    to {
        margin-left: -212px;
    }
}


/* Chrome, Safari, Opera */
@-webkit-keyframes movein-initial {
    0% {
        margin-left: 0;
    }
    66% {
        margin-left: 0;
    }
    100% {
        margin-left: -212;
    }
}


@keyframes movein-initial {
    0% {
        margin-left: 0;
    }
    66% {
        margin-left: 0;
    }
    100% {
        margin-left: -212;
    }
}


.activity-logo {
    display: block;
    text-indent: -99999px;
    direction: ltr;
    background: url("../images/logo-nova-labs-outline.svg");
    height: 25px;
    width: 180px;
    background-repeat: no-repeat;
    float: left;
}

.grey-hrule {
    width: 100%;
    margin-top: 18px;
    border-bottom: 1px solid #474747;
}

.grey-vrule {
    float: left;
    height: 45px;
    margin-top: 15px;
    border-right: 1px solid #353535;
}

.user-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin: 22px 0 0 0;
}

.user-icon img {
    width: 100%;
}

.user-info {
    float: left;
    margin: 24px 0 0 8px;
    font-size: 11px;
    line-height: 14px;
    color: white;
    width: 90px;
}

.user-name {
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
}

.user-rank {
    display: none;
    /* JS will render this, if that lab has points */
}

.progress-bar {
    float: left;
    margin-top: 20px;
}

.progress-bar p, .activity-flyout section ul {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    color: #999;
}

#progress-bar {
    width: 170px;
    /*260px;*/
    height: 9px;
    margin-top: 9px;
    background: #424242;
}

#progress-complete {
    width: 0px;
    height: 9px;
    background: #99ccff;
    background: rgba(153, 204, 255, 0.45);
}

.activity-flyout section ul.text-links {
    line-height: 24px;
    width: 100%;
    margin-left: -7%;
}

.activity-flyout section ul.text-links li a {
    display: block;
    padding-left: 7%;
}

.activity-flyout section a:link, .activity-flyout section a:visited {
    color: #999;
    text-decoration: none;
}

.activity-flyout section a:visited {
    color: #999;
}

.activity-flyout section a:hover {
    color: #ffcc00;
    text-decoration: underline;
}

.activity-flyout section a:active {
    color: #fff;
}

.activity-flyout section ul.social {
    padding: 7px 0;
}

.activity-flyout section ul.social li {
    display: inline-block;
    margin-right: 12px;
}

.addthis_toolbox {
    float: none !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.addthis_toolbox a {
    margin-right: 12px;
}

.activity-flyout .funder {
    text-transform: uppercase;
}

.activity-footer {
    margin-top: 27px;
    font-size: 10px;
    line-height: 12px;
    font-family: arial, sans-serif;
    color: #999;
}

.activity-footer p {
    display: block;
    width: 100%;
    float: left;
    margin-top: 8px;
}

.activity-footer p.fine {
    margin-top: 13px;
}

.activity-footer p a {
    display: block;
}

.activity-footer .funder p {
    margin: 6px 0 12px 0;
}

.activity-footer .funder .logo {
    display: block;
    margin-top: 5 !important;
    margin-left: 0;
    background-position: left 0;
    clear: both;
}

@media print {
    .activity-content {
        margin-left: 0px;
    }
    .activity-flyout-container {
        display: none;
    }
    .cyber-story-main {
        height: 900px;
    }
    .story-right {
        width: auto;
    }
}