@font-face {
  font-family: 'Fut';
  src: url("/_next/static/fonts/Futura Bold font-4c62644b159530ff6214336f8cfb1d32.ttf") format('truetype');
}
@font-face {
  font-family: 'Lat';
  src: url(/_next/static/fonts/Lato-Regular-3b9b99039cc0a98dd50c3cbfac57ccb2.ttf) format('truetype');
}
@font-face {
  font-family: 'Fut Normal';
  src: url(/_next/static/fonts/unicode.futurab-cbf10de30bcd88d058e5093c5938933c.ttf) format('truetype');
}

html {
  font-size: 20px;
}

body {
  font-size: 1rem;
  font-family: 'Lat', sans-serif;
}

.fas {
  display: inline-block;
  text-align: center;
  font-size: 0.75em;
  vertical-align: 10%;
  width: 1.25em;
}

.icon-button .fas {
  width: 1em;
  text-align: left;
}

nav .icon-button .fas {
  font-size: 1em;
  vertical-align: initial;
  width: 1.5em;
}

.fas.lg {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.nav,
label {
  font-family: 'Fut', Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
  text-decoration: none !important;
}

h1 {
  margin-top: 0;
}

h1 {
  font-size: 2.441rem;
}
h2 {
  font-size: 1.953rem;
}
h3 {
  font-size: 1.563rem;
}
h4,
h5,
h6 {
  font-size: 1.25rem;
}
small,
.small {
  font-size: 0.8rem;
}
.center {
  text-align: center;
}
p,
ul {
  margin-bottom: 1.3rem;
}

.page-dashboard .container {
  width: auto;
}

.navbar-inverse {
  font-family: 'Fut';
  text-transform: uppercase;
  color: black;
  background-color: white;
  border: none;
  border-bottom: 1px solid black;
}

.navbar {
  border-radius: 0;
  background-color: black;
  color: white;
}
.navbar .navbar-nav,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a {
  color: inherit;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle {
  /* background-color: inherit !important; */
  border: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  text-decoration: underline;
}

/*
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: black;
}
*/

.navbar-collapse {
  border: none;
}

.navbar-brand {
  font-size: 1rem;
  padding-right: 0;
}

.dropdown-menu {
  background-color: black !important;
  font-size: 1rem;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: inherit;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
  padding: 10px 15px;
}

.nav-tabs {
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  background-color: black;
  color: white;
}
.nav-tabs a {
  color: inherit;
}

.btn {
  font-size: inherit;
  margin: 0 0 0.75rem 0;
}
.btn + .btn,
.modal-footer .btn + .btn {
  margin: 0 0 0.75rem 0.25rem;
}

.buttons .btn {
  margin: 0 0 0.75rem 0.25rem;
}

.btn-lg {
  font-size: 2rem;
  margin: 2rem 0;
}

input,
textarea,
.form-control {
  font-size: 1rem;
  height: auto;
}

input,
textarea {
  padding: 0.5rem 0.25rem;
}

footer {
  margin-top: 4rem;
}

footer hr {
  display: none;
}

.panel-heading {
  display: flex;
  align-items: center;
}
.panel-heading h2 {
  margin: 0;
  flex-grow: 1;
}

.check-buttons {
  max-height: 5rem;
  overflow-y: auto;
}

label {
  cursor: pointer;
}

/*
#__next > div:first-child > div:first-child > div:first-child {
  background-color: black;
}
.user-header {
  background: black;
  color: white;
}
*/

.user-header-info {
  display: flex;
  flex-wrap: wrap;
}

.user-header h2 {
  margin-top: 0;
}

.user-header-info > :last-child {
  flex-grow: 1;
}

.user-header-image {
  margin: 0 2rem 1.5rem 0;
}

.user-stuff {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.user-stuff li {
  /* background: black;
  color: white;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem 0.25rem;
  font-size: 0.8rem; */
  padding: 0;
  margin: 0 1rem 0.5rem 0;
}

.user-stuff li a {
  color: inherit !important;
  text-decoration: none !important;
}

.user-stuff li i.fas {
  width: 0.75rem;
}

.react-gravatar {
  border-radius: 50%;
  border: 1px solid black;
}

.project {
}

.project header {
  background: black;
  color: white;
  border-radius: 0;
}
.project header h3 {
  margin: 0.5rem 0;
}

.project-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.project-content h4 {
  margin-top: 0;
}

.project-box {
  max-height: 20rem;
  padding: 1rem;
  flex-basis: 25%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-box-content {
  flex-grow: 1;
  overflow-y: auto;
}

.tasks {
}

.task {
  background-color: black;
  color: white;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;

  background-color: rgb(51, 122, 183);
}
.task.strong-commitment {
  background-color: #a8321f;
}

.task a {
  color: inherit !important;
  text-decoration: none;
}
.task.inline {
  display: inline-block;
  margin-right: 0.25rem;
}

.task-commitment {
  background-color: #a8321f;
  color: white;
  border-radius: 0.125rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.task-commitment h6 {
  margin-top: 0;
}

.task-commitment p:last-child {
  margin-bottom: 0;
}

.with-controls .controls {
  display: flex;
  float: right;
  visibility: hidden;
}
.with-controls:hover .controls {
  visibility: visible;
}

i.fas {
  position: relative;
}

.icon-badge {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  right: 0.125rem;
  background-color: red;
}

#notifications {
  background-color: white;
  position: absolute;
  color: black;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid black;
  padding: 0.25rem;
  width: 12rem;
  font-family: 'Lat', sans-serif;
  font-size: 0.9rem;
  text-transform: none;
}

#notifications > div {
  padding: 0.25rem;
  display: flex;
}

#notifications img {
  margin-right: 0.25rem;
}

#notifications h6 {
  font-size: inherit;
  margin: 0;
}

#notifications footer {
  margin: 0;
}

#notifications footer button {
  margin: 0;
  width: 100%;
}

.minicalendar {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.minicalendar .day,
.minicalendar .check {
  text-transform: uppercase;
  font-size: 0.8rem;
  width: 2.5rem;
  line-height: 2rem;
  text-align: center;
}
.minicalendar .check {
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
  margin: 0.125rem;
}
.minicalendar .check.unchecked {
  background: white;
  color: black;
}
.minicalendar .check.ok {
  background: #18a418;
}
.minicalendar .check.ko {
  background: #a8321f;
}
.minicalendar .check.na {
  background: inherit;
}

.alert a {
  font-weight: bold;
  text-decoration: underline;
}

