﻿
@font-face {
    font-family: 'DaxOT';
    src: url('/fonts/DaxOT.eot?');
    src: url('/fonts/DaxOT.eot?#iefix') format('embedded-opentype'),url('/fonts/DaxOT.woff2') format('woff2'),url('/fonts/DaxOT.woff') format('woff'),url('/fonts/DaxOT.ttf') format('truetype')
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'DaxOT',Arial,sans-serif
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #275937;
}
a:hover, a:visited {
    color: #15301e;
    
}

.textRed {
    color: #dc3545;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #275937;
    border-color: #275937;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #15301e!important;
    border-color: #15301e!important;
}

.btn-outline-primary {
    color: #275937;
    border-color: #275937;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary {
    color: #fff !important;
    background-color: #15301e!important;
    border-color: #15301e!important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Override jumbotron top & bottom padding */
.jumbo-override {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6 !important
}

.border-questions {
    border-color: #275937 !important;
    margin-bottom: 15px;
}

.bg-progress {
    background-color: #275937 !important;
}
.ukf-bg {
    background-image: url("/img/ukf-bg.jpg");
    -ms-background-size: 100%;
    background-size: 100%;
}

.opaque-bg {
    background: rgba(0,0,0,0.9);
}

/* override so text wraps with space on small devices */
.form-control-lg {
    height: auto;
}

.signature-wrapper {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: white;
}

/* 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 {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom toggle switch
-------------------------------------------------- */


.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #275937;
    border-color: #15301e;
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}

.custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 0.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    border-radius: 1rem;
    height: 2rem;
    width: 3.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    border-radius: 2rem;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.5rem);
}