﻿/* 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 {
  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 */
}
.table {
    width: 100%;
    margin-bottom:0px !important;
}

.table td, .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.table td {
    padding-bottom: 0rem;
    vertical-align: top;
}


.triangle-container {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #006dae;
    height: 350px;
    width: 100%;
}

.triangles {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 350px;
    width: 100%;
}

.triangle-container2 {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: green;
    height: 350px;
    width: 100%;
}

.triangles2 {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 350px;
    width: 100%;
}

.triangle-container3 {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: orangered;
    height: 350px;
    width: 100%;
}

.triangles3 {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 350px;
    width: 100%;
}

.triangle-container-sm {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #006dae;
    height: 100px;
    width: 100%;
}

.triangles-sm {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 100px;
    width: 100%;
}


.triangle-container2-sm {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: green;
    height: 100px;
    width: 100%;
}

.triangles2-sm {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 100px;
    width: 100%;
}

.triangle-container3-sm {
    left: calc(-50vw + 50%);
    position: relative;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: orangered;
    height: 100px;
    width: 100%;
}

.triangles3-sm {
    background-image: url('../images/triangles.svg');
    background-size: cover;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: relative;
    right: 0;
    top: 0;
    background-position: center center;
    height: 100px;
    width: 100%;
}


/* Style the tab */
    .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tablinks{
    width:50%;
}

.tablinks2 {
    width: 100%;
}


/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff !important;
}

.default-tabcontent {
    display: block;
    background-color: #fff !important;
}

.file-label {
    width: 100%;
    margin-left: -26px;
    cursor: pointer;
}

.file-label2 {
    width: 100%;
    margin-left: -26px;
    cursor: pointer;
}

.file-label3 {
    width: 100%;
    margin-left: -26px;
    cursor: pointer;
}

.file-button {
    background-color: royalblue;
    color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 3px;
    /* display: inline-block;*/
    padding: 2px 8px;
    width: 100%;
}

.file-name, .file-name2, .file-name3 {
    width: 100%;
    border: 1px solid #aaa;
    overflow-wrap: break-word;
    padding: 6px;
    background-color: whitesmoke;
}

.file-name2 {
    width: 100%;
    border: 1px solid #aaa;
    overflow-wrap: break-word;
    padding: 6px;
    background-color: whitesmoke;
}

.file-name3 {
    width: 100%;
    border: 1px solid #aaa;
    overflow-wrap: break-word;
    padding: 6px;
    background-color: whitesmoke;
}

.file-name4 {
    width: 100%;
    border: 1px solid #aaa;
    overflow-wrap: break-word;
    padding: 6px;
    background-color: whitesmoke;
}

input[type='file'] {
    display: none !important;
}


.container-msg {
    background-color: #99CCFF;
    border: thick solid #808080;
    padding: 20px;
    margin: 20px;
}


.div-loading {
    text-align: center;
}

.progress {
    max-width: 400px;
}

.disable-hover {
    pointer-events: none;
}

.bg-dark {
    background-color: green !important;
}

