body {
    margin: 0;
    padding: 2rem 0;
    background-color: #f1f5f9;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

p {
    margin: 0 0 1.5rem;
}

span.red {
    color: #DB2828;
}

span.orange {
    color: #F2711C;
}

span.green {
    color: #21BA45;
}

span.blue {
    color: #2185D0;
}

span.grey {
    color: #767676;
}

.without-padding {
    padding: 0 !important;
}

.logo {
    margin: 5rem 0 1rem;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui.fluid[class*="left labeled"].icon.button, .ui.fluid[class*="right labeled"].icon.button {
    padding-right: 4.07142857em !important;
}

.segment-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.segment-heading h2 {
    margin-bottom: 0;
}

.left-aligned {
    right: 0 !important;
    left: auto !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.ui.dropdown .menu > .item {
    min-width: 150px;
}

.ui.inline.loader + .ui.label {
    margin-left: 8px;
}

span[role=button], span[role=link] {
    cursor: pointer;
    color: #1e70bf;
}

.pointer {
    cursor: pointer;
}

span[role=button]:active, span[role=button]:hover, span[role=link]:active, span[role=link]:hover {
    outline: 0;
}

span[role=button]:hover, span[role=link]:hover {
    color: #1e70bf;
}

.ui.form .field {
    clear: both;
    margin: 0 0 2rem;
}

kbd {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.87);
    padding: 3px 5px;
    border-radius: .28571429rem;
}

kbd, code {
    font-size: .9em;
}

.ui.grid.topbar {
    margin-bottom: 0;
}

.ui.header.sidebar-title {
    margin-bottom: 2rem;
}

.ui.header > .icon {
    padding-top: 0;
}

.ui.segment {
    margin: 0 0 2rem;
}

.ui.segment h1, .ui.segment h2, .ui.segment h3, .ui.segment h4, .ui.segment h5, .ui.segment h6 {
    margin: 0;
}

.page-header {
    margin-bottom: 3rem;
}

.ui.message {
    margin-bottom: 2rem;
}

.ui.grid > .row.addresses {
    margin: 2rem 0;
    padding: 2rem 0;
    background-color: #f9fafb;
}

.ui.grid + .grid {
    margin-top: 0;
}

.ui.table.very.basic tfoot th {
    background-color: #f9fafb;
    font-weight: 700;
}

.ui.segment.payment-loading {
    margin-bottom: 3rem;
}

.ui.segment.alternative {
    margin: 2rem 0;
    background-color: #f9fafb;
}

.ui.segment:last-child {
    margin-bottom: 2rem;
}

table td.right.aligned .ui.inline.loader {
    margin-right: 8px;
}

table td.right.aligned:last-of-type .ui.inline.loader {
    margin-right: 0;
}

.sidebar .highlight + div {
    opacity: .35;
}

h1.title a {
    color: inherit;
}

code {
    word-wrap: break-word;
}

.clipboardable:hover {
    cursor: pointer;
}

#pageMustRefreshMarker {
    display: none;
}


/* Fix for firefox */
.ui.basic.red.label {
    background-color: #fff !important;
}

.hidden {
    display: none;
}

.space-above {
    padding-top: 10px;
}

.space-below {
    padding-bottom: 40px;
}

.jslink {
    color: #1e70bf;
    cursor: pointer;
}

.customer-name-seperator {
    font-weight: bold;
    font-size: 2em;
    height: 2em;
}

.header-logo {
    height: 2em;
}
