﻿/* 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 {
  color: #0366d6;
}

.btn-primary {
    border: none;
    border-radius: 20px;
    min-width: 5em;
    color: #fff;
    background-color: #02304B;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #02304B;

}

.btn-primary:hover {
    background-color: #034F77;
}

.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;
  }
}

.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 */
  font-family: "Lato", Sans-serif;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

button.button-link {
    font-size: 1em;
    text-align: left;
    color: #0366d6;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

button.button-link:hover span,
button.button-link:focus span {
    text-decoration: underline;
}

ul.file-input-list {
    list-style-type: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

ul.file-input-list:not(:empty) {
    padding-bottom: 1.5em;
}

li.file-input-list-item {
    background-color: #00000005;
    padding: .2em .2em .2em .2em;
}

.file-input-list-item-filename {
    margin-left: 2px;
}

.file-input-list-item-filename:last-child {
    margin-bottom: 0;
}

li.file-input-list-item:nth-of-type(odd) {
    background-color: #00000010;
}

li.file-input-list-item > label {
    margin: 0;
    width: 90%;
}

.rightToLeft {
    display: flex;
    direction: rtl;
}

.error-modal-content {
    background-color: #ffeeee;
}

#errorModalLabel {
    color: red;
}

.btn-captcha {
    padding-left: .4em;
    padding-bottom: 0;
    padding-top: 0;
    font-size: small;
}

#dropzone {
    outline: 2px dashed #8a9d9f;
    outline-offset: -2px;
    width: 100%;
}

#dropzone.is-dragover {
    background-color: #bbedf2;
    box-shadow: 0 0 8px 0 #00727d;
}

.dropzone-content-text {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.header-norne-logo {
    width: 150px;
}