
/* - ++resource++jquery.datatables/media/css/jquery.dataTables.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++jquery.datatables/media/css/jquery.dataTables.css?original=1 */
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
padding: 10px 18px;
border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
padding: 10px 18px 6px 18px;
border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead .sorting {
background: url("/++resource++jquery.datatables/media/images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
background: url("/++resource++jquery.datatables/media/images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
background: url("/++resource++jquery.datatables/media/images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
background: url("/++resource++jquery.datatables/media/images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
background: url("/++resource++jquery.datatables/media/images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
background-color: white;
}
table.dataTable tbody tr.selected {
background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
background-color: #a4b2cb;
}
table.dataTable.no-footer {
border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em 1em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333333 !important;
border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #333333 !important;
border: 1px solid #cacaca;
background-color: white;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
/* */
background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
/* */
background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
/* */
background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
/* */
background: -o-linear-gradient(top, white 0%, gainsboro 100%);
/* */
background: linear-gradient(to bottom, white 0%, gainsboro 100%);
/* */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
cursor: default;
color: #666 !important;
border: 1px solid transparent;
background: transparent;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid #111111;
background-color: #585858;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
/* */
background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
/* */
background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
/* */
background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
/* */
background: -o-linear-gradient(top, #585858 0%, #111111 100%);
/* */
background: linear-gradient(to bottom, #585858 0%, #111111 100%);
/* */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
outline: none;
background-color: #2b2b2b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
/* */
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* */
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* */
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* */
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
/* */
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
/* */
box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
/* */
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
margin-top: 0.5em;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter {
margin-top: 0.5em;
}
}

}


/* - ++resource++jquery.datatables/media/css/jquery.dataTables_themeroller.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++jquery.datatables/media/css/jquery.dataTables_themeroller.css?original=1 */
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
padding: 4px 10px;
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
cursor: pointer;
*cursor: hand;
}
table.dataTable thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 10px;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
position: absolute;
top: 50%;
margin-top: -8px;
right: -5px;
}
table.dataTable thead th.ui-state-default {
border-right-width: 0;
}
table.dataTable thead th.ui-state-default:last-child {
border-right-width: 1px;
}
table.dataTable tbody tr {
background-color: white;
}
table.dataTable tbody tr.selected {
background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 8px 10px;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
text-align: right;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
background-color: #a4b2cb;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.55em;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_paginate .fg-button {
box-sizing: border-box;
display: inline-block;
min-width: 1.5em;
padding: 0.5em;
margin-left: 2px;
text-align: center;
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333333 !important;
border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
outline: none;
}
.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 40px;
margin-left: -50%;
margin-top: -25px;
padding-top: 20px;
text-align: center;
font-size: 1.2em;
background-color: white;
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
/* */
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
/* */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .ui-widget-header {
font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
padding: 8px;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
float: none;
text-align: center;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
margin-top: 0.5em;
}
}

}


/* - ++resource++bdajax/bdajax.css - */
@media all {
/* https://www.skaten.shop/portal_css/++resource++bdajax/bdajax.css?original=1 */
#ajax-spinner {
display:none;
position:fixed;
z-index:10000;
background-position: center center;
top:50%;
left:50%;
margin-top:-32px;
margin-left:-32px;
}
.ajax-message {
display:none;
z-index:10000;
background-color:#fff;
min-width:400px;
padding:10px;
border:4px solid #aaa;
text-align:center;
font-size:12px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-message .close {
cursor:pointer;
border:1px solid #666;
background-color:#333;
color:#fff;
padding:4px;
width: 80px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.ajax-message .message {
text-align:left;
padding:5px;
border:none;
}
.ajax-message .error {
background:url('/++resource++bdajax/error.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-message .warning {
background:url('/++resource++bdajax/warning.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-message .info {
background:url('/++resource++bdajax/info.png') top left no-repeat;
padding-left:37px;
min-height:32px;
}
.ajax-overlay {
display:none;
z-index:5000;
background-color:#fff;
min-width:400px;
border:4px solid #aaa;
font-size:12px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-overlay .close {
background-image:url('/++resource++bdajax/close.png');
position:absolute;
z-index:5001;
right:-17px;
top:-20px;
cursor:pointer;
height:35px;
width:35px;
}
.ajax-dialog {
display:none;
position:absolute;
z-index:10000;
text-align: center;
padding:20px;
font-weight:bold;
border:4px solid #aaa;
background-color:#fff;
width:300px;
min-height:100px;
box-shadow:0 0 30px 5px #ccc;
-moz-box-shadow:0 0 30px 5px #ccc;
-webkit-box-shadow: 0 0 30px #ccc;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
.ajax-dialog .text {
min-height:60px;
font-size:16px;
}
.ajax-dialog button {
border:#000 1px solid;
color:#fff;
background-color:#333;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin:5px;
padding:3px;
}
}


/* - ++resource++bda.plone.cart.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.cart.css?original=1 */
/* */
div.cart_item_alert {
color:red;
font-weight:bold;
}
/* */
.cart_item_title {
}
.cart_item_content {
margin-top: 0.3em;
margin-bottom: 0.3em;
}
a.go_to_cart_action:link,
a.go_to_cart_action:active,
a.go_to_cart_action:hover,
a.go_to_cart_action:visited {
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display: inline-block;
padding: 0.3em 0.75em 0.3em 2.75em;
text-decoration:none;
cursor:pointer;
background:#75ad0a url('++resource++bda.plone.cart.images/cart_go.png') 7px center no-repeat;
}
a.go_to_cart_action:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
a.update_cart_action {
margin-left: 0.6em;
display: inline-block;
width: 24px;
height: 24px;
text-decoration:none;
border-bottom: none!important;
float:right;
cursor:pointer;
background:url('++resource++bda.plone.cart.images/arrow_refresh.png') 50% 50% no-repeat;
}
a.remove_from_cart_action {
display: inline-block;
width: 24px;
height:  24px;
text-decoration:none;
border-bottom: none!important;
float:right;
cursor:pointer;
background:url('++resource++bda.plone.cart.images/delete.png') 50% 50% no-repeat;
}
.portletCart #cart .cart_item {
min-height:90px;
}
.discount_net,
.discount_vat,
.discount_total,
.cart_item_discount,
tr.discount {
color:red;
}
/* */
#cart_viewlet {
float:right;
}
#cart_viewlet_summary {
padding: 0 0.5em;
font-weight: normal;
}
#cart_viewlet_summary a {
float: right;
background: #E3E3E3 url('++resource++bda.plone.cart.images/cart_go.png') 3px 2px no-repeat;
position: relative;
z-index: 3;
top: 0px;
right: 0px;
padding: 0.25em 0.5em 0.25em 28px;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
}
#cart_viewlet_details {
font-size: 80%;
display:none;
position:absolute;
right:0;
background-color:#fff;
padding:1em;
margin-top: 2em;
border:#ccc 3px solid;
border-radius:0.5em;
min-width:260px;
}
#cart_viewlet_details #cart_summary {
border-top:#ccc 1px solid;
margin-top:1em;
padding-top:1em;
}
.cart_viewlet_actions {
text-align:center;
border-top:#ccc 1px solid;
margin-top:1em;
padding-top:1em;
}
/* */
.cart_status_message {
display:none;
position:absolute;
z-index:1000;
border:#cccccc 1px solid;
border-radius:3px;
background-color:#efefef;
color:#222222;
padding:5px;
font-size:80%;
font-weight:bold;
}
/* */
.summary_item {
padding-top:1.2em;
padding-bottom:0.6em;
border-bottom:#ccc 1px solid;
}
.summary_item ul.cart_item_content {
list-style-type:none !important;
text-align:right;
margin: 0!important;
float: right;
}
.summary_item ul.cart_item_content li {
display:inline !important;
padding-left: 0.5em;
}
.summary_item .price {
width: 7em;
display: inline-block;
}
.summary_item input.cart_item_count,
.portletCart input.cart_item_count {
margin-right: 0.1em;
}
.summary_item span.cart_item_quantity_unit {
margin-right: 0.5em;
}
.summary_item a.update_cart_action,
.summary_item a.remove_from_cart_action {
float:none;
}
.summary_wrapper {
text-align:right;
}
.cart_sum_content {
float: right;
}
.cart_sum_content td {
text-align: right;
padding-left: 1em;
}
.cart_summary_buttons {
text-align:right;
padding-top:1.2em;
}
.cart_summary_buttons a:link,
.cart_summary_buttons a:active,
.cart_summary_buttons a:hover,
.cart_summary_buttons a:visited {
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display:inline-block;
padding: 0.3em 0.75em;
text-align:center;
text-decoration:none;
cursor:pointer;
}
.cart_summary_buttons a:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
.portletCart .lastItem {
text-align:center;
}
img.cart_item_preview_image {
float:right;
margin-left:0.5em;
}

}


/* - ++resource++bda.plone.payment.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.payment.css?original=1 */
a.payment_button:link,
a.payment_button:active,
a.payment_button:hover,
a.payment_button:visited {
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
display:inline-block;
padding:0.3em 0.5em;
text-align:center;
text-decoration:none;
cursor:pointer;
}
a.payment_button:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
}


/* - ++resource++bda.plone.checkout.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.checkout.css?original=1 */
#form-checkout div.field input[type="text"],
#form-checkout div.field input[type="email"],
#form-checkout div.field input[type="text"]:focus,
#form-checkout div.field input[type="email"]:focus,
#form-checkout div.field.error input[type="text"]:focus,
#form-checkout div.field.error input[type="email"]:focus,
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
box-shadow:inset 0 0 2px #aaa!important;
border:1px solid #aaa;
padding:0.4em!important;
width:12em;
padding:0.2em;
font-size:80%!important;
}
#form-checkout h2 {
margin-top:1em;
margin-bottom:0.5em;
padding-bottom:0.25em;
border-bottom:0.1em solid #bbb;
}
#form-checkout .field {
clear:none;
margin-right:1em;
}
#form-checkout .hidden {
display:none;
}
#field-checkout-personal_data-firstname,
#field-checkout-personal_data-lastname,
#field-checkout-personal_data-email,
#field-checkout-personal_data-phone,
#field-checkout-delivery_address-firstname,
#field-checkout-delivery_address-lastname {
width:13em;
float:left;
}
#field-checkout-personal_data-email,
#field-checkout-personal_data-company,
#field-checkout-delivery_address-company  {
clear:both !important;
}
#form-checkout #field-checkout-personal_data-lastname,
#form-checkout #field-checkout-personal_data-email,
#form-checkout #field-checkout-billing_address-zip,
#form-checkout #field-checkout-delivery_address-lastname,
#form-checkout #field-checkout-delivery_address-zip {
float:left;
}
#form-checkout #field-checkout-billing_address-zip,
#form-checkout #field-checkout-delivery_address-zip {
width:8em;
}
#form-checkout #input-checkout-billing_address-zip,
#form-checkout #input-checkout-delivery_address-zip {
width:7em;
}
#form-checkout #field-checkout-billing_address-city,
#form-checkout #field-checkout-delivery_address-city {
width:20em;
float:left;
}
#form-checkout #input-checkout-billing_address-city,
#form-checkout #input-checkout-delivery_address-city {
width:19em;
}
#form-checkout #field-checkout-billing_address-street,
#form-checkout #field-checkout-delivery_address-street {
width:31em;
}
#form-checkout #input-checkout-billing_address-street,
#form-checkout #input-checkout-delivery_address-street {
width:30em;
}
#field-checkout-billing_address-country,
#field-checkout-delivery_address-country {
width:7em;
}
#field-checkout-billing_address-country,
#field-checkout-delivery_address-country {
clear:both!important;
}
#form-checkout.mode_display label {
display:none;
}
#form-checkout.mode_display .field {
margin-bottom:0px;
margin-right:0.5em;
width: auto!important;
}
label.radioType input {
margin-right:0.5em;
}
#form-checkout div.field.error {
background:transparent;
border:none;
padding:0;
margin-top:0;
}
#form-checkout div.field.error .errormessage {
display:none;
}
#form-checkout div.field.error input,
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
border:1px solid red;
}
#form-checkout.mode_display #field-checkout-accept_terms_and_conditions-accept {
margin-top:1em;
margin-bottom:1em;
}
#field-checkout-delivery_address-alternative_delivery label,
#form-checkout #field-checkout-accept_terms_and_conditions-accept label {
display:inline;
}
#field-checkout-delivery_address-alternative_delivery .display-checkbox {
display:none;
}
#form-checkout #field-checkout-accept_terms_and_conditions-accept .errormessage {
display:block;
color:red;
}
#form-checkout div.field.error input[type="text"],
#form-checkout div.field.error input[type="email"] {
border:1px solid red;
}
#form-checkout div.field input[type="radio"],
#form-checkout div.field input[type="checkbox"] {
margin-right:0.5em;
}
#input-checkout-checkout_back,
#input-checkout-next,
#input-checkout-confirm_back,
#input-checkout-finish {
border:none;
background-color:#75ad0a;
border-radius: 0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
font-size:100%;
padding:0.3em 0.75em;
margin-right:0.4em;
cursor:pointer;
}
#input-checkout-checkout_back:hover,
#input-checkout-next:hover,
#input-checkout-confirm_back:hover,
#input-checkout-finish:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
#cart #cart_items .cart_item_title {
margin-top:0.5em;
}
#content .cart_item_description {
color:#666;
line-height:1.25em;
margin-bottom:0.5em;
}
#content .cart_item_comment_wrapper {
margin-bottom:0;
float:left;
}
#content .cart_item_comment {
margin-bottom:0;
}
#cart .cart_item {
border-bottom:0.1em solid #ccc;
padding-bottom:0.5em;
margin-bottom:1em;
}
#cart ul.cart_item_content li {
display:inline;
}
.cart_item ul.cart_item_content {
float:right;
list-style-type:none !important;
margin:0 !important;
text-align:right;
}
.cart_item .price {
display:inline-block;
width:7em;
}
.cart_item .cart_item_quantity_unit {
margin-right:2em;
}

}


/* - ++resource++bda.plone.discount.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.discount.css?original=1 */
.discount_form_filter {
margin-top:1em;
margin-bottom:1em;
}
.discount_form_filter select {
margin-left:1em;
}
#array-discount_form-discount table .error {
background-color:transparent;
border:none;
margin:0;
}
#array-discount_form-discount table .errormessage {
padding:0;
color:red;
}
#array-discount_form-discount table {
width:100%;
}
#array-discount_form-discount table td>div,
#array-discount_form-discount table th>div {
display:table-cell;
text-align:center;
vertical-align:top;
padding-top:0.2em;
padding-bottom:0.2em;
}
#array-discount_form-discount div.array_actions {
width:90px;
}
#array-discount_form-discount div.array_field input,
#array-discount_form-discount div.array_field select {
width:90%;
}
#array-discount_form-discount div.array_field input {
margin-left:auto;
margin-right:auto;
}
div.form_header.block,
div.array_field.block {
width:6%;
}
div.form_header.value,
div.array_field.value {
width:6%;
}
div.form_header.kind,
div.array_field.kind {
width:6%;
}
div.form_header.threshold,
div.array_field.threshold {
width:6%;
}
div.form_header.threshold_calculation,
div.array_field.threshold_calculation {
width:8%;
}
div.form_header.portal_type,
div.array_field.portal_type {
width:8%;
}
div.form_header.valid_from,
div.array_field.valid_from,
div.form_header.valid_to,
div.array_field.valid_to {
width:10%;
}
div.form_header.for,
div.array_field.for {
width:10%;
}
#array-discount_form-discount div.array_field.valid_from .dateinput,
#array-discount_form-discount div.array_field.valid_to .dateinput {
width:50%;
margin-right:5px;
}
#array-discount_form-discount div.array_field.valid_from .timeinput,
#array-discount_form-discount div.array_field.valid_to .timeinput {
width:36%;
}
.array_field.threshold,
.array_field.value {
padding: 0 0.25em;
}

}


/* - ++resource++bda.plone.orders.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.orders.css?original=1 */
#exposeMask {
z-index: 0 !important; /* */
}
/* */
.dropdown {
padding:0;
margin:0;
position:relative;
}
.dropdown_items {
display:none;
position:absolute;
left:0;
margin-left:0 !important;
margin-top:3px;
padding:6px 3px 3px 3px;
z-index:10000;
width:200px;
list-style-type:none !important;
list-style-image:none !important;
border:#ccc 4px solid;
background-color:#fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
}
.dropdown_items li {
margin:0;
padding-left:5px;
}
.dropdown_items li a {
text-decoration:none;
border:none !important;
padding-left:3px;
padding-bottom:2px;
line-height:16px;
}
.dropdown_header {
cursor:pointer;
}
/* */
#orders_wrapper .filter,
#bookings_wrapper .filter {
padding:0.3em;
}
#orders_wrapper .filter label,
#bookings_wrapper .filter label {
margin-right:0.5em;
padding-top:3px;
display:inline-block;
}
#orders_wrapper .filter select,
#bookings_wrapper .filter select {
margin-right:0.5em;
}
/* */
#bdaploneorders_wrapper {
margin-top:1em;
margin-bottom:2.2em;
}
#bdaploneorders_length {
margin-bottom:0.8em;
}
#bdaploneorders_length select,
#bdaploneorders_filter input {
font-size:90%;
}
#bdaploneorders {
margin-bottom:1em;
border:#ddd 1px solid;
}
#bdaploneorders thead {
background-color:#fafafa;
}
#bdaploneorders th {
border-right:#ddd 1px solid;
border-bottom:#ddd 1px solid;
}
#bdaploneorders th.datarow-actions {
width:120px;
}
#bdaploneorders td {
padding:1px 3px 1px 10px;
border-right:#ddd 1px solid;
}
#bdaploneorders a.contenttype-document {
border:none !important;
}
#bdaploneorders_paginate a:hover {
color:#fff !important;
}
input.select_all_orders,
input.select_order {
position:relative;
top:2px;
}
a.notify_customers {
border-bottom:none !important;
display:inline-block;
line-height:16px;
padding-left:20px !important;
background:url('++resource++bda.plone.orders/notify_customers.png') 4px 0px no-repeat;
}
/* */
#form-ordersfilter label {
margin-right: 0.5em;
}
#form-ordersfilter select,
#form-ordersfilter input {
margin-right: 1em;
}
/* */
#bdaplonebookings_wrapper {
margin-top: 1em;
margin-bottom: 2.2em;
}
#bdaplonebookings_length {
margin-bottom: 0.8em;
}
#bdaplonebookings_length select,
#bdaplonebookings_filter input {
font-size: 90%;
}
#bdaplonebookings {
margin-bottom: 1em;
border: #ddd 1px solid;
}
#bdaplonebookings_wrapper div.group_filter {
margin-left: 3em;
}
#bdaplonebookings_wrapper div.group_filter,
#bdaplonebookings_wrapper div.date_from_filter,
#bdaplonebookings_wrapper div.date_to_filter {
float: left;
margin-right: 3em;
}
#bdaplonebookings thead {
background-color: #fafafa;
}
#bdaplonebookings th {
border-right: #ddd 1px solid;
border-bottom: #ddd 1px solid;
}
#bdaplonebookings th.datarow-actions {
width: 120px;
}
#bdaplonebookings tr.group_email,
#bdaplonebookings tr.group_email:hover,
#bdaplonebookings tr.group_buyable,
#bdaplonebookings tr.group_buyable:hover {
background-color: #ddd !important;
}
#bdaplonebookings tr.group_email td p ,
#bdaplonebookings tr.group_buyable td p{
margin-bottom: 0;
float: left;
min-width: 18em;
width: 18em;
}
#bdaplonebookings tr.group_email span,
#bdaplonebookings tr.group_buyable span {
min-width: 18em;
width: 18em;
float: left;
margin-left: 7em;
}
#bdaplonebookings td {
padding: 1px 3px 1px 10px;
border-right: #ddd 1px solid;
}
#bdaplonebookings a.contenttype-document {
border: none !important;
}
#bdaplonebookings_paginate a:hover {
color: #fff !important;
}
/* */
/* */
#field-exportorders-from,
#field-exportorders-to {
margin:0.4em;
}
/* */
#array-notify_customers-array table {
width:100%;
}
/* */
#form-notify_customers {
margin:2em;
}
/* */
.state-value-reserved {
color:#00b400;
}
.state-value-new {
color:#ffcc00;
}
.state-value-finished {
color:#1600e5;
}
.state-value-cancelled {
color:#e50000;
}
/* */
.salaried-value-yes {
color:#1600e5;
}
.salaried-value-no {
color:#ffcc00;
}
.salaried-value-failed {
color:#e50000;
}
/* */
.protected_order_data form {
display: table;
border-spacing: 1em;
}
.protected_order_data form > div {
display: table-row;
}
.protected_order_data form label {
display: table-cell;
}
.protected_order_data form div.error,
.protected_order_data form input {
display: table-cell;
}
.protected_order_data form div.submit label {
color: transparent;
}
.protected_order_data form div.submit input {
float: right;
}
/* */
.order_details {
padding:1.2em;
}
.order_details .qr_code {
position:absolute;
right:1em;
top:1em;
}
.order_details_row {
display:table-row;
}
.order_details_row div {
display:table-cell;
width:380px;
padding:0.4em;
}
.booking_comment_spinner {
display: none;
}
.order_bookings {
padding:0 0.4em 0.4em 0.4em;
}
.order_bookings h3 {
margin-top:0.8em;
margin-bottom:0.3em;
}
.order_bookings table {
width:100%;
border:#ddd 1px solid;
border-spacing:0;
border-collapse:collapse;
}
.order_bookings table th {
padding:5px 3px 5px 1em;
text-align:left;
background-color:#fafafa;
border-right:#ddd 1px solid;
border-bottom:#ddd 1px solid;
font-weight:bold;
}
.order_bookings table td {
padding:5px 3px 5px 1em;
border-right:#ddd 1px solid;
}
.order_bookings tr.odd td {
background-color:#fbfbfb;
}
/* */
.invoice_overlay {
width:60%;
min-width:800px;
min-width:1200px;
padding:2em;
margin-bottom:2em;
}
.invoice .print {
position:absolute;
top:2em;
right:2em;
}
.invoice .invoice_title {
text-align:center;
}
.invoice .invoice_sender {
width:30%;
float:right;
}
.invoice .invoice_receiver {
clear:both;
padding-top:2em;
padding-bottom:2em;
}
.invoice .invoice_number {
float:left;
margin-bottom:1em;
}
.invoice .invoice_date {
float:right;
margin-top:1.2em;
}
.invoice .invoice_listing {
clear:both;
display:table;
border-collapse:collapse;
width:100%;
}
.invoice .invoice_listing_head {
display:table-row;
border-top:#333 1px solid;
border-bottom:#333 1px solid;
}
.invoice .invoice_listing_item {
display:table-row;
border-bottom:#333 1px solid;
}
.invoice .invoice_listing_amount,
.invoice .invoice_listing_position,
.invoice .invoice_listing_price {
display:table-cell;
padding-top:0.3em;
padding-bottom:0.3em;
}
.invoice .invoice_listing_amount {
width: 12%;
}
.invoice .invoice_listing_price {
text-align:right;
width: 24%;
}
.invoice .original_price {
float:left;
color: red;
text-decoration: line-through;
}
.invoice .invoice_summary {
width:30%;
float:right;
margin-top:2em;
}
.invoice .invoice_summary_section {
display:table;
width:100%;
border-bottom:#333 1px solid;
padding-top:0.5em;
padding-bottom:0.5em;
}
.invoice .invoice_summary_row {
display:table-row;
}
.invoice .invoice_summary_label {
display:table-cell;
padding-top:0.1em;
padding-bottom:0.1em;
}
.invoice .invoice_summary_value {
display:table-cell;
padding-top:0.1em;
padding-bottom:0.1em;
text-align:right;
}
.invoice .invoice_summary .red {
color: red;
}
.invoice .invoice_bank_connection {
clear:both;
}
.invoice .invoice_footer {
margin-top:2em;
}

}


/* - ++resource++bda.plone.orders_print.css - */
@media print {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.orders_print.css?original=1 */
/* */
#bookings_wrapper .customfilter label,
#bookings_wrapper #bdaplonebookings_filter label,
#bookings_wrapper #bdaplonebookings_length label {
font-weight: bold;
}
#bookings_wrapper .customfilter input,
#bookings_wrapper #bdaplonebookings_filter input,
#bookings_wrapper #bdaplonebookings_length select,
#bookings_wrapper .group_filter select {
border: none;
background: transparent;
margin-left: 3em;
}
#bdaplonebookings_wrapper {
margin-top: 1em;
margin-bottom: 2.2em;
}
#bdaplonebookings_length {
margin-bottom: 0.8em;
}
#bdaplonebookings_length select,
#bdaplonebookings_filter input {
font-size: 90%;
}
#bdaplonebookings {
margin-bottom: 1em;
border: #ddd 1px solid;
}
#bdaplonebookings_wrapper div.group_filter {
margin-left: 3em;
}
#bdaplonebookings_wrapper div.group_filter,
#bdaplonebookings_wrapper div.date_from_filter,
#bdaplonebookings_wrapper div.date_to_filter {
float: left;
margin-right: 3em;
}
#bdaplonebookings thead {
background-color: #fafafa;
}
#bdaplonebookings th {
border-right: #ddd 1px solid;
border-bottom: #ddd 1px solid;
}
#bdaplonebookings th.datarow-actions {
width: 120px;
}
#bdaplonebookings tr.group_email,
#bdaplonebookings tr.group_buyable {
background-color: #ddd !important;
}
#bdaplonebookings tr.group_email td p,
#bdaplonebookings tr.group_buyable td p {
margin-top: 0;
margin-bottom: 0;
float: left;
min-width: 18em;
width: 18em;
}
#bdaplonebookings tr.group_email span,
#bdaplonebookings tr.group_buyable span {
min-width: 18em;
width: 18em;
float: left;
margin-left: 7em;
}
#bdaplonebookings td {
padding: 1px 3px 1px 10px;
border-right: #ddd 1px solid;
}
#bdaplonebookings a.contenttype-document {
border: none !important;
}
#bdaplonebookings_paginate {
display: none;
}

}


/* - ++resource++bda.plone.shop.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.shop.css?original=1 */
/* */
div.buyable {
margin-top:0.3em;
margin-bottom:1em;
text-align:right;
}
div.availability {
float:left;
margin-top:0.2em;
position:relative;
}
div.availability_details {
z-index:1000;
position:absolute;
top:2em;
left:0;
text-align:left;
background-color:#fff;
border:#333 1px solid;
box-shadow:0px 0px 3px #333;
padding:1em;
min-width:20em;
display:none;
}
div.signal {
border:#ccc 1px solid;
border-radius:3px;
width:16px;
height:16px;
display:inline-block;
}
div.signal.red {
background-color:red;
}
div.signal.orange {
background-color:orange;
}
div.signal.yellow {
background-color:yellow;
}
div.signal.green {
background-color:green;
}
div.buyable dl.details {
margin-bottom:0.5em;
display: inline-block;
}
div.buyable dl.details dt {
margin-left:0.5em;
}
div.buyable dl.details dt,
div.buyable dl.details dd {
display: inline-block;
}
div.buyable dl.details input {
font-size:90%;
}
div.buyable .vat_label {
/* */
margin-left:0.5em;
}
div.buyable dd.price.original {
color:#ae0000;
text-decoration:line-through;
padding-right:0.2em;
}
a.buyable_add_to_cart:link,
a.buyable_add_to_cart:active,
a.buyable_add_to_cart:hover,
a.buyable_add_to_cart:visited,
a.buyable_update_cart:link,
a.buyable_update_cart:active,
a.buyable_update_cart:hover,
a.buyable_update_cart:visited {
margin-left:0.35em;
background-color:#75ad0a;
border-radius:0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
font-size:82%;
display:inline-block;
padding:0 0.4em;
text-align:center;
text-decoration:none;
cursor:pointer;
}
a.buyable_add_to_cart:hover,
a.buyable_update_cart:hover {
background-color:#eeeeee;
color:#75ad0a !important;
}
span.buyable_add_to_cart_disabled,
span.buyable_update_cart_disabled {
margin-left:0.35em;
background-color:#eeeeee;
border-radius:0.3em 0.3em 0.3em 0.3em;
color:white !important;
font-weight:bold;
font-size:82%;
display:inline-block;
padding:0 0.4em;
text-align:center;
text-decoration:none;
cursor:normal;
}
/* */
#formfield-form-widgets-IItemNotificationTextSettings-order_text td,
#formfield-form-widgets-IItemNotificationTextSettings-overbook_text td,
#formfield-form-widgets-IPaymentTextSettings-payment_text td {
vertical-align:top;
}
#formfield-form-widgets-IItemNotificationTextSettings-order_text select,
#formfield-form-widgets-IItemNotificationTextSettings-overbook_text select,
#formfield-form-widgets-IPaymentTextSettings-payment_text select {
width:100%;
}
#formfield-form-widgets-IItemNotificationTextSettings-order_text .cell-1,
#formfield-form-widgets-IItemNotificationTextSettings-overbook_text .cell-1,
#formfield-form-widgets-IPaymentTextSettings-payment_text .cell-1,
#formfield-form-widgets-IPaymentTextSettings-payment_text .cell-2 {
width:15%;
}
#formfield-form-widgets-IItemNotificationTextSettings-order_text .cell-2,
#formfield-form-widgets-IItemNotificationTextSettings-overbook_text .cell-2 {
width:85%;
}
#formfield-form-widgets-IPaymentTextSettings-payment_text .cell-3 {
width:70%;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}


/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget {
bottom: 3.5em;
height: auto;
left: 0px;
overflow-y: auto;
margin: 0em 1em;
position: absolute;
right: 0px;
top: 6em;
width: auto;
border: 1px solid #8CACBB;
}
.contenttreeWidget li {
display: block;
padding-left: 1em;
}
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0px;
margin: 0px;
}
.contenttreeWindowHeader {
padding: 1em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0px;
padding: 1em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0px;
left: 0px;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}
}


/* - ++resource++bda.plone.shopview.css - */
@media screen {
/* https://www.skaten.shop/portal_css/++resource++bda.plone.shopview.css?original=1 */
/* */
div.variant_aspects {
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
padding-top:1em;
margin-top:1em;
padding-bottom:1em;
margin-bottom:1em;
}
div.variant_aspects div.aspect {
display:inline;
position:relative;
margin-left:0.3em;
margin-right:0.3em;
}
div.variant_aspects div.aspect strong {
position:relative;
top:3px;
}
div.variant_aspects div.invalid_aspects {
padding:0.3em 0.3em 0 0.3em;
}
div.productgroup_listing_aspects div.variant_aspects {
padding-bottom:0;
margin-bottom:0;
border-bottom:none;
}
/* */
div.no_products {
margin-top:1em;
padding-top:1em;
border-top:#cccccc 1px solid;
}
div.no_products strong {
font-size:1.4em;
}
div.product {
margin-top:1em;
padding-top:1em;
border-top:#cccccc 1px solid;
}
img.product_listing_image {
margin:0 auto;
float:left;
margin-bottom:1em;
}
div.product_info {
margin-left:128px;
padding:0 0 0 20px;
}
/* */
img.product_image {
margin:0 auto;
float:left;
margin-bottom:1em;
}
#portal-columns div.shopview_panes {
padding:20px;
border-top:1px solid #cccccc;
margin-left:200px;
}
#portal-columns ul.shopview_tabs {
margin-bottom:0;
}
#portal-columns ul.shopview_tabs li {
list-style-image:none;
list-style-type:none;
display:inline-block;
margin:0 0 0 3px;
}
#portal-columns ul.shopview_tabs li.first {
margin:0 0 0 20px;
}
#portal-columns ul.shopview_tabs li a {
padding:6px 15px;
display:block;
color:#333;
background:#EEE;
border:1px solid #cccccc;
margin:5px 0 -1px 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
#portal-columns ul.shopview_tabs li a:hover {
background:#DDD;
}
#portal-columns ul.shopview_tabs li a.current {
font-weight:bold;
background:#FFF;
border-bottom:1px solid #ffffff;
margin-top:0;
padding-top:12px;
}

}


/* - ploneCustom.css - */
@media all {
/* https://www.skaten.shop/portal_css/ploneCustom.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */

}

