﻿/* 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;
    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
}
