html, body {
    margin: 0;
    padding: 0;
    background-color: #efefef;
}
body {
    height: 100%;
    margin: auto;
}

* {
    font-family: 'Open Sans', sans-serif;
}

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

a:hover {
    text-decoration: underline;
}

#header {
    padding: .5em .7em;
    font-family: Kurale;
    font-size: 1.5em;
}

#separator {
    background-color: #631f74;
    color: white;
    line-height: 3em;
    padding-left: 1em;
}
#separator a {
    color: white;
}
#separator a:hover {
    text-decoration: underline;
}

#account {
    float: right;
    margin: 0 0 20px 0;
}

.context-menu-account {
    background-image: url(images/icons/ic_account_circle_black_24dp_1x.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    cursor: pointer;
    font-size: .7em;
}

.context-menu-account:hover {
    color: #889bd0;
}

#content {
    margin: 1em;
}

h1, h2 {
    color: #00a393;
}

.table-row {
    display: table-row;
    height: 2em;
}
.table-column {
    display: table-cell;
    padding: 4px 4px 4px 0;
    font-size: 1em;
    vertical-align: middle;
}

/*
form {
    display: table;
    margin-top: 2em;
}
*/
label, input[type=text], input[type=password] {
    font-size: 1em;
}

label {
    padding: 0 4px 4px 0;
}

/*
div input[type=text], div input[type=password] {
    width: 12em;
}
*/

#footer-container {
    position: absolute;
    bottom: .5em;
    margin: auto;
    width: 100%;
}
#footer-content {
    text-align: center;
    font-size: .9em;
}
#store-badges img {
    height: 2em;
    padding: 0 .1em;
}

#control-panel {
    width: 1024px;
    margin: auto;
    margin-top: 20px;
    padding: 10px 0;
    border-bottom: #eeeeee 1px solid;
}

table {
    margin: auto;
    margin-top: 20px;
    border-collapse: collapse;
}

thead {
    background-color: #f5f8fa;
    margin-top: 20px;
    border-bottom: #eeeeee 1px solid;
    color: #00a393;
}

th {
    padding: 1em;
    font-weight: normal;
    text-align: left;
}

tbody {
    background-color: white;
    border-bottom: #eeeeee 1px solid;
}

td {
    padding: 1em;
    font-size: 1em;
}

.no-wrap {
    white-space: nowrap;
}

.right-aligned {
    text-align: right;
}

#modal, #popup-window, #dialog-confirm, #busy-indicator {
    display: none;
}

#busy-indicator {
    position: absolute;
    top: 6em;
    left: 50%;
    margin-left: -9em;
    background-color: black;
    opacity: 0.6;
    color: white;
    width: 18em;
    line-height: 4em;
    border-radius: .75em;
    border: #efefef 2px solid;
    display: none;
}
#busy-indicator-spinner {
    background: url('images/loading.png') no-repeat;
    background-size: 24px 24px;
    background-position: 24px;
    padding-left: 58px;
}

/* Popup Window */
#customer-form, #object-form {
    display: table;
    margin: 0;
    padding: 0;
}

label, input[type=text] {
    font-size: 1em;
}

label {
    padding: 0 8px 8px 0;
}

div input[type=text] {
    width: 340px;
}

.default-edit-row {
    display: table-row;
    min-height: 42px;
    height: 42px;
}

.default-edit-cell {
    display: table-cell;
    vertical-align: middle;
    min-width: 160px;
}

.section {
    font-weight: 700;
}
