body, button, input, select, .introjs-tooltipReferenceLayer * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11pt;
    color: black;
}

button {
    font-size: 90%;
}

html {
    background-image: url('/samurai/pub/images/seagull-background-2024/seagull-spring-daylight-3000x1688.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-animation {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
}

body {
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: scroll;
    line-height: 1.428571429; /* From Bootstrap 3 */
}

.margins-if-wide-enough {
    width: 95%;
    margin: auto;
}

@media (max-width: 720px) {
    .margins-if-wide-enough {
        width: 100%;
    }
}

.smog-group .index-0 {
    background-color: rgba(255, 255, 0, 0.54);
}

.smog-group .index-1 {
    background-color: rgba(0, 0, 255, 0.19);
}

.smog-group .index-2 {
    background-color: rgba(0, 128, 0, 0.2);
}

parcel-create-ui {
    display: block;
}

parcel-create-ui input[type=text], parcel-create-ui input[type=password], parcel-create-ui textarea, parcel-create-ui select {
    padding: 0.6em;
}

parcel-create-ui label-and-input {
    font-size: 12pt;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}

parcel-create-ui label-and-input:last-child {
    margin-bottom: 0;
}

sprend-pro-info-ui {
    display: block;
    margin-top: 3em;
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
    font-weight: 400;
    padding: 2em;
}

sprend-pro-info-ui a {
    color: white;
    font-weight: bolder;
    text-decoration: underline;
}

sprend-pro-info-ui a:hover {
    color: #95aeef;
}

sprend-pro-info-ui a:hover:active {
    color: #4775ef;
}

sprend-pro-info-ui .column {
    display: inline-block;
    margin: 0 1.5em 0 0;
}

sprend-pro-info-ui h2 {
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}

.green-checkbox {
    margin-right: 0.8em
}

.clickable-text-link:hover {
    cursor: pointer;
}

.beta-message {
    position: relative;
    max-width: 600px;
    margin: 1em auto 1.5em;
    padding: 2em;
    background-color: rgba(103, 130, 149, 0.5);
    color: white;
    border: 2px solid white;
    font-size: 14px;
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
    border-radius: 0.5em;
    cursor: pointer;
}

.beta-message .close-button {
    border-radius: 1.2em;
    background: rgb(103, 130, 149);
    padding: 0.2em 0.8em 0.4em;
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    border: 2px solid white;
}

.message-to-user-text {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
    font-weight: 400;
    font-size: 14px;
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
}

.message-to-user-text a {
    color: white;
    font-weight: bolder;
    text-decoration: underline;
}

.message-to-user-text a:hover {
    color: #95aeef;
}

.message-to-user-text a:hover:active {
    color: #4775ef;
}

@media print {
    @page {
        margin: 2cm 2cm;
    }
}

body.admin {
    background-color: #BFDFFF;
}

.guru-meditation {
    background-color: black;
    margin: 0;
    padding: 1em;
}

.guru-meditation div {
    border: 0.5em solid red;
    padding: 1em;
    color: red;
    text-align: center;
    animation: blinker 1.6s step-start infinite;
}

@keyframes blinker {
    50% {
        border-color: black;
    }
}

h1 {
    font-size: 150%;
    font-weight: 300;
    margin-top: 2em;
}

h2, .tab-bar h1 {
    font-size: 125%;
    font-weight: 400;
    margin-top: 20px;
}

p {
    margin: 0.8em 0;
}

p.function {
    margin: 0.4em 0;
}

p.left {
    text-align: left;
}

.pro-badge {
    font-size: 0.8em;
    background: #a8b4bf;
    color: white;
    border-radius: 0.3em;
    padding: 0.15em 0.5em;
    margin-left: 0.5em;
    user-select: none;
}

.pro-badge-recipient {
    font-size: 0.8em;
    background: #91cdd9;
    color: white;
    border-radius: 0.3em;
    padding: 0.15em 0.5em;
    margin-left: 0.5em;
    user-select: none;
}

.beta {
    background: #67203f;
}

.sensei-sub-heading {
    text-transform: uppercase;
    font-size: 0.8em;
    color: grey;
    padding-right: 0.6em;
}

.front-page-spacer {
    height: 1.5em;
}

.page-content-wrapper {
    max-width: 630px;
    margin: 3em auto auto;
    position: relative;
    color: #555555;
}

.page-content-wrapper.page-content-wrapper-front-page {
    margin-top: 1.5em;
}

@media (max-width: 720px) {
    .page-content-wrapper {
        max-width: 600px;
        margin-top: 1em;
    }

    .page-content-wrapper.page-content-wrapper-front-page {
        margin-top: 0.5em;
    }

    .front-page-spacer {
        height: 0.5em;
    }
}

.ui-notification-button-big {
    font-size: 11pt;
    background-color: #ffffc8;
    border-radius: 20px;
    padding: 0.6em 1.5em 0.5em;
    border: none;
}

.ui-notification-button-small {
    background-color: #ffffc8;
    border-radius: 20px;
    padding: 0.6em 1em 0.6em 1em;
    margin-right: 2em;
    border: none;
}

@media (max-width: 500px) {
    .ui-notification-button-small {
        display: none;
    }
}

.ui-notification-button-big:hover,
.ui-notification-button-small:hover {
    background-color: #fafa8a;
}

.ui-notification-button-big:hover:active,
.ui-notification-button-small:active {
    background-color: #cdfa8a;
}

div.page-content {
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            15px 100%,
            0% calc(100% - 15px),
            0 0);
}

.clip-the-left-bottom-corner {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            15px 100%,
            0% calc(100% - 15px),
            0 0);
}

div.page-content-inner {
    background-color: white;
    padding: 1em 1em 1.5em 1em;
}

.radio-group {
    border: 1px solid #c3c3c3;
    background-color: #f9f9f9;
    padding: 1em;
    margin-top: 2em;
}

.radio-group label {
    display: block;
    margin: 0.7em;
}

.radio-group label input {
    margin-right: 0.7em;
}

img {
    vertical-align: middle;
    border-style: none;
}

.center {
    margin: auto;
}

.left {
    text-align: left;
}

.strong {
    font-weight: bold;
}

.new-highlight {
    margin-left: 1em;
    font-size: 1em;
    font-weight: bold;
    background-color: #fff784;
    text-transform: uppercase;
    padding: 0.2em 0.7em;
    border: 2px solid #fcffe4;
    border-radius: 0.5em;
}

.sprend-running-mode {
    position: absolute;
    top: 1.4em;
    left: 20em;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 4px 1em 2px;
    color: white;
    background-color: #cf13ff;
    border: 1px dotted white;
    cursor: pointer;
}

.sprend-running-mode:hover, .sprend-running-mode.prod-bg-color:hover {
    color: #52687a;
    background: transparent;
    border-color: transparent;
}

.sprend-running-mode.prod-bg-color {
    background-color: #213b54;
}

@media (max-width: 630px) {
    .sprend-running-mode {
        display: none;
    }
}

/**
Help Section
 */

help-section-outer {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

help-section-outer.light {
    background-color: #F6F5F7;
    color: #110F19;
}

help-section-inner {
    display: block;
    font-size: 1.2em;
    padding: 4em 4em;
    min-width: 4em;
    max-width: 80em;
}

help-section-inner h1 {
    text-align: center;
    font-weight: bolder;
    font-size: 42pt;
    margin-top: 0;
    color: white;
}

help-section-inner h2 {
    font-weight: bolder;
    font-size: 2em;
    margin: 1.5em 0 1em;
}

help-section-inner intro {
    display: block;
    margin: 0 0 1em 0;
    font-style: italic;
}

help-section-inner ol {
    padding-inline-start: 1.5em;
}

help-section-inner li {
    padding-top: 0.5em;
    padding-left: 0.5em;
}

help-section-inner table {
    margin: 2em 0;
}

help-section-inner th {
    border: 1px solid black;
    padding: 0.3em 0.5em;
}

help-section-inner td {
    border: 1px solid black;
    padding: 0.3em 0.5em;
    overflow: hidden;
}

help-section-inner .frog {
    padding: 0.1em 0.4em;
    border-radius: 0.3em;
    font-style: italic;
    background: #d1ecd1;
}

@media (max-width: 900px) {
    help-section-inner th {
        font-size: 0.9em;
    }

    help-section-inner td {
        font-size: 0.9em;
    }

    help-section-inner th.hide-when-900px {
        display: none;
    }

    help-section-inner td.hide-when-900px {
        display: none;
    }
}

@media (max-width: 600px) {
    help-section-inner h1 {
        font-size: 2em;
    }

    help-section-inner {
        padding: 3em 2em;
    }

    help-section-inner td {
        padding: 0.3em 0.3em;
        text-overflow: ellipsis;
        max-width: 100px;
    }
}

/**
Products Section
 */

products-section-outer {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-weight: 300;
}

products-section-inner {
    display: block;
    font-size: 1.2em;
    padding: 4em;
    min-width: 4em;
    max-width: 80em;
}

products-section-outer h1, products-section-outer h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    font-size: 42pt;
    margin-bottom: 1.5em;
    margin-top: 0;
    color: white;
}

products-section-inner .panel-default > .panel-heading {
    background-color: white;
}

products-section-inner .accordion-toggle {
    text-decoration: none;
}

.compare-plans-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28pt;
}

products-section-outer h2 {
    font-size: 28pt;
}

products-section-outer h2 a {
    text-decoration: none;
}

products-section-outer h2 a:hover {
    text-decoration: none;
    cursor: inherit;
}

products-section-outer h1 {
    text-align: left;
}

products-section-outer p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #110F19;
    margin-top: 2em;
}

products-section-outer .feature-header {
    font-weight: bolder;
    font-size: 1.1em;
}

products-section-outer.gradient {
    color: white;
    background: linear-gradient(226.28deg, #27B6D1 23.09%, #6A3CAF 54.02%, #E6354A 83.22%);
}

products-section-outer.gradient h2 a {
    color: white;
}

products-section-outer.white {
    color: #110F19;
    background: white;
}

products-section-outer.light {
    background-color: #F6F5F7;
    color: #110F19;
}

products-section-outer.light h2 {
    color: #110F19;
}

products-section-outer.dark, products-section-outer.dark p {
    background-color: #110F19;
    color: white;
}

products-section-outer.dark p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1em;
}

products-section-outer.dark p {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

products-section-outer.dark .panel-body,
products-section-outer.gradient .panel-body {
    color: #110F19;
}

products-section-outer.light a {
    color: #4d65b4;
    text-decoration: solid underline;
}

products-section-outer.dark feature {
    text-align: center;
}

products-section-outer.dark feature a {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

products-section-outer.dark feature a:hover {
    text-decoration: underline;
}

products-section-outer ul li {
    display: block;
    margin: 2em;
}

products-section-outer ul li:before {
    content: "\f8ff";
    font-family: 'Glyphicons Halflings', serif;
    font-size: 1.5em;
    float: left;
    margin-top: -0.3em;
    margin-left: -1.5em;
    color: #27b6d1;
}

.compare-plans-table {
    text-align: center;
    border-collapse: collapse;
    color: #110F19;
    margin: auto;
}

.compare-plans-table thead td {
    font-size: 1.5em;
    font-weight: bolder;
}

.compare-plans-table td {
    padding: 1.2em;
    max-width: 18em;
}

.compare-plans-table td.pro {
    color: white;
    background-color: #110F19;
}

.compare-plans-table td.free, button.free {
    background-color: #F6F5F7;
}

.compare-plans-table td:first-letter {
    text-transform: capitalize;
}

.compare-plans-table td:first-child {
    color: #110F19;
    background-color: white;
    border-left: 1px solid #dadadb;
}

.compare-plans-table td.invisible,
.compare-plans-table td.invisible:first-child {
    border: none;
    background-color: white;
}

.compare-plans-table td.price-header {
    padding: 0.7em 0.5em 0.5em;
    background-color: #6A3CAF;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
}

@media (max-width: 600px) {
    products-section-outer h1, products-section-outer h2 {
        font-size: 2em;
    }

    products-section-inner {
        padding: 3em 2em;
    }

    .compare-plans-table {
        margin-left: -1em;
    }

    .compare-plans-table td {
        padding: 1em 0.3em;
    }

    .compare-plans-table button.sprend-button {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

feature {
    display: inline-block;
    width: 50%;
    padding: 1.2em 0.8em;
    margin: 0;
    vertical-align: middle;
    font-size: 1.1em;
}

feature img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

feature.thirty-three {
    width: 33%;
}

feature.forty {
    width: 40%;
}

feature.sixty {
    width: 60%;
}

.arne-welcome-section {
    background-color: #111111;
}

.arne-welcome-section products-section-inner {
    padding-top: 2em;
    padding-bottom: 2em;
}

.item {
    height: 20em;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.arne-welcome {
    display: inline-block;
    text-align: left;
    border-collapse: collapse;
    vertical-align: middle;
    color: white;
}

.arne-welcome img {
    width: 18em;
}

.arne-welcome.text {
    width: calc(100% - 24em);
    margin-left: 3em;
}

@media (max-width: 800px) {
    .arne-welcome-section {
        display: none;
    }
}

review {
    display: inline-block;
    width: calc(33.33% - 2em);
    margin: 1em;
    padding: 1.4em;
    border-collapse: collapse;
    vertical-align: top;
    font-size: 0.9em;
    color: #110F19;
    background-color: white;
}

.vasakronan-background {
    background-image: url("/samurai/pub/pages/products/page-sections/images/vasakronan-magasin-x-angle.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-x;
    text-align: center;
}

.optv-background {
    background-image: url("/samurai/pub/pages/products/page-sections/images/optv-background.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-x;
    text-align: center;
}

.optv-text {
    display: inline-block;
    width: 60%;
    padding: 1.4em;
    font-size: 1.2em;
    color: white;
    background-color: rgba(71, 18, 18, 0.4);
}

.optv-text:hover {
    cursor: pointer;
    background-color: rgba(71, 18, 18, 0.8);
}

.vasakronan-text {
    display: inline-block;
    width: 60%;
    padding: 1.4em;
    font-size: 1.2em;
    color: white;
    background-color: rgba(97, 111, 144, 0.7);
}

.vasakronan-text:hover {
    cursor: pointer;
    background-color: rgba(97, 111, 144, 0.9);
}

.banner-logo {
    display: inline-block;
    width: 40%;
    padding-left: 3em;
    padding-top: 2em;
    text-align: right
}

.banner-logo img {
    width: 100%;
    max-width: 20em
}

@media (max-width: 800px) {
    .banner-logo {
        width: 100%;
    }

    .vasakronan-text {
        width: 100%;
    }

    .optv-text {
        width: 100%;
    }
}

.text-highlight {
    background-color: #e0f1fc;
}

.framed-quote {
    background-color: rgba(97, 111, 144, 0.9);
    color: white;
    font-size: 1.2em;
    padding: 2em;
    font-style: italic;
}

logo {
    display: inline-block;
    margin: 1.2em 1em;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

logo.twenty {
    width: calc(20% - 2em);
}

logo.forty {
    width: calc(40% - 2em);
}

logo img {
    width: 100%;
    max-height: 10em;
    max-width: 20em;
}

.img-and-text {
    display: flex;
}

.feature-img {
    display: flex;
    align-items: center;
}

.feature-img img {
    width: 3em;
}

.feature-desc {
    flex-grow: 1;
    padding-left: 1.3em;
    display: flex;
    align-items: center;
    color: #110F19;
}

products-section-outer.dark .feature-desc {
    color: white;
}

feature info-panel {
    display: inline-block;
    background: white;
    padding: 1.6em;
}

feature info-panel p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    font-weight: inherit;
    color: #110F19;
    padding: 0.4em 0;
    margin: 0;
}

feature .shadow {
    border-radius: 0.5em;
    box-shadow: 0.2em 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2), -0.1em -0.1em 0.1em rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
    feature.forty img {
        width: 60%
    }

    feature, feature.thirty-three, feature.forty, feature.sixty {
        width: 100%
    }

    review, logo, logo.twenty, logo.forty {
        width: calc(100% - 2em);
    }
}

td.number {
    text-align: right;
    white-space: nowrap;
}

table.list, .popup table {
    border-collapse: collapse;
    margin: 1em 0;
}

table.list tbody th {
    margin: 0;
    border: 1px solid #110F19;
    background: #110F19;
    padding: 3px 5px 3px 5px;
    text-align: left;
    color: white;
    font-weight: normal;
}

table.list tbody td {
    margin: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 5px 3px 5px;
}

table.list tbody tr.even {
    background-color: #f9f9f9;
}

table.list tbody tr.odd {
    background-color: #eeeeee;
}

table.senseitable {
    border-collapse: collapse;
    margin: 1em 0;
}

table.senseitable a {
    text-decoration: none;
}

table.senseitable a:hover {
    text-decoration: underline;
}

table.senseitable th {
    padding: 0.6em 0.8em 0.6em 0.8em;
    text-align: left;
    color: white;
    font-weight: bold;
}

table.senseitable th.right {
    text-align: right;
    white-space: nowrap;
}

table.senseitable th a {
    color: white;
}

table.senseitable td {
    margin: 0;
    padding: 0.3em 0.8em 0.3em 0.8em;
}

table.senseitable td.description {
    background-color: rgba(0, 0, 0, 0.33);
    color: white;
    font-size: 0.8em;
    padding: 0.8em 1em 0.8em 1em;
}

table.defaultcolors th {
    border: 1px solid black;
    background: #3d3d3d;
}

table.defaultcolors td {
    border: 1px solid black;
}

table.critical-colors {
    color: #a53c3e;
}

table.critical-colors th {
    border: 1px solid #a53c3e;
    background: #d9484a;
}

table.critical-colors td {
    border: 1px solid #a53c3e;
}

table.critical-colors a {
    color: #a53c3e;
}

table.error-colors {
    color: #813435;
}

table.error-colors th {
    border: 1px solid #813435;
    background: #963435;
}

table.error-colors td {
    border: 1px solid #813435;
}

table.error-colors a {
    color: #813435;
}

table.alert-by-email-colors {
    color: #316533;
}

table.alert-by-email-colors th {
    border: 1px solid #316533;
    background: #317d4b;
}

table.alert-by-email-colors td {
    border: 1px solid #316533;
}

table.alert-by-email-colors a {
    color: #316533;
}

table.log-to-file-colors {
    color: #3d3d3d;
}

table.log-to-file-colors th {
    border: 1px solid #3d3d3d;
    background: #5e5e5e;
}

table.log-to-file-colors td {
    border: 1px solid #3d3d3d;
}

table.log-to-file-colors a {
    color: #3d3d3d;
}

table.log-colors {
    color: black;
}

table.log-colors th {
    border: 1px solid black;
    background: #3d3d3d;
}

table.log-colors td {
    border: 1px solid black;
}

table.log-colors a {
    color: black;
}

.popup table {
    width: 100%;
}

.popup th {
    text-align: left;
    padding: 3px 5px;
    vertical-align: top;
}

.popup td {
    padding: 3px 5px;
    vertical-align: top;
}

.popup tr.odd {
    background-color: #eeeeee;
}

table.function {
    margin: 0.3em 0 0 0;
    border: 0;
    border-collapse: collapse;
    padding: 0;
}

td.function {
    margin: 0;
    border: 0;
    padding: 0.2em;
    text-align: left;
}

p.header, span.header {
    font-size: 140%;
    font-weight: 300;
    margin: 8px 0;
}

p.header2, span.header2 {
    font-size: 120%;
    font-weight: 300;
    margin: 4px 0;
}

.no-border {
    border: 0;
}

a, .click-link, .ui-widget-content a {
    color: #110F19;
    text-decoration: underline dotted;
    cursor: pointer;
}

a:hover, .click-link:hover {
    color: #110F19;
    text-decoration: underline;
}

.page-link {
    font-style: italic;
}

.page-content-inner a, .page-content-inner a:hover {
    color: #110F19;
}

* {
    box-sizing: border-box;
}

.transparent-background {
    background: transparent;
}

@media (max-width: 500px) {
    img.sprend-logo {
        width: 100%;
    }
}

img.sprend-logo {
    cursor: pointer;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 3em;
}

.transparent-background .top-bar {
    background-color: #110F19;
}

.top-bar-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
}

.top-bar-menu {
    background-color: white;
    color: #110F19;
    font-size: 1.1em;
    font-weight: 400;
    padding: 2.5em 2em 1em 1.4em;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 100%,
            15px 100%,
            0% calc(100% - 15px),
            0 0);
}

.transparent-background .top-bar-menu,
.transparent-background .top-bar-menu a {
    color: white;
    background-color: #110F19;
}

@media (max-width: 500px) {
    .top-bar-menu {
        padding-top: 1em;
    }
}

@media (max-width: 720px) {
    .top-bar {
        padding: 0 1em;
    }

    .top-bar-menu {
        margin-left: 1em;
    }
}

.top-bar-menu a {
    color: #110F19;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
    white-space: nowrap;
}

.top-bar-menu a:hover {
    text-decoration: underline;
}

@media (max-width: 860px) {
    .top-bar-menu .hide-when-narrow {
        display: none;
    }

    .show-when-top-menu-is-small {
        display: block;
    }

    .hide-when-top-menu-is-small {
        display: none;
    }
}

@media (min-width: 861px) {
    .show-when-top-menu-is-small {
        display: none;
    }
}

@media (max-width: 500px) {
    .top-bar {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (max-width: 500px) {
    .hide-when-narrow {
        display: none;
    }
}

.cc_container a, .cc_container a:visited {
    color: #110F19 !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #110F19 !important;
    background-color: #b2e180 !important;
}

#languages {
    max-width: 600px;
    text-align: center;
}

.white-footer-menu {
    padding: 20px 30px 0 30px;
    background-color: white;
    color: #110F19;
    font-weight: 400;
    height: 60px;
}

.black-footer-menu {
    background-color: #110F19;
    color: white;
    padding: 20px 30px;
}

@media (max-width: 390px) {
    .black-footer-menu {
        padding-right: 20px;
    }
}

.sprend-footer-content {
    display: flex;
    justify-content: space-between;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.1em;
    height: 102px;
}

.social-media-container {
    display: flex;
    padding-top: 0.7em;
    justify-content: center;
    gap: 10px;
}

page-with-footer {
    display: block;
    position: relative;
    min-height: 100vh;
}

page-with-footer-inner {
    display: block;
    padding-bottom: 120px;
}

@media (max-width: 860px) {
    page-with-footer-inner {
        padding-bottom: 180px;
    }

    footer {
        height: 162px;
    }
}

@media (max-width: 860px) {
    .recipient-customization .white-footer-menu {
        display: none;
    }
}

@media (min-width: 861px) {
    .white-footer-menu {
        display: none;
    }
}

footer a {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}

footer a:hover {
    text-decoration: underline;
}

.black-footer-menu a {
    color: white;
    font-weight: 300;
}

.white-footer a {
    color: #110F19;
}

.menu-item-separator {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#recipientswitcher {
    margin: 26px 0 0 5px;
    cursor: pointer;
}

#member_menu {
    text-align: center;
    margin-bottom: 20px;
}

input[type=checkbox] {
    cursor: pointer;
}

label {
    font-weight: 400;
    cursor: pointer;
}

input:disabled + label {
    cursor: not-allowed;
    opacity: 0.6;
}

.introjs-tooltip-header {
    display: none;
}

.introjs-tooltipbuttons {
    border: none;
    padding: 0 20px 10px;
}

.sprend-button,
div.form input[type=submit],
div.form input[type=button],
.introjs-button {
    border: 1px solid #110F19;
    border-radius: 20px;
    background: white;
    padding: 0.5em 1em;
    color: #110F19;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    text-shadow: none;
}

.introjs-button {
    font-size: 1em;
    padding: 0.3em 0.8em;
}

.smaller-button {
    font-size: 0.9em;
    font-weight: 400;
    padding: 0.3em 0.6em;
}

.black-button {
    color: white;
    font-weight: 700;
    font-size: 1.2em;
    background-color: #110F19;
    min-width: 10em;
    padding: 0.4em 1.2em;
    line-height: 1.4em;
}

.gradient-button {
    color: white;
    font-weight: 700;
    background: linear-gradient(226.28deg, #27B6D1 23.09%, #6A3CAF 54.02%, #E6354A 83.22%);
    padding: 0.4em 0.9em;
    border: none;
}

.sprend-button.pause-resume {
    width: 10em;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0.4em 0.9em;
}

.cancel-upload-button {
    font-size: 1.1em;
    font-weight: 500;
    margin-right: 2em;
    display: inline;
}

.cancel-upload-button {
    text-decoration: none;
}

.cancel-button {
    border: 2px solid #b4b0b4;
    background: #d6d7d5;
    color: #454343;
}

.sprend-button:hover:enabled,
.gradient-button:hover:enabled,
div.form input[type=submit]:hover,
div.form input[type=button]:hover,
.introjs-button:hover {
    color: white;
    border-color: #4775ef;
    background: #4775ef;
}

.cancel-button:hover:enabled {
    border-color: #4775ef;
    background-color: #4775ef;
}

.sprend-button:hover,
.introjs-button {
    text-decoration: none;
}

.sprend-button:hover:active:enabled,
.cancel-button:hover:active:enabled,
.introjs-button:hover:active {
    color: white;
    border-color: #2e4ea1;
    background: #2e4ea1;
}

.help-button {
    font-weight: 400;
    position: absolute;
    right: -7em;
    top: 0.2em;
    opacity: 0.7;
    border: none;
}

.thinner {
    padding: 2px 1em;
}

.introjs-disabled {
    display: none;
}

.sprend-button:disabled {
    opacity: 0.5;
    cursor: default;
}

.sprend-button.pause-resume {
    width: 10em;
}

.error {
    color: #cc0000;
}

div.form label, div.form .label {
    display: block;
    margin: 7px 0 6px 0;
}

div.form label.inline {
    display: inline;
    margin: 5px 0 2px 0;
}

div.form .field {
    margin: 6px 0 10px 0;
}

div.invoice-me .field {
    width: 90%;
}

div.invoice-me select {
    width: 90%;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

table.form {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin: 0.5em 0 1em 0;
}

table.form th {
    vertical-align: top;
    text-align: left;
    padding: 6px 10px 6px 5px;
    font-weight: normal;
    border-right: 1px solid #dddddd;
}

table.form td {
    padding: 4px 10px 4px 10px;
}

img.status {
    padding: 0 3px 3px 0;
}

.jquery_placeholder {
    color: #aaa;
}

.inboxsize {
    font-size: 60%;
    font-weight: 400;
    color: white;
    background-color: #5e5972;
    position: absolute;
    top: 0.8em;
    right: 1em;
    text-align: center;
    border-radius: 0.8em;
    padding: 0.2em 0.5em 0.3em;
}

.popup li {
    margin: 5px 0;
}

#recipient, #recipients, #message {
    padding: 8px;
}

.page-content-login input[type=text], .page-content-login input[type=password], .page-content-login textarea, .page-content-login select {
    padding: 8px;
}

.page-content-login input[type=password] {
    background-color: white;
}

table.usage-tracker {
    width: 97%;
    margin-left: 0.3em;
    border: 1px solid grey;
    background-color: white;
}

table.usage-tracker td.used {
    margin: 0.1em;
    border: 1px solid #966217;
    background-color: #f9a326;
    padding-top: 1em;
}

table.usage-tracker td.unused {
    margin: 0.2em;
    border: 1px solid grey;
    background: #eeeeee;
    padding-top: 1em;
}

.tab-bar {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    display: flex;
}

.tab-bar h1 {
    display: inline;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

.tab-bar a {
    text-decoration: none;
}

.tab-bar a:hover {
    text-decoration: underline;
}

.tab-bar > div {
    color: #110F19;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.1em;
    padding: 0.7em 0.9em;
    width: 33.33%;
    text-align: center;
    font-weight: 300;
    display: inline-block;
}

@media (max-width: 500px) {
    .tab-bar > div {
        font-size: 1.1em;
    }
}

.tab-bar > div img {
    margin-top: -2px;
}

.tab-bar > div.narrow {
    width: 12%;
}

.tab-bar > .active {
    background: white;
}

.tab-bar > div a, .tab-bar > div .click-link {
    color: #110F19;
}

.tab-bar > div.active a, .tab-bar > div.active .click-link {
    color: #ffffff;
}

.dialog {
    display: none;
}

.text-label-error {
    color: darkred;
}

/* This must come before classes for specific modals */
.modal-dialog {
    width: auto;
    max-width: 50em;
}

.modal-dialog-payment-wizard {
    margin-top: 3em;
    max-width: 32em;
}

.modal-dialog-select-recipients {
    margin-top: 10em;
}

.modal-dialog-ui-notification {
    margin-top: 6em;
    max-width: 40em;
}

.panel-info {
    background-color: #f4f3f5;
    border-color: #d2d1d3;
    border-radius: 0;
}

.modal-title, .modal-body {
    text-align: center;
}

.modal-header {
    border-bottom: 1px solid #a6a6a6;
    padding: 20px;
}

.modal-content {
    background-color: white;
    font-weight: 300;
}

.modal-content .sprend-button {
    font-size: 0.9em;
    padding-bottom: 0.4em;
}

.modal-body {
    background-color: white;
    padding: 1.5em 1em 2em 1em;
}

.modal-body .section-title {
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.modal-body .form-group label {
    padding-top: 0.6em;
}

.modal-body a {
    color: blue;
}

.modal-body ul {
    text-align: left;
    margin-right: 1.5em;
}

.dialog-button-row {
    margin-top: 2.5em;
    margin-right: 16px;
    text-align: right;
}

.dialog-button-row button {
    margin-left: 1em;
}

.no-padding-left {
    padding-left: 0;
}

.payment-info-title {
    font-size: 1.2em;
    margin: 0.5em 0 1em 1.5em;
}

.payment-info-title img {
    position: relative;
    top: -0.3em;
    width: 160px;
    margin: 0 0 0 1em;
    padding: 0;
}

.credit-card-img {
    width: 160px;
    margin: 1em 0 1.5em 0;
}

.form-group {
    margin-bottom: 0.7em;
}

.dialog-back {
    position: absolute;
    margin-top: -0.2em;
}

.add-files-panel {
    width: 100%;
    padding: 0.8em;
    color: white;
    background-color: #6a90f4;
    border-radius: 0.3em;
    text-align: center;
    user-select: none;
}

.add-files-panel a {
    color: inherit;
}

.add-files-panel.disabled, .add-files-panel.disabled:hover, .add-files-panel.disabled:hover:active {
    border-color: #110F19;
    background-color: rgba(238, 238, 238, 0.2);
    color: inherit;
    cursor: default;
}

.add-files-panel:hover, .add-files-panel:hover a {
    color: white;
    background-color: #4775ef;
}

.add-files-panel a:hover {
    font-weight: bolder;
}

.add-files-panel .icon-plus {
    background-image: url(/samurai/pub/images/add-files.svg);
}

.add-files-panel .icon-plus {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.drag-over-in-progress .add-files-panel, .add-files-panel:hover:active, .add-files-panel:hover:active a {
    background-color: #2e4ea1;
}

.add-files-panel-contents {
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-sprending-started .hide-if-is-sprending-started {
    display: none;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #d2d1d3;
    background-color: #f4f3f5;
}

input.invalid, textarea.invalid, input[type=password].invalid {
    border: 1px solid #e2918e;
    background-color: #ffd3d1;
}

/*todo: do we need to have input[type=password] here?*/
input[type=text]:disabled, input[type=file]:disabled, textarea:disabled, input[type=password] {
    background-color: rgba(238, 238, 238, 0.2);
}

textarea {
    color: rgba(51, 51, 51, 1);
}

a.disabled {
    opacity: 0.5;
    cursor: default;
    text-decoration: none;
}

.checkbox-label {
    font-weight: normal;
    border: 1px solid white;
    border-radius: 0.3em;
    padding: 0.3em 0.6em;
    margin: -0.6em;
}

.checkbox-label.invalid {
    border: 1px solid #e2918e;
    background-color: #ffd3d1;
}

.checkbox-label.invalid .customer-specific {
    background-color: #ffd3d1;
}

.sensei-content {
    margin: 2em 3em 0;
    padding-bottom: 2em;
}

@media (max-width: 500px) {
    .sensei-content {
        margin: 2em 1em 3em;
    }
}

.sensei-menu {
    text-align: center;
    margin: 1em 3em;
}

@media (max-width: 500px) {
    .sensei-menu {
        margin: 1em 1em;
    }
}

.menu-links {
    padding: 0.5em;
}

.menu-links a {
    padding: 0.2em 0.5em;
}

.menu-links a.selected {
    color: black;
    background-color: #dcdcdc;
    text-decoration: none;
    cursor: default;
}

terms-wizard {
    margin: 2em 3em 3em;
}

@media (max-width: 100px) {
    terms-wizard {
        margin: 2em 0.5em 3em;
    }
}

.wizard-outer {
    display: flex;
    justify-content: center;
}

.wizard-inner {
    background-color: #eeeeee;
    color: #555555;
    padding: 2em;
    border-radius: 0.5em;
    min-width: 4em;
    max-width: 80em;
}

.wizard-inner textarea {
    padding: 8px;
}

@media (max-width: 500px) {
    .wizard-inner {
        padding: 1em;
    }
}

@media print {
    .wizard-inner {
        padding: 0;
    }
}

.wizard h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 1.5em;
    text-align: center;
}

.wizard .form-group label {
    padding-top: 0.6em;
}

article-outer {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

article-inner {
    display: block;
    color: #46485b;
    font-size: 1.2em;
    padding: 0 4em 4em;
    min-width: 4em;
    max-width: 80em;
}

.panel-with-links {
    margin-top: 2em;
    width: 100%;
    background-color: #e0e1e4;
    padding: 1em;
    border: 1px solid #c8c9cc;
    border-radius: 0.1em;
    line-height: 2;
    text-align: center;
}

.panel-with-links a, .panel-with-links span {
    white-space: nowrap;
}

ui-panel-container {
    display: flex;
    justify-content: center;
    margin: 2em 0 2em 0;
}

ui-panel-container ui-panel {
    width: 100%;
    max-width: 40em;
    background-color: white;
    padding: 2em;
    border: 1px solid #c8c9cc;
    border-radius: 0.1em;
}

ui-panel-container.smaller ui-panel {
    max-width: 30em;
    height: 25em;
}

@media (min-width: 900px) {
    ui-panel-container {
        float: left;
        width: 60%;
        max-width: 40em;
        margin-right: 3em;
    }

    ui-panel-container.right {
        float: right;
        margin-left: 3em;
        margin-right: 0;
    }
}

@media (min-width: 800px) {
    ui-panel-container.smaller {
        float: left;
        width: 50%;
        max-width: 30em;
        margin-right: 3em;
    }

    ui-panel-container.right.smaller {
        float: right;
        margin-left: 3em;
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    ui-panel-container ui-panel {
        padding: 1.5em 1em;
    }
}

article-img-container {
    margin: 3em 0;
}

.article-img-caption {
    text-align: center;
    padding: 0.7em 0.5em 0.5em;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #f4f3f5;
}

article-img-container img {
    width: 100%;
}

article-img-container.forty img {
    max-width: 30em;
}

article-img-container.sixty img {
    max-width: 40em;
}

article-img-container.seventy img {
    max-width: 50em;
}

@media (min-width: 700px) {
    article-img-container.forty {
        float: right;
        width: 40%;
        max-width: 40em;
        margin-left: 3em;
    }

    article-img-container.forty.left {
        float: left;
        margin-left: 0;
        margin-right: 3em;
    }
}

@media (min-width: 900px) {
    article-img-container.sixty {
        float: right;
        width: 60%;
        max-width: 40em;
        margin-left: 3em;
    }

    article-img-container.sixty.left {
        float: left;
        margin-left: 0;
        margin-right: 3em;
    }
}

@media (min-width: 1100px) {
    article-img-container.seventy {
        float: right;
        width: 70%;
        max-width: 50em;
        margin-left: 3em;
    }

    article-img-container.seventy.left {
        float: left;
        margin-left: 0;
        margin-right: 3em;
    }
}

@media print {
    article-inner {
        padding: 0;
    }
}

article-inner h1 {
    font-size: 4em;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #110F19;
    margin: 2em 0 1.5em 0;
    text-align: center;
}

article-inner h2 {
    font-size: 1.5em;
    font-weight: bolder;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 1.5em;
}

article-inner h3 {
    font-size: 1.2em;
    font-weight: bolder;
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

article-inner p {
    margin-top: 2em;
    line-height: 1.8em;
}

article-inner .ingress {
    font-size: 1.1em;
    font-weight: 600;
}

article-inner ol {
    padding-left: 1em;
}

article-inner li {
    margin: 0.5em 1em;
}

@media (max-width: 600px) {
    article-inner {
        padding: 2em;
    }

    article-inner h1 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 2.5em;
    }
}

.case-study-quote {
    font-family: 'Roboto', sans-serif;
    color: #393b5a;
    font-weight: bold;
    padding-left: 0.2em;
}

.info-above-contract {
    font-size: 1.1em;
    margin-top: 1em;
}

.contract-text {
    font-size: 14px;
    background-color: #fcfcfc;
    margin-top: 1em;
    padding: 4em 2em;
    border: 1px solid grey;
    box-shadow: 0.3em 0.3em 0.3em #b1b1b1;
}

.contract-text h1 {
    text-align: left;
    font-size: 2em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.7em;
}

.contract-text h2 {
    color: #285379;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
}

.contract-text h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: 1em;
    page-break-after: avoid;
}

.customer-specific {
    font-weight: 700;
    background-color: #eeeeee;
    padding: 0.1em 0.2em;
}

.section-reference {
    font-weight: 700;
}

@media (max-width: 500px) {
    .contract-text {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media print {
    .contract-text {
        border: none;
        padding: 0;
        margin: 0;
    }
}

message-panel {
    display: block;
    text-align: center;
    background-color: #654c37;
    color: white;
    margin-top: 2em;
    padding: 0.8em;
    min-height: 3em;
}

message-panel:first-letter {
    text-transform: capitalize;
}

payment-wizard message-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bullet-table {
    border-collapse: separate;
    border-spacing: 3em;
}

message-panel a, message-panel a:hover, .page-content-inner message-panel a, .page-content-inner message-panel a:hover {
    color: #fff784;
    font-weight: bolder;
    text-decoration: underline;
}

.progress {
    height: 2em;
}

.progress-bar {
    font-size: 1em;
    word-spacing: 0.5em;
    white-space: nowrap;
    background-color: #4775ef;
    padding-top: 0.3em;
}

.account-status {
    display: flex;
    text-align: center;
    justify-content: center;
}

.panel-body {
    text-align: left;
    background-color: #f4f3f5;
}

.panel-body input[type=radio] {
    margin-left: 1em;
}

.info-panel {
    margin-top: 1.5em;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    padding: 1em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.country-select {
    width: 100%;
    padding: 0.5em;
}

.country-select option {
    padding: 0.3em 0.6em;
}

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

.card-data td {
    padding: 0.3em;
}

.card-data .glyphicon {
    color: #5e8543;
}

.card-data .input-group {
    width: 100%;
}

text-edit-with-save-cancel {
    border: 1px solid grey;
    border-radius: 0.5em;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 0.5em;
}

text-edit-with-save-cancel:hover {
    background-color: white;
    cursor: pointer;
}

message-widget {
    display: block;
}

.email-fields-anim-container {
    padding-top: 10px;
    padding-right: 0;
    transition: max-height 0.2s ease;
    overflow: hidden;
}

storage-time-ui {
    display: block;
    padding: 0 0.2em 0;
}

select-recipients-ui {
    display: block;
    padding-top: 1em;
    padding-bottom: 0.5em;
    user-select: none;
}

select-recipients-ui .scrollable-table {
    overflow-y: auto;
    max-height: 40em;
}

select-recipients-ui table {
    width: 100%;
    margin: 0;
    background-color: #f0f0f0;
}

select-recipients-ui tr:nth-child(even) {
    background-color: #e2e2e2;
}

select-recipients-ui tr:hover {
    color: white;
    background-color: #4775ef;
    cursor: pointer;
}

select-recipients-ui td {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 1.2em;
}

select-recipients-ui td:nth-child(1) {
    white-space: nowrap;
    width: 6em;
}

select-recipients-ui td:nth-child(2) {
    white-space: nowrap;
    width: 6em;
    padding-right: 0.3em;
}

select-recipients-ui td:nth-child(3) {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

select-recipients-ui th {
    top: 0;
    position: sticky;
    color: white;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.5em 1.2em;
    background-color: #110F19;
    cursor: auto;
}

receipt-list-ui thead {
    text-transform: uppercase;
    background-color: #dbdada;
}

receipt-list-ui td {
    padding: 0.7em 0.7em;
}

receipt-list-ui tbody tr:nth-child(odd) {
    background: rgb(246, 246, 246);
}

receipt-list-ui td:nth-child(4) {
    text-align: right;
}

.flexbox-item-spacing {
    padding-left: 2em;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

@media (max-width: 500px) {
    receipt-list-ui td:nth-child(2), receipt-list-ui td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 500px) {
    select-recipients-ui td:nth-child(1), select-recipients-ui th:nth-child(1) {
        display: none;
    }
}

.rotate-clockwise span {
    animation: clockwise 4s infinite linear;
    -webkit-animation: clockwise2 4s infinite linear;
}

@keyframes clockwise {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes clockwise2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.highlight-animation {
    animation: highlight 1000ms ease-out 2 alternate;
}

.highlight-animation .customer-specific {
    animation: highlight 1000ms ease-out 2 alternate;
}

@keyframes highlight {
    100% {
        background-color: yellow;
    }
}

@media print {
    .hide-in-print {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.company-needs-img {
    width: auto;
    height: auto;
}

@media (min-width: 100px) {
    .company-needs-img {
        width: 200px;
    }
}

@media (min-width: 320px) {
    .company-needs-img {
        width: 250px;
    }
}

@media (min-width: 768px) {
    .company-needs-img {
        width: 330px;
    }
}

@media (min-width: 992px) {
    .company-needs-img {
        width: 340px;
    }
}

@media (min-width: 1180px) {
    .company-needs-img {
        width: 350px;
    }
}

.easy-use-img {
    width: auto;
    height: auto;
}

@media (min-width: 100px) {
    .easy-use-img {
        width: 200px;
    }
}

@media (min-width: 320px) {
    .easy-use-img {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .easy-use-img {
        width: 480px;
    }
}

@media (min-width: 992px) {
    .easy-use-img {
        width: 480px;
    }
}

@media (min-width: 1180px) {
    .easy-use-img {
        width: 500px;
    }
}

/* File table UI */

parcel-contents-ui {
    display: block;
}

.file-table {
    font-size: 1.1em;
    text-align: left;
    color: #110F19;
    margin: auto;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #110F19;
}

.file-table tr:last-child > td {
    border-bottom: none;
}

.file-table thead tr:last-child,
.file-table thead tr:last-child td:first-child {
    border-top-left-radius: 6px;
}

.file-table thead tr:last-child,
.file-table thead tr:last-child td:last-child {
    border-top-right-radius: 6px;
}

.file-table tfoot tr:last-child,
.file-table tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.file-table tfoot tr:last-child,
.file-table tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.file-table tfoot tr {
    background-color: #f5f4f6;
}

.file-table tfoot tr {
    border-top: 1px solid #110F19;
}

.file-table thead tr {
    border-bottom: 1px solid #110F19;
}

.file-table th,
.file-table tfoot td {
    padding: 10px;
}

.file-table td {
    padding: 5px 10px;
    white-space: nowrap;
}

.file-table tbody tr {
    border-bottom: 1px solid #110F19;
}

.file-table tbody tr:last-of-type {
    border-bottom: none;
}

.file-table tfoot tr {
    font-size: 0.9em;
    vertical-align: middle;
}

.file-table table,
.file-table thead,
.file-table tbody,
.file-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.file-table tbody {
    display: block;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.name-div {
    flex: 1;
    overflow: hidden !important;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.progress-bar-div {
    flex: 2;
    padding-right: 6px;
}

.row-progress-bar-container {
    height: 6px;
    padding: 0;
    margin: 0;
}

.file-name-span {
    width: 100%;
    overflow: hidden !important;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.action-div {
    flex: 0;
}

.scroll-section::-webkit-scrollbar {
    width: 8px;
}

.scroll-section::-webkit-scrollbar-track {
    background-color: lightgray;
    border-top-right-radius: 6px;
}

.scroll-section::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px black;
    border-radius: 6px;
}

.size-sub-item {
    display: table-cell;
    font-size: 0.8em;
    font-style: italic;
}

.glyphicon-remove {
    color: #b4b3b3;
    user-select: none;
    font-size: 1.1em;
    cursor: pointer;
    margin-right: 0;
}

.glyphicon-remove:hover {
    color: #4775ef;
}

.glyphicon-exclamation-sign, .glyphicon-ok-sign {
    font-size: 1.1em;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 10px;
    background-size: cover;
}

.td-truncate {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.element-disabled {
    pointer-events: none;
    opacity: 0.4;
}

/* This solves the problem with invisible telephone numbers */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.lang-menu:first-letter {
    text-transform: capitalize;
}

.lang-menu {
    display: block;
    border: none;
    outline: none;
    color: #fff;
    padding: 0.3em 1em;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Change the background color when hovering over the dropdown menu */
.lang-menu:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Change the color of the dropdown menu options */
.lang-menu option {
    color: #000;
}

.lang-menu-light {
    display: block;
    border: none;
    outline: none;
    color: #000 !important;
    padding: 0.3em 1em;
    background-color: #fff !important; /*rgba(255, 255, 255, 0.1);*/
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Change the background color when hovering over the dropdown menu */
.lang-menu-light:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Change the color of the dropdown menu options */
.lang-menu-light option {
    color: #000 !important;
}

.choose-send-type-ui {
    margin-top: 1.3em;
    padding-top: 0.3em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.choose-send-type-with-details {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    padding: 0.3em;
}

.choose-send-type-with-details button {
    display: inline-block;
    border-radius: 0.5em;
    width: 48%;
    background-color: #e8e8e8;
    border-color: #cecdcd;
    border-style: solid;
    padding: 1em;
    text-align: left;
    font-size: 11pt;
}

.choose-send-type-with-details button p {
    font-size: 0.95em;
    margin-bottom: 0.5em;
}

.choose-send-type-with-details button input[type=radio] {
    margin-right: 0.5em;
}

.choose-send-type-with-details button:hover {
    color: white;
    border-color: #4775ef;
    background: #4775ef;
}

.choose-send-type-with-details button:hover:active {
    color: white;
    border-color: #2e4ea1;
    background-color: #2e4ea1;
}

.send-type-title {
    font-weight: 400;
}

.send-type-login-info {
    font-style: italic;
}
