/* #region Core Layout */

body {
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #dbdada;
  background: url(../images/backgrounds/hubbellnight.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

input:not([type="checkbox"]) {
  font-size: 16px;
}

.footer {
  margin-top: 10px;
  width: 100%;
  height: 30px; 
  text-align: center;
  font-family: "Gotham Book";
  font-size: 12px;
  color: #C8C9C7;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 18px;
}

.footer a {
  color: #C8C9C7;
  text-decoration: underline;
  font-family: "Gotham Book";
}
.footer a:hover {
  color: #FCFCFC;
}

.panel, .panel_layout, .panel_layout_row, body, html {
  height: 100%;
}

.outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 95%;
}

.unified_container {
  background-color: white;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 448px;
  text-align: center;
}

.mainContent {
  padding: 48px 40px 40px 40px;
}

.hubbellLogo {
  width: 125px;
  height: 56px;
}

.mainContent h1 {
  padding-top: 20px;
  font-family: "Gotham Book", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.mainContent strong {
  font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
}

/* #endregion Core Layout */

/* #region General Styling */

.outer a {
  font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
  color: #2D8C9E;
  text-decoration: none;
}

.outer a:hover {
  text-decoration: underline;
  color: #2D8C9E;
}

.outer a:hover, .outer a:visited, .outer a:active {
  color:#2D8C9E;
}

.error.pageLevel {
  font-size: 0.8rem;
  color: #D0021B;
  padding-top:10px;
}

p.required {
  font-family: "Gotham Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 0.1rem;
}

.verifying-modal {
  /* display: none; */
}

.verifying-modal #verifying_blurb {
  /*display: none; */
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#overlay {
  background: #000000;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  opacity: .80;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 1s infinite linear;
  border: 5px solid #5C8200;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* #endregion General Styling */

/*#region IDP Buttons */

#SignInWithLogonNameExchange {
  background-color: #FDDB32;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
  width: 100%;
  font-size: 1.0em;
  margin-left: auto;
}

#SignInWithLogonNameExchange:hover {
  background-color: #1662c7;
}

#AmazonExchange:hover {
  background-color: #36474f !important;
}

#FacebookExchange:hover {
  background-color: #3B5595 !important;
}

#GitHubExchange:hover {
  background-color: #0f0f0f !important;
}

#GoogleExchange:hover {
  background-color: #C64A29 !important;
}

#HubbellExchange:hover {
  background-color: #FDDB32 !important;
  color: #000000 !important;
}

#HubbellOktaExchange:hover {
  background-color: #FDDB32 !important;
  color: #000000 !important;
}

#LinkedInExchange:hover {
  background-color: #0274b3 !important;
}

#MicrosoftAccountExchange:hover {
  background-color: #01a4ef !important;
}

#QQExchange:hover {
  background-color: #1a97df !important;
}

#TwitterExchange:hover {
  background-color: #1DA1F2 !important;
}

#WeChatExchange:hover {
  background-color: #4cc522 !important;
}

#WeiboExchange:hover {
  background-color: #e81123 !important;
}

#MicrosoftWorkOrSchoolExchange:hover {
  background-color: #01a4ef !important;
}

#MicrosoftPersonalExchange:hover {
  background-color: #01a4ef !important;
}

/*#endregion IDP Buttons */

/*#region Buttons*/

.buttons button {
  /* margin-left: 10px !important;*/
  font-size: 12px !important;
}

.buttons {
  font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
}

.buttons button {
  text-transform: uppercase;
  height: 36px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 2px;
}

.buttons #continue:disabled {
  background-color: #E7E6E4;
  border: none;
  color: #919490;
  font-size: 1em;
}

.buttons #continue {
  width: 100%;
  background-color: #FDDB32;
  opacity: 1;
  border: none;
  color: black;
  font-size: 1em;
  order: 2;
}

.buttons #continue:hover:not([disabled]) {
  opacity: 0.75;
}

.buttons #cancel {
  width: 150px;
  background-color: #ffffff;
  opacity: 1;
  border: 1px solid #646660;
  color: black;
  font-size: 1em;
  order: 1;
}

.buttons #cancel:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #000000;
  opacity: 0.75;
}

.buttons {
  direction: ltr;
  display: flex;
  justify-content: flex-end;
}

/*#endregion Buttons*/

/* #region Form Elements and Attribute List */

label {
  margin-bottom: .2rem;
}

#attributeList ul {
  padding: 0;
}

#attributeList ul li {
  list-style: none;
  margin: 3px 0;
}

label {
  font-weight: 600;
}

#attributeList ul li label {
  float: left;
}

#attributeList ul li.CheckboxMultiSelect label, #attributeList ul li.RadioSingleSelect label {
  display: block !important;
}

#attributeList ul li label[for=country] {
  float: none;
  display: inline-block !important;
  margin-bottom: 0.5rem;
}

#attributeList ul li label[for=cpiminternal_legalCountry] {
  float: none;
  display: block !important;
  text-align: left;
  margin-bottom: 0.5rem;
}

#attributeList ul li label[for=cpiminternal_dateOfBirth] {
  float: none;
  text-align: left;
  display: block !important;
  margin-bottom: 0.5rem;
}

#attributeList ul li input:not([type="checkbox"]) {
  outline: none;
  height: 50px;
  width: 100%;
  border-radius: 0.4rem;
  border: 1px solid #646660;
  text-indent: 10px;
}

#attributeList ul li input:focus {
  border: 2px solid #2D8C9E;
}

#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 20px;
}

#attributeList ul li .attrEntry.validate input:invalid, 
#attributeList ul li .attrEntry.validate input.invalid,
#localAccountForm input.invalid {
  border: 1px solid #bb0000;
}

#attributeList ul li .attrEntry .itemLevel {
  display: none;
}

#attributeList ul li .attrEntry .dropdown_single {
  height: 45px;
  border-radius: 4px;
  width: 100%;
  padding-left: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}

#attributeList ul li .attrEntry .dropdown_single option:first-child {
  display: block !important;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
  display: table;
  width: 100%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
  border-radius: 4px;
  display: table-cell;
  height: 36px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
  padding-left: 15px;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_day.day {
  margin-right: 3%;
  width: 23%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_month.month {
  margin-right: 3%;
  width: 38%;
}

#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_year.year {
  width: 33%;
}

#attributeList ul li .helpLink {
  display: none;
}

#attributeVerification .buttons {
  margin-top: 15px;
}
/* #endregion Form Elements and Attribute List */

/*#region Responsive */

@media only screen and (max-width: 991px) {
  /*
  .hubbellLogo {
    width: 150px;
  }
  .mainContent {
    padding: 20px 30px;
  }
  .mainContent h1 {
    padding-top: 10px;
    font-size: 2.1rem;
  }
  .mainContent p {
    padding-top: 10px;
  }
  body {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  */
}

@media only screen and (max-width: 480px) {
  .mainContent {
    padding: 30px 5px;
  }
  body {
    background: none;
  }
  .unified_container {
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .footer {
    color: #000000;
  }
  .footer a {
    color: #525252;
  }
  .footer a:hover {
    color: #C8C9C7;
  }
  .outer {
    min-height: 85%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .mainContent {
    padding: 30px 5px;
  }
}

/*#endregion Media */