﻿/*main*/
body {
    font-family: Verdana;
    font-size: 80%;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #666666;
}

/*header of regular pages*/

/*user logged in and sign out link*/
div#login {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*school logo*/
div#logo {
    position: absolute;
    top: 6px;
    left: 16px;
}

/*tabs where modules are displayed*/


/*modules*/
table.topmenu {
    border-top: solid 1px #285090;
    border-bottom: solid 1px Dimgray;
    font-weight: bold;
    background-color: #e1e3f2;
}

    table.topmenu td {
        color: Black;
        padding: 2px 2px 2px 4px;
    }

        /*highlight module when hovering*/
        table.topmenu td:hover {
            color: Navy;
            background-color: Whitesmoke;
            cursor: pointer;
            border-bottom: solid 1px silver;
            border-top: solid 1px silver;
        }

        /*module currently selected*/
        table.topmenu td.moduleon {
            color: Navy;
            background-color: Whitesmoke;
            cursor: pointer;
            border-bottom: solid 1px silver;
            border-top: solid 1px silver;
            border-left: solid 1px silver;
            border-right: solid 1px silver;
        }


ul#nav, ul#nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#nav {
    margin-left: 18px;
    width: 99%;
}

    ul#nav li {
        float: left;
        margin-right: 3px;
        text-align: center;
    }

    ul#nav a {
        float: left;
        width: 10em;
        padding: 10px 0;
        text-decoration: none;
        color: white;
        border-left: solid 1px #ccc;
        border-bottom: none;
        font-size: 10px;
    }

        ul#nav a:hover {
            /*background: #143D55;
            color: #ffffff;*/
            text-decoration: underline;
        }

    ul#nav li.activelink a, ul#nav li.activelink a:hover {
        color: white;
        font-weight: bold;
        position: relative;
        text-decoration: underline;
    }

        ul#nav li.activelink a:after, ul#nav li.activelink a:before {
            top: 110%;
            left: 50%;
            border: solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        /*ul#nav li.activelink a::after {
            border-color: rgba(228, 226, 216, 1);
            border-top-color: rgba(203, 203, 203, 1);
            border-width: 12px;
            margin-left: -12px;
        }

        ul#nav li.activelink a::before {
            border-color: rgba(228, 226, 216, 1);
            border-top-color: rgba(194, 225, 245, 0);
            border-width: 10px;
            margin-left: -10px;
        }*/

/*front-end (Student Portal) tabs*/
ul#nav2, ul#nav2 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#nav2 {
    margin-left: 18px;
    width: 99%;
}

    ul#nav2 li {
        float: left;
        margin-right: 3px;
        text-align: center;
    }

    ul#nav2 a {
        float: left;
        width: 10em;
        padding: 10px 0;
        text-decoration: none;
        border-left: solid 1px #ccc;
        border-bottom: none;
        font-size: 10px;
    }

        ul#nav2 a:hover {
            background: #143D55;
            color: #ffffff;
        }

    ul#nav2 li.activelink a, ul#nav2 li.activelink a:hover {
        background-color: #003366;
        text-decoration: none;
        color: rgba(74, 152, 165, 1);
        border-left: solid 2px #ccc;
        border-right: solid 2px #ccc;
        border-bottom: none;
        font-size: 10px;
        text-transform:uppercase;
    }

/*blue bar between tabs (modules) and content*/
div#searchbar {
    float: right;
    width: 100%;
    padding-top: 6px;
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    background-color: rgba(228, 226, 216, 1);
}

/*buttons used in the searchbar, such as Add To Favorites*/
input.btntop {
    background-color: rgba(228, 226, 216, 0);
    margin: -5px;
    border: none;
    color: Black;
    font-size: x-small;
    font-family: Verdana;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}


/*when looking at a specific student/course/section/teacher, this div shows the object name*/
div#pagetitle {
    position: absolute;
    left: 0px;
    width: 50%;
    text-align: left;
    height: 18px;
    vertical-align: text-top;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 16px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}


/*left menu of regular pages*/

#leftmenu {
    width: 15%;
    margin-top: 10px;
    float: left;
}

table.leftmenu td {
    color: Black;
    padding: 4px 4px 2px 2px;
    border-top: solid 1px Whitesmoke;
    border-bottom: solid 1px Whitesmoke;
}

    /*when hovering or when active, highlight it*/
    table.leftmenu td:hover, td.lefton {
        color: Navy;
        cursor: pointer;
        border-bottom: solid 1px silver;
        border-top: solid 1px silver;
        font-weight: bold;
    }

/*single left menu, when the options are not grouped (like in Students)*/
#singlemenu {
    width: 100%;
    border-style: solid;
    border-color: #D8D5D1;
    border-width: 1px;
    float: left;
    margin:5px;
}

#singlemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#singlemenu img {
    border: none;
}

#singlemenu li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    min-height: 24px;
    height: auto;
    text-decoration: none;
}

#singlemenu li a:link, #singlemenu li a:visited {
    display: block;
    padding: 4px 0 4px 14px;
}

#singlemenu li a:hover, #singlemenu li a.current {
    padding: 4px 0 4px 14px;
    font-weight: bold;
    text-decoration: underline;
}

/*double left menu, when options are grouped (like once a student is selected)*/
#doublemenu {
    width: 100%;
    margin-top: 0px;
    border-style: solid;
    border-color: #D8D5D1;
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 12px;
    margin:5px;
}

    #doublemenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #doublemenu img {
        border: none;
    }

    #doublemenu li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        min-height: 24px;
        height: auto;
        text-decoration: none;
    }

    #doublemenu li a:link, #doublemenu li a:visited {
        display: block;
        padding: 4px 0 4px 34px;
    }

    #doublemenu li a:hover, #doublemenu li a.current {
        padding: 4px 0 4px 36px;
        font-weight: bold;
         text-decoration: underline;
    }



/*content*/
div#content {
    float: left;
    width: 82%;
    margin-top: 8px;
    margin-left: 24px;
}

/*header for the content portion, especially in the front-end portal*/
.contentheader {
    color: #143D55;
    padding-left: 10px;
    font-size: 180%;
    font-weight: bold;
    font-variant: small-caps;
}


/*footer*/
div#footer {
    text-align: center;
    border-top: solid 1px silver;
    padding-top: 6px;
    margin-top: 24px;
    clear: both;
}

.footer {
    background: url(_assets/img/gd.png) repeat-x -24px;
    font-weight: bold;
    border-right: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
}

/*footer used in the 2nd Master Page example*/
div#footer2 {
    text-align: right;
    border-top: none 1px silver;
    padding-top: 6px;
    margin-top: 24px;
    clear: both;
    color: White;
}

/*general*/

/*regular button*/
input.btn {
    background-color: #006666;
    border: solid 1px #D8D5D1;
    color: Black;
    font-weight: bold;
    font-size: x-small;
    font-family: Verdana;
    min-width: 120px;
    background: url(_assets/img/blue_hd_bg.png) repeat-x;
    background: url(_assets/img/gd.png) repeat-x -24px;
}

/*small button*/
input.btnsmall {
    background-color: #006666;
    border: solid 1px #D8D5D1;
    color: Black;
    font-weight: bold;
    font-size: x-small;
    font-family: Verdana;
    width: 60px;
    background: url(_assets/img/blue_hd_bg.png) repeat-x;
    background: url(_assets/img/gd.png) repeat-x -24px;
    height: 18px;
}

/*Button displayed as a link, i.e., no background*/
input.btnlink {
    border: none 1px black;
    background-color: rgba(228, 226, 216, 1);
    font-size: x-small;
    font-family: Verdana;
    text-align: left;
    height: 16px;
    text-decoration: none;
    cursor: pointer;
}

/*.topText {
    color: #FFF4BF;
    font-weight: bold;
    text-shadow: 0 0 6px #000;
}*/

/*Button displayed as a link, i.e., no background with centered text*/
input.btnlinkcenter {
    text-align: center;
}

/*hyperlink*/
.hl {
    color: #3688BA;
    font-size: x-small;
    font-family: Verdana;
    width: 120px;
    text-align: left;
    height: 16px;
}

/*default controls*/
input.tb, input.dt, textarea.tb, .list, .lib {
    background-color: #ffffff;
    border: solid 1px #D8D5D1;
    color: #000000;
    font-size: x-small;
    font-family: Verdana;
    width: 180px;
    margin-bottom: 0px;
}

/*dropdown and list items*/
.dd, .lib {
    width: 184px;
    font-size: x-small;
    font-family: Verdana;
}

/*required dropdown*/
.ddreq {
    width: 184px;
    font-size: x-small;
    font-family: Verdana;
    background-color: #ffffcc;
}

/*required textbox*/
.tbreq, .tbdtreq {
    background-color: #ffffcc;
    border: solid 1px #D8D5D1;
    color: #000000;
    font-size: x-small;
    font-family: Verdana;
    width: 180px;
}

.dd:disabled, .ddreq:disabled, .tb:disabled, .tbreq:disabled, .tbdtreq:disabled, .tb:read-only
{
    background-color: lightgray !important;
    color: #6d6d6d;
}

/*widgets in the dashboards*/
table.innerbox {
    width: 90%;
    height: 180px;
    border: solid 1px silver;
    background-image: url(images/lightgray.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #e3e3df;
}

/*in the academic dashboard, the graphic displays*/
table.innerinnerbox {
    border: solid 1px silver;
    background-image: url(images/lightgray.gif);
    background-position: middle;
    background-repeat: repeat-x;
    background-color: #e3e3df;
}

table.innerbox td.ib {
    padding: 4px 4px 4px 4px;
    text-align: justify;
}

/*Messages - Error, OK*/
div .errormsg {
    border: solid 1px #E79D9B;
    background-color: #FEDDD5;
    padding: 5px 5px 5px 5px;
    height: 100%;
    color: RED;
    vertical-align: middle;
    width: 60%;
    text-align: center;
    margin-top: 10px;
}

div .okmsg {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #3C8864;
    background-color: #D7F1FF;
    padding: 5px 5px 5px 5px;
    height: 100%;
    color: #3C8864;
    vertical-align: middle;
    width: 60%;
    text-align: center;
    margin-top: 10px;
}


/*grid*/
.grid {
    border: solid 1px silver;
}

.gridhdr {
    background-color: #e1e3f2;
    border: solid 1px #285090;
    font-weight: bold;
    font-family: Verdana;
    font-size: x-small;
    color: silver;
    text-align: left;
    text-decoration: none;
    background-image: url(images/comment_bg.jpg);
    background-position: top;
}

.gridhdredit {
    background-color: #c1DAD7;
    font-weight: bold;
    font-family: Verdana;
    font-size: x-small;
    color: #006699;
    text-align: center;
    text-decoration: none;
    width: 36px;
}

/*when pages have filters, this div holds all filters*/
div#choices {
    border: solid 1px #FFE9A9;
    background-color: #F7F7CF;
    padding: 5px 5px 5px 5px;
    height: 100%;
}

/*sub div holding the filters on the left side of the screen*/
div#ch1 {
    border-right: solid 1px #FFF3C2;
    width: 49%;
    padding-top: 10px;
    float: left;
    position: relative;
    height: 100%;
}

/*sub div holding the filters on the right side of the screen*/
div#ch2 {
    width: 49%;
    padding-top: 10px;
    position: relative;
    float: left;
}

/*filter button*/
div#chbt {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

/*header*/
div#chh {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: brown;
    font-size: 120%;
}

/*wizard, used in the Administration module*/
.wiz {
    background: url(images/bg_gradient_global.jpg) repeat-x;
    border: solid 1px dimgray;
    padding: 10px 10px 10px 10px;
}

.wizsidebar {
    background: url(images/bg_gradient_global.jpg) repeat-x; /*background-color: #143D55;*/
    vertical-align: top;
    width: 25%;
    border: solid 1px whitesmoke;
    padding: 10px 10px 10px 10px;
}

/*used to display information*/
.divinfo {
    border: solid 1px #D8D5D1;
    background: url(images/bg_gradient_global_light.png) repeat-x -64px rgba(254, 254, 254, 1);
    background-position: top;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px;
}

.divinfoinside {
    padding: 0px 10px 0px 10px;
}

.divinfoheader {
    height: 18px;
    font-weight: bold;
    color: #808080;
    font-size: 120%;
    vertical-align: middle;
    padding: 2px 0px 2px 10px;
    border-bottom: solid 1px #EAE9E9;
    margin-bottom: 10px; /*width: 200px;*/
    /*background: url(images/bg_gradient_global_light.png) repeat-x;*/
    background-color: #f0f0f0;
}

.nicediv {
    color: #666666;
    background-color: #F7F7F7;
    border: solid 1px #EAE9E9;
    padding: 10px;
}

.nicedivheader {
    height: 18px;
    font-weight: bold;
    color: #666666;
    font-size: 140%;
    vertical-align: middle;
    padding: 2px 0px 2px 0px;
    border-bottom: solid 1px #EAE9E9;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

/*round text box, used for publicly facing pages (such as when creating account)*/
.roundedtb {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 3px -4px;
    padding: 3px 5px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #bbb;
    color: #666;
}

.roundedspan {
    background: url('images/bg.gif') 0 -1100px;
    width: 220px;
    float: left;
    display: block;
    padding-left: 4px;
    padding-right: 10px;
    height: 25px;
    margin: 0px;
    margin-right: 20px;
}

.help {
    color: #B6BBDA;
    visibility: hidden;
}

/*modal popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: red;
    padding: 3px;
}

.updateDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding-right: 20px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #666666;
    background-color: #F3F3F3;
    border: solid 1px #EAE9E9;
}

.popupdiv {
    color: #666666;
    background-color: #F7F7F7;
    border: solid 1px dimgray;
    padding: 0px;
    /*display: none;*/ /*modals are hidden on first page load to avoid flickering*/
}
.nomodalflicker .popupdiv, .nomodalflicker .modal, .nomodalflicker .modal-dialog, .nomodalflicker .modal-content {
    /*modals are hidden on first page load to avoid flickering*/
    display: none;
}


.popUpHeader {
    background-color: #5C88A5;
    color: #ffffff;
    padding: 3px 0px 0px 5px;
    margin-bottom: 5px;
    height: 22px;
    font-weight: bold;
}

/*jQUERY formatting*/

#controller span.jFlowSelected {
    background: #f0f0f0;
    font-weight: bold;
    border: solid 1px #EAE9E9;
    border-bottom: solid 1px #f0f0f0;
}

#controller span {
    background-color: #ffffff;
    border: solid 1px #EAE9E9;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.navflow {
    float: left;
    line-height: 32px;
}

.labelhdr {
    text-align: right;
    color: dimgray;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

/*pager*/
.pager, .pager td {
    text-align: right;
    background-color: White;
    font-weight: bold;
    border: none;
}

    .pager a {
        color: Dimgray;
        font-weight: normal;
    }

/*used for the tree view*/
.RootStyle {
    font-weight: bold;
    color: #666666;
    margin-top: 10px;
    vertical-align: bottom;
}

.tree td div {
    height: 100% !important;
}

/*ratings functionality in the front-end*/
.emptystar {
    background-image: url(images/star_12_bw.png);
    width: 12px;
    height: 12px;
}

.fullstar {
    background-image: url(images/star_12.png);
    width: 12px;
    height: 11px;
}

.weakstrength {
    background-color: Red;
    color: White;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    font-style: italic;
}

.goodstrength {
    background-color: Green;
    color: White;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    font-style: italic;
}

/*used in the search textbox*/
.watermarked {
    color: Darkgray;
    border: None 1px white;
    font-style: italic;
}

.nonwatermarked {
    color: #000000;
    border: None 1px white;
}

/*images should be aligned by the middle*/
.imgmiddle {
    vertical-align: middle;
    border: none;
}

.imgc {
    vertical-align: middle;
    padding: 0px 10px 0px 0px;
    width: 24px;
}


.HeaderText {
    font-size: 1.6em;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.HeaderDiv {
    padding: 5px 5px 5px 5px;
}

table.frm {
    background-color: White;
    border: solid 1px black;
    min-height: 800px;
}

div#detail {
    border: solid 1px #143D55;
    background-color: #DADDF6;
    padding: 5px 5px 5px 5px;
    margin: 5px 15px 5px 5px;
    height: 100%;
    width: 90%;
}

.link {
    color: #143D55;
    font-size: 140%;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
}

.reglink {
    color: #3688BA;
    font-size: x-small;
    font-family: Verdana;
    text-align: left;
    height: 16px;
}

.calendartext {
    padding-left: 5px;
}

.invisible {
    display: none;
}


/*div having one dropdown to select from*/
div#selector {
    border: solid 1px #FFE9A9;
    background-color: #F7F7CF;
    padding: 5px 5px 5px 5px;
    height: 100%;
}

div#creator {
    border: solid 1px #FFE9A9;
    background-color: #F7F7CF;
    padding: 5px 5px 5px 5px;
    height: 100%;
}

.dontshow {
    display: none;
}

/*header for div when user has to make a choice*/
.divchoiceheader {
    height: 18px;
    font-weight: bold;
    color: #143D55;
    font-size: 120%;
    vertical-align: middle;
    padding: 2px 0px 2px 10px;
    border-bottom: solid 1px #EAE9E9;
    margin-bottom: 10px; /*width: 200px;*/
}

/*TEacher Dashboard*/
div#rounded {
    border-radius: 15px;
    border: 1px solid dimgray;
    background-color: #FCE6C9;
}


.containerBox {
    background-color: #FFF;
    color: #111;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #AAA;
    border-radius: 4px;
}
select[disabled] {
    background-color: rgb(235, 235, 228);
}


/*defaults*/
@media (min-width: 1280px) 
{
    ul#nav a 
    {
        width: 10em;
    }
    ul#nav li 
    {
        margin-right: 3px;
    }
}
@media (max-width: 1280px) 
{
    ul#nav a 
    {
        width: 9em;
    }
    ul#nav li 
    {
        margin-right: 2px;
    }
}
@media (max-width: 1180px) 
{
    ul#nav a 
    {
        width: 8em;
    }
    ul#nav li 
    {
        margin-right: 1px;
    }
}
@media (max-width: 1020px) 
{
    ul#nav a 
    {
        width: 7em;
    }
}
@media (max-width: 900px) 
{
    ul#nav a 
    {
        width: 6em;
    }
}

#leftmenu
{
    width: 15%;
    margin-top: 10px;
    float: left;
}

table.leftmenu td
{
    color: Black;
    padding: 4px 4px 2px 2px;
    border-top: solid 1px Whitesmoke;
    border-bottom: solid 1px Whitesmoke;
}

/*when hovering or when active, highlight it*/
table.leftmenu td:hover, td.lefton
{
    color: Navy;
    cursor: pointer;
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
    font-weight: bold;
}

/*single left menu, when the options are not grouped (like in Students)*/
#singlemenu {
    width: 100%;
    border-style: solid;
    border-color: #D8D5D1;
    border-width: 1px;
    float: left;
    margin: 5px;
}

#singlemenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#singlemenu img
{
    border: none;
}

#singlemenu li a
{
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}

#singlemenu li a:link, #singlemenu li a:visited
{
    display: block;
    /*background: url(images/menu2.png);*/
    padding: 4px 0 4px 14px;
}

#singlemenu li a:hover, #singlemenu li a.current
{
    /*background: url(images/menu2.png) 0 -32px;*/
    padding: 4px 0 4px 14px;
    font-weight: bold;
}

/*double left menu, when options are grouped (like once a student is selected)*/
#doublemenu
{
    width: 100%;
    margin-top: 0px;
    border-style: solid solid none solid;
    border-color: #D8D5D1;
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 12px;
    border-bottom: solid 1px #d8d5d1;
}

#doublemenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#doublemenu img
{
    border: none;
}

#doublemenu li a:link, #doublemenu li a:visited
{
    display: block;
    padding: 4px 0 4px 44px;
}

#doublemenu li a:hover, #doublemenu li a.current
{
    padding: 4px 0 4px 44px;
    font-weight: bold;
}

.sortablegrid .header th a, .sortablegrid .header th a:link, .sortablegrid .header th a:visited, .sortablegrid .header th a:hover, .sortablegrid .header th a:active
{
    color: white;
    text-decoration: none;
}

.grid .datatable TH {
    cursor: pointer;
    text-align: left;
    height: 25px;
    line-height: 17px;
    padding: 0px 4px;
    background-color: [FRONTEND_TABLEHEADER_BACKGROUND];
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    color: [FRONTEND_TABLEHEADER_TEXT];
}

div#ctl00_topmenu {
    width: 100%;
    padding-top: 5px;
    background-color: [FRONTEND_HEADER_BACKGROUND];
}

#singlemenu {
    background-color: [FRONTEND_LEFTMENU_BACKGROUND];
}

    #singlemenu li a:link, #singlemenu li a:visited {
        color: [FRONTEND_LEFTMENU_TEXT];
        background-color: [FRONTEND_LEFTMENU_BACKGROUND];
    }

    #singlemenu li a:hover, #singlemenu li a.current {
        color: [LEFTMENUFONTCOLOR];
        background-color: [FRONTEND_LEFTMENU_BACKGROUND];
    }

#doublemenu {
    background-color: [FRONTEND_LEFTMENU_BACKGROUND];
}

    #doublemenu li a:link, #doublemenu li a:visited {
        color: [LEFTMENUFONTCOLOR];
    }

    #doublemenu li a:hover, #doublemenu li a.current {
        color: [LEFTMENUFONTCOLOR];
    }

    #doublemenu b {
        font-size: medium;
        color: [LEFTMENUFONTCOLOR];
    }