﻿/*
    Official Chicago Asset Colors: https://design.chicago.gov/all
 */

@font-face {
    font-family: "Big Shoulders Text";
    src: url("../Fonts/BigShouldersText-VariableFont_wght.ttf");
    font-weight: 1 999;
}

@font-face {
    font-family: "Lora Bold";
    src: url("../Fonts/Lora-Bold.ttf");
    font-weight: 500 699;
}

@font-face {
    font-family: "Lora";
    src: url("../Fonts/Lora-Regular.ttf");
    font-weight: 301 499;
}

@font-face {
    font-family: "Roboto Light";
    src: url("../Fonts/Roboto-Light.ttf");
    font-weight: 1 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../Fonts/Roboto-Regular.ttf");
    font-weight: 301 499;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../Fonts/Roboto-Bold.ttf");
    font-weight: 500 699;
}

@font-face {
    font-family: "Roboto Black";
    src: url("../Fonts/Roboto-Black.ttf");
    font-weight: 700 999;
}

a {
    text-decoration: none;
}

a:hover {
    color: #03265a;
}

.accordion-header.document-header {
    display: flex;
    margin: 0.25rem 0.25rem 0.25rem 1rem;
}

.advanced-search-button {
    bottom: 13px;
    left: 20%;
    z-index: 1080;
}

/*
    Changed alert colors to comply with CoC requirements.
    Used a color picker tool to pull colors from a chicago figma design document.
    No color codes were available on the document.
 */
.alert.alert-error {
    border-left: solid 1rem #cd2026 !important;
}
.alert-error {
    /*
      set 'alert-error' to be the same as 'alert-danger', as it was already
      implemented in many places
    */
    background-color: #f9dede !important;
    border: inherit !important;
    border-color: #f9dede !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

.alert.alert-danger{
    border-left: solid 1rem #cd2026!important;
}
.alert-danger {
    background-color: #f9dede !important;
    border: inherit !important;
    border-color: #f9dede !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

.alert.alert-info {
    border-left: solid 1rem #0075bb !important;
}
.alert-info {
    background-color: #a4d5ee !important;
    border: inherit !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

.alert-info-text-color {
    color: #000000 !important;
} 

.alert.alert-success {
    border-left: solid 1rem #2e8540 !important;
}
.alert-success {
    background-color: #e7f4e4 !important;
    border: inherit !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

.alert.alert-warning {
    border-left: solid 1rem #fdb81e !important;
}
.alert-warning {
    background-color: #fff1d2 !important;
    border: inherit !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

body {
    font-family: "Lora", serif;
    background-color: #ffffff;
}

.bold {
    font-family: "Roboto Bold", sans-serif;
}

.border-bottom-faded {
    border-bottom: 1px solid #0000003d;
}

.button-card-hover:hover {
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 25%);
}

.card {
    background-color: #eff3f6;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
}

.card.dashboard-item {
    height: 100%;
    cursor: pointer;
}

.card.dashboard-item:hover {
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 35%)
}

.card.dashboard-item .card-header {
    background-color: #DCE4EF;
}

.date-control {
    background: #ffffff !important;
    cursor: pointer;
}

.profile-home .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: white;
}

.profile-home .card .card-header {
    background-color: #0092D1;
    color: white;
}

.card.permit-type {
    height: 100%;
}

.card.permit-type:hover {
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 35%)
}

.card.permit-type .card-header {
    background-color: #DCE4EF;
}

.card.permit-type .card-header h3 {
    margin-top: 0.5rem;
}

.card-body {
    background-color: #ffffff;
}

.card-small-text {
    font-size: 0.85rem;
}

.card-button-full-width {
    width: 100%;
    padding: 0.5rem;
}

.card-header {
    background-color: #DCE4EF;
    color: #000000;
    display: flex;
    justify-content: start;
    padding: 1rem .75rem 0.5rem .75rem;
    font-family: "Roboto", sans-serif;
}

.card-header img {
    object-fit: contain;
}

.cart-link {
    color: #ffffff;
}

a.cart-link:hover {
    color: #d9d9d9;
}

.chi-star-img {
    max-width: 4.5rem;
    max-height: 4.5rem;
    margin-right: 0.75rem;
    object-fit: contain;
}

.chi-star-img + h5 {
    align-self: flex-end;
}

.checkbox-icon-stack {
    text-align: center;
}

.container-fluid.navbar-container {
    background-color: #005b99;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px
}

.critical-facility-text {
    color: #b94a48 !important;
}

.error {
    color: red;
}

.form-control {
    line-height: 2.2rem;
}

.form-control.error {
    border: 1px solid red;
    color: inherit;
}

.form-select.error {
    border: 1px solid red;
    color: inherit;
}

.form-select {
    line-height: 2.2rem;
    text-align: left;
}

.input-validation-error {
    border: 1px solid red;
}

.input-validation-error:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25)
}

.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

footer {
    background-color: #d9d9d9 ;
    color: #000000;
    font-size: 0.8rem;
    display: block;
}

.form-floating>label {
    left: auto;
}

.fs-5-1 {
    font-size: 1.1rem !important;
}

.global-alert-container {
    padding: 0rem;
}

.global-alert-container .alert {
    margin: 0rem;
    padding: 1.5rem;
    text-align: center;
    border-bottom: solid 2px;
    border-radius: 0;
}

.goog-te-gadget {
    display: inline-block;
}

.goog-te-gadget-icon {
    display: none;
}

.grab {
    cursor: grab;
}

.h-margin-block-start {
    margin-block-start: 1em;
}

.HasThorium-True {
    background-color: #f8d7da60 !important;
    border-color: #f5c2c7 !important;
    color: #842029 !important;
}

header {
    background-color: #ffffff;
    width: 100%;
    padding: 1rem;
}

header h1 {
    color: #131831;
    font-weight: normal;
    text-align: right;
    padding-top: 0.5rem;
    padding-right: 0rem;
}

.header-bar {
    
}

.header-logo {
    display: inline-flex;
}

.header-logo .bi-chevron-compact-right {
    margin-top: 0.5rem;
    font-size: 2rem;
}

.header-logo-link-img {
    max-width: 6rem;
    max-height: 6rem;
    margin-right: 0.75rem;
    object-fit: contain;
}

.header-logo-link-text {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Big Shoulders Text", sans-serif;
    font-variant-ligatures: discretionary-ligatures;
    text-transform: uppercase;
}

.header-logo-link {
    display: flex;
}

.header-page-title {
    padding-top: 1rem;
}

.help-contact-info {
    font-family: "Roboto Light", sans-serif;
    font-size: 0.9rem;
}

.hero-card {
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
}

.hero-card .card-body {
    background-color: inherit;
    font-family: "Big Shoulders Text", sans-serif;
}

.hero-card h4 {
    font-size: 3em !important;
}

.hero-container {
    background-image: url("/Resources/Images/chicago-skyline-hero-image.jpg");
    background-size: cover;
    padding: 2.5rem;
    max-height: 16rem;
    min-height: 16rem;
    background-position-y: center;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.hiddenRow {
    padding: 0px !important;
    border-bottom-width: 0px !important;
}

.hide {
    display: none;
}

.highlight_row {
    background: #fff1d2;
}

.icon-color-blue {
    color: #0075BB;
}

.icon-color-blue:hover {
    color: #005B99;
}

.icon-size-4 {
    font-size: 4rem;
}

.icon-size-3 {
    font-size: 3rem;
}

.icon-stack {
    text-align: center;
    min-width: 2.2rem;
}

img.captcha-img {
    border-radius: 4px;
}

img.captcha-reload-img {
    height: 25px;
    filter: invert(100%) sepia(4%) saturate(941%) hue-rotate(169deg) brightness(92%) contrast(84%);
}

img.captcha-reload-img > b {
    color: #53595f;
}

.input-group-text-left-no-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text-right-no-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-validation-error-case {
    border-color: #b94a48;
    color: #b94a48;
}

.light-text {
    font-family: "Roboto Light", sans-serif;
}

.list-group-item-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.link-color {
    color: #0d6efd;
}

.list-group-item-link:hover {
    color: #005580;
}

.label-validation-error {
    color: #b94a48
}

.max-vh-40 {
    max-height: 40vh;
}

nav.navbar {
    font-family: 'Roboto', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d9d9d9;
}

.nav-link {
    /* font-weight: bold; */
}

.nav-item {
    padding-right: 0.5rem;
}

.nav-item ul.dropdown-menu {
    background-color: #005b99;
    color: #d9d9d9;
}

.nav-item ul.dropdown-menu li a {
    color: #ffffff;
}

.nav-item ul.dropdown-menu li a:hover {
    color: #005b99;
}

/* button.nav-link.active are the tab-list links, used on DT detail page */
.nav-tabs button.nav-link.active {
    background-color: #DCE4EF;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff;
}

.permit-card {
    background-color: #eff3f6;
}

.pointer {
    cursor: pointer;
}

.popover-info {
    color: #5B616B;
    cursor: pointer;
}

.required-asterisk {
    font-size: 0.75rem;
    color: #0075BB;
}

.return-to-top {
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 1080;
}

.row-hover:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.row.card-row {
    margin-top: 1rem;
}

.sig-canvas {
    cursor: crosshair;
    border: 1px solid #00000060;
    border-radius: 5px;
}

.sign-in-card .required-asterisk {
    color: #ffffff;
}

.sign-in-card .card-body {
    background-color: #005b99;
}

.sign-in-card a {
    color: #ffffff;
}

.sign-in-card a:hover {
    color: #d9d9d9;
}

.sign-in-card h5 {
    color: #ffffff;
}

.signout {
    font-family: "Roboto Bold", sans-serif;
}

.strong-bold {
    font-family: "Roboto Black", sans-serif;
}

.SuccessMessage {
    color: green;
}

.table.dataTable {
    border-bottom: none !important;
    border-collapse: collapse;
    border-color: #dee2e6 !important;
}

.table-no-top-border {
    border-top: none !important;
}

.table-responsive {
    width: 100%;
}

textarea.form-control {
    /* height: 5.25rem !important; */
}

.text-white {
    color: #ffffff;
}

.toolbar {
    padding-top: 0.5rem;
}

.tool-tip {
    color: #5B616B;
}

.trust-seal {
    line-height: 1.5;
    background-color: #f1f1f1;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #808080;
}

.trust-seal h6 {
    color:#000000;
}

.trust-seal-content {
    font-size: 0.8rem;
}

.trust-seal-link {
    font-size: 0.8rem;
}

.trust-seal-building {
    color: #2e7dc3;
}

.trust-seal-lock {
    color: #719f2a;
}

.trust-seal-link-container .bi-asterisk {
    font-size: 0.5rem;
    vertical-align: text-top;
}

.trust-seal-link-container .bi-chevron-compact-down {
    margin-left: 0.25rem;
}

.trust-seal-star {
    width: 0.7rem;
    opacity: 0.33;
    vertical-align: middle;
    border-style: none;
}

.tt-input {
    text-transform: uppercase;
}
::placeholder {
    text-transform: initial;
}

.tt-hint {
    text-transform: uppercase;
}

.tt-loading {
    padding: 1rem;
}

.tt-menu {
    background-color: #ffffffe0;
    border: 1px solid #00000060;
    border-radius: 5px;
    width: 100%;
    overflow-y: auto;
    max-height: 15rem;
    overflow-y: auto;
}

.tt-not-found {
    padding: 1rem;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
    padding: 0.5rem;
}

.tt-suggestion.tt-selectable:hover {
    color: #005b99;
    background-color: #e9ecef;
}

.twitter-typeahead {
    width: 100%;
}

.validation-summary-valid {
    display: none;
}

.w-20 {
    width: 20% !important;
}

/* Used for contact search for CDOT PWO permit */
.subCapacityCheckbox {
    padding: 3px 5px 3px 5px;
    display: inline-block;
}

.highlight_row_green {
    background-color: #dff0d8 !important;
    color: #468847;
}