ul.groupUL {
    list-style-type: none;
    margin-top:10px;
    margin-left:0px;
    padding-left:0px;
}

ul.groupUL li {
    border:1px solid #ccc;
    margin-left:5px;
    margin-top: -1px;
    padding:5px 10px;

    background-color:white;
    font-weight:bold;

}

ul.groupUL li i {
    display:none;
}

ul.groupUL li.userGroupItem:not(.cantRemove):hover {
    background-color:#da4f49;
    color:white;
}

ul.groupUL li.userGroupItem:not(.cantRemove):hover i {
    display:inline-block;
}

ul.pickList {
    list-style-type: none;
    margin-top:10px;
    margin-left:0px;
    padding-left:0px;
}

ul.pickList li {
    border:1px solid #ccc;
    margin-left:5px;
    margin-top: -1px;
    padding:5px 10px;

    background-color:white;
    font-weight:bold;

}

ul.pickList li i {
    display:none;
}

ul.pickList li.pickListItem:hover {
    background-color:#da4f49;
    color:white;
}

ul.pickList li.pickListItem:hover i {
    display:inline-block;
}

label.control-label {
    font-weight:normal;
}

label.label-required {
    font-weight:bold;
}

.table-detail tr th {
    text-align: right;
}

.colorTransition {
    -webkit-transition: background-color 250ms linear, color 250ms linear;
    -moz-transition: background-color 250ms linear, color 250ms linear;
    -o-transition: background-color 250ms linear, color 250ms linear;
    -ms-transition: background-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, color 250ms linear;
}

#main-container {
    min-height: 600px;
}

footer {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: smaller;
}

* {
  border-radius: 0 !important;
}


.cal-div {

    margin-top: 15px;
}

.cal-table {
    /*border: 1px solid #ccc; */
}

.cal-week-row {

}

.cal-title-row {

}

.cal-title {
    text-align: center;
}

.cal-dow-row {

}

.cal-dow-row th{
    text-align: center;
}

.cal-day {
    text-align: right;
    vertical-align: top;
    padding-right: 3px;
    color: #333;
    /*border-right:1px solid #333;*/
    /*border-bottom:1px solid #333;*/
    border:1px solid #333;
    width: 14%;
    height: 50px;
}

.cal-day:hover {
    border:1px solid #ccc;
    -khtml-opacity:.50;
     -moz-opacity:.50;
     -ms-filter:�alpha(opacity=50)�;
      filter:alpha(opacity=50);
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
      opacity:.50;
    background-image: linear-gradient(
        to left bottom,
        transparent 33%,
        black 33%,
        black 66%,
        transparent 66%
    );
    background-size: 3px 3px;
}

.faux-form-control {
    height: 34px;
    padding: 0 0 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}

.assignmentCalendar {
    border-collapse:separate;
    border-spacing:5px 5px;
}

    .assignmentCalendar .scheduleDay {
        border: 1px solid #333;
        height: 125px;
        vertical-align: top;
        position: relative;
    }

        .assignmentCalendar .scheduleDay .teacherSchedule {
            height: 50%;
            /*background-color: #eaeaea;*/
            border-bottom: 1px solid #000;
        }

            .assignmentCalendar .scheduleDay .teacherSchedule .sessionName {
                font-size: inherit;

            }

        .assignmentCalendar .scheduleDay .studentSchedule {
            height: 50%;
            /*background-color: #ccc;*/

        }

            .assignmentCalendar .scheduleDay .studentSchedule .sessionName {
                font-size: inherit;
            }

        .assignmentCalendar .scheduleDay.today {

        }

        .assignmentCalendar .scheduleDay.invalid {
           /* background-image: linear-gradient(
                to right top,
                transparent 33%,
                black 33%,
                black 66%,
                transparent 66%
            );
            background-size: 3px 3px;*/
            background-color: #ccc;
        }

        .assignmentCalendar .scheduleDay .isClosed {
            background-color: #ccc;
        }

        .assignmentCalendar .scheduleDay .scheduleDayDate {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0 5px 0 0;

            font-size: 16pt;

            /*background-color: #fff;*/
            z-index: 999;
        }

        .assignmentCalendar .scheduleDay  .scheduleSlice {
            height: 50%;
            display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
            flex-direction: row;
        }

        .assignmentCalendar .scheduleDay  .scheduleSlice.studentSchedule {
            height: 51%;
            display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;      /* TWEENER - IE 10 */
            display: -webkit-flex;     /* NEW - Chrome */
            display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
            flex-direction: row;
        }

            .assignmentCalendar .scheduleDay  .scheduleSlice .ico {
                height: 100%;
                width: 50px;
                /*border: 1px solid red;*/
                font-size: 20pt;
                display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox;      /* TWEENER - IE 10 */
                display: -webkit-flex;     /* NEW - Chrome */
                display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
                align-items: center;
                -webkit-align-items: center;
                justify-content: center;
                -webkit-justify-content: center;

            }

            .pointerCursor {
                cursor: pointer;
            }

            .assignmentCalendar .scheduleDay  .scheduleSlice.isFull .ico {
                cursor: default;
            }

            .defaultCursor.ico {
                cursor: default;
            }


.capacityLabel {
    font-size: smaller;
}

.capacityLabel.full {
    font-weight: bold;
}

.noStudentSelected {
    /*background-color: #fff;*/
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    /*padding-left: 10px;*/
    color: #a3a3a3;
}

.studentOpenAssignment {
    /*background-color: #fff;*/
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    /*padding-left: 10px;*/
    cursor: pointer;
}

.studentSessionFull {
    /*background-color: #fff;*/
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    /*padding-left: 10px;*/
}




.teacherSession {
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    /*padding-left: 10px;*/
    cursor: pointer;

}
.studentSession {
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    /*padding-left: 10px;*/
    cursor: pointer;
}

.teacherSession:hover, .studentSession:hover {
    text-decoration: underline;
}


.studentInvalidAssignment {
    /*background-color: #ccc;*/
    height: 100%;
}

tr.selectedStudent {
    background-color: rgba(121, 226, 255, 0.38);
    font-weight: bold;
}


    tr.studentRow.selectedStudent:hover {
        background-color: rgba(121, 226, 255, 0.38);
        font-weight: bold;
    }

tr.studentRow:hover {
    background-color: #ccc;
}

.studentsTable {
    background-color: #fff;
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay {
  background-color: black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.2; /* also -moz-opacity, etc. */
  z-index: 10;
}

.pagination {
    margin: 0;
}

.pagination li:hover {
    cursor: pointer;
}

.nav-pills.nav-stacked li {
    border: 1px solid #ccc;
}

.label-senior {
    background-color: #ff5b5b;
    color: black;
}
.label-junior {
    background-color: #6a82ff;
    color: black;
}
.label-sophomore {
    background-color: #fff05f;
    color: black;
}
.label-freshman {
    background-color: #7aff60;
    color: black;
}

.attendanceStatus {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.darken {
    -webkit-transition: all 0.05s linear;
       -moz-transition: all 0.05s linear;
        -ms-transition: all 0.05s linear;
         -o-transition: all 0.05s linear;
            transition: all 0.05s linear;


}

.darken:hover {
    opacity: 0.87;
}

table.noBorder>tbody>tr>td {
    border: 0;
}

tr.rowClickable td:hover {
    cursor: pointer;
}

#btnRemoveAll {
    margin-top: 10px;
}

#btnRemoveRangeConfirm {
    margin-top: 10px;
}

#removeGroupRange {
    margin-left: 15px;
}

.dateRangeMessage {
    margin-bottom: 15px;
}

.removeScheduledDatesForAllSessions {
    float: right;
}

.removeScheduledDatesDialog {
    background: white;
}

#scheduleRemoveSchool option {
    display: inline-block;
}

#removeDatesForAllSessionsForm {
    margin: 0 auto;
    width: 50%;
}

@media print {
    html, body, .reminderPrintDiv {
        height: 1400px;
        padding: 0;
        margin: 0;
    }

    .pageEnd {
        page-break-after: always;
    }

    .printLetterBtn {
        display: none;
    }

    footer {
        display: none;
    }
}

.reminderPrintDiv {
    width: 100%;
    display: table;
    vertical-align: middle;
}

.reminderCentered {
    vertical-align: middle;
    display: table-cell;
}

.reminderPrintTable {
    margin: auto;
}

.reminderText {
    width: 100%;
    height: 200px;
    white-space: pre-wrap;
}

.reminderBeforeText, .reminderAfterText {
    margin-right: 15px;
    margin-left: 15px;
}

.gradeLevelFilterDiv {
    padding-bottom: 0px;
}

#gradeLevelFilter {
    height: 34px;
    border-color: #ccc;
}

.gradeLevelListFilterDiv {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 6px;
}

#gradeLevelListFilter {
    height: 34px;
    padding-top: 0;
    border-color: #ccc;
}

#rosterTable_paginate {
    text-align: center;
}

#rosterTable_info {
    width: 49%;
}

#rosterTable_length {
    float: right;
    width: 50%;
    text-align: right;
}

.rosterRow {
    cursor: default;
}

.removeStudentIcon {
    cursor: pointer;
    display: none;
    padding-top: 2px;
}

.rosterRow:hover .removeStudentIcon {
    display: block;
}

.rosterTableDiv {
    padding-top: 3px;
}

#btnStudentSearch {
    height: 34px;
}

.form-inline-student-well {
    padding-bottom: 14px;
}

.pagerForm {
    height: 34px;
    padding-left: 24px;
}

.studentSearchWell {
    padding-bottom: 15px;
    padding-top: 15px;
}

#displayTotal {
    display: inline-block;
}

.assignmentReportInput {
    display: inline-block;
    width: 68%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

#forwardPreviousData {
    height: 1.5em;
    width: 1.5em;
    margin-top: 0.5em;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.disableCheckbox {
    pointer-events: none;
    opacity: 0.5;
}


.removalOptions {
    width: auto;
    height: auto;
    text-align: left;
    margin-bottom: 4px;
}

.removalMsg {
    font-weight: bold;
    color: red;
    margin-bottom: 6px;
    display: none;
}

.full { color: red; }

.assigned { color:blue; }

#scheduleRequestCount{
    position: absolute;
    bottom:1px;
    right:1px;
    opacity:0.9;
    background-color:#d9534f;
}
