﻿/* 
    
    Nordic Trustee Colors
    ---------------------
    
    blue main    #031b39;
    blue light   #697681;

    teal         #4ca097;
    teal dark    #448f87;
    
    brown        #462a2b;
    yellow       #fcb831;
    purple       #7963a8;
    sky          #1cadda;
    red          #c31575; 

    gray dark    #d4dee4;
    gray norm    #e4eaee;
    gray light   #f2f6fa;

    ---------------------

*/

/* Updated Design */
.color {
    color: #4ca097;
}

.container-fluid {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-content {
    height: calc(100% - 93px);
    width: calc(100% + 30px);
}

.col {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .col {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.card {
    background: #fafcff;
    border: 1px solid rgba(87, 112, 234, 0.17);
    border-radius: 0px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    margin: 5px;
    min-width: 0;
    position: relative;
    width: calc(100% - 10px);
    word-wrap: break-word;
}

.card-header {
    border-bottom: none;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.75rem 1.25rem;
}

.card-header:focus {
    outline-color: #4CA097;
}

.fa-margin-color {
    color: #4CA097;
    font-size: 1.175rem;
    margin-right: 10px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 0;
}

.row-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.col-inner {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-info {
    color: #808080;
    font-size: 1rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: normal; 
    width: 100%;
}

.col-info:focus {
    outline-color: #4CA097;
}

.col-info a {
    word-break: break-all;
}

.col-table {
    border: none;
    color: #808080;
    display: table;
    height: 90%;
    margin-bottom: 1rem;
    margin-top: .5rem;
    overflow: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.col-table th {
    border-bottom: 2px solid #DEE2E6;
    border-top: 1px solid #DEE3E6;
    color: #808080;
    cursor: pointer;
    font-size: 85%;
    font-weight: normal;
    overflow: hidden;
    padding: 0.3rem;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: bottom;
    white-space: nowrap;
}

.col-table td {
    border-top: 1px solid #DEE2E6;
    color: #808080;
    overflow: hidden;
    padding: 0.5rem 0.3rem;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.col-table .date {
    color: #4CA097;
}

.col-table .width-25 {
    width: 25%;
}

.col-table .width-15 {
    width: 15%;
}

.col-table .width-12 {
    width: 12.5%;
}

.col-table .width-10 {
    width: 10%;
}

.col-table span:focus {
    outline-color: #4CA097;
}

.col-table-footer {
    color: #4CA097;
    font-weight: 600;
    padding-top: 1rem;
    text-align: right;
}

.col-table-footer span:focus {
    outline-color: #4CA097;
}

@media screen and (min-width: 768px) {
    .col-table .res-4 {
        display: table-cell;
    }
}

/* Resets
--------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-ready {
    overflow-x: auto;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 12px;
    background: #fff;
    color: #031b39;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    touch-callout: none;
    text-size-adjust: none;
    line-height: 1;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    min-width: 600px;
    max-width: 3000px;
}


/* Elements
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    h6 {
        font-size: 1.25rem;
    }
}

h1.deleted span,
h2.deleted span,
h3.deleted span,
h4.deleted span,
h5.deleted span,
h6.deleted span {
    text-decoration: line-through;
}

h1 {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-weight: normal;
}

h1.first {
    margin-top: 0;
}

h1 span {
    height: 1.2em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 75%;
}

h1 .action {
    position: absolute;
    top: .5rem;
    right: 0;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1.5rem;
    margin-top: -.75rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #4ca097;
    color: #4ca097;
    transition: all 200ms ease;
}

h5 .action {
    background: transparent;
    border: 1px solid #4CA097;
    color: #4CA097;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1.5rem;
    position: absolute;
    right: .5rem;
    text-align: center;
    top: .5rem;
    transition: all 200ms ease;
}

h1 .action:focus,
h5 .action:focus {
    outline: none;
}

h1 .action:hover,
h1 .action:focus,
h5 .action:hover,
h5 .action:focus {
    padding: .5rem 2.25rem;
}

h1 .action.active,
h5 .action.active {
    padding: .5rem 1.5rem .5rem 3rem;
    background: #4ca097;
    border-color: #4ca097;
    color: #fff;
}

h1 .action.active:hover,
h5 .action.active:hover {
    background: #448f87;
    border-color: #448f87;
}

h1 .action i,
h5 .action i {
    font-size: 1rem;
    margin: 0;
    position: absolute;
    top: .5rem;
    left: 1.25rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease;
    color: #fff;
}

h1 .action.active i,
h5 .action.active i {
    opacity: 1;
    transform: scale(1);
    transition: all 200ms ease;
}

h2 {
    font-size: 1.2rem;
    margin: 2rem 0;
}

h2 .collapse {
    font-weight: bold;
    margin: 0 .5rem 0 0;
}

h2 .edit {
    color: #697681;
    font-size: .9rem;
    margin: 0 0 0 1rem;
}

h3 {
    margin-bottom: .7rem;
    font-weight: bold;
}

h6 {
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4dee4;
    color: #4ca097;
    line-height: 1;
    padding: .6rem 0;
    margin-top: -1px;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    color: #4ca097;
    transition: color 100ms ease;
}

.icon {
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em 0 0;
    width: 1rem;
    text-align: center;
    pointer-events: none;
}

img.flag {
    width: 1.4rem;
    height: 1.4rem;
    margin: .15rem .5rem -.15rem 0;
}

table img.flag {
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin: -.2rem .5rem -.2rem 0;
    display: inline;
}

sup {
    vertical-align: baseline;
    color: #678a9e;
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 .5rem;
}

strong {
    font-weight: 600;
}

em {
    color: #031b39;
    font-style: normal;
    white-space: nowrap;
}

em:empty {
    display: none;
}

em.date,
em.amount,
em.currency,
em.notice {
    padding: .2rem .5rem;
}

em.date {
    min-width: 6em;
    text-align: center;
    background: #f2f6fa; 
    color: #031b39;
}

em.notice {
    min-width: 6em;
    text-align: center;
    background: #f2f6fa;
    color: #4ca097;
    border-left: 1px solid #4ca097;
}

em.currency {
    background: #4ca097;
    color: #fff;
}

em.amount {
    background: #4ca097;
    color: #fff;
}

hr {
    margin: 0;
    padding: 0;
    height: 2rem;
    display: block;
    clear: both;
    border: none;
    background: none;
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 50rem;
}

p a {
    text-decoration: underline;
}

p a:hover,
p a:focus {
    color: #448f87;
}

ul, ol {
    list-style-type: none;
}

table {
    width: 100%;
    border-spacing: 0;
    font-size: 1rem;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 1.25rem;
    }
}

.ui-ready table {
    opacity: 1;
}

table.alone {
    margin: 3rem 0;
}

table.first {
    margin-bottom: 3rem;
}

th, td {
    text-align: left;
    font-weight: inherit;
    padding: .6rem 1rem .6rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

@media screen and (max-width: 768px) {
    th, td {
        padding: 1rem 1rem 1rem 0;
    }
}

th.number {
    text-align: right;
}
td.number {
    text-align: right;
}

th:last-child, td:last-child {
    padding-right: 0;
}

th {
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4dee4;
    padding-top: 0;
    color: #4ca097;
}

td {
    border-bottom: 1px solid #e4eaee;
}

td.table-width10 {
    width: 10%;
}

th.last,
td.last {
    text-align: right;
}

tr:hover td {
    background: #f2f6fa;
}

.tfoot {
    text-align: right;
    padding: 1rem 0 0 0;
    font-weight: 600;
    margin-bottom: -1rem;
}

.tfoot a:hover,
.tfoot a:focus {
    color: #448f87;
}

.tfoot a {
    background: transparent;
    border: 1px solid #4CA097;
    color: #4CA097;
    float: right;
    padding: 1em;
}

@media screen and (max-width: 768px) {
    .tfoot a {
        font-size: 1.25rem;
    }
}

.tfoot a:hover,
.tfoot a:focus {
    background-color: #4CA097;
    color: #FFFFFF;
}

table a {
    color: inherit;
    border-bottom: 1px solid #d4dee4;
    text-decoration: none;
}

table a:hover,
table a:focus-within {
    color :#4ca097;
    border-color: #4ca097;  
    transition: all 200ms ease;
}

table ul,
table ol {
    margin: 1rem;
    font-size: 1rem;
}

table ul {
    list-style-type: disc;
}

table ol {
    list-style-type: decimal;
}

table li {
    line-height: 1.4;
}

table .icon {
    font-size: 1.1rem;
    margin: 0 .2rem 0 0;
}

table img {
    display: inline;
    margin: -.2rem .5rem -.2rem 0;
    width: 16px;
    height: 16px;
}

table.sortable th {
    padding-top: .6rem;
}

table.sortable th:hover,
table.sortable th:focus {
    background-color: #f2f6fa;
    cursor: pointer;
}

table.sortable th:focus {
    outline: none;
}

table th.sorting_asc:after,
table th.sorting_desc:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position:absolute;
    top: 0.25rem;
    right: 1rem;
    border: .5rem solid transparent;
    border-bottom-color: #d4dee4;
}

table th.last.sorting_asc:after,
table th.last.sorting_desc:after {
    right: auto;
    left: 1rem;
}

table th.sorting_desc:after {
    top: .75rem;
    border-bottom-color: transparent;
    border-top-color: #d4dee4;
}

table.docs td {
    font-size: 1rem;
    line-height: 1.4;
    white-space: normal;
    vertical-align: top;
}

input, 
textarea, 
select, 
button {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    input,
    textarea,
    select,
    button {
        font-size: 1.25rem;
    }
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    line-height: normal;
    font-weight: 400;
    color: #768fa0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input:not([type=number])::-webkit-outer-spin-button,
input:not([type=number])::-webkit-inner-spin-button,
input:not([type=number])::-webkit-clear-button {
    -webkit-appearance: none;
    opacity: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Helpers
--------------------------------------------- */

.hide {
    display: none;
}

.clear {
    clear: both;
}

.el-on,
.el-off {
    transition: opacity 200ms ease;
}

.el-on {
    opacity: 1;
}

.el-off {
    opacity: 0;
}

.flow-1,
.flow-2,
.flow-3,
.flow-4,
.flow-5,
.flow-6 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: fadeInDown 300ms ease-out both;
    animation: fadeInDown 300ms ease-out both;
}

.flow-1 { -webkit-animation-delay:  50ms; animation-delay:  50ms; }
.flow-2 { -webkit-animation-delay: 100ms; animation-delay: 100ms; }
.flow-3 { -webkit-animation-delay: 150ms; animation-delay: 150ms; }
.flow-4 { -webkit-animation-delay: 200ms; animation-delay: 200ms; }
.flow-5 { -webkit-animation-delay: 250ms; animation-delay: 250ms; }
.flow-6 { -webkit-animation-delay: 300ms; animation-delay: 300ms; }

.res-1 { display: none; }
.res-2 { display: none; }
.res-3 { display: none; }
.res-4 { display: none; }
.res-5 { display: none; }

@media (min-width: 800px) {
    .res-1 { display: block; }
    th.res-1, td.res-1 { display: table-cell; }
}

@media (min-width: 900px) {
    .res-2 { display: block; }
    th.res-2, td.res-2 { display: table-cell; }
}

@media (min-width: 1300px) {
    .res-3 { display: block; }
    th.res-3, td.res-3 { display: table-cell; }
}

@media (min-width: 1500px) {
    .res-4 { display: block; }
    th.res-4, td.res-4 { display: table-cell; }
}

@media (min-width: 1700px) {
    .res-5 { display: block; }
    th.res-5, td.res-5 { display: table-cell; }
}


/* Header & hero
--------------------------------------------- */

header {
    width: 100%;
    height: 4rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

header .first,
header .last {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
}

header .last {
    left: auto;
    right: 0;
}

header .icon {
    width: auto;
    margin: 0;
    padding: .9rem 0;
    text-align: center;
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
}

header .first .icon {
    background: #019f90;
    color: #fff;
}

header .last .icon {
    background: #031b39;
    color: #fff;
    font-size: 1.6rem;
    padding: 1.2rem 0;
}

header h1 {
    display: inline;
    margin: 0;
    position: absolute;
    top: 0;
    left: 4rem;
    padding: 0 2.5rem;
    background: #031b39;
}

header h1 a {
    display: block;
    width: 100px;
    height: 4rem;
    background: url('../img/logo-1x.png') center center no-repeat;
    background-size: contain;
    text-indent: -999rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
    header h1 a {
        background-image: url('../img/logo-2x.png');
    }
}

@media (max-width: 1000px) {
    header {
        background-color: #031b39;
        display: block;
    }
    header .first {
        display: block;
    }
    header .overlay {
        display: block;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000;
        opacity: 0;
    }
    .ui-menu header .overlay {
        width: 100%;
        opacity: .25;
    }
}

@media screen and (max-width: 768px) {
    header {
        height: 6rem;
    }

    header h1 {
        left: 6rem;
    }

    header h1 a {
        height: 6rem;
    }

    header .first,
    header .last {
        height: 6rem;
        width: 6rem;
    }

    header .icon {
        font-size: 3.5rem;
        height: 6rem;
        padding: 1.25rem 0;
        width: 6rem;
    }

    header .last .icon {
        font-size: 2.5rem;
        padding: 1.75rem 0;
    }
}

.hero {
    background: #4ca097;
    background: linear-gradient(135deg, #4ca097 0%,#129e8d 100%);
    background: #697681 url("../img/header.jpg") bottom center no-repeat;
    background: #019f90 url("../img/header2.jpg") bottom center no-repeat;
    background-size: cover;
    padding: 7rem 2rem;
    color: #fff;
}

.hero-small {
    padding: 3rem 2rem 0 2rem;
    height: 14rem;
}

.hero a {
    color: #fff;
}

.hero h1 .action {
    background: none;
    border-color: #fff;
}

.hero h1 .action.active {
    background: #fff;
    color: #4ca097;
}

.hero p {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto 2rem auto;
    max-width: 44rem;
    color: #fff;
}

.hero p a {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.hero .fields {
    display: table;
    border-spacing: 1rem;
    margin: 0 auto 1.5rem auto;
    background: rgba(255,255,255,0.25);
}

.hero input {
    padding: .5rem .5rem .5rem 2.6rem;
    height: 2.5rem;
    background: #fff;
    border: none;
    width: 100%;
    transition: all 100ms ease;
}

@media screen and (max-width: 768px) {
    .hero input {
        font-size: 1.25rem;
        height: 3.5rem;
        padding: .5rem .5rem .5rem 3rem;
    }
}

.hero .input {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.hero .input .icon {
    color: #031b39;
    position: absolute;
    top: .65rem;
    left: .8rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .hero .input .icon {
        font-size: 1.75rem;
        top: 0.8rem;
    }
}

.hero .input.text input {
    width: 16rem;
}

.hero .input.submit input {
    -webkit-appearance: none;
    padding: .45rem 1.5rem .55rem 1.5rem;
    margin: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    .hero .input.submit input {
        height: 3.5rem;
        width: 7rem;
    }
}

.hero .input.search input {
    width: 30rem;
}

.hero .input.submit input {
    cursor: pointer;
    width: 7rem;
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.hero .input.submit input:hover,
.hero .input.submit input:focus {
    background: rgba(0,0,0,0.4);
}

.hero .links {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px) {
    .hero .links {
        font-size: 1.25rem;
    }
}

.hero .links a {
    display: inline-block;
    margin: .5rem .4rem 0 .4rem;
    padding: .7rem 1.5rem .8rem 1.5rem;
    color: #fff;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all 200ms ease;
}

.hero .links a:hover,
.hero .links a:focus {
    background: rgba(0,0,0,0.2);
}

.hero .links label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.hero .links .icon {
    position: absolute;
    top: .7rem;
    left: 1rem;
    z-index: 1;
    font-size: 1rem;
    display: block;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease;
}

.hero .links input {
    display: none;
}

.hero .links span {
    display: inline-block;
    padding: .7rem 1.25rem .8rem 1.25rem;
    margin: 0 .25rem;
    position: relative;
    transition: all 200ms ease;
}

.hero .links input:checked + span {
    background: rgba(0,0,0,0.05);
    padding-left: 2.75rem;
}

.hero .links input:checked + span .icon {
    transform: scale(1);
    opacity: 1;
}


/* Footer
--------------------------------------------- */

footer {
    margin-top: 4rem;
    padding-top: 2rem;
    font-size: 1rem;
    position: relative;
    z-index: 10;
    color: #697681;
    border-top: 1px solid #e4eaee;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 1.25rem;
    }
}

footer div {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer a {
    color: #697681;
}

footer a:hover,
footer a:focus {
    color: #4CA097;
}

footer div a {
    margin: 0 0 0 1rem;
}

@media (max-width: 1000px) {
    footer {
        text-align: center;
        position: static;
    }
    footer div {
        position: static;
        margin: 1rem 0 0 0;
    }
    footer div a {
        margin: 0 1rem 0 0;
    }
}



/* Layout
--------------------------------------------- */

main {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
}

main aside {
    display: table-cell;
    padding: 3rem;
    width: 22rem;
    vertical-align: top;
    background: #f2f6fa;
}

main article {
    position: relative;
    padding: 4rem;
    margin: 0 auto;
    display: table-cell;
}

main article li a {
    color: #031b39;
}

main article li a:hover,
main article li a:focus {
    color: #4CA097;
}

main article .hero {
    margin: -4rem -4rem 4rem -4rem;
}

@media (max-width: 1200px) {
    main article {
        padding: 3rem;
    }
    main article .hero {
        margin: -3rem -3rem 3rem -3rem;
    }
}

@media (max-width: 1000px) {
    main {
        display: block;
    }
    main article {
        display: block;
        padding-top: 7rem;
    }
    main article .hero {
        margin-top: -7rem;
        height: auto;
    }
    main article .hero {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 768px) {
    main article {
        padding-top: 9rem;
    }
}


/* Sidebar
--------------------------------------------- */

aside .top {
    margin: -3rem -3rem 4rem -3rem;
    padding: 4rem 3rem;
    height: 14rem;
    max-width: 22rem;
    background: #031b39;
    background: linear-gradient(45deg, #031b39 0%, #042146 100%);
}

aside h1 {
    margin: 0 0 3rem 0;
}

aside h1 a {
    display: block;
    width: 135px;
    height: 19px;
    background: url('../img/logo-1x.png') top left no-repeat;
    background-size: contain;
    text-indent: -999rem;
    margin: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
    aside h1 a {
        background-image: url('../img/logo-2x.png');
    }
}

aside .input {
    position: relative;
}

aside .input .icon {
    position: absolute;
    top: .5rem;
    left: 1rem;
    color: #fff;
}

aside .input input {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: .5rem 1.5rem .5rem 3rem;
    height: 2.5rem;
}

aside .input ::-webkit-input-placeholder {
    color: #fff;
}

aside .input ::-moz-input-placeholder {
    color: #fff;
}

aside .input ::-ms-input-placeholder {
    color: #fff;
}

aside .input ::input-placeholder {
    color: #fff;
}

aside .input.text input {
    width: 100%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

aside .input.text input:focus {
    background: rgba(255,255,255,0.2);
}

aside h1 {
    border: none;
    padding: 0;
    margin-bottom: 2rem;
}

aside h2 {
    margin: 2.5em 0 1.5em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 400;
    color: #4ca097;
}

aside ul {
    margin-bottom: 2em;
}

aside ul ul {
    display: none;
}

aside ul ul.active {
    display: block;
    margin: 2em 0;
}

aside ul a {
    display: block;
    padding: 0 0 0 1.5em;
    margin: .75em 0;
    color: #031b39;
    position: relative;
    height: 1.4em;
    white-space: nowrap;
    width: 15em;
    font-size: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

aside ul ul.active a {
    width: auto;
}

aside a .icon {
    color: #031b39;
    font-size: 1.2rem;
    position: absolute;
    top: -.1rem;
    left: 0;
    transition: all 100ms ease;
}

aside a:hover,
aside a:hover .icon,
aside a:focus-within,
aside a:focus-within .icon {
    color: #4ca097;
}

aside.anon .auth a,
aside.anon .auth a .icon {
    color: #697681;
}

aside.anon .auth a:hover,
aside.anon .auth a:hover .icon,
aside.anon .auth a:focus-within,
aside.anon .auth a:focus-within .icon {
    opacity: 0.5;
}

@media (max-width: 1000px) {
    main aside {
        display: block;
        position: fixed;
        z-index: 11;
        top: 0;
        left: -22rem;
        bottom: 0;
        width: 22rem;
    }
    .ui-menu main aside {
        left: 0;
    }
}

@media (max-width: 1000px) and (max-height: 800px)  {
    main aside .top {
        display: none;
    }
    .ui-menu main aside {
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    aside ul a {
        font-size: 1.25rem;
    }

    aside a .icon {
        top: 0.2rem;
    }

    aside h2 {
        font-size: 1.25rem;
    }
}

/* Content
--------------------------------------------- */

nav {
    border-top: 1px solid #4ca097;
    border-bottom: 1px solid #4ca097;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    nav {
        font-size: 1.25rem;
    }
}

nav a {
    margin: 1rem 1rem 1rem 0;
    display: inline-block;
}

nav a:last-child {
    margin-right: 0;
}

nav .active,
nav a:hover,
nav a:focus {
    color: #031b39;
}

nav .disabled,
nav .disabled:hover {
    color: #d4dee4;
    pointer-events: none;
}

@media (max-width: 1000px) {
    nav .disabled {
        display: none;
    }
}

.spinner {
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    -ms-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.progress {
    text-align: center;
    margin: 10% 0;
}

.progress .icon {
    font-size: 8rem;
    display: block;
    width: 8.5rem;
    height: 8.5rem;
    margin: 0 auto;
    color: #d4dee4;
}

.flash {
    padding: 1rem;
    border-left: 1px solid #4ca097;
    background: #f2f6fa;
    color: #4ca097;
    margin-bottom: 2rem;
}

.flash.close {
    margin-bottom: 1rem;
}

.flash.error {
    color: #c31575;
    border-color: #c31575;
}

.grid {
    margin-right: -2rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.grid.last {
    margin-bottom: 0;
}

.grid .row {
    display: table;
    table-layout: fixed;
    border-spacing: 1rem;
    margin-top: -1rem;
    margin-left: -1rem;
    width: 100%;
}

.grid .cell {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.grid .cell-small {
    width: 25%;
}

.grid .cell-first {
    width: 24rem;
    padding-right: 2rem;
}

.grid .cell-last {
    width: 24rem;
    padding-left: 2rem;
}

.grid .cell-content {
    background: #f2f6fa;
    padding: 2rem;
    position: relative;
    overflow: visible;
}

.grid .cell-content h3 {
    font-weight: normal;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d4dee4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    color: #4ca097;
}

@media (max-width: 1200px) {
    .grid {
        margin: 0;
    }
    .grid .row {
        display: block;
        margin: 0;
    }
    .grid .cell {
        display: block;
        margin-bottom: 4rem;
        width: 100%;
        padding: 0;
    }
    .grid .cell-content {
        padding: 2rem;
        margin-bottom: 2rem;
    }
}

ul.details li {
    position: relative;
    padding: .25rem 0 .25rem 2rem;
    overflow: hidden;
    color: #031b39;
}

ul.details li:hover {
    background: #fff;
}

ul.details li.last {
    margin-bottom: 1rem;
}

ul.details li.series span {
    display: none;
}

ul.details li.series:first-of-type span {
    display: inline;
}

ul.details li.series em + em {
    margin-top: .5rem;
}

ul.details li em {
    font-style: normal;
    float: right;
    width: 60%;
}

ul.details li a {
    text-decoration: underline;
}

ul.details + h3 {
    margin-top: 3rem;
}

@media (max-width: 1200px) {
    ul.details li em {
        width: 70%;
    }
    ul.details + h3 {
        margin-top: 2rem;
    }
}

@media (max-width: 800px) {
    ul.details li em {
        width: 60%;
    }
}

ul.tags {
    margin: 1rem 0 2rem 0;
}

ul.tags a {
    display: block;
    padding: .5rem;
    margin-bottom: 1px;
    border-left: 1px solid #4ca097;
    background: #f2f6fa;
    transition: all 100ms ease;
}

ul.tags a:hover,
ul.tags a:focus {
    background: #fff;
    color: #031b39;
}

@media screen and (max-width: 768px) {
    ul.tags a {
        font-size: 1.25rem;
        padding: 1rem;
    }
}

span.line {
    display: block;
    padding: 1rem;
    margin-bottom: 1px;
    border-left: 1px solid #4ca097;
    background: #f2f6fa;
}

span.line.deleted {
    border-color: #c31575;
    opacity: .6;
}

span.line:first-of-type {
    margin-top: 2re;
}

span.line:last-of-type {
    margin-bottom: 2rem;
}

span.line a {
    text-decoration: underline;
    margin: 0 0 0 1rem;
    float: right;
}

.block {
    padding: 2rem 2rem 1.5rem 2rem;
    margin-bottom: 3rem;
    background: #f2f6fa;
}

.block.alone {
    margin: 2rem 0;
}

.block.close {
    margin-bottom: 1rem;
}

.block.last {
    margin-top: 3rem;
}

.block h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.block p {
    font-size: 1rem;
    max-width: 55rem;
}

.block p:last-child {
    margin-bottom: .5rem;
}

.block ul {
    list-style-type: disc;
    margin: 1rem 2rem;
}

.block li {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .block h3,
    .block p {
        font-size: 1.25rem;
    }
}

.checkbox-container {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.checkbox-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.checkbox-checkmark {
    background-color: #dddddd;
    border-radius: 25%;
    height: 15px;
    left: 0;
    position: absolute;
    width: 15px;
}

.checkbox-container:hover input ~ .checkbox-checkmark,
.checkbox-container:focus-within input ~ .checkbox-checkmark {
    background-color: #bbbbbb;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #4CA097;
}

.checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

.checkbox-container .checkbox-checkmark:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 5px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.form {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #f2f6fa;
    border-left: 1px solid #4ca097;
    transition: opacity 200ms ease;
}

.form.loading {
    opacity: .5;
    pointer-events: none;
}

.form.close {
    margin: 1px 0;
}

.form:first-child {
    margin-top: 0;
}

.form p {
    font-size: 1rem;
    margin: 0 0 .5rem 0;
}

.form p:last-of-type {
    margin-bottom: 2rem;
}

.form a {
    text-decoration: underline;
}

.form .input {
    position: relative;
    margin: 0 0 1rem 0;
}

.form .input:last-child {
    margin-bottom: 0;
}

.form .input label {
    display: block;
    margin-bottom: .5rem;
}

form .heading {
    margin-bottom: 1rem;
}

.form .input.text input[type=text],
.form .input.text input[type=password],
.form .input.text input[type=date],
.form .input.select select {
    border: 1px solid #697681;
    background: #fff;
    padding: .5rem;
    width: 20rem;
    max-width: 100%;
}

.form .input.text input.small {
    width: 10rem;
}

.form .input.select select {
    margin-bottom: 1rem;
}

.form .input.text input:focus,
.form .input.select select:focus {
    border-color: #4ca097;
    outline: none;
}

.form .input.submit input {
    margin-top: 1rem;
}

.form .input.check input {
    float: left;
    margin-right: 1rem;
}

.form .input.checks input {
    margin: 0 .5rem 0 0;
}

.form .input input[type=text]:disabled,
.form .input select:disabled {
    background: #f2f6fa;
    color: #031b39;
}

.form textarea {
    font-family: inherit;
    border: 1px solid #697681;
    background: #fff;
    padding: .5rem;
    width: 30rem;
    height: 10rem;
}

.form.search {
    background: none;
    text-align: center;
    margin: 0;
}

.form.search .text input[type=text] {
    border: none;
    padding: 1rem;
}

.form.search .text input,
.form.search .text input:focus {
    border: none;
}

.form.search .checks label {
    position: relative;
    display: inline-block;
    padding: .5rem 0;
    margin: 0 .75rem;
    cursor: pointer;
    color: #fff;
}

.form.search .checks label input {
    -webkit-appearance: none;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4ca097;
}

.form.search .checks label input:checked {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .form .input.submit input {
        font-size: 1.25rem;
    }

    .form .input label {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .form#settingForm.form {
        font-size: 1.25rem;
    }
}

.button {
    -webkit-appearance: none;
    box-shadow: none;
    padding: .5rem 1.5rem .5rem 1.5rem;
    height: 2.5rem;
    cursor: pointer;
    background: transparent;
    border: 1px solid #4CA097;
    color: #4CA098;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.button:hover,
.button:focus {
    background: #4CA097;
    color: #FFFFFF;
}

.button .icon {
    background: none;
    margin: 0;
}

.minibutton {
    background: #f2f6fa;
    text-decoration: none;
    padding: .1rem .5rem;
    margin: 0 .5rem;
}

.minibutton.first {
    margin-left: 0;
}

#searchIsinButton.search-button {
    background: transparent;
    border: 1px solid #4CA097;
    color: #4CA097;
    padding: 0.35em 1em;
}

#searchIsinButton.search-button:hover,
#searchIsinButton.search-button:focus {
    background-color: #4CA097;
    color: #FFFFFF;
}

.captcha {
    margin: 2rem 0;
}

.captcha #recaptcha_area {
    padding: 2rem;
    background: #f2f6fa;
}

.captcha #recaptcha_privacy a {
    color: #4ca097;
    padding: .5rem !important;
    margin-top: -.5rem !important;
    display: block;
}

.captcha table {
    width: auto;
    border: none;
}

.captcha td,
.captcha tr:hover td {
    background: #fff;
}

.captcha img {
    width: auto;
    height: auto;
    display: block;
}

.captcha #recaptcha_response_field {
    padding: .5rem;
}

.tile {
    display: block;
    position: relative;
    padding: 2rem 3rem;
    margin: 0 0 3rem 0;
    background: #f2f6fa;
    color: #031b39;
    overflow: hidden;
    text-align: center;
    border: 1px solid #f2f6fa;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tile:hover,
.tile:focus-within {
    border-color: #4ca097;
}

.tile h3 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #4ca097;
}

@media screen and (max-width: 768px) {
    .tile h3 {
        font-size: 1.25rem;
    }
}

.tile hr {
    border: none;
    box-shadow: none;
    height: 1px;
    width: 6rem;
    background: #d4dee4;
    margin: 1rem auto;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tile:hover hr {
    background: #4ca097;
}

.tile p {
    max-width: none;
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .tile p {
        font-size: 1.25rem;
    }
}

.news h6 {
    margin: 2rem 0;
    padding: 1rem 0;
}

.news div {
    display: block;
    margin: 0 0 2rem 0;
    line-height: 1.5;
    position: relative;
    max-width: 40rem;
    border-left: 1px solid #e4eaee;
    padding-left: 1.5rem;
}

.news a {
    border-bottom: 1px solid #4ca097;
    transition: all 100ms ease;
}

.news a:hover {
    color: #031b39;
    border-color: #031b39;
}

.news .date {
    display: block;
    color: #4ca097;
    border-right: 1px solid #fff;
    margin-bottom: .5rem;
}

.body {
    margin: 2rem 0;
    border-left: 1px solid #e4eaee;
    padding-left: 2rem;
}

.body .action {
    display: inline-block;
    border: 1px solid #4ca097;
    padding: 1rem;
    margin-bottom: 1rem;
    text-decoration: none;
}

.body .action:hover,
.body .action:focus {
    color: #031b39;
    border-color: #031b39;
}

.body .or {
    margin: 0 .5rem;
    color: #697681;
}

.body h2 {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    font-size: 1em;
}

.body p {
    font-size: 1rem;
    max-width: 40rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.body ul,
.body ol {
    margin: 2rem;
}

.body ul {
    list-style-type: disc;
}

.body ul ul,
.nody ol ol {
    margin: 1rem 2rem;
}

.body ol {
    list-style-type: decimal;
}

.body li {
    line-height: 1.5;
    max-width: 40rem;
}

.body li.first {
    margin-top: 1rem;
}

.body li a:hover,
.body li a:focus {
    color: #448f87;
}

.body em {
    color: #c31575;
}

@media screen and (max-width: 768px) {
    .body p,
    .body ul,
    .body h2 {
        font-size: 1.25rem;
    }
}

.chart {
    margin-bottom: 2rem;
    min-height: 24rem;
}

.chart .item {
    position: relative;
    padding: 1rem;
    height: 2rem;
    background: #fff;
    margin-bottom: 1px;
}

@media screen and (max-width: 768px) {
    .chart .item {
        font-size: 1.25rem;
        padding: 1.25rem;
    }
}

.chart .line {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f6fa;
    border-left: 1px solid #4ca097;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.chart .name {
    position: absolute;
    top: .5rem;
    left: .75rem;
}

.chart .text {
    position: absolute;
    top: .5rem;
    right: .75rem;
    color: #4ca097;
}


/* Legacy
--------------------------------------------- */

.datepicker th,
.datepicker td {
    padding: 5px;
    text-align: center;
}

.datepicker th a,
.datepicker td a {
    border: none;
}

#registerIssueForm a {
    text-decoration: underline;
}

#registerIssueForm li {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
}

#registerIssueForm label {
    display: block;
    margin: .5rem 0;
}

#registerIssueForm #messageItem {
    margin-bottom: 4rem;
    font-style: normal;
}

#registerIssueForm input[type=text],
#registerIssueForm select {
    padding: .3rem;
    margin: 0 .5rem 0 0;
    border: 1px solid #697681;
}

#registerIssueForm input[type=text]:disabled,
#registerIssueForm select:disabled {
    border-color: #d4dee4;
    background: #f2f6fa;
    color: #697681;
}

#registerIssueForm input[type=text]:focus,
#registerIssueForm select:focus {
    border-color: #4ca097;
}

#registerIssueForm input[type=checkbox] {
    margin: .1rem .5rem 0 0;
}

#registerIssueForm input[type=radio] {
    margin: .15rem .5rem 0 .25rem;
}

#registerIssueForm .requiredHint {
    color: #c31575;
    margin: 0 .1rem;
}

#registerIssueForm .agree {
    position: relative;
    line-height: 1.3;
    max-width: 40rem;
    padding-left: 4rem;
}

#registerIssueForm .agree.first {
    margin-top: 2rem;
}

#registerIssueForm .agree input {
    position: absolute;
    top: .2rem;
    left: 2rem;
}

@media screen and (max-width: 768px) {
    #registerIssueForm label {
        font-size: 1.25rem;
    }
}

#filterDiv {
    margin-bottom: 4rem;
}

#statsChart {
    margin-bottom: 4rem;
}

#searchgroups > div {
    background: #f2f6fa;
    padding: 1rem 1rem .5rem 1rem;
    margin-bottom: 1px;
    float: left;
    clear: both;
    width: 100%;
}

.StatsOption {
    background: #f2f6fa;
    padding: 1rem;
    margin-bottom: 1px;
    float: left;
    clear: both;
    width: 100%;
}

.StatsOption a:hover,
.StatsOption a:focus {
    color: #448f87;
}

.StatsCheck {
    float: left; 
    padding: .7rem 1.5rem;
}

#filterButton {
    float: left;
}

.StatsCheck div {
    display: inline !important;
    clear: none !important;
}

.StatsCheck input {
    margin: 0 .5rem 0 0;
}

.StatsOption .button {
    margin: 0;
}

.GroupSelect {
    position: relative;
    float: left;  
}	

#statsChart .meta {
    float: left;
    clear: both;
    width: 100%;
    margin: 2rem 0;
}

#statsChart .meta span {
    float: left;
    padding: 1rem;
    margin: 0 1rem 1rem 0;
    background: #f2f6fa;
}

.fieldTable {
    margin: 2rem;
    word-break: break-word;
}

.pk {
    font-weight: bold;
}

#resultgrid .topHeaderStyleOnly {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding-right: 13rem;
    font-weight: normal;
}

#resultgrid .topHeaderStyleOnly input {
    position: absolute;
    top: .5rem;
    right: 0;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 0;
    margin-top: -.75rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #4ca097;
    color: #4ca097;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 12rem;
}

#resultgrid .topHeaderStyleOnly input:hover {
    width: 14rem;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #002344;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.25s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #031D3D transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ui-datepicker-trigger {
    border: none;
    background: none;
    color: #4ca097;
}

.datepicker-nomonths > .ui-datepicker > .ui-datepicker-header > .ui-datepicker-next {
    display: none;
}

.datepicker-nomonths > .ui-datepicker > .ui-datepicker-header > .ui-datepicker-prev {
    display: none;
}

.stamdata-checkbox {
    display: inline-block;
    border: 1px solid #4ca097;
    top: .5rem;
    right: 0;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1.5rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #4ca097;
    color: #4ca097;
    margin-bottom: 3px;
}

.stamdata-checkbox:hover {
    display: inline-block;
    border: 1px solid #4ca097;
    top: .5rem;
    right: 0;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1.5rem;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #4ca097;
    color: #4ca097;
}

.stamdata-checkbox.active {
    display: inline-block;
    border: 1px solid #4ca097;
    top: .5rem;
    right: 0;
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1.5rem;
    text-align: center;
    cursor: pointer;
    background: #4ca097;
    border: 1px solid #4ca097;
    color: #fff;
}

.table-nostyle {
    border: none;
}

.table-nostyle > tbody > tr {
    border: none;
}

.table-nostyle > tbody > tr:hover td {
    background-color: white;
}

.table-nostyle > tbody > tr > td {
    border: none;
}

.large-input {
    padding: 3px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    background-color: white;
    color: #4ca097;
    border: solid 1px #4ca097;
    cursor: pointer;
    outline: none;
}

.dropdown-button:hover, .dropdown-button:focus {
    background-color: #4ca097;
    color: white;
}

.dropdown-button-inv {
    background-color: #4ca097;
    color: white;
    border: solid 1px #4ca097;
    cursor: pointer;
    outline: none;
}

.dropdown-button-inv:hover, .dropdown-button-inv:focus {
    background-color: white;
    color: #4ca097;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 240px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0%;
}

.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    margin: 0 0 0 0;
    padding: 4%;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content-show {
    display: block;
}

input[type="submit"]:disabled {
    /*background: grey;*/
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

#toast-container > .toast-success {
    background-color: #031b39;
    opacity: 1;
    border-radius: 0px;
}

.sales-point {
    width: 300px;
    margin: 0px 50px;
    text-align: center;
}