﻿ /* 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;
}
.modal {
    overflow-y: auto;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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 */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

th,
td {
    width: 150px;
    padding: 5px;
}

.modal {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #a5ce43;
    background-repeat: no-repeat;
}

.spinner {
    border: 16px solid #333333;
    border-top: 16px solid #a5ce43;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ott-text {
    color: #a5ce43 !important;
    font-weight: 900;
}

.validation-message {
    color: red;
    font-size: 12px;
}

.btn-ott {
    background-color: #a5ce43;
    color: #333333;
}

.side-nav {
    background-color: black;
}

.dataTables_wrapper {
    font-family: Arial;
    font-size: 14px;
}

table.dataTable tbody td {
    font-family: Calibri, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 1px;
}

table.dataTable th {
    background-color: #9e9e9e;
    color: #ffffff;
    border-bottom: 0px solid #111;
}

table.dataTable thead th {
    border-bottom: 0px solid #111;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.inputError {
    font-size: 10px;
    color: red;
    font-style: italic;
}

.waitMessage {
    font-size: 12px;
    color: red;
    font-style: italic;
}

.dataTables_paginate {
    font-size: 10px;
}

.dataTables_info {
    font-size: 10px;
    margin-left: 20px;
}

.dataTables_filter {
    font-size: 12px;
}

.container.upload input#files {
    border: unset;
    border-radius: unset;
}

input#files {
    width: 0px;
    height: 0px;
    position: absolute;
}