﻿@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans.eot?iefix");
    src: url("../fonts/OpenSans.woff") format('woff');
}

@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../fonts/OpenSans Semibold.eot?iefix");
    src: url("../fonts/OpenSans Semibold.woff") format('woff');
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSans Bold.eot?iefix");
    src: url("../fonts/OpenSans Bold.woff") format('woff');
}

@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSans Light.eot?iefix");
    src: url("../fonts/OpenSans Light.woff") format('woff');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div.body-content {
    min-height: auto;
}

/* Sticky footer layout - semantic classes decoupled from Bootstrap utilities */
.site-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Navbar layout - consistent padding for all brands */
.navbar-site-theme {
    padding: 0.25rem 1rem;
}

/* Footer alignment - left by default, override in custom.css if needed */
.footer-alignment {
    text-align: left;
}

h5 {
    padding-bottom: 16px;
}

.pageHeader {
    padding-bottom: .8em;
    padding-top: .8em;
}

    .pageHeader h1 {
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
    }

    .pageHeader h1 small {
        display: block;
        margin-top: -1.25rem;
    }

@media (max-width: 991px) {
    .pageHeader h1 {
        white-space: normal;
        font-size: clamp(1.5rem, 5vw, 2.5rem); /* Responsive sizing only on mobile */
    }
}

footer {
    font-family: OpenSansLight;
    padding-top: 2em;
}

.validation {
    color: #f50000;
    text-align: left;
}

    .validation ul {
        list-style-type: none;
        padding-left: 0px;
    }

input.input-validation-error, select.input-validation-error {
    border: 1px solid #f50000;
}

div.container-fluid.alertContainer {
    background-color: #ffffff;
}

.alertContainer div.alert {
    position: relative;
}

.alertContainer .alert-header {
    padding-bottom: 6px;
    margin-right: 32px;
}

    .alertContainer .alert-header > .alert-icon {
        position: absolute;
    }

    .alertContainer .alert-header > .alert-text,
    .alertContainer .alert-header > .alert-title {
        position: relative;
    }

.alert.alert-dismissible button.close {
    z-index: 99;
}

.alertContainer .alert-header > .alert-icon + .alert-text,
.alertContainer .alert-header > .alert-icon + .alert-title {
    left: 32px;
}

.alertContainer .alert-title {
    font-weight: bold;
}

.text-sm {
    font-size: 0.85em;
}

.text-lg {
    font-size: 1.2em;
}

.text-xl {
    font-size: 1.6em;
}

.text-bold {
    font-weight: bold;
    font-family: OpenSansBold;
}

button {
    font-size: inherit;
}

    button.btn, input.btn, a.btn {
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 0px;
    }

.well-padding {
    padding: 19px;
}

.form-group.form-group-buttons {
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    div.row > div[class^=col].col-condensed:first-child {
        padding-right: 8px;
    }

    div.row > div[class^=col].col-condensed:last-child {
        padding-left: 8px;
    }

    div.row > div[class^=col].col-condensed:not(:last-child):not(:first-child) {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.selectedFile {
    margin-left: 12px;
}

    .selectedFile span.glyphicon-remove {
        display: inline-block;
        margin-left: 12px;
        color: red;
    }

#regBreadcrumbs > span.active > span:first-child {
    font-family: OpenSansBold;
}

table.pagedList th[data-sort-field] {
    cursor: pointer;
}

div.listLoadingImage {
    width: 54px;
    height: 55px;
    background-image: url('../content/images/loading.gif');
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}


table.table thead th {
    white-space: nowrap;
}

table.table-clickable tbody > tr > td {
    cursor: pointer;
}

table.table-clickable tbody > tr:hover {
    text-decoration: underline;
}

.form-group > .btn:nth-child(2) {
    margin-left: 12px;
}

#accountModel .form-group p.form-control-static {
    font-size: 1.2em;
}

#accountModel h5 {
    padding-bottom: 12px;
    margin-bottom: 0px;
}

#accountModel div.well {
    padding: 8px 14px 8px 14px;
}

#accountModel div.well-padding {
    padding: 8px 14px 8px 14px;
}

a.disabled {
    color: #a0a0a0;
}

#accountModelCards .table.table-condensed td, #accountModelCards .table.table-condensed th {
    margin-left: 0px;
    padding-left: 0px;
}

.accountCard {
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    box-shadow: 2px 2px #a0a0a0;
}

    .accountCard hr {
        padding-top: 2px;
        padding-bottom: 2px;
        margin: 0px;
    }

    .accountCard .cardContent {
        margin-left: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 6px;
    }

    .accountCard table td {
        padding-right: 16px;
    }

    .accountCard span[data-card-mode="write"] {
        display: none;
    }

    .accountCard button.btn-link {
        padding: 0px;
        margin: 0px 6px 0px 0px;
    }

input[type=text].cardContent {
    border: 0px solid #ffffff;
    padding: 0px;
    outline: none;
}



.cardContent::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.cardContent:-ms-input-placeholder {
    color: #999999;
}

.cardContent::-webkit-input-placeholder {
    color: #999999;
}

input[type=text].cardContent::-ms-clear {
    display: none;
}

#claimCards tr td:not(:first-child) {
    padding: 2px 12px 2px 12px;
}

.twitter-typeahead {
    width: 100%;
}

    /*.tt-input {
}*/

    .twitter-typeahead .tt-dataset {
        background-color: white;
        border: 1px solid #cccccc;
        max-height: 20em;
        overflow-y: auto;
    }

    .twitter-typeahead .tt-menu {
        width: 100%;
        cursor: pointer;
    }

        .twitter-typeahead .tt-menu.tt-open .tt-dataset {
            padding: 12px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .twitter-typeahead.tt-highlight {
        font-family: OpenSansBold;
    }

    .twitter-typeahead .tt-hint {
        color: #c0c0c0;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button.btn.btn-primary.btn-panel {
    padding: 2rem;
    /*margin: 3rem;*/
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-color: #c0c0c0;
    /*width: 160px;
    height: 160px;*/
    width: 85%;
    max-width: 320px;
    background-color: white;
    color: purple;
}


.scrollingLegalWording {
    padding: 6px;
    border: 1px solid #c0c0c0;
    background-color: #f5f5f5;
}


/* Override form-select to match old BS3 form-control styling */
.form-select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    padding-right: 40px; /* Extra padding for the arrow */
    font-size: 16px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* Keep the BS5 arrow styling */
    background-position: right 12px center;
    background-size: 16px 12px;
}

    .form-select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.alert-overlay {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 1rem 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
    backdrop-filter: blur(5px);
}

    .alert-overlay .alert {
        pointer-events: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        margin-bottom: 0;
    }

.alert-icon-bold {
    font-size: 2.5rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor; /* Makes it appear bolder */
    text-shadow: 0 0 1px currentColor; /* Alternative method for weight */
}

.bi-exclamation-circle-fill {
    font-size: 3rem;
}


bi-check-circle-fill {
    font-size: 3rem;
}