/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
  --poweradder-blue: #1971C2;
  --poweradder-font: #0056b3;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

body, html {
  height: 100%;
}

main {
  width:100%
}

.main-container {
   display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/*admin side nav*/
/* The sidebar menu */
.admin-nav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 210px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 50px;
}

.admin-nav p {
  padding: 0px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: gainsboro !important;
  display: block;
}

.admin-nav a {
  padding: 20px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: gainsboro !important;
  display: block;
}

.admin-logout {
  position: absolute;
  bottom: 10px;
}

/* When you mouse over the navigation links, change their color */
.admin-nav a:hover {
  background-color: dodgerblue;
  color: white !important;
}

.button-custom-small {
  margin-top: 6px;
  border: none;
  color: white;
  border-radius: 7px;
  cursor: pointer;
}

  .button-custom-small:hover {
    color: dodgerblue !important;
  }

.custom-display-grid th {
  padding-right: 50px;
}

.custom-display-grid td {
  padding-right: 25px;
  max-width: 220px;
  overflow-wrap: break-word;
}

/*All the new styles */

.logo-container {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.content-container {
  padding: 15px 20px 30px 15px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  width: 25%;
  max-width: 372px;
  min-width: 350px;
  border-radius: 10px;
}

.content-container-sm {
  padding: 15px 20px 30px 15px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  width: 20%;
  max-width: 372px;
  min-width: 388px;
  border-radius: 10px;
}

.main-wrapper-container {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-admin {
  display:flex;
  background-color:#ffffff;
}

.poweradder-btn-primary {
  color: #F0F1F5;
  background-color: var(--poweradder-blue);
  border-color: var(--poweradder-blue);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
}

.poweradder-btn-normal {
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: var(--poweradder-blue);
  border: 1px solid #F5F5F5;
}

.center-elems {
  text-align: center;
}

.poweradder-font {
  font-weight: 500;
  color: var(--poweradder-font);
}

.poweradder-font-text {
  color: var(--poweradder-blue);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
}

.main-wrapper-container label {
  color: #222B3D;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.poweradder-medium-image {
  height: 200px;
  width: 300px;
}

.poweradder-small-image {
  height: 100px;
  width: 200px;
}

.poweradder-help-text {
  font-size: 11pt;
  color: #666E7D;
}

.inline-opposing {
  display: flex;
  justify-content: space-between;
}

#forgot-password {
  font-size: 13pt;
}

/*Validation Overrides*/
.disable-text-danger.text-danger.field-validation-error {
  display: none;
}

.text-danger span {
  font-size: 12px;
}

.text-danger.validation-summary-errors {
  font-size: 14px;
  font-weight: normal;
  background-color: #fff5f5 !important;
  color: #c92a2a !important;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-radius: 3px;
  max-width: 100%;
  padding-left: 10px;
  background-position: 10px 50%;
  background-image: url(../Images/error-icon.png);
  background-repeat: no-repeat;
}

.text-danger.validation-summary-errors li {
  list-style-type: none;
}

  .text-danger.validation-summary-errors ul {
    padding-left: 20px;
  }

.checkbox {
  background-color: green;
}

.main-row-cell {
  width: 900px;
  margin-right: 30px;
}

.padding-top-50 {
  padding-top:50px;
}
.margin-bottom-24 {
  margin-bottom: 24px;
}

.bg-grey {
  background-color: #F5F5F5;
}

.container-login {
  margin: auto;
}

form {
padding:0px 16px 0px 16px;
}
.form-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #222B3D;
}

.field-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #222B3D;
  padding-bottom:8px;
  padding-left:16px;
}

.btn-lock {
  width: 145px;
}

.top-sticky-note{
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
}

.action-column {
  max-width: none;
  flex-wrap: nowrap;
}
