:root {
  --login-box-width: 420px;
  --login-box-height: 380px;
}

body {
  overflow: hidden;
  font-family: Poppins;
  font-style: normal;
}

button.btn-blue {
  background: #006699;
  border-radius: 4px;
  height: 40px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2px 22px 2px 22px;
  margin: auto;
}

.page-login div.main {
  height: calc(100vh - 75px);
  width: 100vw;
  background: #F6F6F6;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 10px;
}

div.login-screen {
  text-align: center;
}

div.login-top-line {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 99%;
  background: #006699;
}

img.login-logo {
  left: calc(50vw - 70px);
  margin-top: 10vh;
}

div.login-container {
  width: var(--login-box-width);
  height: var(--login-box-height);
  margin: auto;
  margin-top: 70px;
  background: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.9;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

div.account-sign-in {
  height: 36px;
  margin-top: calc(50% - 36px/2 - 152px);
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 24px;
  color: #252835;
}

div.login-form {
  width: 280px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 57px;
}

div.login-form>input {
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
  display: block;
  margin-bottom: 20px;
  width: 280px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  color: #252835;
  padding: 5px;
}

div.login-form>input::placeholder {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
  color: #252835;
}

div.login-container button {
  width: 142px;
}

div.forgot-password {
  margin: auto;
  margin-top: 50px;
}

div.forgot-password>button.btn-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  color: #252835;
}

#login-alert {
  margin-top: 36px;
}

div.people-left-panel {
  width: 200px;
  height: 100%;
  margin: auto;
  margin: 0px;
}

div.people-navigation-logo {
  height: 70px;
  /*background: #252835;*/
  text-align: center;
  margin-right: 10px;
  margin-left: -16px;
}

div.people-navigation-logo img {
  /* height: 100%; */
  margin-top: 7%;
}

/* NAVBAR */

nav.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #006699;
  top: 0;
  width: 100vw;
}

.collapse.show {
  background: #006699;
  width: auto;
}

.people-nav {
  margin-top: 9px;
}

.nav-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  color: #FFFFFF;
}

.nav-link>img {
  margin-right: 16px;
  margin-left: 30px;
}

.navbar {
  padding: .5rem 3rem 1rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff ! important;
  font-weight: normal;
}

.header-filters {
  height: 115px;
  width: 100%;
  margin: 0px;
  background: #FFFFFF;
}

.content-header {
  display: inline-block;
  width: 200px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #252835;
}

.filters {
  display: inline-block;
  width: calc(100% - 200px - 30px);
}

.left-pane {
  display: inline-block;
  float: left;
  width: 200px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
  color: #FFFFFF;
  background: #006699;
  padding: 0px;
  height: calc(100vh - 186px);
  /* -115px */
}

.main {
  float: left;
  height: calc(100vh - 75px);
  width: calc(100% - 200px);
  background: #F6F6F6;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 7px 10px 10px 10px;
}

.header-menu {
  position: relative;
  top: 0;
  display: inline-block;
  width: calc(100% - 220px);
  padding: 0px;
  height: 115px;
  line-height: 115px;
}

.header-menu label {
  display: inline;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
  color: #006699;
}

.header-menu select {
  display: inline;
}

.header-menu button {
  display: inline;
  font-weight: 600;
  line-height: 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: #006699;
}

.header-menu button>img {
  margin-right: 16px;
}

.modal-content {
  padding: 36px;
}

.dropdown-menu.show, .dropdown-menu.show:hover {
  background: #006699;
}

.dropdown-menu.show .dropdown-item {
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  color: #FFFFFF;
  background: #006699;
}

.dropdown-menu.show .dropdown-item:hover {
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
  background: #006699;
}

.language-select {}

.language-select.show img {
  margin-left: 0px;
  margin-right: 10px;
}

.language-select img {
  width: 20px;
  margin-right: 2px;
  margin-left: 20px;
}

.invisible-input {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: none;
  background: none;
  background-color: rgba(248, 245, 245, 0);
  height: 1px;
}

#candidates_filter label input {
	min-width: 300px;
}

.page-item.active .page-link {
  background-color: #006699;
  border-color: #006699;
}

img.candidate-photo-image {
  width: 90px;
  border-radius: 50%;
}