@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900);

/* General Styles */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #565656;
  margin: 0 !important;
}

body, p {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 200;
  text-transform: uppercase;
}

a:link, a:visited, a:active {
  color: #209fd9;
  text-decoration: none;
}

a:hover {
  color: rgba(32, 159, 217, .7);
  text-decoration: none;
}

/* Layout */
.content {
  width: 1024px;
  position: relative;
  margin: 0 auto;
}

.content2 {
  padding-top: 20px;
  width: 1024px;
  position: relative;
  margin: 0 auto;
}

.div-home {
  padding: 40px;
  position: relative;
}

/* Header */
.page__header {
  width: 100% !important;
  z-index: 50;
  height: 80px;
}

.img__logo {
  width: 240px;
  height: 60px;
  padding-top: 10px;
  border: 0;
}

.deltek-header {
  background-color: #0c335a;
}

.deltek-stripe {
  color: #686868;
  height: 7px;
  background-color: #868686;
}

.support {
  list-style: none;
  float: right;
  padding: 15px;
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}

.support__portal {
  color: #565656 !important;
  padding-bottom: 15px;
}

.deltek-support__portal {
  color: #fbfdfd !important;
  padding-bottom: 15px;
}

.support__portal:hover, .deltek-support__portal:hover {
  border-bottom-style: solid;
  border-bottom-color: #31aadf;
  transition: all .15s ease-in-out;
}

/* Banner */
.banner {
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  border-bottom: 5px solid #26A9E1;
}

.banner__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.banner__info {
  position: absolute;
  width: 1024px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.banner__title {
  font-size: 48px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* Buttons */
.buttons {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 14.3px 15px 14.3px 70px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAB20lEQVRoge2ZvUoEMRDHM36gjYiHhSBY2VhZ2FhbWFgJV/kYgoX4GGclCIKPYHOVV1goiI2C+gKCVoqFVurPZsQPLnvZXJLdW/ff3CUzzOS3s8lms8bUKpckywgQKe+tMWZFRB5CBRwKFSinFowxHWAmSTZUMWKqbpLARAa5/PE7HTKHNWmMmMAUcJGkMjFB9H8amNgg2o4PkwJE++LCpALR/ngwKUHUFgcmNYjaw8MUAaI+YWGKAlG/XDBOm0YRyfTLoz4uzJWILNqMgwSSOY4R36C+8rkoLvBFbeODqwYpmyoD4jXZQz9bQqyK/7siIZ8roVSZitQgidXp5eC11+p31co7x4CGMeZcROZtPgNRERF5NMY0vQPEeB+JpdJXBGgAbfo5jSy6IsAocKzDOAHGfAMVDbLHbx34BuoKQmBZcu+o+RlYB560vT0wIEATeAfegDXtW9X2B7ARBCSmgCXgRVNv/rFtaf8rsJwnaFIQYBa407SHFp99td8Dc66Bk4EAE3x//DnFskIB48CZ+l0Dky7Bk4AAw8BRr/ljmWJtIPt1JCHIrmWQLiAArV4Jkt1aLrmzxlP6LYqrapCyqTIgTqcoKSe87wlNZSpSuvOpL2XdBd2qVpmKfAJIqtgYMGTEHQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: inherit;
  color: #fff !important;
  border-radius: 7px;
  background-color: #31aadf;
  width: 34%;
  max-width: 100%;
  white-space: normal;
  font-size: 18px;
  border: 0;
  display: inline-block;
  text-shadow: none;
  box-sizing: border-box;
  transition: background-color .4s;
}

.button__text {
  text-align: center;
  line-height: 20px;
}

.buttons:hover {
  background-color: #06588A;
}

/* Form Elements */
.form-control {
  display: block;
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.login-btn {
  color: #fff;
  background-color: #31aadf;
  border-color: #2e6da4;
  padding: 10px 20px;
}

.login-btn:hover {
  background-color: #06588A;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.loginerror {
  color: #a94442;
  display: block;
  margin-top: 5px;
}

/* Vector Backgrounds */
.vector-background {
  z-index: -99;
  position: absolute;
}

.vector1 {
  left: 578px;
  top: 86px;
  position: absolute;
  transform: scale(0.72);
}

.vector2 {
  left: 600px;
  top: -100px;
  position: absolute;
  transform: scale(0.72);
}

/* Admin Specific */
.admin-row {
  padding-top: 20px;
}

/* Login Form Specific */
.login-form-container {
  left: -141px;
  top: 100px;
}

/* File Upload Components */
.file-upload-container {
  margin-top: 20px;
}

.file-input {
  width: 100%;
  max-width: 500px;
}

.securefiletime {
  width: 150px;
}

.copy-icon {
  width: 30px;
  cursor: pointer;
}

/* Cloak for Vue.js */
[v-cloak] {
  position: relative;
}

[v-cloak]:before {
  content: 'Please Wait';
  font-size: 35px;
  text-align: center;
  padding-top: 60px;
  font-family: Arial Black;
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 200px;
  top: 0;
  left: 0;
  background-color: whitesmoke;
}

/* User Lists */
.userlist {
  width: 300px;
  font-size: 1.1em;
  scroll-behavior: auto;
}

/* Page Title */
.page-title {
  font-size: 25px;
  margin: 10px 0;
}

/* Thank You Message */
.thank-you-message {
  font-size: 24px;
  color: #31aadf;
  margin: 20px 0;
}

/* Email Template */
.email-container {
  font-family: 'Open Sans', sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

.email-header {
  background-color: #0c335a;
  color: white;
  padding: 15px;
  text-align: center;
}

.email-content {
  padding: 20px;
  line-height: 1.5;
}

.email-footer {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

/* Responsive Design */
@media all and (max-width: 1023px) {
  .banner__info {
    width: 70%;
  }

  .banner__title {
    font-size: 40px !important;
    text-align: center !important;
  }

  .content2 {
    width: 100% !important;
    position: relative;
    margin: 0 auto;
    text-align: center !important;
  }

  .content {
    width: 100% !important;
  }

  .buttons {
    width: 54% !important;
    font-size: 14px;
  }
}

@media only screen and (max-width: 760px) and (min-width: 320px) {
  .img__logo {
    width: 50% !important;
  }

  .buttons {
    width: 100% !important;
  }
}