﻿/* 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 */
a,
.nav-link {
  color: #ffca00;
}
a:hover,
.nav-link:hover {
  color: whitesmoke;
}
header {
  background-color: #780121 !important;
}
.wrapper {
  padding: 10px;
}
h3 {
  margin-bottom: 18px;
  margin-top: 12px;
  color: maroon;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.gallikerColor {
  background-color: #780121;
  color: #ff9200;
}
.alertFont {
  font-weight: 700;
  font-size: large;
  margin: 0;
  padding: 0;
  padding-top: 13px;
}
.gallikerYellow {
  background-color: #ff9200;
  color: #780121;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.tabwidth {
  width: 220px;
}
.tabheight {
  min-height: 170px;
}
.inputheight {
  min-height: 68px !important;
}
.cardmaxwidth {
  max-width: 800px;
}
.btn-dark.focus,
.btn-dark:focus {
  background-color: #780121;
}
.backgroundDownload {
  background-color: #780121;
  margin-bottom: 50px;
}
.backgroundDownload:hover {
  background-color: #ff9200;
  color: #780121;
}
/*.container{
    min-width:780px;
}*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0;
    margin: 0;
  }
  header {
    visibility: hidden;
    height: 0;
    margin: -50px;
  }
  .wrapper {
    margin: -10px;
  }
  form {
    padding: 0;
    margin: 0;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 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: #f4f4f4;
}
form {
  padding-top: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
