/* Font families */

html, body {
    font-family: 'Avenir Next', Avenir, 'Open Sans', helvetica, arial, sans-serif;
    height: 100%;
}



/* Global */

html {
    font-size: 100%;

}

body {
    color: #231f20;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 { margin: 5px 0; line-height: 1.2; }
h1 { font-size: 50px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 13px; }

a {
    text-decoration: none;
    color: #00add9;
}

a:hover {
    text-decoration: none;
    color: #00647d;
}

.small {
    font-size: 0.8em;
}

.spacer_small {
    margin: 15px 0;
}

.spacer {
    margin: 30px 0;
}

.spacer_large {
    margin: 100px 0;
}

p {
    margin: 12px 0;
    max-width: 650px;
}

hr {
    border: none;
    height: 1px;
    color: #bbb;
    background: #bbb;
}

header, nav, .show_more_link, .cdp_chart, .chart_bar, #panel_title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



#site_wrapper {
    min-height: 100%;
    position: relative;
}





header {
    height: 48px;
    background: #111;
}

#header_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
    height: 48px;
}

#site_logo {
    display: block;
    display: inline-block;
    padding-top: 13px;
}

#site_logo img {
    width: 186px;
    height: auto;
}

#header_links {
    padding-top: 12px;
    float: right;
}

#header_links a {
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 15px;
}

#header_left {
    padding-top: 12px;
    float: left;
}

#header_left a {
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}



.content {
    min-height: 100px;
    text-align: center;
}

.content_inner, .content_inner_skinny {
    max-width: 1000px;
    padding: 20px 20px 150px 20px;
    margin: 0px auto;
    text-align: left;
}

.content_inner_skinny {
    display: inline-block;
}



footer {
    height: 100px;
    background: #eaebec;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px;
}

#footer_links {
    float: right;
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

#footer_links a {
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
}






.centered {
    text-align: center;
}

.large_note {
    font-size: 1.8em;
}

.medium_note {
    font-size: 1.4em;
}











.admin_links a {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.list_buttons a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}



form.search {
    margin: 15px 0;
}

form.search input {
    font-size: 12px;
    margin: 4px 4px 4px 0;
    float: left;
}

form.search select {
    float: left;
    margin: 6px 6px 0 0;
    font-size: 14px;
}

form.search input::placeholder {
    color: #999;
}

form.search .button {
    padding: 7px 6px 6px 6px;
    margin: 4px 4px 4px 0;
}

form.search label {
    margin: 6px 5px 0 0;
    font-size: 14px;
    vertical-align: middle;
    width: 100px;
    display: block;
    float: left;
    clear: both;
    text-align: right;
}




.item_detail_box {
    margin: 0 0 40px 0;
    padding: 4px 4px;
    border: 1px solid #bbb;
    font-size: 12px;
    line-height: 1.3;
}

.item_detail_box .title {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 16px;
}



#import_results {
    font-size: 14px;
    background: #eee;
    padding: 10px;
}




/* Tables */

table {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 1.1;
    width: 100%;
    margin-bottom: 40px;
}

caption {
    text-align: left;
    padding: 4px 0;
    font-weight: bold;
    font-size: 16px;
}

table, th, td {
    border: 1px solid #888;
}

th {
    background: #eee;
}

th, td {
    vertical-align: top;
    padding: 4px;
}

.main {
    font-size: 15px;
    line-height: 1.2;
}

.main td {
    padding: 10px;
}



#noteBox {
    margin: 10px 0;
    background: #f6dd0a;
    padding: 6px 12px;
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
}

#noteBox a {
    font-weight: 600;
    color: #222;
    cursor: pointer;
}

#importError {
    background: #e23513;
    color: white;
    padding: 10px 20px;
    margin: 5px 0;
    display: inline-block;
}

#importComplete {
    background: #68be59;
    color: white;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}




/* Responsive */

@media screen and (min-width: 700px) {
    
}

@media screen and (max-width: 699px) {

    h1, h2, h3, h4, h5, h6 { margin: 6px 0; }

    h1 { font-size: 40px; line-height: 1.2; }
    h2 { font-size: 27px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 13px; font-weight: normal; }
    
 
}

