/* -*- coding: utf-8 -*- */

*
{
    font-family: Verdana;
}

body
{
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    min-height: 80vh;
}

.div-ie-warning
{
}

.div-ie-warning a:hover
{
    color: #ffffcc;
}

h1
{
    font-size: 18pt;
    color: #ff6600;
}

.ok
{
    color: Green;
    font-weight: bold;
}

.err
{
    color: #c00000;
    font-weight: normal;
}

.page-marks
{
    margin: 0.4em 0px;
}

.page-marks .mark
{
    padding: 0.1em 0.2em;
}

.page-marks .mark.current, .page-marks .mark.current a
{
    background-color: #f0f0f0;
    color: #030303;
    text-decoration: none;
}

.form tr th
{
    text-align: right;
    padding-right: 0.4em;
}

.form tr.row-btns td, .form tr td.row-btns
{
    text-align: center;
}

.form-caution
{
}

.form-caution p
{
    margin: 0.5em 0.5em;
    padding: 0.5em 0.6em 0.5em 16px;
    background-image: url(/static/images/icon-warning.png);
    background-position: left 0.6em;
    background-repeat: no-repeat;
    color: #4e4e4e;
}

a
{
    color: #0033cc;
}

a:hover
{
    color: #ff6600;
    text-decoration: none;
}

table.info
{
}

table.info tr
{
    vertical-align: top;
}

table.info tr th, table.info tr td
{
    padding: 0.3em 0px;
}

table.info tr th
{
    text-align: right;
    font-weight: normal;
    padding-right: 0.7em;
}

table.info.compact-info tr th, table.info.compact-info tr td
{
    padding: 0px 0px;
}

table.info.compact-info tr th
{
    padding-right: 0.5em;
}

table.list
{
    width: auto;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #cccccc;
    border-spacing: 0px;
}

table.list tr th
{
    background-color: #666666;
    color: #efefef;
    text-align: left;
}

table.list tr th, table.list tr td
{
    padding: 0.2em;
    padding-right: 1em;
}

table.list tr.alt th, table.list tr.alt td
{
    background-color: #e9e9e9;
}

table.list.compact-list
{
    border: 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

table.list.compact-list tr th, table.list.compact-list tr td
{
    padding: 0px;
    padding-right: 0.8em;
}

/* thin top nav bar */
#thin-nav
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 27px;
    background-image: url(/static/images/simple/simple-nav-bk.png);
    background-repeat: repeat-x;
    background-position: left top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 200;
    font-size: 9pt;
}

#thin-nav .split
{
    display: inline-block;
    margin: 6px 0px 0px 12px;
    padding-top: 2px;
    background-color: Green;
    border-right: 1px solid #cccccc;
    height: 1em;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#thin-nav a
{
    display: inline-block;
    margin: 5px 0px 0px 12px;
    color: #7f7f7f;
    text-decoration: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

#thin-nav a:hover
{
    color: #000000;
}

#thin-nav a.home
{
    background-image: url(/static/images/simple/ico-home.png);
}

#thin-nav a.map
{
    background-image: url(/static/images/simple/ico-map.png);
}

#thin-nav a.buildings
{
    background-image: url(/static/images/simple/ico-map.png);
}

#thin-nav a.save
{
    background-image: url(/static/images/simple/ico-save.png);
}

#thin-nav .user-state
{
    position: absolute;
    top: 4pt;
    right: 7pt;
}

#thin-nav .user-state a
{
    margin: 0px;
    padding: 0px;
    background: none;
}

#thin-nav .user-state .browser-hint a
{
    color: Red;
    font-weight: bold;
}

#combined-title-bar
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    background-image: url(/static/ar/images/ar-editor-h1.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 220px;
    overflow: hidden;
}

#combined-title-bar .section
{
    display: inline-block;
    font-size: 16pt;
    margin: 10px 0px 0px 0px;
    padding-left: 12px;
    padding-right: 8px;
    background-image: url(/static/images/ico-ar-big.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#combined-title-bar .section.section-main
{
    color: #ff6600;
}

.central-content
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 10px;
}

#site-footer
{
    width: 100%;
    text-align: center;
    font-size: small;
    color: Gray;
    padding: 1.5em 0px;
}

.py-2
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

