﻿@font-face {
    font-family: 'NexaBlack';
    src: url('/assets/fonts/Nexa-Regular.woff2') format('woff2'), url('/assets/fonts/Nexa-Regular.woff') format('woff'), url('/assets/fonts/Nexa-Light.woff2') format('woff2'), url('/assets/fonts/Nexa-Light.woff') format('woff'), url('/assets/fonts/Nexa-Bold.woff2') format('woff2'), url('/assets/fonts/Nexa-Bold.woff') format('woff');
}

body {
    background-color:#FFF;
    font-family: NexaBlack, Sans-serif;
    font-size: 16px;
    font-weight: normal;
}

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;
}

.btn-submit {
    background-color: #41F2E0;
    color: #0E2B3A;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 22px 22px 22px 22px;
    padding: 5px 20px 5px 20px;
}

.btn-submit .bx-right-arrow-alt::before {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 4px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

ul.no-list-style li {
    list-style: none !important;
}

/* Loading */

#loadingMsg.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('/img/loading.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('/img/loading.gif') 50% 50% no-repeat;
}

#loadingMsg.loading p {
    position: relative;
    z-index: 1000;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    top: 50%;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading {
    display: block !important;
}

.validation-error {
    background-color: #f8d9d9;
}

/* Icons*/
.bx-check:before {
    color: #a5dc86 !important;
    font-size: 60px;
}

/* 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 */
}

/* Other */
.text-primary {
    color: #359af2 !important;
}

.bg-soft-primary {
    background-color: #359af2 !important;
}
.bg-soft-primary .text-primary {
        color: #FFF !important;
    }

#settings div > label {
    display: inline-block;
    width: 330px;
    padding-left: 10px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 4px;
}