﻿﻿ /* 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;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.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%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


@media screen and (max-width: 992px) {
    .form-title-big {
        display: none;
    }

    .form-title-small {
        display: inherit;
    }
}

@media screen and (min-width: 992px) {
    .form-title-big {
        display: inherit;
    }

    .form-title-small {
        display: none;
    }
}

.navtop {
    /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
    /* height: 60px; */
}

.navbar {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

:focus {
    outline: none !important;
    box-shadow: none;
}

.bg-light {
    background: #54B844 !important;
}

.bg-parker {
    background: #002E62 !important;
}

.k-card-header {
    background-color: #002E62 !important;
}

.k-card-header-admin {
    background-color: #54B844 !important;
}

.k-textbox > input {
    border-style: none !important;
}
.nav-item {
    color: white;
    margin-left: 12px;
}

.mat-divider-vertical::after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    /* min-height: 30px; */
}

.form-title-big {
    line-height: 40px !important;
    font-size: 30px !important;
    color: white;
    font-weight: normal;
    margin-right: 1rem;
}