﻿/* 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 */
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    background: #f4f4f4;
    /*    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    outline: none;
}

.tt-suggestion {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: 2px;
    border-bottom-color: white;
    border-bottom-style: solid;
}

.tt-input{
    padding-bottom: 15px;
    border-radius: .25em;
}

.img-small {
    width: 50px;
}

::placeholder {
    font-size: 0.75em;
}

::-ms-input-placeholder { /* Edge 12-18 */
    font-size: 0.75em;
}

/* Quote Form Maint 
-------------------------------------------------- */

.is-selected {
    background-color: yellow;
}

.tt-menu {
    background: #f4f4f4;
    width: 100%;
    border: 2px solid #ccc;
    margin-top:3px;
}

.twitter-typeahead {
    width:100%
}

.jbutton-green {
    margin-left: 15px;
    color: white;
    background-color: #77af47;
    border: none;
    font-weight: bold;
}

.jbutton-grey {
    //margin-left: 15px;
    color: white;
    background-color: #f4f4f4;
    border: none;
    font-weight: bold;
}

.jbutton-green-nomarg {
    color: white;
    background-color: #77af47;
    border: none;
    text-align: center !important;
    font-weight: bold;
}

.jbutton-grey-nomarg {
    color: #181717;
    background-color: #f4f4f4;
    border: none;
    text-align: center !important;
    font-weight: bold;
}

.jbutton-darkgrey-nomarg {
    color: #181717;
    background-color: #d7d4d4;
    border: none;
    text-align: center !important;
    font-weight: bold;
}

.jcheckbox-green [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #77af47;
    background-color: #77af47;
}


.tt-suggestion:hover {
    background-color: #efc6c8;
}

input {
    background: #f4f4f4;
    border: 2px solid #ccc;
}