﻿/* SHIMMER EFFECTS */

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

box.button.shimmer {
    height: 40px;
    width: 80px;
}

box.medium.shimmer {
    height: 40px;
    width: 40px;
}

box.large.shimmer {
    height: 104px;
    width: 100px;
}

div.shimmer {
    display: inline-flex;
    flex-direction: column;
}

.shimmer lines {
    height: 20px;
    margin-top: 10px;
    width: 200px;
}

photo.shimmer {
    display: block !important;
    width: 325px;
    height: 100px;
    margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/* STUDENT PORTAL SYLTES */

body.sp {
    background-color: #d6d8d3;
    font-family: 'Work sans', sans-serif;
}

.sp .btn-primary {
    background-color: #001f3f;
    border-color: #001f3f;
    color: white;
}

.sp .white {
    background-color: white;
}

.sp .brand {
    font-family: lobster;
    font-size: x-large;
    padding-right: 1rem;
    color: #001f3f;
}

.sp .header .logo {
    max-height: 8rem;
    box-shadow: 0px 0px 5px 0px #001f3f;
    background-color: white;
}

.sp .header {
    padding: 1rem;
}

    .sp .header .cover {
        background-image: url('http://www.tbo.com/storyimage/TB/20150401/ARTICLE/150409881/AR/0/AR-150409881.jpg');
        filter: opacity(0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -999;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
    }

.sp .navbar-wrapper {
    border-bottom: 2px solid #001f3f;
    border-top: 2px solid #001f3f;
    background-color: white;
}

.sp .nav-link.active {
    font-weight: 600;
    color: black;
}

.sp h1, .sp h2, .sp h3, .sp h4, .sp h5, .sp h6 {
    font-family: Bree Serif;
}

.sp a {
    color: #004ea2;
}

.sp .brand-primary {
    background-color: #001f3f;
    color: white;
}

.sp .copyright::after {
    content: "\f1f9";
    font-family: FontAwesome;
    margin-left: 5px;
}

.sp footer.brand-primary {
    padding-top: 3rem;
}

.sp footer > div > div > a {
    color: white !important;
}

.sp .btn {
    border-width: 2px;
}

.sp .btn-outline-secondary {
    border: 2px solid #6c757d;
    color: #6c757d;
}

    .sp .btn-outline-secondary:hover {
        background-color: #6c757d;
        color: white;
    }

.sp .btn-primary:hover {
    background-color: transparent;
    color: #001f3f;
    border: 2px solid #001f3f;
}

.sp .footer-helper {
    border-bottom: 1px solid white;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sp i.medium {
    font-size: 3rem !important;
    padding-left: 5px;
    padding-right: 5px;
}

.sp .company-line {
    padding-top: 1rem;
    background-color: #011225;
    padding-bottom: 1rem;
}

.sp footer > .row::first-child {
    margin-top: 0rem;
}

.sp footer > .row:first-child {
    margin-top: 0rem;
}

.sp footer > .row {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 2rem;
}

.sp .copyright > a {
    color: white !important;
}

.sp .copyright > a {
    color: white;
}

.sp .copyright {
    color: white;
}

.sp footer {
    color: #ccc !important;
}

/* STAFF PORTAL SYLTES */
