﻿/* 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;
}

.icon-banner {
    height: 30px
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/*.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: red;
}
*/
/*.btn-primary {
    color: #fff;
    background-color: #c32c2b;
    border-color: #9c2322;
}
*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #9c2322;
    border-color: #922120;
}

/* 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
-------------------------------------------------- */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.multi-form {
    max-width: 850px;
    width: 90%;
}

.max-width {
    max-width: 550px
}

.profile-pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.choosePhotoWidget input[type="file"] {
    position: absolute;
    cursor: pointer;
    width: 80px;
    height: 80px;
    z-index: 100;
    opacity: 0;
    padding: 10px 0 10px 0;
}

iframe.signout {
    opacity: 0
}

.paperclip {
    font-size: 40px;
    width: 40px;
    left: 32px;
    position: absolute;
    bottom: 440px;
    opacity: 0.4;
}

.choosePhotoWidget ::-webkit-file-upload-button {
    cursor: pointer;
}

.choosePhotoWidget ::-ms-browse {
    cursor: pointer;
}

.ms-square {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-left: -3px;
}
