﻿/*
    e-StudentTracker
    Main.css    
*/

/*
    Blue = #0E1830
    Gold = #B3AF4D
    Purple = #3F0F59
    Black = #505050;
*/

@import url(Shared.css);

/* #region Tags */

body
{
    background: #16191c url(../images/css/background.jpg) no-repeat fixed center top;
    background-size: cover;
    color: #505050;
}

h1, h2, h3, h4, h5, h6
{
    color: #505050;
}

a
{
    color: #3F0F59;
    font-weight: 700;
}

/* #endregion */


/* #region Responsive grid */

.container
{
    padding-left: 50px;
    padding-right: 50px;
}

/* #endregion */


/* #region Inputs */

input.textbox, select, textarea, textarea.textbox
{
    background-color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    color: #a7a7a7;
    font-size: 13px;
    line-height: 1;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(212,212,212,1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(212,212,212,1);
    box-shadow: inset 0px 1px 2px 0px rgba(212,212,212,1);
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    transition: all 350ms;
}
input.textbox:focus, select:focus, textarea:focus
{
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}

/* #endregion */


/* #region General */

.separator
{
    border-top: 2px solid #f4f3f3;
}

.smallButton { 
    background-image: url(../images/icons/buttons-small.png);
    height: 12px;
    width: 12px;
}

.smallButton-cross {
    background-position: 0 -48px;
}
.noTouchEvents .smallButton-cross:hover {
    background-position: 0 -60px;
}

/* #endregion */

/* #region Header */

.mainNavigation li a .icon
{
    border: 1px solid #fff;
    border-radius: 18px;
}
.noTouchEvents .mainNavigation li a:hover .icon,
.noTouchEvents .mainNavigation li a:focus .icon
{
    background-color: #fff;
    background-position: -1px -43px;
    border-color: #fff;
}
.mainNavigation li a .count {
    background-color: #3F0F59;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
}

    .mainNavigation li a .count.primary {
        background-color: #3F0F59;
        color: #fff;
    }

    .mainNavigation li.alerts a .icon { background-image: url(../images/icons/mainNavigation-alerts.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-color: #0E1830;
}
    #header .logo
    {
        background-image: url(../images/logos/logo.png?1);
        height: 69%; /* (height of image / height of header) x 100 */
        top: 15.5%; /* (100% - height%) / 2 */
    }
    #header.shrunk .logo
    {
        height: 70%;
        top: 15%;
    }

/* #endregion */


/* #region Main */

#main
{
    padding: 0;
}

    #main .container
    {
        background: transparent url(../images/css/main-bg.png) repeat center center;
        min-height: calc(100vh - 293px);
    }

    #main .clock
    {
        font-size: 18px;
        font-weight: 300;
        line-height: 40px;
        height: auto;
    }

/* #endregion */


/* #region Pods */

.pod .pod-header
{
    background: #0E1830 url(../images/css/pod-header.jpg) no-repeat right top;
    padding: 0 8px 0 12px;
}
#customPrompts_container .pod .pod-header, #toolTip .pod-header {
    background: #B3AF4D none no-repeat 0 0;
}
    .pod .pod-header .pod-header-center
    {
        background: transparent none no-repeat scroll 0 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        padding: 12px 0;
    }

        #customPrompts_container.customPrompts_alert .icon
        {
            margin: -6px 0 0;
        }

        .pod .pod-header .pod-header-center a
        {
            background-image: url(../images/icons/pod-minimize.png);
            border-color: #fff;
            border-radius: 50%;
        }
        .noTouchEvents .pod .pod-header .pod-header-center a:hover
        {
            background-color: #fff;
        }
        .pod .pod-header .pod-header-center a::before {
            content: "" !important;
        }
    .pod .pod-header .pod-header-left, .pod-header .pod-header-right
    {
        display: none;
    }

.pod .pod-middle .pod-middle-left
{
    background: transparent url(../images/css/pod-border.png) repeat scroll 0 0;
    padding: 0 2px 2px;
}

.pod .pod-middle .pod-middle-right
{
    background: transparent none no-repeat scroll 0 0;
    padding: 0;
}

.pod .pod-middle .pod-middle-center
{
    background: #fff none no-repeat scroll 0 0;
}

.pod .pod-top, .pod .pod-bottom
{
    display: none !important;
}

#toolTip .pod-top, #toolTip .pod-top .pod-top-center, #toolTip .pod-top .pod-top-left, #toolTip .pod-top .pod-top-right
{
    display: block !important;
    background: #0E1830 none no-repeat 0 0;
    height: 4px;
    line-height: 4px;
}

#toolTip {
    font-size: 13px;
}

/* #endregion */


/* #region PopUps */

.popup-item .pod .pod-header {
}
    .popup-item .pod .pod-header .pod-header-center
    {        
    }
        .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 {    
}

.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 .pod-top, 
#toolTip .pod-top .pod-top-center, 
#toolTip .pod-top .pod-top-left, 
#toolTip .pod-top .pod-top-right
{    
}

#toolTip .pod-header,
#toolTip .pod-middle .pod-middle-center {    
}

#toolTip .pod-header .pod-header-center {    
}

#toolTip .pod-middle {    
}

#toolTip .pod-top,
#toolTip .pod-bottom {    
}

#toolTip.minimal .pod-header {    
}

#toolTip.minimal .pod-header .pod-header-center { 
}

/* #endregion */


/* #region News feed */

.newsFeed .feed
{
    border-color: #5a5654;
}

/* #endregion */


/* #region Timetable */

.timetable tr th, .timetable tr td
{
    background: #fff none no-repeat scroll 0 0;
    border-color: #eaeae4;
}
.timetable tr.alternate td
{
    background: #fcfcfb none no-repeat scroll 0 0;
    border-color: #eaeae4;
}
.timetable tr td.today, .timetable tr.alternate td.today
{
    background: #eee none no-repeat scroll 0 0;
    border-color: #eaeae4;
}

.timetable tr th, .timetable tr td.heading
{
    background: #555  none;
    border-color: #71716e;
    color: #fff;
}

.timetable tr th.today {
    background-color: #0E1830;
    color: #fff;
}

/* #endregion */


/* #region Calendar */

.myCalendar .calendarWrapper > table
{
    background-color: transparent !important;
}

.myCalendar table tr.dayHeading td
{
    background: #0E1830 none no-repeat scroll 0 0;
    border: 1px solid #0E1830;
    color: #fff;
}

.myCalendar table tr td.othermonth
{
    background: transparent none no-repeat scroll 0 0 !important;
}

.myCalendar table tr td
{
    background: #fcfcfb none no-repeat scroll 0 0;
    border: 1px solid #eaeae4;
}

.myCalendar table tr td.event
{
    background: #8f8b8a none no-repeat scroll 0 0 !important;
    border: 1px solid #8f8b8a;
}

.myCalendar table tr td.selected
{
    background: #3F0F59 none no-repeat scroll 0 0 !important;
}

.myCalendar table tr td a
{
    color: #333 !important;
}

.myCalendar table tr td.event a
{
    color: #fff !important;
}

.myCalendar .item .item-middle
{
    background: transparent none no-repeat scroll 0 0;
}

/* #endregion */


/* #region Clock */

#main .clock {
    max-width: 400px;
    font-size: 13px;
    color: #404040;
    display: inline-block;
    padding-bottom: 12px;
}

    .clock span {
        height: 20px;
        display: block;
        line-height: 20px;
        padding: 3px 0 0 30px;
    }

    .clock .date {
        background: url('../images/css/header-clock-date.png') no-repeat left center;        
        float: right;
    }

    .clock .time {
        background: url('../images/css/header-clock-time.png') no-repeat left center;        
        float: left;
        margin-right: 20px;
    }

/* #endregion */


/* #region Administrator panel */

.administratorPanel {
    background-color: #197D94;
    border: 4px solid #197D94;
    border-radius: 4px;
}
    .administratorPanel .content {
        background-color: #197D94;
        border: 6px solid #197D94;
        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: auto;
    overflow: hidden;
    padding: 0 0 0 32px;
    width: auto;
    display: inline-block;
}

#QuickSearch .textbox
{
    width: 200px;
}

    #QuickSearch .searchButton {
        display: none !important;
    }

    #QuickSearch .fa.searchButton {
        display: inline-block !important;
        cursor: pointer;
    }

#QuickSearch input[type=submit]
{
    background: #3F0F59 none;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 8px 25px;
    position: relative;
    transition: all 350ms;
}
.noTouchEvents #QuickSearch input[type=submit]:hover
{
    background-color: #791a6d;
}

/* #endregion */


/* #region Daily News Bulletin */

.dailyNewsBulletin .newsScrolling, .dailyNewsBulletin .newsSticky
{
    margin: 0;
}

.dailyNewsBulletin .newsScrolling .item, .dailyNewsBulletin .newsSticky .item
{
    padding: 0;
}

.dailyNewsBulletin .buttons
{
    padding: 0;
}

/* #endregion */

/* #region Footer */

#footer
{
    background-color: #434343;
    color: #a1a1a1;
    font-size: 13px;
    line-height: 1.8;
    padding: 54px 0 24px;
}

    #footer a
    {
        color: #a1a1a1;
        text-decoration: underline;
    }
    .noTouchEvents #footer a:hover
    {
        text-decoration: none;
    }

    #footer .main
    {
        font-size: 22px;
        line-height: 1;
        padding: 0 0 64px;
        text-align: center;
    }

    #footer .poweredBy {
        position: relative;
        top: 12px;
    }

/* #endregion */


/* #region Styles for medium screens */

@media (max-width: 1023px) {

    /* Pods */

    .pod .pod-header .pod-header-center
    {
        cursor: default;
        font-size: 20px;
    }

}

/* #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;
    }


    /* Clock */
    .clock {
        max-width: 350px;
    }


    /* Quick Search */

    /* QuickSearch */
    #QuickSearch {
        float: none;
        max-width: 350px;
    }

    #QuickSearch .textbox {
        max-width: 130px;
    }


}

/* #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 App Navigation */

.navigationBar {
    border-top: 2px solid #0E1830;
}

    .navigationBar a {
        border-radius: 20px;
    }

        .navigationBar a:hover {
            background-color: #0E1830 !important;
        }

/* #endregion */