/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
nav a:link, nav a:visited,
nav a:hover, nav a:active {
  color: black;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #254CA1;
  border-color: #254CA1;
}
.btn-primary:hover {
  background-color: rgb(25, 53, 112);
}
.btn-primary:disabled {
  color: #254CA1;
  background-color: #fafafa;
  border-color: #254CA1;
  opacity: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.center {
  display: block;
  text-align: center;
}

/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #fafafa;
}
body.login {
  background-color: #354b5d;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  text-align: center;
  color: #636363;
}
footer.login {
  background-color: #fafafa;
}

/* Login box style
------------------------------------------------- */
main.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 380px;
}
.form-footer {
  margin-top: 20px;
}
.form-container {
  border-radius: 10px;
  padding: 30px;
  background-color: white;
}
h3.space {
  margin-bottom: 20px;
}
.btn-light {
  border: #ced4da solid thin;
}
.btn-success {
  background-color: #008000;
}
small.other {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
small.other:before,
small.other:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ced4da;
    margin: auto;
}

/* Header style
------------------------------------------------- */
.header{
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.header-login{
  text-align: center;
  padding: 20px;
}

/* Address styles
------------------------------------------------- */
div.adr {
  padding-bottom: 20px;
}
p.adr {
  padding: 0 auto;
  margin: 0 auto;
}
/* FAQ styles
------------------------------------------------- */
.question {
  font-weight: bold;
}
.answer {
  font-style: italic;
}

/* Table styles
-------------------------------------------------*/
td.history-method {
  text-align: center;
}
td.total {
  color: #CC0000;
  font-weight: bold;
  text-align: right;
}
table.account {
  margin-top: 10px;
  width: 100%;
}
table.pplan {
  width: 45%;
  margin-top: 10px;
}
@media (max-width: 450px) {
  table.pplan {
    width: 100%;
  }
}
#datatable_filter.dataTables_filter {
    display: none;
}
.page-item.active .page-link {
    background-color: #254CA1 !important;
    border: 1px solid #254CA1;
}

tr.hide-table-padding td {
  padding: 0;
}

.expandButton {
  position: relative;
}

.accordion-toggle .expandButton:after {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translate(0,-50%);
  font-family: "Material Icons";
  font-size: 25px;
  color: grey;
  content: 'expand_more';
}

.accordion-toggle.collapsed .expandButton:after {
  content: 'chevron_right';
}

/* PaymentForm styles
-------------------------------------------------*/
.container-p {
  background-color: #f2f2f2;
  padding: 10px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.icon-container {
  margin-bottom: 14px;
  padding: 8px 0;
}

p.asterisk {
  font-size: 12px;
  color: #636363;
  float: right;
}

small {
  color: #636363;
}

#errorid {
  color: #CC0000;
}

#errorid-echeck {
  color: #CC0000;
}

div.terms {
  margin-top: 20px;
}

/* PaymentResults styles
-------------------------------------------------*/

p.errorMessage {
  margin-left: 10px;
}
div.message {
  margin-bottom: 50px;
}

/* Search styles
-------------------------------------------------*/

a.view {
  color: #0366d6;
  text-decoration: underline;
}
div.format {
  padding: 0 12px;
}

/* AccountView styles
-------------------------------------------------*/
div.summary {
  margin-left: 10px;
}
h3.summary {
  margin-bottom: 15px;
}
