body {
	padding-top: 50px;
	padding-bottom: 20px;
}
.student-stats .stats-block {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
.student-photo {
	width: 100%;
}
.btn-file {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 5px;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.btn-urgent {
	color: #fff;
	background-color: #c9438f;
	border-color: #c42f7a;
}
.btn-urgent:hover, .btn-urgent:active {
	color: #fff;
	background-color: #a9206c;
	border-color: #8c1965
}
.btn-secondary {
	color: #fff;
	background-color: #ee977f;
	border-color: #d78572;
}
.btn-secondary:hover, .btn-secondary:active {
	color: #fff;
	background-color: #ce776f;
	border-color: #b76562
}
.highlight--secondary {
	color: #ee977f !important;
}
/* Alert */
.alert-block--1 {
	color: #3276b1;
}
.alert-block--2 {
	color: #5cb85c;
}
.alert-block--3 {
	color: #39b3d7;
}
.alert-block--4 {
	color: #ed9c28;
}
.alert-block--5 {
	color: #d2322d;
}
/* Floorplan */
.floorplan-container {
	position: relative;
}
.floorplan td {
	padding: 0 !important;
	height: 11px;
}
.floorplan td:hover {
	background-color: #ccc;
}
.floorplan td.full {
	background-color: #333;
}
.floorplan td.full:hover {
	background-color: #ecc;
}
.floorplan {
	margin-top: 10px;
}
.floorplan td.front {
	background-color: #666;
}
.floorplan td.highlight {
	background-color: #999;
}
#studentstamp {
	position: absolute;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	behavior: url(PIE.htc);
	background-color: #900;
}
.studentseat {
	text-align: center;
	font-weight: 700;
	position: absolute;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	behavior: url(PIE.htc);
	cursor: pointer;
}
.studentseat:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ' ';
}
.studentseat__name {
	display: inline-block;
	vertical-align: middle;
}
.studentseat.remove {
	opacity: 0.7;
}
.studentseat.grab, .studentseat.active {
	-webkit-box-shadow: 0px 0px 6px 3px rgba(255,242,0,1);
	-moz-box-shadow: 0px 0px 6px 3px rgba(255,242,0,1);
	box-shadow: 0px 0px 6px 3px rgba(255,242,0,1);
}
.studentseat.ui-state-hover {
	border: 2px solid yellow;
}
#thecolour {
	display: inline-block;
	width: 50px;
	padding: 0;
	vertical-align: middle;
	border: none;
}
.colour-container {
	margin: 0;
}
.students-container--fixed {
	position: fixed;
	top: 60px;
	right: 0;
}
#student_inorder {
	overflow-y: auto;
}
#student_inorder .student {
	padding: 3px 6px;
	border-bottom: 1px solid #ddd;
}
#student_inorder .student:hover, #student_inorder .student.active {
	background: #eee;
}
.help_order {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 24px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid red;
	padding: 3px;
}
.checkintime {
	color: #ccc;
	font-weight: bold;
	margin-top: -15px;
	font-size: 20px;
}
.student.ui-draggable-dragging {
	background-color: rgba(250, 250, 250, 0.7);
	width: 80px;
	height: 80px;
	text-align: center;
	font-weight: bold;
}
.student.ui-draggable-dragging span,
.student.ui-draggable-dragging div {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
}
.student.ui-draggable-dragging .student_type:after {
	content: ' ';
	height: 80px;
}
.student.ui-draggable-dragging .checkintime {
	display: none;
}
/*********/
#display_list {
	border: 1px #ccc solid;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 240px;
	height: 100%;
	padding: 15px;
	padding-top: 50px;
	background-color: rgb(249, 249, 249);
	background-color: rgba(249, 249, 249, 0.8);
	z-index: 1033;
	transition: background-color 0.2s, width 0.6s, left 0.6s, background-color 0.3s;
	-moz-transition: background-color 0.2s, width 0.6s, left 0.6s, background-color 0.3s;
	-webkit-transition: background-color 0.2s, width 0.6s, left 0.6s, background-color 0.3s;
}
#display_list.onHold {
	left: -240px;
	z-index: 3;
}
#display_list.moving {
	z-index: 1034;
}
#closeDisplay {
	transform: rotate(90deg);
	transform-origin: left top 0;
	position: absolute;
	top: 40%;
	right: -134px;
	z-index: 1001;
	border: 3px solid #ea3;
	color: #ea3;
}
#select_assistant_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(155,155,155,0.8);
	z-index: 1033;
}
#endDay, #startDay {
	position: absolute;
	z-index: 1032;
}
#start_block, #signal_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(155,155,155,0.8);
	z-index: 1031;
}
#start_block:after, #signal_block:after {
	z-index: 1031;
	font-size: 30px;
	padding-top: 300px;
	display: block;
	height: 100%;
	text-align: center;
	position: static;
}
#start_block:after {
	content: 'Day not started yet';
}
#signal_block:after {
	content: 'Message to read.';
}
.navbar-form label {
	color: #fff;
}
.assistants-container {
	padding: 8px;
}
#control {
	z-index: 1036;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
.nav.navbar-nav.navbar-right {
	padding-right: 15px;
	margin-right: 0;
}
/* Keyboard */
#keyboard {
	padding-bottom: 5px;
}
.keyboard-key {
	float: left;
	border: 1px solid #ddd;
	background: #aaa;
	color: white;
	width: 20%;
	font-size: 30px;
	text-align: center;
	margin: 0;
	padding: 2px 0;
}
.keyboard-key--span2 {
	width: 40%;
}
.keyboard-key--number {
	width: 33%;
	padding: 18px 0;
}
.keyboard-key:active {
	background: #900;
}
.keyboard-key.disabled {
	background: #eee;
	color: #ddd;
}
/*General*/
.display-block {
	display: block;
}
.text-sm input.form-control {
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
.text-sm {
	font-size: 0.9em;
}
.text-sm .form-control {
	padding: 2px;
}
.text-math {
	color: #93DB70 !important;
}
.text-read {
	color: #ffD3D9 !important;
}
.btn-regular {
	background: none;
	color: #ccc;
}
#reading_fin {
	margin-top: 9px;
	margin-bottom: 9px;
}
.margin_top_0 {
	margin-top: 0 !important;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_top_5 {
	margin-top: 5px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_40 {
	margin-top: 40px;
}
.margin_right_5 {
	margin-right: 5px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_right_20 {
	margin-right: 20px;
}
.inline-block {
	display: inline-block;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px 2px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.inline_block  {
	display: inline-block;
}
.table-center th, .table-center td {
	text-align: center;
}
.table-vcenter td {
	vertical-align: middle !important;
}
.text-left {
	text-align: left !important;
}
.sticky {
	position: fixed;
	top: 50px;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
}
.sticky th {
	display: inline-block;
}
.img--full {
	width: 100%;
}
#answerkey img {
	width: 100%;
}
#page {
	margin-top: 8px;
}
/* Table */
#activity {
	max-height: 427px;
	overflow-y: scroll;
}
#activity button {
	border: none;
	padding:8px 0 8px 5px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 0;
	text-align: left;
	background: none;
	font-size: 14px;
}
#activity button:nth-child(odd) {
	background-color: #F3F3F3;
}
#activity .activity-display__time {
	margin-right: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 14%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#activity span {
	font-weight: 700;
	min-height: 24px;
}
.display--block {
	display: block;
}
.activity_display {
	width: 74%;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.activity_display__name {
	display: block;
}
.activity_display__event {
	border-left: 4px solid #ccc;
	padding-left: 6px;
	display: inline-block;
}
.text_ci {
	color: #4fa0cc;
}
.activity_display__event.text_ci {
	border-color: #4fa0cc;
}
.text_pu {
	color: #778899;
}
.activity_display__event.text_pu {
	border-color: #778899;
}
.text_fm {
	color: #bcde6b;
}
.activity_display__event.text_fm {
	border-color: #bcde6b;
}
.text_fr {
	color: #bf5b6c;
}
.activity_display__event.text_fr {
	border-color: #bf5b6c;
}
.text_chk {
	color: #d0a02f;
}
.activity_display__event.text_chk {
	border-color: #d0a02f;
}
.text_cau {
	color: #ec7a2f;
}
.activity_display__event.text_cau {
	border-color: #ec7a2f;
}
.text_ot {
	color: #eb0505;
}
.activity_display__event.text_ot {
	border-color: #eb0505;
}
.text_nt {
	color: #7231ea;
}
.activity_display__event.text_nt {
	border-color: #7231ea;
}
.text_co {
	color: #1b2f54;
}
.activity_display__event.text_co {
	border-color: #1b2f54;
}
.text_hp {
	color: #f29593;
}
.activity_display__event.text_hp {
	border-color: #f29593;
}
.text_de {
	color: #000000;
}
.activity_display__event.text_de {
	border-color: #000000;
}
.alert-text {
	padding: 3px 6px 3px 6px;
}
.position--relative {
	position: relative;
}
/* display */
body {
	height: 100%;
}
body.display {
	background-color: #000;
	color: #0497dd;
	padding-top: 20px;
}
marquee.display {
	font-family: sans-serif;
	width:100%;
	height: 43%;
}
marquee.display span {
	position: relative;
	bottom: 40px;
	color: #0497dd;
	margin-left: 30px;
}
marquee.display span:nth-child(odd) {
	color: #86d2fb;
}
#clock {
	width: 100%;
	height: 40%;
	text-align:  center;
}
#date {
	width: 100%;
	height: 15%;
	text-align:  center;
	font-weight: 500;
	position: relative;
	bottom: 20px;
}
/* schedule */
.schedule {
	clear: both;
	margin-bottom: 20px;
	overflow-x: scroll;
}
.schedule table {
	margin: 0 50px 0 0;
}
.schedule table, .schedule tr, .schedule td {
	padding: 0;
	border-color: #666;
}
.schedule table, .schedule th {
	text-align: center;
	margin: 0;
}
.schedule td {
	vertical-align: top;
	white-space: nowrap;
}
.schedule ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.schedule .time_slot  td {
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 0;
}
.schedule .student, .schedule .student_alert {
	padding: 3px 6px;
	cursor: pointer;
	min-width: 180px;
}
.schedule .student_alert {
	border-left: 1px solid #666;
	max-width: 180px;
}
.schedule .alert-block {
	text-align: left;
	padding: 0 6px;
}
.schedule .alert-block-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px 6px;
}
.schedule .student.hw:after {
	content: " (hw)";
}
.schedule .order_first, .schedule .order_second {
	font-family: sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100%;
}
.schedule .reg {
	background-color: #ccc !important;
}
.schedule .subject12 {
	background-color: #c2f4d9;
}
.schedule .subject21 {
	background-color: #f9c8cf;
}
.schedule .typerow {
	background-color: #ffe0c1;
}
.schedule .student_count {
	margin: 5px 0 8px 0;
	font-size: 14px;
}
.schedule .hover {
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(242,212,39,1);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(242,212,39,1);
	box-shadow: inset 0px 0px 5px 2px rgba(242,212,39,1);
}
#wkday:hover {
	cursor: pointer;
}
.schedule .order_second:after {
	content: " [2]";
}
table {
	border-collapse: collapse;
}
.modal dd{
	height: 40px;
}
.equal_spacing {
	table-layout: fixed;
}
.equal_spacing, .equal_spacing th {
	text-align: center;
	overflow: hidden;
}
.min_167 {
	min-width: 167px;
}
.min_102 {
	min-width: 102px;
}
.width_126 {
	min-width: 126px;
	width: 126px;
}
.width_200 {
	min-width: 200px;
	width: 200px;
}
.width_300 {
	min-width: 300px;
	width: 300px;
}
.width_420 {
	min-width: 420px;
	width: 420px;
}
.task_status .progress {
	margin-top: 3px;
}
/* Meeting */
.xdsoft_scroller_box .xdsoft_time.hidden {
	visibility: hidden;
}
.meeting_note {
	height: 170px !important;
}
.meeting_block {
	padding: 0 !important;
	height: 120px !important;
}
.meeting_header {
	margin: 0;
	padding: 2px 5px;
	background: #333;
	color: #eee;
	text-align: left;
}
.meeting_header:hover {
	cursor: pointer;
}
.meeting_content {
	padding: 1px;
}
.meeting_event {
	width: 100%;
	opacity: 1;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid;
	padding: 5px;
	font-size: 13px;
	overflow: hidden;
}
.meeting_event:hover {
	cursor: pointer;
}
.meeting_event p {
	margin-bottom:  0;
}
.meeting_event.active {
	border-color: red;
}
.meeting_event_add .glyphicon-plus {
	margin-top: 6px;
}
.meeting_event_add:hover {
	background-color: #e3e3e3;
}
.meeting_C {
	background-color: #FFE2B5;
	border-color: #FFD175;
	color: #BC5A00;
}
.meeting_C:hover {
	color: #9C4600;
}
.meeting_B {
	background-color: #8CBFFF;
	border-color: #5CADDF;
	color: #10476E;
}
.meeting_B:hover {
	color: #00264D;
}
.meeting_F {
	background-color: #E994FF;
	border-color: #D270E2;
	color: #7A206C;
}
.meeting_F:hover {
	color: #2F0017;
}
.meeting_A {
	background-color: #7DE0F0;
	border-color: #20CFCF;
	color: #305654;
}
.meeting_A:hover {
	color: #002C3A;
}
.meeting_E {
	background-color: #B5EFE3;
	border-color: #93DFC0;
	color: #306220;
}
.meeting_E:hover {
	color: #013020;
}
.meeting_D {
	background-color: #FFB8B8;
	border-color: #E6A0B2;
	color: #A30102;
}
.meeting_D:hover {
	color: #630100;
}
.meeting_G {
	background-color: #EEEEEE;
	border-color: #CDCDCD;
	color: #555555;
}
.meeting_G:hover {
	color: #222222;
}
.meeting_O {
	background-color: #8CBFFF;
	border-color: #5CADDF;
	color: #10476E;
}
.meeting_O:hover {
	color: #00264D;
}
/*student select*/
#student_select {
	max-height: 197px;
	overflow-y: scroll;
}
#student_select .student {
	padding: 5px 12px 5px 12px;
	font-size: 16px;
	display: block;
}
.select_student.active {
	border: 2px solid yellow !important;
}
#student_select .hover:hover, #student_select .active {
	cursor: pointer;
	border: 2px yellow solid;
}
#student_select .student div {
	display: inline-block;
}
#student_select .student:nth-child(odd) {
	background-color: #d3f6f7;
}
#student_select .student:nth-child(even) {
	background-color: #fff;
}
#student_select .student11,
#student_select .student12,
#student_select .student21,
.inclass .subject {
	margin-right: 10px;
	width: 0;
	height: 0;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
}
.inclass .subject {
	margin: 0 auto;
}
#student_select .student11,
.inclass .student11 {
	border-bottom: 8px solid #3D5FC2;
	border-top: 8px solid #3D5FC2;
	border-left: 8px solid #97a9df;
	border-right: 8px solid #97a9df;
}
#student_select .student21,
.inclass .student21 {
	border-bottom: 8px solid #ED495F;
	border-top: 8px solid #ED495F;
	border-left: 8px solid #f28492;
	border-right: 8px solid #f28492;
}
#student_select .student12,
.inclass .student12 {
	border-bottom: 8px solid #34DC82;
	border-top: 8px solid #34DC82;
	border-left: 8px solid #92edbd;
	border-right: 8px solid #92edbd;
}
#student_select .ex .student11, #student_select .hw .student11,
.inclass .student11 {
	border-left: 8px solid #3D5FC2;
	border-right: 8px solid #3D5FC2;
}
#student_select .ex .student21, #student_select .hw .student21,
.inclass .student21 {
	border-left: 8px solid #ED495F;
	border-right: 8px solid #ED495F;
}
#student_select .ex .student12, #student_select .hw .student12,
.inclass .student12 {
	border-left: 8px solid #34DC82;
	border-right: 8px solid #34DC82;
}
.non0:after {
	content: ' (sun)';
}
.non1:after {
	content: ' (mon)';
}
.non2:after {
	content: ' (tues)';
}
.non3:after {
	content: ' (wed)';
}
.non4:after {
	content: ' (thurs)';
}
.non5:after {
	content: ' (fri)';
}
.non6:after {
	content: ' (sat)';
}
#student_select .hw:after {
	content: ' (hw)';
}
span.student_type {
	font-style: italic;
	font-family: Georgia, serif;
	color: #7baed9;
}
span.time_hostory {
	margin-left: 10px;
	font-size: 14px;
	color: #E99C8A;
}
select.modern-select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	color: #3565b2;
}
.dropdown:hover {
	cursor: pointer;
}
/* Monitor */
.checkStudent {
	font-weight: 700;
}
.checkStudent.checked {
	font-weight: 300;
	font-style: italic;
}
/* New */
#refresh {
	width: 100%;
	font-size: 18px;
}
.instructionText {
	font-size: 18px;
	color: #999;
}
.checklist {
	height: 200px;
	padding: 10px;
}
.checklist input {
	border: none;
	width: 100%;
	font-size: 16px;
	padding: 6px 0 6px 0;
	background: none;
}
.checklist .check, .checklist .caution, .checklist .overtime, .checklist .display_list {
	height: 180px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	overflow-y: scroll;
}
.checklist .check {
	border: 2px solid #f9d977;
}
.checklist .check input {
	border-bottom: 1px solid #fde9aa;
}
.checklist .check input:hover {
	background-color: #fef2cf;
}
.checklist .caution {
	border: 2px solid #fa9c5f;
}
.checklist .caution input {
	border-bottom: 1px solid #fcc098;
}
.checklist .caution input:hover {
	background-color: #fdddc8;
}
.checklist .overtime {
	border: 2px solid #fe8472;
}
.checklist .overtime input {
	border-bottom: 1px solid #fea598;
}
.checklist .overtime input:hover {
	background-color: #feddd8;
}
.checklist .display_list {
	border: 2px solid #de627d;
}
.checklist .display_list input {
	border-bottom: 1px solid #de9378;
}
.checklist .display_list input:hover {
	background-color: #deadc8;
}
/* General */
.page-header {
	margin-top: 20px;
}
.page-header h1 {
	margin-bottom: 10px;
}
a:hover {
	text-decoration:  none;
}
button {
	margin: 0 0 10px 0;
	position: relative;
}
button:focus {
	outline: none;
}
/* Mixed */
small.inTime {
	margin-left: 10px;
	color: #aaa;
}
.note_line {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding: 10px 0 8px 0;
}
.note_line:nth-child(odd) {
	background-color: #F3F3F3;
}
.note_line .note_time, .note_count {
	font-size: 20px;
	color: #aaa;
	font-style: italic;
}
.note_line textarea {
	width: 100%;
	min-height: 60px;
	resize: vertical;
	overflow: auto;
}
.note_write {
	background-color: #bee7fa;
	height: 0;
	overflow: hidden;
	padding: 0;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.note_write.open {
	height: 100px;
	padding: 10px;
}
.padding_0 {
	padding: 0;
}
.padding_left_0 {
	padding-left: 0;
}
.padding_right_0 {
	padding-right: 0;
}
.height_88 {
	height: 88px !important;
}
/*to top*/
#totopscroller  {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 43px;
	z-index:3;
}
#totopscroller div  {
	width: 49px;
	height: 43px;
	position: relative;
}
#totopscroller a  {
	display: none;
	background: url('totopicons.png');
	width: 49px;
	height: 43px;
	display: block;
	text-decoration: none;
	border: medium none;
	margin: 0 0 -1px;
	border: 1px solid #949494;
}
.totopscroller-top  {
	background-position: 0 0 !important;
}
.totopscroller-lnk  {
	background-position: 0 -43px !important;
}
.totopscroller-prev  {
	background-position: 0 -129px !important;
	position: absolute;
	top: 0;
	left: 0;
}
.totopscroller-bottom  {
	background-position: 0 -86px !important;
	position: absolute;
	top: 0;
	left: 0;
}
#totopscroller  {
	position: fixed;
	right: 40px;
	bottom: 60px;
	width: 40px;
}
#totopscroller i {
	cursor:pointer;
	color: #ccc;
	width:33px;
	text-align: center;
	border-radius: 0;
	background: #fff;
}
#totopscroller i:hover {
	cursor:pointer;
	color: #aaa;
	border-color: #aaa;
}
#totopscroller div {
	position: relative;
}
.totopscroller-lnk i  {
	font-weight: bold !important;
}
.totopscroller-prev  {
	position: absolute;
	top: 0;
	left: 0;
}
.totopscroller-bottom  {
	position: absolute;
	top: 0;
	left: 0;
}
/* Note */
#answerkeyBox {
	width: 240px;
	height: 100%;
	border: 1px #ccc solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	padding-top: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: rgb(249, 249, 249);
	background-color: rgba(249, 249, 249, 0.8);
	z-index: 1033;
	transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
	-moz-transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
	-webkit-transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
}
#answerkeyBox.onHold {
	right: -240px;
	z-index: 3;
}
#answerkeyBox.moving {
	z-index: 1034;
}
#closeAnswerkey {
	transform: rotate(270deg);
	transform-origin: left top 0;
	position: absolute;
	top: 90px;
	left: -68px;
	border: 3px solid #333;
	color: #333;
	z-index: 1001;
}
#answerkey-container {
	z-index: 1035;
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 0;
	right: 240px;
	padding: 10px 40px;
	background-color: rgba(0, 0, 0, 0.6);
}
#answerkey_view, #answerkey_view .carousel-inner, #answerkey_view .carousel-inner .item, #answerkey_view .carousel-inner .item img {
	height: 100%;
}
#answerkey_view .carousel-inner .item img {
	margin: 0 auto;
}
/* Note */
#noteBox {
	width: 240px;
	height: 100%;
	border: 1px #ccc solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	padding-top: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: rgb(249, 249, 249);
	background-color: rgba(249, 249, 249, 0.8);
	z-index: 1033;
	transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
	-moz-transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
	-webkit-transition: background-color 0.2s, width 0.6s, right 0.6s, background-color 0.3s;
}
#noteBox.onHold {
	right: -240px;
	z-index: 3;
}
#noteBox.moving {
	z-index: 1034;
}
.notebox-wrapper, .display-list-wrapper, .answerkeybox-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.notification-container {
	height: 100%;
	width: 100%;
	overflow-y: auto;
}
.notification-container .panel-heading {
	position: relative;
	padding: 0;
}
.notification-container .panel-title > a {
	padding: 10px 15px;
	display: block;
	width: 100%;
}
.closeINote {
	position: absolute;
	top: 3px;
	right: 0;
}
.closeNote, .closeAnswerkey {
	margin-top: -6px;
}
#swipeleft {
	background: none;
	height: 100%;
    width: 200px;
    position: fixed;
    right: 240px;
    z-index: 1032;
}
#closeNote {
	transform: rotate(270deg);
	transform-origin: left top 0;
	position: absolute;
	bottom: 20px;
	left: -68px;
	border: 3px solid #029;
	color: #029;
	z-index: 1001;
}
#signal {
	transform: rotate(270deg);
	transform-origin: left top 0;
	position: fixed;
	right: -19px;
	bottom: 110px;
	padding: 13px;
	border: 3px solid #900;
	color: #900;
}
.started #closeAnswerkey,
.started #signal,
.started #closeNote {
	z-index: 1032;
}
/* Chat */
#chatBox {
	width: 300px;
	height: 500px;
	border: 1px rgb(159, 202, 225) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background-color: rgb(169, 220, 224);
	background-color: rgba(169, 220, 224, 0.8);
	z-index: 1002;
	transition: background-color 0.2s, width 0.6s, height 0.6s, background-color 0.3s;
	-moz-transition: background-color 0.2s, width 0.6s, height 0.6s, background-color 0.3s;
	-webkit-transition: background-color 0.2s, width 0.6s, height 0.6s, background-color 0.3s;
}
#chatBox.onHold {
	width: 50px;
	height: 50px;
}
#chatBox.onHold:hover {
	cursor: pointer;
	background-color: rgb(105, 193, 201);
	background-color: rgba(105, 193, 201, 0.8);
}
#closeChat {
	position: absolute;
	padding: 20px;
	right: -20px;
	top: -22px;
	color: #9f0606;
	font-weight: bold;
	background: none;
	font-size: 20px;
	text-shadow: 2px 2px #ccc;
}
#closeChat:hover {
	color: #fa7c7c;
	cursor: pointer;
}
#chatBox ul {
	list-style: none;
	margin: 0;
}
.onHold_hide {
	display: none;
}
#chatMessageList {
	width: 100%;
	height: 286px;
	font-size: 13px;
	overflow-y: scroll;
	border: 1px #ccc solid;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#chatMessageList li .chatName {
	width: 100%;
	clear: both;
	display: block;
}
#chatMessageList li .chatName > * {
	display: inline-block;
	vertical-align: middle;
}
#chatMessageList li > p {
	display: block;
	max-width: 90%;
	padding: 5px 8px;
	background-color: #00B2EE;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	word-break: break-word;
}
#chatMessageList li.self {
	text-align: right;
}
#chatMessageList li.self > p {
	float: right;
	background-color: #EEE;
	color: #333;
	text-align: left;
}
.chatMessage {
	padding-bottom: 26px;
	clear: both;
}
.chatUsername {
	font-weight: bold;
}
.chatTime {
	color: #a66;
	font-size: 8px;
	font-weight: 700;
	margin-right: 3px;
}
.chatNotify {
	background-color: rgb(250, 150, 10);
	background-color: rgba(250, 150, 10, 0.8) !important;
}
/*index*/
.jumbotron {
	background-color: rgb(172, 219, 251);
}
.blue_border {
	border: 2px solid rgb(172, 219, 251);
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	height: 100%;
}
.margin_top_27 {
	margin-top: 27px;
}
.spec_block {
	height: 240px;
	background-color: rgb(172, 219, 251);
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
}
.spec_block:hover {
	cursor: pointer;
	background-color: rgb(162, 210, 255);
}
.spec_title {
	color: rgb(240, 255, 255);
	font-size: 30px;
}
/*Footer*/
#footer {
	margin-top: 40px;
	padding-bottom: 20px;
	background-color: #eee;
	-webkit-box-shadow: 0px -5px 10px 0px rgb(160, 180, 190);
	-moz-box-shadow: 0px -5px 10px 0px rgb(160, 180, 190);
	box-shadow: 0px -5px 10px 0px rgb(160, 180, 190);
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-link .glyphicon {
	opacity: 0.8;
	}.btn-link .glyphicon:hover {
		opacity: 1;
	}
	.progress-bar-default {
		background: none;
		color: #666;
	}
	.seconds {
		font-size: 10px;
	}
	#schedule {
		width:100%;
		text-align: center;
		overflow-x: scroll;
	}
	#schedule table th {
		text-align:center;
	}
	#schedule table td:first-child {
		vertical-align: middle;
	}
	.schedule_note {
		margin:0;
	}
	.modal-header {
		padding-bottom: 0;
	}
	#follow {
		z-index: 999;
		padding: 16px 16px 12px 16px;
		display: none;
		position: absolute;
		width: 250px;
		background-color: rgba(253,255,252,0.8);
		border: 2px solid #6FB3E2;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
@media (min-width: 991px) {
	/**/
}
@media (max-width: 767px) {
	.assistants-container {
		width: 76%;
	}
}
@media print {
	#header, #control, .alert-block-placeholder {
		display: none !important;
	}
	.schedule a[href]:after {
		content: '' !important;
	}
	table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
}
.bootbox-body p {
	padding: 3px 5px;
}
.bootbox-body img {
	width: 100%;
}
#answerkey-level {
	max-height: 300px;
	overflow: auto;
}
/* Sortable */
#sortable-table th {
	vertical-align: middle;
	font-size: 0.9em;
}
.sort-table-actions {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.sort-table {
	background: none;
	border: none;
	padding: 0 0 0 5px;
	margin: 0;
	height: 10px;
	width: 100%;
	float: left;
}
.sort-table:before {
	content: ' ';
	width: 0;
	height: 0;
	display: block;
	vertical-align: middle;
	background: none;
	border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.sort-table.asc:before {
	border-top: 0;
	border-bottom: 5px solid #000000;
}
.sort-table.faded.asc:before {
	border-top: 0;
	border-bottom: 5px solid #AAAAAA;
}
.sort-table.faded.desc:before {
	border-bottom: 0;
	border-top: 5px solid #AAAAAA;
}
.sort-table-actions + .is-loading:after {
	height: 14px;
	width: 14px;
}
.is-loading:after {
	content: " ";
	background-image: url(is-loading.gif);
	background-size: cover;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}