﻿
.inputSelect {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    font-weight: 400;
    border: 0 solid;
    border-width: 0 0 1px 0;
    border-bottom-color: #949494;
    height: 30px;
    line-height: inherit;
    margin: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    outline: none;
    text-indent: 0;
    width: 100%;
    padding: 4px 0 4px;
    background-color: transparent;
}

    .inputSelect:focus {
        border-width: 0 0 2px 0;
        border-bottom-color: #E01E5D;
    }

.fixedlabel {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #949494;
    left: 0;
    overflow: hidden;
    padding-left: 0;
    pointer-events: none;
    transform-origin: left top;
    white-space: nowrap;
    width: 100%;
    background-color: transparent;
    margin-bottom: 0px;
}

.fixedlabelFocus {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #E01E5D;
    left: 0;
    overflow: hidden;
    padding-left: 0;
    pointer-events: none;
    transform-origin: left top;
    white-space: nowrap;
    width: 100%;
    background-color: transparent;
    margin-bottom: 0px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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;
}



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;
}

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 */
}

