﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 15;
}

.navbar-container ul.pull-right:last-child {
    margin-right: 15px;
}

.single-season-menu label {
    height: 32px;
    cursor: pointer;
    color: white;
    background: #6f8292;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px;
}

.multiple-seasons-menu > div > label {
    cursor: pointer;
    color: white;
    background: #6f8292;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px;
}

    .multiple-seasons-menu > div > label > span {
        display: inline-flex;
        flex-direction: column;
        margin-left: 8px;
        font-size: 16px;
    }

        .multiple-seasons-menu > div > label > span > img:first-child {
            transform: rotate(268deg);
            width: 14px;
            position: relative;
            top: 3px;
        }

        .multiple-seasons-menu > div > label > span > img:last-child {
            transform: rotate(90deg);
            width: 14px;
            top: -3px;
            position: relative
        }

.multiple-seasons-menu > .dropdown-menu > li {
    padding-bottom: 5px;
}

    .multiple-seasons-menu > .dropdown-menu > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .multiple-seasons-menu > .dropdown-menu > li > a > img {
            width: 20px;
            height: 20px;
        }

@media (max-width: 768px) {
    .navbar-container ul.pull-right {
        float: none !important;
    }

    .multiple-seasons-menu,
    .single-season-menu {
        margin-left: 10px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

        .navbar-nav > li.navbar-right {
            float: right !important;
        }
}

.navbar-brand {
    padding-top: 2px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
}

/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #777;
}

.carousel .empty.student {
    background-color: #6f8292;
}

.carousel .empty.company {
    background-color: #AE7768;
}

.carousel .empty {
    height: 200px;
    background-color: #777;
}

.carousel-inner > .item > img {
    display: block;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control.right {
    right: 15px;
    left: auto;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background-color: #222222;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .marketing h2 {
        font-weight: normal;
    }

    .marketing .col-lg-4 p {
        margin-left: 10px;
        margin-right: 10px;
    }


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* Tabs
    ----------------------*/
.nav-tabs {
    margin-bottom: 15px;
}

ul.clear {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}

    ul.clear li {
        display: block;
        float: left;
    }

li.box {
    border: 1px solid #dddddd;
    box-shadow: 5px 5px 3px #888;
    text-align: center;
    padding: 5px;
    margin: 5px;
    /*width: 225px;
    height: 130px;*/
}

    li.box:hover {
        cursor: pointer;
    }

/* LOADING
-------------------------------------------------- */

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingprogress {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35%;
    text-align: center;
}

/* ERRORS CSS
-------------------------------------------------- */
.validation-summary-errors {
    color: #a94442;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding-left: 0;
    }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px;
        font-size: 19px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.validateableHidden {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

.impersonation-bar {
    background-color: #fff3cd; /* Light yellow warning background */
    color: #856404; /* Darker warning text */
    padding: 8px;
    border-bottom: 2px solid #ffeeba; /* Slightly darker border */
    text-align: right;
}

    .impersonation-bar a {
        color: #856404;
        font-weight: bold;
    }

    .impersonation-bar .btn-warning {
        border-color: #ff9800;
        color: #fff;
        margin-left: 10px;
    }

        .impersonation-bar .btn-warning:hover {
            background-color: #ff9800;
            border-color: #e68900;
        }