@import url(//fonts.googleapis.com/css?family=Raleway:100,400,700);
html, body {
  margin: 0;
  padding: 0; }

body {
  background: #292929;
  color: white;
  background: white;
  color: black;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 13px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway';
  font-weight: 100; }

h1 {
  text-align: center; }

h2 {
  margin: 0; }

h3 {
  margin: 0;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: inherit;
  color: #333333; }

h4 {
  font-weight: 700;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tbody tr {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s; }
    table tbody tr.hover, table tbody tr.active {
      background: #efefef;
      transition: background 0.5s;
      -moz-transition: background 0.5s;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s; }
  table thead tr {
    background: #efefef; }
    table thead tr th:first-child {
      border-top-left-radius: 8px; }
    table thead tr th:last-child {
      border-top-right-radius: 8px; }
    table thead tr:last-child {
      border-bottom: 1px solid #d0d0d0; }
  table td, table th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px; }
  table th {
    font-weight: bold;
    text-align: left; }
  table td.input-cell {
    padding: 0; }
    table td.input-cell input {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 12px;
      padding-right: 12px;
      width: 100%;
      box-sizing: border-box;
      border: none; }

table.editable td {
  cursor: pointer; }
table.editable tr.editable-editing td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px; }

.bulk-add {
  margin-top: 1em; }
  .bulk-add textarea {
    min-width: 500px;
    min-height: 300px; }

table.with-rotated-headers {
  width: auto;
  border-collapse: collapse; }
  table.with-rotated-headers thead th {
    text-align: left;
    white-space: nowrap;
    height: 125px;
    width: 50px;
    padding: 0; }
    table.with-rotated-headers thead th div {
      width: 50px;
      transform: translate(31px, 34px) rotate(315deg); }
      table.with-rotated-headers thead th div span {
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 0;
        display: inline-block;
        width: 140px;
        max-width: 140px;
        overflow: hidden; }
  table.with-rotated-headers thead tr th:first-child div {
    transform: translate(71px, 34px) rotate(315deg); }
  table.with-rotated-headers td {
    width: 50px;
    max-width: 50px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #d0d0d0; }
  table.with-rotated-headers tbody th:first-child, table.with-rotated-headers thead th:first-child {
    width: 90px;
    box-sizing: border-box; }

.button, input.button, input[type=button], .toolbar-button-left, .toolbar-button-right, .toggle-switch-left, .toggle-switch-right, .toggle-switch-middle {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: inherit;
  padding: 4px 12px;
  text-decoration: none; }
  .button:hover, input[type=button]:hover, .toolbar-button-left:hover, .toolbar-button-right:hover, .toggle-switch-left:hover, .toggle-switch-right:hover, .toggle-switch-middle:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none; }
  .button.button-dangerous, input.button-dangerous[type=button], .button-dangerous.toolbar-button-left, .button-dangerous.toolbar-button-right, .button-dangerous.toggle-switch-left, .button-dangerous.toggle-switch-right, .button-dangerous.toggle-switch-middle {
    background: #ff0000;
    color: white; }

input.button, input[type=button], input.toolbar-button-left, input.toolbar-button-right, input.toggle-switch-left, input.toggle-switch-right, input.toggle-switch-middle, input[type=button] {
  border: 1px solid #cccccc !important;
  box-shadow: none; }
  input.button.button-large, input.button-large[type=button], input.button-large.toolbar-button-left, input.button-large.toolbar-button-right, input.button-large.toggle-switch-left, input.button-large.toggle-switch-right, input.button-large.toggle-switch-middle, input[type=button].button-large {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.toolbar-button-left {
  margin-left: 4px; }

.toolbar-button-right {
  float: right;
  display: block;
  margin-top: 4px;
  margin-left: 4px; }

.toggle-switch-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0; }

.toggle-switch-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0; }

.toggle-switch-middle {
  border-radius: 0;
  margin-right: 0;
  margin-left: 0; }

.toggle-switch-inactive {
  background: #cccccc; }

.button-inactive {
  background: #cccccc; }

#site-body {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 8px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 4px 0 #ccc;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc;
  position: relative; }

#site-body header {
  padding: 8px;
  background: #3e4859;
  background-image: linear-gradient(#3e4859, #233143);
  background-image: -webkit-linear-gradient(#3e4859, #233143);
  background-image: -moz-linear-gradient(#3e4859, #233143);
  background-image: -o-linear-gradient(#3e4859, #233143);
  background-image: -ms-linear-gradient(#3e4859, #233143);
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 30px; }

#site-body main {
  position: relative;
  height: 520px;
  width: 100%;
  overflow-y: auto;
  display: block; }

#site-body footer {
  background: #eaeaff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px;
  height: 20px; }

#site-body .left-region {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  overflow-y: auto; }

#site-body .left-region-expanded {
  right: 0; }

#site-body .right-region {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  border-left: 1px solid #cccccc;
  overflow-y: auto;
  display: none;
  background: #fafafa;
  padding: 8px; }

#site-body .right-region-expanded {
  display: block; }

#site-body .right-region-placeholder {
  text-align: center;
  margin-top: 4em; }

nav#primary-navigation {
  background: #233143;
  background-image: linear-gradient(#233143, #3e4859);
  background-image: -webkit-linear-gradient(#233143, #3e4859);
  background-image: -moz-linear-gradient(#233143, #3e4859);
  background-image: -o-linear-gradient(#233143, #3e4859);
  background-image: -ms-linear-gradient(#233143, #3e4859);
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 2em; }
  nav#primary-navigation ul {
    width: 940px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
    padding-left: 1em;
    padding-right: 1em; }
  nav#primary-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline; }
    nav#primary-navigation li a {
      text-decoration: none;
      color: inherit;
      font-family: 'Raleway';
      font-weight: 100; }
    nav#primary-navigation li.active {
      border: 1px solid white;
      border-radius: 8px;
      background: #3E4859; }

input.search, input[type=search] {
  border: 1px solid black;
  border-radius: 18px;
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 150px; }

.clearer {
  clear: both;
  height: 0;
  line-height: 0; }

@media (max-device-width: 1024px) {
  #site-body {
    width: auto;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    #site-body header {
      border-radius: 0;
      background: none; }
      #site-body header h2 {
        background: #3e4859;
        background-image: linear-gradient(#3e4859, #233143);
        background-image: -webkit-linear-gradient(#3e4859, #233143);
        background-image: -moz-linear-gradient(#3e4859, #233143);
        background-image: -o-linear-gradient(#3e4859, #233143);
        background-image: -ms-linear-gradient(#3e4859, #233143);
        border-radius: 20px;
        width: 60%;
        padding: 4px;
        margin-left: auto;
        margin-right: auto; }

  h1 {
    margin-bottom: 0; } }
.conference-date {
  width: 520px;
  box-sizing: border-box;
  margin-right: 24px;
  float: left; }
  .conference-date h3 {
    margin: 0;
    padding: 12px;
    font-size: 1em;
    background: #233849;
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .conference-date .conference-times-list {
    margin: 0;
    padding: 0; }
    .conference-date .conference-times-list tbody {
      border: 1px solid #cccccc; }
    .conference-date .conference-times-list tr {
      margin: 0;
      padding: 4px;
      cursor: default;
      border-bottom: 1px solid #cccccc;
      border: none; }
      .conference-date .conference-times-list tr:last-child {
        border-bottom: none; }
      .conference-date .conference-times-list tr .confirmed {
        background: #119911;
        color: white; }
      .conference-date .conference-times-list tr .hover {
        background: #dddddd; }
      .conference-date .conference-times-list tr .confirmed-saving {
        background: #ddbbbb;
        color: black; }
      .conference-date .conference-times-list tr .hover-saving {
        background: #bbddbb;
        color: black; }
      .conference-date .conference-times-list tr.has-selection a {
        color: #efefef; }
      .conference-date .conference-times-list tr.has-selection .selected a {
        color: inherit; }
      .conference-date .conference-times-list tr .conference-times-list-extension span, .conference-date .conference-times-list tr .conference-times-list-extension a {
        display: none; }
      .conference-date .conference-times-list tr .conference-times-list-extension-first {
        border-top-right-radius: 16px;
        border-top-left-radius: 16px; }
      .conference-date .conference-times-list tr .conference-times-list-extension-last {
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px; }
      .conference-date .conference-times-list tr .conference-times-list-unavailable {
        border-radius: 20px;
        height: 1em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        text-align: center;
        color: #aaa;
        font-size: 0.7em; }
        .conference-date .conference-times-list tr .conference-times-list-unavailable .conference-times-list-status {
          color: #aa0000; }
      .conference-date .conference-times-list tr .conference-times-list-start {
        padding-left: 12px;
        padding-right: 1em;
        display: inline-block;
        color: black; }
      .conference-date .conference-times-list tr .conference-times-list-to {
        text-align: center;
        display: inline-block;
        color: #888888; }
      .conference-date .conference-times-list tr .conference-times-list-end {
        padding-right: 12px;
        padding-left: 1em;
        display: inline-block; }
      .conference-date .conference-times-list tr .conference-times-list-status {
        padding-right: 12px;
        display: block;
        text-align: right; }
      .conference-date .conference-times-list tr .conference-times-list-student {
        text-align: center; }
        .conference-date .conference-times-list tr .conference-times-list-student a {
          color: inherit;
          text-decoration: none; }
      .conference-date .conference-times-list tr th {
        text-align: center;
        background: #233849;
        color: white;
        border-radius: 0; }
    .conference-date .conference-times-list thead th:first-child {
      border-top-left-radius: 12px; }
    .conference-date .conference-times-list thead th:last-child {
      border-top-right-radius: 12px; }
    .conference-date .conference-times-list tr.timeslot-gap td {
      text-align: center; }

.ui-selectable-helper {
  border: 1px dotted #000000;
  z-index: 100;
  position: absolute; }

h3 {
  font-family: Raleway;
  font-weight: 700;
  font-size: 1.5em;
  margin-left: -30px; }

#signup-loading {
  margin-bottom: 4em; }

#signup-steps, #signup-complete, #signup-already-complete, #signup-too-late {
  padding: 1em; }

.step {
  padding-left: 90px;
  margin-bottom: 2.5em;
  background-repeat: no-repeat;
  background-size: 48px 48px; }

.signup-step-0 {
  background-image: url(/lib/images/done.svg); }

.signup-step-1 {
  background-image: url(/lib/images/students.svg); }

.signup-step-2 {
  background-image: url(/lib/images/availability.svg); }

.signup-step-3 {
  background-image: url(/lib/images/send.svg); }
  .signup-step-3 h3 {
    margin-bottom: 0.5em; }

ul.student-list {
  margin: 0;
  margin-left: 20px;
  padding: 0; }
  ul.student-list li {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    font-weight: bold;
    list-style: none; }
    ul.student-list li span.student-name {
      display: inline-block;
      border: 1px solid #aaaaaa;
      border-radius: 20px;
      padding: 4px;
      padding-left: 12px;
      background: #efefef;
      width: 200px; }
    ul.student-list li span.conference-length {
      color: #999999; }
    ul.student-list li span.conference-time {
      margin-left: 12px; }

.error-message {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px;
  border: 1px solid #cc0000;
  background: #fff3f3;
  border-radius: 8px; }

.times-saved {
  color: #119911;
  font-weight: bold; }

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