diff --git a/wms/contract/conn.php b/wms/contract/conn.php
index d976e512..7926f57a 100644
--- a/wms/contract/conn.php
+++ b/wms/contract/conn.php
@@ -1,7 +1,7 @@
div {
+ display: none;
+}
+
+.datetimepicker.minutes div.datetimepicker-minutes {
+ display: block;
+}
+
+.datetimepicker.hours div.datetimepicker-hours {
+ display: block;
+}
+
+.datetimepicker.days div.datetimepicker-days {
+ display: block;
+}
+
+.datetimepicker.months div.datetimepicker-months {
+ display: block;
+}
+
+.datetimepicker.years div.datetimepicker-years {
+ display: block;
+}
+
+.datetimepicker table {
+ margin: 0;
+}
+
+.datetimepicker td,
+.datetimepicker th {
+ text-align: center;
+ width: 20px;
+ height: 20px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ border: none;
+}
+
+.table-striped .datetimepicker table tr td,
+.table-striped .datetimepicker table tr th {
+ background-color: transparent;
+}
+
+.datetimepicker table tr td.minute:hover {
+ background: #eeeeee;
+ cursor: pointer;
+}
+
+.datetimepicker table tr td.hour:hover {
+ background: #eeeeee;
+ cursor: pointer;
+}
+
+.datetimepicker table tr td.day:hover {
+ background: #eeeeee;
+ cursor: pointer;
+}
+
+.datetimepicker table tr td.old,
+.datetimepicker table tr td.new {
+ color: #999999;
+}
+
+.datetimepicker table tr td.disabled,
+.datetimepicker table tr td.disabled:hover {
+ background: none;
+ color: #999999;
+ cursor: default;
+}
+
+.datetimepicker table tr td.today,
+.datetimepicker table tr td.today:hover,
+.datetimepicker table tr td.today.disabled,
+.datetimepicker table tr td.today.disabled:hover {
+ background-color: #fde19a;
+ background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
+ background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
+ background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
+ background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
+ background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
+ border-color: #fdf59a #fdf59a #fbed50;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.datetimepicker table tr td.today:hover,
+.datetimepicker table tr td.today:hover:hover,
+.datetimepicker table tr td.today.disabled:hover,
+.datetimepicker table tr td.today.disabled:hover:hover,
+.datetimepicker table tr td.today:active,
+.datetimepicker table tr td.today:hover:active,
+.datetimepicker table tr td.today.disabled:active,
+.datetimepicker table tr td.today.disabled:hover:active,
+.datetimepicker table tr td.today.active,
+.datetimepicker table tr td.today:hover.active,
+.datetimepicker table tr td.today.disabled.active,
+.datetimepicker table tr td.today.disabled:hover.active,
+.datetimepicker table tr td.today.disabled,
+.datetimepicker table tr td.today:hover.disabled,
+.datetimepicker table tr td.today.disabled.disabled,
+.datetimepicker table tr td.today.disabled:hover.disabled,
+.datetimepicker table tr td.today[disabled],
+.datetimepicker table tr td.today:hover[disabled],
+.datetimepicker table tr td.today.disabled[disabled],
+.datetimepicker table tr td.today.disabled:hover[disabled] {
+ background-color: #fdf59a;
+}
+
+.datetimepicker table tr td.today:active,
+.datetimepicker table tr td.today:hover:active,
+.datetimepicker table tr td.today.disabled:active,
+.datetimepicker table tr td.today.disabled:hover:active,
+.datetimepicker table tr td.today.active,
+.datetimepicker table tr td.today:hover.active,
+.datetimepicker table tr td.today.disabled.active,
+.datetimepicker table tr td.today.disabled:hover.active {
+ background-color: #fbf069;
+}
+
+.datetimepicker table tr td.active,
+.datetimepicker table tr td.active:hover,
+.datetimepicker table tr td.active.disabled,
+.datetimepicker table tr td.active.disabled:hover {
+ background-color: #006dcc;
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
+ border-color: #0044cc #0044cc #002a80;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+ color: #ffffff;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.datetimepicker table tr td.active:hover,
+.datetimepicker table tr td.active:hover:hover,
+.datetimepicker table tr td.active.disabled:hover,
+.datetimepicker table tr td.active.disabled:hover:hover,
+.datetimepicker table tr td.active:active,
+.datetimepicker table tr td.active:hover:active,
+.datetimepicker table tr td.active.disabled:active,
+.datetimepicker table tr td.active.disabled:hover:active,
+.datetimepicker table tr td.active.active,
+.datetimepicker table tr td.active:hover.active,
+.datetimepicker table tr td.active.disabled.active,
+.datetimepicker table tr td.active.disabled:hover.active,
+.datetimepicker table tr td.active.disabled,
+.datetimepicker table tr td.active:hover.disabled,
+.datetimepicker table tr td.active.disabled.disabled,
+.datetimepicker table tr td.active.disabled:hover.disabled,
+.datetimepicker table tr td.active[disabled],
+.datetimepicker table tr td.active:hover[disabled],
+.datetimepicker table tr td.active.disabled[disabled],
+.datetimepicker table tr td.active.disabled:hover[disabled] {
+ background-color: #0044cc;
+}
+
+.datetimepicker table tr td.active:active,
+.datetimepicker table tr td.active:hover:active,
+.datetimepicker table tr td.active.disabled:active,
+.datetimepicker table tr td.active.disabled:hover:active,
+.datetimepicker table tr td.active.active,
+.datetimepicker table tr td.active:hover.active,
+.datetimepicker table tr td.active.disabled.active,
+.datetimepicker table tr td.active.disabled:hover.active {
+ background-color: #003399;
+}
+
+.datetimepicker table tr td span {
+ display: block;
+ width: 23%;
+ height: 54px;
+ line-height: 54px;
+ float: left;
+ margin: 1%;
+ cursor: pointer;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+
+.datetimepicker .datetimepicker-hours span {
+ height: 26px;
+ line-height: 26px;
+}
+
+.datetimepicker .datetimepicker-hours table tr td span.hour_am,
+.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
+ width: 14.6%;
+}
+
+.datetimepicker .datetimepicker-hours fieldset legend,
+.datetimepicker .datetimepicker-minutes fieldset legend {
+ margin-bottom: inherit;
+ line-height: 30px;
+}
+
+.datetimepicker .datetimepicker-minutes span {
+ height: 26px;
+ line-height: 26px;
+}
+
+.datetimepicker table tr td span:hover {
+ background: #eeeeee;
+}
+
+.datetimepicker table tr td span.disabled,
+.datetimepicker table tr td span.disabled:hover {
+ background: none;
+ color: #999999;
+ cursor: default;
+}
+
+.datetimepicker table tr td span.active,
+.datetimepicker table tr td span.active:hover,
+.datetimepicker table tr td span.active.disabled,
+.datetimepicker table tr td span.active.disabled:hover {
+ background-color: #006dcc;
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
+ border-color: #0044cc #0044cc #002a80;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+ color: #ffffff;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.datetimepicker table tr td span.active:hover,
+.datetimepicker table tr td span.active:hover:hover,
+.datetimepicker table tr td span.active.disabled:hover,
+.datetimepicker table tr td span.active.disabled:hover:hover,
+.datetimepicker table tr td span.active:active,
+.datetimepicker table tr td span.active:hover:active,
+.datetimepicker table tr td span.active.disabled:active,
+.datetimepicker table tr td span.active.disabled:hover:active,
+.datetimepicker table tr td span.active.active,
+.datetimepicker table tr td span.active:hover.active,
+.datetimepicker table tr td span.active.disabled.active,
+.datetimepicker table tr td span.active.disabled:hover.active,
+.datetimepicker table tr td span.active.disabled,
+.datetimepicker table tr td span.active:hover.disabled,
+.datetimepicker table tr td span.active.disabled.disabled,
+.datetimepicker table tr td span.active.disabled:hover.disabled,
+.datetimepicker table tr td span.active[disabled],
+.datetimepicker table tr td span.active:hover[disabled],
+.datetimepicker table tr td span.active.disabled[disabled],
+.datetimepicker table tr td span.active.disabled:hover[disabled] {
+ background-color: #0044cc;
+}
+
+.datetimepicker table tr td span.active:active,
+.datetimepicker table tr td span.active:hover:active,
+.datetimepicker table tr td span.active.disabled:active,
+.datetimepicker table tr td span.active.disabled:hover:active,
+.datetimepicker table tr td span.active.active,
+.datetimepicker table tr td span.active:hover.active,
+.datetimepicker table tr td span.active.disabled.active,
+.datetimepicker table tr td span.active.disabled:hover.active {
+ background-color: #003399;
+}
+
+.datetimepicker table tr td span.old {
+ color: #999999;
+}
+
+.datetimepicker th.switch {
+ width: 145px;
+}
+
+.datetimepicker th span.glyphicon {
+ pointer-events: none;
+}
+
+.datetimepicker thead tr:first-child th,
+.datetimepicker tfoot th {
+ cursor: pointer;
+}
+
+.datetimepicker thead tr:first-child th:hover,
+.datetimepicker tfoot th:hover {
+ background: #eeeeee;
+}
+
+.input-append.date .add-on i,
+.input-prepend.date .add-on i,
+.input-group.date .input-group-addon span {
+ cursor: pointer;
+ width: 14px;
+ height: 14px;
+}
diff --git a/wms/mkt/assets/css/inc/bootstrap/bootstrap-datetimepicker.min.css b/wms/mkt/assets/css/inc/bootstrap/bootstrap-datetimepicker.min.css
new file mode 100644
index 00000000..78485fee
--- /dev/null
+++ b/wms/mkt/assets/css/inc/bootstrap/bootstrap-datetimepicker.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Datetimepicker for Bootstrap
+ *
+ * Copyright 2012 Stefan Petre
+ * Improvements by Andrew Rowls
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ */.datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}
\ No newline at end of file
diff --git a/wms/mkt/assets/css/inc/bootstrap/bootstrap.min.css b/wms/mkt/assets/css/inc/bootstrap/bootstrap.min.css
new file mode 100644
index 00000000..7d2a868f
--- /dev/null
+++ b/wms/mkt/assets/css/inc/bootstrap/bootstrap.min.css
@@ -0,0 +1,7 @@
+/*!
+ * Bootstrap v4.5.0 (https://getbootstrap.com/)
+ * Copyright 2011-2020 The Bootstrap Authors
+ * Copyright 2011-2020 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
+/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/wms/mkt/assets/css/inc/owl-carousel/owl.carousel.min.css b/wms/mkt/assets/css/inc/owl-carousel/owl.carousel.min.css
new file mode 100644
index 00000000..a71df11c
--- /dev/null
+++ b/wms/mkt/assets/css/inc/owl-carousel/owl.carousel.min.css
@@ -0,0 +1,6 @@
+/**
+ * Owl Carousel v2.3.4
+ * Copyright 2013-2018 David Deutsch
+ * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
+ */
+.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
\ No newline at end of file
diff --git a/wms/mkt/assets/css/inc/owl-carousel/owl.theme.default.css b/wms/mkt/assets/css/inc/owl-carousel/owl.theme.default.css
new file mode 100644
index 00000000..e2020fb1
--- /dev/null
+++ b/wms/mkt/assets/css/inc/owl-carousel/owl.theme.default.css
@@ -0,0 +1,50 @@
+/**
+ * Owl Carousel v2.3.4
+ * Copyright 2013-2018 David Deutsch
+ * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
+ */
+/*
+ * Default theme - Owl Carousel CSS File
+ */
+.owl-theme .owl-nav {
+ margin-top: 10px;
+ text-align: center;
+ -webkit-tap-highlight-color: transparent; }
+ .owl-theme .owl-nav [class*='owl-'] {
+ color: #FFF;
+ font-size: 14px;
+ margin: 5px;
+ padding: 4px 7px;
+ background: #D6D6D6;
+ display: inline-block;
+ cursor: pointer;
+ border-radius: 3px; }
+ .owl-theme .owl-nav [class*='owl-']:hover {
+ background: #869791;
+ color: #FFF;
+ text-decoration: none; }
+ .owl-theme .owl-nav .disabled {
+ opacity: 0.5;
+ cursor: default; }
+
+.owl-theme .owl-nav.disabled + .owl-dots {
+ margin-top: 10px; }
+
+.owl-theme .owl-dots {
+ text-align: center;
+ -webkit-tap-highlight-color: transparent; }
+ .owl-theme .owl-dots .owl-dot {
+ display: inline-block;
+ zoom: 1;
+ *display: inline; }
+ .owl-theme .owl-dots .owl-dot span {
+ width: 10px;
+ height: 10px;
+ margin: 5px 7px;
+ background: #D6D6D6;
+ display: block;
+ -webkit-backface-visibility: visible;
+ transition: opacity 200ms ease;
+ border-radius: 30px; }
+ .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
+ background: #869791; }
diff --git a/wms/mkt/assets/css/style(backup).css b/wms/mkt/assets/css/style(backup).css
new file mode 100644
index 00000000..66d1734c
--- /dev/null
+++ b/wms/mkt/assets/css/style(backup).css
@@ -0,0 +1,7676 @@
+@charset "UTF-8";
+@import url("inc/bootstrap/bootstrap.min.css");
+@import url("inc/owl-carousel/owl.carousel.min.css");
+@import url("inc/owl-carousel/owl.theme.default.css");
+@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");
+body {
+ font-family: "Inter", sans-serif;
+ font-size: 15px;
+ line-height: 1.55rem;
+ letter-spacing: -0.015rem;
+ color: #4F5050;
+ background: #F9F9F9;
+ width: 100%;
+ height: 100%;
+ overflow-x: hidden;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+::-webkit-scrollbar {
+ width: 0;
+}
+
+::selection {
+ background: rgba(30, 116, 253, 0.3);
+}
+
+a {
+ transition: 0.2s all;
+ color: #1E74FD;
+ outline: 0 !important;
+}
+
+a:hover, a:active, a:focus {
+ outline: 0 !important;
+ color: #1E74FD;
+ text-decoration: none;
+}
+
+button {
+ outline: 0 !important;
+}
+
+button:hover, button:active, button:focus {
+ outline: 0 !important;
+}
+
+.appHeader {
+ min-height: 56px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: fixed;
+ top: env(safe-area-inset-top);
+ left: 0;
+ right: 0;
+ z-index: 999;
+ background: #FFF;
+ color: #141515;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.appHeader:before {
+ content: '';
+ height: env(safe-area-inset-top);
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ z-index: 99999;
+ background: #1E74FD;
+}
+
+.appHeader.no-border {
+ border: 0;
+ box-shadow: none;
+}
+
+.appHeader.transparent {
+ background: transparent;
+ box-shadow: none;
+}
+
+.appHeader .left,
+.appHeader .right {
+ height: 56px;
+ display: flex;
+ align-items: center;
+ position: absolute;
+}
+
+.appHeader .left i.icon,
+.appHeader .left ion-icon,
+.appHeader .right i.icon,
+.appHeader .right ion-icon {
+ font-size: 26px;
+ --ionicon-stroke-width: 36px;
+}
+
+.appHeader .left .headerButton,
+.appHeader .right .headerButton {
+ min-width: 36px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+ color: #141515;
+ position: relative;
+}
+
+.appHeader .left .headerButton .btn,
+.appHeader .right .headerButton .btn {
+ font-size: 16px;
+ height: 32px;
+ padding: 0px 14px;
+ font-weight: 400;
+}
+
+.appHeader .left .headerButton:active,
+.appHeader .right .headerButton:active {
+ opacity: 0.6;
+}
+
+.appHeader .left {
+ left: 8px;
+ top: 0;
+}
+
+.appHeader .right {
+ right: 8px;
+ top: 0;
+}
+
+.appHeader .pageTitle {
+ font-size: 17px;
+ font-weight: 500;
+ padding: 0 10px;
+}
+
+.appHeader .pageTitle .logo {
+ max-height: 18px;
+}
+
+.appHeader.text-light {
+ color: #fff;
+}
+
+.appHeader.text-light .headerButton,
+.appHeader.text-light .pageTitle {
+ color: #fff;
+}
+
+.appHeader.bg-primary, .appHeader.bg-secondary, .appHeader.bg-success, .appHeader.bg-warning, .appHeader.bg-danger, .appHeader.bg-info, .appHeader.bg-light, .appHeader.bg-dark {
+ border: 0;
+}
+
+.extraHeader {
+ position: fixed;
+ left: 0;
+ top: 56px;
+ height: 56px;
+ right: 0;
+ width: 100%;
+ padding: 5px 16px;
+ margin-top: env(safe-area-inset-top);
+ display: flex;
+ align-items: center;
+ background: #fff;
+ z-index: 1000;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.header-large-title {
+ padding: 0 16px;
+}
+
+.header-large-title .title {
+ margin: 4px 0 0 0;
+ font-size: 34px;
+ letter-spacing: -0.02em;
+ line-height: 1.3em;
+}
+
+.header-large-title .subtitle {
+ font-size: 17px;
+ font-weight: 400;
+ margin: 6px 0 0 0;
+ color: #141515;
+ line-height: 1.6em;
+}
+
+.appHeader.scrolled {
+ background: transparent;
+ border-bottom: 1px solid transparent;
+ box-shadow: none;
+ height: 0;
+ transition: 0.1s all;
+}
+
+.appHeader.scrolled .pageTitle {
+ opacity: 0;
+}
+
+.appHeader.scrolled.is-active {
+ background: #FFF;
+ min-height: 56px;
+ border-bottom-color: #E1E1E1;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.appHeader.scrolled.is-active .pageTitle {
+ opacity: 1;
+}
+
+.appHeader.scrolled.bg-primary {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-primary .headerButton {
+ color: #1E74FD;
+}
+
+.appHeader.scrolled.bg-primary.is-active {
+ background: #1E74FD !important;
+}
+
+.appHeader.scrolled.bg-primary.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-secondary {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-secondary .headerButton {
+ color: #6C7C94;
+}
+
+.appHeader.scrolled.bg-secondary.is-active {
+ background: #6C7C94 !important;
+}
+
+.appHeader.scrolled.bg-secondary.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-success {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-success .headerButton {
+ color: #34C759;
+}
+
+.appHeader.scrolled.bg-success.is-active {
+ background: #34C759 !important;
+}
+
+.appHeader.scrolled.bg-success.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-danger {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-danger .headerButton {
+ color: #EC4433;
+}
+
+.appHeader.scrolled.bg-danger.is-active {
+ background: #EC4433 !important;
+}
+
+.appHeader.scrolled.bg-danger.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-warning {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-warning .headerButton {
+ color: #FE9500;
+}
+
+.appHeader.scrolled.bg-warning.is-active {
+ background: #FE9500 !important;
+}
+
+.appHeader.scrolled.bg-warning.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-info {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-info .headerButton {
+ color: #592BCA;
+}
+
+.appHeader.scrolled.bg-info.is-active {
+ background: #592BCA !important;
+}
+
+.appHeader.scrolled.bg-info.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-dark {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-dark .headerButton {
+ color: #000;
+}
+
+.appHeader.scrolled.bg-dark.is-active {
+ background: #000 !important;
+}
+
+.appHeader.scrolled.bg-dark.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appBottomMenu {
+ min-height: 56px;
+ position: fixed;
+ z-index: 999;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background: #FFFFFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-top: 1px solid #E1E1E1;
+ padding-left: 4px;
+ padding-right: 4px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.appBottomMenu.no-border {
+ border: 0 !important;
+ box-shadow: 0 !important;
+}
+
+.appBottomMenu.rounded {
+ border-radius: 24px 24px 0 0 !important;
+}
+
+.appBottomMenu.rounded .item:before {
+ display: none;
+}
+
+.appBottomMenu .item {
+ font-size: 9px;
+ letter-spacing: 0;
+ text-align: center;
+ width: 100%;
+ height: 56px;
+ line-height: 1.2em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+
+.appBottomMenu .item:before {
+ content: '';
+ display: block;
+ height: 2px;
+ border-radius: 0 0 10px 10px;
+ background: transparent;
+ position: absolute;
+ left: 4px;
+ right: 4px;
+ top: 0;
+}
+
+.appBottomMenu .item .col {
+ width: 100%;
+ padding: 0 4px;
+ text-align: center;
+}
+
+.appBottomMenu .item i.icon,
+.appBottomMenu .item ion-icon {
+ display: inline-flex;
+ margin: 1px auto 3px auto;
+ font-size: 26px;
+ line-height: 1em;
+ color: #141515;
+ transition: 0.1s all;
+ display: block;
+ margin-top: 1px;
+ margin-bottom: 3px;
+}
+
+.appBottomMenu .item .action-button {
+ display: inline-flex;
+ width: 50px;
+ height: 50px;
+ margin-left: -5px;
+ margin-right: -5px;
+ align-items: center;
+ justify-content: center;
+ border-radius: 200px;
+ background: #1E74FD;
+}
+
+.appBottomMenu .item .action-button.large {
+ width: 60px;
+ height: 60px;
+ margin-top: -20px;
+ margin-left: -10px;
+ margin-right: -10px;
+}
+
+.appBottomMenu .item .action-button i.icon,
+.appBottomMenu .item .action-button ion-icon {
+ color: #FFF !important;
+ margin: 0 !important;
+ line-height: 0 !important;
+}
+
+.appBottomMenu .item strong {
+ margin-top: 4px;
+ display: block;
+ color: #141515;
+ font-weight: 400;
+ transition: 0.1s all;
+}
+
+.appBottomMenu .item:active {
+ opacity: .8;
+}
+
+.appBottomMenu .item.active:before {
+ background: transparent;
+}
+
+.appBottomMenu .item.active i.icon,
+.appBottomMenu .item.active ion-icon,
+.appBottomMenu .item.active strong {
+ color: #1E74FD !important;
+ font-weight: 500;
+}
+
+.appBottomMenu .item:hover i.icon,
+.appBottomMenu .item:hover ion-icon,
+.appBottomMenu .item:hover strong {
+ color: #141515;
+}
+
+.appBottomMenu.text-light {
+ color: #FFF;
+}
+
+.appBottomMenu.text-light .item {
+ color: #FFF;
+ opacity: .7;
+}
+
+.appBottomMenu.text-light .item i.icon,
+.appBottomMenu.text-light .item ion-icon,
+.appBottomMenu.text-light .item strong {
+ color: #FFF;
+}
+
+.appBottomMenu.text-light .item.active {
+ opacity: 1;
+}
+
+.appBottomMenu.text-light .item.active i.icon,
+.appBottomMenu.text-light .item.active ion-icon,
+.appBottomMenu.text-light .item.active strong {
+ color: #FFF !important;
+}
+
+.appBottomMenu.bg-primary, .appBottomMenu.bg-secondary, .appBottomMenu.bg-success, .appBottomMenu.bg-warning, .appBottomMenu.bg-danger, .appBottomMenu.bg-info, .appBottomMenu.bg-light, .appBottomMenu.bg-dark {
+ border: 0;
+}
+
+.appBottomMenu.bg-primary .item:before, .appBottomMenu.bg-secondary .item:before, .appBottomMenu.bg-success .item:before, .appBottomMenu.bg-warning .item:before, .appBottomMenu.bg-danger .item:before, .appBottomMenu.bg-info .item:before, .appBottomMenu.bg-light .item:before, .appBottomMenu.bg-dark .item:before {
+ display: none;
+}
+
+#appCapsule {
+ padding: 56px 0;
+ margin-bottom: env(safe-area-inset-bottom);
+ margin-top: env(safe-area-inset-top);
+}
+
+#appCapsule.extra-header-active {
+ padding-top: 112px;
+}
+
+#appCapsule.full-height {
+ min-height: 100vh;
+}
+
+.section {
+ padding: 0 16px;
+}
+
+.section.full {
+ padding: 0;
+}
+
+.wide-block {
+ background: #fff;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.wide-block.transparent {
+ background: transparent !important;
+}
+
+.section-title {
+ font-size: 15px;
+ padding: 6px 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ color: #141515;
+ font-weight: 500;
+}
+
+.section-title.large {
+ font-size: 24px;
+ line-height: 1.2em;
+ font-weight: 700;
+}
+
+.section-title.medium {
+ font-size: 17px;
+ font-weight: 700;
+}
+
+.content-header,
+.content-footer {
+ font-size: 11px;
+ color: #A1A1A2;
+ padding-left: 0;
+ padding-right: 0;
+ line-height: 1.4em;
+}
+
+.section.full .section-title {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.section.full .content-header,
+.section.full .content-footer {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.section.full .wide-block .content-header,
+.section.full .wide-block .content-footer {
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.section.inset .wide-block {
+ border: 1px solid #E1E1E1;
+ border-radius: 6px;
+}
+
+.profileBox {
+ padding-left: 16px;
+ padding-right: 16px;
+ display: flex;
+ align-items: center;
+ position: relative;
+ background: #1E74FD;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ position: fixed;
+ z-index: 100;
+ left: 0;
+ top: 0;
+ margin-top: env(safe-area-inset-top);
+ right: 0;
+}
+
+.profileBox:before {
+ background: #1E74FD;
+ content: '';
+ height: env(safe-area-inset-top);
+ display: block;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+}
+
+.profileBox .image-wrapper {
+ margin-right: 16px;
+ padding: 16px 0;
+}
+
+.profileBox .image-wrapper .imaged {
+ width: 42px;
+ height: 42px;
+ border: 2px solid #FFF;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.profileBox .in {
+ line-height: 1.4em;
+ padding: 16px 25px 16px 0;
+}
+
+.profileBox .in strong {
+ display: block;
+ font-weight: 500;
+ color: #FFF;
+}
+
+.profileBox .in .text-muted {
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+.sidebar-buttons {
+ background: #FFF;
+ border-top: 1px solid #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.sidebar-buttons .button {
+ float: 1;
+ width: 100%;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 26px;
+ color: #141515;
+}
+
+.sidebar-buttons .button:hover, .sidebar-buttons .button:active {
+ background: rgba(225, 225, 225, 0.2);
+}
+
+.sidebar-buttons:last-child {
+ border-right-color: transparent;
+}
+
+.close-sidebar-button {
+ font-size: 22px;
+ position: absolute;
+ width: 36px;
+ display: flex;
+ align-items: center;
+ border-radius: 100%;
+ justify-content: center;
+ height: 36px;
+ right: 10px;
+ top: 50%;
+ color: rgba(255, 255, 255, 0.5) !important;
+ margin-top: -18px;
+}
+
+.close-sidebar-button:active {
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.action-group {
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ padding: 0px 16px 10px 16px;
+ background: #1E74FD;
+}
+
+.action-group .action-button {
+ padding: 10px 2px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ font-size: 11px;
+ line-height: 1em;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.action-group .action-button .iconbox {
+ background: rgba(0, 0, 0, 0.3);
+ width: 38px;
+ height: 38px;
+ margin: 0 auto 8px auto;
+ border-radius: 100%;
+ font-size: 18px;
+ color: #FFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.action-group .action-button:last-child {
+ border-right: 0;
+}
+
+#sidebarPanel .modal-dialog {
+ position: fixed;
+ left: 0;
+ top: 0;
+ bottom: 0;
+}
+
+#sidebarPanel .modal-body {
+ margin-top: 76px;
+ margin-bottom: 80px;
+}
+
+#sidebarPanel .modal-content {
+ width: 300px;
+ padding-top: env(safe-area-inset-top);
+}
+
+.panelbox-left .listview > li,
+.panelbox-right .listview > li {
+ padding: 10px 16px;
+}
+
+.panelbox-left .link-listview > li,
+.panelbox-right .link-listview > li {
+ padding: 0;
+}
+
+.panelbox-left .link-listview > li a,
+.panelbox-right .link-listview > li a {
+ padding: 10px 36px 10px 16px;
+}
+
+.panelbox-left .image-listview > li,
+.panelbox-right .image-listview > li {
+ padding: 0;
+}
+
+.panelbox-left .image-listview > li .item,
+.panelbox-right .image-listview > li .item {
+ padding: 10px 16px;
+}
+
+.panelbox-left .image-listview > li a.item,
+.panelbox-right .image-listview > li a.item {
+ padding-right: 36px;
+}
+
+.sidebar-close {
+ position: absolute;
+ right: 10px;
+}
+
+.appFooter {
+ border-top: 1px solid #E1E1E1;
+ padding: 24px 16px;
+ font-size: 12px;
+ text-align: center;
+ line-height: 1.2em;
+ background: #fff;
+}
+
+.appFooter .footer-title {
+ font-weight: 500;
+ color: #141515;
+ margin-bottom: 8px;
+}
+
+.appFooter .btn {
+ margin: 0 5px;
+}
+
+.fixed-footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ min-height: 84px;
+ right: 0;
+ background: #fff;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.fixed-footer > div {
+ width: 100%;
+}
+
+.fixed-footer.transparent {
+ background: transparent !important;
+}
+
+.footer-logo {
+ height: 16px;
+}
+
+.footer-link {
+ padding: 0;
+ border-top: 1px solid rgba(225, 225, 225, 0.5);
+ border-bottom: 1px solid rgba(225, 225, 225, 0.5);
+ margin-left: -16px;
+ margin-right: -16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.footer-link a {
+ float: 1;
+ padding: 12px 2px;
+ width: 100%;
+ color: #4F5050;
+ display: block;
+}
+
+.footer-link a span {
+ display: block;
+}
+
+.footer-link a i.icon,
+.footer-link a ion-icon {
+ font-size: 24px;
+ margin-bottom: 4px;
+}
+
+.exampleBox {
+ width: 100%;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border: 1px solid #E1E1E1;
+ background: rgba(225, 225, 225, 0.3);
+ font-size: 10px;
+}
+
+.demoPage .appHeader {
+ position: relative;
+ z-index: 0;
+}
+
+.demoPage .appHeader:before {
+ height: 0 !important;
+ display: none;
+}
+
+.demoPage .appBottomMenu {
+ position: relative;
+ z-index: 0;
+ padding-bottom: 0;
+}
+
+.row {
+ margin-left: -8px;
+ margin-right: -8px;
+}
+
+.col-1,
+.col-2,
+.col-3,
+.col-4,
+.col-5,
+.col-6,
+.col-7,
+.col-8,
+.col-9,
+.col-10,
+.col-11,
+.col-12,
+.col-sm-1,
+.col-sm-2,
+.col-sm-3,
+.col-sm-4,
+.col-sm-5,
+.col-sm-6,
+.col-sm-7,
+.col-sm-8,
+.col-sm-9,
+.col-sm-10,
+.col-sm-11,
+.col-sm-12,
+.col-md-1,
+.col-md-2,
+.col-md-3,
+.col-md-4,
+.col-md-5,
+.col-md-6,
+.col-md-7,
+.col-md-8,
+.col-md-9,
+.col-md-10,
+.col-md-11,
+.col-md-12,
+.col-lg-1,
+.col-lg-2,
+.col-lg-3,
+.col-lg-4,
+.col-lg-5,
+.col-lg-6,
+.col-lg-7,
+.col-lg-8,
+.col-lg-9,
+.col-lg-10,
+.col-lg-11,
+.col-lg-12,
+.col-xl-1,
+.col-xl-2,
+.col-xl-3,
+.col-xl-4,
+.col-xl-5,
+.col-xl-6,
+.col-xl-7,
+.col-xl-8,
+.col-xl-9,
+.col-xl-10,
+.col-xl-11,
+.col-xl-12 {
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+.m-0 {
+ margin: 0 !important;
+}
+
+.m-05 {
+ margin: 5px !important;
+}
+
+.m-1 {
+ margin: 8px !important;
+}
+
+.m-2 {
+ margin: 16px !important;
+}
+
+.m-3 {
+ margin: 24px !important;
+}
+
+.m-4 {
+ margin: 32px !important;
+}
+
+.m-5 {
+ margin: 40px !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mt-05 {
+ margin-top: 5px !important;
+}
+
+.mt-1 {
+ margin-top: 8px !important;
+}
+
+.mt-2 {
+ margin-top: 16px !important;
+}
+
+.mt-3 {
+ margin-top: 24px !important;
+}
+
+.mt-4 {
+ margin-top: 32px !important;
+}
+
+.mt-5 {
+ margin-top: 40px !important;
+}
+
+.mb-0 {
+ margin-bottom: 0px !important;
+}
+
+.mb-05 {
+ margin-bottom: 5px !important;
+}
+
+.mb-1 {
+ margin-bottom: 8px !important;
+}
+
+.mb-2 {
+ margin-bottom: 16px !important;
+}
+
+.mb-3 {
+ margin-bottom: 24px !important;
+}
+
+.mb-4 {
+ margin-bottom: 32px !important;
+}
+
+.mb-5 {
+ margin-bottom: 40px !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.ml-05 {
+ margin-left: 5px !important;
+}
+
+.ml-1 {
+ margin-left: 8px !important;
+}
+
+.ml-2 {
+ margin-left: 16px !important;
+}
+
+.ml-3 {
+ margin-left: 24px !important;
+}
+
+.ml-4 {
+ margin-left: 32px !important;
+}
+
+.ml-5 {
+ margin-left: 40px !important;
+}
+
+.mr-0 {
+ margin-right: 0px !important;
+}
+
+.mr-05 {
+ margin-right: 5px !important;
+}
+
+.mr-1 {
+ margin-right: 8px !important;
+}
+
+.mr-2 {
+ margin-right: 16px !important;
+}
+
+.mr-3 {
+ margin-right: 24px !important;
+}
+
+.mr-4 {
+ margin-right: 32px !important;
+}
+
+.mr-5 {
+ margin-right: 40px !important;
+}
+
+.p-0 {
+ padding: 0 !important;
+}
+
+.p-05 {
+ padding: 5px !important;
+}
+
+.p-1 {
+ padding: 8px !important;
+}
+
+.p-2 {
+ padding: 16px !important;
+}
+
+.p-3 {
+ padding: 24px !important;
+}
+
+.p-4 {
+ padding: 32px !important;
+}
+
+.p-5 {
+ padding: 40px !important;
+}
+
+.pt-0 {
+ padding-top: 0px !important;
+}
+
+.pt-05 {
+ padding-top: 5px !important;
+}
+
+.pt-1 {
+ padding-top: 8px !important;
+}
+
+.pt-2 {
+ padding-top: 16px !important;
+}
+
+.pt-3 {
+ padding-top: 24px !important;
+}
+
+.pt-4 {
+ padding-top: 32px !important;
+}
+
+.pt-5 {
+ padding-top: 40px !important;
+}
+
+.pb-0 {
+ padding-bottom: 0px !important;
+}
+
+.pb-05 {
+ padding-bottom: 5px !important;
+}
+
+.pb-1 {
+ padding-bottom: 8px !important;
+}
+
+.pb-2 {
+ padding-bottom: 16px !important;
+}
+
+.pb-3 {
+ padding-bottom: 24px !important;
+}
+
+.pb-4 {
+ padding-bottom: 32px !important;
+}
+
+.pb-5 {
+ padding-bottom: 40px !important;
+}
+
+.pl-0 {
+ padding-left: 0px !important;
+}
+
+.pl-05 {
+ padding-left: 5px !important;
+}
+
+.pl-1 {
+ padding-left: 8px !important;
+}
+
+.pl-2 {
+ padding-left: 16px !important;
+}
+
+.pl-3 {
+ padding-left: 24px !important;
+}
+
+.pl-4 {
+ padding-left: 32px !important;
+}
+
+.pl-5 {
+ padding-left: 40px !important;
+}
+
+.pr-0 {
+ padding-right: 0px !important;
+}
+
+.pr-05 {
+ padding-right: 5px !important;
+}
+
+.pr-1 {
+ padding-right: 8px !important;
+}
+
+.pr-2 {
+ padding-right: 16px !important;
+}
+
+.pr-3 {
+ padding-right: 24px !important;
+}
+
+.pr-4 {
+ padding-right: 32px !important;
+}
+
+.pr-5 {
+ padding-right: 40px !important;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ color: #141515;
+ margin: 0 0 10px 0;
+ letter-spacing: -0.02em;
+ line-height: 1.3em;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small {
+ color: rgba(20, 21, 21, 0.6);
+}
+
+h1 .badge,
+h2 .badge,
+h3 .badge,
+h4 .badge,
+h5 .badge,
+h6 .badge {
+ line-height: 1em;
+}
+
+.text-muted {
+ font-size: 13px;
+ color: #4F5050 !important;
+}
+
+h1 {
+ font-size: 34px;
+ font-weight: 700;
+}
+
+h2 {
+ font-size: 24px;
+ font-weight: 700;
+}
+
+h3 {
+ font-size: 17px;
+ font-weight: 700;
+}
+
+h4 {
+ font-size: 15px;
+ font-weight: 500;
+}
+
+h5 {
+ font-size: 13px;
+ font-weight: 500;
+}
+
+h6 {
+ font-size: 11px;
+ font-weight: 500;
+}
+
+.lead {
+ font-weight: 400;
+ font-size: 17px;
+ color: #4F5050 !important;
+}
+
+mark {
+ border-radius: 6px;
+}
+
+.text-large {
+ font-size: 34px;
+}
+
+strong,
+b {
+ font-weight: 500;
+}
+
+.page-title {
+ display: flex;
+ align-items: flex-end;
+ justify-content: space-between;
+}
+
+.page-title.inset {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.page-title .in {
+ padding-right: 16px;
+}
+
+.page-title .link {
+ font-size: 13px;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-bottom: 3px;
+}
+
+.page-title .link:hover, .page-title .link:active {
+ opacity: 0.8;
+}
+
+.page-title strong {
+ font-weight: 500;
+ color: #A1A1A2;
+ font-size: 13px;
+ text-transform: uppercase;
+ line-height: 1.2em;
+}
+
+.page-title .title {
+ margin: 0;
+ font-size: 24px;
+ line-height: 1.2em;
+}
+
+.section.full .page-title {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+code {
+ color: #1E74FD;
+}
+
+figure.codebox {
+ background: #E1E1E1;
+ border-radius: 6px;
+ padding: 5px 12px;
+}
+
+figure.codebox code {
+ color: #141515;
+ line-height: 1.2em;
+}
+
+ion-icon {
+ --ionicon-stroke-width: 32px;
+}
+
+i.icon {
+ line-height: 1em !important;
+}
+
+.demoIcons {
+ font-size: 32px;
+ color: #141515;
+}
+
+.iconedbox {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 24px;
+ line-height: 1em;
+ width: 32px;
+ height: 32px;
+ border-radius: 6px;
+}
+
+.iconedbox.iconedbox-sm {
+ width: 26px;
+ height: 26px;
+ font-size: 18px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-lg {
+ width: 64px;
+ height: 64px;
+ font-size: 42px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-xl {
+ width: 96px;
+ height: 96px;
+ font-size: 64px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-xxl {
+ width: 144px;
+ height: 144px;
+ font-size: 90px;
+ line-height: 1em;
+}
+
+.imaged {
+ height: auto;
+ border-radius: 6px;
+}
+
+.imaged.w16 {
+ width: 16px !important;
+}
+
+.imaged.w24 {
+ width: 24px !important;
+}
+
+.imaged.w32 {
+ width: 32px !important;
+}
+
+.imaged.w36 {
+ width: 36px !important;
+}
+
+.imaged.w48 {
+ width: 48px !important;
+}
+
+.imaged.w64 {
+ width: 64px !important;
+}
+
+.imaged.w76 {
+ width: 76px !important;
+}
+
+.imaged.w86 {
+ width: 86px !important;
+}
+
+.imaged.w100 {
+ width: 100px !important;
+}
+
+.imaged.w120 {
+ width: 120px !important;
+}
+
+.imaged.w140 {
+ width: 140px !important;
+}
+
+.imaged.w160 {
+ width: 160px !important;
+}
+
+.imaged.w180 {
+ width: 180px !important;
+}
+
+.imaged.w200 {
+ width: 200px !important;
+}
+
+.imaged.img-fluid {
+ width: 100%;
+}
+
+.imaged.rounded {
+ border-radius: 100% !important;
+}
+
+.imaged.radius {
+ border-radius: 6px !important;
+}
+
+.imaged.square {
+ border-radius: 0 !important;
+}
+
+#loader {
+ position: fixed;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 99999;
+ background: #FFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+#loader .loading-icon {
+ width: 42px;
+ height: auto;
+ animation: loadingAnimation 1s infinite;
+}
+
+@keyframes loadingAnimation {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(360deg);
+ }
+}
+
+.badge {
+ font-size: 12px;
+ line-height: 1em;
+ border-radius: 100px;
+ letter-spacing: 0;
+ height: 22px;
+ min-width: 22px;
+ padding: 0 6px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 400;
+}
+
+.badge-primary,
+a.badge-primary {
+ background: #1E74FD !important;
+}
+
+.badge-secondary,
+a.badge-secondary {
+ background: #6C7C94 !important;
+}
+
+.badge-success,
+a.badge-success {
+ background: #34C759 !important;
+}
+
+.badge-danger,
+a.badge-danger {
+ background: #EC4433 !important;
+}
+
+.badge-warning,
+a.badge-warning {
+ background: #FE9500 !important;
+ color: #FFF;
+}
+
+.badge-info,
+a.badge-info {
+ background: #592BCA !important;
+}
+
+.badge-light,
+a.badge-light {
+ background: rgba(255, 255, 255, 0.6) !important;
+ color: #141515;
+}
+
+.badge-dark,
+a.badge-dark {
+ background: #222 !important;
+}
+
+.badge-empty {
+ display: block !important;
+ min-width: 8px !important;
+ width: 8px !important;
+ height: 8px !important;
+ padding: 0 !important;
+ font-size: 0px;
+}
+
+.appHeader .badge {
+ min-width: 16px;
+ height: 16px;
+ line-height: 9px !important;
+ font-size: 10px;
+ padding: 0 4px !important;
+ position: absolute;
+ right: 2px;
+ top: 10px;
+}
+
+.appHeader .badge-empty {
+ top: 14px;
+}
+
+.appBottomMenu .badge {
+ min-width: 16px;
+ height: 16px;
+ line-height: 9px !important;
+ font-size: 10px;
+ padding: 0 4px !important;
+ position: absolute;
+ right: 50%;
+ transform: translateX(120%);
+ top: -3px;
+}
+
+.appBottomMenu .badge-empty {
+ transform: translateX(200%);
+ top: -1px;
+}
+
+.listview-title {
+ color: #4F5050;
+ padding: 7px 16px;
+ font-size: 13px;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.listview-title .link {
+ color: #A1A1A2;
+ font-weight: 500;
+ font-size: 11px;
+ display: flex;
+ align-items: center;
+}
+
+.listview-title .link i.icon,
+.listview-title .link ion-icon {
+ font-size: 15px;
+ margin-right: 4px;
+}
+
+.listview {
+ display: block;
+ padding: 0;
+ margin: 0;
+ color: #141515;
+ background: #fff;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ line-height: 1.3em;
+}
+
+.listview .text-muted {
+ font-size: 13px;
+ color: #A1A1A2 !important;
+}
+
+.listview > li {
+ padding: 8px 16px;
+ display: block;
+ align-items: center;
+ justify-content: space-between;
+ position: relative;
+ min-height: 50px;
+}
+
+.listview > li .item {
+ position: relative;
+}
+
+.listview > li:after {
+ content: "";
+ display: block;
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ height: 1px;
+ background: #E1E1E1;
+}
+
+.listview > li:last-child:after {
+ display: none;
+}
+
+.listview > li footer,
+.listview > li header {
+ font-size: 12px;
+ margin: 0;
+ line-height: 1.2em;
+}
+
+.listview > li footer {
+ color: #4F5050;
+ margin-top: 3px;
+}
+
+.listview > li header {
+ margin-bottom: 3px;
+}
+
+.listview > li.divider-title {
+ background: rgba(225, 225, 225, 0.5);
+ margin-top: -1px;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ padding: 12px 16px;
+ font-size: 13px;
+ min-height: auto;
+ color: #4F5050;
+}
+
+.listview > li.divider-title:after {
+ display: none;
+}
+
+.listview.flush {
+ border-top: 0;
+ border-bottom: 0;
+}
+
+.listview.transparent {
+ background: transparent;
+}
+
+.simple-listview > li {
+ display: flex;
+}
+
+.link-listview > li {
+ padding: 0;
+ min-height: auto;
+}
+
+.link-listview > li a {
+ padding: 8px 36px 8px 16px;
+ min-height: 50px;
+ display: flex;
+ width: 100%;
+ align-items: center;
+ justify-content: space-between;
+ color: #141515 !important;
+}
+
+.link-listview > li a:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ width: 16px;
+ height: 16px;
+ content: "";
+ position: absolute;
+ right: 12px;
+ opacity: 0.5;
+ top: 50%;
+ margin-top: -8px;
+}
+
+.link-listview > li a:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.image-listview > li {
+ padding: 0;
+ min-height: auto;
+}
+
+.image-listview > li:after {
+ left: 68px;
+}
+
+.image-listview > li .item {
+ padding: 10px 16px;
+ width: 100%;
+ min-height: 50px;
+ display: flex;
+ align-items: center;
+}
+
+.image-listview > li .item .image {
+ min-width: 36px;
+ max-width: 36px;
+ width: 36px;
+ height: 36px;
+ border-radius: 400px;
+ margin-right: 16px;
+}
+
+.image-listview > li .item .icon-box {
+ min-width: 36px;
+ max-width: 36px;
+ width: 36px;
+ height: 36px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1em;
+ font-size: 20px;
+ border-radius: 400px;
+ margin-right: 16px;
+}
+
+.image-listview > li .item .icon-box.bg-primary, .image-listview > li .item .icon-box.bg-secondary, .image-listview > li .item .icon-box.bg-success, .image-listview > li .item .icon-box.bg-danger, .image-listview > li .item .icon-box.bg-warning, .image-listview > li .item .icon-box.bg-info, .image-listview > li .item .icon-box.bg-dark, .image-listview > li .item .icon-box.bg-light {
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
+}
+
+.image-listview > li .item .in {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+}
+
+.image-listview > li a.item {
+ color: #141515 !important;
+ padding-right: 36px;
+}
+
+.image-listview > li a.item:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.image-listview > li a.item:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ width: 16px;
+ height: 16px;
+ content: "";
+ position: absolute;
+ right: 12px;
+ opacity: 0.5;
+ top: 50%;
+ margin-top: -8px;
+}
+
+.image-listview.text > li:after {
+ left: 16px;
+}
+
+.image-listview.media > li {
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.image-listview.media > li:last-child {
+ border-bottom: 0;
+}
+
+.image-listview.media > li .imageWrapper {
+ margin-right: 16px;
+}
+
+.image-listview.media > li:after {
+ display: none;
+}
+
+.listview.no-line > li:after,
+.listview.no-line .item :after {
+ display: none;
+}
+
+.listview.no-space > li .item {
+ padding: 0;
+}
+
+.multi-level > a:after {
+ transform: rotate(90deg);
+}
+
+.multi-level ul {
+ border: 0;
+ padding: 0;
+ margin: 0;
+ display: none;
+}
+
+.multi-level ul > li {
+ border: 0 !important;
+}
+
+.multi-level ul > li:after {
+ height: 0;
+}
+
+.multi-level ul > li a,
+.multi-level ul > li .item {
+ padding-left: 68px !important;
+}
+
+.multi-level.active > a:after {
+ transform: rotate(-90deg);
+}
+
+.multi-level.active ul {
+ padding-bottom: 8px;
+}
+
+.link-listview .link-listview a,
+.link-listview .link-listview .item,
+.link-listview .image-listview a,
+.link-listview .image-listview .item {
+ padding-left: 16px !important;
+}
+
+.link-listview .image-listview.media > li {
+ border: 0;
+}
+
+.link-listview .simple-listview {
+ padding-left: 0 !important;
+}
+
+.image-listview .simple-listview {
+ padding-left: 52px !important;
+}
+
+.image-listview.text .simple-listview {
+ padding-left: 0 !important;
+}
+
+.image-listview.text .link-listview a,
+.image-listview.text .link-listview .item,
+.image-listview.text .image-listview a,
+.image-listview.text .image-listview .item {
+ padding-left: 16px !important;
+}
+
+.image-listview.media .simple-listview {
+ padding-left: 80px !important;
+}
+
+.image-listview.media .link-listview a,
+.image-listview.media .link-listview .item,
+.image-listview.media .image-listview a,
+.image-listview.media .image-listview .item {
+ padding-left: 96px !important;
+}
+
+.card {
+ background: #ffffff;
+ border-radius: 6px;
+ border: 0;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.card .card-body {
+ padding: 24px 16px;
+ line-height: 1.4em;
+}
+
+.card .card-title {
+ color: #141515;
+ font-size: 24px;
+ font-weight: 700;
+}
+
+.card .card-subtitle {
+ color: #4F5050;
+ font-weight: 500;
+ letter-spacing: .01em;
+ font-size: 11px;
+ text-transform: uppercase;
+ margin-bottom: 8px;
+}
+
+.card .listview > li:first-child .item {
+ border-radius: 6px 6px 0 0;
+}
+
+.card .listview > li:last-child .item {
+ border-radius: 0 0 6px 6px;
+}
+
+.card .card-header {
+ background: transparent;
+ color: #141515;
+ font-weight: 500;
+ padding: 12px 16px;
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.card .card-footer {
+ background: transparent;
+ border-top: 1px solid #E1E1E1;
+ color: #4F5050;
+ padding: 12px 16px;
+}
+
+.card .card-img-top {
+ border-radius: 6px 6px 0 0;
+}
+
+.card .overlay-img {
+ border-radius: 6px;
+}
+
+.card .card-img-overlay {
+ background: rgba(0, 0, 0, 0.5);
+ border-radius: 6px;
+}
+
+.card .card-img-overlay .card-title {
+ color: #fff;
+}
+
+.card .card-img-overlay .card-text {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.card.bg-primary, .card.bg-secondary, .card.bg-danger, .card.bg-success, .card.bg-warning, .card.bg-info, .card.bg-dark {
+ border: 0;
+}
+
+.card.bg-primary .card-title, .card.bg-secondary .card-title, .card.bg-danger .card-title, .card.bg-success .card-title, .card.bg-warning .card-title, .card.bg-info .card-title, .card.bg-dark .card-title {
+ color: #fff;
+}
+
+.card.bg-primary .card-text, .card.bg-secondary .card-text, .card.bg-danger .card-text, .card.bg-success .card-text, .card.bg-warning .card-text, .card.bg-info .card-text, .card.bg-dark .card-text {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.card.bg-primary .card-header, .card.bg-secondary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-warning .card-header, .card.bg-info .card-header, .card.bg-dark .card-header {
+ color: #fff;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.15);
+}
+
+.card.bg-light {
+ background: #fff;
+}
+
+.card.product-card .card-body {
+ padding: 8px;
+}
+
+.card.product-card .image {
+ width: 100%;
+ border-radius: 6px;
+}
+
+.card.product-card .title {
+ font-size: 15px;
+ margin: 10px 0 0 0;
+ padding: 0 4px;
+ font-weight: 500;
+}
+
+.card.product-card .text {
+ font-size: 11px;
+ color: #A1A1A2;
+ margin: 0;
+ padding: 0 4px 10px 4px;
+}
+
+.card.product-card .price {
+ margin: 0 0 10px 0;
+ padding: 0px 4px;
+ display: block;
+ font-size: 15px;
+ font-weight: 500;
+ color: #1E74FD;
+}
+
+.btn {
+ height: 40px;
+ padding: 3px 18px;
+ font-size: 13px;
+ line-height: 1.2em;
+ font-weight: 500;
+ box-shadow: none !important;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ transition: 0.2s all;
+ text-decoration: none !important;
+ border-radius: 6px;
+ border-width: 2px;
+}
+
+.btn i.icon,
+.btn ion-icon {
+ font-size: 22px;
+ margin-right: 10px;
+ margin-top: -2px;
+ font-weight: 700;
+}
+
+.btn.rounded {
+ border-radius: 100px !important;
+}
+
+.btn.square {
+ border-radius: 0 !important;
+}
+
+.btn.shadowed {
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
+}
+
+.btn-lg {
+ height: 48px;
+ padding: 3px 24px;
+ font-size: 18px;
+}
+
+.btn-lg i.icon,
+.btn-lg ion-icon {
+ font-size: 26px;
+}
+
+.btn-sm {
+ height: 30px;
+ padding: 0px 12px;
+ font-size: 12px;
+}
+
+.btn-sm i.icon,
+.btn-sm ion-icon {
+ font-size: 20px;
+ margin-right: 6px;
+}
+
+.btn-group .btn:active {
+ transform: none;
+}
+
+.btn-icon {
+ width: 40px;
+ height: 40px;
+ padding: 0;
+}
+
+.btn-icon i.icon,
+.btn-icon ion-icon {
+ text-align: center;
+ margin: 0 !important;
+}
+
+.btn-icon.btn-lg {
+ width: 48px;
+ height: 48px;
+}
+
+.btn-icon.btn-lg i.icon,
+.btn-icon.btn-lg ion-icon {
+ font-size: 32px;
+}
+
+.btn-icon.btn-sm {
+ width: 30px;
+ height: 30px;
+}
+
+.btn-icon.btn-sm i.icon,
+.btn-icon.btn-sm ion-icon {
+ font-size: 18px;
+}
+
+.btn-primary {
+ background: #1E74FD !important;
+ border-color: #1E74FD !important;
+ color: #ffffff !important;
+}
+
+.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
+ background: #0564fd !important;
+ border-color: #0564fd !important;
+}
+
+.btn-primary.disabled, .btn-primary:disabled {
+ background: #1E74FD;
+ border-color: #1E74FD;
+ opacity: 0.5;
+}
+
+.btn-secondary {
+ background: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ color: #ffffff !important;
+}
+
+.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
+ background: #617085 !important;
+ border-color: #617085 !important;
+}
+
+.btn-secondary.disabled, .btn-secondary:disabled {
+ background: #6C7C94;
+ border-color: #6C7C94;
+ opacity: 0.5;
+}
+
+.btn-success {
+ background: #34C759 !important;
+ border-color: #34C759 !important;
+ color: #ffffff !important;
+}
+
+.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
+ background: #2fb350 !important;
+ border-color: #2fb350 !important;
+}
+
+.btn-success.disabled, .btn-success:disabled {
+ background: #34C759;
+ border-color: #34C759;
+ opacity: 0.5;
+}
+
+.btn-danger {
+ background: #EC4433 !important;
+ border-color: #EC4433 !important;
+ color: #ffffff !important;
+}
+
+.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
+ background: #ea2f1c !important;
+ border-color: #ea2f1c !important;
+}
+
+.btn-danger.disabled, .btn-danger:disabled {
+ background: #EC4433;
+ border-color: #EC4433;
+ opacity: 0.5;
+}
+
+.btn-warning {
+ color: #fff !important;
+ background: #FE9500 !important;
+ border-color: #FE9500 !important;
+ color: #ffffff !important;
+}
+
+.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
+ background: #e58600 !important;
+ border-color: #e58600 !important;
+}
+
+.btn-warning.disabled, .btn-warning:disabled {
+ background: #FE9500;
+ border-color: #FE9500;
+ opacity: 0.5;
+}
+
+.btn-link {
+ color: #1E74FD !important;
+}
+
+.btn-info {
+ background: #592BCA !important;
+ border-color: #592BCA !important;
+ color: #ffffff !important;
+}
+
+.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
+ background: #5027b5 !important;
+ border-color: #5027b5 !important;
+}
+
+.btn-info.disabled, .btn-info:disabled {
+ background: #592BCA;
+ border-color: #592BCA;
+ opacity: 0.5;
+}
+
+.btn-dark {
+ background: #333 !important;
+ border-color: #333 !important;
+ color: #ffffff !important;
+}
+
+.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
+ background: #262626 !important;
+ border-color: #262626 !important;
+}
+
+.btn-dark.disabled, .btn-dark:disabled {
+ background: #333;
+ border-color: #333;
+ opacity: 0.5;
+}
+
+.btn-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+ border-color: rgba(255, 255, 255, 0.5) !important;
+ color: #ffffff !important;
+ color: #141515 !important;
+}
+
+.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
+ background: rgba(242, 242, 242, 0.5) !important;
+ border-color: rgba(242, 242, 242, 0.5) !important;
+}
+
+.btn-light.disabled, .btn-light:disabled {
+ background: rgba(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.5);
+ opacity: 0.5;
+}
+
+.btn-outline-primary {
+ background: transparent;
+ border-color: #1E74FD;
+ border-width: 1px;
+ color: #1E74FD;
+ transition: 0.2s all;
+}
+
+.btn-outline-primary:hover, .btn-outline-primary:active {
+ background: rgba(30, 116, 253, 0.15) !important;
+ border-color: #1E74FD !important;
+ color: #1E74FD !important;
+}
+
+.btn-outline-primary.active {
+ background: #1E74FD !important;
+ color: #fff !important;
+ border-color: #1E74FD !important;
+}
+
+.btn-outline-primary.disabled, .btn-outline-primary:disabled {
+ color: #1E74FD !important;
+ border-color: #1E74FD !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-secondary {
+ background: transparent;
+ border-color: #6C7C94;
+ border-width: 1px;
+ color: #6C7C94;
+ transition: 0.2s all;
+}
+
+.btn-outline-secondary:hover, .btn-outline-secondary:active {
+ background: rgba(108, 124, 148, 0.15) !important;
+ border-color: #6C7C94 !important;
+ color: #6C7C94 !important;
+}
+
+.btn-outline-secondary.active {
+ background: #6C7C94 !important;
+ color: #fff !important;
+ border-color: #6C7C94 !important;
+}
+
+.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+ color: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-success {
+ background: transparent;
+ border-color: #34C759;
+ border-width: 1px;
+ color: #34C759;
+ transition: 0.2s all;
+}
+
+.btn-outline-success:hover, .btn-outline-success:active {
+ background: rgba(52, 199, 89, 0.15) !important;
+ border-color: #34C759 !important;
+ color: #34C759 !important;
+}
+
+.btn-outline-success.active {
+ background: #34C759 !important;
+ color: #fff !important;
+ border-color: #34C759 !important;
+}
+
+.btn-outline-success.disabled, .btn-outline-success:disabled {
+ color: #34C759 !important;
+ border-color: #34C759 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-danger {
+ background: transparent;
+ border-color: #EC4433;
+ border-width: 1px;
+ color: #EC4433;
+ transition: 0.2s all;
+}
+
+.btn-outline-danger:hover, .btn-outline-danger:active {
+ background: rgba(236, 68, 51, 0.15) !important;
+ border-color: #EC4433 !important;
+ color: #EC4433 !important;
+}
+
+.btn-outline-danger.active {
+ background: #EC4433 !important;
+ color: #fff !important;
+ border-color: #EC4433 !important;
+}
+
+.btn-outline-danger.disabled, .btn-outline-danger:disabled {
+ color: #EC4433 !important;
+ border-color: #EC4433 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-warning {
+ background: transparent;
+ border-color: #FE9500;
+ border-width: 1px;
+ color: #FE9500;
+ transition: 0.2s all;
+}
+
+.btn-outline-warning:hover, .btn-outline-warning:active {
+ background: rgba(254, 149, 0, 0.15) !important;
+ border-color: #FE9500 !important;
+ color: #FE9500 !important;
+}
+
+.btn-outline-warning.active {
+ background: #FE9500 !important;
+ color: #fff !important;
+ border-color: #FE9500 !important;
+}
+
+.btn-outline-warning.disabled, .btn-outline-warning:disabled {
+ color: #FE9500 !important;
+ border-color: #FE9500 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-info {
+ background: transparent;
+ border-color: #592BCA;
+ border-width: 1px;
+ color: #592BCA;
+ transition: 0.2s all;
+}
+
+.btn-outline-info:hover, .btn-outline-info:active {
+ background: rgba(89, 43, 202, 0.15) !important;
+ border-color: #592BCA !important;
+ color: #592BCA !important;
+}
+
+.btn-outline-info.active {
+ background: #592BCA !important;
+ color: #fff !important;
+ border-color: #592BCA !important;
+}
+
+.btn-outline-info.disabled, .btn-outline-info:disabled {
+ color: #592BCA !important;
+ border-color: #592BCA !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-light {
+ background: transparent;
+ border-color: #fff;
+ border-width: 1px;
+ color: #fff;
+ transition: 0.2s all;
+}
+
+.btn-outline-light:hover, .btn-outline-light:active {
+ background: rgba(255, 255, 255, 0.15) !important;
+ border-color: #fff !important;
+ color: #fff !important;
+}
+
+.btn-outline-light.active {
+ background: #fff !important;
+ color: #fff !important;
+ border-color: #fff !important;
+}
+
+.btn-outline-light.disabled, .btn-outline-light:disabled {
+ color: #fff !important;
+ border-color: #fff !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-light:active {
+ color: #141515 !important;
+}
+
+.btn-text-primary {
+ background: transparent;
+ border-color: transparent;
+ color: #1E74FD !important;
+ transition: 0.2s all;
+}
+
+.btn-text-primary:hover {
+ background: transparent;
+}
+
+.btn-text-primary:active, .btn-text-primary.active {
+ background: rgba(30, 116, 253, 0.15) !important;
+ border-color: transparent !important;
+ color: #1E74FD !important;
+}
+
+.btn-text-primary.disabled, .btn-text-primary:disabled {
+ color: #1E74FD !important;
+ border-color: #1E74FD !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-secondary {
+ background: transparent;
+ border-color: transparent;
+ color: #6C7C94 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-secondary:hover {
+ background: transparent;
+}
+
+.btn-text-secondary:active, .btn-text-secondary.active {
+ background: rgba(108, 124, 148, 0.15) !important;
+ border-color: transparent !important;
+ color: #6C7C94 !important;
+}
+
+.btn-text-secondary.disabled, .btn-text-secondary:disabled {
+ color: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-success {
+ background: transparent;
+ border-color: transparent;
+ color: #34C759 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-success:hover {
+ background: transparent;
+}
+
+.btn-text-success:active, .btn-text-success.active {
+ background: rgba(52, 199, 89, 0.15) !important;
+ border-color: transparent !important;
+ color: #34C759 !important;
+}
+
+.btn-text-success.disabled, .btn-text-success:disabled {
+ color: #34C759 !important;
+ border-color: #34C759 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-danger {
+ background: transparent;
+ border-color: transparent;
+ color: #EC4433 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-danger:hover {
+ background: transparent;
+}
+
+.btn-text-danger:active, .btn-text-danger.active {
+ background: rgba(236, 68, 51, 0.15) !important;
+ border-color: transparent !important;
+ color: #EC4433 !important;
+}
+
+.btn-text-danger.disabled, .btn-text-danger:disabled {
+ color: #EC4433 !important;
+ border-color: #EC4433 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-warning {
+ background: transparent;
+ border-color: transparent;
+ color: #FE9500 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-warning:hover {
+ background: transparent;
+}
+
+.btn-text-warning:active, .btn-text-warning.active {
+ background: rgba(254, 149, 0, 0.15) !important;
+ border-color: transparent !important;
+ color: #FE9500 !important;
+}
+
+.btn-text-warning.disabled, .btn-text-warning:disabled {
+ color: #FE9500 !important;
+ border-color: #FE9500 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-info {
+ background: transparent;
+ border-color: transparent;
+ color: #592BCA !important;
+ transition: 0.2s all;
+}
+
+.btn-text-info:hover {
+ background: transparent;
+}
+
+.btn-text-info:active, .btn-text-info.active {
+ background: rgba(89, 43, 202, 0.15) !important;
+ border-color: transparent !important;
+ color: #592BCA !important;
+}
+
+.btn-text-info.disabled, .btn-text-info:disabled {
+ color: #592BCA !important;
+ border-color: #592BCA !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-light {
+ background: transparent;
+ color: #fff;
+}
+
+.btn-text-light:hover, .btn-text-light:active, .btn-text-light.active {
+ color: #fff;
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.btn-text-dark {
+ background: transparent;
+ border-color: transparent;
+ color: #141515 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-dark:hover {
+ background: transparent;
+}
+
+.btn-text-dark:active, .btn-text-dark.active {
+ background: rgba(20, 21, 21, 0.15) !important;
+ border-color: transparent !important;
+ color: #141515 !important;
+}
+
+.btn-text-dark.disabled, .btn-text-dark:disabled {
+ color: #141515 !important;
+ border-color: #141515 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-group .btn {
+ margin-left: -1px !important;
+}
+
+.btn-facebook {
+ color: #fff !important;
+ background: #39579b;
+}
+
+.btn-facebook:hover, .btn-facebook:active {
+ background: #324d88;
+}
+
+.bg-facebook {
+ background: #39579b;
+ color: #FFF !important;
+}
+
+.btn-twitter {
+ color: #fff !important;
+ background: #049ff6;
+}
+
+.btn-twitter:hover, .btn-twitter:active {
+ background: #048fdd;
+}
+
+.bg-twitter {
+ background: #049ff6;
+ color: #FFF !important;
+}
+
+.btn-instagram {
+ color: #fff !important;
+ background: #df237b;
+}
+
+.btn-instagram:hover, .btn-instagram:active {
+ background: #cb1e6f;
+}
+
+.bg-instagram {
+ background: #DE0067;
+ color: #FFF !important;
+}
+
+.btn-linkedin {
+ color: #fff !important;
+ background: #0075aa;
+}
+
+.btn-linkedin:hover, .btn-linkedin:active {
+ background: #006391;
+}
+
+.bg-linkedin {
+ background: #0075aa;
+ color: #FFF !important;
+}
+
+.btn-twitch {
+ color: #fff !important;
+ background: #923cff;
+}
+
+.btn-twitch:hover, .btn-twitch:active {
+ background: #8423ff;
+}
+
+.bg-twitch {
+ background: #923cff;
+ color: #FFF !important;
+}
+
+.btn-whatsapp {
+ color: #fff !important;
+ background: #0ad561;
+}
+
+.btn-whatsapp:hover, .btn-whatsapp:active {
+ background: #09bd56;
+}
+
+.bg-whatsapp {
+ background: #0ad561;
+ color: #FFF !important;
+}
+
+.btn-youtube {
+ color: #fff !important;
+ background: #FF0000;
+}
+
+.btn-youtube:hover, .btn-youtube:active {
+ background: #e60000;
+}
+
+.bg-youtube {
+ background: #FF0000;
+ color: #FFF !important;
+}
+
+.btn-amazon {
+ color: #fff !important;
+ background: #292929;
+}
+
+.btn-amazon:hover, .btn-amazon:active {
+ background: #1c1c1c;
+}
+
+.bg-amazon {
+ background: #292929;
+ color: #FFF !important;
+}
+
+.btn-android {
+ color: #fff !important;
+ background: #7DD159;
+}
+
+.btn-android:hover, .btn-android:active {
+ background: #6dcb45;
+}
+
+.bg-android {
+ background: #7DD159;
+ color: #FFF !important;
+}
+
+.btn-apple {
+ color: #fff !important;
+ background: #000;
+}
+
+.btn-apple:hover, .btn-apple:active {
+ background: #222;
+}
+
+.bg-apple {
+ background: #000;
+ color: #FFF !important;
+}
+
+.btn-dribbble {
+ color: #fff !important;
+ background: #EC4989;
+}
+
+.btn-dribbble:hover, .btn-dribbble:active {
+ background: #ea327a;
+}
+
+.bg-dribbble {
+ background: #EC4989;
+ color: #FFF !important;
+}
+
+.btn-skype {
+ color: #fff !important;
+ background: #00A8F3;
+}
+
+.btn-skype:hover, .btn-skype:active {
+ background: #0096da;
+}
+
+.bg-skype {
+ background: #00A8F3;
+ color: #FFF !important;
+}
+
+.btn-pinterest {
+ color: #fff !important;
+ background: #F12A2C;
+}
+
+.btn-pinterest:hover, .btn-pinterest:active {
+ background: #ef1214;
+}
+
+.bg-pinterest {
+ background: #F12A2C;
+ color: #FFF !important;
+}
+
+.btn-dropbox {
+ color: #fff !important;
+ background: #005CFF;
+}
+
+.btn-dropbox:hover, .btn-dropbox:active {
+ background: #0053e6;
+}
+
+.bg-dropbox {
+ background: #005CFF;
+ color: #FFF !important;
+}
+
+.btn-bitcoin {
+ color: #fff !important;
+ background: #F99400;
+}
+
+.btn-bitcoin:hover, .btn-bitcoin:active {
+ background: #e08500;
+}
+
+.bg-bitcoin {
+ background: #F99400;
+ color: #FFF !important;
+}
+
+.btn-github {
+ color: #fff !important;
+ background: #323131;
+}
+
+.btn-github:hover, .btn-github:active {
+ background: #252424;
+}
+
+.bg-github {
+ background: #323131;
+ color: #FFF !important;
+}
+
+.accordion {
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ background: #fff;
+}
+
+.accordion .accordion-content {
+ padding: 8px 16px 20px 16px;
+}
+
+.accordion .accordion-header {
+ position: relative;
+}
+
+.accordion .accordion-header .btn {
+ justify-content: flex-start !important;
+ border-radius: 0 !important;
+ width: 100%;
+ text-align: left !important;
+ font-weight: 400;
+ background: transparent !important;
+ font-size: 15px;
+ padding: 8px 50px 8px 16px;
+ min-height: 50px;
+}
+
+.accordion .accordion-header .btn:active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.accordion .accordion-header .btn:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ content: "";
+ font-family: "Line Awesome Free";
+ width: 20px;
+ height: 20px;
+ font-weight: 700;
+ font-size: 18px;
+ position: absolute;
+ right: 10px;
+ color: #A1A1A2;
+ line-height: 1em;
+ height: 18px;
+ top: 50%;
+ opacity: .5;
+ margin-top: -9px;
+ transform: rotate(-90deg);
+}
+
+.accordion .accordion-header .btn:before {
+ content: "";
+ display: block;
+ height: 1px;
+ background: transparent;
+ position: absolute;
+ left: 16px;
+ bottom: 0;
+ right: 0;
+}
+
+.accordion .accordion-header .btn.collapsed:after {
+ transform: rotate(90deg);
+}
+
+.accordion .accordion-header .btn.collapsed:before {
+ background: #E1E1E1;
+}
+
+.accordion .accordion-header .btn i.icon,
+.accordion .accordion-header .btn ion-icon {
+ width: 24px;
+ font-size: 24px;
+ margin-right: 10px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.accordion .item:last-child .accordion-header .btn:before {
+ display: none;
+}
+
+.inset .accordion {
+ border-radius: 6px;
+ border: 1px solid #E1E1E1;
+}
+
+.inset .accordion .item:first-child .btn {
+ border-radius: 6px 6px 0 0 !important;
+}
+
+.inset .accordion .item:last-child .btn {
+ border-radius: 0 0 6px 6px !important;
+}
+
+.modal.action-sheet {
+ z-index: 9999;
+}
+
+.modal.action-sheet .modal-dialog {
+ padding: 0;
+ margin: 0;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+ min-width: 100%;
+ z-index: 12000;
+ transform: translate(0, 100%);
+}
+
+.modal.action-sheet.show .modal-dialog {
+ transform: translate(0, 0);
+}
+
+.modal.action-sheet .close-button {
+ width: 32px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 22px;
+ position: absolute;
+ right: 10px;
+ top: 3px;
+ color: #A1A1A2;
+}
+
+.modal.action-sheet .close-button:hover, .modal.action-sheet .close-button:active {
+ color: #4F5050;
+}
+
+.modal.action-sheet .modal-content {
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ border: 0;
+ border-radius: 0;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.modal.action-sheet .modal-content .action-sheet-content {
+ padding: 20px 16px;
+ max-height: 460px;
+ overflow: auto;
+}
+
+.modal.action-sheet .modal-content .modal-header {
+ display: block;
+ padding: 2px 20px;
+}
+
+.modal.action-sheet .modal-content .modal-header .modal-title {
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ display: block;
+ font-size: 13px;
+ padding: 6px 0;
+ color: #141515;
+ font-weight: 500;
+}
+
+.modal.action-sheet .modal-content .modal-body {
+ padding: 0;
+}
+
+.action-button-list {
+ padding: 0;
+ margin: 0;
+}
+
+.action-button-list > li {
+ display: block;
+}
+
+.action-button-list > li .btn {
+ padding: 0;
+ display: flex;
+ width: 100%;
+ min-height: 50px;
+ font-size: 15px;
+ color: #141515;
+ line-height: 1.1em;
+ justify-content: space-between;
+ font-weight: 400;
+ border-radius: 0 !important;
+ padding: 10px 16px;
+}
+
+.action-button-list > li .btn:active, .action-button-list > li .btn.active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.action-button-list > li .btn.text-primary {
+ color: #1E74FD !important;
+}
+
+.action-button-list > li .btn.text-secondary {
+ color: #6C7C94 !important;
+}
+
+.action-button-list > li .btn.text-danger {
+ color: #EC4433 !important;
+}
+
+.action-button-list > li .btn.text-success {
+ color: #34C759 !important;
+}
+
+.action-button-list > li .btn.text-warning {
+ color: #FE9500 !important;
+}
+
+.action-button-list > li .btn.text-info {
+ color: #592BCA !important;
+}
+
+.action-button-list > li .btn.text-light {
+ color: #FFF !important;
+}
+
+.action-button-list > li .btn.text-dark {
+ color: #141515 !important;
+}
+
+.action-button-list > li .btn > span {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+}
+
+.action-button-list > li .btn i.icon,
+.action-button-list > li .btn ion-icon {
+ width: 24px !important;
+ height: 24px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 10px;
+ margin-left: -5px;
+ font-size: 24px;
+ line-height: 1em;
+}
+
+.action-button-list > li.action-divider {
+ height: 1px;
+ background: #E1E1E1;
+}
+
+.action-sheet.inset .modal-dialog {
+ padding: 16px;
+ padding-bottom: 16px !important;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.action-sheet.inset .modal-dialog .modal-content {
+ border-radius: 16px;
+ padding-bottom: 0;
+}
+
+.action-sheet.inset .action-button-list > li:last-child .btn {
+ border-radius: 0 0 16px 16px !important;
+}
+
+.dialogbox .modal-dialog {
+ position: fixed;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ z-index: 12000;
+ display: flex;
+ overflow: auto;
+ align-items: center;
+ justify-content: center;
+ transform: translate(0, 0) !important;
+ transform: scale(0.7) !important;
+}
+
+.dialogbox .modal-dialog .modal-content {
+ max-width: 280px;
+ margin: auto;
+ max-height: 560px;
+ overflow: auto;
+ border: 0;
+ border-radius: 16px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list {
+ margin: 0;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn {
+ padding: 0px 10px;
+ min-height: 56px;
+ border-radius: 0;
+ margin: 0;
+ border: 0;
+ border-bottom: 1px solid #E1E1E1 !important;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn:hover, .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, .dialogbox .modal-dialog .modal-content .btn-list .btn:active, .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
+ border-radius: 0 0 16px 16px;
+ border-bottom: 0 !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline {
+ display: flex;
+ margin: 0;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn {
+ width: 100%;
+ border-radius: 0;
+ min-height: 56px;
+ border: 0 !important;
+ border-right: 1px solid #E1E1E1 !important;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
+ border-right: 0 !important;
+ border-radius: 0 0 16px 0 !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
+ border-radius: 0 0 0 16px !important;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-header {
+ border: 0;
+ padding: 20px 20px 10px 20px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #141515;
+ text-align: center;
+ margin: 0 auto;
+ font-size: 17px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-body {
+ padding: 0 20px;
+ margin-bottom: 30px;
+ text-align: center;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-footer {
+ border: 0;
+ border-top: 1px solid #E1E1E1;
+ padding: 0;
+ display: block;
+ text-align: right;
+}
+
+.dialogbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+ transform: scale(1) !important;
+ transition: .2s all;
+}
+
+.modal-icon {
+ font-size: 60px;
+ line-height: 1em;
+ margin-top: 30px;
+ margin-bottom: -10px;
+ color: #1E74FD;
+ text-align: center;
+}
+
+.modalbox {
+ padding-top: env(safe-area-inset-top);
+ overflow: hidden;
+}
+
+.modalbox .modal-dialog {
+ transform: translate(0, 100%) !important;
+ min-width: 100%;
+ margin: 0;
+ transition: 0.5s all !important;
+ position: fixed;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ margin-top: env(safe-area-inset-top);
+}
+
+.modalbox .modal-dialog .modal-content {
+ border-radius: 0;
+ border: 0;
+ margin: auto;
+ overflow: hidden;
+ padding-top: 56px;
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ top: 0;
+}
+
+.modalbox .modal-dialog .modal-content .modal-header {
+ border: 0;
+ padding: 0;
+ min-height: 56px;
+ padding: 10px 16px;
+ border-radius: 0;
+ display: flex;
+ border-bottom: 1px solid #E1E1E1;
+ align-items: center;
+ justify-content: space-between;
+ margin: 0;
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ z-index: 100;
+ background: #FFF;
+}
+
+.modalbox .modal-dialog .modal-content .modal-header .modal-title {
+ margin: 0;
+ color: #141515;
+ font-size: 17px;
+}
+
+.modalbox .modal-dialog .modal-content .modal-body {
+ padding: 20px 16px;
+ overflow: auto;
+}
+
+.modalbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+}
+
+.panelbox .modal-dialog {
+ margin: 0;
+ position: fixed;
+ left: 0;
+ top: 0;
+}
+
+.panelbox .modal-dialog .modal-content {
+ border: 0;
+ border-radius: 0;
+ width: 300px;
+ height: 100vh;
+ overflow: auto;
+ padding-top: env(safe-area-inset-top);
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
+}
+
+.panelbox .modal-dialog .modal-content .modal-header {
+ border-bottom: 0;
+ padding: 10px 16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ min-height: 56px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ margin-bottom: 6px;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .panel-close {
+ color: #1E74FD;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .panel-close i.icon,
+.panelbox .modal-dialog .modal-content .modal-header .panel-close ion-icon {
+ font-size: 26px;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #141515;
+}
+
+.panelbox .modal-dialog .modal-content .modal-body {
+ padding: 10px 16px;
+}
+
+.panelbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+}
+
+.panelbox-left .modal-dialog {
+ transform: translate(-100%, 0) !important;
+}
+
+.panelbox-right .modal-dialog {
+ transform: translate(100%, 0) !important;
+ left: auto;
+ right: 0;
+}
+
+.tooltip .tooltip-inner {
+ font-size: 13px;
+ padding: 6px 10px;
+ border-radius: 6px;
+}
+
+.dropdown .dropdown-menu,
+.dropup .dropdown-menu {
+ border: 1px solid transparent;
+ min-width: 120px;
+ padding: 8px 0;
+ border-radius: 6px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.dropdown .dropdown-menu .dropdown-item,
+.dropup .dropdown-menu .dropdown-item {
+ padding: 12px 16px;
+ line-height: 1.2em;
+ color: #141515;
+ font-size: 15px;
+ display: flex;
+ align-items: center;
+}
+
+.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active,
+.dropup .dropdown-menu .dropdown-item:hover,
+.dropup .dropdown-menu .dropdown-item:active {
+ background: rgba(225, 225, 225, 0.5);
+ color: #141515;
+}
+
+.dropdown .dropdown-menu .dropdown-divider,
+.dropup .dropdown-menu .dropdown-divider {
+ border-top: 1px solid #E1E1E1;
+}
+
+.dropdown .dropdown-menu .dropdown-header,
+.dropup .dropdown-menu .dropdown-header {
+ padding: 9px 16px;
+ color: #4F5050;
+ font-weight: 400;
+ font-size: 11px;
+}
+
+.dropdown .dropdown-menu .text,
+.dropup .dropdown-menu .text {
+ padding: 9px 16px;
+ color: #4F5050;
+}
+
+.dropdown .dropdown-menu i.icon,
+.dropdown .dropdown-menu ion-icon,
+.dropup .dropdown-menu i.icon,
+.dropup .dropdown-menu ion-icon {
+ margin-right: 10px;
+ width: 22px;
+ height: 22px;
+ font-size: 22px;
+ justify-content: center;
+ align-items: center;
+ line-height: 1em;
+ display: inline-flex;
+ color: #141515;
+}
+
+.appHeader .dropdown-menu {
+ margin-top: -10px;
+}
+
+.dropdown-toggle:after {
+ border-radius: 4px;
+ margin-left: 7px;
+}
+
+.bg-primary {
+ background: #1E74FD !important;
+ color: #FFF;
+}
+
+.bg-secondary {
+ background: #6C7C94 !important;
+ color: #FFF;
+}
+
+.bg-success {
+ background: #34C759 !important;
+ color: #FFF;
+}
+
+.bg-danger {
+ background: #EC4433 !important;
+ color: #FFF;
+}
+
+.bg-warning {
+ background: #FE9500 !important;
+ color: #FFF;
+}
+
+.bg-info {
+ background: #592BCA !important;
+ color: #FFF;
+}
+
+.bg-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+}
+
+.bg-dark {
+ background: #222 !important;
+ color: #FFF;
+}
+
+a.bg-primary {
+ background: #1E74FD !important;
+ color: #FFF !important;
+}
+
+a.bg-primary:hover, a.bg-primary:active {
+ background: #0564fd !important;
+}
+
+a.bg-secondary {
+ background: #6C7C94 !important;
+ color: #FFF !important;
+}
+
+a.bg-secondary:hover, a.bg-secondary:active {
+ background: #617085 !important;
+}
+
+a.bg-success {
+ background: #34C759 !important;
+ color: #FFF !important;
+}
+
+a.bg-success:hover, a.bg-success:active {
+ background: #2fb350 !important;
+}
+
+a.bg-danger {
+ background: #EC4433 !important;
+ color: #FFF !important;
+}
+
+a.bg-danger:hover, a.bg-danger:active {
+ background: #ea2f1c !important;
+}
+
+a.bg-warning {
+ background: #FE9500 !important;
+ color: #FFF !important;
+}
+
+a.bg-warning:hover, a.bg-warning:active {
+ background: #e58600 !important;
+}
+
+a.bg-info {
+ background: #592BCA !important;
+ color: #FFF !important;
+}
+
+a.bg-info:hover, a.bg-info:active {
+ background: #5027b5 !important;
+}
+
+a.bg-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+}
+
+a.bg-light:hover, a.bg-light:active {
+ background: rgba(242, 242, 242, 0.5) !important;
+}
+
+a.bg-dark {
+ background: #222 !important;
+ color: #FFF !important;
+}
+
+a.bg-dark:hover, a.bg-dark:active {
+ background: #151515 !important;
+}
+
+.text-primary,
+a.text-primary {
+ color: #1E74FD !important;
+}
+
+.text-secondary,
+a.text-secondary {
+ color: #6C7C94 !important;
+}
+
+.text-success,
+a.text-success {
+ color: #34C759 !important;
+}
+
+.text-danger,
+a.text-danger {
+ color: #EC4433 !important;
+}
+
+.text-warning,
+a.text-warning {
+ color: #FE9500 !important;
+}
+
+.text-info,
+a.text-info {
+ color: #592BCA !important;
+}
+
+.text-light,
+a.text-light {
+ color: #FFF !important;
+}
+
+.text-dark,
+a.text-dark {
+ color: #141515 !important;
+}
+
+.border-primary {
+ border-color: #1E74FD !important;
+}
+
+.border-secondary {
+ border-color: #6C7C94 !important;
+}
+
+.border-success {
+ border-color: #34C759 !important;
+}
+
+.border-danger {
+ border-color: #EC4433 !important;
+}
+
+.border-warning {
+ border-color: #FE9500 !important;
+}
+
+.border-info {
+ border-color: #592BCA !important;
+}
+
+.border-light {
+ border-color: #FFF !important;
+}
+
+.border-dark {
+ border-color: #141515 !important;
+}
+
+.alert {
+ margin: 0;
+ padding: 6px 16px;
+ border: 0;
+ font-size: 13px;
+ border-radius: 6px;
+}
+
+.alert .close {
+ text-shadow: none !important;
+ outline: 0;
+ opacity: 1;
+ width: 40px;
+ padding: 0;
+ line-height: 1em;
+ height: 36px !important;
+}
+
+.alert .alert-title {
+ margin: 4px 0;
+ font-size: 15px;
+ font-weight: 500;
+}
+
+.alert.alert-dismissible {
+ padding-right: 56px;
+}
+
+.alert-primary {
+ background: #1E74FD;
+ color: #fff;
+ border: 1px solid #1E74FD;
+}
+
+.alert-primary a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-primary .alert-title {
+ color: #FFF;
+}
+
+.alert-primary .close {
+ color: #FFF;
+}
+
+.alert-outline-primary {
+ background: transparent;
+ color: #1E74FD;
+ border: 1px solid #1E74FD;
+}
+
+.alert-outline-primary a {
+ color: #1E74FD !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-primary .alert-title {
+ color: #1E74FD;
+}
+
+.alert-outline-primary .close {
+ color: #1E74FD;
+}
+
+.alert-secondary {
+ background: #6C7C94;
+ color: #fff;
+ border: 1px solid #6C7C94;
+}
+
+.alert-secondary a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-secondary .alert-title {
+ color: #FFF;
+}
+
+.alert-secondary .close {
+ color: #FFF;
+}
+
+.alert-outline-secondary {
+ background: transparent;
+ color: #6C7C94;
+ border: 1px solid #6C7C94;
+}
+
+.alert-outline-secondary a {
+ color: #6C7C94 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-secondary .alert-title {
+ color: #6C7C94;
+}
+
+.alert-outline-secondary .close {
+ color: #6C7C94;
+}
+
+.alert-success {
+ background: #34C759;
+ color: #fff;
+ border: 1px solid #34C759;
+}
+
+.alert-success a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-success .alert-title {
+ color: #FFF;
+}
+
+.alert-success .close {
+ color: #FFF;
+}
+
+.alert-outline-success {
+ background: transparent;
+ color: #34C759;
+ border: 1px solid #34C759;
+}
+
+.alert-outline-success a {
+ color: #34C759 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-success .alert-title {
+ color: #34C759;
+}
+
+.alert-outline-success .close {
+ color: #34C759;
+}
+
+.alert-danger {
+ background: #EC4433;
+ color: #fff;
+ border: 1px solid #EC4433;
+}
+
+.alert-danger a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-danger .alert-title {
+ color: #FFF;
+}
+
+.alert-danger .close {
+ color: #FFF;
+}
+
+.alert-outline-danger {
+ background: transparent;
+ color: #EC4433;
+ border: 1px solid #EC4433;
+}
+
+.alert-outline-danger a {
+ color: #EC4433 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-danger .alert-title {
+ color: #EC4433;
+}
+
+.alert-outline-danger .close {
+ color: #EC4433;
+}
+
+.alert-warning {
+ background: #FE9500;
+ color: #fff;
+ border: 1px solid #FE9500;
+}
+
+.alert-warning a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-warning .alert-title {
+ color: #FFF;
+}
+
+.alert-warning .close {
+ color: #FFF;
+}
+
+.alert-outline-warning {
+ background: transparent;
+ color: #FE9500;
+ border: 1px solid #FE9500;
+}
+
+.alert-outline-warning a {
+ color: #FE9500 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-warning .alert-title {
+ color: #FE9500;
+}
+
+.alert-outline-warning .close {
+ color: #FE9500;
+}
+
+.alert-info {
+ background: #592BCA;
+ color: #fff;
+ border: 1px solid #592BCA;
+}
+
+.alert-info a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-info .alert-title {
+ color: #FFF;
+}
+
+.alert-info .close {
+ color: #FFF;
+}
+
+.alert-outline-info {
+ background: transparent;
+ color: #592BCA;
+ border: 1px solid #592BCA;
+}
+
+.alert-outline-info a {
+ color: #592BCA !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-info .alert-title {
+ color: #592BCA;
+}
+
+.alert-outline-info .close {
+ color: #592BCA;
+}
+
+.alert-light {
+ background: #FFF;
+ color: #141515;
+}
+
+.alert-dark {
+ background: #333;
+ color: #FFF;
+}
+
+.alert-dark a {
+ color: #FFF !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-dark {
+ background: transparent;
+ color: #333;
+ border: 1px solid #333;
+}
+
+.table {
+ color: #4F5050;
+ margin: 0;
+ font-size: 13px;
+ line-height: 1.4em;
+}
+
+.table thead th {
+ border-top: 0;
+ border-bottom: 0;
+ color: #141515;
+ font-weight: 500;
+}
+
+.table td,
+.table th {
+ border-top: 1px solid #E1E1E1;
+}
+
+.table-dark {
+ border-radius: 0px;
+}
+
+.table-dark thead th {
+ color: #fff;
+ border-top: 0;
+}
+
+.table-dark td,
+.table-dark th {
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+ background: rgba(225, 225, 225, 0.4);
+}
+
+.table-bordered {
+ border-radius: 0px;
+}
+
+.table-bordered td,
+.table-bordered th {
+ border-color: #E1E1E1;
+}
+
+textarea,
+.form-control {
+ background-clip: padding-box;
+ background-image: linear-gradient(transparent, transparent);
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
+
+.form-group {
+ width: 100%;
+}
+
+.form-group .label {
+ font-size: 11px;
+ margin: 0;
+ font-weight: 500;
+ color: #141515;
+ display: block;
+ line-height: 1.2em;
+ text-align: left;
+}
+
+.form-group textarea {
+ resize: none;
+}
+
+.form-group .input-info {
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.form-group .clear-input {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #4F5050;
+ height: 38px;
+ font-size: 22px;
+ position: absolute;
+ right: -10px;
+ bottom: 0;
+ width: 32px;
+ opacity: 0.5;
+ display: none;
+}
+
+.form-group .clear-input:hover, .form-group .clear-input:active {
+ opacity: 0.8;
+}
+
+.form-group .input-wrapper {
+ position: relative;
+}
+
+.form-group .input-wrapper.not-empty .clear-input {
+ display: flex;
+}
+
+.form-group .input-wrapper.active .label {
+ color: #1E74FD !important;
+}
+
+.form-group.basic {
+ padding: 8px 0;
+ margin: 0;
+}
+
+.form-group.basic .form-control,
+.form-group.basic .custom-select {
+ background: transparent;
+ border: none;
+ border-bottom: 1px solid #E1E1E1;
+ padding: 0 30px 0 0;
+ border-radius: 0;
+ height: 40px;
+ color: #141515;
+ font-size: 15px;
+}
+
+.form-group.basic .form-control:focus,
+.form-group.basic .custom-select:focus {
+ border-bottom-color: #1E74FD;
+ box-shadow: inset 0 -1px 0 0 #1E74FD;
+}
+
+.form-group.basic textarea.form-control {
+ height: auto;
+ padding: 7px 40px 7px 0;
+}
+
+.form-group.basic.animated .label {
+ margin-top: 20px;
+ opacity: 0;
+ top: -3px;
+ transition: 0.2s all;
+ position: absolute;
+}
+
+.form-group.basic.animated .input-wrapper {
+ padding-top: 5px;
+}
+
+.form-group.basic.animated .input-wrapper.not-empty .label {
+ margin-top: 0;
+ opacity: 1;
+}
+
+.form-group.boxed {
+ margin: 0;
+ padding: 8px 0;
+}
+
+.form-group.boxed .form-control {
+ background: #fff;
+ box-shadow: none;
+ height: 42px;
+ border-radius: 6px;
+ padding: 0 40px 0 16px;
+}
+
+.form-group.boxed .form-control:focus {
+ border-color: #1E74FD;
+}
+
+.form-group.boxed textarea.form-control {
+ height: auto;
+ padding: 7px 40px 7px 16px;
+}
+
+.form-group.boxed .clear-input {
+ right: 0;
+ height: 42px;
+ width: 40px;
+}
+
+.form-group.boxed .label {
+ margin-bottom: 8px;
+}
+
+.input-group .input-group-text {
+ background: transparent;
+ border: 0;
+ border-bottom: 1px solid #E1E1E1;
+ border-radius: 0;
+ font-size: 20px;
+ font-weight: 400;
+ color: #141515;
+ height: 40px;
+ width: auto;
+ padding: 0 10px 0 0;
+}
+
+.custom-file-upload {
+ position: relative;
+ display: flex;
+ width: 100%;
+ height: 220px;
+}
+
+.custom-file-upload input[type="file"] {
+ overflow: hidden;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 0;
+ height: 0;
+}
+
+.custom-file-upload label {
+ z-index: 1;
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ overflow: hidden;
+ background-color: rgba(225, 225, 225, 0.2);
+ background-size: 45px 58px;
+ border: 1px solid #E1E1E1;
+ border-radius: 6px;
+ margin: 0;
+}
+
+.custom-file-upload label span {
+ display: block;
+ font-size: 15px;
+ color: #A1A1A2;
+ height: auto;
+ position: absolute;
+ top: 50%;
+ left: 0;
+ right: 0;
+ font-weight: 500;
+ transform: translate(0%, -50%);
+ align-items: center;
+ justify-content: center;
+ padding: 10px 16px;
+ width: 100%;
+ text-align: center;
+ border-radius: 0;
+}
+
+.custom-file-upload label span i.icon,
+.custom-file-upload label span ion-icon {
+ --ionicon-stroke-width: 32px;
+ font-size: 48px;
+ color: #A1A1A2;
+}
+
+.custom-file-upload label span strong {
+ display: block;
+ font-weight: 500;
+}
+
+.custom-file-upload label span i {
+ font-style: normal;
+ display: block;
+}
+
+.custom-file-upload label.file-uploaded {
+ background-size: cover;
+ background-position: center;
+}
+
+.custom-file-upload label.file-uploaded:before {
+ content: "";
+ width: 38px;
+ height: 38px;
+ background: #34C759;
+ border-radius: 100%;
+ display: flex;
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='20px' viewBox='0 0 23 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='2.4' points='21.2 2 7.76 18 2 12'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ position: absolute;
+ left: 50%;
+ top: calc(50% + -22px);
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ transform: translate(-50%, -50%);
+}
+
+.custom-file-upload label.file-uploaded label {
+ border-color: transparent;
+}
+
+.custom-file-upload label.file-uploaded span {
+ bottom: 0;
+ left: 0;
+ top: auto;
+ transform: translate(0, 0);
+ font-size: 11px;
+ color: #4F5050;
+ background-color: #E1E1E1;
+}
+
+.verify-input {
+ height: 72px !important;
+ font-size: 32px;
+ font-weight: 700;
+ color: #141515;
+ letter-spacing: 5px;
+ padding: 0 0 0 5px !important;
+ max-width: 190px;
+ margin: auto;
+ text-align: center !important;
+}
+
+.nav-tabs {
+ width: 100%;
+}
+
+.nav-tabs.style1 {
+ border: 0;
+ background: rgba(225, 225, 225, 0.4);
+ border-radius: 6px;
+ display: flex;
+}
+
+.nav-tabs.style1 .nav-item {
+ flex: 1;
+ width: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0;
+ padding: 0;
+}
+
+.nav-tabs.style1 .nav-item .nav-link {
+ color: #4F5050;
+ font-weight: 500;
+ font-size: 13px;
+ border: 0 !important;
+ line-height: 1.2em;
+ width: 100%;
+ border-radius: 6px;
+ padding: 6px 10px;
+ height: 30px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 4px !important;
+}
+
+.nav-tabs.style1 .nav-item .nav-link i.icon,
+.nav-tabs.style1 .nav-item .nav-link ion-icon {
+ margin-right: 8px;
+ margin-left: 8px;
+ line-height: 1em;
+ font-size: 18px;
+}
+
+.nav-tabs.style1 .nav-item .nav-link.active {
+ color: #141515;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.nav-tabs.lined {
+ border: 0;
+ background: transparent;
+ border-radius: 0;
+ display: flex;
+}
+
+.nav-tabs.lined .nav-item {
+ flex: 1;
+ width: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0;
+ padding: 0;
+}
+
+.nav-tabs.lined .nav-item .nav-link {
+ color: #4F5050;
+ font-weight: 500;
+ font-size: 13px;
+ border: 0 !important;
+ border-bottom: 2px solid transparent !important;
+ line-height: 1.2em;
+ width: 100%;
+ border-radius: 0;
+ padding: 6px 10px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 0 !important;
+ border-bottom-color: 2px solid;
+}
+
+.nav-tabs.lined .nav-item .nav-link i.icon,
+.nav-tabs.lined .nav-item .nav-link ion-icon {
+ margin-right: 8px;
+ margin-left: 8px;
+ line-height: 1em;
+ font-size: 18px;
+}
+
+.nav-tabs.lined .nav-item .nav-link.active {
+ color: #1E74FD;
+ background: transparent;
+ border-bottom-color: #1E74FD !important;
+}
+
+.nav-tabs.iconed i.icon,
+.nav-tabs.iconed ion-icon {
+ font-size: 24px !important;
+}
+
+.custom-control .custom-control-label {
+ padding-left: 10px;
+ padding-top: 2px;
+ color: #141515;
+}
+
+.custom-control .custom-control-label:before {
+ transition: 0s all;
+ box-shadow: none !important;
+ background: #E1E1E1;
+ width: 22px;
+ height: 22px;
+ border-color: #E1E1E1 !important;
+ border-radius: 100%;
+ margin-top: -2px;
+ background: transparent;
+ border-color: #E1E1E1;
+}
+
+.custom-control .custom-control-label:after {
+ margin-top: 1px;
+ margin-left: 3px;
+}
+
+.custom-control .custom-control-label:active:before {
+ background: #fff !important;
+ border-color: #E1E1E1 !important;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:before {
+ background: #1E74FD !important;
+ border-color: #1E74FD !important;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:after {
+ width: 16px;
+ height: 16px;
+ background-size: 12px 12px;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.custom-radio .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.input-list .custom-control {
+ padding: 0;
+}
+
+.input-list .custom-control:after {
+ content: "";
+ height: 1px;
+ background: #E1E1E1;
+ display: block;
+ margin-left: 54px;
+}
+
+.input-list .custom-control-label {
+ width: 100%;
+ padding: 10px 20px 10px 54px;
+ min-height: 50px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ transition: 0.1s all;
+}
+
+.input-list .custom-control-label:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.input-list .custom-control-label:before, .input-list .custom-control-label:after {
+ top: 50%;
+ left: 16px;
+ transform: translate(0%, -50%);
+ margin: 0;
+}
+
+.input-list .custom-control-label:after {
+ width: 22px;
+ height: 22px;
+ margin: 0px 0 0 3px;
+}
+
+.input-list .custom-control:last-child:after {
+ display: none;
+}
+
+.custom-switch .custom-control-label {
+ width: 56px;
+ height: 30px;
+}
+
+.custom-switch .custom-control-label:before {
+ margin: 0;
+ left: 0;
+ top: 0;
+ border-radius: 100px;
+ width: 56px;
+ height: 30px;
+ border-color: #d4d4d4 !important;
+ background: #E1E1E1;
+}
+
+.custom-switch .custom-control-label:after {
+ width: 24px;
+ height: 24px;
+ border-radius: 100px;
+ margin-top: -1px;
+ margin-left: 1px;
+ left: 3px;
+ top: 4px;
+ background: #fff;
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.custom-switch .custom-control-label:active:before {
+ background: rgba(225, 225, 225, 0.5) !important;
+}
+
+.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100px;
+}
+
+.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
+ width: 24px;
+ height: 24px;
+ border-radius: 100px;
+ left: 16px;
+}
+
+.message-divider {
+ font-size: 12px;
+ text-align: center;
+ padding: 5px 0;
+ color: #A1A1A2;
+}
+
+.message-item {
+ display: flex;
+ align-items: flex-end;
+ justify-content: flex-start;
+ padding: 2px 16px;
+ margin-right: 60px;
+}
+
+.message-item .bubble {
+ padding: 10px 16px;
+ background: #FFF;
+ border-radius: 16px 16px 16px 0;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ color: #141515;
+ display: inline-block;
+ margin-top: 4px;
+ line-height: 1.4em;
+}
+
+.message-item .bubble .imaged {
+ margin: 0px -6px;
+}
+
+.message-item .title {
+ font-size: 12px;
+ font-weight: 500;
+ color: #4F5050;
+ line-height: 1.2em;
+ padding: 0 0 0 10px;
+}
+
+.message-item .footer {
+ font-size: 12px;
+ padding: 0 10px;
+ text-align: right;
+ line-height: 1em;
+ margin-top: 5px;
+ color: #141515;
+ opacity: .4;
+ height: 14px;
+}
+
+.message-item .avatar {
+ margin-right: 10px;
+ width: 32px;
+ height: auto;
+ border-radius: 100%;
+ margin-bottom: 18px;
+}
+
+.message-item.user {
+ justify-content: flex-end;
+ margin-right: 0;
+ margin-left: 60px;
+}
+
+.message-item.user .bubble {
+ background: #1E74FD;
+ color: #FFF;
+ border-radius: 16px 16px 0 16px;
+}
+
+.chatFooter {
+ min-height: 56px;
+ background: #FFF;
+ border-top: 1px solid #E1E1E1;
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding-left: 14px;
+ padding-right: 14px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.chatFooter .form-group {
+ width: calc(100% - 100px);
+}
+
+.chatFooter .form-group .form-control {
+ font-size: 13px;
+ border-radius: 300px;
+ height: 40px;
+}
+
+.chatFooter .form-group .clear-input {
+ height: 40px;
+}
+
+.chatFooter form {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.progress {
+ height: 14px;
+ border-radius: 6px;
+}
+
+.progress-bar {
+ background: #1E74FD;
+ height: 14px;
+ line-height: 1em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 10px;
+ font-weight: 500;
+ letter-spacing: 0;
+}
+
+.circle-progress {
+ position: relative;
+ width: 100%;
+}
+
+.circle-progress .in {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.circle-progress .in .text {
+ text-align: center;
+ font-size: 11px;
+ line-height: 1.5em;
+}
+
+.circle-progress .in .text .value {
+ margin: 0;
+ line-height: 1.5em;
+}
+
+.circle-progress canvas {
+ width: 100% !important;
+ height: 100% !important;
+ max-width: 100% !important;
+ max-height: 100% !important;
+}
+
+.chip {
+ background: #E1E1E1;
+ font-size: 13px;
+ color: #141515;
+ line-height: 1em;
+ height: 26px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0;
+ border-radius: 100px;
+}
+
+.chip .chip-label {
+ padding: 0 12px;
+}
+
+.chip.chip-outline {
+ background: transparent;
+ box-shadow: inset 0 0 0 1px #E1E1E1;
+}
+
+.chip.chip-media {
+ position: relative;
+ padding-left: 20px;
+}
+
+.chip.chip-media img {
+ width: 26px;
+ height: 26px;
+ border-radius: 100px;
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+
+.chip .chip-icon {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 26px;
+ height: 26px;
+ margin: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 100px;
+ background: #4F5050;
+ color: #fff;
+ font-size: 14px;
+}
+
+.chip .chip-delete {
+ width: 26px;
+ margin-left: -10px;
+ height: 26px;
+ display: inline-flex;
+ color: #141515;
+ opacity: 0.7;
+ align-items: center;
+ justify-content: center;
+ font-size: 16px;
+ border-radius: 100px;
+}
+
+.chip .chip-delete:hover, .chip .chip-delete:active {
+ opacity: 1;
+}
+
+.chip-primary {
+ background: #1E74FD !important;
+ color: #fff !important;
+}
+
+.chip-primary .chip-delete {
+ color: #fff !important;
+}
+
+.chip-primary.chip-outline {
+ background: transparent !important;
+ color: #1E74FD !important;
+ box-shadow: inset 0 0 0 1px #1E74FD !important;
+}
+
+.chip-danger {
+ background: #EC4433 !important;
+ color: #fff !important;
+}
+
+.chip-danger .chip-delete {
+ color: #fff !important;
+}
+
+.chip-danger.chip-outline {
+ background: transparent !important;
+ color: #EC4433 !important;
+ box-shadow: inset 0 0 0 1px #EC4433 !important;
+}
+
+.chip-success {
+ background: #34C759 !important;
+ color: #fff !important;
+}
+
+.chip-success .chip-delete {
+ color: #fff !important;
+}
+
+.chip-success.chip-outline {
+ background: transparent !important;
+ color: #34C759 !important;
+ box-shadow: inset 0 0 0 1px #34C759 !important;
+}
+
+.chip-warning {
+ background: #FE9500 !important;
+ color: #fff !important;
+}
+
+.chip-warning .chip-delete {
+ color: #fff !important;
+}
+
+.chip-warning.chip-outline {
+ background: transparent !important;
+ color: #FE9500 !important;
+ box-shadow: inset 0 0 0 1px #FE9500 !important;
+}
+
+.chip-info {
+ background: #592BCA !important;
+ color: #fff !important;
+}
+
+.chip-info .chip-delete {
+ color: #fff !important;
+}
+
+.chip-info.chip-outline {
+ background: transparent !important;
+ color: #592BCA !important;
+ box-shadow: inset 0 0 0 1px #592BCA !important;
+}
+
+.chip-light {
+ background: #fff !important;
+ color: #000 !important;
+}
+
+.chip-light .chip-delete {
+ color: #000 !important;
+}
+
+.chip-light.chip-outline {
+ background: transparent !important;
+ color: #fff !important;
+ box-shadow: inset 0 0 0 1px #fff !important;
+}
+
+.chip-dark {
+ background: #000 !important;
+ color: #fff !important;
+}
+
+.chip-dark .chip-delete {
+ color: #fff !important;
+}
+
+.chip-dark.chip-outline {
+ background: transparent !important;
+ color: #000 !important;
+ box-shadow: inset 0 0 0 1px #000 !important;
+}
+
+.search-form {
+ display: block;
+ width: 100%;
+}
+
+.searchbox {
+ width: 100%;
+ margin: 0;
+ position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.searchbox .form-control {
+ height: 36px;
+ border-radius: 6px;
+ border: 1px solid #E1E1E1 !important;
+ padding: 0 16px 0 36px;
+ font-size: 15px;
+ box-shadow: none !important;
+ color: #141515;
+}
+
+.searchbox .form-control:focus {
+ border-color: #c8c8c8 !important;
+}
+
+.searchbox .form-control:focus ~ .input-icon {
+ color: #141515;
+}
+
+.searchbox i.icon,
+.searchbox ion-icon {
+ font-size: 26px;
+ line-height: 1em;
+ margin: 0;
+}
+
+.searchbox .close {
+ opacity: 1;
+ color: #A1A1A2;
+ width: 46px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: absolute;
+ right: 8px;
+ top: 0;
+}
+
+.searchbox .input-icon {
+ font-size: 26px;
+ position: absolute;
+ left: 0px;
+ width: 36px;
+ height: 36px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #A1A1A2;
+ top: 0;
+}
+
+#search {
+ display: block;
+ padding: 0;
+ background: #fff;
+ border-bottom: 1px solid #FFF;
+ position: fixed;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ left: 0;
+ top: -50%;
+ right: 0;
+ width: 100%;
+ z-index: 1001;
+ transition: 0.2s all ease-in-out;
+}
+
+#search.show {
+ top: env(safe-area-inset-top);
+ transition: 0.3s all;
+}
+
+#search .searchbox .form-control {
+ box-shadow: none !important;
+ border: 0 !important;
+ border-radius: 0;
+ height: 56px;
+ padding: 0 56px 0 56px;
+ background: transparent;
+ font-size: 17px;
+ color: #141515;
+ width: 100%;
+}
+
+#search .searchbox .form-control:focus {
+ border-color: #bbbbbb;
+}
+
+#search .searchbox .form-control:focus ~ .input-icon {
+ color: #141515;
+}
+
+#search .searchbox .input-icon {
+ font-size: 26px;
+ position: absolute;
+ left: 8px;
+ width: 46px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #A1A1A2;
+ top: 0;
+}
+
+.search-result li > .item,
+.search-result li > a {
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+.carousel-slider {
+ text-align: center;
+}
+
+.carousel-slider .owl-dots {
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 100px;
+ outline: 0 !important;
+}
+
+.carousel-slider .owl-dots button {
+ outline: 0 !important;
+}
+
+.carousel-slider .imaged.w-100 {
+ max-width: 400px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.carousel-button-footer {
+ min-height: 84px;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-bottom: env(safe-area-inset-bottom);
+ width: 100%;
+ position: fixed;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 990;
+ left: 0;
+ bottom: 0;
+ right: 0;
+}
+
+.carousel-button-footer > div {
+ width: 100%;
+}
+
+.carousel-multiple {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.carousel-single {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.carousel-small {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.owl-carousel .owl-stage-outer {
+ padding-bottom: 20px;
+ margin-bottom: -20px;
+}
+
+.login-form {
+ max-width: 500px;
+ margin: auto;
+ text-align: center;
+}
+
+.login-form .form-image {
+ width: 100%;
+ max-width: 200px;
+ height: auto;
+}
+
+.form-button-group {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ padding-left: 16px;
+ padding-right: 16px;
+ background: #FFF;
+ min-height: 84px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.form-links {
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ font-size: 14px;
+}
+
+.timeline {
+ position: relative;
+ padding: 24px 0;
+}
+
+.timeline:before {
+ content: '';
+ display: block;
+ position: absolute;
+ width: 2px;
+ left: 0;
+ bottom: 0;
+ top: 0;
+ background: #E1E1E1;
+ z-index: 1;
+}
+
+.timeline .item {
+ position: relative;
+ margin-bottom: 40px;
+}
+
+.timeline .item:last-child {
+ margin-bottom: 0;
+}
+
+.timeline .content {
+ padding-left: 20px;
+}
+
+.timeline .content .title {
+ margin-bottom: 5px;
+ line-height: 1.3em;
+}
+
+.timeline .content .text {
+ font-size: 13px;
+ line-height: 1.4em;
+ padding-right: 30px;
+}
+
+.timeline .dot {
+ width: 12px;
+ height: 12px;
+ border-radius: 100%;
+ position: absolute;
+ background: #A1A1A2;
+ left: -5px;
+ top: 50%;
+ margin-top: -6px;
+ z-index: 10;
+ box-shadow: 0 0 0 3px #FFF;
+}
+
+.timeline.timed {
+ padding-left: 80px;
+}
+
+.timeline.timed:before {
+ left: 80px;
+}
+
+.timeline.timed .time {
+ font-size: 11px;
+ position: absolute;
+ left: -80px;
+ line-height: 1.5em;
+ width: 70px;
+ text-align: right;
+ top: 50%;
+ transform: translate(0, -50%);
+ z-index: 20;
+}
+
+.form-wizard-section {
+ display: flex;
+ align-items: flex-start;
+ justify-content: center;
+ width: 100%;
+ padding: 4px 0 0 0;
+ position: relative;
+}
+
+.form-wizard-section:before {
+ content: "";
+ height: 1px;
+ background: #E1E1E1;
+ width: 100%;
+ position: absolute;
+ top: 16px;
+}
+
+.form-wizard-section .button-item {
+ flex: 1;
+ text-align: center;
+ padding: 0 6px;
+ position: relative;
+}
+
+.form-wizard-section .button-item strong {
+ background: #E1E1E1;
+ width: 22px;
+ height: 22px;
+ border-radius: 100%;
+ color: #A1A1A2;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ line-height: 1em;
+ position: relative;
+ z-index: 2;
+}
+
+.form-wizard-section .button-item strong i.icon,
+.form-wizard-section .button-item strong ion-icon {
+ font-size: 16px;
+}
+
+.form-wizard-section .button-item p {
+ font-size: 10px;
+ line-height: 1em;
+ color: #A1A1A2;
+ margin: 4px 0 0 0;
+}
+
+.form-wizard-section .button-item.active strong {
+ background: #1E74FD;
+ color: #fff;
+}
+
+.form-wizard-section .button-item.active p {
+ color: #141515;
+}
+
+.extraHeader.bg-primary .form-wizard-section:before, .extraHeader.bg-secondary .form-wizard-section:before, .extraHeader.bg-success .form-wizard-section:before, .extraHeader.bg-danger .form-wizard-section:before, .extraHeader.bg-warning .form-wizard-section:before, .extraHeader.bg-dark .form-wizard-section:before {
+ background: transparent;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item strong, .extraHeader.bg-secondary .form-wizard-section .button-item strong, .extraHeader.bg-success .form-wizard-section .button-item strong, .extraHeader.bg-danger .form-wizard-section .button-item strong, .extraHeader.bg-warning .form-wizard-section .button-item strong, .extraHeader.bg-dark .form-wizard-section .button-item strong {
+ background: rgba(255, 255, 255, 0.4);
+ color: #FFF;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item p, .extraHeader.bg-secondary .form-wizard-section .button-item p, .extraHeader.bg-success .form-wizard-section .button-item p, .extraHeader.bg-danger .form-wizard-section .button-item p, .extraHeader.bg-warning .form-wizard-section .button-item p, .extraHeader.bg-dark .form-wizard-section .button-item p {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item.active strong, .extraHeader.bg-secondary .form-wizard-section .button-item.active strong, .extraHeader.bg-success .form-wizard-section .button-item.active strong, .extraHeader.bg-danger .form-wizard-section .button-item.active strong, .extraHeader.bg-warning .form-wizard-section .button-item.active strong, .extraHeader.bg-dark .form-wizard-section .button-item.active strong {
+ background: rgba(0, 0, 0, 0.5);
+ color: #fff;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item.active p, .extraHeader.bg-secondary .form-wizard-section .button-item.active p, .extraHeader.bg-success .form-wizard-section .button-item.active p, .extraHeader.bg-danger .form-wizard-section .button-item.active p, .extraHeader.bg-warning .form-wizard-section .button-item.active p, .extraHeader.bg-dark .form-wizard-section .button-item.active p {
+ color: #FFF;
+}
+
+.adbox {
+ text-align: center;
+}
+
+.adbox.fixed {
+ position: fixed;
+ bottom: 56px;
+ left: 50%;
+ margin-left: -150px;
+ right: 0;
+ width: 300px;
+ z-index: 100;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.adbox.fixed .closebutton {
+ width: 24px;
+ height: 24px;
+ font-size: 24px;
+ background: rgba(0, 0, 0, 0.4);
+ color: rgba(255, 255, 255, 0.5);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+
+.adbox.hide.fixed {
+ bottom: -100%;
+}
+
+.adbox-300-50 img {
+ width: 300px;
+ height: 50px;
+}
+
+.adbox-300-250 img {
+ width: 300px;
+ height: 250px;
+}
+
+.windowsphone-detection,
+.ios-detection,
+.android-detection,
+.non-mobile-detection {
+ display: none;
+}
+
+.windowsphone-detection.is-active,
+.ios-detection.is-active,
+.android-detection.is-active,
+.non-mobile-detection.is-active {
+ display: block;
+}
+
+.fab-button .fab {
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
+ width: 56px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #1E74FD;
+ border-radius: 100%;
+ color: #fff !important;
+}
+
+.fab-button .fab > i.icon,
+.fab-button .fab > ion-icon {
+ font-size: 26px;
+ transition: .2s all;
+ --ionicon-stroke-width: 42px;
+}
+
+.fab-button .fab:hover, .fab-button .fab:active {
+ background: #1E74FD;
+}
+
+.fab-button.text .fab {
+ width: auto;
+ border-radius: 300px;
+ font-size: 17px;
+ padding: 0px 24px;
+}
+
+.fab-button.text .fab > i.icon,
+.fab-button.text .fab > ion-icon {
+ margin-right: 6px;
+}
+
+.fab-button.animate.dropdown.show .fab ion-icon[name=add],
+.fab-button.animate.dropdown.show .fab ion-icon[name=add-sharp],
+.fab-button.animate.dropdown.show .fab ion-icon[name=add-outline] {
+ transform: rotate(45deg);
+}
+
+.fab-button.dropdown.show .fab {
+ background: #0564fd;
+}
+
+.fab-button .dropdown-menu {
+ margin: 0;
+ background: transparent;
+ border: 0;
+ box-shadow: none;
+ padding: 0px 7px;
+ width: 56px;
+ min-width: 56px;
+ max-width: 56px;
+ text-align: center;
+}
+
+.fab-button .dropdown-menu .dropdown-item {
+ padding: 0;
+ background: #1E74FD;
+ width: 42px;
+ height: 42px;
+ display: flex !important;
+ align-items: center;
+ justify-content: center;
+ color: #fff;
+ margin: 14px 0;
+ border-radius: 100%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.fab-button .dropdown-menu .dropdown-item:hover, .fab-button .dropdown-menu .dropdown-item:active {
+ background: #1E74FD;
+}
+
+.fab-button .dropdown-menu .dropdown-item i.icon,
+.fab-button .dropdown-menu .dropdown-item ion-icon {
+ --ionicon-stroke-width: 32px;
+ line-height: 1em;
+ margin-right: 0;
+ color: #fff !important;
+ width: 24px !important;
+ height: 24px !important;
+ display: flex !important;
+ justify-content: center;
+ align-items: center;
+ line-height: 1em;
+ display: inline-flex;
+}
+
+.fab-button .dropdown-menu .dropdown-item p {
+ background: #FFF;
+ position: absolute;
+ left: 58px;
+ color: #141515;
+ font-size: 13px;
+ padding: 4px 12px;
+ line-height: 1.5em;
+ border-radius: 6px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.fab-button.bottom-right {
+ position: fixed;
+ bottom: 16px;
+ right: 16px;
+ z-index: 100;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.bottom-left {
+ position: fixed;
+ bottom: 16px;
+ left: 16px;
+ z-index: 100;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.bottom-center {
+ position: fixed;
+ bottom: 16px;
+ left: 50%;
+ transform: translate(-50%, 0%);
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.top-center {
+ position: fixed;
+ top: 72px;
+ left: 50%;
+ transform: translate(-50%, 0%);
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-left {
+ position: fixed;
+ top: 72px;
+ left: 16px;
+ z-index: 100;
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-right {
+ position: fixed;
+ top: 72px;
+ right: 16px;
+ z-index: 100;
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-right .dropdown-menu .dropdown-item p, .fab-button.bottom-right .dropdown-menu .dropdown-item p {
+ left: auto;
+ right: 58px;
+}
+
+.notification-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 9999;
+ transition: 0.3s all;
+ margin-top: env(safe-area-inset-top);
+}
+
+.notification-box.show {
+ top: 0;
+}
+
+.notification-dialog.android-style {
+ background: #ffffff;
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
+ padding: 16px 16px;
+}
+
+.notification-dialog.android-style .notification-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.notification-dialog.android-style .notification-header .in {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.android-style .notification-header .in .imaged {
+ margin-right: 8px;
+}
+
+.notification-dialog.android-style .notification-header .in strong {
+ font-size: 13px;
+ font-weight: 400;
+ color: #141515;
+}
+
+.notification-dialog.android-style .notification-header .in span {
+ display: inline-flex;
+ align-items: center;
+ margin-left: 6px;
+ font-size: 11px;
+}
+
+.notification-dialog.android-style .notification-header .in span:before {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 6px;
+ content: ".";
+}
+
+.notification-dialog.android-style .notification-header .close-button {
+ display: flex;
+ width: 24px;
+ height: 24px;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.android-style .notification-header .close-button:hover, .notification-dialog.android-style .notification-header .close-button:active {
+ color: #4F5050;
+}
+
+.notification-dialog.android-style .notification-content {
+ font-size: 13px;
+ line-height: 1.4em;
+ margin-top: 14px;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+}
+
+.notification-dialog.android-style .notification-content .subtitle {
+ font-size: 15px;
+ margin: 0 0 5px 0;
+ line-height: 1.4em;
+ font-weight: 500;
+}
+
+.notification-dialog.android-style .notification-content .in {
+ padding-right: 16px;
+}
+
+.notification-dialog.android-style .icon-box {
+ width: 46px;
+ height: 46px;
+ font-size: 46px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.android-style .notification-footer {
+ border-top: 1px solid #E1E1E1;
+ margin: 16px -16px -16px -16px;
+ padding: 0;
+ display: flex;
+ align-items: flex-start;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button {
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #1E74FD !important;
+ font-size: 13px;
+ border-right: 1px solid #E1E1E1;
+ padding: 16px 6px;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button i.icon,
+.notification-dialog.android-style .notification-footer .notification-button ion-icon {
+ font-size: 20px;
+ line-height: 1em;
+ margin-right: 8px;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button:last-child {
+ border-right: 0;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button:hover, .notification-dialog.android-style .notification-footer .notification-button:active {
+ color: #0564fd;
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.notification-dialog.ios-style {
+ margin: 10px;
+ background: #3b4859;
+ padding: 0;
+ border-radius: 10px;
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.notification-dialog.ios-style .notification-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 10px;
+ background: rgba(0, 0, 0, 0.1);
+ border-radius: 10px 10px 0 0;
+}
+
+.notification-dialog.ios-style .notification-header .in {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.ios-style .notification-header .in .imaged {
+ margin-right: 8px;
+}
+
+.notification-dialog.ios-style .notification-header .in strong {
+ font-size: 13px;
+ font-weight: 400;
+ color: #fff;
+}
+
+.notification-dialog.ios-style .notification-header .right {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.ios-style .notification-header .right span {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 6px;
+ color: rgba(255, 255, 255, 0.5);
+ font-size: 11px;
+}
+
+.notification-dialog.ios-style .notification-header .close-button {
+ display: flex;
+ width: 24px;
+ height: 24px;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ color: #fff;
+ opacity: 0.5;
+}
+
+.notification-dialog.ios-style .notification-header .close-button:hover, .notification-dialog.ios-style .notification-header .close-button:active {
+ opacity: 0.7;
+}
+
+.notification-dialog.ios-style .icon-box {
+ width: 46px;
+ height: 46px;
+ font-size: 46px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.ios-style .notification-content {
+ font-size: 13px;
+ line-height: 1.4em;
+ padding: 14px 16px 20px 16px;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ color: rgba(255, 255, 255, 0.75);
+}
+
+.notification-dialog.ios-style .notification-content .subtitle {
+ font-size: 15px;
+ margin: 0 0 5px 0;
+ line-height: 1.4em;
+ color: #fff;
+ font-weight: 500;
+}
+
+.notification-dialog.ios-style .notification-content .in {
+ padding-right: 16px;
+}
+
+.notification-dialog.ios-style .notification-footer {
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ margin: 0px -16px -16px -16px;
+ padding: 0;
+ display: flex;
+ align-items: flex-start;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button {
+ color: #fff !important;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 13px;
+ border-right: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 15px 6px;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button i.icon,
+.notification-dialog.ios-style .notification-footer .notification-button ion-icon {
+ font-size: 20px;
+ line-height: 1em;
+ margin-right: 10px;
+ color: #fff;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button:last-child {
+ border-right: 0;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button:hover, .notification-dialog.ios-style .notification-footer .notification-button:active {
+ color: #0564fd;
+ background: rgba(255, 255, 255, 0.02);
+}
+
+.toast-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 600;
+ min-height: 52px;
+ margin-top: env(safe-area-inset-top);
+ transition: 0.2s all;
+ background: #2b3543;
+ font-size: 13px;
+ color: rgba(255, 255, 255, 0.75);
+ padding: 10px 16px;
+ line-height: 1.4em;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.toast-box .toast-title {
+ font-size: 15px;
+ color: #FFF;
+}
+
+.toast-box .btn {
+ font-size: 13px;
+ font-weight: 500;
+}
+
+.toast-box.show {
+ top: 0;
+}
+
+.toast-box .in {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ padding-right: 20px;
+}
+
+.toast-box .in i.icon,
+.toast-box .in ion-icon {
+ font-size: 24px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ width: 32px;
+ height: 32px;
+ margin-right: 8px;
+ color: #FFF;
+}
+
+.toast-box .in .text {
+ width: 100%;
+}
+
+.toast-box.toast-top.show {
+ top: 56px;
+}
+
+.toast-box.toast-bottom {
+ top: auto;
+ bottom: -100%;
+}
+
+.toast-box.toast-bottom.show {
+ bottom: 56px;
+ top: auto;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.toast-box.toast-center {
+ width: auto;
+ left: auto;
+ right: auto;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ display: none;
+ padding: 16px 24px;
+ border-radius: 6px;
+ text-align: center;
+}
+
+.toast-box.toast-center.show {
+ display: block;
+ transform: translate(-50%, -50%);
+}
+
+.toast-box.toast-center .in {
+ padding: 0;
+ display: block;
+}
+
+.toast-box.toast-center .in i.icon,
+.toast-box.toast-center .in ion-icon {
+ margin: 0 0 10px 0;
+ font-size: 64px;
+ width: 64px;
+ height: 64px;
+}
+
+.toast-box.toast-center .btn {
+ margin-top: 20px;
+}
+
+.extra-header-active .toast-box.toast-top.show {
+ top: 95px;
+}
+
+.divider {
+ height: 1px;
+ background: #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.divider .icon-box {
+ background: #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #FFF;
+ border-radius: 100%;
+ width: 28px;
+ height: 28px;
+ font-size: 18px;
+}
+
+.divider.inset {
+ margin-left: 16px;
+ margin-right: 16px;
+}
+
+.comment-block {
+ font-size: 13px;
+ line-height: 1.6em;
+}
+
+.comment-block .item {
+ display: flex;
+ align-items: flex-start;
+ margin-bottom: 30px;
+}
+
+.comment-block .item:last-child {
+ margin-bottom: 0;
+}
+
+.comment-block .item .avatar {
+ margin-right: 14px;
+}
+
+.comment-block .item .in {
+ width: 100%;
+}
+
+.comment-block .item .text {
+ color: #4F5050;
+}
+
+.comment-block .item .comment-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 4px;
+}
+
+.comment-block .item .comment-header .title {
+ margin: 0;
+ padding-right: 10px;
+ color: #141515;
+ font-size: 15px;
+}
+
+.comment-block .item .comment-header .time {
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.comment-block .item .comment-footer {
+ margin-top: 10px;
+ display: flex;
+ align-content: flex-start;
+ font-size: 11px;
+}
+
+.comment-block .item .comment-footer .comment-button {
+ font-weight: 500;
+ display: flex;
+ align-content: center;
+ margin-right: 14px;
+ color: #4F5050 !important;
+}
+
+.comment-block .item .comment-footer .comment-button i.icon,
+.comment-block .item .comment-footer .comment-button ion-icon {
+ margin-right: 5px;
+ font-size: 18px;
+ line-height: 1em;
+}
+
+.comment-box {
+ padding: 24px 16px;
+ text-align: center;
+}
+
+.comment-box .imaged {
+ margin: 0 auto 10px auto;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.comment-box .card-title {
+ margin: 0;
+ font-size: 17px;
+ font-weight: 500;
+}
+
+.comment-box .card-text {
+ font-size: 11px;
+}
+
+.comment-box .text {
+ margin-top: 6px;
+}
+
+.pagination {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ margin: auto;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.pagination .page-item .page-link {
+ background: #1E74FD;
+ border: 0;
+ color: #FFF;
+ box-shadow: 0 !important;
+ outline: 0 !important;
+ margin: 0 4px;
+ border-radius: 6px !important;
+ font-size: 13px;
+}
+
+.pagination .page-item .page-link:focus {
+ box-shadow: none !important;
+}
+
+.pagination.pagination-secondary .page-item .page-link {
+ background: #FFF;
+ color: #4F5050;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.pagination.pagination-rounded .page-item .page-link {
+ border-radius: 400px !important;
+}
+
+.pagination.pagination-square .page-item .page-link {
+ border-radius: 0 !important;
+}
+
+.error-page {
+ text-align: center;
+ padding: 40px 16px;
+ max-width: 300px;
+ margin: auto;
+}
+
+.error-page .icon-box {
+ font-size: 86px;
+ margin-bottom: 20px;
+}
+
+.error-page .title {
+ font-size: 24px;
+ margin-bottom: 20px;
+}
+
+#countDown {
+ font-size: 20px;
+ font-weight: 700;
+ text-transform: uppercase;
+ color: #141515;
+ margin: 0 -40px;
+}
+
+#countDown > div {
+ display: inline-block;
+ width: 70px;
+ border: 1px solid #E1E1E1;
+ margin: 5px;
+ text-align: center;
+ border-radius: 6px;
+ padding: 10px 5px;
+}
+
+#countDown > div span {
+ display: block;
+ font-weight: 400;
+ color: #A1A1A2;
+ font-size: 10px;
+}
+
+#offline-toast,
+#online-toast {
+ color: #FFF;
+ font-weight: 500;
+}
+
+.ios-add-to-home .modal-content {
+ position: relative;
+ margin-bottom: 10px;
+ z-index: 1;
+}
+
+.ios-add-to-home .modal-content:before {
+ content: "";
+ display: block;
+ width: 0;
+ height: 0;
+ border-left: 14px solid transparent;
+ border-right: 14px solid transparent;
+ border-top: 10px solid #fff;
+ position: absolute;
+ bottom: -7px;
+ z-index: 10;
+ left: 50%;
+ margin-left: -16px;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content {
+ font-size: 13px;
+ color: #141515;
+ line-height: 1.5em;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content h4 {
+ font-size: 15px;
+ margin-bottom: 10px;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content i.icon,
+.ios-add-to-home .modal-content .action-sheet-content ion-icon {
+ font-size: 22px;
+ margin-bottom: -4px;
+}
+
+.android-add-to-home {
+ z-index: 200000;
+}
+
+.android-add-to-home .modal-dialog {
+ top: 0;
+ bottom: auto;
+ padding: 6px !important;
+ transform: translate(0, -100%) !important;
+ transition: .5s all !important;
+}
+
+.android-add-to-home.show .modal-dialog {
+ transform: translate(0, 0) !important;
+ top: 10px;
+}
+
+.android-add-to-home .modal-content {
+ position: relative;
+ z-index: 1;
+ border-radius: 4px !important;
+}
+
+.android-add-to-home .modal-content:before {
+ content: "";
+ display: block;
+ width: 0;
+ height: 0;
+ border-left: 14px solid transparent;
+ border-right: 14px solid transparent;
+ border-top: 10px solid #FFF;
+ position: absolute;
+ top: -7px;
+ z-index: 10;
+ right: 9px;
+ transform: rotate(180deg);
+ margin-left: -16px;
+}
+
+.android-add-to-home .modal-content .action-sheet-content {
+ font-size: 13px;
+ color: #141515;
+ line-height: 1.5em;
+}
+
+.android-add-to-home .modal-content .action-sheet-content h4 {
+ font-size: 15px;
+ margin-bottom: 10px;
+}
+
+.android-add-to-home .modal-content .action-sheet-content i.icon,
+.android-add-to-home .modal-content .action-sheet-content ion-icon {
+ font-size: 20px;
+ margin-bottom: -5px;
+}
+
+.button.goTop {
+ width: 46px;
+ height: 46px;
+ display: none;
+ align-items: center;
+ justify-content: center;
+ border-radius: 100px;
+ background: #6C7C94;
+ color: #FFF;
+ position: fixed;
+ z-index: 99;
+ right: 16px;
+ bottom: 70px;
+ font-size: 18px;
+ margin-bottom: env(safe-area-inset-bottom);
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.button.goTop:hover, .button.goTop:active {
+ background: #617085;
+}
+
+.button.goTop.show {
+ display: flex;
+}
+
+.needs-validation.was-validated .form-group.basic .invalid-feedback,
+.needs-validation.was-validated .form-group.basic .valid-feedback,
+.needs-validation.was-validated .form-group.boxed .invalid-feedback,
+.needs-validation.was-validated .form-group.boxed .valid-feedback {
+ height: 16px;
+ font-size: 11px;
+ line-height: 1.4em;
+ margin-top: 4px;
+}
+
+.needs-validation.was-validated .form-group.basic .invalid-feedback,
+.needs-validation.was-validated .form-group.boxed .invalid-feedback {
+ color: #EC4433;
+}
+
+.needs-validation.was-validated .form-group.basic .valid-feedback,
+.needs-validation.was-validated .form-group.boxed .valid-feedback {
+ color: #34C759;
+}
+
+.needs-validation.was-validated .form-group.basic .clear-input,
+.needs-validation.was-validated .form-group.boxed .clear-input {
+ bottom: 20px;
+}
+
+.form-control.is-valid,
+.was-validated .form-control:valid {
+ border-color: #34C759;
+ box-shadow: 0 !important;
+ background-image: none !important;
+}
+
+.form-control.is-valid:focus,
+.was-validated .form-control:valid:focus {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.custom-select.is-valid,
+.was-validated .custom-select:valid {
+ border-color: #34C759;
+}
+
+.custom-select.is-valid:focus,
+.was-validated .custom-select:valid:focus {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.form-check-input.is-valid ~ .form-check-label,
+.was-validated .form-check-input:valid ~ .form-check-label {
+ color: #34C759;
+}
+
+.custom-control-input.is-valid ~ .custom-control-label,
+.was-validated .custom-control-input:valid ~ .custom-control-label {
+ color: #34C759;
+}
+
+.custom-control-input.is-valid ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid ~ .custom-control-label::before {
+ border-color: #34C759;
+}
+
+.custom-control-input.is-valid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
+ border-color: #34C759;
+ background-color: #34C759;
+}
+
+.custom-control-input.is-valid:focus ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
+ box-shadow: none !important;
+}
+
+.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color: #34C759;
+}
+
+.custom-file-input.is-valid ~ .custom-file-label,
+.was-validated .custom-file-input:valid ~ .custom-file-label {
+ border-color: #34C759;
+}
+
+.custom-file-input.is-valid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.form-control.is-invalid,
+.was-validated .form-control:invalid {
+ border-color: #EC4433;
+ background-image: none !important;
+}
+
+.form-control.is-invalid:focus,
+.was-validated .form-control:invalid:focus {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.custom-select.is-invalid,
+.was-validated .custom-select:invalid {
+ border-color: #EC4433;
+}
+
+.custom-select.is-invalid:focus,
+.was-validated .custom-select:invalid:focus {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.form-check-input.is-invalid ~ .form-check-label,
+.was-validated .form-check-input:invalid ~ .form-check-label {
+ color: #EC4433;
+}
+
+.custom-control-input.is-invalid ~ .custom-control-label,
+.was-validated .custom-control-input:invalid ~ .custom-control-label {
+ color: #EC4433;
+}
+
+.custom-control-input.is-invalid ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
+ border-color: #EC4433;
+}
+
+.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
+ border-color: #EC4433;
+ background-color: #EC4433;
+}
+
+.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color: #EC4433;
+}
+
+.custom-file-input.is-invalid ~ .custom-file-label,
+.was-validated .custom-file-input:invalid ~ .custom-file-label {
+ border-color: #EC4433;
+}
+
+.custom-file-input.is-invalid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.blog-post .title {
+ padding: 0px 16px;
+ margin: 0 0 10px 0;
+}
+
+.blog-post .post-header {
+ font-size: 11px;
+ padding: 10px 0;
+ margin: 16px 16px;
+ color: #A1A1A2;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.blog-post .post-header a {
+ color: #141515;
+ font-weight: 700;
+}
+
+.blog-post .post-body {
+ padding: 0 16px;
+}
+
+.blog-post .post-body img {
+ width: calc(100% + 32px);
+ height: auto;
+ margin: 0px -16px;
+ margin-bottom: 16px;
+}
+
+.profile-head {
+ display: flex;
+ align-items: center;
+}
+
+.profile-head .avatar {
+ margin-right: 16px;
+}
+
+.profile-head .in .name {
+ margin: 0 0 5px 0;
+ font-weight: 500;
+}
+
+.profile-head .in .subtext {
+ color: #A1A1A2;
+ font-weight: 400;
+ margin: 0;
+}
+
+.profile-info {
+ font-size: 13px;
+ line-height: 1.5em;
+}
+
+.profile-info .bio {
+ color: #4F5050;
+}
+
+.profile-info .link {
+ margin-top: 4px;
+ color: #1E74FD;
+}
+
+.profile-stats {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.profile-stats .item {
+ font-size: 11px;
+ line-height: 1.6em;
+ padding: 5px;
+ color: #4F5050;
+ text-align: center;
+}
+
+.profile-stats .item:last-child {
+ border-right-color: transparent;
+}
+
+.profile-stats .item strong {
+ display: block;
+ line-height: 1.4em;
+ color: #141515;
+ font-size: 17px;
+}
+
+.stepper {
+ height: 40px;
+ width: 120px;
+ min-width: 120px;
+ border-radius: 6px;
+ display: inline-flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ overflow: hidden;
+}
+
+.stepper .stepper-button {
+ width: 40px;
+ height: 40px;
+ color: #fff;
+ border-radius: 6px 0 0 6px;
+ display: flex;
+ font-size: 24px;
+ align-items: center;
+ justify-content: center;
+ background: #1E74FD;
+ position: relative;
+ border: 2px solid #1E74FD;
+}
+
+.stepper .stepper-button:last-child {
+ border-radius: 0 6px 6px 0;
+}
+
+.stepper .form-control {
+ padding: 0 3px;
+ width: 52px;
+ height: 40px;
+ border-radius: 0;
+ box-shadow: none !important;
+ background: transparent;
+ text-align: center;
+ border: 2px solid #1E74FD;
+ font-size: 17px;
+ font-weight: 500;
+ color: #1E74FD;
+}
+
+.stepper-sm {
+ height: 30px;
+ width: 80px;
+ min-width: 80px;
+}
+
+.stepper-sm .stepper-button {
+ height: 30px;
+ width: 24px;
+ font-size: 17px;
+}
+
+.stepper-sm .form-control {
+ height: 30px;
+ width: 32px;
+ font-size: 15px;
+}
+
+.stepper-lg {
+ height: 48px;
+}
+
+.stepper-lg .stepper-button {
+ height: 48px;
+ font-size: 24px;
+}
+
+.stepper-lg .form-control {
+ height: 48px;
+}
+
+.stepper-primary .stepper-button {
+ background: #1E74FD;
+ border-color: #1E74FD;
+}
+
+.stepper-primary .form-control {
+ border-color: #1E74FD;
+ color: #1E74FD;
+}
+
+.stepper-secondary .stepper-button {
+ background: #6C7C94;
+ border-color: #6C7C94;
+}
+
+.stepper-secondary .form-control {
+ border-color: #6C7C94;
+ color: #6C7C94;
+}
+
+.stepper-success .stepper-button {
+ background: #34C759;
+ border-color: #34C759;
+}
+
+.stepper-success .form-control {
+ border-color: #34C759;
+ color: #34C759;
+}
+
+.stepper-danger .stepper-button {
+ background: #EC4433;
+ border-color: #EC4433;
+}
+
+.stepper-danger .form-control {
+ border-color: #EC4433;
+ color: #EC4433;
+}
+
+.stepper-warning .stepper-button {
+ background: #FE9500;
+ border-color: #FE9500;
+}
+
+.stepper-warning .form-control {
+ border-color: #FE9500;
+ color: #FE9500;
+}
+
+.stepper-info .stepper-button {
+ background: #592BCA;
+ border-color: #592BCA;
+}
+
+.stepper-info .form-control {
+ border-color: #592BCA;
+ color: #592BCA;
+}
+
+.stepper-dark .stepper-button {
+ background: #333;
+ border-color: #333;
+}
+
+.stepper-dark .form-control {
+ border-color: #333;
+ color: #333;
+}
+
+.stepper-outline-primary .stepper-button {
+ background: transparent;
+ color: #1E74FD;
+ border-color: #1E74FD;
+}
+
+.stepper-outline-primary .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-primary .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-primary .form-control {
+ border-color: #1E74FD;
+ color: #1E74FD;
+}
+
+.stepper-outline-secondary .stepper-button {
+ background: transparent;
+ color: #6C7C94;
+ border-color: #6C7C94;
+}
+
+.stepper-outline-secondary .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-secondary .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-secondary .form-control {
+ border-color: #6C7C94;
+ color: #6C7C94;
+}
+
+.stepper-outline-success .stepper-button {
+ background: transparent;
+ color: #34C759;
+ border-color: #34C759;
+}
+
+.stepper-outline-success .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-success .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-success .form-control {
+ border-color: #34C759;
+ color: #34C759;
+}
+
+.stepper-outline-danger .stepper-button {
+ background: transparent;
+ color: #EC4433;
+ border-color: #EC4433;
+}
+
+.stepper-outline-danger .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-danger .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-danger .form-control {
+ border-color: #EC4433;
+ color: #EC4433;
+}
+
+.stepper-outline-warning .stepper-button {
+ background: transparent;
+ color: #FE9500;
+ border-color: #FE9500;
+}
+
+.stepper-outline-warning .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-warning .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-warning .form-control {
+ border-color: #FE9500;
+ color: #FE9500;
+}
+
+.stepper-outline-info .stepper-button {
+ background: transparent;
+ color: #592BCA;
+ border-color: #592BCA;
+}
+
+.stepper-outline-info .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-info .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-info .form-control {
+ border-color: #592BCA;
+ color: #592BCA;
+}
+
+.stepper-outline-dark .stepper-button {
+ background: transparent;
+ color: #333;
+ border-color: #333;
+}
+
+.stepper-outline-dark .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-dark .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-dark .form-control {
+ border-color: #333;
+ color: #333;
+}
+
+.rate-block {
+ font-size: 18px;
+ display: flex;
+ color: #A1A1A2;
+}
+
+.rate-block ion-icon,
+.rate-block i.icon {
+ margin-right: 3px;
+}
+
+.rate-block ion-icon.active,
+.rate-block i.icon.active {
+ color: #FE9500;
+}
+
+.comment-block .rate-block {
+ font-size: 14px;
+}
+
+.product-detail-header .title {
+ margin: 0 0 2px 0;
+ font-weight: 500;
+ font-size: 17px;
+ color: #141515;
+}
+
+.product-detail-header .text {
+ font-size: 13px;
+ color: #4F5050;
+}
+
+.product-detail-header .detail-footer {
+ margin: 16px 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.product-detail-header .detail-footer .price .old-price {
+ font-size: 15px;
+ color: #4F5050;
+ text-decoration: line-through;
+ margin-bottom: 4px;
+}
+
+.product-detail-header .detail-footer .price .current-price {
+ font-size: 24px;
+ color: #1E74FD;
+ font-weight: 500;
+}
+
+.cart-item .card-body {
+ padding: 16px;
+}
+
+.cart-item .imaged {
+ width: 80px;
+ height: auto;
+}
+
+.cart-item .in {
+ display: flex;
+ align-items: center;
+}
+
+.cart-item .in .text {
+ margin-left: 16px;
+}
+
+.cart-item .in .text .title {
+ font-weight: 500;
+ font-size: 15px;
+ line-height: 1.2em;
+ margin: 0 0 6px 0;
+}
+
+.cart-item .in .text .detail {
+ line-height: 1.2em;
+ margin: 0 0 4px 0;
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.cart-item .in .text .price {
+ font-weight: 500;
+ font-size: 15px;
+ color: #1E74FD;
+}
+
+.cart-item .cart-item-footer {
+ border-top: 1px solid #E1E1E1;
+ padding: 16px 0 0 0;
+ margin: 16px 0 0 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+body.dark-mode-active {
+ background: #0c1624 !important;
+ color: #8195a6;
+}
+
+body.dark-mode-active.bg-light, body.dark-mode-active.bg-white {
+ background: #0c1624 !important;
+}
+
+body.dark-mode-active #loader {
+ background: #0c1624;
+}
+
+body.dark-mode-active select option {
+ background: #0c1624;
+ color: #fff;
+}
+
+body.dark-mode-active .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .bg-dark {
+ background: #000 !important;
+}
+
+body.dark-mode-active .bg-light {
+ background: #fff !important;
+}
+
+body.dark-mode-active h1,
+body.dark-mode-active h2,
+body.dark-mode-active h3,
+body.dark-mode-active h4,
+body.dark-mode-active h5,
+body.dark-mode-active h6 {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active h1 small,
+body.dark-mode-active h2 small,
+body.dark-mode-active h3 small,
+body.dark-mode-active h4 small,
+body.dark-mode-active h5 small,
+body.dark-mode-active h6 small {
+ color: #8195a6;
+}
+
+body.dark-mode-active .lead {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .appHeader {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .appHeader .pageTitle {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appHeader.transparent {
+ background: transparent !important;
+}
+
+body.dark-mode-active .appHeader.bg-light .pageTitle {
+ color: #141515;
+}
+
+body.dark-mode-active .appHeader .left .headerButton,
+body.dark-mode-active .appHeader .right .headerButton {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .extraHeader {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .appHeader.scrolled {
+ background: transparent;
+ border-bottom-color: transparent;
+}
+
+body.dark-mode-active .appHeader.scrolled.is-active {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .section-title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .section .wide-block {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .section .content-header,
+body.dark-mode-active .section .content-footer {
+ color: #586d7f;
+}
+
+body.dark-mode-active .section.inset .wide-block {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .header-large-title .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .header-large-title .subtitle {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .appBottomMenu {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .appBottomMenu .item i.icon,
+body.dark-mode-active .appBottomMenu .item ion-icon,
+body.dark-mode-active .appBottomMenu .item strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appBottomMenu .item:hover i.icon,
+body.dark-mode-active .appBottomMenu .item:hover ion-icon,
+body.dark-mode-active .appBottomMenu .item:hover strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appBottomMenu.bg-light .item i.icon,
+body.dark-mode-active .appBottomMenu.bg-light .item ion-icon,
+body.dark-mode-active .appBottomMenu.bg-light .item strong {
+ color: #141515;
+}
+
+body.dark-mode-active .appBottomMenu.bg-light .item:hover i.icon,
+body.dark-mode-active .appBottomMenu.bg-light .item:hover ion-icon,
+body.dark-mode-active .appBottomMenu.bg-light .item:hover strong {
+ color: #141515;
+}
+
+body.dark-mode-active .accordion {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn:active {
+ background: rgba(27, 40, 59, 0.2) !important;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn.collapsed:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .inset .accordion {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .action-sheet .modal-content {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .action-sheet .modal-content .modal-header {
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .action-sheet .modal-content .modal-header .modal-title {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .action-button-list > li .btn {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .action-button-list > li .btn:active, body.dark-mode-active .action-button-list > li .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .action-button-list .action-divider {
+ background: #1B283B;
+}
+
+body.dark-mode-active .listview.transparent {
+ background: transparent !important;
+}
+
+body.dark-mode-active .listview-title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .listview-title .link {
+ color: #586d7f;
+}
+
+body.dark-mode-active .listview {
+ color: #FFFFFF;
+ background-color: #0F1C2F !important;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .listview .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .listview > li:after {
+ background: #1B283B;
+}
+
+body.dark-mode-active .listview > li header,
+body.dark-mode-active .listview > li footer {
+ color: #8195a6;
+}
+
+body.dark-mode-active .listview > li.divider-title {
+ background: rgba(0, 0, 0, 0.1);
+ color: #8195a6;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .link-listview > li a {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .link-listview > li a:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+}
+
+body.dark-mode-active .link-listview > li a:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .image-listview > li a.item {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .image-listview > li a.item:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .image-listview > li a.item:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+}
+
+body.dark-mode-active .image-listview.media > li {
+ border-bottom: 1px solid #1B283B;
+}
+
+body.dark-mode-active .btn-light {
+ background: #fff !important;
+ color: #000 !important;
+ border-color: #fff !important;
+}
+
+body.dark-mode-active .btn-light:hover, body.dark-mode-active .btn-light:active {
+ background: #fff !important;
+ color: #000 !important;
+ border-color: #fff !important;
+ opacity: 0.8;
+}
+
+body.dark-mode-active .btn-dark {
+ background: #000 !important;
+ color: #fff !important;
+ border-color: #000 !important;
+}
+
+body.dark-mode-active .btn-dark:hover, body.dark-mode-active .btn-dark:active {
+ background: #000 !important;
+ color: #fff !important;
+ border-color: #000 !important;
+ opacity: 0.6;
+}
+
+body.dark-mode-active .btn-outline-light {
+ border-color: #fff !important;
+ color: #fff !important;
+}
+
+body.dark-mode-active .btn-outline-light:hover, body.dark-mode-active .btn-outline-light:active {
+ color: #fff !important;
+ border-color: #fff !important;
+}
+
+body.dark-mode-active .btn-outline-dark {
+ border-color: #000 !important;
+ color: #000 !important;
+}
+
+body.dark-mode-active .btn-outline-dark:hover, body.dark-mode-active .btn-outline-dark:active {
+ color: #000 !important;
+ border-color: #000 !important;
+ background: rgba(0, 0, 0, 0.2) !important;
+}
+
+body.dark-mode-active .card {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .card .card-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-subtitle {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-header {
+ border-bottom-color: rgba(255, 255, 255, 0.1);
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-footer {
+ border-top-color: rgba(255, 255, 255, 0.1);
+ color: #8195a6;
+}
+
+body.dark-mode-active .card .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .card.bg-light {
+ color: #4F5050;
+}
+
+body.dark-mode-active .card.bg-light .card-title {
+ color: #141515;
+}
+
+body.dark-mode-active .card.bg-light .card-subtitle {
+ color: #141515;
+}
+
+body.dark-mode-active .card.bg-light .card-header {
+ color: #000;
+ border-bottom-color: #E1E1E1;
+}
+
+body.dark-mode-active .blockquote-footer {
+ color: #8195a6;
+}
+
+body.dark-mode-active .custom-control .custom-control-label {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .custom-control .custom-control-label:before {
+ background: transparent;
+ border-color: rgba(255, 255, 255, 0.15) !important;
+}
+
+body.dark-mode-active .custom-control .custom-control-label:active:before {
+ background: transparent !important;
+ border-color: #1B283B !important;
+}
+
+body.dark-mode-active .input-list .custom-control:after {
+ background: #1B283B;
+}
+
+body.dark-mode-active .input-list .custom-control-label:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .chip {
+ background: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .chip.chip-outline {
+ box-shadow: inset 0 0 0 1px #1B283B;
+ background: transparent;
+}
+
+body.dark-mode-active .chip .chip-icon {
+ background: #8195a6;
+ color: #fff;
+}
+
+body.dark-mode-active .chip .chip-delete {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .comment-block .item .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .comment-block .item .comment-header .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .comment-block .item .comment-header .time {
+ color: #586d7f;
+}
+
+body.dark-mode-active .comment-block .item .comment-footer .comment-button {
+ color: #8195a6 !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content {
+ background: #0F1C2F;
+ color: #8195a6;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn {
+ border-bottom-color: #1B283B !important;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn {
+ color: #FFFFFF;
+ border-right-color: #1B283B !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-footer {
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .divider {
+ background: #1B283B;
+}
+
+body.dark-mode-active .divider .icon-box {
+ background: #1B283B;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu,
+body.dark-mode-active .dropup .dropdown-menu {
+ background: #0c1624;
+ border: 1px solid #1B283B;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-item,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:active,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item:hover,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item:active {
+ background: rgba(27, 40, 59, 0.5) !important;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-divider,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-divider {
+ border-top-color: #1B283B !important;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-header,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-header {
+ color: #8195a6;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .text,
+body.dark-mode-active .dropup .dropdown-menu .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu i.icon,
+body.dark-mode-active .dropdown .dropdown-menu ion-icon,
+body.dark-mode-active .dropup .dropdown-menu i.icon,
+body.dark-mode-active .dropup .dropdown-menu ion-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .error-page .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .fixed-footer {
+ background: #0c1624;
+}
+
+body.dark-mode-active .fab-button .dropdown-menu {
+ background: transparent;
+ border-color: transparent;
+}
+
+body.dark-mode-active .form-wizard-section:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .form-wizard-section .button-item strong {
+ background: #1B283B;
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-wizard-section .button-item p {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-wizard-section .button-item.active strong {
+ background: #1E74FD;
+ color: #fff;
+}
+
+body.dark-mode-active .form-wizard-section .button-item.active p {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .exampleBox {
+ border-color: #1B283B;
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .form-group .label {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-group .input-info {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-group .clear-input {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-group.basic .form-control,
+body.dark-mode-active .form-group.basic .custom-select {
+ border-bottom-color: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-group.boxed .form-control,
+body.dark-mode-active .form-group.boxed .custom-select {
+ color: #FFFFFF;
+ background: #1B283B;
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .input-group .input-group-text {
+ border-bottom-color: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-button-group {
+ background: #0c1624;
+}
+
+body.dark-mode-active .message-divider {
+ color: #8195a6;
+}
+
+body.dark-mode-active .message-item .bubble {
+ background: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .message-item .title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .message-item .footer {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .message-item.user .bubble {
+ background: #1E74FD;
+}
+
+body.dark-mode-active .chatFooter {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .modalbox {
+ background: #0c1624;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content {
+ background: #0c1624;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header {
+ border-bottom-color: #1B283B;
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .notification-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 9999;
+ transition: 0.3s all;
+}
+
+body.dark-mode-active .notification-box.show {
+ top: 0;
+}
+
+body.dark-mode-active .notification-dialog.android-style {
+ background: #0a1320;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .in strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .close-button {
+ color: #586d7f;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:active {
+ color: #8195a6;
+}
+
+body.dark-mode-active .notification-dialog.android-style .icon-box {
+ color: #586d7f;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer {
+ border-top: 1px solid #1B283B;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button {
+ border-right: 1px solid #1B283B;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .notification-dialog.ios-style {
+ background: #0a1320;
+}
+
+body.dark-mode-active .notification-dialog.ios-style .icon-box {
+ color: #586d7f;
+}
+
+body.dark-mode-active .panelbox .modal-dialog .modal-content {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .panelbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .pagination.pagination-secondary .page-item .page-link {
+ background: #0c1624;
+ color: #8195a6;
+}
+
+body.dark-mode-active .progress {
+ background: #162a46;
+}
+
+body.dark-mode-active .searchbox .form-control {
+ border-color: #1B283B !important;
+ color: #FFFFFF;
+ background: #1B283B;
+}
+
+body.dark-mode-active .searchbox .form-control:focus {
+ border-color: #2b405e !important;
+}
+
+body.dark-mode-active .searchbox .form-control:focus ~ .input-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .searchbox .close {
+ color: #586d7f;
+}
+
+body.dark-mode-active .searchbox .input-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active #search {
+ background: #0F1C2F;
+ border-bottom-color: #0F1C2F;
+}
+
+body.dark-mode-active #search .searchbox .form-control {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #search .searchbox .form-control:focus {
+ border-color: #030407;
+}
+
+body.dark-mode-active #search .searchbox .form-control:focus ~ .input-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #search .searchbox .input-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .table {
+ color: #8195a6;
+}
+
+body.dark-mode-active .table thead th {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .table td,
+body.dark-mode-active .table th {
+ border-color: rgba(255, 255, 255, 0.1);
+}
+
+body.dark-mode-active .table-dark {
+ background: #080f19;
+}
+
+body.dark-mode-active .table-striped tbody tr:nth-of-type(odd) {
+ background: rgba(27, 40, 59, 0.4);
+}
+
+body.dark-mode-active .table-bordered td,
+body.dark-mode-active .table-bordered th {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .timeline:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .timeline .dot {
+ background: darkModeColorLight;
+ box-shadow: 0 0 0 4px #0F1C2F;
+}
+
+body.dark-mode-active .toast-box {
+ background: #060a11;
+}
+
+body.dark-mode-active .appFooter {
+ border-top-color: #1B283B;
+ background: #0c1624;
+}
+
+body.dark-mode-active .appFooter .footer-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appFooter .btn-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .sidebar-buttons {
+ background: #0c1624;
+ border-top: 1px solid #1B283B;
+}
+
+body.dark-mode-active .sidebar-buttons .button {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .sidebar-buttons .button:hover, body.dark-mode-active .sidebar-buttons .button:active {
+ background: rgba(27, 40, 59, 0.2);
+}
+
+body.dark-mode-active .sidebar-buttons:last-child {
+ border-right-color: transparent;
+}
+
+body.dark-mode-active .profileBox .in strong {
+ color: #fff;
+}
+
+body.dark-mode-active .profileBox .in .text-muted {
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+body.dark-mode-active .close-sidebar-button {
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+body.dark-mode-active .close-sidebar-button:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .ios-add-to-home,
+body.dark-mode-active .android-add-to-home {
+ background: rgba(12, 22, 36, 0.4) !important;
+}
+
+body.dark-mode-active .ios-add-to-home .modal-content:before,
+body.dark-mode-active .android-add-to-home .modal-content:before {
+ border-top-color: #0F1C2F;
+}
+
+body.dark-mode-active .ios-add-to-home .modal-content .action-sheet-content,
+body.dark-mode-active .android-add-to-home .modal-content .action-sheet-content {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .demoIcons {
+ color: #8195a6;
+}
+
+body.dark-mode-active .custom-file-upload label {
+ background-color: rgba(27, 40, 59, 0.2);
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .custom-file-upload label span {
+ color: #586d7f;
+}
+
+body.dark-mode-active .custom-file-upload label span i.icon,
+body.dark-mode-active .custom-file-upload label span ion-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .custom-file-upload label.file-uploaded span {
+ color: #8195a6;
+ background-color: #1B283B;
+}
+
+body.dark-mode-active .nav-tabs.style1 {
+ background: rgba(27, 40, 59, 0.4);
+}
+
+body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link {
+ color: #8195a6;
+}
+
+body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link.active {
+ background: #23344c;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .nav-tabs.lined .nav-item .nav-link {
+ color: #8195a6;
+ background: transparent;
+}
+
+body.dark-mode-active .nav-tabs.lined .nav-item .nav-link.active {
+ background: transparent;
+ color: #1E74FD;
+}
+
+body.dark-mode-active .blog-post .post-header {
+ color: #586d7f;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .blog-post .post-header a {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #countDown {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #countDown > div {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active #countDown > div span {
+ color: #586d7f;
+}
+
+body.dark-mode-active figure.codebox {
+ background: #1B283B;
+}
+
+body.dark-mode-active figure.codebox code {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .profile-head .in .subtext {
+ color: #586d7f;
+}
+
+body.dark-mode-active .profile-info .bio {
+ color: #8195a6;
+}
+
+body.dark-mode-active .profile-stats .item {
+ color: #8195a6;
+}
+
+body.dark-mode-active .profile-stats .item strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .rate-block {
+ color: #586d7f;
+}
+
+body.dark-mode-active .product-detail-header .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .product-detail-header .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .product-detail-header .detail-footer .price .old-price {
+ color: #8195a6;
+}
+
+body.dark-mode-active .cart-item .in .text .detail {
+ color: #586d7f;
+}
+
+body.dark-mode-active .cart-item .cart-item-footer {
+ border-top: 1px solid #1B283B;
+}
diff --git a/wms/mkt/assets/css/style.css b/wms/mkt/assets/css/style.css
new file mode 100644
index 00000000..f08c0e45
--- /dev/null
+++ b/wms/mkt/assets/css/style.css
@@ -0,0 +1,7679 @@
+@charset "UTF-8";
+@import url("inc/bootstrap/bootstrap.min.css");
+@import url("inc/bootstrap/bootstrap-datetimepicker.css");
+@import url("inc/owl-carousel/owl.carousel.min.css");
+@import url("inc/owl-carousel/owl.theme.default.css");
+@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");
+
+body {
+ font-family: "Inter", sans-serif;
+ font-size: 15px;
+ line-height: 1.55rem;
+ letter-spacing: -0.015rem;
+ color: #4F5050;
+ background: #F9F9F9;
+ width: 100%;
+ height: 100%;
+ overflow-x: hidden;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+::-webkit-scrollbar {
+ width: 0;
+}
+
+::selection {
+ background: rgba(30, 116, 253, 0.3);
+}
+
+a {
+ transition: 0.2s all;
+ color: #e73f29;
+ outline: 0 !important;
+}
+
+a:hover, a:active, a:focus {
+ outline: 0 !important;
+ color: #e73f29;
+ text-decoration: none;
+}
+
+button {
+ outline: 0 !important;
+}
+
+button:hover, button:active, button:focus {
+ outline: 0 !important;
+}
+
+.appHeader {
+ min-height: 56px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: fixed;
+ top: env(safe-area-inset-top);
+ left: 0;
+ right: 0;
+ z-index: 999;
+ background: #FFF;
+ color: #141515;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.appHeader:before {
+ content: '';
+ height: env(safe-area-inset-top);
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ z-index: 99999;
+ background: #e73f29;
+}
+
+.appHeader.no-border {
+ border: 0;
+ box-shadow: none;
+}
+
+.appHeader.transparent {
+ background: transparent;
+ box-shadow: none;
+}
+
+.appHeader .left,
+.appHeader .right {
+ height: 56px;
+ display: flex;
+ align-items: center;
+ position: absolute;
+}
+
+.appHeader .left i.icon,
+.appHeader .left ion-icon,
+.appHeader .right i.icon,
+.appHeader .right ion-icon {
+ font-size: 26px;
+ --ionicon-stroke-width: 36px;
+}
+
+.appHeader .left .headerButton,
+.appHeader .right .headerButton {
+ min-width: 36px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+ color: #141515;
+ position: relative;
+}
+
+.appHeader .left .headerButton .btn,
+.appHeader .right .headerButton .btn {
+ font-size: 16px;
+ height: 32px;
+ padding: 0px 14px;
+ font-weight: 400;
+}
+
+.appHeader .left .headerButton:active,
+.appHeader .right .headerButton:active {
+ opacity: 0.6;
+}
+
+.appHeader .left {
+ left: 8px;
+ top: 0;
+}
+
+.appHeader .right {
+ right: 8px;
+ top: 0;
+}
+
+.appHeader .pageTitle {
+ font-size: 17px;
+ font-weight: 500;
+ padding: 0 10px;
+}
+
+.appHeader .pageTitle .logo {
+ max-height: 18px;
+}
+
+.appHeader.text-light {
+ color: #fff;
+}
+
+.appHeader.text-light .headerButton,
+.appHeader.text-light .pageTitle {
+ color: #fff;
+}
+
+.appHeader.bg-primary, .appHeader.bg-secondary, .appHeader.bg-success, .appHeader.bg-warning, .appHeader.bg-danger, .appHeader.bg-info, .appHeader.bg-light, .appHeader.bg-dark {
+ border: 0;
+}
+
+.extraHeader {
+ position: fixed;
+ left: 0;
+ top: 56px;
+ height: 56px;
+ right: 0;
+ width: 100%;
+ padding: 5px 16px;
+ margin-top: env(safe-area-inset-top);
+ display: flex;
+ align-items: center;
+ background: #fff;
+ z-index: 1000;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.header-large-title {
+ padding: 0 16px;
+}
+
+.header-large-title .title {
+ margin: 4px 0 0 0;
+ font-size: 34px;
+ letter-spacing: -0.02em;
+ line-height: 1.3em;
+}
+
+.header-large-title .subtitle {
+ font-size: 17px;
+ font-weight: 400;
+ margin: 6px 0 0 0;
+ color: #141515;
+ line-height: 1.6em;
+}
+
+.appHeader.scrolled {
+ background: transparent;
+ border-bottom: 1px solid transparent;
+ box-shadow: none;
+ height: 0;
+ transition: 0.1s all;
+}
+
+.appHeader.scrolled .pageTitle {
+ opacity: 0;
+}
+
+.appHeader.scrolled.is-active {
+ background: #FFF;
+ min-height: 56px;
+ border-bottom-color: #E1E1E1;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.appHeader.scrolled.is-active .pageTitle {
+ opacity: 1;
+}
+
+.appHeader.scrolled.bg-primary {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-primary .headerButton {
+ color: #e73f29;
+}
+
+.appHeader.scrolled.bg-primary.is-active {
+ background: #e73f29 !important;
+}
+
+.appHeader.scrolled.bg-primary.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-secondary {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-secondary .headerButton {
+ color: #6C7C94;
+}
+
+.appHeader.scrolled.bg-secondary.is-active {
+ background: #6C7C94 !important;
+}
+
+.appHeader.scrolled.bg-secondary.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-success {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-success .headerButton {
+ color: #34C759;
+}
+
+.appHeader.scrolled.bg-success.is-active {
+ background: #34C759 !important;
+}
+
+.appHeader.scrolled.bg-success.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-danger {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-danger .headerButton {
+ color: #EC4433;
+}
+
+.appHeader.scrolled.bg-danger.is-active {
+ background: #EC4433 !important;
+}
+
+.appHeader.scrolled.bg-danger.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-warning {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-warning .headerButton {
+ color: #FE9500;
+}
+
+.appHeader.scrolled.bg-warning.is-active {
+ background: #FE9500 !important;
+}
+
+.appHeader.scrolled.bg-warning.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-info {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-info .headerButton {
+ color: #592BCA;
+}
+
+.appHeader.scrolled.bg-info.is-active {
+ background: #592BCA !important;
+}
+
+.appHeader.scrolled.bg-info.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appHeader.scrolled.bg-dark {
+ background: transparent !important;
+ border-bottom: 0 !important;
+}
+
+.appHeader.scrolled.bg-dark .headerButton {
+ color: #000;
+}
+
+.appHeader.scrolled.bg-dark.is-active {
+ background: #000 !important;
+}
+
+.appHeader.scrolled.bg-dark.is-active .headerButton {
+ color: #FFF !important;
+}
+
+.appBottomMenu {
+ min-height: 56px;
+ position: fixed;
+ z-index: 999;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background: #FFFFFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-top: 1px solid #E1E1E1;
+ padding-left: 4px;
+ padding-right: 4px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.appBottomMenu.no-border {
+ border: 0 !important;
+ box-shadow: 0 !important;
+}
+
+.appBottomMenu.rounded {
+ border-radius: 24px 24px 0 0 !important;
+}
+
+.appBottomMenu.rounded .item:before {
+ display: none;
+}
+
+.appBottomMenu .item {
+ font-size: 9px;
+ letter-spacing: 0;
+ text-align: center;
+ width: 100%;
+ height: 56px;
+ line-height: 1.2em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+
+.appBottomMenu .item:before {
+ content: '';
+ display: block;
+ height: 2px;
+ border-radius: 0 0 10px 10px;
+ background: transparent;
+ position: absolute;
+ left: 4px;
+ right: 4px;
+ top: 0;
+}
+
+.appBottomMenu .item .col {
+ width: 100%;
+ padding: 0 4px;
+ text-align: center;
+}
+
+.appBottomMenu .item i.icon,
+.appBottomMenu .item ion-icon {
+ display: inline-flex;
+ margin: 1px auto 3px auto;
+ font-size: 26px;
+ line-height: 1em;
+ color: #141515;
+ transition: 0.1s all;
+ display: block;
+ margin-top: 1px;
+ margin-bottom: 3px;
+}
+
+.appBottomMenu .item .action-button {
+ display: inline-flex;
+ width: 50px;
+ height: 50px;
+ margin-left: -5px;
+ margin-right: -5px;
+ align-items: center;
+ justify-content: center;
+ border-radius: 200px;
+ background: #e73f29;
+}
+
+.appBottomMenu .item .action-button.large {
+ width: 60px;
+ height: 60px;
+ margin-top: -20px;
+ margin-left: -10px;
+ margin-right: -10px;
+}
+
+.appBottomMenu .item .action-button i.icon,
+.appBottomMenu .item .action-button ion-icon {
+ color: #FFF !important;
+ margin: 0 !important;
+ line-height: 0 !important;
+}
+
+.appBottomMenu .item strong {
+ margin-top: 4px;
+ display: block;
+ color: #141515;
+ font-weight: 400;
+ transition: 0.1s all;
+}
+
+.appBottomMenu .item:active {
+ opacity: .8;
+}
+
+.appBottomMenu .item.active:before {
+ background: transparent;
+}
+
+.appBottomMenu .item.active i.icon,
+.appBottomMenu .item.active ion-icon,
+.appBottomMenu .item.active strong {
+ color: #e73f29 !important;
+ font-weight: 500;
+}
+
+.appBottomMenu .item:hover i.icon,
+.appBottomMenu .item:hover ion-icon,
+.appBottomMenu .item:hover strong {
+ color: #141515;
+}
+
+.appBottomMenu.text-light {
+ color: #FFF;
+}
+
+.appBottomMenu.text-light .item {
+ color: #FFF;
+ opacity: .7;
+}
+
+.appBottomMenu.text-light .item i.icon,
+.appBottomMenu.text-light .item ion-icon,
+.appBottomMenu.text-light .item strong {
+ color: #FFF;
+}
+
+.appBottomMenu.text-light .item.active {
+ opacity: 1;
+}
+
+.appBottomMenu.text-light .item.active i.icon,
+.appBottomMenu.text-light .item.active ion-icon,
+.appBottomMenu.text-light .item.active strong {
+ color: #FFF !important;
+}
+
+.appBottomMenu.bg-primary, .appBottomMenu.bg-secondary, .appBottomMenu.bg-success, .appBottomMenu.bg-warning, .appBottomMenu.bg-danger, .appBottomMenu.bg-info, .appBottomMenu.bg-light, .appBottomMenu.bg-dark {
+ border: 0;
+}
+
+.appBottomMenu.bg-primary .item:before, .appBottomMenu.bg-secondary .item:before, .appBottomMenu.bg-success .item:before, .appBottomMenu.bg-warning .item:before, .appBottomMenu.bg-danger .item:before, .appBottomMenu.bg-info .item:before, .appBottomMenu.bg-light .item:before, .appBottomMenu.bg-dark .item:before {
+ display: none;
+}
+
+#appCapsule {
+ padding: 56px 0;
+ margin-bottom: env(safe-area-inset-bottom);
+ margin-top: env(safe-area-inset-top);
+}
+
+#appCapsule.extra-header-active {
+ padding-top: 112px;
+}
+
+#appCapsule.full-height {
+ min-height: 100vh;
+}
+
+.section {
+ padding: 0 16px;
+}
+
+.section.full {
+ padding: 0;
+}
+
+.wide-block {
+ background: #fff;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.wide-block.transparent {
+ background: transparent !important;
+}
+
+.section-title {
+ font-size: 15px;
+ padding: 6px 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ color: #141515;
+ font-weight: 500;
+}
+
+.section-title.large {
+ font-size: 24px;
+ line-height: 1.2em;
+ font-weight: 700;
+}
+
+.section-title.medium {
+ font-size: 17px;
+ font-weight: 700;
+}
+
+.content-header,
+.content-footer {
+ font-size: 11px;
+ color: #A1A1A2;
+ padding-left: 0;
+ padding-right: 0;
+ line-height: 1.4em;
+}
+
+.section.full .section-title {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.section.full .content-header,
+.section.full .content-footer {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.section.full .wide-block .content-header,
+.section.full .wide-block .content-footer {
+ padding-left: 0;
+ padding-right: 0;
+}
+
+.section.inset .wide-block {
+ border: 1px solid #E1E1E1;
+ border-radius: 6px;
+}
+
+.profileBox {
+ padding-left: 16px;
+ padding-right: 16px;
+ display: flex;
+ align-items: center;
+ position: relative;
+ background: #e73f29;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ position: fixed;
+ z-index: 100;
+ left: 0;
+ top: 0;
+ margin-top: env(safe-area-inset-top);
+ right: 0;
+}
+
+.profileBox:before {
+ background: #e73f29;
+ content: '';
+ height: env(safe-area-inset-top);
+ display: block;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+}
+
+.profileBox .image-wrapper {
+ margin-right: 16px;
+ padding: 16px 0;
+}
+
+.profileBox .image-wrapper .imaged {
+ width: 42px;
+ height: 42px;
+ border: 2px solid #FFF;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.profileBox .in {
+ line-height: 1.4em;
+ padding: 16px 25px 16px 0;
+}
+
+.profileBox .in strong {
+ display: block;
+ font-weight: 500;
+ color: #FFF;
+}
+
+.profileBox .in .text-muted {
+ font-size: 14px;
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+.sidebar-buttons {
+ background: #FFF;
+ border-top: 1px solid #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.sidebar-buttons .button {
+ float: 1;
+ width: 100%;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 26px;
+ color: #141515;
+}
+
+.sidebar-buttons .button:hover, .sidebar-buttons .button:active {
+ background: rgba(225, 225, 225, 0.2);
+}
+
+.sidebar-buttons:last-child {
+ border-right-color: transparent;
+}
+
+.close-sidebar-button {
+ font-size: 22px;
+ position: absolute;
+ width: 36px;
+ display: flex;
+ align-items: center;
+ border-radius: 100%;
+ justify-content: center;
+ height: 36px;
+ right: 10px;
+ top: 50%;
+ color: rgba(255, 255, 255, 0.5) !important;
+ margin-top: -18px;
+}
+
+.close-sidebar-button:active {
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.action-group {
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ padding: 0px 16px 10px 16px;
+ background: #e73f29;
+}
+
+.action-group .action-button {
+ padding: 10px 2px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ font-size: 11px;
+ line-height: 1em;
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.action-group .action-button .iconbox {
+ background: rgba(0, 0, 0, 0.3);
+ width: 38px;
+ height: 38px;
+ margin: 0 auto 8px auto;
+ border-radius: 100%;
+ font-size: 18px;
+ color: #FFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.action-group .action-button:last-child {
+ border-right: 0;
+}
+
+#sidebarPanel .modal-dialog {
+ position: fixed;
+ left: 0;
+ top: 0;
+ bottom: 0;
+}
+
+#sidebarPanel .modal-body {
+ margin-top: 76px;
+ margin-bottom: 80px;
+}
+
+#sidebarPanel .modal-content {
+ width: 300px;
+ padding-top: env(safe-area-inset-top);
+}
+
+.panelbox-left .listview > li,
+.panelbox-right .listview > li {
+ padding: 10px 16px;
+}
+
+.panelbox-left .link-listview > li,
+.panelbox-right .link-listview > li {
+ padding: 0;
+}
+
+.panelbox-left .link-listview > li a,
+.panelbox-right .link-listview > li a {
+ padding: 10px 36px 10px 16px;
+}
+
+.panelbox-left .image-listview > li,
+.panelbox-right .image-listview > li {
+ padding: 0;
+}
+
+.panelbox-left .image-listview > li .item,
+.panelbox-right .image-listview > li .item {
+ padding: 10px 16px;
+}
+
+.panelbox-left .image-listview > li a.item,
+.panelbox-right .image-listview > li a.item {
+ padding-right: 36px;
+}
+
+.sidebar-close {
+ position: absolute;
+ right: 10px;
+}
+
+.appFooter {
+ border-top: 1px solid #E1E1E1;
+ padding: 24px 16px;
+ font-size: 12px;
+ text-align: center;
+ line-height: 1.2em;
+ background: #fff;
+}
+
+.appFooter .footer-title {
+ font-weight: 500;
+ color: #141515;
+ margin-bottom: 8px;
+}
+
+.appFooter .btn {
+ margin: 0 5px;
+}
+
+.fixed-footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ min-height: 84px;
+ right: 0;
+ background: #fff;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.fixed-footer > div {
+ width: 100%;
+}
+
+.fixed-footer.transparent {
+ background: transparent !important;
+}
+
+.footer-logo {
+ height: 16px;
+}
+
+.footer-link {
+ padding: 0;
+ border-top: 1px solid rgba(225, 225, 225, 0.5);
+ border-bottom: 1px solid rgba(225, 225, 225, 0.5);
+ margin-left: -16px;
+ margin-right: -16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.footer-link a {
+ float: 1;
+ padding: 12px 2px;
+ width: 100%;
+ color: #4F5050;
+ display: block;
+}
+
+.footer-link a span {
+ display: block;
+}
+
+.footer-link a i.icon,
+.footer-link a ion-icon {
+ font-size: 24px;
+ margin-bottom: 4px;
+}
+
+.exampleBox {
+ width: 100%;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border: 1px solid #E1E1E1;
+ background: rgba(225, 225, 225, 0.3);
+ font-size: 10px;
+}
+
+.demoPage .appHeader {
+ position: relative;
+ z-index: 0;
+}
+
+.demoPage .appHeader:before {
+ height: 0 !important;
+ display: none;
+}
+
+.demoPage .appBottomMenu {
+ position: relative;
+ z-index: 0;
+ padding-bottom: 0;
+}
+
+.row {
+ margin-left: -8px;
+ margin-right: -8px;
+}
+
+.col-1,
+.col-2,
+.col-3,
+.col-4,
+.col-5,
+.col-6,
+.col-7,
+.col-8,
+.col-9,
+.col-10,
+.col-11,
+.col-12,
+.col-sm-1,
+.col-sm-2,
+.col-sm-3,
+.col-sm-4,
+.col-sm-5,
+.col-sm-6,
+.col-sm-7,
+.col-sm-8,
+.col-sm-9,
+.col-sm-10,
+.col-sm-11,
+.col-sm-12,
+.col-md-1,
+.col-md-2,
+.col-md-3,
+.col-md-4,
+.col-md-5,
+.col-md-6,
+.col-md-7,
+.col-md-8,
+.col-md-9,
+.col-md-10,
+.col-md-11,
+.col-md-12,
+.col-lg-1,
+.col-lg-2,
+.col-lg-3,
+.col-lg-4,
+.col-lg-5,
+.col-lg-6,
+.col-lg-7,
+.col-lg-8,
+.col-lg-9,
+.col-lg-10,
+.col-lg-11,
+.col-lg-12,
+.col-xl-1,
+.col-xl-2,
+.col-xl-3,
+.col-xl-4,
+.col-xl-5,
+.col-xl-6,
+.col-xl-7,
+.col-xl-8,
+.col-xl-9,
+.col-xl-10,
+.col-xl-11,
+.col-xl-12 {
+ padding-left: 8px;
+ padding-right: 8px;
+}
+
+.m-0 {
+ margin: 0 !important;
+}
+
+.m-05 {
+ margin: 5px !important;
+}
+
+.m-1 {
+ margin: 8px !important;
+}
+
+.m-2 {
+ margin: 16px !important;
+}
+
+.m-3 {
+ margin: 24px !important;
+}
+
+.m-4 {
+ margin: 32px !important;
+}
+
+.m-5 {
+ margin: 40px !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mt-05 {
+ margin-top: 5px !important;
+}
+
+.mt-1 {
+ margin-top: 8px !important;
+}
+
+.mt-2 {
+ margin-top: 16px !important;
+}
+
+.mt-3 {
+ margin-top: 24px !important;
+}
+
+.mt-4 {
+ margin-top: 32px !important;
+}
+
+.mt-5 {
+ margin-top: 40px !important;
+}
+
+.mb-0 {
+ margin-bottom: 0px !important;
+}
+
+.mb-05 {
+ margin-bottom: 5px !important;
+}
+
+.mb-1 {
+ margin-bottom: 8px !important;
+}
+
+.mb-2 {
+ margin-bottom: 16px !important;
+}
+
+.mb-3 {
+ margin-bottom: 24px !important;
+}
+
+.mb-4 {
+ margin-bottom: 32px !important;
+}
+
+.mb-5 {
+ margin-bottom: 40px !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.ml-05 {
+ margin-left: 5px !important;
+}
+
+.ml-1 {
+ margin-left: 8px !important;
+}
+
+.ml-2 {
+ margin-left: 16px !important;
+}
+
+.ml-3 {
+ margin-left: 24px !important;
+}
+
+.ml-4 {
+ margin-left: 32px !important;
+}
+
+.ml-5 {
+ margin-left: 40px !important;
+}
+
+.mr-0 {
+ margin-right: 0px !important;
+}
+
+.mr-05 {
+ margin-right: 5px !important;
+}
+
+.mr-1 {
+ margin-right: 8px !important;
+}
+
+.mr-2 {
+ margin-right: 16px !important;
+}
+
+.mr-3 {
+ margin-right: 24px !important;
+}
+
+.mr-4 {
+ margin-right: 32px !important;
+}
+
+.mr-5 {
+ margin-right: 40px !important;
+}
+
+.p-0 {
+ padding: 0 !important;
+}
+
+.p-05 {
+ padding: 5px !important;
+}
+
+.p-1 {
+ padding: 8px !important;
+}
+
+.p-2 {
+ padding: 16px !important;
+}
+
+.p-3 {
+ padding: 24px !important;
+}
+
+.p-4 {
+ padding: 32px !important;
+}
+
+.p-5 {
+ padding: 40px !important;
+}
+
+.pt-0 {
+ padding-top: 0px !important;
+}
+
+.pt-05 {
+ padding-top: 5px !important;
+}
+
+.pt-1 {
+ padding-top: 8px !important;
+}
+
+.pt-2 {
+ padding-top: 16px !important;
+}
+
+.pt-3 {
+ padding-top: 24px !important;
+}
+
+.pt-4 {
+ padding-top: 32px !important;
+}
+
+.pt-5 {
+ padding-top: 40px !important;
+}
+
+.pb-0 {
+ padding-bottom: 0px !important;
+}
+
+.pb-05 {
+ padding-bottom: 5px !important;
+}
+
+.pb-1 {
+ padding-bottom: 8px !important;
+}
+
+.pb-2 {
+ padding-bottom: 16px !important;
+}
+
+.pb-3 {
+ padding-bottom: 24px !important;
+}
+
+.pb-4 {
+ padding-bottom: 32px !important;
+}
+
+.pb-5 {
+ padding-bottom: 40px !important;
+}
+
+.pl-0 {
+ padding-left: 0px !important;
+}
+
+.pl-05 {
+ padding-left: 5px !important;
+}
+
+.pl-1 {
+ padding-left: 8px !important;
+}
+
+.pl-2 {
+ padding-left: 16px !important;
+}
+
+.pl-3 {
+ padding-left: 24px !important;
+}
+
+.pl-4 {
+ padding-left: 32px !important;
+}
+
+.pl-5 {
+ padding-left: 40px !important;
+}
+
+.pr-0 {
+ padding-right: 0px !important;
+}
+
+.pr-05 {
+ padding-right: 5px !important;
+}
+
+.pr-1 {
+ padding-right: 8px !important;
+}
+
+.pr-2 {
+ padding-right: 16px !important;
+}
+
+.pr-3 {
+ padding-right: 24px !important;
+}
+
+.pr-4 {
+ padding-right: 32px !important;
+}
+
+.pr-5 {
+ padding-right: 40px !important;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ color: #141515;
+ margin: 0 0 10px 0;
+ letter-spacing: -0.02em;
+ line-height: 1.3em;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small {
+ color: rgba(20, 21, 21, 0.6);
+}
+
+h1 .badge,
+h2 .badge,
+h3 .badge,
+h4 .badge,
+h5 .badge,
+h6 .badge {
+ line-height: 1em;
+}
+
+.text-muted {
+ font-size: 13px;
+ color: #4F5050 !important;
+}
+
+h1 {
+ font-size: 34px;
+ font-weight: 700;
+}
+
+h2 {
+ font-size: 24px;
+ font-weight: 700;
+}
+
+h3 {
+ font-size: 17px;
+ font-weight: 700;
+}
+
+h4 {
+ font-size: 15px;
+ font-weight: 500;
+}
+
+h5 {
+ font-size: 13px;
+ font-weight: 500;
+}
+
+h6 {
+ font-size: 11px;
+ font-weight: 500;
+}
+
+.lead {
+ font-weight: 400;
+ font-size: 17px;
+ color: #4F5050 !important;
+}
+
+mark {
+ border-radius: 6px;
+}
+
+.text-large {
+ font-size: 34px;
+}
+
+strong,
+b {
+ font-weight: 500;
+}
+
+.page-title {
+ display: flex;
+ align-items: flex-end;
+ justify-content: space-between;
+}
+
+.page-title.inset {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+.page-title .in {
+ padding-right: 16px;
+}
+
+.page-title .link {
+ font-size: 13px;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-bottom: 3px;
+}
+
+.page-title .link:hover, .page-title .link:active {
+ opacity: 0.8;
+}
+
+.page-title strong {
+ font-weight: 500;
+ color: #A1A1A2;
+ font-size: 13px;
+ text-transform: uppercase;
+ line-height: 1.2em;
+}
+
+.page-title .title {
+ margin: 0;
+ font-size: 24px;
+ line-height: 1.2em;
+}
+
+.section.full .page-title {
+ padding-left: 16px;
+ padding-right: 16px;
+}
+
+code {
+ color: #e73f29;
+}
+
+figure.codebox {
+ background: #E1E1E1;
+ border-radius: 6px;
+ padding: 5px 12px;
+}
+
+figure.codebox code {
+ color: #141515;
+ line-height: 1.2em;
+}
+
+ion-icon {
+ --ionicon-stroke-width: 32px;
+}
+
+i.icon {
+ line-height: 1em !important;
+}
+
+.demoIcons {
+ font-size: 32px;
+ color: #141515;
+}
+
+.iconedbox {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 24px;
+ line-height: 1em;
+ width: 32px;
+ height: 32px;
+ border-radius: 6px;
+}
+
+.iconedbox.iconedbox-sm {
+ width: 26px;
+ height: 26px;
+ font-size: 18px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-lg {
+ width: 64px;
+ height: 64px;
+ font-size: 42px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-xl {
+ width: 96px;
+ height: 96px;
+ font-size: 64px;
+ line-height: 1em;
+}
+
+.iconedbox.iconedbox-xxl {
+ width: 144px;
+ height: 144px;
+ font-size: 90px;
+ line-height: 1em;
+}
+
+.imaged {
+ height: auto;
+ border-radius: 6px;
+}
+
+.imaged.w16 {
+ width: 16px !important;
+}
+
+.imaged.w24 {
+ width: 24px !important;
+}
+
+.imaged.w32 {
+ width: 32px !important;
+}
+
+.imaged.w36 {
+ width: 36px !important;
+}
+
+.imaged.w48 {
+ width: 48px !important;
+}
+
+.imaged.w64 {
+ width: 64px !important;
+}
+
+.imaged.w76 {
+ width: 76px !important;
+}
+
+.imaged.w86 {
+ width: 86px !important;
+}
+
+.imaged.w100 {
+ width: 100px !important;
+}
+
+.imaged.w120 {
+ width: 120px !important;
+}
+
+.imaged.w140 {
+ width: 140px !important;
+}
+
+.imaged.w160 {
+ width: 160px !important;
+}
+
+.imaged.w180 {
+ width: 180px !important;
+}
+
+.imaged.w200 {
+ width: 200px !important;
+}
+
+.imaged.img-fluid {
+ width: 100%;
+}
+
+.imaged.rounded {
+ border-radius: 100% !important;
+}
+
+.imaged.radius {
+ border-radius: 6px !important;
+}
+
+.imaged.square {
+ border-radius: 0 !important;
+}
+
+#loader {
+ position: fixed;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ /*如下bug会导致在IE环境出不来,故mark掉*/
+ /* z-index: 99999;*/
+ /*background: #FFF;*/
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+#loader .loading-icon {
+ width: 42px;
+ height: auto;
+ animation: loadingAnimation 1s infinite;
+}
+
+@keyframes loadingAnimation {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(360deg);
+ }
+}
+
+.badge {
+ font-size: 12px;
+ line-height: 1em;
+ border-radius: 100px;
+ letter-spacing: 0;
+ height: 22px;
+ min-width: 22px;
+ padding: 0 6px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 400;
+}
+
+.badge-primary,
+a.badge-primary {
+ background: #e73f29 !important;
+}
+
+.badge-secondary,
+a.badge-secondary {
+ background: #6C7C94 !important;
+}
+
+.badge-success,
+a.badge-success {
+ background: #34C759 !important;
+}
+
+.badge-danger,
+a.badge-danger {
+ background: #EC4433 !important;
+}
+
+.badge-warning,
+a.badge-warning {
+ background: #FE9500 !important;
+ color: #FFF;
+}
+
+.badge-info,
+a.badge-info {
+ background: #592BCA !important;
+}
+
+.badge-light,
+a.badge-light {
+ background: rgba(255, 255, 255, 0.6) !important;
+ color: #141515;
+}
+
+.badge-dark,
+a.badge-dark {
+ background: #222 !important;
+}
+
+.badge-empty {
+ display: block !important;
+ min-width: 8px !important;
+ width: 8px !important;
+ height: 8px !important;
+ padding: 0 !important;
+ font-size: 0px;
+}
+
+.appHeader .badge {
+ min-width: 16px;
+ height: 16px;
+ line-height: 9px !important;
+ font-size: 10px;
+ padding: 0 4px !important;
+ position: absolute;
+ right: 2px;
+ top: 10px;
+}
+
+.appHeader .badge-empty {
+ top: 14px;
+}
+
+.appBottomMenu .badge {
+ min-width: 16px;
+ height: 16px;
+ line-height: 9px !important;
+ font-size: 10px;
+ padding: 0 4px !important;
+ position: absolute;
+ right: 50%;
+ transform: translateX(120%);
+ top: -3px;
+}
+
+.appBottomMenu .badge-empty {
+ transform: translateX(200%);
+ top: -1px;
+}
+
+.listview-title {
+ color: #4F5050;
+ padding: 7px 16px;
+ font-size: 13px;
+ font-weight: 500;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.listview-title .link {
+ color: #A1A1A2;
+ font-weight: 500;
+ font-size: 11px;
+ display: flex;
+ align-items: center;
+}
+
+.listview-title .link i.icon,
+.listview-title .link ion-icon {
+ font-size: 15px;
+ margin-right: 4px;
+}
+
+.listview {
+ display: block;
+ padding: 0;
+ margin: 0;
+ color: #141515;
+ background: #fff;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ line-height: 1.3em;
+}
+
+.listview .text-muted {
+ font-size: 13px;
+ color: #A1A1A2 !important;
+}
+
+.listview > li {
+ padding: 8px 16px;
+ display: block;
+ align-items: center;
+ justify-content: space-between;
+ position: relative;
+ min-height: 50px;
+}
+
+.listview > li .item {
+ position: relative;
+}
+
+.listview > li:after {
+ content: "";
+ display: block;
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ height: 1px;
+ background: #E1E1E1;
+}
+
+.listview > li:last-child:after {
+ display: none;
+}
+
+.listview > li footer,
+.listview > li header {
+ font-size: 12px;
+ margin: 0;
+ line-height: 1.2em;
+}
+
+.listview > li footer {
+ color: #4F5050;
+ margin-top: 3px;
+}
+
+.listview > li header {
+ margin-bottom: 3px;
+}
+
+.listview > li.divider-title {
+ background: rgba(225, 225, 225, 0.5);
+ margin-top: -1px;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ padding: 12px 16px;
+ font-size: 13px;
+ min-height: auto;
+ color: #4F5050;
+}
+
+.listview > li.divider-title:after {
+ display: none;
+}
+
+.listview.flush {
+ border-top: 0;
+ border-bottom: 0;
+}
+
+.listview.transparent {
+ background: transparent;
+}
+
+.simple-listview > li {
+ display: flex;
+}
+
+.link-listview > li {
+ padding: 0;
+ min-height: auto;
+}
+
+.link-listview > li a {
+ padding: 8px 36px 8px 16px;
+ min-height: 50px;
+ display: flex;
+ width: 100%;
+ align-items: center;
+ justify-content: space-between;
+ color: #141515 !important;
+}
+
+.link-listview > li a:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ width: 16px;
+ height: 16px;
+ content: "";
+ position: absolute;
+ right: 12px;
+ opacity: 0.5;
+ top: 50%;
+ margin-top: -8px;
+}
+
+.link-listview > li a:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.image-listview > li {
+ padding: 0;
+ min-height: auto;
+}
+
+.image-listview > li:after {
+ left: 68px;
+}
+
+.image-listview > li .item {
+ padding: 10px 16px;
+ width: 100%;
+ min-height: 50px;
+ display: flex;
+ align-items: center;
+}
+
+.image-listview > li .item .image {
+ min-width: 36px;
+ max-width: 36px;
+ width: 36px;
+ height: 36px;
+ border-radius: 400px;
+ margin-right: 16px;
+}
+
+.image-listview > li .item .icon-box {
+ min-width: 36px;
+ max-width: 36px;
+ width: 36px;
+ height: 36px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1em;
+ font-size: 20px;
+ border-radius: 400px;
+ margin-right: 16px;
+}
+
+.image-listview > li .item .icon-box.bg-primary, .image-listview > li .item .icon-box.bg-secondary, .image-listview > li .item .icon-box.bg-success, .image-listview > li .item .icon-box.bg-danger, .image-listview > li .item .icon-box.bg-warning, .image-listview > li .item .icon-box.bg-info, .image-listview > li .item .icon-box.bg-dark, .image-listview > li .item .icon-box.bg-light {
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
+}
+
+.image-listview > li .item .in {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+}
+
+.image-listview > li a.item {
+ color: #141515 !important;
+ padding-right: 36px;
+}
+
+.image-listview > li a.item:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.image-listview > li a.item:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ width: 16px;
+ height: 16px;
+ content: "";
+ position: absolute;
+ right: 12px;
+ opacity: 0.5;
+ top: 50%;
+ margin-top: -8px;
+}
+
+.image-listview.text > li:after {
+ left: 16px;
+}
+
+.image-listview.media > li {
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.image-listview.media > li:last-child {
+ border-bottom: 0;
+}
+
+.image-listview.media > li .imageWrapper {
+ margin-right: 16px;
+}
+
+.image-listview.media > li:after {
+ display: none;
+}
+
+.listview.no-line > li:after,
+.listview.no-line .item :after {
+ display: none;
+}
+
+.listview.no-space > li .item {
+ padding: 0;
+}
+
+.multi-level > a:after {
+ transform: rotate(90deg);
+}
+
+.multi-level ul {
+ border: 0;
+ padding: 0;
+ margin: 0;
+ display: none;
+}
+
+.multi-level ul > li {
+ border: 0 !important;
+}
+
+.multi-level ul > li:after {
+ height: 0;
+}
+
+.multi-level ul > li a,
+.multi-level ul > li .item {
+ padding-left: 68px !important;
+}
+
+.multi-level.active > a:after {
+ transform: rotate(-90deg);
+}
+
+.multi-level.active ul {
+ padding-bottom: 8px;
+}
+
+.link-listview .link-listview a,
+.link-listview .link-listview .item,
+.link-listview .image-listview a,
+.link-listview .image-listview .item {
+ padding-left: 16px !important;
+}
+
+.link-listview .image-listview.media > li {
+ border: 0;
+}
+
+.link-listview .simple-listview {
+ padding-left: 0 !important;
+}
+
+.image-listview .simple-listview {
+ padding-left: 52px !important;
+}
+
+.image-listview.text .simple-listview {
+ padding-left: 0 !important;
+}
+
+.image-listview.text .link-listview a,
+.image-listview.text .link-listview .item,
+.image-listview.text .image-listview a,
+.image-listview.text .image-listview .item {
+ padding-left: 16px !important;
+}
+
+.image-listview.media .simple-listview {
+ padding-left: 80px !important;
+}
+
+.image-listview.media .link-listview a,
+.image-listview.media .link-listview .item,
+.image-listview.media .image-listview a,
+.image-listview.media .image-listview .item {
+ padding-left: 96px !important;
+}
+
+.card {
+ background: #ffffff;
+ border-radius: 6px;
+ border: 0;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.card .card-body {
+ padding: 24px 16px;
+ line-height: 1.4em;
+}
+
+.card .card-title {
+ color: #141515;
+ font-size: 24px;
+ font-weight: 700;
+}
+
+.card .card-subtitle {
+ color: #4F5050;
+ font-weight: 500;
+ letter-spacing: .01em;
+ font-size: 11px;
+ text-transform: uppercase;
+ margin-bottom: 8px;
+}
+
+.card .listview > li:first-child .item {
+ border-radius: 6px 6px 0 0;
+}
+
+.card .listview > li:last-child .item {
+ border-radius: 0 0 6px 6px;
+}
+
+.card .card-header {
+ background: transparent;
+ color: #141515;
+ font-weight: 500;
+ padding: 12px 16px;
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.card .card-footer {
+ background: transparent;
+ border-top: 1px solid #E1E1E1;
+ color: #4F5050;
+ padding: 12px 16px;
+}
+
+.card .card-img-top {
+ border-radius: 6px 6px 0 0;
+}
+
+.card .overlay-img {
+ border-radius: 6px;
+}
+
+.card .card-img-overlay {
+ background: rgba(0, 0, 0, 0.5);
+ border-radius: 6px;
+}
+
+.card .card-img-overlay .card-title {
+ color: #fff;
+}
+
+.card .card-img-overlay .card-text {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.card.bg-primary, .card.bg-secondary, .card.bg-danger, .card.bg-success, .card.bg-warning, .card.bg-info, .card.bg-dark {
+ border: 0;
+}
+
+.card.bg-primary .card-title, .card.bg-secondary .card-title, .card.bg-danger .card-title, .card.bg-success .card-title, .card.bg-warning .card-title, .card.bg-info .card-title, .card.bg-dark .card-title {
+ color: #fff;
+}
+
+.card.bg-primary .card-text, .card.bg-secondary .card-text, .card.bg-danger .card-text, .card.bg-success .card-text, .card.bg-warning .card-text, .card.bg-info .card-text, .card.bg-dark .card-text {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.card.bg-primary .card-header, .card.bg-secondary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-warning .card-header, .card.bg-info .card-header, .card.bg-dark .card-header {
+ color: #fff;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.15);
+}
+
+.card.bg-light {
+ background: #fff;
+}
+
+.card.product-card .card-body {
+ padding: 8px;
+}
+
+.card.product-card .image {
+ width: 100%;
+ border-radius: 6px;
+}
+
+.card.product-card .title {
+ font-size: 15px;
+ margin: 10px 0 0 0;
+ padding: 0 4px;
+ font-weight: 500;
+}
+
+.card.product-card .text {
+ font-size: 11px;
+ color: #A1A1A2;
+ margin: 0;
+ padding: 0 4px 10px 4px;
+}
+
+.card.product-card .price {
+ margin: 0 0 10px 0;
+ padding: 0px 4px;
+ display: block;
+ font-size: 15px;
+ font-weight: 500;
+ color: #e73f29;
+}
+
+.btn {
+ height: 40px;
+ padding: 3px 18px;
+ font-size: 13px;
+ line-height: 1.2em;
+ font-weight: 500;
+ box-shadow: none !important;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ transition: 0.2s all;
+ text-decoration: none !important;
+ border-radius: 6px;
+ border-width: 2px;
+}
+
+.btn i.icon,
+.btn ion-icon {
+ font-size: 22px;
+ margin-right: 10px;
+ margin-top: -2px;
+ font-weight: 700;
+}
+
+.btn.rounded {
+ border-radius: 100px !important;
+}
+
+.btn.square {
+ border-radius: 0 !important;
+}
+
+.btn.shadowed {
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
+}
+
+.btn-lg {
+ height: 48px;
+ padding: 3px 24px;
+ font-size: 18px;
+}
+
+.btn-lg i.icon,
+.btn-lg ion-icon {
+ font-size: 26px;
+}
+
+.btn-sm {
+ height: 30px;
+ padding: 0px 12px;
+ font-size: 12px;
+}
+
+.btn-sm i.icon,
+.btn-sm ion-icon {
+ font-size: 20px;
+ margin-right: 6px;
+}
+
+.btn-group .btn:active {
+ transform: none;
+}
+
+.btn-icon {
+ width: 40px;
+ height: 40px;
+ padding: 0;
+}
+
+.btn-icon i.icon,
+.btn-icon ion-icon {
+ text-align: center;
+ margin: 0 !important;
+}
+
+.btn-icon.btn-lg {
+ width: 48px;
+ height: 48px;
+}
+
+.btn-icon.btn-lg i.icon,
+.btn-icon.btn-lg ion-icon {
+ font-size: 32px;
+}
+
+.btn-icon.btn-sm {
+ width: 30px;
+ height: 30px;
+}
+
+.btn-icon.btn-sm i.icon,
+.btn-icon.btn-sm ion-icon {
+ font-size: 18px;
+}
+
+.btn-primary {
+ background: #e73f29 !important;
+ border-color: #e73f29 !important;
+ color: #ffffff !important;
+}
+
+.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
+ background: #e72c13 !important;
+ border-color: #e72c13 !important;
+}
+
+.btn-primary.disabled, .btn-primary:disabled {
+ background: #e73f29;
+ border-color: #e73f29;
+ opacity: 0.5;
+}
+
+.btn-secondary {
+ background: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ color: #ffffff !important;
+}
+
+.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
+ background: #617085 !important;
+ border-color: #617085 !important;
+}
+
+.btn-secondary.disabled, .btn-secondary:disabled {
+ background: #6C7C94;
+ border-color: #6C7C94;
+ opacity: 0.5;
+}
+
+.btn-success {
+ background: #34C759 !important;
+ border-color: #34C759 !important;
+ color: #ffffff !important;
+}
+
+.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
+ background: #2fb350 !important;
+ border-color: #2fb350 !important;
+}
+
+.btn-success.disabled, .btn-success:disabled {
+ background: #34C759;
+ border-color: #34C759;
+ opacity: 0.5;
+}
+
+.btn-danger {
+ background: #EC4433 !important;
+ border-color: #EC4433 !important;
+ color: #ffffff !important;
+}
+
+.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
+ background: #ea2f1c !important;
+ border-color: #ea2f1c !important;
+}
+
+.btn-danger.disabled, .btn-danger:disabled {
+ background: #EC4433;
+ border-color: #EC4433;
+ opacity: 0.5;
+}
+
+.btn-warning {
+ color: #fff !important;
+ background: #FE9500 !important;
+ border-color: #FE9500 !important;
+ color: #ffffff !important;
+}
+
+.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
+ background: #e58600 !important;
+ border-color: #e58600 !important;
+}
+
+.btn-warning.disabled, .btn-warning:disabled {
+ background: #FE9500;
+ border-color: #FE9500;
+ opacity: 0.5;
+}
+
+.btn-link {
+ color: #e73f29 !important;
+}
+
+.btn-info {
+ background: #592BCA !important;
+ border-color: #592BCA !important;
+ color: #ffffff !important;
+}
+
+.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
+ background: #5027b5 !important;
+ border-color: #5027b5 !important;
+}
+
+.btn-info.disabled, .btn-info:disabled {
+ background: #592BCA;
+ border-color: #592BCA;
+ opacity: 0.5;
+}
+
+.btn-dark {
+ background: #333 !important;
+ border-color: #333 !important;
+ color: #ffffff !important;
+}
+
+.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
+ background: #262626 !important;
+ border-color: #262626 !important;
+}
+
+.btn-dark.disabled, .btn-dark:disabled {
+ background: #333;
+ border-color: #333;
+ opacity: 0.5;
+}
+
+.btn-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+ border-color: rgba(255, 255, 255, 0.5) !important;
+ color: #ffffff !important;
+ color: #141515 !important;
+}
+
+.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
+ background: rgba(242, 242, 242, 0.5) !important;
+ border-color: rgba(242, 242, 242, 0.5) !important;
+}
+
+.btn-light.disabled, .btn-light:disabled {
+ background: rgba(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.5);
+ opacity: 0.5;
+}
+
+.btn-outline-primary {
+ background: transparent;
+ border-color: #e73f29;
+ border-width: 1px;
+ color: #e73f29;
+ transition: 0.2s all;
+}
+
+.btn-outline-primary:hover, .btn-outline-primary:active {
+ background: rgba(30, 116, 253, 0.15) !important;
+ border-color: #e73f29 !important;
+ color: #e73f29 !important;
+}
+
+.btn-outline-primary.active {
+ background: #e73f29 !important;
+ color: #fff !important;
+ border-color: #e73f29 !important;
+}
+
+.btn-outline-primary.disabled, .btn-outline-primary:disabled {
+ color: #e73f29 !important;
+ border-color: #e73f29 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-secondary {
+ background: transparent;
+ border-color: #6C7C94;
+ border-width: 1px;
+ color: #6C7C94;
+ transition: 0.2s all;
+}
+
+.btn-outline-secondary:hover, .btn-outline-secondary:active {
+ background: rgba(108, 124, 148, 0.15) !important;
+ border-color: #6C7C94 !important;
+ color: #6C7C94 !important;
+}
+
+.btn-outline-secondary.active {
+ background: #6C7C94 !important;
+ color: #fff !important;
+ border-color: #6C7C94 !important;
+}
+
+.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+ color: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-success {
+ background: transparent;
+ border-color: #34C759;
+ border-width: 1px;
+ color: #34C759;
+ transition: 0.2s all;
+}
+
+.btn-outline-success:hover, .btn-outline-success:active {
+ background: rgba(52, 199, 89, 0.15) !important;
+ border-color: #34C759 !important;
+ color: #34C759 !important;
+}
+
+.btn-outline-success.active {
+ background: #34C759 !important;
+ color: #fff !important;
+ border-color: #34C759 !important;
+}
+
+.btn-outline-success.disabled, .btn-outline-success:disabled {
+ color: #34C759 !important;
+ border-color: #34C759 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-danger {
+ background: transparent;
+ border-color: #EC4433;
+ border-width: 1px;
+ color: #EC4433;
+ transition: 0.2s all;
+}
+
+.btn-outline-danger:hover, .btn-outline-danger:active {
+ background: rgba(236, 68, 51, 0.15) !important;
+ border-color: #EC4433 !important;
+ color: #EC4433 !important;
+}
+
+.btn-outline-danger.active {
+ background: #EC4433 !important;
+ color: #fff !important;
+ border-color: #EC4433 !important;
+}
+
+.btn-outline-danger.disabled, .btn-outline-danger:disabled {
+ color: #EC4433 !important;
+ border-color: #EC4433 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-warning {
+ background: transparent;
+ border-color: #FE9500;
+ border-width: 1px;
+ color: #FE9500;
+ transition: 0.2s all;
+}
+
+.btn-outline-warning:hover, .btn-outline-warning:active {
+ background: rgba(254, 149, 0, 0.15) !important;
+ border-color: #FE9500 !important;
+ color: #FE9500 !important;
+}
+
+.btn-outline-warning.active {
+ background: #FE9500 !important;
+ color: #fff !important;
+ border-color: #FE9500 !important;
+}
+
+.btn-outline-warning.disabled, .btn-outline-warning:disabled {
+ color: #FE9500 !important;
+ border-color: #FE9500 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-info {
+ background: transparent;
+ border-color: #592BCA;
+ border-width: 1px;
+ color: #592BCA;
+ transition: 0.2s all;
+}
+
+.btn-outline-info:hover, .btn-outline-info:active {
+ background: rgba(89, 43, 202, 0.15) !important;
+ border-color: #592BCA !important;
+ color: #592BCA !important;
+}
+
+.btn-outline-info.active {
+ background: #592BCA !important;
+ color: #fff !important;
+ border-color: #592BCA !important;
+}
+
+.btn-outline-info.disabled, .btn-outline-info:disabled {
+ color: #592BCA !important;
+ border-color: #592BCA !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-light {
+ background: transparent;
+ border-color: #fff;
+ border-width: 1px;
+ color: #fff;
+ transition: 0.2s all;
+}
+
+.btn-outline-light:hover, .btn-outline-light:active {
+ background: rgba(255, 255, 255, 0.15) !important;
+ border-color: #fff !important;
+ color: #fff !important;
+}
+
+.btn-outline-light.active {
+ background: #fff !important;
+ color: #fff !important;
+ border-color: #fff !important;
+}
+
+.btn-outline-light.disabled, .btn-outline-light:disabled {
+ color: #fff !important;
+ border-color: #fff !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-outline-light:active {
+ color: #141515 !important;
+}
+
+.btn-text-primary {
+ background: transparent;
+ border-color: transparent;
+ color: #e73f29 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-primary:hover {
+ background: transparent;
+}
+
+.btn-text-primary:active, .btn-text-primary.active {
+ background: rgba(30, 116, 253, 0.15) !important;
+ border-color: transparent !important;
+ color: #e73f29 !important;
+}
+
+.btn-text-primary.disabled, .btn-text-primary:disabled {
+ color: #e73f29 !important;
+ border-color: #e73f29 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-secondary {
+ background: transparent;
+ border-color: transparent;
+ color: #6C7C94 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-secondary:hover {
+ background: transparent;
+}
+
+.btn-text-secondary:active, .btn-text-secondary.active {
+ background: rgba(108, 124, 148, 0.15) !important;
+ border-color: transparent !important;
+ color: #6C7C94 !important;
+}
+
+.btn-text-secondary.disabled, .btn-text-secondary:disabled {
+ color: #6C7C94 !important;
+ border-color: #6C7C94 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-success {
+ background: transparent;
+ border-color: transparent;
+ color: #34C759 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-success:hover {
+ background: transparent;
+}
+
+.btn-text-success:active, .btn-text-success.active {
+ background: rgba(52, 199, 89, 0.15) !important;
+ border-color: transparent !important;
+ color: #34C759 !important;
+}
+
+.btn-text-success.disabled, .btn-text-success:disabled {
+ color: #34C759 !important;
+ border-color: #34C759 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-danger {
+ background: transparent;
+ border-color: transparent;
+ color: #EC4433 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-danger:hover {
+ background: transparent;
+}
+
+.btn-text-danger:active, .btn-text-danger.active {
+ background: rgba(236, 68, 51, 0.15) !important;
+ border-color: transparent !important;
+ color: #EC4433 !important;
+}
+
+.btn-text-danger.disabled, .btn-text-danger:disabled {
+ color: #EC4433 !important;
+ border-color: #EC4433 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-warning {
+ background: transparent;
+ border-color: transparent;
+ color: #FE9500 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-warning:hover {
+ background: transparent;
+}
+
+.btn-text-warning:active, .btn-text-warning.active {
+ background: rgba(254, 149, 0, 0.15) !important;
+ border-color: transparent !important;
+ color: #FE9500 !important;
+}
+
+.btn-text-warning.disabled, .btn-text-warning:disabled {
+ color: #FE9500 !important;
+ border-color: #FE9500 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-info {
+ background: transparent;
+ border-color: transparent;
+ color: #592BCA !important;
+ transition: 0.2s all;
+}
+
+.btn-text-info:hover {
+ background: transparent;
+}
+
+.btn-text-info:active, .btn-text-info.active {
+ background: rgba(89, 43, 202, 0.15) !important;
+ border-color: transparent !important;
+ color: #592BCA !important;
+}
+
+.btn-text-info.disabled, .btn-text-info:disabled {
+ color: #592BCA !important;
+ border-color: #592BCA !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-text-light {
+ background: transparent;
+ color: #fff;
+}
+
+.btn-text-light:hover, .btn-text-light:active, .btn-text-light.active {
+ color: #fff;
+ background: rgba(255, 255, 255, 0.1);
+}
+
+.btn-text-dark {
+ background: transparent;
+ border-color: transparent;
+ color: #141515 !important;
+ transition: 0.2s all;
+}
+
+.btn-text-dark:hover {
+ background: transparent;
+}
+
+.btn-text-dark:active, .btn-text-dark.active {
+ background: rgba(20, 21, 21, 0.15) !important;
+ border-color: transparent !important;
+ color: #141515 !important;
+}
+
+.btn-text-dark.disabled, .btn-text-dark:disabled {
+ color: #141515 !important;
+ border-color: #141515 !important;
+ background: transparent !important;
+ opacity: 0.5;
+}
+
+.btn-group .btn {
+ margin-left: -1px !important;
+}
+
+.btn-facebook {
+ color: #fff !important;
+ background: #39579b;
+}
+
+.btn-facebook:hover, .btn-facebook:active {
+ background: #324d88;
+}
+
+.bg-facebook {
+ background: #39579b;
+ color: #FFF !important;
+}
+
+.btn-twitter {
+ color: #fff !important;
+ background: #049ff6;
+}
+
+.btn-twitter:hover, .btn-twitter:active {
+ background: #048fdd;
+}
+
+.bg-twitter {
+ background: #049ff6;
+ color: #FFF !important;
+}
+
+.btn-instagram {
+ color: #fff !important;
+ background: #df237b;
+}
+
+.btn-instagram:hover, .btn-instagram:active {
+ background: #cb1e6f;
+}
+
+.bg-instagram {
+ background: #DE0067;
+ color: #FFF !important;
+}
+
+.btn-linkedin {
+ color: #fff !important;
+ background: #0075aa;
+}
+
+.btn-linkedin:hover, .btn-linkedin:active {
+ background: #006391;
+}
+
+.bg-linkedin {
+ background: #0075aa;
+ color: #FFF !important;
+}
+
+.btn-twitch {
+ color: #fff !important;
+ background: #923cff;
+}
+
+.btn-twitch:hover, .btn-twitch:active {
+ background: #8423ff;
+}
+
+.bg-twitch {
+ background: #923cff;
+ color: #FFF !important;
+}
+
+.btn-whatsapp {
+ color: #fff !important;
+ background: #0ad561;
+}
+
+.btn-whatsapp:hover, .btn-whatsapp:active {
+ background: #09bd56;
+}
+
+.bg-whatsapp {
+ background: #0ad561;
+ color: #FFF !important;
+}
+
+.btn-youtube {
+ color: #fff !important;
+ background: #FF0000;
+}
+
+.btn-youtube:hover, .btn-youtube:active {
+ background: #e60000;
+}
+
+.bg-youtube {
+ background: #FF0000;
+ color: #FFF !important;
+}
+
+.btn-amazon {
+ color: #fff !important;
+ background: #292929;
+}
+
+.btn-amazon:hover, .btn-amazon:active {
+ background: #1c1c1c;
+}
+
+.bg-amazon {
+ background: #292929;
+ color: #FFF !important;
+}
+
+.btn-android {
+ color: #fff !important;
+ background: #7DD159;
+}
+
+.btn-android:hover, .btn-android:active {
+ background: #6dcb45;
+}
+
+.bg-android {
+ background: #7DD159;
+ color: #FFF !important;
+}
+
+.btn-apple {
+ color: #fff !important;
+ background: #000;
+}
+
+.btn-apple:hover, .btn-apple:active {
+ background: #222;
+}
+
+.bg-apple {
+ background: #000;
+ color: #FFF !important;
+}
+
+.btn-dribbble {
+ color: #fff !important;
+ background: #EC4989;
+}
+
+.btn-dribbble:hover, .btn-dribbble:active {
+ background: #ea327a;
+}
+
+.bg-dribbble {
+ background: #EC4989;
+ color: #FFF !important;
+}
+
+.btn-skype {
+ color: #fff !important;
+ background: #00A8F3;
+}
+
+.btn-skype:hover, .btn-skype:active {
+ background: #0096da;
+}
+
+.bg-skype {
+ background: #00A8F3;
+ color: #FFF !important;
+}
+
+.btn-pinterest {
+ color: #fff !important;
+ background: #F12A2C;
+}
+
+.btn-pinterest:hover, .btn-pinterest:active {
+ background: #ef1214;
+}
+
+.bg-pinterest {
+ background: #F12A2C;
+ color: #FFF !important;
+}
+
+.btn-dropbox {
+ color: #fff !important;
+ background: #005CFF;
+}
+
+.btn-dropbox:hover, .btn-dropbox:active {
+ background: #0053e6;
+}
+
+.bg-dropbox {
+ background: #005CFF;
+ color: #FFF !important;
+}
+
+.btn-bitcoin {
+ color: #fff !important;
+ background: #F99400;
+}
+
+.btn-bitcoin:hover, .btn-bitcoin:active {
+ background: #e08500;
+}
+
+.bg-bitcoin {
+ background: #F99400;
+ color: #FFF !important;
+}
+
+.btn-github {
+ color: #fff !important;
+ background: #323131;
+}
+
+.btn-github:hover, .btn-github:active {
+ background: #252424;
+}
+
+.bg-github {
+ background: #323131;
+ color: #FFF !important;
+}
+
+.accordion {
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+ background: #fff;
+}
+
+.accordion .accordion-content {
+ padding: 8px 16px 20px 16px;
+}
+
+.accordion .accordion-header {
+ position: relative;
+}
+
+.accordion .accordion-header .btn {
+ justify-content: flex-start !important;
+ border-radius: 0 !important;
+ width: 100%;
+ text-align: left !important;
+ font-weight: 400;
+ background: transparent !important;
+ font-size: 15px;
+ padding: 8px 50px 8px 16px;
+ min-height: 50px;
+}
+
+.accordion .accordion-header .btn:active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.accordion .accordion-header .btn:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23A1A1A2' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ content: "";
+ font-family: "Line Awesome Free";
+ width: 20px;
+ height: 20px;
+ font-weight: 700;
+ font-size: 18px;
+ position: absolute;
+ right: 10px;
+ color: #A1A1A2;
+ line-height: 1em;
+ height: 18px;
+ top: 50%;
+ opacity: .5;
+ margin-top: -9px;
+ transform: rotate(-90deg);
+}
+
+.accordion .accordion-header .btn:before {
+ content: "";
+ display: block;
+ height: 1px;
+ background: transparent;
+ position: absolute;
+ left: 16px;
+ bottom: 0;
+ right: 0;
+}
+
+.accordion .accordion-header .btn.collapsed:after {
+ transform: rotate(90deg);
+}
+
+.accordion .accordion-header .btn.collapsed:before {
+ background: #E1E1E1;
+}
+
+.accordion .accordion-header .btn i.icon,
+.accordion .accordion-header .btn ion-icon {
+ width: 24px;
+ font-size: 24px;
+ margin-right: 10px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.accordion .item:last-child .accordion-header .btn:before {
+ display: none;
+}
+
+.inset .accordion {
+ border-radius: 6px;
+ border: 1px solid #E1E1E1;
+}
+
+.inset .accordion .item:first-child .btn {
+ border-radius: 6px 6px 0 0 !important;
+}
+
+.inset .accordion .item:last-child .btn {
+ border-radius: 0 0 6px 6px !important;
+}
+
+.modal.action-sheet {
+ z-index: 9999;
+}
+
+.modal.action-sheet .modal-dialog {
+ padding: 0;
+ margin: 0;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+ min-width: 100%;
+ z-index: 12000;
+ transform: translate(0, 100%);
+}
+
+.modal.action-sheet.show .modal-dialog {
+ transform: translate(0, 0);
+}
+
+.modal.action-sheet .close-button {
+ width: 32px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 22px;
+ position: absolute;
+ right: 10px;
+ top: 3px;
+ color: #A1A1A2;
+}
+
+.modal.action-sheet .close-button:hover, .modal.action-sheet .close-button:active {
+ color: #4F5050;
+}
+
+.modal.action-sheet .modal-content {
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ border: 0;
+ border-radius: 0;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.modal.action-sheet .modal-content .action-sheet-content {
+ padding: 20px 16px;
+ max-height: 460px;
+ overflow: auto;
+}
+
+.modal.action-sheet .modal-content .modal-header {
+ display: block;
+ padding: 2px 20px;
+}
+
+.modal.action-sheet .modal-content .modal-header .modal-title {
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ display: block;
+ font-size: 13px;
+ padding: 6px 0;
+ color: #141515;
+ font-weight: 500;
+}
+
+.modal.action-sheet .modal-content .modal-body {
+ padding: 0;
+}
+
+.action-button-list {
+ padding: 0;
+ margin: 0;
+}
+
+.action-button-list > li {
+ display: block;
+}
+
+.action-button-list > li .btn {
+ padding: 0;
+ display: flex;
+ width: 100%;
+ min-height: 50px;
+ font-size: 15px;
+ color: #141515;
+ line-height: 1.1em;
+ justify-content: space-between;
+ font-weight: 400;
+ border-radius: 0 !important;
+ padding: 10px 16px;
+}
+
+.action-button-list > li .btn:active, .action-button-list > li .btn.active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.action-button-list > li .btn.text-primary {
+ color: #e73f29 !important;
+}
+
+.action-button-list > li .btn.text-secondary {
+ color: #6C7C94 !important;
+}
+
+.action-button-list > li .btn.text-danger {
+ color: #EC4433 !important;
+}
+
+.action-button-list > li .btn.text-success {
+ color: #34C759 !important;
+}
+
+.action-button-list > li .btn.text-warning {
+ color: #FE9500 !important;
+}
+
+.action-button-list > li .btn.text-info {
+ color: #592BCA !important;
+}
+
+.action-button-list > li .btn.text-light {
+ color: #FFF !important;
+}
+
+.action-button-list > li .btn.text-dark {
+ color: #141515 !important;
+}
+
+.action-button-list > li .btn > span {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+}
+
+.action-button-list > li .btn i.icon,
+.action-button-list > li .btn ion-icon {
+ width: 24px !important;
+ height: 24px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 10px;
+ margin-left: -5px;
+ font-size: 24px;
+ line-height: 1em;
+}
+
+.action-button-list > li.action-divider {
+ height: 1px;
+ background: #E1E1E1;
+}
+
+.action-sheet.inset .modal-dialog {
+ padding: 16px;
+ padding-bottom: 16px !important;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.action-sheet.inset .modal-dialog .modal-content {
+ border-radius: 16px;
+ padding-bottom: 0;
+}
+
+.action-sheet.inset .action-button-list > li:last-child .btn {
+ border-radius: 0 0 16px 16px !important;
+}
+
+.dialogbox .modal-dialog {
+ position: fixed;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ z-index: 12000;
+ display: flex;
+ overflow: auto;
+ align-items: center;
+ justify-content: center;
+ transform: translate(0, 0) !important;
+ transform: scale(0.7) !important;
+}
+
+.dialogbox .modal-dialog .modal-content {
+ max-width: 280px;
+ margin: auto;
+ max-height: 560px;
+ overflow: auto;
+ border: 0;
+ border-radius: 16px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list {
+ margin: 0;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn {
+ padding: 0px 10px;
+ min-height: 56px;
+ border-radius: 0;
+ margin: 0;
+ border: 0;
+ border-bottom: 1px solid #E1E1E1 !important;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn:hover, .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, .dialogbox .modal-dialog .modal-content .btn-list .btn:active, .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
+ border-radius: 0 0 16px 16px;
+ border-bottom: 0 !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline {
+ display: flex;
+ margin: 0;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn {
+ width: 100%;
+ border-radius: 0;
+ min-height: 56px;
+ border: 0 !important;
+ border-right: 1px solid #E1E1E1 !important;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
+ background: rgba(225, 225, 225, 0.3) !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
+ border-right: 0 !important;
+ border-radius: 0 0 16px 0 !important;
+}
+
+.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
+ border-radius: 0 0 0 16px !important;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-header {
+ border: 0;
+ padding: 20px 20px 10px 20px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #141515;
+ text-align: center;
+ margin: 0 auto;
+ font-size: 17px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-body {
+ padding: 0 20px;
+ margin-bottom: 30px;
+ text-align: center;
+ font-size: 15px;
+}
+
+.dialogbox .modal-dialog .modal-content .modal-footer {
+ border: 0;
+ border-top: 1px solid #E1E1E1;
+ padding: 0;
+ display: block;
+ text-align: right;
+}
+
+.dialogbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+ transform: scale(1) !important;
+ transition: .2s all;
+}
+
+.modal-icon {
+ font-size: 60px;
+ line-height: 1em;
+ margin-top: 30px;
+ margin-bottom: -10px;
+ color: #e73f29;
+ text-align: center;
+}
+
+.modalbox {
+ padding-top: env(safe-area-inset-top);
+ overflow: hidden;
+}
+
+.modalbox .modal-dialog {
+ transform: translate(0, 100%) !important;
+ min-width: 100%;
+ margin: 0;
+ transition: 0.5s all !important;
+ position: fixed;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ margin-top: env(safe-area-inset-top);
+}
+
+.modalbox .modal-dialog .modal-content {
+ border-radius: 0;
+ border: 0;
+ margin: auto;
+ overflow: hidden;
+ padding-top: 56px;
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ top: 0;
+}
+
+.modalbox .modal-dialog .modal-content .modal-header {
+ border: 0;
+ padding: 0;
+ min-height: 56px;
+ padding: 10px 16px;
+ border-radius: 0;
+ display: flex;
+ border-bottom: 1px solid #E1E1E1;
+ align-items: center;
+ justify-content: space-between;
+ margin: 0;
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ z-index: 100;
+ background: #FFF;
+}
+
+.modalbox .modal-dialog .modal-content .modal-header .modal-title {
+ margin: 0;
+ color: #141515;
+ font-size: 17px;
+}
+
+.modalbox .modal-dialog .modal-content .modal-body {
+ padding: 20px 16px;
+ overflow: auto;
+}
+
+.modalbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+}
+
+.panelbox .modal-dialog {
+ margin: 0;
+ position: fixed;
+ left: 0;
+ top: 0;
+}
+
+.panelbox .modal-dialog .modal-content {
+ border: 0;
+ border-radius: 0;
+ width: 300px;
+ height: 100vh;
+ overflow: auto;
+ padding-top: env(safe-area-inset-top);
+ box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
+}
+
+.panelbox .modal-dialog .modal-content .modal-header {
+ border-bottom: 0;
+ padding: 10px 16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ min-height: 56px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ margin-bottom: 6px;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .panel-close {
+ color: #e73f29;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .panel-close i.icon,
+.panelbox .modal-dialog .modal-content .modal-header .panel-close ion-icon {
+ font-size: 26px;
+}
+
+.panelbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #141515;
+}
+
+.panelbox .modal-dialog .modal-content .modal-body {
+ padding: 10px 16px;
+}
+
+.panelbox.show .modal-dialog {
+ transform: translate(0, 0) !important;
+}
+
+.panelbox-left .modal-dialog {
+ transform: translate(-100%, 0) !important;
+}
+
+.panelbox-right .modal-dialog {
+ transform: translate(100%, 0) !important;
+ left: auto;
+ right: 0;
+}
+
+.tooltip .tooltip-inner {
+ font-size: 13px;
+ padding: 6px 10px;
+ border-radius: 6px;
+}
+
+.dropdown .dropdown-menu,
+.dropup .dropdown-menu {
+ border: 1px solid transparent;
+ min-width: 120px;
+ padding: 8px 0;
+ border-radius: 6px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.dropdown .dropdown-menu .dropdown-item,
+.dropup .dropdown-menu .dropdown-item {
+ padding: 12px 16px;
+ line-height: 1.2em;
+ color: #141515;
+ font-size: 15px;
+ display: flex;
+ align-items: center;
+}
+
+.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active,
+.dropup .dropdown-menu .dropdown-item:hover,
+.dropup .dropdown-menu .dropdown-item:active {
+ background: rgba(225, 225, 225, 0.5);
+ color: #141515;
+}
+
+.dropdown .dropdown-menu .dropdown-divider,
+.dropup .dropdown-menu .dropdown-divider {
+ border-top: 1px solid #E1E1E1;
+}
+
+.dropdown .dropdown-menu .dropdown-header,
+.dropup .dropdown-menu .dropdown-header {
+ padding: 9px 16px;
+ color: #4F5050;
+ font-weight: 400;
+ font-size: 11px;
+}
+
+.dropdown .dropdown-menu .text,
+.dropup .dropdown-menu .text {
+ padding: 9px 16px;
+ color: #4F5050;
+}
+
+.dropdown .dropdown-menu i.icon,
+.dropdown .dropdown-menu ion-icon,
+.dropup .dropdown-menu i.icon,
+.dropup .dropdown-menu ion-icon {
+ margin-right: 10px;
+ width: 22px;
+ height: 22px;
+ font-size: 22px;
+ justify-content: center;
+ align-items: center;
+ line-height: 1em;
+ display: inline-flex;
+ color: #141515;
+}
+
+.appHeader .dropdown-menu {
+ margin-top: -10px;
+}
+
+.dropdown-toggle:after {
+ border-radius: 4px;
+ margin-left: 7px;
+}
+
+.bg-primary {
+ background: #e73f29 !important;
+ color: #FFF;
+}
+
+.bg-secondary {
+ background: #6C7C94 !important;
+ color: #FFF;
+}
+
+.bg-success {
+ background: #34C759 !important;
+ color: #FFF;
+}
+
+.bg-danger {
+ background: #EC4433 !important;
+ color: #FFF;
+}
+
+.bg-warning {
+ background: #FE9500 !important;
+ color: #FFF;
+}
+
+.bg-info {
+ background: #592BCA !important;
+ color: #FFF;
+}
+
+.bg-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+}
+
+.bg-dark {
+ background: #222 !important;
+ color: #FFF;
+}
+
+a.bg-primary {
+ background: #e73f29 !important;
+ color: #FFF !important;
+}
+
+a.bg-primary:hover, a.bg-primary:active {
+ background: #e72c13 !important;
+}
+
+a.bg-secondary {
+ background: #6C7C94 !important;
+ color: #FFF !important;
+}
+
+a.bg-secondary:hover, a.bg-secondary:active {
+ background: #617085 !important;
+}
+
+a.bg-success {
+ background: #34C759 !important;
+ color: #FFF !important;
+}
+
+a.bg-success:hover, a.bg-success:active {
+ background: #2fb350 !important;
+}
+
+a.bg-danger {
+ background: #EC4433 !important;
+ color: #FFF !important;
+}
+
+a.bg-danger:hover, a.bg-danger:active {
+ background: #ea2f1c !important;
+}
+
+a.bg-warning {
+ background: #FE9500 !important;
+ color: #FFF !important;
+}
+
+a.bg-warning:hover, a.bg-warning:active {
+ background: #e58600 !important;
+}
+
+a.bg-info {
+ background: #592BCA !important;
+ color: #FFF !important;
+}
+
+a.bg-info:hover, a.bg-info:active {
+ background: #5027b5 !important;
+}
+
+a.bg-light {
+ background: rgba(255, 255, 255, 0.5) !important;
+}
+
+a.bg-light:hover, a.bg-light:active {
+ background: rgba(242, 242, 242, 0.5) !important;
+}
+
+a.bg-dark {
+ background: #222 !important;
+ color: #FFF !important;
+}
+
+a.bg-dark:hover, a.bg-dark:active {
+ background: #151515 !important;
+}
+
+.text-primary,
+a.text-primary {
+ color: #e73f29 !important;
+}
+
+.text-secondary,
+a.text-secondary {
+ color: #6C7C94 !important;
+}
+
+.text-success,
+a.text-success {
+ color: #34C759 !important;
+}
+
+.text-danger,
+a.text-danger {
+ color: #EC4433 !important;
+}
+
+.text-warning,
+a.text-warning {
+ color: #FE9500 !important;
+}
+
+.text-info,
+a.text-info {
+ color: #592BCA !important;
+}
+
+.text-light,
+a.text-light {
+ color: #FFF !important;
+}
+
+.text-dark,
+a.text-dark {
+ color: #141515 !important;
+}
+
+.border-primary {
+ border-color: #e73f29 !important;
+}
+
+.border-secondary {
+ border-color: #6C7C94 !important;
+}
+
+.border-success {
+ border-color: #34C759 !important;
+}
+
+.border-danger {
+ border-color: #EC4433 !important;
+}
+
+.border-warning {
+ border-color: #FE9500 !important;
+}
+
+.border-info {
+ border-color: #592BCA !important;
+}
+
+.border-light {
+ border-color: #FFF !important;
+}
+
+.border-dark {
+ border-color: #141515 !important;
+}
+
+.alert {
+ margin: 0;
+ padding: 6px 16px;
+ border: 0;
+ font-size: 13px;
+ border-radius: 6px;
+}
+
+.alert .close {
+ text-shadow: none !important;
+ outline: 0;
+ opacity: 1;
+ width: 40px;
+ padding: 0;
+ line-height: 1em;
+ height: 36px !important;
+}
+
+.alert .alert-title {
+ margin: 4px 0;
+ font-size: 15px;
+ font-weight: 500;
+}
+
+.alert.alert-dismissible {
+ padding-right: 56px;
+}
+
+.alert-primary {
+ background: #e73f29;
+ color: #fff;
+ border: 1px solid #e73f29;
+}
+
+.alert-primary a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-primary .alert-title {
+ color: #FFF;
+}
+
+.alert-primary .close {
+ color: #FFF;
+}
+
+.alert-outline-primary {
+ background: transparent;
+ color: #e73f29;
+ border: 1px solid #e73f29;
+}
+
+.alert-outline-primary a {
+ color: #e73f29 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-primary .alert-title {
+ color: #e73f29;
+}
+
+.alert-outline-primary .close {
+ color: #e73f29;
+}
+
+.alert-secondary {
+ background: #6C7C94;
+ color: #fff;
+ border: 1px solid #6C7C94;
+}
+
+.alert-secondary a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-secondary .alert-title {
+ color: #FFF;
+}
+
+.alert-secondary .close {
+ color: #FFF;
+}
+
+.alert-outline-secondary {
+ background: transparent;
+ color: #6C7C94;
+ border: 1px solid #6C7C94;
+}
+
+.alert-outline-secondary a {
+ color: #6C7C94 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-secondary .alert-title {
+ color: #6C7C94;
+}
+
+.alert-outline-secondary .close {
+ color: #6C7C94;
+}
+
+.alert-success {
+ background: #34C759;
+ color: #fff;
+ border: 1px solid #34C759;
+}
+
+.alert-success a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-success .alert-title {
+ color: #FFF;
+}
+
+.alert-success .close {
+ color: #FFF;
+}
+
+.alert-outline-success {
+ background: transparent;
+ color: #34C759;
+ border: 1px solid #34C759;
+}
+
+.alert-outline-success a {
+ color: #34C759 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-success .alert-title {
+ color: #34C759;
+}
+
+.alert-outline-success .close {
+ color: #34C759;
+}
+
+.alert-danger {
+ background: #EC4433;
+ color: #fff;
+ border: 1px solid #EC4433;
+}
+
+.alert-danger a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-danger .alert-title {
+ color: #FFF;
+}
+
+.alert-danger .close {
+ color: #FFF;
+}
+
+.alert-outline-danger {
+ background: transparent;
+ color: #EC4433;
+ border: 1px solid #EC4433;
+}
+
+.alert-outline-danger a {
+ color: #EC4433 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-danger .alert-title {
+ color: #EC4433;
+}
+
+.alert-outline-danger .close {
+ color: #EC4433;
+}
+
+.alert-warning {
+ background: #FE9500;
+ color: #fff;
+ border: 1px solid #FE9500;
+}
+
+.alert-warning a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-warning .alert-title {
+ color: #FFF;
+}
+
+.alert-warning .close {
+ color: #FFF;
+}
+
+.alert-outline-warning {
+ background: transparent;
+ color: #FE9500;
+ border: 1px solid #FE9500;
+}
+
+.alert-outline-warning a {
+ color: #FE9500 !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-warning .alert-title {
+ color: #FE9500;
+}
+
+.alert-outline-warning .close {
+ color: #FE9500;
+}
+
+.alert-info {
+ background: #592BCA;
+ color: #fff;
+ border: 1px solid #592BCA;
+}
+
+.alert-info a {
+ color: #fff !important;
+ text-decoration: underline;
+}
+
+.alert-info .alert-title {
+ color: #FFF;
+}
+
+.alert-info .close {
+ color: #FFF;
+}
+
+.alert-outline-info {
+ background: transparent;
+ color: #592BCA;
+ border: 1px solid #592BCA;
+}
+
+.alert-outline-info a {
+ color: #592BCA !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-info .alert-title {
+ color: #592BCA;
+}
+
+.alert-outline-info .close {
+ color: #592BCA;
+}
+
+.alert-light {
+ background: #FFF;
+ color: #141515;
+}
+
+.alert-dark {
+ background: #333;
+ color: #FFF;
+}
+
+.alert-dark a {
+ color: #FFF !important;
+ text-decoration: underline !important;
+}
+
+.alert-outline-dark {
+ background: transparent;
+ color: #333;
+ border: 1px solid #333;
+}
+
+.table {
+ color: #4F5050;
+ margin: 0;
+ font-size: 13px;
+ line-height: 1.4em;
+}
+
+.table thead th {
+ border-top: 0;
+ border-bottom: 0;
+ color: #141515;
+ font-weight: 500;
+}
+
+.table td,
+.table th {
+ border-top: 1px solid #E1E1E1;
+}
+
+.table-dark {
+ border-radius: 0px;
+}
+
+.table-dark thead th {
+ color: #fff;
+ border-top: 0;
+}
+
+.table-dark td,
+.table-dark th {
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+ background: rgba(225, 225, 225, 0.4);
+}
+
+.table-bordered {
+ border-radius: 0px;
+}
+
+.table-bordered td,
+.table-bordered th {
+ border-color: #E1E1E1;
+}
+
+textarea,
+.form-control {
+ background-clip: padding-box;
+ background-image: linear-gradient(transparent, transparent);
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+}
+
+.form-group {
+ width: 100%;
+}
+
+.form-group .label {
+ font-size: 11px;
+ margin: 0;
+ font-weight: 500;
+ color: #141515;
+ display: block;
+ line-height: 1.2em;
+ text-align: left;
+}
+
+.form-group textarea {
+ resize: none;
+}
+
+.form-group .input-info {
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.form-group .clear-input {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #4F5050;
+ height: 38px;
+ font-size: 22px;
+ position: absolute;
+ right: -10px;
+ bottom: 0;
+ width: 32px;
+ opacity: 0.5;
+ display: none;
+}
+
+.form-group .clear-input:hover, .form-group .clear-input:active {
+ opacity: 0.8;
+}
+
+.form-group .input-wrapper {
+ position: relative;
+}
+
+.form-group .input-wrapper.not-empty .clear-input {
+ display: flex;
+}
+
+.form-group .input-wrapper.active .label {
+ color: #e73f29 !important;
+}
+
+.form-group.basic {
+ padding: 8px 0;
+ margin: 0;
+}
+
+.form-group.basic .form-control,
+.form-group.basic .custom-select {
+ background: transparent;
+ border: none;
+ border-bottom: 1px solid #E1E1E1;
+ padding: 0 30px 0 0;
+ border-radius: 0;
+ height: 40px;
+ color: #141515;
+ font-size: 15px;
+}
+
+.form-group.basic .form-control:focus,
+.form-group.basic .custom-select:focus {
+ border-bottom-color: #e73f29;
+ box-shadow: inset 0 -1px 0 0 #e73f29;
+}
+
+.form-group.basic textarea.form-control {
+ height: auto;
+ padding: 7px 40px 7px 0;
+}
+
+.form-group.basic.animated .label {
+ margin-top: 20px;
+ opacity: 0;
+ top: -3px;
+ transition: 0.2s all;
+ position: absolute;
+}
+
+.form-group.basic.animated .input-wrapper {
+ padding-top: 5px;
+}
+
+.form-group.basic.animated .input-wrapper.not-empty .label {
+ margin-top: 0;
+ opacity: 1;
+}
+
+.form-group.boxed {
+ margin: 0;
+ padding: 8px 0;
+}
+
+.form-group.boxed .form-control {
+ background: #fff;
+ box-shadow: none;
+ height: 42px;
+ border-radius: 6px;
+ padding: 0 40px 0 16px;
+}
+
+.form-group.boxed .form-control:focus {
+ border-color: #e73f29;
+}
+
+.form-group.boxed textarea.form-control {
+ height: auto;
+ padding: 7px 40px 7px 16px;
+}
+
+.form-group.boxed .clear-input {
+ right: 0;
+ height: 42px;
+ width: 40px;
+}
+
+.form-group.boxed .label {
+ margin-bottom: 8px;
+}
+
+.input-group .input-group-text {
+ background: transparent;
+ border: 0;
+ border-bottom: 1px solid #E1E1E1;
+ border-radius: 0;
+ font-size: 20px;
+ font-weight: 400;
+ color: #141515;
+ height: 40px;
+ width: auto;
+ padding: 0 10px 0 0;
+}
+
+.custom-file-upload {
+ position: relative;
+ display: flex;
+ width: 100%;
+ height: 220px;
+}
+
+.custom-file-upload input[type="file"] {
+ overflow: hidden;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 0;
+ height: 0;
+}
+
+.custom-file-upload label {
+ z-index: 1;
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ overflow: hidden;
+ background-color: rgba(225, 225, 225, 0.2);
+ background-size: 45px 58px;
+ border: 1px solid #E1E1E1;
+ border-radius: 6px;
+ margin: 0;
+}
+
+.custom-file-upload label span {
+ display: block;
+ font-size: 15px;
+ color: #A1A1A2;
+ height: auto;
+ position: absolute;
+ top: 50%;
+ left: 0;
+ right: 0;
+ font-weight: 500;
+ transform: translate(0%, -50%);
+ align-items: center;
+ justify-content: center;
+ padding: 10px 16px;
+ width: 100%;
+ text-align: center;
+ border-radius: 0;
+}
+
+.custom-file-upload label span i.icon,
+.custom-file-upload label span ion-icon {
+ --ionicon-stroke-width: 32px;
+ font-size: 48px;
+ color: #A1A1A2;
+}
+
+.custom-file-upload label span strong {
+ display: block;
+ font-weight: 500;
+}
+
+.custom-file-upload label span i {
+ font-style: normal;
+ display: block;
+}
+
+.custom-file-upload label.file-uploaded {
+ background-size: cover;
+ background-position: center;
+}
+
+.custom-file-upload label.file-uploaded:before {
+ content: "";
+ width: 38px;
+ height: 38px;
+ background: #34C759;
+ border-radius: 100%;
+ display: flex;
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='20px' viewBox='0 0 23 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='2.4' points='21.2 2 7.76 18 2 12'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
+ background-repeat: no-repeat;
+ background-position: center center;
+ position: absolute;
+ left: 50%;
+ top: calc(50% + -22px);
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ transform: translate(-50%, -50%);
+}
+
+.custom-file-upload label.file-uploaded label {
+ border-color: transparent;
+}
+
+.custom-file-upload label.file-uploaded span {
+ bottom: 0;
+ left: 0;
+ top: auto;
+ transform: translate(0, 0);
+ font-size: 11px;
+ color: #4F5050;
+ background-color: #E1E1E1;
+}
+
+.verify-input {
+ height: 72px !important;
+ font-size: 32px;
+ font-weight: 700;
+ color: #141515;
+ letter-spacing: 5px;
+ padding: 0 0 0 5px !important;
+ max-width: 190px;
+ margin: auto;
+ text-align: center !important;
+}
+
+.nav-tabs {
+ width: 100%;
+}
+
+.nav-tabs.style1 {
+ border: 0;
+ background: rgba(225, 225, 225, 0.4);
+ border-radius: 6px;
+ display: flex;
+}
+
+.nav-tabs.style1 .nav-item {
+ flex: 1;
+ width: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0;
+ padding: 0;
+}
+
+.nav-tabs.style1 .nav-item .nav-link {
+ color: #4F5050;
+ font-weight: 500;
+ font-size: 13px;
+ border: 0 !important;
+ line-height: 1.2em;
+ width: 100%;
+ border-radius: 6px;
+ padding: 6px 10px;
+ height: 30px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 4px !important;
+}
+
+.nav-tabs.style1 .nav-item .nav-link i.icon,
+.nav-tabs.style1 .nav-item .nav-link ion-icon {
+ margin-right: 8px;
+ margin-left: 8px;
+ line-height: 1em;
+ font-size: 18px;
+}
+
+.nav-tabs.style1 .nav-item .nav-link.active {
+ color: #141515;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.nav-tabs.lined {
+ border: 0;
+ background: transparent;
+ border-radius: 0;
+ display: flex;
+}
+
+.nav-tabs.lined .nav-item {
+ flex: 1;
+ width: 100%;
+ text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0;
+ padding: 0;
+}
+
+.nav-tabs.lined .nav-item .nav-link {
+ color: #4F5050;
+ font-weight: 500;
+ font-size: 13px;
+ border: 0 !important;
+ border-bottom: 2px solid transparent !important;
+ line-height: 1.2em;
+ width: 100%;
+ border-radius: 0;
+ padding: 6px 10px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 0 !important;
+ border-bottom-color: 2px solid;
+}
+
+.nav-tabs.lined .nav-item .nav-link i.icon,
+.nav-tabs.lined .nav-item .nav-link ion-icon {
+ margin-right: 8px;
+ margin-left: 8px;
+ line-height: 1em;
+ font-size: 18px;
+}
+
+.nav-tabs.lined .nav-item .nav-link.active {
+ color: #e73f29;
+ background: transparent;
+ border-bottom-color: #e73f29 !important;
+}
+
+.nav-tabs.iconed i.icon,
+.nav-tabs.iconed ion-icon {
+ font-size: 24px !important;
+}
+
+.custom-control .custom-control-label {
+ padding-left: 10px;
+ padding-top: 2px;
+ color: #141515;
+}
+
+.custom-control .custom-control-label:before {
+ transition: 0s all;
+ box-shadow: none !important;
+ background: #E1E1E1;
+ width: 22px;
+ height: 22px;
+ border-color: #E1E1E1 !important;
+ border-radius: 100%;
+ margin-top: -2px;
+ background: transparent;
+ border-color: #E1E1E1;
+}
+
+.custom-control .custom-control-label:after {
+ margin-top: 1px;
+ margin-left: 3px;
+}
+
+.custom-control .custom-control-label:active:before {
+ background: #fff !important;
+ border-color: #E1E1E1 !important;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:before {
+ background: #e73f29 !important;
+ border-color: #e73f29 !important;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:after {
+ width: 16px;
+ height: 16px;
+ background-size: 12px 12px;
+}
+
+.custom-control .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.custom-radio .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100%;
+}
+
+.input-list .custom-control {
+ padding: 0;
+}
+
+.input-list .custom-control:after {
+ content: "";
+ height: 1px;
+ background: #E1E1E1;
+ display: block;
+ margin-left: 54px;
+}
+
+.input-list .custom-control-label {
+ width: 100%;
+ padding: 10px 20px 10px 54px;
+ min-height: 50px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ transition: 0.1s all;
+}
+
+.input-list .custom-control-label:active {
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.input-list .custom-control-label:before, .input-list .custom-control-label:after {
+ top: 50%;
+ left: 16px;
+ transform: translate(0%, -50%);
+ margin: 0;
+}
+
+.input-list .custom-control-label:after {
+ width: 22px;
+ height: 22px;
+ margin: 0px 0 0 3px;
+}
+
+.input-list .custom-control:last-child:after {
+ display: none;
+}
+
+.custom-switch .custom-control-label {
+ width: 56px;
+ height: 30px;
+}
+
+.custom-switch .custom-control-label:before {
+ margin: 0;
+ left: 0;
+ top: 0;
+ border-radius: 100px;
+ width: 56px;
+ height: 30px;
+ border-color: #d4d4d4 !important;
+ background: #E1E1E1;
+}
+
+.custom-switch .custom-control-label:after {
+ width: 24px;
+ height: 24px;
+ border-radius: 100px;
+ margin-top: -1px;
+ margin-left: 1px;
+ left: 3px;
+ top: 4px;
+ background: #fff;
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 1px 0 rgba(0, 0, 0, 0.05);
+}
+
+.custom-switch .custom-control-label:active:before {
+ background: rgba(225, 225, 225, 0.5) !important;
+}
+
+.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
+ border-radius: 100px;
+}
+
+.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
+ width: 24px;
+ height: 24px;
+ border-radius: 100px;
+ left: 16px;
+}
+
+.message-divider {
+ font-size: 12px;
+ text-align: center;
+ padding: 5px 0;
+ color: #A1A1A2;
+}
+
+.message-item {
+ display: flex;
+ align-items: flex-end;
+ justify-content: flex-start;
+ padding: 2px 16px;
+ margin-right: 60px;
+}
+
+.message-item .bubble {
+ padding: 10px 16px;
+ background: #FFF;
+ border-radius: 16px 16px 16px 0;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ color: #141515;
+ display: inline-block;
+ margin-top: 4px;
+ line-height: 1.4em;
+}
+
+.message-item .bubble .imaged {
+ margin: 0px -6px;
+}
+
+.message-item .title {
+ font-size: 12px;
+ font-weight: 500;
+ color: #4F5050;
+ line-height: 1.2em;
+ padding: 0 0 0 10px;
+}
+
+.message-item .footer {
+ font-size: 12px;
+ padding: 0 10px;
+ text-align: right;
+ line-height: 1em;
+ margin-top: 5px;
+ color: #141515;
+ opacity: .4;
+ height: 14px;
+}
+
+.message-item .avatar {
+ margin-right: 10px;
+ width: 32px;
+ height: auto;
+ border-radius: 100%;
+ margin-bottom: 18px;
+}
+
+.message-item.user {
+ justify-content: flex-end;
+ margin-right: 0;
+ margin-left: 60px;
+}
+
+.message-item.user .bubble {
+ background: #e73f29;
+ color: #FFF;
+ border-radius: 16px 16px 0 16px;
+}
+
+.chatFooter {
+ min-height: 56px;
+ background: #FFF;
+ border-top: 1px solid #E1E1E1;
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding-left: 14px;
+ padding-right: 14px;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.chatFooter .form-group {
+ width: calc(100% - 100px);
+}
+
+.chatFooter .form-group .form-control {
+ font-size: 13px;
+ border-radius: 300px;
+ height: 40px;
+}
+
+.chatFooter .form-group .clear-input {
+ height: 40px;
+}
+
+.chatFooter form {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.progress {
+ height: 14px;
+ border-radius: 6px;
+}
+
+.progress-bar {
+ background: #e73f29;
+ height: 14px;
+ line-height: 1em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 10px;
+ font-weight: 500;
+ letter-spacing: 0;
+}
+
+.circle-progress {
+ position: relative;
+ width: 100%;
+}
+
+.circle-progress .in {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.circle-progress .in .text {
+ text-align: center;
+ font-size: 11px;
+ line-height: 1.5em;
+}
+
+.circle-progress .in .text .value {
+ margin: 0;
+ line-height: 1.5em;
+}
+
+.circle-progress canvas {
+ width: 100% !important;
+ height: 100% !important;
+ max-width: 100% !important;
+ max-height: 100% !important;
+}
+
+.chip {
+ background: #E1E1E1;
+ font-size: 13px;
+ color: #141515;
+ line-height: 1em;
+ height: 26px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0;
+ border-radius: 100px;
+}
+
+.chip .chip-label {
+ padding: 0 12px;
+}
+
+.chip.chip-outline {
+ background: transparent;
+ box-shadow: inset 0 0 0 1px #E1E1E1;
+}
+
+.chip.chip-media {
+ position: relative;
+ padding-left: 20px;
+}
+
+.chip.chip-media img {
+ width: 26px;
+ height: 26px;
+ border-radius: 100px;
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+
+.chip .chip-icon {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 26px;
+ height: 26px;
+ margin: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 100px;
+ background: #4F5050;
+ color: #fff;
+ font-size: 14px;
+}
+
+.chip .chip-delete {
+ width: 26px;
+ margin-left: -10px;
+ height: 26px;
+ display: inline-flex;
+ color: #141515;
+ opacity: 0.7;
+ align-items: center;
+ justify-content: center;
+ font-size: 16px;
+ border-radius: 100px;
+}
+
+.chip .chip-delete:hover, .chip .chip-delete:active {
+ opacity: 1;
+}
+
+.chip-primary {
+ background: #e73f29 !important;
+ color: #fff !important;
+}
+
+.chip-primary .chip-delete {
+ color: #fff !important;
+}
+
+.chip-primary.chip-outline {
+ background: transparent !important;
+ color: #e73f29 !important;
+ box-shadow: inset 0 0 0 1px #e73f29 !important;
+}
+
+.chip-danger {
+ background: #EC4433 !important;
+ color: #fff !important;
+}
+
+.chip-danger .chip-delete {
+ color: #fff !important;
+}
+
+.chip-danger.chip-outline {
+ background: transparent !important;
+ color: #EC4433 !important;
+ box-shadow: inset 0 0 0 1px #EC4433 !important;
+}
+
+.chip-success {
+ background: #34C759 !important;
+ color: #fff !important;
+}
+
+.chip-success .chip-delete {
+ color: #fff !important;
+}
+
+.chip-success.chip-outline {
+ background: transparent !important;
+ color: #34C759 !important;
+ box-shadow: inset 0 0 0 1px #34C759 !important;
+}
+
+.chip-warning {
+ background: #FE9500 !important;
+ color: #fff !important;
+}
+
+.chip-warning .chip-delete {
+ color: #fff !important;
+}
+
+.chip-warning.chip-outline {
+ background: transparent !important;
+ color: #FE9500 !important;
+ box-shadow: inset 0 0 0 1px #FE9500 !important;
+}
+
+.chip-info {
+ background: #592BCA !important;
+ color: #fff !important;
+}
+
+.chip-info .chip-delete {
+ color: #fff !important;
+}
+
+.chip-info.chip-outline {
+ background: transparent !important;
+ color: #592BCA !important;
+ box-shadow: inset 0 0 0 1px #592BCA !important;
+}
+
+.chip-light {
+ background: #fff !important;
+ color: #000 !important;
+}
+
+.chip-light .chip-delete {
+ color: #000 !important;
+}
+
+.chip-light.chip-outline {
+ background: transparent !important;
+ color: #fff !important;
+ box-shadow: inset 0 0 0 1px #fff !important;
+}
+
+.chip-dark {
+ background: #000 !important;
+ color: #fff !important;
+}
+
+.chip-dark .chip-delete {
+ color: #fff !important;
+}
+
+.chip-dark.chip-outline {
+ background: transparent !important;
+ color: #000 !important;
+ box-shadow: inset 0 0 0 1px #000 !important;
+}
+
+.search-form {
+ display: block;
+ width: 100%;
+}
+
+.searchbox {
+ width: 100%;
+ margin: 0;
+ position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.searchbox .form-control {
+ height: 36px;
+ border-radius: 6px;
+ border: 1px solid #E1E1E1 !important;
+ padding: 0 16px 0 36px;
+ font-size: 15px;
+ box-shadow: none !important;
+ color: #141515;
+}
+
+.searchbox .form-control:focus {
+ border-color: #c8c8c8 !important;
+}
+
+.searchbox .form-control:focus ~ .input-icon {
+ color: #141515;
+}
+
+.searchbox i.icon,
+.searchbox ion-icon {
+ font-size: 26px;
+ line-height: 1em;
+ margin: 0;
+}
+
+.searchbox .close {
+ opacity: 1;
+ color: #A1A1A2;
+ width: 46px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: absolute;
+ right: 8px;
+ top: 0;
+}
+
+.searchbox .input-icon {
+ font-size: 26px;
+ position: absolute;
+ left: 0px;
+ width: 36px;
+ height: 36px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #A1A1A2;
+ top: 0;
+}
+
+#search {
+ display: block;
+ padding: 0;
+ background: #fff;
+ border-bottom: 1px solid #FFF;
+ position: fixed;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+ left: 0;
+ top: -50%;
+ right: 0;
+ width: 100%;
+ z-index: 1001;
+ transition: 0.2s all ease-in-out;
+}
+
+#search.show {
+ top: env(safe-area-inset-top);
+ transition: 0.3s all;
+}
+
+#search .searchbox .form-control {
+ box-shadow: none !important;
+ border: 0 !important;
+ border-radius: 0;
+ height: 56px;
+ padding: 0 56px 0 56px;
+ background: transparent;
+ font-size: 17px;
+ color: #141515;
+ width: 100%;
+}
+
+#search .searchbox .form-control:focus {
+ border-color: #bbbbbb;
+}
+
+#search .searchbox .form-control:focus ~ .input-icon {
+ color: #141515;
+}
+
+#search .searchbox .input-icon {
+ font-size: 26px;
+ position: absolute;
+ left: 8px;
+ width: 46px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #A1A1A2;
+ top: 0;
+}
+
+.search-result li > .item,
+.search-result li > a {
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+.carousel-slider {
+ text-align: center;
+}
+
+.carousel-slider .owl-dots {
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 100px;
+ outline: 0 !important;
+}
+
+.carousel-slider .owl-dots button {
+ outline: 0 !important;
+}
+
+.carousel-slider .imaged.w-100 {
+ max-width: 400px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.carousel-button-footer {
+ min-height: 84px;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-bottom: env(safe-area-inset-bottom);
+ width: 100%;
+ position: fixed;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 990;
+ left: 0;
+ bottom: 0;
+ right: 0;
+}
+
+.carousel-button-footer > div {
+ width: 100%;
+}
+
+.carousel-multiple {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.carousel-single {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.carousel-small {
+ width: calc(100% + 16px);
+ margin-left: -16px;
+}
+
+.owl-carousel .owl-stage-outer {
+ padding-bottom: 20px;
+ margin-bottom: -20px;
+}
+
+.login-form {
+ max-width: 500px;
+ margin: auto;
+ text-align: center;
+}
+
+.login-form .form-image {
+ width: 100%;
+ max-width: 200px;
+ height: auto;
+}
+
+.form-button-group {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ padding-left: 16px;
+ padding-right: 16px;
+ background: #FFF;
+ min-height: 84px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.form-links {
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ font-size: 14px;
+}
+
+.timeline {
+ position: relative;
+ padding: 24px 0;
+}
+
+.timeline:before {
+ content: '';
+ display: block;
+ position: absolute;
+ width: 2px;
+ left: 0;
+ bottom: 0;
+ top: 0;
+ background: #E1E1E1;
+ z-index: 1;
+}
+
+.timeline .item {
+ position: relative;
+ margin-bottom: 40px;
+}
+
+.timeline .item:last-child {
+ margin-bottom: 0;
+}
+
+.timeline .content {
+ padding-left: 20px;
+}
+
+.timeline .content .title {
+ margin-bottom: 5px;
+ line-height: 1.3em;
+}
+
+.timeline .content .text {
+ font-size: 13px;
+ line-height: 1.4em;
+ padding-right: 30px;
+}
+
+.timeline .dot {
+ width: 12px;
+ height: 12px;
+ border-radius: 100%;
+ position: absolute;
+ background: #A1A1A2;
+ left: -5px;
+ top: 50%;
+ margin-top: -6px;
+ z-index: 10;
+ box-shadow: 0 0 0 3px #FFF;
+}
+
+.timeline.timed {
+ padding-left: 80px;
+}
+
+.timeline.timed:before {
+ left: 80px;
+}
+
+.timeline.timed .time {
+ font-size: 11px;
+ position: absolute;
+ left: -80px;
+ line-height: 1.5em;
+ width: 70px;
+ text-align: right;
+ top: 50%;
+ transform: translate(0, -50%);
+ z-index: 20;
+}
+
+.form-wizard-section {
+ display: flex;
+ align-items: flex-start;
+ justify-content: center;
+ width: 100%;
+ padding: 4px 0 0 0;
+ position: relative;
+}
+
+.form-wizard-section:before {
+ content: "";
+ height: 1px;
+ background: #E1E1E1;
+ width: 100%;
+ position: absolute;
+ top: 16px;
+}
+
+.form-wizard-section .button-item {
+ flex: 1;
+ text-align: center;
+ padding: 0 6px;
+ position: relative;
+}
+
+.form-wizard-section .button-item strong {
+ background: #E1E1E1;
+ width: 22px;
+ height: 22px;
+ border-radius: 100%;
+ color: #A1A1A2;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ line-height: 1em;
+ position: relative;
+ z-index: 2;
+}
+
+.form-wizard-section .button-item strong i.icon,
+.form-wizard-section .button-item strong ion-icon {
+ font-size: 16px;
+}
+
+.form-wizard-section .button-item p {
+ font-size: 10px;
+ line-height: 1em;
+ color: #A1A1A2;
+ margin: 4px 0 0 0;
+}
+
+.form-wizard-section .button-item.active strong {
+ background: #e73f29;
+ color: #fff;
+}
+
+.form-wizard-section .button-item.active p {
+ color: #141515;
+}
+
+.extraHeader.bg-primary .form-wizard-section:before, .extraHeader.bg-secondary .form-wizard-section:before, .extraHeader.bg-success .form-wizard-section:before, .extraHeader.bg-danger .form-wizard-section:before, .extraHeader.bg-warning .form-wizard-section:before, .extraHeader.bg-dark .form-wizard-section:before {
+ background: transparent;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item strong, .extraHeader.bg-secondary .form-wizard-section .button-item strong, .extraHeader.bg-success .form-wizard-section .button-item strong, .extraHeader.bg-danger .form-wizard-section .button-item strong, .extraHeader.bg-warning .form-wizard-section .button-item strong, .extraHeader.bg-dark .form-wizard-section .button-item strong {
+ background: rgba(255, 255, 255, 0.4);
+ color: #FFF;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item p, .extraHeader.bg-secondary .form-wizard-section .button-item p, .extraHeader.bg-success .form-wizard-section .button-item p, .extraHeader.bg-danger .form-wizard-section .button-item p, .extraHeader.bg-warning .form-wizard-section .button-item p, .extraHeader.bg-dark .form-wizard-section .button-item p {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item.active strong, .extraHeader.bg-secondary .form-wizard-section .button-item.active strong, .extraHeader.bg-success .form-wizard-section .button-item.active strong, .extraHeader.bg-danger .form-wizard-section .button-item.active strong, .extraHeader.bg-warning .form-wizard-section .button-item.active strong, .extraHeader.bg-dark .form-wizard-section .button-item.active strong {
+ background: rgba(0, 0, 0, 0.5);
+ color: #fff;
+}
+
+.extraHeader.bg-primary .form-wizard-section .button-item.active p, .extraHeader.bg-secondary .form-wizard-section .button-item.active p, .extraHeader.bg-success .form-wizard-section .button-item.active p, .extraHeader.bg-danger .form-wizard-section .button-item.active p, .extraHeader.bg-warning .form-wizard-section .button-item.active p, .extraHeader.bg-dark .form-wizard-section .button-item.active p {
+ color: #FFF;
+}
+
+.adbox {
+ text-align: center;
+}
+
+.adbox.fixed {
+ position: fixed;
+ bottom: 56px;
+ left: 50%;
+ margin-left: -150px;
+ right: 0;
+ width: 300px;
+ z-index: 100;
+ padding-bottom: env(safe-area-inset-bottom);
+}
+
+.adbox.fixed .closebutton {
+ width: 24px;
+ height: 24px;
+ font-size: 24px;
+ background: rgba(0, 0, 0, 0.4);
+ color: rgba(255, 255, 255, 0.5);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: absolute;
+ right: 0;
+ top: 0;
+}
+
+.adbox.hide.fixed {
+ bottom: -100%;
+}
+
+.adbox-300-50 img {
+ width: 300px;
+ height: 50px;
+}
+
+.adbox-300-250 img {
+ width: 300px;
+ height: 250px;
+}
+
+.windowsphone-detection,
+.ios-detection,
+.android-detection,
+.non-mobile-detection {
+ display: none;
+}
+
+.windowsphone-detection.is-active,
+.ios-detection.is-active,
+.android-detection.is-active,
+.non-mobile-detection.is-active {
+ display: block;
+}
+
+.fab-button .fab {
+ box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
+ width: 56px;
+ height: 56px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #e73f29;
+ border-radius: 100%;
+ color: #fff !important;
+}
+
+.fab-button .fab > i.icon,
+.fab-button .fab > ion-icon {
+ font-size: 26px;
+ transition: .2s all;
+ --ionicon-stroke-width: 42px;
+}
+
+.fab-button .fab:hover, .fab-button .fab:active {
+ background: #e73f29;
+}
+
+.fab-button.text .fab {
+ width: auto;
+ border-radius: 300px;
+ font-size: 17px;
+ padding: 0px 24px;
+}
+
+.fab-button.text .fab > i.icon,
+.fab-button.text .fab > ion-icon {
+ margin-right: 6px;
+}
+
+.fab-button.animate.dropdown.show .fab ion-icon[name=add],
+.fab-button.animate.dropdown.show .fab ion-icon[name=add-sharp],
+.fab-button.animate.dropdown.show .fab ion-icon[name=add-outline] {
+ transform: rotate(45deg);
+}
+
+.fab-button.dropdown.show .fab {
+ background: #e72c13;
+}
+
+.fab-button .dropdown-menu {
+ margin: 0;
+ background: transparent;
+ border: 0;
+ box-shadow: none;
+ padding: 0px 7px;
+ width: 56px;
+ min-width: 56px;
+ max-width: 56px;
+ text-align: center;
+}
+
+.fab-button .dropdown-menu .dropdown-item {
+ padding: 0;
+ background: #e73f29;
+ width: 42px;
+ height: 42px;
+ display: flex !important;
+ align-items: center;
+ justify-content: center;
+ color: #fff;
+ margin: 14px 0;
+ border-radius: 100%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.fab-button .dropdown-menu .dropdown-item:hover, .fab-button .dropdown-menu .dropdown-item:active {
+ background: #e73f29;
+}
+
+.fab-button .dropdown-menu .dropdown-item i.icon,
+.fab-button .dropdown-menu .dropdown-item ion-icon {
+ --ionicon-stroke-width: 32px;
+ line-height: 1em;
+ margin-right: 0;
+ color: #fff !important;
+ width: 24px !important;
+ height: 24px !important;
+ display: flex !important;
+ justify-content: center;
+ align-items: center;
+ line-height: 1em;
+ display: inline-flex;
+}
+
+.fab-button .dropdown-menu .dropdown-item p {
+ background: #FFF;
+ position: absolute;
+ left: 58px;
+ color: #141515;
+ font-size: 13px;
+ padding: 4px 12px;
+ line-height: 1.5em;
+ border-radius: 6px;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.fab-button.bottom-right {
+ position: fixed;
+ bottom: 16px;
+ right: 16px;
+ z-index: 100;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.bottom-left {
+ position: fixed;
+ bottom: 16px;
+ left: 16px;
+ z-index: 100;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.bottom-center {
+ position: fixed;
+ bottom: 16px;
+ left: 50%;
+ transform: translate(-50%, 0%);
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.fab-button.top-center {
+ position: fixed;
+ top: 72px;
+ left: 50%;
+ transform: translate(-50%, 0%);
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-left {
+ position: fixed;
+ top: 72px;
+ left: 16px;
+ z-index: 100;
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-right {
+ position: fixed;
+ top: 72px;
+ right: 16px;
+ z-index: 100;
+ margin-top: env(safe-area-inset-top);
+}
+
+.fab-button.top-right .dropdown-menu .dropdown-item p, .fab-button.bottom-right .dropdown-menu .dropdown-item p {
+ left: auto;
+ right: 58px;
+}
+
+.notification-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 9999;
+ transition: 0.3s all;
+ margin-top: env(safe-area-inset-top);
+}
+
+.notification-box.show {
+ top: 0;
+}
+
+.notification-dialog.android-style {
+ background: #ffffff;
+ box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
+ padding: 16px 16px;
+}
+
+.notification-dialog.android-style .notification-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.notification-dialog.android-style .notification-header .in {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.android-style .notification-header .in .imaged {
+ margin-right: 8px;
+}
+
+.notification-dialog.android-style .notification-header .in strong {
+ font-size: 13px;
+ font-weight: 400;
+ color: #141515;
+}
+
+.notification-dialog.android-style .notification-header .in span {
+ display: inline-flex;
+ align-items: center;
+ margin-left: 6px;
+ font-size: 11px;
+}
+
+.notification-dialog.android-style .notification-header .in span:before {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 6px;
+ content: ".";
+}
+
+.notification-dialog.android-style .notification-header .close-button {
+ display: flex;
+ width: 24px;
+ height: 24px;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.android-style .notification-header .close-button:hover, .notification-dialog.android-style .notification-header .close-button:active {
+ color: #4F5050;
+}
+
+.notification-dialog.android-style .notification-content {
+ font-size: 13px;
+ line-height: 1.4em;
+ margin-top: 14px;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+}
+
+.notification-dialog.android-style .notification-content .subtitle {
+ font-size: 15px;
+ margin: 0 0 5px 0;
+ line-height: 1.4em;
+ font-weight: 500;
+}
+
+.notification-dialog.android-style .notification-content .in {
+ padding-right: 16px;
+}
+
+.notification-dialog.android-style .icon-box {
+ width: 46px;
+ height: 46px;
+ font-size: 46px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.android-style .notification-footer {
+ border-top: 1px solid #E1E1E1;
+ margin: 16px -16px -16px -16px;
+ padding: 0;
+ display: flex;
+ align-items: flex-start;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button {
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #e73f29 !important;
+ font-size: 13px;
+ border-right: 1px solid #E1E1E1;
+ padding: 16px 6px;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button i.icon,
+.notification-dialog.android-style .notification-footer .notification-button ion-icon {
+ font-size: 20px;
+ line-height: 1em;
+ margin-right: 8px;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button:last-child {
+ border-right: 0;
+}
+
+.notification-dialog.android-style .notification-footer .notification-button:hover, .notification-dialog.android-style .notification-footer .notification-button:active {
+ color: #e72c13;
+ background: rgba(225, 225, 225, 0.3);
+}
+
+.notification-dialog.ios-style {
+ margin: 10px;
+ background: #3b4859;
+ padding: 0;
+ border-radius: 10px;
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.notification-dialog.ios-style .notification-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 10px;
+ background: rgba(0, 0, 0, 0.1);
+ border-radius: 10px 10px 0 0;
+}
+
+.notification-dialog.ios-style .notification-header .in {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.ios-style .notification-header .in .imaged {
+ margin-right: 8px;
+}
+
+.notification-dialog.ios-style .notification-header .in strong {
+ font-size: 13px;
+ font-weight: 400;
+ color: #fff;
+}
+
+.notification-dialog.ios-style .notification-header .right {
+ display: flex;
+ align-items: center;
+}
+
+.notification-dialog.ios-style .notification-header .right span {
+ display: inline-flex;
+ align-items: center;
+ margin-right: 6px;
+ color: rgba(255, 255, 255, 0.5);
+ font-size: 11px;
+}
+
+.notification-dialog.ios-style .notification-header .close-button {
+ display: flex;
+ width: 24px;
+ height: 24px;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ color: #fff;
+ opacity: 0.5;
+}
+
+.notification-dialog.ios-style .notification-header .close-button:hover, .notification-dialog.ios-style .notification-header .close-button:active {
+ opacity: 0.7;
+}
+
+.notification-dialog.ios-style .icon-box {
+ width: 46px;
+ height: 46px;
+ font-size: 46px;
+ color: #A1A1A2;
+}
+
+.notification-dialog.ios-style .notification-content {
+ font-size: 13px;
+ line-height: 1.4em;
+ padding: 14px 16px 20px 16px;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ color: rgba(255, 255, 255, 0.75);
+}
+
+.notification-dialog.ios-style .notification-content .subtitle {
+ font-size: 15px;
+ margin: 0 0 5px 0;
+ line-height: 1.4em;
+ color: #fff;
+ font-weight: 500;
+}
+
+.notification-dialog.ios-style .notification-content .in {
+ padding-right: 16px;
+}
+
+.notification-dialog.ios-style .notification-footer {
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
+ margin: 0px -16px -16px -16px;
+ padding: 0;
+ display: flex;
+ align-items: flex-start;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button {
+ color: #fff !important;
+ flex: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 13px;
+ border-right: 1px solid rgba(255, 255, 255, 0.1);
+ padding: 15px 6px;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button i.icon,
+.notification-dialog.ios-style .notification-footer .notification-button ion-icon {
+ font-size: 20px;
+ line-height: 1em;
+ margin-right: 10px;
+ color: #fff;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button:last-child {
+ border-right: 0;
+}
+
+.notification-dialog.ios-style .notification-footer .notification-button:hover, .notification-dialog.ios-style .notification-footer .notification-button:active {
+ color: #e72c13;
+ background: rgba(255, 255, 255, 0.02);
+}
+
+.toast-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 600;
+ min-height: 52px;
+ margin-top: env(safe-area-inset-top);
+ transition: 0.2s all;
+ background: #2b3543;
+ font-size: 13px;
+ color: rgba(255, 255, 255, 0.75);
+ padding: 10px 16px;
+ line-height: 1.4em;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.toast-box .toast-title {
+ font-size: 15px;
+ color: #FFF;
+}
+
+.toast-box .btn {
+ font-size: 13px;
+ font-weight: 500;
+}
+
+.toast-box.show {
+ top: 0;
+}
+
+.toast-box .in {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ padding-right: 20px;
+}
+
+.toast-box .in i.icon,
+.toast-box .in ion-icon {
+ font-size: 24px;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ width: 32px;
+ height: 32px;
+ margin-right: 8px;
+ color: #FFF;
+}
+
+.toast-box .in .text {
+ width: 100%;
+}
+
+.toast-box.toast-top.show {
+ top: 56px;
+}
+
+.toast-box.toast-bottom {
+ top: auto;
+ bottom: -100%;
+}
+
+.toast-box.toast-bottom.show {
+ bottom: 56px;
+ top: auto;
+ margin-bottom: env(safe-area-inset-bottom);
+}
+
+.toast-box.toast-center {
+ width: auto;
+ left: auto;
+ right: auto;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ display: none;
+ padding: 16px 24px;
+ border-radius: 6px;
+ text-align: center;
+}
+
+.toast-box.toast-center.show {
+ display: block;
+ transform: translate(-50%, -50%);
+}
+
+.toast-box.toast-center .in {
+ padding: 0;
+ display: block;
+}
+
+.toast-box.toast-center .in i.icon,
+.toast-box.toast-center .in ion-icon {
+ margin: 0 0 10px 0;
+ font-size: 64px;
+ width: 64px;
+ height: 64px;
+}
+
+.toast-box.toast-center .btn {
+ margin-top: 20px;
+}
+
+.extra-header-active .toast-box.toast-top.show {
+ top: 95px;
+}
+
+.divider {
+ height: 1px;
+ background: #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.divider .icon-box {
+ background: #E1E1E1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #FFF;
+ border-radius: 100%;
+ width: 28px;
+ height: 28px;
+ font-size: 18px;
+}
+
+.divider.inset {
+ margin-left: 16px;
+ margin-right: 16px;
+}
+
+.comment-block {
+ font-size: 13px;
+ line-height: 1.6em;
+}
+
+.comment-block .item {
+ display: flex;
+ align-items: flex-start;
+ margin-bottom: 30px;
+}
+
+.comment-block .item:last-child {
+ margin-bottom: 0;
+}
+
+.comment-block .item .avatar {
+ margin-right: 14px;
+}
+
+.comment-block .item .in {
+ width: 100%;
+}
+
+.comment-block .item .text {
+ color: #4F5050;
+}
+
+.comment-block .item .comment-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 4px;
+}
+
+.comment-block .item .comment-header .title {
+ margin: 0;
+ padding-right: 10px;
+ color: #141515;
+ font-size: 15px;
+}
+
+.comment-block .item .comment-header .time {
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.comment-block .item .comment-footer {
+ margin-top: 10px;
+ display: flex;
+ align-content: flex-start;
+ font-size: 11px;
+}
+
+.comment-block .item .comment-footer .comment-button {
+ font-weight: 500;
+ display: flex;
+ align-content: center;
+ margin-right: 14px;
+ color: #4F5050 !important;
+}
+
+.comment-block .item .comment-footer .comment-button i.icon,
+.comment-block .item .comment-footer .comment-button ion-icon {
+ margin-right: 5px;
+ font-size: 18px;
+ line-height: 1em;
+}
+
+.comment-box {
+ padding: 24px 16px;
+ text-align: center;
+}
+
+.comment-box .imaged {
+ margin: 0 auto 10px auto;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.comment-box .card-title {
+ margin: 0;
+ font-size: 17px;
+ font-weight: 500;
+}
+
+.comment-box .card-text {
+ font-size: 11px;
+}
+
+.comment-box .text {
+ margin-top: 6px;
+}
+
+.pagination {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ margin: auto;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.pagination .page-item .page-link {
+ background: #e73f29;
+ border: 0;
+ color: #FFF;
+ box-shadow: 0 !important;
+ outline: 0 !important;
+ margin: 0 4px;
+ border-radius: 6px !important;
+ font-size: 13px;
+}
+
+.pagination .page-item .page-link:focus {
+ box-shadow: none !important;
+}
+
+.pagination.pagination-secondary .page-item .page-link {
+ background: #FFF;
+ color: #4F5050;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.pagination.pagination-rounded .page-item .page-link {
+ border-radius: 400px !important;
+}
+
+.pagination.pagination-square .page-item .page-link {
+ border-radius: 0 !important;
+}
+
+.error-page {
+ text-align: center;
+ padding: 40px 16px;
+ max-width: 300px;
+ margin: auto;
+}
+
+.error-page .icon-box {
+ font-size: 86px;
+ margin-bottom: 20px;
+}
+
+.error-page .title {
+ font-size: 24px;
+ margin-bottom: 20px;
+}
+
+#countDown {
+ font-size: 20px;
+ font-weight: 700;
+ text-transform: uppercase;
+ color: #141515;
+ margin: 0 -40px;
+}
+
+#countDown > div {
+ display: inline-block;
+ width: 70px;
+ border: 1px solid #E1E1E1;
+ margin: 5px;
+ text-align: center;
+ border-radius: 6px;
+ padding: 10px 5px;
+}
+
+#countDown > div span {
+ display: block;
+ font-weight: 400;
+ color: #A1A1A2;
+ font-size: 10px;
+}
+
+#offline-toast,
+#online-toast {
+ color: #FFF;
+ font-weight: 500;
+}
+
+.ios-add-to-home .modal-content {
+ position: relative;
+ margin-bottom: 10px;
+ z-index: 1;
+}
+
+.ios-add-to-home .modal-content:before {
+ content: "";
+ display: block;
+ width: 0;
+ height: 0;
+ border-left: 14px solid transparent;
+ border-right: 14px solid transparent;
+ border-top: 10px solid #fff;
+ position: absolute;
+ bottom: -7px;
+ z-index: 10;
+ left: 50%;
+ margin-left: -16px;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content {
+ font-size: 13px;
+ color: #141515;
+ line-height: 1.5em;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content h4 {
+ font-size: 15px;
+ margin-bottom: 10px;
+}
+
+.ios-add-to-home .modal-content .action-sheet-content i.icon,
+.ios-add-to-home .modal-content .action-sheet-content ion-icon {
+ font-size: 22px;
+ margin-bottom: -4px;
+}
+
+.android-add-to-home {
+ z-index: 200000;
+}
+
+.android-add-to-home .modal-dialog {
+ top: 0;
+ bottom: auto;
+ padding: 6px !important;
+ transform: translate(0, -100%) !important;
+ transition: .5s all !important;
+}
+
+.android-add-to-home.show .modal-dialog {
+ transform: translate(0, 0) !important;
+ top: 10px;
+}
+
+.android-add-to-home .modal-content {
+ position: relative;
+ z-index: 1;
+ border-radius: 4px !important;
+}
+
+.android-add-to-home .modal-content:before {
+ content: "";
+ display: block;
+ width: 0;
+ height: 0;
+ border-left: 14px solid transparent;
+ border-right: 14px solid transparent;
+ border-top: 10px solid #FFF;
+ position: absolute;
+ top: -7px;
+ z-index: 10;
+ right: 9px;
+ transform: rotate(180deg);
+ margin-left: -16px;
+}
+
+.android-add-to-home .modal-content .action-sheet-content {
+ font-size: 13px;
+ color: #141515;
+ line-height: 1.5em;
+}
+
+.android-add-to-home .modal-content .action-sheet-content h4 {
+ font-size: 15px;
+ margin-bottom: 10px;
+}
+
+.android-add-to-home .modal-content .action-sheet-content i.icon,
+.android-add-to-home .modal-content .action-sheet-content ion-icon {
+ font-size: 20px;
+ margin-bottom: -5px;
+}
+
+.button.goTop {
+ width: 46px;
+ height: 46px;
+ display: none;
+ align-items: center;
+ justify-content: center;
+ border-radius: 100px;
+ background: #6C7C94;
+ color: #FFF;
+ position: fixed;
+ z-index: 99;
+ right: 16px;
+ bottom: 70px;
+ font-size: 18px;
+ margin-bottom: env(safe-area-inset-bottom);
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
+}
+
+.button.goTop:hover, .button.goTop:active {
+ background: #617085;
+}
+
+.button.goTop.show {
+ display: flex;
+}
+
+.needs-validation.was-validated .form-group.basic .invalid-feedback,
+.needs-validation.was-validated .form-group.basic .valid-feedback,
+.needs-validation.was-validated .form-group.boxed .invalid-feedback,
+.needs-validation.was-validated .form-group.boxed .valid-feedback {
+ height: 16px;
+ font-size: 11px;
+ line-height: 1.4em;
+ margin-top: 4px;
+}
+
+.needs-validation.was-validated .form-group.basic .invalid-feedback,
+.needs-validation.was-validated .form-group.boxed .invalid-feedback {
+ color: #EC4433;
+}
+
+.needs-validation.was-validated .form-group.basic .valid-feedback,
+.needs-validation.was-validated .form-group.boxed .valid-feedback {
+ color: #34C759;
+}
+
+.needs-validation.was-validated .form-group.basic .clear-input,
+.needs-validation.was-validated .form-group.boxed .clear-input {
+ bottom: 20px;
+}
+
+.form-control.is-valid,
+.was-validated .form-control:valid {
+ border-color: #34C759;
+ box-shadow: 0 !important;
+ background-image: none !important;
+}
+
+.form-control.is-valid:focus,
+.was-validated .form-control:valid:focus {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.custom-select.is-valid,
+.was-validated .custom-select:valid {
+ border-color: #34C759;
+}
+
+.custom-select.is-valid:focus,
+.was-validated .custom-select:valid:focus {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.form-check-input.is-valid ~ .form-check-label,
+.was-validated .form-check-input:valid ~ .form-check-label {
+ color: #34C759;
+}
+
+.custom-control-input.is-valid ~ .custom-control-label,
+.was-validated .custom-control-input:valid ~ .custom-control-label {
+ color: #34C759;
+}
+
+.custom-control-input.is-valid ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid ~ .custom-control-label::before {
+ border-color: #34C759;
+}
+
+.custom-control-input.is-valid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
+ border-color: #34C759;
+ background-color: #34C759;
+}
+
+.custom-control-input.is-valid:focus ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
+ box-shadow: none !important;
+}
+
+.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
+.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color: #34C759;
+}
+
+.custom-file-input.is-valid ~ .custom-file-label,
+.was-validated .custom-file-input:valid ~ .custom-file-label {
+ border-color: #34C759;
+}
+
+.custom-file-input.is-valid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
+ border-color: #34C759;
+ box-shadow: none !important;
+}
+
+.form-control.is-invalid,
+.was-validated .form-control:invalid {
+ border-color: #EC4433;
+ background-image: none !important;
+}
+
+.form-control.is-invalid:focus,
+.was-validated .form-control:invalid:focus {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.custom-select.is-invalid,
+.was-validated .custom-select:invalid {
+ border-color: #EC4433;
+}
+
+.custom-select.is-invalid:focus,
+.was-validated .custom-select:invalid:focus {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.form-check-input.is-invalid ~ .form-check-label,
+.was-validated .form-check-input:invalid ~ .form-check-label {
+ color: #EC4433;
+}
+
+.custom-control-input.is-invalid ~ .custom-control-label,
+.was-validated .custom-control-input:invalid ~ .custom-control-label {
+ color: #EC4433;
+}
+
+.custom-control-input.is-invalid ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
+ border-color: #EC4433;
+}
+
+.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
+ border-color: #EC4433;
+ background-color: #EC4433;
+}
+
+.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
+.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color: #EC4433;
+}
+
+.custom-file-input.is-invalid ~ .custom-file-label,
+.was-validated .custom-file-input:invalid ~ .custom-file-label {
+ border-color: #EC4433;
+}
+
+.custom-file-input.is-invalid:focus ~ .custom-file-label,
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
+ border-color: #EC4433;
+ box-shadow: none !important;
+}
+
+.blog-post .title {
+ padding: 0px 16px;
+ margin: 0 0 10px 0;
+}
+
+.blog-post .post-header {
+ font-size: 11px;
+ padding: 10px 0;
+ margin: 16px 16px;
+ color: #A1A1A2;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-top: 1px solid #E1E1E1;
+ border-bottom: 1px solid #E1E1E1;
+}
+
+.blog-post .post-header a {
+ color: #141515;
+ font-weight: 700;
+}
+
+.blog-post .post-body {
+ padding: 0 16px;
+}
+
+.blog-post .post-body img {
+ width: calc(100% + 32px);
+ height: auto;
+ margin: 0px -16px;
+ margin-bottom: 16px;
+}
+
+.profile-head {
+ display: flex;
+ align-items: center;
+}
+
+.profile-head .avatar {
+ margin-right: 16px;
+}
+
+.profile-head .in .name {
+ margin: 0 0 5px 0;
+ font-weight: 500;
+}
+
+.profile-head .in .subtext {
+ color: #A1A1A2;
+ font-weight: 400;
+ margin: 0;
+}
+
+.profile-info {
+ font-size: 13px;
+ line-height: 1.5em;
+}
+
+.profile-info .bio {
+ color: #4F5050;
+}
+
+.profile-info .link {
+ margin-top: 4px;
+ color: #e73f29;
+}
+
+.profile-stats {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.profile-stats .item {
+ font-size: 11px;
+ line-height: 1.6em;
+ padding: 5px;
+ color: #4F5050;
+ text-align: center;
+}
+
+.profile-stats .item:last-child {
+ border-right-color: transparent;
+}
+
+.profile-stats .item strong {
+ display: block;
+ line-height: 1.4em;
+ color: #141515;
+ font-size: 17px;
+}
+
+.stepper {
+ height: 40px;
+ width: 120px;
+ min-width: 120px;
+ border-radius: 6px;
+ display: inline-flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ overflow: hidden;
+}
+
+.stepper .stepper-button {
+ width: 40px;
+ height: 40px;
+ color: #fff;
+ border-radius: 6px 0 0 6px;
+ display: flex;
+ font-size: 24px;
+ align-items: center;
+ justify-content: center;
+ background: #e73f29;
+ position: relative;
+ border: 2px solid #e73f29;
+}
+
+.stepper .stepper-button:last-child {
+ border-radius: 0 6px 6px 0;
+}
+
+.stepper .form-control {
+ padding: 0 3px;
+ width: 52px;
+ height: 40px;
+ border-radius: 0;
+ box-shadow: none !important;
+ background: transparent;
+ text-align: center;
+ border: 2px solid #e73f29;
+ font-size: 17px;
+ font-weight: 500;
+ color: #e73f29;
+}
+
+.stepper-sm {
+ height: 30px;
+ width: 80px;
+ min-width: 80px;
+}
+
+.stepper-sm .stepper-button {
+ height: 30px;
+ width: 24px;
+ font-size: 17px;
+}
+
+.stepper-sm .form-control {
+ height: 30px;
+ width: 32px;
+ font-size: 15px;
+}
+
+.stepper-lg {
+ height: 48px;
+}
+
+.stepper-lg .stepper-button {
+ height: 48px;
+ font-size: 24px;
+}
+
+.stepper-lg .form-control {
+ height: 48px;
+}
+
+.stepper-primary .stepper-button {
+ background: #e73f29;
+ border-color: #e73f29;
+}
+
+.stepper-primary .form-control {
+ border-color: #e73f29;
+ color: #e73f29;
+}
+
+.stepper-secondary .stepper-button {
+ background: #6C7C94;
+ border-color: #6C7C94;
+}
+
+.stepper-secondary .form-control {
+ border-color: #6C7C94;
+ color: #6C7C94;
+}
+
+.stepper-success .stepper-button {
+ background: #34C759;
+ border-color: #34C759;
+}
+
+.stepper-success .form-control {
+ border-color: #34C759;
+ color: #34C759;
+}
+
+.stepper-danger .stepper-button {
+ background: #EC4433;
+ border-color: #EC4433;
+}
+
+.stepper-danger .form-control {
+ border-color: #EC4433;
+ color: #EC4433;
+}
+
+.stepper-warning .stepper-button {
+ background: #FE9500;
+ border-color: #FE9500;
+}
+
+.stepper-warning .form-control {
+ border-color: #FE9500;
+ color: #FE9500;
+}
+
+.stepper-info .stepper-button {
+ background: #592BCA;
+ border-color: #592BCA;
+}
+
+.stepper-info .form-control {
+ border-color: #592BCA;
+ color: #592BCA;
+}
+
+.stepper-dark .stepper-button {
+ background: #333;
+ border-color: #333;
+}
+
+.stepper-dark .form-control {
+ border-color: #333;
+ color: #333;
+}
+
+.stepper-outline-primary .stepper-button {
+ background: transparent;
+ color: #e73f29;
+ border-color: #e73f29;
+}
+
+.stepper-outline-primary .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-primary .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-primary .form-control {
+ border-color: #e73f29;
+ color: #e73f29;
+}
+
+.stepper-outline-secondary .stepper-button {
+ background: transparent;
+ color: #6C7C94;
+ border-color: #6C7C94;
+}
+
+.stepper-outline-secondary .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-secondary .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-secondary .form-control {
+ border-color: #6C7C94;
+ color: #6C7C94;
+}
+
+.stepper-outline-success .stepper-button {
+ background: transparent;
+ color: #34C759;
+ border-color: #34C759;
+}
+
+.stepper-outline-success .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-success .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-success .form-control {
+ border-color: #34C759;
+ color: #34C759;
+}
+
+.stepper-outline-danger .stepper-button {
+ background: transparent;
+ color: #EC4433;
+ border-color: #EC4433;
+}
+
+.stepper-outline-danger .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-danger .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-danger .form-control {
+ border-color: #EC4433;
+ color: #EC4433;
+}
+
+.stepper-outline-warning .stepper-button {
+ background: transparent;
+ color: #FE9500;
+ border-color: #FE9500;
+}
+
+.stepper-outline-warning .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-warning .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-warning .form-control {
+ border-color: #FE9500;
+ color: #FE9500;
+}
+
+.stepper-outline-info .stepper-button {
+ background: transparent;
+ color: #592BCA;
+ border-color: #592BCA;
+}
+
+.stepper-outline-info .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-info .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-info .form-control {
+ border-color: #592BCA;
+ color: #592BCA;
+}
+
+.stepper-outline-dark .stepper-button {
+ background: transparent;
+ color: #333;
+ border-color: #333;
+}
+
+.stepper-outline-dark .stepper-button:first-child {
+ border-right: 0;
+}
+
+.stepper-outline-dark .stepper-button:last-child {
+ border-left: 0;
+}
+
+.stepper-outline-dark .form-control {
+ border-color: #333;
+ color: #333;
+}
+
+.rate-block {
+ font-size: 18px;
+ display: flex;
+ color: #A1A1A2;
+}
+
+.rate-block ion-icon,
+.rate-block i.icon {
+ margin-right: 3px;
+}
+
+.rate-block ion-icon.active,
+.rate-block i.icon.active {
+ color: #FE9500;
+}
+
+.comment-block .rate-block {
+ font-size: 14px;
+}
+
+.product-detail-header .title {
+ margin: 0 0 2px 0;
+ font-weight: 500;
+ font-size: 17px;
+ color: #141515;
+}
+
+.product-detail-header .text {
+ font-size: 13px;
+ color: #4F5050;
+}
+
+.product-detail-header .detail-footer {
+ margin: 16px 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.product-detail-header .detail-footer .price .old-price {
+ font-size: 15px;
+ color: #4F5050;
+ text-decoration: line-through;
+ margin-bottom: 4px;
+}
+
+.product-detail-header .detail-footer .price .current-price {
+ font-size: 24px;
+ color: #e73f29;
+ font-weight: 500;
+}
+
+.cart-item .card-body {
+ padding: 16px;
+}
+
+.cart-item .imaged {
+ width: 80px;
+ height: auto;
+}
+
+.cart-item .in {
+ display: flex;
+ align-items: center;
+}
+
+.cart-item .in .text {
+ margin-left: 16px;
+}
+
+.cart-item .in .text .title {
+ font-weight: 500;
+ font-size: 15px;
+ line-height: 1.2em;
+ margin: 0 0 6px 0;
+}
+
+.cart-item .in .text .detail {
+ line-height: 1.2em;
+ margin: 0 0 4px 0;
+ font-size: 11px;
+ color: #A1A1A2;
+}
+
+.cart-item .in .text .price {
+ font-weight: 500;
+ font-size: 15px;
+ color: #e73f29;
+}
+
+.cart-item .cart-item-footer {
+ border-top: 1px solid #E1E1E1;
+ padding: 16px 0 0 0;
+ margin: 16px 0 0 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+body.dark-mode-active {
+ background: #0c1624 !important;
+ color: #8195a6;
+}
+
+body.dark-mode-active.bg-light, body.dark-mode-active.bg-white {
+ background: #0c1624 !important;
+}
+
+body.dark-mode-active #loader {
+ background: #0c1624;
+}
+
+body.dark-mode-active select option {
+ background: #0c1624;
+ color: #fff;
+}
+
+body.dark-mode-active .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .bg-dark {
+ background: #000 !important;
+}
+
+body.dark-mode-active .bg-light {
+ background: #fff !important;
+}
+
+body.dark-mode-active h1,
+body.dark-mode-active h2,
+body.dark-mode-active h3,
+body.dark-mode-active h4,
+body.dark-mode-active h5,
+body.dark-mode-active h6 {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active h1 small,
+body.dark-mode-active h2 small,
+body.dark-mode-active h3 small,
+body.dark-mode-active h4 small,
+body.dark-mode-active h5 small,
+body.dark-mode-active h6 small {
+ color: #8195a6;
+}
+
+body.dark-mode-active .lead {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .appHeader {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .appHeader .pageTitle {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appHeader.transparent {
+ background: transparent !important;
+}
+
+body.dark-mode-active .appHeader.bg-light .pageTitle {
+ color: #141515;
+}
+
+body.dark-mode-active .appHeader .left .headerButton,
+body.dark-mode-active .appHeader .right .headerButton {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .extraHeader {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .appHeader.scrolled {
+ background: transparent;
+ border-bottom-color: transparent;
+}
+
+body.dark-mode-active .appHeader.scrolled.is-active {
+ background: #0F1C2F;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .section-title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .section .wide-block {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .section .content-header,
+body.dark-mode-active .section .content-footer {
+ color: #586d7f;
+}
+
+body.dark-mode-active .section.inset .wide-block {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .header-large-title .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .header-large-title .subtitle {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .appBottomMenu {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .appBottomMenu .item i.icon,
+body.dark-mode-active .appBottomMenu .item ion-icon,
+body.dark-mode-active .appBottomMenu .item strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appBottomMenu .item:hover i.icon,
+body.dark-mode-active .appBottomMenu .item:hover ion-icon,
+body.dark-mode-active .appBottomMenu .item:hover strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appBottomMenu.bg-light .item i.icon,
+body.dark-mode-active .appBottomMenu.bg-light .item ion-icon,
+body.dark-mode-active .appBottomMenu.bg-light .item strong {
+ color: #141515;
+}
+
+body.dark-mode-active .appBottomMenu.bg-light .item:hover i.icon,
+body.dark-mode-active .appBottomMenu.bg-light .item:hover ion-icon,
+body.dark-mode-active .appBottomMenu.bg-light .item:hover strong {
+ color: #141515;
+}
+
+body.dark-mode-active .accordion {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn:active {
+ background: rgba(27, 40, 59, 0.2) !important;
+}
+
+body.dark-mode-active .accordion .accordion-header .btn.collapsed:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .inset .accordion {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .action-sheet .modal-content {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .action-sheet .modal-content .modal-header {
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .action-sheet .modal-content .modal-header .modal-title {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .action-button-list > li .btn {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .action-button-list > li .btn:active, body.dark-mode-active .action-button-list > li .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .action-button-list .action-divider {
+ background: #1B283B;
+}
+
+body.dark-mode-active .listview.transparent {
+ background: transparent !important;
+}
+
+body.dark-mode-active .listview-title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .listview-title .link {
+ color: #586d7f;
+}
+
+body.dark-mode-active .listview {
+ color: #FFFFFF;
+ background-color: #0F1C2F !important;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .listview .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .listview > li:after {
+ background: #1B283B;
+}
+
+body.dark-mode-active .listview > li header,
+body.dark-mode-active .listview > li footer {
+ color: #8195a6;
+}
+
+body.dark-mode-active .listview > li.divider-title {
+ background: rgba(0, 0, 0, 0.1);
+ color: #8195a6;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .link-listview > li a {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .link-listview > li a:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+}
+
+body.dark-mode-active .link-listview > li a:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .image-listview > li a.item {
+ color: #FFFFFF !important;
+}
+
+body.dark-mode-active .image-listview > li a.item:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .image-listview > li a.item:after {
+ background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
+}
+
+body.dark-mode-active .image-listview.media > li {
+ border-bottom: 1px solid #1B283B;
+}
+
+body.dark-mode-active .btn-light {
+ background: #fff !important;
+ color: #000 !important;
+ border-color: #fff !important;
+}
+
+body.dark-mode-active .btn-light:hover, body.dark-mode-active .btn-light:active {
+ background: #fff !important;
+ color: #000 !important;
+ border-color: #fff !important;
+ opacity: 0.8;
+}
+
+body.dark-mode-active .btn-dark {
+ background: #000 !important;
+ color: #fff !important;
+ border-color: #000 !important;
+}
+
+body.dark-mode-active .btn-dark:hover, body.dark-mode-active .btn-dark:active {
+ background: #000 !important;
+ color: #fff !important;
+ border-color: #000 !important;
+ opacity: 0.6;
+}
+
+body.dark-mode-active .btn-outline-light {
+ border-color: #fff !important;
+ color: #fff !important;
+}
+
+body.dark-mode-active .btn-outline-light:hover, body.dark-mode-active .btn-outline-light:active {
+ color: #fff !important;
+ border-color: #fff !important;
+}
+
+body.dark-mode-active .btn-outline-dark {
+ border-color: #000 !important;
+ color: #000 !important;
+}
+
+body.dark-mode-active .btn-outline-dark:hover, body.dark-mode-active .btn-outline-dark:active {
+ color: #000 !important;
+ border-color: #000 !important;
+ background: rgba(0, 0, 0, 0.2) !important;
+}
+
+body.dark-mode-active .card {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .card .card-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-subtitle {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-header {
+ border-bottom-color: rgba(255, 255, 255, 0.1);
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .card .card-footer {
+ border-top-color: rgba(255, 255, 255, 0.1);
+ color: #8195a6;
+}
+
+body.dark-mode-active .card .text-muted {
+ color: #586d7f !important;
+}
+
+body.dark-mode-active .card.bg-light {
+ color: #4F5050;
+}
+
+body.dark-mode-active .card.bg-light .card-title {
+ color: #141515;
+}
+
+body.dark-mode-active .card.bg-light .card-subtitle {
+ color: #141515;
+}
+
+body.dark-mode-active .card.bg-light .card-header {
+ color: #000;
+ border-bottom-color: #E1E1E1;
+}
+
+body.dark-mode-active .blockquote-footer {
+ color: #8195a6;
+}
+
+body.dark-mode-active .custom-control .custom-control-label {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .custom-control .custom-control-label:before {
+ background: transparent;
+ border-color: rgba(255, 255, 255, 0.15) !important;
+}
+
+body.dark-mode-active .custom-control .custom-control-label:active:before {
+ background: transparent !important;
+ border-color: #1B283B !important;
+}
+
+body.dark-mode-active .input-list .custom-control:after {
+ background: #1B283B;
+}
+
+body.dark-mode-active .input-list .custom-control-label:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .chip {
+ background: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .chip.chip-outline {
+ box-shadow: inset 0 0 0 1px #1B283B;
+ background: transparent;
+}
+
+body.dark-mode-active .chip .chip-icon {
+ background: #8195a6;
+ color: #fff;
+}
+
+body.dark-mode-active .chip .chip-delete {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .comment-block .item .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .comment-block .item .comment-header .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .comment-block .item .comment-header .time {
+ color: #586d7f;
+}
+
+body.dark-mode-active .comment-block .item .comment-footer .comment-button {
+ color: #8195a6 !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content {
+ background: #0F1C2F;
+ color: #8195a6;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn {
+ border-bottom-color: #1B283B !important;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn {
+ color: #FFFFFF;
+ border-right-color: #1B283B !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
+ background: rgba(27, 40, 59, 0.3) !important;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-footer {
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .divider {
+ background: #1B283B;
+}
+
+body.dark-mode-active .divider .icon-box {
+ background: #1B283B;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu,
+body.dark-mode-active .dropup .dropdown-menu {
+ background: #0c1624;
+ border: 1px solid #1B283B;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-item,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:active,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item:hover,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-item:active {
+ background: rgba(27, 40, 59, 0.5) !important;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-divider,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-divider {
+ border-top-color: #1B283B !important;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .dropdown-header,
+body.dark-mode-active .dropup .dropdown-menu .dropdown-header {
+ color: #8195a6;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu .text,
+body.dark-mode-active .dropup .dropdown-menu .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .dropdown .dropdown-menu i.icon,
+body.dark-mode-active .dropdown .dropdown-menu ion-icon,
+body.dark-mode-active .dropup .dropdown-menu i.icon,
+body.dark-mode-active .dropup .dropdown-menu ion-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .error-page .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .fixed-footer {
+ background: #0c1624;
+}
+
+body.dark-mode-active .fab-button .dropdown-menu {
+ background: transparent;
+ border-color: transparent;
+}
+
+body.dark-mode-active .form-wizard-section:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .form-wizard-section .button-item strong {
+ background: #1B283B;
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-wizard-section .button-item p {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-wizard-section .button-item.active strong {
+ background: #e73f29;
+ color: #fff;
+}
+
+body.dark-mode-active .form-wizard-section .button-item.active p {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .exampleBox {
+ border-color: #1B283B;
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .form-group .label {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-group .input-info {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-group .clear-input {
+ color: #586d7f;
+}
+
+body.dark-mode-active .form-group.basic .form-control,
+body.dark-mode-active .form-group.basic .custom-select {
+ border-bottom-color: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-group.boxed .form-control,
+body.dark-mode-active .form-group.boxed .custom-select {
+ color: #FFFFFF;
+ background: #1B283B;
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .input-group .input-group-text {
+ border-bottom-color: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .form-button-group {
+ background: #0c1624;
+}
+
+body.dark-mode-active .message-divider {
+ color: #8195a6;
+}
+
+body.dark-mode-active .message-item .bubble {
+ background: #1B283B;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .message-item .title {
+ color: #8195a6;
+}
+
+body.dark-mode-active .message-item .footer {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .message-item.user .bubble {
+ background: #e73f29;
+}
+
+body.dark-mode-active .chatFooter {
+ background: #0F1C2F;
+ border-top-color: #1B283B;
+}
+
+body.dark-mode-active .modalbox {
+ background: #0c1624;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content {
+ background: #0c1624;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header {
+ border-bottom-color: #1B283B;
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .notification-box {
+ position: fixed;
+ left: 0;
+ top: -100%;
+ right: 0;
+ width: 100%;
+ z-index: 9999;
+ transition: 0.3s all;
+}
+
+body.dark-mode-active .notification-box.show {
+ top: 0;
+}
+
+body.dark-mode-active .notification-dialog.android-style {
+ background: #0a1320;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .in strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .close-button {
+ color: #586d7f;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:active {
+ color: #8195a6;
+}
+
+body.dark-mode-active .notification-dialog.android-style .icon-box {
+ color: #586d7f;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer {
+ border-top: 1px solid #1B283B;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button {
+ border-right: 1px solid #1B283B;
+}
+
+body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .notification-dialog.ios-style {
+ background: #0a1320;
+}
+
+body.dark-mode-active .notification-dialog.ios-style .icon-box {
+ color: #586d7f;
+}
+
+body.dark-mode-active .panelbox .modal-dialog .modal-content {
+ background: #0F1C2F;
+}
+
+body.dark-mode-active .panelbox .modal-dialog .modal-content .modal-header .modal-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .pagination.pagination-secondary .page-item .page-link {
+ background: #0c1624;
+ color: #8195a6;
+}
+
+body.dark-mode-active .progress {
+ background: #162a46;
+}
+
+body.dark-mode-active .searchbox .form-control {
+ border-color: #1B283B !important;
+ color: #FFFFFF;
+ background: #1B283B;
+}
+
+body.dark-mode-active .searchbox .form-control:focus {
+ border-color: #2b405e !important;
+}
+
+body.dark-mode-active .searchbox .form-control:focus ~ .input-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .searchbox .close {
+ color: #586d7f;
+}
+
+body.dark-mode-active .searchbox .input-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active #search {
+ background: #0F1C2F;
+ border-bottom-color: #0F1C2F;
+}
+
+body.dark-mode-active #search .searchbox .form-control {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #search .searchbox .form-control:focus {
+ border-color: #030407;
+}
+
+body.dark-mode-active #search .searchbox .form-control:focus ~ .input-icon {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #search .searchbox .input-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .table {
+ color: #8195a6;
+}
+
+body.dark-mode-active .table thead th {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .table td,
+body.dark-mode-active .table th {
+ border-color: rgba(255, 255, 255, 0.1);
+}
+
+body.dark-mode-active .table-dark {
+ background: #080f19;
+}
+
+body.dark-mode-active .table-striped tbody tr:nth-of-type(odd) {
+ background: rgba(27, 40, 59, 0.4);
+}
+
+body.dark-mode-active .table-bordered td,
+body.dark-mode-active .table-bordered th {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .timeline:before {
+ background: #1B283B;
+}
+
+body.dark-mode-active .timeline .dot {
+ background: darkModeColorLight;
+ box-shadow: 0 0 0 4px #0F1C2F;
+}
+
+body.dark-mode-active .toast-box {
+ background: #060a11;
+}
+
+body.dark-mode-active .appFooter {
+ border-top-color: #1B283B;
+ background: #0c1624;
+}
+
+body.dark-mode-active .appFooter .footer-title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .appFooter .btn-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .sidebar-buttons {
+ background: #0c1624;
+ border-top: 1px solid #1B283B;
+}
+
+body.dark-mode-active .sidebar-buttons .button {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .sidebar-buttons .button:hover, body.dark-mode-active .sidebar-buttons .button:active {
+ background: rgba(27, 40, 59, 0.2);
+}
+
+body.dark-mode-active .sidebar-buttons:last-child {
+ border-right-color: transparent;
+}
+
+body.dark-mode-active .profileBox .in strong {
+ color: #fff;
+}
+
+body.dark-mode-active .profileBox .in .text-muted {
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+body.dark-mode-active .close-sidebar-button {
+ color: rgba(255, 255, 255, 0.5) !important;
+}
+
+body.dark-mode-active .close-sidebar-button:active {
+ background: rgba(27, 40, 59, 0.3);
+}
+
+body.dark-mode-active .ios-add-to-home,
+body.dark-mode-active .android-add-to-home {
+ background: rgba(12, 22, 36, 0.4) !important;
+}
+
+body.dark-mode-active .ios-add-to-home .modal-content:before,
+body.dark-mode-active .android-add-to-home .modal-content:before {
+ border-top-color: #0F1C2F;
+}
+
+body.dark-mode-active .ios-add-to-home .modal-content .action-sheet-content,
+body.dark-mode-active .android-add-to-home .modal-content .action-sheet-content {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .demoIcons {
+ color: #8195a6;
+}
+
+body.dark-mode-active .custom-file-upload label {
+ background-color: rgba(27, 40, 59, 0.2);
+ border-color: #1B283B;
+}
+
+body.dark-mode-active .custom-file-upload label span {
+ color: #586d7f;
+}
+
+body.dark-mode-active .custom-file-upload label span i.icon,
+body.dark-mode-active .custom-file-upload label span ion-icon {
+ color: #586d7f;
+}
+
+body.dark-mode-active .custom-file-upload label.file-uploaded span {
+ color: #8195a6;
+ background-color: #1B283B;
+}
+
+body.dark-mode-active .nav-tabs.style1 {
+ background: rgba(27, 40, 59, 0.4);
+}
+
+body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link {
+ color: #8195a6;
+}
+
+body.dark-mode-active .nav-tabs.style1 .nav-item .nav-link.active {
+ background: #23344c;
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .nav-tabs.lined .nav-item .nav-link {
+ color: #8195a6;
+ background: transparent;
+}
+
+body.dark-mode-active .nav-tabs.lined .nav-item .nav-link.active {
+ background: transparent;
+ color: #e73f29;
+}
+
+body.dark-mode-active .blog-post .post-header {
+ color: #586d7f;
+ border-top-color: #1B283B;
+ border-bottom-color: #1B283B;
+}
+
+body.dark-mode-active .blog-post .post-header a {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #countDown {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active #countDown > div {
+ border-color: #1B283B;
+}
+
+body.dark-mode-active #countDown > div span {
+ color: #586d7f;
+}
+
+body.dark-mode-active figure.codebox {
+ background: #1B283B;
+}
+
+body.dark-mode-active figure.codebox code {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .profile-head .in .subtext {
+ color: #586d7f;
+}
+
+body.dark-mode-active .profile-info .bio {
+ color: #8195a6;
+}
+
+body.dark-mode-active .profile-stats .item {
+ color: #8195a6;
+}
+
+body.dark-mode-active .profile-stats .item strong {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .rate-block {
+ color: #586d7f;
+}
+
+body.dark-mode-active .product-detail-header .title {
+ color: #FFFFFF;
+}
+
+body.dark-mode-active .product-detail-header .text {
+ color: #8195a6;
+}
+
+body.dark-mode-active .product-detail-header .detail-footer .price .old-price {
+ color: #8195a6;
+}
+
+body.dark-mode-active .cart-item .in .text .detail {
+ color: #586d7f;
+}
+
+body.dark-mode-active .cart-item .cart-item-footer {
+ border-top: 1px solid #1B283B;
+}
diff --git a/wms/mkt/assets/img/favicon.png b/wms/mkt/assets/img/favicon.png
new file mode 100644
index 00000000..f1d6ca65
Binary files /dev/null and b/wms/mkt/assets/img/favicon.png differ
diff --git a/wms/mkt/assets/img/functions.zip b/wms/mkt/assets/img/functions.zip
new file mode 100644
index 00000000..29b0b9e5
Binary files /dev/null and b/wms/mkt/assets/img/functions.zip differ
diff --git a/wms/mkt/assets/img/functions/1.png b/wms/mkt/assets/img/functions/1.png
new file mode 100644
index 00000000..55eb5ab9
Binary files /dev/null and b/wms/mkt/assets/img/functions/1.png differ
diff --git a/wms/mkt/assets/img/functions/2.png b/wms/mkt/assets/img/functions/2.png
new file mode 100644
index 00000000..917f1d7f
Binary files /dev/null and b/wms/mkt/assets/img/functions/2.png differ
diff --git a/wms/mkt/assets/img/functions/3-1.png b/wms/mkt/assets/img/functions/3-1.png
new file mode 100644
index 00000000..d4d868fc
Binary files /dev/null and b/wms/mkt/assets/img/functions/3-1.png differ
diff --git a/wms/mkt/assets/img/functions/3.png b/wms/mkt/assets/img/functions/3.png
new file mode 100644
index 00000000..b9b46393
Binary files /dev/null and b/wms/mkt/assets/img/functions/3.png differ
diff --git a/wms/mkt/assets/img/functions/4.png b/wms/mkt/assets/img/functions/4.png
new file mode 100644
index 00000000..d1f06441
Binary files /dev/null and b/wms/mkt/assets/img/functions/4.png differ
diff --git a/wms/mkt/assets/img/functions/5.png b/wms/mkt/assets/img/functions/5.png
new file mode 100644
index 00000000..0d1a8e4e
Binary files /dev/null and b/wms/mkt/assets/img/functions/5.png differ
diff --git a/wms/mkt/assets/img/functions/6.png b/wms/mkt/assets/img/functions/6.png
new file mode 100644
index 00000000..59a91616
Binary files /dev/null and b/wms/mkt/assets/img/functions/6.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-change-pwd.png b/wms/mkt/assets/img/functions/customer/app-change-pwd.png
new file mode 100644
index 00000000..cb39b783
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-change-pwd.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-finance-paymentlog.png b/wms/mkt/assets/img/functions/customer/app-finance-paymentlog.png
new file mode 100644
index 00000000..e9c90625
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-finance-paymentlog.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-owner-message.png b/wms/mkt/assets/img/functions/customer/app-owner-message.png
new file mode 100644
index 00000000..8521a51f
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-owner-message.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-owner-repaircall-list.png b/wms/mkt/assets/img/functions/customer/app-owner-repaircall-list.png
new file mode 100644
index 00000000..20c801a0
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-owner-repaircall-list.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-owner-repaircall.png b/wms/mkt/assets/img/functions/customer/app-owner-repaircall.png
new file mode 100644
index 00000000..c355adde
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-owner-repaircall.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-owner-status.png b/wms/mkt/assets/img/functions/customer/app-owner-status.png
new file mode 100644
index 00000000..757fcb86
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-owner-status.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-wipinstallation.png b/wms/mkt/assets/img/functions/customer/app-wipinstallation.png
new file mode 100644
index 00000000..786a8ae5
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-wipinstallation.png differ
diff --git a/wms/mkt/assets/img/functions/customer/app-wipproduction.png b/wms/mkt/assets/img/functions/customer/app-wipproduction.png
new file mode 100644
index 00000000..075fb944
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/app-wipproduction.png differ
diff --git a/wms/mkt/assets/img/functions/customer/index.png b/wms/mkt/assets/img/functions/customer/index.png
new file mode 100644
index 00000000..59a91616
Binary files /dev/null and b/wms/mkt/assets/img/functions/customer/index.png differ
diff --git a/wms/mkt/assets/img/functions/f1.jpg b/wms/mkt/assets/img/functions/f1.jpg
new file mode 100644
index 00000000..efca1959
Binary files /dev/null and b/wms/mkt/assets/img/functions/f1.jpg differ
diff --git a/wms/mkt/assets/img/functions/f2.png b/wms/mkt/assets/img/functions/f2.png
new file mode 100644
index 00000000..b37223f7
Binary files /dev/null and b/wms/mkt/assets/img/functions/f2.png differ
diff --git a/wms/mkt/assets/img/functions/f2.svg b/wms/mkt/assets/img/functions/f2.svg
new file mode 100644
index 00000000..56ed142e
--- /dev/null
+++ b/wms/mkt/assets/img/functions/f2.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/wms/mkt/assets/img/functions/f3.svg b/wms/mkt/assets/img/functions/f3.svg
new file mode 100644
index 00000000..0f8885ee
--- /dev/null
+++ b/wms/mkt/assets/img/functions/f3.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wms/mkt/assets/img/functions/repairer/app-browser_gpslocation.png b/wms/mkt/assets/img/functions/repairer/app-browser_gpslocation.png
new file mode 100644
index 00000000..30d147ec
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-browser_gpslocation.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-change-pwd.png b/wms/mkt/assets/img/functions/repairer/app-change-pwd.png
new file mode 100644
index 00000000..cb39b783
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-change-pwd.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-maintenance.png b/wms/mkt/assets/img/functions/repairer/app-maintenance.png
new file mode 100644
index 00000000..15f252d6
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-maintenance.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-map-multilocation.png b/wms/mkt/assets/img/functions/repairer/app-map-multilocation.png
new file mode 100644
index 00000000..264d444e
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-map-multilocation.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-owner-repaircall-list.png b/wms/mkt/assets/img/functions/repairer/app-owner-repaircall-list.png
new file mode 100644
index 00000000..20c801a0
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-owner-repaircall-list.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-products.png b/wms/mkt/assets/img/functions/repairer/app-products.png
new file mode 100644
index 00000000..cb99f1ab
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-products.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-productsshipping.png b/wms/mkt/assets/img/functions/repairer/app-productsshipping.png
new file mode 100644
index 00000000..504ca10b
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-productsshipping.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/app-support.png b/wms/mkt/assets/img/functions/repairer/app-support.png
new file mode 100644
index 00000000..2a8145ce
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/app-support.png differ
diff --git a/wms/mkt/assets/img/functions/repairer/index.png b/wms/mkt/assets/img/functions/repairer/index.png
new file mode 100644
index 00000000..59a91616
Binary files /dev/null and b/wms/mkt/assets/img/functions/repairer/index.png differ
diff --git a/wms/mkt/assets/img/icon/128x128.png b/wms/mkt/assets/img/icon/128x128.png
new file mode 100644
index 00000000..594da3d2
Binary files /dev/null and b/wms/mkt/assets/img/icon/128x128.png differ
diff --git a/wms/mkt/assets/img/icon/144x144.png b/wms/mkt/assets/img/icon/144x144.png
new file mode 100644
index 00000000..91b41568
Binary files /dev/null and b/wms/mkt/assets/img/icon/144x144.png differ
diff --git a/wms/mkt/assets/img/icon/152x152.png b/wms/mkt/assets/img/icon/152x152.png
new file mode 100644
index 00000000..2e2acc70
Binary files /dev/null and b/wms/mkt/assets/img/icon/152x152.png differ
diff --git a/wms/mkt/assets/img/icon/192x192.png b/wms/mkt/assets/img/icon/192x192.png
new file mode 100644
index 00000000..cd7e761c
Binary files /dev/null and b/wms/mkt/assets/img/icon/192x192.png differ
diff --git a/wms/mkt/assets/img/icon/384x384.png b/wms/mkt/assets/img/icon/384x384.png
new file mode 100644
index 00000000..c8576704
Binary files /dev/null and b/wms/mkt/assets/img/icon/384x384.png differ
diff --git a/wms/mkt/assets/img/icon/512x512.png b/wms/mkt/assets/img/icon/512x512.png
new file mode 100644
index 00000000..8cbb6b42
Binary files /dev/null and b/wms/mkt/assets/img/icon/512x512.png differ
diff --git a/wms/mkt/assets/img/icon/72x72.png b/wms/mkt/assets/img/icon/72x72.png
new file mode 100644
index 00000000..cbffa80b
Binary files /dev/null and b/wms/mkt/assets/img/icon/72x72.png differ
diff --git a/wms/mkt/assets/img/icon/96x96.png b/wms/mkt/assets/img/icon/96x96.png
new file mode 100644
index 00000000..db432ae0
Binary files /dev/null and b/wms/mkt/assets/img/icon/96x96.png differ
diff --git a/wms/mkt/assets/img/icon/location.png b/wms/mkt/assets/img/icon/location.png
new file mode 100644
index 00000000..ce62784d
Binary files /dev/null and b/wms/mkt/assets/img/icon/location.png differ
diff --git a/wms/mkt/assets/img/icon/technician.gif b/wms/mkt/assets/img/icon/technician.gif
new file mode 100644
index 00000000..63683c90
Binary files /dev/null and b/wms/mkt/assets/img/icon/technician.gif differ
diff --git a/wms/mkt/assets/img/icon/warning.gif b/wms/mkt/assets/img/icon/warning.gif
new file mode 100644
index 00000000..610a4306
Binary files /dev/null and b/wms/mkt/assets/img/icon/warning.gif differ
diff --git a/wms/mkt/assets/img/logo - Copy.png b/wms/mkt/assets/img/logo - Copy.png
new file mode 100644
index 00000000..5eb56765
Binary files /dev/null and b/wms/mkt/assets/img/logo - Copy.png differ
diff --git a/wms/mkt/assets/img/logo-v1.png b/wms/mkt/assets/img/logo-v1.png
new file mode 100644
index 00000000..ac6eccfb
Binary files /dev/null and b/wms/mkt/assets/img/logo-v1.png differ
diff --git a/wms/mkt/assets/img/logo.png b/wms/mkt/assets/img/logo.png
new file mode 100644
index 00000000..6d0ae574
Binary files /dev/null and b/wms/mkt/assets/img/logo.png differ
diff --git a/wms/mkt/assets/img/logo_quickfix.png b/wms/mkt/assets/img/logo_quickfix.png
new file mode 100644
index 00000000..5eb56765
Binary files /dev/null and b/wms/mkt/assets/img/logo_quickfix.png differ
diff --git a/wms/mkt/assets/img/sample/ads/300x250.jpg b/wms/mkt/assets/img/sample/ads/300x250.jpg
new file mode 100644
index 00000000..bcb4cc20
Binary files /dev/null and b/wms/mkt/assets/img/sample/ads/300x250.jpg differ
diff --git a/wms/mkt/assets/img/sample/ads/300x50.jpg b/wms/mkt/assets/img/sample/ads/300x50.jpg
new file mode 100644
index 00000000..aa5fbe90
Binary files /dev/null and b/wms/mkt/assets/img/sample/ads/300x50.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar1.jpg b/wms/mkt/assets/img/sample/avatar/avatar1.jpg
new file mode 100644
index 00000000..a888f79f
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar10.jpg b/wms/mkt/assets/img/sample/avatar/avatar10.jpg
new file mode 100644
index 00000000..41d43353
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar10.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar2.jpg b/wms/mkt/assets/img/sample/avatar/avatar2.jpg
new file mode 100644
index 00000000..6e0862d5
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar2.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar3.jpg b/wms/mkt/assets/img/sample/avatar/avatar3.jpg
new file mode 100644
index 00000000..05af7767
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar3.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar4.jpg b/wms/mkt/assets/img/sample/avatar/avatar4.jpg
new file mode 100644
index 00000000..718f8413
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar4.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar5.jpg b/wms/mkt/assets/img/sample/avatar/avatar5.jpg
new file mode 100644
index 00000000..1868ebd2
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar5.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar6.jpg b/wms/mkt/assets/img/sample/avatar/avatar6.jpg
new file mode 100644
index 00000000..526e259c
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar6.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar7.jpg b/wms/mkt/assets/img/sample/avatar/avatar7.jpg
new file mode 100644
index 00000000..faa1b6ad
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar7.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar8.jpg b/wms/mkt/assets/img/sample/avatar/avatar8.jpg
new file mode 100644
index 00000000..1f6113e6
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar8.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/avatar9.jpg b/wms/mkt/assets/img/sample/avatar/avatar9.jpg
new file mode 100644
index 00000000..041fc820
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/avatar9.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-a-1.jpg b/wms/mkt/assets/img/sample/avatar/consultant-a-1.jpg
new file mode 100644
index 00000000..e79f9171
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-a-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-a.jpg b/wms/mkt/assets/img/sample/avatar/consultant-a.jpg
new file mode 100644
index 00000000..9e45c431
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-a.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-b-1.jpg b/wms/mkt/assets/img/sample/avatar/consultant-b-1.jpg
new file mode 100644
index 00000000..0243917e
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-b-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-b.jpg b/wms/mkt/assets/img/sample/avatar/consultant-b.jpg
new file mode 100644
index 00000000..f00220c0
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-b.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-c-1.jpg b/wms/mkt/assets/img/sample/avatar/consultant-c-1.jpg
new file mode 100644
index 00000000..2f569a2c
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-c-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/consultant-c.jpg b/wms/mkt/assets/img/sample/avatar/consultant-c.jpg
new file mode 100644
index 00000000..81f421cb
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/consultant-c.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/owner-1.jpg b/wms/mkt/assets/img/sample/avatar/owner-1.jpg
new file mode 100644
index 00000000..a5fc4a05
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/owner-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/owner.jpg b/wms/mkt/assets/img/sample/avatar/owner.jpg
new file mode 100644
index 00000000..33282c13
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/owner.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/service-1.jpg b/wms/mkt/assets/img/sample/avatar/service-1.jpg
new file mode 100644
index 00000000..9e7b3d0e
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/service-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/service.jpg b/wms/mkt/assets/img/sample/avatar/service.jpg
new file mode 100644
index 00000000..eb420d0b
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/service.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/technician-1.jpg b/wms/mkt/assets/img/sample/avatar/technician-1.jpg
new file mode 100644
index 00000000..7f7c259d
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/technician-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/avatar/technician.jpg b/wms/mkt/assets/img/sample/avatar/technician.jpg
new file mode 100644
index 00000000..d28399fc
Binary files /dev/null and b/wms/mkt/assets/img/sample/avatar/technician.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/1.jpg b/wms/mkt/assets/img/sample/photo/1.jpg
new file mode 100644
index 00000000..4648ce79
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/2.jpg b/wms/mkt/assets/img/sample/photo/2.jpg
new file mode 100644
index 00000000..0638a2f0
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/2.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/3.jpg b/wms/mkt/assets/img/sample/photo/3.jpg
new file mode 100644
index 00000000..b10db483
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/3.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/4.jpg b/wms/mkt/assets/img/sample/photo/4.jpg
new file mode 100644
index 00000000..75b95a9e
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/4.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/5.jpg b/wms/mkt/assets/img/sample/photo/5.jpg
new file mode 100644
index 00000000..c70d0c12
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/5.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/6.jpg b/wms/mkt/assets/img/sample/photo/6.jpg
new file mode 100644
index 00000000..62614663
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/6.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/bearing-1.jpg b/wms/mkt/assets/img/sample/photo/bearing-1.jpg
new file mode 100644
index 00000000..ca9013fd
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/bearing-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/car.png b/wms/mkt/assets/img/sample/photo/car.png
new file mode 100644
index 00000000..1d85a59d
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/car.png differ
diff --git a/wms/mkt/assets/img/sample/photo/d1.jpg b/wms/mkt/assets/img/sample/photo/d1.jpg
new file mode 100644
index 00000000..efca1959
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/d2.jpg b/wms/mkt/assets/img/sample/photo/d2.jpg
new file mode 100644
index 00000000..bf6acfff
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d2.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/d3.jpg b/wms/mkt/assets/img/sample/photo/d3.jpg
new file mode 100644
index 00000000..ab93ae14
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d3.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/d4.jpg b/wms/mkt/assets/img/sample/photo/d4.jpg
new file mode 100644
index 00000000..ff32f8fe
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d4.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/d5.jpg b/wms/mkt/assets/img/sample/photo/d5.jpg
new file mode 100644
index 00000000..4d6af7c9
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d5.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/d6.jpg b/wms/mkt/assets/img/sample/photo/d6.jpg
new file mode 100644
index 00000000..8db48041
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/d6.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/product1.jpg b/wms/mkt/assets/img/sample/photo/product1.jpg
new file mode 100644
index 00000000..d5843c94
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/product1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/product2.jpg b/wms/mkt/assets/img/sample/photo/product2.jpg
new file mode 100644
index 00000000..494b2fa3
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/product2.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/product3.jpg b/wms/mkt/assets/img/sample/photo/product3.jpg
new file mode 100644
index 00000000..915b23e9
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/product3.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/product4.jpg b/wms/mkt/assets/img/sample/photo/product4.jpg
new file mode 100644
index 00000000..f467d369
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/product4.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/screwdriver.png b/wms/mkt/assets/img/sample/photo/screwdriver.png
new file mode 100644
index 00000000..da4d2148
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/screwdriver.png differ
diff --git a/wms/mkt/assets/img/sample/photo/sensor-1.jpg b/wms/mkt/assets/img/sample/photo/sensor-1.jpg
new file mode 100644
index 00000000..2889033d
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/sensor-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/sensor.jpg b/wms/mkt/assets/img/sample/photo/sensor.jpg
new file mode 100644
index 00000000..51b090a2
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/sensor.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/speed-limiter-1.jpg b/wms/mkt/assets/img/sample/photo/speed-limiter-1.jpg
new file mode 100644
index 00000000..46b15639
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/speed-limiter-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/speed-limiter.jpg b/wms/mkt/assets/img/sample/photo/speed-limiter.jpg
new file mode 100644
index 00000000..85bad3b5
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/speed-limiter.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/traction-wheel-1.jpg b/wms/mkt/assets/img/sample/photo/traction-wheel-1.jpg
new file mode 100644
index 00000000..71c56b54
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/traction-wheel-1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/traction_wheel.jpg b/wms/mkt/assets/img/sample/photo/traction_wheel.jpg
new file mode 100644
index 00000000..54645687
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/traction_wheel.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/vector1.png b/wms/mkt/assets/img/sample/photo/vector1.png
new file mode 100644
index 00000000..b59ef840
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector1.png differ
diff --git a/wms/mkt/assets/img/sample/photo/vector2.png b/wms/mkt/assets/img/sample/photo/vector2.png
new file mode 100644
index 00000000..26f78222
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector2.png differ
diff --git a/wms/mkt/assets/img/sample/photo/vector3.png b/wms/mkt/assets/img/sample/photo/vector3.png
new file mode 100644
index 00000000..25372983
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector3.png differ
diff --git a/wms/mkt/assets/img/sample/photo/vector4.png b/wms/mkt/assets/img/sample/photo/vector4.png
new file mode 100644
index 00000000..61826553
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector4.png differ
diff --git a/wms/mkt/assets/img/sample/photo/vector5.png b/wms/mkt/assets/img/sample/photo/vector5.png
new file mode 100644
index 00000000..7107642c
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector5.png differ
diff --git a/wms/mkt/assets/img/sample/photo/vector6.png b/wms/mkt/assets/img/sample/photo/vector6.png
new file mode 100644
index 00000000..c1f48503
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/vector6.png differ
diff --git a/wms/mkt/assets/img/sample/photo/wide1.jpg b/wms/mkt/assets/img/sample/photo/wide1.jpg
new file mode 100644
index 00000000..4e40b815
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide1.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/wide2.jpg b/wms/mkt/assets/img/sample/photo/wide2.jpg
new file mode 100644
index 00000000..b5fc96f9
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide2.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/wide3.jpg b/wms/mkt/assets/img/sample/photo/wide3.jpg
new file mode 100644
index 00000000..ef10d3ee
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide3.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/wide4.jpg b/wms/mkt/assets/img/sample/photo/wide4.jpg
new file mode 100644
index 00000000..abe9e08d
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide4.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/wide5.jpg b/wms/mkt/assets/img/sample/photo/wide5.jpg
new file mode 100644
index 00000000..d2a8a9d9
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide5.jpg differ
diff --git a/wms/mkt/assets/img/sample/photo/wide6.jpg b/wms/mkt/assets/img/sample/photo/wide6.jpg
new file mode 100644
index 00000000..ace9b241
Binary files /dev/null and b/wms/mkt/assets/img/sample/photo/wide6.jpg differ
diff --git a/wms/mkt/assets/js/5stars/bootstrap-3.4.1.min.css b/wms/mkt/assets/js/5stars/bootstrap-3.4.1.min.css
new file mode 100644
index 00000000..5b96335f
--- /dev/null
+++ b/wms/mkt/assets/js/5stars/bootstrap-3.4.1.min.css
@@ -0,0 +1,6 @@
+/*!
+ * Bootstrap v3.4.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
+/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/wms/mkt/assets/js/5stars/bootstrap-5.1.1.min.css b/wms/mkt/assets/js/5stars/bootstrap-5.1.1.min.css
new file mode 100644
index 00000000..56f71026
--- /dev/null
+++ b/wms/mkt/assets/js/5stars/bootstrap-5.1.1.min.css
@@ -0,0 +1,7 @@
+@charset "UTF-8";/*!
+ * Bootstrap v5.1.1 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors
+ * Copyright 2011-2021 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
+/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/wms/mkt/assets/js/5stars/font-awesome-4.4.0.min.css b/wms/mkt/assets/js/5stars/font-awesome-4.4.0.min.css
new file mode 100644
index 00000000..ee4e9782
--- /dev/null
+++ b/wms/mkt/assets/js/5stars/font-awesome-4.4.0.min.css
@@ -0,0 +1,4 @@
+/*!
+ * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
diff --git a/wms/mkt/assets/js/5stars/font-awesome-5.15.4.all.css b/wms/mkt/assets/js/5stars/font-awesome-5.15.4.all.css
new file mode 100644
index 00000000..ac76ff19
--- /dev/null
+++ b/wms/mkt/assets/js/5stars/font-awesome-5.15.4.all.css
@@ -0,0 +1,5 @@
+/*!
+ * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */
+.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
\ No newline at end of file
diff --git a/wms/mkt/assets/js/5stars/jquery-3.6.0.min.js b/wms/mkt/assets/js/5stars/jquery-3.6.0.min.js
new file mode 100644
index 00000000..c4c6022f
--- /dev/null
+++ b/wms/mkt/assets/js/5stars/jquery-3.6.0.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0 Record has added successfully","
"],col:[2,"
"],tr:[2,"","
"],td:[3,"
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n"," ").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0","
"],col:[2,"
"],tr:[2,"","
"],td:[3,"
"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.rnamespace||a.rnamespace.test(g.namespace))&&(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h"," 電梯標準價查詢
+
+
+
+
+ 小機房
+ MAE100
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ (±1S)
+ 1、1.0最低到5停;5停以下以5停計。
+
+ 2、1.5及1.75最低到8停;8停以下以8停計。
+ 3、1.5變為1.75---》+5.4萬/台;加減1停同1.5。
+ 4、經理權限為發佈價之80%、業務部協理權限為75%。
+
+ MAE100-6*7-CO60
+ 89.0
+ 4.0
+
+
+ MAE100-8*7-CO60
+ 89.1
+ 4.0
+
+
+ MAE100-9*7-CO60
+ 89.7
+ 4.0
+
+
+ MAE100-10*7-CO60
+ 90.4
+ 4.0
+
+
+ MAE100-11*7-CO60
+ 92.0
+ 4.0
+
+
+ MAE100-12*7-CO60
+ 95.6
+ 4.0
+
+
+ MAE100-13*7-CO60
+ 98.0
+ 4.1
+
+
+ MAE100-15*7-CO60
+ 98.5
+ 4.1
+
+
+ MAE100-17*7-CO60
+ 133.6
+ 5.1
+
+
+ MAE100-20*7-CO60
+ 153.2
+ 5.4
+
+
+ MAE100-24*7-CO60
+ 158.4
+ 5.4
+
+
+
+
+
+ 規 格
+ 標準價
+ (±1S)
+ 規格
+ 標準價
+
+
+ MAE100-8*10-CO90
+ 101.5
+ 4.0
+ MAE100-8*10-CO105
+ 106.3
+
+
+ MAE100-9*10-CO90
+ 102.1
+ 4.0
+ MAE100-9*10-CO105
+ 107.4
+
+
+ MAE100-10*10-CO90
+ 103.0
+ 4.0
+ MAE100-10*10-CO105
+ 108.6
+
+
+ MAE100-11*10-CO90
+ 108.4
+ 4.0
+ MAE100-11*10-CO105
+ 114.0
+
+
+ MAE100-12*10-CO90
+ 110.0
+ 4.0
+ MAE100-12*10-CO105
+ 115.5
+
+
+ MAE100-13*10-CO90
+ 112.2
+ 4.1
+ MAE100-13*10-CO105
+ 117.8
+
+
+ MAE100-15*10-CO90
+ 113.4
+ 4.1
+ MAE100-15*10-CO105
+ 119.0
+
+
+ MAE100-17*10-CO90
+ 151.1
+ 5.1
+ MAE100-17*10-CO105
+ 156.7
+
+
+ MAE100-20*10-CO90
+ 173.0
+ 5.4
+ MAE100-20*10-CO105
+ 178.6
+
+
+
+
+
+MAE100-24*10-CO90
+ 192.0
+ 5.4
+ MAE100-24*10-CO105
+ 198.0
+
+
+
+
+
+ 無機房
+ MAM200
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ (±1S)
+ 1、1.0最低到5停;5停以下以5停計。
+
+ 2、1.5及1.75最低到8停;8停以下以8停計。
+ 3、1.5變為1.75---》+5.4萬/台;加減1停同1.5。
+ 4、營業員權限為發佈價之73%
+
+ MAM200-8*7-CO60
+ 117.5
+ 4.5
+
+
+ MAM200-9*7-CO60
+ 118.7
+ 4.5
+
+
+ MAM200-10*7-CO60
+ 120.1
+ 4.5
+
+
+ MAM200-11*7-CO60
+ 121.2
+ 4.5
+
+
+ MAM200-12*7-CO60
+ 122.5
+ 4.5
+
+
+ MAM200-13*7-CO60
+ 123.8
+ 4.5
+
+
+ MAM200-15*7-CO60
+ 124.9
+ 4.5
+
+
+ MAM200-17*7-CO60
+ 187.4
+ 6.4
+
+
+ MAM200-20*7-CO60
+ 204.8
+ 6.4
+
+
+ MAM200-24*7-CO60
+ 208.5
+ 6.4
+
+
+ MAM200-8*10-CO90
+ 133.4
+ 4.9
+ MAM200-8*10-CO105
+ 139.1
+
+
+ MAM200-9*10-CO90
+ 134.5
+ 4.9
+ MAM200-9*10-CO105
+ 140.2
+
+
+ MAM200-10*10-CO90
+ 135.8
+ 4.9
+ MAM200-10*10-CO105
+ 141.5
+
+
+ MAM200-11*10-CO90
+ 137.1
+ 4.9
+ MAM200-11*10-CO105
+ 142.8
+
+
+ MAM200-12*10-CO90
+ 138.2
+ 4.9
+ MAM200-12*10-CO105
+ 143.9
+
+
+ MAM200-13*10-CO90
+ 140.0
+ 4.9
+ MAM200-13*10-CO105
+ 145.7
+
+
+ MAM200-15*10-CO90
+ 141.2
+ 4.9
+ MAM200-15*10-CO105
+ 146.9
+
+
+ MAM200-17*10-CO90
+ 202.8
+ 6.5
+ MAM200-17*10-CO105
+ 208.5
+
+
+ MAM200-20*10-CO90
+ 220.2
+ 6.5
+ MAM200-20*10-CO105
+ 225.9
+
+
+
+
+
+MAM200-24*10-CO90
+ 223.9
+ 6.5
+ MAM200-24*10-CO105
+ 229.6
+
+
+
+
+ 小電梯
+ MAH100
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ (±1S)
+
+
+ MAH100-6*5-2S45
+ 73.2
+ 2.5
+
+
+ MAH100-8*5-2S45
+ 83.2
+ 2.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+註:
+
+ 1、最低到3停;2停以3停計。
+ 2、經理權限為發佈價之80%、業務部協理權限為75%。
+
+
+
+
+
+ 高速梯
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ (±1S)
+
+
+ MAE100-12*20-CO120
+ 180.0
+ 5.0
+
+
+ MAE100-13*20-CO120
+ 181.3
+ 5.0
+
+
+ MAE100-15*20-CO120
+ 182.7
+ 5.0
+
+
+ MAE100-17*20-CO120
+ 217.1
+ 6.3
+
+
+ MAE100-20*20-CO120
+ 225.6
+ 6.4
+
+
+ MAE100-24*20-CO120
+ 240.2
+ 6.5
+
+
+ MAE100-12*20-CO150
+ 223.0
+ 6.1
+
+
+ MAE100-13*20-CO150
+ 224.1
+ 6.1
+
+
+ MAE100-15*20-CO150
+ 225.4
+ 6.1
+
+
+ MAE100-17*20-CO150
+ 239.9
+ 6.5
+
+
+ MAE100-20*20-CO150
+ 244.3
+ 6.5
+
+
+ MAE100-24*20-CO150
+ 253.3
+ 6.5
+
+
+ 註:
+
1、2.0及2.5最低到15停;15停以下以15停計。
+
+
+ 2、P-12(含)以下以P-13計。
+
+
+
+ 3、經理權限為發佈價之80%、業務部協理權限為75%。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 小機房貨梯
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ (±1S)
+
+
+ MAF100-750*3-2S45
+ 114.3
+ 5.8
+
+
+ MAF100-750*3-2S60
+ 115.5
+ 5.8
+
+
+ MAF100-1000*3-2S45
+ 136.4
+ 8.7
+
+
+ MAF100-1000*3-2S60
+ 138.5
+ 8.7
+
+
+ MAF100-1500*3-2S45
+ 171.4
+ 9.7
+
+
+ MAF100-1500*3-2S60
+ 175.5
+ 9.7
+
+
+ MAF100-2000*3-2S45
+ 195.3
+ 10.0
+
+
+ MAF100-2000*3-2S60
+ 198.5
+ 10.0
+
+
+ MAF100-2500*3-2S45
+ 286.3
+ 15.1
+
+
+ MAF100-2500*3-2S60
+ 288.3
+ 15.1
+
+
+ MAF100-3000*3-2S45
+ 307.7
+ 16.3
+
+
+ MAF100-3000*3-2S60
+ 309.5
+ 16.3
+
+
+ MAF100-3500*3-2S45
+ 365.5
+ 18.2
+
+
+ MAF100-3500*3-2S60
+ 368.5
+ 18.2
+
+
+ MAF100-4000*3-2S45
+ 407.5
+ 20.5
+
+
+ MAF100-4000*3-2S60
+ 409.5
+ 20.5
+
+
+ MAF100-5000*3-2S45
+ 520.5
+ 25.5
+
+
+ MAF100-5000*3-2S60
+ 525.8
+ 25.5
+
+
+ 註:
+
1、最低為2停
+
+
+
+
+
+
+2、經理權限為發佈價之80%、業務部協理權限為75%。
+
+
+
+
+
+
+ 平台梯
+
+ 單位:萬元
+
+
+ 規 格
+ 標準價
+ 提升高度標準
+ 備註
+
+
+ MAP100-280*2-CO09
+ 78.5
+ 3.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-280*3-CO09
+ 86.5
+ 6.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-280*4-CO09
+ 94.5
+ 9.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-280*5-CO09
+ 102.5
+ 12.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-280*2-CO09
+ 80.2
+ 3.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-280*3-CO09
+ 88.5
+ 6.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-280*4-CO09
+ 96.5
+ 9.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-280*5-CO09
+ 104.5
+ 12.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-320*2-CO09
+ 82.0
+ 3.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-320*3-CO09
+ 90.0
+ 6.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-320*4-CO09
+ 98.0
+ 9.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-320*5-CO09
+ 106.0
+ 12.0
+ 岩板;L型開門另加3萬元/台
+
+
+ MAP100-320*2-CO09
+ 84.0
+ 3.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-320*3-CO09
+ 92.0
+ 6.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-320*4-CO09
+ 100.0
+ 9.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+ MAP100-320*5-CO09
+ 108.0
+ 12.0
+ 人造皮革;L型開門另加3萬元/台
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 註:
+
1、最低為2停。
+
+
+
+
+ 2、標準價格為自動門。
+
+
+
+
+
+ 3、經理權限為發佈價之80%、業務部協理權限為75%。
+
+
+
+
+
+
+
+
+
+
+
+ OPTION價格查詢
+
+
+
+
+
+
+ $v) {
+ foreach ($v as $k2 => $v2) {
+ foreach ($v2 as $k3 => $v3) {
+ if ($v3["optional"] == "1") $optional = "標";
+ elseif ($v3["optional"] == "2") $optional = "選";
+ echo "名稱
+ 規格
+ 備註
+ 配置
+ 單位
+ 定價
+ ";
+ echo " ";
+ }
+ }
+}
+?>
+
+".$k2." ";
+ echo "".$v3["spec"]." ";
+ echo "".$v3["memo"]." ";
+ echo "".$optional." ";
+ echo "".$v3["unit"]." ";
+ echo "".number_format($v3["price"])." ";
+ echo "';
+$option_str .= '
+
";
+?>
+
+
+
+
+ ';
+foreach ($opt_data_arr as $k => $v) {
+ //$option_str .= '名稱
+ 規格
+ 備註
+ 配置
+ 單位
+ 定價
+ ';
+ foreach ($v as $k2 => $v2) {
+ foreach ($v2 as $k3 => $v3) {
+ if ($v3["optional"] == "1") $optional = "標";
+ elseif ($v3["optional"] == "2") $optional = "選";
+ $option_str .= "'.$opt_kind_arr[$k].' ";
+ $option_str .= " ";
+ }
+ }
+ /*
+ $group_nums = count($v2);
+ $i = 1;
+ foreach ($v2 as $k3 => $v3) {
+ if ($v3["optional"] == "1") $optional = "標";
+ elseif ($v3["optional"] == "2") $optional = "選";
+ $option_str .= "".$k2." ";
+ $option_str .= "".$v3["spec"]." ";
+ $option_str .= "".$v3["memo"]." ";
+ $option_str .= "".$optional." ";
+ $option_str .= "".$v3["unit"]." ";
+ $option_str .= "".number_format($v3["price"])." ";
+ $option_str .= "";
+ if ($i==1) {
+ $option_str .= ' ";
+ $i++;
+ }
+ */
+}
+$option_str .= "'.$k2.' ';
+ } else {
+ $option_str .= ' ';
+ }
+ $option_str .= "".$v3["spec"]." ";
+ $option_str .= "".$v3["memo"]." ";
+ $option_str .= "".$optional." ";
+ $option_str .= "".$v3["unit"]." ";
+ $option_str .= "".number_format($v3["price"])." ";
+ $option_str .= "
+
+';
+ $option_str .= '
+
";
+?>
+
+
+
+
+ ';
+ foreach ($opt_data_arr as $k => $v) {
+ //$option_str .= '名稱
+ 規格
+ 備註
+ 配置
+ 單位
+ 定價
+ ';
+ foreach ($v as $k2 => $v2) {
+ foreach ($v2 as $k3 => $v3) {
+ if ($v3["optional"] == "1") $optional = "標";
+ elseif ($v3["optional"] == "2") $optional = "選";
+ $option_str .= "'.$opt_kind_arr[$k].' ";
+ $option_str .= " ";
+ }
+ }
+
+ /*
+ $group_nums = count($v2);
+ $i = 1;
+ foreach ($v2 as $k3 => $v3) {
+ if ($v3["optional"] == "1") $optional = "標";
+ elseif ($v3["optional"] == "2") $optional = "選";
+ $option_str .= "".$k2." ";
+ $option_str .= "".$v3["spec"]." ";
+ $option_str .= "".$v3["memo"]." ";
+ $option_str .= "".$optional." ";
+ $option_str .= "".$v3["unit"]." ";
+ $option_str .= "".number_format($v3["price"])." ";
+ $option_str .= "";
+ if ($i==1) {
+ $option_str .= ' ";
+ $i++;
+ }
+ */
+ //$option_str .= '';
+ }
+ $option_str .= "'.$k2.' ';
+ } else {
+ $option_str .= ' ';
+ }
+ $option_str .= "".$v3["spec"]." ";
+ $option_str .= "".$v3["memo"]." ";
+ $option_str .= "".$optional." ";
+ $option_str .= "".$v3["unit"]." ";
+ $option_str .= "".number_format($v3["price"])." ";
+ $option_str .= "
+
+
項次 | +卷號 | +營業員 | +客戶名稱 | +案件名稱 | +牌價總額 | +售價總額 | +價率 | +預定成交日 | +預定交期 | +建檔人 | +建檔時間 | +功能 | +區經理 | +業務承辦人 | +業務部協理 | +總經理 | +狀態 | +合約書申請 | + +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + | % | ++ | + | + | + | + + 修改 + 刪除 + + 填規調 + + " class="btn btn-warning btn-sm">檢視 + +填規調 + + | +
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if ($ss_arr["sign_st"]==1 && in_array($user_id, $ss_arr["sign_nt"]) && $data["status"]=="YS") { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + if ($sign_st==1 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 1 || $data['last_check_result']) { // 過了這關或已完成流程 + list($uperson, $ustatus, $udtte) = explode(",", $sign1); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_1_result"] == "Y") { + $str = ""; + } elseif ($data["checker_1_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } else { + if ($data["checker_1_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } + else $str = "--"; + }*/ + //echo $str; + ?> + |
+
+ ", $sign2);
+ foreach ($sign2_arr as $v) {
+ list($uperson, $ustatus, $udtte) = explode(",", $v);
+ if ($ustatus == "Y" || $ustatus == "N") {
+ break;
+ }
+ }
+ }
+ if ($ustatus) {
+ if ($ustatus == "Y") $str = "";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 2) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + + /* + if ($sign_st==2 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 2 || $data['last_check_result']) { + list($uperson, $ustatus, $udtte) = explode(",", $sign2); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_2_result"] == "Y") { + $str = ""; + } elseif ($data["checker_2_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_2"]." ".$data["checker_2_dt"]; + } else { + if ($data["checker_2_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_2"]." ".$data["checker_2_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 3) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + $str = ""; + if ($sign_st==3 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else $str = "--"; + */ + + /* + if ($data["checker_3_result"] == "Y") { + $str = ""; + } elseif ($data["checker_3_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } else { + if ($data["checker_3_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 4) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + ?> + |
+ + + | + + 合約書申請 + + | +
您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + //print_r($mail_list); + $sendmail->sendx($title, $content, $mail_list); + } + } + if ($end_flow) { + end_flow("prm", "prm01", $id, $contractno_h); + } + } + mysqli_close($link); + echo ""; +} diff --git a/wms/mkt/mkt/pricereview-record-submit.php b/wms/mkt/mkt/pricereview-record-submit.php new file mode 100644 index 00000000..d1367898 --- /dev/null +++ b/wms/mkt/mkt/pricereview-record-submit.php @@ -0,0 +1,319 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + // 同客戶同電梯不能重覆價審 + /* + $warr = []; + $fp_id_str = ""; + $fp_id_arr = explode(",", $fp_id_all); + foreach ($fp_id_arr as $val) { + if ($val && $val>0) $fp_id_str .= $val.","; + } + $fp_id_str = rtrim($fp_id_str, ","); + $db_query = "select i.item_spec from pricereview_main m, pricereview_item i "; + $db_query .= "where m.id = i.mid and contractno = '$contractno' and fp_id in ($fp_id_str) and last_check_result <> 'N'"; + $res = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_row($res)) { + $warr[] = $row[0]; + } + $warning = implode("、", $warr); + if ($warning) { + echo ""; + } + */ + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 客戶資料 + $sql = "select vol_no, salesman, customer, address from hope_elevator_customer where vol_no = '$vol_no'"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + list($contractno, $person, $company, $address) = $row; + mysqli_free_result($res); + + // 同一卷號只限一筆價審 + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('Y1', 'YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + if ($row[0] > 0) { + echo ""; + exit; + } + + // 上傳報價單 + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$vol_no."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + } else $target_file1 = ""; + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$vol_no."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + } else $target_file2 = ""; + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "insert into pricereview_main(contractno, ekind, person, company, case_name, address, price_lowest, "; + $db_query .= "price_total, price_rate, special_fee, predeal_date, facilitok_date, penalty, deposit_rate, keep_rate, "; + $db_query .= "warranty_rate, memo, status, attatch1, attatch2, creater, create_at) values ("; + $db_query .= "'$contractno', '新梯', '$person', '$company', '$case_name', '$address', '$price_lowest', "; + $db_query .= "'$price_total', '$price_rate', '$special_fee', '$predeal_date', '$facilitok_date', '$penalty', '$deposit_rate', '$keep_rate', "; + $db_query .= "'$warranty_rate', '$memo', '$status', '$target_file1', '$target_file2', '$user_id', '$create_at')"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($mid = mysqli_insert_id($link)) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_group_arr = explode(",", $item_group_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $item_no = 1; + for ($i=0; $i您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview-record-update.php b/wms/mkt/mkt/pricereview-record-update.php new file mode 100644 index 00000000..d35069ed --- /dev/null +++ b/wms/mkt/mkt/pricereview-record-update.php @@ -0,0 +1,420 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 同一卷號只限一筆價審 + $db_query = "select contractno from pricereview_main where id = '$id'"; + $result = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($result)) { + $contractno = $row[0]; + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row_c = mysqli_fetch_row($res); + if ($row_c[0] > 0) { + echo ""; + exit; + } + } else { + echo ""; + exit; + } + + // 上傳報價單 + $sql_atta = ""; + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$contractno."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + $sql_atta .= "attatch1 = '$target_file1', "; + } else { + $target_file1 = ""; + if ($file_price_del == 1) { + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch1 = NULL, "; + } + } + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$contractno."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + $sql_atta .= "attatch2 = '$target_file2', "; + } else { + $target_file2 = ""; + if ($file_appendix_del == 1) { + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch2 = NULL, "; + } + } + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "update pricereview_main set price_lowest = '$price_lowest', price_total = '$price_total', price_rate = '$price_rate', special_fee = '$special_fee', predeal_date = '$predeal_date', "; + $db_query .= "facilitok_date = '$facilitok_date', penalty = '$penalty', deposit_rate = '$deposit_rate', keep_rate = '$keep_rate', warranty_rate = '$warranty_rate', "; + $db_query .= $sql_atta; + $db_query .= "memo = '$memo', status = '$status', creater = '$user_id', create_at = '$create_at' "; + $db_query .= "where id = '$id'"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($affected > 0) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $fp_item_arr = explode(",", $fp_item_all); // 留下的電梯ID + $fp_act_arr = explode(",", $fp_act_all); // U:update I:insert + $fp_del_arr = explode(",", $fp_del); // 刪除的電梯ID + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $to_ins_arr = []; // 準備要新增的項目 + if (count($fp_item_arr) > 0) { + foreach ($fp_item_arr as $k => $iid) { + if (empty($iid) && $fp_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $fp_kind_arr[$k] = (isset($fp_kind_arr[$k])) ? $fp_kind_arr[$k] : ""; + $fp_seat_arr[$k] = (isset($fp_seat_arr[$k])) ? $fp_seat_arr[$k] : ""; + $fp_numberofstop_arr[$k] = (isset($fp_numberofstop_arr[$k])) ? $fp_numberofstop_arr[$k] : ""; + $fp_speed_arr[$k] = (isset($fp_speed_arr[$k])) ? $fp_speed_arr[$k] : ""; + $note = $fp_kind_arr[$k].",".$fp_seat_arr[$k].",".$fp_numberofstop_arr[$k].",".$fp_speed_arr[$k]; + $db_query = "update pricereview_item set item_unit_price = '$item_unit_price_arr[$k]', item_qty = '$item_qty_arr[$k]', "; + $db_query .= "item_price_bp = '$item_price_bp_arr[$k]', item_price_ct = '$item_price_ct_arr[$k]', note = '$note', "; + $db_query .= "item_spec = '$item_spec_arr[$k]', item_weight = '$item_weight_arr[$k]', item_op = '$item_op_arr[$k]' "; + $db_query .= "where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + } + if (count($fp_del_arr) > 0) { + foreach ($fp_del_arr as $k => $iid) { + if (empty($iid)) continue; + $db_query = "delete from pricereview_item where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + if (count($to_ins_arr) > 0) { + $db_query = "select max(item_no) from pricereview_item where mid = '$id' and item_group = 'A'"; + $result = mysqli_query($link, $db_query); + $row = mysqli_fetch_row($result); + $nextno = $row[0] + 1; + foreach ($to_ins_arr as $v) { + if (!$fp_id_arr[$v]) $fp_id_arr[$v] = 0; + $note = $fp_kind_arr[$v].",".$fp_seat_arr[$v].",".$fp_numberofstop_arr[$v].",".$fp_speed_arr[$v]; + $db_query = "insert into pricereview_item (mid, price_id, item_no, item_spec, item_weight, item_op, item_group, item_unit_price, item_qty, item_price_bp, "; + $db_query .= "item_price_ct, item_price, gross_profit, gross_profit_rate, note) values ("; + $db_query .= "'$id', '$fp_id_arr[$v]', '$nextno', '$item_spec_arr[$v]', '$item_weight_arr[$v]', '$item_op_arr[$v]', 'A', '$item_unit_price_arr[$v]', '$item_qty_arr[$v]', '$item_price_bp_arr[$v]', "; + $db_query .= "'$item_price_ct_arr[$v]', '0', '0', '0', '$note')"; + $result = mysqli_query($link, $db_query); + $nextno++; + } + } + + // 價格審查單-明細項目 pricereview_item:Option加價 + $op_id_arr = explode(",", $op_id_all); + $op_item_arr = explode(",", $op_item_all); // 留下的OPTION ID + $op_act_arr = explode(",", $op_act_all); // U:update I:insert + $op_del_arr = explode(",", $op_del); // 刪除的OPTION ID + $option_seat_all = str_replace("點選", "", $option_seat_all); + $option_seat_arr = explode(",", str_replace("@@", "", $option_seat_all)); + $option_unit_price_arr = explode(",", $option_unit_price_all); + $option_qty_arr = explode(",", $option_qty_all); + $option_price_bp_arr = explode(",", $option_price_bp_all); + $option_memo_arr = explode("@@,", rtrim($option_memo_all, "@@")); + $option_relate_facil_arr = explode(",", htmlspecialchars_decode($option_relate_facil_all)); + $to_ins_arr = []; // 準備要新增的項目 + if (count($op_item_arr) > 0) { + foreach ($op_item_arr as $k => $iid) { + if (empty($iid) && $op_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $option_relate_facil_tmp_arr = explode("您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx new file mode 100644 index 00000000..e7d0831b Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..4eb5989d Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx new file mode 100644 index 00000000..f16b66d0 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf b/wms/mkt/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf new file mode 100644 index 00000000..1c48abaf Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf b/wms/mkt/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf new file mode 100644 index 00000000..44b95672 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf b/wms/mkt/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf new file mode 100644 index 00000000..4b51d720 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx new file mode 100644 index 00000000..865d2b61 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx new file mode 100644 index 00000000..281a31e2 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx new file mode 100644 index 00000000..87b05b41 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx new file mode 100644 index 00000000..87b05b41 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx new file mode 100644 index 00000000..274cb137 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx new file mode 100644 index 00000000..274cb137 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx b/wms/mkt/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..388f469e Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx b/wms/mkt/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..3f9514ad Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx b/wms/mkt/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..ad601bb7 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx b/wms/mkt/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..314ce6a2 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx b/wms/mkt/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..23c214a8 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx b/wms/mkt/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx new file mode 100644 index 00000000..5ee103d9 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx new file mode 100644 index 00000000..b30da989 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx new file mode 100644 index 00000000..8eaf2763 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..334df12c Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx new file mode 100644 index 00000000..ef16e1a2 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx new file mode 100644 index 00000000..ffc7647e Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx new file mode 100644 index 00000000..ffc7647e Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx new file mode 100644 index 00000000..db542128 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx new file mode 100644 index 00000000..0457ef52 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..cc091a45 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx b/wms/mkt/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..cee679e2 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf b/wms/mkt/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf new file mode 100644 index 00000000..c4610761 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf differ diff --git a/wms/mkt/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf b/wms/mkt/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf new file mode 100644 index 00000000..2fa4dfb1 Binary files /dev/null and b/wms/mkt/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf differ diff --git a/wms/mkt/mkt/pricereview_demolition-api.php b/wms/mkt/mkt/pricereview_demolition-api.php new file mode 100644 index 00000000..3e09f1ea --- /dev/null +++ b/wms/mkt/mkt/pricereview_demolition-api.php @@ -0,0 +1,48 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["fval"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + list($floor, $seat) = explode(",", $fval); + if (!$floor || !$seat) throw new \Exception("parameter empty[2]"); + + $db_query = "select id, price from demolition_price where release_date = '2021-11-10' and seat = '$seat' and floor = '$floor' and status = 'Y'"; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $rarr["id"] = $row[0]; + $rarr["amt"] = $row[1]; + } + mysqli_free_result($res); +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} + +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview_facility-api.php b/wms/mkt/mkt/pricereview_facility-api.php new file mode 100644 index 00000000..3bd376df --- /dev/null +++ b/wms/mkt/mkt/pricereview_facility-api.php @@ -0,0 +1,84 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["fval"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + list($source, $kind, $seat, $numberofstop, $speed, $op) = explode(",", $fval); + if (!$source || !$kind || !$seat) throw new \Exception("parameter empty[2]"); + + if ($source == "F") { + $db_query = "select id, price, price_mi, model from facility_price where kind = '$kind' and seat = '$seat' and numberofstop = '$numberofstop' "; + $db_query .= "and speed = '$speed' and status = 'Y'"; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $id = $row[0]; + $price = $row[1]; + $price_mi = $row[2]; + $a=[$kind, $seat, $numberofstop, $op, $speed]; + $ret = facility_spec([$kind, $seat, $numberofstop, $op, $speed]); + list($model, $weight) = explode(",", $ret); + } + mysqli_free_result($res); + if (!empty($id)) { + $rarr["id"] = $id; + $rarr["amt"] = $price; + $rarr["iamt"] = "1".$price_mi; + $rarr["model"] = $model; + $rarr["group"] = "A"; + $rarr["weight"] = $weight; + } else { + $rarr['st'] = 'err'; + $rarr['err'] = "無價格,請連絡資訊人員!"; + } + } else if ($source == "M") { + $db_query = "select id, price_a_1 from facility_maintenance_price where kind = '$kind' and seat = '$seat' and numberofstop = '$numberofstop' "; + $db_query .= "and speed = '$speed' and status = 'Y'"; + //echo $db_query;exit; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $id = $row[0]; + $price = $row[1]; + } + mysqli_free_result($res); + + if (!empty($id)) { + $rarr["id"] = $id; + $rarr["amt"] = $price; + } else { + $rarr['st'] = 'err'; + $rarr['err'] = "無價格,請連絡資訊人員!"; + } + } +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} +//print_r($rarr);exit; +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview_mi-api.php b/wms/mkt/mkt/pricereview_mi-api.php new file mode 100644 index 00000000..f2e6480d --- /dev/null +++ b/wms/mkt/mkt/pricereview_mi-api.php @@ -0,0 +1,191 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["pa"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + if (empty($pa)) throw new \Exception("parameter empty[2]"); + $opt = ""; + if (strpos($pa, ",")) list($id, $opt) = explode(",", $pa); + else $id = $pa; + + $person2weight_arr = [ "6" => "450", + "8" => "550", + "9" => "600", + "10" => "700", + "11" => "750", + "12" => "800", + "13" => "900", + "15" => "1000", + "17" => "1150", + "20" => "1350", + "24" => "1600"]; + + $mi_arr = []; + $i = $weight = 0; + $sql = "select note, item_qty, item_weight, item_op, item_spec from pricereview_item where mid = '$id' and item_group = 'A' order by item_no"; + $res = mysqli_query($link, $sql); + while ($row = mysqli_fetch_row($res)) { + list($etype, $persons, $floors, $speed) = explode(",", $row[0]); + $item_qty = $row[1]; // 數量 + $item_weight = $row[2]; // 載重 + $item_op = $row[3]; // 開門方式 + $item_spec = $row[4]; // 電梯規格 + $sql2 = "select o.*, r.* from elevator_mi_option o, elevator_quotation_rule r "; + $sql2 .= "where o.quotation_no = r.quotation_no and o.elevator_type = '$etype' "; + $sql2 .= "and ($item_weight between o.min_weight and o.max_weight) "; + $sql2 .= "and ($floors between o.min_floors and o.max_floors) "; + $sql2 .= "and ($speed between o.min_speed and o.max_speed) "; + if ($etype == "MAQ100" || $etype == "MAP100") { + $sql2 .= "and (o.model_no = '$persons') "; + } + $res_e = mysqli_query($link, $sql2); + if ($row_e = mysqli_fetch_assoc($res_e)) { + // 基准采购成本+±1停材料费+设计费+出口费用 + $part1 = $row_e["purchase_cost"]+($floors-$row_e["base_floor"])*$row_e["material_plus"]+$row_e["design"]*$row_e["design_hour"]+$row_e["export_fee"]; + // 利潤 + $profit = round($part1*$row_e["profit"]+$row_e["equip_profit"], 0); + // 設備 + $equipment_ntd = round(($part1+$profit)*$row_e["equipment"], 0); + // 報關+運輸 + $customs = round($equipment_ntd*$row_e["shipping"], 0)+$row_e["customs_shipping"]; + // 安裝基價 + $install_base = $row_e["install_price"]+$row_e["trial_price"]+$row_e["install_coef"]*$row_e["install_plus"]+$row_e["trial_coef"]*$row_e["trial_plus"]; + // 安裝成本 + $install_price = round($install_base+($row_e["install_plus"]+$row_e["trial_plus"])*($floors-$row_e["base_floor"]), 0); + // 起吊+木箱+耗材 + $woods = $row_e["crane"]+$row_e["wooden_box"]+$row_e["consume"]+$row_e["consumables"]; + // MI + $mi = $equipment_ntd+$customs+$row_e["unloading"]+$row_e["transport_site"]+$install_price+$row_e["free1y"]+$woods+$row_e["option_price"]; + + /* + $install_price = $row_e["install_price"] + $row_e["install_plus"]*($floors - $row_e["min_floors"]); // 安裝 + $trial_price = $row_e["trial_price"] + $row_e["trial_plus"]*($floors - $row_e["min_floors"]); // 試車 + $extra_fee = round($row_e["install_price"]*$row_e["extra_rate"], 0); // 預抓配合工程 + // 安裝成本 + $install_cost_total = $install_price + $trial_price + $extra_fee + $row_e["crane"] + $row_e["wooden_box"] + $row_e["consume"] + $row_e["consumables"]; + // 設計費 + $design_fee = $row_e["design"]*$row_e["design_hour"]; + // 利潤 + if (strpos($row_e["profit"], ".") !== false) { + $profit_amt = round(($row_e["purchase_cost"] + ($floors - $row_e["base_floor"])*$row_e["material_plus"] + $design_fee + $row_e["export_fee"])*$row_e["profit"], 0); + } else $profit_amt = $row_e["profit"]; + // 報價 + $quotation = $row_e["purchase_cost"] + ($floors - $row_e["base_floor"])*$row_e["material_plus"] + $design_fee + $row_e["export_fee"] + $profit_amt; + // 設備折合台幣 + $equipment_ntd = round($quotation*$row_e["equipment"], 0); + // 報關+運輸費 + if (strpos($row_e["shipping"], ".") !== false) { + $shipping_fee = round($equipment_ntd*$row_e["shipping"], 0); + } else $shipping_fee = $row_e["shipping"]; + // MI + $mi = $equipment_ntd + $shipping_fee + $row_e["unloading"] + $row_e["transport_site"] + $install_cost_total + $row_e["free1y"] + $row_e["option_price"] + $row_e["weight_price"]; + */ + // 拆梯價格 + $dismantle_fee = $polishing_fee = 0; + if ($opt == "R") { + $sql3 = "select item_spec, item_qty, note from pricereview_item where mid = '$id' and item_group = 'C'"; + $res_i = mysqli_query($link, $sql3); + while ($row_i = mysqli_fetch_assoc($res_i)) { + $sql4 = "select min_floors, price, price_plus from dismantle_mi_option where spec = '".$row_i["item_spec"]."' "; + $sql4 .= "and ($floors between min_floors and max_floors) "; + $sql4 .= "and version_date = '2023-09-04'"; + $res_d = mysqli_query($link, $sql4); + if ($row_d = mysqli_fetch_assoc($res_d)) { + $dismantle_fee += ($row_d["price"] + $row_d["price_plus"]*($floors - $row_d["min_floors"]))*$row_i["item_qty"]; + $polishing_fee += 3000*$row_i["note"]; + } + mysqli_free_result($res_d); + } + mysqli_free_result($res_i); + } + + // Option價格 + $oparr = []; + $option_fee = $j = 0; + $sql3 = "select id, price_id, item_spec, item_qty from pricereview_item "; + $sql3 .= "where mid = '$id' and item_group = 'B' and option_relate_spec like '%".$item_spec."%' order by item_no"; + $res_b = mysqli_query($link, $sql3); + while ($row_b = mysqli_fetch_assoc($res_b)) { + $sql4 = "select o.base_floor, o.base_floor_plus, o.price, r.equipment from option_mi o, elevator_quotation_rule r "; + $sql4 .= "where o.quotation_no = r.quotation_no and o.option_price_id = ".$row_b["price_id"]." "; + $sql4 .= "and ($item_weight between o.min_weight and o.max_weight) and o.open_kind = '$item_op'"; + $res_om = mysqli_query($link, $sql4); + $row_om = mysqli_fetch_assoc($res_om); + $plus = ($floors > $row_om["base_floor"]) ? ($floors - $row_om["base_floor"])*$row_om["base_floor_plus"] : 0; + + // 特例 + if ($row_b["price_id"] == "256" && ($floors < $row_om["base_floor"])) $row_om["price"] = 9815; + if ($row_b["price_id"] == "266" && $floors >= 20) $plus += 44.8; // 15层,14.6元/层(19层内,跳20层再追加44.8元) + + $option_amt = round(0+($row_om["price"]+$plus)*$row_b["item_qty"]*$row_om["equipment"], 0); + $option_fee += $option_amt; // option總金額 + $oparr[$j][0] = $row_b["item_spec"]; + $oparr[$j][1] = $option_amt; + $j++; + mysqli_free_result($res_om); + } + mysqli_free_result($res_b); + + $mi_arr[$i][0] = $mi*$item_qty + $dismantle_fee + $polishing_fee + $option_fee; + /* + $mi_arr[$i][1] = $row_e["purchase_cost"]; + $mi_arr[$i][2] = $row_e["material_plus"]; + $mi_arr[$i][3] = $design_fee; + $mi_arr[$i][4] = $row_e["export_fee"]; + $mi_arr[$i][5] = $profit_amt; + $mi_arr[$i][6] = $quotation; + */ + $mi_arr[$i][1] = 0+$equipment_ntd; + $mi_arr[$i][2] = 0+$customs; + $mi_arr[$i][3] = 0+$row_e["unloading"]; + $mi_arr[$i][4] = 0+$row_e["transport_site"]; + $mi_arr[$i][5] = 0+$install_price; + $mi_arr[$i][6] = 0+$row_e["free1y"]; + $mi_arr[$i][7] = 0+$woods; + $mi_arr[$i][8] = $row_e["equipment"]; + $mi_arr[$i][9] = 0+$row_e["option_price"]; + $mi_arr[$i][10] = 0+$dismantle_fee; + $mi_arr[$i][11] = 0+$polishing_fee; + $mi_arr[$i][12] = $mi_arr[$i][1]+$mi_arr[$i][2]+$mi_arr[$i][3]+$mi_arr[$i][4]+$mi_arr[$i][5]+$mi_arr[$i][6]+$mi_arr[$i][7]+$mi_arr[$i][9]+$mi_arr[$i][10]+$mi_arr[$i][11]; + $mi_arr[$i][13] = $option_fee; + $mi_arr[$i][14] = $oparr; + $i++; + } + mysqli_free_result($res_e); + } + mysqli_free_result($res); + + $rarr["content"] = $mi_arr; +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} + +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview_renovate-check.php b/wms/mkt/mkt/pricereview_renovate-check.php new file mode 100644 index 00000000..616a55a9 --- /dev/null +++ b/wms/mkt/mkt/pricereview_renovate-check.php @@ -0,0 +1,1026 @@ +"; + echo "alert('資料錯誤!!');"; + echo "window.history.go(-1);"; + echo ""; + exit; + } +} + +// 員工編號對應姓名表 +$accountname_arr = accountid2name(); + +// 審核按鈕開關 +$sign_on = 0; + +$data = $item_arr = $option_arr = $mn_arr = $ex_arr = $demolition_arr = $pay_arr = array(); +$checker_1_result = $checker_2_result = $checker_3_result = $checker_4_result = ""; +$db_query = "select * from pricereview_main where id = '$id'"; +/* +if ($res = mysqli_query($link, $db_query)) { + while ($row = mysqli_fetch_row($res)) { + list($id, $version, $company) + } +} +*/ +$res = mysqli_query($link, $db_query); +foreach ($res as $data) { + // 上層主管 + $sql = "select manager from account where accountid = '".$data["person"]."'"; + $res_a = mysqli_query($link, $sql); + $row_a = mysqli_fetch_row($res_a); + $manager = $row_a[0]; + mysqli_free_result($res_a); + // 瀏覽MI權限 + $depart_id = accountidToDepartId($user_id); + if ($depart_id == "320" || $depart_id == "321" || $depart_id == "20" || $user_id == "M0008") $viewmi = 1; + else $viewmi = 0; + + $sql = "select * from pricereview_sign where mid = '$id'"; + $res_s = mysqli_query($link, $sql); + $row_s = mysqli_fetch_assoc($res_s); + mysqli_free_result($res_s); + if (!empty($row_s["sign1"])) list($person1, $status1, $dtte1) = explode(",", $row_s["sign1"]); + else $person1 = $status1 = $dtte1 = ""; + if (!empty($row_s["sign2"])) list($person2, $status2, $dtte2) = explode(",", $row_s["sign2"]); + else $person2 = $status2 = $dtte2 = ""; + if (!empty($row_s["sign3"])) list($person3, $status3, $dtte3) = explode(",", $row_s["sign3"]); + else $person3 = $status3 = $dtte3 = ""; + if (!empty($row_s["sign4"])) list($person4, $status4, $dtte4) = explode(",", $row_s["sign4"]); + else $person4 = $status4 = $dtte4 = ""; + $sign1_note = (empty($row_s["sign1_note"])) ? "" : $row_s["sign1_note"]; + $sign2_note = (empty($row_s["sign2_note"])) ? "" : $row_s["sign2_note"]; + $sign3_note = (empty($row_s["sign3_note"])) ? "" : $row_s["sign3_note"]; + $sign4_note = (empty($row_s["sign4_note"])) ? "" : $row_s["sign4_note"]; + if ($status1 == "Y") { + $checker_1_result = "同意"; + } elseif ($status1 == "N") { + $checker_1_result = "不同意"; + } + if ($status2 == "Y") { + $checker_2_result = "同意"; + } elseif ($status2 == "N") { + $checker_2_result = "不同意"; + } + if ($status3 == "Y") { + $checker_3_result = "同意"; + } elseif ($status3 == "N") { + $checker_3_result = "不同意"; + } + if ($status4 == "Y") { + $checker_4_result = "同意"; + } elseif ($status4 == "N") { + $checker_4_result = "不同意"; + } + if ($st == 1 && ($person1 == $user_id) && ($status1 == "")) { + $sign_on = 1; + } + if ($st == 2 && ($person2 == $user_id) && ($status2 == "")) { + $sign_on = 1; + } + if ($st == 3 && ($person3 == $user_id) && ($status3 == "")) { + $sign_on = 1; + } + if ($st == 4 && ($person4 == $user_id) && ($status4 == "")) { + $sign_on = 1; + } + // $sign_total=關卡數 + if ($person4 == "") { + if ($person3 == "") { + $sign_total = 1; + } else { + $sign_total = 2; + } + } else { + $sign_total = 3; + } + /* + if (!$data["checker_1"] && !$data["checker_2"] && !$data["checker_3"]) $allow_st = 1; + else if (!$data["checker_2"] && !$data["checker_3"]) $allow_st = 2; + else if (!$data["checker_3"]) $allow_st = 3; + if ($data["checker_1_result"]) { + if ($data["checker_1_result"] == "Y") $checker_1_result = "通過"; + else if ($data["checker_1_result"] == "N") { + $stopchk = 1; + $checker_1_result = "拒絕"; + } + } + if ($data["checker_2_result"]) { + if ($data["checker_2_result"] == "Y") $checker_2_result = "通過"; + else if ($data["checker_2_result"] == "N") { + $stopchk = 1; + $checker_2_result = "拒絕"; + } + } + if ($data["checker_3_result"]) { + if ($data["checker_3_result"] == "Y") $checker_3_result = "通過"; + else if ($data["checker_3_result"] == "N") { + $stopchk = 1; + $checker_3_result = "拒絕"; + } + } + */ + + /* + if ($st != $allow_st) { + mysqli_free_result($res); + mysqli_close($link); + echo ""; + } + */ + $mid = $data["id"]; + $data["qty_total"] = 0; + $db_query = "select * from pricereview_item where mid = '$mid' order by item_group, item_no"; + $res_i = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_assoc($res_i)) { + if ($row['item_group'] == "A") { + $item_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $item_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $item_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $item_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $item_arr[$row['item_no']]['item_price_ct'] = $row['item_price_ct']; + $item_arr[$row['item_no']]['item_price'] = $row['item_price']; + $item_arr[$row['item_no']]['pv_rate'] = $row['pv_rate']; + $item_arr[$row['item_no']]['allocate'] = $row['allocate']; + $item_arr[$row['item_no']]['gross_profit'] = $row['gross_profit']; + $item_arr[$row['item_no']]['gross_profit_rate'] = $row['gross_profit_rate']; + $item_arr[$row['item_no']]['note'] = $row['note']; + $item_arr[$row['item_no']]['mi_fix'] = $row['mi_fix']; + $data["qty_total"] += $row["item_qty"]; + } elseif ($row['item_group'] == "B") { + $option_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $option_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $option_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $option_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $option_arr[$row['item_no']]['memo'] = $row['memo']; + $option_arr[$row['item_no']]['option_relate_spec'] = $row['option_relate_spec']; + } elseif ($row['item_group'] == "D") { + $mn_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $mn_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $mn_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $mn_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $mn_arr[$row['item_no']]['note'] = $row['note']; + $mn_arr[$row['item_no']]['memo'] = $row['memo']; + } elseif ($row['item_group'] == "E") { + $ex_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $ex_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $ex_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $ex_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $ex_arr[$row['item_no']]['note'] = $row['note']; + } elseif ($row['item_group'] == "C") { + $demolition_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $demolition_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $demolition_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $demolition_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $demolition_arr[$row['item_no']]['note'] = $row['note']; + } + } + mysqli_free_result($res_i); + $data["price_total_broken"] = $data["price_total"] - $data["price_lowest"]; + $data["price_broken"] = ($data["qty_total"]) ? round($data["price_total_broken"]/$data["qty_total"], 1) : 0; + + // 付款辦法 + $pay_all_scale = $pay_all_amount = 0; + $sql = "select * from pricereview_pay where mid = '$mid' order by pay_kind"; + $res_p = mysqli_query($link, $sql); + while ($row_p = mysqli_fetch_assoc($res_p)) { + $pay_arr[$row_p["pay_kind"]]["pay_scale"] = $row_p["pay_scale"]; + $pay_arr[$row_p["pay_kind"]]["pay_amount"] = $row_p["pay_amount"]; + $pay_arr[$row_p["pay_kind"]]["pay_period"] = $row_p["pay_period"]; + $pay_arr[$row_p["pay_kind"]]["pay_note"] = $row_p["pay_note"]; + $pay_all_scale += $row_p["pay_scale"]; + $pay_all_amount += $row_p["pay_amount"]; + } + mysqli_free_result($res_p); + ?> + + + + + + +名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
Record has added successfully
"; + } +} +*/ +?> + +名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
項次 | +卷號 | +營業員 | +客戶名稱 | +案件名稱 | +牌價總額 | +售價總額 | +價率 | +預定成交日 | +預定交期 | +建檔人 | +建檔時間 | +功能 | +區經理 | +工務副總 | +總經理 | +狀態 | +合約書下載 | + +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + | % | ++ | + | + | + | + + 修改 + 刪除 + + 填規調 + + " class="btn btn-warning btn-sm">檢視 + | +
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if ($sign_st==1 && $sign_nt==$user_id && $data["status"]=="YS") { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + if ($sign_st==1 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 1 || $data['last_check_result']) { // 過了這關或已完成流程 + list($uperson, $ustatus, $udtte) = explode(",", $sign1); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_1_result"] == "Y") { + $str = ""; + } elseif ($data["checker_1_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } else { + if ($data["checker_1_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } + else $str = "--"; + }*/ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($sign_st == 3) && ($sign_nt == $user_id)) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + $str = ""; + if ($sign_st==3 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else $str = "--"; + */ + + /* + if ($data["checker_3_result"] == "Y") { + $str = ""; + } elseif ($data["checker_3_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } else { + if ($data["checker_3_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($sign_st == 4) && ($sign_nt == $user_id)) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + ?> + |
+ + + | + + 合約書申請 + + | +
您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + if ($end_flow) { + end_flow("prm", "prm02", $id, $contractno_h); + } + } + mysqli_close($link); + echo ""; +} +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview_renovate-record-submit.php b/wms/mkt/mkt/pricereview_renovate-record-submit.php new file mode 100644 index 00000000..4ea7ea35 --- /dev/null +++ b/wms/mkt/mkt/pricereview_renovate-record-submit.php @@ -0,0 +1,340 @@ +全汰改 + */ +if ($_SERVER["REQUEST_METHOD"] == "POST") { + //print_r($_REQUEST);exit; + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + // 同客戶同電梯不能重覆價審 + /* + $warr = []; + $fp_id_str = ""; + $fp_id_arr = explode(",", $fp_id_all); + foreach ($fp_id_arr as $val) { + if ($val && $val>0) $fp_id_str .= $val.","; + } + $fp_id_str = rtrim($fp_id_str, ","); + $db_query = "select i.item_spec from pricereview_main m, pricereview_item i "; + $db_query .= "where m.id = i.mid and contractno = '$contractno' and fp_id in ($fp_id_str) and last_check_result <> 'N'"; + $res = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_row($res)) { + $warr[] = $row[0]; + } + $warning = implode("、", $warr); + if ($warning) { + echo ""; + } + */ + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 客戶資料 + $sql = "select vol_no, salesman, customer, address from hope_elevator_customer where vol_no = '$vol_no'"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + list($contractno, $person, $company, $address) = $row; + mysqli_free_result($res); + + // 同一卷號只限一筆價審 + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('Y1', 'YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + if ($row[0] > 0) { + echo ""; + exit; + } + + // 上傳報價單 + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$vol_no."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + } else $target_file1 = ""; + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$vol_no."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + } else $target_file2 = ""; + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "insert into pricereview_main(contractno, ekind, person, company, case_name, address, price_lowest, "; + $db_query .= "price_total, price_rate, special_fee, predeal_date, facilitok_date, penalty, deposit_rate, keep_rate, "; + $db_query .= "warranty_rate, memo, status, attatch1, attatch2, creater, create_at) values ("; + $db_query .= "'$contractno', '汰改', '$person', '$company', '$case_name', '$address', '$price_lowest', "; + $db_query .= "'$price_total', '$price_rate', '$special_fee', '$predeal_date', '$facilitok_date', '$penalty', '$deposit_rate', '$keep_rate', "; + $db_query .= "'$warranty_rate', '$memo', '$status', '$target_file1', '$target_file2', '$user_id', '$create_at')"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($mid = mysqli_insert_id($link)) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_group_arr = explode(",", $item_group_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + // 非全汰改=REN + $renovate_flag = ""; + if (preg_match("/M1/", $fp_kind_all)) $renovate_flag = "REN"; + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $item_no = 1; + for ($i=0; $i您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/mkt/pricereview_renovate-record-update.php b/wms/mkt/mkt/pricereview_renovate-record-update.php new file mode 100644 index 00000000..73bff7cf --- /dev/null +++ b/wms/mkt/mkt/pricereview_renovate-record-update.php @@ -0,0 +1,461 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 同一卷號只限一筆價審 + $db_query = "select contractno from pricereview_main where id = '$id'"; + $result = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($result)) { + $contractno = $row[0]; + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row_c = mysqli_fetch_row($res); + if ($row_c[0] > 0) { + echo ""; + exit; + } + } else { + echo ""; + exit; + } + + // 上傳報價單 + $sql_atta = ""; + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$contractno."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + $sql_atta .= "attatch1 = '$target_file1', "; + } else { + $target_file1 = ""; + if ($file_price_del == 1) { + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch1 = NULL, "; + } + } + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$contractno."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + $sql_atta .= "attatch2 = '$target_file2', "; + } else { + $target_file2 = ""; + if ($file_appendix_del == 1) { + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch2 = NULL, "; + } + } + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "update pricereview_main set price_lowest = '$price_lowest', price_total = '$price_total', price_rate = '$price_rate', special_fee = '$special_fee', predeal_date = '$predeal_date', "; + $db_query .= "facilitok_date = '$facilitok_date', penalty = '$penalty', deposit_rate = '$deposit_rate', keep_rate = '$keep_rate', warranty_rate = '$warranty_rate', "; + $db_query .= $sql_atta; + $db_query .= "memo = '$memo', status = '$status', creater = '$user_id', create_at = '$create_at' "; + $db_query .= "where id = '$id'"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($affected > 0) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $fp_item_arr = explode(",", $fp_item_all); // 留下的電梯ID + $fp_act_arr = explode(",", $fp_act_all); // U:update I:insert + $fp_del_arr = explode(",", $fp_del); // 刪除的電梯ID + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $to_ins_arr = []; // 準備要新增的項目 + if (count($fp_item_arr) > 0) { + foreach ($fp_item_arr as $k => $iid) { + if (empty($iid) && $fp_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $fp_kind_arr[$k] = (isset($fp_kind_arr[$k])) ? $fp_kind_arr[$k] : ""; + $fp_seat_arr[$k] = (isset($fp_seat_arr[$k])) ? $fp_seat_arr[$k] : ""; + $fp_numberofstop_arr[$k] = (isset($fp_numberofstop_arr[$k])) ? $fp_numberofstop_arr[$k] : ""; + $fp_speed_arr[$k] = (isset($fp_speed_arr[$k])) ? $fp_speed_arr[$k] : ""; + $note = $fp_kind_arr[$k].",".$fp_seat_arr[$k].",".$fp_numberofstop_arr[$k].",".$fp_speed_arr[$k]; + $db_query = "update pricereview_item set item_unit_price = '$item_unit_price_arr[$k]', item_qty = '$item_qty_arr[$k]', "; + $db_query .= "item_price_bp = '$item_price_bp_arr[$k]', item_price_ct = '$item_price_ct_arr[$k]', note = '$note', "; + $db_query .= "item_spec = '$item_spec_arr[$k]', item_weight = '$item_weight_arr[$k]', item_op = '$item_op_arr[$k]' "; + $db_query .= "where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + } + if (count($fp_del_arr) > 0) { + foreach ($fp_del_arr as $k => $iid) { + if (empty($iid)) continue; + $db_query = "delete from pricereview_item where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + if (count($to_ins_arr) > 0) { + $db_query = "select max(item_no) from pricereview_item where mid = '$id' and item_group = 'A'"; + $result = mysqli_query($link, $db_query); + $row = mysqli_fetch_row($result); + $nextno = $row[0] + 1; + foreach ($to_ins_arr as $v) { + if (!$fp_id_arr[$v]) $fp_id_arr[$v] = 0; + $note = $fp_kind_arr[$v].",".$fp_seat_arr[$v].",".$fp_numberofstop_arr[$v].",".$fp_speed_arr[$v]; + $db_query = "insert into pricereview_item (mid, price_id, item_no, item_spec, item_weight, item_op, item_group, item_unit_price, item_qty, item_price_bp, "; + $db_query .= "item_price_ct, item_price, gross_profit, gross_profit_rate, note) values ("; + $db_query .= "'$id', '$fp_id_arr[$v]', '$nextno', '$item_spec_arr[$v]', '$item_weight_arr[$v]', '$item_op_arr[$v]', 'A', '$item_unit_price_arr[$v]', '$item_qty_arr[$v]', '$item_price_bp_arr[$v]', "; + $db_query .= "'$item_price_ct_arr[$v]', '0', '0', '0', '$note')"; + $result = mysqli_query($link, $db_query); + $nextno++; + } + } + + // 價格審查單-明細項目 pricereview_item:Option加價 + $op_id_arr = explode(",", $op_id_all); + $op_item_arr = explode(",", $op_item_all); // 留下的OPTION ID + $op_act_arr = explode(",", $op_act_all); // U:update I:insert + $op_del_arr = explode(",", $op_del); // 刪除的OPTION ID + $option_seat_all = str_replace("點選", "", $option_seat_all); + $option_seat_arr = explode(",", str_replace("@@", "", $option_seat_all)); + $option_unit_price_arr = explode(",", $option_unit_price_all); + $option_qty_arr = explode(",", $option_qty_all); + $option_price_bp_arr = explode(",", $option_price_bp_all); + $option_memo_arr = explode("@@,", rtrim($option_memo_all, "@@")); + $option_relate_facil_arr = explode(",", htmlspecialchars_decode($option_relate_facil_all)); + $to_ins_arr = []; // 準備要新增的項目 + if (count($op_item_arr) > 0) { + foreach ($op_item_arr as $k => $iid) { + if (empty($iid) && $op_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $option_relate_facil_tmp_arr = explode("您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/mkt/specsurvey-create.php b/wms/mkt/mkt/specsurvey-create.php new file mode 100644 index 00000000..f2b45480 --- /dev/null +++ b/wms/mkt/mkt/specsurvey-create.php @@ -0,0 +1,2011 @@ + + + +Record has added successfully
"; + } +} +*/ +?> + +項次 | +日期版號 | +卷號 | +客戶名稱 | +預定交期 | +規格 | +號機 | + +用途 | +類型 | +修改者 | +修改時間 | +功能 | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + + | + | + | + | + | &function=specsurvey&" class="btn btn-warning btn-sm">檢視 | + +
Record has added successfully
"; + } +} +*/ +?> + +項次 | +日期版號 | +卷號 | +客戶名稱 | +預定交期 | +規格 | +號機 | + +用途 | +類型 | +修改者 | +修改時間 | +功能 | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + + | + | + | + | + | &function=specsurvey_renovate&" class="btn btn-warning btn-sm">檢視 | + +
小電梯3人乘 | +|||||
樓層 | +1B | +2B | +3A | +3A人工 | +備註 | +
2 | ++ | + | 169 | +21.2 | +3人乘速度20米 | +
3 | ++ | + | 187 | +23.4 | +3人乘速度20米 | +
4 | ++ | + | 205 | +25.6 | +3人乘速度20米 | +
5 | ++ | + | 222 | +27.8 | +3人乘速度20米 | +
6 | ++ | + | 240 | +30.0 | +3人乘速度20米 | +
小電梯6人乘 | +|||||
樓層 | +1B | +2B | +3A | +3A人工 | +備註 | +
2 | +147 | +44 | +191 | +24.0 | +6人乘載重 | +
3 | +147 | +44 | +191 | +24.0 | +6人乘載重 | +
4 | +158 | +48 | +207 | +25.9 | +6人乘載重 | +
5 | +169 | +53 | +222 | +27.8 | +6人乘載重 | +
6 | +179 | +57 | +237 | +29.6 | +6人乘載重 | +
7 | +189 | +62 | +251 | +31.4 | +6人乘載重 | +
8 | +199 | +66 | +265 | +33.1 | +6人乘載重 | +
小電梯8人乘 | +|||||
樓層 | +1B | +2B | +3A | +3A人工 | +備註 | +
2 | +187 | +44 | +231 | +28.9 | +8人乘載重 | +
3 | +187 | +44 | +231 | +28.9 | +8人乘載重 | +
4 | +198 | +48 | +246 | +30.8 | +8人乘載重 | +
5 | +209 | +53 | +262 | +32.8 | +8人乘載重 | +
6 | +220 | +57 | +277 | +34.7 | +8人乘載重 | +
7 | +231 | +62 | +293 | +36.6 | +8人乘載重 | +
8 | +242 | +66 | +308 | +38.5 | +8人乘載重 | +
標準梯30米至105米 | +||||||||||||
樓層 | +6-12人 | +13-15人 | +17人 | +18-30人 | +||||||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
5 | +180 | +44 | +224 | +197 | +44 | +241 | +285 | +53 | +338 | +308 | +79 | +387 | +
6 | +198 | +44 | +242 | +213 | +44 | +257 | +301 | +53 | +354 | +321 | +81 | +403 | +
7 | +212 | +46 | +259 | +229 | +46 | +275 | +317 | +55 | +372 | +338 | +84 | +421 | +
8 | +219 | +48 | +267 | +234 | +48 | +283 | +322 | +57 | +380 | +343 | +86 | +429 | +
9 | +232 | +52 | +284 | +249 | +52 | +300 | +337 | +61 | +397 | +355 | +89 | +444 | +
10 + | +250 | +55 | +305 | +266 | +55 | +321 | +354 | +64 | +418 | +373 | +92 | +465 | +
11 + | +268 | +58 | +327 | +284 | +58 | +342 | +372 | +67 | +439 | +391 | +96 | +486 | +
12 + | +286 | +62 | +348 | +301 | +62 | +363 | +389 | +70 | +460 | +408 | +99 | +507 | +
13 + | +304 | +65 | +369 | +319 | +65 | +384 | +407 | +75 | +482 | +426 | +102 | +528 | +
14 + | +333 | +67 | +400 | +349 | +67 | +416 | +437 | +76 | +513 | +455 | +105 | +560 | +
15 + | +355 | +68 | +424 | +371 | +68 | +439 | +459 | +77 | +536 | +477 | +106 | +583 | +
16 + | +376 | +70 | +447 | +392 | +70 | +462 | +480 | +79 | +559 | +498 | +108 | +606 | +
17 + | +397 | +73 | +470 | +413 | +73 | +485 | +501 | +81 | +582 | +519 | +110 | +629 | +
18 + | +418 | +75 | +493 | +433 | +75 | +508 | +521 | +84 | +605 | +540 | +112 | +652 | +
19 + | +441 | +77 | +518 | +457 | +77 | +534 | +545 | +86 | +630 | +563 | +114 | +678 | +
20 + | +464 | +79 | +543 | +480 | +79 | +559 | +568 | +88 | +656 | +586 | +117 | +703 | +
21 + | +487 | +81 | +569 | +503 | +81 | +584 | +591 | +90 | +681 | +609 | +119 | +728 | +
22 + | +509 | +84 | +593 | +526 | +84 | +609 | +614 | +92 | +706 | +633 | +121 | +754 | +
23 + | +532 | +86 | +618 | +549 | +86 | +635 | +637 | +95 | +732 | +656 | +123 | +779 | +
24 + | +556 | +88 | +644 | +572 | +88 | +660 | +660 | +97 | +757 | +679 | +125 | +804 | +
25 + | +579 | +90 | +669 | +594 | +90 | +684 | +682 | +99 | +781 | +702 | +128 | +829 | +
26 + | +603 | +91 | +694 | +618 | +91 | +710 | +706 | +100 | +806 | +726 | +129 | +855 | +
27 + | +626 | +94 | +719 | +641 | +94 | +735 | +729 | +102 | +832 | +749 | +131 | +880 | +
28 + | +649 | +96 | +745 | +664 | +96 | +760 | +752 | +105 | +857 | +771 | +133 | +904 | +
29 + | +672 | +98 | +770 | +688 | +98 | +785 | +776 | +107 | +882 | +806 | +135 | +942 | +
30 + | +695 | +100 | +795 | +711 | +100 | +811 | +799 | +109 | +908 | +817 | +138 | +955 | +
31 + | +718 | +102 | +821 | +734 | +102 | +836 | +822 | +111 | +933 | +840 | +140 | +980 | +
32 + | +740 | +105 | +845 | +757 | +105 | +861 | +845 | +113 | +958 | +864 | +142 | +1,005 | +
33 + | +763 | +107 | +870 | +780 | +107 | +887 | +868 | +116 | +983 | +887 | +144 | +1,031 | +
34 + | +787 | +109 | +895 | +803 | +109 | +912 | +891 | +118 | +1,009 | +910 | +146 | +1,056 | +
35 + | +810 | +111 | +921 | +825 | +111 | +936 | +913 | +120 | +1,033 | +933 | +149 | +1,081 | +
36 + | +833 | +113 | +946 | +848 | +113 | +961 | +935 | +122 | +1,057 | +956 | +151 | +1,107 | +
37 + | +856 | +116 | +971 | +871 | +116 | +987 | +959 | +124 | +1,084 | +979 | +153 | +1,132 | +
38 + | +879 | +118 | +997 | +894 | +118 | +1,012 | +982 | +127 | +1,109 | +1,001 | +155 | +1,156 | +
39 + | +902 | +120 | +1,022 | +917 | +120 | +1,037 | +1,005 | +129 | +1,134 | +1,024 | +157 | +1,181 | +
40 + | +925 | +122 | +1,047 | +941 | +122 | +1,063 | +1,029 | +131 | +1,159 | +1,047 | +160 | +1,207 | +
標準梯120米(1:1) | +||||||
樓層 | +10-15人 | +17-30人 | +||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
9 | +285 | +95 | +380 | +310 | +103 | +414 | +
10 + | +301 | +97 | +398 | +336 | +106 | +441 | +
11 + | +318 | +99 | +417 | +356 | +108 | +464 | +
12 + | +336 | +101 | +437 | +377 | +110 | +487 | +
13 + | +352 | +103 | +455 | +398 | +112 | +510 | +
14 + | +369 | +106 | +474 | +419 | +114 | +534 | +
15 + | +392 | +105 | +496 | +447 | +113 | +560 | +
16 + | +410 | +108 | +518 | +469 | +117 | +585 | +
17 + | +429 | +111 | +540 | +492 | +120 | +612 | +
18 + | +448 | +114 | +562 | +515 | +123 | +638 | +
19 + | +468 | +118 | +585 | +538 | +127 | +664 | +
20 + | +488 | +121 | +609 | +564 | +130 | +694 | +
21 + | +510 | +124 | +635 | +591 | +133 | +724 | +
22 + | +532 | +128 | +660 | +616 | +136 | +752 | +
23 + | +554 | +131 | +685 | +642 | +140 | +782 | +
24 + | +576 | +134 | +711 | +669 | +143 | +812 | +
25 + | +600 | +139 | +738 | +696 | +147 | +844 | +
26 + | +631 | +134 | +766 | +732 | +143 | +875 | +
27 + | +655 | +139 | +793 | +759 | +147 | +906 | +
28 + | +678 | +143 | +821 | +787 | +152 | +938 | +
29 + | +701 | +147 | +848 | +813 | +156 | +969 | +
30 + | +727 | +152 | +879 | +844 | +161 | +1,004 | +
31 + | +752 | +156 | +909 | +873 | +165 | +1,038 | +
32 + | +779 | +161 | +939 | +904 | +169 | +1,074 | +
33 + | +805 | +165 | +970 | +935 | +174 | +1,109 | +
34 + | +832 | +169 | +1,001 | +957 | +178 | +1,135 | +
35 + | +860 | +174 | +1,034 | +999 | +183 | +1,181 | +
36 + | +890 | +178 | +1,068 | +1,032 | +187 | +1,219 | +
37 + | +919 | +183 | +1,101 | +1,065 | +191 | +1,256 | +
38 + | +948 | +187 | +1,135 | +1,099 | +196 | +1,295 | +
39 + | +978 | +191 | +1,169 | +1,132 | +200 | +1,332 | +
40 + | +1,007 | +196 | +1,202 | +1,166 | +205 | +1,371 | +
41 + | +1,036 | +200 | +1,236 | +1,199 | +209 | +1,408 | +
42 + | +1,065 | +205 | +1,269 | +1,232 | +213 | +1,445 | +
43 + | +1,095 | +209 | +1,304 | +1,266 | +218 | +1,484 | +
44 + | +1,124 | +213 | +1,338 | +1,299 | +222 | +1,521 | +
45 + | +1,153 | +218 | +1,371 | +1,333 | +227 | +1,560 | +
46 + | +1,183 | +222 | +1,405 | +1,366 | +231 | +1,597 | +
47 + | +1,211 | +227 | +1,438 | +1,399 | +235 | +1,635 | +
48 + | +1,241 | +231 | +1,472 | +1,433 | +240 | +1,673 | +
標準梯120米(2:1) | +||||||
樓層 | +10-15人 | +17-30人 | +||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
9 | +329 | +95 | +424 | +359 | +103 | +462 | +
10 + | +345 | +97 | +442 | +380 | +106 | +485 | +
11 + | +362 | +99 | +461 | +400 | +108 | +508 | +
12 + | +380 | +101 | +481 | +421 | +110 | +531 | +
13 + | +396 | +103 | +499 | +442 | +112 | +554 | +
14 + | +413 | +106 | +518 | +469 | +114 | +583 | +
15 + | +436 | +105 | +540 | +491 | +113 | +604 | +
16 + | +454 | +108 | +562 | +513 | +117 | +629 | +
17 + | +473 | +111 | +584 | +536 | +120 | +656 | +
18 + | +492 | +114 | +606 | +559 | +123 | +682 | +
19 + | +512 | +118 | +629 | +582 | +127 | +708 | +
20 + | +492 | +121 | +662 | +561 | +130 | +747 | +
21 + | +563 | +124 | +688 | +644 | +133 | +777 | +
22 + | +585 | +128 | +713 | +669 | +136 | +805 | +
23 + | +607 | +131 | +738 | +695 | +140 | +835 | +
24 + | +629 | +134 | +763 | +722 | +143 | +865 | +
25 + | +652 | +139 | +791 | +749 | +147 | +897 | +
26 + | +684 | +134 | +818 | +784 | +143 | +927 | +
27 + | +707 | +139 | +846 | +812 | +147 | +959 | +
28 + | +730 | +143 | +873 | +839 | +152 | +991 | +
29 + | +754 | +147 | +901 | +866 | +156 | +1,022 | +
30 + | +780 | +152 | +932 | +897 | +161 | +1,057 | +
31 + | +805 | +156 | +961 | +926 | +165 | +1,091 | +
32 + | +832 | +161 | +992 | +957 | +169 | +1,126 | +
33 + | +858 | +165 | +1,023 | +988 | +174 | +1,162 | +
34 + | +884 | +169 | +1,054 | +1,018 | +178 | +1,196 | +
35 + | +913 | +174 | +1,087 | +1,052 | +183 | +1,234 | +
36 + | +943 | +178 | +1,121 | +1,085 | +187 | +1,272 | +
37 + | +971 | +183 | +1,154 | +1,118 | +191 | +1,309 | +
38 + | +1,001 | +187 | +1,188 | +1,152 | +196 | +1,348 | +
39 + | +1,031 | +191 | +1,222 | +1,185 | +200 | +1,385 | +
40 + | +1,059 | +196 | +1,255 | +1,219 | +205 | +1,423 | +
41 + | +1,089 | +200 | +1,289 | +1,252 | +209 | +1,461 | +
42 + | +1,118 | +205 | +1,322 | +1,285 | +213 | +1,498 | +
43 + | +1,147 | +209 | +1,356 | +1,319 | +218 | +1,537 | +
44 + | +1,177 | +213 | +1,390 | +1,352 | +222 | +1,574 | +
45 + | +1,206 | +218 | +1,423 | +1,386 | +227 | +1,613 | +
46 + | +1,235 | +222 | +1,458 | +1,419 | +231 | +1,650 | +
47 + | +1,264 | +227 | +1,491 | +1,452 | +235 | +1,687 | +
48 + | +1,294 | +231 | +1,525 | +1,486 | +240 | +1,726 | +
標準梯150米(1:1) | +||||||
樓層 | +10-30人 | +10-30人 | +||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
9 | +281 | +106 | +387 | +309 | +117 | +426 | +
10 + | +300 | +108 | +408 | +330 | +119 | +449 | +
11 + | +319 | +110 | +429 | +351 | +121 | +472 | +
12 + | +338 | +112 | +450 | +372 | +123 | +495 | +
13 + | +357 | +114 | +471 | +393 | +125 | +518 | +
14 + | +376 | +116 | +492 | +414 | +128 | +541 | +
15 + | +397 | +119 | +516 | +437 | +131 | +568 | +
16 + | +418 | +122 | +540 | +460 | +134 | +594 | +
17 + | +439 | +125 | +564 | +483 | +138 | +620 | +
18 + | +460 | +128 | +588 | +506 | +141 | +647 | +
19 + | +481 | +131 | +612 | +529 | +144 | +673 | +
20 + | +504 | +134 | +638 | +554 | +147 | +702 | +
21 + | +528 | +137 | +665 | +581 | +151 | +732 | +
22 + | +552 | +140 | +692 | +607 | +154 | +761 | +
23 + | +576 | +143 | +719 | +634 | +157 | +791 | +
24 + | +599 | +146 | +745 | +659 | +161 | +820 | +
25 + | +624 | +150 | +774 | +686 | +165 | +851 | +
26 + | +649 | +154 | +803 | +714 | +169 | +883 | +
27 + | +674 | +158 | +832 | +741 | +174 | +915 | +
28 + | +698 | +162 | +860 | +768 | +178 | +946 | +
29 + | +723 | +166 | +889 | +795 | +183 | +978 | +
30 + | +751 | +170 | +921 | +826 | +187 | +1,013 | +
31 + | +778 | +174 | +952 | +856 | +191 | +1,047 | +
32 + | +806 | +178 | +984 | +887 | +196 | +1,082 | +
33 + | +833 | +182 | +1,015 | +916 | +200 | +1,117 | +
34 + | +861 | +186 | +1,047 | +947 | +205 | +1,152 | +
35 + | +891 | +190 | +1,081 | +980 | +209 | +1,189 | +
36 + | +922 | +194 | +1,116 | +1,014 | +213 | +1,228 | +
37 + | +952 | +198 | +1,150 | +1,047 | +218 | +1,265 | +
38 + | +982 | +202 | +1,184 | +1,080 | +222 | +1,302 | +
39 + | +1,013 | +206 | +1,219 | +1,114 | +227 | +1,341 | +
40 + | +1,043 | +210 | +1,253 | +1,147 | +231 | +1,378 | +
41 + | +1,074 | +214 | +1,288 | +1,181 | +235 | +1,417 | +
42 + | +1,104 | +218 | +1,322 | +1,214 | +240 | +1,454 | +
43 + | +1,134 | +222 | +1,356 | +1,247 | +244 | +1,492 | +
44 + | +1,165 | +226 | +1,391 | +1,282 | +249 | +1,530 | +
45 + | +1,195 | +230 | +1,425 | +1,315 | +253 | +1,568 | +
46 + | +1,226 | +234 | +1,460 | +1,349 | +257 | +1,606 | +
47 + | +1,256 | +238 | +1,494 | +1,382 | +262 | +1,643 | +
48 + | +1,286 | +242 | +1,528 | +1,415 | +266 | +1,681 | +
標準梯150米(2:1) | +||||||
樓層 | +10-30人 | +10-30人 | +||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
9 | +321 | +106 | +427 | +353 | +117 | +470 | +
10 + | +340 | +108 | +448 | +374 | +119 | +493 | +
11 + | +359 | +110 | +469 | +395 | +121 | +516 | +
12 + | +378 | +112 | +490 | +416 | +123 | +539 | +
13 + | +397 | +114 | +511 | +437 | +125 | +562 | +
14 + | +416 | +116 | +532 | +458 | +128 | +585 | +
15 + | +437 | +119 | +556 | +481 | +131 | +612 | +
16 + | +458 | +122 | +580 | +504 | +134 | +638 | +
17 + | +479 | +125 | +604 | +527 | +138 | +664 | +
18 + | +500 | +128 | +628 | +550 | +141 | +691 | +
19 + | +521 | +131 | +652 | +573 | +144 | +717 | +
20 + | +552 | +134 | +686 | +607 | +147 | +755 | +
21 + | +576 | +137 | +713 | +634 | +151 | +784 | +
22 + | +600 | +140 | +740 | +660 | +154 | +814 | +
23 + | +624 | +143 | +767 | +686 | +157 | +844 | +
24 + | +647 | +146 | +793 | +712 | +161 | +872 | +
25 + | +672 | +150 | +822 | +739 | +165 | +904 | +
26 + | +697 | +154 | +851 | +767 | +169 | +936 | +
27 + | +722 | +158 | +880 | +794 | +174 | +968 | +
28 + | +746 | +162 | +908 | +821 | +178 | +999 | +
29 + | +771 | +166 | +937 | +848 | +183 | +1,031 | +
30 + | +799 | +170 | +969 | +879 | +187 | +1,066 | +
31 + | +826 | +174 | +1,000 | +909 | +191 | +1,100 | +
32 + | +854 | +178 | +1,032 | +939 | +196 | +1,135 | +
33 + | +881 | +182 | +1,063 | +969 | +200 | +1,169 | +
34 + | +909 | +186 | +1,095 | +1,000 | +205 | +1,205 | +
35 + | +939 | +190 | +1,129 | +1,033 | +209 | +1,242 | +
36 + | +970 | +194 | +1,164 | +1,067 | +213 | +1,280 | +
37 + | +1,000 | +198 | +1,198 | +1,100 | +218 | +1,318 | +
38 + | +1,030 | +202 | +1,232 | +1,133 | +222 | +1,355 | +
39 + | +1,061 | +206 | +1,267 | +1,167 | +227 | +1,394 | +
40 + | +1,091 | +210 | +1,301 | +1,200 | +231 | +1,431 | +
41 + | +1,122 | +214 | +1,336 | +1,234 | +235 | +1,470 | +
42 + | +1,152 | +218 | +1,370 | +1,267 | +240 | +1,507 | +
43 + | +1,182 | +222 | +1,404 | +1,300 | +244 | +1,544 | +
44 + | +1,213 | +226 | +1,439 | +1,334 | +249 | +1,583 | +
45 + | +1,243 | +230 | +1,473 | +1,367 | +253 | +1,620 | +
46 + | +1,274 | +234 | +1,508 | +1,401 | +257 | +1,659 | +
47 + | +1,304 | +238 | +1,542 | +1,434 | +262 | +1,696 | +
48 + | +1,334 | +242 | +1,576 | +1,467 | +266 | +1,734 | +
貨梯30米至105米 | +||||||||||||
樓層 | +750-1000kg | +1500kg | +||||||||||
1Q | +2Q | +3Q | +1G | +2G | +3G | +1Q | +2Q | +3Q | +1G | +2G | +3G | +|
5 | +248 | +63 | +310 | +414 | +80 | +494 | +333 | +65 | +398 | +307 | +65 | +372 | +
6 | +265 | +66 | +331 | +439 | +84 | +523 | +359 | +69 | +428 | +333 | +69 | +403 | +
7 | +282 | +69 | +351 | +465 | +88 | +553 | +384 | +74 | +458 | +359 | +74 | +432 | +
8 | +299 | +73 | +372 | +490 | +92 | +582 | +409 | +78 | +487 | +384 | +78 | +462 | +
9 | +314 | +76 | +389 | +510 | +96 | +606 | +430 | +83 | +513 | +406 | +83 | +488 | +
10 + | +334 | +79 | +414 | +541 | +100 | +641 | +457 | +87 | +543 | +435 | +87 | +521 | +
11 + | +355 | +83 | +438 | +571 | +104 | +675 | +490 | +91 | +581 | +464 | +91 | +556 | +
12 + | +376 | +86 | +462 | +601 | +108 | +709 | +518 | +96 | +614 | +493 | +96 | +589 | +
13 + | +397 | +89 | +486 | +632 | +112 | +744 | +548 | +100 | +648 | +523 | +100 | +623 | +
14 + | +422 | +92 | +515 | +666 | +116 | +782 | +581 | +105 | +685 | +556 | +105 | +660 | +
15 + | +448 | +96 | +543 | +700 | +120 | +820 | +615 | +109 | +724 | +590 | +109 | +699 | +
16 + | +472 | +99 | +571 | +734 | +124 | +858 | +648 | +113 | +761 | +623 | +113 | +736 | +
17 + | +497 | +102 | +600 | +769 | +128 | +897 | +681 | +118 | +799 | +657 | +118 | +774 | +
18 + | +523 | +106 | +628 | +803 | +132 | +935 | +715 | +122 | +837 | +690 | +122 | +812 | +
19 + | +552 | +109 | +661 | +841 | +136 | +977 | +752 | +127 | +879 | +727 | +127 | +854 | +
20 + | +581 | +112 | +693 | +879 | +140 | +1,019 | +790 | +131 | +921 | +765 | +131 | +895 | +
21 + | +611 | +116 | +726 | +917 | +144 | +1,061 | +827 | +135 | +963 | +803 | +135 | +938 | +
22 + | +639 | +119 | +758 | +955 | +148 | +1,103 | +866 | +140 | +1,005 | +840 | +140 | +980 | +
23 + | +669 | +122 | +791 | +993 | +152 | +1,145 | +903 | +144 | +1,047 | +878 | +144 | +1,022 | +
24 + | +699 | +125 | +824 | +1,031 | +156 | +1,187 | +941 | +149 | +1,089 | +915 | +149 | +1,064 | +
25 + | +727 | +129 | +856 | +1,069 | +160 | +1,229 | +978 | +153 | +1,131 | +953 | +153 | +1,106 | +
26 + | +757 | +132 | +889 | +1,107 | +164 | +1,271 | +1,015 | +157 | +1,173 | +991 | +157 | +1,148 | +
27 + | +785 | +135 | +921 | +1,145 | +168 | +1,313 | +1,054 | +162 | +1,216 | +1,029 | +162 | +1,190 | +
28 + | +815 | +139 | +954 | +1,183 | +172 | +1,355 | +1,091 | +166 | +1,257 | +1,066 | +166 | +1,232 | +
29 + | +845 | +142 | +987 | +1,221 | +176 | +1,397 | +1,129 | +171 | +1,299 | +1,103 | +171 | +1,274 | +
30 + | +873 | +145 | +1,019 | +1,259 | +180 | +1,439 | +1,166 | +175 | +1,341 | +1,141 | +175 | +1,316 | +
31 + | +903 | +149 | +1,052 | +1,297 | +184 | +1,481 | +1,203 | +179 | +1,383 | +1,179 | +179 | +1,359 | +
32 + | +932 | +152 | +1,084 | +1,335 | +188 | +1,523 | +1,242 | +184 | +1,426 | +1,217 | +184 | +1,400 | +
33 + | +961 | +155 | +1,117 | +1,373 | +192 | +1,565 | +1,279 | +188 | +1,467 | +1,254 | +188 | +1,442 | +
34 + | +991 | +158 | +1,150 | +1,411 | +196 | +1,607 | +1,317 | +193 | +1,509 | +1,291 | +193 | +1,484 | +
35 + | +1,020 | +162 | +1,181 | +1,449 | +200 | +1,649 | +1,354 | +197 | +1,551 | +1,329 | +197 | +1,526 | +
36 + | +1,049 | +165 | +1,214 | +1,487 | +204 | +1,691 | +1,392 | +201 | +1,593 | +1,367 | +201 | +1,569 | +
37 + | +1,078 | +168 | +1,246 | +1,525 | +208 | +1,733 | +1,430 | +206 | +1,636 | +1,405 | +206 | +1,610 | +
38 + | +1,108 | +172 | +1,279 | +1,563 | +212 | +1,775 | +1,467 | +210 | +1,678 | +1,442 | +210 | +1,652 | +
貨梯30米至105米 | +||||||||||||
樓層 | +2000kg | +2500kg | +||||||||||
1Q | +2Q | +3Q | +1G | +2G | +3G | +1Q | +2Q | +3Q | +1G | +2G | +3G | +|
5 | +387 | +75 | +462 | +362 | +75 | +437 | +481 | +88 | +569 | +455 | +88 | +543 | +
6 | +415 | +79 | +494 | +389 | +79 | +469 | +509 | +92 | +602 | +483 | +92 | +575 | +
7 | +443 | +84 | +527 | +417 | +84 | +501 | +537 | +97 | +634 | +512 | +97 | +608 | +
8 | +471 | +88 | +559 | +444 | +88 | +532 | +564 | +101 | +666 | +539 | +101 | +640 | +
9 | +494 | +92 | +586 | +470 | +92 | +562 | +586 | +106 | +692 | +561 | +106 | +667 | +
10 | +528 | +97 | +625 | +497 | +97 | +594 | +619 | +110 | +729 | +595 | +110 | +705 | +
11 | +561 | +101 | +662 | +536 | +101 | +637 | +653 | +114 | +768 | +628 | +114 | +743 | +
12 | +595 | +106 | +701 | +570 | +106 | +675 | +686 | +119 | +805 | +661 | +119 | +780 | +
13 | +628 | +110 | +738 | +603 | +110 | +713 | +721 | +123 | +844 | +695 | +123 | +818 | +
14 | +666 | +114 | +780 | +640 | +114 | +755 | +758 | +128 | +886 | +733 | +128 | +860 | +
15 | +703 | +119 | +822 | +679 | +119 | +798 | +795 | +132 | +927 | +770 | +132 | +902 | +
16 | +741 | +123 | +865 | +716 | +123 | +839 | +833 | +136 | +969 | +807 | +136 | +944 | +
17 | +779 | +128 | +906 | +754 | +128 | +881 | +870 | +141 | +1,011 | +846 | +141 | +987 | +
18 | +816 | +132 | +948 | +791 | +132 | +923 | +909 | +145 | +1,054 | +883 | +145 | +1,029 | +
19 | +858 | +136 | +994 | +833 | +136 | +969 | +950 | +150 | +1,100 | +925 | +150 | +1,075 | +
20 | +900 | +141 | +1,041 | +875 | +141 | +1,015 | +992 | +154 | +1,146 | +967 | +154 | +1,121 | +
21 | +942 | +145 | +1,087 | +916 | +145 | +1,062 | +1,034 | +158 | +1,192 | +1,009 | +158 | +1,167 | +
22 | +983 | +150 | +1,133 | +958 | +150 | +1,108 | +1,076 | +163 | +1,239 | +1,051 | +163 | +1,213 | +
23 | +1,029 | +154 | +1,183 | +1,000 | +154 | +1,154 | +1,118 | +167 | +1,285 | +1,092 | +167 | +1,260 | +
24 | +1,067 | +158 | +1,225 | +1,042 | +158 | +1,200 | +1,159 | +172 | +1,331 | +1,134 | +172 | +1,306 | +
25 | +1,109 | +163 | +1,272 | +1,084 | +163 | +1,246 | +1,201 | +176 | +1,377 | +1,176 | +176 | +1,352 | +
26 | +1,151 | +167 | +1,318 | +1,125 | +167 | +1,293 | +1,243 | +180 | +1,423 | +1,218 | +180 | +1,398 | +
27 | +1,192 | +172 | +1,364 | +1,167 | +172 | +1,339 | +1,285 | +185 | +1,470 | +1,260 | +185 | +1,444 | +
28 | +1,234 | +176 | +1,410 | +1,209 | +176 | +1,385 | +1,327 | +189 | +1,516 | +1,301 | +189 | +1,491 | +
29 | +1,276 | +180 | +1,456 | +1,251 | +180 | +1,431 | +1,368 | +194 | +1,562 | +1,343 | +194 | +1,537 | +
30 | +1,318 | +185 | +1,503 | +1,293 | +185 | +1,477 | +1,410 | +198 | +1,608 | +1,385 | +198 | +1,583 | +
31 | +1,360 | +189 | +1,549 | +1,334 | +189 | +1,524 | +1,452 | +202 | +1,654 | +1,427 | +202 | +1,629 | +
32 | +1,401 | +194 | +1,595 | +1,376 | +194 | +1,570 | +1,494 | +207 | +1,701 | +1,469 | +207 | +1,675 | +
33 | +1,443 | +198 | +1,641 | +1,418 | +198 | +1,616 | +1,536 | +211 | +1,747 | +1,510 | +211 | +1,722 | +
34 | +1,485 | +202 | +1,687 | +1,460 | +202 | +1,662 | +1,577 | +216 | +1,793 | +1,552 | +216 | +1,768 | +
35 | +1,527 | +207 | +1,734 | +1,502 | +207 | +1,708 | +1,619 | +220 | +1,839 | +1,594 | +220 | +1,814 | +
36 | +1,569 | +211 | +1,780 | +1,543 | +211 | +1,755 | +1,661 | +224 | +1,885 | +1,636 | +224 | +1,860 | +
37 | +1,610 | +216 | +1,826 | +1,585 | +216 | +1,801 | +1,703 | +229 | +1,932 | +1,678 | +229 | +1,906 | +
38 | +1,652 | +220 | +1,872 | +1,627 | +220 | +1,847 | +1,745 | +233 | +1,978 | +1,719 | +233 | +1,953 | +
貨梯30米至105米 | +||||||||||||
樓層 | +3000kg | +3500-4000kg | +||||||||||
1Q | +2Q | +3Q | +1G | +2G | +3G | +1Q | +2Q | +3Q | +1G | +2G | +3G | +|
5 + | +524 | +106 | +629 | +498 | +106 | +604 | +708 | +114 | +823 | +683 | +114 | +798 | +
6 + | +551 | +110 | +661 | +526 | +110 | +636 | +736 | +119 | +855 | +711 | +119 | +829 | +
7 + | +580 | +114 | +694 | +554 | +114 | +669 | +765 | +123 | +888 | +739 | +123 | +862 | +
8 + | +607 | +119 | +726 | +582 | +119 | +701 | +792 | +128 | +920 | +763 | +128 | +891 | +
9 + | +628 | +123 | +751 | +603 | +123 | +726 | +813 | +132 | +945 | +788 | +132 | +920 | +
10 + | +661 | +128 | +789 | +636 | +128 | +763 | +846 | +136 | +982 | +821 | +136 | +957 | +
11 + | +695 | +132 | +827 | +670 | +132 | +802 | +880 | +141 | +1,021 | +855 | +141 | +996 | +
12 + | +728 | +136 | +865 | +703 | +136 | +839 | +913 | +145 | +1,058 | +888 | +145 | +1,033 | +
13 + | +762 | +141 | +903 | +737 | +141 | +878 | +947 | +150 | +1,097 | +922 | +150 | +1,071 | +
14 + | +800 | +145 | +945 | +774 | +145 | +920 | +985 | +154 | +1,139 | +959 | +154 | +1,113 | +
15 + | +837 | +150 | +987 | +812 | +150 | +961 | +1,022 | +158 | +1,180 | +997 | +158 | +1,155 | +
16 + | +875 | +154 | +1,029 | +849 | +154 | +1,003 | +1,059 | +163 | +1,222 | +1,034 | +163 | +1,197 | +
17 + | +912 | +158 | +1,070 | +887 | +158 | +1,045 | +1,097 | +167 | +1,264 | +1,071 | +167 | +1,239 | +
18 + | +949 | +163 | +1,112 | +925 | +163 | +1,088 | +1,135 | +172 | +1,307 | +1,110 | +172 | +1,282 | +
19 + | +992 | +167 | +1,159 | +967 | +167 | +1,134 | +1,177 | +176 | +1,353 | +1,152 | +176 | +1,328 | +
20 + | +1,034 | +172 | +1,206 | +1,009 | +172 | +1,180 | +1,219 | +180 | +1,399 | +1,194 | +180 | +1,374 | +
21 + | +1,076 | +176 | +1,252 | +1,051 | +176 | +1,227 | +1,261 | +185 | +1,445 | +1,235 | +185 | +1,420 | +
22 + | +1,118 | +180 | +1,298 | +1,092 | +180 | +1,273 | +1,302 | +189 | +1,492 | +1,277 | +189 | +1,466 | +
23 + | +1,159 | +185 | +1,344 | +1,134 | +185 | +1,319 | +1,344 | +194 | +1,538 | +1,319 | +194 | +1,513 | +
24 + | +1,201 | +189 | +1,390 | +1,176 | +189 | +1,365 | +1,386 | +198 | +1,584 | +1,361 | +198 | +1,559 | +
25 + | +1,243 | +194 | +1,437 | +1,218 | +194 | +1,411 | +1,428 | +202 | +1,630 | +1,403 | +202 | +1,605 | +
26 + | +1,285 | +198 | +1,483 | +1,260 | +198 | +1,458 | +1,470 | +207 | +1,676 | +1,444 | +207 | +1,651 | +
27 + | +1,327 | +202 | +1,529 | +1,301 | +202 | +1,504 | +1,511 | +211 | +1,723 | +1,486 | +211 | +1,697 | +
28 + | +1,368 | +207 | +1,575 | +1,343 | +207 | +1,550 | +1,553 | +216 | +1,769 | +1,528 | +216 | +1,744 | +
29 + | +1,410 | +211 | +1,621 | +1,385 | +211 | +1,596 | +1,597 | +220 | +1,817 | +1,570 | +220 | +1,790 | +
30 + | +1,452 | +216 | +1,668 | +1,427 | +216 | +1,642 | +1,637 | +224 | +1,861 | +1,612 | +224 | +1,836 | +
31 + | +1,494 | +220 | +1,714 | +1,469 | +220 | +1,689 | +1,679 | +229 | +1,907 | +1,653 | +229 | +1,882 | +
32 + | +1,536 | +224 | +1,760 | +1,510 | +224 | +1,735 | +1,720 | +233 | +1,954 | +1,695 | +233 | +1,928 | +
33 + | +1,577 | +229 | +1,806 | +1,552 | +229 | +1,781 | +1,762 | +238 | +2,000 | +1,737 | +238 | +1,975 | +
34 + | +1,619 | +233 | +1,852 | +1,594 | +233 | +1,827 | +1,804 | +242 | +2,046 | +1,779 | +242 | +2,021 | +
35 + | +1,661 | +238 | +1,899 | +1,636 | +238 | +1,873 | +1,846 | +246 | +2,092 | +1,821 | +246 | +2,067 | +
36 + | +1,703 | +242 | +1,945 | +1,678 | +242 | +1,920 | +1,888 | +251 | +2,138 | +1,861 | +251 | +2,112 | +
37 + | +1,745 | +246 | +1,991 | +1,719 | +246 | +1,966 | +1,929 | +255 | +2,185 | +1,904 | +255 | +2,159 | +
38 + | +1,786 | +251 | +2,037 | +1,761 | +251 | +2,012 | +1,971 | +260 | +2,231 | +1,946 | +260 | +2,206 | +
大型無機房30米至105米 | +||||||
樓層 | +10-17人 | +18-24人 | +||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
5 + | +443 | +116 | +559 | +571 | +116 | +687 | +
6 + | +457 | +121 | +578 | +586 | +121 | +707 | +
7 + | +472 | +126 | +598 | +600 | +126 | +726 | +
8 + | +486 | +131 | +617 | +615 | +131 | +745 | +
9 + | +501 | +136 | +636 | +629 | +136 | +765 | +
10 + | +520 | +140 | +661 | +649 | +140 | +789 | +
11 + | +540 | +145 | +685 | +668 | +145 | +813 | +
12 + | +559 | +150 | +709 | +687 | +150 | +837 | +
13 + | +578 | +155 | +733 | +707 | +155 | +862 | +
14 + | +598 | +160 | +757 | +726 | +160 | +886 | +
15 + | +620 | +165 | +784 | +748 | +165 | +912 | +
16 + | +641 | +169 | +811 | +770 | +169 | +939 | +
17 + | +663 | +174 | +837 | +791 | +174 | +966 | +
18 + | +685 | +179 | +864 | +813 | +179 | +992 | +
19 + | +707 | +184 | +891 | +835 | +184 | +1,019 | +
20 + | +731 | +189 | +920 | +859 | +189 | +1,048 | +
21 + | +755 | +194 | +949 | +883 | +194 | +1,077 | +
22 + | +779 | +198 | +978 | +908 | +198 | +1,106 | +
23 + | +803 | +203 | +1,007 | +932 | +203 | +1,135 | +
24 + | +828 | +208 | +1,036 | +956 | +208 | +1,164 | +
25 + | +852 | +213 | +1,065 | +980 | +213 | +1,193 | +
26 + | +876 | +218 | +1,094 | +1,004 | +218 | +1,222 | +
27 + | +900 | +223 | +1,123 | +1,029 | +223 | +1,251 | +
28 + | +924 | +227 | +1,152 | +1,053 | +227 | +1,280 | +
29 + | +949 | +232 | +1,181 | +1,077 | +232 | +1,309 | +
30 + | +973 | +237 | +1,210 | +1,101 | +237 | +1,338 | +
31 + | +997 | +242 | +1,239 | +1,125 | +242 | +1,367 | +
32 + | +1,021 | +247 | +1,268 | +1,150 | +247 | +1,396 | +
33 + | +1,045 | +252 | +1,297 | +1,174 | +252 | +1,425 | +
34 + | +1,070 | +257 | +1,326 | +1,198 | +257 | +1,454 | +
35 + | +1,094 | +261 | +1,355 | +1,222 | +261 | +1,483 | +
36 + | +1,118 | +266 | +1,384 | +1,246 | +266 | +1,513 | +
37 + | +1,142 | +271 | +1,413 | +1,271 | +271 | +1,542 | +
38 + | +1,166 | +276 | +1,442 | +1,295 | +276 | +1,571 | +
39 + | +1,191 | +281 | +1,471 | +1,319 | +281 | +1,600 | +
40 + | +1,215 | +286 | +1,500 | +1,343 | +286 | +1,629 | +
標準無機房30-105米 | +||||||||||||
樓層 | +6-12人 | +13-15人 | +17人 | +18-24人 | +||||||||
1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +1Q | +2Q | +3Q | +|
5 + | +248 | +62 | +309 | +263 | +62 | +325 | +376 | +106 | +482 | +493 | +106 | +598 | +
6 + | +252 | +66 | +318 | +267 | +66 | +333 | +389 | +110 | +499 | +506 | +110 | +616 | +
7 + | +256 | +70 | +327 | +272 | +70 | +342 | +403 | +114 | +517 | +189 | +114 | +304 | +
8 + | +270 | +75 | +344 | +286 | +75 | +361 | +416 | +119 | +535 | +532 | +119 | +651 | +
9 + | +278 | +78 | +356 | +294 | +78 | +372 | +429 | +123 | +552 | +546 | +123 | +669 | +
10 + | +292 | +81 | +373 | +307 | +81 | +388 | +447 | +128 | +574 | +563 | +128 | +691 | +
11 + | +305 | +85 | +389 | +320 | +85 | +405 | +464 | +132 | +596 | +581 | +132 | +713 | +
12 + | +319 | +88 | +407 | +334 | +88 | +422 | +482 | +136 | +618 | +598 | +136 | +735 | +
13 + | +334 | +91 | +426 | +350 | +91 | +441 | +499 | +141 | +640 | +616 | +141 | +757 | +
14 + | +367 | +94 | +461 | +383 | +94 | +476 | +517 | +145 | +662 | +634 | +145 | +779 | +
15 + | +384 | +96 | +480 | +399 | +96 | +495 | +537 | +150 | +686 | +653 | +150 | +803 | +
16 + | +400 | +98 | +498 | +415 | +98 | +513 | +557 | +154 | +711 | +673 | +154 | +827 | +
17 + | +417 | +100 | +517 | +430 | +100 | +530 | +576 | +158 | +735 | +693 | +158 | +851 | +
18 + | +433 | +102 | +536 | +446 | +102 | +548 | +596 | +163 | +759 | +713 | +163 | +876 | +
19 + | +450 | +105 | +554 | +462 | +105 | +567 | +616 | +167 | +783 | +733 | +167 | +900 | +
20 + | +466 | +107 | +573 | +480 | +107 | +586 | +638 | +172 | +810 | +755 | +172 | +926 | +
21 + | +483 | +109 | +592 | +496 | +109 | +605 | +660 | +176 | +836 | +777 | +176 | +953 | +
22 + | +499 | +111 | +611 | +513 | +111 | +624 | +682 | +180 | +862 | +799 | +180 | +979 | +
23 + | +516 | +113 | +629 | +529 | +113 | +642 | +704 | +185 | +889 | +821 | +185 | +1,005 | +
24 + | +532 | +116 | +648 | +546 | +116 | +661 | +726 | +189 | +915 | +843 | +189 | +1,032 | +
25 + | +549 | +118 | +667 | +563 | +118 | +681 | +748 | +194 | +942 | +865 | +194 | +1,058 | +
26 + | +565 | +120 | +685 | +580 | +120 | +700 | +770 | +198 | +968 | +887 | +198 | +1,085 | +
27 + | +582 | +122 | +704 | +596 | +122 | +718 | +792 | +202 | +994 | +909 | +202 | +1,111 | +
28 + | +598 | +124 | +723 | +613 | +124 | +737 | +814 | +207 | +1,021 | +931 | +207 | +1,137 | +
29 + | +615 | +127 | +741 | +629 | +127 | +756 | +836 | +211 | +1,047 | +953 | +211 | +1,164 | +
30 + | +631 | +129 | +760 | +647 | +129 | +776 | +858 | +216 | +1,074 | +975 | +216 | +1,190 | +
31 + | +648 | +131 | +779 | +663 | +131 | +794 | +880 | +220 | +1,100 | +997 | +220 | +1,217 | +
32 + | +664 | +133 | +798 | +680 | +133 | +813 | +902 | +224 | +1,126 | +1,019 | +224 | +1,243 | +
33 + | +681 | +135 | +816 | +696 | +135 | +832 | +924 | +229 | +1,153 | +1,041 | +229 | +1,269 | +
34 + | +697 | +138 | +835 | +713 | +138 | +850 | +946 | +233 | +1,179 | +1,063 | +233 | +1,296 | +
35 + | +714 | +140 | +854 | +730 | +140 | +870 | +968 | +238 | +1,206 | +1,085 | +238 | +1,322 | +
36 + | +730 | +142 | +872 | +747 | +142 | +889 | +990 | +242 | +1,232 | +1,107 | +242 | +1,349 | +
37 + | +747 | +144 | +891 | +763 | +144 | +908 | +1,012 | +246 | +1,258 | +1,129 | +246 | +1,375 | +
38 + | +763 | +146 | +910 | +780 | +146 | +926 | +1,034 | +251 | +1,285 | +1,151 | +251 | +1,401 | +
39 + | +780 | +149 | +928 | +796 | +149 | +945 | +1,056 | +255 | +1,311 | +1,173 | +255 | +1,428 | +
40 + | +796 | +151 | +947 | +814 | +151 | +965 | +1,078 | +260 | +1,338 | +1,195 | +260 | +1,454 | +
+ | 小機房 | +MAE100 | +單位:萬元 | +|
規 格 | +標準價 | +(±1S) | +1、1.0最低到5停;5停以下以5停計。 + 2、1.5及1.75最低到8停;8停以下以8停計。 + 3、1.5變為1.75---》+5.4萬/台;加減1停同1.5。 + 4、經理權限為發佈價之80%、業務部協理權限為75%。 |
+ |
MAE100-6*7-CO60 | +89.0 | +4.0 | +||
MAE100-8*7-CO60 | +89.1 | +4.0 | +||
MAE100-9*7-CO60 | +89.7 | +4.0 | +||
MAE100-10*7-CO60 | +90.4 | +4.0 | +||
MAE100-11*7-CO60 | +92.0 | +4.0 | +||
MAE100-12*7-CO60 | +95.6 | +4.0 | +||
MAE100-13*7-CO60 | +98.0 | +4.1 | +||
MAE100-15*7-CO60 | +98.5 | +4.1 | +||
MAE100-17*7-CO60 | +133.6 | +5.1 | +||
MAE100-20*7-CO60 | +153.2 | +5.4 | +||
MAE100-24*7-CO60 | +158.4 | +5.4 | +||
+ | ||||
規 格 | +標準價 | +(±1S) | +規格 | +標準價 | +
MAE100-8*10-CO90 | +101.5 | +4.0 | +MAE100-8*10-CO105 | +106.3 | +
MAE100-9*10-CO90 | +102.1 | +4.0 | +MAE100-9*10-CO105 | +107.4 | +
MAE100-10*10-CO90 | +103.0 | +4.0 | +MAE100-10*10-CO105 | +108.6 | +
MAE100-11*10-CO90 | +108.4 | +4.0 | +MAE100-11*10-CO105 | +114.0 | +
MAE100-12*10-CO90 | +110.0 | +4.0 | +MAE100-12*10-CO105 | +115.5 | +
MAE100-13*10-CO90 | +112.2 | +4.1 | +MAE100-13*10-CO105 | +117.8 | +
MAE100-15*10-CO90 | +113.4 | +4.1 | +MAE100-15*10-CO105 | +119.0 | +
MAE100-17*10-CO90 | +151.1 | +5.1 | +MAE100-17*10-CO105 | +156.7 | +
MAE100-20*10-CO90 | +173.0 | +5.4 | +MAE100-20*10-CO105 | +178.6 | +
MAE100-24*10-CO90 | +192.0 | +5.4 | +MAE100-24*10-CO105 | +198.0 | +
+ | 無機房 | +MAM200 | +單位:萬元 | +|
規 格 | +標準價 | +(±1S) | +1、1.0最低到5停;5停以下以5停計。 + 2、1.5及1.75最低到8停;8停以下以8停計。 + 3、1.5變為1.75---》+5.4萬/台;加減1停同1.5。 + 4、營業員權限為發佈價之73% |
+ |
MAM200-8*7-CO60 | +117.5 | +4.5 | +||
MAM200-9*7-CO60 | +118.7 | +4.5 | +||
MAM200-10*7-CO60 | +120.1 | +4.5 | +||
MAM200-11*7-CO60 | +121.2 | +4.5 | +||
MAM200-12*7-CO60 | +122.5 | +4.5 | +||
MAM200-13*7-CO60 | +123.8 | +4.5 | +||
MAM200-15*7-CO60 | +124.9 | +4.5 | +||
MAM200-17*7-CO60 | +187.4 | +6.4 | +||
MAM200-20*7-CO60 | +204.8 | +6.4 | +||
MAM200-24*7-CO60 | +208.5 | +6.4 | +||
MAM200-8*10-CO90 | +133.4 | +4.9 | +MAM200-8*10-CO105 | +139.1 | +
MAM200-9*10-CO90 | +134.5 | +4.9 | +MAM200-9*10-CO105 | +140.2 | +
MAM200-10*10-CO90 | +135.8 | +4.9 | +MAM200-10*10-CO105 | +141.5 | +
MAM200-11*10-CO90 | +137.1 | +4.9 | +MAM200-11*10-CO105 | +142.8 | +
MAM200-12*10-CO90 | +138.2 | +4.9 | +MAM200-12*10-CO105 | +143.9 | +
MAM200-13*10-CO90 | +140.0 | +4.9 | +MAM200-13*10-CO105 | +145.7 | +
MAM200-15*10-CO90 | +141.2 | +4.9 | +MAM200-15*10-CO105 | +146.9 | +
MAM200-17*10-CO90 | +202.8 | +6.5 | +MAM200-17*10-CO105 | +208.5 | +
MAM200-20*10-CO90 | +220.2 | +6.5 | +MAM200-20*10-CO105 | +225.9 | +
MAM200-24*10-CO90 | +223.9 | +6.5 | +MAM200-24*10-CO105 | +229.6 | +
小電梯 | +MAH100 | +單位:萬元 | +
規 格 | +標準價 | +(±1S) | +
MAH100-6*5-2S45 | +73.2 | +2.5 | +
MAH100-8*5-2S45 | +83.2 | +2.5 | +
+ | + | + |
+ | + | + |
+ | + | + |
+ | + | + |
註: + 1、最低到3停;2停以3停計。 + 2、經理權限為發佈價之80%、業務部協理權限為75%。 |
+ + |
+ | 高速梯 | +單位:萬元 | +
規 格 | +標準價 | +(±1S) | +
MAE100-12*20-CO120 | +180.0 | +5.0 | +
MAE100-13*20-CO120 | +181.3 | +5.0 | +
MAE100-15*20-CO120 | +182.7 | +5.0 | +
MAE100-17*20-CO120 | +217.1 | +6.3 | +
MAE100-20*20-CO120 | +225.6 | +6.4 | +
MAE100-24*20-CO120 | +240.2 | +6.5 | +
MAE100-12*20-CO150 | +223.0 | +6.1 | +
MAE100-13*20-CO150 | +224.1 | +6.1 | +
MAE100-15*20-CO150 | +225.4 | +6.1 | +
MAE100-17*20-CO150 | +239.9 | +6.5 | +
MAE100-20*20-CO150 | +244.3 | +6.5 | +
MAE100-24*20-CO150 | +253.3 | +6.5 | +
註: 1、2.0及2.5最低到15停;15停以下以15停計。 |
+ + | |
2、P-12(含)以下以P-13計。 | ++ | |
3、經理權限為發佈價之80%、業務部協理權限為75%。 | ++ | |
+ | + | + |
+ | 小機房貨梯 | +單位:萬元 | +
規 格 | +標準價 | +(±1S) | +
MAF100-750*3-2S45 | +114.3 | +5.8 | +
MAF100-750*3-2S60 | +115.5 | +5.8 | +
MAF100-1000*3-2S45 | +136.4 | +8.7 | +
MAF100-1000*3-2S60 | +138.5 | +8.7 | +
MAF100-1500*3-2S45 | +171.4 | +9.7 | +
MAF100-1500*3-2S60 | +175.5 | +9.7 | +
MAF100-2000*3-2S45 | +195.3 | +10.0 | +
MAF100-2000*3-2S60 | +198.5 | +10.0 | +
MAF100-2500*3-2S45 | +286.3 | +15.1 | +
MAF100-2500*3-2S60 | +288.3 | +15.1 | +
MAF100-3000*3-2S45 | +307.7 | +16.3 | +
MAF100-3000*3-2S60 | +309.5 | +16.3 | +
MAF100-3500*3-2S45 | +365.5 | +18.2 | +
MAF100-3500*3-2S60 | +368.5 | +18.2 | +
MAF100-4000*3-2S45 | +407.5 | +20.5 | +
MAF100-4000*3-2S60 | +409.5 | +20.5 | +
MAF100-5000*3-2S45 | +520.5 | +25.5 | +
MAF100-5000*3-2S60 | +525.8 | +25.5 | +
註: 1、最低為2停 |
+ + | + |
2、經理權限為發佈價之80%、業務部協理權限為75%。 | ++ |
+ | 平台梯 | ++ | 單位:萬元 | +
規 格 | +標準價 | +提升高度標準 | +備註 | +
MAP100-280*2-CO09 | +78.5 | +3.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-280*3-CO09 | +86.5 | +6.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-280*4-CO09 | +94.5 | +9.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-280*5-CO09 | +102.5 | +12.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-280*2-CO09 | +80.2 | +3.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-280*3-CO09 | +88.5 | +6.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-280*4-CO09 | +96.5 | +9.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-280*5-CO09 | +104.5 | +12.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-320*2-CO09 | +82.0 | +3.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-320*3-CO09 | +90.0 | +6.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-320*4-CO09 | +98.0 | +9.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-320*5-CO09 | +106.0 | +12.0 | +岩板;L型開門另加3萬元/台 | +
MAP100-320*2-CO09 | +84.0 | +3.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-320*3-CO09 | +92.0 | +6.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-320*4-CO09 | +100.0 | +9.0 | +人造皮革;L型開門另加3萬元/台 | +
MAP100-320*5-CO09 | +108.0 | +12.0 | +人造皮革;L型開門另加3萬元/台 | +
+ | + | + | + |
+ | + | + | + |
註: 1、最低為2停。 |
+ + | + | + |
2、標準價格為自動門。 | ++ | + | + |
3、經理權限為發佈價之80%、業務部協理權限為75%。 | ++ | + | |
+ | + | + | + |
名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
".$k2." | "; + echo "".$v3["spec"]." | "; + echo "".$v3["memo"]." | "; + echo "".$optional." | "; + echo "".$v3["unit"]." | "; + echo "".number_format($v3["price"])." | "; + echo "
名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
Record has added successfully
"; + } +} +*/ +?> + +名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
項次 | +卷號 | +營業員 | +客戶名稱 | +案件名稱 | +牌價總額 | +售價總額 | +價率 | +預定成交日 | +預定交期 | +建檔人 | +建檔時間 | +功能 | +區經理 | +業務承辦人 | +業務部協理 | +總經理 | +狀態 | +合約書申請 | + +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + | % | ++ | + | + | + | + + 修改 + 刪除 + + 填規調 + + " class="btn btn-warning btn-sm">檢視 + +填規調 + + | +
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if ($ss_arr["sign_st"]==1 && in_array($user_id, $ss_arr["sign_nt"]) && $data["status"]=="YS") { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + if ($sign_st==1 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 1 || $data['last_check_result']) { // 過了這關或已完成流程 + list($uperson, $ustatus, $udtte) = explode(",", $sign1); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_1_result"] == "Y") { + $str = ""; + } elseif ($data["checker_1_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } else { + if ($data["checker_1_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } + else $str = "--"; + }*/ + //echo $str; + ?> + |
+
+ ", $sign2);
+ foreach ($sign2_arr as $v) {
+ list($uperson, $ustatus, $udtte) = explode(",", $v);
+ if ($ustatus == "Y" || $ustatus == "N") {
+ break;
+ }
+ }
+ }
+ if ($ustatus) {
+ if ($ustatus == "Y") $str = "";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 2) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + + /* + if ($sign_st==2 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 2 || $data['last_check_result']) { + list($uperson, $ustatus, $udtte) = explode(",", $sign2); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_2_result"] == "Y") { + $str = ""; + } elseif ($data["checker_2_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_2"]." ".$data["checker_2_dt"]; + } else { + if ($data["checker_2_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_2"]." ".$data["checker_2_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 3) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + $str = ""; + if ($sign_st==3 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else $str = "--"; + */ + + /* + if ($data["checker_3_result"] == "Y") { + $str = ""; + } elseif ($data["checker_3_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } else { + if ($data["checker_3_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($ss_arr["sign_st"] == 4) && (in_array($user_id, $ss_arr["sign_nt"]))) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + ?> + |
+ + + | + + 合約書申請 + + | +
您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + //print_r($mail_list); + $sendmail->sendx($title, $content, $mail_list); + } + } + if ($end_flow) { + end_flow("prm", "prm01", $id, $contractno_h); + } + } + mysqli_close($link); + echo ""; +} diff --git a/wms/mkt/pricereview-record-submit.php b/wms/mkt/pricereview-record-submit.php new file mode 100644 index 00000000..d1367898 --- /dev/null +++ b/wms/mkt/pricereview-record-submit.php @@ -0,0 +1,319 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + // 同客戶同電梯不能重覆價審 + /* + $warr = []; + $fp_id_str = ""; + $fp_id_arr = explode(",", $fp_id_all); + foreach ($fp_id_arr as $val) { + if ($val && $val>0) $fp_id_str .= $val.","; + } + $fp_id_str = rtrim($fp_id_str, ","); + $db_query = "select i.item_spec from pricereview_main m, pricereview_item i "; + $db_query .= "where m.id = i.mid and contractno = '$contractno' and fp_id in ($fp_id_str) and last_check_result <> 'N'"; + $res = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_row($res)) { + $warr[] = $row[0]; + } + $warning = implode("、", $warr); + if ($warning) { + echo ""; + } + */ + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 客戶資料 + $sql = "select vol_no, salesman, customer, address from hope_elevator_customer where vol_no = '$vol_no'"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + list($contractno, $person, $company, $address) = $row; + mysqli_free_result($res); + + // 同一卷號只限一筆價審 + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('Y1', 'YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + if ($row[0] > 0) { + echo ""; + exit; + } + + // 上傳報價單 + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$vol_no."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + } else $target_file1 = ""; + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$vol_no."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + } else $target_file2 = ""; + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "insert into pricereview_main(contractno, ekind, person, company, case_name, address, price_lowest, "; + $db_query .= "price_total, price_rate, special_fee, predeal_date, facilitok_date, penalty, deposit_rate, keep_rate, "; + $db_query .= "warranty_rate, memo, status, attatch1, attatch2, creater, create_at) values ("; + $db_query .= "'$contractno', '新梯', '$person', '$company', '$case_name', '$address', '$price_lowest', "; + $db_query .= "'$price_total', '$price_rate', '$special_fee', '$predeal_date', '$facilitok_date', '$penalty', '$deposit_rate', '$keep_rate', "; + $db_query .= "'$warranty_rate', '$memo', '$status', '$target_file1', '$target_file2', '$user_id', '$create_at')"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($mid = mysqli_insert_id($link)) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_group_arr = explode(",", $item_group_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $item_no = 1; + for ($i=0; $i您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/pricereview-record-update.php b/wms/mkt/pricereview-record-update.php new file mode 100644 index 00000000..d35069ed --- /dev/null +++ b/wms/mkt/pricereview-record-update.php @@ -0,0 +1,420 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 同一卷號只限一筆價審 + $db_query = "select contractno from pricereview_main where id = '$id'"; + $result = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($result)) { + $contractno = $row[0]; + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row_c = mysqli_fetch_row($res); + if ($row_c[0] > 0) { + echo ""; + exit; + } + } else { + echo ""; + exit; + } + + // 上傳報價單 + $sql_atta = ""; + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$contractno."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + $sql_atta .= "attatch1 = '$target_file1', "; + } else { + $target_file1 = ""; + if ($file_price_del == 1) { + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch1 = NULL, "; + } + } + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$contractno."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + $sql_atta .= "attatch2 = '$target_file2', "; + } else { + $target_file2 = ""; + if ($file_appendix_del == 1) { + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch2 = NULL, "; + } + } + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "update pricereview_main set price_lowest = '$price_lowest', price_total = '$price_total', price_rate = '$price_rate', special_fee = '$special_fee', predeal_date = '$predeal_date', "; + $db_query .= "facilitok_date = '$facilitok_date', penalty = '$penalty', deposit_rate = '$deposit_rate', keep_rate = '$keep_rate', warranty_rate = '$warranty_rate', "; + $db_query .= $sql_atta; + $db_query .= "memo = '$memo', status = '$status', creater = '$user_id', create_at = '$create_at' "; + $db_query .= "where id = '$id'"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($affected > 0) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $fp_item_arr = explode(",", $fp_item_all); // 留下的電梯ID + $fp_act_arr = explode(",", $fp_act_all); // U:update I:insert + $fp_del_arr = explode(",", $fp_del); // 刪除的電梯ID + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $to_ins_arr = []; // 準備要新增的項目 + if (count($fp_item_arr) > 0) { + foreach ($fp_item_arr as $k => $iid) { + if (empty($iid) && $fp_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $fp_kind_arr[$k] = (isset($fp_kind_arr[$k])) ? $fp_kind_arr[$k] : ""; + $fp_seat_arr[$k] = (isset($fp_seat_arr[$k])) ? $fp_seat_arr[$k] : ""; + $fp_numberofstop_arr[$k] = (isset($fp_numberofstop_arr[$k])) ? $fp_numberofstop_arr[$k] : ""; + $fp_speed_arr[$k] = (isset($fp_speed_arr[$k])) ? $fp_speed_arr[$k] : ""; + $note = $fp_kind_arr[$k].",".$fp_seat_arr[$k].",".$fp_numberofstop_arr[$k].",".$fp_speed_arr[$k]; + $db_query = "update pricereview_item set item_unit_price = '$item_unit_price_arr[$k]', item_qty = '$item_qty_arr[$k]', "; + $db_query .= "item_price_bp = '$item_price_bp_arr[$k]', item_price_ct = '$item_price_ct_arr[$k]', note = '$note', "; + $db_query .= "item_spec = '$item_spec_arr[$k]', item_weight = '$item_weight_arr[$k]', item_op = '$item_op_arr[$k]' "; + $db_query .= "where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + } + if (count($fp_del_arr) > 0) { + foreach ($fp_del_arr as $k => $iid) { + if (empty($iid)) continue; + $db_query = "delete from pricereview_item where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + if (count($to_ins_arr) > 0) { + $db_query = "select max(item_no) from pricereview_item where mid = '$id' and item_group = 'A'"; + $result = mysqli_query($link, $db_query); + $row = mysqli_fetch_row($result); + $nextno = $row[0] + 1; + foreach ($to_ins_arr as $v) { + if (!$fp_id_arr[$v]) $fp_id_arr[$v] = 0; + $note = $fp_kind_arr[$v].",".$fp_seat_arr[$v].",".$fp_numberofstop_arr[$v].",".$fp_speed_arr[$v]; + $db_query = "insert into pricereview_item (mid, price_id, item_no, item_spec, item_weight, item_op, item_group, item_unit_price, item_qty, item_price_bp, "; + $db_query .= "item_price_ct, item_price, gross_profit, gross_profit_rate, note) values ("; + $db_query .= "'$id', '$fp_id_arr[$v]', '$nextno', '$item_spec_arr[$v]', '$item_weight_arr[$v]', '$item_op_arr[$v]', 'A', '$item_unit_price_arr[$v]', '$item_qty_arr[$v]', '$item_price_bp_arr[$v]', "; + $db_query .= "'$item_price_ct_arr[$v]', '0', '0', '0', '$note')"; + $result = mysqli_query($link, $db_query); + $nextno++; + } + } + + // 價格審查單-明細項目 pricereview_item:Option加價 + $op_id_arr = explode(",", $op_id_all); + $op_item_arr = explode(",", $op_item_all); // 留下的OPTION ID + $op_act_arr = explode(",", $op_act_all); // U:update I:insert + $op_del_arr = explode(",", $op_del); // 刪除的OPTION ID + $option_seat_all = str_replace("點選", "", $option_seat_all); + $option_seat_arr = explode(",", str_replace("@@", "", $option_seat_all)); + $option_unit_price_arr = explode(",", $option_unit_price_all); + $option_qty_arr = explode(",", $option_qty_all); + $option_price_bp_arr = explode(",", $option_price_bp_all); + $option_memo_arr = explode("@@,", rtrim($option_memo_all, "@@")); + $option_relate_facil_arr = explode(",", htmlspecialchars_decode($option_relate_facil_all)); + $to_ins_arr = []; // 準備要新增的項目 + if (count($op_item_arr) > 0) { + foreach ($op_item_arr as $k => $iid) { + if (empty($iid) && $op_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $option_relate_facil_tmp_arr = explode("您有待簽核案件,請至客戶管理 > 價格審查_新梯,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx b/wms/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx new file mode 100644 index 00000000..e7d0831b Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080055-appendix-2023-08-25.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx b/wms/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..4eb5989d Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080057-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx b/wms/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx new file mode 100644 index 00000000..f16b66d0 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080088-appendix-2023-09-11.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf b/wms/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf new file mode 100644 index 00000000..1c48abaf Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080093-price-2023-08-25.pdf differ diff --git a/wms/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf b/wms/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf new file mode 100644 index 00000000..44b95672 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080094-appendix-2023-08-29.pdf differ diff --git a/wms/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf b/wms/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf new file mode 100644 index 00000000..4b51d720 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080094-price-2023-08-29.pdf differ diff --git a/wms/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx b/wms/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx new file mode 100644 index 00000000..865d2b61 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080121-appendix-2023-08-25.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx b/wms/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx new file mode 100644 index 00000000..281a31e2 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080159-price-2023-08-29.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx b/wms/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx new file mode 100644 index 00000000..87b05b41 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080167-appendix-2023-08-30.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx b/wms/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx new file mode 100644 index 00000000..87b05b41 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080167-price-2023-08-30.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx b/wms/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx new file mode 100644 index 00000000..274cb137 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080168-appendix-2023-08-30.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx b/wms/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx new file mode 100644 index 00000000..274cb137 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080168-price-2023-08-30.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx b/wms/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..388f469e Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23080175-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx b/wms/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..3f9514ad Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23090027-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx b/wms/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx new file mode 100644 index 00000000..ad601bb7 Binary files /dev/null and b/wms/mkt/pricereview-uploads/D23090038-appendix-2023-09-08.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx b/wms/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..314ce6a2 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M220307-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx b/wms/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx new file mode 100644 index 00000000..23c214a8 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M230305-appendix-2023-09-07.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx b/wms/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx new file mode 100644 index 00000000..5ee103d9 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M230562-appendix-2023-09-26.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx b/wms/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx new file mode 100644 index 00000000..b30da989 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090002-appendix-2023-09-20.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx b/wms/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx new file mode 100644 index 00000000..8eaf2763 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090065-appendix-2023-09-20.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx b/wms/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..334df12c Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090066-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx b/wms/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx new file mode 100644 index 00000000..ef16e1a2 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090074-appendix-2023-09-14.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx b/wms/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx new file mode 100644 index 00000000..ffc7647e Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090111-appendix-2023-09-21.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx b/wms/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx new file mode 100644 index 00000000..ffc7647e Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090111-price-2023-09-21.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx b/wms/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx new file mode 100644 index 00000000..db542128 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090130-appendix-2023-09-27.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx b/wms/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx new file mode 100644 index 00000000..0457ef52 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090142-appendix-2023-09-26.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx b/wms/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..cc091a45 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090148-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx b/wms/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx new file mode 100644 index 00000000..cee679e2 Binary files /dev/null and b/wms/mkt/pricereview-uploads/M23090149-appendix-2023-10-02.xlsx differ diff --git a/wms/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf b/wms/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf new file mode 100644 index 00000000..c4610761 Binary files /dev/null and b/wms/mkt/pricereview-uploads/T23090080-appendix-2023-10-02.pdf differ diff --git a/wms/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf b/wms/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf new file mode 100644 index 00000000..2fa4dfb1 Binary files /dev/null and b/wms/mkt/pricereview-uploads/T23090080-price-2023-10-02.pdf differ diff --git a/wms/mkt/pricereview_demolition-api.php b/wms/mkt/pricereview_demolition-api.php new file mode 100644 index 00000000..3e09f1ea --- /dev/null +++ b/wms/mkt/pricereview_demolition-api.php @@ -0,0 +1,48 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["fval"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + list($floor, $seat) = explode(",", $fval); + if (!$floor || !$seat) throw new \Exception("parameter empty[2]"); + + $db_query = "select id, price from demolition_price where release_date = '2021-11-10' and seat = '$seat' and floor = '$floor' and status = 'Y'"; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $rarr["id"] = $row[0]; + $rarr["amt"] = $row[1]; + } + mysqli_free_result($res); +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} + +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/pricereview_facility-api.php b/wms/mkt/pricereview_facility-api.php new file mode 100644 index 00000000..3bd376df --- /dev/null +++ b/wms/mkt/pricereview_facility-api.php @@ -0,0 +1,84 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["fval"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + list($source, $kind, $seat, $numberofstop, $speed, $op) = explode(",", $fval); + if (!$source || !$kind || !$seat) throw new \Exception("parameter empty[2]"); + + if ($source == "F") { + $db_query = "select id, price, price_mi, model from facility_price where kind = '$kind' and seat = '$seat' and numberofstop = '$numberofstop' "; + $db_query .= "and speed = '$speed' and status = 'Y'"; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $id = $row[0]; + $price = $row[1]; + $price_mi = $row[2]; + $a=[$kind, $seat, $numberofstop, $op, $speed]; + $ret = facility_spec([$kind, $seat, $numberofstop, $op, $speed]); + list($model, $weight) = explode(",", $ret); + } + mysqli_free_result($res); + if (!empty($id)) { + $rarr["id"] = $id; + $rarr["amt"] = $price; + $rarr["iamt"] = "1".$price_mi; + $rarr["model"] = $model; + $rarr["group"] = "A"; + $rarr["weight"] = $weight; + } else { + $rarr['st'] = 'err'; + $rarr['err'] = "無價格,請連絡資訊人員!"; + } + } else if ($source == "M") { + $db_query = "select id, price_a_1 from facility_maintenance_price where kind = '$kind' and seat = '$seat' and numberofstop = '$numberofstop' "; + $db_query .= "and speed = '$speed' and status = 'Y'"; + //echo $db_query;exit; + $res = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($res)) { + $id = $row[0]; + $price = $row[1]; + } + mysqli_free_result($res); + + if (!empty($id)) { + $rarr["id"] = $id; + $rarr["amt"] = $price; + } else { + $rarr['st'] = 'err'; + $rarr['err'] = "無價格,請連絡資訊人員!"; + } + } +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} +//print_r($rarr);exit; +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/pricereview_mi-api.php b/wms/mkt/pricereview_mi-api.php new file mode 100644 index 00000000..f2e6480d --- /dev/null +++ b/wms/mkt/pricereview_mi-api.php @@ -0,0 +1,191 @@ + 'ok', 'err' => ''); + +try { + if (empty($_POST) || empty($_POST["pa"])) throw new \Exception("parameter empty"); + + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + if (empty($pa)) throw new \Exception("parameter empty[2]"); + $opt = ""; + if (strpos($pa, ",")) list($id, $opt) = explode(",", $pa); + else $id = $pa; + + $person2weight_arr = [ "6" => "450", + "8" => "550", + "9" => "600", + "10" => "700", + "11" => "750", + "12" => "800", + "13" => "900", + "15" => "1000", + "17" => "1150", + "20" => "1350", + "24" => "1600"]; + + $mi_arr = []; + $i = $weight = 0; + $sql = "select note, item_qty, item_weight, item_op, item_spec from pricereview_item where mid = '$id' and item_group = 'A' order by item_no"; + $res = mysqli_query($link, $sql); + while ($row = mysqli_fetch_row($res)) { + list($etype, $persons, $floors, $speed) = explode(",", $row[0]); + $item_qty = $row[1]; // 數量 + $item_weight = $row[2]; // 載重 + $item_op = $row[3]; // 開門方式 + $item_spec = $row[4]; // 電梯規格 + $sql2 = "select o.*, r.* from elevator_mi_option o, elevator_quotation_rule r "; + $sql2 .= "where o.quotation_no = r.quotation_no and o.elevator_type = '$etype' "; + $sql2 .= "and ($item_weight between o.min_weight and o.max_weight) "; + $sql2 .= "and ($floors between o.min_floors and o.max_floors) "; + $sql2 .= "and ($speed between o.min_speed and o.max_speed) "; + if ($etype == "MAQ100" || $etype == "MAP100") { + $sql2 .= "and (o.model_no = '$persons') "; + } + $res_e = mysqli_query($link, $sql2); + if ($row_e = mysqli_fetch_assoc($res_e)) { + // 基准采购成本+±1停材料费+设计费+出口费用 + $part1 = $row_e["purchase_cost"]+($floors-$row_e["base_floor"])*$row_e["material_plus"]+$row_e["design"]*$row_e["design_hour"]+$row_e["export_fee"]; + // 利潤 + $profit = round($part1*$row_e["profit"]+$row_e["equip_profit"], 0); + // 設備 + $equipment_ntd = round(($part1+$profit)*$row_e["equipment"], 0); + // 報關+運輸 + $customs = round($equipment_ntd*$row_e["shipping"], 0)+$row_e["customs_shipping"]; + // 安裝基價 + $install_base = $row_e["install_price"]+$row_e["trial_price"]+$row_e["install_coef"]*$row_e["install_plus"]+$row_e["trial_coef"]*$row_e["trial_plus"]; + // 安裝成本 + $install_price = round($install_base+($row_e["install_plus"]+$row_e["trial_plus"])*($floors-$row_e["base_floor"]), 0); + // 起吊+木箱+耗材 + $woods = $row_e["crane"]+$row_e["wooden_box"]+$row_e["consume"]+$row_e["consumables"]; + // MI + $mi = $equipment_ntd+$customs+$row_e["unloading"]+$row_e["transport_site"]+$install_price+$row_e["free1y"]+$woods+$row_e["option_price"]; + + /* + $install_price = $row_e["install_price"] + $row_e["install_plus"]*($floors - $row_e["min_floors"]); // 安裝 + $trial_price = $row_e["trial_price"] + $row_e["trial_plus"]*($floors - $row_e["min_floors"]); // 試車 + $extra_fee = round($row_e["install_price"]*$row_e["extra_rate"], 0); // 預抓配合工程 + // 安裝成本 + $install_cost_total = $install_price + $trial_price + $extra_fee + $row_e["crane"] + $row_e["wooden_box"] + $row_e["consume"] + $row_e["consumables"]; + // 設計費 + $design_fee = $row_e["design"]*$row_e["design_hour"]; + // 利潤 + if (strpos($row_e["profit"], ".") !== false) { + $profit_amt = round(($row_e["purchase_cost"] + ($floors - $row_e["base_floor"])*$row_e["material_plus"] + $design_fee + $row_e["export_fee"])*$row_e["profit"], 0); + } else $profit_amt = $row_e["profit"]; + // 報價 + $quotation = $row_e["purchase_cost"] + ($floors - $row_e["base_floor"])*$row_e["material_plus"] + $design_fee + $row_e["export_fee"] + $profit_amt; + // 設備折合台幣 + $equipment_ntd = round($quotation*$row_e["equipment"], 0); + // 報關+運輸費 + if (strpos($row_e["shipping"], ".") !== false) { + $shipping_fee = round($equipment_ntd*$row_e["shipping"], 0); + } else $shipping_fee = $row_e["shipping"]; + // MI + $mi = $equipment_ntd + $shipping_fee + $row_e["unloading"] + $row_e["transport_site"] + $install_cost_total + $row_e["free1y"] + $row_e["option_price"] + $row_e["weight_price"]; + */ + // 拆梯價格 + $dismantle_fee = $polishing_fee = 0; + if ($opt == "R") { + $sql3 = "select item_spec, item_qty, note from pricereview_item where mid = '$id' and item_group = 'C'"; + $res_i = mysqli_query($link, $sql3); + while ($row_i = mysqli_fetch_assoc($res_i)) { + $sql4 = "select min_floors, price, price_plus from dismantle_mi_option where spec = '".$row_i["item_spec"]."' "; + $sql4 .= "and ($floors between min_floors and max_floors) "; + $sql4 .= "and version_date = '2023-09-04'"; + $res_d = mysqli_query($link, $sql4); + if ($row_d = mysqli_fetch_assoc($res_d)) { + $dismantle_fee += ($row_d["price"] + $row_d["price_plus"]*($floors - $row_d["min_floors"]))*$row_i["item_qty"]; + $polishing_fee += 3000*$row_i["note"]; + } + mysqli_free_result($res_d); + } + mysqli_free_result($res_i); + } + + // Option價格 + $oparr = []; + $option_fee = $j = 0; + $sql3 = "select id, price_id, item_spec, item_qty from pricereview_item "; + $sql3 .= "where mid = '$id' and item_group = 'B' and option_relate_spec like '%".$item_spec."%' order by item_no"; + $res_b = mysqli_query($link, $sql3); + while ($row_b = mysqli_fetch_assoc($res_b)) { + $sql4 = "select o.base_floor, o.base_floor_plus, o.price, r.equipment from option_mi o, elevator_quotation_rule r "; + $sql4 .= "where o.quotation_no = r.quotation_no and o.option_price_id = ".$row_b["price_id"]." "; + $sql4 .= "and ($item_weight between o.min_weight and o.max_weight) and o.open_kind = '$item_op'"; + $res_om = mysqli_query($link, $sql4); + $row_om = mysqli_fetch_assoc($res_om); + $plus = ($floors > $row_om["base_floor"]) ? ($floors - $row_om["base_floor"])*$row_om["base_floor_plus"] : 0; + + // 特例 + if ($row_b["price_id"] == "256" && ($floors < $row_om["base_floor"])) $row_om["price"] = 9815; + if ($row_b["price_id"] == "266" && $floors >= 20) $plus += 44.8; // 15层,14.6元/层(19层内,跳20层再追加44.8元) + + $option_amt = round(0+($row_om["price"]+$plus)*$row_b["item_qty"]*$row_om["equipment"], 0); + $option_fee += $option_amt; // option總金額 + $oparr[$j][0] = $row_b["item_spec"]; + $oparr[$j][1] = $option_amt; + $j++; + mysqli_free_result($res_om); + } + mysqli_free_result($res_b); + + $mi_arr[$i][0] = $mi*$item_qty + $dismantle_fee + $polishing_fee + $option_fee; + /* + $mi_arr[$i][1] = $row_e["purchase_cost"]; + $mi_arr[$i][2] = $row_e["material_plus"]; + $mi_arr[$i][3] = $design_fee; + $mi_arr[$i][4] = $row_e["export_fee"]; + $mi_arr[$i][5] = $profit_amt; + $mi_arr[$i][6] = $quotation; + */ + $mi_arr[$i][1] = 0+$equipment_ntd; + $mi_arr[$i][2] = 0+$customs; + $mi_arr[$i][3] = 0+$row_e["unloading"]; + $mi_arr[$i][4] = 0+$row_e["transport_site"]; + $mi_arr[$i][5] = 0+$install_price; + $mi_arr[$i][6] = 0+$row_e["free1y"]; + $mi_arr[$i][7] = 0+$woods; + $mi_arr[$i][8] = $row_e["equipment"]; + $mi_arr[$i][9] = 0+$row_e["option_price"]; + $mi_arr[$i][10] = 0+$dismantle_fee; + $mi_arr[$i][11] = 0+$polishing_fee; + $mi_arr[$i][12] = $mi_arr[$i][1]+$mi_arr[$i][2]+$mi_arr[$i][3]+$mi_arr[$i][4]+$mi_arr[$i][5]+$mi_arr[$i][6]+$mi_arr[$i][7]+$mi_arr[$i][9]+$mi_arr[$i][10]+$mi_arr[$i][11]; + $mi_arr[$i][13] = $option_fee; + $mi_arr[$i][14] = $oparr; + $i++; + } + mysqli_free_result($res_e); + } + mysqli_free_result($res); + + $rarr["content"] = $mi_arr; +}catch(\Exception $e) { + $rarr['st'] = 'err'; + $rarr['err'] = $e->getMessage(); +} + +echo json_encode($rarr, JSON_UNESCAPED_UNICODE); +exit; +?> \ No newline at end of file diff --git a/wms/mkt/pricereview_renovate-check.php b/wms/mkt/pricereview_renovate-check.php new file mode 100644 index 00000000..616a55a9 --- /dev/null +++ b/wms/mkt/pricereview_renovate-check.php @@ -0,0 +1,1026 @@ +"; + echo "alert('資料錯誤!!');"; + echo "window.history.go(-1);"; + echo ""; + exit; + } +} + +// 員工編號對應姓名表 +$accountname_arr = accountid2name(); + +// 審核按鈕開關 +$sign_on = 0; + +$data = $item_arr = $option_arr = $mn_arr = $ex_arr = $demolition_arr = $pay_arr = array(); +$checker_1_result = $checker_2_result = $checker_3_result = $checker_4_result = ""; +$db_query = "select * from pricereview_main where id = '$id'"; +/* +if ($res = mysqli_query($link, $db_query)) { + while ($row = mysqli_fetch_row($res)) { + list($id, $version, $company) + } +} +*/ +$res = mysqli_query($link, $db_query); +foreach ($res as $data) { + // 上層主管 + $sql = "select manager from account where accountid = '".$data["person"]."'"; + $res_a = mysqli_query($link, $sql); + $row_a = mysqli_fetch_row($res_a); + $manager = $row_a[0]; + mysqli_free_result($res_a); + // 瀏覽MI權限 + $depart_id = accountidToDepartId($user_id); + if ($depart_id == "320" || $depart_id == "321" || $depart_id == "20" || $user_id == "M0008") $viewmi = 1; + else $viewmi = 0; + + $sql = "select * from pricereview_sign where mid = '$id'"; + $res_s = mysqli_query($link, $sql); + $row_s = mysqli_fetch_assoc($res_s); + mysqli_free_result($res_s); + if (!empty($row_s["sign1"])) list($person1, $status1, $dtte1) = explode(",", $row_s["sign1"]); + else $person1 = $status1 = $dtte1 = ""; + if (!empty($row_s["sign2"])) list($person2, $status2, $dtte2) = explode(",", $row_s["sign2"]); + else $person2 = $status2 = $dtte2 = ""; + if (!empty($row_s["sign3"])) list($person3, $status3, $dtte3) = explode(",", $row_s["sign3"]); + else $person3 = $status3 = $dtte3 = ""; + if (!empty($row_s["sign4"])) list($person4, $status4, $dtte4) = explode(",", $row_s["sign4"]); + else $person4 = $status4 = $dtte4 = ""; + $sign1_note = (empty($row_s["sign1_note"])) ? "" : $row_s["sign1_note"]; + $sign2_note = (empty($row_s["sign2_note"])) ? "" : $row_s["sign2_note"]; + $sign3_note = (empty($row_s["sign3_note"])) ? "" : $row_s["sign3_note"]; + $sign4_note = (empty($row_s["sign4_note"])) ? "" : $row_s["sign4_note"]; + if ($status1 == "Y") { + $checker_1_result = "同意"; + } elseif ($status1 == "N") { + $checker_1_result = "不同意"; + } + if ($status2 == "Y") { + $checker_2_result = "同意"; + } elseif ($status2 == "N") { + $checker_2_result = "不同意"; + } + if ($status3 == "Y") { + $checker_3_result = "同意"; + } elseif ($status3 == "N") { + $checker_3_result = "不同意"; + } + if ($status4 == "Y") { + $checker_4_result = "同意"; + } elseif ($status4 == "N") { + $checker_4_result = "不同意"; + } + if ($st == 1 && ($person1 == $user_id) && ($status1 == "")) { + $sign_on = 1; + } + if ($st == 2 && ($person2 == $user_id) && ($status2 == "")) { + $sign_on = 1; + } + if ($st == 3 && ($person3 == $user_id) && ($status3 == "")) { + $sign_on = 1; + } + if ($st == 4 && ($person4 == $user_id) && ($status4 == "")) { + $sign_on = 1; + } + // $sign_total=關卡數 + if ($person4 == "") { + if ($person3 == "") { + $sign_total = 1; + } else { + $sign_total = 2; + } + } else { + $sign_total = 3; + } + /* + if (!$data["checker_1"] && !$data["checker_2"] && !$data["checker_3"]) $allow_st = 1; + else if (!$data["checker_2"] && !$data["checker_3"]) $allow_st = 2; + else if (!$data["checker_3"]) $allow_st = 3; + if ($data["checker_1_result"]) { + if ($data["checker_1_result"] == "Y") $checker_1_result = "通過"; + else if ($data["checker_1_result"] == "N") { + $stopchk = 1; + $checker_1_result = "拒絕"; + } + } + if ($data["checker_2_result"]) { + if ($data["checker_2_result"] == "Y") $checker_2_result = "通過"; + else if ($data["checker_2_result"] == "N") { + $stopchk = 1; + $checker_2_result = "拒絕"; + } + } + if ($data["checker_3_result"]) { + if ($data["checker_3_result"] == "Y") $checker_3_result = "通過"; + else if ($data["checker_3_result"] == "N") { + $stopchk = 1; + $checker_3_result = "拒絕"; + } + } + */ + + /* + if ($st != $allow_st) { + mysqli_free_result($res); + mysqli_close($link); + echo ""; + } + */ + $mid = $data["id"]; + $data["qty_total"] = 0; + $db_query = "select * from pricereview_item where mid = '$mid' order by item_group, item_no"; + $res_i = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_assoc($res_i)) { + if ($row['item_group'] == "A") { + $item_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $item_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $item_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $item_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $item_arr[$row['item_no']]['item_price_ct'] = $row['item_price_ct']; + $item_arr[$row['item_no']]['item_price'] = $row['item_price']; + $item_arr[$row['item_no']]['pv_rate'] = $row['pv_rate']; + $item_arr[$row['item_no']]['allocate'] = $row['allocate']; + $item_arr[$row['item_no']]['gross_profit'] = $row['gross_profit']; + $item_arr[$row['item_no']]['gross_profit_rate'] = $row['gross_profit_rate']; + $item_arr[$row['item_no']]['note'] = $row['note']; + $item_arr[$row['item_no']]['mi_fix'] = $row['mi_fix']; + $data["qty_total"] += $row["item_qty"]; + } elseif ($row['item_group'] == "B") { + $option_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $option_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $option_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $option_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $option_arr[$row['item_no']]['memo'] = $row['memo']; + $option_arr[$row['item_no']]['option_relate_spec'] = $row['option_relate_spec']; + } elseif ($row['item_group'] == "D") { + $mn_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $mn_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $mn_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $mn_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $mn_arr[$row['item_no']]['note'] = $row['note']; + $mn_arr[$row['item_no']]['memo'] = $row['memo']; + } elseif ($row['item_group'] == "E") { + $ex_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $ex_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $ex_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $ex_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $ex_arr[$row['item_no']]['note'] = $row['note']; + } elseif ($row['item_group'] == "C") { + $demolition_arr[$row['item_no']]['item_spec'] = $row['item_spec']; + $demolition_arr[$row['item_no']]['item_unit_price'] = $row['item_unit_price']; + $demolition_arr[$row['item_no']]['item_qty'] = $row['item_qty']; + $demolition_arr[$row['item_no']]['item_price_bp'] = $row['item_price_bp']; + $demolition_arr[$row['item_no']]['note'] = $row['note']; + } + } + mysqli_free_result($res_i); + $data["price_total_broken"] = $data["price_total"] - $data["price_lowest"]; + $data["price_broken"] = ($data["qty_total"]) ? round($data["price_total_broken"]/$data["qty_total"], 1) : 0; + + // 付款辦法 + $pay_all_scale = $pay_all_amount = 0; + $sql = "select * from pricereview_pay where mid = '$mid' order by pay_kind"; + $res_p = mysqli_query($link, $sql); + while ($row_p = mysqli_fetch_assoc($res_p)) { + $pay_arr[$row_p["pay_kind"]]["pay_scale"] = $row_p["pay_scale"]; + $pay_arr[$row_p["pay_kind"]]["pay_amount"] = $row_p["pay_amount"]; + $pay_arr[$row_p["pay_kind"]]["pay_period"] = $row_p["pay_period"]; + $pay_arr[$row_p["pay_kind"]]["pay_note"] = $row_p["pay_note"]; + $pay_all_scale += $row_p["pay_scale"]; + $pay_all_amount += $row_p["pay_amount"]; + } + mysqli_free_result($res_p); + ?> + + + + + + +名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
Record has added successfully
"; + } +} +*/ +?> + +名稱 | +規格 | +備註 | +配置 | +單位 | +定價 | +
---|---|---|---|---|---|
'.$opt_kind_arr[$k].' | |||||
".$k2." | "; + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
'.$k2.' | '; + } else { + $option_str .= ' '; + } + $option_str .= "".$v3["spec"]." | "; + $option_str .= "".$v3["memo"]." | "; + $option_str .= "".$optional." | "; + $option_str .= "".$v3["unit"]." | "; + $option_str .= "".number_format($v3["price"])." | "; + $option_str .= "
項次 | +卷號 | +營業員 | +客戶名稱 | +案件名稱 | +牌價總額 | +售價總額 | +價率 | +預定成交日 | +預定交期 | +建檔人 | +建檔時間 | +功能 | +區經理 | +工務副總 | +總經理 | +狀態 | +合約書下載 | + +
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + | % | ++ | + | + | + | + + 修改 + 刪除 + + 填規調 + + " class="btn btn-warning btn-sm">檢視 + | +
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if ($sign_st==1 && $sign_nt==$user_id && $data["status"]=="YS") { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + if ($sign_st==1 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else if ($sign_st > 1 || $data['last_check_result']) { // 過了這關或已完成流程 + list($uperson, $ustatus, $udtte) = explode(",", $sign1); + if ($ustatus == "Y") $str = ""; + else $str = ""; + $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else $str = "--"; + */ + + /* + if ($data["checker_1_result"] == "Y") { + $str = ""; + } elseif ($data["checker_1_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } else { + if ($data["checker_1_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_1"]." ".$data["checker_1_dt"]; + } + else $str = "--"; + }*/ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($sign_st == 3) && ($sign_nt == $user_id)) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + /* + $str = ""; + if ($sign_st==3 && $sign_nt==$user_id) { + $str = ""; + $str = "".$str.""; + } else $str = "--"; + */ + + /* + if ($data["checker_3_result"] == "Y") { + $str = ""; + } elseif ($data["checker_3_result"] == "N") { + $str = ""; + } else { + $str = ""; + } + if (!$oneself) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } else { + if ($data["checker_3_result"]) { + $str = "".$str.""; + $str .= " ".$data["checker_3"]." ".$data["checker_3_dt"]; + } + else $str = "--"; + } + */ + //echo $str; + ?> + |
+
+ ";
+ elseif ($ustatus == "N") $str = "";
+ $str .= " ".$accountname_arr[$uperson]." ".$udtte; + } else { + if (($data["status"] == "YS") && ($sign_st == 4) && ($sign_nt == $user_id)) { + $str = ""; + $str = "待簽核"; + $str = "".$str.""; + } else $str = "--"; + } + echo $str; + ?> + |
+ + + | + + 合約書申請 + + | +
您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + if ($end_flow) { + end_flow("prm", "prm02", $id, $contractno_h); + } + } + mysqli_close($link); + echo ""; +} +?> \ No newline at end of file diff --git a/wms/mkt/pricereview_renovate-record-submit.php b/wms/mkt/pricereview_renovate-record-submit.php new file mode 100644 index 00000000..4ea7ea35 --- /dev/null +++ b/wms/mkt/pricereview_renovate-record-submit.php @@ -0,0 +1,340 @@ +全汰改 + */ +if ($_SERVER["REQUEST_METHOD"] == "POST") { + //print_r($_REQUEST);exit; + foreach ($_POST as $k => $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + // 同客戶同電梯不能重覆價審 + /* + $warr = []; + $fp_id_str = ""; + $fp_id_arr = explode(",", $fp_id_all); + foreach ($fp_id_arr as $val) { + if ($val && $val>0) $fp_id_str .= $val.","; + } + $fp_id_str = rtrim($fp_id_str, ","); + $db_query = "select i.item_spec from pricereview_main m, pricereview_item i "; + $db_query .= "where m.id = i.mid and contractno = '$contractno' and fp_id in ($fp_id_str) and last_check_result <> 'N'"; + $res = mysqli_query($link, $db_query); + while ($row = mysqli_fetch_row($res)) { + $warr[] = $row[0]; + } + $warning = implode("、", $warr); + if ($warning) { + echo ""; + } + */ + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 客戶資料 + $sql = "select vol_no, salesman, customer, address from hope_elevator_customer where vol_no = '$vol_no'"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + list($contractno, $person, $company, $address) = $row; + mysqli_free_result($res); + + // 同一卷號只限一筆價審 + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('Y1', 'YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row = mysqli_fetch_row($res); + if ($row[0] > 0) { + echo ""; + exit; + } + + // 上傳報價單 + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$vol_no."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + } else $target_file1 = ""; + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$vol_no."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$vol_no."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + } else $target_file2 = ""; + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "insert into pricereview_main(contractno, ekind, person, company, case_name, address, price_lowest, "; + $db_query .= "price_total, price_rate, special_fee, predeal_date, facilitok_date, penalty, deposit_rate, keep_rate, "; + $db_query .= "warranty_rate, memo, status, attatch1, attatch2, creater, create_at) values ("; + $db_query .= "'$contractno', '汰改', '$person', '$company', '$case_name', '$address', '$price_lowest', "; + $db_query .= "'$price_total', '$price_rate', '$special_fee', '$predeal_date', '$facilitok_date', '$penalty', '$deposit_rate', '$keep_rate', "; + $db_query .= "'$warranty_rate', '$memo', '$status', '$target_file1', '$target_file2', '$user_id', '$create_at')"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($mid = mysqli_insert_id($link)) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_group_arr = explode(",", $item_group_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + // 非全汰改=REN + $renovate_flag = ""; + if (preg_match("/M1/", $fp_kind_all)) $renovate_flag = "REN"; + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $item_no = 1; + for ($i=0; $i您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/pricereview_renovate-record-update.php b/wms/mkt/pricereview_renovate-record-update.php new file mode 100644 index 00000000..73bff7cf --- /dev/null +++ b/wms/mkt/pricereview_renovate-record-update.php @@ -0,0 +1,461 @@ + $v) { + $$k = htmlspecialchars(stripslashes(trim($v))); + } + + $price_total = str_replace(",", "", $price_total); + $price_lowest = str_replace(",", "", $price_lowest); + $pay_amount = str_replace(",", "", $pay_amount); + $pay_all_amount = str_replace(",", "", $pay_all_amount); + $special_fee = str_replace(",", "", $special_fee); + if (empty($deposit_rate)) $deposit_rate = 0; + if (empty($keep_rate)) $keep_rate = 0; + if (empty($warranty_rate)) $warranty_rate = 0; + if (empty($special_fee)) $special_fee = 0; + $status = ($pmstatus == "tosign") ? "YS" : "Y1"; // YS:提交 Y1:保存 + $st_str = ($status == "YS") ? "提交" : "保存"; + $create_at = date("Y-m-d H:i:s"); + $tds = date("Y-m-d"); + + // 同一卷號只限一筆價審 + $db_query = "select contractno from pricereview_main where id = '$id'"; + $result = mysqli_query($link, $db_query); + if ($row = mysqli_fetch_row($result)) { + $contractno = $row[0]; + $sql = "select count(*) from pricereview_main where contractno = '$contractno' and status in ('YS', 'YY')"; + $res = mysqli_query($link, $sql); + $row_c = mysqli_fetch_row($res); + if ($row_c[0] > 0) { + echo ""; + exit; + } + } else { + echo ""; + exit; + } + + // 上傳報價單 + $sql_atta = ""; + $target_dir = "pricereview-uploads/"; + if ($_FILES["attatch1"]["error"] == 0) { + $file_name = $_FILES["attatch1"]["name"]; + $temp_file_name = $_FILES["attatch1"]["tmp_name"]; + $file_size = $_FILES["attatch1"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file1 = $target_dir.$contractno."-price-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_1 = move_uploaded_file($temp_file_name, $target_file1); + $sql_atta .= "attatch1 = '$target_file1', "; + } else { + $target_file1 = ""; + if ($file_price_del == 1) { + foreach (glob($target_dir.$contractno."-price-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch1 = NULL, "; + } + } + + // 上傳附表一 + if ($_FILES["attatch2"]["error"] == 0) { + $file_name = $_FILES["attatch2"]["name"]; + $temp_file_name = $_FILES["attatch2"]["tmp_name"]; + $file_size = $_FILES["attatch2"]["size"]; + $img_file_type = pathinfo($file_name, PATHINFO_EXTENSION); + $target_file2 = $target_dir.$contractno."-appendix-".$tds.".".$img_file_type; + $upload_ok = 1; + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $upload_res_2 = move_uploaded_file($temp_file_name, $target_file2); + $sql_atta .= "attatch2 = '$target_file2', "; + } else { + $target_file2 = ""; + if ($file_appendix_del == 1) { + foreach (glob($target_dir.$contractno."-appendix-*") as $todelfile) { + unlink($todelfile); + } + $sql_atta = "attatch2 = NULL, "; + } + } + + if (($target_file1 && !$upload_res_1) || ($target_file2 && !$upload_res_2)) { + echo ""; + exit; + } + + // 價格審查單-主文 pricereview_main + $db_query = "update pricereview_main set price_lowest = '$price_lowest', price_total = '$price_total', price_rate = '$price_rate', special_fee = '$special_fee', predeal_date = '$predeal_date', "; + $db_query .= "facilitok_date = '$facilitok_date', penalty = '$penalty', deposit_rate = '$deposit_rate', keep_rate = '$keep_rate', warranty_rate = '$warranty_rate', "; + $db_query .= $sql_atta; + $db_query .= "memo = '$memo', status = '$status', creater = '$user_id', create_at = '$create_at' "; + $db_query .= "where id = '$id'"; + $result = mysqli_query($link, $db_query); + $affected = mysqli_affected_rows($link); + if ($affected > 0) { + // 價格審查單-明細項目 pricereview_item:電梯 + $fp_id_arr = explode(",", $fp_id_all); + $fp_kind_arr = explode(",", $fp_kind_all); + $fp_seat_arr = explode(",", $fp_seat_all); + $fp_numberofstop_arr = explode(",", $fp_numberofstop_all); + $fp_speed_arr = explode(",", $fp_speed_all); + $fp_item_arr = explode(",", $fp_item_all); // 留下的電梯ID + $fp_act_arr = explode(",", $fp_act_all); // U:update I:insert + $fp_del_arr = explode(",", $fp_del); // 刪除的電梯ID + $item_weight_arr = explode(",", $item_weight_all); + $item_op_arr = explode(",", $item_op_all); + $item_spec_arr = explode(",", $item_spec_all); + $item_unit_price_arr = explode(",", $item_unit_price_all); + $item_qty_arr = explode(",", $item_qty_all); + $item_qty_ori_arr = explode(",", $item_qty_ori_all); + $item_price_bp_arr = explode(",", $item_price_bp_all); + $item_price_ct_arr = explode(",", rtrim($item_price_ct_all, ",")); + $item_price_arr = explode(",", $item_price_all); + $gross_profit_arr = explode(",", $gross_profit_all); + $item_price_arr = $gross_profit_arr = []; // 先reset, 等審核才產出 + + // 如果售價變動或電梯數量異動,售價則平均分攤到每台 + $avg_fg = 0; + foreach ($item_price_bp_arr as $k => $v) { + if ($v && !isset($item_price_ct_arr[$k])) { + $avg_fg = 1; + break; + } + } + foreach ($item_qty_ori_arr as $k => $v) { + if ($v != $item_qty_arr[$k]) { + $avg_fg = 1; + break; + } + } + if ($price_total_ori != $price_total) $avg_fg = 1; + if ($avg_fg) { + $item_price_ct2_arr = []; + $price_total_item = 0; + foreach ($item_qty_arr as $k => $v) { + $price = floor(($price_total/array_sum($item_qty_arr))*$v); + $item_price_ct2_arr[] = $price; + if ($k < count($item_qty_arr)-1) $price_total_item += $price; + } + $item_price_ct2_arr[count($item_qty_arr)-1] = $price_total - $price_total_item; + $item_price_ct_arr = $item_price_ct2_arr; + } + + $to_ins_arr = []; // 準備要新增的項目 + if (count($fp_item_arr) > 0) { + foreach ($fp_item_arr as $k => $iid) { + if (empty($iid) && $fp_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $fp_kind_arr[$k] = (isset($fp_kind_arr[$k])) ? $fp_kind_arr[$k] : ""; + $fp_seat_arr[$k] = (isset($fp_seat_arr[$k])) ? $fp_seat_arr[$k] : ""; + $fp_numberofstop_arr[$k] = (isset($fp_numberofstop_arr[$k])) ? $fp_numberofstop_arr[$k] : ""; + $fp_speed_arr[$k] = (isset($fp_speed_arr[$k])) ? $fp_speed_arr[$k] : ""; + $note = $fp_kind_arr[$k].",".$fp_seat_arr[$k].",".$fp_numberofstop_arr[$k].",".$fp_speed_arr[$k]; + $db_query = "update pricereview_item set item_unit_price = '$item_unit_price_arr[$k]', item_qty = '$item_qty_arr[$k]', "; + $db_query .= "item_price_bp = '$item_price_bp_arr[$k]', item_price_ct = '$item_price_ct_arr[$k]', note = '$note', "; + $db_query .= "item_spec = '$item_spec_arr[$k]', item_weight = '$item_weight_arr[$k]', item_op = '$item_op_arr[$k]' "; + $db_query .= "where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + } + if (count($fp_del_arr) > 0) { + foreach ($fp_del_arr as $k => $iid) { + if (empty($iid)) continue; + $db_query = "delete from pricereview_item where id = '$iid'"; + $result = mysqli_query($link, $db_query); + } + } + if (count($to_ins_arr) > 0) { + $db_query = "select max(item_no) from pricereview_item where mid = '$id' and item_group = 'A'"; + $result = mysqli_query($link, $db_query); + $row = mysqli_fetch_row($result); + $nextno = $row[0] + 1; + foreach ($to_ins_arr as $v) { + if (!$fp_id_arr[$v]) $fp_id_arr[$v] = 0; + $note = $fp_kind_arr[$v].",".$fp_seat_arr[$v].",".$fp_numberofstop_arr[$v].",".$fp_speed_arr[$v]; + $db_query = "insert into pricereview_item (mid, price_id, item_no, item_spec, item_weight, item_op, item_group, item_unit_price, item_qty, item_price_bp, "; + $db_query .= "item_price_ct, item_price, gross_profit, gross_profit_rate, note) values ("; + $db_query .= "'$id', '$fp_id_arr[$v]', '$nextno', '$item_spec_arr[$v]', '$item_weight_arr[$v]', '$item_op_arr[$v]', 'A', '$item_unit_price_arr[$v]', '$item_qty_arr[$v]', '$item_price_bp_arr[$v]', "; + $db_query .= "'$item_price_ct_arr[$v]', '0', '0', '0', '$note')"; + $result = mysqli_query($link, $db_query); + $nextno++; + } + } + + // 價格審查單-明細項目 pricereview_item:Option加價 + $op_id_arr = explode(",", $op_id_all); + $op_item_arr = explode(",", $op_item_all); // 留下的OPTION ID + $op_act_arr = explode(",", $op_act_all); // U:update I:insert + $op_del_arr = explode(",", $op_del); // 刪除的OPTION ID + $option_seat_all = str_replace("點選", "", $option_seat_all); + $option_seat_arr = explode(",", str_replace("@@", "", $option_seat_all)); + $option_unit_price_arr = explode(",", $option_unit_price_all); + $option_qty_arr = explode(",", $option_qty_all); + $option_price_bp_arr = explode(",", $option_price_bp_all); + $option_memo_arr = explode("@@,", rtrim($option_memo_all, "@@")); + $option_relate_facil_arr = explode(",", htmlspecialchars_decode($option_relate_facil_all)); + $to_ins_arr = []; // 準備要新增的項目 + if (count($op_item_arr) > 0) { + foreach ($op_item_arr as $k => $iid) { + if (empty($iid) && $op_act_arr[$k] == "I") { + $to_ins_arr[] = $k; + } else { + $option_relate_facil_tmp_arr = explode("您有待簽核案件,請至客戶管理 > 價格審查_汰改,點擊「待簽核」進行作業,謝謝!
"; + $sendmail->sendx($title, $content, $mail_list); + } + } + } + } + + mysqli_close($link); + if ($affected > 0) { + echo ""; + } else { + echo ""; + } +} +?> \ No newline at end of file diff --git a/wms/mkt/specsurvey-create.php b/wms/mkt/specsurvey-create.php new file mode 100644 index 00000000..f2b45480 --- /dev/null +++ b/wms/mkt/specsurvey-create.php @@ -0,0 +1,2011 @@ + + + +Record has added successfully
"; + } +} +*/ +?> + +項次 | +日期版號 | +卷號 | +客戶名稱 | +預定交期 | +規格 | +號機 | + +用途 | +類型 | +修改者 | +修改時間 | +功能 | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + + | + | + | + | + | &function=specsurvey&" class="btn btn-warning btn-sm">檢視 | + +
Record has added successfully
"; + } +} +*/ +?> + +項次 | +日期版號 | +卷號 | +客戶名稱 | +預定交期 | +規格 | +號機 | + +用途 | +類型 | +修改者 | +修改時間 | +功能 | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ | + | + | + | + | + | + + | + | + | + | + | &function=specsurvey_renovate&" class="btn btn-warning btn-sm">檢視 | + +