﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

ul li {
  list-style-type: none;
}

.validation-summary-errors, .field-validation-error {
  color: red;
}

.row {
  margin-bottom: 0.5rem !important;
}

.validation-summary-errors ul {
  padding-left: 0;
}

.table tr.rowCursor {
  cursor: pointer;
}

.table tbody tr:hover {
  background-color: lightgray;
}

input:placeholder-shown {
  font-style: italic;
}

.table.table-row-no-hover tr:hover {
  background-color: transparent;
}

.icon-button {
  padding: 0;
  border: none;
  background: none;
}

.glyphicon-remove {
  color: darkred;
}

.table-nonfluid {
  width: auto !important;
}

.select-auto-width {
  width: auto;
}

.link-button {
  border: none;
  background: none;
}

.login-page .two-factor {
  width: 520px;
}

.login-page .two-fa-box {
  height: 110px;
  width: 110px;
  text-align: center;
  border-color: gainsboro;
  box-shadow: none;
}

.login-page .two-fa-box span {
  align-self: flex-end;
}

.login-page .two-fa-box:hover:not(:disabled) {
  border-color: blue !important;
  cursor: pointer;
}

.login-page .two-fa-box[selected] {
  border-color: blue !important;
}

.login-page .message {
  margin-left: 45px;
}

.login-page .codeBox {
  width: 120px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.login-page .two-fa-options button {
  border-radius: 1.5rem !important;
  border: 2px solid gainsboro !important;
}

.login-page .two-fa-options button[disabled] svg {
  opacity: 0.2;
}

.login-page .two-fa-options button svg {
  /*margin-left: 6px;*/
}

.login-page .two-fa-options button div {
  /*margin-top: 10px;*/
  width: 100%;
}

.login-page .two-fa-options button.emailButton svg {
  position: relative;
  top: 0px;
  scale: 0.8;
}

.login-page .two-fa-options button.textButton svg {
  position: relative;
  top: 5px;
  scale: 0.8;
}

.login-page .two-fa-options button.authenticatorButton svg {
  position: relative;
  top: 3px;
  scale: 0.8;
}

.login-page .agreements .card {
  width: 380px;
}

.login-page .agreements .glyphicon {
  color: #007bff;
  transform: scale(0.7);
  position: relative;
  top: 3px;
}
