/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 17, 2022 */
@font-face {
  font-family: 'roboto_condensedregular';
  src: url("/fonts/robotocondensed-regular-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condensedlight_italic';
  src: url("/fonts/robotocondensed-lightitalic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condenseditalic';
  src: url("/fonts/robotocondensed-italic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condensedbold_italic';
  src: url("/fonts/robotocondensed-bolditalic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condensedbold';
  src: url("/fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: arial, helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #4ecdc4; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.2rem; }

#spacer {
  height: 90px; }

#header {
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#title {
  font-size: 2.7rem;
  font-weight: bold;
  /*margin: 10px 0 0 200px;*/
  /*color: rgba(8, 106, 185, 0.85);*/
  /*color: #207cca;*/
  /*color: #101d42;*/
  color: #36413e;
  font-family: 'roboto_condensedregular';
  text-align: center;
  align-content: center; }

#logo {
  height: 100px;
  width: 150px;
  position: absolute;
  /*    position: fixed;*/
  top: 0;
  right: -15px;
  z-index: 100;
  background-image: url(/img/logos/logochevron.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.box1 {
  /*position: relative;*/
  height: 60px;
  width: 125px;
  /*    width: 60px;*/
  /*   background-color: rgba(31, 131, 184, 0.95);*/ }

.box2 {
  /*position: relative;*/
  height: 60px;
  width: calc(100% - 250px);
  /*    width: calc(100% - 195px);*/
  align-content: center;
  text-align: center;
  /*    width: -moz-fit-content;
      width: fit-content;*/ }

.box3 {
  /*position: relative;*/
  height: 60px;
  width: 125px; }

@media all and (max-width: 560px) {
  #title {
    font-size: 1.5rem;
    padding: 2px 4px; }

  #logo {
    height: 87px;
    width: 120px; }

  #header {
    height: 50px;
    display: flex; }

  .box1 {
    /*    position: relative;*/
    height: 50px;
    width: 105px;
    /*    width: 50px;*/
    /*    background-color: rgba(31, 131, 184, 0.95);*/ }

  .box2 {
    /*    position: relative;*/
    height: 50px;
    width: calc(100% - 210px);
    /*    width: calc(100% - 155px);*/
    align-content: center; }

  .box3 {
    /*    position: relative;*/
    height: 50px;
    width: 105px; }

  /*  Attempts to resize the box around the hamburger, but can't find it correct container
      #spacer {
      height: 50px;
      }*/
  /*    .menu-wrap .hamburger{
      height: 40px;
      }
  .menu-wrap .toggler {
      width: 40px;
      height: 40px;
  }*/ }
.form_table td {
  text-align: left;
  padding: 2px 4px;
  background-color: #afe0ce;
  color: #000;
  border: 1px solid #ccc; }

.form_table th {
  text-align: right;
  padding: 2px 4px;
  font-weight: bold;
  background-color: #4ecdc4;
  color: #000;
  border: 1px solid #ccc; }

.form_table th.header {
  text-align: center; }

.list_table td {
  text-align: left;
  padding: 2px 4px;
  border: 1px solid #333;
  background-color: #fff;
  color: #000; }

.list_table th {
  padding: 2px 4px;
  font-weight: bold;
  background-color: #4ecdc4;
  color: #000;
  border: 1px solid #333; }

.justright {
  text-align: right; }

.swiss_army_knife {
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 5px;
  z-index: 1000;
  background-color: #fff;
  color: #000;
  display: none;
  border: 2px solid #000;
  box-shadow: 2px 2px 2px #000;
  border-radius: 2px; }

.swiss_army_knife li {
  color: #000 !important; }

#swiss_army_knife_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 131, 184, 0.6);
  z-index: 900;
  display: none; }

.swiss_army_knife_close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  padding: 4px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 13px;
  box-shadow: 1px 1px 1px #ccc;
  color: #fff;
  background-color: #f00;
  text-decoration: none; }

.swiss_army_knife_title {
  margin: 2px;
  padding: 2px; }

.clear {
  clear: both; }

#course_display_container table {
  margin: 0 auto; }

#course_display_container table th {
  color: #000;
  border: 1px solid #000; }

#course_display_container table td {
  color: #000;
  border: 1px solid #000; }

.student_form {
  padding: 0 30px 30px 30px;
  border: 1px solid #ccc;
  margin: 5px;
  overflow-y: auto;
  height: calc(100% - 20px); }

.student_form, .student_form li {
  color: #000 !important; }

#form_display_container {
  height: calc(100% - 10px); }

#scrollcontainer, .scrollcontainer {
  width: 100%;
  height: calc(100% - 120px);
  margin: 80px 0 40px 0;
  overflow: auto; }

#warning {
  position: fixed;
  top: 10px;
  left: 90px;
  right: 90px;
  min-height: 20px;
  z-index: 100;
  background-color: rgba(255, 100, 100, 0.65);
  color: #fff;
  font-weight: bold;
  display: none;
  border: 4px solid #f00;
  border-radius: 3px; }

#warning_slide {
  display: none; }

#warning a, #warning strong {
  background-color: #f00;
  color: #fff; }

.tooltip {
  position: relative;
  background-color: #ffa;
  cursor: pointer; }

.tooltip span {
  position: absolute;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 4px;
  z-index: 1400;
  background-color: #ffe;
  box-shadow: 2px 2px 2px #ccc;
  display: none;
  top: -5px;
  left: -10px; }

.tooltip span table th, .tooltip span table td {
  white-space: nowrap; }

.tooltip:hover span, .tooltip:active span {
  display: inline-block; }

#warning_inner {
  text-align: center;
  padding: 2px 4px; }

#login_form {
  font-size: 1.25em; }

#login_form input {
  padding: 4px;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 2px 0;
  font-size: 1.1em;
  width: 180px; }

@media all and (min-width: 300px) {
  #login_form input {
    width: 240px; } }
@media all and (min-width: 800px) {
  #login_form input {
    width: 340px;
    font-size: 1.2em; } }
#installer_android, #installer_ios {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  z-index: 500;
  text-align: center;
  display: none; }

#installer_android img, #installer_ios img {
  height: 25px;
  width: auto; }

#install_android, #install_ios {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #33f;
  border: 2px solid #33f;
  border-radius: 10px;
  margin: 4px;
  padding: 4px;
  box-shadow: 1px 1px 1px #aaa; }

#ios_instructions {
  display: none;
  padding: 5px; }

:root {
  --primary-color: rgba(31, 131, 184, 0.95);
  --overlay-color: rgba(24, 26, 51 , 0.85);
  --menu-speed: 0.75s;
  height: 100%; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'roboto_condensedregular', sans-serif;
  line-height: 1.4; }

.container {
  max-width: 960px;
  margin: auto;
  overflow: auto;
  padding: 0 10px; }

#content li {
  color: #afe0ce; }

.showcase {
  background: var(--primary-color);
  color: #fff;
  height: 100%; }

.showcase .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%; }

.btn {
  display: inline-block;
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  transition: opacity 1s ease-in-out;
  text-decoration: none; }

.btn-small {
  padding: 2px !important;
  margin: 2px !important; }

.btn:hover {
  opacity: 0.7; }

.btn-border {
  border: 1px solid #fff; }

/* MENU STYLES */
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30; }

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  width: 130px;
  height: 80px;
  opacity: 0; }

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 90px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center; }

@media all and (orientation: landscape) {
  .menu-wrap .hamburger {
    z-index: 7; } }
@media all and (max-width: 560px) {
  .menu-wrap .hamburger {
    width: 100px;
    height: 70px; }

  .menu-wrap .toggler {
    width: 100px;
    height: 60px; } }
/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease; }

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit; }

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px; }

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg); }

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg); }

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg); }

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible; }

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed); }

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s; }

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.menu-wrap .menu > div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease; }

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease; }

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem; }

/*todo landscape media query li spacing .25 rem */
.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease; }

.menu-wrap .menu > div > div > ul > li:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5); }

.tabbed_panel {
  width: 100%; }

.tab_panel {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  display: none;
  color: #000;
  padding: 5px;
  border-radius: 10px; }

.tab_title {
  width: 100%;
  border: 1px solid #000;
  background: #ccc;
  color: #000;
  cursor: pointer;
  height: 30px;
  text-align: center;
  border-radius: 10px; }

.tab_title.active {
  background-color: #4ecdc4; }

#profile_form_feedback, .course_detail {
  display: none; }

.course_detail {
  width: 100%; }

.course_detail table {
  font-size: 10px;
  width: 100%; }

.form_content ol {
  margin: 5px 5px 5px 10px;
  padding: 5px 5px 5px 10px;
  color: #000 !important; }

.form_content ol li {
  list-style-type: alpha;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #666;
  color: #000 !important; }

.form_ack {
  text-align: left;
  font-weight: bold;
  border: 1px solid #000;
  padding: 5px;
  margin: 5px; }

.form_title {
  float: left;
  margin-left: 5px;
  font-size: .75em; }

.form_title_ack {
  float: right;
  margin-right: 5px;
  font-size: .65em; }

.journal_name {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  margin: 2px;
  padding: 4px;
  border-radius: 4px; }

.journal_name:hover {
  background-color: #666; }

#journal_display_title {
  color: #000;
  font-weight: bold;
  text-align: center;
  height: 1.2em;
  overflow: hidden; }

#journal_display_content {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  bottom: 40px;
  background-color: #fea;
  border: 1px solid #000;
  border-radius: 4px;
  overflow-y: auto;
  padding-bottom: 10px; }

#journal_tabs {
  text-align: left;
  z-index: 1000; }

.journal_section_tab {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background-color: #ed9;
  padding: 6px 4px;
  margin: 0 0 0 1px;
  float: left;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.journal_section_tab.section_active {
  background-color: #fea; }

.journal_section_document_panel {
  overflow: auto;
  display: none;
  color: #000; }

.journal_section_document_panel.section_active {
  display: block; }

.journal_document {
  height: 90px;
  width: 90px;
  background-color: #ccc;
  font-size: 10px;
  border: 1px solid #000;
  word-wrap: break-word;
  margin: 3px;
  display: block;
  float: left;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 2px;
  position: relative; }

.journal_document_inner {
  height: 80px;
  width: 80px;
  padding: 2px;
  border: 1px solid #666;
  margin: 3px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.journal_document_inner:before {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1; }

.journal_document_inner:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg); }

#journal_upload {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

#journal_upload label {
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  color: #000;
  padding: 3px;
  background-color: #ccc; }

.document_link {
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px #000 solid;
  border-radius: 16px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: arial,helvetica,sans-serif; }

.download_document {
  background-color: #3a3;
  bottom: 1px;
  left: 1px;
  font-size: 28px;
  font-weight: 900; }

.delete_document {
  background-color: #a33;
  bottom: 1px;
  right: 1px;
  font-weight: 400; }

.section_locked .delete_document {
  display: none; }

.doc, .docx, .odt {
  background-image: url(https://actrade.ac/assets/acta/img/filetypedoc.png); }

.xls, .xlsx, .ods, .csv {
  background-image: url(https://actrade.ac/assets/acta/img/filetypexls.png); }

.pdf {
  background-image: url(https://actrade.ac/assets/acta/img/filetypepdf.png); }

.txt {
  background-image: url(https://actrade.ac/assets/acta/img/filetypetxt.png); }

.tablesim {
  display: table; }

.tablesim > div {
  display: table-row;
  background-color: #fff;
  color: #333; }

.tablesimheader {
  font-weight: bold; }

.thcenter {
  text-align: center !important; }

.thleft {
  text-align: left !important; }

.tablesim > div > div {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 2px; }

.message {
  color: #333;
  text-align: left;
  margin-top: 25px; }

.message th, .message td {
  border: 1px solid #ccc; }

.message th {
  font-weight: bold; }

.message_content {
  text-indent: 10px; }

.reply {
  width: 8px;
  background-color: #eee; }

.message_separator {
  background-color: #eee; }

#message_subject {
  height: 200px;
  width: 200px; }

.messagetable {
  display: none; }

.messagetable.active {
  display: table; }

.messages_tab.active {
  color: #000;
  background-color: #eee; }

.message_container {
  margin: 10px;
  text-align: left; }

.message_highlight {
  color: #f00;
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  margin: 0 2px; }

.msg_unread {
  background-color: #fdd; }

#workhours_container {
  margin: 20px;
  background-color: #ddd;
  color: #000;
  padding: 10px;
  border-radius: 10px; }

#workhourscalendar th, #workhourscalendar td, #monthsummary th, #monthsummary td {
  border: 1px solid #999;
  padding: 1px 3px;
  font-size: 12px; }

.timecard th, .timecard td {
  border: 1px solid #999;
  padding: 1px 3px; }

/*--------------------------*/
#hoursmatrix th {
  font-weight: bold;
  border: 1px solid #000;
  white-space: nowrap;
  padding: 2px; }

#hoursmatrix td {
  text-align: left !important;
  font-weight: normal;
  border: 1px solid;
  white-space: nowrap;
  padding: 2px; }

.last {
  border-right: 2px solid #000 !important; }

.workhoursnoteholder {
  position: relative; }

.workhoursnote {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #ccf;
  border: 2px solid #33d;
  z-index: 150;
  display: none;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 2px 2px 2px #444;
  margin-left: -175px; }

.hours_note_day {
  display: inline-block;
  width: 100%;
  height: 100%; }

.closeworkhoursnote {
  background-color: #fff;
  border: 1px solid #33d;
  border-radius: 12px;
  float: right;
  height: 12px;
  width: 12px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #33d; }

.workhoursnote h4 {
  padding: 1px;
  margin: 1px;
  text-align: center; }

.hasworknote {
  background-color: #ccf; }

.nowrap {
  white-space: nowrap; }

.noteformtable th {
  text-align: center; }

.noteformtable td {
  text-align: left; }

.display-table {
  display: table;
  font: 14px arial,helvetica,sans-serif;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa; }

.display-table > * {
  display: table-row; }

.display-table > *:nth-child(even) > * {
  background-color: #eee; }

.display-table > * > * {
  display: table-cell;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 20px;
  vertical-align: middle; }

.header > *, .th {
  font-weight: bold;
  background-color: #000 !important;
  color: #fff;
  padding: 4px 0; }

.caption {
  display: table-caption;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 4px 0; }

.caption > * {
  border: none; }

.delete_dispatch, .delete_workhournote {
  text-decoration: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 12px;
  font-weight: bold;
  background-color: #f00;
  color: #fff;
  line-height: 20px;
  text-align: center; }

.save_dispatch, .save_workhournote {
  text-decoration: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 12px;
  font-weight: bold;
  background-color: #393;
  color: #fff;
  line-height: 20px;
  text-align: center; }

.styledselect, .styledtext {
  width: 220px;
  padding: 2px 4px;
  border-radius: 2px; }

#student_hours_warning_note {
  background-color: #fcc; }

#workhoursnoteholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1500;
  height: 200px;
  width: 300px;
  margin-top: -100px;
  margin-left: -100px;
  box-shadow: 2px 2px 2px #666;
  border: 1px solid #000;
  background-color: #fff;
  display: none;
  font-size: 12px;
  text-align: center;
  background-color: rgba(31, 131, 184, 0.95);
  overflow: auto; }

#workhoursnotemask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1450;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

.noteformtable {
  width: 280px;
  margin: 10px; }

.noteformtable textarea {
  width: 270px;
  margin: 0 auto; }

.noteformtable th, .noteformtable td {
  border: 1px solid #ccc;
  background-color: #fff; }

/*# sourceMappingURL=main.css.map */
