﻿/*
  _   _  ____     
 | \ | ||  _ \  _ 
 |  \| || |_) |(_)
 | . ` ||  _ <    
 | |\  || |_) | _ 
 |_| \_||____/ (_)

THIS .CSS FILE HAS BEEN GENERATED FROM LESS.

MAKE ANY NECESSARY CHANGES TO THE CORRESPONDING *.LESS FILE AS ANY CHANGES IN HERE WILL BE CLOBBERED!
  
  - do you even lift bro?
*/
* {
  margin: 0;
  font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif' !important;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow: hidden;
}
html,
body,
.container {
  height: 100%;
  background-color: #fff;
}
a {
  text-decoration: none;
}
.pvSelectContainer {
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px 8px 5px 8px;
  border: 1px solid #999999;
  background: #E5E5E5;
  cursor: pointer;
  width: 183px;
  height: 20px;
}
.pvSelectContainer[disabled] {
  opacity: 0.3;
}
.pvSelectContainer.disabled .selectedText,
.pvSelectContainer.disabled .affordance {
  color: gray;
}
.pvSelectContainer.tabular {
  display: inline-block;
  width: 100%;
}
.pvSelectContainer .selectedText {
  float: left;
  padding: 3px 3px;
  white-space: nowrap;
}
.pvSelectContainer .affordance {
  display: inline-block;
  padding-top: 7px;
  padding-right: 2px;
  color: #494949;
}
.pvSelectContainer .affordance,
.pvButtonGroup .affordance {
  font-size: 10px;
  line-height: 1;
}
.pvSelectContainer.disabled:hover {
  border: 1px solid #999999;
  background: #E5E5E5;
}
.pvSelectContainer:hover {
  border: 1px solid #666666;
  background: #E5E5E5;
}
.pvSelectContainer .affordance.hover {
  color: #3D5270;
}
ul.pvSelectMenu {
  outline: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 300px;
  overflow: auto;
  width: auto;
}
ul.pvSelectMenu li {
  background: white;
  padding: 0px 5px 3px 5px;
  margin: 2px;
  width: auto;
  cursor: pointer;
  color: #416276;
}
ul.pvSelectMenu li.selected {
  border: 1px solid #416276;
}
ul.pvSelectMenu li:hover {
  color: White;
  background: #416276;
}
div.pvPopup {
  position: absolute;
  display: none;
  z-index: 20001;
  /*want this to show up, if something comes up with this contact CMM*/
  background: #FFF;
  margin: 0px;
  padding: 0px;
  color: #416276;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  border-top: 1px solid #989D9E;
  overflow: hidden;
}
.login-wrapper {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
.vertical-floater {
  float: left;
  height: 40%;
  width: 100%;
  margin-bottom: -50px;
}
.vertical-centered {
  clear: both;
  height: 385px;
  width: 100%;
  position: relative;
}
.styled-select {
  overflow: hidden;
  width: 296px;
  height: 30px;
  margin-bottom: 15px;
  border: 1px solid #b3b3b3;
  position: relative;
  background: #F8F8F8;
}
.styled-select:after {
  content: "▼";
  color: black;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  line-height: 1;
}
.styled-select select {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 20px;
  height: 30px;
  width: 296px;
  padding-left: 10px;
  line-height: 1;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  color: #416276;
}
.styled-select select option {
  color: #416276;
}
.login-form-inputwrapper {
  width: 304px;
}
.login-form input {
  display: block;
  margin-bottom: 20px;
  height: 30px;
  width: 266px;
  padding: 0px 15px;
  line-height: 1;
  color: #416276;
  border: 1px solid #b3b3b3;
}
.login-form button,
.login-form input[type=submit] {
  display: block;
  margin-bottom: 10px;
  height: 30px;
  width: 300px;
  text-align: center;
  border: solid 1px #fff;
  color: white;
  background: #416276;
}
.login-form button.disabled {
  background-color: #999999;
  cursor: default;
}
.login-form button.disabled:hover {
  background-color: #999999;
  cursor: default;
}
.login-form button:hover,
.login-form input[type=submit]:hover {
  cursor: pointer;
  background: #618DBF;
}
.login-form button:active,
.login-form input[type=submit]:active {
  background: #416276;
}
.login-form button.dim,
.login-form input[type=submit].dim {
  color: black;
  border: 1px solid #bfbfbf;
  position: relative;
  background: #f4f4f4;
}
.login-form button.dim:hover,
.login-form input[type=submit].dim:hover {
  background: #618DBF;
}
.login-form a,
.login-form a:visited {
  line-height: 1;
  color: #416276;
}
.login-form a:hover {
  color: #618DBF;
}
.copyright {
  margin-top: 10px;
}
.copyright a,
.copyright a:visited {
  color: #416276;
  text-decoration: none;
}
.copyright a:hover {
  color: #618DBF;
}
#EmailErrorLabel {
  display: block;
  height: 12px;
  margin: -10px 0 10px;
}
/* -- Desktop-unique Styles */
.main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.login-logo {
  background: url(../../../../images/_login/standard/logo_pve.png);
  background-repeat: no-repeat;
  min-width: 370px;
  background-position: center center;
  display: inline-block;
}
.details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  background-color: #F8F8F8;
  border-left: 1px solid #D8D8D8;
  padding-left: 50px;
  flex: 1 1 auto;
}
.words {
  flex: 0 1 auto;
  font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif' !important;
  -webkit-font-smoothing: antialiased;
  padding: 0 50px 20px 0;
}
.msp-addin-words {
  flex: 0 1 auto;
  font-family: 'ProximaNova', 'Arial', 'Helvetica', 'sans-serif' !important;
  -webkit-font-smoothing: antialiased;
  padding: 0 50px 20px 0;
  word-wrap: break-word;
  width: 875px;
}
.login-form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signout .login-form {
  padding-top: 70px;
}
.signout .login-logo:before {
  height: 106px;
  top: 105px;
}
.login-form p {
  float: right;
}
.login-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #707070;
  color: #5f5f5f;
}
.login-footer .footer-logo {
  background: url(../../../../images/_login/standard/planview-logo-white.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 150px;
  height: 36px;
}
.login-footer p {
  padding: 0 30px;
  line-height: 1.2em;
}
.privacy {
  padding-bottom: 30px;
}
.login-form.reset-pass #btnSave,
.login-form.reset-pass #btnCancel {
  display: inline-block;
  float: right;
  width: 100px;
  margin: 5px 0 0 5px;
}
.select-region-display-text {
  margin: 5px 0px;
  font-weight: bold;
  font-size: medium;
}
.export-controlled {
  margin: 15px 5px;
  color: red;
  font-weight: bold;
  font-size: large;
}
.honeywell-export-controlled {
  margin: 15px 5px;
}