html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #dcd6e3;
  border: 4px solid #fff;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d5cddc;
}
::-webkit-scrollbar-thumb:active {
  background-color: #d5cddc;
}
::-webkit-scrollbar {
  width: 15px;
  height: 20px;
}
::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid #fff;
}
::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border: 4px solid #f3f1f5;
}
::-webkit-scrollbar-track:vertical {
  background-color: #f3f1f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
select:active,
select:hover {
  outline: none;
}
.icon {
  font-weight: 700;
}
body,
p,
h2,
h4,
h5,
h6,
li,
ul {
  margin: 0;
  padding: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
body {
  color: #4a4a4a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #fff;
  letter-spacing: 0.3px;
}
#react-container {
  height: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #1e90ff;
}
a:hover {
  opacity: 1;
}
:disabled {
  opacity: 0.5;
}
li {
  list-style-type: none;
}
textarea,
input,
button {
  outline: none;
}
.hide {
  visibility: hidden;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.full-height {
  height: 100%;
}
.capitalize {
  text-transform: capitalize;
}
.editable-text-field,
.react-datepicker__input-container {
  display: inline-block;
}
.editable-text-field .list-name,
.react-datepicker__input-container .list-name {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: none;
}
.editable-text-field input.list-name:hover,
.react-datepicker__input-container input.list-name:hover,
.editable-text-field input.list-name:focus,
.react-datepicker__input-container input.list-name:focus {
  background-color: #e9e5ed;
}
.editable-text-field input,
.react-datepicker__input-container input,
.editable-text-field textarea,
.react-datepicker__input-container textarea {
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 8px 8px;
  margin: 0px;
  background: none;
  border: none;
  cursor: text;
}
.editable-text-field input:hover,
.react-datepicker__input-container input:hover,
.editable-text-field textarea:hover,
.react-datepicker__input-container textarea:hover {
  background-color: #f3f3f3;
  border: none;
}
.editable-text-field input:focus,
.react-datepicker__input-container input:focus,
.editable-text-field textarea:focus,
.react-datepicker__input-container textarea:focus {
  cursor: text;
  border: none;
  background-color: #f3f3f3;
}
.editable-text-field .link-text,
.react-datepicker__input-container .link-text {
  padding: 8px;
  display: inline-block;
  width: 80%;
  line-height: normal;
}
input,
textarea,
.drop-down-button {
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
  color: #7f7b92;
  margin-bottom: 18px;
  font-weight: 400;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  transition: all 0.4s ease-out;
}
input:hover,
textarea:hover,
.drop-down-button:hover {
  background-color: #fff;
}
input:focus,
textarea:focus,
.drop-down-button:focus {
  background-color: #fff;
  border: 1px solid #8c35ff;
}
input[type='submit']:focus {
  border: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 18px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: inline-block;
  text-align: left;
}
button.active {
  border: 1px solid rgba(140,53,255,0.8);
}
label {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.form-field {
  margin-bottom: 15px;
}
.button-field {
  margin-top: 35px;
}
.list-item {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  text-align: left;
  cursor: pointer;
}
.list-item img,
.list-item .fake-logo {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0px 10px;
  display: inline-block;
  text-align: center;
}
.list-item img,
.list-item span {
  vertical-align: middle;
  margin: 0px 9px;
}
.list-item:hover {
  background-color: #eee;
}
.list-item .truncate {
  width: 200px;
  display: inline-block;
}
.list-item:last-child {
  border-bottom: none;
}
.field {
  position: relative;
  text-transform: capitalize;
}
.dropdown .icon {
  cursor: pointer;
}
.field-container form {
  position: relative;
}
.field-container .icon {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 16px;
  color: #d4d4d4;
}
.field-container .input-image {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100%;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-down-menu {
  background-color: #fff;
  position: absolute;
  width: 100%;
  border-radius: 4px;
  font-size: 13px;
  top: 60px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  z-index: 1;
  border: 1px solid #ddd;
}
.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
}
.btn span {
  vertical-align: middle;
}
.btn.btn-small {
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 2px;
}
.btn.btn-small .icon {
  font-size: 15px;
}
.btn.btn-medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btn.btn-medium .icon {
  font-size: 17px;
}
.btn.btn-medium.rounded {
  border-radius: 20px;
}
.btn.btn-large {
  padding: 13px 20px 13px 15px;
  font-size: 16px;
  border-radius: 6px;
  letter-spacing: 0.8px;
}
.btn.btn-large .icon {
  font-size: 19px;
}
.btn.btn-red-light {
  background-color: #fff;
  color: #ff3569;
  border: 1px solid #ff3569;
}
.btn.btn-red-light:hover {
  color: #fff;
  background-color: #ff3569;
}
.btn.btn-jacarta {
  background-color: #46346b;
  color: #fff;
}
.btn.btn-jacarta:hover {
  background-color: #3b2c5a;
}
.btn.btn-purple {
  background-color: #8c35ff;
  color: #fff;
}
.btn.btn-purple:hover {
  background-color: #7d1cff;
}
.btn.btn-purple.btn-clear {
  background-color: transparent;
  border: 1px solid #8c35ff;
  color: #8c35ff;
}
.btn.btn-red {
  background-color: #ff3569;
  color: #fff;
}
.btn.btn-red:hover {
  background-color: #ff2b61;
}
.btn.btn-red.btn-clear {
  border: 1px solid #ff3569;
  color: #ff3569;
}
.btn .icon {
  margin-right: 8px;
}
.seethrough {
  opacity: 0.7;
}
.font-red {
  color: #ff3569;
}
.small-font {
  font-size: 12px;
}
.medium-font {
  font-size: 14px;
}
.large-font {
  font-size: 18px;
}
.x-large-font {
  font-size: 20px;
}
.xx-large-font {
  font-size: 24px;
}
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.bold {
  font-weight: 700 !important;
}
.black {
  font-weight: 900 !important;
}
.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 25px;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0px;
}
h2 {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 700;
  letter-spacing: 1px;
}
h3 {
  font-size: 15px;
  color: rgba(74,74,74,0.7);
  font-weight: 400;
  letter-spacing: 0px;
}
h4 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  color: rgba(74,74,74,0.7);
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
h6 {
  font-size: 11px;
  color: rgba(74,74,74,0.4);
  font-weight: 400;
  letter-spacing: 0px;
}
.load-bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #8c35ff;
  top: 0px;
  z-index: 3;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #f5a623;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #ff3569;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #8c35ff;
  animation: loading 3s linear 2s infinite;
}
.load-bar.alt .bar:nth-child(3) {
  background-color: #fff;
}
.top-nav {
  text-align: center;
  font-size: 16px;
}
.top-nav span {
  vertical-align: middle;
}
.top-nav .icon {
  font-size: 16px;
}
.top-nav a {
  color: none;
}
.top-nav ul li {
  padding: 6px 25px;
  display: inline-block;
  cursor: pointer;
}
.top-nav ul li a {
  color: rgba(74,74,74,0.3);
  display: block;
}
.top-nav ul li a.selected {
  opacity: 1;
  color: #4a4a4a;
}
.top-nav ul li:hover a {
  color: #4a4a4a;
}
.top-nav ul li .icon {
  margin-right: 14px;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.float-right {
  position: relative;
  float: right;
}
.float-left {
  position: relative;
  float: left;
}
.profile {
  top: 10px;
}
.profile .username {
  margin-right: 10px;
  text-transform: capitalize;
}
.profile .popover {
  text-align: right;
  margin-right: 20px;
}
.logo.xx-small {
  width: 12px;
}
.logo.xx-small img {
  width: 12px;
  border-radius: 15px;
}
.logo.xx-small .fake-logo {
  font-size: 8px;
  width: 12px;
  height: 12px;
}
.logo.x-small {
  width: 20px;
}
.logo.x-small img {
  width: 18px;
  border-radius: 20px;
}
.logo.x-small .fake-logo {
  font-size: 12px;
  width: 18px;
  height: 18px;
}
.logo.small {
  width: 30px;
}
.logo.small img {
  width: 24px;
  border-radius: 20px;
}
.logo.small .fake-logo {
  font-size: 15px;
  width: 24px;
  height: 24px;
}
.logo.large img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.logo.large .fake-logo {
  font-size: 25px;
  width: 40px;
  height: 40px;
}
.fake-logo {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255,255,255,0.9);
  background-color: rgba(0,0,0,0.4);
  border-radius: 100%;
  text-align: center;
}
.fake-logo span {
  vertical-align: middle;
}
.card {
  background-color: #2a3854;
  border-radius: 4px;
  margin-bottom: 7px;
  cursor: pointer;
  position: relative;
}
.card .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.06);
  border-radius: 0px 0px 4px 4px;
  padding: 7px 12px;
  text-align: right;
}
.card .card-footer .icon,
.card .card-footer span {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  font-weight: 100;
}
.card .card-footer .deadline .icon {
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
}
.card .card-footer .deadline span {
  color: rgba(255,255,255,0.8);
}
.card a.card-link {
  display: block;
  padding: 15px 15px 40px 15px;
  color: #fff;
  white-space: normal;
}
.card.isDragging {
  background-color: #d7d0de !important;
  box-shadow: none !important;
  border: none;
}
.card.isDragging img,
.card.isDragging p,
.card.isDragging span,
.card.isDragging div {
  opacity: 0;
}
.card:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.card:hover .card-footer {
  background-color: rgba(0,0,0,0.1);
}
.card:hover .options {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  padding: 3px;
  background-color: rgba(0,0,0,0.2);
}
.card:hover .options:hover {
  background-color: rgba(255,255,255,0.3);
}
.card .logo,
.card .description {
  display: inline-block;
  vertical-align: top;
}
.card .description p {
  margin: 0px 10px 5px 10px;
  max-width: 180px;
}
.card .company-name {
  font-size: 14px;
}
.card .options {
  display: none;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  font-size: 18px;
  position: absolute;
}
.app-container {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.flex-content-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  white-space: nowrap;
  height: 100%;
}
.content-container {
  width: auto;
  display: block;
  margin: auto;
  height: 100%;
}
.header {
  display: block;
  height: 47px;
  border-bottom: 1px solid rgba(212,212,212,0.4);
  padding: 7px 15px 0px 15px;
}
.header .flex-header {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.header .logo {
  letter-spacing: 0px;
  font-size: 27px;
  font-weight: 600;
  color: #551ba4;
  display: inline-block;
}
.menu-item {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  color: #d0cfd7;
}
.menu-item:hover {
  color: #7f7b92;
}
.list-container {
  width: 287px;
  display: inline-block;
  vertical-align: top;
  padding: 30px 10px;
  border-left: 1px solid #e9e5ed;
  height: 100%;
  overflow: hidden;
}
.list-container .job-count {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  text-align: center;
}
.list-container .job-count span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: rgba(127,123,146,0.7);
  font-weight: 400;
}
.list-container h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.list-container .icon {
  font-size: 18px;
  color: #7f7b92;
}
.list-container .list-header {
  margin: 5px 28px 60px 28px;
  position: relative;
}
.list-container .list-header .editable-text-field {
  width: 170px;
}
.list-container .list-header .list-icon-left {
  margin-right: 10px;
}
.list-container .list-header .list-icon-right {
  padding: 10px;
  color: rgba(127,123,146,0.4);
  cursor: pointer;
}
.list-container .list-header .list-icon-right:hover {
  color: #7f7b92;
}
.list-container .inner-container {
  padding-bottom: 120px;
  overflow: auto;
  box-sizing: border-box;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.list-container .add-job-block,
.list-container .add-list-block {
  width: 100%;
  border-radius: 4px;
  text-align: center;
  color: rgba(127,123,146,0.8);
  transition: all 0.5s ease;
  cursor: pointer;
}
.list-container .add-list-block {
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 25px;
}
.list-container .add-list-block:hover {
  background-color: #e9e5ed;
}
.list-container .add-job-block {
  height: 60px;
  font-size: 30px;
  display: none;
  padding-top: 15px;
}
.list-container .add-job-block:hover {
  background-color: #e9e5ed;
}
.list-container:hover .add-job-block {
  display: inline-block;
}
.left-menu {
  width: 60px;
  background-color: #3d2c63;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  padding-top: 5px;
  transition: all 0.3s ease;
}
.left-menu:hover {
  width: 180px;
}
.left-menu:hover .description {
  display: inline-block;
}
.left-menu li {
  display: block;
}
.left-menu li a {
  padding: 22px 20px;
  display: block;
  color: rgba(255,255,255,0.2);
  font-size: 21px;
}
.left-menu li a:hover {
  color: rgba(255,255,255,0.8);
}
.left-menu li a:hover .description {
  color: rgba(255,255,255,0.4);
}
.left-menu li a.active {
  color: rgba(255,255,255,0.9);
}
.left-menu li a.active .description {
  color: rgba(255,255,255,0.9);
}
.left-menu li span {
  display: inline-block;
}
.left-menu li span.description {
  color: rgba(255,255,255,0.1);
  display: none;
  font-size: 13px;
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  bottom: 3px;
}
.wishlists-container,
.main-container {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  position: relative;
  background-color: #f3f1f5;
}
.signup-btn {
  position: fixed;
  top: 9px;
  right: 11px;
  z-index: 1;
  transition: all 0.4s ease-out;
}
.signup-btn.btn {
  border-radius: 20px;
}
.add-job-btn {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 1;
}
.login-body {
  background-color: #46346b;
  background-image: url("/images/icons_faded.png");
  background-size: 1054px auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.login-body .home-logo a {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  padding: 26px 30px;
  display: inline-block;
}
.login-body input[type='email'],
.login-body input[type='password'],
.login-body input[type='text'] {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e9e5ed;
  padding: 18px 55px;
  font-size: 15px;
  color: #7f7b92;
  margin: 0px;
}
.login-body .form-background {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.login-body form .icon {
  position: absolute;
  top: 17px;
  left: 20px;
  color: rgba(127,123,146,0.7);
  font-size: 18px;
}
.login-body a {
  font-weight: 700;
}
.login-form {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  border-radius: 4px;
}
.login-form .error-container {
  margin-bottom: 30px;
}
.login-form .error-container p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  font-size: 14px;
  font-weight: 100;
}
.login-form .error-container .icon {
  color: #ff3569;
  margin-right: 10px;
  font-size: 16px;
}
.login-form h1 {
  text-align: center;
  margin-bottom: 30px;
}
.login-form .btn {
  margin-bottom: 30px;
  border-radius: 100px;
}
.login-form p {
  text-align: center;
  color: #fff;
}
.login-form p.forgot-password {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin-top: 5px;
}
.list-options {
  top: 20px;
  position: relative;
}
.popover {
  display: inline-block;
  position: absolute;
  width: 180px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  z-index: 1;
  text-align: left;
}
.popover .icon {
  color: rgba(127,123,146,0.7);
}
.popover.popover-left {
  right: 100%;
  margin-right: -5px;
}
.popover.popover-right {
  left: 100%;
  margin-left: -5px;
}
.popover.popover-top {
  bottom: 100%;
  margin-bottom: -5px;
}
.popover.popover-bottom {
  top: 100%;
  margin-top: -5px;
}
.popover.popover-align-top {
  top: 0;
}
.popover.popover-align-bottom {
  bottom: 0;
}
.popover.popover-align-left {
  left: 0;
}
.popover.popover-align-right {
  right: 0;
}
.popover.popover-align-center {
  right: 0;
  left: 0;
  width: inherit;
}
.popover .icon {
  margin-left: 10px;
  float: right;
}
.popover li {
  border-bottom: 1px solid #eee;
  padding: 13px 15px;
  cursor: pointer;
  color: #4a4a4a;
  font-size: 14px;
}
.popover li:hover {
  background-color: #f3f3f3;
}
.modal-small {
  width: 260px;
}
.modal-large {
  width: 700px;
}
.modal {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  outline: none;
  padding: 40px;
  z-index: 1;
  text-align: center;
}
.modal.no-padding {
  padding: 0px;
}
.modal.add-job .btn {
  margin-top: 30px;
}
.modal.move-list .btn {
  margin-top: 10px;
}
.modal.move-list .title {
  margin-bottom: 30px;
}
.modal.move-list .title .list-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4a4a4a;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}
.modal.add-job {
  padding-bottom: 20px;
}
.add-job h1 {
  margin-bottom: 40px;
  margin-top: 10px;
}
.add-job .chrome-promo:hover {
  background-color: #fff;
}
.add-job .chrome-promo {
  transition: all 0.4s ease-out;
  position: absolute;
  bottom: -93px;
  background-color: #e9e5ed;
  left: 0px;
  width: 100%;
  border-radius: 4px;
  text-align: left;
}
.add-job .chrome-promo img {
  margin-top: 5px;
}
.add-job .chrome-promo .text {
  margin-left: 50px;
}
.add-job .chrome-promo p {
  line-height: 20px;
}
.add-job .chrome-promo .chrome-content {
  padding: 23px 30px;
}
.add-job .chrome-promo .title {
  font-size: 14px;
  color: #4a4a4a;
}
.add-job .chrome-promo .description {
  font-size: 12px;
  color: rgba(74,74,74,0.4);
}
.add-job .chrome-promo .icon {
  position: absolute;
  right: 30px;
  top: 33px;
  color: #4a4a4a;
}
.job-details {
  outline: none;
  height: 85%;
}
.job-details h1 {
  margin: 0px 0px 8px 0px;
}
.job-details h3 {
  margin: 0px;
}
.job-details .job-header {
  padding: 40px;
  border-bottom: 1px solid #e9e5ed;
  text-align: left;
}
.job-details .job-header .info {
  display: inline-block;
  width: 80%;
}
.job-details .job-header .info-container {
  display: block;
}
.job-details .job-header .options {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: top;
  position: absolute;
  top: 55px;
  font-size: 20px;
  right: 50px;
  color: rgba(127,123,146,0.4);
}
.job-details .job-header .options .option {
  cursor: pointer;
  padding: 15px;
}
.job-details .job-header .options .option:hover {
  color: #7f7b92;
}
.job-details .job-header .logo {
  margin-right: 30px;
}
.job-details .job-header .logo img {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.job-details .content {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  position: absolute;
  bottom: 0px;
  top: 136px;
}
.job-details .content .side-menu {
  padding: 0px 0px;
  background-color: rgba(251,251,251,0.8);
  text-align: left;
  display: inline-block;
  position: relative;
  float: left;
  min-width: 160px;
  border-right: 1px solid #e9e5ed;
}
.job-details .content .side-menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(74,74,74,0.3);
  letter-spacing: 1px;
  line-height: 55px;
}
.job-details .content .side-menu a:hover {
  color: rgba(74,74,74,0.7);
}
.job-details .content .side-menu a li {
  padding: 0px 35px 0px 20px;
}
.job-details .content .side-menu a .selected {
  color: #454545;
  background-color: #eee;
  position: relative;
}
.job-details .content .side-menu .icon {
  top: 10px;
  margin-right: 10px;
  font-size: 15px;
  top: 1px;
}
.job-details .content .menu-content {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 30px 30px 60px 30px;
  font-size: 14px;
  width: 100%;
  height: 350px;
  overflow-y: auto;
  box-sizing: border-box;
  height: 100%;
}
.job-details .content .menu-content.dark {
  background-color: #f3f1f5;
}
.job-details .content .menu-content .company-name,
.job-details .content .menu-content .company-description,
.job-details .content .menu-content .modal-tab-header {
  margin-bottom: 30px;
}
.job-details .content .menu-content .title {
  font-weight: bold;
  color: #000;
  display: inline-block;
  width: 90px;
}
.job-details .content .menu-content .description {
  display: inline-block;
  width: 110px;
  color: rgba(74,74,74,0.7);
}
.job-details .content .menu-content ul {
  display: inline-block;
}
.job-details .content .menu-content li {
  line-height: 30px;
  display: flex;
  display: -webkit-flex;
}
.no-todos {
  padding: 30px;
  border-top: 1px solid rgba(233,229,237,0.7);
  opacity: 0.4;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
.todo-done {
  text-decoration: line-through;
  opacity: 0.3;
}
.job-picker {
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  width: 210px;
  height: 230px;
  overflow-y: scroll;
}
.job-picker .list-item .truncate {
  width: 130px;
  display: inline-block;
}
.add-todo-options {
  position: absolute;
  right: 10px;
  top: 13px;
  color: rgba(74,74,74,0.8);
  font-size: 12px;
}
.add-todo-options .due-date:hover,
.add-todo-options .select-job:hover {
  color: rgba(74,74,74,0.8);
}
.add-todo-options .select-job {
  color: rgba(74,74,74,0.4);
}
.add-todo-options .icon-calendar {
  font-size: 16px;
}
.add-todo-options .due-date {
  color: rgba(74,74,74,0.4);
}
.add-todo-options .due-date.set {
  color: rgba(74,74,74,0.8);
}
.add-todo-options .todo-job-picker {
  margin-right: 10px;
}
.todo-job-picker {
  display: inline-block;
  text-align: right;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.todo-job-picker .select-job,
.todo-job-picker .job-title,
.todo-job-picker .logo {
  vertical-align: middle;
}
.todo-job-picker .job-title {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
}
.todo-job-picker .select-job {
  color: rgba(74,74,74,0.4);
}
.todo-job-picker .select-job:hover {
  color: rgba(74,74,74,0.7);
}
.react-datepicker__input-container {
  vertical-align: middle;
}
.due-date {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.due-date span {
  vertical-align: middle;
}
.due-date .date-label {
  font-size: 12px;
  margin-right: 10px;
}
.todo-item {
  font-size: 14px;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(233,229,237,0.7);
  position: relative;
}
.todo-item:hover .show-job-info .todo-job-picker {
  display: inline-block;
}
.todo-item:hover .show-job-info .todo-due-date {
  display: none;
}
.todo-item .minimize-todo {
  color: rgba(74,74,74,0.7);
  font-size: 12px;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 4px 6px;
  border-radius: 4px;
}
.todo-item .todo-due-date,
.todo-item .todo-job-picker {
  margin: 10px 0px;
  color: rgba(74,74,74,0.7);
  display: inline-block;
}
.todo-item .todo-job-picker:hover {
  color: #1e90ff;
}
.todo-item .todo-due-date {
  background-color: #e9e5ed;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
}
.todo-item .todo-due-date.passed {
  background-color: #ee3f54;
  color: #fff;
}
.todo-item .todo-due-date.is-today {
  background-color: #ffa500;
  color: #fff;
}
.todo-item .todo-job-picker {
  font-size: 13px;
  display: none;
}
.todo-item .checkbox {
  margin: 12px 0px;
}
.todo-item .todo-options {
  text-align: right;
  margin-top: 30px;
}
.todo-item .todo-option {
  opacity: 0.4;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.todo-item .todo-option:hover {
  opacity: 1;
}
.todo-item .todo-option {
  display: inline-block;
}
.todo-item .editable-text-field {
  width: 100%;
}
.todo-item .editable-text-field input,
.todo-item .editable-text-field textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  cursor: pointer;
}
.todo-item .editable-text-field input:focus,
.todo-item .editable-text-field textarea:focus {
  cursor: text;
}
.todo-item:hover .todo-option-hide,
.todo-item:hover .todo-option {
  display: inline-block;
}
.checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.checkbox.checked:after {
  border-color: #d4d4d4;
  position: absolute;
  content: "x";
  top: -4px;
  left: 3px;
  font-weight: 400;
  font-size: 16px;
}
.job-notes .field-container {
  position: relative;
}
.job-notes .field-container textarea {
  min-height: 140px;
}
.job-notes .field-container input.btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.note-item {
  padding: 35px;
  border: 1px solid #e9e5ed;
  background-color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.note-item:hover {
  border: 1px solid #dcd6e3;
}
.note-item .note-date {
  font-size: 11px;
  color: rgba(74,74,74,0.4);
  margin-bottom: 13px;
  display: inline-block;
}
.note-item:hover .note-option {
  display: block;
}
.note-item .note-option {
  width: 5%;
  text-align: right;
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.4;
}
.note-item .note-option:hover {
  opacity: 1;
}
.note-item textarea {
  color: #4a4a4a;
}
.note-item textarea:hover,
.note-item textarea {
  resize: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  padding: 0px;
  margin: 0px;
}
.note-item textarea:focus {
  cursor: text;
}
.note-item textarea:focus,
.note-item textarea:hover {
  color: #000;
}
.job-info .link {
  font-size: 16px;
  padding: 8px 10px;
  color: #7f7b92;
  opacity: 0.4;
}
.job-info .link:hover {
  opacity: 1;
}
.job-info ul {
  width: 100%;
}
.job-info .title {
  width: 140px !important;
}
.job-info .job-description textarea {
  line-height: 20px;
  margin-top: 20px;
  min-height: 150px;
}
.job-info .job-description .editable-text-field {
  width: 100%;
}
.job-info .editable-text-field,
.job-info .react-datepicker__input-container {
  width: 290px;
}
.job-info .editable-text-field input,
.job-info .react-datepicker__input-container input,
.job-info .editable-text-field textarea,
.job-info .react-datepicker__input-container textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: rgba(74,74,74,0.7);
  font-weight: 400;
}
.coming-soon {
  text-align: center;
  padding-top: 100px;
  line-height: 40px;
}
.coming-soon .title {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 33px;
}
.coming-soon .description {
  color: rgba(74,74,74,0.4);
  font-size: 20px;
}
.coming-soon .banner {
  margin-top: 80px;
  border-radius: 4px;
  width: 780px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.intercom-messenger-frame,
.intercom-launcher-frame,
.intercom-note,
.intercom-borderless-frame,
.intercom-notifications-frame,
.intercom-launcher-badge-frame {
  left: 20px !important;
}
.intercom-huntr {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #8c35ff;
  padding: 13px 0px 0px 13px;
  border-radius: 40px;
  font-size: 35px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.intercom-huntr a {
  color: #fff;
}
.todo-list input {
  padding: 12px 15px;
}
.react-datepicker__triangle {
  left: 190px !important;
}
.todos-view-container {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  white-space: nowrap;
}
.todos-view-container .left-nav {
  font-size: 15px;
  font-weight: 400;
  width: 220px;
  background-color: #f9f9f9;
  border-right: 1px solid #e1e1e1;
  height: 100%;
  z-index: 1;
  padding: 0px 10px;
  overflow-y: auto;
  color: #4a4a4a;
  flex-grow: 0;
  flex-shrink: 0;
}
.todos-view-container .left-nav ul {
  padding-top: 5px;
}
.todos-view-container .left-nav .icon {
  font-size: 16px;
  vertical-align: middle;
}
.todos-view-container .left-nav .toggle {
  position: absolute;
  right: 20px;
}
.todos-view-container .left-nav .list-name {
  vertical-align: middle;
  margin-left: 15px;
  width: 130px;
  display: inline-block;
}
.todos-view-container .left-nav .jobs-list .list-name {
  width: 100px;
}
.todos-view-container .left-nav .jobs-list li {
  padding: 16px 20px;
  font-size: 12px;
  border-bottom: none;
}
.todos-view-container .left-nav .jobs-list .todo-count {
  background-color: #e1e1e1;
  margin-left: 30px;
  color: rgba(74,74,74,0.4);
  font-size: 10px;
  padding: 3px;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
}
.todos-view-container .left-nav .jobs-list .logo {
  vertical-align: middle;
}
.todos-view-container .left-nav li {
  position: relative;
  opacity: 0.6;
  text-transform: capitalize;
  padding: 20px 20px;
  cursor: pointer;
}
.todos-view-container .left-nav li.selected {
  opacity: 1;
}
.todos-view-container .left-nav li:hover {
  opacity: 1;
}
.todos-view-container .job-todos-container {
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px 10px 25px;
}
.todos-view-container .job-todos-container .logo img {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  top: 2px;
  position: relative;
}
.todos-view-container .job-todos-container .job-info-header {
  margin-bottom: 18px;
  font-size: 14px;
}
.todos-view-container .job-todos-container .job-info-header:hover .company-name {
  color: #1e90ff !important;
}
.todos-view-container .job-todos-container .job-info-header .company-name {
  margin-right: 8px;
  margin-left: 8px;
}
.todos-view-container .job-todos-container .job-info-header .job-title {
  opacity: 0.5;
}
.todos-view-container .job-todos-container .job-info-header .company-name,
.todos-view-container .job-todos-container .job-info-header .job-title {
  color: #4a4a4a;
}
.todos-view-container .job-todos-container .job-info-header span {
  display: inline-block;
  vertical-align: middle;
}
.map-container {
  position: absolute;
}
.map-marker-container {
  font-family: 'Lato', sans-serif;
  width: 33px;
  height: 47px;
  position: absolute;
  top: -47px;
  left: -16px;
  cursor: pointer;
}
.map-marker-container:hover,
.map-marker-container.hover {
  z-index: 20;
}
.map-marker-container:hover .info-window,
.map-marker-container.hover .info-window {
  display: block !important;
}
.map-marker-container .info-window {
  display: none;
  position: absolute;
  width: 165px;
  height: 125px;
  background-color: #fff;
  padding: 30px 10px 0px 10px;
  top: -176px;
  left: -75px;
  z-index: 20;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.map-marker-container .info-window:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  top: 155px;
  left: 75px;
}
.map-marker-container .info-window span {
  display: block;
  white-space: normal;
}
.map-marker-container .info-window .title {
  color: rgba(74,74,74,0.8);
  font-size: 13px;
  padding-bottom: 20px;
}
.map-marker-container .info-window .company-name {
  font-size: 16px;
}
.map-marker-container .info-window .address {
  font-size: 11px;
  color: rgba(74,74,74,0.5);
  padding: 15px 10px 20px 10px;
  border-top: 1px solid rgba(212,212,212,0.4);
}
.map-marker-container .map-marker {
  width: 33px;
  height: 33px;
  border-radius: 50% 50% 50% 0;
  position: absolute;
  transform: rotate(-45deg);
}
.map-marker-container .fake-logo {
  transform: rotate(45deg);
  margin: 7px 7px;
}
.map-marker-container img {
  transform: rotate(45deg);
  height: 18px;
  width: 18px;
  border-radius: 24px;
  display: block;
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: 7px 7px;
}
.onboarding-bar {
  position: absolute;
  width: 100%;
  height: 52px;
  display: block;
  z-index: 2;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.4s ease-out;
}
.onboarding-bar .btn {
  margin: 0px 10px;
  color: #fff;
  opacity: 1;
}
.onboarding-bar .finish-tour {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #ff3569;
  padding: 7px 20px;
  background: #fff;
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
}
.onboarding-bar .content {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  color: rgba(255,255,255,0.6);
}
.onboarding-bar .content b {
  font-weight: 400;
  color: #fff;
}
.onboarding-bar .action {
  letter-spacing: 2px;
  color: #fff;
  position: fixed;
  right: 20px;
  top: 20px;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 30px;
}
.color-picker {
  display: block;
  width: 150px;
  position: absolute;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 8px;
  top: 100%;
  right: 20px;
  z-index: 100;
  background-color: #fff;
}
.color-picker .color {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 8px;
}
.color-picker .color:hover {
  box-shadow: inset 0px 0px 2px rgba(0,0,0,0.4);
}
@-moz-keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
