/** * App-wide Styles */
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: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

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; }

* {
  box-sizing: border-box; }

body {
  line-height: 150%; }

#menu {
  background-color: #1c1a19;
  overflow: auto; }
  #menu li {
    width: 120px;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    #menu li a {
      width: 100%;
      line-height: 2em;
      display: block;
      color: #ffffff; }
      #menu li a:hover {
        background-color: #1166aa;
        color: #ffffff; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  height: 1.5em;
  border-radius: 1em;
  text-align: center;
  line-height: 1.5em;
  font-size: 0.8em;
  background: #262320;
  color: #fff !important;
  margin: 15px 5px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #4893ae !important;
    color: #fff !important;
    border-color: #4893ae; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.first, .dataTables_wrapper .dataTables_paginate .paginate_button.last {
    padding: 0 0.5em; }
.dataTables_wrapper .dataTables_paginate .paging_simple_numbers,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  padding: 1em;
  font-size: 0.8em; }
.dataTables_wrapper thead tr th,
.dataTables_wrapper thead tr td,
.dataTables_wrapper tbody tr th,
.dataTables_wrapper tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: content-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: left;
  padding: 0.5em 1em; }
.dataTables_wrapper thead tr.odd th,
.dataTables_wrapper thead tr.odd td,
.dataTables_wrapper tbody tr.odd th,
.dataTables_wrapper tbody tr.odd td {
  background-color: #f2f2f2; }
.dataTables_wrapper .DTFC_LeftBodyWrapper thead tr th:last-child,
.dataTables_wrapper .DTFC_LeftBodyWrapper thead tr td:last-child,
.dataTables_wrapper .DTFC_LeftBodyWrapper tbody tr th:last-child,
.dataTables_wrapper .DTFC_LeftBodyWrapper tbody tr td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
.dataTables_wrapper.no-footer .dataTables_scrollBody,
.dataTables_wrapper.no-footer table.dataTable {
  border-bottom: none; }
.dataTables_wrapper .DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
  overflow-x: hidden !important; }
.dataTables_wrapper .dataTables_info {
  display: none; }

footer {
  padding: 20px 0px;
  text-align: center;
  font-size: 0.8em;
  color: #999999; }
  footer a {
    padding: 8px 20px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #1166aa; }

body {
  background-color: #eeeeee; }

.container .main {
  padding: 30px; }

.toolbar {
  margin: 10px 0; }

h2.title {
  font-size: 1.5em;
  line-height: 2em; }

.card {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  overflow: hidden; }

.card > .dataTables_wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px; }
  .card > .dataTables_wrapper:last-child {
    margin-bottom: -15px; }

.header {
  text-align: center; }
  .header h2 {
    margin: 1em;
    font-size: 1.5em;
    display: inline-block; }

.timetable tr[d="1"] td,
.timetable tr[d="1"] th,
.timetable tr[d="2"] td,
.timetable tr[d="2"] th,
.timetable tr[d="3"] td,
.timetable tr[d="3"] th,
.timetable tr[d="4"] td,
.timetable tr[d="4"] th,
.timetable tr[d="5"] td,
.timetable tr[d="5"] th {
  background-color: #ffffff !important; }
.timetable tr[d="0"] td,
.timetable tr[d="0"] th,
.timetable tr[d="6"] td,
.timetable tr[d="6"] th {
  background-color: #ddd !important; }
.timetable .cross-day {
  color: #22618c;
  font-size: 0.8em;
  display: inline-block;
  padding-left: 1em; }

.btn,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  border-radius: 1em;
  padding: 0.25em 1em;
  font-size: 0.8em;
  line-height: 100%;
  color: #ffffff;
  background-color: #413e39;
  transition: background-color 100ms linear;
  display: inline-block;
  margin-bottom: 0.5em;
  border: none;
  outline: none; }
  .btn:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    color: #fff;
    background-color: #2e2b28; }
  .btn.primary,
  input[type="button"].primary,
  input[type="submit"].primary,
  button.primary {
    background-color: #7a9e9f; }
    .btn.primary:hover,
    input[type="button"].primary:hover,
    input[type="submit"].primary:hover,
    button.primary:hover {
      background-color: #5e8283; }
  .btn.info,
  input[type="button"].info,
  input[type="submit"].info,
  button.info {
    background-color: #68b3c8; }
    .btn.info:hover,
    input[type="button"].info:hover,
    input[type="submit"].info:hover,
    button.info:hover {
      background-color: #429cb6; }
  .btn.success, .btn.submit,
  input[type="button"].success,
  input[type="button"].submit,
  input[type="submit"].success,
  input[type="submit"].submit,
  button.success,
  button.submit {
    background-color: #7ac29a; }
    .btn.success:hover, .btn.submit:hover,
    input[type="button"].success:hover,
    input[type="button"].submit:hover,
    input[type="submit"].success:hover,
    input[type="submit"].submit:hover,
    button.success:hover,
    button.submit:hover {
      background-color: #54b07d; }
  .btn.warning,
  input[type="button"].warning,
  input[type="submit"].warning,
  button.warning {
    background-color: #f3bb45; }
    .btn.warning:hover,
    input[type="button"].warning:hover,
    input[type="submit"].warning:hover,
    button.warning:hover {
      background-color: #f0a810; }
  .btn.danger,
  input[type="button"].danger,
  input[type="submit"].danger,
  button.danger {
    background-color: #dd0330; }
    .btn.danger:hover,
    input[type="button"].danger:hover,
    input[type="submit"].danger:hover,
    button.danger:hover {
      background-color: #b50227; }
  .btn.disable,
  input[type="button"].disable,
  input[type="submit"].disable,
  button.disable {
    cursor: default; }

input[disabled] {
  background-color: #e1e0d7; }

.btn {
  margin-right: 1em; }

input,
select,
textarea {
  border: 1px solid #dbdad4;
  border-radius: 6px;
  padding: 0.25em 1em;
  outline: none;
  font-size: 1em; }

input[type="button"].submit,
input[type="submit"] {
  display: block;
  width: 300px;
  margin: 60px auto;
  font-size: 1.2em; }

input[type="checkbox"] {
  height: 2em;
  vertical-align: top; }

form.min {
  margin: 0 auto;
  width: 40em; }

.row {
  margin-bottom: 0.5em; }
  .row * {
    vertical-align: top; }
  .row label {
    line-height: 2.5em;
    color: #666;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 1em;
    width: 10em;
    text-align: right; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-1 {
  flex: 1; }

.dib {
  display: inline-block; }

/*# sourceMappingURL=app.css.map */
