/*
********************************
TYPOGRAPHY
********************************
*/
/*@import url("https://use.typekit.net/zhs3bic.css");*/
/* Proxima Nova Font */
@import url("https://use.typekit.net/swi6odc.css");



/*
********************************
LIBRARIES
********************************
*/
@import url('./jquery-ui.min.css');
/*@import url('./magnific-popup.css');*/



/*
********************************
GLOBAL STYLES
********************************
*/
html {
  height:  100%;
  min-height: 100%;
}
body {
  font-family: proxima-nova, sans-serif !important;
  margin: 0;
  color: #2c6565;
  height: 100%;
  overflow:  auto;
  /*min-heiht:  100vh;*/
  /*min-height:  100%;*/
}
body.teams {
  height:  auto;
  min-height:  100%;
}
main {
  padding:  38px 0 38px 100px;
  position: relative;
  background-image: url('/images/distributely-bg-2x.png');
  background-size: cover;
  background-repeat: no-repeat;
  width:  100%;
}
a {
  text-decoration: none;
  transition: .15s ease-in-out;
  color:  #2c6565;
}
a:hover {
  /*color: #733bf6;*/
  /*filter: brightness(1.1);*/
}
a:hover span {
  /*color: #733bf6 !important;*/
  /*filter: brightness(1.1);*/
}
a:visited {
  text-decoration:  none;
  color:  inherit;
}
/*a.text-link {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #373a36;
  margin: 20px 0;
  transition: .15s ease-in-out;
}
a.text-link:after {
  content: "→";
  color: #3ad531;
  font-weight: bold;
  margin-left: 5px;
  width: 9px;
  height: 7px;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}*/
a.no-hover {
  cursor: default;
  opacity: .5;
  transition: none;
}
a.text-link:hover {
  /*color: #733bf6;*/
  /*filter: brightness(1.1);*/
}
a.text-link:hover:after {
  /*color: #733bf6;*/
  /*filter: brightness(1.1);*/
}
a.back {
  position:  relative;
  display:  flex;
  align-items:  center;
}
a.back:hover {
  transform: translateY(-2px);
}
a.external-link {
  background-image: url(/images/link-external-small-ltr-progressive.svg);
  background-position: 100% 25%;
  background-repeat: no-repeat;
  background-size: 0.857em;
  padding-right: 1em;
}
a.back i {
  margin-right:  6px;
  color: #2c6565;
  font-size:  18px;
}
p, span, td {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .5px;
  /*margin-bottom: 20px;*/
  color: #3b6464;
}
p {
  margin-bottom: 20px;
  max-width: 936px;
}
table {
  margin: 36px auto;
  width:  100%;
}
th {
  /*min-width:  60px;*/
  text-align:  left;
}
th.active {
  margin-left: -8px;
}
ul {
  list-style: none;
  padding-left: 0;
}
i {
  font-family: 'Font Awesome 5 Pro';
  font-size:  24px;
  color: black;
}
i.fa-plus {
  font-size: 14px;
  margin-right: 12px;
}
i.fa-users {
  font-size:  28px;
  margin-bottom: 8px;
}
h1, h2, h3 {
  font-size: 38px;
  /*font-weight: 400;*/
  font-weight:  700;
  /*letter-spacing: .5px;*/
  /*letter-spacing: -1px;*/
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
h2 span {
  margin-left: 16px;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .25px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.caps {
  text-transform:  uppercase;
}
.center {
  text-align:  center;
  margin-left: auto;
  margin-right:  auto;
}
.bold {
  font-weight:  bold;
}
div.headshot-wrap {
  display: none;
}
h5 {
  color: #4B6464;
  font-size: 28px;
  margin: 16px 0;
  max-width: fit-content;
}
form label {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 1px;
  pointer-events: none;
}
form input.form-control {
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 16px;
  background-color: #E3E9EB;
  padding: 12px 19px 11px 19px;
}
form input.form-control:focus {
    background-color: #E3E9EB;
    border: none;
    box-shadow: none;
}
form input.form-control:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}
input {
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}
input[type="checkbox"] {
  cursor:  pointer;
}
input[type="text"] {
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 16px;
  /*background-color: #E3E9EB;*/
  background-color: white;
  padding: 5px 19px 5px 19px;
  /*border: 1px solid #ced4da;*/
  border:  none;
  margin-left: 16px;
}
input[type="text"]:focus {
  background-color: #E3E9EB;
  border: none;
  box-shadow: none;
}
select {
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  margin-bottom: 24px;
  appearance:  none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-arrow.png) no-repeat;
  background-size: 13px 8px;
  background-position: 97% 51%;
  border: 0;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 16px;
  /*background-color: #E3E9EB;*/
  background-color: white;
  padding: 13px 16px 12px 16px;
  min-width:  240px;
}

select.teams, select.stages {
  background:  none;
  /*background-color: #E3E9EB;*/
  background-color: white;
  width: 464px;
  height:  319px;
}
button,
a.button,
input.button {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
/*  cursor: pointer;*/
  box-shadow: 0 5px 20px 0 rgb(55 58 54 / 7%);
  background-color: white;
  color:  #A684F5;
  /*color: #446564;*/
  border: 1px solid #A684F5;
  /*border: 1px solid #446564;*/
  border-radius: 2px;
  padding: 8px 30px 8px 30px;
  margin: 20px 0;
  text-transform: uppercase;
  transition: .15s ease-in-out;
  white-space: nowrap;

  display: block;
  max-width: fit-content;
}
button.button-small, a.button.button-small {
  padding: 6px 20px;
}
button:hover, a.button:hover {
  /*background-color: #733bf6;*/
  /*filter: brightness(1.1);*/
  transform: translateY(-2px);
  cursor: pointer;
}
button.solid, a.button.solid {
  /*background-color:  #446564;*/
  background-color:  #A684F5;
  color:  white;
  /*border: 1px solid #446564;*/
  border:  1px solid #A684F5;
}
button.ui-dialog-titlebar-close {
  display:  none;
}
div.container {
  padding-top: 0;
  width:  1000px;
  position:  relative;
}
div.container-fluid {
  display:  flex;
  width:  100%;
  /*height:  100%;*/
  min-width:  100%;
  min-height:  100vh;
}
div.row {
  display:  flex;
  width:  100%;
  margin-bottom: 60px;
}
body.teams div.row {
  margin-bottom: 0;
}
/*boostrap replacements*/
div.col-md-12 {
  width: 100%;
}
div.col-md-8 {
  display:  flex;
  /*flex: 0 1 600px;*/
}
div.col-md-4 {
  display:  flex;
  /*flex: 0 1 375px;*/
}
.hover {
  cursor: pointer;
}
.link {
  text-decoration: underline;
}
.switch {
  display: inline-flex;
}
.switch + .switch {
  margin: 0 40px;
}
.switch:first-of-type {
  margin-left: 0;
}
.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch input[type=checkbox]:checked + label {
  background: green;
}
.switch input[type=checkbox]:checked + label::after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
.switch label {
  cursor: pointer;
  width: 48px;
  height: 24px;
  background: grey;
  display: block;
  border-radius: 24px;
  position: relative;
}
.switch label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 16px;
  transition: 0.3s;
}
.not-allowed,
.switch label.not-allowed {
  cursor: not-allowed;
}



/*
********************************
SIDEBAR MENU
********************************
*/
body.login nav#sidebarMenu {
  display:  none;
}
body.login button.solid {
  border-color:  #363a36;
  max-width: none;
}
nav#sidebarMenu {
  background-color: #fff;
  height:  100%;
  width: 200px;
  box-shadow: 10px 10px 30px 0 rgba(174,174,192,0.40);
  position: relative;
}
nav#sidebarMenu div.img {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 88px;
}
nav#sidebarMenu div.img img:not(.nb) {
  margin: auto;
  /*width: 60px;*/
  width: auto;
  height: 62px;
}
nav#sidebarMenu div.img.nb {
  position: absolute;
  bottom:  40px;
  margin-bottom: 0;
}
nav#sidebarMenu div.img img.nb {
  width: 138px;
}
nav#sidebarMenu div {
  width: 200px;
}
nav#sidebarMenu li:not(:nth-child(2)) i {
  margin-right: 14px;
}
nav#sidebarMenu li:nth-child(1) i {
  margin-right: 18px;
}
nav#sidebarMenu li.nav-item a {
  display: flex;
  align-items: center;
  /*padding: 12px 35px;*/
  max-width: fit-content;
  white-space: nowrap;
  max-width:  137px;
  /*border-bottom:  1px solid #e2e9eb;*/
  margin: 0 auto;
  /*padding-bottom:  16px;*/
  position:  relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
nav#sidebarMenu li.nav-item a:after {
  content: '';
  width:  100%;
  position:  absolute;
  bottom:  0;
  border-bottom:  1.5px solid #e2e9eb;
  /*filter: brightness(1);*/
}
nav#sidebarMenu li.nav-item a:hover:after {
  /*filter: brightness(1);*/
}
nav#sidebarMenu li.nav-item.active a {
  /*background-color: white;*/
  color: #363a36;
}
nav#sidebarMenu li.nav-item.active a span,
nav#sidebarMenu li.nav-item.active a i {
  color: #363a36;
}
nav#sidebarMenu li.nav-item.active a span {
  font-weight:  bold;
}
nav#sidebarMenu i {
  margin-right: 24px;
  /*color:  #4B6464;*/
  color:  #7ea2a1;
  font-size:  22px;
}
nav#sidebarMenu span {
  /*color:  #4B6464;*/
  color:  #7ea2a1;
  font-size:  16px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
nav#sidebarMenu li:not(.active) a:hover span {
  /*color: #733bf6;*/
  /*filter: brightness(1.1);*/
}
nav#sidebarMenu li:not(.active) a:hover i {
  /*color: #733bf6;*/
  /*filter: brightness(1.1);*/
}
nav#sidebarMenu li i.navbar-external-link-fa {
  font-size: 12px;
  margin-left: 5px;
}


/*
********************************
HEADER
********************************
*/
div.header {
  display:  flex;
  justify-content:  space-between;
  margin-bottom:  60px;
  max-width: 1000px;
}
body.teams div.header {
  margin-bottom:  62px;
}
body.team div.header {
  margin-bottom:  44px;
}
div.header div.left,
div.header div.right {
  display:  flex;
  align-items:  center;
}
div.header div.right {
  position:  relative;
}
div.header div.right ul {
  display: flex;
  align-items:  center;
}
div.header div.right ul li {
  font-size:  16px;
  font-weight:  500;
}
div.header div.right ul li.delete:hover,
div.header div.right ul li.default:hover {
  cursor: pointer;
}
div.header div.right ul li:not(:last-of-type) {
  margin-right: 28px;
}
div.header div.right ul li i {
  font-size:  16px;
  margin-right: 3px;
  color: #3a6463;
}
a.logout {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration:  underline;
}
.dropdown {
  /*display:  none;*/
  opacity:  0;
  visibility: hidden;
  background-color: #7ea2a1;
  width:  258px;
  height:  121px;
  position:  absolute;
  bottom: -145px;
  right:  -20px;
  transition: all ease-out .15s;
  z-index:  1000;
}
.dropdown .dropdown-inner {
  padding:  15px 18px;
  text-align: right;
  z-index:  1000;
}
.dropdown:before {
  content: '';
  height: 0;
  width: 0;
  top: -15px;
  right: 33px;
  position:  absolute;
  border-top: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #7ea2a1;
  border-left: 7.5px solid transparent;
}
div.header div.headshot-wrap {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
div.header div.headshot-wrap:hover {
  cursor: pointer;
}
div.header div.headshot-wrap:hover .dropdown {
  /*display:  block;*/
  opacity:  1;
  visibility: visible;
}
div.current-account div.right p span {
  font-weight:  600;
/*  text-decoration:  underline;*/
}
a.new-custom-team {
  font-weight:  500;
  color:  #2c6565;
}
a.new-custom-team i {
  color: #3a6463;
  font-size:  16px;
}
div.headshot {
  width:  40px;
  height:  40px;
  margin-left: 38px;
  margin-right: 18px;
  display:  flex;
  justify-content: center;
  align-items: center;
  border-radius:  50%;
  border:  1px solid #7ea2a1;
  position: relative;
}
div.headshot:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color:  #83a1a0;
  position:  absolute;
  right: -20px;
}
div.headshot i {
  margin: auto;
  font-size:  24px;
  color: #7ea2a1;
}



/*
********************************
DASHBOARD/INDEX
********************************
*/
body.dashboard {
  height:  100%;
}
body.dashboard .banner {
  width:  100%;
  background-color:  #974e91;
  color: white;
  height:  120px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 100px;
  display:  flex;
  justify-content: space-between;
  max-width: calc(100vw - 400px);
  align-items: center;
}
body.dashboard .banner h4 {
  font-weight:  normal;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 18px;
}
body.dashboard .banner h4:last-of-type {
  margin-bottom: 8px;
}
body.dashboard .banner .button {
  color: #3a6463;
  border:  none;
  margin-right: 0;
}
body.dashboard .banner .inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
body.dashboard .banner .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.dashboard .container {
  position: unset;
}
body.dashboard .onboarding-steps ul li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 48px;
}
body.dashboard .onboarding-steps ul li h4 {
  font-size:  20px;
  margin-bottom: 4px;
}
body.dashboard .onboarding-steps ul li .num {
  position:  absolute;
  left: 0px;
  top: 0;
  padding: 10px 20px;
  background-color:  #8ea8bc;
  color:  white;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
}
body.dashboard .onboarding-steps ul li .num.complete {
  background-color:  green;
  padding:  10px 18px;
}
body.dashboard .onboarding-steps ul li:first-of-type .num:not(.complete) {
  padding:  10px 22px;
}
body.dashboard .onboardin-steps .num.workflow-action.hover:hover {
  cursor:  pointer;
}
body.login .container {
  margin:  0 auto;
}
body.login input#password {
  margin-bottom: 0;
}
body.login form input.form-control,
body.forgot-password form input.form-control {
  border:  none;
  box-shadow:  none;
  border-radius:  2px;
  font-size: 14px;
  color: #4B6464;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  width:  282px;
  padding: 13.5px 19px;
}
body.login main {
  /*padding-top:  calc((100vh - 772px)/2);*/
  padding:  0;
  display: flex;
  align-items:  center;
  justify-content:  center;
  /*margin:  auto;*/
  /*padding:  auto;*/
  background-image:  none;
  background-color:  #ebf5fd;
}
body.login .login-flex-wrap {
  display:  flex;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}
body.login .login-flex-wrap .login-left {
  width:  320px;
  background-color: white;
  padding:  110px 80px;
/*  padding-bottom:  220px;*/
  padding-bottom: 140px;
}
body.login button.solid {
  background-color:  #363a36;
  margin-top: 20px;
}
body.login a.login-link {
  font-size: 13px;
  color: #4B6464;
  letter-spacing: 0.5px;
}
body.login a.login-link:hover {
  transform: translateY(-2px);
}

body.login .login-flex-wrap .login-right {
  width:  720px;
  background-size:  cover;
  background-repeat: no-repeat;
  position:  relative;
}
body.login .login-flex-wrap .login-right h1 {
  /*font-family: ProximaNova-Bold;*/
  font-family: proxima-nova, sans-serif !important;
  font-weight:  bold;
  /*font-size: 55px;*/
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0.76px;
  line-height: 79.2px;
  position:  relative;
}
body.login .login-flex-wrap .login-right h1:after {
  content:  '';
  width:  150px;
  height:  6px;
  background:  #00e9f3;
  position:  absolute;
  bottom: -24px;
  left:  0;
}
body.login .login-flex-wrap .login-right .inner {
  padding:  180px 80px;
  padding-top: 228px;
}
body.login .login-flex-wrap .login-right .inner img.logo-white {
  filter: brightness(0) invert(1);
  width:  138px;
  position:  absolute;
  bottom: 80px;
  right:  70px;
}
body.login .login-heading-row {
  display:  flex;
  align-items:  center;
  margin-bottom: 100px;
  margin-top: 10px;
}
body.login .login-heading-row img {
  /*width:  50px;*/
  /*height:  50px;*/
  height:  50px;
  width:  auto;
  margin-right: 8px;
}
body.login .login-heading-row h2 {
  font-weight:  bold;
  font-size: 22px;
  color: #4B6464;
  letter-spacing: 0;
  margin-top: 4px;
}
p.eyebrow {
  text-transform:  uppercase;
  opacity: 0.65;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.25px;
  line-height: 20px;
  margin-bottom: 0;
}
h3.main {
  margin-top: 60px;
}
p.subheading {
  margin-bottom: 30px;
  margin-top: 4px;
  margin-left: 1px;
}
div.current-account p:not(.account) {
  margin:  0;
  font-weight:  400;
}
p.account {
  font-weight:  600;
  margin:  0;
  margin-left: 6px;
}
/*caret down for current account(s)*/
/*p.account:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color:  #83a1a0;
  margin-left: 8px;
  margin-top: 4px;
}*/
div.chart {
  /*width:  520px;*/
  width:  490px;
  padding: 12px 40px;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  margin:  0;
  height:  216px;
  margin-right: 60px;
  background-color: #fff;
  border-radius:  3px;
}
div.chart#container-line {
  width:  923px;
}
text.highcharts-credits {
  display: none;
}
/*div.circle {
  border-radius: 50%;
  background-color: lightgray;
  height: 50px;
  width: 50px;
  margin-bottom: 16px;
}*/
div.dash-card {
  width:  292px;
  margin:  0;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  position:  relative;
  padding: 21px 40px;
  height: 198px;
  background-color: #fff;
  border-radius: 3px;
}
div.dash-card h4 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing:  1px;
}
div.dash-card p {
  font-size:  13px;
}
div.dash-card ul {
  margin-top: 10px;
  margin-left: 14px;
}
li.team-link {
  margin-bottom: 4px;
  position:  relative;
  margin-left: 20px;
  line-height:  28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.team-link:before {
  content:  '';
  width:  3px;
  height:  3px;
  border-radius:  50%;
  background-color: #7ea2a1;
  position:  absolute;
  top:  12px;
  left:  -20px;
}
li.team-link:last-of-type {
  margin-bottom: 28px;
}
li.team-link a {
  text-decoration:  underline;
  font-size:  14px;
}
li.team-link a:visited {
  text-decoration:  none;
  text-decoration:  underline;
  color:  inherit;
}
div.dash-card a.button {
  position: absolute;
  bottom: 16px;
  background-color: #fff;
  border: none;
  color:  lightgray;
  box-shadow:  none;
  padding-left:  0;
  font-weight:  400;
  letter-spacing:  0;
}
div.dash-card i {
  /*color:  lightgray;*/
  color:  #dadada;
  font-size:  14px;
  margin-left: 8px;
}
/*div.dash-card a.text-link {
  position:  absolute;
  bottom: 32px;
  left:  32px;
  margin-bottom: 0;
}*/
body.forgot-password nav#sidebarMenu {
  display: none;
}
body.forgot-password .container {
  text-align: center;
  margin: 0 auto;
}
body.forgot-password main {
  padding-left: 0;
  padding-right: 0;
}
body.forgot-password h3.main {
  margin-top: 102px;
}
body.forgot-password p.subheading {
  margin-left: auto;
  margin-right: auto;
}
body.forgot-password button.submit {
/*  margin-top: 0;*/
  margin: 0 auto;
  background-color: #363a36;
  color:  white;
  width:  320px;
}
body.forgot-password button.btn {
  margin: 0 auto;
  margin-top: 6px;
}




/*
********************************
TEAMS
********************************
*/
/*body.teams h3 {
  padding-top: 60px;
}*/
.team-heading {
  text-transform: uppercase;
  font-weight: 400;
}
a span.back {
  color:  #4B6464;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.stage-name {
  font-weight:  bold !important;
  font-size: 18px;
  color: #373A36;
  padding-top: 16px;
  margin-bottom: 10px;
}
ul.selectable {
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
ul.selectable li:hover {
  cursor: pointer;
}
ul.selectable li.ui-selected {
  background-color: lightgray;
}
ul.teams li {
  min-width:  250px;
  border:  1px solid #ddd;
  background-color: #fff;
  margin: 8px 0;
}
ul.teams li:hover {
  cursor: pointer;
}
.heading-row {
  display:  flex;
  align-items:  center;
  margin-bottom: 16px;
}
#active-teams, #inactive-teams {
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 32px;*/
  margin-left:  -16px;
  /*justify-content: center;*/
}
.team-card {
  position: relative;
  /*min-height: 240px;*/
  padding:  24px 40px;
  background-color: #fff;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  display:  flex;
  color:  #446564;
  flex-direction: column;
  margin: 16px;
  /*flex: 0 0 calc(28% - 32px);*/
  width: 212px;
  margin-right:  50px;
  margin-bottom: 50px;
}
.team-card:not(.active) .team-status {
  /*filter: contrast(.5);*/
  background-color: #f0f4f5;
}
.team-card:not(.active) .team-status span {
  color: #7ea2a1;
}
.team-card:nth-child(3n) {
  margin-right: 16px;
}
#active-teams .team-card:hover {
  cursor: grab;
}
#active-teams .team-card:active {
  cursor: grabbing;
}
.team-card span,
.team-card b {
  font-size:  14px;
  letter-spacing:  0.3px;
  line-height: 28px;
}
.team-status {
  position:  absolute;
  padding: 4px 40px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #7ea2a1;
}
span.status {
  color: white;
  font-weight: bold;
  font-size:  14px;
}
/*.active-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding:  12px 24px;
}*/
.team-name p {
  font-weight:  bold;
  font-size: 18px;
  color: #446564;
  margin-top: 20px;
  margin-bottom: 4px;
}
.team-weight {
  margin-top: 16px;
  position: absolute;
  bottom: 80px;
}
.team-weight input {
  margin-left: 8px;
}
.team-card a.button {
  /*position:  absolute;*/
  /*bottom:  36px;*/
  /*left:  24px;*/
  margin-bottom: 0;
  max-width:  fit-content;
}

.team-card img.team-type {
  height: 80px;
}

body.team-types #active-teams .team-card:hover {
  cursor:  default;
}


/*
********************************
TEAM DETAIL
********************************
*/
body.team p.eyebrow {
  color: #2c6565;
  opacity: 1;
  margin-bottom: 8px;
}
label.toggle:hover {
  cursor: pointer;
}
.active-toggle input[type=checkbox] {
  visibility:  hidden;
  height:  0;
  width:  0;
}
body.team .active-toggle {
  min-width: 151px;
}
body.team .header .right ul {
  margin-bottom: 0;
}
body.team .header .right li {
  padding-bottom: 16px;
}

td.active input {
  margin-left:  16px;
}
td input.weight {
  width:  23px;
}
td input[type=text] {
  margin-left: 0;
}
.flex {
  display: flex;
}
.flex .left, .flex .right {
  padding: 21px 40px;
  position: relative;
  /*width:  calc(50% - 30px);*/
  background-color: white;
  border-radius:  3px;
}
.flex .left h4,
.flex .right h4 {
  margin-top: 0;
}
.flex.bottom {
  margin-bottom: 80px;
}
.flex.bottom .left {
  margin-right: 60px;
  width: 267px;
  position: relative;
  /*padding-bottom: 110px;*/
}
.bottom .left,
.bottom .right {
  box-shadow: 0px 1px 12px 0 rgb(55 58 54 / 15%);
}
.flex.bottom .left p,
.flex.bottom .right p {
  /*font-family: ProximaNova-Regular;*/
  font-family: proxima-nova, sans-serif !important;
  font-size: 14px;
  color: #3B6464;
  letter-spacing: 0;
  line-height: 28px;
}
.flex.bottom .left a {
  color:  white;
}
.flex.bottom .right {
  width:  514px;
  padding-bottom: 110px;
  position:  relative;
}
.rule-row {
  display:  flex;
  align-items:  center;
  margin-bottom: 20px;
}
.rule-row .auto-weight {
  padding:  11px 45px;
  margin:  0;
  margin-left: 30px;
}
.flex.bottom .left a.add-rule {
  /*background-color:  #446564;*/
  background-color:  #A684F5;
  color:  white;
  width:  390px;
  padding:  9px 77px;
}
.flex.bottom .left a.button i {
  color:  white;
}
.flex.bottom .left div.button {
  position:  absolute;
  /*bottom: 49px;*/
  top:  120px;
}
div.bottom .left ul {
  margin-top: 95px;
}
div.bottom .left ul li {
  display:  flex;
  justify-content:  space-between;
  align-items: center;
  background-color: #e3e9eb;
  border-radius: 2px;
  color:  #2c6565;
  font-weight:  bold;
  letter-spacing:  0.5px;
  font-size:  14px;
  width:  100%;
  margin-bottom:  20px;
}
div.bottom .delete i {
  padding:  8px;
}
div.bottom .delete i:hover {
  cursor: pointer;
}
div.bottom .left ul li a {
  margin-right: 9px;
}
div.bottom .left ul li a i {
  font-size:  16px;
}
div.bottom .left p,
div.bottom .right p {
  font-weight:  300;
}
div.bottom .left ul li:last-of-type {
  margin-bottom:  37px;
}
div.bottom .left ul li .inner-left {
  background-color: #e3e9eb;
  padding: 14px 18px;
  line-height:  12px;
}
div.bottom .left ul li .inner-right {
  display: flex;
  /*width:  93px;*/
  width:  83px;
  background-color: #85a1a1;
  color:  white;
  display:  flex;
  align-items:  center;
  justify-content: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size:  14px;
}
div.bottom .left ul li .inner-right a {
  /*width:  100%;*/
  /*width:  50px;*/
  height:  100%;
  /*padding: 14px 18px;*/
  margin:  0;
  padding: 14px 11px;
}
div.bottom .left ul li .inner-right .edit {
  display:  flex;
  flex-wrap: no-wrap;
}
div.bottom .left ul li .inner-right a.delete {
  width:  15px;
}
div.bottom .left ul li .inner-right i {
  color:  white;
  font-size:  14px;
  font-weight:  600;
}
select#memberRoutingRule {
  margin-top:  0;
  padding:  14px 11px;
  font-size: 14px;
  color: #3B6464;
  letter-spacing: 1px;
  width: 513px;
  box-shadow:  none;
  margin-bottom: 0;
  cursor: pointer;
  /*max-width:  229px;*/
}
div.bottom div.right table {
  margin-top: 0;
  border-collapse:collapse
}
div.bottom div.right table th.weight {
  padding-left: 5px;
}
div.bottom div.right table tr:nth-child(odd):not(:first-of-type) {
  background-color: rgba(226, 233, 235, 0.5);
}
div.bottom div.right table tr td {
  padding: 4px;
}

div.bottom div.right input {
  box-shadow:  none;
  color: #3B6464;
  font-size: 14px;
  border-radius: none;
  text-align: center;
}
.ui-slider {
  height:  0;
  top: -2px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  border-radius:  50%;
  height: 14px;
  width:  14px;
  border:  none;
  background-color:  #446564;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  cursor: pointer;
}
div.bottom div.right td,
div.bottom div.right th {
  font-size: 14px;
  color: #3B6464;
  letter-spacing: 0;
  line-height: 28px;
}
div.bottom div.right td {
  line-height:  16px;
}
div.bottom div.right th {
  font-weight:  bold;
}
body.team #preview {
  position: absolute;
  bottom: 18.5px;
}
.error, .success {
  display: none;
}
.success-msg {
  color:  green !important;
  margin-bottom: 0 !important;
}
.success {
  position: absolute;
  bottom:  21px;
  left: calc(50% - 75px);
}
body.team-rules .success {
  bottom:  27px;
}
.error-msg {
  color:  red !important;
  margin-bottom: 0 !important;
}
.error-link {
  color: red;
  font-weight: bold;
}
body.team .error {
  position: absolute;
  bottom: 100px;
  right: 34px;
}
div.bottom div.right div.buttons {
  display:  flex;
  /*margin-bottom: 10px;*/
  flex-direction:  row-reverse;
  position: absolute;
  bottom: 49px;
}
body.team div.bottom div.right div.buttons {
  bottom: 21px;
}
div.bottom div.right div.buttons a.button,
div.bottom div.right div.buttons a.text-link {
  background-color: #A684F5;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.07px;
  text-align: center;
  font-weight:  bold;
  text-shadow: 0 1px 2px rgba(32,0,0,0.22);
}
div.bottom div.right div.buttons a.text-link {
  padding:  8px 20px 10px;
  /*background-color: #85a1a1;*/
  background-color: white;
  color:  #A684F5;
  border:  1px solid #A684F5;
  text-shadow:  none;
}
div.bottom div.right div.buttons a.button,
div.bottom div.right div.buttons a.text-link {
  /*padding:  9px 90px;*/
  padding:  9px 70px;
}
div.bottom div.right div.buttons a#save {
  margin-right: 30px;
}
.ui-dialog {
  box-shadow: 10px 10px 30px 0 rgba(174,174,192,0.40);
  border-radius:  2px;
}
div#dialog.ui-dialog-content {
  height:  100%;
  /*height: 496px;*/
  width: 433px;
  padding: 0 45px;
  /*box-shadow: 10px 10px 30px 0 rgba(174,174,192,0.40);*/
  /*box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);*/
  /*border-radius:  2px;*/
}
div#dialog .dialog-inner {
  /*height:  296px;*/
  /*overflow-y:  hidden;*/
}
div#dialog ul {
  height:  260px;
  overflow-y:  scroll;
  overflow-x: hidden;
  margin-bottom: 0;
  margin-top: 0;
  height: 300px;
}
div#dialog ul li {
  font-size: 16px;
  color: #3B6464;
  letter-spacing: 0;
  line-height: 28px;
}
div#dialog ul::-webkit-scrollbar {
  display: none;
}
.dialog-bottom {
  height:  118px;
  display:  flex;
  align-items: center;
  justify-content:  center;
}
div#dialog .dialog-bottom a.button {
  padding: 12px 100px;
}
.ui-draggable .ui-dialog-titlebar {
  text-align: center;
  width:  100%;
  padding-top: 28px;
}
.ui-widget-overlay {
  background: black;
  opacity: .7;
}
.ui-widget-overlay:hover {
  cursor:  pointer;
}
.ui-dialog-buttonset {
  display:  flex;
}
span.ui-dialog-title {
  text-transform:  uppercase;
  text-align:  center;
  margin:  0 auto;
  font-weight:  bold;
  font-size: 18px;
  color: #3B6464;
  letter-spacing: 1px;
}
.ui-dialog-titlebar {
  background:  none;
  border:  none;
}
.ui-dialog-buttonset {
  display:  flex;
  flex-direction:  row-reverse;
  justify-content: center;
  padding:  0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float:  none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-of-type {
  margin-right: 0;
  background-color: #363a36;
  color:  white;
  margin-bottom: 44px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-of-type {
  margin-right: 48px;
  background-color: #446564;
  color:  white;
  margin-bottom: 44px;
}
.ui-dialog .ui-dialog-buttonpane {
  border:  none;
}
div#confirm-dialog p,
.delete-rule-dialog p {
  margin-left: 37px;
  font-size: 18px;
  color: #3B6464;
  letter-spacing: 1px;
  line-height: 28px;
}
div[aria-describedby="confirm-dialog"] span.ui-dialog-title,
div[aria-describedby|="delete-rule-dialog"] span.ui-dialog-title {
  text-align: left;
  padding-left: 35px;
  font-size: 18px;
  color: #3B6464;
  letter-spacing: 1px;
  margin-bottom: 0;
}
body.custom-teams p:first-of-type,
body.team-rules p:first-of-type {
  margin-top: 5px;
}
.custom-team-name {
  display:  flex;
  flex-direction:  column;
}
.custom-team-name input {
  width:  464px;
  height:  30px;
  margin-left: 0;
}
input:focus,
input[type="text"]:focus {
  background-color: white;
}
.custom-team-name label,
.label {
  font-size: 16px;
  color: #4B6464;
  letter-spacing: 0.57px;
  text-transform:  uppercase;
  font-weight:  bold;
  margin-bottom: 0;
}
body.custom-teams .row {
  margin-top: 56px;
}
body.custom-teams .row .left,
body.auto-weight .row .left {
  margin-right: 58px;
  position:  relative;
}
body.custom-teams .row .right,
body.auto-weight .row .right {
  /*width:  470px;*/
  width:  380px;
  position:  relative;
}
button.save,
a.save {
  /*background-color: #363a36;*/
  background-color: #A684F5;
  color:  white;
  width:  464px;
}
body.custom-teams a.add,
/*body.custom-teams button.save,*/
body.custom-teams div.tooltip,
body.auto-weight a.add {
  position:  absolute;
  bottom:  -100px;
  padding:  11px 30px;
}
body.custom-teams div.tooltip {
  padding: 0;
  bottom: -80px;
}
body.custom-teams button.save {
  padding: 11px 30px;
/*  position: absolute;*/
/*  bottom: -100px;*/
}
body.custom-teams-edit .info.save-button {
  display: none;
}
body.custom-teams button.save:not(.clickable) {
  opacity: 0.5;
  pointer-events: none;
}
body.custom-teams-edit .info {
  display: none;
}
body.custom-teams a.add,
body.auto-weight a.add {
  width: 402px;
}
a.add {
  /*background-color: #446564;
  background-color: white;
  color:  #A684F5;
}
option {
  font-size: 16px;
  color: #3B6464;
  text-align: left;
  /*margin-bottom: 10.5px;*/
}
/*option:not(:last-of-type) {
  margin-bottom: 10.5px;
}*/
option {
  margin: 0;
  padding: 5.35px 0;
  cursor: pointer;
}
body.custom-teams ul#selected-owners {
  margin-top: 40px;
  max-height:  285px;
  overflow-y: auto;
}
body.custom-teams ul#selected-owners li,
body.custom-teams ul#selected-stages li,
body.auto-weight ul#selected-stages li  {
  font-weight:  bold;
  font-size: 16px;
  color: #3B6464;
  text-align: left;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  width:  332px;
}
body.custom-teams ul#selected-owners li i,
body.auto-weight ul#selected-stages li i {
  color: #3B6464;
  font-size:  12px;
}
select#memberRoutingRule {
  background-color: #e2e9eb;
}
.full-width-button {
  text-align: right;
}



/*
********************************
TEAM RULES
********************************
*/
body.team-rules div.input {
  display:  flex;
}
body.team-rules input[type="text"] {
  margin-left: 0;
  height:  33px;
  width:  426px;
}
body.team-rules input[type="submit"] {
  width:  456px;
  height:  43px;
  /*margin-left: 59px;*/
  margin-left: 80px;
  /*margin-left: 20px;*/
  margin-top: 2px;
  color:  white;
  background-color:  #363a36;
  border-color:  #363a36;
}
body.team-rules table.add-condition input.button {
  width:  auto;
}
body.team-rules label {
  text-transform: uppercase;
}
body.team-rules p:first-of-type {
  margin-bottom: 16px;
}
body.team-rules h4 {
  font-size: 28px;
  color: #3B6464;
  text-align: left;
  font-weight:  normal;
  text-transform:  uppercase;
}
body.team-rules th,
body.team-rules label,
body.auto-weight th,
body.auto-weight label,
body.lead-weight th,
body.lead-weight label {
  font-weight:  bold;
  text-transform:  uppercase;
  font-size: 16px;
  color: #4B6464;
  letter-spacing: 0.57px;
  padding:  7px 20px;
  vertical-align: top;
}
body.team-rules tr:not(:first-of-type):nth-child(2n),
body.auto-weight tr:nth-child(odd) {
  background-color:  rgba(255, 255, 255, 0.33);
}
body.lead-weight tr:not(:first-of-type):nth-child(2n) {
  background-color:  rgba(255, 255, 255, 0.33);
}
#calculated-weights > thead > tr {
  background:  none;
}
body.team-rules table,
body.auto-weight table,
body.lead-weight table {
  border:  none;
  border-collapse: collapse;
  max-width: 990px;
  margin-left: 0;
  min-height: 90px;
}
body.team-rules table i {
  color: #446564;
  font-size:  18px;
}
body.team-rules tr td:nth-child(1),
body.auto-weight tr td:nth-child(1),
body.team-weight tr td:nth-child(1)
{
  width: 330px;
}
body.team-rules tr td:nth-child(4),
body.auto-weight tr td:nth-child(4) {
  text-align: right;
}
body.team-rules table td,
body.auto-weight table td {
  padding:  7px 20px;
}
body.team-rules table td:nth-child(2),
body.auto-weight table td:nth-child(2) {
  width:  230px;
}
.right-align {
  width:  100%;
  max-width: 990px;
  text-align: right;
}
th.object-type {
  display:  none;
}
table.add-condition th {
  /*display:  flex;*/
  /*flex-direction: column;*/
  width:  25%;
  padding-left: 0;
  padding-right: 10px;
}
table.add-condition th.operator {
  width:  250px;
}
table.add-contidion th.property-value {
  padding-right: 0;
}
table.add-contidion tr th.add {
  padding-left:  24px;
}
table.add-contidion th label {
  padding-left: 0;
}
table.add-condition select {
  margin-left: 20px;
  /*width:  343px;*/
  /*width:  250px;*/
  width:  338px;
}
table.add-condition select#operator {
  width:  229px;
}
table.add-condition select#property_value {
  width: 200px;
}
body.team-rules input.button {
  /*background-color:  #446564;*/
  background-color:  #A684F5;
  width:  258px;
  border-color:  #A684F5;
  /*border-color:  #446564;*/
}
body.team-rules input#property_value {
  margin-left: 20px;
  width:  100%;
}
body.team-rules input.button:hover {
  cursor: pointer;
}
body.team-rules select#rule_condition {
  width:  258px;
}
input#property_value {
  width: 290px;
}



/*
********************************
AUTOMATIC WEIGHTING
********************************
*/

body.auto-weight .row:nth-child(2) {
  margin-top: 120px;
}
body.auto-weight .team-heading {
  font-size:  28px;
}
body.auto-weight .container {
  margin-bottom: 100px;
}
body.auto-weight #dialog {
  height:  auto !important;
}
body.lead-weight select {
  margin-bottom: 0;
}
body.auto-weight div.select {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
}
body.auto-weight div.select label {
  padding-left:  0;
}
body.auto-weight p.intro {
  display:  none;
}
body.auto-weight h3 span {
  font-size:  inherit;
}

/*
********************************
SETTINGS
********************************
*/
body.settings {
  height:  100%;
  overflow-x: hidden;
}
body.settings div.container li.active {
  margin-bottom: 16px;
  max-width: fit-content;
  padding: 6px 16px;
  border-bottom: 1px solid #733bf6;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}
body.settings input[type="text"] {
  width:  150px;
  position:  relative;
  margin:  auto;
  color: #4b6464;
}
body.settings input.lead-cap-input {
  width:  70px;
}
body.settings td {
  position:  relative;
}
body.settings p {
  margin-bottom: 16px;
}
body.settings p.subheading {
  margin-bottom: 30px;
}
body.settings table {
  max-width: 1000px;
  margin-left: 0;
  border-spacing:  0 20px;
}
body.settings table tr {
  border-spacing: 0 30px;
}
body.settings table.main tr td:nth-child(1) {
  width:  280px;
  font-size: 16px;
}
body.settings table.main tr td:nth-child(2) {
  padding-right: 20px;
}
body.settings table.main tr input {
  padding: 8px 18px;
}
body.settings table.main tr td:nth-child(2) i {
  right:  63px;
}
body.settings table.main tr td:nth-child(2),
body.settings table.main tr td:nth-child(3) {
  width:  200px;
}
body.settings table.main tr td:nth-child(4) {
    padding-left:  20px;
}
body.settings table.main tr td:nth-child(5) {
    padding-left:  20px;
}

body.settings td i {
  position:  absolute;
  top: 9px;
  right: 14px;
  font-size: 18px;
  color:  #4b6464;
  font-weight:  200;
}
body.settings .member-sidebar {
  visibility:  hidden;
  opacity:  0;
  background-color: white;
  padding: 88px 108px;
  position:  fixed;
  top:  0;
  right:  -600px;
  transition:  .1s ease-out;
  /*z-index:  1;*/
}
body.settings select.tz {
  background-color: #e2e9eb;
  box-shadow:  none;
  color: #3B6464;
  margin-top: 20px;
  cursor: pointer;
}
body.settings .sidebar-open {
  visibility:  visible;
  opacity:  1;
  right:  0;
  height:  calc(100vh - 128px);
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
  overflow-y: scroll;
}
body.settings .member-sidebar .close,
body.dashboard .close {
    border-radius:  50%;
    position:  absolute;
    text-align: center;
    top:  12px;
  /*  left:  18px;*/
    right: 18px;
    width:  28px;
    cursor:  pointer;
}
body.dashboard .close {
  left: unset;
  right: 24px;
  top: 16px;
  padding: 0 0 3px 0;
  background-color: white;
  color: black;
}
body.dashboard .close:hover {
  transform: rotate3d(0, 0, 1, 180deg);
  transition: 0.3s;
}
body.settings .member-sidebar .close span {
  color:  #DAE4EB;
  font-size:  18px;
  font-weight:  bold;
}
body.settings div.container {
  position:  unset;
}
body.settings .member-sidebar table {
  /*max-width:  600px;*/
  width:  488px;
  margin-top: 36px;
  margin-bottom: 0;
  border-spacing:  8px;
  box-shadow: 0px 1px 12px 0 rgba(55, 58, 54, 0.15);
}
body.settings .member-sidebar table tr input {
  box-shadow:  none;
  background-color:  #e2e9eb;
  padding:  4px 18px;
  max-width:  94px;
  font-size:  14px;
  text-align: center;
  /*cursor:  pointer;*/
}
body.settings .member-sidebar table td {
  max-width: 130px;
  min-width: 75px;
  color:  #828D9E;
}
body.settings .member-sidebar table tr:first-of-type td {
  padding-top:  24px;
}
body.settings .member-sidebar table tr:last-of-type td {
  padding-bottom:  24px;
}
body.settings .member-sidebar table tr td:first-of-type {
  text-align:  center;
}
body.settings .member-sidebar table tr td:nth-child(2) {
  max-width: 100px;
}
body.settings .member-sidebar input.button.submit {
  background-color:  #ad80fd;
  color: white;
  border:  none;
  padding:  12px 170px;
  margin-top: 48px;
}
.ui-timepicker-standard a {
  font-size:  14px;
}
.info {
  display:  none;
  position:  absolute;
  top:  40px;
  width:  246px;
}
.info:before {
  position: absolute;
  top:  -10px;
  left: 17px;
  content:  '';
  border-left: 10px solid transparent;
  border-right:  10px solid transparent;
  border-bottom: 10px solid #3a6463;
}
.info p {
  color:  white;
  padding:  10px;
  border-radius:  5px;
  background-color:  #3a6463;
  margin-top: 0;
}
.tooltip {
  position: relative;
  margin-top:  -1.5px;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .info {
  display:  block;
}
span.circle {
  margin-left:  16px;
  padding: 0 9px;
  border-radius: 50%;
  background-color:  #3a6463;
  color:  white;
  font-weight: bold;
}
body.settings a.button.solid {
  margin-top: -6px;
  margin-left: 60px;
}

.table-tooltip {
    display: none;
    text-transform: none;
    font-size:  12px;
    font-weight: normal;
}
body.users th.label:hover .table-tooltip {
    display: block;
}
body.users .info {
    top: auto;
    bottom: 20px;
}
.agent-name:hover .info { 
    display: none;  
}

body.users td.hs-source-width-hack {
    max-width: 0px;
}

body.users .info:after {
  position: absolute;
  bottom:  6px;
  left: 17px;
  content:  '';
  border-left: 10px solid transparent;
  border-right:  10px solid transparent;
  border-top: 10px solid #3a6463;
}

body.users .info.remove-agent:after {
    position: absolute;
    bottom:  0px;
    left: 17px;
    content:  '';
    border-left: 10px solid transparent;
    border-right:  10px solid transparent;
    border-bottom: 10px solid #DFDFDF;
    border-top: none;
}

body.users .info.remove-agent {
    top: 60px;
    z-index: 10;
    width: 156px;
}

body.users .info.remove-agent p {
    background-color: #DFDFDF;
}

body.users .button.remove-button {
    margin: 10px 0px;
    background-color: white;
    color:#EC6744;
    border: 1px solid #EC6744;
}

body.users .button.remove-button.solid {
    background-color: #EC6744;
    color:white;
    border: 1px solid #EC6744;
}

body.users .ui-dialog-buttonset .remove-dialog:first-of-type {
    background-color: #EC6744;
    color:white;
    border: 1px solid #EC6744;
}

body.users .ui-dialog-buttonset .remove-dialog:last-of-type {
    background-color: white;
    color:#EC6744;
    border: 1px solid #EC6744
}


body.users .info:before {
    border:none;
}

body.users .availability {
    padding-left: 10px;
}

body.users .unavailable {
    color: red;
}

body.users .remove-panel-open {
    display: block;
}


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer; 
}


.upload-wrap {
    display: flex;
    align-items: center;
}

#file-upload-filename {
    font-family: proxima-nova, sans-serif !important;
    box-shadow: none;
    background: transparent;
    color: #3B6464;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px
}

#fileSelect {
    color: #5A5A5A;
    font-weight: normal;
    border: 1px solid #AEAEC0;
    background: #E3E9EB;
    text-transform: none;
}

body.upload .inner-status {
    padding: 8px;
    display: inline-block;
    background: #8C5FF4;
    border-radius: 2px;
}

body.upload .status-msg {
    display: none;
    background: #A684F5;
    color: white;
    border-radius: 2px;
}

body.upload .fa-check {
    color: white;
    padding: 6px;
    vertical-align: middle;
} 

body.upload .inner-error {
    padding: 8px;
    display: inline-block;
    background: #FEF6E0;
    border-radius: 2px;
}

body.upload .upload-error-msg {
    display: none;
    background: #FEF6E0;
    color: #373A36;
    border-radius: 2px;
}

body.upload .fa-exclamation-triangle {
    color:#373A36;
    padding: 6px;
    vertical-align: middle;
} 
/*
********************************
SETUP
********************************
*/
body.setup p {
  font-size: 18px;
  line-height: 28.5px;
  color: #3B6464;
  text-align: left;
  max-width: 1040px;
}
body.setup h4 {
  font-size: 28px;
  text-transform:  uppercase;
  margin-bottom: 8px;
  font-weight: 500;
  margin-top: 47px;
}



/*
********************************
SIGNUP
********************************
*/
body.signup form {
  display: flex;
  flex-direction: column;
  width: 440px;
  margin-top: 40px;
}

body.signup .row {
  flex-direction:  column;
  margin-top: 100px;
}

body.trial p.legal {
  line-height:  1.2;
  font-size:  12px;
  margin-top: 0;
}

body.trial input.email.form-control {
  margin-bottom: 12px;
}

body.trial.login .login-flex-wrap .login-left {
  padding-bottom: 140px;
}

body.trial button.solid {
  width:  100%;
}

body.trial .bottom,
body.login .bottom {
  position:  absolute;
  bottom: 40px;
  font-size:  13px;
  width:  320px;
}
body.login #error {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
body.trial .bottom p,
body.trial .bottom a {
  font-size:  13px;
  margin-bottom: 0;
}

body.trial iframe {
  margin-left: auto !important;
  margin-right:  auto !important;
}

body.trial .login-heading-row {
  margin-bottom: 64px;
}

body.confirm main {
  padding:  0;
}

body.confirm .row {
  margin-top: 100px;
  padding:  200px 0px;
  padding-top: 40px;
  background-color:  white;
  position:  relative;
}

body.confirm h1 {
  margin-bottom: 24px;
}

body.confirm p {
  margin-bottom: 0;
  font-size:  20px;
}

body.confirm img.nb-logo {
  position:  absolute;
  bottom: 40px;
  left: 40px;
  filter: grayscale(100%);
}

body.confirm img.dist-logo {
  margin-bottom: 100px;
}

body.confirm form.form-signin {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  width: 438px;
  justify-content:  center;
  margin-left:  auto;
  margin-right: auto;
}


/*
********************************
LOGS
********************************
*/
/*table#logs td {
  word-break: break-all;
}*/
/*table#logs th.column {
  min-width: 120px;
}*/
table#logs td.date-time {
/*  font-family: courier;*/
  font-variant-numeric: tabular-nums;
}
#logs_wrapper label,
#logs_info,
#logs_paginate {
  letter-spacing: 0.5px;
  padding: 4px;
}
#logs_info {
  margin-top: 8px;
}
#logs_wrapper select,
#logs_wrapper input {
  margin: 4px;
}
#logs_wrapper input {
  width: 240px;
  margin-left: 8px;
}



/*
********************************
MEDIA QUERIES
********************************
*/
/*@media (max-width: 1560px) {
  .team-card {
    flex: 0 0 calc(33% - 32px);
  }
}
@media (max-width: 1200px) {
  .team-card {
    flex: 0 0 calc(50% - 32px);
  }
}*/
@media (max-height:  740px) {
  body.login main {
    padding: 36px 0;
  }
}




