﻿html {
    font-family: 'Open Sans', sans-serif;
}


legend {
    font-weight: bold !important;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 90%;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

body {
    background: #FFFFFF; 

}

table {
    background: white;
    color: black;
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}


header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
    height: 100px;
}

dl {
}

    dl dt {
        float: left;
        font-weight: bold;
        margin-right: 10px;
        padding: 5px;
        width: 120px;
        height: 30px;
        clear: left;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        border-bottom-left-radius: 15px;
    }

    dl dd {
        margin: 2px 0 2px 130px; /* 130px = dl dt's width + padding */
        padding: 5px 0;
        height: 30px;
        background: #e2e2e2; /* Standard background if none of the below work. */
        background: -webkit-linear-gradient(left bottom, #ccc, white); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(top right, #ccc, white); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(top right, #ccc, white); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to top right, #ccc, white); /* Standard syntax */
    }

/* Header */

#navHeader {
    background: #356584;
    color: white;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

    #navHeader div {
        vertical-align: middle;
    }

        #navHeader div * {
            margin: auto 0px;
            vertical-align: middle;
            float: none;
        }

    #navHeader img {
        margin: 20px 0 12px 24px;
    }

    #navHeader #DHECMenu {
        width: expression(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -o-calc(100% - 150px);
        width: calc(100% - 150px);
        background-color: rgba(255,255,255, 0);
        color: rgba(255,255,255,1);
        margin: 6px 0 0 0;
    }

.pure-menu a, .pure-menu .pure-menu-can-have-children > li::after {
    color: #000000;

}
.pure-menu li a:hover, .pure-menu li a:focus {
    background-color: #99CC00;
}

/* Body */
#body {
    padding: 0 0 90px 0;
}

/* Footer */

footer {
    height: 90px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

    footer #footer {
        height: 100%;
        width: 100%;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }

        footer #footer #BottomText {
            position: absolute;
            left: 0;
            right: 0;
            top: 15px;
            bottom: 15px;
            margin: auto;
        }

            footer #footer #BottomText ul {
                list-style-type: none;
            }

                footer #footer #BottomText ul li {
                    display: inline;
                    padding: 0 5px;
                }

            footer #footer #BottomText p {
                font-style: italic;
                color: #666;
            }

/* forms */

/*fieldset {
    border: none !important;
}
legend {
    display: none;
}*/

fieldset {
    margin-bottom: 1em;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 5px 6px 6px !important;
    padding: 2px;
    width: auto;
    max-width: 90%;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #86c8bc;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}



.display-label {
    font-weight: bold;
    margin-bottom: 1ex;
}

.display-field {
    margin-bottom: 1ex;
}

.tri-state {
    max-width: 12ex !important;
    padding: 0 !important;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #86c8bc;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* Pure-related things
  -------------------------------*/
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white !important;
    border-radius: 4px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}

.button-success {
    background: rgb(35, 136, 76) !important; /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60) !important; /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20) !important; /* this is an orange */
}

.button-secondary {
    background: rgb(135, 200, 188) !important; /* this is a light blue */
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #86c8bc;
}
/* Page-specific stuff
    --------------------------------------------------------*/


.notice-document {
    border: 1px solid #e2e2e2;
    padding: 1ex;
}

.location {
    border: 1px solid #e2e2e2;
    padding: 1ex;
}

#new-notice {
    margin-bottom: 1em;
}

#back-to-list {
    margin-top: 1em;
}

.dhec-logo {
    float: left;
    width: 125px;
    height: 61px;
}

.dhec-footer {
    width: 100%;
    background-color: white;
    color: rgb(109, 107, 107);
    font-style: italic;
    text-align: center;
    font-size: 16px;
}

.dhec-header {
    height: 60px;
    border-bottom: 5px solid #99cc00;
}

.dhec-logo {
    float: left;
}

.dhec-header-link {
    color: rgb(109, 107, 107);
    font-style: italic;
    font-size: 16px;
    float: right;
    text-align: right;
}

.wrapper {
    margin: 0 10% 90px 10%;
}
        
h1 {
    font-size: 1.375em;
    color: #356584;
    margin: 8px 0 8px 0;
}

a:link {
    color: #356584;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #356584;
}

a:active {
    text-decoration: none;
    color: #356584;
}

a:visited {
    color: #356584;
    text-decoration: none;
}

/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-paginator {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    list-style: none;
    margin: 0;
    padding: 0
}

.opera-only :-o-prefocus, .pure-paginator {
    word-spacing: -.43em
}

    .pure-paginator li {
        display: inline-block;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-paginator .pure-button {
        border-radius: 0;
        padding: .8em 1.4em;
        vertical-align: top;
    }

        .pure-paginator .pure-button:focus, .pure-paginator .pure-button:active {
            outline-style: none
        }

    .pure-paginator .prev, .pure-paginator .next {
        color: #C0C1C3;
        text-shadow: 0 -1px 0 rgba(0,0,0,.45)
    }

    .pure-paginator .prev {
        border-radius: 2px 0 0 2px
    }

    .pure-paginator .next {
        border-radius: 0 2px 2px 0
    }