﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'riftdemi';
    src: url('../fonts/fort_foundry_-_rift-demi-webfont.woff2') format('woff2'), url('../fonts/fort_foundry_-_rift-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.required:before {
    content: "* ";
    color: #0173a3;
    margin-left: -20px;
    position: absolute;
    font-size: 1.3em;
    font-weight: 700;
    align-self: center !important;
}

input, select, textarea {
    font-size: 16px !important;
}

/*KENDO STYLES OVERRIDES
-------------------------------------------------- */

.k-input {
    align-self: center !important;
    font-family: 'Montserrat', sans-serif !important;
    /*padding-left: 1.2em !important;   messing up numerictextbox */
    color: #495057 !important;
}

.k-invalid-msg {
    color: red;
    font-weight: 700 !important;
}

.k-grid {
    border: 0 !important;
}

    .k-grid .k-table-td, .k-grid td, .k-table-th {
        border: 0 !important;
        border-inline-start-width: 0px;
    }

.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order {
    color: #0173a3;
}

.k-grid .k-grid-header {
    background-color: #f0f4f4;
}

.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    color: #0173a3;
    padding-block: 12px;
    padding-inline: 14px;
    padding: 0.75rem 0.75rem !important;
}

.k-grid-header tr th.k-header,
.k-grid tr td,
.k-pager-info {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.k-grid-header tr th.k-header {
    font-size: 1.04em !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #0173a3 !important;
    background-color: #f0f4f4;
}

.k-grid tr td {
    font-size: 1em !important;
}

.k-grid {
    border: 1px solid #e5e5e5 !important;
    background-color: #f0f4f4 !important;
    overflow-x: auto;
}

    .k-grid tbody {
        background-color: #fff;
    }

td.k-table-td {
    color: #292b2c;
}

.k-grid .k-alt {
    color: #292b2c;
    background-color: #f0f4f4 !important;
}

input.k-invalid, textarea.k-invalid, select.k-invalid {
    border: 1px solid red;
}

.k-input-solid.k-invalid {
    border: 1px solid red !important;
}

/* Paging */
.k-pager-numbers .k-button.k-selected {
    background: #0173a3 !important;
    color: white;
    border-radius: 2px;
}

    .k-pager-numbers .k-button.k-selected::before {
        opacity: 0;
    }

.k-grid-pager {
    background-color: #f0f4f4 !important;
}

.k-pager-info {
    margin-left: 1rem;
    margin-right: 1rem;
    color: #0173a3;
    font-size: 0.7rem;
}

.k-disabled.k-pager-nav {
    color: #0173a3;
}

/* Date pickers */
span.k-datepicker.k-input {
    padding-left: 0 !important;
}

.k-datepicker .k-input-inner {
    background-color: #fff !important;
    padding-left: 1.2em !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff !important;
}

.k-datepicker.k-input-md .k-input-button {
    padding-left: 18px;
    padding-right: 18px;
}

/* Multi Select */
span.k-multiselect {
    height: auto;
    min-height: 50px;
}

/* Time pickers */
.k-timepicker .k-input {
    border-radius: 1.5rem;
}

.k-timepicker .k-input-inner {
    background-color: #fff !important;
    padding-left: 1.2em !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff !important;
}

.k-timepicker.k-input-md .k-input-button {
    padding-left: 18px;
    padding-right: 18px;
}

span.k-timepicker.k-input {
    padding-left: 0 !important;
}

/* Autocomplete */
span.k-autocomplete {
    padding-left: 20px !important;
}

.k-autocomplete input {
    padding-left: 0 !important;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 12px 20px 12px 0px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.k-input-solid:focus, .k-input-solid.k-focus {
    background-color: #fff;
    /* border-color: #26befe !important;*/
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 115, 163, 0.25) !important;
}

.k-datepicker,
.k-multiselect,
.k-timepicker,
.k-autocomplete {
    border-radius: 1.5rem !important;
    height: 50px;
}

/*------------------------------------------------ */

.nav-link {
    font-size: 1.4em;
}

    .nav-link:focus {
        font-weight: 600;
        text-shadow: 0 0 25px gray !important;
    }

.navbar ul li {
    padding-bottom: 0 !important;
}

.navbar-nav {
    justify-content: space-evenly;
}

@media (min-width: 1200px) {
    .nav-link {
        font-size: 1.6em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-collapse .col-md-4 {
        padding-left: 0;
    }

        .navbar-collapse .col-md-4 > ul {
            flex-direction: row !important;
        }

            .navbar-collapse .col-md-4 > ul > li {
                padding-left: 0;
                padding-right: 0;
            }

    .navbar-collapse .btn {
        padding: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav-link {
        font-size: 1em;
    }

    .navbar-brand img {
        width: 176px;
    }

    .navbar-collapse .col-md-4 {
        padding-left: 0;
    }

        .navbar-collapse .col-md-4 > ul {
            flex-direction: row !important;
        }

            .navbar-collapse .col-md-4 > ul > li {
                padding-left: 0;
                padding-right: 0;
            }

    .navbar-collapse .btn {
        padding: 0.75rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .nav-link {
        font-size: 1.1em;
        text-align: center !important;
    }
}

@media (max-width: 368px) {
    .navbar-toggler span {
        font-size: 1rem;
    }

    .btn {
        padding: 0.75rem;
    }
}

@media (max-width: 350px) {
    .nav-link {
        font-size: 1em;
    }

    .btn {
        padding: 0.5rem;
    }
}

.md-login-width {
    width: auto;
}

@media (max-width: 1080px) {
    .sticky-header {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .nav-item.dropdown {
        position: inherit;
    }

    .nav-item .dropdown-menu {
        position: absolute;
        width: 97%;
    }
}

/* 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%;
}

.styled-footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 411px;
    display: block;
    position: relative;
}

    .styled-footer::after {
        content: "";
        opacity: 0.23;
        background-image: url("../images/carrier_header_bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .styled-footer ul {
        list-style: none;
        font-size: 1em;
        margin-top: 0;
        padding-top: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        line-height: 1.4em;
    }

        .styled-footer ul li {
            padding: 0.6em;
        }

    .styled-footer h2 {
        font-size: 1.2em;
        font-weight: normal;
        padding: 0;
        padding-bottom: 0.6em;
        margin: 0;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .styled-footer a {
        text-decoration: none;
    }

@media (min-width: 992px) {
    .styled-footer ul {
        list-style: none;
        font-size: 1.1em;
        margin-top: 0;
        padding-top: 60px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        line-height: 1.8em;
    }
}

.footerheader {
    font-weight: 800;
    font-size: 1.5em;
}

.scale-2 {
    transform: scale(2);
}

.collapsed .collapsed-arrow {
    display: inline-block;
}

div .collapsed-arrow {
    display: none;
}

:not(.collapsed) .expanded-arrow {
    display: inline-block;
}

.collapsed .expanded-arrow {
    display: none;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 4px;
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px;
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.panel-title {
    white-space: nowrap;
}

/* Additional Billing formatting */

@media (max-width:600px) {
    .additional-billing-label-sm {
        display: block;
        visibility: visible;
    }

    .additional-billing-label {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label-wide {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 30px;
        text-align: right;
        min-width: 30px;
        max-width: 30px;
        padding-right: 0px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 60px;
        text-align: right;
        min-width: 60px;
        max-width: 60px;
        padding-right: 0px;
    }
}

@media (min-width: 601px) {

    .additional-billing-label-sm {
        display: block;
        visibility: visible;
    }

    .additional-billing-label-wide {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}

@media (min-width: 768px) {

    .additional-billing-label-sm {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label-wide {
        display: block;
        visibility: visible;
        min-width: 260px;
    }

    .additional-billing-label {
        display: block;
        visibility: visible;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}


@media (min-width: 800px) {

    .additional-billing-label-sm {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label-wide {
        display: block;
        visibility: visible;
        min-width: 228px;
    }

    .additional-billing-label {
        display: block;
        visibility: visible;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}

@media (min-width: 991px) {

    .additional-billing-label-sm {
        display: block;
        visibility: visible;
    }

    .additional-billing-label-wide {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}

@media (min-width: 1441px) {

    .additional-billing-label-sm {
        display: none;
        visibility: hidden;
        border-collapse: collapse;
    }

    .additional-billing-label-wide {
        display: block;
        visibility: visible;
    }

    .additional-billing-label {
        display: block;
        visibility: visible;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}

@media (min-width: 1920px) {

    .additional-billing-label-sm {
        display: none;
        visibility: hidden;
        border: 1px solid red;
        border-collapse: collapse;
    }

    .additional-billing-label-wide {
        display: block;
        visibility: visible;
        min-width: 260px;
    }

    .additional-billing-label {
        display: block;
        visibility: visible;
    }

    .flex-fixed-width-item-sm {
        flex: 0 0 50px;
        text-align: right;
        min-width: 50px;
        max-width: 50px;
    }

    .flex-fixed-width-item-lg {
        flex: 0 0 100px;
        text-align: right;
        min-width: 100px;
        max-width: 100px;
    }
}

.banner-text {
    font-size: 1.3em;
}

@media (max-width: 576px) {
    .banner-text {
        font-size: 1.1em;
    }
}

/* Loads Grid Buttons inc. Export to CSV */
.grid-group-button {
    min-width: 150px;
    display: inline-block;
}

/* Global class across multiple views */
.load-spinner {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle
}


/* Make DropDownList look like MultiSelect */
.k-dropdown {
    border-radius: 20px !important; 
    padding: 8px !important;
    height: auto !important; 
    display: flex;
    align-items: center;
    background-image: none !important;
    background-color: white;
}

    /* Ensure consistency in width */
    .k-dropdown .k-input {
        padding: 6px 10px !important;
    }

/* remove the rounded border from the input in Kendo.NumericTextBoxFor */
.k-input-inner {
    border-radius: 0 !important;
}





/* styles for the Registration progress bar */

/* ------- CONFIG ------------------------------------------------ */
:root {
    --icon-size: 55px; /* = .step-icon width/height           */
    --step-width: 145px; /* matches your .step min-width        */
    --step-gap: 1.5rem; /* gap-4 in Bootstrap (24 px at 16 px root) */
    --line-thickness: 6px;
    --dash: 10px;
    --track-colour: #000;
}

/* ------- ICON + LABEL ----------------------------------------- */
.step {
    position: relative;
    min-width: var(--step-width);
}

.step-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    z-index: 2;
}

.step-label {
    font-size: .9rem; /* whatever you were using */
    text-align: center; /* not strictly needed with flex but harmless */
  /*  font-weight: 400;*/
}

.progress-tracker-current {
    font-weight: 600;
}

/* bump just this one step up to 65 px */
.step.progress-tracker-current .step-icon {
    transform: scale(1.18); /* 55 px × 1.18 ≈ 65 px */
}


/* ------- CONNECTOR  (every step except the last) --------------- */
.progress-tracker .step:not(:last-child)::after {
    content: "";
    position: absolute;
    /* start just outside the circle */
    left: calc(50% + var(--icon-size)/2);
    /* distance to the next icon */
    width: calc(var(--step-width)/2 /* rest of this step           */
    + var(--step-gap) /* Bootstrap gap               */
    + var(--icon-size)/2); /* half of next icon           */
    /* vertical placement */
    top: calc(var(--icon-size)/2 - var(--line-thickness)/2);
    height: var(--line-thickness); /* now 8 px */
    background: var(--track-colour); /* solid by default */

    z-index: 0;
}

/* tool tip colors for there progress bar */
.tooltip.tooltip-green .tooltip-inner {
    background: #AADE87;
    color: #fff;
}

.tooltip.tooltip-blue .tooltip-inner {
    background: #0173A3;
    color: #fff;
}

.tooltip.tooltip-slate .tooltip-inner {
    background: #CCCCCC;
    color: #fff;
}


/* step 3  all solid line */



    @media (max-width: 990px) {
        .show-on-small {
            display: block;
        }
    }

    @media (min-width: 991px) {
        .show-on-small {
            display: none;
        }
    }