html, body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 28px;
  margin-bottom: 24px;
}

.message {
  padding: 10px;
  min-height: 40px;
  line-height: 40px;
  position: fixed;
  top: 80px;
  right: 15px;
  border-radius: 5px;
  max-width: 400px;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
}
.message-info {
  background-color: lightskyblue;
}
.message-success {
  background-color: lightgreen;
}
.message-error {
  background-color: lightcoral;
}

.self {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  border-bottom-left-radius: 5px;
  background-color: lightblue;
}

.menu.mode-local .nav {
  background-color: red;
}
.menu.mode-dev .nav {
  background-color: darkred;
}
.menu .nav {
  height: 60px;
  text-align: center;
  background-color: #bbbbbb;
  display: inline-block;
  width: 100%;
  z-index: 1001;
}
.menu .nav .navbar-toggle {
  display: none;
}
.menu .nav__logo {
  position: absolute;
  left: 15px;
  top: 10px;
  vertical-align: middle;
}
.menu .nav__logo img {
  width: 150px;
}
.menu .nav__logo .text {
  color: white;
}
.menu .nav ul {
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu .nav ul li {
  display: inline-block;
}
.menu .nav ul li.lo {
  display: none;
}
.menu .nav ul li a {
  min-width: 100px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  color: white;
}
.menu .nav ul li:hover {
  background-color: #ccc;
}
.menu .nav__me {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}
.menu .nav__me .me {
  color: white;
  font-weight: bold;
}
.menu .nav__me .me:hover, .menu .nav__me .me:visited {
  color: white;
}
.menu .nav__me > div {
  display: inline-block;
  line-height: 60px;
  padding: 0;
}
.menu .nav__me-lo {
  min-width: 60px;
}
.menu .nav__me-lo a {
  min-width: 80px;
  line-height: 60px;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #ccc;
}
.menu .nav__me-lo a:hover {
  background-color: #bbb;
}

.activatewrapper {
  position: absolute;
  top: 100px;
  left: calc(50% - 150px);
  max-width: 300px;
}
.activatewrapper h1 {
  background-color: #3b8542;
  border-color: #3b8542;
  color: white;
  margin-top: 0;
  padding: 15px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}
.activatewrapper .img {
  text-align: center;
  margin: 50px auto;
}
.activatewrapper .activeform {
  width: 300px;
  min-height: 300px;
  box-shadow: 0px 0px 14px 4px #ddd;
  border-radius: 2px;
}
.activatewrapper .activeform form {
  padding: 20px;
}

.pwresetwrapper {
  position: absolute;
  top: 100px;
  left: calc(50% - 150px);
}
.pwresetwrapper .img {
  text-align: center;
  margin: 20px auto;
}
.pwresetwrapper .login {
  width: 300px;
  box-shadow: 0px 0px 14px 4px #ddd;
  border-radius: 2px;
  padding: 0;
}
.pwresetwrapper .login .form {
  padding: 20px;
}
.pwresetwrapper .login h1 {
  background-color: #3b8542;
  border-color: #3b8542;
  color: white;
  margin-top: 0;
  padding: 15px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.loginwrapper {
  position: absolute;
  top: 100px;
  left: calc(50% - 150px);
}
.loginwrapper .img {
  text-align: center;
  margin: 20px auto;
}
.loginwrapper .login {
  width: 300px;
  box-shadow: 0px 0px 14px 4px #ddd;
  border-radius: 2px;
  padding: 0;
}
.loginwrapper .login .form {
  display: none;
  padding: 20px;
}
.loginwrapper .login .form.active {
  display: block;
}
.loginwrapper .login h1 {
  background-color: #3b8542;
  border-color: #3b8542;
  color: white;
  margin-top: 0;
  padding: 15px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}
.loginwrapper .login .pwreset {
  text-align: center;
  margin-top: 24px;
}

.btn-primary, .btn-primary:visited, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  color: #fff;
  background-color: #3b8542;
  border-color: #2e6733;
}
.btn-primary:hover {
  background-color: #2e6733;
}

.form .validation-err {
  color: darkred;
}

.submitAssign {
  position: fixed;
  top: 300px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  cursor: pointer;
}
.submitAssign span {
  font-size: 24px;
}

.oneuser__work-place {
  margin-bottom: 15px;
}
.oneuser__education-school {
  margin-bottom: 15px;
}

.wrapper {
  min-height: 100vh;
  padding-bottom: 120px;
}
.wrapper > .alert {
  position: fixed;
  right: 15px;
  top: 100px;
  min-width: 200px;
  line-height: 20px;
  padding: 10px;
}
.wrapper > .alert .close {
  right: -1px;
}

body > .alert {
  position: fixed;
  right: 15px;
  top: 100px;
  min-width: 200px;
  line-height: 20px;
  padding: 10px;
}
body > .alert .close {
  right: -1px;
}

footer {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

a.simple, a.simple:visited, a.simple:active, a:not(.btn), a:not(.btn):visited, a:not(.btn):active {
  color: #3b8542;
}
a.simple:hover, a:not(.btn):hover {
  color: #2e6733;
}

.user-fill-rate {
  width: 190px;
}
.user-fill-rate.fill-100 td {
  background-color: #2e6733;
  color: white;
}
.user-fill-rate.fill-80 td {
  background-color: #87a02a;
  color: white;
}
.user-fill-rate.fill-60 td {
  background-color: #cc6122;
  color: white;
}
.user-fill-rate.fill-40 td {
  background-color: #cc421c;
  color: white;
}
.user-fill-rate.fill-20 td {
  background-color: #cc1a16;
  color: white;
}
.user-fill-rate.fill-0 td {
  background-color: black;
  color: white;
}
.user-fill-rate td {
  width: 20px;
  padding: 5px;
  text-align: center;
}

.fill-table {
  width: 190px;
}
.fill-table td {
  width: 30px;
  padding: 5px;
  text-align: center;
}
.fill-table td.fill-100 {
  background-color: #2e6733;
  color: white;
}
.fill-table td.fill-80 {
  background-color: #87a02a;
  color: white;
}
.fill-table td.fill-60 {
  background-color: #cc6122;
  color: white;
}
.fill-table td.fill-40 {
  background-color: #cc421c;
  color: white;
}
.fill-table td.fill-20 {
  background-color: #cc1a16;
  color: white;
}
.fill-table td.fill-0 {
  background-color: black;
  color: white;
}

.container.fullwidth {
  width: 90%;
}

.projmatch-title span {
  font-size: 20px;
}

.projectbox {
  padding: 0;
  box-shadow: 0px 0px 14px 4px #ddd;
}
.projectbox__head {
  background-color: #5d5d5d94;
  padding: 15px;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
}
.projectbox__head.applied {
  background-color: #3b8542;
}
.projectbox__head.declined {
  background-color: #d43f3a;
}
.projectbox__details {
  padding: 15px;
}
.projectbox__separator {
  width: 75%;
  text-align: center;
  margin: 5px auto;
  height: 1px;
  background-color: #bbbbbb;
}
.projectbox__actions {
  padding: 15px;
  line-height: 30px;
}

.flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.flex__box {
  flex-basis: 49%;
}

.fill-table-color td {
  min-width: 20px;
  height: 20px;
  padding: 5px;
  text-align: center;
  box-sizing: content-box;
}
.fill-table-color td.fill-grey {
  background-color: #bbbbbb;
}
.fill-table-color td.fill-green {
  background-color: #3b8542;
  color: white;
}
.fill-table-color td.fill-red {
  background-color: darkred;
  color: white;
}
.fill-table-color td.fill-warn {
  background-color: darkorange;
  color: white;
}

.btn-notif.active {
  background-color: #3b8542;
  color: white;
}
.btn-notif.active:focus, .btn-notif.active:active {
  background-color: #2e6733;
}

.btn-success {
  color: #fff;
  background-color: #3b8542;
  border-color: #2e6733;
}
.btn-success:active, .btn-success:hover, .btn-success:visited {
  background-color: #2e6733;
}

textarea {
  max-width: 100%;
}

.text-bold {
  font-weight: bold;
}

.projects-table tr.closed {
  background-color: lightgrey;
  display: none;
}
.projects-table tr.closed.visible {
  display: table-row;
}

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