/*******************************************************************
	Clarity
*******************************************************************/

.Hide {
  display: none;
}
.ContentTitle {
  font-weight: bold;
}
.ContentLink {
  margin-bottom: 1em;
  font-weight: bold;
}
.ActivityValue {
  font-weight: bold;
}
.Toggleable {
  position: relative;
}
.Toggleable > div {
  position: absolute;
  padding: inherit;
  left: 0;
  right: 0;
}
.Divider {
  height: 80%;
  width: 2px;
  border-right: solid;
  opacity: 0.3;
  /*margin-top: 10px;
        margin-bottom: 10px;*/
  margin-left: 1em;
  margin-right: 1em;
}
.TextCallout {
  font-weight: bold;
  margin-bottom: 1em;
}
.DetailsLabel {
  width: 4em;
  height: 1.5em;
}
.DetailsValue {
  font-weight: bold;
}
.ImageButton {
  padding: 0;
  /* Same height as the button/select next to them */
  height: 34.5px;
  /* Hide the bigger image inside */
  overflow: hidden;
}
.SmallImage {
  /* Height that is bigger than the container to remove the border */
  height: 36px;
  /* Negative margin to remove the border*/
  margin: -1px;
}
.Snapshot {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5em;
}
.ContentBox,
.ShortContentBox {
  margin-bottom: 1em;
  display: flex;
  order: 9;
}
.ContentBox {
  height: 14em;
  position: relative;
}
.ShortContentBox {
  height: 6em;
  position: relative;
}
@media (max-width: 900px) {
  .ShortContentBox {
    height: 7em;
  }
}
.ContentIndicator {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
}
.Comment {
  flex: 1;
  padding: 0.5em;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  flex-basis: 5em;
}
.ParentView .Student {
  display: none !important;
}
.StudentView .Parent {
  display: none !important;
}
.IsNotice,
.IsError {
  display: none;
}
.Indicator.Notice .IsNotice,
.Indicator.Error .IsError {
  display: inline;
}
.Indicator img {
  height: 20px;
  width: 20px;
}
#AssignmentsTable th {
  font-weight: bold;
  padding-bottom: 1em;
}
#AssignmentsTable tbody tr {
  border-bottom: 1px solid;
}
#AssignmentsTable tbody td {
  padding: 0.6em 0.8em 0.6em 0;
}
.NoDataPanel {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.NoDataPanel .Opacity {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: #404040;
}
.NoDataPanel .NoDataPanelMessage {
  background-color: #404040;
  color: #FFFFFF;
  font-style: italic;
  padding: 1em;
  opacity: 0.9;
  font-weight: bold;
  text-align: center;
  box-shadow: #CE0A0E 0 0.2em 0.5em 0;
}
#SnapshotTabContent,
#AssignmentsTabContent,
#AssignmentsListContainer {
  position: relative;
}
#SnapshotTabContent > .NoDataPanel,
#AssignmentsTabContent > .NoDataPanel {
  border: 0;
}
#AssignmentsTabContent .ContentBox5 {
  width: 100%;
}
@media (max-width: 600px) {
  #ActivityBox {
    height: 19em !important;
  }
}
.WeekDay {
  width: 28px;
  height: 28px;
  float: left;
  opacity: 0.8;
  box-sizing: border-box;
  text-align: center;
  margin-top: -1.3em;
  margin-bottom: -0.8em;
  font-size: 0.8em;
}
@media (max-width: 600px) {
  .WeekDay {
    margin-top: -0.5em;
    margin-bottom: -1.4em;
  }
}
/*.Full {
    display: inline !important;
}*/

#ProcturedContent .ProcturedScheduled,
#ProcturedContent .ProcturedNotScheduled,
#ProcturedContent .NotProctured,
#ProcturedContent .CustomProctored {
  display: none;
}
#ProcturedContent.ProcturedScheduled .ProcturedScheduled,
#ProcturedContent.ProcturedNotScheduled .ProcturedNotScheduled,
#ProcturedContent.NotProctured .NotProctured,
#ProcturedContent.CustomProctored .CustomProctored {
  display: inline !important;
}
.Med,
.Small {
  display: none;
}
.ContentBox3Quarters {
  width: calc(15% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox1And3Quarters {
  width: calc(35% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox2AndHalf {
  width: calc(50% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox1 {
  width: calc(20% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox2 {
  width: calc(40% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox3 {
  width: calc(60% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox4 {
  width: calc(80% - 0.5em);
  margin-right: 0.5em;
}
.ContentBox5 {
  width: calc(100% - 0.5em);
  margin-right: 0.5em;
}
.CanvasContainer {
  width: 155px !important;
}
.ActivityCalendarSection {
  flex: 1;
  display: flex;
}
.ActivityCalendarSubSection {
  flex: 1;
  height: 8em;
}
.ActivityCalendarDetails {
  margin-bottom: 1em;
}
.AssignmentSection {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.AssignmentSubSection {
  /*flex: 1;*/
  display: flex;
  align-items: center;
}
.AssignmentDetails {
  flex: 1;
  display: flex;
  /*flex-direction: column;*/
  padding-left: 0.3em;
  justify-content: center;
  align-items: center;
}
.AssignmentLabel {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 0.8em;
  text-align: center;
}
.AssignmentValue {
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 0.2em;
}
.AssignmentContentBox .MissingContent,
.AssignmentContentBox .CompletedContent,
.AssignmentContentBox .AssignmentContent,
.AssignmentContentBox .AssessmentContent,
.AssignmentContentBox .DiscussionContent,
.AssignmentContentBox.Missing .OtherContent,
.AssignmentContentBox.Completed .OtherContent,
.AssignmentContentBox.Assignment .OtherContent,
.AssignmentContentBox.Assessment .OtherContent,
.AssignmentContentBox.Discussion .OtherContent {
  display: none;
}
.AssignmentContentBox.Missing .MissingContent,
.AssignmentContentBox.Completed .CompletedContent,
.AssignmentContentBox.Assignment .AssignmentContent,
.AssignmentContentBox.Assessment .AssessmentContent,
.AssignmentContentBox.Discussion .DiscussionContent,
.AssignmentContentBox .OtherContent {
  display: inline;
}
@media (min-width: 601px) and (max-width: 900px) {
  .Med {
    display: inline !important;
  }
  .Full,
  .Small {
    display: none;
  }
  .ContentBox3Quarters {
    width: calc(33% - 0.5em);
  }
  .ContentBox1And3Quarters {
    width: calc(66% - 0.5em);
  }
  .ContentBox2AndHalf {
    width: calc(66% - 0.5em);
  }
  .ContentBox1 {
    width: calc(33% - 0.5em);
  }
  .ContentBox2 {
    width: calc(66% - 0.5em);
  }
  .ContentBox3 {
    width: calc(99% - 0.5em);
  }
  .ContentBox4 {
    width: calc(99% - 0.5em);
  }
  .ContentBox5 {
    width: calc(99% - 0.5em);
  }
  .MedRow1 {
    order: 1 !important;
  }
  .MedRow2 {
    order: 2 !important;
  }
  .ActivityCalendarContainer {
    margin-top: 1em !important;
  }
  .ActivityCalendarSection {
    flex-direction: column;
  }
  .ActivityCalendarDetails {
    margin-bottom: 0.2em;
  }
  .AssignmentSection {
    flex-direction: column;
    align-items: baseline;
  }
  .AssignmentDetails {
    flex-direction: row;
    align-items: center;
  }
  .AssignmentLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.4em;
  }
  .Divider.Left,
  .Divider.Right {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .Small {
    display: inline !important;
  }
  .Full,
  .Med {
    display: none;
  }
  .ContentBox {
    height: 18em !important;
  }
  .ContentBox3Quarters {
    width: calc(50% - 0.5em);
  }
  .ContentBox1And3Quarters {
    width: calc(100% - 0.5em);
  }
  .ContentBox2AndHalf,
  .ContentBox2,
  .ContentBox3,
  .ContentBox4,
  .ContentBox5 {
    width: calc(100% - 0.5em);
    flex-direction: column;
  }
  .ContentBox2AndHalf .Comment,
  .ContentBox2 .Comment,
  .ContentBox3 .Comment,
  .ContentBox4 .Comment,
  .ContentBox5 .Comment {
    max-height: 0.1em !important;
  }
  .ContentBox1 {
    width: calc(50% - 0.5em);
  }
  .SmallRow1 {
    order: 1 !important;
  }
  .SmallRow2 {
    order: 2 !important;
  }
  .SmallRow3 {
    order: 3 !important;
  }
  .CanvasContainer {
    width: 178px !important;
  }
  .AssignmentSection {
    flex-direction: column;
    align-items: baseline;
  }
  .AssignmentDetails {
    flex-direction: row;
    align-items: center;
  }
  .AssignmentLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.4em;
  }
  .Divider.Left,
  .Divider.Right {
    display: none;
  }
  .ActivityCalendarContainer {
    margin-top: 0.5em !important;
  }
}
.GetCourseSnapshot,
.GetCourseAssignments .GetActivityCalendar {
  position: relative;
}
.Transparent {
  display: none;
}
.Red {
  color: #FF4141 !important;
}
.Yellow {
  color: #FFCF00 !important;
}
.Content {
  position: relative;
  flex: 100;
  background-color: #404040;
  color: #FFFFFF;
}
.Content,
.NoDataPanel {
  padding: 1em;
  box-sizing: border-box;
}
.Content,
.NoDataPanel,
.ContentBox .Comment {
  border: 2px solid #666666;
}
.ContentBox:not(.ContentBox1):not(.ContentBox3Quarters) .Comment {
  border-left: 0;
}
.ContentBox:not(.ContentBox1):not(.ContentBox3Quarters) .Content {
  border-right: 0;
}
.ContentPrimaryBar {
  background-color: #CE0A0E;
  color: #FFFFFF;
  margin-left: -1em;
  margin-right: -1em;
  padding: 0.2em;
  padding-left: 1em;
}
.ActivityCalendar {
  width: 200px;
}
.Date {
  background-color: #666666;
  width: 28px;
  height: 28px;
  padding: 3px;
  float: left;
  opacity: 0.4;
  box-sizing: border-box;
}
.Current {
  background-color: transparent !important;
  opacity: 1 !important;
}
.Date > div {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  padding-top: 2px;
  font-weight: bold;
}
.Current > div {
  border-color: #CE0A0E !important;
  background-color: transparent;
  color: #CE0A0E !important;
}
.Date.Active > div {
  background-color: #FFFFFF;
  color: #404040;
  border: 2px solid #404040;
  font-weight: bold;
}
.Date.Current.Active > div {
  background-color: #CE0A0E !important;
  border-color: #CE0A0E !important;
  color: #FFFFFF !important;
  font-weight: bold;
}
.Date.OutsideClassWindow > div {
  border-style: dashed !important;
}
.Date.Today > div {
  /*border-color: #B2BB1C; */
  margin-top: -5px !important;
  margin-left: -5px !important;
  width: 32px !important;
  height: 32px !important;
  font-weight: bold;
  font-size: 20px;
  padding-top: 1px !important;
}
.ContentLink {
  margin-bottom: 1em;
  font-weight: bold;
}
.ContentLink a {
  color: #CE0A0E !important;
}
.Overlay {
  display: none;
  position: absolute;
  /* This will make the overlay div positioned relative to the nearest parent with a position other than `static` */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CE0A0E;
  opacity: 0.5;
}
/*******************************************************************
	Enrollments
*******************************************************************/

.UserBundleFail {
  display: none;
}
.Schedule {
  margin-bottom: 0.5em;
}
.ScheduleDetails {
  margin-left: 1.5em;
}
.Card .AllowRetakes,
.Card .Instructor,
.Card .Active,
.Card .ActiveFuture,
.Card .Dropped,
.Card .Incomplete,
.Card .Deleted,
.Card .Completed,
.Card .PendingVerification,
.Card .PendingPayment {
  display: none;
}
.Card.AllowRetakes .AllowRetakes,
.Card.Instructor .Instructor,
.Card.Active .Active,
.Card.ActiveFuture .ActiveFuture,
.Card.Dropped .Dropped,
.Card.Incomplete .Incomplete,
.Card.Deleted .Deleted,
.Card.Completed .Completed,
.Card.PendingVerification .PendingVerification,
.Card.PendingPayment .PendingPayment {
  display: inline;
}
#btnSectionRegister,
#btnSectionRetake,
#SectionTitle {
  display: none;
}
#SectionTitleNoLink {
  display: inline !important;
}
#LocationFullAddress,
#LocationTelephone,
#LocationWebsiteUrl,
#MapUrl {
  font-style: italic;
  font-size: 0.9em;
}
#SectionDetailsDialog .Schedules {
  clear: both;
  box-sizing: border-box;
  padding-top: 0.6em;
  font-size: 0.9em;
  background-color: #2A292A;
  color: #FFFFFF;
  margin-left: -1.1em;
  padding-bottom: 0.4em;
  padding-left: 2em;
  border-left: #CE0A0E solid 0.5em;
  margin-top: 0.5em;
  margin-right: -1.12em;
  max-height: 12em;
  overflow-y: auto;
}
@media (max-width: 600px) {
  #SectionDetailsDialog .Schedules {
    max-height: none;
  }
}
.DialogTitleBarButton {
  right: 1.8em !important;
}
.SectionDetailsGlanceData {
  margin-top: 0.5em;
}
.SectionDetailsImage {
  max-height: 200px;
  max-width: 200px;
}
