﻿/* 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. */

body {
    background: #fff;
    color: #3D3D3D;
    font-family: 'Raleway', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
}

.navbar-custom {
    background-color: #000;
    font-size: 18px;
    color: #fff !important;
}

.content {
    background: #fff;
    color: #000;
}

.navbar-nav .nav-link.active {
    color: #FAA634 !important;
    font-weight: bold;
}

.navbar-nav .nav-link.inactive {
    font-weight: normal;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    padding: 0 0 5px 0;
    word-break: break-all;
}

a.navbar-brand img.kLogo {
    width: 207px;
}

a.navbar-brand img.sLogo {
    width: 184px;
}

.link-spacer {
    color: #fff;
    margin: 8px 10px 0px 10px;
}

h4 {
    font-weight: bold;
    text-decoration: underline;
}

h5 {
    font-style: italic;
    font-weight: bold;
}

.hero {
   position: relative;
}

.hero-image {
    width: 100%;
    height: 800px;
    margin-bottom: 55px;
}

.hero-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: -575px;
}

.hero-kLogo {
    width: 500px;
    height: 250px;
    margin-right: -50px;
}

.hero-sLogo {
    width: 500px;
    height: 154px;
    margin-left: -50px;
}

.ccpa-container {
    margin-top: 320px;
}

@media screen and (max-width: 768px) {
    .hero-image {
        height: 400px;
        margin-bottom: 40px;
    }
    .hero-logo-container {
        margin-top: -250px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }
    .hero-kLogo {
        width: 30%;
        height: auto;
        margin-right: 10px;
    }
    .hero-sLogo {
        width: 40%;
        height: auto;
        margin-left: 40px;
    }
    .ccpa-container {
        margin-top: 200px;
    }
    .link-spacer {
        display: none;
        margin: 0 10px;
    }
}
/* Provide sufficient contrast against white background */
a {
    color: #5193FF;
}

a :hover {
    color: #82B1FF;
}

input.textbox {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #3D3D3D;
    margin: 0px 0px 25px 0px;
    padding: 15px 10px;
    width: 100%;
}

textarea {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #3D3D3D;
    margin: 0px 0px 20px 0px;
    padding: 15px 10px;
    max-width: 100% !important;
    width: 100%;
}

.ccpa-pg-text {
    font-size: 22px;
}

.checkbox-lg-btm-margin {
    margin-bottom: 24px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2.25rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 1.25rem !important;
    font-size: 1em !important;
}

.section-lbl {
    font-weight: bold;
    margin-bottom: 6px;
}

.ca-res-validation {
    margin-left: 50px;
}   

.validation-message {
    color: #ff5252;
    font-size: .8em;
    font-weight: normal;
    margin-top: -20px;
    margin-bottom: 20px;
}

.ca-residency-box input[type="checkbox"] + label {
    background-color: white;
    padding: 20px 35px 20px 35px;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 18px;
    color: black;
}

.ca-residency-box input[type="checkbox"]:checked + label {
    background-color: #545454 !important;
    color: white;
}

.data-checkbox input[type="checkbox"] + label {
    border: 1px solid gray;
    border-radius: 5px;
    color: #545454;
    font-size: large;
    font-weight: bold;
    width: 210px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    margin: 0;
}

input:disabled, input[type="checkbox"]:disabled + label, textarea:disabled {
    opacity: 0.5;
}

.data-checkbox input[type="checkbox"]:checked + label {
    background-color: #545454 !important;
    color: white;
}

/*.custom-tooltip .tooltip-inner {
    font-size: 22px !important;
    padding: 20px !important;
    line-height: normal;
    background-color: blue !important;
}*/

.tooltip-inner {
    background-color: #00cc00;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #00cc00 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #00cc00 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #00cc00 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #00cc00 !important;
}

[data-toggle="tooltip"]:hover .ml-3,
[data-toggle="tooltip"][aria-describedby]:hover .ml-3 {
    font-weight: bold;
    font-size: 18px;
    opacity: 1 !important;
    color: #000000 !important;
}

@media screen and (max-width: 768px) {
    .data-checkbox input[type="checkbox"] + label {
        width: 275px;
    }
}

.btn-submit {
    background-color: #FFC006;
    border-color: #FFC006;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 18px 10px;
    width: 100%;
    margin-bottom: 100px;
}

.btn-submit:disabled {
    background-color: #C7C6C3;
    color: #fff;
    border-color: #C7C6C3;
}

.btn-submit:hover {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .btn-submit {
        margin-bottom: 20px;
    }
}

.btn-submitting {
    background-color: #FFC006;
    cursor: not-allowed;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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%;
    width: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }
}

.footer {
    bottom: 0;
    background-color: #000;
    padding: 20px 10px;
    position: absolute;
    width: 100%;
    /*white-space: nowrap;*/
    /*line-height: 60px;*/ /* Vertically center the text there */
}
.footer .container {
    float: left;
    width: 80%;
}


.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*      
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

.tooltip-icon {
    right: 10px;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 6px solid #ccc;
        display: block;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }
}
