@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightItalic'), url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18I.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'), url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18I.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdo.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff) format('woff');
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.login {
  background-color: #053970;
  overflow: hidden;
  padding: 20em;
}
.login .error {
  background: red;
  width: 13em;
  line-height: 2em;
  border-radius: .3em;
  padding: 5px 15px;
  opacity: 0.9;
  display: none;
}
.login .error.show {
  display: inline-block;
}
main {
  margin-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75em;
  font-weight: 400;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.blur {
  transition: all 0.4s ease;
  -webkit-filter: blur(4px);
  opacity: 0.7;
}
.ios-install-banner {
  position: absolute;
  bottom: 30px;
  left: 5px;
  right: 5px;
  padding: 3px;
  text-align: center;
  background-color: white;
  border-radius: 3px;
  margin: 0px 5px 0px 5px;
}
.ios-install-message {
  display: inline;
}
.ios-install-message img {
  position: relative;
  top: 5px;
}
img.ios-add {
  float: left;
}
.arrow {
  position: relative;
  background: #fff;
}
.arrow:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow:after {
  border-top-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.arrow:before {
  border-width: 31px;
  margin-left: -31px;
}

input:focus,
button:focus {
  outline: none;
}

input,
button {
  display: flexbox;
  line-height: 2em;
  border-radius: 1.5em;
  border: none;
  padding: 5px 15px;
  width: 18em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  padding: 0;
}

.login {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: white;
}
.login-logo {
  margin: 3em auto 0 auto;
}
.login .or p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.login .or p .strikethrough {
  text-decoration: line-through;
}
button.success {
  background-color: #e2a514;
}
button.outline {
  background: inherit;
  color: white;
  border: 1px solid white;
}

ul.backbar {
  color: #053970;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  list-style: none;
  padding: 0 0 0 3px;
  font-size: 2em;
  margin: 0px;
  background: white;
  z-index: 100;
}

ul.backbar li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #efefef;
  background: rgb(242,242,242);
}
nav ul {
  padding: 0px;
}
nav ul li {
  display: inline-block;
  width: 16%;
}
nav ul li span {
  display: block;
}
nav a {
  color: grey;
  margin: auto;
  text-decoration: none;
  font-size: .8em;
}

.dashboard {
  height: 83vh;
}
.dashboard ul li {
  margin: 2em;
  display: inline-block;
}
.dashboard ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.dashboard ul li img {
  width: 4.5em;
}
.dashboard ul li span {
  display:block;
}

.todo {
  max-width: 960px;
  margin: 0px auto;
  background-color: white;
  padding-bottom: 5em;
}
.todo ul {
  list-style: none;
}
.todo-item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.todo-item .check-box {
  position: relative;
  float: left;
  margin-right: 5px;
}
.todo-item.checked .check-box {
  stroke: green;
}
.todo-item .checked {
  stroke: green;
  animation-name: dance;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes dance {
  0% {
    stroke: black;
  }
  100% {
    transform: rotate(-360deg);
    stroke: green;
  }
}
.todo-item h3 {
  position: relative;
  display: inline;
  font-weight: bold;
}
.todo-item span {
  display: block;
  text-align: justify;
}

.events {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.events ul {
  list-style: none;
}
.event {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 0px 15px 5px 15px;
}
.event h3 {
  position: relative;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}
.event h4 {
  position: relative;
  font-weight: 400;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.event .time {
  display: block;
  text-align: left;
  margin-top: 0px;
  font-size: .8em;
  color: grey;
  margin-bottom: 0px;
}
.event span.loc {
  margin-top: 0px;
  display: block;
  text-align: left;
  margin-top: 0px;
  font-size: .8em;
}
.event span.notes {
  display: block;
  text-align: justify;
}

.inbox {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.inbox ul {
  list-style: none;
}
.inbox-item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 0px 15px 5px 15px;
}
.inbox-item .status {
  position: relative;
  float: left;
  margin-right: 5px;
}
.inbox-item .from {
  text-align: left;
  font-size: .8em;
  width: 10em;
  padding-top: 3px;
  overflow: hidden;
  float: left;
  margin-bottom: -3px;
}
.inbox-item .subject {
  float: left;
  display: inline-block;
}
.inbox-item .body {
  display: block;
  text-align: left;
  margin-left: 2em;
  margin-top: 5px;
  border-left: 4px solid rgba(230, 230, 230, .5);
  padding-left: 10px;
}
.inbox-item.unread .body {
  border-left: 4px solid rgba(255, 0, 0, .5);
}
.inbox-item.unread .status svg {
  fill: rgba(255, 0, 0, .5)
}
.inbox-item .date {
  font-size: .8em;
  color: grey;
  float: right;
}
.inbox-item.unread .from,
.inbox-item.unread .subject,
.inbox-item.unread .date {
  font-weight: 600;
}
.inbox-item .clear {
  clear: both;
}

.inbox-detail {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.inbox-detail p {
  position: relative;
  padding: 0px 15px 5px 15px;
  text-align: justify;
}
.inbox-detail .from {
  text-align: left;
  font-size: .8em;
  width: 10em;
  padding-top: 3px;
  overflow: hidden;
  float: left;
  margin-bottom: -3px;
}
.inbox-detail .subject {
  float: left;
  display: inline-block;
}
.inbox-detail .body {
  display: block;
  margin-top: 2em;
}
.inbox-detail .date {
  font-size: .8em;
  color: grey;
  float: right;
}

.inbox-detail .clear {
  clear: both;
}

.myProfile {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.my-worker,
.my-info {
  position: relative;
  padding: 0px 15px 5px 15px;
  text-align: left;
}
.my-worker h2,
.my-info h2 {
  margin-top: 2em;
  margin-bottom: 0px;
}
.my-worker p {
  padding-left: 2em;
  max-width: 30em;
}
.my-worker img {
  margin-top: 1em;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  width: 6em;
  border: 1px solid grey;
  border-radius: 5px;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
              0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.my-worker dl {
  text-align: left;
}
.my-worker dt {
  float: left;
  width: 1em;
  text-align: right;
  clear: left;
  font-weight: 600;
}
.my-worker dt:after {
  content: ":";
}
.my-worker dd {
  float: left;
  width: 8em;
}
.my-worker dl:after {
  content: "";
  display: table;
  clear: both;
}
.my-info dt {
  font-weight: 600;
}
.my-info dd {
  margin-left: 0px;
}
.my-info input {
  font-size: 1.2em;
  float: left;
  display: inline;
  width: 9em;
  text-align: center;
}
.my-info button {
  display: block;
  clear: left;
  margin-bottom: 5em;
  background-color: #efefef;
}
.my-info button:active {
  transform: translateY(4px);
}

.documents {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.folder {
  position: relative;
  width: 7em;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1.7em;
  cursor: pointer;
}
.documents ul {
  list-style: none;
}
.folder svg {
  width: 5.4em;
}

.folder-detail {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}

.file {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 7em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1.7em;
  cursor: pointer;
}

.folder-detail ul {
  list-style: none;
}
.file svg {
  width: 5.4em;
}
.file p span {
  display: block;
  height: 2.7em;
  overflow: hidden;
}

.getting-started {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 0em;
  padding-bottom: 5em;
  margin: 0px auto;
}

.getting-started p {
  text-align: justify;
}
.getting-started ul {
  list-style: none;
}
.getting-started ul li {
  text-align: left;
  margin-left: 1.4em;
}
.getting-started ul li:before {
  content: "→ ";
  font-size: 0.8em;
  margin-right: .7em;
}

.register {
  max-width: 960px;
  height: 100%;
  background-color: white;
  padding-bottom: 5em;
  margin: 0px auto;
}
.register form {
  max-width: 40em;
  margin: auto;
}
.register p.helptext {
  max-width: 30em;
  text-align: justify;
  margin: auto;
}
.register p {
  display: block;
  position: relative;
  margin-bottom: 3em;
}

.register button {
  background-color: #efefef;
}
.register button:active {
  transform: translateY(4px);
}
