﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #fff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

    input[type="submit"], input[type="button"] {
        max-width: unset;
    }

h3 {
    font-size: 10pt;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}


a img {
    border: 0;
}

a:link, a:visited {
    color: #002442;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #810000;
    text-decoration: none;
}

a.popup {
    background: url('../images/popup.gif') no-repeat right;
}

div.anchor {
    line-height: 0;
    font-size: 0;
    float: none;
    clear: both;
}


/*--- ITD Banner ---*/
#itdbanner {
    height: 39px;
    background-color: #fff;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 0 5px;
}

    #itdbanner ul {
        /*display: inline;*/
        line-height: 3;
        padding: 0;
        margin: 0;
        text-align: right;
    }


        #itdbanner ul li {
            display: inline;
            margin: 0;
            padding: 3px;
            text-align: right;
        }

    #itdbanner a {
        color: #FFFFFF;
        padding: 3px;
    }



.itdlogo {
    margin: 4px 0 0 10px;
    float: left;
}

/*--- End ITD Banner ---*/

/*--- Template Styles --*/

div#header {
    height: 105px;
    background: #fff;
    position: relative;
}

div#header-left {
    float: left;
    padding: 15px 0 0 15px;
}

div#header-right {
    float: right;
    padding: 5px 10px;
    background: #25547b;
    color: #fff;
}

    div#header-right a {
        color: #fff;
    }

    div#header-right ul {
        margin: 0;
        padding: 0;
    }

        div#header-right ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

div#divUserData {
    font-weight: normal;
    color: #000;
    position: absolute;
    right: 40px;
    top: 9px;
    white-space: nowrap;
    line-height: 17px;
    padding: 5px;
    border: none;
}

    div#divUserData a, div#divUserData a:visited, div#divUserData a:hover {
        color: #000;
        text-decoration: underline;
    }

/*--- Notification Area ---*/

div.divNotification {
    border: 1px solid #666666;
    /*background-color: #fffaa1;*/
    background-color: rgba(255,250,161,.85);
    margin: 5px 0 5px 10px;
    padding: 6px;
    font-size: 11pt;
    width: 50%;
    max-height: 500px;
    z-index: 999;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

    div.divNotification > span {
    }

    div.divNotification a#aClearNotification > img {
        display: block;
        float: right;
        padding-top: 5px;
        opacity: 1;
    }

div.divTxError {
    border: 1px solid #FF0000;
    background-color: #F6DAD3;
    margin: 5px 0 5px 10px;
    padding: 6px;
    font-size: 11pt;
    width: 50%;
    max-height: 500px;
    z-index: 999;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

div#nav {
    height: 48px;
    line-height: 45px;
    background: #fff;
    color: #fff;
}

div#nav-inner-left {
    float: left;
    font-size: 1.2em;
}

div#nav-inner-right {
    float: right;
    padding-right: 20px;
    font-weight: bold;
}

div#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    div#nav ul li {
        display: inline-block;
    }

        div#nav ul li.active, .mainmenu .selected {
            /*--- TODO: Make sure this is still being used ---*/
            background: #9f563a;
        }

        div#nav ul li a {
            display: block;
            margin: 0 0 0 10px;
            padding: 0 18px;
            line-height: 46px;
            font-weight: bold;
        }

div#nav a:link, div#nav a:visited {
    color: #fff;
    text-decoration: none;
}

div#nav a:hover, div#nav a:focus {
    text-decoration: underline;
}

div#maincontent {
    position: relative;
    margin: 0 0 5px 0;
    padding: 10px;
}

div#contenthead {
    padding: 10px 10px 0 10px;
}

    div#contenthead h1 {
        float: left;
        margin: 5px 0 0 0;
    }

/*--- AJAX Loader ---*/

div#AJAXProgress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    text-align: center;
    vertical-align: middle;
}

div#AJAXProgressImgWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #555555;
    padding: 401px 3px 3px 3px;
    margin: 2px;
    background-color: #666666;
}

    div#AJAXProgressImgWrapper > p {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        margin: 8px;
        padding: 0;
    }

div#AJAXProgress > div#divUpdateProgressBG {
    background-color: #666666;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

/*--- End AJAX Loader ---*/

div#footer {
    clear: both;
    height: 72px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #FFFFFF;
    padding-top: 0px;
    z-index: 10000;
    white-space: nowrap;
}

div#footer-inner {
    background: #fff; /*#000 url(../images/footer-background.png) repeat-x;*/
    height: 37px;
}

div#footer-inner-left {
    float: left;
    padding: 0 15px;
}

div#footer-inner-right {
    float: right;
    padding: 0 15px;
}

div#footer-inner-left, div#footer-inner-right {
    color: #000;
    line-height: 37px;
}

div#footer a:link, div#footer a:visited {
    color: #000;
    text-decoration: underline;
}

div#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    div#footer ul li {
        display: inline;
        margin: 0;
        padding: 0 0.3em;
    }

div#footer p {
    clear: both;
    margin: 0;
    padding: 0 0 0 10px;
    background-color: #EDE8D7;
}

/*--- Page Menu Buttons ---*/

a.aMenuButton, a.aMenuButton:visited {
    display: block;
    color: #002442;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.25);
    background-color: rgb(230, 230, 230);
}

    a.aMenuButton:hover, a.aMenuButton:focus {
        text-decoration: none;
        color: #810000;
    }

        a.aMenuButton[disabled], a.aMenuButton:visited[disabled], a.aMenuButton:hover[disabled], a.aMenuButton:focus[disabled] {
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
        }

/*--- End Template ---*/

/*--- Administration Menu ---*/

div.menu-admin, div.menu-admin-alert {
    float: left;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 12px 25px 13px;
    min-height: 150px;
}

div.menu-admin {
    width: 220px;
}

div.menu-admin-alert {
    width: 350px;
}

    div.menu-admin-alert > h3 {
        background: #880000;
        color: #fff;
        margin: 0;
        padding: 4px 3px;
    }

    div.menu-admin > div, div.menu-admin-alert > div {
        padding: 0;
    }

div.menu-admin > h3 {
    background: #123858;
    color: #fff;
    margin: 0;
    padding: 4px 3px;
}

div.menu-admin-alert > div > ul, div.menu-admin > div > ul {
    margin: 0;
    padding: 0 0;
}

    div.menu-admin > div > ul > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }


    div.menu-admin-alert > div > ul > li {
        list-style: none;
        padding: 5px 20px 10px 5px;
        margin: 0;
    }

div.menu-admin > div ul > li > a:hover {
    background: #efefef;
}

div.menu-admin > div, div.menu-admin > div > ul {
    float: none !important;
}

    div.menu-admin > div > ul > li > a {
        display: block;
        padding: 5px 20px 5px 5px;
    }

div.menu-admin-alert dl {
    margin: 0 0 0 7px;
}

div.divBlock {
    background-color: #000000;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    position: absolute;
    width: 220px;
    z-index: 997;
}



/*--- End Heading Elements ---*/


/*--- Input Forms / Fieldsets ---*/

fieldset {
    margin: 1.0em 0 2.0em 0;
    border-color: #255478;
    line-height: 1.0em;
}

    fieldset legend {
        font-size: 1.1em;
        font-weight: bold;
    }


div.divInput {
    margin-top: 10px;
    clear: both;
}

div#divControlPanel, div.divControlPanel {
    margin: 10px 0 0 0;
    padding: 8px 0 5px 10px;
    position: fixed;
    bottom: 72px;
    left: 0px;
    width: 100%;
    height: 23px;
    border-top: 1px solid #cccccc;
    background-color: #f3ffb2;
}


table.tblInput {
    margin: 5px 20px 5px 0;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

    table.tblInput label {
        font-weight: bold;
    }

    table.tblInput > tbody > tr > td {
        padding: 3px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
    }

table tr.selected {
    background-color: #DAEFF1;
}

table.tblList {
    /*float: left;*/
    margin: 5px 0px 5px 0px;
    border: 1px solid #666666;
    border-width: 1px 0 0 1px;
}

    table.tblList caption {
        font-size: 1.5em;
        font-weight: bold;
        color: #5f5d4e;
        text-align: left;
        padding: 5px 0;
    }

    table.tblList tr:hover {
        background-color: #efefef;
    }

    table.tblList tr th {
        text-align: left !important;
        background-color: #255478 !important;
        color: #ffffff !important;
    }

        table.tblList tr th a {
            color: #ffffff;
        }

table tr th a {
    color: #636363 !important;
    text-decoration: none !important;
}

    table tr th a::after {
        font-family: 'Glyphicons Halflings';
        font-size: .9em;
        content: ' \e150';
    }

table > tbody > tr > th, table > tbody > tr > td {
    padding: 3px;
}

table.tblList > tbody > tr > th, table.tblList > tbody > tr > td {
    padding: 3px 5px;
    border: 1px solid #666666;
    border-width: 0 1px 1px 0;
}

table.tblList tr.selected {
    background-color: #DAEFF1;
}

table.tblInfo {
}

    table.tblInfo > tbody > tr {
        vertical-align: middle;
    }

        table.tblInfo > tbody > tr > th {
            text-align: right;
        }

        table.tblInfo > tbody > tr > th, table.tblInfo > tbody > tr > td {
            padding: 3px;
        }

tr.highlight, tr.highlight:hover {
    background-color: rgba(255,250,161,.85);
}

div.divStats {
}

.StatItem {
    float: none;
    clear: both;
    display: inline-block;
    padding: 0;
    margin: 3px 3px 10px 0;
}

    .StatItem .StatValue {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border: 1px solid #255478;
        float: left;
        background-color: #255478;
        color: #fff;
        margin: 0;
        padding: 6px;
        font-weight: bold;
    }

    .StatItem .StatTitle {
        border: 1px solid #255478;
        float: left;
        color: #255478;
        margin: 0;
        padding: 6px;
    }

div#error {
    width: auto;
    margin: 0 0;
    padding: 5px;
    font-weight: bold;
    color: #880000;
}

/*--- Misc Element Styles ---*/

div.divStatus {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #00CA00;
    padding: 5px;
    margin: 2px 0 5px 0;
    border: 1px solid #cccccc;
    background-color: #FBFCEB;
}

.blueCaption {
    color: #123858;
    font-size: 12px;
    font-weight: bold;
}

.modalPopup {
    width: 600px;
    min-height: 200px;
    padding: 10px 20px 30px 20px;
    border: 2px solid black;
    background-color: #ffffff;
    position: fixed;
}

.modalBG {
    overflow: hidden;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    background-color: Gray;
}

div.divPopupControls {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.spValidator {
    color: #ff0000;
}

select.lstMultiSelect {
    font-size: 13px;
}


.column2 {
    width: 49%;
    float: left;
    margin: 0;
}

/*--- Messaging ---*/

div.divMsgPanel {
    margin: 3px 0;
    padding: 3px;
}

/*--- End Messaging ---*/

/*--- Feedback ---*/
div.divFeedback {
    margin: 0 0 10px 0;
    padding: 0 10px 3px 0;
}

div.divControl {
    border: 1px solid black;
    background-color: #ffffff;
    padding: 5px;
    margin: 3px;
}
/*--- End Feedback ---*/

/*--- News Items ---*/

div#divNews {
}

div.divNewsBar {
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    color: #ffffff;
    background-color: #123858;
    text-align: right;
}

    div.divNewsBar a, div.divNewsBar a:visited {
        color: #ffffff;
        text-decoration: none;
    }

div.divNewsItem {
    margin: 5px 0;
    /*border: 1px solid #666666;*/
    border: 1px dashed #255478;
    border-width: 0 0 1px 0;
    padding: 3px;
}

    div.divNewsItem span.sNewsTitle {
        display: block;
        font-weight: bold;
        font-size: 1.1em;
        padding: 0 0 3px 0;
    }

    div.divNewsItem span.sNewsAuthor {
        display: block;
        font-size: 0.9em;
        color: #123858;
        padding: 2px 0;
    }

    div.divNewsItem span.sNewsBody {
        /*font-size: 1.2em;*/
        display: block;
        max-height: 300px;
        overflow-y: scroll;
    }

/*--- End News ---*/

/*--- Test Banner ---*/

div.divTestBanner {
    margin: 0;
    padding: 0;
    font-weight: bold;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1.5em;
    background-color: #fff2f2;
    text-align: center;
}

/*--- End Test Banner ---*/

/*--- App Info ---*/

div.divAppInfoUsers {
    padding: 5px;
}

    div.divAppInfoUsers > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        div.divAppInfoUsers > ul li > a {
            display: inline-block;
            padding: 0 0 0 8px;
        }

        div.divAppInfoUsers > ul li > span.spInstName {
            font-weight: bold;
            display: inline-block;
            padding: 10px 0 0 5px;
        }

/*--- End App Info ---*/

div.panel.panel-default > .panel-heading > h3 {
    background: #123858;
    color: #fff;
    margin: 0;
    padding: 4px 3px;
}

div.panel.panel-default > div > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.panel.panel-danger > .panel-heading > h3 {
    background: #880000;
    color: #fff;
    margin: 0;
    padding: 4px 3px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
}

a {
    color: #2397ca;
}

    a img:hover {
        border: none;
    }

/** Notifications **/

.notifications {
    position: absolute;
    right: 20px;
    top: 180px;
    width: 200px;
    z-index: 100;
}
    .notifications .panel-default {
        border: none;
    }

    .notifications a:hover {
        text-decoration: none;
    }

    .notifications a {
        text-decoration: none;
    }

    .notifications .panel-default .panel-heading {
        background-color: midnightblue; /*#636363;*/
        border-color: transparent;
        border-radius: 10px 10px 0 0;
        color: #fff;
    }

    .notifications .panel-title {
        font-size: 1.0em;
        font-weight: bold;
        line-height: .7em;
        text-decoration: none;
    }

    .notifications .glyphicon-triangle-left {
        display: inline-block;
    }

    .notifications .glyphicon-triangle-bottom {
        display: none;
    }

    .notifications .active .glyphicon-triangle-left {
        display: none
    }

    .notifications .active .glyphicon-triangle-bottom {
        display: inline-block;
    }


    .notifications ul, #notifications ul {
        list-style: outside none none;
    }

.alert {
    margin: 3px;
}

/** Info Slide **/

.moreinfoslide {
    transition: width 0.25s ease-out 0s;
}

.active.moreinfoslide {
    overflow: auto;
    width: 90%;
}

.moreinfoslide {
    background-color: midnightblue;
    border-radius: 0 10px 10px 0;
    height: 271px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    width: 31px;
    z-index: 99;
}

    .moreinfoslide .slidecontent {
        overflow: hidden;
        position: absolute;
        width: 0;
    }

.active.moreinfoslide .slidecontent {
    overflow: hidden;
    position: relative;
    border: solid 2px midnightblue;
    width: 90%;
    padding: 25px;
}

.moreinfoslide .slideopen button {
    height: 300px;
}

.moreinfoslide .info {
    cursor: pointer;
    height: 271px;
}

    .moreinfoslide .info span {
        border-bottom: 2px solid #fff;
        color: #fff;
        padding: 8px;
    }

.slideopen {
    border-left: 2px solid #fff;
}

.slidecontent {
    color: #000;
    background-color: #fff;
    height: 100%;
}

/** Mobile Portal Banner **/

.portalbanner {
    border-top: 2px solid #DDD;
    background-color: #FFF;
    width: 100%;
}

    .portalbanner ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .portalbanner li {
        display: inline-block;
        width: 23%;
    }

    .portalbanner .nav > li > a:focus, .portalbanner .nav > li > a:hover {
        border: none;
    }


/** Header Logo **/

.logo {
    margin: 0 0 30px 47px;
}


/** Desktop portal banner and Menu **/

.navbar-default {
    background-color: #FFF;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.topbar .navbar-nav.image-nav {
    width: 100%;
}

    .topbar .navbar-nav.image-nav > li {
        width: 25%;
    }

        .topbar .navbar-nav.image-nav > li > a {
            padding: 13px 19px;
        }

.topbar .navbar-nav.navbar-right {
}

    .topbar .navbar-nav.navbar-right > li {
        padding: 0 15px;
    }

        .topbar .navbar-nav.navbar-right > li > a {
            padding: 0;
            text-decoration: underline;
        }

            .topbar .navbar-nav.navbar-right > li > a:hover {
                border: none;
            }

.nav > li > a > img {
    max-width: 100%;
}

.topbar .navbar-nav.navbar-right {
    border-left: 1px solid #ddd;
    padding: 16px 0;
    margin: 8px 0;
}

.navbar-default .navbar-nav.image-nav > li > a:hover {
    background-color: #eee;
    border: none;
}


/** Student Navigation Tabs **/
.col-md-9.hidden-xs.studentnav-container {
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.studentnav {
    margin-left: 0;
    white-space: nowrap;
}

    .studentnav li, .singlestudent {
        border: 1px solid #ebebeb;
        border-radius: 10px 10px 0 0;
        background-color: transparent;
        border-bottom: none;
        padding: 0;
    }

        .studentnav li a {
            border-radius: 8px 8px 0 0;
            display: block;
            overflow: hidden;
            padding: 6px 15px 5px 10px;
        }

            .studentnav li a:hover {
                background-color: #ebebeb;
            }

        .studentnav li.active a {
            padding-top: 15px;
        }

        .studentnav li.active a {
            background-color: #ebebeb;
        }

        .studentnav li a .glyphicon, .singlestudent .glyphicon {
            color: #ffa100;
            font-size: 2em;
            float: left;
            padding: 0 5px 0 0;
        }

        .studentnav li a p, .singlestudent p {
            line-height: 1.2em;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            float: left;
        }

        .studentnav li a .small, .singlestudent .small {
            color: #333;
            font-size: 0.8em;
        }

        .studentnav li a .name, .singlestudent .name {
            color: #333;
            font-weight: bold;
            text-decoration: none;
        }


/** Mobile Student Tab **/

.singlestudent {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    height: 4em;
    padding: 1em;
}


    .singlestudent .glyphicon-triangle-left {
        display: inline-block;
    }

    .singlestudent .glyphicon-triangle-bottom {
        display: none;
    }

    .singlestudent.active .glyphicon-triangle-left {
        display: none
    }

    .singlestudent.active .glyphicon-triangle-bottom {
        display: inline-block;
    }


div#divControlPanel, div.divControlPanel {
    margin: 10px 0 0 0;
    padding: 8px 0 5px 10px;
    position: fixed;
    bottom: 72px;
    left: 0px;
    width: 100%;
    height: 48px;
    border-top: 1px solid #cccccc;
    background-color: #E2E7EA; /* #f3ffb2; */
}


/** Category Tabs and Tab Content **/

.nav-tabs {
    border-bottom: medium none;
}

    .nav-tabs > li > a {
        background-color: midnightblue;
        border: 1px solid transparent;
        border-radius: 10px 10px 0 0;
        color: #fff;
        line-height: 1.42857;
        margin-right: 2px;
        padding: 4px 12px;
        text-decoration: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #333;
        border-bottom: none;
        text-decoration: none !important;
    }

.tab-content {
    border: solid #ccc;
    border-width: 10px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 105px;
}

.tab-area {
    background-color: #fff;
    /*border-radius: 0 15px 15px;*/
    margin-bottom: 20px;
    margin-top: 0;
    padding: 17px 20px;
}


    .tab-area .panel-navtabs {
        background-color: transparent;
        border: medium none;
        margin-bottom: 0px;
        box-shadow: none;
    }

    .tab-area .panel-group {
        margin-bottom: 0;
    }

.tabcontent {
    margin-bottom: 0;
    padding: 10px 20px 30px 55px;
}

.tabcontent-innerdiv {
    margin-left: 35px;
    margin-right: 35px;
}

.tab-pane {
    background-color: #fff;
    min-height: 300px;
}

.nav.nav-tabs > li > a:hover {
    background-color: #FFF;
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    text-decoration: none;
}



/** Content **/

.btn {
    min-width: 80px;
}

.media-body {
    padding-top: 15px;
}

.h1, .h2, h1, h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.h3, h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.h2, h2 {
    border-bottom: 2px solid #eee;
}

.h3, h3, .h4, h4 {
    border-bottom: 1px solid #eee;
}

.separator {
    border-left: 1px solid #eee;
}

.red {
    color: red;
}

/*.table {
    width: auto;
}*/

.table > thead > tr > th {
    background-color: #EBEBEB; /*#636363;*/
    color: #636363;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f0f0f0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.data-row {
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.data-display .block {
    display: block;
}

.button-row {
    border-top: 2px solid #eee;
    padding-top: 10px;
}

.box-outline {
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 10px 10px 0;
    min-height: 200px;
}

    .box-outline ul {
        margin-top: 20px 10px;
        padding: 20px;
    }

.login .small {
    margin-left: 20px;
}

.container-wrapper {
    background-color: #ebebeb;
    border: solid #636363 1px;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
}

    .container-wrapper .table {
        background-color: #fff;
    }

    .container-wrapper .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #fff2cd;
    }

    .container-wrapper .data-row, .container-wrapper .h3, .container-wrapper h3, .container-wrapper h4, .container-wrapper .h4 {
        border-bottom: solid 1px #000;
    }

.etran small img {
    vertical-align: sub;
}

.btn {
    text-transform: uppercase;
}

.btn-info {
    background-color: whitesmoke;
    color: midnightblue;
}

.btn-primary {
    background-color: midnightblue;
    color: whitesmoke;
}


textarea.textarea-max {
    max-width: 100%;
}


/*Tab Nav*/
.tabnav {
    margin-left: 0;
    margin-bottom: -5px;
    white-space: nowrap;
}

    .tabnav li a {
        border-radius: 8px 8px 0 0px;
        display: block;
        overflow: hidden;
        padding: 6px 15px 5px 10px;
        background-color: whitesmoke;
        border-style: solid;
        border-color: #ccc;
        border-width: 1px;
    }

        .tabnav li a:hover {
            background-color: #ebebeb;
        }

    .tabnav li.active a {
        padding-top: 15px;
    }

    .tabnav li.active a {
        background-color: #ebebeb;
    }

    .tabnav li a .glyphicon, .singlestudent .glyphicon {
        color: #ffa100;
        font-size: 2em;
        float: left;
        padding: 0 5px 0 0;
    }

    .tabnav li a p, .singlestudent p {
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        float: left;
    }

    .tabnav li a .small, .singlestudent .small {
        color: #333;
        font-size: 0.8em;
    }

    .tabnav li a .name, .singlestudent .name {
        color: #333;
        font-weight: bold;
        text-decoration: none;
    }


    .tabnav li:hover {
        cursor: pointer;
    }

input, select, textarea, pre {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

.well, .panel, .panel-default, .panel-heading, .navbar-inner, .popover, .btn, .tooltip, .progress, .modal, .add-on, .alert, .table-bordered, .nav > .active > a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

table.tblInfo tbody tr td > select, input, label {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

table.tblInfo tbody tr td > select, input {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 1px;
    border-radius: 4px;
    border: 2px solid #ccc !important;
    -webkit-appearance: caret !important;
    -webkit-backface-visibility: hidden;
    -moz-appearance: button-arrow-down !important;
    -moz-backface-visibility: hidden;
    content: '';
    appearance: caret !important;
}

    table.tblInfo tbody tr td > select > option {
        background-color: transparent;
    }

.mainmenu-admin, .mainmenu-info {
    min-width: 300px;
    margin: 5px;
}




.tblTranscriptInfo,
.panel-info,
.mainmenu-info {
    background-color: #FFF6E7;
}


div.mainmenu-admin > div > h3, div.mainmenu-info > div > h3 {
    font-size: 30px !important;
    color: #000000 !important;
    text-decoration: none;
    border: none;
    background-color: transparent !important;
}

ul.static {
    list-style: none;
    padding-left: 0;
}

.mainmenu-info div > ul {
    list-style: none !important;
    padding-left: 0 !important;
    line-height: 1.5em;
}

li.static a {
    color: #306C9F !important;
    text-decoration: none !important;
    line-height: 1.5em;
}

.system-stats {
    background-color: #FFF6E7;
    height: 108px;
    text-align: center;
    margin: 0px 20px 20px 0px;
    padding: 20px;
}

.system-stats-count {
    font-size: 30px;
    color: #12395C;
}

.system-stats-descr {
    font-size: 19px;
    margin-top: 10px;
    color: #12395C;
}


.eTransLogo {
    width: 270px;
    height: 70px;
    margin: 20px 0px 0px 50px;
}

.ndLogo {
    margin-top: 20px;
    width: 373px;
    height: 71px;
}

#divUserData {
    font-weight: normal !important;
}

    #divUserData span {
        color: #000 !important;
        font-weight: bold;
    }

    #divUserData a {
        color: #636363 !important;
        font-weight: normal !important;
    }

.feedback-textarea {
    max-width: 100% !important;
    border: 1px solid #333 !important;
}

.modalPopup {
    border: 1px solid #ccc !important;
}

.feedback-close {
    border: none !important;
}

.nd-notification-tab {
    border-radius: 8px 8px 0 0px !important;
    display: block !important;
    overflow: hidden;
    padding: 6px 15px 5px 10px !important;
    padding-top: 6px !important;
    background-color: midnightblue !important;
    border-style: solid !important;
    border-color: #ccc !important;
    border-width: 1px !important;
}


.nd-banner {
    width: 100%; 
    margin: 0; 
    padding: 0; 
    background: #fff; 
    height: 28px; 
    border-bottom: 1px solid #ccc;
}

.edit-button {
    font-size: 9pt;
    font-style: normal;
    font-weight: 500;
}

input[type="radio"] {
    margin: 0 8px 0 15px;
}

.mainmenu-admin div:first-child {
    display: table-cell;
    height: 90px;
    vertical-align: bottom;
}


@media (max-width: 767px) {

    .ndLogo {
        margin-top:30px;
        width: 249px;
        height: 46px;
    }

    .topbar .nav.navbar-nav a {
        border-top: 1px solid #ccc;
    }

    .topbar .nav.navbar-nav li.active a {
        background-color: #eee;
    }

    .topbar .nav.navbar-nav {
        margin: 0 -15px;
    }

        .topbar .nav.navbar-nav .small {
            font-size: 0.8em;
            margin-left: 10px;
        }
}


@media (min-width: 1170px) {
}



@media (max-width: 1170px) {
}


@media (min-width: 975px) {
}


@media (max-width: 1024px) {
    .nav.nav-tabs > li {
        border-bottom: 1px solid #fff;
        display: block;
        float: none;
    }

        .nav.nav-tabs > li a {
            border-bottom: 1px solid #fff;
            border-radius: 0;
            text-decoration: none;
        }

    .logo {
        margin: 10px 0;
    }

    .nav.navbar-nav.navbar-right > li {
        display: inline-block;
    }

    .nav.navbar-nav.navbar-right.pull-right a {
        padding: 0 13px 0 0;
    }

        .nav.navbar-nav.navbar-right.pull-right a:hover {
            border: none;
        }

    .username.visible-xs-block {
        font-weight: bold;
        margin: 18px 0 0 11px;
    }

    .mobilehead {
        border-bottom: 3px solid #ededed;
    }

    .separator {
        border-left: 0px solid #eee;
    }


    .media-left, .media-body {
        display: block;
    }

    .media-left {
        margin-top: 10px;
    }

    .media-body {
        padding-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 600px) {
}


@media (min-width: 742px) {
}
