﻿/* 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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    background-origin: border-box;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
}

.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;
}

label.required:after {
    color: #A94442;
    content: ' *';
    display: inline;
}

.more-less {
    float: right;
    color: #212121;
}


.help-block {
    font-size: 80%;
    font-weight: 400;
}

.card-deck-limit-card-width .card {
    max-width:18rem;
}

main > .container,
main > .container-fluid {
    margin-top: 60px;
}

/*****/
.CodeMirror-fullscreen,
.editor-toolbar.fullscreen {
    z-index: 1040;
}

.min-card-header .card-header,
.min-card-header .card-footer {
    min-height: 5rem;
}

.avmred-text {
    color: #D10019;
}

.avmred-bg {
    background-color: #D10019;
}

/*
#login-choices .card {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent;
}

#login-choices .card .card-header,
#login-choices .card .card-footer {
    background-color: transparent;
    border: none !important;
}
    */

#login-choices .card .card-header,
#login-choices .card .card-body
{
    display: none;
}

.limit-width-and-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 65rem;
}