﻿/* 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. */

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

body {
    /* position: relative; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /* Margin bottom by footer height */
    margin-bottom: 55px;
    margin-top: 95px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #FFF;
}

* {
    box-sizing: border-box;
    outline: none;
}

.blue {
    color: #3D5975;
}

h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: bold;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    height: 81px;
    transition: background .5s ease-in-out;
    display: block;
    background: #FFF;
}

header .logo svg {
    width: 70px;
}

header .logo-box a {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    opacity: 1;
    left: 0;
    position: relative;
    transition: all .5s ease-in;
    z-index: 2;
}


header li {
    display: inline-block;
    line-height: 81px;
    padding: 0;
}

header li + li {
    margin: 0;
}

header li a {
    display: inline-block;
    background: transparent;
    color: #282828;
    padding: 0 12px;
    font-size: 12px;
    position: relative;
}

header li a:hover {
    color: #282828;
}

header li:before {
    display: none;
}

ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #282828;
}

header li a:after {
    content: '';
    height: 3px;
    bottom: 0;
    width: 0;
    left: 10px;
    background: #282828;
    display: block;
    position: absolute;
    z-index: 4;
    transition: all .20s ease-in;
}

header li:hover a:after {
    width: calc(100% - 20px);
}


.button + .button {
    margin-left: 21px;
}

button.small, .button.small, .hs-button.small {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}

header .button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}

button, .button, .hs-button {
    background: #282828;
    height: 52px;
    line-height: 52px;
    padding: 0 35px;
    border: 0;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease-in-out;
    display: inline-block;
    position: relative;
}

button:hover, .button:hover, .hs-button:hover {
    background: #3D5975;
    color: #fff;
}

button.blue, .button.blue, .hs-button.blue {
    background: #3D5975;
}

button.ghost, .button.ghost, .hs-button.ghost {
    border: 1px solid #282828;
    background: transparent !important;
    color: #282828;
}

button.ghost.blue, .button.ghost.blue, .hs-button.ghost.blue {
    border-color: #3D5975;
    color: #3D5975;
}

button.ghost.blue:hover, .button.ghost.blue:hover, .hs-button.ghost.blue:hover {
    background: #3D5975 !important;
    color: #fff;
}

button.ghost.red, .button.ghost.red, .hs-button.ghost.red {
    border-color: #f04b2d;
    color: #f04b2d;
}

button.ghost.red:hover, .button.ghost.red:hover, .hs-button.ghost.red:hover {
    background: #f04b2d !important;
    color: #fff;
}

a {
    text-decoration: none;
    color: #3D5975;
    transition: all 0.5s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #3D5975;
    }

    a:active, a:hover {
        text-decoration: none;
        outline: 0;
    }

form label {
    font-weight: bold;
}

table {
    border-top: hidden;
}

.btn-outline-primary {
    color: #1274DC;
    border-color: #1274DC;
}


.alert-info {
    color: #141414;
    background: #fff;
    box-shadow: 0 5px 7px rgb(0 0 0 / 16%);
    border-color: transparent;
}

.alert-button {
    display: inline-block;
    vertical-align: middle;
    /* float: right; */
}

.only-print, .only-print * {
    display: none !important;
}

.date-selector {
    border-color: #6c757d;
    padding-left: 4px;
    padding-right: 4px;
    width: 150px;
}


footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    z-index: 3;
    color: #fff;
    position: fixed;
    line-height: 60px; /* Vertically center the text there */
    background-color: #1E1E1E !important;
}


footer .bottom {
    background: #3c3c3c;
    height: 55px;
    color: #999;
}

footer .bottom p {
    font-size: 14px;
    line-height: 55px;
}

footer .bottom a {
    color: #999;
}


@media only screen and (max-width: 768px) {
    header .logo {
        margin-top: 9px;
    }

    header .logo svg {
        width: 52px;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

@media print {
    @page {
        margin: 0 !important;
    }

    body {
        margin: 1.6cm;
        padding-top: 0;
        margin-bottom: 0;
    } 
    .no-print, .no-print * {
        display: none !important;
    }

    .only-print, .only-print * {
        display: block !important;
    }

    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

    .menulink {
        color: #f5f5f5;
    }

    .menulink:hover {
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 0px;
    }

/*

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary {
  color: #fff;
  background-color: #1274DC;
  border-color: #1861ac;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
*/
