div.calendar {
  position: relative;
  z-index: 10000;
}
.calendar,
.calendar table {
  border: 1px solid #556;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: Lato, sans-serif;
}
.calendar .button {
  text-align: center;
  padding: 2px;
}
.calendar .nav {
  background: url(menuarrow.gif) 100% 100% no-repeat #778;
}
.calendar thead .title {
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}
.calendar thead .headrow {
  background: #778;
  color: #fff;
}
.calendar thead .daynames {
  background: #bdf;
}
.calendar thead .name {
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}
.calendar thead .weekend {
  color: #a66;
}
.calendar thead .hilite {
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}
.calendar thead .active {
  background-color: #77c;
  padding: 2px 0 0 2px;
}
.calendar tbody .day {
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}
.calendar tbody .rowhilite td {
  background: #def;
}
.calendar tbody .rowhilite td.wn {
  background: #eef;
}
.calendar tbody td.hilite {
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}
.calendar tbody td.active {
  background: #cde;
  padding: 2px 2px 0;
}
.calendar tbody td.selected {
  font-weight: 700;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}
.calendar tbody td.weekend {
  color: #a66;
}
.calendar tbody td.today {
  font-weight: 700;
  color: #00f;
}
.calendar tbody .disabled {
  color: #999;
}
.calendar tbody .emptycell {
  visibility: hidden;
}
.calendar tbody .emptyrow {
  display: none;
}
.calendar tfoot .footrow {
  text-align: center;
  background: #556;
  color: #fff;
}
.calendar tfoot .ttip {
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}
.calendar tfoot .hilite {
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}
.calendar tfoot .active {
  background: #77c;
  padding: 2px 0 0 2px;
}
.calendar .combo {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.calendar .combo .label-IEfix {
  width: 4em;
}
.calendar .combo .hilite {
  background: #acf;
}
.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: 700;
}
.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0;
  text-align: center;
  background-color: #f4f0e8;
}
.calendar td.time .ampm,
.calendar td.time .hour,
.calendar td.time .minute {
  padding: 0 3px 0 4px;
  border: 1px solid #889;
  font-weight: 700;
  background-color: #fff;
}
.calendar td.time .ampm {
  text-align: center;
}
.calendar td.time .colon {
  padding: 0 2px 0 3px;
  font-weight: 700;
}
.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}
.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #0f0;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  margin-top: 32px;
  overflow: visible;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  color: #000;
  left: 30px;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox {
  outline: 0;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadingGraphic {
  background: url(images/loading.gif) center center no-repeat;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious {
  background-position: 0 0;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0 -25px;
}
#cboxNext {
  background-position: -25px 0;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
input[type="button"],
input[type="color"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
textarea {
  border-color: #cacaca;
  background: #fff;
  color: inherit;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-color: #cacaca !important;
}
input[type="button"]:hover,
input[type="color"]:hover,
input[type="email"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="reset"]:hover,
input[type="search"]:hover,
input[type="submit"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: #aaa;
}
input[type="button"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #aaa #aaa #298cba;
  outline: 0;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
  .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #aaa #aaa #298cba !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0073aa !important;
}
.select2-container--default .select2-selection__rendered {
  color: #111 !important;
}
blockquote {
  border-left-color: #ddd;
}
input[readonly] {
  background: #eee;
}
body,
html {
  background: #efefef;
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
body {
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
}
#menu {
  background: #406682;
  border-color: #000;
  color: #fff;
}
#menu.fixedmenu-fixed + div {
  background: #406682;
}
#menu-top select {
  border-color: #222;
  background: #1a1a1a;
  color: #fff;
  width: 100%;
}
#menu-top select:focus {
  border-bottom-color: #298cba;
}
.menu-inter {
  border-color: #333;
  color: #eee;
}
#footer {
  background: #111;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  clear: both;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
}
#footerwrap {
  border-color: #000;
}
#footerhelp {
  background: #fff;
  display: none;
  max-height: 33vh;
  overflow-y: scroll;
  height: auto;
  overscroll-behavior: contain;
}
.widefat {
  border-color: #cacaca;
}
.postbox,
.widefat {
  background: #fcfcfc;
}
.postbox > thead th,
.widefat tfoot tr th,
.widefat th {
  background: #f9f9f9;
}
.postbox .h3selected {
  border-top: 2px solid #21759b;
  background: #fcfcfc;
}
.postbox > thead th {
  border-bottom-color: #dfdfdf;
}
.alt,
.alternate,
.widefat tr:nth-child(odd) {
  background: #fcfcfc;
}
.widefat tr:nth-child(even) {
  background: #f9f9f9;
}
.highlight,
.widefat tr.highlight,
.widefat tr:hover,
.wp-submenu {
  background: #fff;
}
input[type="button"],
input[type="submit"] {
  border-color: #bbb;
  color: #333;
}
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #000;
  border-color: #666;
}
input[type="button"]:focus,
input[type="submit"]:focus {
  border-bottom-color: #298cba;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #f9f9f9;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #ededed;
}
a.button-primary,
button.button-primary,
input.button-primary {
  border-color: #15556b;
  font-weight: 700;
  color: #fff;
  background: #298cba;
}
a.button-primary:active,
button.button-primary:active,
input.button-primary:active {
  background: #1d6385;
}
a.button-primary:focus,
a.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input.button-primary:focus,
input.button-primary:hover {
  border-color: #10354b;
  color: #fff;
  outline: 0;
}
.adminmenu a:focus,
.adminmenu a:hover,
a:active,
a:focus,
a:hover {
  color: #d54e21;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #000 dotted 1px;
}
div.error,
div.updated {
  background: #fff;
  border-left: 4px solid #b80a04;
}
div.error a {
  color: #c00;
}
div.updated {
  border-left-color: #0baa38;
}
.widefat td,
.widefat th {
  border-color: #fff #fff #dfdfdf;
}
a {
  color: #0073aa;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:active,
a:focus,
a:hover {
  color: #0090c3;
}
.wp-submenu a:focus,
a:active,
a:focus {
  outline: #0090c3 dotted 1px;
}
summary:focus {
  outline: #000 dotted 1px;
}
.BottomButton:active,
.BottomButton:focus,
.BottomButton:hover,
.adminmenu a,
a.menu-top:focus,
a.menu-top:hover {
  color: #00c8ff;
}
.BottomButton,
a.menu-top {
  color: #eee;
}
.BottomButton img {
  background-color: #fff;
}
.postbox {
  border-color: #cacaca;
  background: #f9f9f9;
}
.postbox th {
  color: #333;
}
.postbox th:hover,
.postbox th:hover h3 {
  color: #000;
}
.adminmenu {
  background: #406682;
  border-color: #222;
}
.menu-top {
  background-color: #406682;
  text-shadow: none;
  border-top-color: #222;
  border-bottom-color: #000;
}
#selectedModuleLink,
.menu-top:focus,
.menu-top:hover {
  background-color: #1a1a1a;
}
.no-touch .menu-module:focus-within .menu-top::after {
  color: #eee;
}
.no-touch .menu-module:hover .menu-top::after {
  color: #eee;
}
.wp-submenu {
  background: #1f2c35;
  border-color: #222 #000;
}
#selectedMenuLink,
.wp-submenu a:active,
.wp-submenu a:focus,
.wp-submenu a:hover {
  background-color: #1a1a1a;
  color: #eee;
}
.header2 {
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff;
}
fieldset {
  border-color: #cacaca;
}
.bgcolor {
  background: #ececec;
}
.legend-gray {
  color: #333;
}
.legend-red {
  color: red;
}
.uld,
.underline-dots {
  border-bottom-color: gray;
}
.md-preview .tab,
.md-preview > div {
  border-color: #cacaca;
}
.md-preview .tab.disabled,
.md-preview .tab:hover {
  background: #fff;
  border-color: #aaa;
}
.md-preview > .tab.disabled {
  border-top: 2px solid #21759b;
  padding-top: 5px;
  pointer-events: none;
  cursor: default;
}
.current-person,
.current-person a,
hr {
  color: #fff;
}
.current-person.student {
  background: #0073aa;
}
.current-person.staff {
  background: #0baa38;
}
.current-person.self {
  background: #fbb429;
}
.current-person a:active,
.current-person a:focus,
.current-person a:hover {
  color: #fff;
}
#calendar {
  background: #dfdfdf;
  table-layout: fixed;
  height: 80%;
}
#calendar th {
  background: #333;
  color: #fff;
}
.calendar-day.full {
  background: #efe;
}
.calendar-day.minutes {
  background: #eef;
}
.calendar-day.no-school {
  background: #fee;
}
.calendar-event {
  border-color: #000;
}
.calendar-event .assignment {
  border-color: red;
}
.calendar-event .assigned {
  border-color: #0f0;
}
.legend-square.full {
  background-color: #afa;
}
.legend-square.minutes {
  background-color: #aaf;
}
.legend-square.no-school {
  background-color: #faa;
}
.attendance-code.present {
  color: #fff;
  background-color: #20dd30;
}
.attendance-code.absent {
  color: #fff;
  background-color: red;
}
.attendance-code.half-day {
  color: #fff;
  background-color: #fc0;
}
.attendance-code.present-alt {
  color: #fff;
  background-color: #dfd;
}
.attendance-code.absent-alt {
  color: #fff;
  background-color: #fdd;
}
.attendance-code.half-day-alt {
  color: #fff;
  background-color: #fed;
}
.attendance-code input,
.attendance-code select {
  color: #111;
}
.switchMenu:before {
  color: gray;
}
.bar {
  color: transparent;
}
.bar.relevance {
  background: gray;
}
.divPortalPoll .bar {
  background: #b80a04;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 8px;
  margin: 0 0 0 8px !important;
  padding: 8px 12px !important;
  overscroll-behavior: contain;
}
.tooltip {
  color: #fff;
}
.tooltip:before {
  background: #27b4b4;
}
.tooltip > i {
  background: #111;
  border: 1px solid #000;
}
.teacher-programs-wrapper {
  border-color: #dfdfdf;
}
.password-strength-bars .score2 {
  background-color: #ff851b;
}
.password-strength-bars .score3,
.password-strength-bars .score4 {
  background-color: #2ecc40;
}
.button-upsell-premium {
  color: #111;
  background: #ffc439;
}
.button-upsell-premium:active,
.button-upsell-premium:focus,
.button-upsell-premium:hover {
  outline: 0;
  background: #ffca50;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .rt tr {
    border-right-color: #dfdfdf;
  }
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato/regular.woff2") format("woff2"),
    url("fonts/Lato/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato/italic.woff2") format("woff2"),
    url("fonts/Lato/italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato/bold.woff2") format("woff2"),
    url("fonts/Lato/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.module-icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -60%;
}
.header1 .module-icon {
  vertical-align: bottom;
}
.module-icon.Accounting {
  background-image: url("modules/Accounting.png");
}
.module-icon.Attendance {
  background-image: url("modules/Attendance.png");
}
.module-icon.Discipline {
  background-image: url("modules/Discipline.png");
}
.module-icon.Grades {
  background-image: url("modules/Grades.png");
}
.module-icon.Eligibility {
  background-image: url("modules/Eligibility.png");
}
.module-icon.Example {
  background-image: url("modules/Example.png") !important;
}
.module-icon.Food_Service {
  background-image: url("modules/Food_Service.png");
}
.module-icon.Library {
  background-image: url("modules/Library.png");
}
.module-icon.Messaging {
  background-image: url("modules/Messaging.png") !important;
}
.module-icon.misc {
  background-image: url("modules/misc.png");
}
.module-icon.Quiz {
  background-image: url("modules/Quiz.png") !important;
}
.module-icon.Resources {
  background-image: url("modules/Resources.png");
}
.module-icon.Reports {
  background-image: url("modules/Reports.png") !important;
}
.module-icon.Scheduling {
  background-image: url("modules/Scheduling.png");
}
.module-icon.School_Setup {
  background-image: url("modules/School_Setup.png");
}
.module-icon.SMS {
  background-image: url("modules/SMS.png");
}
.module-icon.Staff_Absences {
  background-image: url("modules/Staff_Absences.png") !important;
}
.module-icon.Student_Billing {
  background-image: url("modules/Student_Billing.png");
}
.module-icon.Students {
  background-image: url("modules/Students.png");
}
.module-icon.Users {
  background-image: url("modules/Users.png");
}
#wrap {
  height: auto;
  min-height: 100%;
  width: 100%;
  padding-top: 39px;
  box-sizing: border-box;
}
#menu.fixedmenu-fixed.hide + div {
  width: 0 !important;
}
#menu {
  width: 223px;
  border-width: 0 1px 0 0;
  border-style: solid;
  position: relative;
  float: left;
  overflow: visible;
  z-index: 1 !important;
  min-height: 100vh;
}
#menu.fixedmenu-fixed #menu-top {
  margin-top: 39px;
}
#body {
  padding: 0 15px 38px;
}
#footerwrap {
  height: 32px;
  padding: 3px 6px;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
}
#footerhelp .footerhelp-content {
  padding: 6px 12px;
  columns: 3 480px;
  widows: 6;
}
.footerhelp-content p:first-child {
  margin-top: 0;
}
#footerhelp .footerhelp-content p:first-child:first-letter {
  font-weight: 700;
  font-size: larger;
}
.mod {
  overflow: hidden;
}
.mod:after {
  content: "";
  display: table;
  clear: both;
}
.fixed-col select,
input {
  max-width: 100%;
}
#search input,
#search select {
  max-width: 217px;
}
#search label {
  max-width: 217px;
  display: inline-block;
}
#search #general_table select {
  width: 100%;
}
#search #general_table select[name^="day_"],
#search #general_table select[name^="year_"] {
  width: auto;
}
textarea {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 280px;
  max-width: 1024px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 2px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
input[type="number"] {
  width: 64px;
  padding-right: 2px;
}
input[type="number"][name*="AMOUNT"],
input[type="number"][name*="PRICE"],
input[type="number"][name*="amount"],
input[type="number"][name*="balance"] {
  width: 88px;
}
input[type="color"] {
  border-width: 0;
  border-style: solid;
  padding: 0;
  cursor: pointer;
  width: 40px;
}
.color-input-value {
  height: 25px;
  width: 40px;
  margin: 1px 1px 1px 0;
}
button[disabled],
fieldset[disabled] button,
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea,
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}
::selection {
  color: #fff;
  background: #0073aa;
}
.calendar,
.calendar table,
body,
div.chosen-container,
html,
input,
select,
textarea {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
body,
input,
select,
textarea {
  font-family: Lato, sans-serif;
  line-height: 1.27;
}
iframe,
img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
td {
  line-height: inherit;
}
input,
select,
textarea {
  line-height: 1.3;
  margin: 1px 1px 1px 0;
  padding: 2px 4px;
}
select {
  max-width: 340px;
  padding: 0 2px;
}
.browser-firefox select {
  padding: 0 2px 0 4px;
}
a,
input,
select:focus {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
p {
  margin: 1em 0;
}
blockquote {
  margin: 1em;
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 4px;
}
label,
summary {
  cursor: pointer;
}
legend {
  text-transform: uppercase;
  padding: 0 7px;
  font-size: 14px;
}
li {
  margin-bottom: 6px;
}
small {
  font-size: 70%;
}
h1,
h2,
h3,
h4 {
  display: block;
  font-weight: 700;
  line-height: 1em;
}
h1 {
  font-size: 2em;
  font-weight: 400;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.58em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1.05em;
  margin: 1.33em 0;
}
ul {
  list-style-type: square;
}
ol,
ul {
  margin-top: 0;
  padding-left: 20px;
}
code {
  background: #eaeaea;
  font-family: Consolas, Monaco, monospace;
  padding: 1px 3px;
  margin: 0 1px;
  font-size: 14px;
}
hr {
  background: #dfdfdf;
  height: 2px;
  border: 0;
  margin: 14px 0;
}
sub,
sup {
  font-size: smaller;
}
summary::marker {
  cursor: pointer;
}
dl dd {
  margin: 0.5em 0 1em 2em;
}
.cellpadding-5 td {
  padding-right: 5px;
  padding-bottom: 5px;
}
.postbox,
.widefat,
input[type="button"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
textarea {
  border-width: 1px;
  border-style: solid;
}
input[type="color"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select {
  box-sizing: border-box;
  height: 27px;
}
.postbox {
  border-bottom-width: 2px;
}
.widefat {
  clear: both;
  margin: 0;
  border-spacing: 0;
}
.widefat a {
  text-decoration: none;
}
.widefat thead th:first-of-type {
  border-top-left-radius: 3px;
}
.widefat thead th:last-of-type {
  border-top-right-radius: 3px;
}
.widefat tfoot th:first-of-type {
  border-bottom-left-radius: 3px;
}
.widefat tfoot th:last-of-type {
  border-bottom-right-radius: 3px;
}
.widefat th a[href*="LO_dir"]:after {
  font-family: monospace;
  font-size: larger;
  line-height: 0.5em;
  content: "\0000a0";
  display: inline-block;
  width: 10px;
  padding-left: 3px;
  margin-right: -13px;
}
.widefat th a[href*="LO_dir"] {
  padding-right: 13px;
}
.widefat th a[href*="LO_dir=1"]:hover:after {
  content: "\25b4";
}
.widefat th a[href*="LO_dir=-1"]:hover:after {
  content: "\25be";
}
.widefat th a:empty:after {
  content: "";
  padding-left: 0;
}
.widefat td,
.widefat th {
  text-align: left;
  border-width: 1px 0;
  border-style: solid;
  padding: 6px 11px;
  vertical-align: top;
}
.list.widefat th {
  padding: 4px 11px 1px;
  line-height: 1.8em;
  height: 28px;
}
.widefat.files td {
  padding: 1px 7px;
  font-weight: 400;
}
.widefat tfoot th {
  border-bottom: none;
}
.widefat th {
  overflow: hidden;
  font-weight: 400;
  line-height: 1.4em;
}
.widefat td p {
  margin: 0 0 0.8em;
}
.list-wrapper {
  overflow-x: auto;
}
.list,
.list-nav {
  width: 100%;
  border-spacing: 0;
}
.list-nav {
  margin-top: 16px;
}
.list-nav td {
  padding: 4px 12px;
}
.list {
  margin-bottom: 16px;
}
.list-no-nav {
  margin-top: 24px;
}
.list-header {
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.list-header + .postbox {
  padding: 5px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
}
#LO_search {
  padding-right: 28px;
  height: inherit;
  width: 160px;
  float: right;
}
#LO_search + .button {
  position: relative;
  left: 157px;
  top: 3px;
  cursor: pointer;
  height: 22px;
  float: right;
}
div.error,
div.updated {
  padding: 3px 7px;
  margin: 16px 0;
}
select option {
  padding: 2px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 16px;
  padding: 6px 10px 4px;
  margin: 0 8px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  white-space: normal;
  -webkit-appearance: none;
  word-break: normal;
}
input[type="button"],
input[type="color"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
textarea {
  border-bottom-width: 2px;
  transition: border 0.2s;
  border-radius: 0;
}
.header2.align-right input[type="button"],
.header2.align-right input[type="reset"],
.header2.align-right input[type="submit"] {
  margin: 0 0 0 16px;
}
.button-primary {
  line-height: 16px;
  white-space: nowrap;
}
.list td:first-of-type label input[type="checkbox"] {
  vertical-align: initial;
}
.proper-date {
  white-space: nowrap;
  display: inline-block;
}
.proper-date:first-letter {
  text-transform: capitalize;
}
#menu form {
  padding: 0 6px;
}
#menu-top span {
  padding-top: 3px;
}
#menu-top .today-date {
  text-transform: capitalize;
}
#menu-top .today-date,
#menu-top .username {
  padding-left: 4px;
}
.adminmenu,
.wp-submenu {
  width: 100%;
  list-style: none;
}
.adminmenu {
  clear: left;
  margin: 5px 0 0;
  padding: 0;
}
.adminmenu *,
.widefat th {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-submenu {
  top: -1000em;
  left: 0;
  position: absolute;
  min-width: 215px;
  padding: 1px 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: top 0s 0.15s, left 0s 0.15s, box-shadow 0s 0.15s;
  transition: top 0s 0.15s, left 0s 0.15s, box-shadow 0s 0.15s;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.adminmenu li {
  margin-bottom: 0;
}
.menu-module {
  position: relative;
}
.no-touch .menu-module:focus-within .menu-top:after {
  content: "\276F";
  padding-top: 6px;
  position: absolute;
  right: 5px;
}
.no-touch .menu-module:hover .menu-top:after {
  content: "\276F";
  position: absolute;
  right: 5px;
  bottom: 13px;
}
#selectedModuleLink:after {
  content: "";
}
.no-touch .menu-module:focus-within .wp-submenu {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  z-index: 20;
  top: 0;
  left: 223px;
  width: 223px;
  overflow: visible;
  word-wrap: break-word;
  min-height: 36px;
}
.no-touch .menu-module:hover .wp-submenu {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  z-index: 20;
  top: 0;
  left: 223px;
  width: 223px;
  overflow: visible;
  word-wrap: break-word;
  min-height: 36px;
}
#selectedModuleLink + .wp-submenu {
  transition-delay: 0s;
  z-index: 1;
  top: 0;
  left: 0;
  position: relative;
  margin-top: 0 !important;
  border: 0;
  min-height: 0;
  min-width: 205px;
  box-shadow: none;
}
.menu-inter {
  text-transform: uppercase;
  font-size: 14px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 4px 6px 2px 12px;
  margin-top: 2px;
}
.adminmenu a {
  display: block;
  line-height: 18px;
  padding: 4px 6px;
}
.menu-top {
  font-size: 15px;
  min-width: 10em;
  border-width: 1px 0;
  border-style: solid;
  text-transform: uppercase;
}
.menu-top span {
  padding-right: 4px;
}
.menu-top img {
  height: 32px;
  vertical-align: middle;
}
.wp-submenu a {
  padding: 4px 6px 4px 12px;
  font-size: 15px;
  margin: 0;
}
.current-person {
  padding: 1px 5px;
  margin-top: 5px;
  font-weight: 700;
}
.postbox-wrapper {
  overflow-x: auto;
}
.postbox {
  padding: 0;
  margin: 0 auto;
  position: relative;
  min-width: 255px;
  line-height: 1.1;
}
.postbox > thead th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0 12px;
}
.postbox .h3multi,
.postbox th h3 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.postbox th h3 {
  line-height: 32px;
  height: 32px;
  margin: 0;
  border: 0;
}
.postbox th h3,
.postbox th h3 a {
  display: inline-block;
  font-weight: 400;
}
.postbox .h3selected a {
  font-weight: 700;
}
.postbox th h3,
.postbox th h3 a,
.postbox > thead th,
.widefat tfoot tr th,
.widefat th,
.widefat th a,
.widefat th label,
.widefat th span {
  font-size: 14px;
  text-transform: uppercase;
}
.postbox th h3 a {
  padding: 0 10px;
}
.postbox .h3multi {
  overflow-y: hidden;
  margin-bottom: -2px;
}
th a {
  display: block;
  overflow: hidden;
}
fieldset {
  border-width: 1px;
  border-style: solid;
  margin: 0 0 4px;
  padding-bottom: 4px;
}
.error a {
  text-decoration: underline;
}
.updated a {
  text-decoration: none;
  padding-bottom: 2px;
}
div.error p,
div.updated p {
  margin: 0.2em 0;
  padding: 2px;
}
h3 span {
  font-weight: 400;
}
.highlight {
  padding: 3px 3px 3px 12px;
  margin-left: -12px;
  font-weight: 700;
  border: 0;
}
.hide {
  display: none;
}
.user-photo {
  max-width: 150px;
  max-height: 150px;
}
.alignImg {
  vertical-align: middle;
  height: 32px;
}
.header {
  border-spacing: 0;
  width: 100%;
}
.header1 h2 {
  font-size: 32px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 16px 16px 16px 0;
}
.header2 {
  padding: 5px 12px;
  word-break: break-word;
}
.header2 .fixed-col {
  word-break: normal;
}
.header2 table {
  line-height: 1.1;
  margin-left: -3px;
}
.header2 .widefat {
  margin-left: 0;
}
#courses_div {
  background: #fff;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  right: 0;
  left: 0;
  display: none;
  max-height: 80px;
  overflow: auto;
  width: auto;
}
.uld,
.underline-dots {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
div.uld,
div.underline-dots {
  display: inline-block;
  max-height: 240px;
  max-width: 100%;
  overflow: auto;
  line-height: inherit;
}
.checkbox-label,
.no-input-value,
span.uld,
span.underline-dots {
  line-height: 27px;
  padding-bottom: 1px;
}
.span-grade-points + label {
  line-height: 27px;
}
.md-preview {
  min-width: 280px;
  max-width: 1024px;
}
.md-preview > .tab {
  border-width: 1px;
  border-bottom: 0;
  border-style: solid;
  padding: 6px 10px;
  margin: 0 2px 0 0;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 14px;
}
.md-preview .md-link {
  line-height: 26px;
  float: right;
}
.md-preview > div {
  display: none;
  border-width: 1px 1px 2px;
  border-style: solid;
  padding: 2px 4px;
  margin-bottom: 2px;
  box-sizing: border-box;
  overflow-y: auto;
}
.md-preview + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  resize: vertical;
}
.markdown-to-html table {
  border-collapse: collapse;
  border-spacing: 0;
}
.markdown-to-html td,
.markdown-to-html th {
  border: 1px solid #bbb;
  padding: 5px;
}
.markdown-to-html {
  line-height: 1.3;
}
.list.widefat td .markdown-to-html {
  line-height: 1.236em;
}
.legend-gray,
.legend-red {
  font-size: 15px;
  line-height: 1.27;
  margin-top: 0;
  margin-bottom: 9px;
  display: inline-block;
}
.uld ~ .legend-gray,
.uld ~ .legend-red,
.underline-dots ~ .legend-gray,
.underline-dots ~ .legend-red {
  margin-top: 2px;
}
td > .legend-gray:first-child {
  margin-bottom: 0;
}
.logo {
  max-width: 100px;
  /* max-height: 64px; */
}
#menu .logo {
  margin-block: 1rem .5rem;
}
.onclick {
  cursor: pointer;
}
div.onclick {
  display: inline-block;
  max-width: 100%;
}
.cellspacing-0 {
  border-spacing: 0;
}
.width-100p {
  width: 100%;
}
.fixed-col {
  table-layout: fixed;
  word-wrap: break-word;
}
.popTable {
  padding: 13px 11px;
}
table.valign-top td,
td.valign-top,
tr.valign-top {
  vertical-align: top;
}
table.valign-bottom td,
td.valign-bottom,
tr.valign-bottom td {
  vertical-align: bottom;
}
table.valign-middle td,
td.valign-middle,
tr.valign-middle td {
  vertical-align: middle;
}
.list.has-input:not(.valign-middle) > tbody > tr > td:first-child .button,
.list.has-input:not(.valign-middle) > tbody > tr > td:first-child .button + b {
  padding-top: 7px;
}
.align-right,
.align-right td,
td.align-right,
th.align-right {
  text-align: right;
}
.col1-align-right > tbody > tr > td:first-child {
  text-align: right;
  vertical-align: middle;
}
.center {
  text-align: center;
}
a.center,
span.center {
  display: block;
}
img.center {
  display: block;
  margin: 0 auto;
}
table.center {
  text-align: inherit;
  margin-left: auto;
  margin-right: auto;
}
span.nobr {
  white-space: nowrap;
}
div.nobr div {
  display: inline;
}
tr.address > td {
  border: none;
  padding: 0 12px;
}
.br-after {
  display: block;
}
td.image-radio-list {
  height: 160px;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}
label.image-radio-list {
  padding: 0 20px;
}
img.image-radio-list {
  vertical-align: top;
  max-width: 150px;
  max-height: 150px;
}
.button {
  vertical-align: -15%;
  height: 16px;
  max-width: none;
}
.button.bigger,
.valign-middle .button,
a > .button {
  vertical-align: middle;
}
.button.smaller,
.list-header a > .button.smaller {
  vertical-align: -12%;
}
a > .button.smaller {
  vertical-align: -18%;
}
.uld .button,
.underline-dots .button {
  vertical-align: text-top;
}
.current-person .button {
  vertical-align: -40%;
}
.error .button.bigger,
.updated .button.bigger {
  vertical-align: -35%;
}
a:has(.button) {
  white-space: nowrap;
}
a > .button {
  padding: 1px;
}
.button.bigger {
  height: 24px;
}
.button.smaller {
  height: 14px;
}
.button.cal {
  cursor: pointer;
  height: 32px;
  margin-top: -9px;
  vertical-align: middle;
}
.login .popTable td {
  padding-bottom: 16px;
}
.login .popTable tr:last-of-type td {
  padding-bottom: 0;
}
.login #loginform input[type="password"],
.login #loginform input[type="text"] {
  font-weight: 200;
  font-size: 20px;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 6px;
  margin-top: 2px;
  margin-right: 6px;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
.BottomButton {
  margin-right: 8px;
  display: inline-block;
}
.BottomButton span {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 4px;
  line-height: 32px;
}
.BottomButton img {
  height: 24px;
  border-radius: 50%;
  padding: 3px;
}
#BottomButtonMenu {
  height: 32px;
  float: left;
}
#BottomButtonMenu svg {
  stroke: #000;
  background-color: #fff;
  padding: 3px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.BottomButton.loading {
  float: right;
  padding-bottom: 13px;
}
.BottomButton.hide {
  display: none;
}
.loading {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("spinning.gif") center/contain no-repeat;
  visibility: hidden;
  padding-bottom: 0 !important;
}
input + .loading {
  vertical-align: bottom;
  width: 26px;
  height: 26px;
}
input[type="file"] {
  max-width: calc(100% - 38px);
}
.list.widefat input[type="file"] {
  width: 180px;
}
input[type="file"]::file-selector-button {
  display: none;
}
input[type="file"]::-webkit-file-upload-button {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
input[type="file"]::-ms-browse {
  display: none;
}
.bar {
  word-wrap: normal;
}
div.st {
  float: left;
  padding: 4px;
}
div.st > .list-outer {
  display: inline-grid;
}
#student-comments {
  max-width: 100%;
  width: 500px;
}
#student-comments span {
  font-size: 14px;
  color: #333;
}
#student-comments div {
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid;
}
#student-comments div > :first-child {
  margin-top: 0;
}
#student-comments div > :last-child {
  margin-bottom: 0;
}
#calendar > thead > tr > th {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.calendar-day {
  min-width: 109px;
}
.calendar-day > table {
  height: 100%;
  width: 100%;
}
.calendar-event {
  height: 26px;
  font-size: 14px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.231;
}
.calendar-day .bold {
  font-weight: 700;
}
.calendar-day .number {
  font-size: 1.2em;
}
.calendar-minutes {
  text-align: right;
}
.calendar-newevent {
  vertical-align: bottom;
}
.no-touch .calendar-minutes,
.no-touch .calendar-newevent {
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity 0.15s linear;
}
.calendar-day:hover .calendar-minutes,
.calendar-day:hover .calendar-newevent,
.calendar-minutes input:checked,
.calendar-minutes input[type="number"]:not(:placeholder-shown) {
  visibility: visible;
  opacity: 1;
}
.calendar-event div {
  border-left-width: 4px;
  border-left-style: solid;
  margin: 1px 0;
}
.calendar-event a,
.calendar-event span {
  padding: 4px 2px;
  display: inline-block;
}
td.calendar-menu {
  white-space: normal;
  max-width: none;
}
.calendar-event-poptable {
  max-width: 340px;
}
.legend-square {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
#cboxContent {
  background: 0 0;
  padding: 0 0 8px 8px;
  margin-left: -8px;
  margin-right: 8px;
  box-sizing: border-box;
}
#cboxLoadedContent .header1 h2 {
  padding-top: 8px;
}
#cboxLoadedContent h1 {
  margin-top: 0.42em;
}
.addon-readme {
  width: 1080px;
  max-width: 100%;
}
.rt .link2colorBox {
  display: none;
}
.divPortalPoll {
  max-height: 350px;
  overflow-y: auto;
  min-width: 300px;
}
.divPortalPoll .widefat {
  margin-bottom: 0.8em;
}
.widefat .divPortalPoll > p {
  margin-bottom: 2px;
}
.span-grade-points {
  float: left;
}
.grade-minmax-wrap {
  min-width: 120px;
}
.grade-minmax-min {
  float: left;
  width: 23%;
  font-size: 14px;
}
.grade-minmax-grade {
  float: left;
  width: 48%;
  text-align: center;
}
.grade-minmax-max {
  float: left;
  width: 23%;
  text-align: right;
  font-size: 14px;
}
.grade-minmax-grade,
.grade-minmax-max,
.grade-minmax-min {
  word-wrap: initial;
}
.attendance-code {
  display: inline-block;
  padding: 2px 8px;
  min-width: 10px;
  text-align: center;
  line-height: 1.82;
}
.arrow.right:before,
.switchMenu:before {
  content: "\25b6\0000a0";
  vertical-align: 10%;
}
.switchMenu.switched:before {
  content: "\25bc\0000a0";
}
.arrow,
.switchMenu {
  display: inline-block;
}
.switchMenu {
  padding: 5px;
}
.chart {
  position: relative;
  width: calc(90vw - 205px);
  max-width: 1024px;
}
#tipMsg {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: -100px;
  max-width: 300px;
}
.tipmsg-label {
  display: inline-block;
  border-bottom: 1px dashed #bbb;
  cursor: default;
}
a > .tipmsg-label {
  cursor: pointer;
}
.tipmsg-label .button + b,
a .button + b {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
}
.tooltip {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
  cursor: help;
  text-transform: none;
}
.tooltip:before {
  content: "i";
  font-family: monospace;
  font-size: 0.85em;
  font-weight: 700;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.tooltip > i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: -90px;
  width: 180px;
  z-index: 999;
  display: inline-block;
  padding: 5px 7px;
  transition: opacity 0.3s;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  white-space: normal;
}
.tooltip.bottom > i {
  bottom: auto;
  top: 100%;
}
.legend-gray .tooltip > i,
.legend-red .tooltip > i {
  bottom: 130%;
}
.legend-gray .tooltip.bottom > i {
  bottom: auto;
  top: 130%;
}
.tooltip:hover > i {
  visibility: visible;
  opacity: 1;
}
.toggle {
  cursor: pointer;
}
input[type="checkbox"].toggle {
  position: absolute;
  left: -9999px;
}
.toggle ~ .toggle-me {
  display: none;
}
.toggle:checked ~ .toggle-me {
  display: block;
}
.toggle:before {
  content: "\25b6\0000a0";
  vertical-align: 10%;
}
.toggle:checked + .toggle:before {
  content: "\25bc\0000a0";
}
.minicolors {
  margin: 2px 2px 2px 0;
}
.a11y-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#footerwrap a.a11y-hidden:active,
#footerwrap a.a11y-hidden:focus {
  clip: auto !important;
  position: absolute;
  text-decoration: underline;
  left: 9%;
  width: auto;
  height: auto;
}
.first-login,
.login,
.password-reset {
  height: auto;
}
.first-login #body,
.login #body {
  padding: 64px 2px;
  margin-bottom: 0;
}
.login .postbox,
.password-reset .postbox {
  max-width: 320px;
}
.ajax-error {
  position: fixed;
  top: 0;
  right: 0;
  padding: 11px;
  background-color: red;
  font-weight: 700;
  color: #fff;
  z-index: 100000;
  display: none;
}
.tinymce {
  min-height: 200px;
}
.mce-tinymce.mce-container {
  max-width: 1024px;
}
.tinymce-horizontal .mce-tinymce.mce-container {
  max-width: 1448px;
}
.mce-branding {
  display: none !important;
}
.mce-tinymce.mce-fullscreen,
.tinymce-horizontal .mce-tinymce.mce-fullscreen {
  max-width: none;
}
.mce-btn-group .mce-btn {
  float: left;
}
.markdown-to-html img,
.tinymce-html img {
  height: auto;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-bottom-width: 2px !important;
  min-height: 27px !important;
}
.select2-container--default .select2-search__field {
  height: auto;
}
.select2-container--default .select2-search__field,
.select2-container--default .select2-selection__choice {
  margin-top: 2px !important;
  margin-bottom: 0;
  font-size: 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 27px !important;
}
.select2-container--default .select2-selection__rendered {
  text-align: left;
}
.select2-container--default li {
  margin-bottom: 0;
}
.select2-container--default .select2-results__option {
  padding: 5px 6px;
}
.select2-dropdown {
  z-index: 10051 !important;
}
.chosen-select,
.select2-select {
  min-width: 55px;
  padding-right: 15px;
}
.select2-container {
  min-width: 55px;
}
.chosen-select[multiple],
.select2-select[multiple] {
  padding-right: 23px;
}
.no-touch .phone-link {
  color: #333;
  cursor: default;
}
.dashboard-module-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 0.85em 0;
}
.dashboard-module-title span {
  padding-right: 4px;
}
.dashboard-module-data {
  padding-left: 8px;
}
.dashboard-module-data .tipmsg-label {
  margin-bottom: 11px;
}
.dashboard-module-data .tipmsg-label .legend-gray {
  margin-bottom: 1px;
}
.dashboard-module-data-tipmsg .legend-gray,
.dashboard-module-data-tipmsg .legend-gray .proper-date {
  font-size: 14px;
}
.dashboard-module-title .module-icon,
.dashboard-module-title img {
  vertical-align: -70%;
}
.teacher-programs-wrapper {
  border-style: dashed;
  padding: 7px;
  width: 100%;
  margin-left: -9px;
}
.password-input-wrapper {
  display: inline-block;
}
.password-strength-bars {
  line-height: 5px;
  font-size: 5px;
}
.password-strength-bars + br {
  display: none;
}
.password-toggle {
  float: right;
  margin-left: -22px;
  margin-right: 3px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  padding: 4px 2px;
  background: #fff;
}
.password-hide {
  display: none;
}
.password-strength-bars span {
  background-color: #ff4136;
  display: inline-block;
  width: 18.5%;
  line-height: 5px;
  height: 5px;
  padding: 0 1px 0 0;
  visibility: hidden;
}
.password-strength-bars ~ label {
  display: inline-block;
  margin-top: -2px;
}
.mailing-label-left,
.mailing-label-right {
  margin-top: 21px;
  margin-bottom: 36px;
}
.mailing-label-left td:first-of-type,
.mailing-label-right td:last-of-type {
  width: 60px;
}
.mailing-label-left td:last-of-type,
.mailing-label-right td:first-of-type {
  width: 400px;
}
.mailing-label-right {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}
.mailing-label-top-margin {
  margin-top: 126px;
}
.button-upsell-premium {
  border: none;
  display: inline-block;
  padding: 11px 22px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 136px;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 9;
}
.addon-upsell-premium {
  width: 1080px;
  max-width: 100%;
}
.addon-upsell-premium img[alt="additional-screenshot"] {
  max-width: 260px;
  padding-top: 7px;
  padding-right: 7px;
}
.size-3 {
  font-size: 12px;
}
.size-1 {
  font-size: 14px;
}
.sizep1 {
  font-size: 16px;
}
.sizep2 {
  font-size: 17px;
}
@media only screen and (max-width: 1270px) {
  tr.address.st > td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  tr.address > td {
    border-style: none none dotted;
    padding: 12px 0;
  }
  tr.address > td:last-of-type {
    border-style: none;
  }
}
@media only screen and (max-width: 874px) {
  .mod {
    position: relative !important;
    float: none !important;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  #wrap {
    height: 100%;
  }
  #footer {
    position: fixed !important;
    top: 0;
    bottom: auto;
  }
  #footerwrap {
    padding: 3px 12px;
  }
  #footerhelp {
    border-width: 1px 0;
    border-style: solid;
  }
  .BottomButton span {
    display: none;
  }
  #menu .logo {
    max-width: 90px;
    /* max-height: 64px; */
    margin: 1rem;
    float: right;
  }
  #menu {
    position: fixed !important;
    top: 39px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 0;
    min-height: auto;
  }
  .adminmenu {
    margin-bottom: 5px;
  }
  .adminmenu a {
    padding: 2px 12px;
  }
  #menu form,
  .wp-submenu a {
    padding: 5px 12px;
  }
  .menu-top img {
    height: 30px;
  }
  #menu-top select {
    max-width: none;
  }
  .current-person {
    padding: 2px 10px;
  }
  .no-touch .menu-module:hover .menu-top:after {
    content: "";
  }
  .no-touch .menu-module:hover .wp-submenu {
    top: -1000em;
  }
  #body {
    width: auto !important;
    box-sizing: border-box;
  }
  .header1 {
    padding-left: 6px;
  }
  .header1 h2 {
    font-size: 24px;
    line-height: 26px;
    padding-left: 34px;
    text-indent: -34px;
  }
  .header1 .module-icon {
    vertical-align: -6px;
    width: 30px;
    height: 30px;
  }
  .header2 .fixed-col {
    word-break: break-all;
  }
  #LO_search,
  #search input,
  #search select {
    max-width: 150px;
  }
  #LO_search {
    float: left;
  }
  #LO_search + .button {
    left: -28px;
    float: left;
  }
  #modulesBody textarea {
    width: 100% !important;
  }
  .chart {
    width: 90vw;
    min-width: 450px;
  }
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    margin: 0 4px;
  }
  tr.st > td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  table.col1-align-right > tbody > tr.st > td:first-child {
    text-align: left;
    border-bottom: none;
  }
  table.col1-align-right > tbody > tr.st > td:nth-child(2) {
    border-top: none;
  }
  .fixed-col {
    table-layout: auto;
  }
  .fixed-col select {
    max-width: 340px;
  }
  .divPortalPoll {
    min-width: 0;
  }
  .rt .poll-votes-outer div {
    display: inline-block;
  }
  .rt .poll-votes-outer > div:first-child {
    vertical-align: top;
    padding-right: 6px;
  }
  .tooltip::before {
    font-size: 0.9em;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .tooltip > i {
    left: -70px;
    width: 140px;
    font-size: 0.9em;
    padding: 5px 7px 7px;
    line-height: 1.4;
  }
  .first-login,
  .login,
  .password-reset {
    padding: 32px 2px;
  }
  .password-reset {
    padding-top: 0;
  }
  .mce-container .mce-dropzone {
    height: 60px !important;
  }
  .teacher-programs-wrapper {
    padding: 0.5%;
    width: 99%;
    margin-left: -0.5%;
  }
  #cboxLoadedContent {
    padding: 6px 8px !important;
  }
}
@media only screen and (max-width: 1023px) {
  #body {
    padding: 0 6px 38px;
  }
  .rbr {
    display: none;
  }
  .rseparator {
    visibility: hidden;
  }
  .rseparator:after {
    content: " ";
    display: block;
  }
  .rt {
    display: block;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
    max-width: 160px;
  }
  .rt tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    overscroll-behavior-y: none;
  }
  .rt thead tr {
    display: block;
  }
  .list.rt th,
  .rt th {
    display: block;
    line-height: 2.137em;
    height: 2.137em;
  }
  .rt th,
  .rt th a {
    line-height: 2.137em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rt tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .rt td {
    display: block;
    line-height: 1.87em;
    height: 1.87em;
  }
  .rt img {
    max-height: 2em;
  }
  .rt input,
  .rt select {
    margin: 0;
  }
  .rt tr {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .rt input,
  .rt select,
  .rt textarea {
    max-width: 190px;
  }
  .list.rt td,
  .list.rt th {
    padding: 6px 11px;
  }
  .rt .link2colorBox {
    display: block;
  }
  .rt .link2colorBox .colorboxinline {
    background: url("btn/visualize.png") 0 0 / contain no-repeat;
    width: 24px;
    height: 24px;
    display: block;
  }
  .rt2colorBox {
    overflow: auto;
  }
  .widefat th a[href*="LO_dir"] {
    padding-right: 0;
  }
  .widefat td .rt2colorBox p {
    margin-top: 0;
  }
  .rt .link2colorBox + .rt2colorBox {
    display: none;
  }
  .rt div.error,
  .rt div.updated {
    padding: 0;
    margin: 0;
  }
  .rt .thead-repeat {
    display: none;
  }
  .divPortalPoll {
    max-height: none;
    overflow-y: visible;
  }
  #calendar > thead > tr > th {
    font-size: 1em;
    line-height: 1.3;
    overflow: hidden;
    word-wrap: normal;
    padding: 4px;
  }
  .calendar-day {
    position: relative;
    min-height: 48px;
  }
  .calendar-day > table {
    display: block;
    width: inherit;
    padding: 0 1px;
    z-index: 1;
  }
  .calendar-day td {
    display: none;
  }
  .calendar-day .number,
  .calendar-day.hover:hover td {
    display: table-cell;
  }
  .calendar-day.hover .calendar-event,
  .calendar-day.hover .calendar-minutes {
    width: 100%;
  }
  .calendar-day .number {
    font-size: 1em;
  }
  @keyframes disable-pointer-events {
    0%,
    99% {
      pointer-events: none;
    }
  }
  .calendar-day.hover:hover > table {
    animation: 0.2s disable-pointer-events;
    height: auto;
    min-width: 202px;
    min-height: 102px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    box-shadow: 2px 2px 2px 1px #9f9f9f;
  }
  .calendar-day.thu-fri-sat.hover:hover > table {
    right: 0;
    left: auto;
    box-shadow: -2px 2px 2px 1px #9f9f9f;
  }
  #courses_div {
    position: relative;
    width: 210px;
    float: right;
  }
  .widefat th a[href*="LO_dir"]:after,
  .widefat th a[href*="LO_dir"]:hover:after {
    content: "";
  }
}
@media only screen and (max-width: 479px) {
  .st > .align-right,
  .st > .center {
    text-align: left;
  }
  .header2.align-right input[type="button"],
  .header2.align-right input[type="reset"],
  .header2.align-right input[type="submit"] {
    margin: 0 16px 0 0;
  }
  .calendar-day {
    height: 36px;
  }
  .calendar-day .hover:hover {
    min-width: 177px;
    min-height: 78px;
  }
  .fixed-col select,
  input,
  select {
    max-width: 260px;
  }
  .teacher-programs-wrapper {
    padding: 1%;
    width: 98%;
    margin-left: -1%;
  }
  .rt thead {
    max-width: 130px;
  }
}
html[dir="RTL"] #menu {
  float: right;
  border-width: 0 0 0 1px;
}
html[dir="RTL"] #BottomButtonMenu {
  float: right;
}
html[dir="RTL"] .wp-submenu {
  right: 0;
  left: auto;
  -webkit-transition: top, right;
  transition: top, right;
}
html.no-touch[dir="RTL"] .menu-module:focus-within .menu-top:after {
  left: 5px;
  right: auto;
}
html.no-touch[dir="RTL"] .menu-module:hover .menu-top:after {
  left: 5px;
  right: auto;
}
html.no-touch[dir="RTL"] .menu-module:focus-within .wp-submenu {
  right: 217px;
}
html.no-touch[dir="RTL"] .menu-module:hover .wp-submenu {
  right: 217px;
}
html[dir="RTL"] #selectedModuleLink + .wp-submenu,
html[dir="RTL"] #selectedModuleLink:after {
  right: 0;
  left: auto;
}
html[dir="RTL"] .widefat td,
html[dir="RTL"] .widefat th {
  text-align: right;
}
html[dir="RTL"] div.st {
  float: right;
}
html[dir="RTL"] .tooltip > i {
  text-align: right;
}
html[dir="RTL"] .arrow.right:before,
html[dir="RTL"] .switchMenu.switched:before,
html[dir="RTL"] .switchMenu:before,
html[dir="RTL"] .toggle:before {
  content: "\25c0\0000a0";
}
html[dir="RTL"] input[type="checkbox"].toggle {
  right: -9999px;
}
html[dir="RTL"] .span-grade-points {
  float: right;
}
html[dir="RTL"] .login form input[type="password"],
html[dir="RTL"] .login form input[type="text"] {
  margin-left: 6px;
  margin-right: 0;
}
html[dir="RTL"] .align-right,
html[dir="RTL"] .align-right td,
html[dir="RTL"] table.col1-align-right > tbody > tr > td:first-child,
html[dir="RTL"] td.align-right,
html[dir="RTL"] th.align-right {
  text-align: left;
}
html[dir="RTL"] #LO_search + .button {
  left: 24px;
}
html[dir="RTL"] #LO_search {
  padding-right: 2px;
  padding-left: 28px;
}
html[dir="RTL"] .select2-container--default .select2-selection__rendered {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  html[dir="RTL"] .calendar-day .hover:hover {
    right: 0;
  }
  html[dir="RTL"] .calendar-day.thu-fri-sat .hover:hover {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 874px) {
  html[dir="RTL"] .header1 h2 {
    padding-left: 0;
    padding-right: 42px;
  }
}
