/* Minification failed. Returning unminified contents.
(2638,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2648,21): run-time error CSS1039: Token not allowed after unary operator: '-bg-width'
(4132,18): run-time error CSS1030: Expected identifier, found '>'
(4132,34): run-time error CSS1031: Expected selector, found ')'
(4132,34): run-time error CSS1025: Expected comma or open brace, found ')'
(4581,107): run-time error CSS1030: Expected identifier, found '>'
(4581,112): run-time error CSS1031: Expected selector, found ')'
(4581,112): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.switch,
.switch-grid {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

.switch-grid {
    width: 28px;
    height: 16px;
}

.switch input,
.switch-grid input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider,
.slider-grid {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before,
.slider-grid:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-grid:before {
    height: 11px;
    width: 11px;
    left: 3px;
}

input:checked + .slider,
input:checked + .slider-grid {
    background-color: #2196F3;
}

input:focus + .slider,
input:focus + .slider-grid {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

input:checked + .slider-grid:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Rounded sliders */
.slider-grid.round {
    border-radius: 16px;
}

.slider-grid.round:before {
    border-radius: 50%;
}
.flag {
    display: inline-block;
    width: 36px;
    height: 24px;
    overflow: hidden;
    background: url('../Images/flags.png') 0 0 no-repeat;
    background-size: 36px auto;
}

.flag-at {
    background-position: 0 0;
}

.flag-bg {
    background-position: 0 -24px;
}

.flag-cs {
    background-position: 0 -48px;
}

.flag-de {
    background-position: 0 -72px;
}

.flag-es {
    background-position: 0 -96px;
}

.flag-fr {
    background-position: center -120px;
}

.flag-hu {
    background-position: 0 -144px;
}

.flag-pl {
    background-position: 0 -168px;
}

.flag-pt {
    background-position: 0 -192px;
}

.flag-ro {
    background-position: center -216px;
}

.flag-si {
    background-position: 0 -240px;
}

.flag-sk {
    background-position: 0 -264px;
}

.flag-ua {
    background-position: 0 -288px;
}

.flag-uk {
    background-position: center -312px;
}

.flag-en {
    background-position: 0 -336px;
}

.flag-it {
    background-position: center -360px;
}

.flag-be {
    background-position: center -384px;
}

.flag-nl {
    background-position: 0 -408px;
}

.flag-hr {
    background-position: center -432px;
}

.flag-se {
    background-position: 0 -456px;
}

.flag-fi {
    background-position: 0 -480px;
}

.flag-dk {
    background-position: 0 -504px;
}

.flag-gr {
    background-position: 0 -528px;
}

.flag-ie {
    background-position: 0 -552px;
}

.flag-ch {
    background-position: center -576px;
}

.flag-ru {
    background-position: 0 -600px;
}

/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.w3-serif {
    font-family: serif
}

.w3-sans-serif {
    font-family: sans-serif
}

.w3-cursive {
    font-family: cursive
}

.w3-monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-hr-white {
    border-top: 1px solid #fff;
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.w3-table, .w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

    .w3-bordered tr, .w3-table-all tr {
        border-bottom: 1px solid #ddd
    }

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th, .w3-centered tr td {
    text-align: center
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

    .w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
        padding-left: 16px
    }

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

    .w3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .w3-disabled, .w3-btn:disabled, .w3-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .w3-disabled *, :disabled * {
            pointer-events: none
        }

        .w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
            box-shadow: none
        }

.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .w3-ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd
    }

        .w3-ul li:last-child {
            border-bottom: none
        }

.w3-tooltip, .w3-display-container {
    position: relative
}

    .w3-tooltip .w3-text {
        display: none
    }

    .w3-tooltip:hover .w3-text {
        display: inline-block
    }

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-input-currency {
    display: inline-block;
    width: 80%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click, .w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .w3-dropdown-hover:hover .w3-dropdown-content {
        display: block
    }

    .w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

        .w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
            background-color: #ccc;
            color: #000
        }

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check, .w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-check-small,
.w3-check-small {
    width: 20px;
    height: 20px;
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 3;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
    width: 100%
}

    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%
    }

    .w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.w3-main, #main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 10;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter, .w3-fourfifth, .w3-fifth {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s23 {
    width: 19.99999%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-fifth {
        width: 19.99999%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6, .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-fourfifth {
        width: 79.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

@media (min-width:1680px) {
    .w3-col.xl1 {
        width: 8.33333%
    }

    .w3-col.xl2 {
        width: 16.66666%
    }

    .w3-col.xl3 {
        width: 24.99999%
    }

    .w3-col.xl4 {
        width: 33.33333%
    }

    .w3-col.xl5 {
        width: 41.66666%
    }

    .w3-col.xl6 {
        width: 49.99999%
    }

    .w3-col.xl7 {
        width: 58.33333%
    }

    .w3-col.xl8 {
        width: 66.66666%
    }

    .w3-col.xl9 {
        width: 74.99999%
    }

    .w3-col.xl10 {
        width: 83.33333%
    }

    .w3-col.xl11 {
        width: 91.66666%
    }

    .w3-col.xl12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block, .w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round, .w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col, .w3-row-padding > .w3-fourfifth, .w3-row-padding > .w3-fifth {
    padding: 0 8px
}

.w3-container, .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code, .w3-codespan {
    font-family: Consolas,"courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

    .w3-animate-input:focus {
        width: 100% !important
    }

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale, .w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min, .w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max, .w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-small-medium {
    font-size: 14px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-dashed {
    border: 1px dashed #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-topbar {
    border-top: 6px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-rightbar {
    border-right: 6px solid #ccc !important
}

.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-margin-left-little {
    margin-left: 8px !important
}

.w3-margin-right-little {
    margin-right: 8px !important
}

.w3-margin-top-small-show {
    margin-top: 0 !important
}

.w3-margin-bottom-small-show {
    margin-bottom: 0 !important
}

.w3-margin-left-small-hide {
    margin-left: 16px !important
}

.w3-margin-right-small-hide {
    margin-right: 16px !important
}

@media (max-width:600px) {
    .w3-margin-top-small-hide {
        margin-top: 16px !important
    }

    .w3-margin-bottom-small-hide {
        margin-bottom: 16px !important
    }

    .w3-margin-left-small-hide {
        margin-left: 0 !important
    }

    .w3-margin-right-small-hide {
        margin-right: 0 !important
    }
}

@media (max-width:1679px) {
    .w3-margin-top-x-hide {
        margin-top: 16px !important
    }

    .w3-margin-bottom-x-hide {
        margin-bottom: 16px !important
    }

    .w3-margin-left-x-hide {
        margin-left: 0 !important
    }

    .w3-margin-right-x-hide {
        margin-right: 0 !important
    }
}

.w3-margin-vertical-middle {
    margin-top: 100% !important;
    margin-bottom: 100% !important
}

.w3-margin-vertical-small {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

@media (min-width:601px) {
    .w3-margin-top-hide-large {
        margin-top: 0 !important
    }

    .w3-margin-bottom-hide-large {
        margin-bottom: 0 !important
    }
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-padding-left {
    padding-left: 12px !important
}

.w3-padding-right {
    padding-right: 12px !important
}

.w3-padding-left-0 {
    padding-left: 0 !important
}

.w3-padding-right-0 {
    padding-right: 0 !important
}

.w3-padding-left-16 {
    padding-left: 16px !important
}

.w3-padding-right-16 {
    padding-right: 16px !important
}

@media (max-width:601px) {
    .w3-padding-left-hide {
        padding-left: 0 !important
    }

    .w3-padding-right-hide {
        padding-right: 0 !important
    }
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-transparent, .w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}

/* Colors */
.w3-amber, .w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua, .w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-light-blue, .w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown, .w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan, .w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green, .w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo, .w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki, .w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime, .w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple, .w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand, .w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey-custom {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-lighter-grey, .w3-hover-lighter-grey:hover, .w3-lighter-gray, .w3-hover-lighter-gray:hover {
    color: #000 !important;
    background-color: #cccccc !important
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red, .w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green, .w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.w3-bold {
    font-weight: bold !important
}

.w3-text-amber, .w3-hover-text-amber:hover {
    color: #ffc107 !important
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
    color: #00ffff !important
}

.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-midnight-blue, .w3-hover-text-midnight-blue:hover {
    color: midnightblue !important
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.w3-text-brown, .w3-hover-text-brown:hover {
    color: #795548 !important
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.w3-text-green, .w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-dark-green, .w3-hover-text-dark-green:hover {
    color: darkgreen !important
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
    color: #8bc34a !important
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.w3-text-lime, .w3-hover-text-lime:hover {
    color: #cddc39 !important
}

.w3-text-orange, .w3-hover-text-orange:hover {
    color: #ff9800 !important
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.w3-text-pink, .w3-hover-text-pink:hover {
    color: #e91e63 !important
}

.w3-text-purple, .w3-hover-text-purple:hover {
    color: #9c27b0 !important
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.w3-text-red, .w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-dark-red, .w3-hover-text-dark-red:hover {
    color: darkred !important
}

.w3-text-sand, .w3-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.w3-text-teal, .w3-hover-text-teal:hover {
    color: #009688 !important
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
    color: #d2be0e !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black, .w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-lighter-grey, .w3-hover-text-lighter-grey:hover, .w3-text-lighter-gray, .w3-hover-text-lighter-gray:hover {
    color: #cccccc !important
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-amber, .w3-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.w3-border-brown, .w3-hover-border-brown:hover {
    border-color: #795548 !important
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.w3-border-lime, .w3-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.w3-border-orange, .w3-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.w3-border-pink, .w3-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.w3-border-purple, .w3-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-sand, .w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.w3-border-teal, .w3-hover-border-teal:hover {
    border-color: #009688 !important
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-black, .w3-hover-border-black:hover {
    border-color: #000 !important
}

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 700px;
    overflow-y: auto;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 16px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 700px;
}
.nm-main-layout {
    background-color: #222831 !important;
}

.nm-error-layout {
    background-color: black !important;
}

.nm-menu-main {
    position: relative;
    top: 24px;
}

.nm-menu-main a:hover {
    text-decoration: underline;
}

@media (max-width:992px) {
    .nm-menu-main {
        top: 0;
        background-color: black;
        padding-top: 6px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.nm-bg-lama {
    overflow: visible;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../Images/lama-hero.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    height: auto;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nm-logo-main {
    display: block;
    height: 31px;
    width: 140px;
    background: url('../Images/logo.png') 0 0 no-repeat;
    background-size: 140px auto;
    margin-left: 16px;
    float: left;
}

@media (min-width:993px) {
    .nm-logo-main {
        height: 35px;
        width: 160px;
        background-size: 160px auto;
    }
}

.nm-header {
    z-index: 5;
}

@media (max-width:992px) {
    .nm-header {
        text-align: center;
    }
}

.nm-header .w3-button,
.nm-header .nm-localization-link {
    padding: 11px 16px 5px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.nm-logo {
    display: inline-block;
    height: 26px;
    width: 120px;
    background: url('../Images/logo.png') 0 0 no-repeat;
    background-size: 120px auto;
    position: relative;
    top: 6px;
    margin-left: 16px;
}

.nm-main {
    margin-left: 300px;
    padding-top: 43px;
    padding-bottom: 43px;
}

.nm-main-dashboard {
    margin-right: 400px;
}

.nm-nav-tabs-active {
    border-bottom: 2px solid #000 !important;
    cursor: default
}

.nm-nav-tabs-active h5 {
    font-weight: 600
}

.nm-nav-tabs-inactive {
    border-bottom: 2px solid transparent !important
}

.nm-nav-tabs-inactive:hover {
    border-bottom: 2px solid #000 !important
}

.nm-localization-link {
    height: 40px;
    text-decoration: none;
}

.nm-sidebar {
    z-index: 3;
    width: 300px;
    border-right: 1px solid #eee;
    padding-top: 48px;
}

.nm-dashboard-infopanel {
    z-index: 3;
    width: 400px;
    height: 100%;
    border-left: 1px solid #eee;
    padding-top: 48px;
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.nm-dashboard-container {
    height: 430px;
}

.nm-dashboard-container-multiple-table {
    max-height: 350px;
    overflow-y: auto;
    display: block;
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
}

.nm-dashboard-table {
    max-height: 350px;
    overflow-y: auto;
    display: block;
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
}

.nm-dashboard-table tr {
    cursor: pointer !important;
}

.nm-dashboard-arcticle-header {
    width: max-content;
    padding: 0px 8px;
}

.nm-progress-1 {
    color: #000 !important;
    background-color: #2196F3 !important
}

.nm-progress-2 {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.nm-progress-3 {
    color: #000 !important;
    background-color: #ff9800 !important
}

.nm-progress-4 {
    color: #000 !important;
    background-color: #4CAF50 !important
}

.nm-progress-5 {
    color: #000 !important;
    background-color: #f44336 !important
}

.nm-link {
    cursor: pointer;
    text-decoration: underline;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width:1680px) {
    .nm-dashboard-infopanel {
        display: none !important
    }

    .nm-main-dashboard {
        margin-right: 0 !important
    }
}

.nm-inner-fa-alert {
    position: relative;
    top: 5px;
    right: 7px;
}

.nm-inner-fa-alert-before-content {
    position: relative;
    top: 1px;
    right: 4px;
}

@media (max-width: 1680px) {
    .nm-demands-select .nm-demand-web,
    .nm-demands-select .nm-demand-offer {
        width: 100%;
    }
}

.field-validation-error {
    font-weight: bold !important;
}

/* ------------------------------------------------------- */

/* dashboard */
.nm-dashboard-deals-table {
    width: auto !important;
}

    .nm-dashboard-deals-table th,
    .nm-dashboard-deals-table td {
        white-space: nowrap;
        width: auto !important;
    }

        /*.nm-dashboard-deals-table th:first-child,
        .nm-dashboard-deals-table td:first-child {
            padding-left: 0 !important;
        }*/

/* ------------------------------------------------------- */

/* tasks */
.nm-tasks-container-multiple-table {
    display: block;
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
}

.nm-task-item,
.nm-task-item-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nm-task-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nm-task-item-price-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nm-task-item-price-icons {
    display: flex;
    align-items: center;
}

    .nm-task-item-price-icons i,
    .nm-task-item-price-icons span {
        margin-left: 8px !important;
        margin-right: 0px !important;
    }

.nm-task-item-desc {
    display: flex;
    align-items: center;
}

    .nm-task-item-desc .deadline-warning-small {
        display: none;
    }

.nm-task-icon {
    width: 45px;
    text-align: center;
}

.nm-task-info-wrapper {
    display: flex;
}

.nm-task-info {
    display: flex;
    align-items: center;
}

.nm-task-date {
    margin-right: 10px;
}

.nm-task-comments {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.nm-task-complain {
    position: relative;
    top: 0px;
    margin-right: 10px;
}

@media (max-width:768px) {
    .nm-task-item,
    .nm-task-item-detail {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

        .nm-task-item .nm-task-item-desc > div:first-child {
            display: none;
        }

        .nm-task-item .nm-task-item-desc .deadline-warning-small {
            display: inline-block;
        }

    .nm-task-item-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0px !important;
        width: 100%;
    }

    .nm-task-item-price-desc {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 8px !important;
    }

    .nm-task-item-price-icons {
        display: flex;
        align-items: center;
        margin-left: 0px !important;
    }

        .nm-task-item-price-icons i,
        .nm-task-item-price-icons span {
            margin-left: 0px !important;
            margin-right: 8px !important;
        }

    .nm-task-action {
        margin-left: 0px !important;
        margin-top: 8px !important;
        width: 100%;
    }

        .nm-task-action a {
            width: 100%;
        }

    .nm-task-action-deal {
        margin-left: 0px !important;
        margin-top: 8px !important;
        width: 50%;
    }

        .nm-task-action-deal a {
            width: 100%;
        }
}

/* ------------------------------------------------------- */
/* highlight */
:root {
    --bg-width: 0%;
}

.nm-anim-bg {
    position: relative;
}

    .nm-anim-bg::before {
        content: "";
        position: absolute;
        width: var(--bg-width);
        height: 150%;
        background: pink;
        z-index: -1;
        transition: width 1s ease-in-out;
        top: -5px;
        left: -2px;
    }

/* ------------------------------------------------------- */
/* automatized accept gif */

@media (max-width:768px) {
    .nm-automatized-accept {
        width: -webkit-fill-available;
    }
}

/* ------------------------------------------------------- */

/* tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        border: 1px solid lightgray;
        text-align: center;
        padding: 10px 20px;
        position: absolute;
        min-width: 300px;
        z-index: 9;
        bottom: 125%;
        left: 50%;
        margin-left: -150px;
        opacity: 0;
        transition: opacity 0.3s;
        font-weight: normal;
        background-color: #fff !important
    }

    .tooltip .tooltiptext-dashboard {
        visibility: hidden;
        border: 1px solid lightgray;
        text-align: center;
        padding: 10px 20px;
        position: absolute;
        right: 20px;
        min-width: 300px;
        z-index: 9;
        margin-left: -320px;
        opacity: 0;
        transition: opacity 0.3s;
        font-weight: normal;
        background-color: #fff !important
    }

    .tooltip:hover .tooltiptext,
    .tooltip:hover .tooltiptext-dashboard {
        visibility: visible;
        opacity: 1;
    }

@media (max-width:768px) {
    .tooltip .tooltiptext {
        position: fixed;
        top: 50%;
        left: 50%;
        bottom: auto;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
        margin: 0;
    }
}

/* ------------------------------------------------------- */

/* flex elements */
.nm-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.nm-flex-first {
    flex: 2 1 auto;
}

.nm-flex-second {
    flex: 0 1 auto;
}

    /* font icons in second flex element */
    .nm-flex-second.fa {
        margin-top: 3px;
    }

/* ------------------------------------------------------- */

/* website detail & demand article */
@media (max-width: 1680px) {
    .nm-third .w3-half {
        width: 100%;
    }

        .nm-third .w3-half.w3-padding-left-hide {
            padding-left: 0 !important;
        }

        .nm-third .w3-half.w3-padding-right-hide {
            padding-right: 0 !important;
        }

        .nm-third .w3-half.w3-margin-top-hide-large {
            margin-top: 16px !important;
        }
}

/* links & demand article */
.link-col {
    float: left;
    width: 100%
}

.link-col .w3-check-small {
    position: relative;
    top: 5px;
}

@media (min-width:1680px) {
    .link-col.x4 {
        width: 33.33333%;
    }

        .link-col.x4.w3-margin-top {
            margin-top: 35px !important;
        }
}

@media (max-width:1679px) {
    .link-col.x4 {
        float: none;
        padding-right: 0px !important;
    }

        .link-col.x4.w3-margin-top {
            margin-top: 0px !important;
        }
}

/* ------------------------------------------------------- */

/* files thumbnail & deal */
.nm-thumbnail {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.nm-thumbnail-item {
    cursor: pointer;
}

    .nm-thumbnail-item i,
    .nm-thumbnail-item img {
        padding: 10px 10px 0px 10px;
        width: 100px;
        height: 112px;
    }

    .nm-thumbnail-item i {
        font-size: 92px;
        cursor: pointer;
    }

.nm-thumbnail-item-not-found {
    cursor: not-allowed;    
}

    .nm-thumbnail-item-not-found i {
        padding: 10px 10px 0px 10px;
        width: 100px;
        height: 112px;
        font-size: 92px;
        color: lightgrey;
        cursor: not-allowed;
    }

.nm-thumbnail-item:hover,
.nm-thumbnail-item-not-found:hover {
    box-shadow: 0 0 2px 1px lightgrey;
}

    .nm-thumbnail-item:hover .nm-thumbnail-item-remove,
    .nm-thumbnail-item-not-found:hover .nm-thumbnail-item-remove {
        display: block;
    }

.nm-thumbnail-item .nm-thumbnail-item-file-name,
.nm-thumbnail-item-not-found .nm-thumbnail-item-file-name {
    padding: 0 8px !important;
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .nm-thumbnail-item .nm-thumbnail-item-remove,
    .nm-thumbnail-item-not-found .nm-thumbnail-item-remove {
        position: relative;
        display: none;
        float: right;
        top: -10px;
        left: -23px;
        margin-right: -30px;
        cursor: pointer;
    }

        .nm-thumbnail-item .nm-thumbnail-item-remove i,
        .nm-thumbnail-item-not-found .nm-thumbnail-item-remove i {
            font-size: 21px;
            padding: 3px 0 0 6px !important;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background-color: white;
            cursor: pointer;
        }

            .nm-thumbnail-item .nm-thumbnail-item-remove i:hover,
            .nm-thumbnail-item-not-found .nm-thumbnail-item-remove i:hover {
                box-shadow: 0 0 2px 1px lightgrey;
            }

.nm-download-link {
    text-decoration: none;
}

.nm-download-link:hover {
    text-decoration: underline;
}

.nm-download-link i {
    position: relative;
    top: 1px;
}

/* ------------------------------------------------------- */

/* publication URL & deal */
.publicationURL input {
    width: 350px !important;
}

@media (max-width:768px) {
    .publicationURL {
        margin-right: 0 !important;
    }

    .publicationURL input {
        width: 100% !important;
    }
}

/* ------------------------------------------------------- */

/* cancel/confirm/process & deal */
.deal-footer {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: linen;
    z-index: 1 !important;
    margin-bottom: 20px;
}

    .deal-footer .deal-footer-wrap {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
    }

        .deal-footer .deal-footer-wrap a {
            width: 150px !important;
        }

        .deal-footer .deal-footer-wrap .nm-flex {
            align-items: baseline;
        }

@media (max-width:768px) {
    .deal-footer .deal-footer-wrap {
        flex-direction: column-reverse;
        align-items: initial;
    }

        .deal-footer .deal-footer-wrap a {
            width: auto !important;
        }

        .deal-footer .deal-footer-wrap .nm-flex {
            flex-direction: column;
            align-items: initial;
        }
}

/* ------------------------------------------------------- */

@media (max-width:1679px) {
    .nm-input {
/*        padding: 8px;
*/        display: block;
        width: 100%
    }
}

/* ------------------------------------------------------- */

.categories label .w3-check,
.flags label .w3-check {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.categories label {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-start;
    cursor: pointer;
}

    .categories label input {
        flex: none;
    }

    .categories label span {
        text-overflow: ellipsis;
        overflow: hidden;        
        white-space: nowrap;
        margin-left: 10px;
    }

/* ------------------------------------------------------- */

/* publisher/advertiser dashboard task list */
.task-list {
    height: 385px !important;
}

@media (max-width:768px) {
    .task-list {
        height: auto !important;
    }
}
/* ------------------------------------------------------- */

/* publisher dashboard credit history */
.credit-history {
    height: 385px !important;
}

    .credit-history .credit-history-list {
        max-height: 260px !important;
    }

        .credit-history .credit-history-list table {
            display: table;
        }

            .credit-history .credit-history-list table td.credit-history-list-date {
                width: 90px;
                text-align: right;
                padding-left: 0px;
            }

            .credit-history .credit-history-list table td.credit-history-list-deal {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .credit-history .credit-history-list table td.credit-history-list-amount {
                width: 90px;
                text-align: right;
                padding-left: 0px;
            }

/* ------------------------------------------------------- */

/* advertiser dashboard new offers */
.new-offers {
    height: 385px !important;
}

/* ------------------------------------------------------- */

/* advertiser dashboard recommended websites */
.recommended-websites {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px !important;
}

    .recommended-websites .recommended-websites-website-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 350px !important;
        align-items: center;
    }

    .recommended-websites .recommended-websites-website-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 350px !important;
    }

        .recommended-websites .recommended-websites-website-info div {
            display: flex;
            flex-direction: column;
        }

        .recommended-websites .recommended-websites-website-info span.price {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: baseline;
        }

    .recommended-websites .recommended-websites-website-info-ranks {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        width: 350px !important;
    }

        .recommended-websites .recommended-websites-website-info-ranks div {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: baseline;
            font-size: smaller;
        }

/* ------------------------------------------------------- */

/* publisher dashboard websites overview */
.websites-overview {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px !important;
}

    .websites-overview .websites-overview-website-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 220px !important;
    }

        .websites-overview .websites-overview-website-info div {
            display: flex;
            flex-direction: column;
        }

/* ------------------------------------------------------- */

/* publisher dashboard income overview */
.income-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .income-overview div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

/* ------------------------------------------------------- */

.credit-payout {
    display: flex;
    flex-direction: column;
}

    .credit-payout .credit-payout-invoice-address {
        margin-top: 16px !important;
        padding-left: 0 !important;
    }

/* credit publisher */
@media (min-width:1680px) {
    .credit-payout {
        flex-direction: row;
        align-items: flex-end;
    }

        .credit-payout .credit-payout-invoice-address {
            margin-top: 0 !important;
            padding-left: 32px !important;
        }
}

/* ------------------------------------------------------- */

/* website demands, demand websites */
.rejectOfferAll-wrapper {
    display: flex;
    justify-content: flex-end;
}

.offerAll {
    width: 150px !important;
}

.rejectAll {
    width: 150px !important;
    margin-left: 16px !important;
}

@media (max-width:768px) {
    .rejectOfferAll-wrapper {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .offerAll {
        width: 100% !important;
    }

    .rejectAll {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 16px !important;
    }
}

/* ------------------------------------------------------- */

/* dashboard publisher - ORDER / ACTION */
.nm-order-action {
    display: flex;
    margin-top: 0.25em;
    padding-top: 0.5em;
}

    .nm-order-action a {
        width: 120px;
    }

        .nm-order-action a.order {
            margin-right: 0.75em !important;
            width: auto;
        }

@media (max-width:602px) {
    .nm-order-action {
        flex-direction: column;
    }

        .nm-order-action a.order {
            margin-right: 0 !important;
            margin-bottom: 0.75em !important;
            width: auto;
        }
}

/* ------------------------------------------------------- */

/* HP */
.nm-main-content-top {
    padding-top: 43px;
}

.nm-main-content-bottom {
    padding-bottom: 43px;
}

.nm-text-black {
    color: #222831 !important;
}

.nm-text-purple {
    color: #9013FE !important;
}

.nm-text-green {
    color: #65FFAC !important;
}

.nm-black {    
    background-color: #222831 !important;
}

.nm-light-purple {
    background-color: #9013FE !important;
}

.nm-green {
    background-color: #65FFAC !important;
}

.nm-third-special, .nm-twothird-special, .nm-half-special {
    float: left;
    width: 100%
}

@media (min-width:993px) {
    .nm-main-content-top {
        padding-top: 55px;
    }

    .nm-main-content-bottom {
        padding-bottom: 55px;
    }

    .nm-third-special {
        width: 33.33333%
    }

    .nm-twothird-special {
        width: 66.66666%;
        text-align: right !important;
    }
}

@media (min-width:993px) {
    .nm-half-special {
        width: 49.99999%
    }
}

.w3-row-padding > .nm-third-special, .w3-row-padding > .nm-twothird-special, .w3-row-padding > .w3-half {
    padding: 0 8px
}

/* block1 */
.nm-block1-quote-wrapper {
    font-family: 'Bungee', sans-serif;
    font-size: 80px;
    letter-spacing: 10px;
}

.nm-block1-quote-text div {
    line-height: 1;
}

.nm-block1-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nm-block1-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nm-block1-content-text {
    font-size: 30px;
}

.nm-block1-content-button {
    font-size: 18px;
    margin-top: 40px;
}

@media (min-width:993px) {
    .nm-block1-wrapper {
        display: flex;
        align-items: flex-start;
    }

    .nm-block1-content-text {
        font-size: 48px;
    }
}

/* block2 */
.nm-block2-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}

.nm-block2-content-question {
    font-size: 30px;
}

.nm-block2-content-text {
    font-size: 30px;
}

.nm-block2-content-steps {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.nm-block2-content-step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin: 9px;
    width: 140px;
}

.nm-block2-content-step {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

@media (min-width:993px) {
    .nm-block2-content-question {
        font-size: 48px;
    }

    .nm-block2-content-text {
        font-size: 48px;
    }

    .nm-block2-content-steps {
        justify-content: space-between;
    }
}

@media (min-width:601px) {
    .nm-block2-content-steps {
        flex-wrap: nowrap;
    }

    .nm-block2-content-step-wrapper {
        margin: 0;
    }
}

/* block3 */
.nm-block3-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nm-block3-content-heading {
    font-size: 30px;
    padding-bottom: 43px;
    text-align: center;
}

.nm-block3-advantages-heading {
    font-size: 18px;
}

.nm-block3-advantages {
    display: flex;
    flex-direction: column;
}

.nm-block3-advantage {
    display: flex;
    align-items: center;
}

.nm-block3-advantage-bullet {
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    margin: 20px !important;
}

.nm-block3-advantage-register {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 !important;
}

@media (min-width:993px) {
    .nm-block3-content-heading {
        font-size: 48px;
    }

    .nm-block3-advantages-heading {
        font-size: 24px;
    }
}

/* block4 */
.nm-block4-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nm-block4-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nm-block4-content-quote {
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.nm-block4-content-quote-dalajlama {
    font-size: 20px;
    margin-top: 30px !important;
}

.nm-block4-content-button {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0 0 !important;
}

.nm-block4-content-quote-symbol1 {
    position: relative;
    top: -10px;
    left: -10px;
    font-size: 26px;
}

.nm-block4-content-quote-symbol2 {
    position: relative;
    top: -10px;
    font-size: 26px;
    text-align: right;
}

@media (min-width:993px) {
    .index-block4 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .nm-block4-content {
        flex-direction: row;
    }

    .nm-block3-content-heading {
        font-size: 48px;
    }

    .nm-block3-advantages-heading {
        font-size: 24px;
    }

    .nm-block4-content-quote {
        font-size: 36px;
    }

    .nm-block4-content-quote-text {
        padding-left: 80px !important;
    }

    .nm-block4-content-quote-dalajlama {
        font-size: 36px;
    }

    .nm-block4-content-quote-symbol1 {
        top: 20px;
        left: -40px;
        font-size: 100px;
    }

    .nm-block4-content-quote-symbol2 {
        top: -20px;
        left: 50px;
        font-size: 100px;        
    }
}

/* block5 */
.nm-block5-quote-wrapper {
    font-family: 'Bungee', sans-serif;
    font-size: 80px;
    letter-spacing: 10px;
}

.nm-block5-quote-text div {
    line-height: 1;
}

.nm-block5-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nm-block5-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nm-block5-content-image {
    height: 227px;
    width: 296px;
    background: url('../Images/lamahero-block5.png') 0 0 no-repeat;
    background-size: 296px auto;
}

.nm-block5-content-button {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0 0 !important;
    margin-top: 44px;
}

@media (min-width:993px) {
    .nm-block5-wrapper {
        display: flex;
        align-items: center;
    }
}

/* block-error */
.nm-block-error-quote-wrapper {
    font-family: 'Bungee', sans-serif;
    font-size: 80px;
    letter-spacing: 10px;
}

.nm-block-error-quote-text div {
    line-height: 1;
}

.nm-block-error-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nm-block-error-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nm-block-error-content-image {
    height: 171px;
    width: 188px;
    background: url('../Images/lamahero-block-error.png') 0 0 no-repeat;
    background-size: 188px auto;
}

.nm-block-error-content-button {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0 0 !important;
    margin-top: 44px;
}

@media (min-width:993px) {
    .nm-block-error-wrapper {
        display: flex;
        align-items: center;
    }
}

/* block-info */
.nm-block-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* ------------------------------------------------------- */

/* Terms, Privacy, Account, Contact, HowToStart */
.nm-block-terms-content-wrapper,
.nm-block-privacy-content-wrapper,
.nm-block-account-content-wrapper,
.nm-block-contact-content-wrapper,
.nm-block-how-to-start-content-wrapper {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.nm-block-terms-content-heading,
.nm-block-privacy-content-heading,
.nm-block-account-content-heading,
.nm-block-contact-content-heading,
.nm-block-how-to-start-content-heading {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
}

.nm-block-terms-content-text,
.nm-block-privacy-content-text,
.nm-block-account-content-text,
.nm-block-contact-content-text,
.nm-block-how-to-start-content-text {
    font-weight: 600;
    font-size: 20px;
}

@media (min-width:993px) {
    .nm-block-terms-content-text,
    .nm-block-privacy-content-text,
    .nm-block-account-content-text,
    .nm-block-contact-content-text,
    .nm-block-how-to-start-content-text {
        font-weight: 600;
        font-size: 32px;
    }
}
.mce-content-body {
  margin-right: 20px;
}

p.split {
  height: 1px;
  background: #ddd;
  position: relative;
}

p.split:after {
  content: "text splitter";
  position: absolute;
  top: -8px;
  left: 42%;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  color: #777;
}

p.split~* {
  display:block;
}

.tox .tox-edit-area {
    margin-left: 20px;
}

.tox .tox-editor-header {
    z-index: 0;
}
/** {
    box-sizing: border-box;
}*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: black;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timeline .container {
    padding: 10px 23px 10px 20px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline .container.left {
    padding: 10px 23px 10px 0px;
}

.timeline .container.right {
    padding: 10px 0px 10px 20px;
}

    /* The circles on the timeline */
    .timeline .container::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        right: -6px;
        background-color: white;
        border: 3px solid #FF9F55;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
/*.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}*/

/* Add arrows to the right container (pointing left) */
/*.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}*/

/* Fix the circle for containers on the right side */
.right::after {
    left: -9px;
}

/* The actual content */
.timeline .content {
    background-color: white;
    position: relative;
    border-radius: 6px;
    border: 1px solid black;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1679px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 10px;
    }

    /* Full-width containers */
    .timeline .container.left,
    .timeline .container.right {
        width: 100%;
        padding-left: 30px;
        padding-right: 0px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline .container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 1px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.timeline .container.left::after {
    border-color: green;
}

.timeline .container.right::after {
    border-color: red;
}
.timeline-horizontal {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid lightgrey;
    position: relative;
    transition: all 200ms ease-in;
}

    .status h5 {
        color: lightgrey;
        margin-bottom: 0 !important;
    }

    .status:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 20px;
        border: 1px solid lightgrey;
        position: absolute;
        top: -11px;
        left: 42%;
        transition: all 200ms ease-in;
    }

.li.complete .status {
    border-top: 1px solid black;
}

    .li.complete .status:before {
        background-color: white;
        border: 1px solid black;
        transition: all 200ms ease-in;
    }

    .li.complete .status h5 {
        color: black;
    }

.li.actual .status {
    border-top: 1px solid black;
}
    .li.actual .status:before {
        background-color: black;
        border: none;
        transition: all 200ms ease-in;
    }

    .li.actual .status h5 {
        color: black;
    }

@media screen and (max-width: 1679px) {
    .li.complete,
    .li.future {
        display: none;
    }
}
/* The actual timeline (the vertical ruler) */
.timeline-vertical {
    position: relative;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline-vertical::after {
        content: '';
        position: absolute;
        width: 3px;
        background-color: black;
        top: 0;
        bottom: 0;
        left: 10px;
        margin-left: -3px;
    }

    /* Container around content */
    .timeline-vertical .container {
        padding: 10px 23px 10px 20px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

        /* Full-width containers */
        .timeline-vertical .container.right {
            width: 100%;
            padding-left: 30px;
            padding-right: 0px;
            left: 0%;
        }

        .timeline-vertical .container.right {
            padding: 10px 0px 10px 20px;
        }

        /* The circles on the timeline */
        .timeline-vertical .container::after {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            left: 1px;
            right: -6px;
            background-color: white;
            border: 3px solid #FF9F55;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

    /* The actual content */
    .timeline-vertical .content {
        background-color: white;
        position: relative;
        border-bottom: 1px solid lightgrey;
    }

/* Chat containers */
.chatcontainer {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.chatcontainer::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.chatcontainer img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

    /* Style the right image */
    .chatcontainer img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}
/*!
 * Mvc.Grid 7.1.3
 * https://github.com/NonFactors/MVC5.Grid
 *
 * Copyright © NonFactors
 *
 * Licensed under the terms of the MIT License
 * http://www.opensource.org/licenses/mit-license.php
 */

@font-face {
    src: url('../Content/MvcGrid/Fonts/GridGlyphs.woff') format('woff');
    font-family: 'GridGlyphs';
}

.mvc-grid {
    line-height: 1.25em;
    position: relative;
    overflow-x: auto;
    font-size: 1rem;
}

.mvc-grid tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.mvc-grid tr.mvc-grid-headers:hover {
    background: none !important;
}

.mvc-grid .cursor-none:hover {
    cursor: default !important;
}

.mvc-grid .not-approved,
.mvc-grid .not-approved:hover {
    background-color: bisque;
}

.mvc-grid .blocked,
.mvc-grid .blocked:hover {
    background-color: pink;
}

.mvc-grid table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

/*.mvc-grid-excel-mode table {
    table-layout: fixed;
}*/

.mvc-grid-excel-mode th,
.mvc-grid-excel-mode td {
    /*max-width: 100px;*/
    overflow: hidden;
}

.mvc-grid th {
    background-clip: padding-box;
    background-color: #f7f7f7;
    position: relative;    
}

.mvc-grid-excel-mode th {
    text-align: left !important;
}

.mvc-grid th,
.mvc-grid td {
    border: 1px solid #dee2e6;
    padding: 0.75em;
}

.mvc-grid th.mvc-grid-column-empty,
.mvc-grid td.mvc-grid-column-empty {
    border: none !important;
    background: none !important;
}

.mvc-grid th:has(> button.applied) {
    border-color: lightpink;
}

.mvc-grid .sortable {
    padding-right: 3.5em;
}

.mvc-grid .sortable,
.mvc-grid .mvc-grid-sort,
.mvc-grid .mvc-grid-filter {
    cursor: pointer;
}

.mvc-grid-hidden,
.mvc-grid-options {
    display: none;
}

.mvc-grid-title {
    display: inline-block;
}

.mvc-grid-sort,
.mvc-grid-filter {
    background-color: rgba(0, 0, 0, 0.03);
    transition: background-color 0.5s;
    font-family: 'GridGlyphs';
    position: absolute;
    font-weight: bold;
    width: 2.75em;
    border: none;
    height: 100%;
    right: 0;
    top: 0;
}

    .mvc-grid-filter:focus,
    .mvc-grid-filter:hover {
        background-color: rgba(0, 0, 0, 0.06);
        color: inherit;
    }

    .mvc-grid-filter::before {
        content: '\0041';
    }

    .mvc-grid-filter.applied {
        background-color: lightpink;
    }

        .mvc-grid-filter.applied::before {
            content: '\0042';
        }

.mvc-grid-sort {
    background: transparent;
    font-weight: normal;
    transition: none;
}

.mvc-grid-sort::after {
    font-size: 0.9em;
    content: '\0044';
    opacity: 0.15;
}

.mvc-grid-sort::before {
    margin-right: -7px;
    font-size: 0.9em;
    content: '\0043';
    opacity: 0.15;
}

.mvc-grid .desc .mvc-grid-sort::after,
.mvc-grid .asc .mvc-grid-sort::before {
    opacity: 0.5;
}

.mvc-grid-row-filters .filterable {
    padding: 0.25em;
}

.mvc-grid-row-filters th div {
    display: flex;
}

.mvc-grid-row-filters .mvc-grid-value {
    border: 0.5px solid #aaaaaa;
    background-color: #ffffff;
    text-overflow: ellipsis;
    margin-right: 0.25em;
    line-height: normal;
    font-weight: bold;
    padding: 0 0.5em;
    flex: 1;
}

.mvc-grid-row-filters select.mvc-grid-value {
    padding: 0 0.2em;
}

.mvc-grid-row-filters .mvc-grid-value.invalid {
    outline-color: #dc3545;
}

.mvc-grid-row-filters .mvc-grid-value::placeholder {
    color: #bbbbbb;
}

.mvc-grid-row-filters .mvc-grid-value:-ms-input-placeholder {
    color: #bbbbbb;
}

.mvc-grid-row-filters .mvc-grid-filter {
    border: 0.5px solid #aaaaaa;
    flex: 0 0 2.125em;
    position: static;
    height: 2.125em;
}

.mvc-grid-excel-mode .filterable {
    padding-right: 3.5em;
}

.mvc-grid-excel-mode .sortable.filterable {
    padding-right: 5.25em;
}

.mvc-grid-excel-mode .filterable .mvc-grid-sort,
.mvc-grid-header-mode .filterable .mvc-grid-sort {
    right: 2.75em;
}

.mvc-grid-header-mode .filterable {
    padding: 0 2.75em 0 0;
}

.mvc-grid-header-mode .mvc-grid-value {
    background-color: #f7f7f7;
    padding: 0.625em 0.75em;
    border: none;
    margin: 0;
}

.mvc-grid-header-mode .mvc-grid-filter {
    position: absolute;
    border: none;
    height: 100%;
}

.mvc-grid-header-mode .sortable .mvc-grid-value {
    padding-right: 3.5em;
}

.mvc-grid-popup {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    min-width: 12em;
    font-size: 1rem;
    z-index: 1100;
}

.mvc-grid-popup.mvc-grid-guid-filter {
    min-width: 20em;
}

.mvc-grid-popup .popup-arrow {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    height: 9px;
    top: -8px;
}

.mvc-grid-popup .popup-arrow::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #cccccc;
    position: absolute;
    content: " ";
    z-index: -1;
    left: -8px;
    top: -1px;
}

.mvc-grid-popup .popup-content {
    padding: 0.5em;
}

.mvc-grid-popup .popup-group {
    padding: 0.2em;
}

.mvc-grid-popup .popup-operator {
    text-align: center;
}

.mvc-grid-popup .popup-actions {
    padding: 0.4em 0 0.2em;
    text-align: center;
}

.mvc-grid-popup .mvc-grid-value,
.mvc-grid-popup .mvc-grid-method,
.mvc-grid-popup .mvc-grid-operator {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 0.9em;
    padding: 0 0.2em;
    height: 2.5em;
    width: 100%;
}

.mvc-grid-popup .mvc-grid-value[multiple] {
    overflow-y: auto;
    height: 8em;
}

.mvc-grid-popup .mvc-grid-operator {
    width: auto;
}

.mvc-grid-popup input.mvc-grid-value {
    text-overflow: ellipsis;
    padding: 0 0.5em;
}

.mvc-grid-popup .mvc-grid-value.invalid {
    outline-color: #dc3545;
}

.mvc-grid-popup .mvc-grid-apply,
.mvc-grid-popup .mvc-grid-cancel {
    border: 1px solid #ffffff;
    padding: 0.25em;
    cursor: pointer;
    min-width: 4em;
    color: #ffffff;
    outline: 0;
}

.mvc-grid-popup .mvc-grid-apply {
    background-color: #28a745;
    border-color: #28a745;
    margin-right: 0.3em;
    font-weight: bold;
}

.mvc-grid-popup .mvc-grid-apply:focus {
    box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
}

.mvc-grid-popup .mvc-grid-cancel {
    background-color: #dc3545;
    border-color: #dc3545;
    margin-left: 0.3em;
}

.mvc-grid-popup .mvc-grid-cancel:focus {
    box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
}

.mvc-grid-pager,
.mvc-grid-empty-row {
    text-align: center;
}

.mvc-grid-pager button {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: content-box;
    line-height: 2.5em;
    padding: 0 0.25em;
    cursor: pointer;
    margin: 0.5em 0;
    min-width: 2em;
    color: #337ab7;
}

.mvc-grid-pager button:focus,
.mvc-grid-pager button:hover {
    background-color: #f7f7f7;
    color: #014c8c;
}

.mvc-grid-pager .active,
.mvc-grid-pager .active:focus,
.mvc-grid-pager .active:hover {
    background-color: #0275d8;
    border-color: #0275d8;
    color: #ffffff;
}

.mvc-grid-pager .disabled,
.mvc-grid-pager .disabled:focus,
.mvc-grid-pager .disabled:hover {
    background-color: #efefef;
    cursor: not-allowed;
    color: #777777;
    outline: 0;
}

.mvc-grid-page-sizes {
    display: inline-block;
    margin-left: 0.5em;
}

.mvc-grid-page-sizes select {
    border: 1px solid #dddddd;
    padding: 0.5em 0;
    font: inherit;
}

.mvc-grid-page-sizes input {
    border: 1px solid #dddddd;
    box-sizing: content-box;
    text-align: center;
    padding: 0 0.25em;
    height: 2.5em;
    width: 2.5em;
}

.mvc-grid-loader {
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    transition: opacity 1s;
    align-items: center;
    position: absolute;
    display: flex;
    z-index: 100;
    height: 100%;
    cursor: wait;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.mvc-grid-loading {
    opacity: 1;
}

.mvc-grid-loading > div > div {
    animation: loader-points 1.4s infinite ease-in-out both;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 100%;
    margin: 0 0.75em;
    height: 1.5em;
    width: 1.5em;
}

.mvc-grid-loading > div > div:nth-child(1) {
    animation-delay: -0.32s;
}

.mvc-grid-loading > div > div:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes loader-points {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

.mvc-grid-headers .w3-button {
    border: none;
    background-color: transparent !important;    
}

.mvc-grid-column-mini {
    width: 4%;    
}

    .mvc-grid-column-mini:has(i) {
        padding: 0 !important;
    }

    .mvc-grid-column-mini i {
        padding: 0.75em 1em !important;
    }

.mvc-grid-column-small {
    width: 6%;
}

.mvc-grid-column-small-medium {
    width: 8%;
}

.mvc-grid-column-medium {
    width: 10%;
}

.mvc-grid-column-small-large {
    width: 15%;
}

.mvc-grid-column-large {
    width: 20%;
}

.mvc-grid-column-max {
    width: 49%;
}

td.mvc-grid-column-va-top {
    vertical-align: top;
}

td.mvc-grid-column-bold {
    font-weight: bold;
}

/* ------------------------------------------------------- */

/* website name */
.mvc-grid.mvc-grid-excel-mode .website-name-column {
    display: flex;
    justify-content: space-between;
}

    .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name .website-name-left {
            margin-right: 0.5em !important;
        }

            .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name .website-name-left a {
                margin-right: 0.5em !important;
            }

                .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name .website-name-left a:has(> .fa) {
                    position: relative;
                    top: 1px;
                }

        .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name .website-name-right {
            color: darkgray;
        }

    .mvc-grid.mvc-grid-excel-mode .website-name-column .website-socials {
        display: flex;
    }

        .mvc-grid.mvc-grid-excel-mode .website-name-column .website-socials a {
            margin-left: 0.5em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .website-name-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .website-name-column .website-name .website-name-right {
            margin-left: 0 !important;
        }
}

/* ------------------------------------------------------- */

/* websites name */
.mvc-grid.mvc-grid-excel-mode .websites-name-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .mvc-grid.mvc-grid-excel-mode .websites-name-column .websites-name {
        margin-right: 0.75em !important;
    }

    .mvc-grid.mvc-grid-excel-mode .websites-name-column .websites-demand-count {
        display: flex;
    }

        .mvc-grid.mvc-grid-excel-mode .websites-name-column .websites-demand-count a {
            margin-right: 0.5em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .websites-name-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .websites-name-column .websites-name {
            margin-right: 0 !important;
        }
}

/* ------------------------------------------------------- */

/* demand article name */
.mvc-grid.mvc-grid-excel-mode .demand-article-name-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .mvc-grid.mvc-grid-excel-mode .demand-article-name-column .demand-article-name {
        margin-right: 0.75em !important;
    }

    .mvc-grid.mvc-grid-excel-mode .demand-article-name-column .demand-article-new-deals {
        display: flex;
    }

        .mvc-grid.mvc-grid-excel-mode .demand-article-name-column .demand-article-new-deals a {
            margin-right: 0.5em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .demand-article-name-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .demand-article-name-column .demand-article-name {
            margin-right: 0 !important;
        }
}

/* ------------------------------------------------------- */

/* deal name */
.mvc-grid.mvc-grid-excel-mode .deal-name-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .mvc-grid.mvc-grid-excel-mode .deal-name-column .deal-name {
        margin-right: 0.75em !important;
    }

    .mvc-grid.mvc-grid-excel-mode .deal-name-column .deal-unread-comments {
        display: flex;
    }

        .mvc-grid.mvc-grid-excel-mode .deal-name-column .deal-unread-comments a {
            margin-right: 0.5em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .deal-name-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .deal-name-column .deal-name {
            margin-right: 0 !important;
        }
}

/* ------------------------------------------------------- */

/* deal info */
.mvc-grid.mvc-grid-excel-mode .deal-info-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .mvc-grid.mvc-grid-excel-mode .deal-info-column .deal-info {
        margin-right: 0.75em !important;
    }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .deal-info-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .deal-info-column .deal-info {
            margin-right: 0 !important;
        }
}

/* ------------------------------------------------------- */

/* demand websites - ACCEPT / REJECT */
.mvc-grid.mvc-grid-excel-mode .accept-reject {
    display: flex;
    margin-top: 0.25em;
    padding-top: 0.5em;
}

    .mvc-grid.mvc-grid-excel-mode .accept-reject a {
        width: 120px;
    }

        .mvc-grid.mvc-grid-excel-mode .accept-reject a.accept {
            margin-right: 0.75em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .accept-reject {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .accept-reject a.accept {
            margin-right: 0 !important;
            margin-bottom: 0.75em !important;
        }
}

/* ------------------------------------------------------- */

/* website demands - OFFER / REJECT */
.mvc-grid.mvc-grid-excel-mode .offer-reject {
    display: flex;
    margin-top: 0.25em;
    padding-top: 0.5em;
}

    .mvc-grid.mvc-grid-excel-mode .offer-reject a {
        width: 120px;
    }

        .mvc-grid.mvc-grid-excel-mode .offer-reject a.offer {
            margin-right: 0.75em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .offer-reject {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .offer-reject a.offer {
            margin-right: 0 !important;
            margin-bottom: 0.75em !important;
        }
}

/* ------------------------------------------------------- */

/* demand article price */
.mvc-grid.mvc-grid-excel-mode .demand-article-price-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ------------------------------------------------------- */

/* website list */
.mvc-grid.mvc-grid-excel-mode .website-list-column {
    display: flex;
    justify-content: space-between;
}

    .mvc-grid.mvc-grid-excel-mode .website-list-column .website-list {
        margin-right: 0.75em !important;
    }

    .mvc-grid.mvc-grid-excel-mode .website-list-column .website-list-count {
        display: flex;
    }

        .mvc-grid.mvc-grid-excel-mode .website-list-column .website-list-count a {
            margin-right: 0.5em !important;
        }

@media (max-width:602px) {
    .mvc-grid.mvc-grid-excel-mode .website-list-column {
        flex-direction: column;
    }

        .mvc-grid.mvc-grid-excel-mode .website-list-column .website-list {
            margin-right: 0 !important;
        }
}
/*html, body, h1, h2, h3, h4 {
    font-family: "Lato", sans-serif
}*/

html, body, h1, h2, h3, h4, h5 {
    font-family: "Roboto", sans-serif
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

header {
    padding-top: 22px;
    padding-right: 16px;
    padding-bottom: 0.01em;
    padding-left: 16px;
}

.container {
    min-height: 100%;
    position: relative;
}

.w3-main-content-top {
    padding-top: 43px;
}

.w3-main-content-bottom {
    padding-bottom: 43px;
}

.w3-main-content {
    padding-bottom: 300px;    
}

.mySlides {
    display: none
}

.w3-tag, .fa {
    cursor: pointer
}

.w3-tag {
    height: 15px;
    width: 15px;
    padding: 0;
    margin-top: 6px
}

.w3-footer {
    clear: both;
    width: 100%;
    height: 300px;
    border-top: 1px solid #222831;
    position: absolute;
    bottom: 0;
}

@media (min-width:601px) {
    .w3-main-content {
        padding-bottom: 250px;
    }

    .w3-footer {
        height: 250px;
    }
}
