.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}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 #111}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 #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable tbody tr{background-color:#ffffff}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 #ddd}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 #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}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:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}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:#fafafa}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:#acbad5}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:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}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.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}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{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:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 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 #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 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_paginate .ellipsis{padding:0 1em}.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:#333}.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>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.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}} .range-bar{background-color:#a9acb1;border-radius:15px;display:block;height:4px;position:relative;width:100%}.range-quantity{background-color:#017afd;border-radius:15px;display:block;height:100%;width:0}.range-handle{background-color:#fff;border-radius:100%;cursor:move;height:30px;left:0;top:-13px;position:absolute;width:30px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.range-min,.range-max{color:#181819;font-size:12px;height:20px;padding-top:4px;position:absolute;text-align:center;top:-9px;width:24px}.range-min{left:-30px}.range-max{right:-30px}.vertical{height:100%;width:4px}.vertical .range-quantity{bottom:0;height:0;position:absolute;width:100%}.vertical .range-handle{bottom:0;left:-13px;top:auto}.vertical .range-min,.vertical .range-max{left:-10px;right:auto;top:auto}.vertical .range-min{bottom:-30px}.vertical .range-max{top:-30px}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.range-disabled{cursor:default} .msw-box table.dataTable {
display: table;
table-layout: auto;
border-collapse: collapse;
}
.msw-box table.dataTable tbody {
display: table-row-group;
}
.msw-box table.dataTable,
.msw-box table.dataTable th,
.msw-box table.dataTable td {
border: none;
}
.msw-box table.dataTable thead .sorting {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_both.png);
}
.msw-box table.dataTable thead .sorting_asc {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_asc.png);
}
.msw-box table.dataTable thead .sorting_desc {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_desc.png);
}
.msw-box table.dataTable thead .sorting_asc_disabled {
background-image: none;
}
.msw-box table.dataTable thead .sorting_desc_disabled {
background-image: none;
}
.msw-box table.dataTable.display tbody tr,
.msw-box table.dataTable.display tbody tr > .sorting_1,
.msw-box table.dataTable.display tbody tr > .sorting_2,
.msw-box table.dataTable.display tbody tr > .sorting_3,
.msw-box table.dataTable.display tbody tr.odd > .sorting_1,
.msw-box table.dataTable.display tbody tr.even > .sorting_1,
.msw-box table.dataTable.hover tbody tr:hover,
.msw-box table.dataTable.display tbody tr:hover,
.msw-box .dataTables_wrapper .dataTables_processing {
background: none;
}
.msw-box table.dataTable.display tbody th,
.msw-box table.dataTable.display tbody td {
border-top: none;
}
.msw-box table.dataTable.no-footer,
.msw-box .dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: none;
} .cdt-table {
width: 100%;
color: #656565;
background: #fff;
font-size: 15px;
font-weight: 400;
border: 1px solid #e6e6e6;
overflow: hidden;
border-radius: 5px;
box-shadow: 0 0px 16px 0 rgba(40,40,90,.09), 0 0px 6px 0 rgba(0,0,0,.065);
}
.cdt-table .title-bar {
border-bottom: 1px solid #e6e6e6;
font-weight: bold;
padding: 14px;
text-align: left;
}
.msw-box table.dataTable thead th {
font-size: 0.8em;
letter-spacing: 1px;
color: #6B6F82;
background-color: #fff;
text-align: right;
padding: 14px 36px 14px 18px;
border-color: #e6e6e6;
border-style: solid;
border-width: 0 1px 1px 0;
text-transform: uppercase;
float: none;
}
.msw-box table.dataTable tbody td {
color: #37414a;
padding: 8px 18px;
text-align: right;
outline: none;
vertical-align: middle;
}
.cdt-table .dataTables-footer {
background: #F3F7FA;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 30px;
}
.msw-box table.dataTable thead .sorting,
.msw-box table.dataTable thead .sorting_asc,
.msw-box table.dataTable thead .sorting_desc,
.msw-box table.dataTable thead .sorting_asc_disabled,
.msw-box table.dataTable thead .sorting_desc_disabled {
background-repeat: no-repeat;
background-position: center right 10px;
}
.msw-box table.dataTable.display tbody tr.even {
background-color: #fff;
}
.msw-box table.dataTable.display tbody tr.odd {
background-color: #F8FAFB;
}
.msw-box table.dataTable.display tbody tr:last-child {
border-bottom: 1px solid #e6e6e6;
}
.msw-box .dataTables_wrapper .dataTables_length {
color: rgba(74,89,106,.4);
font-size: 0.9em;
}
.msw-box .dataTables_wrapper .dataTables_length select {
outline: none;
display: inline-block;
background-color: transparent;
width: auto;
padding: 2px;
border: 1px solid #d6d6d6;
border-radius: 3px;
height: auto;
font-size: 14px;
margin-left: 8px;
color: rgba(74,89,106,.7);
font-weight: bold;
}
.msw-box .dataTables_wrapper .dataTables_paginate {
padding-top: 0;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
display: none;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button {
position: relative;
color: rgba(74,89,106,.7) !important;
font-weight: bold;
font-size: 0.9em;
padding: 7px 14px;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.info {
cursor: default;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: rgba(74,89,106,.7) !important;
background: none;
box-shadow: none;
border: 1px solid transparent;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
padding-left: 20px;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.next {
padding-right: 20px;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before, .msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-radius: 5px;
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
left: 2px;
border-right: 7px solid rgba(74,89,106,.7);
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
right: 2px;
border-left: 7px solid rgba(74,89,106,.7);
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled::before {
border-right: 7px solid rgba(74,89,106,.2);
}
.msw-box .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled::before {
border-left: 7px solid rgba(74,89,106,.2);
}
.msw-box table.dataTable thead th.text-left, .msw-box table.dataTable tbody td.text-left {
text-align: left;
}
.msw-box table.dataTable tbody .stock, .msw-box table.dataTable tbody .stock-image {
display: flex;
align-items: center;
flex-shrink: 0;
}
.msw-box table.dataTable tbody .stock .stock-image img {
width: 100%;
max-width: 35px;
margin-right: 10px;
}
.msw-box table.dataTable.dtr-column.collapsed tbody td.ctrl .stock .stock-image img {
max-height: 25px;
}
.msw-box table.dataTable.dtr-column.collapsed tbody td.ctrl .stock .stock-name {
display: none;
}
.msw-box table.dataTable.dtr-column.collapsed tbody td.ctrl .stock .stock-symbol {
color: #6d6d6d;
font-weight: bold;
}
.msw-box table.dataTable.dtr-column.collapsed tbody td.ctrl .stock a.stock-title .stock-symbol {
color: #2e7ad0;
}
.msw-box table.dataTable tbody .stock .stock-title {
font-size: 15px;
text-align: left;
}
.msw-box table.dataTable tbody .stock .stock-title .stock-name,
.msw-box table.dataTable tbody .stock .stock-title .stock-symbol {
line-height: 1.5;
}
.msw-box table.dataTable tbody .stock .stock-title .stock-name {
font-weight: bold;
color: #6d6d6d;
font-size: 1.1em;
}
.msw-box table.dataTable tbody .stock .stock-title a.stock-name {
color: #0081f2;
}
.msw-box table.dataTable tbody .stock a.stock-title {
box-shadow: none;
text-decoration: none;
}
.msw-box table.dataTable tbody .stock a.stock-title .stock-name {
color: #2e7ad0;
}
.msw-box table.dataTable tbody .stock .stock-title .stock-symbol {
color: #999;
font-size: 0.9em;
}
.msw-box table.dataTable tbody .up {
color: #00b600;
}
.msw-box table.dataTable tbody .down {
color: #fb0000;
}
.msw-box table.dataTable tbody canvas {
width: 100% !important;
height: 50px !important;
}
.msw-box table.dataTable tbody .chart-wrapper {
width: 190px;
min-width: 150px;
max-width: 190px;
}
.msw-box table.dataTable.dtr-column tbody td {
font-size: 14px;
}
.msw-box .dataTables_wrapper .dataTables_scroll {
margin-left: -2px;
}
.msw-box .dataTables_wrapper .DTFC_LeftBodyLiner,
.msw-box .dataTables_wrapper .DTFC_RightBodyLiner {
overflow-y: unset !important;
}
@media (max-width: 768px) {
.dataTables-footer {
flex-direction: column;
}
} .msw-box .dataTables_paginate {
padding: 15px 10px !important;
}
.msw-box .dataTables_paginate .paginate_button {
padding: 0 10px;
border-radius: 3px;
margin: 0 2px;
font-size: 14px;
line-height: 30px;
color: #6B6F82;
background: #fff;
border: 1px solid #e6e6e6;
cursor: pointer;
transition: all 0.3s;
} @keyframes moveGradient {
0% {
background-position: 0% 0%;
}
100% {
background-position: -200% 0%;
}
}
.cdt-table .loader {
position: relative;
display: none;
width: 100%;
height: 2px;
transition: opacity 200ms ease;
}
.cdt-table .loader-footer {
top: 6px;
}
.cdt-table .loader::before {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, red 0%, yellow 15%, lime 30%, cyan 50%, blue 65%, magenta 80%, red 100%);
background-size: 200%;
animation: moveGradient 5s linear infinite;
} .cdt-table.dark {
color: #fff;
background: #293145;
border: 1px solid rgba(83,101,140,0.33);
}
.cdt-table.dark table.dataTable thead th {
color: #ccd9e8;
background-color: #293145;
border-color: rgba(83,101,140,0.33);
}
.cdt-table.dark .title-bar {
border-bottom: 1px solid rgba(83,101,140,0.33);
}
.cdt-table.dark table.dataTable tbody td,
.cdt-table.dark table.dataTable tbody .stock .stock-title .stock-name {
color: #ccd9e8;
}
.cdt-table.dark table.dataTable.display tbody tr.even {
background-color: #293145;
}
.cdt-table.dark table.dataTable.display tbody tr.odd,
.cdt-table.dark table.dataTable.display tbody > tr:nth-child(odd) > td {
background-color: #313a50;
}
.cdt-table.dark table.dataTable.display tbody tr:last-child {
border-bottom: 1px solid #3a4458;
}
.cdt-table.dark .dataTables-footer {
background: rgba(18,22,41,0.22);
}
.cdt-table.dark .stock .stock-title .stock-name {
color: #ddd;
}
.cdt-table.dark .dataTables_wrapper .dataTables_length,
.cdt-table.dark .dataTables_wrapper .dataTables_length select,
.cdt-table.dark .dataTables_wrapper .dataTables_paginate .paginate_button {
color: #B7BAC6 !important;
background-color: #424e6f;
}
.cdt-table.dark .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
left: 2px;
border-right: 7px solid #B7BAC6;
}
.cdt-table.dark .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
right: 2px;
border-left: 7px solid #B7BAC6;
}
.cdt-table.dark table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.cdt-table.dark table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
.cdt-table.dark table.dataTable.dtr-column.collapsed > tbody > tr > td.ctrl:before,
.cdt-table.dark table.dataTable.dtr-column.collapsed > tbody > tr > th.ctrl:before {
background-color: #424e6f;
}
.cdt-table.dark table.dataTable > tbody > tr.child span.dtr-title {
color: #ccd9e8;
}
.cdt-table.dark table.dataTable > tbody > tr.child ul.dtr-details > li {
border-bottom: 1px solid rgba(83,101,140,0.33);
}
.cdt-table.dark table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
border-bottom: none;
}
.cdt-table.dark table.dataTable > tbody > tr.child > td.child {
background: rgba(18,22,41,0.22);
border-top: 1px solid rgba(83,101,140,0.33);
border-bottom: 1px solid rgba(83,101,140,0.33);
}
.cdt-table.dark table.dataTable thead .sorting_asc {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_asc_dark.png);
}
.cdt-table.dark table.dataTable thead .sorting_desc {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_desc_dark.png);
}
.cdt-table.dark table.dataTable thead .sorting {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/sort_both_dark.png);
} .cdt-table .cdt-fixedHeader {
position: relative;
display: block;
overflow: hidden;
z-index: 9999;
}
.cdt-table table.fixedHeader-floating {
z-index: 9999;
}
table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}} .msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
cursor: default !important
}
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
display: none !important
}
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
position: relative;
padding: 18px;
padding-left: 60px;
cursor: pointer
}
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
content: '';
position: absolute;
top: 50%;
left: 15px;
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/chevron-down.svg);
background-size: 10px;
background-repeat: no-repeat;
background-position: center;
background-color: #d0d0d0;
padding: 15px;
border-radius: 4px;
transform: translateY(-50%);
}
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.msw-box table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/table/chevron-up.svg);
}
.msw-box table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
.msw-box table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
padding-left: 27px
}
.msw-box table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
.msw-box table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
top: 5px;
left: 4px;
height: 14px;
width: 14px;
border-radius: 14px;
line-height: 14px;
text-indent: 3px
}
.msw-box table.dataTable.dtr-column.collapsed > tbody > tr > td.ctrl,
.msw-box table.dataTable.dtr-column.collapsed > tbody > tr > th.ctrl {
position: relative;
padding-left: 60px;
cursor: pointer
}
.msw-box table.dataTable.dtr-column.collapsed > tbody > tr > td.ctrl:before,
.msw-box table.dataTable.dtr-column.collapsed > tbody > tr > th.ctrl:before {
top: 50%;
left: 15px;
display: block;
position: absolute;
color: white;
box-sizing: content-box;
text-align: center;
text-indent: 0 !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
line-height: 16px;
content: '\f107';
background-color: #d0d0d0;
padding: 6px 10px;
border-radius: 4px;
font-size: 1.1em;
transform: translateY(-50%);
}
.msw-box table.dataTable.dtr-column > tbody > tr.parent td.ctrl:before,
.msw-box table.dataTable.dtr-column > tbody > tr.parent th.ctrl:before {
content: '\f106';
}
.msw-box table.dataTable > tbody > tr.child > td.child {
background: #F3F7FA;
border-top: 1px solid rgba(0,0,0,0.07);
border-bottom: 1px solid rgba(0,0,0,0.07);
}
.msw-box table.dataTable > tbody > tr.child {
padding: 0.5em 1em
}
.msw-box table.dataTable > tbody > tr.child:hover {
background: transparent !important
}
.msw-box table.dataTable > tbody > tr.child ul.dtr-details {
width: 100%;
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0
}
.msw-box table.dataTable > tbody > tr.child ul.dtr-details > li {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #efefef;
margin: 0;
padding: 0.5em 0;
text-align: left;
}
.msw-box table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
padding-top: 0
}
.msw-box table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
border-bottom: none
}
.msw-box table.dataTable > tbody > tr.child span.dtr-title {
color: #6d6d6d;
display: inline-block;
min-width: 75px;
font-weight: bold
}
div.dtr-modal {
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 100;
padding: 10em 1em
}
div.dtr-modal div.dtr-modal-display {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 50%;
height: 50%;
overflow: auto;
margin: auto;
z-index: 102;
overflow: auto;
background-color: #f5f5f7;
border: 1px solid black;
border-radius: 0.5em;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6)
}
div.dtr-modal div.dtr-modal-content {
position: relative;
padding: 1em
}
div.dtr-modal div.dtr-modal-close {
position: absolute;
top: 6px;
right: 6px;
width: 22px;
height: 22px;
border: 1px solid #eaeaea;
background-color: #f9f9f9;
text-align: center;
border-radius: 3px;
cursor: pointer;
z-index: 12
}
div.dtr-modal div.dtr-modal-close:hover {
background-color: #eaeaea
}
div.dtr-modal div.dtr-modal-background {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 101;
background: rgba(0, 0, 0, 0.6)
}
@media screen and (max-width: 767px) {
div.dtr-modal div.dtr-modal-display {
width: 95%
}
} @media (max-width: 767px) {
.msw-box.cdt-table table.table-scroll tbody .stock .stock-image img {
max-width: 20px;
}
.msw-box.cdt-table table.table-scroll tbody .stock .stock-title a.stock-name {
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.msw-box.cdt-table table.table-scroll tbody .stock .stock-title .stock-name {
font-size: 1em;
}
.msw-box.cdt-table table.table-scroll tbody .stock .stock-title .stock-symbol {
font-size: 0.9em;
}
.msw-box.cdt-table table.table-scroll tbody .stock .stock-title .stock-name,
.msw-box.cdt-table table.table-scroll tbody .stock .stock-title .stock-symbol {
line-height: 1;
}
.msw-box.cdt-table table.table-scroll .min-tablet-p {
display: none;
}
}@font-face {
font-family: 'LEDDotMatrixRegular';
src: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/fonts/LEDDotMatrixRegular.eot?#iefix) format('embedded-opentype'),  url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/fonts/LEDDotMatrixRegular.woff) format('woff'), url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/fonts/LEDDotMatrixRegular.ttf)  format('truetype'), url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/fonts/LEDDotMatrixRegular.svg#LEDDotMatrixRegular) format('svg');
font-weight: normal;
font-style: normal;
} 
.msw-box > div,
.msw-box > a {
margin-bottom: 1rem;
}
.msw-box > div:last-child {
margin-bottom: 0;
} .msw-hidden {
visibility: hidden;
}
.msw-box a {
text-decoration: none !important;
}
.msw-box .d-block {
display: block;
}
.msw-box .d-inline-block {
display: inline-block;
}
.msw-box .d-flex {
display: flex;
}
.msw-box .d-flex-column {
flex-direction: column;
}
.msw-box .justify-center {
justify-content: center;
}
.msw-box .justify-around {
justify-content: space-around;
}
.msw-box .justify-between {
justify-content: space-between;
}
.msw-box .justify-end {
justify-content: flex-end;
}
.msw-box .align-top {
align-items: flex-start;
}
.msw-box .align-bottom {
align-items: flex-end;
}
.msw-box .align-center {
align-items: center;
}
.msw-box .text-primary {
color: #2196f3;
}
.msw-box .text-light {
color: #989898;
}
.msw-box .text-success {
color: #1ca913;
}
.msw-box .text-danger {
color: #f00;
}
.msw-box .text-center {
text-align: center;
}
.msw-box .text-right {
text-align: right;
}
.msw-box .bg-primary {
background: #2196f3;
}
.msw-box .bg-light {
background: #989898;
}
.msw-box .bg-success {
background: #1ca913;
}
.msw-box .bg-danger {
background: #f00;
}
.msw-box .w-50 {
width: 50%;
}
.msw-box .w-100 {
width: 100%;
}
.msw-box .mb-10 {
margin-bottom: 10px;
}
.msw-box .mb-30 {
margin-bottom: 30px;
}
.msw-box .mt-10 {
margin-top: 10px;
}
.msw-box .mt-30 {
margin-top: 30px;
}
.msw-box .ml-10 {
margin-left: 10px;
}
.msw-box .ml-30 {
margin-left: 30px;
}
.msw-box .mr-10 {
margin-right: 10px;
}
.msw-box .mr-30 {
margin-right: 30px;
} .msw-box .pb-10 {
padding-bottom: 10px;
}
.msw-box .pb-30 {
padding-bottom: 30px;
}
.msw-box .pt-10 {
padding-top: 10px;
}
.msw-box .pt-30 {
padding-top: 30px;
}
.msw-box .pl-10 {
padding-left: 10px;
}
.msw-box .pl-30 {
padding-left: 30px;
}
.msw-box .pr-10 {
padding-right: 10px;
}
.msw-box .pr-30 {
padding-right: 30px;
}
.msw-box .msw-hl-light,
.msw-box .msw-hl-dark {
padding: 5px;
border-radius: 5px;
box-sizing: content-box;
}
.msw-box .msw-hl-dark {
background: #fff;
}
.msw-box .msw-hl-light {
background: #e9eceb;
border: 1px solid #e2e2e2;
} .msw-box .msw-ticker {
position: relative;
visibility: hidden;
overflow: hidden;
}
.msw-box .msw-ticker.msw-header,
.msw-box .msw-ticker.msw-footer {
width: 100%;
position: fixed;
left: 0;
z-index: 9999999;
}
.msw-box .msw-ticker.msw-header {
top: 0;
}
.msw-box .msw-ticker.msw-footer {
bottom: 0;
}
.msw-box .msw-ticker-round {
border-radius: 5px;
}
.msw-box .msw-ticker-stats {
position: relative;
font-size: 15px;
margin: 0 !important;
border: 0 none !important;
white-space: nowrap;
list-style: none !important;
line-height: 1em;
z-index: 10;
}
.msw-box .msw-ticker-stats .cc-stock {
display: inline-flex;
margin: 0 !important;
padding: 10px 5px !important;
}
.msw-box .msw-ticker-stats .cc-stock div b {
font-weight: 500;
text-align: center;
display: flex;
align-items: center;
}
.msw-box .msw-ticker-stats .cc-stock .stock-img {
margin-right: 8px;
}
.msw-box .msw-ticker-stats-rtl .cc-stock .stock-img {
margin-left: 8px;
}
.msw-box .msw-ticker-stats a {
color: inherit;
}
.msw-box .cc-stock .stock-img {
width: 100%;
max-width: 25px;
max-height: 25px;
margin-right: 10px;
vertical-align: top;
}
.msw-box .cc-stock > div {
position: relative;
}
.msw-box .cc-stock svg {
display: inline-block;
width: 0.9em;
margin-right: 2px;
}
.msw-box .cc-stock:before {
display: none;
}
.msw-box a.cc-stock:hover {
background: rgba(255,255,255,0.1);
} .msw-box .cc-ticker {
width: 100%;
overflow: hidden;
}
.msw-box .msw-ticker-stats {
position:relative;
width:100%;
-webkit-animation: ticker 0s linear infinite 0s normal;
-moz-animation: ticker 0s linear infinite 0s normal;
animation: ticker 0s linear infinite 0s normal;
}
.msw-box:hover .msw-ticker-stats {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
animation-play-state: paused;
}
.msw-box .msw-ticker-stats-rtl {
-webkit-animation: ticker-rtl 0s linear infinite 0s normal;
-moz-animation: ticker-rtl 0s linear infinite 0s normal;
animation: ticker-rtl 0s linear infinite 0s normal;
}
.msw-box .msw-ticker-stats .cc-dup {
display: inline;
}
@-webkit-keyframes ticker {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes ticker {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes ticker-rtl {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes ticker-rtl {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.msw-box .msw-glossy:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 51%, rgba(255,255,255, 0.14));
}
.msw-box .msw-dark-theme .cc-stock {
border-right: 1px solid #363c4e;
}
.msw-box .msw-led-theme {
background: #010101;
} 
.msw-box .msw-led-theme .msw-ticker-stats {
font-family: 'LEDDotMatrixRegular';
font-size: 23px;
letter-spacing: 2px;
text-transform: uppercase;
}
.msw-box .msw-led-theme::before,
.msw-box .msw-led-theme::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
z-index: 1;
}
.msw-box .msw-led-theme::after {
background: -webkit-linear-gradient(#444 50%, transparent 50%);
background: linear-gradient(#444 50%, transparent 50%);
background-size: 100% 3px;
background-repeat: repeat-y;
}
.msw-box .msw-led-theme::before {
background: -webkit-linear-gradient(to left, transparent 50%, #444 50%);
background: linear-gradient(to left, transparent 50%, #444 50%);
background-size: 3px 100%;
background-repeat: repeat-x;
}
.msw-box .msw-led-theme .msw-up {
color: #34f807;
}
.msw-box .msw-led-theme .msw-down {
color: #ff000f;
}
.msw-box .msw-led-theme .msw-price {
display: flex;
align-items: center;
}
.msw-box .msw-led-theme .cc-stock svg {
width: 26px;
margin-right: 6px;
}
.msw-box .msw-led-theme div b {
font-weight: normal !important;
}
.msw-box .msw-ticker.msw-light-theme {
background: linear-gradient(to top, #f2f2f2, #fff);
border: 1px solid #dadde0;
}
.msw-box .msw-ticker.msw-light-theme .cc-stock {
padding: 10px 15px !important;
border-right: 1px solid #dadde0;
}
.msw-box .msw-ticker.msw-light-theme .cc-stock:last-child {
border-right: none;
}
.msw-box .msw-ticker-vertical .msw-ticker-stats {
display: flex;
justify-content: space-around;
}
.msw-box .msw-ticker-init .msw-ticker-stats .cc-stock {
flex: 1;
}
.msw-box .msw-ticker-vertical .cc-stock {
display: inline-flex;
} .fiat-symbol,
.msw-box .fiat-symbol {
display: inline-block !important;
}
.msw-box .msw-down .fiat-symbol {
transform: rotate(180deg);
} .msw-company .msw-section {
margin-bottom: 20px;
}
.msw-company .msw-section:last-child {
margin-bottom: 0;
}
.msw-company a {
font-weight: bold;
}
.msw-company {
position: relative;
width: 100%;
padding: 20px;
background: #fff;
border: 2px solid #f1f3f6;
border-radius: 5px;
box-sizing: border-box;
}
.msw-company-name {
font-size: 2em;
font-weight: bold;
}
.msw-company .msw-logo {
width: 100%;
max-width: 40px;
margin-right: 10px;
}
.msw-company-hl {
padding-bottom: 15px;
border-bottom: 2px solid rgba(123, 123, 123, 0.25);
}
.msw-company-hl > div {
padding: 5px 0;
padding-right: 20px;
}
.msw-company .msw-icon {
width: 20px;
opacity: 0.5;
}
.msw-company .msw-company-table {
width: auto;
border: 0 none;
}
.msw-company .msw-company-table td {
padding: 5px;
border: 0 none;
}
.msw-xs .msw-company-hl span {
display: block;
}
.msw-xs .msw-company .msw-company-table.has-labels td {
display: block;
}
.msw-md .msw-company-hl {
flex-direction: column;
} .msw-box .msw-btn {
position: relative;
display: inline-block;
color: #fff;
font-weight: bold;
font-size: 13px;
margin: 0 5px 10px 0;
padding: 6px 20px;
border: 1px solid transparent;
box-sizing: border-box;
overflow: hidden;
text-align: center;
text-decoration:none;
text-transform: uppercase;
user-select: none;
vertical-align: top;
transition: background-color .2s ease-out;
}
.msw-box .msw-btn:last-child {
margin: 0;
}
.msw-box .msw-btn-sm {
padding: 4px 12px;
}
.msw-box .msw-btn-lg {
padding: 12px 30px;
}
.msw-box .msw-btn img {
height: 2em;
margin-right: 10px;
}
.msw-box .msw-btn-plastic {
color: #fff;
font-weight: bold;
background-color: #ddd;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.msw-box .msw-btn-cool {
border: 1px solid rgba(0,0,0,0.21) !important;
border-bottom: 4px solid rgba(0,0,0,0.21) !important;
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.msw-box .msw-btn-flat {
border: none !important;
}
.msw-box .msw-btn-outline {
background-color: transparent !important;
}
.msw-box .msw-btn-light {
color: #555;
background-color: #fff;
border-color: #fff;
}
.msw-btn-plastic.msw-btn-light {
color: #555;
background-color: #ddd;
border-color: #bbb;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.msw-box .msw-btn-plastic.msw-btn-yellow,
.msw-box .msw-btn-cool.msw-btn-yellow {
color: #967d09;
text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.msw-box .msw-btn-none {
padding: 0;
color: inherit;
border: none;
background: none;
}
.msw-box .msw-btn-block {
display: block;
width: 100%;
} ul.msw-news {
padding: 20px;
list-style: none;
text-align: left;
border-radius: 5px;
}
ul.msw-news li {
padding-bottom: 20px;
line-height: 1.5em;
}
ul.msw-news li:last-child {
padding-bottom: 0;
}
ul.msw-news .msw-n-media {
margin-right: 20px;
}
ul.msw-news .msw-n-img {
width: 100px;
height: 100px;
border-radius: 5px;
background-image: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/rss.png);
background-size: cover;
background-position: center;
}
ul.msw-news .msw-n-content {
width: 100%;
}
ul.msw-news a.msw-n-title {
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
ul.msw-news a.msw-n-title:hover {
text-decoration: underline;
}
ul.msw-news .msw-n-stat {
opacity: 0.5;
} .msw-box .msw-list {
position: relative;
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.msw-box .msw-list-item {
display: block;
color: inherit;
padding: 15px;
border-bottom: 1px solid rgba(83,101,140,.33);
}
.msw-box .msw-list-item:last-child {
border-bottom: 0;
}
.msw-box .msw-list .msw-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.msw-box .msw-list .inline-chart {
margin-left: 20px;
}
.msw-box .msw-list .flex-truncate {
flex-grow: 1;
min-width: 0;
padding-right: 10px;
}
.msw-box .msw-list img {
max-height: 25px;
margin-right: 10px;
}
.msw-box .msw-list-1 .msw-price,
.msw-box .msw-list-1 .msw-change {
display: inline-block;
margin: 0 4px;
padding: 4px;
}
.msw-box .msw-list-1 .msw-change {
color: #fff;
border-radius: 3px;
min-width: 60px;
}
.msw-box .msw-list-2 .msw-change {
min-width: 60px;
}
.msw-box .msw-list-3 .msw-inline-chart {
margin-left: 20px;
}
.msw-box .msw-list-toggle {
border: 0 !important;
}
.msw-box .msw-list-toggle .msw-list-item {
margin-bottom: 10px;
padding: 0 !important;
overflow: hidden;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.msw-box .msw-list-toggle .msw-list-row {
padding: 15px;
}
.msw-box .msw-list-toggle .msw-list-header {
position: relative;
padding-right: 45px;
cursor: pointer;
}
.msw-box .msw-list-toggle .msw-list-header i {
position: absolute;
top: 50%;
right: 10px;
width: 18px;
height: 9px;
transform: translateY(-50%);
}
.msw-box .msw-list-toggle .msw-list-header i::before, .msw-list-header i::after {
content: "";
position: absolute;
background-color: #565656;
width: 3px;
height: 9px;
transition: all 0.25s ease-in-out;
}
.msw-box .msw-list-toggle .msw-list-header i::before {
transform: translate(2px, 0) rotate(45deg);
}
.msw-box .msw-list-toggle .msw-list-header i::after {
transform: translate(-2px, 0) rotate(-45deg);
}
.msw-box .msw-list-toggle .msw-list-item.active .msw-list-header i::before {
transform: translate(-2px, 0) rotate(45deg);
}
.msw-box .msw-list-toggle .msw-list-item.active .msw-list-header i::after {
transform: translate(2px, 0) rotate(-45deg);
}
.msw-box .msw-list-toggle .msw-list-body {
display: none;
width: 100%;
text-align: left;
}
.msw-box .msw-list-4 .msw-list-price,
.msw-box .msw-list-5 .msw-list-price {
opacity: 1;
transition: opacity .15s ease-in;
}
.msw-box .msw-list-4 .msw-list-item.active .msw-list-price,
.msw-box .msw-list-5 .msw-list-item.active .msw-list-price {
opacity: 0;
}
.msw-box .msw-list-4 .msw-price {
font-size: 3em;
line-height: 1em;
}
.msw-box .msw-list-4 .msw-change {
min-width: 60px;
text-align: right;
}
.msw-box .msw-list-5 .msw-list-table {
border-collapse: collapse;
}
.msw-box .msw-list-5 .msw-list-table td {
padding: 10px 15px;
border-color: rgba(83,101,140,.33);
border-width: 1px 0;
border-style: dashed;
}
.msw-box .msw-list-5 .msw-list-table tr:last-child td {
border-bottom: 0;
}
.msw-box .msw-list.msw-light-theme .msw-list-item {
border-bottom: 1px solid #e6e6e6;
}
.msw-box .msw-list-5 .msw-light-theme .msw-list-table td {
border-color: #e2e2e2;
} .chartjs-tooltip {
position: fixed;
font-size: 14px;
opacity: 1;
border-radius: 5px;
pointer-events: none;
overflow: hidden;
box-shadow: 2px 2px 6px -4px #999;
-webkit-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transition: all .15s ease;
transition: all .15s ease;
z-index: 9999999999;
}
.chartjs-tooltip table {
margin: 0;
border: 0;
text-align: left;
white-space: nowrap;
border-collapse: collapse;
}
.chartjs-tooltip th,
.chartjs-tooltip td {
border: 0 none;
padding: 4px 8px;
vertical-align: middle;
}
.chartjs-tooltip-light {
border: 1px solid #e3e3e3;
background: rgba(255,255,255,0.96);
}
.chartjs-tooltip-light thead tr {
background: #ECEFF1;
border-bottom: 1px solid #ddd;
}
.chartjs-tooltip-dark thead tr {
background: rgba(0, 0, 0, 0.7);
border-bottom: 1px solid #333;
}
.chartjs-tooltip-dark {
color: #fff;
background: rgba(30,30,30,0.8);
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 8px;
border-radius: 50%;
} .msw-chart {
position: relative;
border-radius: 5px;
border-style: solid;
overflow: hidden;
border-width: 1px;
}
.msw-chart-light {
background: #fff;
border-color: rgb(238,238,238);
}
.msw-chart-dark {
background: #202328;
border-color: #202328;
} .cdt-table .msw-inline-chart {
width: 200px;
max-height: 200px;
}
.msw-box table.dataTable > tbody > tr > td:first-child,
.msw-box table.dataTable > thead > tr > th:first-child {
text-align: left;
}
.cdt-table.cmcl-xs table.dataTable {
font-size: 13px;
}
.cdt-table.cmcl-xs .stock-name {
display: inline-block;
max-width: 10ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cdt-table.cmcl-xs table.dataTable .stock-image img {
max-width: 24px;
}
.cdt-table .datatable-scroll {
overflow: auto;
}
.cdt-table .datatable-scroll::-webkit-scrollbar {
height: 5px;
}
.cdt-table .datatable-scroll:hover::-webkit-scrollbar-track {
background:#e9ecf5;
}
.cdt-table .datatable-scroll:hover::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #848ea1;
}
.cdt-table.dark .datatable-scroll:hover::-webkit-scrollbar-track {
background:rgba(18,22,41,0.22);
} .msw-range-slider {
position: relative;
width: 190px;
margin: 20px 0 24px 0;
font-size: 12px;
}
.msw-range-slider .rangeslider,
.msw-range-slider .rangeslider__fill {
display: block;
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.msw-range-slider .rangeslider {
background: #e6e6e6;
position: relative;
}
.msw-range-slider .rangeslider--horizontal {
height: 5px;
width: 100%;
}
.msw-range-slider .rangeslider--horizontal .range-min,
.msw-range-slider .rangeslider--horizontal .range-max {
position: absolute;
color: inherit;
top: 10px;
left: 0;
width: auto;
}
.msw-range-slider .rangeslider--horizontal .range-max {
left: auto;
right: 0;
}
.msw-range-slider .rangeslider--vertical {
width: 20px;
min-height: 150px;
max-height: 100%;
height: 100%;
}
.msw-range-slider .rangeslider--disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.msw-range-slider .rangeslider__fill {
background: #06a076;
position: absolute;
}
.msw-range-slider .rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 100%;
}
.msw-range-slider .rangeslider--vertical .rangeslider__fill {
bottom: 0;
width: 100%;
}
.msw-range-slider .rangeslider__handle {
position: absolute;
display: inline-block;
width: auto;
height: auto;
color: #fff;
background: #06a076;
padding: 4px 8px;
text-align: center;
border-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
box-sizing: border-box;
cursor: pointer;
}
.msw-range-slider .rangeslider--horizontal .rangeslider__handle {
bottom: 0;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.msw-range-slider .rangeslider--vertical .rangeslider__handle {
left: -10px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}
input[type="range"]:focus + .msw-range-slider .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
} .msw-box .msw-label {
position: relative;
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.msw-box a.msw-label {
display: block;
color: inherit;
}
.msw-box .msw-label-col {
padding: 15px;
}
.msw-box .msw-label .flex-truncate {
flex-grow: 1;
min-width: 0;
padding-right: 10px;
}
.msw-box .msw-label .msw-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.msw-box .msw-label .msw-arrow {
display: inline-block;
height: 0.7em;
margin-right: 4px;
}
.msw-box .msw-label .msw-logo {
width: 100%;
}
.msw-box .msw-label-1 .msw-logo {
max-width: 25px;
}
.msw-box .msw-label-2 {
font-weight: bold;
white-space: nowrap;
}
.msw-box .msw-label-2 .msw-label-heading {
font-size: 0.8em;
opacity: 0.3;
text-transform: uppercase;
}
.msw-box .msw-label-3 .msw-price {
display: inline-block;
color: #fff;
border-radius: 3px;
min-width: 60px;
margin: 0 4px;
padding: 4px 8px;
text-align: center;
}
.msw-box .msw-label-3 .msw-logo {
max-width: 25px;
}
.msw-box .msw-label-4 {
white-space: nowrap;
}
.msw-box .msw-label-4 .msw-price {
font-size: 1.4em;
}
.msw-box .msw-label-4 .msw-name b {
font-size: 1.3em;
line-height: 1em;
}
.msw-box .msw-label-4 .msw-logo {
max-width: 35px;
} .msw-box .msw-card {
position: relative;
background: #fff;
border-radius: 5px;
border: 1px solid #f1f3f6;
box-sizing: border-box;
overflow: hidden;
}
.msw-box a.msw-card {
display: block;
color: inherit;
}
.msw-box .msw-card .msw-card-header,
.msw-box .msw-card .msw-card-body {
padding: 20px;
}
.msw-box .msw-card .flex-truncate {
flex-grow: 1;
min-width: 0;
padding-right: 10px;
}
.msw-box .msw-card .msw-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.msw-box .msw-card img {
max-height: 40px;
margin-right: 10px;
}
.msw-box .msw-card .msw-card-chart {
transform: translateY(1px);
}
.msw-box .msw-card img.msw-img-small {
max-height: 20px;
}
.msw-box .msw-card-1 .msw-symbol {
font-size: 2em;
}
.msw-box .msw-card-1 .msw-price {
color: #9194a6;
font-size: 3em;
line-height: 1;
white-space: nowrap;
}
.msw-box .msw-card-1 .msw-price img {
padding-bottom: 5px;
}
.msw-box .msw-card-2 .msw-name span {
font-size: 1.3em;
}
.msw-box .msw-card-2 .msw-price {
font-size: 3em;
line-height: 1;
}
.msw-box .msw-card-3 .msw-price {
color: #9194a6;
font-size: 3em;
}
.msw-box .msw-card-3 img {
max-height: 20px;
margin-right: 10px;
}
.msw-box .msw-card-4 img {
max-height: 20px;
margin-right: 10px;
}
.msw-box .msw-card-4 .msw-price {
font-size: 2em;
}
.msw-box .msw-card-4 .bg {
position: absolute;
height: 100%;
right: 20px;
bottom: -20px;
}
.msw-box .msw-card-4 .bg img {
display: block;
max-height: 100%;
margin: 0;
height: 100%;
opacity: .1;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
background: 0 0;
border: none;
}
.msw-box .msw-card-5 .msw-card-header {
padding-bottom: 15px;
border-bottom: 1px solid #fafafa;
}
.msw-xs .msw-card-5 .msw-card-body {
flex-direction: column;
}
.msw-box .msw-card-6 .msw-name b,
.msw-box .msw-card-6 .msw-price {
font-size: 1.3em;
}
.msw-box .msw-card-7 {
line-height: 1.5;
}
.msw-box .msw-card-7 .msw-price {
font-size: 1.5em;
}
.msw-box .msw-card-7 .msw-text {
font-size: 0.8em;
margin-top: 20px;
margin-bottom: 5px;
text-transform: uppercase;
}
.msw-box .msw-card-8 .msw-name b,
.msw-box .msw-card-8 .msw-price {
font-size: 1.3em;
}
.msw-box .msw-card-8 .msw-card-list {
margin-bottom: 10px;
}
.msw-box .msw-card-8 .msw-card-list:last-child {
margin-bottom: 0;
}
.msw-box .msw-dark-theme,
.msw-box .msw-red-theme,
.msw-box .msw-green-theme,
.msw-box .msw-blue-theme,
.msw-box .msw-yellow-theme,
.msw-box .msw-purple-theme {
color: #fff;
}
.msw-box .msw-light-theme {
background-color: #fff;
}
.msw-box .msw-dark-theme {
background-color: #293145;
}
.msw-box .msw-red-theme {
background-color: #cd1d18;
}
.msw-box .msw-green-theme {
background-color: #1ca913;
}
.msw-box .msw-blue-theme {
background-color: #247edd;
}
.msw-box .msw-yellow-theme {
color: #967d09;
background-color: #f0d264;
}
.msw-box .msw-purple-theme {
background-color: #cb99c5;
} .msw-search {
position: relative;
display: inline-block;
width: 100%;
overflow: visible;
}
.msw-search input {
width: 100%;
border-radius: 5px;
margin: 0;
padding: 12px;
outline: 0 none;
color: #222;
font-size: 0.9em;
line-height: 0.9em;
background: #fff;
border: 2px solid #ced4da;
z-index: 200;
}
.msw-search.msw-rounded input {
border-radius: 100px;
}
.msw-search input::-webkit-input-placeholder,
.msw-search input::-ms-input-placeholder,
.msw-search input::placeholder {
color: inherit;
opacity: 0.6;
}
.msw-search input:focus {
outline: 0 none;
border: 2px solid #aaa;
box-shadow: none;
}
.msw-search > span {
width: 100%;
}
.msw-search .search-icon {
display: flex;
justify-content: flex-end;
position: absolute;
top: 50%;
right: 15px;
width: 20px;
height: 20px;
cursor: pointer;
z-index: 300;
transform: translateY(-50%);
}
.msw-search .search-icon i {
content: url(//therisk.global/registry/wp-content/plugins/massive-stock-widgets/assets/public/img/icons/search.svg);
width: 100%;
}
.msw-search .search-icon.search-load i {
content: '';
width: 100%;
height: 100%;
border: 2px solid #ced4da;
border-radius: 50%;
border-top: 2px solid #3498db;
-webkit-animation: mswspin 0.4s linear infinite;
animation: mswspin 0.4s linear infinite;
}
.msw-search .tt-menu {
width: 100%;
top: 50% !important;
padding-top: 20px;
background: white;
border: 1px solid #ced4da;
border-radius: 0 0 5px 5px;
box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
box-sizing: border-box;
overflow: hidden;
}
.msw-search.msw-rounded .tt-menu {
border-radius: 0 0 25px 25px;
}
.msw-search .tt-menu .tt-suggestion {
margin: 0;
}
.msw-search .tt-menu .tt-suggestion a {
text-decoration: none;
}
.msw-search .tt-menu .tt-suggestion:hover {
background-color: #f0f0f0;
}
.msw-search .tt-menu .tt-suggestion .prelink {
display: flex;
justify-content: space-between;
padding: 10px 20px;
}
.msw-search .tt-menu .tt-suggestion .prelink .stocksymbol {
flex: 0 0 150px;
width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 10px;
}
.msw-search .tt-menu .tt-suggestion .prelink .stockname {
flex: 1;
}
@keyframes mswspin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
} .msw-search-large,
.msw-search-large .tt-menu .tt-suggestion .prelink {
font-size: 1.4em;
line-height: 1.4em;
}
.msw-search-large input,
.msw-search-large .tt-menu .tt-suggestion .prelink {
padding: 20px;
}
.msw-search-large .tt-menu {
padding-top: 30px;
}
.msw-search-large.msw-search .search-icon {
right: 20px;
width: 30px;
height: 30px;
}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}