* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #435165;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.install, .login, .register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}
.install h1, .login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.install .links, .login .links, .register .links {
  display: flex;
  padding: 0 15px;
}
.install .links a, .login .links a, .register .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}
.install .links a:hover, .login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}
.install .links a.active, .login .links a.active, .register .links a.active {
  border-bottom: 3px solid #436b95;
  color: #436b95;
}
.install .msg, .login .msg, .register .msg {
  width: 92%;
  margin: 0 auto;
}
.install .msg label, .login .msg label, .register .msg label {
  width: 13% !important;
}
.install form, .login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.install form label, .login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #436b95;
  color: #ffffff;
}
.install form input[type=password], .install form input[type=text], .install form input[type=email], .login form input[type=password], .login form input[type=text], .login form input[type=email], .register form input[type=password], .register form input[type=text], .register form input[type=email] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.install form input[type=submit], .login form input[type=submit], .register form input[type=submit] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #436b95;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.install form input[type=submit]:hover, .login form input[type=submit]:hover, .register form input[type=submit]:hover {
  background-color: #3b5e83;
  transition: background-color 0.2s;
}
.install form #rememberme, .login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}
.install form #rememberme input, .login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}
.install form > a, .login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}
.install form > a:hover, .login form > a:hover, .register form > a:hover {
  color: #394049;
}

.navtop {
  background-color: #436b95;
  min-height: 60px;
  width: 100%;
  border: 0;
}
.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 60px;
}
.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}
.navtop div h1 {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #ecf0f4;
  font-weight: normal;
}
.navtop div h1 a {
  padding: 0px;
}
.navtop div a {
  padding: 0 0 0 40px;
  text-decoration: none;
  color: #c7d3df;
  font-weight: bold;
}
.navtop div a i {
  padding: 2px 8px 0 0;
}
.navtop div a:hover {
  color: #ecf0f4;
}

body.loggedin {
  background-color: #f3f4f7;
}

body.translate {
  height: 100vh;
}

.content {
  width: 1000px;
  margin: 0 auto;
}
.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}
.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}
.content .block table {
  width: 100%;
}
.content .block table td {
  overflow: hidden;
  padding: 5px;
}
.content .block table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}
.content .block table td:last-child {
  word-break: break-all;
}
.content .block h3 {
  margin: 30px 0 10px;
}
.content .block h3:first-of-type {
  margin-top: 0px;
}
.content .block .project-description {
  display: flex;
  flex-direction: column;
  background-color: linen;
  padding: 30px 40px 10px;
  margin: 0 0 25px;
}
.content .block .project-description .icon {
  width: 120px;
  height: 120px;
  background-color: grey;
  background-size: cover;
  border-radius: 4px;
  align-self: center;
  margin: 0 0 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .block .project-description .icon .project-icon-fa {
  color: white;
  font-size: 60px;
}
.content .block .project-description p:first-of-type {
  font-style: italic;
  color: grey;
}
.content .block .project {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  margin: 20px 0 0;
  padding: 0 15px;
  transition: background-color 0.2s ease-out;
}
.content .block .project:first-of-type {
  margin: 0;
}
.content .block .project:hover {
  background-color: #2b4560;
}
.content .block .project:hover .project-list-item span {
  color: white;
}
.content .block .project:hover .project-list-item p {
  color: lightgrey;
}
.content .block .project .project-list-item {
  padding: 10px 10px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content .block .project .project-list-item span {
  color: #2b4560;
  font-size: 1.25em;
  transition: color 0.2s ease-out;
}
.content .block .project .project-list-item p {
  font-style: italic;
  color: grey;
  margin: 5px 0 0;
  transition: color 0.2s ease-out;
}
.content .block .project .project-list-item > .progress {
  width: 100%;
  height: 10px;
  background-color: lightgray;
  border-radius: 2px;
  margin: 8px 0 6px;
  display: flex;
  overflow: hidden;
}
.content .block .project .project-list-item > .progress > .approved {
  background-color: #2e8b57;
}
.content .block .project .project-list-item > .progress > .translated {
  background-color: #eed202;
}
.content .block .project .icon {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  align-self: center;
  background-color: grey;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .block .project .icon .project-icon-fa {
  color: white;
  font-size: 22px;
}
.content .block .project .icon .notification {
  background: darkorange;
  align-items: center;
  color: white;
  text-align: center;
  padding: 4px 4px;
  font-size: 0.8em;
  border-radius: 4px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.content .block .project .icon.flag {
  height: 42px;
  width: 56px;
}
.content .block p {
  padding: 0;
  margin: 0 0 20px;
}
.content.profile form label {
  display: block;
  padding: 10px 0 5px 0;
}
.content.profile form input[type=text], .content.profile form input[type=password], .content.profile form input[type=email] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
}
.content.translate {
  max-width: 1400px;
  flex-grow: 1;
  width: 100%;
  margin: unset;
  display: flex;
  flex-direction: column;
  min-height: 0px;
}
.content.translate .block {
  display: flex;
  flex-grow: 1;
  min-height: 0px;
}
.content.translate .msg {
  margin-top: 20px;
}
.content.translate .translation-header {
  display: flex;
}
.content.translate .translation-header .msg {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-top: 0;
}
.content.translate .translation-header .msg div {
  flex: unset;
  width: 170px;
  justify-content: center;
}
.content.translate .translation-header .msg label {
  background-color: lightgrey;
}
.content.translate .translation-header .msg div {
  border: 1px solid lightgrey;
}
.content.translate .translation-header .msg.approved label {
  background-color: #2e8b57;
}
.content.translate .translation-header .msg.approved div {
  border: 1px solid #2e8b57;
}
.content.translate .translation-header .msg.translated label {
  background-color: #eed202;
}
.content.translate .translation-header .msg.translated div {
  border: 1px solid #eed202;
}
.content.translate #source {
  width: 100%;
  border: 1px solid lightblue;
  padding: 10px;
  color: #444;
  margin-top: 20px;
  display: inline-block;
  min-height: 80px;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #90A4AE #CFD8DC;
}
.content.translate #source::-webkit-scrollbar {
  width: 5px;
}
.content.translate #source::-webkit-scrollbar-thumb {
  background-color: #90A4AE;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}
.content.translate #source::-webkit-scrollbar-track {
  background: #CFD8DC;
}
.content.translate #description label {
  background-color: #436b95;
}
.content.translate #description div {
  border: 1px solid #436b95;
}
.content.translate #pluralization-selection {
  display: flex;
}
.content.translate #pluralization-selection a {
  display: inline-block;
  font-size: 13px;
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #436b95;
  margin: 0 8px 10px 0;
  transition: background-color 0.2s;
  opacity: 0.7;
}
.content.translate #pluralization-selection a:hover {
  background-color: #3b5e83;
}
.content.translate #pluralization-selection a.selected {
  opacity: 1;
}
.content.translate #pluralization-selection a:last-of-type {
  opacity: 1;
  margin-right: 0px;
  margin-left: auto;
}
.content.translate #translation {
  width: 100%;
  border: 1px solid lightblue;
  padding: 10px;
  color: #444;
  min-height: 150px;
}
.content.translate #search {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.content.translate #search .search-row {
  display: flex;
  flex-direction: row;
}
.content.translate #search .search-row input[type=text] {
  margin-right: 10px;
  border: 1px solid lightblue;
  padding: 10px;
  color: #444;
  flex: 1;
}
.content.translate #search .search-row input[type=submit] {
  margin: 0;
}
.content.translate #search #search-results {
  overflow-y: auto;
  margin-top: 10px;
  scrollbar-width: thin;
  scrollbar-color: #90A4AE #CFD8DC;
}
.content.translate #search #search-results > div {
  padding: 0 0 10px;
}
.content.translate #search #search-results > div > .name {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.content.translate #search #search-results > div > .name:hover {
  color: #0d0d0d;
}
.content.translate #search #search-results > div > .name > .fas {
  font-size: 12px;
  margin-left: 5px;
}
.content.translate #search #search-results > div > .translation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content.translate #search #search-results > div > .translation > span {
  font-size: 13px;
}
.content.translate #search #search-results > div > .translation > span:first-of-type, .content.translate #search #search-results > div > .translation > span:last-of-type {
  flex: 1;
}
.content.translate #search #search-results::-webkit-scrollbar {
  width: 5px;
}
.content.translate #search #search-results::-webkit-scrollbar-thumb {
  background-color: #90A4AE;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}
.content.translate #search #search-results::-webkit-scrollbar-track {
  background: #CFD8DC;
}
.content.translate .left-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
.content.translate .left-content .buttons {
  display: flex;
}
.content.translate .left-content .buttons .left {
  flex: 1;
}
.content.translate .left-content .buttons .right input[type=submit].save {
  background-color: #eed202;
}
.content.translate .left-content .buttons .right input[type=submit].save:hover {
  background-color: #d5bc02;
}
.content.translate .left-content .buttons .right input[type=submit].submit {
  margin-right: 0;
  background-color: #2e8b57;
}
.content.translate .left-content .buttons .right input[type=submit].submit:hover {
  background-color: #28784b;
}
.content.translate .right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.content.translate .right-content .tab-navigation {
  display: flex;
  flex-direction: row;
  color: lightgrey;
}
.content.translate .right-content .tab-navigation > h3 {
  margin: 0 20px 0 20px;
}
.content.translate .right-content .tab-navigation > h3:first-of-type {
  margin: 0 20px 0 0;
}
.content.translate .right-content .tab-navigation > h3 > a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.2;
  opacity: 0.5;
}
.content.translate .right-content .tab-navigation > h3 > a:hover {
  opacity: 0.8;
}
.content.translate .right-content .tab-navigation > h3 > a.selected {
  opacity: 1;
}
.content.translate .right-content .tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  overflow-y: auto;
}
.content.translate .right-content #comment {
  display: flex;
  flex-direction: column;
}
.content.translate .right-content #comment textarea {
  border: 1px solid lightblue;
  padding: 10px;
  color: #444;
}
.content.translate .right-content #comment input[type=submit] {
  margin-right: 0;
}
.content.translate .vertical-divider {
  background-color: lightgrey;
  width: 1px;
}
.content input[type=submit] {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #436b95;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
  transition: background-color 0.2s;
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.content input[type=submit]:hover:enabled {
  background-color: #3b5e83;
}
.content input[type=submit]:disabled {
  opacity: 0.5;
  cursor: unset;
}

.msg {
  display: none;
  justify-content: center;
  width: 100%;
}
.msg label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  background-color: #ff8c00;
  color: #ffffff;
}
.msg div {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 15px 12px;
  border: 1px solid #ff8c00;
  color: #394049;
}
.msg div p {
  margin: 0 !important;
  padding: 0 !important;
}
.msg.success label {
  background-color: #006b3c;
}
.msg.success div {
  border: 1px solid #006b3c;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 900px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  animation: animatetop 0.4s;
  position: relative;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal-content > i {
  color: #006b3c;
  font-size: 120px;
  opacity: 0.85;
}
.modal-content > p {
  margin: 30px 0;
}
.modal-content > div a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin: 0 20px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#log {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #90A4AE #CFD8DC;
}
#log > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 10px 10px 0;
}
#log > div i {
  color: #436b95;
  margin-right: 15px;
}
#log > div > div {
  display: flex;
  flex-direction: column;
}
#log > div > div .log-content {
  color: #333;
}
#log > div > div .log-details {
  color: grey;
  font-style: italic;
  font-size: 0.7em;
  margin-top: 5px;
}
#log > div:first-of-type {
  margin-top: 0;
}
#log::-webkit-scrollbar {
  width: 5px;
}
#log::-webkit-scrollbar-thumb {
  background-color: #90A4AE;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}
#log::-webkit-scrollbar-track {
  background: #CFD8DC;
}

@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .navtop {
    height: auto;
    padding: 10px;
  }
  .navtop div {
    flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    flex-basis: 100%;
  }
  .navtop div a {
    padding: 10px 0;
    flex-basis: 50%;
  }

  .content {
    padding: 10px;
    width: 100%;
  }
  .content form input[type=text], .content form input[type=password], .content form input[type=email] {
    width: 100%;
  }
}

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