﻿@charset "utf-8";
/* These are the required elements and should not be touched */

/*Clears both left and right float*/

.clear {
    clear: both;
}

/*Float item left of content below it*/

.left {
    float: left;
}

/*Float item right of content below it*/

.right {
    float: right;
}

.center {
    text-align: center;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

/*Hide elements for screen readers*/

.hidden {
    height: 1px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: -200px;
    width: 1px;
}

.underline {
    text-decoration: underline;
}

/*This adds the gradient background on the top of the page*/

#background_top {
    background: url('../Common/images/background.gif') repeat-x #0a306a;
    padding-top: 15px;
    width: 100%;
}

/*IDs are elements that can be used only once per page on the website*/

#container {
    margin: auto;
    text-align: left;
    width: 960px;
}

/*These all control the look and feel of the gold bar at the top of the page*/
/*This is for the <div> container that holds the entire top bar*/

#top_bar {
    background: #f9c033 url('../Common/images/gold_bar.gif') repeat-x;
    display: block;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    min-height: 27px;
    overflow: auto;
    position: relative;
    width: 960px;
}
/*Puts the rounded right corner on the top bar*/

#top_bar_right {
    background: url('../Common/images/gold_bar_rtCorner.gif') no-repeat top right;
    float: right;
    height: 27px;
    width: 7px;
}
/*This creates the State of Alaska Button on the left hand corner of the top bar*/

#top_bar a#soa {
    color: #00006F;
    /*This displays the State of Alaska Link if the images don't load*/
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    padding: 4px 0 0 15px;
    text-decoration: none;
    width: 153px; /*Want to set a width and height to make sure that the link doesn't show up under the button image*/
}

    #top_bar a#soa:hover {
        text-decoration: underline;
    }

    #top_bar a#soa span {
        background: url('../Common/images/topbarSOA.gif') no-repeat;
        /*This positions the button image over the text*/
        display: block;
        height: 27px;
        left: 0;
        position: absolute;
        top: 0;
        width: 170px;
    }

/*This is the "container" for the list of links on the top bar*/

#top_bar ul {
    float: right;
    margin: 0;
    padding: 4px 0 0 10px;
}
    /*This is the styling for each list item in the top bar list of links*/

    #top_bar ul li {
        display: inline;
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: .7em;
        list-style: none;
        padding: 0 7px;
    }
        /*Style for the actual links in the top bar*/

        #top_bar ul li a {
            color: #00006F;
            font-weight: bold;
            text-decoration: none;
        }
            /*Style for the hover / focus state of the list of links in the top bar*/

            #top_bar ul li a:hover, #top_bar ul li a:focus {
                text-decoration: underline;
            }

/*This control the header element*/
/*This is the container as well as the holder of the actual header image*/

#header {
    background: url('../Common/images/headerBG.gif') repeat-x #112039; /*This will need to be changed depending on the background color or style you choose to use*/
    clear: both;
    display: block;
    min-height: 90px;
    position: relative;
    width: 960px;
}

    /*This creates the link for the header with an invisible link block*/

    #header a#title {
        /*This styles the text just in case the image doesn't load*/
        color: #ffffff;
        display: block;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        height: 75px;
        padding: 15px 0 0 15px;
        width: 334px; /* The width and height will need to be set to the above image so that everything shows up appropriately*/
    }

        #header a#title span {
            /* This hides the text so that you just have a link element, but screenreaders also have the link available*/
            background: url('../Common/images/div_air_quality.jpg') top left no-repeat; /*The individual department / division header needs to be put in here*/
            display: block;
            height: 90px;
            left: 0;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 500px; /* The width and height will need to be set to the above image so that everything shows up appropriately*/
            z-index: 1;
        }

/*This styles the search box, mostly taken from DFG's css*/

#search {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    padding: 15px 15px 0 0;
    position: relative; /*Need this to get the absolute positioning to work within this div box*/
    text-align: right;
}
    /*This is the background for the search box*/

    #search #searchBox {
        background: url('../Common/images/searchbox.png') no-repeat top left;
        width: 300px;
    }

#searchSelect {
    position: absolute;
    right: 15px;
    top: 45px;
}

#search input, #search label {
    margin: 0;
    padding: 0;
}
/*This is the position and size of the search text field*/

#search #searchtextfield {
    border: none;
    border: none;
    color: #6D6D6D; /*Change this to change the text color*/
    font-size: 12px;
    margin: 0;
    position: relative;
    right: 0px;
    top: -7px;
    width: 195px;
}

/*This is the positioning of the search button*/

#search #searchbutton {
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
}
/*This is the styling of the radio button labels*/

#search label {
    color: #f5f5f5; /*Change this to change the text color*/
    font-size: .7em;
    font-weight: bold;
}

/* Breadcrumb styling */

.content ol, .content ul, .content dl {
    font-size: .875em;
}

#breadcrumbContainer {
    margin-left: 0;
}

.breadcrumb {
    display:inherit;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 0;
    width: 80%;
    margin: 0;
    background-color: #ffffff;
}

    .breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .breadcrumb ul li {
            display: inline;
        }

#breadCrumbTwitterMobileDivId {
    display: inherit;
}

/*This is the style for the footer; defines the background that runs the bottom of the page*/

#footer {
    background: url('../Common/images/footerBG.gif') repeat-x #030c1b;
    display: block;
    margin: auto;
    min-height: 200px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}
/*Footer Links and content*/

#footer_content {
    background: url('../Common/images/footer_contentBG.gif') repeat-x top;
    color: #CED4DF;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    min-height: 80px;
    padding-top: 10px;
    text-align: left;
    width: 960px;
}
    /*Styles the right and left box of the statewide footer */

    #footer_content .right, #footer_content .left {
        padding: 10px 0;
    }

    #footer_content .right {
        float: none;
        font-size: .75em;
        text-align: right;
    }

    #footer_content .left {
        text-align: left;
    }

    /* Style the list of links in the footer */

    #footer_content ul {
        display: inline;
        font-size: .8em;
        list-style: none;
        padding: 0;
    }

        #footer_content ul li {
            float: left;
            padding: 0 10px 3px 0;
        }

            #footer_content ul li a, #footer_content a {
                color: #CED4DF;
                font-weight: normal;
                text-decoration: underline;
            }

                #footer_content ul li a:hover, #footer_content ul li a:focus, #footer_content a:hover, #footer_content a:focus {
                    text-decoration: none;
                }

    #footer_content .right .center_item {
        border-left: #526d96 solid 1px;
        border-right: #526d96 solid 1px;
        padding: 0 4px;
    }

    #footer_content .right .right_item {
        border-left: #526d96 solid 1px;
        padding: 0 0 0 4px;
    }

    #footer_content .right .left_item {
        border-right: #526d96 solid 1px;
        padding: 0 4px 0 0;
    }

#app_header_content {
    background-color: White;
    overflow: auto;
    padding-left: 10px;
    width: inherit;
    box-sizing: border-box;
    box-shadow: 0 0 6px -3px
}

#main_content {
    background-color: White;
    overflow: auto;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

form {
    margin: 0;
}

#department_footer {
    width: 930px;
    background: url('Images/department_footerBG.gif') repeat #EBEBEB;
    margin: auto;
    padding: 10px 15px;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: xx-small;
    text-align: center;
}

#footerPaddingDivId {
    padding: 5px;
}

#footerLeftDiv {
    float: left;
    width: 25%;
    text-align: left;
}

#footerCenterDiv {
    margin: 0 auto;
}

#footerRightDiv {
    float: right;
    width: 25%;
    text-align: right;
}

/* Application Footer */
.application-footer {
    width: 100%;
    border-top: 3px solid #194a6b;
    background: url('Images/department_footerBG.gif') repeat #EBEBEB;
    margin: auto;
    padding: 10px 15px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: xx-small;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Agency Footer */
.footer-block {
    background-color: #194a6b;
    color: #fff;
    font-size: .875em;
    max-width: 960px;
    margin: 0 auto;
    padding: 12px 20px;
    box-sizing: border-box;
}

    .footer-block h1, .footer-block h2, .footer-block h3, .footer-block h4, .footer-block h5, .footer-block h6, .footer-block a {
        color: #fff;
    }

    .footer-block a {
        font-weight: bold;
        font-style: italic;
    }

    .footer-block .wrap {
        max-width: 960px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .footer-block .block-content-area {
        float: left;
    }

    .footer-block .footer-block-1, .footer-block .footer-block-2 {
        margin: 0 2% 0 0;
    }

    .footer-block .footer-block-3 {
        margin: 0;
    }

.footer-block-3 p {
    background-color: #194a6b;
    color: #fff;
}

.socialmedia-icons ul {
    vertical-align: middle;
    display: inline-block;
}

    .socialmedia-icons ul li a {
        color: #555555;
        background-color: #f5f5f5;
        padding: 10px;
        border-radius: 50%;
        font-size: 160%;
    }

        .socialmedia-icons ul li a:hover {
            color: #ffffff;
            background-color: #999;
        }

#breadcrumbsDiv {
    width: 940px;
}

#footer_decoration {
    width: 960px;
    height: 45px;
}

.indexPage td a {
}

.indexPage td a.menuLinks {
    font-size: 1.1em;
}

.wrapTextNoMobileWrapClass {
    white-space: nowrap;
}

#cancelFormalSubmissionReturnToList {
    top: -6px;
}

#stateAreaZoneMapImgId {
    width: 587px;
    height: 452px;
}

.dataTable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#breadCrumbTwitterMobileDivId {
    display: none;
}

#breadcrumbImageLinksDiv {
    float: right;
    padding: 8px 0 10px 0;
    display: flex;
}

#imgMenuButtonId {
    display: none;
}

#myAlaskaLogoutId {
    padding-right: 26px;
    margin: 0 auto;
}

#auditsTableId {
    min-width: 500px !important;
}

#auditsTableId tr:hover td {
    background: yellow;
    cursor: pointer;
}

#auditTableContainerId {
    padding: 20px;
}

#overMaskAuditsId {
    width: 100%;
    height: 100%;
    z-index: 102;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    display: table;
}

#overMaskAuditRowId {
    display: table-row;
}

#overMaskAuditCellId {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#overPanelAuditsId {
    display: table;
    border: ridge 10px #7E9CB5;
    margin: 20px auto;
    min-height: 400px;
}

#overPanelScrollAuditsId {
    overflow: auto;
    width: 90%;
    height: 90%;
    background-color: white;
    display: table-row;
    margin: 10px;
}

#overPanelContentAuditsId {
    display: table-cell;
    text-align: center;
    overflow: auto;
}

#overPanelContentAuditsId {
    margin: 5px;
}

.electronicCommentGroup {
    display: flex;
}

.electronicCommentColumn {
    width: 50%;
    margin: 2px;
}

a.frmBtnsDisabled {
    padding: 8px 12px;
    background: linear-gradient(#5f6b79, #a2a9b4);
    color: white;
    vertical-align: middle;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    pointer-events: none;
}

a.frmBtns {
    padding: 8px 12px;
    background: linear-gradient(#3872b7, #89ade3);
    color: white;
    vertical-align: middle;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
}

a.frmBtns:hover {
    background: radial-gradient(#3872b7, #afcfff);
}

.text-white {
    color: #fff !important
}

.border-bottom {
    border-bottom: solid 1px black !important;
}

@media only screen and (max-width:960px) {
    #container, #top_bar, #header, #menu, #department_footer, #footer_content, #breadcrumbsDiv {
        width: 100% !important;
    }

    #department_footer {
        padding: 10px 0;
    }   

    #attachmentsDivId {
        width: 100%;
    }

    #footer_decoration {
        display: none;
    }
}

@media only screen and (max-width:875px) {
    #overPanelAuditsId {
        width: 90%;
        height: 90%;
        margin: auto;
    }
}

@media only screen and (max-width:768px) {
    #footer_content ul li {
        display: block;
        float: none;
        text-align: center;
        padding: 5px;
    }

    #footer_content .left {
        float: none;
    }

    #footer_content .right {
        text-align: center;
    }

    #footer_content .right span {
        display: inline-block;
        float: none;
    }

    #search {
        display: none;
    }

    #header a#title span {
        background: url('../Common/images/div_air_quality.jpg') top left no-repeat;
    }

    #header a#title {
        width: 100%;
        padding: 0;
    }

    .aosMsgBoxBg {
        width: 96%;
        max-height: 96%;
        overflow-y: auto;
    }

    .electronicCommentGroup {
        flex-direction: column;
    }
    .electronicCommentColumn {
        width: 100%;
    }
}

@media only screen and (max-width:645px) {
    #auditsTableId {
        width: 100% !important;
        height: 100% !important;
        min-width: 500px;
    }

    #top_bar ul {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .head {
        font-size: 14px !important;
        white-space: pre;
    }

    #header {
        height: 65px;
        min-height: 65px;
    }

    #header a#title {
        height: 65px;
    }

    #header a#title span {
        background: url('../Common/images/div_air_quality.jpg') top left no-repeat;
        height: 65px;
        width: 100%;
    }

    #imgMenuButtonId {
        display: inline;
        position: absolute;
        z-index: 2;
        right: 3px;
        bottom: 1px;
    }

    #imgMenuButtonId:hover {
        cursor: pointer;
    }

    #app_header_content {
        padding: 0;
        margin: 0;
        position:relative;        
    }

    .head {
        display: block;
        margin-left: 5px;
        clear: right;
    }
}

@media only screen and (max-width:360px) {
    #content {
        padding: 20px 0;
    }
}
