﻿/* 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. */

label.error {
    display: none;
}

.toggleinfo {
    color: darkgreen;
    font-size: medium;
    font-weight: bolder;
    margin: auto;
    border: 3px solid green;
    padding: 10px;
}

#submitbutton:disabled {
    background:lightgray;
    color:darkgray;

}

.select2.narrow {
    width: 200px;
}

.wrap.select2-selection--single {
    height: 100%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}



.card-header {
    color: white;
    background-color: #05233E;
}
.text-primary {
    color: rgba(0,86,152,1)!important;
}

.card-body {
    color: white;
    background-color: rgba(0,86,152,1);
}
h2 {
    font-variant: small-caps;
    text-align:center;
}

input:not(.noupper) {
    text-transform: uppercase;
} 

select.form-control {

    word-wrap: break-word;
}

#submitForm {
    z-index: 0;
}

.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/img/loading.gif") center no-repeat;
} 

body.loading {
    overflow: hidden;
} 

body.loading .overlay {
        display: block;
} 

label {
    font-weight:bolder;
} 

.form-group label:after {
    content: ":";
}
.pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    padding: 10px;
    background: rgba(166,149,155,8);
    border: 1px solid #A2ADBC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166, 155, 149, 1);
    box-shadow: 0px 0px 5px 0px rgba(166, 155, 149, 1)
} 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 */
}
