﻿html, body, div, p, form, select, input, textarea {font-family: 'Open Sans', sans-serif !important;}



a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none;
  border-bottom: #ccc 2px dotted;
}

a:hover {color: #000;}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-warning {
  color: #fff;
  background-color: #6495ED;
  border :none;
}

.btn-warning:hover {
  color: #fff;
  background-color: #5485DD;
  border: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 15px;
}

.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%;
  font-size:87%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

header a {border:0;}
footer p a {margin-right: 6px; display: inline-block}

h1 {margin-top:1em; margin-bottom: 0.8em; font-size: 26px; color: #0c63e4;}
.input-validation-error {background: #ffeeee}
.field-validation-error {color:red; font-size: 12px; }
.validation-summary-errors {color:red; font-weight: bold;}
label {color: #888;}
.b {font-weight: bold;}

.form-control{padding: .6rem .9rem;}

.card {border: #eee 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.card-header {border-bottom: #eee 1px solid;}