﻿/* 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. */

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Italic.ttf");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Light.ttf");
    font-weight: lighter;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-LightItalic.ttf");
    font-weight: lighter;
    font-style: italic
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Bold.ttf");
    font-weight: bold
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Regular.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato/Lato-Italic.ttf");
    font-style: italic
}

body {
    font-family: "Lato", Sans-serif;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

body > header {
    height: 89px;
}

.main-navbar > * {
    max-width: 1300px;
}

.main-navbar .navbar-brand {
    padding: 15px 0;
}

.main-navbar.navbar .nav-link {
    font-family: "Lato", Sans-serif;
    font-weight: 700;
    color: #666;
    padding-right: 0;
    padding-left: 0;
}

.main-navbar.navbar .nav-item {
    margin-right: 15px;
}

.main-navbar.navbar .nav-item:not(:last-child) {
    margin-right: 60px;
}
    
.main-navbar.navbar .nav-link.active, .main-navbar .nav-link:hover {
    border-bottom: 3px solid #475CC7;
    color: #475CC7;
}

@media(min-width: 993px) {
    .main-navbar {
        border-radius: 0 0 30px 30px;
    }

    .main-navbar .navbar-brand {
        padding-left: 15px;
    }
}

.text-title-1 {
    color: #1D1669;
    font-family: "Lato", Sans-serif;
/*    font-size: 45px;*/
    font-weight: 600;
}

/* 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;
}

.form-data-table td {
    padding: 0.8rem;
}

.table td {
    padding: 0.8rem;
    vertical-align: middle;
}

.form-data-table.disabled td {
    color: #ccc;
}

.form-data-table:not(.disabled) td:hover {
    background: #f9f9f9;
    color: #475CC7;
    /*cursor: pointer;
    text-decoration: underline;*/
}
/* 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 */
}
