/**
 * FONTS
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
    font-display: swap;
}

/* End Fonts */


/**
   * GLOBAL RESET
   */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* End Global Reset
  

/**
* Base elements
*/

/*
html {
    background: #e0e0e0
}*/

body {
    background: #e0e0e0;
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 72px 24px 24px;
}

body.doc {
    padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    margin-bottom: 24px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
}

p,
ul,
ol,
table,
form {
    margin-bottom: 24px;
}

/*
form:last-child,
.form-actions:last-child {
    margin-bottom: 0;
}*/

a {
    color: #000;
}

a:hover {
    color: #444;
}

li {
    margin-left: 16px;
    margin-bottom: 24px;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 600;
}

p {
    line-height: 1.4;
}

h2+p,
h3+p {
    margin-top: -8px;
}

h2+p>.btn {
    margin-top: 6px;
}

h2+.tiles {
    padding-top: 6px;
}

hr {
    border: 0;
    border-bottom: 1px solid white;
    height: 0;
    line-height: 0;
    margin: 0 0 24px;
    padding: 6px 0 0 0;
}

hr.dark {
    border-color: #ccc;
}

i+i {
    margin-left: 6px;
}

button {
    cursor: pointer;
}

p,
table td p,
table th p {
    font-size: 16px;
    ;
}

/* End Base Elements */


/**
   * BUTTONS
   */

a.btn,
input[type=submit],
button[type=submit],
.dropdown .trigger {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    padding: 15px 24px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

/*
a.btn {
    margin-bottom: 6px;
}*/

a.btn.icon-only {
    padding: 15px 21px;
}

.btn+.btn {
    margin-left: 16px;
}

.btn.disabled {
    opacity: .5;
    pointer-events: none;
}

button.delete {
    background: rgb(176 66 66);
}

button.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

a.btn:hover,
input[type=submit]:hover,
button[type=submit]:hover {
    background: #444;
}

a.btn.light,
.dropdown .trigger.light {
    background: #fff;
    border: 1px solid #ccc !important;
    color: #000;
}

a.btn.light:hover,
.dropdown .trigger.light:hover {
    background: #f9f9f9;
}

a.btn i {
    font-size: 20px;
    float: left;
    margin: 0 10px -6px -8px;
    line-height: 40px;
}

a.btn i.right {
    float: right;
    margin: -4px -4px -6px 6px;
}

a.btn.small {
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 0;
    padding: 6px 12px;
}

@media (max-width: 700px) {
    .btn.m-hide-label span {
        display: none;
    }

    .btn.m-hide-label i {
        margin: -0 -10px 0 -8px;
    }
}

.btn.icon-only i {
    margin-right: -8px;
}

a.cancel {
    margin-left: 16px;
}

.btn-float {
    background: #fff;
    border: 0;
    border-radius: 50%;
    bottom: 32px;
    box-shadow: 0 0 20px -10px #00000077;
    color: #000;
    display: inline-block;
    font-size: 48px;
    height: 64px;
    line-height: 64px;
    position: fixed;
    right: 32px;
    text-align: center;
    text-decoration: none;
    width: 64px;
}

.btn-float:hover {
    background: #fafafa;
}

li.icon-link {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin-bottom: 18px;
    margin-left: 0;
    padding-bottom: 18px;
}

li.icon-link:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

li.icon-link a {
    text-decoration: none;
}

li.icon-link a i+span {
    text-decoration: underline;
}

li.icon-link i {
    font-size: 20px;
    margin-right: 6px;
    width: 24px;
}

/* End Buttons */


/**
   * GLOBAL CLASSES
   */

.hide-d {
    display: none !important;
}

@media (max-width: 480px) {
    .btn-list .btn+.btn {
        margin-left: 10px;
    }

    .hide-m,
    .cancel {
        display: none;
    }

    .hide-d {
        display: block !important;
    }
}

@media (max-width: 360px) {
    .hide-xm {
        display: none;
    }
}

.break {
    word-break: break-all;
}

p.light {
    color: #777;
    font-size: 15.5px !important;
}

span.light,
td.light,
th.light,
tr.light td,
tr.light th {
    color: #777;
    font-size: 15.5px;
}

p.light a,
span.light a {
    color: #777;
}

.hidden {
    display: none !important;
}

.border-radius {
    border-radius: 10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.sb {
    justify-content: space-between;
}

.flex.sb.two-col>div {
    width: calc(65% - 24px);
}

.flex.sb.two-col>div+div {
    width: 35%;
}

.flex.sb.two-col>div:first-child {
    margin-right: 24px;
}

.flex.sb.two-col>div:first-child .window,
.flex.sb.two-col>div:first-child+div .window {
    height: calc(100% - 12px);
}

@media (max-width: 779px) {
    .flex.sb.two-col>div:first-child {
        margin-right: 0;
    }

    .flex.sb.two-col>div {
        width: 100%;
    }

    .flex.sb.two-col+.window.full {
        margin-top: 24px;
    }

    .flex.sb.two-col>div:first-child+div .window {
        height: auto;
    }
}

.flex.fg>* {
    flex-grow: 1;
}

.flex-cols {
    justify-content: space-between;
}

.flex-cols p {
    margin-bottom: 12px;
}

@media (min-width: 481px) {
    .flex-cols .form-group {
        width: calc(50% - 12px);
    }
}

@media (max-width: 480px) {

    .flex-cols,
    .flex-cols * {
        width: 100%;
    }

    .flex.sb.two-col+.window.full {
        margin-top: 12px;
    }
}

.field-info {
    font-size: 14px;
}

.plus-icon {
    background: #fff;
    border: 1px solid #000055;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    width: 23px;
    text-align: center;
}

.rel {
    position: relative;
}

.reduce-mb {
    margin-bottom: 3px;
}

.reduce-mt {
    margin-top: -20px;
}

.nowrap {
    white-space: nowrap;
}

.label {
    font-size: 14px;
    font-weight: 600;
    margin-right: 12px;
    text-transform: uppercase;
}

/**
   * HEADER
   */

header {
    background: #000;
    height: 50px;
    left: 0;
    padding: 14px 24px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

header .wrap>* {
    line-height: 17.75px;
}

header .wrap {
    display: flex;
    justify-content: space-between;
}

header .logo a {
    display: block;
}

/*

header .logo a {
    color: #fcffff;
    text-decoration: none;
}

header .logo a span {
    font-size: 30px;
    float: left;
    line-height: 30px;
    margin-right: 8px;
    margin-top: -8.5px;
}
*/

header .logo img {
    /*filter: grayscale(1);
    width: 24px;
    */
    height: 18px;
    display: block;
    margin: 1px 0;
}

header .top-nav {
    display: flex;
    margin-bottom: 0;
    margin-top: 3px;
}

header .top-nav button {
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
}

header .top-nav.anonymous {
    margin-bottom: 4px;
}

header .top-nav>li {
    list-style: none;
    margin-bottom: 0;
    margin-left: 18px;
    margin-top: -1.5px;
}

header .top-nav.anonymous li {
    margin-left: 16px;
}

header .top-nav>li>a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15.5px;
    text-transform: uppercase;
}

header .top-nav .fa-coins {
    margin-right: 7px;
}

header .top-nav .fa-bars {
    font-size: 22px;
    margin-top: -2px;
}

header .top-nav i {
    font-size: 16px;
}

/* End Header */


/**
 * FOOTER
 */

footer {
    padding-top: 24px;
    position: relative;
    text-align: center;
}

.foot-nav {
    display: flex;
    justify-content: center;
}

footer p {
    margin-bottom: 6px;
}

footer p,
.foot-nav li {
    color: #444;
    font-size: 14px;
}

.foot-nav li {
    list-style: none;
    margin: 0 12px 9px 0;
    padding: 0;
}

.foot-nav a {
    color: #444;
    text-decoration: none;
}

#sidebar .foot-nav {
    justify-content: flex-start;
    padding-top: 24px;
    text-align: left;
}

@media (max-width: 480px) {
    footer {
        border-top: 1px solid #ccc;
        margin-top: 48px;
        padding-top: 16px;
        text-align: left;
    }

    .foot-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .foot-nav li:last-child {
        margin-right: 0;
    }
}

/**
* BREADCRUMB
*/

.breadcrumb,
.breadcrumb a {
    color: #444;
    font-size: 15.5px;
}

.breadcrumb img {
    transform: rotate(-90deg);
    filter: grayscale(1);
    width: 18px;
    margin-top: 0;
    margin-bottom: -1px;
    display: inline-block;
    margin-right: -1px;
}

.breadcrumb i {
    margin: 0 8px 0 1px;
}


/**
   * MAIN NAVIGATION
   */

#sidebar {

    opacity: 1;
    top: 0;
}

#sidebar .modal-content {
    border-radius: 0;
    height: 100%;
    left: 100%;
    margin: 0;
    max-height: none;
    max-width: 400px;
    padding-top: 64px;
    position: fixed;
    opacity: 1;
    transform: none;
    top: 0;
    transition: .25s;
    width: calc(100% - 70px);
    visibility: visible;
}

#sidebar.open .modal-content {
    transform: translateX(-100%);
}

/*
  #sidebar .content {
    background: #fff;
    box-shadow: 0 0 20px -10px #00000077;
    height: 100%;
    max-width: 400px;
    padding: 64px 24px 24px;
    position: fixed;
    left: 100%;
    top: 0;
    width: calc(100% - 70px);
    transition: .25s;
    z-index: 13;
  }
  
  #sidebar.open .content {
    transform: translateX(-100%);
  }
  */

#sidebar .main-nav {
    margin: 0 -24px;
}

#sidebar .main-nav li {
    border-bottom: 2px solid #f3f3f3;
    list-style: none;
    margin: 0;
}

#sidebar .main-nav li:last-child {
    border: 0;
}

#sidebar .main-nav a {
    display: block;
    padding: 16px 24px;
    text-decoration: none;
}

#sidebar .main-nav a:hover {
    color: #000;
    text-decoration: underline;
}

#sidebar .main-nav a i {
    margin-right: 12px;
    text-align: center;
    width: 18px;
}

#sidebar #language-selector {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    padding-bottom: 24px;
}

.top-nav #language-selector a {
    color: #fff;
}

#language-selector ul {
    display: flex;
    margin-bottom: 0;
}

#language-selector li {
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}

#language-selector li+li {
    margin-left: 4px;
}

#language-selector li a {
    border-radius: 50%;
    text-decoration: none;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

#language-selector li.active a {
    background: #fff;
    color: #000;
}

#sidebar #language-selector li.active a {
    background: #000;
    color: #fff;
}

#language-selector li:not(.active) a:hover {
    text-decoration: underline;
}

.top-nav.guest {
    margin-top: -2.5px;
}

.top-nav.guest li a,
.top-nav.guest #language-selector li a,
.top-nav.guest #language-selector li.active a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    height: 28px;
}

.top-nav.guest #language-selector li a,
.top-nav.guest #language-selector li.active a {
    width: 28px;
}

/**
   * MAIN
   */

main {
    position: relative;
}

.wrap {
    margin: 0 auto;
    max-width: 960px;
}

body.doc main.wrap {
    max-width: 840px;
}

main>.doc {
    background: white;
    box-shadow: 0 0 20px -10px #00000077;
    padding: 50px 42px;
    position: relative;
}

@media (max-width: 480px) {
    main>.doc {
        margin: 0 -24px -24px;
        padding: 32px 24px;
    }
}

/* End Main */


/**
   * FORM
   */

form label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
}

form fieldset {
    border: 0;
    padding: 0;
}

form .form-group,
form .form-actions {
    line-height: 1.4;
    margin-bottom: 24px;
}

form textarea {
    height: 96px;
}

form input[type=text],
form input[type=password],
form input[type=number],
form input[type=email],
form input[type=date],
form select,
form textarea {
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 10px 11px;
}

form input[readonly]:not([type="radio"]):not([type="checkbox"]) {
    color: #000;
    opacity: .675;
    background: white !important;
    border: 1px solid #777 !important;
}

form select {
    height: 40px;
    line-height: 16px;
    -webkit-appearance: none;
    appearance: none;
}

form textarea {
    line-height: 18px;
}

form span.light,
form span.field-info {
    display: block;
    margin-top: 6px;
}

input[type=checkbox],
input[type=radio] {
    border: 1.5px solid #000;
    border-radius: 2px;
    cursor: pointer;
    display: inline-grid;
    height: 22px;
    margin: -1px 8px 0 0;
    place-content: center;
    width: 22px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio] {
    border-radius: 50%;
}

input[type=checkbox]::before {
    background-color: #000;
    box-shadow: inset 1em 1em #000;
    content: "";
    width: 11px;
    height: 11px;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=radio]::before {
    background-color: #000;
    border-radius: 50%;
    box-shadow: inset 1em 1em #000;
    content: "";
    width: 11px;
    height: 11px;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    display: block;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
    transform: scale(1);
}

input[type=checkbox]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

form input[type=checkbox]+label,
form input[type=radio]+label {
    display: inline;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.form-group input+p {
    padding-top: 12px;
}

/* End Form */


/**
   * POPUP + SLIDER
   */

.overlay {
    background: #eee;
    display: none;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.open .overlay {
    display: block;
}

.popup,
.slider {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 10;
}

.popup.open,
.slider.open {
    visibility: visible;
}

.popup .content {
    border-radius: 10px;
    left: 50%;
    padding: 24px 24px 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.popup .content,
.slider .content {
    background: #fff;
    box-shadow: 0 0 20px -10px #00000077;
    max-width: 400px;
    position: fixed;
    z-index: 11;
}

@media (max-width: 480px) {
    .popup.full-screen .content {
        border-radius: 0;
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }
}

.close-btn {
    background: none;
    border: 0;
    color: #777;
    cursor: pointer;
    font-size: 42px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.close-btn:hover,
.close-btn:focus {
    background: none;
    color: black;
}

.window .close-btn,
.modal .close-btn,
.tabs .close-btn {
    right: 22px;
    top: 21px;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffdd;
    z-index: 3;
    display: none;
}

.loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
}

.blur>* {
    filter: blur(2px);
    /*
    opacity: .5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);*/
}



/** Popup + Slider + Window form **/

.popup form input[type=text],
.popup form input[type=password],
.popup form input[type=number],
.popup form input[type=email],
.popup form input[type=date],
.popup form select,
.popup form textarea,
.window form input[type=text],
.window form input[type=password],
.window form input[type=number],
.window form input[type=email],
.window form input[type=date],
.window form select,
.window form textarea,
.slider form input[type=text],
.slider form input[type=password],
.slider form input[type=number],
.slider form input[type=email],
.slider form input[type=date],
.slider form select,
.slider form textarea,
input:not([type="radio"]):not([type="checkbox"]),
.modal textarea {
    background: #f3f3f3;
    display: block;
    width: 100%;
}

.window:not(.large) form input[type=submit],
.window:not(.large) form button {
    width: 100%;
}

/*
.slider.slide-bottom-up .content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 24px 24px 12px;
    right: 20px;
    top: 100%;
    transition: .25s;
    width: calc(100% - 40px);
    z-index: 10;
}

.slider.slide-bottom-up.open .content {
    transform: translateY(-100%);
}

.slider.slide-top-down .content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 24px 24px 0;
    right: 20px;
    bottom: 100%;
    transition: .25s;
    width: calc(100% - 40px);
    z-index: 10;
}

.slider.slide-top-down.open .content {
    transform: translateY(100%);
}*/

/* End Popup */


/**
 * WINDOW 
 */

.window {
    background: #fff;
    overflow: visible;
    padding: 24px 24px .1px;
    position: relative;
}

@media (min-width: 481px) {
    .window {
        border-radius: 10px;
        box-shadow: 0 0 20px -10px #00000077;
        margin: 12px auto 0;
        max-width: 420px;
        overflow: initial;
        width: 100%;
    }

    .window.large {
        max-width: 960px;
    }

    .window.medium {
        max-width: 720px;
    }

    .window.full {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    main>.window:first-child {
        margin: -22px -24px -24px;
    }

    .window {
        margin: -24px -24px 24px;
    }

    .window:after {
        content: '';
        background: white;
        width: calc(100% + 24px);
        height: calc(100% + 24px);
        display: block;
        position: fixed;
        z-index: -1;
        margin: -24px;
        top: 0;
        left: 0;
    }
}

/* End Window */


/**
 * MESSAGES
 */

form .message {
    display: none;
}

.message {
    font-size: 15.5px;
    line-height: 1.4;
    margin-bottom: 24px;
    padding: 14px 40px 14px 20px;
    position: relative;
    z-index: 2;
}

.message button.close {
    background: none;
    font-size: 32px;
    border: 0;
    font-weight: 500;
    top: 6px;
    right: 13px;
    position: absolute;
}

.message .close {
    display: none;
}

.message.persistent .close {
    display: block;
}

.message.warning,
.message.error {
    background: rgb(255, 237, 237);
    box-shadow: 0 0 5px 0px #6c0e0e77;
    color: rgb(176 66 66);
}

.message.warning a,
.message.error a,
.message.warning .close,
.message.error .close {
    color: rgb(159, 33, 33);
}

.message.success {
    background: rgb(235 255 235);
    box-shadow: 0 0 5px 0px #0e6c1177;
    color: rgb(82 135 82);
}

.message.success a {
    color: rgb(46, 85, 46);
}

.message.success .close {
    color: rgb(100 151 100);
}

.message li {
    margin-bottom: 10px;
    margin-left: 12px;
}

.message li:last-child,
.message p,
.message ul {
    margin-bottom: 0;
}


/* End Messages */


/**
 * THUMBS IMAGE LIST
 */

/*
.thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.thumbs .thumb {
    border-radius: 10px;
    margin: 0 5px 10px;
    max-width: calc(50% - 10px);
    overflow: hidden;
    position: relative;
}

.thumbs .thumb>img {
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 150px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    max-width: none;
}*/

/*
.thumbs .delete {
    background: #fff;
    box-shadow: 0 0 20px -10px #00000077;
    color: #000;
    border-radius: 50%;
    font-size: 24px;
    line-height: 20px;
    opacity: .8;
    padding: 4px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    width: 28px;
}

.thumbs .delete:hover {
    opacity: .9;
}
    */

.modal-content .thumbs img {
    height: 150px;
}

/* End Thumbs Image List */


/**
 * TILES
 */

.tiles {
    margin: 0 -9px 24px;
}

.tiles li {
    list-style: none;
    position: relative;
}

.tiles li>a {
    display: block;
    text-decoration: none;
}

.tiles .image-wrap {
    background-color: #c4c4c4;
    background-image: url(../images/noimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -3px #000;
    overflow: hidden;
}

.tiles strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.tiles img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tiles .image-wrap.c2 img,
.tiles .image-wrap.c3 img,
.tiles .image-wrap.c4 img {
    float: left;
}

.tiles .image-wrap.c4 img {
    width: 50%;
    height: 50%;
}

.tiles .image-wrap.c3 img {
    width: 100%;
    height: 50%;
}

.tiles .image-wrap.c2 img {
    width: 50%;
    height: 100%;
}

.tiles .image-wrap.c3 img {
    border-bottom: 1px solid #ccc;
    border-left: 0;
}

.tiles .image-wrap.c3 img+img {
    border-bottom: 0;
    width: 50%;
}

.tiles .image-wrap.c2 img+img,
.tiles .image-wrap.c3 img+img+img,
.tiles .image-wrap.c4 img+img,
.tiles .image-wrap.c4 img+img+img+img {
    border-left: 1px solid #ccc;
}

.tiles .image-wrap.c4 img+img+img {
    border-left: 0;
    border-top: 1px solid #ccc;
}

/** End Tiles **/


/* Vertical */

.tiles.vertical {
    margin: 0 -9px 24px;
}

.tiles.vertical>li {
    display: flex;
    border-bottom: 1px solid #fff;
    margin: 0 9px 24px;
    padding-bottom: 24px;
    width: calc(100% - 18px);
}

.tiles.vertical li:last-child {
    border: 0;
}

.tiles.vertical .image-wrap {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 80px;
    width: 33.333334%;
}

.tiles.vertical a+a {
    padding-right: 16px;
}

/* Horizontal */

.tiles.horizontal {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 26px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
}

.tiles.horizontal:after {
    background: #fff;
    bottom: -1px;
    content: '';
    display: block;
    height: 1px;
    left: 9px;
    position: absolute;
    width: calc(100% - 18px);
}

.tiles.horizontal:last-child:after {
    display: none;
}

.tiles.horizontal li {
    margin-bottom: 24px;
    margin-left: 0;
    max-width: 150px;
    padding: 0 9px;
    width: 33.3333334%;
}

.tiles.horizontal .image-wrap {
    aspect-ratio: 1/1;
    margin-bottom: 8px;
}

.tiles.horizontal strong {
    font-size: 15.5px;
    padding-top: 2px;
}

/* End Tiles */

/**
 * AUTOCOMPLETE - JQUERY UI OVERRIDES
 */

.ui-autocomplete {
    background: #f3f3f3;
    box-shadow: 0 0 20px -10px #00000077;
    border-top: 0;
    margin-top: 0px;
    padding: 3px 0;
    border-radius: 5px;
    position: fixed;
}

.ui-autocomplete .ui-menu-item-wrapper {
    font-size: 14px;
    padding: 6px 12px;
}

.ui-autocomplete .ui-state-active {
    background: #fff;
    margin: 0;
    border: 0;
}

/* End Autcomplete */


/**
 * PHOTO UPLOADER
 */

#photo-upload-form {
    position: relative;
    z-index: 1;
}

#photo-input {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px -10px #00000077;
    bottom: 32px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 43px;
    height: 60px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    right: 32px;
    width: 60px;
    z-index: 12;
}

#file-upload-photos:hover+a {
    background: #fafafa;
}

.progress-bar-bg {
    background-color: #e0e0e0;
    background: #fafafa;
    border-radius: 4px;
    display: block;
    height: 16px;
    margin-bottom: 8px;
}

.progress-bar {
    background-color: #777;
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: 0 0;
    animation: move-stripes 1s linear infinite;

    border-radius: 4px;
    display: block;
    height: 16px;
}

@keyframes move-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 16px 0;
    }
}

/* End Photo Uploader */


/**
 * OPTIONS MENU
 */

.options {
    background: none;
    border: none;
    display: block;
    font-size: 18px;
    padding: 8px 14px;
    position: absolute;
    right: -2px;
    top: -7px;
}

.rel .options {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    padding: 6.5px 6px 5px;
    right: 0;
    text-align: center;
    width: 34px;
}

.options i {
    color: #000 !important;
}

.options-menu>div {
    border-radius: 5px;
    padding: 0;
    right: 0;
    top: -10px;
}

.options-menu>div ul {
    margin-bottom: 0;
}

.options-menu .close-btn {
    display: none;
}

.options-menu li {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    margin: 0;
}

.options-menu li:last-child {
    border: 0;
}

.options-menu li a {
    display: block;
    font-size: 15px;
    padding: 16px;
    text-decoration: none;
}

.options-menu li a:hover {
    text-decoration: underline;
}

.options-menu li a i {
    margin-right: 10px;
    width: 16px
}

/**
 * HISTORY
 */

.history {
    /*margin-top: -6px;
  opacity: .55;
  padding-top: 24px;*/
    position: relative;
}

/*
.history:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: -24px;
  position: absolute;
  top: 0;
  width: calc(100% + 48px);
}*/

.history ul {
    margin-right: -20px;
    max-height: 395px;
    overflow-y: auto;
    padding-right: 20px;
}

.history li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin: 0 0 16px;
    padding: 2px 0 16px;
    position: relative;
}

.history li:last-child {
    border: 0;
    margin: 0;
    padding-bottom: 0;
}

.history li a {
    text-decoration: none;
}

.history strong {
    display: block;
    font-weight: 500;
    padding-bottom: 4px;
}

.history span {
    display: block;
    font-size: 15px;
    padding-top: 1px;
}

.history .btns {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.history .btns a+a {
    margin-left: 12px;
}

/**
 *
 */

.step {
    display: none;
}

.step-init {
    display: block;
}

/**
 * Tabs
 */

.tabs ul {
    display: flex;
    margin-bottom: 0;
    z-index: 1;
}

.window.has-tabs {
    overflow: visible;
    margin-top: 50px !important;
    padding-bottom: .1px;
}

.window .tabs {
    margin: 0 -24px;
    position: absolute;
    top: 12px;
    transform: translateY(-100%);
    width: calc(100% + 48px);
}

.tabs li {
    list-style: none;
    margin: 0;
}

.tabs a {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 12px 24px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.tabs li.active a {
    background: #fff;
}

.tabs a:hover {
    text-decoration: underline;
}

@media (max-width: 719px) {
    .tabs {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 20px -10px #00000077;
        min-height: 46px;
        overflow: hidden;
    }

    .tabs:after {
        content: var(--fa);
        font-family: "Font Awesome 6 Free";
        font-size: 20px;
        font-weight: 900;
        pointer-events: none;
        position: absolute;
        right: 16px;
        top: 10px;
        z-index: 1;
        --fa: "\f0d7";
        -webkit-font-smoothing: antialiased;
    }

    /*
  .tabs.open:before {
    background: red;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }*/

    .window.has-tabs {
        margin-top: 72px !important;
    }

    .window.has-tabs:before {
        background: #e0e0e0;
        display: block;
        content: '';
        width: calc(100% + 48px);
        height: 100px;
        margin: 0 -24px;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
    }

    .window .tabs {
        left: 0;
        margin: -82px 0 0;
        padding: 0;
        transform: none;
        width: 100%;
    }

    .tabs ul {
        display: block;
        padding-top: 46px;
        position: relative;
    }

    .tabs.open ul {
        z-index: 11;
    }

    .tabs li {
        background: #fff;
        display: none;
        position: relative;
    }

    .tabs.open li {
        display: block;
    }

    .tabs a {
        padding: 16px 24px;
    }

    .tabs li.active {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tabs.open .overlay {
        background: rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 720px) {
    .tabs.open .overlay {
        display: none;
    }
}

@media (max-width: 480px) {
    .window .tabs {
        margin: -82px 24px 0;
        width: calc(100% - 48px);
    }
}

/**
 * TOOLTIP
 */

.tooltip .trigger {
    border-bottom: 1px dotted #777;
    display: inline;
    cursor: default;
    position: relative;
}

.tooltip .trigger:hover .content {
    display: block;
}

.tooltip .content {
    background: #000;
    border-radius: 5px;
    box-shadow: 0 0 20px -10px #00000077;
    color: #fff;
    display: none;
    left: 50%;
    padding: 14px 14px 0;
    position: absolute;
    top: calc(100% + 14px);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.tooltip .content:before {
    background: #000;
    content: '';
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 10px;
}

.tooltip .content:after {
    background: transparent;
    content: '';
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
}

.tooltip .content * {
    color: #fff;
    font-size: 14px;
}

.tooltip .content li {
    list-style: none;
    margin: 0 0 6px;
}

.tooltip .content ul,
.tooltip .content p {
    margin-bottom: 14px;
}

/**
 * DATA TABLE
 */

table,
table.data {
    margin-bottom: 24px;
    width: 100%;
}

table td,
table th,
table.data td,
table.data th {
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 23px;
    padding: 16px 12px !important;
    position: relative;
    text-align: left;
}

table.npl td,
table.npl th {
    padding-left: 0 !important;
}

table.data.ns .dt-search {
    display: none;
}

table.data td {
    vertical-align: middle;
}

table.data td.np,
table.data.log td.np {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24px;
}

table.data td.light,
table.data td .light {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

table.data td .light {
    color: #777;
    display: block;
    padding-bottom: 1px;
}

table.data tr td:last-child,
table.data tr th:last-child {
    padding-right: 0;
}

table.data tr.Waarschuwing td {
    background: #ffeeee;
    color: #700000;
}

table.data tr.Systeem td,
table.data tr.Systeem td a {
    color: #777;
}

table.data td.ico,
table.data th.ico {
    width: 24px;
    max-width: 24px;
    padding-right: 6px !important;
}

table.data td.small {
    font-size: 14px;
}

table.data td.ico+.ico {
    padding-right: 2px;
}

table.data:not(.bb) tr:last-child td,
table.data:not(.bb) tr:last-child th {
    border-bottom: 0;
    padding-bottom: 0;
}

.ico .fa-lock,
.ico .fa-ban {
    color: #b40000;
}

table.data .center {
    text-align: center;
}

table.data .right {
    text-align: right !important;
}

table.data.log td {
    display: table-cell;
    line-height: 23px;
    padding: 12px !important;
    vertical-align: top;
}

table.data .ipa {
    max-width: 120px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    table.data td.fixed {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    table.data {
        /*margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px) !important;*/
    }

    table.data td,
    table.data tr td:last-child,
    table.data th,
    table.data tr th:last-child {
        padding: 12px 24px;
    }
}

table .options {
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

table .options-menu a {
    white-space: nowrap;
}


/**
 * DROPDOWN
 */

.dropdown {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 16px;
    position: relative;
    white-space: nowrap;
}

.dropdown+.dropdown+.dropdown {
    margin-right: 0;
}

.dropdown .content {
    display: none;
    min-width: 100%;
}

.dropdown.open .content {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px -10px #00000077;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ccc;
    padding: 6px 0 6px 0;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
}

.dropdown.open .content.rbtr {
    border-top-right-radius: 5px;
}

.dropdown .trigger {
    box-shadow: 0 0 20px -10px #00000077;
    padding: 12px 27px 12px 15px;
    position: relative;
    width: 100%;
}

.dropdown.open .trigger {
    border-bottom-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    z-index: 12;
}

.dropdown.open .trigger:hover {
    background: #fff;
}

.dropdown .trigger:after {
    content: var(--fa);
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    --fa: "\f0d7";
    -webkit-font-smoothing: antialiased;
}

.dropdown.open .trigger:after {
    top: calc(50%);
    transform: rotate(180deg) translateY(50%);
    z-index: 11;
}

.dropdown .content ul {
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown .content li {
    cursor: pointer;
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 4px 18px;
}

.dropdown .content li:hover {
    background: #e0e0e0;
}

.dropdown .content li.reset {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}


/**
 * EXPAND
 */

.expand .trigger {
    border-bottom: 1px dotted #777;
    text-decoration: none;
}

.expand+.content {
    display: none;
    padding: 18px 0 20px;
}

.expand.open+.content {
    display: block;
}

.expand+pre {
    display: block;
    white-space: normal;
}

.expand+pre *:last-child {
    margin: 0;
}

.expand+.content img {
    display: block;
    float: left;
    margin: 0 2% 2% 0;
    width: 32%;
}

@media (min-width: 481px) {
    .expand+.content img:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .expand+.content img {
        display: block;
        float: left;
        margin: 0 2% 2% 0;
        width: 49%;
    }

    .expand+.content img:nth-child(2n) {
        margin-right: 0;
    }
}


.CodeMirror {
    font-size: 14px;
    height: 440px !important;
    z-index: 1;
}

/**
 * PAYMENT STATES
 */

.order-status,
.pill {
    background: #777;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
}

.order-status {
    font-size: 0;
    height: 15px;
    line-height: 20px;
    margin-bottom: -2px;
    margin-top: 2px;
    width: 15px;
}

.order-status+* {
    margin-left: 10px;
}

.order-status.green,
.pill.green {
    background: #00cc00;
}

.order-status.red,
.pill.red {
    background: #dd0000;
}

.pill {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: uppercase;
}


/**
 * DATATABLES
 */

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
        text-align: left;
    }
}

.dt-layout-row:first-child {
    font-size: 14px;
}

.dt-info {
    display: none;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 0;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    display: none;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
    padding-right: 10px;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: inherit;
}

div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-end {
    margin-right: 0 !important;
}

.dt-layout-start {
    display: none !important;
}

div.dt-container .dt-search,
div.dt-container .dt-layout-end {
    flex-grow: 1;
}

div.dt-container .dt-search label {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left !important;
    text-transform: uppercase;
}

div.dt-container .dt-search input {
    margin-left: 0;
}

div.dt-container .dt-search input[type=search] {
    border: 1px solid #777;
    border-radius: 5px;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 12px;
    padding: 10px 10px 11px;
    background: #f3f3f3;
    width: 100%;
    max-width: 400px;
}

div.dt-container .dt-empty {
    padding-top: 20px !important;
}

div.dt-container .dt-empty>div {
    margin-bottom: 24px;
    padding: 10px !important;
    background: rgb(255, 237, 237);
    border: 1px solid rgb(159, 33, 33) !important;
    color: rgb(159, 33, 33);
}

div.dt-container .dt-paging {
    margin: 12px auto 18px !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button {
    border-radius: 50%;
    width: 31px;
    padding: 7px 0;
    line-height: 15px;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #fff;
    border-color: #777;
}

div.dt-container .dt-paging * {
    font-size: 14px;
}

table.data tr>td.date,
table.data tr>th.date {
    max-width: 120px;
    width: 120px;
}





/**
 * NEW CSS
 */

/* /public/css/styles.css */

/*
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: .25s;
}*/

.modal {
    width: 0;
    height: 0;
    visibility: hidden;
}

.modal.open {
    visibility: visible;
}

.modal:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;

    transition: opacity .2s;
    opacity: 0;
}

.modal.open:before {
    opacity: 1;
}

.modal-content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px -10px #00000077;
    color: #000;
    left: -100%;
    margin: 100px auto;
    max-height: calc(100vh - 200px);
    max-width: 400px;
    opacity: 0;
    overflow: auto;
    padding: 24px 24px .1px;
    position: fixed;
    transition: opacity .2s;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    top: 0;
    z-index: 3;
}

.modal.open .modal-content {
    left: 50%;
    opacity: 1;
}

.modal.options-menu .modal-content {
    left: auto;
    margin: 0;
    position: absolute;
    transform: none;
    width: auto;
}

.modal.large .modal-content {
    max-width: 640px;
}

.modal.large .modal-content img {
    max-height: 300px;
}

.modal.auto .modal-content {
    max-width: calc(100% - 96px);
    width: calc(100% - 96px);
}

.modal.slide-down .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    opacity: 1;
    right: 24px;
    top: 0;
    transform: translateY(-100%);
}

.modal.slide-down.open .modal-content {
    transform: translateY(0);
    transition: .25s;
}

.modal.slide-up .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    opacity: 1;
    right: 24px;
    top: auto;
    transform: translateY(100%);
}

.modal.slide-up.open .modal-content {
    transform: translateY(0);
    transition: .25s;
}

@media (max-width: 480px) {
    .modal.auto .modal-content {
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.modal.auto .modal-content .photo-list>.thumb {
    max-width: 100%;
    width: 100%;
}

.modal.auto .modal-content .photo-list .thumb img {
    height: auto;
    margin: 40px auto 0;
    max-height: calc(100vh - 288px);
    max-width: 100%;
    width: auto;
}

/*
.modal-content p:last-child {
    margin-bottom: 0;
}*/

.loading-spinner {
    display: none;
    text-align: center;
    background: #00000055;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loading-spinner:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #d37a08;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    top: calc(50% - 25px);
    position: absolute;
    left: calc(50% - 25px);
    transform: translateX(-50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

form.update-description {
    padding-top: 12px;
}

form.update-description input[type=text] {
    float: left;
    margin-right: 16px;
    padding: 12px;
    width: calc(100% - 132px) !important;
}

.update-description button {
    margin-left: 0;
    width: 116px;
}

p.image-container {
    text-align: center;
    background: #e0e0e0;
    border-radius: 5px;
}

p.image-container img {
    display: block;
    margin: 0 auto;
}

#photo-list,
.photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

#photo-list>.thumb,
.photo-list>.thumb {
    height: auto;
    position: relative;
    max-width: calc(50% - 10px);
}

#photo-list>.thumb>img,
.photo-list>.thumb>img {
    width: auto;
    height: 150px;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}

#photo-list.sorting>.thumb>img {
    height: 154px;
}

#photo-list.sorting img {
    border: 2px dashed #777;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
    opacity: 0.9;
    padding: 3px;
    background: white;
}

#photo-list.sorting>.thumb:before {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 10px;
    opacity: .2;
}

.sort-buttons a {
    display: none;
    margin-left: 0 !important;
}

.sort-buttons a.show {
    display: inline-block;
}

/*
#photo-list.sorting>.thumb:after {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 32px;
    color: white;
    pointer-events: none;
    content: '☰';
}
*/

.drag-handle {
    display: none;
    position: absolute;
    bottom: 4%;
    right: 4%;
    color: #fff;
    font-size: 36px;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: move;
    z-index: 1;
    text-shadow: 0px 0px 12px black;

    cursor: move;
}

.sorting .drag-handle {
    display: block;
}

.drag-handle:active {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.sortable-placeholder {
    border-radius: 10px;
    border: 2px dashed #999;
    min-width: 0;
    min-height: 100px;
    background: #ccc;
}

.modal-content .form-group:last-child .message:last-child {
    margin-bottom: 0;
    margin-top: 24px;
}

form fieldset:last-child .form-actions:last-child,
form fieldset:last-child .form-group:last-child {
    margin-bottom: 0;
}



.eur:before {
    content: '\20AC  ';
    white-space: nowrap;
}

.calc-total {
    padding: 12px 16px;
    border: 2px dotted #777;
    border-radius: 4px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    display: none;
}

.calc-total strong {
    font-size: 22px;
    font-weight: 500;
    margin-left: 3px;
    line-height: 24px;
}

.form-group.one-line input {
    /*display: inline-block !important;*/
}

input:not([type="radio"]):not([type="checkbox"]),
a.btn,
button[type=submit] {
    font-size: 15px !important;
    line-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*font-weight: 500 !important;*/
    font-family: 'Roboto';
    box-sizing: border-box !important;
    border-width: 1px !important;
    /*display: inline-block !important;*/
    border: 1px solid black !important;
}

a.btn.light,
button[type=submit].light {
    border: 1px solid #ccc !important;
}

input+.btn,
input+button {
    margin-left: 8px;
}

button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

button[disabled]:hover {
    background: #000;
}

.generating {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #777;
    padding: 16px 16px 16px 72px;
    position: relative;
}

.generating img {
    left: 11px;
    position: absolute;
    top: 11px;
    width: 52px;
}

table.images {
    margin-left: -12px;
    margin-right: -12px;
    table-layout: fixed;
    width: calc(100% + 24px);
}

table.images td {
    border: 0;
    max-width: 33.33% !important;
    padding-bottom: 0;
    width: 33.33%;
}

table.images td p {
    margin-bottom: 0;
}