﻿:root {
    --primary-color: #003168;
    --secondary-color: #337AB7;
    --accent-color: #FBAD24;
    --primary-color-contrast: #FFFFFF;
    --secondary-color-contrast: #FFFFFF;
    --accent-color-contrast: #FFFFFF;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
}

html {
    font-size: 0.8125em;
    line-height: 1.5;
}

body {
    font-family: source-sans-pro, sans-serif;
    color: #333;
    cursor: default;
}

pre {
    overflow: auto;
}

code,
pre {
    font-family: source-code-pro, monospace;
}

h1 {
    font-size: 1.675rem;
    font-weight: 300;
    font-style: normal;
}

h2 {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
}

.LayoutGrid {
    max-width: 900px;
    min-width: 300px;
    padding: 0 10px 10px;
}

.LayoutCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.PanelFillExtraLight {
    background-color: #fff;
}

.PanelDiffuseShadow {
    box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 1px -moz-rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    zoom: 100%;
}

.init * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

:link:focus {
    outline: 2px solid var(--primary-color); /* rgba(34, 95, 215, 0.3); */
    -moz-outline-radius: 3px;
}

:link:hover,
:link:focus {
    text-decoration: underline;
}

:link:active,
:link:hover {
    outline: 0;
}

.sr-only {
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    position: absolute;
}

.megamenu-home-link {
    position: relative;
    left: 10px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

    .megamenu-home-link,
    .megamenu-home-link a {
        color: #fff;
    }

        .megamenu-home-link a:hover,
        .megamenu-home-link a:focus {
            color: var(--accent-color);
            background-color: var(--accent-color-contrast);
            text-decoration: none;
        }

        .megamenu-home-link a span {
            vertical-align: middle;
        }

        .megamenu-home-link [class^="ca-gov-icon-"] {
            font-size: 28.5px;
        }


.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: underline;
}

.toggleNavBtn {
    color: var(--secondary-color-contrast);
    font-weight: normal;
    text-decoration: none;
    float: right;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    background-color: var(--secondary-color);
    border: none;
}

    .toggleNavBtn:hover {
        text-decoration: underline;
        color: white;
        font-weight: normal;
    }

    .toggleNavBtn:visited {
        color: white;
        font-weight: normal;
    }

    .toggleNavBtn:focus {
        color: white;
        font-weight: normal;
    }

.kendo-form-control {
    height: 34px;
}

span.kendo-form-control {
    border-width: 0;
}

input.kendo-form-control {
    height: 34px;
}

li.k-state-selected {
    -webkit-box-shadow: inset 0 0 0 0 #428bca, inset 0 0 0 0 #76abd9;
    box-shadow: inset 0 0 0 0 #428bca, inset 0 0 0 0 #76abd9;
    border-color: var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--secondary-color-contrast);
}

.k-multiselect {
    height: 32px;
    border-width: 0;
}

textarea.form-control {
    height: 34px;
}

/* CSS For Fullscreen Pages*/
.full-height {
    height: 100%;
    overflow: hidden;
}

.flex-grow-1 {
    flex-grow: 1;
}

.body-flex {
    display: flex;
    flex-direction: column;
}

.global-header-fullscreen {
    border-left: 0px;
    border-right: 0px;
    height: 75px;
}

.hide-on-fullscreen {
    display: none;
}

/* CSS for area where user downloads files */
#source-file-box {
    background-color: #F7F7F7;
    padding: 2em;
}

.text-wrap {
    overflow-wrap: break-word;
}

/* CSS for color/header updates */
.instruction-text {
    background-color: #F7F7F7;
    padding: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
}

    .instruction-text a {
        color: var(--secondary-color);
        background-color: var(--secondary-color-contrast);
        text-decoration: underline;
    }

#certification {
    font-weight: 600;
}

.section-title {
    background-color: var(--primary-color);
    padding: 0.5em;
    padding-left: 1.2em;
    color: var(--primary-color-contrast);
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.detail-records-title {
    background-color: var(--primary-color);
    padding: 0.9em;
    padding-left: 1.1em;
    color: var(--primary-color-contrast);
    margin-top: 1.5em;
}

    .detail-records-title a {
        color: var(--primary-color-contrast);
        text-decoration: underline;
        background-color: var(--primary-color);
    }

/* Download template link*/
.download-link {
    padding-top: 35px;
    text-decoration: underline;
}

    .download-link a {
        color: var(--secondary-color);
        background-color: var(--secondary-color-contrast);
    }

/* Submit EDD Button Area*/
#startBlankEDDButton {
    height: 100%;
    width: 100%;
    border: 2px solid #CCCCCC;
    height: 35px;
}

/* Form helper text (Submit EDD and Generate AOR pages) */
.helper-text {
    font-size: 1rem;
    text-align: center;
    color: var(--secondary-color);
    background-color: var(--secondary-color-contrast);
    font-weight: 800;
    padding-top: 10px;
}

/* CSS for breadcrumbs */
.breadcrumb {
    padding-top: 10px;
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

    .breadcrumb a {
        text-decoration: underline;
    }

.breadcrumb-active-page {
    font-weight: bold;
}

.inner-column {
    position: relative;
    min-height: 150px;
}

/* Universal readability */
.uni-outline-text {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.site-header-nav-text{
    color: var(--primary-color-contrast) !important;
}

@media only screen and (max-width: 1545px) {
    .inner-column {
        min-height: 175px;
    }
}

@media only screen and (max-width: 1295px) {
    .inner-column {
        min-height: 200px;
    }

    .standard-button {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1231px) {
    #view-edds-button {
        height: revert;
        line-height: revert;
    }
}

@media only screen and (max-width: 1131px) {
    #epa-button {
        height: revert;
        line-height: revert;
    }
}

@media only screen and (max-width: 1070px) {
    .inner-column {
        min-height: 250px;
    }
}

@media only screen and (max-width: 1050px) {
    #documents-button {
        height: revert;
        line-height: revert;
    }
}

@media only screen and (max-width: 991px) {
    .inner-column {
        min-height: 85px;
    }

    .standard-button {
        height: revert;
        line-height: revert;
    }
}

/* Global Vue styles
-------------------------------------------------- */
[v-cloak] {
  display: none
}