/*
	Copyright (C) 1999-2025 Empresa Limited - All Rights Reserved
	This resource is subject to the terms of the e-StudentTracker Full Code Access license.				
	A copy of this license can be found at:
		http://www.e-studenttracker.co.uk/Licenses/Full-Code-Access/
		licensing@e-studenttracker.co.uk
*/

/*
    AlmostWhite = #f1f1f1;
    VeryLightGrey = #ddd;
    LightGrey = #aaa;
    DarkGrey = #666;
    Purple = #5c2579;
    Orange = #e48d15;
    Light Blue = #35AEE3;
    Black = #505050;
    OffBlack = #222;
*/

@import url(Shared.css);

/* #region Tags */

body {
    background: url('../images/css/background.png') no-repeat fixed center bottom;
    background-size: cover;
    color: #4e4e4e;
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

a {
    color: #222;
    font-weight: 500;
}

/* #endregion */


/* #region Responsive grid */

.container {
    padding-left: 50px;
    padding-right: 50px;
}

/* #endregion */


/* #region Inputs */

input.textbox, select, textarea, textarea.textbox {
    border: 1px solid #bbb;
    color: #3e3e3e;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

input.textbox, select, textarea, textarea.textbox {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #3e3e3e;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    transition: all 350ms;
}

select {
    appearance: auto;
    -webkit-appearance: auto;
}

    input.textbox:focus, select:focus, textarea:focus {
        background-color: #fff;
        border: 1px solid #2d3940;
        color: #4e4e4e;
    }

/* #endregion */


/* #region General */

.item {
    border-radius: 8px;
    float: none;
    overflow: hidden;
    width: auto;
}

.myCalendar .item {
    background-color: #cd9829;
    float: none;
    margin: 16px 0 0;
    overflow: hidden;
    width: auto;
    padding: 0px !important;
}

.myBookmarks .existing .category .item .content {
    padding: 0 4px;
}

.separator {
    border-top: 2px solid #eee;
}

.smallButton {
    /* background-image: url(../images/icons/pod-minimize-dark.png);*/
}

.myBookmarks .existing .category h3:after {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* #endregion */


/* #region Login */

.Login {
    /*padding: 16px 16px 6px;*/
}

/* #endregion */

/* #region Header */

.mainNavigation {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

    .mainNavigation li {
        height: 100%;
        display: inline-flex;
        margin: 0 0 0 -3px;
        position: relative;
        width: auto;
    }

        .mainNavigation li a {
            display: inline-flex;
            width: 74px;
            height: auto;
        }


            .mainNavigation li a .icon {
                margin: auto;
                border: none;
                transition: none;
                display: inline-block;
            }

.noTouchEvents .mainNavigation li a:hover .icon {
    background-color: #b1b1b1;
}

.mainNavigation li a .count {
    background-color: #cd9829;
    border: 0 none;
    color: #fff;
    width: 20px;
    height: 20px;
    font-weight: 600;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    right: 10px;
    bottom: 10px;
}

    .mainNavigation li a .count.pendingCount {
        right: 10px;
        bottom: 10px;
    }

    .mainNavigation li a .count.proxyPendingCount {
        right: 10px;
        top: 10px;
    }

    .mainNavigation li a .count.proxyUnreadCount {
        left: 10px;
        top: 10px;
    }

    .mainNavigation li a .count.unreadCount {
        left: 10px;
        bottom: 10px;
    }

.mainNavigation li a .pendingCount, .mainNavigation li a .proxyPendingCount {
    background-color: #B04348 !important;
}

.mainNavigation li a .unreadCount, .mainNavigation li a .proxyUnreadCount {
    background-color: #eee !important;
    color: #181818;
}

/*
    .mainNavigation li.alerts a .icon { background-image: url(../images/icons/mainNavigation-alerts.png); }
    .mainNavigation li.messaging a .icon { background-image: url(../images/icons/mainNavigation-messaging.png); }
    .mainNavigation li.feedback a .icon { background-image: url(../images/icons/mainNavigation-feedback.png); }
    .mainNavigation li.ilp a .icon { background-image: url(../images/icons/mainNavigation-ilp.png); }
    .mainNavigation li.eMarkBook a .icon { background-image: url(../images/icons/mainNavigation-markbook.png); }
    .mainNavigation li.pastoral a .icon { background-image: url(../images/icons/mainNavigation-pastoral.png); }
    .mainNavigation li.support a .icon { background-image: url(../images/icons/mainNavigation-support.png); }
    .mainNavigation li.references a .icon { background-image: url(../images/icons/mainNavigation-references.png); }

*/

#header {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #555;
}

    #header .container {
        /*      max-width: 1280px;
        padding-left: 50px;
        padding-right: 50px;*/
    }

    #header .logo {
        background-image: url(../images/logos/logo-main.png);
        height: 80%;
        top: 10%;
    }

    #header .clock {
        height: auto;
        line-height: normal;
        text-align: right;
        padding: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

        #header .clock .date,
        #header .clock .time {
            margin: 0;
            padding: 0;
            display: block;
        }

        #header .clock .time {
            font-weight: 500;
            font-size: 20px;
            margin-top: 8px;
            padding-bottom: 0px;
            color: #22222;
        }

        #header .clock .date {
            font-weight: 500;
            padding-bottom: 0px;
            color: #22222;
        }

    #header .clockJustTime,
    #header .clockJustDate,
    #header .identity {
        line-height: normal !important;
    }

        #header .clockJustTime .date {
            display: none;
            line-height: normal !important;
        }

        #header .clockJustDate .time {
            display: none;
            line-height: normal !important;
        }

        #header .clockJustTime .clear,
        #header .clockJustDate .clear {
            clear: none;
        }


    #header .mobileNavigationToggle,
    #header .mobileNavigationToggle i.navIcon {
        color: #cd9829 !important;
    }

    #header .mobileNavigationToggle {
        margin-right: 30px;
    }

#header.outerWrap .mainNavigation li {
    margin-top: inherit;
}

#mobileNavigation {
    background-color: #eee;
    color: #333;
}

    #mobileNavigation .mainNavigation li {
        border-color: rgba(0, 0, 0, 0.2);
    }

        #mobileNavigation .mainNavigation li a .label {
            color: #333;
        }


.outerWrap .container .colRow .col {
    position: static !important;
    height: 100%;
}

    .outerWrap .container .colRow .col:not(.lefted):not(.centered):not(.righted) {
        text-align: inherit !important;
    }

.outerWrap .container .colRow .col03.righted {
    color: #fff;
    padding-right: 50px;
}

#mobileNavigation ul.mainNavigation {
    flex-direction: column;
}

/* #endregion */
/* #region Main */
#main {
    padding: 0;
}

    #main .container {
        /*background: transparent url(../images/css/main-bg.png) repeat center center;*/
        padding-top: 15px;
    }

    #main .clock {
        font-size: 18px;
        font-weight: 300;
        line-height: 40px;
    }

/* #endregion */


/* #region Pods */

.pod {
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.02), 0 1px 8px 2px rgba(0,0,0,0.15) !important;
    overflow: hidden;
}

    .pod .pod-header {
        padding: 0 8px 0 12px;
        padding: 0 8px 0 12px;
        background: #cd9829;
    }

#customPrompts_container .pod .pod-header, #toolTip .pod-header {
    background: #cd9829 none no-repeat 0 0;
}


.pod .pod-header .pod-header-center {
    background: transparent none no-repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 6px 0;
    text-transform: uppercase;
}

#customPrompts_container .pod .pod-header .pod-header-center .icon {
    background-size: 24px;
    height: 24px !important;
    margin: -2px 0 0;
    width: 24px !important;
}

.pod .pod-header .pod-header-center a {
    border: 0;
}

.noTouchEvents .pod .pod-header .pod-header-center a.expand:hover,
.noTouchEvents .pod .pod-header .pod-header-center a.popup-item-help:hover,
.noTouchEvents .popup-item .pod .pod-header .pod-header-center a:hover {
    /* background-position: 0 0; */
    background-color: none;
}

.pod .pod-header .pod-header-left, .pod-header .pod-header-right {
    display: none;
}

.pod .pod-middle {
    background: transparent none no-repeat scroll 0 0;
}

#toolTip .pod-middle .pod-middle-center {
    padding: 16px !important;
}

.pod .pod-middle .pod-middle-left {
    background: RGBA(255,255,255,0.85);
    padding: 0;
}

.pod .pod-middle .pod-middle-right {
    padding: 0;
    background: RGBA(255,255,255,0.1);
}

.pod .pod-middle .pod-middle-center {
    padding: 16px;
}

.pod .pod-top, .pod .pod-bottom {
    display: none !important;
}

.pod-ILPTargets .outstandingTargets {
    padding: 16px;
}

.noTouchEvents .pod .pod-header .pod-header-center a:hover {
    background-color: white;
}

/* Custom Pod Column Colouring */
/* Middle */
.centerColumn .pod .pod-header {
    background-color: #666;
}

.centerColumn .pod .pod-middle {
    background: RGBA(255,255,255,0.1);
}

/* Right */
.rightColumn .pod .pod-header {
    background-color: #B04348;
}

.rightColumn .pod .pod-middle {
    background: RGBA(255,255,255,0.1);
}

/* #endregion */


/* #region PopUps */

.popup-item .pod .pod-header {
    background: #cd9829;
}

    .popup-item .pod .pod-header .pod-header-center {
        color: #fff;
    }

        .popup-item .pod .pod-header .pod-header-center a {
        }

.noTouchEvents .popup-item .pod .pod-header .pod-header-center a:hover {
}
.pod .pod-header .pod-header-center a.popup-item-help { background-image: url(../images/icons/pod-help.png); }

.popup-item .pod .pod-header .pod-header-left, .pod-header .pod-header-right {
}

.popup-item .pod .pod-middle {
    background-color: #cd9829;
}

    .popup-item .pod .pod-middle .pod-middle-left {
    }

    .popup-item .pod .pod-middle .pod-middle-right {
    }

    .popup-item .pod .pod-middle .pod-middle-center {
    }

.popup-item .pod .pod-top, .pod .pod-bottom {
}

/* #endregion */


/* #region Tooltip */

#toolTip,
#toolTip .pod-top,
#toolTip .pod-top .pod-top-center,
#toolTip .pod-top .pod-top-left,
#toolTip .pod-top .pod-top-right {
    font-size: 12px !important;
}

    #toolTip .pod-header,
    #toolTip .pod-middle .pod-middle-center {
        background-color: #B04348;
        border-color: #aaa;
    }

    #toolTip .pod-middle .pod-middle-center {
        background: #fff;
    }

    #toolTip .pod-middle {
        border: 0;
        box-shadow: none;
    }

    #toolTip .pod-top,
    #toolTip .pod-bottom {
        display: none;
    }

    #toolTip.minimal .pod-header {
        background-color: #cd9829;
        border: 0;
    }

    #toolTip .pod-header .pod-header-center {
        font-size: 12px;
    }

    #toolTip.minimal .pod-header .pod-header-center {
        text-align: left;
        padding: 5px 0;
    }

/* #endregion */


/* #region News feed */

.newsFeed .feed {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.newsFeed .firstFeed {
    border-top: 0 none;
}

.newsFeed div.buttons {
    padding: 0;
}

/* #endregion */


/* #region Timetable */

.timetable {
    float: none;
    padding: 4px 4px 6px;
    width: auto;
}

    .timetable tr th, .timetable tr td {
        background: #fff none no-repeat scroll 0 0;
        border-color: #eaeae4;
    }

    .timetable tr.alternate td {
        background: #fcfcfb none;
        border-color: #eaeae4;
    }

        .timetable tr td.today, .timetable tr.alternate td.today {
            background: #ddf2da none no-repeat scroll 0 0;
            /* border: 1px double #6fb366;*/
            color: #6fb366;
        }

    .timetable tr th, .timetable tr td.heading {
        background: #ccc none;
        border-color: #aaa;
        color: inherit;
    }

        .timetable tr th.today, .timetable tr.alternate th.today {
            background: #6fb366 none no-repeat scroll 0 0;
            /*  border: 1px double #6fb366;*/
            color: #fff;
        }

        .timetable tr th:first-child, .timetable tr td:first-child {
            display: none;
        }

/* #endregion */


/* #region Calendar */

.myCalendar .calendarWrapper > table {
    background-color: transparent !important;
}

.myCalendar table tr.dayHeading td {
    background: #ccc none no-repeat scroll 0 0;
    color: #fff;
    background-color: #B04348;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #eaeae4;
}

.myCalendar table tr td.othermonth {
    background: transparent none no-repeat scroll 0 0 !important;
}

.myCalendar table tr td {
    background: transparent url(../images/css/tableCell-normal.png) repeat scroll 0 0;
    font-size: 12px;
}

    .myCalendar table tr td.event {
        background: #f1f1f1 none no-repeat scroll 0 0 !important;
    }

        .myCalendar table tr td.event a {
            font-weight: bold;
            color: #000 !important;
        }

            .myCalendar table tr td.event a:hover {
                background-color: #fff;
            }

    .myCalendar table tr td.selected {
        background: #B04348 url(../images/css/tableCell-normal.png) repeat scroll 0 0 !important;
        font-weight: bold;
    }

    .myCalendar table tr td a {
        color: #242424 !important;
    }

.myCalendar .item .item-middle {
    background: #f5f5f5 none repeat scroll 0 0;
}

.myCalendar .monthSelector {
    margin: 0;
}

.myCalendar .calendarWrapper {
    margin: 16px 0;
}

.myCalendar .dateTitle {
    margin: 0;
    padding: 0;
}

.myCalendar div.buttons {
    padding: 0;
}

/* #endregion */


/* #region Administrator panel */

.administratorPanel {
    background-color: #666;
    bottom: 16px;
    right: 16px;
    border: 0px;
}

    .administratorPanel .content {
        background-color: #222;
        border: 0;
        /*border-radius: 4px 4px 0 4px;*/
    }

    .administratorPanel a {
        color: #fff;
    }

/* #endregion */


/* #region Quick search */

#QuickSearch {
    /*  background: transparent url('../images/icons/main-top-sprite.png') no-repeat left -46px;*/
    float: right;
    height: 46px;
    overflow: hidden;
    padding: 0 0 0 32px;
    width: auto;
}

    #QuickSearch .textbox {
        width: 200px;
    }

    #QuickSearch input[type=submit] {
        background: #972889 none;
        border: 0 none;
        /*border-radius: 4px;*/
        color: #fff;
        cursor: pointer;
        font-size: 11px;
        padding: 8px 25px;
        position: relative;
        transition: all 350ms;
    }

.noTouchEvents #QuickSearch input[type=submit]:hover {
    background-color: #cd9829;
}

/* #endregion */


/* #region My Portal */

.myPortal .topSection {
    padding: 0;
}

.myPortal .bottomSection {
    padding: 8px 0 0;
}

.myPortal .buttons.bottomSection {
    margin-top: 24px;
}

.myPortal .details a {
    font-size: 12px;
}

/* #endregion */

/* #region Student Search */

.studentSearch {
    padding: 0;
}

/* #endregion */

/* #region My Links */

.myLinks ul {
    padding: 0;
}

.noTouchEvents .myLinks ul li a:hover {
    background-position: 0 -40px !important;
}

.myLinks .buttons {
    padding: 0;
}

/* #endregion */

/* #region My Markbook */

.myMarkbook {
    padding: 0;
}

/* #endregion */

/* #region Institution Pod */

.institutionPod {
    padding: 0;
}

/* #endregion */

/* #region Watch List Pod */

.learnerProgressWatchList {
    padding: 0;
}

    .learnerProgressWatchList .itemContainer > .item,
    .learnerProgressWatchList .itemContainer > .item:first-child {
        background: transparent;
        margin-bottom: 0;
        border-bottom: 2px solid #eee;
    }

    .learnerProgressWatchList .itemContainer > .item,
    .learnerProgressWatchList .itemContainer > .group > .expander > .item {
        background: transparent;
        border-bottom: 2px solid #eee;
        margin: 4px 0 0;
    }

/* #endregion */

/* #region College Services */

.collegeServices ul {
    padding: 0;
}

.noTouchEvents .collegeServices a:hover span.icon {
    background-position: 0 -40px !important;
}

.collegeServices .buttons {
    padding: 0;
}

/* #endregion */

/* #region My Courses */

.myCourses {
    padding: 0;
}

/* #endregion */

/* #region Daily News Bulletin */

.dailyNewsBulletin {
}

    .dailyNewsBulletin .newsScrolling {
        float: none;
        margin: 0 0 16px;
        padding: 0;
        width: auto;
    }

    .dailyNewsBulletin .newsSticky {
        float: none;
        margin: 0 0 16px;
        padding: 0;
        width: auto;
    }

        .dailyNewsBulletin .newsScrolling .item, .dailyNewsBulletin .newsSticky .item {
            float: none;
            margin: 0;
            padding: 16px;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .dailyNewsBulletin .newsSticky .item {
            margin: 16px 0 0;
        }

        .dailyNewsBulletin .newsSticky .image {
            left: auto;
            position: static;
            top: auto;
            width: auto;
        }

    .dailyNewsBulletin .buttons {
        float: none;
        padding: 0;
        width: auto;
    }

    .dailyNewsBulletin .item .buttons {
        padding: 0;
    }

/* #endregion */

/* #region My Bookmarks */

.myBookmarks div.buttons {
    padding: 16px 0 0;
}

.myBookmarks .existing .category {
    padding: 0;
}

.myBookmarks .existing {
    padding: 0 0 16px;
}

    .myBookmarks .existing .item {
        margin: 0 0 4px;
    }

    .myBookmarks .existing .category h3 {
        padding: 6px 0;
        position: relative;
    }

.myBookmarks .addBookmark {
    padding: 0;
}

.myBookmarks .existing .category table {
    table-layout: fixed;
}

    .myBookmarks .existing .category table td:nth-child(2) {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .myBookmarks .existing .category table td:nth-child(3) {
        text-align: right;
        width: 20px;
    }

/* #endregion */

/* #region My Notes */

.myNotes .existing {
    padding: 0;
}

    .myNotes .existing .item {
        margin: 4px 0;
    }

.myNotes div.buttons {
    padding: 0;
}

.myNotes .addNote {
    padding: 0;
}

/* #endregion */

/* #region Course Attendance */

.podCourseAttendance {
    padding: 0;
}

/* #endregion */

/* #region Course Concerns */

.podCourseConcerns {
    padding: 0;
}

/* #endregion */

/* #region My Reports */

.myReports {
    padding: 0;
}

    .myReports .myReports {
        padding: 0;
    }

/* #endregion */

/* #region Responsive Grid / Webparts */

.webparts-zone {
    margin-bottom: 8px;
}

.pod .pod-middle {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2)
}

.webparts-zone .webparts-zone-webpartVertical {
    margin-top: 16px;
}

.colRow {
    margin-left: -8px;
    margin-right: -8px;
}

    .colRow .col {
        padding-left: 8px;
        padding-right: 8px;
    }

/* #endregion */

/* #region Footer */

#footer {
    background-color: #666;
    color: #fff;
    font-size: 12px;
    padding: 0;
}

    #footer .container .colRow {
        border: 0 none;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #footer a {
        color: #fff;
        text-decoration: underline;
        font-weight: normal;
    }

.noTouchEvents #footer a:hover {
    text-decoration: none;
}

#footer .main {
    font-size: 22px;
    line-height: 1;
    padding: 0 0 64px;
    text-align: center;
}

#footer img {
    margin-top: 10px;
}

/* #endregion */


/* #region Remove all border radius*/
.item {
    border-radius: 0px;
}

/* #endregion */

/* #region Remove all box shadows*/
.pod-middle {
    box-shadow: none !important;
}

/* #endregion */

.clear {
    height: 0px;
    margin: 0;
}

/* #region Styles for medium screens */

@media (max-width: 1023px) {

    /* Pods */

    .pod .pod-header .pod-header-center {
        cursor: default;
        font-size: 20px;
    }

    /* Date/Time */
    .outerWrap .container .colRow .col03.righted {
        right: 70px;
    }
}

/* #endregion */


/* #region Styles for small screens */

@media (max-width: 767px) {

    /* Responsive grid */

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }



    /* Pods */

    .pod .pod-header .pod-header-center {
        font-size: 18px;
    }
}

/* #endregion */


/* #region Styles for extra small screens */

@media (max-width: 320px) {

    /* Responsive grid */

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Pods */

    .pod .pod-header .pod-header-center {
        font-size: 16px;
    }
}

/* #endregion */

/* #region Navigation Bar */

.navigationBar {
    border-top: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #986c11;
}

    .navigationBar a {
        border-radius: 0 !important;
    }

        .navigationBar a.profile {
            border-radius: 30px !important;
        }

/* #endregion */


.myPortal .studentPastoral .pastoralStatus, .summaryStudent .studentPastoralStatus,
.parentPortal .pastoralStatus {
    display: none;
}