Version Description
- Feature: Create table from New data source type: Nested JSON
- Feature: JSON authentication
- Compatibility with WordPress 6.0.3 approved. Other small bug fixes and stability improvements.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.1.44 |
Comparing to | |
See all releases |
Code changes from version 2.1.43 to 2.1.44
- assets/css/admin/admin.css +28 -0
- assets/css/admin/edit_table.css +2 -1
- assets/css/bootstrap/wpdatatables-bootstrap.css +6 -1
- assets/css/bootstrap/wpdatatables-bootstrap.min.css +1 -2
- assets/js/wpdatatables/admin/table-settings/main.js +152 -1
- assets/js/wpdatatables/admin/table-settings/table_config_object.js +82 -2
- config/config.inc.php +1 -1
- controllers/wdt_admin_ajax_actions.php +44 -1
- readme.txt +21 -7
- source/class.wdtbrowsetable.php +3 -0
- source/class.wdtconfigcontroller.php +74 -2
- source/class.wdtnestedjson.php +390 -0
- source/class.wdttools.php +3 -0
- source/class.wpdatatable.php +41 -1
- source/class.wpdatatablecache.php +3 -0
- templates/admin/constructor/steps/constructor_1.inc.php +1 -1
- templates/admin/dashboard/dashboard.inc.php +5 -2
- templates/admin/lite-vs-premium/lite_vs_premium.inc.php +26 -0
- templates/admin/table-settings/custom_headers_row_block.inc.php +32 -0
- templates/admin/table-settings/edit_table.inc.php +4 -0
- templates/admin/table-settings/table_settings_block.inc.php +153 -0
- wpdatatables.php +2 -1
assets/css/admin/admin.css
CHANGED
@@ -1575,6 +1575,34 @@ div.mce-widget button i.mce-i-wpdatachart{
|
|
1575 |
-webkit-user-select: none;
|
1576 |
cursor: not-allowed !important;
|
1577 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1578 |
|
1579 |
@media only screen and (max-width : 1025px) {
|
1580 |
.wpdt-c .wdt-rating-button {
|
1575 |
-webkit-user-select: none;
|
1576 |
cursor: not-allowed !important;
|
1577 |
}
|
1578 |
+
.wdt-nested-json-custom-headers-container {
|
1579 |
+
padding: 10px 10px 0 10px;
|
1580 |
+
border: 1px solid #D7D9E2;
|
1581 |
+
box-sizing: border-box;
|
1582 |
+
box-shadow: 0 1px 2px rgb(90 108 137 / 8%) !important;
|
1583 |
+
border-radius: 3px;
|
1584 |
+
}
|
1585 |
+
|
1586 |
+
.wpdt-c #wdt-get-nested-json-roots {
|
1587 |
+
padding: 10px 12px;
|
1588 |
+
width: 100%;
|
1589 |
+
}
|
1590 |
+
.wdt-custom-headers-row-rule textarea.form-control.input-sm {
|
1591 |
+
border: 1px solid #D7D9E2 !important;
|
1592 |
+
padding: 10px 12px !important;
|
1593 |
+
box-sizing: border-box;
|
1594 |
+
box-shadow: 0 1px 2px rgb(90 108 137 / 8%) !important;
|
1595 |
+
border-radius: 3px;
|
1596 |
+
resize: vertical !important;
|
1597 |
+
height: 40px;
|
1598 |
+
}
|
1599 |
+
.wdt-custom-headers-row-rule .wdt-delete-custom-headers-row-rule.btn {
|
1600 |
+
background: #ffffff;
|
1601 |
+
font-size: 20px !important;
|
1602 |
+
line-height: 24px !important;
|
1603 |
+
color: #5A6C89;
|
1604 |
+
margin-top: 3px;
|
1605 |
+
}
|
1606 |
|
1607 |
@media only screen and (max-width : 1025px) {
|
1608 |
.wpdt-c .wdt-rating-button {
|
assets/css/admin/edit_table.css
CHANGED
@@ -591,7 +591,8 @@ div.wdt-column-block.gu-mirror span {
|
|
591 |
font-size: 15px;
|
592 |
}
|
593 |
|
594 |
-
.wpdt-c .wdt-table-settings .input-path-block .fg-line
|
|
|
595 |
width: 75%;
|
596 |
}
|
597 |
|
591 |
font-size: 15px;
|
592 |
}
|
593 |
|
594 |
+
.wpdt-c .wdt-table-settings .input-path-block .fg-line,
|
595 |
+
.wpdt-c .wdt-table-settings .input-nested-json-url-block .fg-line {
|
596 |
width: 75%;
|
597 |
}
|
598 |
|
assets/css/bootstrap/wpdatatables-bootstrap.css
CHANGED
@@ -1945,7 +1945,7 @@
|
|
1945 |
margin-right: -15px;
|
1946 |
}
|
1947 |
|
1948 |
-
.wpdt-c .col-sm-0-8, .wpdt-c .col-xs-1, .wpdt-c .col-sm-1, .wpdt-c .col-md-1, .wpdt-c .col-lg-1, .wpdt-c .col-xs-2, .wpdt-c .col-sm-2, .wpdt-c .col-md-2, .wpdt-c .col-lg-2, .wpdt-c .col-sm-0-4, .wpdt-c .col-sm-2-6, .col-sm-5-5, .wpdt-c .col-xs-3, .wpdt-c .col-sm-3, .wpdt-c .col-md-3, .wpdt-c .col-lg-3, .wpdt-c .col-xs-4, .wpdt-c .col-sm-4, .wpdt-c .col-sm-1-0, .wpdt-c .col-sm-2-0, .wpdt-c .col-md-4, .wpdt-c .col-lg-4, .wpdt-c .col-xs-5, .wpdt-c .col-sm-5, .wpdt-c .col-md-5, .wpdt-c .col-lg-5, .wpdt-c .col-xs-6, .wpdt-c .col-sm-6, .wpdt-c .col-md-6, .wpdt-c .col-lg-6, .wpdt-c .col-xs-7, .wpdt-c .col-sm-7, .wpdt-c .col-md-7, .wpdt-c .col-lg-7, .wpdt-c .col-xs-8, .wpdt-c .col-sm-8, .wpdt-c .col-md-8, .wpdt-c .col-lg-8, .wpdt-c .col-xs-9, .wpdt-c .col-sm-9, .wpdt-c .col-md-9, .wpdt-c .col-lg-9, .wpdt-c .col-xs-10, .wpdt-c .col-sm-10, .wpdt-c .col-md-10, .wpdt-c .col-lg-10, .wpdt-c .col-xs-11, .wpdt-c .col-sm-11, .wpdt-c .col-md-11, .wpdt-c .col-lg-11, .wpdt-c .col-xs-12, .wpdt-c .col-sm-12, .wpdt-c .col-md-12, .wpdt-c .col-lg-12 {
|
1949 |
position: relative;
|
1950 |
min-height: 1px;
|
1951 |
padding-left: 15px;
|
@@ -2180,6 +2180,7 @@
|
|
2180 |
.wpdt-c .col-sm-4,
|
2181 |
.wpdt-c .col-sm-5,
|
2182 |
.wpdt-c .col-sm-5-5,
|
|
|
2183 |
.wpdt-c .col-sm-0-4,
|
2184 |
.wpdt-c .col-sm-1-0,
|
2185 |
.wpdt-c .col-sm-2-0,
|
@@ -2225,6 +2226,10 @@
|
|
2225 |
width: 48%;
|
2226 |
}
|
2227 |
|
|
|
|
|
|
|
|
|
2228 |
.wpdt-c .col-sm-5 {
|
2229 |
width: 41.66666667%;
|
2230 |
}
|
1945 |
margin-right: -15px;
|
1946 |
}
|
1947 |
|
1948 |
+
.wpdt-c .col-sm-0-8, .wpdt-c .col-xs-1, .wpdt-c .col-sm-1, .wpdt-c .col-md-1, .wpdt-c .col-lg-1, .wpdt-c .col-xs-2, .wpdt-c .col-sm-2, .wpdt-c .col-md-2, .wpdt-c .col-lg-2, .wpdt-c .col-sm-0-4, .wpdt-c .col-sm-2-6, .col-sm-5-5, .wpdt-c .col-xs-3, .wpdt-c .col-sm-3, .wpdt-c .col-md-3, .wpdt-c .col-lg-3, .wpdt-c .col-xs-4, .wpdt-c .col-sm-4, .wpdt-c .col-sm-1-0, .wpdt-c .col-sm-2-0, .wpdt-c .col-md-4, .wpdt-c .col-lg-4, .wpdt-c .col-xs-5, .wpdt-c .col-sm-5,.wpdt-c .col-sm-5-3, .wpdt-c .col-md-5, .wpdt-c .col-lg-5, .wpdt-c .col-xs-6, .wpdt-c .col-sm-6, .wpdt-c .col-md-6, .wpdt-c .col-lg-6, .wpdt-c .col-xs-7, .wpdt-c .col-sm-7, .wpdt-c .col-md-7, .wpdt-c .col-lg-7, .wpdt-c .col-xs-8, .wpdt-c .col-sm-8, .wpdt-c .col-md-8, .wpdt-c .col-lg-8, .wpdt-c .col-xs-9, .wpdt-c .col-sm-9, .wpdt-c .col-md-9, .wpdt-c .col-lg-9, .wpdt-c .col-xs-10, .wpdt-c .col-sm-10, .wpdt-c .col-md-10, .wpdt-c .col-lg-10, .wpdt-c .col-xs-11, .wpdt-c .col-sm-11, .wpdt-c .col-md-11, .wpdt-c .col-lg-11, .wpdt-c .col-xs-12, .wpdt-c .col-sm-12, .wpdt-c .col-md-12, .wpdt-c .col-lg-12 {
|
1949 |
position: relative;
|
1950 |
min-height: 1px;
|
1951 |
padding-left: 15px;
|
2180 |
.wpdt-c .col-sm-4,
|
2181 |
.wpdt-c .col-sm-5,
|
2182 |
.wpdt-c .col-sm-5-5,
|
2183 |
+
.wpdt-c .col-sm-5-3,
|
2184 |
.wpdt-c .col-sm-0-4,
|
2185 |
.wpdt-c .col-sm-1-0,
|
2186 |
.wpdt-c .col-sm-2-0,
|
2226 |
width: 48%;
|
2227 |
}
|
2228 |
|
2229 |
+
.wpdt-c .col-sm-5-3 {
|
2230 |
+
width: 44%;
|
2231 |
+
}
|
2232 |
+
|
2233 |
.wpdt-c .col-sm-5 {
|
2234 |
width: 41.66666667%;
|
2235 |
}
|
assets/css/bootstrap/wpdatatables-bootstrap.min.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap);
|
2 |
/*!
|
3 |
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
4 |
* Copyright 2011-2015 Twitter, Inc.
|
@@ -8,4 +7,4 @@
|
|
8 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
9 |
@font-face{font-family:'wpDataTablesIcons'!important;src:url(../../fonts/wpDataTablesIcons.eot);src:url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'),url(../../fonts/wpDataTablesIcons.woff) format('woff'),url(../../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg')}.wpdt-c article,.wpdt-c aside,.wpdt-c details,.wpdt-c figcaption,.wpdt-c figure,.wpdt-c footer,.wpdt-c header,.wpdt-c hgroup,.wpdt-c main,.wpdt-c menu,.wpdt-c nav,.wpdt-c section,.wpdt-c summary{display:block}.wpdt-c audio,.wpdt-c canvas,.wpdt-c progress,.wpdt-c video{display:inline-block;vertical-align:baseline}.wpdt-c audio:not([controls]){display:none;height:0}.wpdt-c [hidden],.wpdt-c template{display:none}.wpdt-c a{background-color:transparent}.wpdt-c a:active,.wpdt-c a:hover{outline:0}.wpdt-c abbr[title]{border-bottom:1px dotted}.wpdt-c b,.wpdt-c strong{font-weight:700}.wpdt-c dfn{font-style:italic}.wpdt-c h1{font-size:2em;margin:.67em 0}.wpdt-c mark{background:#ff0;color:#000}.wpdt-c small{font-size:80%}.wpdt-c sub,.wpdt-c sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wpdt-c sup{top:-.5em}.wpdt-c sub{bottom:-.25em}.wpdt-c img{border:0}.wpdt-c svg:not(:root){overflow:hidden}.wpdt-c figure{margin:1em 40px}.wpdt-c hr{box-sizing:content-box;height:0}.wpdt-c pre{overflow:auto}.wpdt-c code,.wpdt-c kbd,.wpdt-c samp{font-family:monospace,monospace;font-size:1em}.wpdt-c button,.wpdt-c input,.wpdt-c optgroup,.wpdt-c select,.wpdt-c textarea{color:inherit;font:inherit;margin:0}.wpdt-c button{overflow:visible}.wpdt-c button,.wpdt-c select{text-transform:none}.wpdt-c button,.wpdt-c html input[type="button"],.wpdt-c input[type="reset"],.wpdt-c input[type="submit"]{-webkit-appearance:button;cursor:pointer}.wpdt-c button[disabled],.wpdt-c html input[disabled]{cursor:default}.wpdt-c button::-moz-focus-inner,.wpdt-c input::-moz-focus-inner{border:0;padding:0}.wpdt-c input{line-height:normal}.wpdt-c input[type="checkbox"],.wpdt-c input[type="radio"]{box-sizing:border-box;padding:0}.wpdt-c input[type="number"]::-webkit-inner-spin-button,.wpdt-c input[type="number"]::-webkit-outer-spin-button{height:auto}.wpdt-c input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}.wpdt-c input[type="search"]::-webkit-search-cancel-button,.wpdt-c input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.wpdt-c fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.wpdt-c legend{border:0;padding:0}.wpdt-c textarea{overflow:auto}.wpdt-c optgroup{font-weight:700}.wpdt-c table{border-collapse:collapse;border-spacing:0}
|
10 |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
11 |
-
@media print{*,.wpdt-c *:before,.wpdt-c *:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.wpdt-c a,.wpdt-c a:visited{text-decoration:underline}.wpdt-c a[href]:after{content:" (" attr(href) ")"}.wpdt-c abbr[title]:after{content:" (" attr(title) ")"}.wpdt-c a[href^="#"]:after,.wpdt-c a[href^="javascript:"]:after{content:""}.wpdt-c pre,.wpdt-c blockquote{border:1px solid #999;page-break-inside:avoid}.wpdt-c thead{display:table-header-group}.wpdt-c tr,.wpdt-c img{page-break-inside:avoid}.wpdt-c img{max-width:100%!important}.wpdt-c p,.wpdt-c h2,.wpdt-c h3{orphans:3;widows:3}.wpdt-c h2,.wpdt-c h3{page-break-after:avoid}.wpdt-c .navbar{display:none}.wpdt-c .btn>.caret,.wpdt-c .dropup>.btn>.caret{border-top-color:#000!important}.wpdt-c .label{border:1px solid #000}.wpdt-c .table{border-collapse:collapse!important}.wpdt-c .table td,.wpdt-c .table th{background-color:#fff!important}.wpdt-c .table-bordered th,.wpdt-c .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../fonts/glyphicons/glyphicons-halflings-regular.eot);src:url('../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url(../../fonts/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'),url(../../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'),url(../../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'),url('../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.wpdt-c .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}.wpdt-c .glyphicon-asterisk:before{content:"\002a"}.wpdt-c .glyphicon-plus:before{content:"\002b"}.wpdt-c .glyphicon-euro:before,.wpdt-c .glyphicon-eur:before{content:"\20ac"}.wpdt-c .glyphicon-minus:before{content:"\2212"}.wpdt-c .glyphicon-cloud:before{content:"\2601"}.wpdt-c .glyphicon-envelope:before{content:"\2709"}.wpdt-c .glyphicon-pencil:before{content:"\270f"}.wpdt-c .glyphicon-glass:before{content:"\e001"}.wpdt-c .glyphicon-music:before{content:"\e002"}.wpdt-c .glyphicon-search:before{content:"\e003"}.wpdt-c .glyphicon-heart:before{content:"\e005"}.wpdt-c .glyphicon-star:before{content:"\e006"}.wpdt-c .glyphicon-star-empty:before{content:"\e007"}.wpdt-c .glyphicon-user:before{content:"\e008"}.wpdt-c .glyphicon-film:before{content:"\e009"}.wpdt-c .glyphicon-th-large:before{content:"\e010"}.wpdt-c .glyphicon-th:before{content:"\e011"}.wpdt-c .glyphicon-th-list:before{content:"\e012"}.wpdt-c .glyphicon-ok:before{content:"\e013"}.wpdt-c .glyphicon-remove:before{content:"\e014"}.wpdt-c .glyphicon-zoom-in:before{content:"\e015"}.wpdt-c .glyphicon-zoom-out:before{content:"\e016"}.wpdt-c .glyphicon-off:before{content:"\e017"}.wpdt-c .glyphicon-signal:before{content:"\e018"}.wpdt-c .glyphicon-cog:before{content:"\e019"}.wpdt-c .glyphicon-trash:before{content:"\e020"}.wpdt-c .glyphicon-home:before{content:"\e021"}.wpdt-c .glyphicon-file:before{content:"\e022"}.wpdt-c .glyphicon-time:before{content:"\e023"}.wpdt-c .glyphicon-road:before{content:"\e024"}.wpdt-c .glyphicon-download-alt:before{content:"\e025"}.wpdt-c .glyphicon-download:before{content:"\e026"}.wpdt-c .glyphicon-upload:before{content:"\e027"}.wpdt-c .glyphicon-inbox:before{content:"\e028"}.wpdt-c .glyphicon-play-circle:before{content:"\e029"}.wpdt-c .glyphicon-repeat:before{content:"\e030"}.wpdt-c .glyphicon-refresh:before{content:"\e031"}.wpdt-c .glyphicon-list-alt:before{content:"\e032"}.wpdt-c .glyphicon-lock:before{content:"\e033"}.wpdt-c .glyphicon-flag:before{content:"\e034"}.wpdt-c .glyphicon-headphones:before{content:"\e035"}.wpdt-c .glyphicon-volume-off:before{content:"\e036"}.wpdt-c .glyphicon-volume-down:before{content:"\e037"}.wpdt-c .glyphicon-volume-up:before{content:"\e038"}.wpdt-c .glyphicon-qrcode:before{content:"\e039"}.wpdt-c .glyphicon-barcode:before{content:"\e040"}.wpdt-c .glyphicon-tag:before{content:"\e041"}.wpdt-c .glyphicon-tags:before{content:"\e042"}.wpdt-c .glyphicon-book:before{content:"\e043"}.wpdt-c .glyphicon-bookmark:before{content:"\e044"}.wpdt-c .glyphicon-print:before{content:"\e045"}.wpdt-c .glyphicon-camera:before{content:"\e046"}.wpdt-c .glyphicon-font:before{content:"\e047"}.wpdt-c .glyphicon-bold:before{content:"\e048"}.wpdt-c .glyphicon-italic:before{content:"\e049"}.wpdt-c .glyphicon-text-height:before{content:"\e050"}.wpdt-c .glyphicon-text-width:before{content:"\e051"}.wpdt-c .glyphicon-align-left:before{content:"\e052"}.wpdt-c .glyphicon-align-center:before{content:"\e053"}.wpdt-c .glyphicon-align-right:before{content:"\e054"}.wpdt-c .glyphicon-align-justify:before{content:"\e055"}.wpdt-c .glyphicon-list:before{content:"\e056"}.wpdt-c .glyphicon-indent-left:before{content:"\e057"}.wpdt-c .glyphicon-indent-right:before{content:"\e058"}.wpdt-c .glyphicon-facetime-video:before{content:"\e059"}.wpdt-c .glyphicon-picture:before{content:"\e060"}.wpdt-c .glyphicon-map-marker:before{content:"\e062"}.wpdt-c .glyphicon-adjust:before{content:"\e063"}.wpdt-c .glyphicon-tint:before{content:"\e064"}.wpdt-c .glyphicon-edit:before{content:"\e065"}.wpdt-c .glyphicon-share:before{content:"\e066"}.wpdt-c .glyphicon-check:before{content:"\e067"}.wpdt-c .glyphicon-move:before{content:"\e068"}.wpdt-c .glyphicon-step-backward:before{content:"\e069"}.wpdt-c .glyphicon-fast-backward:before{content:"\e070"}.wpdt-c .glyphicon-backward:before{content:"\e071"}.wpdt-c .glyphicon-play:before{content:"\e072"}.wpdt-c .glyphicon-pause:before{content:"\e073"}.wpdt-c .glyphicon-stop:before{content:"\e074"}.wpdt-c .glyphicon-forward:before{content:"\e075"}.wpdt-c .glyphicon-fast-forward:before{content:"\e076"}.wpdt-c .glyphicon-step-forward:before{content:"\e077"}.wpdt-c .glyphicon-eject:before{content:"\e078"}.wpdt-c .glyphicon-chevron-left:before{content:"\e079"}.wpdt-c .glyphicon-chevron-right:before{content:"\e080"}.wpdt-c .glyphicon-plus-sign:before{content:"\e081"}.wpdt-c .glyphicon-minus-sign:before{content:"\e082"}.wpdt-c .glyphicon-remove-sign:before{content:"\e083"}.wpdt-c .glyphicon-ok-sign:before{content:"\e084"}.wpdt-c .glyphicon-question-sign:before{content:"\e085"}.wpdt-c .glyphicon-info-sign:before{content:"\e086"}.wpdt-c .glyphicon-screenshot:before{content:"\e087"}.wpdt-c .glyphicon-remove-circle:before{content:"\e088"}.wpdt-c .glyphicon-ok-circle:before{content:"\e089"}.wpdt-c .glyphicon-ban-circle:before{content:"\e090"}.wpdt-c .glyphicon-arrow-left:before{content:"\e091"}.wpdt-c .glyphicon-arrow-right:before{content:"\e092"}.wpdt-c .glyphicon-arrow-up:before{content:"\e093"}.wpdt-c .glyphicon-arrow-down:before{content:"\e094"}.wpdt-c .glyphicon-share-alt:before{content:"\e095"}.wpdt-c .glyphicon-resize-full:before{content:"\e096"}.wpdt-c .glyphicon-resize-small:before{content:"\e097"}.wpdt-c .glyphicon-exclamation-sign:before{content:"\e101"}.wpdt-c .glyphicon-gift:before{content:"\e102"}.wpdt-c .glyphicon-leaf:before{content:"\e103"}.wpdt-c .glyphicon-fire:before{content:"\e104"}.wpdt-c .glyphicon-eye-open:before{content:"\e105"}.wpdt-c .glyphicon-eye-close:before{content:"\e106"}.wpdt-c .glyphicon-warning-sign:before{content:"\e107"}.wpdt-c .glyphicon-plane:before{content:"\e108"}.wpdt-c .glyphicon-calendar:before{content:"\e109"}.wpdt-c .glyphicon-random:before{content:"\e110"}.wpdt-c .glyphicon-comment:before{content:"\e111"}.wpdt-c .glyphicon-magnet:before{content:"\e112"}.wpdt-c .glyphicon-chevron-up:before{content:"\e113"}.wpdt-c .glyphicon-chevron-down:before{content:"\e114"}.wpdt-c .glyphicon-retweet:before{content:"\e115"}.wpdt-c .glyphicon-shopping-cart:before{content:"\e116"}.wpdt-c .glyphicon-folder-close:before{content:"\e117"}.wpdt-c .glyphicon-folder-open:before{content:"\e118"}.wpdt-c .glyphicon-resize-vertical:before{content:"\e119"}.wpdt-c .glyphicon-resize-horizontal:before{content:"\e120"}.wpdt-c .glyphicon-hdd:before{content:"\e121"}.wpdt-c .glyphicon-bullhorn:before{content:"\e122"}.wpdt-c .glyphicon-bell:before{content:"\e123"}.wpdt-c .glyphicon-certificate:before{content:"\e124"}.wpdt-c .glyphicon-thumbs-up:before{content:"\e125"}.wpdt-c .glyphicon-thumbs-down:before{content:"\e126"}.wpdt-c .glyphicon-hand-right:before{content:"\e127"}.wpdt-c .glyphicon-hand-left:before{content:"\e128"}.wpdt-c .glyphicon-hand-up:before{content:"\e129"}.wpdt-c .glyphicon-hand-down:before{content:"\e130"}.wpdt-c .glyphicon-circle-arrow-right:before{content:"\e131"}.wpdt-c .glyphicon-circle-arrow-left:before{content:"\e132"}.wpdt-c .glyphicon-circle-arrow-up:before{content:"\e133"}.wpdt-c .glyphicon-circle-arrow-down:before{content:"\e134"}.wpdt-c .glyphicon-globe:before{content:"\e135"}.wpdt-c .glyphicon-wrench:before{content:"\e136"}.wpdt-c .glyphicon-tasks:before{content:"\e137"}.wpdt-c .glyphicon-filter:before{content:"\e138"}.wpdt-c .glyphicon-briefcase:before{content:"\e139"}.wpdt-c .glyphicon-fullscreen:before{content:"\e140"}.wpdt-c .glyphicon-dashboard:before{content:"\e141"}.wpdt-c .glyphicon-paperclip:before{content:"\e142"}.wpdt-c .glyphicon-heart-empty:before{content:"\e143"}.wpdt-c .glyphicon-link:before{content:"\e144"}.wpdt-c .glyphicon-phone:before{content:"\e145"}.wpdt-c .glyphicon-pushpin:before{content:"\e146"}.wpdt-c .glyphicon-usd:before{content:"\e148"}.wpdt-c .glyphicon-gbp:before{content:"\e149"}.wpdt-c .glyphicon-sort:before{content:"\e150"}.wpdt-c .glyphicon-sort-by-alphabet:before{content:"\e151"}.wpdt-c .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.wpdt-c .glyphicon-sort-by-order:before{content:"\e153"}.wpdt-c .glyphicon-sort-by-order-alt:before{content:"\e154"}.wpdt-c .glyphicon-sort-by-attributes:before{content:"\e155"}.wpdt-c .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.wpdt-c .glyphicon-unchecked:before{content:"\e157"}.wpdt-c .glyphicon-expand:before{content:"\e158"}.wpdt-c .glyphicon-collapse-down:before{content:"\e159"}.wpdt-c .glyphicon-collapse-up:before{content:"\e160"}.wpdt-c .glyphicon-log-in:before{content:"\e161"}.wpdt-c .glyphicon-flash:before{content:"\e162"}.wpdt-c .glyphicon-log-out:before{content:"\e163"}.wpdt-c .glyphicon-new-window:before{content:"\e164"}.wpdt-c .glyphicon-record:before{content:"\e165"}.wpdt-c .glyphicon-save:before{content:"\e166"}.wpdt-c .glyphicon-open:before{content:"\e167"}.wpdt-c .glyphicon-saved:before{content:"\e168"}.wpdt-c .glyphicon-import:before{content:"\e169"}.wpdt-c .glyphicon-export:before{content:"\e170"}.wpdt-c .glyphicon-send:before{content:"\e171"}.wpdt-c .glyphicon-floppy-disk:before{content:"\e172"}.wpdt-c .glyphicon-floppy-saved:before{content:"\e173"}.wpdt-c .glyphicon-floppy-remove:before{content:"\e174"}.wpdt-c .glyphicon-floppy-save:before{content:"\e175"}.wpdt-c .glyphicon-floppy-open:before{content:"\e176"}.wpdt-c .glyphicon-credit-card:before{content:"\e177"}.wpdt-c .glyphicon-transfer:before{content:"\e178"}.wpdt-c .glyphicon-cutlery:before{content:"\e179"}.wpdt-c .glyphicon-header:before{content:"\e180"}.wpdt-c .glyphicon-compressed:before{content:"\e181"}.wpdt-c .glyphicon-earphone:before{content:"\e182"}.wpdt-c .glyphicon-phone-alt:before{content:"\e183"}.wpdt-c .glyphicon-tower:before{content:"\e184"}.wpdt-c .glyphicon-stats:before{content:"\e185"}.wpdt-c .glyphicon-sd-video:before{content:"\e186"}.wpdt-c .glyphicon-hd-video:before{content:"\e187"}.wpdt-c .glyphicon-subtitles:before{content:"\e188"}.wpdt-c .glyphicon-sound-stereo:before{content:"\e189"}.wpdt-c .glyphicon-sound-dolby:before{content:"\e190"}.wpdt-c .glyphicon-sound-5-1:before{content:"\e191"}.wpdt-c .glyphicon-sound-6-1:before{content:"\e192"}.wpdt-c .glyphicon-sound-7-1:before{content:"\e193"}.wpdt-c .glyphicon-copyright-mark:before{content:"\e194"}.wpdt-c .glyphicon-registration-mark:before{content:"\e195"}.wpdt-c .glyphicon-cloud-download:before{content:"\e197"}.wpdt-c .glyphicon-cloud-upload:before{content:"\e198"}.wpdt-c .glyphicon-tree-conifer:before{content:"\e199"}.wpdt-c .glyphicon-tree-deciduous:before{content:"\e200"}.wpdt-c .glyphicon-cd:before{content:"\e201"}.wpdt-c .glyphicon-save-file:before{content:"\e202"}.wpdt-c .glyphicon-open-file:before{content:"\e203"}.wpdt-c .glyphicon-level-up:before{content:"\e204"}.wpdt-c .glyphicon-copy:before{content:"\e205"}.wpdt-c .glyphicon-paste:before{content:"\e206"}.wpdt-c .glyphicon-alert:before{content:"\e209"}.wpdt-c .glyphicon-equalizer:before{content:"\e210"}.wpdt-c .glyphicon-king:before{content:"\e211"}.wpdt-c .glyphicon-queen:before{content:"\e212"}.wpdt-c .glyphicon-pawn:before{content:"\e213"}.wpdt-c .glyphicon-bishop:before{content:"\e214"}.wpdt-c .glyphicon-knight:before{content:"\e215"}.wpdt-c .glyphicon-baby-formula:before{content:"\e216"}.wpdt-c .glyphicon-tent:before{content:"\26fa"}.wpdt-c .glyphicon-blackboard:before{content:"\e218"}.wpdt-c .glyphicon-bed:before{content:"\e219"}.wpdt-c .glyphicon-apple:before{content:"\f8ff"}.wpdt-c .glyphicon-erase:before{content:"\e221"}.wpdt-c .glyphicon-hourglass:before{content:"\231b"}.wpdt-c .glyphicon-lamp:before{content:"\e223"}.wpdt-c .glyphicon-duplicate:before{content:"\e224"}.wpdt-c .glyphicon-piggy-bank:before{content:"\e225"}.wpdt-c .glyphicon-scissors:before{content:"\e226"}.wpdt-c .glyphicon-bitcoin:before{content:"\e227"}.wpdt-c .glyphicon-btc:before{content:"\e227"}.wpdt-c .glyphicon-xbt:before{content:"\e227"}.wpdt-c .glyphicon-yen:before{content:"\00a5"}.wpdt-c .glyphicon-jpy:before{content:"\00a5"}.wpdt-c .glyphicon-ruble:before{content:"\20bd"}.wpdt-c .glyphicon-rub:before{content:"\20bd"}.wpdt-c .glyphicon-scale:before{content:"\e230"}.wpdt-c .glyphicon-ice-lolly:before{content:"\e231"}.wpdt-c .glyphicon-ice-lolly-tasted:before{content:"\e232"}.wpdt-c .glyphicon-education:before{content:"\e233"}.wpdt-c .glyphicon-option-horizontal:before{content:"\e234"}.wpdt-c .glyphicon-option-vertical:before{content:"\e235"}.wpdt-c .glyphicon-menu-hamburger:before{content:"\e236"}.wpdt-c .glyphicon-modal-window:before{content:"\e237"}.wpdt-c .glyphicon-oil:before{content:"\e238"}.wpdt-c .glyphicon-grain:before{content:"\e239"}.wpdt-c .glyphicon-sunglasses:before{content:"\e240"}.wpdt-c .glyphicon-text-size:before{content:"\e241"}.wpdt-c .glyphicon-text-color:before{content:"\e242"}.wpdt-c .glyphicon-text-background:before{content:"\e243"}.wpdt-c .glyphicon-object-align-top:before{content:"\e244"}.wpdt-c .glyphicon-object-align-bottom:before{content:"\e245"}.wpdt-c .glyphicon-object-align-horizontal:before{content:"\e246"}.wpdt-c .glyphicon-object-align-left:before{content:"\e247"}.wpdt-c .glyphicon-object-align-vertical:before{content:"\e248"}.wpdt-c .glyphicon-object-align-right:before{content:"\e249"}.wpdt-c .glyphicon-triangle-right:before{content:"\e250"}.wpdt-c .glyphicon-triangle-left:before{content:"\e251"}.wpdt-c .glyphicon-triangle-bottom:before{content:"\e252"}.wpdt-c .glyphicon-triangle-top:before{content:"\e253"}.wpdt-c .glyphicon-console:before{content:"\e254"}.wpdt-c .glyphicon-superscript:before{content:"\e255"}.wpdt-c .glyphicon-subscript:before{content:"\e256"}.wpdt-c .glyphicon-menu-left:before{content:"\e257"}.wpdt-c .glyphicon-menu-right:before{content:"\e258"}.wpdt-c .glyphicon-menu-down:before{content:"\e259"}.wpdt-c .glyphicon-menu-up:before{content:"\e260"}.wpdt-c *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c *:before,.wpdt-c *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.wpdt-c input,.wpdt-c button,.wpdt-c select,.wpdt-c textarea{font-family:inherit;font-size:inherit;line-height:inherit}.wpdt-c a{color:#2196F3;text-decoration:none;box-shadow:none}.wpdt-c a:hover,.wpdt-c a:focus{color:#0a6ebd;text-decoration:none}.wpdt-c figure{margin:0}.wpdt-c img{vertical-align:middle}.wpdt-c .img-responsive,.wpdt-c .thumbnail>img,.wpdt-c .thumbnail a>img,.wpdt-c .carousel-inner>.item>img,.wpdt-c .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.wpdt-c .img-rounded{border-radius:2px}.wpdt-c .img-thumbnail{padding:3px;line-height:1.42857143;background-color:#fff;border:1px solid #EDEDED;border-radius:2px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.wpdt-c .img-circle{border-radius:50%}.wpdt-c hr{margin-top:18px;margin-bottom:18px;border:0;border-top:1px solid #DFE1E6}.wpdt-c .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.wpdt-c .sr-only-focusable:active,.wpdt-c .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.wpdt-c h1,.wpdt-c h2,.wpdt-c h3,.wpdt-c h4,.wpdt-c h5,.wpdt-c h6,.wpdt-c .h1,.wpdt-c .h2,.wpdt-c .h3,.wpdt-c .h4,.wpdt-c .h5,.wpdt-c .h6{font-family:inherit;font-weight:500;line-height:1.1;color:#222}.wpdt-c h1 small,.wpdt-c h2 small,.wpdt-c h3 small,.wpdt-c h4 small,.wpdt-c h5 small,.wpdt-c h6 small,.wpdt-c .h1 small,.wpdt-c .h2 small,.wpdt-c .h3 small,.wpdt-c .h4 small,.wpdt-c .h5 small,.wpdt-c .h6 small,.wpdt-c h1 .small,.wpdt-c h2 .small,.wpdt-c h3 .small,.wpdt-c h4 .small,.wpdt-c h5 .small,.wpdt-c h6 .small,.wpdt-c .h1 .small,.wpdt-c .h2 .small,.wpdt-c .h3 .small,.wpdt-c .h4 .small,.wpdt-c .h5 .small,.wpdt-c .h6 .small{font-weight:400;line-height:1;color:#AEAEAE}.wpdt-c h1,.wpdt-c .h1,.wpdt-c h2,.wpdt-c .h2,.wpdt-c h3,.wpdt-c .h3{margin-top:18px;margin-bottom:9px}.wpdt-c h1 small,.wpdt-c .h1 small,.wpdt-c h2 small,.wpdt-c .h2 small,.wpdt-c h3 small,.wpdt-c .h3 small,.wpdt-c h1 .small,.wpdt-c .h1 .small,.wpdt-c h2 .small,.wpdt-c .h2 .small,.wpdt-c h3 .small,.wpdt-c .h3 .small{font-size:65%}.wpdt-c h4,.wpdt-c .h4,.wpdt-c h5,.wpdt-c .h5,.wpdt-c h6,.wpdt-c .h6{margin-top:9px;margin-bottom:9px}.wpdt-c h4 small,.wpdt-c .h4 small,.wpdt-c h5 small,.wpdt-c .h5 small,.wpdt-c h6 small,.wpdt-c .h6 small,.wpdt-c h4 .small,.wpdt-c .h4 .small,.wpdt-c h5 .small,.wpdt-c .h5 .small,.wpdt-c h6 .small,.wpdt-c .h6 .small{font-size:75%}.wpdt-c h1,.wpdt-c .h1{font-size:33px}.wpdt-c h2,.wpdt-c .h2{font-size:27px}.wpdt-c h3,.wpdt-c .h3{font-size:23px}.wpdt-c h4,.wpdt-c .h4{font-size:13px}.wpdt-c h5,.wpdt-c .h5{font-size:13px}.wpdt-c h6,.wpdt-c .h6{font-size:12px}.wpdt-c p{margin:0 0 9px}.wpdt-c .lead{margin-bottom:18px;font-size:14px;font-weight:300;line-height:1.4}@media (min-width:768px){.wpdt-c .lead{font-size:19.5px}}.wpdt-c small,.wpdt-c .small{font-size:92%}.wpdt-c mark,.wpdt-c .mark{background-color:#ffa829;padding:.2em}.wpdt-c .text-left{text-align:left}.wpdt-c .text-right{text-align:right}.wpdt-c .text-center{text-align:center}.wpdt-c .text-justify{text-align:justify}.wpdt-c .text-nowrap{white-space:nowrap}.wpdt-c .text-lowercase{text-transform:lowercase}.wpdt-c .text-uppercase{text-transform:uppercase}.wpdt-c .text-capitalize{text-transform:capitalize}.wpdt-c .text-muted{color:#777}.wpdt-c .text-primary{color:#2196F3}.wpdt-c a.text-primary:hover,.wpdt-c a.text-primary:focus{color:#0c7cd5}.wpdt-c .text-success{color:#67bd6a}.wpdt-c a.text-success:hover,.wpdt-c a.text-success:focus{color:#49a84d}.wpdt-c .text-info{color:#31708f}.wpdt-c a.text-info:hover,.wpdt-c a.text-info:focus{color:#245269}.wpdt-c .text-warning{color:#ffa829}.wpdt-c a.text-warning:hover,.wpdt-c a.text-warning:focus{color:#f59200}.wpdt-c .text-danger{color:#f6675d}.wpdt-c a.text-danger:hover,.wpdt-c a.text-danger:focus{color:#f33a2c}.wpdt-c .bg-primary{color:#fff;background-color:#2196F3}.wpdt-c a.bg-primary:hover,.wpdt-c a.bg-primary:focus{background-color:#0c7cd5}.wpdt-c .bg-success{background-color:#67bd6a}.wpdt-c a.bg-success:hover,.wpdt-c a.bg-success:focus{background-color:#49a84d}.wpdt-c .bg-info{background-color:#d9edf7}.wpdt-c a.bg-info:hover,.wpdt-c a.bg-info:focus{background-color:#afd9ee}.wpdt-c .bg-warning{background-color:#ffa829}.wpdt-c a.bg-warning:hover,.wpdt-c a.bg-warning:focus{background-color:#f59200}.wpdt-c .bg-danger{background-color:#f6675d}.wpdt-c a.bg-danger:hover,.wpdt-c a.bg-danger:focus{background-color:#f33a2c}.wpdt-c .page-header{padding-bottom:8px;margin:36px 0 18px;border-bottom:1px solid #eee}.wpdt-c ul,.wpdt-c ol{margin-top:0;margin-bottom:9px}.wpdt-c ul ul,.wpdt-c ol ul,.wpdt-c ul ol,.wpdt-c ol ol{margin-bottom:0}.wpdt-c .list-unstyled{padding-left:0;list-style:none}.wpdt-c .list-inline{padding-left:0;list-style:none;margin-left:-5px}.wpdt-c .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.wpdt-c dl{margin-top:0;margin-bottom:18px}.wpdt-c dt,.wpdt-c dd{line-height:1.42857143}.wpdt-c dt{font-weight:700}.wpdt-c dd{margin-left:0}@media (min-width:768px){.wpdt-c .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .dl-horizontal dd{margin-left:180px}}.wpdt-c abbr[title],.wpdt-c abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.wpdt-c .initialism{font-size:90%;text-transform:uppercase}.wpdt-c blockquote{padding:9px 18px;margin:0 0 18px;font-size:16.25px;border-left:5px solid #eee}.wpdt-c blockquote p:last-child,.wpdt-c blockquote ul:last-child,.wpdt-c blockquote ol:last-child{margin-bottom:0}.wpdt-c blockquote footer,.wpdt-c blockquote small,.wpdt-c blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.wpdt-c blockquote footer:before,.wpdt-c blockquote small:before,.wpdt-c blockquote .small:before{content:'\2014 \00A0'}.wpdt-c .blockquote-reverse,.wpdt-c blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.wpdt-c .blockquote-reverse footer:before,.wpdt-c blockquote.pull-right footer:before,.wpdt-c .blockquote-reverse small:before,.wpdt-c blockquote.pull-right small:before,.wpdt-c .blockquote-reverse .small:before,.wpdt-c blockquote.pull-right .small:before{content:''}.wpdt-c .blockquote-reverse footer:after,.wpdt-c blockquote.pull-right footer:after,.wpdt-c .blockquote-reverse small:after,.wpdt-c blockquote.pull-right small:after,.wpdt-c .blockquote-reverse .small:after,.wpdt-c blockquote.pull-right .small:after{content:'\00A0 \2014'}.wpdt-c address{margin-bottom:18px;font-style:normal;line-height:1.42857143}.wpdt-c code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:2px}.wpdt-c kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.wpdt-c kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}.wpdt-c pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.wpdt-c .pre-scrollable{max-height:340px;overflow-y:scroll}.wpdt-c .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.wpdt-c .container{width:100%;max-width:100%}}@media (min-width:992px){.wpdt-c .container{width:100%;max-width:100%}}@media (min-width:1200px){.wpdt-c .container{width:100%;max-width:100%}}.wpdt-c .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.wpdt-c .row{margin-left:-15px;margin-right:-15px}.wpdt-c .col-sm-0-8,.wpdt-c .col-xs-1,.wpdt-c .col-sm-1,.wpdt-c .col-md-1,.wpdt-c .col-lg-1,.wpdt-c .col-xs-2,.wpdt-c .col-sm-2,.wpdt-c .col-md-2,.wpdt-c .col-lg-2,.wpdt-c .col-sm-0-4,.wpdt-c .col-sm-2-6,.col-sm-5-5,.wpdt-c .col-xs-3,.wpdt-c .col-sm-3,.wpdt-c .col-md-3,.wpdt-c .col-lg-3,.wpdt-c .col-xs-4,.wpdt-c .col-sm-4,.wpdt-c .col-sm-1-0,.wpdt-c .col-sm-2-0,.wpdt-c .col-md-4,.wpdt-c .col-lg-4,.wpdt-c .col-xs-5,.wpdt-c .col-sm-5,.wpdt-c .col-md-5,.wpdt-c .col-lg-5,.wpdt-c .col-xs-6,.wpdt-c .col-sm-6,.wpdt-c .col-md-6,.wpdt-c .col-lg-6,.wpdt-c .col-xs-7,.wpdt-c .col-sm-7,.wpdt-c .col-md-7,.wpdt-c .col-lg-7,.wpdt-c .col-xs-8,.wpdt-c .col-sm-8,.wpdt-c .col-md-8,.wpdt-c .col-lg-8,.wpdt-c .col-xs-9,.wpdt-c .col-sm-9,.wpdt-c .col-md-9,.wpdt-c .col-lg-9,.wpdt-c .col-xs-10,.wpdt-c .col-sm-10,.wpdt-c .col-md-10,.wpdt-c .col-lg-10,.wpdt-c .col-xs-11,.wpdt-c .col-sm-11,.wpdt-c .col-md-11,.wpdt-c .col-lg-11,.wpdt-c .col-xs-12,.wpdt-c .col-sm-12,.wpdt-c .col-md-12,.wpdt-c .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.wpdt-c .col-xs-1,.wpdt-c .col-xs-2,.wpdt-c .col-xs-3,.wpdt-c .col-xs-4,.wpdt-c .col-xs-5,.wpdt-c .col-xs-6,.wpdt-c .col-xs-7,.wpdt-c .col-xs-8,.wpdt-c .col-xs-9,.wpdt-c .col-xs-10,.wpdt-c .col-xs-11,.wpdt-c .col-xs-12{float:left}.wpdt-c .col-xs-12{width:100%}.wpdt-c .col-xs-11{width:91.66666667%}.wpdt-c .col-xs-10{width:83.33333333%}.wpdt-c .col-xs-9{width:75%}.wpdt-c .col-xs-8{width:66.66666667%}.wpdt-c .col-xs-7{width:58.33333333%}.wpdt-c .col-xs-6{width:50%}.wpdt-c .col-xs-5{width:41.66666667%}.wpdt-c .col-xs-4{width:33.33333333%}.wpdt-c .col-xs-3{width:25%}.wpdt-c .col-xs-2{width:16.66666667%}.wpdt-c .col-xs-1{width:8.33333333%}.wpdt-c .col-xs-pull-12{right:100%}.wpdt-c .col-xs-pull-11{right:91.66666667%}.wpdt-c .col-xs-pull-10{right:83.33333333%}.wpdt-c .col-xs-pull-9{right:75%}.wpdt-c .col-xs-pull-8{right:66.66666667%}.wpdt-c .col-xs-pull-7{right:58.33333333%}.wpdt-c .col-xs-pull-6{right:50%}.wpdt-c .col-xs-pull-5{right:41.66666667%}.wpdt-c .col-xs-pull-4{right:33.33333333%}.wpdt-c .col-xs-pull-3{right:25%}.wpdt-c .col-xs-pull-2{right:16.66666667%}.wpdt-c .col-xs-pull-1{right:8.33333333%}.wpdt-c .col-xs-pull-0{right:auto}.wpdt-c .col-xs-push-12{left:100%}.wpdt-c .col-xs-push-11{left:91.66666667%}.wpdt-c .col-xs-push-10{left:83.33333333%}.wpdt-c .col-xs-push-9{left:75%}.wpdt-c .col-xs-push-8{left:66.66666667%}.wpdt-c .col-xs-push-7{left:58.33333333%}.wpdt-c .col-xs-push-6{left:50%}.wpdt-c .col-xs-push-5{left:41.66666667%}.wpdt-c .col-xs-push-4{left:33.33333333%}.wpdt-c .col-xs-push-3{left:25%}.wpdt-c .col-xs-push-2{left:16.66666667%}.wpdt-c .col-xs-push-1{left:8.33333333%}.wpdt-c .col-xs-push-0{left:auto}.wpdt-c .col-xs-offset-12{margin-left:100%}.wpdt-c .col-xs-offset-11{margin-left:91.66666667%}.wpdt-c .col-xs-offset-10{margin-left:83.33333333%}.wpdt-c .col-xs-offset-9{margin-left:75%}.wpdt-c .col-xs-offset-8{margin-left:66.66666667%}.wpdt-c .col-xs-offset-7{margin-left:58.33333333%}.wpdt-c .col-xs-offset-6{margin-left:50%}.wpdt-c .col-xs-offset-5{margin-left:41.66666667%}.wpdt-c .col-xs-offset-4{margin-left:33.33333333%}.wpdt-c .col-xs-offset-3{margin-left:25%}.wpdt-c .col-xs-offset-2{margin-left:16.66666667%}.wpdt-c .col-xs-offset-1{margin-left:8.33333333%}.wpdt-c .col-xs-offset-0{margin-left:0%}.wpdt-c .opacity-50{opacity:50%}.wpdt-c .opacity-6{opacity:.6}.wpdt-c .opacity-5{opacity:.5}@media (min-width:768px){.wpdt-c .col-sm-0-8,.wpdt-c .col-sm-0-1,.wpdt-c .col-sm-1,.wpdt-c .col-sm-2,.wpdt-c .col-sm-2-6,.wpdt-c .col-sm-3,.wpdt-c .col-sm-4,.wpdt-c .col-sm-5,.wpdt-c .col-sm-5-5,.wpdt-c .col-sm-0-4,.wpdt-c .col-sm-1-0,.wpdt-c .col-sm-2-0,.wpdt-c .col-sm-6,.wpdt-c .col-sm-7,.wpdt-c .col-sm-8,.wpdt-c .col-sm-9,.wpdt-c .col-sm-10,.wpdt-c .col-sm-11,.wpdt-c .col-sm-12{float:left}.wpdt-c .col-sm-12{width:100%}.wpdt-c .col-sm-11{width:91.66666667%}.wpdt-c .col-sm-10{width:83.33333333%}.wpdt-c .col-sm-9{width:75%}.wpdt-c .col-sm-8{width:66.66666667%}.wpdt-c .col-sm-7{width:58.33333333%}.wpdt-c .col-sm-6{width:50%}.wpdt-c .col-sm-5-5{width:48%}.wpdt-c .col-sm-5{width:41.66666667%}.wpdt-c .col-sm-4{width:33.33333333%}.wpdt-c .col-sm-0-4{width:4%}.wpdt-c .col-sm-2-0{width:22.66666667%}.wpdt-c .col-sm-1-0{width:5.33333333%}.wpdt-c .wdt-addons .col-sm-3{margin-bottom:18px}.wpdt-c .col-sm-3{width:25%}.wpdt-c .col-sm-2-6{width:23.5%}.wpdt-c .col-sm-2{width:16.66666667%}.wpdt-c .col-sm-1{width:8.33333333%}.wpdt-c .col-sm-0-8{width:3%}.wpdt-c .col-sm-pull-12{right:100%}.wpdt-c .col-sm-pull-11{right:91.66666667%}.wpdt-c .col-sm-pull-10{right:83.33333333%}.wpdt-c .col-sm-pull-9{right:75%}.wpdt-c .col-sm-pull-8{right:66.66666667%}.wpdt-c .col-sm-pull-7{right:58.33333333%}.wpdt-c .col-sm-pull-6{right:50%}.wpdt-c .col-sm-pull-5{right:41.66666667%}.wpdt-c .col-sm-pull-4{right:33.33333333%}.wpdt-c .col-sm-pull-3{right:25%}.wpdt-c .col-sm-pull-2{right:16.66666667%}.wpdt-c .col-sm-pull-1{right:8.33333333%}.wpdt-c .col-sm-pull-0{right:auto}.wpdt-c .col-sm-push-12{left:100%}.wpdt-c .col-sm-push-11{left:91.66666667%}.wpdt-c .col-sm-push-10{left:83.33333333%}.wpdt-c .col-sm-push-9{left:75%}.wpdt-c .col-sm-push-8{left:66.66666667%}.wpdt-c .col-sm-push-7{left:58.33333333%}.wpdt-c .col-sm-push-6{left:50%}.wpdt-c .col-sm-push-5{left:41.66666667%}.wpdt-c .col-sm-push-4{left:33.33333333%}.wpdt-c .col-sm-push-3{left:25%}.wpdt-c .col-sm-push-2{left:16.66666667%}.wpdt-c .col-sm-push-1{left:8.33333333%}.wpdt-c .col-sm-push-0{left:auto}.wpdt-c .col-sm-offset-12{margin-left:100%}.wpdt-c .col-sm-offset-11{margin-left:91.66666667%}.wpdt-c .col-sm-offset-10{margin-left:83.33333333%}.wpdt-c .col-sm-offset-9{margin-left:75%}.wpdt-c .col-sm-offset-8{margin-left:66.66666667%}.wpdt-c .col-sm-offset-7{margin-left:58.33333333%}.wpdt-c .col-sm-offset-6{margin-left:50%}.wpdt-c .col-sm-offset-5{margin-left:41.66666667%}.wpdt-c .col-sm-offset-4{margin-left:33.33333333%}.wpdt-c .col-sm-offset-3{margin-left:25%}.wpdt-c .col-sm-offset-2{margin-left:16.66666667%}.wpdt-c .col-sm-offset-1{margin-left:8.33333333%}.wpdt-c .col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.wpdt-c .col-md-1,.wpdt-c .col-md-2,.wpdt-c .col-md-3,.wpdt-c .col-md-4,.wpdt-c .col-md-5,.wpdt-c .col-md-6,.wpdt-c .col-md-7,.wpdt-c .col-md-8,.wpdt-c .col-md-9,.wpdt-c .col-md-10,.wpdt-c .col-md-11,.wpdt-c .col-md-12{float:left}.wpdt-c .col-md-12{width:100%}.wpdt-c .col-md-11{width:91.66666667%}.wpdt-c .col-md-10{width:83.33333333%}.wpdt-c .col-md-9{width:75%}.wpdt-c .col-md-8{width:66.66666667%}.wpdt-c .col-md-7{width:58.33333333%}.wpdt-c .col-md-6{width:50%}.wpdt-c .col-md-5{width:41.66666667%}.wpdt-c .col-md-4{width:33.33333333%}.wpdt-c .col-md-3{width:25%}.wpdt-c .col-md-2{width:16.66666667%}.wpdt-c .col-md-1{width:8.33333333%}.wpdt-c .col-md-pull-12{right:100%}.wpdt-c .col-md-pull-11{right:91.66666667%}.wpdt-c .col-md-pull-10{right:83.33333333%}.wpdt-c .col-md-pull-9{right:75%}.wpdt-c .col-md-pull-8{right:66.66666667%}.wpdt-c .col-md-pull-7{right:58.33333333%}.wpdt-c .col-md-pull-6{right:50%}.wpdt-c .col-md-pull-5{right:41.66666667%}.wpdt-c .col-md-pull-4{right:33.33333333%}.wpdt-c .col-md-pull-3{right:25%}.wpdt-c .col-md-pull-2{right:16.66666667%}.wpdt-c .col-md-pull-1{right:8.33333333%}.wpdt-c .col-md-pull-0{right:auto}.wpdt-c .col-md-push-12{left:100%}.wpdt-c .col-md-push-11{left:91.66666667%}.wpdt-c .col-md-push-10{left:83.33333333%}.wpdt-c .col-md-push-9{left:75%}.wpdt-c .col-md-push-8{left:66.66666667%}.wpdt-c .col-md-push-7{left:58.33333333%}.wpdt-c .col-md-push-6{left:50%}.wpdt-c .col-md-push-5{left:41.66666667%}.wpdt-c .col-md-push-4{left:33.33333333%}.wpdt-c .col-md-push-3{left:25%}.wpdt-c .col-md-push-2{left:16.66666667%}.wpdt-c .col-md-push-1{left:8.33333333%}.wpdt-c .col-md-push-0{left:auto}.wpdt-c .col-md-offset-12{margin-left:100%}.wpdt-c .col-md-offset-11{margin-left:91.66666667%}.wpdt-c .col-md-offset-10{margin-left:83.33333333%}.wpdt-c .col-md-offset-9{margin-left:75%}.wpdt-c .col-md-offset-8{margin-left:66.66666667%}.wpdt-c .col-md-offset-7{margin-left:58.33333333%}.wpdt-c .col-md-offset-6{margin-left:50%}.wpdt-c .col-md-offset-5{margin-left:41.66666667%}.wpdt-c .col-md-offset-4{margin-left:33.33333333%}.wpdt-c .col-md-offset-3{margin-left:25%}.wpdt-c .col-md-offset-2{margin-left:16.66666667%}.wpdt-c .col-md-offset-1{margin-left:8.33333333%}.wpdt-c .col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.wpdt-c .col-lg-1,.wpdt-c .col-lg-2,.wpdt-c .col-lg-3,.wpdt-c .col-lg-4,.wpdt-c .col-lg-5,.wpdt-c .col-lg-6,.wpdt-c .col-lg-7,.wpdt-c .col-lg-8,.wpdt-c .col-lg-9,.wpdt-c .col-lg-10,.wpdt-c .col-lg-11,.wpdt-c .col-lg-12{float:left}.wpdt-c .col-lg-12{width:100%}.wpdt-c .col-lg-11{width:91.66666667%}.wpdt-c .col-lg-10{width:83.33333333%}.wpdt-c .col-lg-9{width:75%}.wpdt-c .col-lg-8{width:66.66666667%}.wpdt-c .col-lg-7{width:58.33333333%}.wpdt-c .col-lg-6{width:50%}.wpdt-c .col-lg-5{width:41.66666667%}.wpdt-c .col-lg-4{width:33.33333333%}.wpdt-c .col-lg-3{width:25%}.wpdt-c .col-lg-2{width:16.66666667%}.wpdt-c .col-lg-1{width:8.33333333%}.wpdt-c .col-lg-pull-12{right:100%}.wpdt-c .col-lg-pull-11{right:91.66666667%}.wpdt-c .col-lg-pull-10{right:83.33333333%}.wpdt-c .col-lg-pull-9{right:75%}.wpdt-c .col-lg-pull-8{right:66.66666667%}.wpdt-c .col-lg-pull-7{right:58.33333333%}.wpdt-c .col-lg-pull-6{right:50%}.wpdt-c .col-lg-pull-5{right:41.66666667%}.wpdt-c .col-lg-pull-4{right:33.33333333%}.wpdt-c .col-lg-pull-3{right:25%}.wpdt-c .col-lg-pull-2{right:16.66666667%}.wpdt-c .col-lg-pull-1{right:8.33333333%}.wpdt-c .col-lg-pull-0{right:auto}.wpdt-c .col-lg-push-12{left:100%}.wpdt-c .col-lg-push-11{left:91.66666667%}.wpdt-c .col-lg-push-10{left:83.33333333%}.wpdt-c .col-lg-push-9{left:75%}.wpdt-c .col-lg-push-8{left:66.66666667%}.wpdt-c .col-lg-push-7{left:58.33333333%}.wpdt-c .col-lg-push-6{left:50%}.wpdt-c .col-lg-push-5{left:41.66666667%}.wpdt-c .col-lg-push-4{left:33.33333333%}.wpdt-c .col-lg-push-3{left:25%}.wpdt-c .col-lg-push-2{left:16.66666667%}.wpdt-c .col-lg-push-1{left:8.33333333%}.wpdt-c .col-lg-push-0{left:auto}.wpdt-c .col-lg-offset-12{margin-left:100%}.wpdt-c .col-lg-offset-11{margin-left:91.66666667%}.wpdt-c .col-lg-offset-10{margin-left:83.33333333%}.wpdt-c .col-lg-offset-9{margin-left:75%}.wpdt-c .col-lg-offset-8{margin-left:66.66666667%}.wpdt-c .col-lg-offset-7{margin-left:58.33333333%}.wpdt-c .col-lg-offset-6{margin-left:50%}.wpdt-c .col-lg-offset-5{margin-left:41.66666667%}.wpdt-c .col-lg-offset-4{margin-left:33.33333333%}.wpdt-c .col-lg-offset-3{margin-left:25%}.wpdt-c .col-lg-offset-2{margin-left:16.66666667%}.wpdt-c .col-lg-offset-1{margin-left:8.33333333%}.wpdt-c .col-lg-offset-0{margin-left:0%}}.wpdt-c table{background-color:transparent}.wpdt-c caption{padding-top:15px;padding-bottom:15px;color:#777;text-align:left}.wpdt-c th{text-align:left}.wpdt-c .table{width:100%;max-width:100%;margin-bottom:18px}.wpdt-c .table>thead>tr>th,.wpdt-c .table>tbody>tr>th,.wpdt-c .table>tfoot>tr>th,.wpdt-c .table>thead>tr>td,.wpdt-c .table>tbody>tr>td,.wpdt-c .table>tfoot>tr>td{padding:15px;line-height:1.42857143;vertical-align:top;border-top:1px solid #F5F5F5}.wpdt-c .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #F5F5F5}.wpdt-c .table>caption+thead>tr:first-child>th,.wpdt-c .table>colgroup+thead>tr:first-child>th,.wpdt-c .table>thead:first-child>tr:first-child>th,.wpdt-c .table>caption+thead>tr:first-child>td,.wpdt-c .table>colgroup+thead>tr:first-child>td,.wpdt-c .table>thead:first-child>tr:first-child>td{border-top:0}.wpdt-c .table>tbody+tbody{border-top:2px solid #F5F5F5}.wpdt-c .table .table{background-color:#edecec}.wpdt-c .table-condensed>thead>tr>th,.wpdt-c .table-condensed>tbody>tr>th,.wpdt-c .table-condensed>tfoot>tr>th,.wpdt-c .table-condensed>thead>tr>td,.wpdt-c .table-condensed>tbody>tr>td,.wpdt-c .table-condensed>tfoot>tr>td{padding:10px}.wpdt-c .table-bordered{border:1px solid #F5F5F5}.wpdt-c .table-bordered>thead>tr>th,.wpdt-c .table-bordered>tbody>tr>th,.wpdt-c .table-bordered>tfoot>tr>th,.wpdt-c .table-bordered>thead>tr>td,.wpdt-c .table-bordered>tbody>tr>td,.wpdt-c .table-bordered>tfoot>tr>td{border:1px solid #F5F5F5}.wpdt-c .table-bordered>thead>tr>th,.wpdt-c .table-bordered>thead>tr>td{border-bottom-width:2px}.wpdt-c .table-striped>tbody>tr:nth-of-type(odd){background-color:#f4f4f4}.wpdt-c .table-hover>tbody>tr:hover{background-color:#f4f4f4}.wpdt-c table col[class*="col-"]{position:static;float:none;display:table-column}.wpdt-c table td[class*="col-"],.wpdt-c table th[class*="col-"]{position:static;float:none;display:table-cell}.wpdt-c .table>thead>tr>td.active,.wpdt-c .table>tbody>tr>td.active,.wpdt-c .table>tfoot>tr>td.active,.wpdt-c .table>thead>tr>th.active,.wpdt-c .table>tbody>tr>th.active,.wpdt-c .table>tfoot>tr>th.active,.wpdt-c .table>thead>tr.active>td,.wpdt-c .table>tbody>tr.active>td,.wpdt-c .table>tfoot>tr.active>td,.wpdt-c .table>thead>tr.active>th,.wpdt-c .table>tbody>tr.active>th,.wpdt-c .table>tfoot>tr.active>th{background-color:#FFFCBE}.wpdt-c .table-hover>tbody>tr>td.active:hover,.wpdt-c .table-hover>tbody>tr>th.active:hover,.wpdt-c .table-hover>tbody>tr.active:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.active,.wpdt-c .table-hover>tbody>tr.active:hover>th{background-color:#fffba4}.wpdt-c .table>thead>tr>td.success,.wpdt-c .table>tbody>tr>td.success,.wpdt-c .table>tfoot>tr>td.success,.wpdt-c .table>thead>tr>th.success,.wpdt-c .table>tbody>tr>th.success,.wpdt-c .table>tfoot>tr>th.success,.wpdt-c .table>thead>tr.success>td,.wpdt-c .table>tbody>tr.success>td,.wpdt-c .table>tfoot>tr.success>td,.wpdt-c .table>thead>tr.success>th,.wpdt-c .table>tbody>tr.success>th,.wpdt-c .table>tfoot>tr.success>th{background-color:#67bd6a}.wpdt-c .table-hover>tbody>tr>td.success:hover,.wpdt-c .table-hover>tbody>tr>th.success:hover,.wpdt-c .table-hover>tbody>tr.success:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.success,.wpdt-c .table-hover>tbody>tr.success:hover>th{background-color:#55b559}.wpdt-c .table>thead>tr>td.info,.wpdt-c .table>tbody>tr>td.info,.wpdt-c .table>tfoot>tr>td.info,.wpdt-c .table>thead>tr>th.info,.wpdt-c .table>tbody>tr>th.info,.wpdt-c .table>tfoot>tr>th.info,.wpdt-c .table>thead>tr.info>td,.wpdt-c .table>tbody>tr.info>td,.wpdt-c .table>tfoot>tr.info>td,.wpdt-c .table>thead>tr.info>th,.wpdt-c .table>tbody>tr.info>th,.wpdt-c .table>tfoot>tr.info>th{background-color:#d9edf7}.wpdt-c .table-hover>tbody>tr>td.info:hover,.wpdt-c .table-hover>tbody>tr>th.info:hover,.wpdt-c .table-hover>tbody>tr.info:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.info,.wpdt-c .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.wpdt-c .table>thead>tr>td.warning,.wpdt-c .table>tbody>tr>td.warning,.wpdt-c .table>tfoot>tr>td.warning,.wpdt-c .table>thead>tr>th.warning,.wpdt-c .table>tbody>tr>th.warning,.wpdt-c .table>tfoot>tr>th.warning,.wpdt-c .table>thead>tr.warning>td,.wpdt-c .table>tbody>tr.warning>td,.wpdt-c .table>tfoot>tr.warning>td,.wpdt-c .table>thead>tr.warning>th,.wpdt-c .table>tbody>tr.warning>th,.wpdt-c .table>tfoot>tr.warning>th{background-color:#ffa829}.wpdt-c .table-hover>tbody>tr>td.warning:hover,.wpdt-c .table-hover>tbody>tr>th.warning:hover,.wpdt-c .table-hover>tbody>tr.warning:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.warning,.wpdt-c .table-hover>tbody>tr.warning:hover>th{background-color:#ff9e0f}.wpdt-c .table>thead>tr>td.danger,.wpdt-c .table>tbody>tr>td.danger,.wpdt-c .table>tfoot>tr>td.danger,.wpdt-c .table>thead>tr>th.danger,.wpdt-c .table>tbody>tr>th.danger,.wpdt-c .table>tfoot>tr>th.danger,.wpdt-c .table>thead>tr.danger>td,.wpdt-c .table>tbody>tr.danger>td,.wpdt-c .table>tfoot>tr.danger>td,.wpdt-c .table>thead>tr.danger>th,.wpdt-c .table>tbody>tr.danger>th,.wpdt-c .table>tfoot>tr.danger>th{background-color:#f6675d}.wpdt-c .table-hover>tbody>tr>td.danger:hover,.wpdt-c .table-hover>tbody>tr>th.danger:hover,.wpdt-c .table-hover>tbody>tr.danger:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.danger,.wpdt-c .table-hover>tbody>tr.danger:hover>th{background-color:#f55145}.wpdt-c .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.wpdt-c .table-responsive{width:100%;margin-bottom:13.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #F5F5F5}.wpdt-c .table-responsive>.table{margin-bottom:0}.wpdt-c .table-responsive>.table>thead>tr>th,.wpdt-c .table-responsive>.table>tbody>tr>th,.wpdt-c .table-responsive>.table>tfoot>tr>th,.wpdt-c .table-responsive>.table>thead>tr>td,.wpdt-c .table-responsive>.table>tbody>tr>td,.wpdt-c .table-responsive>.table>tfoot>tr>td{white-space:nowrap}.wpdt-c .table-responsive>.table-bordered{border:0}.wpdt-c .table-responsive>.table-bordered>thead>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>thead>tr>td:first-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>td:first-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.wpdt-c .table-responsive>.table-bordered>thead>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>thead>tr>td:last-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>td:last-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.wpdt-c .table-responsive>.table-bordered>tbody>tr:last-child>th,.wpdt-c .table-responsive>.table-bordered>tfoot>tr:last-child>th,.wpdt-c .table-responsive>.table-bordered>tbody>tr:last-child>td,.wpdt-c .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.wpdt-c fieldset{padding:0;margin:0;border:0;min-width:0}.wpdt-c legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.wpdt-c label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.wpdt-c label.disabled{cursor:not-allowed;color:#eeeeee!important}.wpdt-c input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c input[type="radio"],.wpdt-c input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.wpdt-c input[type="file"]{display:block}.wpdt-c input[type="range"]{display:block;width:100%}.wpdt-c select[multiple],.wpdt-c select[size]{height:auto}.wpdt-c input[type="file"]:focus,.wpdt-c input[type="radio"]:focus,.wpdt-c input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none!important}.wpdt-c output{display:block;padding-top:7px;font-size:13px;line-height:1.42857143;color:#000}.wpdt-c .form-control{display:block;width:100%;height:30px;padding:6px 12px;font-size:13px;line-height:1.42857143;color:#000;background-color:transparent;background-image:none;border:1px solid #e0e0e0;border-radius:0;-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;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.wpdt-c .form-control:focus{color:#000;border-color:#b4b4b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,180,180,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,180,180,.6)}.wpdt-c .form-control::-moz-placeholder{color:#999;opacity:1}.wpdt-c .form-control:-ms-input-placeholder{color:#999}.wpdt-c .form-control::-webkit-input-placeholder{color:#999}.wpdt-c .form-control::-ms-expand{border:0;background-color:transparent}.wpdt-c .form-control[disabled],.wpdt-c .form-control[readonly],.wpdt-c fieldset[disabled] .form-control{background-color:#eeeeee!important;opacity:1}.wpdt-c .form-control[disabled],.wpdt-c fieldset[disabled] .form-control{cursor:not-allowed}.wpdt-c textarea.form-control{height:auto}.wpdt-c input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.wpdt-c input[type="date"].form-control,.wpdt-c input[type="time"].form-control,.wpdt-c input[type="datetime-local"].form-control,.wpdt-c input[type="month"].form-control{line-height:35px}.wpdt-c input[type="date"].input-sm,.wpdt-c input[type="time"].input-sm,.wpdt-c input[type="datetime-local"].input-sm,.wpdt-c input[type="month"].input-sm,.wpdt-c .input-group-sm input[type="date"],.wpdt-c .input-group-sm input[type="time"],.wpdt-c .input-group-sm input[type="datetime-local"],.wpdt-c .input-group-sm input[type="month"]{line-height:30px}.wpdt-c input[type="date"].input-lg,.wpdt-c input[type="time"].input-lg,.wpdt-c input[type="datetime-local"].input-lg,.wpdt-c input[type="month"].input-lg,.wpdt-c .input-group-lg input[type="date"],.wpdt-c .input-group-lg input[type="time"],.wpdt-c .input-group-lg input[type="datetime-local"],.wpdt-c .input-group-lg input[type="month"]{line-height:40px}}.wpdt-c .form-group{margin-bottom:15px}.wpdt-c .radio,.wpdt-c .checkbox{position:relative;display:block;float:left;width:33%;margin-bottom:5px}.wpdt-c .radio label,.wpdt-c .checkbox label{min-height:18px;padding-left:20px;margin-bottom:5px;font-weight:400;cursor:pointer}.wpdt-c .radio input[type="radio"],.wpdt-c .radio-inline input[type="radio"],.wpdt-c .checkbox input[type="checkbox"],.wpdt-c .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px}.wpdt-c .radio-inline,.wpdt-c .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.wpdt-c .radio-inline+.radio-inline,.wpdt-c .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.wpdt-c input[type="radio"][disabled],.wpdt-c input[type="checkbox"][disabled],.wpdt-c input[type="radio"].disabled,.wpdt-c input[type="checkbox"].disabled,.wpdt-c fieldset[disabled] input[type="radio"],.wpdt-c fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.wpdt-c input[type="checkbox"][hidden]{opacity:0}.wpdt-c .radio-inline.disabled,.wpdt-c .checkbox-inline.disabled,.wpdt-c fieldset[disabled] .radio-inline,.wpdt-c fieldset[disabled] .checkbox-inline{cursor:not-allowed}.wpdt-c .radio.disabled label,.wpdt-c .checkbox.disabled label,.wpdt-c fieldset[disabled] .radio label,.wpdt-c fieldset[disabled] .checkbox label{cursor:not-allowed}.wpdt-c .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:31px}.wpdt-c .form-control-static.input-lg,.wpdt-c .form-control-static.input-sm{padding-left:0;padding-right:0}.wpdt-c .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c select.input-sm{height:30px;line-height:30px}.wpdt-c textarea.input-sm,.wpdt-c select[multiple].input-sm{height:auto}.wpdt-c .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .form-group-sm select.form-control{height:30px;line-height:30px}.wpdt-c .form-group-sm textarea.form-control,.wpdt-c .form-group-sm select[multiple].form-control{height:auto}.wpdt-c .form-group-sm .form-control-static{height:30px;min-height:30px;padding:6px 10px;font-size:12px;line-height:1.5}.wpdt-c .input-lg{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}.wpdt-c select.input-lg{height:40px;line-height:40px}.wpdt-c textarea.input-lg,.wpdt-c select[multiple].input-lg{height:auto}.wpdt-c .form-group-lg .form-control{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}.wpdt-c .form-group-lg select.form-control{height:40px;line-height:40px}.wpdt-c .form-group-lg textarea.form-control,.wpdt-c .form-group-lg select[multiple].form-control{height:auto}.wpdt-c .form-group-lg .form-control-static{height:40px;min-height:35px;padding:11px 16px;font-size:17px;line-height:1.3333333}.wpdt-c .has-feedback{position:relative}.wpdt-c .has-feedback .form-control{padding-right:43.75px}.wpdt-c .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:35px;height:35px;line-height:35px;text-align:center;pointer-events:none}.wpdt-c .input-lg+.form-control-feedback,.wpdt-c .input-group-lg+.form-control-feedback,.wpdt-c .form-group-lg .form-control+.form-control-feedback{width:40px;height:40px;line-height:40px}.wpdt-c .input-sm+.form-control-feedback,.wpdt-c .input-group-sm+.form-control-feedback,.wpdt-c .form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.wpdt-c .has-success .help-block,.wpdt-c .has-success .control-label,.wpdt-c .has-success .radio,.wpdt-c .has-success .checkbox,.wpdt-c .has-success .radio-inline,.wpdt-c .has-success .checkbox-inline,.wpdt-c .has-success.radio label,.wpdt-c .has-success.checkbox label,.wpdt-c .has-success.radio-inline label,.wpdt-c .has-success.checkbox-inline label{color:#67bd6a}.wpdt-c .has-success .form-control{border-color:#67bd6a;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-success .form-control:focus{border-color:#49a84d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #aedcb0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #aedcb0}.wpdt-c .has-success .input-group-addon{color:#67bd6a;border-color:#67bd6a;background-color:#67bd6a}.wpdt-c .has-success .form-control-feedback{color:#67bd6a}.wpdt-c .has-warning .help-block,.wpdt-c .has-warning .control-label,.wpdt-c .has-warning .radio,.wpdt-c .has-warning .checkbox,.wpdt-c .has-warning .radio-inline,.wpdt-c .has-warning .checkbox-inline,.wpdt-c .has-warning.radio label,.wpdt-c .has-warning.checkbox label,.wpdt-c .has-warning.radio-inline label,.wpdt-c .has-warning.checkbox-inline label{color:#ffa829}.wpdt-c .has-warning .form-control{border-color:#ffa829;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-warning .form-control:focus{border-color:#f59200;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd28f;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd28f}.wpdt-c .has-warning .input-group-addon{color:#ffa829;border-color:#ffa829;background-color:#ffa829}.wpdt-c .has-warning .form-control-feedback{color:#ffa829}.wpdt-c .has-error .help-block,.wpdt-c .has-error .control-label,.wpdt-c .has-error .radio,.wpdt-c .has-error .checkbox,.wpdt-c .has-error .radio-inline,.wpdt-c .has-error .checkbox-inline,.wpdt-c .has-error.radio label,.wpdt-c .has-error.checkbox label,.wpdt-c .has-error.radio-inline label,.wpdt-c .has-error.checkbox-inline label{color:#f6675d}.wpdt-c .has-error .form-control{border-color:#f6675d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-error .form-control:focus{border-color:#f33a2c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fbc2bd;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fbc2bd}.wpdt-c .has-error .input-group-addon{color:#f6675d;border-color:#f6675d;background-color:#f6675d}.wpdt-c .has-error .form-control-feedback{color:#f6675d}.wpdt-c .has-feedback label~.form-control-feedback{top:23px}.wpdt-c .has-feedback label.sr-only~.form-control-feedback{top:0}.wpdt-c .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#9e9e9e}@media (min-width:768px){.wpdt-c .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.wpdt-c .form-inline .form-control-static{display:inline-block}.wpdt-c .form-inline .input-group{display:inline-table;vertical-align:middle}.wpdt-c .form-inline .input-group .input-group-addon,.wpdt-c .form-inline .input-group .input-group-btn,.wpdt-c .form-inline .input-group .form-control{width:auto}.wpdt-c .form-inline .input-group>.form-control{width:100%}.wpdt-c .form-inline .control-label{margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .radio,.wpdt-c .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .radio label,.wpdt-c .form-inline .checkbox label{padding-left:0}.wpdt-c .form-inline .radio input[type="radio"],.wpdt-c .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.wpdt-c .form-inline .has-feedback .form-control-feedback{top:0}}.wpdt-c .form-horizontal .radio,.wpdt-c .form-horizontal .checkbox,.wpdt-c .form-horizontal .radio-inline,.wpdt-c .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.wpdt-c .form-horizontal .radio,.wpdt-c .form-horizontal .checkbox{min-height:25px}.wpdt-c .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.wpdt-c .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.wpdt-c .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.wpdt-c .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:17px}}@media (min-width:768px){.wpdt-c .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.wpdt-c .btn,.wpdt-c .wpDataTablesWrapper .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:none;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.42857143;border-radius:2px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpdt-c .btn:focus,.wpdt-c .btn:active:focus,.wpdt-c .btn.active:focus,.wpdt-c .btn.focus,.wpdt-c .btn:active.focus,.wpdt-c .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none!important}.wpdt-c .btn:hover,.wpdt-c .btn:focus,.wpdt-c .btn.focus{color:#333;text-decoration:none}.wpdt-c .btn:active,.wpdt-c .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.wpdt-c .btn.disabled,.wpdt-c .btn[disabled],.wpdt-c fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.wpdt-c a.btn.disabled,.wpdt-c fieldset[disabled] a.btn{pointer-events:none}.wpdt-c .btn-default{color:#333;background-color:#fff;border-color:#ccc}.wpdt-c .btn-default:focus,.wpdt-c .btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.wpdt-c .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.wpdt-c .btn-default:active:hover,.wpdt-c .btn-default.active:hover,.wpdt-c .open>.dropdown-toggle.btn-default:hover,.wpdt-c .btn-default:active:focus,.wpdt-c .btn-default.active:focus,.wpdt-c .open>.dropdown-toggle.btn-default:focus,.wpdt-c .btn-default:active.focus,.wpdt-c .btn-default.active.focus,.wpdt-c .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{background-image:none}.wpdt-c .btn-default.disabled:hover,.wpdt-c .btn-default[disabled]:hover,.wpdt-c fieldset[disabled] .btn-default:hover,.wpdt-c .btn-default.disabled:focus,.wpdt-c .btn-default[disabled]:focus,.wpdt-c fieldset[disabled] .btn-default:focus,.wpdt-c .btn-default.disabled.focus,.wpdt-c .btn-default[disabled].focus,.wpdt-c fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.wpdt-c .btn-default .badge{color:#fff;background-color:#333}.wpdt-c .btn-default:hover,.wpdt-c .btn-default:focus,.wpdt-c .btn-default.focus,.wpdt-c .btn-default:active,.wpdt-c .open>.dropdown-toggle.btn-default{color:#333;background-color:#fff;border-color:transparent}.wpdt-c .btn-default:hover:hover,.wpdt-c .btn-default:focus:hover,.wpdt-c .btn-default.focus:hover,.wpdt-c .btn-default:active:hover,.wpdt-c .open>.dropdown-toggle.btn-default:hover,.wpdt-c .btn-default:hover:focus,.wpdt-c .btn-default:focus:focus,.wpdt-c .btn-default.focus:focus,.wpdt-c .btn-default:active:focus,.wpdt-c .open>.dropdown-toggle.btn-default:focus,.wpdt-c .btn-default:hover.focus,.wpdt-c .btn-default:focus.focus,.wpdt-c .btn-default.focus.focus,.wpdt-c .btn-default:active.focus,.wpdt-c .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#fff;border-color:transparent}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{background-image:none}.wpdt-c .btn-default.disabled,.wpdt-c .btn-default[disabled],.wpdt-c fieldset[disabled] .btn-default,.wpdt-c .btn-default.disabled:hover,.wpdt-c .btn-default[disabled]:hover,.wpdt-c fieldset[disabled] .btn-default:hover,.wpdt-c .btn-default.disabled:focus,.wpdt-c .btn-default[disabled]:focus,.wpdt-c fieldset[disabled] .btn-default:focus,.wpdt-c .btn-default.disabled.focus,.wpdt-c .btn-default[disabled].focus,.wpdt-c fieldset[disabled] .btn-default.focus,.wpdt-c .btn-default.disabled:active,.wpdt-c .btn-default[disabled]:active,.wpdt-c fieldset[disabled] .btn-default:active{background-color:#fff;border-color:#ccc}.wpdt-c .btn-default .badge{color:#fff;background-color:#333}.wpdt-c .btn-primary{background:#008CFF;border:none;box-sizing:border-box;border-radius:3px;font-family:Inter;font-style:normal;font-weight:600;font-size:14px;padding:8px 12px;color:#FFF}.wpdt-c .btn-primary:focus,.wpdt-c .btn-primary.focus{color:#fff;background-color:#0c7cd5;border-color:#064475}.wpdt-c .btn-primary:hover{color:#fff;background-color:#0c7cd5;border-color:#0a68b4}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c7cd5;border-color:#0a68b4}.wpdt-c .btn-primary:active:hover,.wpdt-c .btn-primary.active:hover,.wpdt-c .open>.dropdown-toggle.btn-primary:hover,.wpdt-c .btn-primary:active:focus,.wpdt-c .btn-primary.active:focus,.wpdt-c .open>.dropdown-toggle.btn-primary:focus,.wpdt-c .btn-primary:active.focus,.wpdt-c .btn-primary.active.focus,.wpdt-c .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#0a68b4;border-color:#064475}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{background-image:none}.wpdt-c .btn-primary.disabled:hover,.wpdt-c .btn-primary[disabled]:hover,.wpdt-c fieldset[disabled] .btn-primary:hover,.wpdt-c .btn-primary.disabled:focus,.wpdt-c .btn-primary[disabled]:focus,.wpdt-c fieldset[disabled] .btn-primary:focus,.wpdt-c .btn-primary.disabled.focus,.wpdt-c .btn-primary[disabled].focus,.wpdt-c fieldset[disabled] .btn-primary.focus{background-color:#2196F3;border-color:#0d8aee}.wpdt-c .btn-primary .badge{color:#2196F3;background-color:#fff}.wpdt-c .btn-primary:hover,.wpdt-c .btn-primary:focus,.wpdt-c .btn-primary.focus,.wpdt-c .btn-primary:active,.wpdt-c .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#2196F3;border-color:transparent}.wpdt-c .btn-primary:hover:hover,.wpdt-c .btn-primary:focus:hover,.wpdt-c .btn-primary.focus:hover,.wpdt-c .btn-primary:active:hover,.wpdt-c .open>.dropdown-toggle.btn-primary:hover,.wpdt-c .btn-primary:hover:focus,.wpdt-c .btn-primary:focus:focus,.wpdt-c .btn-primary.focus:focus,.wpdt-c .btn-primary:active:focus,.wpdt-c .open>.dropdown-toggle.btn-primary:focus,.wpdt-c .btn-primary:hover.focus,.wpdt-c .btn-primary:focus.focus,.wpdt-c .btn-primary.focus.focus,.wpdt-c .btn-primary:active.focus,.wpdt-c .open>.dropdown-toggle.btn-primary.focus{background-color:#0B86EC!important}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{background-image:none}.wpdt-c .btn-primary.disabled,.wpdt-c .btn-primary[disabled],.wpdt-c fieldset[disabled] .btn-primary,.wpdt-c .btn-primary.disabled:hover,.wpdt-c .btn-primary[disabled]:hover,.wpdt-c fieldset[disabled] .btn-primary:hover,.wpdt-c .btn-primary.disabled:focus,.wpdt-c .btn-primary[disabled]:focus,.wpdt-c fieldset[disabled] .btn-primary:focus,.wpdt-c .btn-primary.disabled.focus,.wpdt-c .btn-primary[disabled].focus,.wpdt-c fieldset[disabled] .btn-primary.focus,.wpdt-c .btn-primary.disabled:active,.wpdt-c .btn-primary[disabled]:active,.wpdt-c fieldset[disabled] .btn-primary:active{background-color:#2196F3;border-color:#0d8aee}.wpdt-c .btn-primary .badge{color:#2196F3;background-color:#fff}.wpdt-c .btn-success{color:#fff;background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success:focus,.wpdt-c .btn-success.focus{color:#fff;background-color:#3d8b40;border-color:#1e441f}.wpdt-c .btn-success:hover{color:#fff;background-color:#3d8b40;border-color:#327334}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{color:#fff;background-color:#3d8b40;border-color:#327334}.wpdt-c .btn-success:active:hover,.wpdt-c .btn-success.active:hover,.wpdt-c .open>.dropdown-toggle.btn-success:hover,.wpdt-c .btn-success:active:focus,.wpdt-c .btn-success.active:focus,.wpdt-c .open>.dropdown-toggle.btn-success:focus,.wpdt-c .btn-success:active.focus,.wpdt-c .btn-success.active.focus,.wpdt-c .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#327334;border-color:#1e441f}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{background-image:none}.wpdt-c .btn-success.disabled:hover,.wpdt-c .btn-success[disabled]:hover,.wpdt-c fieldset[disabled] .btn-success:hover,.wpdt-c .btn-success.disabled:focus,.wpdt-c .btn-success[disabled]:focus,.wpdt-c fieldset[disabled] .btn-success:focus,.wpdt-c .btn-success.disabled.focus,.wpdt-c .btn-success[disabled].focus,.wpdt-c fieldset[disabled] .btn-success.focus{background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success .badge{color:#4CAF50;background-color:#fff}.wpdt-c .btn-success:hover,.wpdt-c .btn-success:focus,.wpdt-c .btn-success.focus,.wpdt-c .btn-success:active,.wpdt-c .open>.dropdown-toggle.btn-success{color:#fff;background-color:#4CAF50;border-color:transparent}.wpdt-c .btn-success:hover:hover,.wpdt-c .btn-success:focus:hover,.wpdt-c .btn-success.focus:hover,.wpdt-c .btn-success:active:hover,.wpdt-c .open>.dropdown-toggle.btn-success:hover,.wpdt-c .btn-success:hover:focus,.wpdt-c .btn-success:focus:focus,.wpdt-c .btn-success.focus:focus,.wpdt-c .btn-success:active:focus,.wpdt-c .open>.dropdown-toggle.btn-success:focus,.wpdt-c .btn-success:hover.focus,.wpdt-c .btn-success:focus.focus,.wpdt-c .btn-success.focus.focus,.wpdt-c .btn-success:active.focus,.wpdt-c .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#4CAF50;border-color:transparent}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{background-image:none}.wpdt-c .btn-success.disabled,.wpdt-c .btn-success[disabled],.wpdt-c fieldset[disabled] .btn-success,.wpdt-c .btn-success.disabled:hover,.wpdt-c .btn-success[disabled]:hover,.wpdt-c fieldset[disabled] .btn-success:hover,.wpdt-c .btn-success.disabled:focus,.wpdt-c .btn-success[disabled]:focus,.wpdt-c fieldset[disabled] .btn-success:focus,.wpdt-c .btn-success.disabled.focus,.wpdt-c .btn-success[disabled].focus,.wpdt-c fieldset[disabled] .btn-success.focus,.wpdt-c .btn-success.disabled:active,.wpdt-c .btn-success[disabled]:active,.wpdt-c fieldset[disabled] .btn-success:active{background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success .badge{color:#4CAF50;background-color:#fff}.wpdt-c .btn-info{color:#fff;background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info:focus,.wpdt-c .btn-info.focus{color:#fff;background-color:#008fa1;border-color:#00343b}.wpdt-c .btn-info:hover{color:#fff;background-color:#008fa1;border-color:#006f7d}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{color:#fff;background-color:#008fa1;border-color:#006f7d}.wpdt-c .btn-info:active:hover,.wpdt-c .btn-info.active:hover,.wpdt-c .open>.dropdown-toggle.btn-info:hover,.wpdt-c .btn-info:active:focus,.wpdt-c .btn-info.active:focus,.wpdt-c .open>.dropdown-toggle.btn-info:focus,.wpdt-c .btn-info:active.focus,.wpdt-c .btn-info.active.focus,.wpdt-c .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#006f7d;border-color:#00343b}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{background-image:none}.wpdt-c .btn-info.disabled:hover,.wpdt-c .btn-info[disabled]:hover,.wpdt-c fieldset[disabled] .btn-info:hover,.wpdt-c .btn-info.disabled:focus,.wpdt-c .btn-info[disabled]:focus,.wpdt-c fieldset[disabled] .btn-info:focus,.wpdt-c .btn-info.disabled.focus,.wpdt-c .btn-info[disabled].focus,.wpdt-c fieldset[disabled] .btn-info.focus{background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info .badge{color:#00BCD4;background-color:#fff}.wpdt-c .btn-info:hover,.wpdt-c .btn-info:focus,.wpdt-c .btn-info.focus,.wpdt-c .btn-info:active,.wpdt-c .open>.dropdown-toggle.btn-info{color:#fff;background-color:#00BCD4;border-color:transparent}.wpdt-c .btn-info:hover:hover,.wpdt-c .btn-info:focus:hover,.wpdt-c .btn-info.focus:hover,.wpdt-c .btn-info:active:hover,.wpdt-c .open>.dropdown-toggle.btn-info:hover,.wpdt-c .btn-info:hover:focus,.wpdt-c .btn-info:focus:focus,.wpdt-c .btn-info.focus:focus,.wpdt-c .btn-info:active:focus,.wpdt-c .open>.dropdown-toggle.btn-info:focus,.wpdt-c .btn-info:hover.focus,.wpdt-c .btn-info:focus.focus,.wpdt-c .btn-info.focus.focus,.wpdt-c .btn-info:active.focus,.wpdt-c .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#00BCD4;border-color:transparent}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{background-image:none}.wpdt-c .btn-info.disabled,.wpdt-c .btn-info[disabled],.wpdt-c fieldset[disabled] .btn-info,.wpdt-c .btn-info.disabled:hover,.wpdt-c .btn-info[disabled]:hover,.wpdt-c fieldset[disabled] .btn-info:hover,.wpdt-c .btn-info.disabled:focus,.wpdt-c .btn-info[disabled]:focus,.wpdt-c fieldset[disabled] .btn-info:focus,.wpdt-c .btn-info.disabled.focus,.wpdt-c .btn-info[disabled].focus,.wpdt-c fieldset[disabled] .btn-info.focus,.wpdt-c .btn-info.disabled:active,.wpdt-c .btn-info[disabled]:active,.wpdt-c fieldset[disabled] .btn-info:active{background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info .badge{color:#00BCD4;background-color:#fff}.wpdt-c .btn-warning{color:#fff;background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning:focus,.wpdt-c .btn-warning.focus{color:#fff;background-color:#cc7a00;border-color:#663d00}.wpdt-c .btn-warning:hover{color:#fff;background-color:#cc7a00;border-color:#a86400}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#cc7a00;border-color:#a86400}.wpdt-c .btn-warning:active:hover,.wpdt-c .btn-warning.active:hover,.wpdt-c .open>.dropdown-toggle.btn-warning:hover,.wpdt-c .btn-warning:active:focus,.wpdt-c .btn-warning.active:focus,.wpdt-c .open>.dropdown-toggle.btn-warning:focus,.wpdt-c .btn-warning:active.focus,.wpdt-c .btn-warning.active.focus,.wpdt-c .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#a86400;border-color:#663d00}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{background-image:none}.wpdt-c .btn-warning.disabled:hover,.wpdt-c .btn-warning[disabled]:hover,.wpdt-c fieldset[disabled] .btn-warning:hover,.wpdt-c .btn-warning.disabled:focus,.wpdt-c .btn-warning[disabled]:focus,.wpdt-c fieldset[disabled] .btn-warning:focus,.wpdt-c .btn-warning.disabled.focus,.wpdt-c .btn-warning[disabled].focus,.wpdt-c fieldset[disabled] .btn-warning.focus{background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning .badge{color:#FF9800;background-color:#fff}.wpdt-c .btn-warning:hover,.wpdt-c .btn-warning:focus,.wpdt-c .btn-warning.focus,.wpdt-c .btn-warning:active,.wpdt-c .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#FF9800;border-color:transparent}.wpdt-c .btn-warning:hover:hover,.wpdt-c .btn-warning:focus:hover,.wpdt-c .btn-warning.focus:hover,.wpdt-c .btn-warning:active:hover,.wpdt-c .open>.dropdown-toggle.btn-warning:hover,.wpdt-c .btn-warning:hover:focus,.wpdt-c .btn-warning:focus:focus,.wpdt-c .btn-warning.focus:focus,.wpdt-c .btn-warning:active:focus,.wpdt-c .open>.dropdown-toggle.btn-warning:focus,.wpdt-c .btn-warning:hover.focus,.wpdt-c .btn-warning:focus.focus,.wpdt-c .btn-warning.focus.focus,.wpdt-c .btn-warning:active.focus,.wpdt-c .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#FF9800;border-color:transparent}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{background-image:none}.wpdt-c .btn-warning.disabled,.wpdt-c .btn-warning[disabled],.wpdt-c fieldset[disabled] .btn-warning,.wpdt-c .btn-warning.disabled:hover,.wpdt-c .btn-warning[disabled]:hover,.wpdt-c fieldset[disabled] .btn-warning:hover,.wpdt-c .btn-warning.disabled:focus,.wpdt-c .btn-warning[disabled]:focus,.wpdt-c fieldset[disabled] .btn-warning:focus,.wpdt-c .btn-warning.disabled.focus,.wpdt-c .btn-warning[disabled].focus,.wpdt-c fieldset[disabled] .btn-warning.focus,.wpdt-c .btn-warning.disabled:active,.wpdt-c .btn-warning[disabled]:active,.wpdt-c fieldset[disabled] .btn-warning:active{background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning .badge{color:#FF9800;background-color:#fff}.wpdt-c .btn-danger{color:#fff;background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger:focus,.wpdt-c .btn-danger.focus{color:#fff;background-color:#ea1c0d;border-color:#891008}.wpdt-c .btn-danger:hover{color:#fff;background-color:#ea1c0d;border-color:#c8180b}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#ea1c0d;border-color:#c8180b}.wpdt-c .btn-danger:active:hover,.wpdt-c .btn-danger.active:hover,.wpdt-c .open>.dropdown-toggle.btn-danger:hover,.wpdt-c .btn-danger:active:focus,.wpdt-c .btn-danger.active:focus,.wpdt-c .open>.dropdown-toggle.btn-danger:focus,.wpdt-c .btn-danger:active.focus,.wpdt-c .btn-danger.active.focus,.wpdt-c .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#c8180b;border-color:#891008}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{background-image:none}.wpdt-c .btn-danger.disabled:hover,.wpdt-c .btn-danger[disabled]:hover,.wpdt-c fieldset[disabled] .btn-danger:hover,.wpdt-c .btn-danger.disabled:focus,.wpdt-c .btn-danger[disabled]:focus,.wpdt-c fieldset[disabled] .btn-danger:focus,.wpdt-c .btn-danger.disabled.focus,.wpdt-c .btn-danger[disabled].focus,.wpdt-c fieldset[disabled] .btn-danger.focus{background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger .badge{color:#F44336;background-color:#fff}.wpdt-c .btn-danger:hover,.wpdt-c .btn-danger:focus,.wpdt-c .btn-danger.focus,.wpdt-c .btn-danger:active,.wpdt-c .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#F44336;border-color:transparent}.wpdt-c .btn-danger:hover:hover,.wpdt-c .btn-danger:focus:hover,.wpdt-c .btn-danger.focus:hover,.wpdt-c .btn-danger:active:hover,.wpdt-c .open>.dropdown-toggle.btn-danger:hover,.wpdt-c .btn-danger:hover:focus,.wpdt-c .btn-danger:focus:focus,.wpdt-c .btn-danger.focus:focus,.wpdt-c .btn-danger:active:focus,.wpdt-c .open>.dropdown-toggle.btn-danger:focus,.wpdt-c .btn-danger:hover.focus,.wpdt-c .btn-danger:focus.focus,.wpdt-c .btn-danger.focus.focus,.wpdt-c .btn-danger:active.focus,.wpdt-c .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#F44336;border-color:transparent}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{background-image:none}.wpdt-c .btn-danger.disabled,.wpdt-c .btn-danger[disabled],.wpdt-c fieldset[disabled] .btn-danger,.wpdt-c .btn-danger.disabled:hover,.wpdt-c .btn-danger[disabled]:hover,.wpdt-c fieldset[disabled] .btn-danger:hover,.wpdt-c .btn-danger.disabled:focus,.wpdt-c .btn-danger[disabled]:focus,.wpdt-c fieldset[disabled] .btn-danger:focus,.wpdt-c .btn-danger.disabled.focus,.wpdt-c .btn-danger[disabled].focus,.wpdt-c fieldset[disabled] .btn-danger.focus,.wpdt-c .btn-danger.disabled:active,.wpdt-c .btn-danger[disabled]:active,.wpdt-c fieldset[disabled] .btn-danger:active{background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger .badge{color:#F44336;background-color:#fff}.wpdt-c .btn-link{color:#2196F3;font-weight:400;border-radius:0}.wpdt-c .btn-link,.wpdt-c .btn-link:active,.wpdt-c .btn-link.active,.wpdt-c .btn-link[disabled],.wpdt-c fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.wpdt-c .btn-link,.wpdt-c .btn-link:hover,.wpdt-c .btn-link:focus,.wpdt-c .btn-link:active{border-color:transparent}.wpdt-c .btn-link:hover,.wpdt-c .btn-link:focus{color:#0a6ebd;text-decoration:none;background-color:transparent}.wpdt-c .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .btn-link:hover,.wpdt-c .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.wpdt-c .btn-lg,.wpdt-c .btn-group-lg>.btn{padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:2px}.wpdt-c .btn-sm,.wpdt-c .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .btn-xs,.wpdt-c .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .btn-block{display:block;width:100%}.wpdt-c .btn-block+.btn-block{margin-top:5px}.wpdt-c input[type="submit"].btn-block,.wpdt-c input[type="reset"].btn-block,.wpdt-c input[type="button"].btn-block{width:100%}.wpdt-c .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.wpdt-c .fade.in{opacity:1}.wpdt-c .collapse{display:none}.wpdt-c .collapse.in{display:block}.wpdt-c .collapse.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.wpdt-c tr.collapse.in{display:table-row}.wpdt-c tbody.collapse.in{display:table-row-group}.wpdt-c .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpdt-c .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}.wpdt-c .dropup,.wpdt-c .dropdown{position:relative}.wpdt-c .dropdown-toggle:focus{outline:0}.wpdt-c.dropdown-menu,.wpdt-c .dropdown-menu{position:absolute;top:100%;left:0;z-index:9999;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:13px;text-align:left;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.wpdt-c .dropdown-menu.pull-right{right:0;left:auto}.wpdt-c .dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:rgba(0,0,0,.08)}.wpdt-c .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.wpdt-c .dropdown-menu>li>a:hover,.wpdt-c .dropdown-menu>li>a:focus{text-decoration:none;color:#333;background-color:rgba(0,0,0,.075)}.wpdt-c .dropdown-menu>.active>a,.wpdt-c .dropdown-menu>.active>a:hover,.wpdt-c .dropdown-menu>.active>a:focus{color:#333;text-decoration:none;outline:0;background-color:rgba(0,0,0,.075)}.wpdt-c .dropdown-menu>.disabled>a,.wpdt-c .dropdown-menu>.disabled>a:hover,.wpdt-c .dropdown-menu>.disabled>a:focus{color:#e4e4e4}.wpdt-c .open>.dropdown-menu{display:block}.wpdt-c .open>ul.dropdown-menu{padding:0!important}.wpdt-c .open>a{outline:0}.wpdt-c .dropdown-menu-right{left:auto;right:0}.wpdt-c .dropdown-menu-left{left:0;right:auto}.wpdt-c .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.wpdt-c .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:-1}.wpdt-c .pull-right>.dropdown-menu{right:0;left:auto}.wpdt-c .dropup .caret,.wpdt-c .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.wpdt-c .dropup .dropdown-menu,.wpdt-c .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.wpdt-c .navbar-right .dropdown-menu{left:auto;right:0}.wpdt-c .navbar-right .dropdown-menu-left{left:0;right:auto}}.wpdt-c .btn-group,.wpdt-c .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.wpdt-c .btn-group>.btn,.wpdt-c .btn-group-vertical>.btn{position:relative;float:left}.wpdt-c .btn-group>.btn:hover,.wpdt-c .btn-group-vertical>.btn:hover,.wpdt-c .btn-group>.btn:focus,.wpdt-c .btn-group-vertical>.btn:focus,.wpdt-c .btn-group>.btn:active,.wpdt-c .btn-group-vertical>.btn:active,.wpdt-c .btn-group>.btn.active,.wpdt-c .btn-group-vertical>.btn.active{z-index:2}.wpdt-c .btn-group .btn+.btn,.wpdt-c .btn-group .btn+.btn-group,.wpdt-c .btn-group .btn-group+.btn,.wpdt-c .btn-group .btn-group+.btn-group{margin-left:-1px}.wpdt-c .btn-toolbar{margin-left:-5px}.wpdt-c .btn-toolbar .btn,.wpdt-c .btn-toolbar .btn-group,.wpdt-c .btn-toolbar .input-group{float:left}.wpdt-c .btn-toolbar>.btn,.wpdt-c .btn-toolbar>.btn-group,.wpdt-c .btn-toolbar>.input-group{margin-left:5px}.wpdt-c .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.wpdt-c .btn-group>.btn:first-child{margin-left:0}.wpdt-c .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .btn-group>.btn:last-child:not(:first-child),.wpdt-c .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .btn-group>.btn-group{float:left}.wpdt-c .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.wpdt-c .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.wpdt-c .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .btn-group .dropdown-toggle:active,.wpdt-c .btn-group.open .dropdown-toggle{outline:0}.wpdt-c .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.wpdt-c .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.wpdt-c .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)}.wpdt-c .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.wpdt-c .btn .caret{margin-left:0}.wpdt-c .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.wpdt-c .dropup .btn-lg .caret{border-width:0 5px 5px}.wpdt-c .btn-group-vertical>.btn,.wpdt-c .btn-group-vertical>.btn-group,.wpdt-c .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.wpdt-c .btn-group-vertical>.btn-group>.btn{float:none}.wpdt-c .btn-group-vertical>.btn+.btn,.wpdt-c .btn-group-vertical>.btn+.btn-group,.wpdt-c .btn-group-vertical>.btn-group+.btn,.wpdt-c .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.wpdt-c .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.wpdt-c .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:2px;border-top-left-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.wpdt-c .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.wpdt-c .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.wpdt-c .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.wpdt-c .btn-group-justified>.btn,.wpdt-c .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.wpdt-c .btn-group-justified>.btn-group .btn{width:100%}.wpdt-c .btn-group-justified>.btn-group .dropdown-menu{left:auto}.wpdt-c [data-toggle="buttons"]>.btn input[type="radio"],.wpdt-c [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],.wpdt-c [data-toggle="buttons"]>.btn input[type="checkbox"],.wpdt-c [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.wpdt-c .input-group{position:relative;display:table;border-collapse:separate}.wpdt-c .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.wpdt-c .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.wpdt-c .input-group .form-control:focus{z-index:3}.wpdt-c .input-group-lg>.form-control,.wpdt-c .input-group-lg>.input-group-addon,.wpdt-c .input-group-lg>.input-group-btn>.btn{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:40px;line-height:40px}.wpdt-c textarea.input-group-lg>.form-control,.wpdt-c textarea.input-group-lg>.input-group-addon,.wpdt-c textarea.input-group-lg>.input-group-btn>.btn,.wpdt-c select[multiple].input-group-lg>.form-control,.wpdt-c select[multiple].input-group-lg>.input-group-addon,.wpdt-c select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.wpdt-c .input-group-sm>.form-control,.wpdt-c .input-group-sm>.input-group-addon,.wpdt-c .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c select.input-group-sm>.form-control,.wpdt-c select.input-group-sm>.input-group-addon,.wpdt-c select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.wpdt-c textarea.input-group-sm>.form-control,.wpdt-c textarea.input-group-sm>.input-group-addon,.wpdt-c textarea.input-group-sm>.input-group-btn>.btn,.wpdt-c select[multiple].input-group-sm>.form-control,.wpdt-c select[multiple].input-group-sm>.input-group-addon,.wpdt-c select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.wpdt-c .input-group-addon,.wpdt-c .input-group-btn,.wpdt-c .input-group .form-control{display:table-cell}.wpdt-c .input-group-addon:not(:first-child):not(:last-child),.wpdt-c .input-group-btn:not(:first-child):not(:last-child),.wpdt-c .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.wpdt-c .input-group-addon,.wpdt-c .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.wpdt-c .input-group-addon{padding:6px 12px;font-size:13px;font-weight:400;line-height:1;color:#000;text-align:center;background-color:transparent;border:1px solid transparent;border-radius:0}.wpdt-c .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:2px}.wpdt-c .input-group-addon.input-lg{padding:10px 16px;font-size:17px;border-radius:0}.wpdt-c .input-group-addon input[type="radio"],.wpdt-c .input-group-addon input[type="checkbox"]{margin-top:0}.wpdt-c .input-group .form-control:first-child,.wpdt-c .input-group-addon:first-child,.wpdt-c .input-group-btn:first-child>.btn,.wpdt-c .input-group-btn:first-child>.btn-group>.btn,.wpdt-c .input-group-btn:first-child>.dropdown-toggle,.wpdt-c .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.wpdt-c .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .input-group-addon:first-child{border-right:0}.wpdt-c .input-group .form-control:last-child,.wpdt-c .input-group-addon:last-child,.wpdt-c .input-group-btn:last-child>.btn,.wpdt-c .input-group-btn:last-child>.btn-group>.btn,.wpdt-c .input-group-btn:last-child>.dropdown-toggle,.wpdt-c .input-group-btn:first-child>.btn:not(:first-child),.wpdt-c .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .input-group-addon:last-child{border-left:0}.wpdt-c .input-group-btn{position:relative;font-size:0;white-space:nowrap}.wpdt-c .input-group-btn>.btn{position:relative}.wpdt-c .input-group-btn>.btn+.btn{margin-left:-1px}.wpdt-c .input-group-btn>.btn:hover,.wpdt-c .input-group-btn>.btn:focus,.wpdt-c .input-group-btn>.btn:active{z-index:2}.wpdt-c .input-group-btn:first-child>.btn,.wpdt-c .input-group-btn:first-child>.btn-group{margin-right:-1px}.wpdt-c .input-group-btn:last-child>.btn,.wpdt-c .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.wpdt-c .nav{margin-bottom:0;padding-left:0;list-style:none}.wpdt-c .nav>li{position:relative;display:block}.wpdt-c .nav>li>a{position:relative;display:block;padding:10px 15px}.wpdt-c .nav>li>a:hover,.wpdt-c .nav>li>a:focus{text-decoration:none;background-color:#eee}.wpdt-c .nav>li.disabled>a{color:#777}.wpdt-c .nav>li.disabled>a:hover,.wpdt-c .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.wpdt-c .nav .open>a,.wpdt-c .nav .open>a:hover,.wpdt-c .nav .open>a:focus{background-color:#eee;border-color:#2196F3}.wpdt-c .nav .nav-divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}.wpdt-c .nav>li>a>img{max-width:none}.wpdt-c .nav-tabs{border-bottom:1px solid #fff}.wpdt-c .nav-tabs>li{float:left;margin-bottom:-1px}.wpdt-c .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs>li>a:hover{border-color:#eee #eee #fff}.wpdt-c .nav-tabs>li.active>a,.wpdt-c .nav-tabs>li.active>a:hover,.wpdt-c .nav-tabs>li.active>a:focus{color:#555;background-color:transparent;border:1px solid #fff;border-bottom-color:transparent;cursor:default}.wpdt-c .nav-tabs.nav-justified{width:100%;border-bottom:0}.wpdt-c .nav-tabs.nav-justified>li{float:none}.wpdt-c .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.wpdt-c .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.wpdt-c .nav-tabs.nav-justified>li{display:table-cell;width:1%}.wpdt-c .nav-tabs.nav-justified>li>a{margin-bottom:0}}.wpdt-c .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:2px}.wpdt-c .nav-tabs.nav-justified>.active>a,.wpdt-c .nav-tabs.nav-justified>.active>a:hover,.wpdt-c .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.wpdt-c .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs.nav-justified>.active>a,.wpdt-c .nav-tabs.nav-justified>.active>a:hover,.wpdt-c .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#edecec}}.wpdt-c .nav-pills>li{float:left}.wpdt-c .nav-pills>li>a{border-radius:2px}.wpdt-c .nav-pills>li+li{margin-left:2px}.wpdt-c .nav-pills>li.active>a,.wpdt-c .nav-pills>li.active>a:hover,.wpdt-c .nav-pills>li.active>a:focus{color:#fff;background-color:#2196F3}.wpdt-c .nav-stacked>li{float:none}.wpdt-c .nav-stacked>li+li{margin-top:2px;margin-left:0}.wpdt-c .nav-justified{width:100%}.wpdt-c .nav-justified>li{float:none}.wpdt-c .nav-justified>li>a{text-align:center;margin-bottom:5px}.wpdt-c .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.wpdt-c .nav-justified>li{display:table-cell;width:1%}.wpdt-c .nav-justified>li>a{margin-bottom:0}}.wpdt-c .nav-tabs-justified{border-bottom:0}.wpdt-c .nav-tabs-justified>li>a{margin-right:0;border-radius:2px}.wpdt-c .nav-tabs-justified>.active>a,.wpdt-c .nav-tabs-justified>.active>a:hover,.wpdt-c .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.wpdt-c .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs-justified>.active>a,.wpdt-c .nav-tabs-justified>.active>a:hover,.wpdt-c .nav-tabs-justified>.active>a:focus{border-bottom-color:#edecec}}.wpdt-c .tab-content>.tab-pane{display:none}.wpdt-c .tab-content>.active{display:block}.wpdt-c .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .navbar{position:relative;min-height:50px;margin-bottom:18px;border:1px solid transparent}@media (min-width:768px){.wpdt-c .navbar{border-radius:2px}}@media (min-width:768px){.wpdt-c .navbar-header{float:left}}.wpdt-c .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.wpdt-c .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.wpdt-c .navbar-collapse{width:auto;border-top:0;box-shadow:none}.wpdt-c .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.wpdt-c .navbar-collapse.in{overflow-y:visible}.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-static-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.wpdt-c .container>.navbar-header,.wpdt-c .container-fluid>.navbar-header,.wpdt-c .container>.navbar-collapse,.wpdt-c .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.wpdt-c .container>.navbar-header,.wpdt-c .container-fluid>.navbar-header,.wpdt-c .container>.navbar-collapse,.wpdt-c .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.wpdt-c .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.wpdt-c .navbar-static-top{border-radius:0}}.wpdt-c .navbar-fixed-top,.wpdt-c .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.wpdt-c .navbar-fixed-top,.wpdt-c .navbar-fixed-bottom{border-radius:0}}.wpdt-c .navbar-fixed-top{top:0;border-width:0 0 1px}.wpdt-c .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.wpdt-c .navbar-brand{float:left;padding:16px 15px;font-size:17px;line-height:18px;height:50px}.wpdt-c .navbar-brand:hover,.wpdt-c .navbar-brand:focus{text-decoration:none}.wpdt-c .navbar-brand>img{display:block}@media (min-width:768px){.wpdt-c .navbar>.container .navbar-brand,.wpdt-c .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.wpdt-c .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:2px}.wpdt-c .navbar-toggle:focus{outline:0}.wpdt-c .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.wpdt-c .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.wpdt-c .navbar-toggle{display:none}}.wpdt-c .navbar-nav{margin:8px -15px}.wpdt-c .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:18px}@media (max-width:767px){.wpdt-c .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.wpdt-c .navbar-nav .open .dropdown-menu>li>a,.wpdt-c .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.wpdt-c .navbar-nav .open .dropdown-menu>li>a{line-height:18px}.wpdt-c .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.wpdt-c .navbar-nav{float:left;margin:0}.wpdt-c .navbar-nav>li{float:left}.wpdt-c .navbar-nav>li>a{padding-top:16px;padding-bottom:16px}}.wpdt-c .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 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:7.5px;margin-bottom:7.5px}@media (min-width:768px){.wpdt-c .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.wpdt-c .navbar-form .form-control-static{display:inline-block}.wpdt-c .navbar-form .input-group{display:inline-table;vertical-align:middle}.wpdt-c .navbar-form .input-group .input-group-addon,.wpdt-c .navbar-form .input-group .input-group-btn,.wpdt-c .navbar-form .input-group .form-control{width:auto}.wpdt-c .navbar-form .input-group>.form-control{width:100%}.wpdt-c .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .radio,.wpdt-c .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .radio label,.wpdt-c .navbar-form .checkbox label{padding-left:0}.wpdt-c .navbar-form .radio input[type="radio"],.wpdt-c .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.wpdt-c .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.wpdt-c .navbar-form .form-group{margin-bottom:5px}.wpdt-c .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.wpdt-c .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.wpdt-c .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:2px;border-top-left-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .navbar-btn{margin-top:7.5px;margin-bottom:7.5px}.wpdt-c .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.wpdt-c .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.wpdt-c .navbar-text{margin-top:16px;margin-bottom:16px}@media (min-width:768px){.wpdt-c .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.wpdt-c .navbar-left{float:left!important}.wpdt-c .navbar-right{float:right!important;margin-right:-15px}.wpdt-c .navbar-right~.navbar-right{margin-right:0}}.wpdt-c .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.wpdt-c .navbar-default .navbar-brand{color:#777}.wpdt-c .navbar-default .navbar-brand:hover,.wpdt-c .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.wpdt-c .navbar-default .navbar-text{color:#777}.wpdt-c .navbar-default .navbar-nav>li>a{color:#777}.wpdt-c .navbar-default .navbar-nav>li>a:hover,.wpdt-c .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.wpdt-c .navbar-default .navbar-nav>.active>a,.wpdt-c .navbar-default .navbar-nav>.active>a:hover,.wpdt-c .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav>.disabled>a,.wpdt-c .navbar-default .navbar-nav>.disabled>a:hover,.wpdt-c .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.wpdt-c .navbar-default .navbar-toggle{border-color:#ddd}.wpdt-c .navbar-default .navbar-toggle:hover,.wpdt-c .navbar-default .navbar-toggle:focus{background-color:#ddd}.wpdt-c .navbar-default .navbar-toggle .icon-bar{background-color:#888}.wpdt-c .navbar-default .navbar-collapse,.wpdt-c .navbar-default .navbar-form{border-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav>.open>a,.wpdt-c .navbar-default .navbar-nav>.open>a:hover,.wpdt-c .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.wpdt-c .navbar-default .navbar-link{color:#777}.wpdt-c .navbar-default .navbar-link:hover{color:#333}.wpdt-c .navbar-default .btn-link{color:#777}.wpdt-c .navbar-default .btn-link:hover,.wpdt-c .navbar-default .btn-link:focus{color:#333}.wpdt-c .navbar-default .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .navbar-default .btn-link:hover,.wpdt-c .navbar-default .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.wpdt-c .navbar-inverse{background-color:#222;border-color:#080808}.wpdt-c .navbar-inverse .navbar-brand{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-brand:hover,.wpdt-c .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-text{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav>li>a:hover,.wpdt-c .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-nav>.active>a,.wpdt-c .navbar-inverse .navbar-nav>.active>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav>.disabled>a,.wpdt-c .navbar-inverse .navbar-nav>.disabled>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.wpdt-c .navbar-inverse .navbar-toggle{border-color:#333}.wpdt-c .navbar-inverse .navbar-toggle:hover,.wpdt-c .navbar-inverse .navbar-toggle:focus{background-color:#333}.wpdt-c .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.wpdt-c .navbar-inverse .navbar-collapse,.wpdt-c .navbar-inverse .navbar-form{border-color:#101010}.wpdt-c .navbar-inverse .navbar-nav>.open>a,.wpdt-c .navbar-inverse .navbar-nav>.open>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.wpdt-c .navbar-inverse .navbar-link{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-link:hover{color:#fff}.wpdt-c .navbar-inverse .btn-link{color:#9d9d9d}.wpdt-c .navbar-inverse .btn-link:hover,.wpdt-c .navbar-inverse .btn-link:focus{color:#fff}.wpdt-c .navbar-inverse .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .navbar-inverse .btn-link:hover,.wpdt-c .navbar-inverse .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.wpdt-c .breadcrumb{padding:8px 20px;margin-bottom:18px;list-style:none;background-color:transparent;border-radius:2px}.wpdt-c .breadcrumb>li{display:inline-block}.wpdt-c .breadcrumb>li+li:before{font-family:'wpDataTablesIcons';content:"\f531";padding:0 5px;color:#ccc}.wpdt-c .breadcrumb>.active{color:#2196F3}.wpdt-c .pagination{display:inline-block;padding-left:0;margin:18px 0;border-radius:2px}.wpdt-c .pagination>li{display:inline}.wpdt-c .pagination>li>a,.wpdt-c .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#7E7E7E;background-color:#E2E2E2;border:1px solid #fff;margin-left:-1px}.wpdt-c .pagination>li:first-child>a,.wpdt-c .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination>li:last-child>a,.wpdt-c .pagination>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pagination>li>a:hover,.wpdt-c .pagination>li>span:hover,.wpdt-c .pagination>li>a:focus,.wpdt-c .pagination>li>span:focus{z-index:2;color:#333;background-color:#d7d7d7;border-color:#fff}.wpdt-c .pagination>.active>a,.wpdt-c .pagination>.active>span,.wpdt-c .pagination>.active>a:hover,.wpdt-c .pagination>.active>span:hover,.wpdt-c .pagination>.active>a:focus,.wpdt-c .pagination>.active>span:focus{z-index:3;color:#fff;background-color:#00BCD4;border-color:#fff;cursor:default}.wpdt-c .pagination>.disabled>span,.wpdt-c .pagination>.disabled>span:hover,.wpdt-c .pagination>.disabled>span:focus,.wpdt-c .pagination>.disabled>a,.wpdt-c .pagination>.disabled>a:hover,.wpdt-c .pagination>.disabled>a:focus{color:#777;background-color:#E2E2E2;border-color:#fff;cursor:not-allowed}.wpdt-c .pagination-lg>li>a,.wpdt-c .pagination-lg>li>span{padding:10px 16px;font-size:17px;line-height:1.3333333}.wpdt-c .pagination-lg>li:first-child>a,.wpdt-c .pagination-lg>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination-lg>li:last-child>a,.wpdt-c .pagination-lg>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pagination-sm>li>a,.wpdt-c .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.wpdt-c .pagination-sm>li:first-child>a,.wpdt-c .pagination-sm>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination-sm>li:last-child>a,.wpdt-c .pagination-sm>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pager{padding-left:0;margin:18px 0;list-style:none;text-align:center}.wpdt-c .pager li{display:inline}.wpdt-c .pager li>a,.wpdt-c .pager li>span{display:inline-block;padding:5px 14px;background-color:#E2E2E2;border:1px solid #fff;border-radius:5px}.wpdt-c .pager li>a:hover,.wpdt-c .pager li>a:focus{text-decoration:none;background-color:#d7d7d7}.wpdt-c .pager .next>a,.wpdt-c .pager .next>span{float:right}.wpdt-c .pager .previous>a,.wpdt-c .pager .previous>span{float:left}.wpdt-c .pager .disabled>a,.wpdt-c .pager .disabled>a:hover,.wpdt-c .pager .disabled>a:focus,.wpdt-c .pager .disabled>span{color:#777;background-color:#E2E2E2;cursor:not-allowed}.wpdt-c .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}.wpdt-c a.label:hover,.wpdt-c a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.wpdt-c .label:empty{display:none}.wpdt-c .btn .label{position:relative;top:-1px}.wpdt-c .label-default{background-color:#777}.wpdt-c .label-default[href]:hover,.wpdt-c .label-default[href]:focus{background-color:#5e5e5e}.wpdt-c .label-primary{background-color:#2196F3}.wpdt-c .label-primary[href]:hover,.wpdt-c .label-primary[href]:focus{background-color:#0c7cd5}.wpdt-c .label-success{background-color:#4CAF50}.wpdt-c .label-success[href]:hover,.wpdt-c .label-success[href]:focus{background-color:#3d8b40}.wpdt-c .label-info{background-color:#00BCD4}.wpdt-c .label-info[href]:hover,.wpdt-c .label-info[href]:focus{background-color:#008fa1}.wpdt-c .label-warning{background-color:#FF9800}.wpdt-c .label-warning[href]:hover,.wpdt-c .label-warning[href]:focus{background-color:#cc7a00}.wpdt-c .label-danger{background-color:#F44336}.wpdt-c .label-danger[href]:hover,.wpdt-c .label-danger[href]:focus{background-color:#ea1c0d}.wpdt-c .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:400;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#2196F3;border-radius:2px}.wpdt-c .badge:empty{display:none}.wpdt-c .btn .badge{position:relative;top:-1px}.wpdt-c .btn-xs .badge,.wpdt-c .btn-group-xs>.btn .badge{top:0;padding:1px 5px}.wpdt-c a.badge:hover,.wpdt-c a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.wpdt-c .list-group-item.active>.badge,.wpdt-c .nav-pills>.active>a>.badge{color:#fff;background-color:#2196F3}.wpdt-c .list-group-item>.badge{float:right}.wpdt-c .list-group-item>.badge+.badge{margin-right:5px}.wpdt-c .nav-pills>li>a>.badge{margin-left:3px}.wpdt-c .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#F7F7F7}.wpdt-c .jumbotron h1,.wpdt-c .jumbotron .h1{color:inherit}.wpdt-c .jumbotron p{margin-bottom:15px;font-size:20px;font-weight:200}.wpdt-c .jumbotron>hr{border-top-color:#dedede}.wpdt-c .container .jumbotron,.wpdt-c .container-fluid .jumbotron{border-radius:2px;padding-left:15px;padding-right:15px}.wpdt-c .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.wpdt-c .jumbotron{padding-top:48px;padding-bottom:48px}.wpdt-c .container .jumbotron,.wpdt-c .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.wpdt-c .jumbotron h1,.wpdt-c .jumbotron .h1{font-size:59px}}.wpdt-c .thumbnail{display:block;padding:3px;margin-bottom:18px;line-height:1.42857143;background-color:#fff;border:1px solid #EDEDED;border-radius:2px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.wpdt-c .thumbnail>img,.wpdt-c .thumbnail a>img{margin-left:auto;margin-right:auto}.wpdt-c a.thumbnail:hover,.wpdt-c a.thumbnail:focus,.wpdt-c a.thumbnail.active{border-color:#2196F3}.wpdt-c .thumbnail .caption{padding:10px 15px;color:#5E5E5E}.wpdt-c.alert,.wpdt-c .alert{padding:12px;margin-bottom:18px;border:1px solid transparent;background:#F4F5F7;border-radius:3px}.wpdt-c.alert h4 .wpdt-c .alert h4{margin-top:0;color:inherit}.wpdt-c.alert .alert-link,.wpdt-c .alert .alert-link{font-weight:700}.wpdt-c.alert>p,.wpdt-c.alert>ul,.wpdt-c .alert>p,.wpdt-c .alert>ul{margin-bottom:0}.wpdt-c.alert>p+p,.wpdt-c .alert>p+p{margin-top:5px}.wpdt-c.alert-dismissable,.wpdt-c.alert-dismissible,.wpdt-c .alert-dismissable,.wpdt-c .alert-dismissible{padding-right:35px}.wpdt-c.alert-dismissable .close,.wpdt-c.alert-dismissible .close,.wpdt-c .alert-dismissable .close,.wpdt-c .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.wpdt-c.alert-success,.wpdt-c .alert-success{background-color:#4CAF50;border-color:transparent;color:#fff}.wpdt-c.alert-success hr,.wpdt-c .alert-success hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-success .alert-link,.wpdt-c .alert-success .alert-link{color:#e6e6e6}.wpdt-c.alert-info i.wpdt-icon-times-full,.wpdt-c .alert-info i.wpdt-icon-times-full{font-size:15px;line-height:20px;color:#8796AF}.wpdt-c.alert-info,.wpdt-c .alert-info{background:#F4F5F7;border-radius:3px}.wpdt-c.alert-info hr,.wpdt-c .alert-info hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-info .alert-link,.wpdt-c .alert-info .alert-link{color:#e6e6e6}.wpdt-c.alert-warning,.wpdt-c .alert-warning{background-color:#FFC107;border-color:transparent;color:#fff}.wpdt-c.alert-warning hr,.wpdt-c .alert-warning hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-warning .alert-link,.wpdt-c .alert-warning .alert-link{color:#e6e6e6}.wpdt-c.alert-danger,.wpdt-c .alert-danger{background:rgba(240,62,62,.06);border-radius:3px;font-weight:500;font-size:12px;line-height:16px;color:#F03E3E;border-color:transparent}.wpdt-c.alert-danger hr,.wpdt-c .alert-danger hr{border-top-color:rgba(0,0,0,0)}.wpdt-c .alert-danger .alert-link,.wpdt-c.alert-danger .alert-link{color:#e6e6e6}@-webkit-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}}.wpdt-c .progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f5f5f5;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.wpdt-c .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:18px;color:#fff;text-align:center;background-color:#2196F3;-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 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.wpdt-c .progress-striped .progress-bar,.wpdt-c .progress-bar-striped{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);background-size:40px 40px}.wpdt-c .progress.active .progress-bar,.wpdt-c .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.wpdt-c .progress-bar-success{background-color:#4CAF50}.wpdt-c .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)}.wpdt-c .progress-bar-info{background-color:#00BCD4}.wpdt-c .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)}.wpdt-c .progress-bar-warning{background-color:#FF9800}.wpdt-c .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)}.wpdt-c .progress-bar-danger{background-color:#F44336}.wpdt-c .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)}.wpdt-c .media{margin-top:15px}.wpdt-c .media:first-child{margin-top:0}.wpdt-c .media,.wpdt-c .media-body{zoom:1;overflow:hidden}.wpdt-c .media-body{width:10000px}.wpdt-c .media-object{display:block}.wpdt-c .media-object.img-thumbnail{max-width:none}.wpdt-c .media-right,.wpdt-c .media>.pull-right{padding-left:10px}.wpdt-c .media-left,.wpdt-c .media>.pull-left{padding-right:10px}.wpdt-c .media-left,.wpdt-c .media-right,.wpdt-c .media-body{display:table-cell;vertical-align:top}.wpdt-c .media-middle{vertical-align:middle}.wpdt-c .media-bottom{vertical-align:bottom}.wpdt-c .media-heading{margin-top:0;margin-bottom:5px}.wpdt-c .media-list{padding-left:0;list-style:none}.wpdt-c .list-group{margin-bottom:20px;padding-left:0}.wpdt-c .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:transparent;border:1px solid #E9E9E9}.wpdt-c .list-group-item:first-child{border-top-right-radius:2px;border-top-left-radius:2px}.wpdt-c .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.wpdt-c a.list-group-item,.wpdt-c button.list-group-item{color:#555}.wpdt-c a.list-group-item .list-group-item-heading,.wpdt-c button.list-group-item .list-group-item-heading{color:#333}.wpdt-c a.list-group-item:hover,.wpdt-c button.list-group-item:hover,.wpdt-c a.list-group-item:focus,.wpdt-c button.list-group-item:focus{text-decoration:none;color:#555;background-color:#F7F7F7}.wpdt-c button.list-group-item{width:100%;text-align:left}.wpdt-c .list-group-item.disabled,.wpdt-c .list-group-item.disabled:hover,.wpdt-c .list-group-item.disabled:focus{background-color:#fff;color:#B5B4B4;cursor:not-allowed}.wpdt-c .list-group-item.disabled .list-group-item-heading,.wpdt-c .list-group-item.disabled:hover .list-group-item-heading,.wpdt-c .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.wpdt-c .list-group-item.disabled .list-group-item-text,.wpdt-c .list-group-item.disabled:hover .list-group-item-text,.wpdt-c .list-group-item.disabled:focus .list-group-item-text{color:#B5B4B4}.wpdt-c .list-group-item.active,.wpdt-c .list-group-item.active:hover,.wpdt-c .list-group-item.active:focus{z-index:2;color:#000;background-color:#f5f5f5;border-color:#e9e9e9}.wpdt-c .list-group-item.active .list-group-item-heading,.wpdt-c .list-group-item.active:hover .list-group-item-heading,.wpdt-c .list-group-item.active:focus .list-group-item-heading,.wpdt-c .list-group-item.active .list-group-item-heading>small,.wpdt-c .list-group-item.active:hover .list-group-item-heading>small,.wpdt-c .list-group-item.active:focus .list-group-item-heading>small,.wpdt-c .list-group-item.active .list-group-item-heading>.small,.wpdt-c .list-group-item.active:hover .list-group-item-heading>.small,.wpdt-c .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.wpdt-c .list-group-item.active .list-group-item-text,.wpdt-c .list-group-item.active:hover .list-group-item-text,.wpdt-c .list-group-item.active:focus .list-group-item-text{color:#fff}.wpdt-c .list-group-item-success{color:#67bd6a;background-color:#67bd6a}.wpdt-c a.list-group-item-success,.wpdt-c button.list-group-item-success{color:#67bd6a}.wpdt-c a.list-group-item-success .list-group-item-heading,.wpdt-c button.list-group-item-success .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-success:hover,.wpdt-c button.list-group-item-success:hover,.wpdt-c a.list-group-item-success:focus,.wpdt-c button.list-group-item-success:focus{color:#67bd6a;background-color:#55b559}.wpdt-c a.list-group-item-success.active,.wpdt-c button.list-group-item-success.active,.wpdt-c a.list-group-item-success.active:hover,.wpdt-c button.list-group-item-success.active:hover,.wpdt-c a.list-group-item-success.active:focus,.wpdt-c button.list-group-item-success.active:focus{color:#fff;background-color:#67bd6a;border-color:#67bd6a}.wpdt-c .list-group-item-info{color:#31708f;background-color:#d9edf7}.wpdt-c a.list-group-item-info,.wpdt-c button.list-group-item-info{color:#31708f}.wpdt-c a.list-group-item-info .list-group-item-heading,.wpdt-c button.list-group-item-info .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-info:hover,.wpdt-c button.list-group-item-info:hover,.wpdt-c a.list-group-item-info:focus,.wpdt-c button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.wpdt-c a.list-group-item-info.active,.wpdt-c button.list-group-item-info.active,.wpdt-c a.list-group-item-info.active:hover,.wpdt-c button.list-group-item-info.active:hover,.wpdt-c a.list-group-item-info.active:focus,.wpdt-c button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.wpdt-c .list-group-item-warning{color:#ffa829;background-color:#ffa829}.wpdt-c a.list-group-item-warning,.wpdt-c button.list-group-item-warning{color:#ffa829}.wpdt-c a.list-group-item-warning .list-group-item-heading,.wpdt-c button.list-group-item-warning .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-warning:hover,.wpdt-c button.list-group-item-warning:hover,.wpdt-c a.list-group-item-warning:focus,.wpdt-c button.list-group-item-warning:focus{color:#ffa829;background-color:#ff9e0f}.wpdt-c a.list-group-item-warning.active,.wpdt-c button.list-group-item-warning.active,.wpdt-c a.list-group-item-warning.active:hover,.wpdt-c button.list-group-item-warning.active:hover,.wpdt-c a.list-group-item-warning.active:focus,.wpdt-c button.list-group-item-warning.active:focus{color:#fff;background-color:#ffa829;border-color:#ffa829}.wpdt-c .list-group-item-danger{color:#f6675d;background-color:#f6675d}.wpdt-c a.list-group-item-danger,.wpdt-c button.list-group-item-danger{color:#f6675d}.wpdt-c a.list-group-item-danger .list-group-item-heading,.wpdt-c button.list-group-item-danger .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-danger:hover,.wpdt-c button.list-group-item-danger:hover,.wpdt-c a.list-group-item-danger:focus,.wpdt-c button.list-group-item-danger:focus{color:#f6675d;background-color:#f55145}.wpdt-c a.list-group-item-danger.active,.wpdt-c button.list-group-item-danger.active,.wpdt-c a.list-group-item-danger.active:hover,.wpdt-c button.list-group-item-danger.active:hover,.wpdt-c a.list-group-item-danger.active:focus,.wpdt-c button.list-group-item-danger.active:focus{color:#fff;background-color:#f6675d;border-color:#f6675d}.wpdt-c .list-group-item-heading{margin-top:0;margin-bottom:5px}.wpdt-c .list-group-item-text{margin-bottom:0;line-height:1.3}.wpdt-c .panel{margin-bottom:18px;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.wpdt-c .panel-body{padding:15px}.wpdt-c .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel-heading>.dropdown .dropdown-toggle{color:inherit}.wpdt-c .panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}.wpdt-c .panel-title>a,.wpdt-c .panel-title>small,.wpdt-c .panel-title>.small,.wpdt-c .panel-title>small>a,.wpdt-c .panel-title>.small>a{color:inherit}.wpdt-c .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.list-group,.wpdt-c .panel>.panel-collapse>.list-group{margin-bottom:0}.wpdt-c .panel>.list-group .list-group-item,.wpdt-c .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.wpdt-c .panel>.list-group:first-child .list-group-item:first-child,.wpdt-c .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel>.list-group:last-child .list-group-item:last-child,.wpdt-c .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.wpdt-c .list-group+.panel-footer{border-top-width:0}.wpdt-c .panel>.table,.wpdt-c .panel>.table-responsive>.table,.wpdt-c .panel>.panel-collapse>.table{margin-bottom:0}.wpdt-c .panel>.table caption,.wpdt-c .panel>.table-responsive>.table caption,.wpdt-c .panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.wpdt-c .panel>.table:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:1px;border-top-right-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:1px}.wpdt-c .panel>.table:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:1px;border-bottom-right-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:1px}.wpdt-c .panel>.panel-body+.table,.wpdt-c .panel>.panel-body+.table-responsive,.wpdt-c .panel>.table+.panel-body,.wpdt-c .panel>.table-responsive+.panel-body{border-top:1px solid #F5F5F5}.wpdt-c .panel>.table>tbody:first-child>tr:first-child th,.wpdt-c .panel>.table>tbody:first-child>tr:first-child td{border-top:0}.wpdt-c .panel>.table-bordered,.wpdt-c .panel>.table-responsive>.table-bordered{border:0}.wpdt-c .panel>.table-bordered>thead>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.wpdt-c .panel>.table-bordered>tbody>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.wpdt-c .panel>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .panel>.table-bordered>thead>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.wpdt-c .panel>.table-bordered>tbody>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.wpdt-c .panel>.table-bordered>tfoot>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.wpdt-c .panel>.table-bordered>thead>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.wpdt-c .panel>.table-bordered>tbody>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.wpdt-c .panel>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .panel>.table-bordered>thead>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.wpdt-c .panel>.table-bordered>tbody>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.wpdt-c .panel>.table-bordered>tfoot>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.wpdt-c .panel>.table-bordered>thead>tr:first-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.wpdt-c .panel>.table-bordered>tbody>tr:first-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.wpdt-c .panel>.table-bordered>thead>tr:first-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.wpdt-c .panel>.table-bordered>tbody>tr:first-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.wpdt-c .panel>.table-bordered>tbody>tr:last-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.wpdt-c .panel>.table-bordered>tfoot>tr:last-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.wpdt-c .panel>.table-bordered>tbody>tr:last-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.wpdt-c .panel>.table-bordered>tfoot>tr:last-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.wpdt-c .panel>.table-responsive{border:0;margin-bottom:0}.wpdt-c .panel-group{margin-bottom:18px}.wpdt-c .panel-group .panel{margin-bottom:0;border-radius:2px}.wpdt-c .panel-group .panel+.panel{margin-top:5px}.wpdt-c .panel-group .panel-heading{border-bottom:0}.wpdt-c .panel-group .panel-heading+.panel-collapse>.panel-body,.wpdt-c .panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.wpdt-c .panel-group .panel-footer{border-top:0}.wpdt-c .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.wpdt-c .panel-default{border-color:#ddd}.wpdt-c .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.wpdt-c .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.wpdt-c .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.wpdt-c .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.wpdt-c .panel-primary{border-color:#2196F3}.wpdt-c .panel-primary>.panel-heading{color:#fff;background-color:#2196F3;border-color:#2196F3}.wpdt-c .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2196F3}.wpdt-c .panel-primary>.panel-heading .badge{color:#2196F3;background-color:#fff}.wpdt-c .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2196F3}.wpdt-c .panel-success{border-color:#61b555}.wpdt-c .panel-success>.panel-heading{color:#67bd6a;background-color:#67bd6a;border-color:#61b555}.wpdt-c .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#61b555}.wpdt-c .panel-success>.panel-heading .badge{color:#67bd6a;background-color:#67bd6a}.wpdt-c .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#61b555}.wpdt-c .panel-info{border-color:#bce8f1}.wpdt-c .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.wpdt-c .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.wpdt-c .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.wpdt-c .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.wpdt-c .panel-warning{border-color:#ff760f}.wpdt-c .panel-warning>.panel-heading{color:#ffa829;background-color:#ffa829;border-color:#ff760f}.wpdt-c .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ff760f}.wpdt-c .panel-warning>.panel-heading .badge{color:#ffa829;background-color:#ffa829}.wpdt-c .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ff760f}.wpdt-c .panel-danger{border-color:#f54556}.wpdt-c .panel-danger>.panel-heading{color:#f6675d;background-color:#f6675d;border-color:#f54556}.wpdt-c .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f54556}.wpdt-c .panel-danger>.panel-heading .badge{color:#f6675d;background-color:#f6675d}.wpdt-c .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f54556}.wpdt-c .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.wpdt-c .embed-responsive .embed-responsive-item,.wpdt-c .embed-responsive iframe,.wpdt-c .embed-responsive embed,.wpdt-c .embed-responsive object,.wpdt-c .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.wpdt-c .embed-responsive-16by9{padding-bottom:56.25%}.wpdt-c .embed-responsive-4by3{padding-bottom:75%}.wpdt-c .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.wpdt-c .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.wpdt-c .well-lg{padding:24px;border-radius:2px}.wpdt-c .well-sm{padding:9px;border-radius:2px}.wpdt-c .close{float:right;font-size:19.5px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.wpdt-c .close:hover,.wpdt-c .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.wpdt-c button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.wpdt-c .modal-open{overflow:hidden}.wpdt-c .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;-webkit-overflow-scrolling:touch;outline:0;overflow-y:auto}.wpdt-c .modal.fade{text-align:center}.wpdt-c .modal.fade:before{content:'';height:100%;width:1px;display:inline-block;vertical-align:middle}@media (max-width:767px){.wpdt-c .modal.fade:before{height:inherit}}.wpdt-c .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 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.wpdt-c .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.wpdt-c .modal-open .modal{overflow-x:hidden;overflow-y:auto}.wpdt-c .modal-dialog{position:relative;width:auto;margin:10px;text-align:left;display:inline-block;vertical-align:middle}.wpdt-c .modal-content{position:relative;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.wpdt-c .modal-backdrop,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#000}.wpdt-c .modal-backdrop.fade,.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.wpdt-c .modal-backdrop.in,.modal-backdrop.in{opacity:.4;filter:alpha(opacity=50)}.wpdt-c .modal-header{padding:15px;border-bottom:1px solid transparent}.wpdt-c .modal-header .close{margin-top:-2px}.wpdt-c .modal-title{margin:0;line-height:1.42857143}.wpdt-c .modal-body{position:relative;padding:15px}.wpdt-c .modal-footer{padding:15px;text-align:right;border-top:1px solid transparent;clear:both}.wpdt-c .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.wpdt-c .modal-footer .btn-group .btn+.btn{margin-left:-1px}.wpdt-c .modal-footer .btn-block+.btn-block{margin-left:0}.wpdt-c .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.wpdt-c .modal-dialog{width:600px;margin:30px auto}.wpdt-c .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.wpdt-c .modal-sm{width:300px}}@media (min-width:992px){.wpdt-c .modal-lg{width:900px}}.wpdt-c .tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.wpdt-c .tooltip.in{opacity:1;filter:alpha(opacity=100)}.wpdt-c .tooltip.top{margin-top:-3px;padding:5px 0}.wpdt-c .tooltip.right{margin-left:3px;padding:0 5px}.wpdt-c .tooltip.bottom{margin-top:3px;padding:5px 0}.wpdt-c .tooltip.left{margin-left:-3px;padding:0 5px}.wpdt-c .tooltip-inner{max-width:200px;padding:3px 8px;font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#FFF;text-align:left;background-color:#061938;border-radius:3px}.wpdt-c .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.wpdt-c .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#061938}.wpdt-c .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#061938}.wpdt-c .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .popover{position:absolute;top:0;left:0;z-index:1200;display:none;max-width:276px;padding:1px;letter-spacing:normal;line-break:auto;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;background-clip:padding-box;border:1px solid #fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#FFF;background-color:#061938;border-radius:3px}.wpdt-c .popover.wdt-premium-popover{background-color:#FFFFFF!important;padding:12px}.wpdt-c .popover.wdt-premium-popover .arrow{border-top-color:#FFFFFF!important}.wpdt-c .popover.wdt-premium-popover .popover-header{font-family:Inter;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#061938;margin-top:0;margin-bottom:7px}.wpdt-c .popover.wdt-premium-popover .popover-header button{font-size:15px;line-height:20px;color:#8796AF;background:none;margin:0;opacity:.5;font-weight:400;padding:0!important;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;filter:alpha(opacity=50);text-shadow:none;float:right}.wpdt-c .popover.wdt-premium-popover .popover-header .wpdt-icon-times-full{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#061938;}.wpdt-c .popover.wdt-premium-popover .popover-body span{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#5A6C89}.wpdt-c .popover.wdt-premium-popover .popover-body a{font-family:Inter;font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#008CFF}.wpdt-c .popover.wdt-premium-popover .popover-body .popover-footer{display:block;margin-top:4px}.wpdt-c .popover.top{margin-top:-10px}.wpdt-c .popover.right{margin-left:10px}.wpdt-c .popover.bottom{margin-top:10px}.wpdt-c .popover.left{margin-left:-10px}.wpdt-c .popover-title{margin:0;padding:8px 14px;font-size:13px;color:#FFF;background-color:#061938}.wpdt-c .popover-content{padding:9px 14px}.wpdt-c .popover>.arrow,.wpdt-c .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.wpdt-c .popover>.arrow{border-width:11px}.wpdt-c .popover>.arrow:after{border-width:10px;content:""}.wpdt-c .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#061938;bottom:-11px}.wpdt-c .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#061938}.wpdt-c .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;margin-left:0;border-left-width:0;border-right-color:#061938}.wpdt-c .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#061938}.wpdt-c .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#fff;top:-11px}.wpdt-c .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.wpdt-c .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#061938}.wpdt-c .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#061938;bottom:-10px}.wpdt-c .carousel{position:relative}.wpdt-c .carousel-inner{position:relative;overflow:hidden;width:100%}.wpdt-c .carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.wpdt-c .carousel-inner>.item>img,.wpdt-c .carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.wpdt-c .carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.wpdt-c .carousel-inner>.item.next,.wpdt-c .carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.wpdt-c .carousel-inner>.item.prev,.wpdt-c .carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.wpdt-c .carousel-inner>.item.next.left,.wpdt-c .carousel-inner>.item.prev.right,.wpdt-c .carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.wpdt-c .carousel-inner>.active,.wpdt-c .carousel-inner>.next,.wpdt-c .carousel-inner>.prev{display:block}.wpdt-c .carousel-inner>.active{left:0}.wpdt-c .carousel-inner>.next,.wpdt-c .carousel-inner>.prev{position:absolute;top:0;width:100%}.wpdt-c .carousel-inner>.next{left:100%}.wpdt-c .carousel-inner>.prev{left:-100%}.wpdt-c .carousel-inner>.next.left,.wpdt-c .carousel-inner>.prev.right{left:0}.wpdt-c .carousel-inner>.active.left{left:-100%}.wpdt-c .carousel-inner>.active.right{left:100%}.wpdt-c .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);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)}.wpdt-c .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:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.wpdt-c .carousel-control.right{left:auto;right:0;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:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.wpdt-c .carousel-control:hover,.wpdt-c .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next,.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.wpdt-c .carousel-control .icon-next,.wpdt-c .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.wpdt-c .carousel-control .icon-prev:before{content:'\2039'}.wpdt-c .carousel-control .icon-next:before{content:'\203a'}.wpdt-c .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.wpdt-c .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.wpdt-c .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.wpdt-c .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.wpdt-c .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .glyphicon-chevron-right,.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .icon-prev{margin-left:-10px}.wpdt-c .carousel-control .glyphicon-chevron-right,.wpdt-c .carousel-control .icon-next{margin-right:-10px}.wpdt-c .carousel-caption{left:20%;right:20%;padding-bottom:30px}.wpdt-c .carousel-indicators{bottom:20px}}.wpdt-c .clearfix:before,.wpdt-c .clearfix:after,.wpdt-c .dl-horizontal dd:before,.wpdt-c .dl-horizontal dd:after,.wpdt-c .container:before,.wpdt-c .container:after,.wpdt-c .container-fluid:before,.wpdt-c .container-fluid:after,.wpdt-c .row:before,.wpdt-c .row:after,.wpdt-c .form-horizontal .form-group:before,.wpdt-c .form-horizontal .form-group:after,.wpdt-c .btn-toolbar:before,.wpdt-c .btn-toolbar:after,.wpdt-c .btn-group-vertical>.btn-group:before,.wpdt-c .btn-group-vertical>.btn-group:after,.wpdt-c .nav:before,.wpdt-c .nav:after,.wpdt-c .navbar:before,.wpdt-c .navbar:after,.wpdt-c .navbar-header:before,.wpdt-c .navbar-header:after,.wpdt-c .navbar-collapse:before,.wpdt-c .navbar-collapse:after,.wpdt-c .pager:before,.wpdt-c .pager:after,.wpdt-c .panel-body:before,.wpdt-c .panel-body:after,.wpdt-c .modal-header:before,.wpdt-c .modal-header:after,.wpdt-c .modal-footer:before,.wpdt-c .modal-footer:after{content:" ";display:table}.wpdt-c .clearfix:after,.wpdt-c .dl-horizontal dd:after,.wpdt-c .container:after,.wpdt-c .container-fluid:after,.wpdt-c .row:after,.wpdt-c .form-horizontal .form-group:after,.wpdt-c .btn-toolbar:after,.wpdt-c .btn-group-vertical>.btn-group:after,.wpdt-c .nav:after,.wpdt-c .navbar:after,.wpdt-c .navbar-header:after,.wpdt-c .navbar-collapse:after,.wpdt-c .pager:after,.wpdt-c .panel-body:after,.wpdt-c .modal-header:after,.wpdt-c .modal-footer:after{clear:both}.wpdt-c .center-block{display:block;margin-left:auto;margin-right:auto}.wpdt-c .pull-right{float:right!important}.wpdt-c .pull-left{float:left!important}.wpdt-c .hide{display:none!important}.wpdt-c .show{display:block!important}.wpdt-c .invisible{visibility:hidden}.wpdt-c .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.wpdt-c .hidden{display:none!important}.wpdt-c .affix{position:fixed}@-ms-viewport{width:device-width}.wpdt-c .visible-xs,.wpdt-c .visible-sm,.wpdt-c .visible-md,.wpdt-c .visible-lg{display:none!important}.wpdt-c .visible-xs-block,.wpdt-c .visible-xs-inline,.wpdt-c .visible-xs-inline-block,.wpdt-c .visible-sm-block,.wpdt-c .visible-sm-inline,.wpdt-c .visible-sm-inline-block,.wpdt-c .visible-md-block,.wpdt-c .visible-md-inline,.wpdt-c .visible-md-inline-block,.wpdt-c .visible-lg-block,.wpdt-c .visible-lg-inline,.wpdt-c .visible-lg-inline-block{display:none!important}@media (max-width:767px){.wpdt-c .visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.wpdt-c .visible-xs-block{display:block!important}}@media (max-width:767px){.wpdt-c .visible-xs-inline{display:inline!important}}@media (max-width:767px){.wpdt-c .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.wpdt-c .visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.wpdt-c .visible-lg-block{display:block!important}}@media (min-width:1200px){.wpdt-c .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.wpdt-c .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}}.wpdt-c .visible-print{display:none!important}@media print{.wpdt-c .visible-print{display:block!important}.wpdt-c table.visible-print{display:table!important}.wpdt-c tr.visible-print{display:table-row!important}.wpdt-c th.visible-print,.wpdt-c td.visible-print{display:table-cell!important}}.wpdt-c .visible-print-block{display:none!important}@media print{.wpdt-c .visible-print-block{display:block!important}}.wpdt-c .visible-print-inline{display:none!important}@media print{.wpdt-c .visible-print-inline{display:inline!important}}.wpdt-c .visible-print-inline-block{display:none!important}@media print{.wpdt-c .visible-print-inline-block{display:inline-block!important}}@media print{.wpdt-c .hidden-print{display:none!important}}.wpdt-c #weather-widget [class*="icon-"]{font-family:'weather-icons';font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpdt-c .icon-0:before{content:":"}.wpdt-c .icon-1:before{content:"p"}.wpdt-c .icon-2:before{content:"S"}.wpdt-c .icon-3:before{content:"Q"}.wpdt-c .icon-4:before{content:"S"}.wpdt-c .icon-5:before{content:"W"}.wpdt-c .icon-6:before{content:"W"}.wpdt-c .icon-7:before{content:"W"}.wpdt-c .icon-8:before{content:"W"}.wpdt-c .icon-9:before{content:"I"}.wpdt-c .icon-10:before{content:"W"}.wpdt-c .icon-11:before{content:"I"}.wpdt-c .icon-12:before{content:"I"}.wpdt-c .icon-13:before{content:"I"}.wpdt-c .icon-14:before{content:"I"}.wpdt-c .icon-15:before{content:"W"}.wpdt-c .icon-16:before{content:"I"}.wpdt-c .icon-17:before{content:"W"}.wpdt-c .icon-18:before{content:"U"}.wpdt-c .icon-19:before{content:"Z"}.wpdt-c .icon-20:before{content:"Z"}.wpdt-c .icon-21:before{content:"Z"}.wpdt-c .icon-22:before{content:"Z"}.wpdt-c .icon-23:before{content:"Z"}.wpdt-c .icon-24:before{content:"E"}.wpdt-c .icon-25:before{content:"E"}.wpdt-c .icon-26:before{content:"3"}.wpdt-c .icon-27:before{content:"a"}.wpdt-c .icon-28:before{content:"A"}.wpdt-c .icon-29:before{content:"a"}.wpdt-c .icon-30:before{content:"A"}.wpdt-c .icon-31:before{content:"6"}.wpdt-c .icon-32:before{content:"1"}.wpdt-c .icon-33:before{content:"6"}.wpdt-c .icon-34:before{content:"1"}.wpdt-c .icon-35:before{content:"W"}.wpdt-c .icon-36:before{content:"1"}.wpdt-c .icon-37:before{content:"S"}.wpdt-c .icon-38:before{content:"S"}.wpdt-c .icon-39:before{content:"S"}.wpdt-c .icon-40:before{content:"M"}.wpdt-c .icon-41:before{content:"W"}.wpdt-c .icon-42:before{content:"I"}.wpdt-c .icon-43:before{content:"W"}.wpdt-c .icon-44:before{content:"a"}.wpdt-c .icon-45:before{content:"S"}.wpdt-c .icon-46:before{content:"U"}.wpdt-c .icon-47:before{content:"S"}.wpdt-c .btn-file{overflow:hidden;position:relative;vertical-align:middle}.wpdt-c .btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.wpdt-c .fileinput{margin-bottom:9px;display:inline-block}.wpdt-c .fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.wpdt-c .fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.wpdt-c .fileinput .thumbnail>img{max-height:100%}.wpdt-c .fileinput .btn{vertical-align:middle}.wpdt-c .fileinput-exists .fileinput-new,.wpdt-c .fileinput-new .fileinput-exists{display:none}.wpdt-c .fileinput-inline .fileinput-controls{display:inline}.wpdt-c .fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.wpdt-c .form-control .fileinput-filename{vertical-align:bottom}.wpdt-c .fileinput.input-group{display:table}.wpdt-c .fileinput.input-group>*{position:relative;z-index:2}.wpdt-c .fileinput.input-group>.btn-file{z-index:1}.wpdt-c .fileinput-new.input-group .btn-file,.wpdt-c .fileinput-new .input-group .btn-file{border-radius:0 2px 2px 0}.wpdt-c .fileinput-new.input-group .btn-file.btn-xs,.wpdt-c .fileinput-new .input-group .btn-file.btn-xs,.wpdt-c .fileinput-new.input-group .btn-file.btn-sm,.wpdt-c .fileinput-new .input-group .btn-file.btn-sm{border-radius:0 2px 2px 0}.wpdt-c .fileinput-new.input-group .btn-file.btn-lg,.wpdt-c .fileinput-new .input-group .btn-file.btn-lg{border-radius:0 2px 2px 0}.wpdt-c .form-group.has-warning .fileinput .fileinput-preview{color:#ffa829}.wpdt-c .form-group.has-warning .fileinput .thumbnail{border-color:#ff760f}.wpdt-c .form-group.has-error .fileinput .fileinput-preview{color:#f6675d}.wpdt-c .form-group.has-error .fileinput .thumbnail{border-color:#f54556}.wpdt-c .form-group.has-success .fileinput .fileinput-preview{color:#67bd6a}.wpdt-c .form-group.has-success .fileinput .thumbnail{border-color:#61b555}.wpdt-c .input-group-addon:not(:first-child){border-left:0}.wpdt-c .m-0{margin:0px!important}.wpdt-c .m-t-0{margin-top:0px!important}.wpdt-c .m-b-0{margin-bottom:0px!important}.wpdt-c .m-l-0{margin-left:0px!important}.wpdt-c .m-r-0{margin-right:0px!important}.wpdt-c .m-5{margin:5px!important}.wpdt-c .m-t-5{margin-top:5px!important}.wpdt-c .m-b-4{margin-bottom:4px!important}.wpdt-c .m-b-2{margin-bottom:2px!important}.wpdt-c .m-b-5{margin-bottom:5px!important}.wpdt-c .m-l-5{margin-left:5px!important}.wpdt-c .m-r-5{margin-right:5px!important}.wpdt-c .m-10{margin:10px!important}.wpdt-c .m-t-10{margin-top:10px!important}.wpdt-c .m-b-10{margin-bottom:10px!important}.wpdt-c .m-l-10{margin-left:10px!important}.wpdt-c .m-r-10{margin-right:10px!important}.wpdt-c .m-15{margin:15px!important}.wpdt-c .m-t-15{margin-top:15px!important}.wpdt-c .m-b-15{margin-bottom:15px!important}.wpdt-c .m-b-16{margin-bottom:16px!important}.wpdt-c .m-l-15{margin-left:15px!important}.wpdt-c .m-r-15{margin-right:15px!important}.wpdt-c .m-t-18{margin-top:18px!important}.wpdt-c .m-b-18{margin-bottom:18px!important}.wpdt-c .m-l-18{margin-left:18px!important}.wpdt-c .m-r-18{margin-right:18px!important}.wpdt-c .m-18{margin:18px!important}.wpdt-c .m-20{margin:20px!important}.wpdt-c .m-t-20{margin-top:20px!important}.wpdt-c .m-b-20{margin-bottom:20px!important}.wpdt-c .m-l-20{margin-left:20px!important}.wpdt-c .m-r-20{margin-right:20px!important}.wpdt-c .m-t-24{margin-top:24px!important}.wpdt-c .m-25{margin:25px!important}.wpdt-c .m-t-25{margin-top:25px!important}.wpdt-c .m-b-25{margin-bottom:25px!important}.wpdt-c .m-l-25{margin-left:25px!important}.wpdt-c .m-r-25{margin-right:25px!important}.wpdt-c .m-30{margin:30px!important}.wpdt-c .m-t-30{margin-top:30px!important}.wpdt-c .m-b-30{margin-bottom:30px!important}.wpdt-c .m-l-30{margin-left:30px!important}.wpdt-c .m-r-30{margin-right:30px!important}.wpdt-c .p-0{padding:0px!important}.wpdt-c .p-t-0{padding-top:0px!important}.wpdt-c .p-b-0{padding-bottom:0px!important}.wpdt-c .p-l-0{padding-left:0px!important}.wpdt-c .p-r-0{padding-right:0px!important}.wpdt-c .p-5{padding:5px!important}.wpdt-c .p-t-4{padding-top:4px!important}.wpdt-c .p-b-4{padding-bottom:4px!important}.wpdt-c .p-t-5{padding-top:5px!important}.wpdt-c .p-b-5{padding-bottom:5px!important}.wpdt-c .p-l-5{padding-left:5px!important}.wpdt-c .p-r-5{padding-right:5px!important}.wpdt-c .p-10{padding:10px!important}.wpdt-c .p-t-10{padding-top:10px!important}.wpdt-c .p-b-10{padding-bottom:10px!important}.wpdt-c .p-l-10{padding-left:10px!important}.wpdt-c .p-r-12{padding-right:12px!important}.wpdt-c .p-t-12{padding-top:12px!important}.wpdt-c .p-b-12{padding-bottom:12px!important}.wpdt-c .p-l-12{padding-left:12px!important}.wpdt-c .p-r-10{padding-right:10px!important}.wpdt-c .p-15{padding:15px!important}.wpdt-c .p-t-15{padding-top:15px!important}.wpdt-c .p-b-15{padding-bottom:15px!important}.wpdt-c .p-l-15{padding-left:15px!important}.wpdt-c .p-r-15{padding-right:15px!important}.wpdt-c .p-20{padding:20px!important}.wpdt-c .p-t-20{padding-top:20px!important}.wpdt-c .p-b-20{padding-bottom:20px!important}.wpdt-c .p-l-20{padding-left:20px!important}.wpdt-c .p-r-20{padding-right:20px!important}.wpdt-c .p-25{padding:25px!important}.wpdt-c .p-t-25{padding-top:25px!important}.wpdt-c .p-b-25{padding-bottom:25px!important}.wpdt-c .p-l-25{padding-left:25px!important}.wpdt-c .p-r-25{padding-right:25px!important}.wpdt-c .p-30{padding:30px!important}.wpdt-c .p-t-30{padding-top:30px!important}.wpdt-c .p-b-30{padding-bottom:30px!important}.wpdt-c .p-l-30{padding-left:30px!important}.wpdt-c .p-r-30{padding-right:30px!important}.wpdt-c .f-8{font-size:8px!important}.wpdt-c .f-9{font-size:9px!important}.wpdt-c .f-10{font-size:10px!important}.wpdt-c .f-11{font-size:11px!important}.wpdt-c .f-12{font-size:12px!important}.wpdt-c .f-13{font-size:13px!important}.wpdt-c .f-14{font-size:14px!important}.wpdt-c .f-15{font-size:15px!important}.wpdt-c .f-16{font-size:16px!important}.wpdt-c .f-17{font-size:17px!important}.wpdt-c .f-18{font-size:18px!important}.wpdt-c .f-19{font-size:19px!important}.wpdt-c .f-20{font-size:20px!important}.wpdt-c .f-300{font-weight:300!important}.wpdt-c .f-400{font-weight:400!important}.wpdt-c .f-500{font-weight:500!important}.wpdt-c .f-600{font-weight:600!important}.wpdt-c .f-700{font-weight:700!important}.wpdt-c .p-relative{position:relative!important}.wpdt-c .p-absolute{position:absolute!important}.wpdt-c .p-fixed{position:fixed!important}.wpdt-c .p-static{position:static!important}.wpdt-c .o-hidden{overflow:hidden!important}.wpdt-c .o-visible{overflow:visible!important}.wpdt-c .o-auto{overflow:auto!important}.wpdt-c .d-block{display:block!important}.wpdt-c .d-none{display:none!important}.wpdt-c .di-block{display:inline-block!important}.wpdt-c .bgm-white{background-color:#ffffff!important}.wpdt-c .c-white{color:#ffffff!important}.wpdt-c .bgm-black{background-color:#000000!important}.wpdt-c .c-black{color:#222222!important}.wpdt-c .c-title-color{color:#061938!important;font-style:normal;font-weight:400}.wpdt-c .bgm-brown{background-color:#795548!important}.wpdt-c .c-brown{color:#795548!important}.wpdt-c .bgm-pink{background-color:#E91E63!important}.wpdt-c .c-pink{color:#E91E63!important}.wpdt-c .bgm-red{background-color:#F44336!important}.wpdt-c .c-red{color:#F44336!important}.wpdt-c .bgm-blue{background-color:#2196F3!important}.wpdt-c .c-blue{color:#2196F3!important}.wpdt-c .bgm-purple{background-color:#BA68C8!important}.wpdt-c .c-purple{color:#BA68C8!important}.wpdt-c .bgm-deeppurple{background-color:#673AB7!important}.wpdt-c .c-deeppurple{color:#673AB7!important}.wpdt-c .bgm-lightblue{background-color:#03A9F4!important}.wpdt-c .c-lightblue{color:#03A9F4!important}.wpdt-c .bgm-cyan{background-color:#709ed0!important}.wpdt-c .c-cyan{color:#00BCD4!important}.wpdt-c .bgm-teal{background-color:#009688!important}.wpdt-c .c-teal{color:#009688!important}.wpdt-c .bgm-green{background-color:#4CAF50!important}.wpdt-c .c-green{color:#4CAF50!important}.wpdt-c .bgm-lightgreen{background-color:#7fc032!important}.wpdt-c .c-lightgreen{color:#7fc032!important}.wpdt-c .bgm-lime{background-color:#CDDC39!important}.wpdt-c .c-lime{color:#CDDC39!important}.wpdt-c .bgm-yellow{background-color:#FFEB3B!important}.wpdt-c .c-yellow{color:#FFEB3B!important}.wpdt-c .bgm-amber{background-color:#FFC107!important}.wpdt-c .c-amber{color:#FFC107!important}.wpdt-c .bgm-orange{background-color:#FF9800!important}.wpdt-c .c-orange{color:#FF9800!important}.wpdt-c .bgm-deeporange{background-color:#FF5722!important}.wpdt-c .c-deeporange{color:#FF5722!important}.wpdt-c .bgm-gray{background-color:#9E9E9E}.wpdt-c .c-gray{color:#9E9E9E!important}.wpdt-c .bgm-bluegray{background-color:#607D8B!important}.wpdt-c .c-bluegray{color:#607D8B!important}.wpdt-c .bgm-indigo{background-color:#3F51B5!important}.wpdt-c .c-indigo{color:#3F51B5!important}.wpdt-c .bg-black-trp{background-color:rgba(0,0,0,.1)!important}.wpdt-c .b-0{border:0!important}.wpdt-c .w-100{width:100%!important}.wpdt-c .brd-2{border-radius:2px}.wpdt-c .media{overflow:visible}.wpdt-c .media:before,.wpdt-c .media:after{content:" ";display:table}.wpdt-c .media:after{clear:both}.wpdt-c .media:before,.wpdt-c .media:after{content:" ";display:table}.wpdt-c .media:after{clear:both}.wpdt-c .media>.pull-left{padding-right:15px}.wpdt-c .media>.pull-right{padding-left:15px}.wpdt-c .media-heading{font-size:14px;margin-bottom:10px}.wpdt-c .media-body{zoom:1;display:block;width:auto}.wpdt-c .media-object{border-radius:2px}.wpdt-c .close{opacity:.5;filter:alpha(opacity=50);font-weight:400;text-shadow:none}.wpdt-c .close:hover{color:inherit;opacity:1;filter:alpha(opacity=100)}.wpdt-c .dl-horizontal dt{text-align:left}.wpdt-c .wdt-datatables-admin-wrap{-webkit-font-smoothing:antialiased}.wpdt-c *,.wpdt-c *:active,.wpdt-c *:hover,.wpdt-c *:focus{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c html:not(.ie9) body{overflow-y:scroll}.wpdt-c html.ismobile *{cursor:pointer}.wpdt-c html,.wpdt-c body{min-height:100vh}.wpdt-c body{font-weight:400;position:relative;overflow-x:hidden}.wpdt-c audio,.wpdt-c video{outline:none}.wpdt-c p{margin-bottom:20px}.wpdt-c h1 small,.wpdt-c .h1 small,.wpdt-c h2 small,.wpdt-c .h2 small,.wpdt-c h3 small,.wpdt-c .h3 small,.wpdt-c h4 small,.wpdt-c .h4 small,.wpdt-c h5 small,.wpdt-c .h5 small,.wpdt-c h6 small,.wpdt-c .h6 small{font-size:12px}.wpdt-c #main{position:relative;padding-bottom:110px;padding-top:100px;min-height:100vh}.wpdt-c .sidebar-toggled #main{height:100vh;overflow:hidden}.wpdt-c .container.container-alt{max-width:1170px}@media (min-width:1280px){.wpdt-c #content:not(.content-alt){padding-left:283px;padding-right:15px}}@media (min-width:768px) and (max-width:1279px){.wpdt-c #content{padding-left:15px;padding-right:15px}}.wpdt-c #content.content-alt{max-width:1200px;margin:0 auto}.wpdt-c .h-inner{list-style:none;padding:17px 0;margin-bottom:0;position:relative}.wpdt-c .h-inner>li:not(.pull-right){float:left}.wpdt-c .hi-logo a{color:#fff;text-transform:uppercase;display:block;font-size:16px}.wpdt-c .hi-trigger{position:relative;margin-left:-5px;cursor:pointer;display:none!important}.wpdt-c .hi-trigger:before{content:"";position:absolute;top:50%;left:50%;width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.22);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);z-index:0;margin-top:-22px;margin-left:-22px}.wpdt-c .hi-trigger.toggled:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .hi-menu{list-style:none;padding:0}.wpdt-c .hi-menu>li{display:inline-block;margin:0 1px;vertical-align:top;min-width:50px}@media (max-width:767px){.wpdt-c .hi-menu>li{position:static!important}}.wpdt-c .hi-menu>li .dropdown-menu{top:-5px}.wpdt-c .hi-menu>li .dropdown-menu-lg{padding:0}.wpdt-c .hi-menu>li .dropdown-menu-lg .lg-body{min-height:350px;overflow-x:hidden}.wpdt-c .hi-menu>li>a{color:#fff;display:block;text-align:center;z-index:1;position:relative;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;border-radius:2px}.wpdt-c .hi-menu>li>a>.him-icon{font-size:24px;line-height:36px}.wpdt-c .hi-menu>li>a>.him-label{line-height:35px;white-space:nowrap;padding:0 10px;font-size:14px;text-transform:uppercase}.wpdt-c .hi-menu>li>a>.him-counts{position:absolute;font-style:normal;background:#F44336;padding:1px 5px;border-radius:2px;right:7px;top:-3px;font-size:10px;line-height:15px}.wpdt-c .hi-menu>li.toggled>a,.wpdt-c .hi-menu>li:hover>a{background-color:rgba(0,0,0,.08)}@media (max-width:767px){.wpdt-c .hi-menu .dropdown-menu-lg{width:calc(100% - 28px)!important}.wpdt-c .hi-menu .dropdown-menu{right:14px;top:55px!important}}.wpdt-c .him-notification:before{content:"";position:absolute;width:100%;height:calc(100% - 70px);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg);opacity:0;filter:alpha(opacity=0);top:42px}.wpdt-c .him-notification.empty:before{-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1;filter:alpha(opacity=100)}:-webkit-full-screen [data-ma-action="fullscreen"]{display:none}:-moz-full-screen [data-ma-action="fullscreen"]{display:none}:-ms-fullscreen [data-ma-action="fullscreen"]{display:none}:full-screen [data-ma-action="fullscreen"]{display:none}:fullscreen [data-ma-action="fullscreen"]{display:none}.wpdt-c #header{box-shadow:0 1px 4px rgba(0,0,0,.3);min-height:70px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed;z-index:11;width:100%;left:0;top:0;padding:0 20px}@media (max-width:767px){.wpdt-c #header{padding:0 8px}}.wpdt-c #header .hi-logo a{padding:7px 10px}.wpdt-c #header .ma-backdrop{position:absolute}@media (max-width:1279px){.wpdt-c #header .hi-trigger{display:inline-block!important}}.wpdt-c #header.search-toggled .h-search-wrap{top:0;opacity:1;filter:alpha(opacity=100)}.wpdt-c .h-search-wrap{position:absolute;top:-65px;left:0;width:100%;height:70px;background:#fff;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;opacity:0;filter:alpha(opacity=0);z-index:10}.wpdt-c .h-search-wrap input[type="text"]{border:0;height:40px;padding:0 10px 0 55px;font-size:18px;border-radius:2px;background-color:#efefef;width:100%}.wpdt-c .h-search-wrap .hsw-close{position:absolute;top:15px;font-size:23px;font-style:normal;width:45px;text-align:center;border-radius:2px 0 0 2px;cursor:pointer;left:15px;height:40px;padding-top:9px}.wpdt-c .h-search-wrap .hsw-close:hover{background-color:#e3e3e3}@media (max-width:767px){.wpdt-c .h-search-wrap .hsw-close{right:7px}}.wpdt-c .hsw-inner{position:relative;padding:15px;max-width:700px;display:block;margin:0 auto}.wpdt-c #header-alt{box-shadow:0 1px 4px rgba(0,0,0,.3);position:relative;margin-bottom:-50px;z-index:10;padding:15px 10px 0 35px}@media (min-width:992px){.wpdt-c #header-alt:before{content:"";position:absolute;bottom:0;left:0;background:rgba(0,0,0,.04);width:100%;height:49px;z-index:-1}}@media (max-width:767px){.wpdt-c #header-alt{padding:5px 5px 0 25px}}.wpdt-c #header-alt .hi-trigger{top:-7px;left:-15px}@media (max-width:991px){.wpdt-c #header-alt .hi-trigger{display:inline-block!important}}.wpdt-c #header-alt .ma-backdrop{position:absolute}.wpdt-c #header-alt .ha-search{margin-bottom:25px;padding-right:25px}.wpdt-c #header-alt .ha-search input[type="text"]{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.24);color:#fff;font-size:15px;font-weight:300;padding:6px 0 6px 30px}.wpdt-c #header-alt .ha-search input[type="text"]::-moz-placeholder{color:#fff;opacity:1}.wpdt-c #header-alt .ha-search input[type="text"]:-ms-input-placeholder{color:#fff}.wpdt-c #header-alt .ha-search input[type="text"]::-webkit-input-placeholder{color:#fff}.wpdt-c #header-alt .ha-search input[type="text"].ie9-placeholder{color:#fff!important}.wpdt-c #header-alt .ha-search .fg-line{max-width:500px;position:relative}.wpdt-c #header-alt .ha-search .fg-line:after{background:#FFEB3B}@media (min-width:992px){.wpdt-c .ha-menu>ul{list-style:none;padding:0;margin:0}.wpdt-c .ha-menu>ul>li{display:inline-block;vertical-align:top}.wpdt-c .ha-menu>ul>li:not(.active)>*:not(ul){color:rgba(255,255,255,.6)}.ha-menu>ul>li.active>a{color:#fff;box-shadow:inset 0 -3px 0 0 #FFEB3B}.ha-menu>ul>li>a{text-transform:uppercase;padding:15px 12px;display:block}.ha-menu>ul>li>a:hover{color:#fff}.ha-menu>ul>li .dropdown-menu{min-width:100%}}@media (max-width:991px){.wpdt-c .ha-menu{display:none}}.wpdt-c .sidebar{position:fixed;background:#fff;height:calc(100% - 70px);top:70px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;z-index:10;overflow-y:auto;box-shadow:0 1px 1px rgba(0,0,0,.15)}.wpdt-c #sidebar{width:268px}@media (max-width:1279px){.wpdt-c #sidebar{-webkit-transform:translate3d(-288px,0,0);transform:translate3d(-288px,0,0);box-shadow:0 0 20px rgba(14,18,21,.38)}.wpdt-c #sidebar.toggled{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wpdt-c .sidebar-alt{top:0;height:100%;-webkit-transform:translate3d(-268px,0,0);transform:translate3d(-268px,0,0)}.wpdt-c .sidebar-alt.toggled{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wpdt-c .s-profile>a{display:block;height:129px;margin-bottom:5px;width:100%;background-size:100%}.wpdt-c .s-profile>a .sp-pic{padding:12px}.wpdt-c .s-profile>a .sp-pic>img{width:47px;height:47px;border-radius:50%;border:3px solid rgba(0,0,0,.14);box-sizing:content-box}.wpdt-c .s-profile>a .sp-info{background:rgba(0,0,0,.37);padding:7px 14px;color:#fff;margin-top:20px;position:relative}.wpdt-c .s-profile>a .sp-info>i{font-size:19px;line-height:100%;position:absolute;right:15px;top:7px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .s-profile .main-menu{display:none;margin:0 0 0}.wpdt-c .s-profile.toggled .sp-info>i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wpdt-c .main-menu{list-style:none;padding-left:0;margin:20px 0 0 0}.wpdt-c .main-menu a{-webkit-transition:color;-o-transition:color;transition:color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .main-menu a:hover,.wpdt-c .main-menu .active>a,.wpdt-c .main-menu a.active{color:#262626}.wpdt-c .main-menu>li>a{padding:14px 20px 14px 65px;display:block;font-weight:500;position:relative;color:#4C4C4C}.wpdt-c .main-menu>li>a>i{position:absolute;left:25px;font-size:20px;top:0;width:25px;text-align:center;padding:13px 0}.wpdt-c .main-menu>li>a:hover,.wpdt-c .main-menu>li.active>a{background-color:#F4F4F4}.wpdt-c .sub-menu>a{position:relative}.wpdt-c .sub-menu ul{list-style:none;display:none;padding:0}.wpdt-c .sub-menu ul>li>a{padding:8px 20px 8px 65px;font-weight:500;display:block;color:#989898}.wpdt-c .sub-menu ul>li:first-child>a{padding-top:14px}.wpdt-c .sub-menu ul>li:last-child>a{padding-bottom:16px}.wpdt-c .sub-menu ul>li ul{font-size:12px;margin:10px 0;background-color:#F7F7F7}.wpdt-c .sub-menu.active>ul{display:block}@media (max-width:1279px){.wpdt-c .ie9 #sidebar{display:none}.wpdt-c .ie9 #sidebar.toggled{display:block}}.wpdt-c .ie9 .sidebar-alt{display:none}.wpdt-c .ie9 .sidebar-alt.toggled{display:block}.wpdt-c .dropdown:not([data-animation]) .dropdown-menu{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wpdt-c .dropdown-menu{box-shadow:0 2px 10px rgba(0,0,0,.2);padding:10px 0;border-radius:3px;top:-1px;margin:0;border:0}.wpdt-c .dropdown-menu>li>a{padding:10px 20px;border:0;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .dropdown-menu[class*="bgm-"]>li>a{color:#fff}.wpdt-c .dropup .dropdown-menu{bottom:-2px}.wpdt-c .dropdown-menu-lg{width:300px}.wpdt-c .dropdown-header{padding:3px 17px;margin-top:10px;color:#b1b1b1;text-transform:uppercase;font-weight:400}.wpdt-c .btn-group.open .dropdown-toggle{box-shadow:none}.wpdt-c .list-group{margin-bottom:0}.wpdt-c .list-group .list-group-item{border:0;margin:0;padding:15px 23px}.wpdt-c .list-group .list-group-item>.checkbox.pull-left{margin:0}.wpdt-c .list-group.lg-odd-black .list-group-item:nth-child(odd){background-color:#F7F7F7}.wpdt-c .list-group.lg-even-black .list-group-item:nth-child(even){background-color:#F7F7F7}.wpdt-c .lg-header{text-align:center;padding:15px 10px 13px;line-height:100%;text-transform:uppercase;border-bottom:1px solid #F0F0F0;font-weight:500;color:#4C4C4C;margin-bottom:10px}.wpdt-c .lg-header .actions{position:absolute;top:5px;right:10px}.wpdt-c .lgi-img{width:40px;height:40px;border-radius:50%}.wpdt-c .lgi-heading{color:#000;margin-bottom:4px;display:block}.wpdt-c .lgi-heading,.wpdt-c .lgi-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .lgi-text{display:block;font-size:12px;color:#777}.wpdt-c .lgi-text:not(:last-child){margin-bottom:4px}.wpdt-c .lgi-checkbox{margin-top:8px;margin-bottom:0}.wpdt-c .lgi-attrs{list-style:none;padding:0;margin:0}.wpdt-c .lgi-attrs>li{display:inline-block;border:1px solid #e0e0e0;margin:2px 2px 2px 0;padding:2px 5px;font-size:12px;color:#777}.wpdt-c .lgi-attrs>li>a{display:block}.wpdt-c .progress{box-shadow:none;border-radius:0;height:5px;margin-bottom:0}.wpdt-c .progress .progress-bar{box-shadow:none}.wpdt-c #chat{padding:20px 0 5px;width:280px;right:-300px;box-shadow:0 0 20px rgba(14,18,21,.38)}.wpdt-c #chat.toggled{right:0}.wpdt-c #chat .chat-search{padding:20px 20px 15px 20px}.wpdt-c #chat .chat-search .form-control{background-repeat:no-repeat;background-position:left center;padding-left:30px;background-color:transparent}.wpdt-c #chat .chat-search .form-control:focus{padding:0 30px 0 0}.wpdt-c #chat .lg-body{height:calc(100% - 70px)}[class*="chat-status"]{position:absolute;width:10px;height:10px;border-radius:50%;top:-3px;right:12px;border:2px solid #FFF}.wpdt-c .chat-status-online{box-shadow:0 0 0 1px #1EC01E;background:#1EC01E}.wpdt-c .chat-status-offline{box-shadow:0 0 0 1px #E73F3F;background:#E73F3F}.wpdt-c .chat-status-busy{box-shadow:0 0 0 1px #FFA500;background:#FFA500}.wpdt-c .tab-nav{list-style:none;padding:0;white-space:nowrap;margin:0;overflow:auto;box-shadow:inset 0 -1px 0 #D7D9E2;width:100%}.wpdt-c .tab-nav li{display:inline-block;vertical-align:top}.wpdt-c .tab-nav li>a{display:inline-block;text-transform:none;position:relative;width:100%;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;font-family:Inter;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#5A6C89}.wpdt-c .tab-nav li>a:after{content:"";height:2px;position:absolute;width:100%;left:0;bottom:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}@media (min-width:768px){.wpdt-c .tab-nav li>a{padding:15px}}@media (max-width:769px){.wpdt-c .tab-nav li>a{padding:15px 8px}.wpdt-c .tab-nav{display:flex;flex-direction:column;text-align:center}.wpdt-c .col-sm-4{width:50%}}@media (max-width:480px){.wpdt-c .col-sm-4,.wpdt-c .col-xs-6,.wpdt-c .col-xs-6 button,.wpdt-c .col-xs-6 input,.wpdt-c .wdt-table-settings .input-path-block .fg-line,.wpdt-c .pull-right:not(.wdt-column-settings):not(.wdt-column-block-icon):not(.wdt-column-move-arrows),.wpdt-c .pull-left,.wpdt-c .btn.btn-default.wdt-documentation,.wpdt-c .btn.btn-primary,.wpdt-c .btn.btn-danger,.wpdt-c .btn.wdt-envato-activation-button,.wpdt-c .btn.btn-default.wdt-documentation:hover,.wpdt-c .btn.btn-default.wdt-documentation:focus{width:100%!important;margin:0 0 10px 0!important}.wpdt-c .wdt-edit-buttons span .wdt-standard-view{width:100%;margin-top:10px}.wpdt-c .panel-collapse .panel-heading:before{left:5px;top:7px}.wpdt-c #wdt-formula-editor-modal .modal-dialog,.wpdt-c #wdt-columns-list-modal .modal-dialog{width:100%}.wpdt-c .wdt-activation-section .col-sm-1{padding-right:0;margin-top:10px}.wpdt-c .card .card-header .actions{position:relative!important}.wpdt-c .card .card-header .actions li{display:block}.wpdt-c .card .card-header .actions button{width:100%;margin:0}.wpdt-c .card.column-settings .wpdt-actions-bottom .col{display:flex;flex-direction:column-reverse;width:100%}.wpdt-c .breadcrumb{padding:0!important}}.wpdt-c .tab-nav li.active>a{color:#008CFF}.wpdt-c .tab-nav li.active>a:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .tab-nav.tab-nav-right{text-align:right}.wpdt-c .tab-nav.tn-justified>li{display:table-cell;width:1%;text-align:center}.wpdt-c .tab-nav.tn-icon>li .zmdi{font-size:22px;line-height:100%;min-height:25px}.wpdt-c .tab-nav:not([data-tab-color])>li>a:after{background:#008CFF}.wpdt-c .tab-nav[data-tab-color="green"]>li>a:after{background:#4CAF50}.wpdt-c .tab-nav[data-tab-color="red"]>li>a:after{background:#F44336}.wpdt-c .tab-nav[data-tab-color="teal"]>li>a:after{background:#009688}.wpdt-c .tab-nav[data-tab-color="amber"]>li>a:after{background:#FFC107}.wpdt-c .tab-nav[data-tab-color="black"]>li>a:after{background:#000}.wpdt-c .tab-nav[data-tab-color="cyan"]>li>a:after{background:#00BCD4}.wpdt-c .tab-content{padding:20px 0}.wpdt-c .card{position:relative;background:#fff;box-shadow:none;margin-bottom:30px}.wpdt-c .card .card-header{position:relative}@media screen and (min-width:768px){.wpdt-c .card .card-header{padding:25px 27px}}@media screen and (max-width:991px){.wpdt-c .card .card-header{padding:18px}}.wpdt-c .card .card-header h2{margin:0;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:24px;color:#304463}.wpdt-c .card .card-header h2 small{display:block;color:#AEAEAE;line-height:160%}.wpdt-c .card .card-header.ch-alt:not([class*="bgm-"]){background:none}.wpdt-c .card .card-header[class*="bgm-"] h2,.wpdt-c .card .card-header[class*="bgm-"] h2 small{color:#fff}.wpdt-c .card .card-header .actions{position:absolute;right:10px;z-index:2;top:12px}.wpdt-c .card .card-header .btn-float{right:25px;bottom:-23px;z-index:1}.wpdt-c .card a.card-header{display:block}@media screen and (min-width:768px){.wpdt-c .card .card-body.card-padding:not(.wpdt-column-settings-card):not(.wdt-chart-wizard-chosen-columns-container):not(.wdt-chart-wizart-existing-columns-container):not(.wpdt-add-ons-card){padding:24px;background:#fff;box-shadow:0 3px 6px rgba(23,43,77,.08),0 1px 1px rgba(23,43,77,.11);border-radius:3px}}@media screen and (max-width:991px){.wpdt-c .card .card-body.card-padding{padding:18px}}.wpdt-c .card .card-body.card-padding-sm{padding:15px}.wpdt-c .card-header:not(.ch-alt):not([class*="bgm-"])+.card-padding{padding-top:0}.wpdt-c .card-light .card-header h2,.wpdt-c .card-light .card-header h2 small{color:#fff}.wpdt-c .chart-edge{margin:20px -8px 0 -10px;overflow:hidden}.wpdt-c .chart-edge .flot-chart{bottom:-14px}.wpdt-c .charts-row{margin-top:50px;margin-bottom:20px}.wpdt-c .mini-charts-item{box-shadow:0 1px 1px rgba(0,0,0,.15);position:relative;margin-bottom:30px}.wpdt-c .mini-charts-item .chart{padding:21px 18px 0;float:left}.wpdt-c .mini-charts-item .chart.chart-pie{margin:0 20px;padding:14px 11px}.wpdt-c .mini-charts-item .count{overflow:hidden;color:rgba(255,255,255,.9);padding:16px 12px}.wpdt-c .mini-charts-item .count>h2{margin:0;line-height:100%;font-size:22px;font-weight:300;color:#fff}.wpdt-c .mini-charts-item .count>small{margin-bottom:2px;display:block}.wpdt-c .mini-charts-item .count>h2,.wpdt-c .mini-charts-item .count>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .mini-charts-item>.clearfix,.wpdt-c .mini-charts-item>.dl-horizontal dd,.wpdt-c .mini-charts-item>.container,.wpdt-c .mini-charts-item>.container-fluid,.wpdt-c .mini-charts-item>.row,.wpdt-c .mini-charts-item>.form-horizontal .form-group,.wpdt-c .mini-charts-item>.btn-toolbar,.wpdt-c .mini-charts-item>.btn-group-vertical>.btn-group,.wpdt-c .mini-charts-item>.nav,.wpdt-c .mini-charts-item>.navbar,.wpdt-c .mini-charts-item>.navbar-header,.wpdt-c .mini-charts-item>.navbar-collapse,.wpdt-c .mini-charts-item>.pager,.wpdt-c .mini-charts-item>.panel-body,.wpdt-c .mini-charts-item>.modal-header,.wpdt-c .mini-charts-item>.modal-footer{position:relative;z-index:1}.wpdt-c .mini-charts-item:before{-webkit-transition:width;-o-transition:width;transition:width;-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;content:"";width:105px;height:100%;background:rgba(0,0,0,.1);position:absolute;left:0;top:0}.wpdt-c .mini-charts-item:hover .count{color:#fff!important}.wpdt-c .mini-charts-item:hover:before{width:100%}.wpdt-c #jqstooltip{min-width:21px;min-height:23px;text-align:center;border:0;background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.3)}.wpdt-c #jqstooltip .jqsfield{font-size:12px;font-weight:700;font-family:inherit;text-align:center;color:#333}.wpdt-c #jqstooltip .jqsfield>span{display:none}.wpdt-c .epc-item{box-shadow:0 1px 1px rgba(0,0,0,.15);position:relative;margin-bottom:30px;padding:30px 20px;text-align:center}.wpdt-c .easy-pie{display:inline-block;position:relative;padding:0 0 10px}.wpdt-c .easy-pie .percent{position:absolute;font-weight:300;width:100%;line-height:100%;left:4px;color:#fff}.wpdt-c .easy-pie .percent:after{content:"%"}.wpdt-c .easy-pie.main-pie .percent{margin-top:49px;font-size:50px;text-align:center}.wpdt-c .easy-pie.main-pie .percent:after{font-size:30px}.wpdt-c .easy-pie:not(.main-pie) .percent{font-size:24px;margin-top:33px}.wpdt-c .easy-pie:not(.main-pie) .percent:after{font-size:20px}.wpdt-c .easy-pie .pie-title{position:absolute;width:100%;text-align:center;bottom:-3px;left:0}.wpdt-c #recent-items-chart{width:calc(100% + 19px);height:150px;margin:-20px -10px 0;bottom:-10px}.wpdt-c [class*="flot-chart"]{width:100%;display:block}.wpdt-c .flot-chart{height:200px}.wpdt-c .flot-chart-pie{height:300px}@media (min-width:768px){.wpdt-c .flot-chart-pie{margin-bottom:20px}}.wpdt-c .flot-tooltip,.wpdt-c #flotTip{position:absolute;color:#333;display:none;font-size:12px;box-shadow:2px 2px 5px rgba(0,0,0,.1);padding:3px 10px;background-color:#fff;z-index:99999}.wpdt-c [class*="flc-"]{text-align:center;margin:10px 0 5px}.wpdt-c [class*="flc-"] table{display:inline-block}.wpdt-c [class*="flc-"] .legendColorBox>div{border:#fff!important}.wpdt-c [class*="flc-"] .legendColorBox>div>div{border-radius:50%}.wpdt-c [class*="flc-"] .legendLabel{padding:0 8px 0 3px}.wpdt-c .dw-item{position:relative;min-height:400px;margin-bottom:30px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.wpdt-c .dwi-header{position:relative}.wpdt-c .dwi-header-img{background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center;height:155px}.wpdt-c .dw-footer{position:absolute;left:0;bottom:0;width:100%}.wpdt-c .dwih-title{padding:12px 20px;position:absolute;width:100%;left:0}.wpdt-c #site-visits .dwi-header{padding-bottom:38px;margin-bottom:12px;background-color:rgba(255,255,255,.05)}.wpdt-c #site-visits .dwi-header canvas{width:100%!important}.wpdt-c #site-visits .dwih-title{bottom:0;color:#fff}.wpdt-c #site-visits .sv-item:nth-child(even){background-color:rgba(255,255,255,.05)}.wpdt-c #site-visits .sv-item small{color:rgba(255,255,255,.7)}.wpdt-c #site-visits .sv-item h3{font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.wpdt-c #site-visits .sv-item .pull-right{margin-top:5px;opacity:.7;filter:alpha(opacity=70)}.wpdt-c #best-selling{background-color:#fff}.wpdt-c #best-selling .dwi-header .dwih-title{padding-bottom:30px;top:0;color:#fff;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=0)}.wpdt-c #best-selling .dwi-header .bs-main{padding:15px;color:#fff;position:absolute;bottom:0;left:0;width:100%;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=0)}.wpdt-c #best-selling .dwi-header .bs-main>h2{font-weight:400;font-size:20px;margin:5px 0 0 0;line-height:100%;color:#fff}.wpdt-c #weather-widget{color:#fff;padding:20px 20px 0}.wpdt-c #weather-widget .weather-status{font-size:40px;line-height:100%}.wpdt-c #weather-widget .weather-icon{text-align:center;margin-top:10px;height:150px;background-repeat:no-repeat;background-position:center}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-0{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-1{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-2{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-3{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-4{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-5{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-6{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-7{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-8{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-9{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-10{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-11{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-12{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-13{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-14{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-15{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-16{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-17{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-18{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-19{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-20{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-21{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-22{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-23{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-24{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-25{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-26{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-27{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-28{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-29{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-30{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-31{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-32{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-33{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-34{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-35{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-36{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-37{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-38{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-39{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-40{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-41{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-42{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-43{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-44{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-45{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-46{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-47{background-size:125px 125px}}.wpdt-c #weather-widget .weather-info{list-style:none;padding:0;margin:3px 0 0 0}.wpdt-c #weather-widget .weather-info>li{display:inline-block;border:1px solid rgba(255,255,255,.39);padding:2px 10px 3px;margin-right:5px}.wpdt-c #weather-widget .dw-footer{background:rgba(0,0,0,.04);padding:10px 20px}.wpdt-c #weather-widget .weather-list{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c #weather-widget .weather-list>span{margin-right:7px;display:inline-block;line-height:40px;vertical-align:top}.wpdt-c #weather-widget .weather-list>span.weather-list-icon{width:35px;height:35px;background-repeat:no-repeat;background-position:center;background-size:30px 30px}.wpdt-c #weather-widget .weather-list>span>i{line-height:100%;font-size:39px}.wpdt-c .profile-view{text-align:center}.wpdt-c .profile-view .pv-header{position:relative;height:145px;width:100%;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center}.wpdt-c .profile-view .pv-header>.pv-main{border-radius:50%;width:130px;position:absolute;height:130px;bottom:-50px;left:50%;margin-left:-65px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .profile-view .pv-body{margin-top:70px;padding:0 20px 20px}.wpdt-c .profile-view .pv-body>h2{margin:0;line-height:100%;font-size:20px;font-weight:400}.wpdt-c .profile-view .pv-body>small{display:block;color:#8E8E8E;margin:10px 0 15px}.wpdt-c .profile-view .pv-body .pv-contact,.wpdt-c .profile-view .pv-body .pv-follow{padding:0;list-style:none}.wpdt-c .profile-view .pv-body .pv-contact>li,.wpdt-c .profile-view .pv-body .pv-follow>li{display:inline-block}.wpdt-c .profile-view .pv-body .pv-follow{margin:20px -20px;padding:10px;background-color:#F3F3F3}.wpdt-c .profile-view .pv-body .pv-follow>li{padding:0 10px}.wpdt-c .profile-view .pv-body .pv-contact>li{margin:0 5px}.wpdt-c .profile-view .pv-body .pv-contact>li>.zmdi{line-height:100%;vertical-align:text-bottom;font-size:22px}.wpdt-c .profile-view .pv-body .pv-follow-btn{padding:7px 20px;background:#00BCD4;color:#fff;border-radius:3px;text-transform:uppercase;max-width:200px;width:100%;display:inline-block}.wpdt-c .profile-view .pv-body .pv-follow-btn:hover{background:#00a5bb}.wpdt-c .profile-view:hover .pv-main{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.wpdt-c .picture-list .pl-body{padding:2px}.wpdt-c .picture-list .pl-body [class*="col-"]{padding:2px}.wpdt-c .picture-list .pl-body [class*="col-"]>a{display:block}.wpdt-c .picture-list .pl-body [class*="col-"]>a img{width:100%}.wpdt-c .picture-list .pl-body:before,.wpdt-c .picture-list .pl-body:after{content:" ";display:table}.wpdt-c .picture-list .pl-body:after{clear:both}.wpdt-c .picture-list .pl-body:before,.wpdt-c .picture-list .pl-body:after{content:" ";display:table}.wpdt-c .picture-list .pl-body:after{clear:both}.wpdt-c .go-social .card-body{padding:0 15px 20px}.wpdt-c .go-social .card-body [class*="col-"]{padding:12px}.wpdt-c .go-social .card-body [class*="col-"] img{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.wpdt-c .go-social .card-body [class*="col-"]:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.wpdt-c .rating-list{padding:0 0 20px}.wpdt-c .rating-list .rl-star{margin-top:10px;margin-bottom:4px}.wpdt-c .rating-list .rl-star .zmdi{font-size:20px;color:#ccc}.wpdt-c .rating-list .rl-star .zmdi.active{color:#FF9800}.wpdt-c .rating-list .media .zmdi-star{line-height:100%;font-size:22px;vertical-align:middle;position:relative;top:-2px;left:6px;color:#FF9800}.wpdt-c .rating-list .media .media-body{padding:7px 10px 0 5px}.wpdt-c .cwh-year{color:rgba(255,255,255,.6);font-size:15px}.wpdt-c .cwh-day{font-size:25px;line-height:100%;color:#fff}.wpdt-c .table{margin-bottom:0}.wpdt-c .table>thead>tr>th{background-color:#fff;vertical-align:middle;font-weight:500;color:#333;border-width:1px;text-transform:uppercase}.wpdt-c .table.table-inner{border:0}.wpdt-c .table>thead>tr>th:first-child,.wpdt-c .table>tbody>tr>th:first-child,.wpdt-c .table>tfoot>tr>th:first-child,.wpdt-c .table>thead>tr>td:first-child,.wpdt-c .table>tbody>tr>td:first-child,.wpdt-c .table>tfoot>tr>td:first-child{padding-left:30px}.wpdt-c .table>thead>tr>th:last-child,.wpdt-c .table>tbody>tr>th:last-child,.wpdt-c .table>tfoot>tr>th:last-child,.wpdt-c .table>thead>tr>td:last-child,.wpdt-c .table>tbody>tr>td:last-child,.wpdt-c .table>tfoot>tr>td:last-child{padding-right:30px}.wpdt-c .table>tbody>tr.active>td,.wpdt-c .table>tfoot>tr.active>td,.wpdt-c .table>tbody>tr.info>td,.wpdt-c .table>tfoot>tr.info>td,.wpdt-c .table>tbody>tr.warning>td,.wpdt-c .table>tfoot>tr.warning>td,.wpdt-c .table>tbody>tr.succes>td,.wpdt-c .table>tfoot>tr.succes>td,.wpdt-c .table>tbody>tr.danger>td,.wpdt-c .table>tfoot>tr.danger>td{border:0}.wpdt-c .table>tbody>tr:last-child>td,.wpdt-c .table>tfoot>tr:last-child>td{padding-bottom:20px}.wpdt-c .table-striped td,.wpdt-c .table-striped th{border:0!important}.wpdt-c .table-bordered{border-bottom:0;border-left:0;border-right:0}.wpdt-c .table-bordered>tbody>tr>td,.wpdt-c .table-bordered>tbody>tr>th{border-bottom:0;border-left:0}.wpdt-c .table-bordered>tbody>tr>td:last-child,.wpdt-c .table-bordered>tbody>tr>th:last-child{border-right:0}.wpdt-c .table-bordered>thead>tr>th{border-left:0}.wpdt-c .table-bordered>thead>tr>th:last-child{border-right:0}.wpdt-c .table-vmiddle td{vertical-align:middle!important}.wpdt-c .table-responsive{border:0}.wpdt-c #todo{background:#FFC107;color:#fff;font-family:'satisfy',cursive}.wpdt-c #todo .card-header{padding:28px 35px 20px;background-color:rgba(0,0,0,.03)}.wpdt-c #todo .card-header h2{font-size:25px}.wpdt-c #todo .card-header h2 small{font-size:18px;margin-top:0}.wpdt-c #todo .card-body{font-size:20px;position:relative}.wpdt-c #todo .list-group-item{padding:0}.wpdt-c #todo .checkbox .input-helper:before,.wpdt-c #todo .checkbox .input-helper:after{top:5px}.wpdt-c #todo .checkbox input:checked+i+span{text-decoration:line-through}.wpdt-c .t-add,.wpdt-c .ta-block,.wpdt-c .ta-btn{-webkit-transition:all;-o-transition:all;transition:all;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .t-add{width:50px;height:50px;border-radius:50%;position:absolute;background:#fff;top:-25px;right:23px;max-height:300px}.wpdt-c .t-add .ta-block{overflow:hidden;opacity:0;filter:alpha(opacity=0)}.wpdt-c .t-add .ta-block textarea{padding:25px 25px 45px;resize:none;width:100%;font-size:24px;color:#FFC107;position:absolute;height:100%;border:0;outline:none}.wpdt-c .t-add:not(.toggled){overflow:hidden}.wpdt-c .t-add:not(.toggled) .ta-btn{position:relative;z-index:1;display:inline-block;width:50px;height:50px;cursor:pointer;text-align:center;font-size:23px;color:#FF9800;line-height:51px}.wpdt-c .t-add.toggled{width:calc(100% - 47px);height:calc(100% - 25px);border-radius:2px;top:0;z-index:1;box-shadow:0 5px 8px rgba(0,0,0,.2);overflow:visible}.wpdt-c .t-add.toggled .ta-btn{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);display:none}.wpdt-c .t-add.toggled .ta-block{opacity:1;filter:alpha(opacity=100)}.wpdt-c .t-add.toggled .ta-block .tab-actions{position:absolute;bottom:0;width:100%;padding:5px 10px;border-top:1px solid #EEE;z-index:1}.wpdt-c .t-add.toggled .ta-block .tab-actions>a{font-size:25px;padding:0 6px;border-radius:50%;text-align:center;height:40px;width:40px;line-height:48px;display:inline-block}.wpdt-c .t-add.toggled .ta-block .tab-actions>a:hover{background-color:#eee}.wpdt-c .btn:not(.dropdown-toggle){text-transform:none}.wpdt-c .btn[class*="bgm-"]:not(.bgm-white){color:#fff}.wpdt-c .btn .caret{margin-top:-3px}.wpdt-c .btn:not(.btn-link){box-shadow:none}.wpdt-c .btn-group:not(.bootstrap-select),.wpdt-c .btn-group-vertical:not(.bootstrap-select){box-shadow:0 1px 4px 0 rgba(0,0,0,.3)}.wpdt-c .btn-group .btn,.wpdt-c .btn-group-vertical .btn,.wpdt-c .btn-group .btn:active,.wpdt-c .btn-group-vertical .btn:active,.wpdt-c .btn-group .btn:focus,.wpdt-c .btn-group-vertical .btn:focus,.wpdt-c .btn-group .btn-group,.wpdt-c .btn-group-vertical .btn-group{box-shadow:none!important}.wpdt-c .btn-group .btn,.wpdt-c .btn-group-vertical .btn{margin:0}.wpdt-c .btn-xs,.wpdt-c .btn-group-xs>.btn{padding:2px 5px;font-size:11px;line-height:1.5;border-radius:2px}.wpdt-c .btn-link{color:#797979;text-decoration:none;border-radius:2px}.wpdt-c .btn-link:hover{color:#0a0a0a}.wpdt-c .btn-inverse{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:focus,.wpdt-c .btn-inverse.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active:hover,.wpdt-c .btn-inverse.active:hover,.wpdt-c .open>.dropdown-toggle.btn-inverse:hover,.wpdt-c .btn-inverse:active:focus,.wpdt-c .btn-inverse.active:focus,.wpdt-c .open>.dropdown-toggle.btn-inverse:focus,.wpdt-c .btn-inverse:active.focus,.wpdt-c .btn-inverse.active.focus,.wpdt-c .open>.dropdown-toggle.btn-inverse.focus{color:#fff;background-color:#1a1a1a;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{background-image:none}.wpdt-c .btn-inverse.disabled:hover,.wpdt-c .btn-inverse[disabled]:hover,.wpdt-c fieldset[disabled] .btn-inverse:hover,.wpdt-c .btn-inverse.disabled:focus,.wpdt-c .btn-inverse[disabled]:focus,.wpdt-c fieldset[disabled] .btn-inverse:focus,.wpdt-c .btn-inverse.disabled.focus,.wpdt-c .btn-inverse[disabled].focus,.wpdt-c fieldset[disabled] .btn-inverse.focus{background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse .badge{color:#454545;background-color:#fff}.wpdt-c .btn-inverse:hover,.wpdt-c .btn-inverse:focus,.wpdt-c .btn-inverse.focus,.wpdt-c .btn-inverse:active,.wpdt-c .open>.dropdown-toggle.btn-inverse{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:hover:hover,.wpdt-c .btn-inverse:focus:hover,.wpdt-c .btn-inverse.focus:hover,.wpdt-c .btn-inverse:active:hover,.wpdt-c .open>.dropdown-toggle.btn-inverse:hover,.wpdt-c .btn-inverse:hover:focus,.wpdt-c .btn-inverse:focus:focus,.wpdt-c .btn-inverse.focus:focus,.wpdt-c .btn-inverse:active:focus,.wpdt-c .open>.dropdown-toggle.btn-inverse:focus,.wpdt-c .btn-inverse:hover.focus,.wpdt-c .btn-inverse:focus.focus,.wpdt-c .btn-inverse.focus.focus,.wpdt-c .btn-inverse:active.focus,.wpdt-c .open>.dropdown-toggle.btn-inverse.focus{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{background-image:none}.wpdt-c .btn-inverse.disabled,.wpdt-c .btn-inverse[disabled],.wpdt-c fieldset[disabled] .btn-inverse,.wpdt-c .btn-inverse.disabled:hover,.wpdt-c .btn-inverse[disabled]:hover,.wpdt-c fieldset[disabled] .btn-inverse:hover,.wpdt-c .btn-inverse.disabled:focus,.wpdt-c .btn-inverse[disabled]:focus,.wpdt-c fieldset[disabled] .btn-inverse:focus,.wpdt-c .btn-inverse.disabled.focus,.wpdt-c .btn-inverse[disabled].focus,.wpdt-c fieldset[disabled] .btn-inverse.focus,.wpdt-c .btn-inverse.disabled:active,.wpdt-c .btn-inverse[disabled]:active,.wpdt-c fieldset[disabled] .btn-inverse:active{background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse .badge{color:#454545;background-color:#fff}.wpdt-c .btn-icon{border-radius:50%;width:40px;line-height:42px;height:40px;padding:0;text-align:center}.wpdt-c .btn-icon .zmdi{font-size:17px}.wpdt-c .btn-icon-text>.zmdi{font-size:15px;vertical-align:top;display:inline-block;margin-top:2px;line-height:100%;margin-right:2px;margin-left:2px}.wpdt-c .btn-float{width:50px;height:50px;border-radius:50%;line-height:46px!important}.wpdt-c .btn-float:not(.m-btn){position:absolute!important}.wpdt-c .btn-float i{font-size:23px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:500ms;transition-duration:500ms}.wpdt-c .btn-float:hover i{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.wpdt-c .btn-float:not(.bgm-white):not(.bgm-gray)>i{color:#fff}.wpdt-c .btn-float.bgm-white>i,.wpdt-c .btn-float.bgm-gray>i{color:#333}.wpdt-c .open .btn{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c .open .btn:focus,.wpdt-c .open .btn:active{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c .m-btn{z-index:1;bottom:40px;right:40px;position:fixed!important}label{font-weight:500}input:active,input:focus{outline:0}.wpdt-c .form-control{box-shadow:none!important;resize:none}.wpdt-c .form-control:active,.wpdt-c .form-control:focus{box-shadow:none}.wpdt-c .form-control:not(.fc-alt){border-left:0;border-right:0;border-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.wpdt-c .form-control:not(.fc-alt).auto-size{padding-top:6px}.wpdt-c .form-group{margin-bottom:25px}.wpdt-c .input-helper:before,.wpdt-c .input-helper:after,.wpdt-c .checkbox label:before,.wpdt-c .radio label:before,.wpdt-c .radio-inline:before,.wpdt-c .checkbox-inline:before{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .checkbox,.wpdt-c .radio{padding-top:0!important}.wpdt-c .checkbox label,.wpdt-c .radio label{display:inline-block;padding-left:25px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wpdt-c .checkbox input,.wpdt-c .radio input{top:0;left:0;margin-left:0!important;z-index:1;cursor:pointer;opacity:1;filter:alpha(opacity=0);margin-top:0}.wpdt-c .checkbox input:checked+.input-helper:before,.wpdt-c .radio input:checked+.input-helper:before{border-color:#098BEF}.wpdt-c .checkbox .input-helper:before,.wpdt-c .radio .input-helper:before,.wpdt-c .checkbox .input-helper:after,.wpdt-c .radio .input-helper:after{position:absolute;content:""}.wpdt-c .checkbox .input-helper:before,.wpdt-c .radio .input-helper:before{left:0;border:1px solid #d7d7d7}.wpdt-c .checkbox.disabled,.wpdt-c .radio.disabled{opacity:.6;filter:alpha(opacity=60)}.wpdt-c .checkbox input{width:17px;height:17px}.wpdt-c .checkbox input:checked+.input-helper:before{background-color:#2196F3}.wpdt-c .checkbox input:checked+.input-helper:after{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .checkbox .input-helper:before{top:0;width:17px;height:17px;border-radius:2px}.wpdt-c .checkbox .input-helper:after{opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);content:'\f0c8';font-family:'wpDataTablesIcons';position:absolute;font-size:12px;left:2px;top:0;color:#fff;font-weight:700}.wpdt-c .radio input{width:19px;height:19px}.wpdt-c .radio input:checked+.input-helper:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .radio .input-helper:before{top:-1px;width:19px;height:19px;border-radius:50%}.wpdt-c .radio .input-helper:after{width:9px;height:9px;background:#2196F3;border-radius:50%;top:4px;left:5px;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.wpdt-c .checkbox-inline,.wpdt-c .radio-inline{vertical-align:top;margin-top:0;padding-left:25px}.wpdt-c .checkbox-light .input-helper:before,.wpdt-c .radio-light .input-helper:before{border-color:#fff}.wpdt-c .checkbox-light input:checked+.input-helper:before{border-color:#fff;background-color:#fff}.wpdt-c .checkbox-light input:checked+.input-helper:after{color:#333}.wpdt-c html:not(.ie9) .select{position:relative}.wpdt-c html:not(.ie9) .select:before{position:absolute;top:0;right:0;content:"";height:calc(100% - 2px);width:30px;background-color:#FFF;background-position:right calc(100% - 7px);background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUYDDMcpfFSnAAAAJJJREFUKM/VkTEOglAQRB+Emta72HuRuQG9REzsucEchdID0FpS2hA7O5tP8iX/J9LJJptsduZtMQv7KtubvUW0OAId8MowNdBJugNUkfAEDsApA47BA0C5DJIeQANMCWgCmuD5Bm0jaQBaYI6gGWglDdksFsH2xfY79DkVYJk6IOkK9EAv6fZT6muT7U3v+sP6AODpN6SzPrkNAAAAAElFTkSuQmCC);pointer-events:none;z-index:5}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c html:not(.ie9) .select:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUYDDQZmtow1AAAAQpJREFUSMftlLFKA0EURU8Wm5DePmhl5Q+kFn/jVinSBMFGyR/ElGLzPsFORFKmSpcfCIqlWNiIBAmxmYVhcTKz7Fo5F6bY4ew7PN7wICcnJxYz+9NanQDYB7oNfV+SnquXBwF4Dhw1FK6B4+plEYBvgW0D2dbVIEkoaQrM3OeuhqhkZ65GXOgNegLcheYcSMf9M6n7aJCEmfWAR2CQKFwA55I+yxpJwor8EHgCTiPoCjiT9LYPKmJCV2AIvO7BXoBhTBYVljOQtATGwMcv2Dswckx0cRSR7nzpPXAJfHvIBriQ9ODPvtUVZWbXZrZz56ruSixSIL9TYAqcuHPTamcpy7jNZZ+T80/zAzioYvQbRGcPAAAAAElFTkSuQmCC);background-size:12px 12px}}.wpdt-c html:not(.ie9) .select:not(.fg-line):before{right:0}.wpdt-c html:not(.ie9) .select.fg-line:before{right:10px}.wpdt-c .input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon{font-size:15px}.wpdt-c .input-group-addon{border-width:0 0 1px 0;min-width:42px}.wpdt-c .input-group-addon>.zmdi{position:relative;top:3px}.wpdt-c .fg-line{position:relative;vertical-align:top}.wpdt-c .fg-line:not(.form-group){display:inline-block;width:100%}.wpdt-c .fg-line .form-control:disabled{color:#9d9d9d;background:transparent}.wpdt-c .fg-line:not(.disabled):after,.wpdt-c .fg-line:not(.readonly):after{position:absolute;z-index:3;bottom:0;left:0;height:2px;width:100%;content:"";-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .fg-line:not([class*=has-]):after{display:none}.wpdt-c .fg-line.readonly .form-control{color:#9d9d9d;background:transparent}.wpdt-c .fg-line.fg-toggled:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .fg-float{margin-top:2px;position:relative}.wpdt-c .fg-float .form-control{position:relative;background:transparent;z-index:1}.wpdt-c .fg-float .form-control::-moz-placeholder{color:#fff;opacity:1}.wpdt-c .fg-float .form-control:-ms-input-placeholder{color:#fff}.wpdt-c .fg-float .form-control::-webkit-input-placeholder{color:#fff}.wpdt-c .fg-float .fg-label{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;position:absolute;top:5px;font-weight:400;color:#959595;pointer-events:none;z-index:0;left:0;white-space:nowrap}.wpdt-c .fg-float .fg-toggled .fg-label{top:-20px;font-size:11px}.wpdt-c .control-label{font-weight:400}.wpdt-c .toggle-switch{display:inline-block;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpdt-c .toggle-switch .ts-label{display:inline-block;margin:0 20px 0 0;vertical-align:top;-webkit-transition:color 0.56s cubic-bezier(.4,0,.2,1);transition:color 0.56s cubic-bezier(.4,0,.2,1)}.wpdt-c .toggle-switch .ts-helper{display:inline-block;position:relative;width:40px;height:16px;border-radius:8px;background:rgba(0,0,0,.26);-webkit-transition:background 0.28s cubic-bezier(.4,0,.2,1);transition:background 0.28s cubic-bezier(.4,0,.2,1);vertical-align:middle;cursor:pointer}.wpdt-c .toggle-switch .ts-helper:before{content:'';position:absolute;top:-4px;left:-4px;width:24px;height:24px;background:#fafafa;box-shadow:0 2px 8px rgba(0,0,0,.28);border-radius:50%;webkit-transition:left 0.28s cubic-bezier(.4,0,.2,1),background 0.28s cubic-bezier(.4,0,.2,1),box-shadow 0.28s cubic-bezier(.4,0,.2,1);transition:left 0.28s cubic-bezier(.4,0,.2,1),background 0.28s cubic-bezier(.4,0,.2,1),box-shadow 0.28s cubic-bezier(.4,0,.2,1)}.wpdt-c .toggle-switch:not(.disabled) .ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1)}.wpdt-c .toggle-switch input{position:absolute;z-index:1;width:16px;height:16px;cursor:pointer;right:11px;top:12px;background:#FAFBFC;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0;box-shadow:none;outline:none!important}.wpdt-c .wdt-datatables-admin-wrap .check-column i{font-size:18px}.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox],.wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox]{z-index:1;width:16px;height:16px;cursor:pointer;background:#FFF;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0!important;box-shadow:none;outline:none!important;vertical-align:baseline;opacity:1}.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]{position:absolute;top:6px}.wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox]:checked::before,.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]:checked::before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:11px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px;opacity:1}.wpdt-c .wdt-datatables-admin-wrap #cb-select-all-1 input[type=checkbox]:checked::before{padding:2px 0 0 0}.wpdt-c .toggle-switch input[type=checkbox]:checked:before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:12px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px}.wpdt-c .toggle-switch input.wdt-premium-feature[type=checkbox]:checked:before{display:none}.wpdt-c .toggle-switch input:checked+.ts-helper:before{left:20px}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper{background:rgba(0,150,136,.5)}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:before{background:#009688}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2)}.wpdt-c .toggle-switch.disabled{opacity:.6;filter:alpha(opacity=60)}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper{background:rgba(244,67,54,.5)}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper:before{background:#F44336}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2)}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper{background:rgba(33,150,243,.5)}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper:before{background:#2196F3}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(33,150,243,.2)}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper{background:rgba(255,193,7,.5)}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper:before{background:#FFC107}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(255,193,7,.2)}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper{background:rgba(186,104,200,.5)}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper:before{background:#BA68C8}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(186,104,200,.2)}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper{background:rgba(233,30,99,.5)}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper:before{background:#E91E63}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(233,30,99,.2)}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper{background:rgba(205,220,57,.5)}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper:before{background:#CDDC39}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(205,220,57,.2)}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper{background:rgba(0,188,212,.5)}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper:before{background:#00BCD4}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,188,212,.2)}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper{background:rgba(76,175,80,.5)}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper:before{background:#4CAF50}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(76,175,80,.2)}.wpdt-c .has-error .checkbox .input-helper:before{border-color:#f99d97}.wpdt-c .has-error .checkbox .input-helper:after{border-bottom-color:#f77066;border-left-color:#f77066}.wpdt-c .has-error .fg-line:after{background:#F44336}.wpdt-c .has-success .checkbox .input-helper:before{border-color:#92cf94}.wpdt-c .has-success .checkbox .input-helper:after{border-bottom-color:#6ec071;border-left-color:#6ec071}.wpdt-c .has-success .fg-line:after{background:#4CAF50}.wpdt-c .has-warning .checkbox .input-helper:before{border-color:#ffc166}.wpdt-c .has-warning .checkbox .input-helper:after{border-bottom-color:#ffad33;border-left-color:#ffad33}.wpdt-c .has-warning .fg-line:after{background:#FF9800}.wpdt-c .ie9-placeholder{color:#888!important;font-weight:400}.wpdt-c .ie9 textarea{overflow:auto!important}.wpdt-c .pagination{border-radius:0}.wpdt-c .pagination>li{margin:0 2px;display:inline-block;vertical-align:top}.wpdt-c .pagination>li>a,.wpdt-c .pagination>li>span{border-radius:50%;padding:0;width:40px;height:40px;line-height:38px;text-align:center;font-size:14px;z-index:1;position:relative;cursor:pointer;background-clip:padding-box}.wpdt-c .pagination>li>a>.zmdi,.wpdt-c .pagination>li>span>.zmdi{font-size:22px;line-height:39px}.wpdt-c .pagination>li.disabled{opacity:.5;filter:alpha(opacity=50)}.wpdt-c .lg-pagination{width:100%;text-align:center;padding:40px 0;margin-top:0}.wpdt-c .pager li>a,.wpdt-c .pager li>span{padding:5px 10px 6px;color:#7E7E7E}.wpdt-c .popover{box-shadow:0 2px 30px rgba(0,0,0,.2)}.wpdt-c .popover-title{border-bottom:0;padding:15px;font-size:12px;text-transform:uppercase}.wpdt-c .popover-title+.popover-content{padding-top:0}.wpdt-c .popover-content{padding:15px}.wpdt-c .popover-content p{margin-bottom:0}.wpdt-c .fw-container .tab-content{padding:25px 0}.wpdt-c .fw-container .fw-footer{text-align:center;margin:30px 0 0;width:100%;border-top:2px solid #eee;padding:15px 0}.wpdt-c.alert{font-size:13px}.wpdt-c.alert span{cursor:pointer}.wpdt-c.alert:not(.alert-dismissible){padding-right:30px}.wpdt-c.alert.alert-dismissable{padding-right:44px}.wpdt-c.alert-inverse{background-color:#333;border-color:transparent;color:#fff}.wpdt-c.alert-inverse hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-inverse .alert-link{color:#e6e6e6}.wpdt-c.growl-animated.alert-inverse{box-shadow:0 0 5px rgba(51,51,51,.5)}.wpdt-c.growl-animated.alert-info{box-shadow:0 0 5px rgba(33,150,243,.5)}.wpdt-c.growl-animated.alert-success{box-shadow:0 0 5px rgba(76,175,80,.5);background:#EBFBEE;border:1px solid #40C057;box-sizing:border-box;color:#061938;padding:8px 12px;font-family:Inter;font-size:12px;line-height:20px}.wpdt-c.growl-animated.alert-success .wpdt-icon-check-circle-full{color:#2F9E44;margin-right:4px}.wpdt-c.growl-animated.alert-warning{box-shadow:0 0 5px rgba(255,193,7,.5)}.wpdt-c.growl-animated.alert-danger{background:linear-gradient(0deg,rgba(240,62,62,.04),rgba(240,62,62,.04)),#FFFFFF;border:1px solid #F03E3E;box-sizing:border-box;box-shadow:0 1px .5px rgba(0,0,0,.08),0 5px 5px rgba(0,0,0,.04);border-radius:4px;font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#061938}.wpdt-c.growl-animated.alert-danger span.wpdt-icon-exclamation-triangle{margin-right:4px;color:#F03E3E}.wpdt-c.alert-link{color:#fff!important}.wpdt-c .lightbox .lightbox-item{overflow:hidden}.wpdt-c .lightbox .lightbox-item>img{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;width:100%;border-radius:2px}.wpdt-c .lightbox .lightbox-item:hover{cursor:pointer}.wpdt-c .lightbox .lightbox-item:hover img{-webkit-transform:scale(1.35) rotate(10deg);-ms-transform:scale(1.35) rotate(10deg);-o-transform:scale(1.35) rotate(10deg);transform:scale(1.35) rotate(10deg)}.wpdt-c .lightbox [data-src]:before,.wpdt-c .lightbox [data-src]:after{content:" ";display:table}.wpdt-c .lightbox [data-src]:after{clear:both}.wpdt-c .lightbox [data-src]:before,.wpdt-c .lightbox [data-src]:after{content:" ";display:table}.wpdt-c .lightbox [data-src]:after{clear:both}.wpdt-c .lightbox .lightbox-item:not(.p-item){position:relative}.wpdt-c .carousel .carousel-control{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;opacity:0;filter:alpha(opacity=0)}.wpdt-c .carousel .carousel-control .zmdi{position:absolute;top:50%;left:50%;line-height:100%}@media screen and (min-width:768px){.wpdt-c .carousel .carousel-control .zmdi{font-size:60px;width:60px;height:60px;margin-top:-30px;margin-left:-30px}}@media screen and (max-width:991px){.wpdt-c .carousel .carousel-control .zmdi{width:24px;height:24px;margin-top:-12px;margin-left:-12px}}.wpdt-c .carousel:hover .carousel-control{opacity:1;filter:alpha(opacity=100)}.wpdt-c .carousel .carousel-caption{background:rgba(0,0,0,.6);left:0;right:0;bottom:0;width:100%;padding-bottom:50px}.wpdt-c .carousel .carousel-caption>h3{color:#fff;margin:0 0 5px;font-weight:300}.wpdt-c .carousel .carousel-caption>p{margin:0}@media screen and (max-width:991px){.wpdt-c .carousel .carousel-caption{display:none}}.wpdt-c .carousel .carousel-indicators{bottom:10px;margin:0;left:0;bottom:0;width:100%;padding:0 0 6px;background:rgba(0,0,0,.6)}.wpdt-c .carousel .carousel-indicators li{border-radius:0;width:15px;border:0;background:#fff;height:3px;margin:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .carousel .carousel-indicators li.active{width:25px;height:3px;background:#FF9800}.wpdt-c .modal .modal-content{box-shadow:0 5px 20px rgba(0,0,0,.31);border-radius:3px;border:0}.wpdt-c .modal .modal-header{padding:23px 26px}.wpdt-c .modal .modal-body{padding:0 26px 10px}.wpdt-c .modal .modal-footer .btn-link{font-size:14px;color:#000;font-weight:500}.wpdt-c .modal .modal-footer .btn-link:hover{background-color:#eee}.wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link{font-weight:500}.wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link:hover{background-color:#eee;background:#eee}.wpdt-c .modal[data-modal-color]{color:#fff}.wpdt-c .modal[data-modal-color] .modal-title,.wpdt-c .modal[data-modal-color] .modal-footer .btn-link{color:#fff}.wpdt-c .modal[data-modal-color] .modal-footer{background:#FFF}.modal[data-modal-color] .modal-backdrop{background:#fff}.wpdt-c .modal[data-modal-color] .modal-footer .btn-link{font-weight:400}.wpdt-c .modal[data-modal-color] .modal-footer .btn-link:hover{background-color:rgba(0,0,0,.1)}.wpdt-c .modal[data-modal-color="blue"] .modal-content{background:#2196F3}.wpdt-c .modal[data-modal-color="cyan"] .modal-content{background:#00BCD4}.wpdt-c .modal[data-modal-color="green"] .modal-content{background:#4CAF50}.wpdt-c .modal[data-modal-color="lightgreen"] .modal-content{background:#7fc032}.wpdt-c .modal[data-modal-color="lightblue"] .modal-content{background:#03A9F4}.wpdt-c .modal[data-modal-color="amber"] .modal-content{background:#FFC107}.wpdt-c .modal[data-modal-color="teal"] .modal-content{background:#009688}.wpdt-c .modal[data-modal-color="orange"] .modal-content{background:#FF9800}.wpdt-c .modal[data-modal-color="bluegray"] .modal-content{background:#607D8B}.wpdt-c .modal[data-modal-color="red"]{font-family:Inter;font-style:normal;font-weight:400}.wpdt-c .modal[data-modal-color="red"] .modal-title{font-size:15px;line-height:20px;color:#061938}.wpdt-c .modal[data-modal-color="red"] .modal-title i{color:#F03E3E;margin-right:8px}.wpdt-c .modal[data-modal-color="red"] .modal-content{background:#FFF;border:1px solid #F03E3E;box-sizing:border-box;box-shadow:0 0 1px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.06);border-radius:4px;font-size:14px;line-height:24px;color:#5A6C89}.wpdt-c .panel{box-shadow:none;border:0}.wpdt-c .panel-heading{padding:0}.wpdt-c .panel-title>a{padding:10px 15px;display:block;font-size:13px}.wpdt-c .panel-collapse .panel-heading{position:relative}.wpdt-c .panel-collapse .panel-heading .panel-title>a{padding:8px 5px 16px 30px;color:#000;position:relative}.wpdt-c .panel-collapse .panel-heading .panel-title>a:after,.wpdt-c .panel-collapse .panel-heading .panel-title>a:before{position:absolute;bottom:0;left:0;height:2px;width:100%;content:"";-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.wpdt-c .panel-collapse .panel-heading .panel-title>a:after{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.wpdt-c .panel-collapse .panel-heading:not(.active) .panel-title>a:before{background:#eee}.wpdt-c .panel-collapse .panel-heading:before,.wpdt-c .panel-collapse .panel-heading:after{font-family:'wpDataTablesIcons';font-size:17px;position:absolute;left:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;top:7px}.wpdt-c .panel-collapse .panel-heading:before{content:"\f107";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-heading:after{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);content:"\f106"}.wpdt-c .panel-collapse .panel-heading.active .panel-title>a:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-heading.active:before{-webkit-transform:scale(0) rotate(-90deg);-ms-transform:scale(0) rotate(-90deg);-o-transform:scale(0) rotate(-90deg);transform:scale(0) rotate(-90deg)}.wpdt-c .panel-collapse .panel-heading.active:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-body{border-top:0!important;padding-left:5px;padding-right:5px}.wpdt-c .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after{background:#2196F3}.wpdt-c .panel-group[data-collapse-color="red"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#F44336}.wpdt-c .panel-group[data-collapse-color="green"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#4CAF50}.wpdt-c .panel-group[data-collapse-color="amber"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#FFC107}.wpdt-c .panel-group[data-collapse-color="teal"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#009688}.wpdt-c .panel-group[data-collapse-color="black"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#000}.wpdt-c .panel-group[data-collapse-color="cyan"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#00BCD4}.wpdt-c .breadcrumb{border-radius:0;margin-top:-27px;margin-bottom:50px}@media (min-width:1280px){.wpdt-c .breadcrumb{padding:10px 33px 11px 0}}@media (max-width:1279px){.wpdt-c .breadcrumb{padding:10px 33px 11px}}.wpdt-c .messages{height:calc(100vh - 130px);position:relative;overflow:hidden}.wpdt-c .messages header{min-height:55px}.wpdt-c .messages header .actions{position:absolute;top:12px;right:13px}.wpdt-c .m-sidebar{width:300px;border-right:1px solid #eee;position:absolute;height:100%;left:0;top:0;z-index:1}@media (max-width:767px){.m-sidebar{width:60px}.m-sidebar .list-group-item{padding:10px!important}.m-sidebar .ms-time{display:none}}.wpdt-c .m-sidebar header{background-color:#F7F7F7;padding:20px}.wpdt-c .m-sidebar header h2{line-height:100%;font-size:15px;margin:0;text-transform:uppercase;font-weight:400}.wpdt-c .m-sidebar .lgi-heading{max-width:120px}.wpdt-c .m-sidebar .list-group{height:calc(100% - 130px)}.wpdt-c .m-sidebar .mCSB_scrollTools{z-index:2}.wpdt-c .ms-time{position:absolute;top:16px;right:25px;color:#777}.wpdt-c .ms-search{padding:20px 25px;position:relative}.wpdt-c .ms-search .zmdi-search{position:absolute;left:0;top:8px;font-size:20px}.wpdt-c .ms-search input{padding-left:25px!important}.wpdt-c .m-body{position:relative;height:100%}@media (min-width:768px){.wpdt-c .m-body{padding-left:300px}}@media (max-width:767px){.wpdt-c .m-body{padding-left:60px}}.wpdt-c .mb-header{background-color:#F7F7F7;box-shadow:0 -1px 0 1px #eaeaea;position:relative;z-index:2}.wpdt-c .mbh-user{padding:12px 20px}.wpdt-c .mbh-user>img{width:30px;height:30px;border-radius:50%;float:left;margin-right:15px}.wpdt-c .mb-list{height:calc(100% - 55px);position:relative}.wpdt-c .mbl-messages{padding:50px 50px 0;height:calc(100vh - 259px);overflow-x:hidden}@media (max-width:767px){.wpdt-c .mbl-messages{padding:20px 20px 0}}.wpdt-c .mblm-item{position:relative;margin-bottom:10px}.wpdt-c .mblm-item>div{display:inline-block;max-width:70%;padding:15px 20px;border-radius:2px;position:relative}.wpdt-c .mblm-item small{display:block;color:#777;padding:5px 20px}.wpdt-c .mblm-item-left>div{background-color:#eee}.wpdt-c .mblm-item-right{text-align:right}.wpdt-c .mblm-item-right>div{background-color:#FFC107;color:#fff}.wpdt-c .mblmi-img{margin:-10px -15px;cursor:pointer}.wpdt-c .mblmi-img img{max-width:250px;border-radius:2px}.wpdt-c .mbl-compose{border-top:1px solid #eee;height:70px;position:absolute;bottom:0;left:0;width:100%;padding:15px 65px 15px 15px}.wpdt-c .mbl-compose textarea{height:100%;width:100%;border-radius:2px;border:0;resize:none;background:#eee;padding:5px 10px;color:#5E5E5E;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .mbl-compose button{position:absolute;top:14px;right:15px;background:transparent;border:0;font-size:25px}.wpdt-c .mbl-compose button:hover{color:#333}.wpdt-c .four-zero{height:100vh;background-color:#607D8B}.wpdt-c .fz-block{background:#557382;border-radius:2px;position:absolute;top:50%;margin-top:-150px;color:#ECF0F1;text-align:center;padding:25px;height:300px;width:500px;left:50%;margin-left:-250px}.wpdt-c .fz-block h2{font-size:130px;line-height:100%;color:#ECF0F1;font-weight:100}@media (max-width:767px){.wpdt-c .fz-block{width:calc(100% - 40px);left:20px;margin-left:0;height:260px;margin-top:-130px}.wpdt-c .fz-block h2{font-size:90px}}.wpdt-c .fz-block small{display:block;font-size:26px;margin-top:-10px}.wpdt-c .fzb-links{margin-top:20px}.wpdt-c .fzb-links>a{font-size:16px;display:inline-block;color:#ECF0F1;margin:0 1px;line-height:30px;width:30px;height:30px;background:rgba(0,0,0,.09);border-radius:50%;text-align:center}.wpdt-c .fzb-links>a:hover{background:rgba(0,0,0,.2)}.wpdt-c .login-content{min-height:100vh;text-align:center;background-color:#009688}.wpdt-c .login-content:before{display:inline-block;content:'';height:100vh;width:1px;vertical-align:middle}.wpdt-c .lc-block{max-width:500px;padding:20px 0;width:80%;display:inline-block;vertical-align:middle;position:relative}.wpdt-c .lc-block:not(.toggled){display:none}.wpdt-c .lc-block.toggled{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:10}.wpdt-c .lc-block:not(.lc-block-alt) .lcb-form{padding:35px 55px 35px 25px}.wpdt-c .lc-block:not(.lc-block-alt) .btn-login{top:50%;margin-top:-43px;right:-25px}.wpdt-c .lc-block .checkbox{margin:5px 0 0 41px;text-align:left}.wpdt-c .lcb-form{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15);border-radius:2px}.wpdt-c .lcb-navigation{margin-top:15px}.wpdt-c .lcb-navigation a,.wpdt-c .lcb-navigation a span{-webkit-transition:width;-o-transition:width;transition:width;-webkit-transition-duration:200ms;transition-duration:200ms}.wpdt-c .lcb-navigation a{color:#fff;display:inline-block;background:rgba(255,255,255,.2);margin:0 1px;width:30px;height:30px;border-radius:20px;vertical-align:top;white-space:nowrap;text-align:left}.wpdt-c .lcb-navigation a i{width:30px;font-style:normal;font-size:16px;display:inline-block;vertical-align:top;text-align:center;line-height:30px}.wpdt-c .lcb-navigation a span{width:0;overflow:hidden;display:inline-block;line-height:29px;margin-left:-3px}.wpdt-c .lcb-navigation a:hover span{width:100%}.wpdt-c .lcb-navigation a[data-ma-block="#l-register"]:hover{width:95px}.wpdt-c .lcb-navigation a[data-ma-block="#l-forget-password"]:hover{width:147px}.wpdt-c .lcb-navigation a[data-ma-block="#l-login"]:hover{width:85px}.wpdt-c .lc-block-alt .lcb-form{padding:70px 35px 60px}.wpdt-c .lc-block-alt .btn-login{bottom:0;left:50%;margin-left:-25px}.wpdt-c .lcb-user{width:100px;height:100px;border-radius:50%;border:5px solid #fff;position:absolute;top:-35px;left:50%;margin-left:-50px;box-shadow:0 -4px 10px rgba(0,0,0,.18)}.wpdt-c #profile-main{min-height:500px;position:relative}@media (min-width:1200px){.wpdt-c #profile-main .pm-overview{width:300px}}@media (min-width:768px) and (max-width:1200px){.wpdt-c #profile-main .pm-overview{width:250px}}@media (min-width:768px){.wpdt-c #profile-main .pm-overview{position:absolute;left:0;top:0;height:100%;background:#f8f8f8;border-right:1px solid #eee}}@media (max-width:767px){.wpdt-c #profile-main .pm-overview{width:100%;background:#333;text-align:center}}@media (min-width:1200px){.wpdt-c #profile-main .pm-body{padding-left:300px}}@media (min-width:768px) and (max-width:1200px){.wpdt-c #profile-main .pm-body{padding-left:250px}}@media (max-width:767px){.wpdt-c #profile-main .pm-body{padding-left:0}}.wpdt-c #profile-main .pmo-pic{position:relative;margin:20px}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic img{width:100%;border-radius:2px 2px 0 0}}@media (max-width:767px){.wpdt-c #profile-main .pmo-pic img{width:180px;display:inline-block;height:180px;border-radius:50%;border:4px solid #fff;box-shadow:0 8px 17px rgba(0,0,0,.2),0 6px 20px rgba(0,0,0,.19)}}.wpdt-c #profile-main .pmo-pic .pmo-stat{border-radius:0 0 2px 2px;color:#fff;text-align:center;padding:30px 5px 0}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic .pmo-stat{background:#FFC107;padding-bottom:15px}}.wpdt-c #profile-main .pmo-pic .pmop-edit{position:absolute;top:0;left:0;color:#fff;background:rgba(0,0,0,.38);text-align:center;padding:10px 10px 11px}.wpdt-c #profile-main .pmo-pic .pmop-edit:hover{background:rgba(0,0,0,.8)}.wpdt-c #profile-main .pmo-pic .pmop-edit i{font-size:18px;vertical-align:middle;margin-top:-3px}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic .pmop-edit{width:100%;opacity:0;filter:alpha(opacity=0)}.wpdt-c #profile-main .pmo-pic .pmop-edit i{margin-right:4px}}.wpdt-c #profile-main .pmo-pic:hover .pmop-edit{opacity:1;filter:alpha(opacity=100)}.wpdt-c #profile-main .pmo-pic .pmop-message{position:absolute;bottom:27px;left:50%;margin-left:-25px}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu{padding:5px 0 55px;left:-90px;width:228px;height:150px;top:-74px;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu textarea{width:100%;height:95px;border:0;resize:none;padding:10px 19px}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu button{bottom:5px;left:88px}.wpdt-c #profile-main .pmb-block{margin-bottom:20px}@media (min-width:1200px){.wpdt-c #profile-main .pmb-block{padding:40px 42px 0}}@media (max-width:1199px){.wpdt-c #profile-main .pmb-block{padding:30px 20px 0}}.wpdt-c #profile-main .pmb-block:last-child{margin-bottom:50px}.wpdt-c #profile-main .pmb-block .pmbb-header{margin-bottom:25px;position:relative}.wpdt-c #profile-main .pmb-block .pmbb-header .actions{position:absolute;top:-2px;right:0}.wpdt-c #profile-main .pmb-block .pmbb-header h2{margin:0;font-weight:100;font-size:20px}.wpdt-c #profile-main .pmb-block .pmbb-edit{position:relative;z-index:1;display:none}.wpdt-c #profile-main .pmb-block .pmbb-edit,.wpdt-c #profile-main .pmb-block .pmbb-view{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wpdt-c #profile-main .pmb-block.toggled .pmbb-edit{display:block}.wpdt-c #profile-main .pmb-block.toggled .pmbb-view{display:none}.wpdt-c #profile-main .pmo-block{padding:25px}.wpdt-c #profile-main .pmo-block>h2{font-size:16px;margin:0 0 15px}.wpdt-c #profile-main .pmo-items .pmob-body{padding:0 10px}.wpdt-c #profile-main .pmo-items a{display:block;padding:4px}.wpdt-c #profile-main .pmo-items a img{width:100%}.wpdt-c .pmo-contact ul{list-style:none;margin:0;padding:0}.wpdt-c .pmo-contact ul li{position:relative;padding:8px 0 8px 35px}.wpdt-c .pmo-contact ul li i{font-size:18px;vertical-align:top;line-height:100%;position:absolute;left:0;width:18px;text-align:center}.wpdt-c .pmo-map{margin:20px -21px -18px;display:block}.wpdt-c .pmo-map img{width:100%}@media (max-width:767px){.c-timeline{background:#edecec;box-shadow:none}.c-timeline .tab-nav{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15)}}.wpdt-c .timeline{position:relative}@media (min-width:768px){.wpdt-c .timeline{padding:50px;padding-left:100px}}@media (max-width:767px){.wpdt-c .timeline{margin-top:30px}}.wpdt-c .t-view{border:1px solid #eee;position:relative;margin-bottom:35px}@media (max-width:767px){.wpdt-c .t-view{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15)}}.wpdt-c .t-view .tv-header{padding:16px 18px;border-bottom:1px solid #eee;background:#F9F9F9}.wpdt-c .t-view .tv-header .actions{position:absolute;top:5px;right:10px}.wpdt-c .t-view .tv-body{padding:23px 25px}.wpdt-c .t-view .tv-body .tvb-lightbox{margin:0 -8px 15px}.wpdt-c .t-view .tv-body .tvb-lightbox [data-src]{padding:0 5px;margin-bottom:5px}.wpdt-c .t-view .tvh-user{display:block}.wpdt-c .t-view .tvh-user img{width:46px;height:46px;border-radius:50%}.wpdt-c .tab-nav.settings{box-shadow:none}.wpdt-c .tab-nav.settings>li{float:none;display:block}.wpdt-c .bootstrap-select.btn-group .dropdown-menu li{display:block;margin:0}.wpdt-c .card .card-header.wdt-admin-card-header h2 span{font-size:16px}.wpdt-c .card .card-header h2 small{font-family:Inter;font-size:11px;margin-top:2px;color:#8796AF}.wpdt-c .checkbox .input-helper:after{font-size:14px}#series-settings-container div.chart-series-block:first-child .chart-show-yaxis{display:none}#series-settings-container div.chart-series-block{background:#FFF;box-shadow:0 2px 5px rgba(23,43,77,.1),0 0 1px rgba(23,43,77,.32);border-radius:3px;padding-bottom:10px;margin-bottom:20px}#series-settings-container div.chart-series-block h4.title{margin:0!important;padding:15px;background-color:#F8F8FA}#series-settings-container div.chart-series-block .chart-series-label,#series-settings-container div.chart-series-block .chart-series-color,#series-settings-container div.chart-series-block .chart-series-type,#series-settings-container div.chart-series-block .chart-show-yaxis{padding:0 20px!important}#series-settings-container div.chart-series-block .chart-series-label{padding-top:10px!important}.wdt-include-bootstrap-block,.wdt-include-bootstrap-back-end-block{margin-bottom:25px}.wpdt-c .wdt-datetimepicker-modal .datepicker{width:100%!important}.wpdt-c .wdt-datetimepicker-modal>ul li{margin:0}.wpdt-c .media-modal *{box-sizing:content-box}.wpdt-c .wdt-lite-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.wpdt-c .noUi-handle.noUi-handle-upper{right:0!important;left:100%!important;background-color:#0083c2!important}.wpdt-c .noUi-handle.noUi-handle-lower{right:0!important;left:100%!important;background-color:#0083c2!important}.wpdt-c .noUi-horizontal{margin-top:20px!important;margin-right:15px!important}.wpdt-c .noUi-connect{background:#0277bd!important}.wpdt-c #wdt-checkbox-filter-reset,.wpdt-c #wdt-checkbox-filter-close{position:relative}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}#wdt-frontend-modal .wdt_checkbox_option label,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option label{padding-left:0}#wdt-frontend-modal .wdt_checkbox_option span.wdt-checkbox-label,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option span.wdt-checkbox-label{vertical-align:text-bottom;margin-bottom:2px}#wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"],#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"]{background:#FFF;width:16px;height:16px;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0 10px 0 0!important;box-shadow:none;outline:none!important;vertical-align:baseline;opacity:1!important;position:relative}#wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"]:checked:before,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"]:checked:before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:11px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px;opacity:1}.wpdt-c .wpdt-custom-center-flex{display:flex;justify-content:center}.wpDataTables .dataTables_length select.selectpicker{display:inline-block!important;width:inherit;padding:3px 24px 3px 8px!important;border-radius:4px;border:solid 1px #dcdfe6;outline:none!important}#datatables_buttons_info{width:264px;position:fixed;top:50%;left:50%;height:52px;border:2px solid #37393d;border-radius:26px;box-shadow:0 18px 18px 0 rgba(10,31,68,.12),0 0 1px 0 rgba(10,31,68,.1);background-color:#37393d;margin-top:0;margin-left:0;line-height:normal;text-align:center;z-index:9999}#datatables_buttons_info:before,#datatables_buttons_info:after{display:none}#datatables_buttons_info h2{font-family:GraphikWeb;font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:#fff;padding:0;margin:2px auto 0;border-bottom:1px solid #37393d;background-color:transparent}#datatables_buttons_info>div{display:block;padding:5px 0 0 0;color:#FFF;font-size:12px}
|
|
|
1 |
/*!
|
2 |
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
3 |
* Copyright 2011-2015 Twitter, Inc.
|
7 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
8 |
@font-face{font-family:'wpDataTablesIcons'!important;src:url(../../fonts/wpDataTablesIcons.eot);src:url(../../fonts/wpDataTablesIcons.eot?#iefix) format('embedded-opentype'),url(../../fonts/wpDataTablesIcons.woff) format('woff'),url(../../fonts/wpDataTablesIcons.ttf) format('truetype'),url(../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons) format('svg')}.wpdt-c article,.wpdt-c aside,.wpdt-c details,.wpdt-c figcaption,.wpdt-c figure,.wpdt-c footer,.wpdt-c header,.wpdt-c hgroup,.wpdt-c main,.wpdt-c menu,.wpdt-c nav,.wpdt-c section,.wpdt-c summary{display:block}.wpdt-c audio,.wpdt-c canvas,.wpdt-c progress,.wpdt-c video{display:inline-block;vertical-align:baseline}.wpdt-c audio:not([controls]){display:none;height:0}.wpdt-c [hidden],.wpdt-c template{display:none}.wpdt-c a{background-color:transparent}.wpdt-c a:active,.wpdt-c a:hover{outline:0}.wpdt-c abbr[title]{border-bottom:1px dotted}.wpdt-c b,.wpdt-c strong{font-weight:700}.wpdt-c dfn{font-style:italic}.wpdt-c h1{font-size:2em;margin:.67em 0}.wpdt-c mark{background:#ff0;color:#000}.wpdt-c small{font-size:80%}.wpdt-c sub,.wpdt-c sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wpdt-c sup{top:-.5em}.wpdt-c sub{bottom:-.25em}.wpdt-c img{border:0}.wpdt-c svg:not(:root){overflow:hidden}.wpdt-c figure{margin:1em 40px}.wpdt-c hr{box-sizing:content-box;height:0}.wpdt-c pre{overflow:auto}.wpdt-c code,.wpdt-c kbd,.wpdt-c samp{font-family:monospace,monospace;font-size:1em}.wpdt-c button,.wpdt-c input,.wpdt-c optgroup,.wpdt-c select,.wpdt-c textarea{color:inherit;font:inherit;margin:0}.wpdt-c button{overflow:visible}.wpdt-c button,.wpdt-c select{text-transform:none}.wpdt-c button,.wpdt-c html input[type="button"],.wpdt-c input[type="reset"],.wpdt-c input[type="submit"]{-webkit-appearance:button;cursor:pointer}.wpdt-c button[disabled],.wpdt-c html input[disabled]{cursor:default}.wpdt-c button::-moz-focus-inner,.wpdt-c input::-moz-focus-inner{border:0;padding:0}.wpdt-c input{line-height:normal}.wpdt-c input[type="checkbox"],.wpdt-c input[type="radio"]{box-sizing:border-box;padding:0}.wpdt-c input[type="number"]::-webkit-inner-spin-button,.wpdt-c input[type="number"]::-webkit-outer-spin-button{height:auto}.wpdt-c input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}.wpdt-c input[type="search"]::-webkit-search-cancel-button,.wpdt-c input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.wpdt-c fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.wpdt-c legend{border:0;padding:0}.wpdt-c textarea{overflow:auto}.wpdt-c optgroup{font-weight:700}.wpdt-c table{border-collapse:collapse;border-spacing:0}
|
9 |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
10 |
+
@media print{*,.wpdt-c *:before,.wpdt-c *:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.wpdt-c a,.wpdt-c a:visited{text-decoration:underline}.wpdt-c a[href]:after{content:" (" attr(href) ")"}.wpdt-c abbr[title]:after{content:" (" attr(title) ")"}.wpdt-c a[href^="#"]:after,.wpdt-c a[href^="javascript:"]:after{content:""}.wpdt-c pre,.wpdt-c blockquote{border:1px solid #999;page-break-inside:avoid}.wpdt-c thead{display:table-header-group}.wpdt-c tr,.wpdt-c img{page-break-inside:avoid}.wpdt-c img{max-width:100%!important}.wpdt-c p,.wpdt-c h2,.wpdt-c h3{orphans:3;widows:3}.wpdt-c h2,.wpdt-c h3{page-break-after:avoid}.wpdt-c .navbar{display:none}.wpdt-c .btn>.caret,.wpdt-c .dropup>.btn>.caret{border-top-color:#000!important}.wpdt-c .label{border:1px solid #000}.wpdt-c .table{border-collapse:collapse!important}.wpdt-c .table td,.wpdt-c .table th{background-color:#fff!important}.wpdt-c .table-bordered th,.wpdt-c .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../fonts/glyphicons/glyphicons-halflings-regular.eot);src:url('../../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url(../../fonts/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'),url(../../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'),url(../../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'),url('../../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.wpdt-c .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}.wpdt-c .glyphicon-asterisk:before{content:"\002a"}.wpdt-c .glyphicon-plus:before{content:"\002b"}.wpdt-c .glyphicon-euro:before,.wpdt-c .glyphicon-eur:before{content:"\20ac"}.wpdt-c .glyphicon-minus:before{content:"\2212"}.wpdt-c .glyphicon-cloud:before{content:"\2601"}.wpdt-c .glyphicon-envelope:before{content:"\2709"}.wpdt-c .glyphicon-pencil:before{content:"\270f"}.wpdt-c .glyphicon-glass:before{content:"\e001"}.wpdt-c .glyphicon-music:before{content:"\e002"}.wpdt-c .glyphicon-search:before{content:"\e003"}.wpdt-c .glyphicon-heart:before{content:"\e005"}.wpdt-c .glyphicon-star:before{content:"\e006"}.wpdt-c .glyphicon-star-empty:before{content:"\e007"}.wpdt-c .glyphicon-user:before{content:"\e008"}.wpdt-c .glyphicon-film:before{content:"\e009"}.wpdt-c .glyphicon-th-large:before{content:"\e010"}.wpdt-c .glyphicon-th:before{content:"\e011"}.wpdt-c .glyphicon-th-list:before{content:"\e012"}.wpdt-c .glyphicon-ok:before{content:"\e013"}.wpdt-c .glyphicon-remove:before{content:"\e014"}.wpdt-c .glyphicon-zoom-in:before{content:"\e015"}.wpdt-c .glyphicon-zoom-out:before{content:"\e016"}.wpdt-c .glyphicon-off:before{content:"\e017"}.wpdt-c .glyphicon-signal:before{content:"\e018"}.wpdt-c .glyphicon-cog:before{content:"\e019"}.wpdt-c .glyphicon-trash:before{content:"\e020"}.wpdt-c .glyphicon-home:before{content:"\e021"}.wpdt-c .glyphicon-file:before{content:"\e022"}.wpdt-c .glyphicon-time:before{content:"\e023"}.wpdt-c .glyphicon-road:before{content:"\e024"}.wpdt-c .glyphicon-download-alt:before{content:"\e025"}.wpdt-c .glyphicon-download:before{content:"\e026"}.wpdt-c .glyphicon-upload:before{content:"\e027"}.wpdt-c .glyphicon-inbox:before{content:"\e028"}.wpdt-c .glyphicon-play-circle:before{content:"\e029"}.wpdt-c .glyphicon-repeat:before{content:"\e030"}.wpdt-c .glyphicon-refresh:before{content:"\e031"}.wpdt-c .glyphicon-list-alt:before{content:"\e032"}.wpdt-c .glyphicon-lock:before{content:"\e033"}.wpdt-c .glyphicon-flag:before{content:"\e034"}.wpdt-c .glyphicon-headphones:before{content:"\e035"}.wpdt-c .glyphicon-volume-off:before{content:"\e036"}.wpdt-c .glyphicon-volume-down:before{content:"\e037"}.wpdt-c .glyphicon-volume-up:before{content:"\e038"}.wpdt-c .glyphicon-qrcode:before{content:"\e039"}.wpdt-c .glyphicon-barcode:before{content:"\e040"}.wpdt-c .glyphicon-tag:before{content:"\e041"}.wpdt-c .glyphicon-tags:before{content:"\e042"}.wpdt-c .glyphicon-book:before{content:"\e043"}.wpdt-c .glyphicon-bookmark:before{content:"\e044"}.wpdt-c .glyphicon-print:before{content:"\e045"}.wpdt-c .glyphicon-camera:before{content:"\e046"}.wpdt-c .glyphicon-font:before{content:"\e047"}.wpdt-c .glyphicon-bold:before{content:"\e048"}.wpdt-c .glyphicon-italic:before{content:"\e049"}.wpdt-c .glyphicon-text-height:before{content:"\e050"}.wpdt-c .glyphicon-text-width:before{content:"\e051"}.wpdt-c .glyphicon-align-left:before{content:"\e052"}.wpdt-c .glyphicon-align-center:before{content:"\e053"}.wpdt-c .glyphicon-align-right:before{content:"\e054"}.wpdt-c .glyphicon-align-justify:before{content:"\e055"}.wpdt-c .glyphicon-list:before{content:"\e056"}.wpdt-c .glyphicon-indent-left:before{content:"\e057"}.wpdt-c .glyphicon-indent-right:before{content:"\e058"}.wpdt-c .glyphicon-facetime-video:before{content:"\e059"}.wpdt-c .glyphicon-picture:before{content:"\e060"}.wpdt-c .glyphicon-map-marker:before{content:"\e062"}.wpdt-c .glyphicon-adjust:before{content:"\e063"}.wpdt-c .glyphicon-tint:before{content:"\e064"}.wpdt-c .glyphicon-edit:before{content:"\e065"}.wpdt-c .glyphicon-share:before{content:"\e066"}.wpdt-c .glyphicon-check:before{content:"\e067"}.wpdt-c .glyphicon-move:before{content:"\e068"}.wpdt-c .glyphicon-step-backward:before{content:"\e069"}.wpdt-c .glyphicon-fast-backward:before{content:"\e070"}.wpdt-c .glyphicon-backward:before{content:"\e071"}.wpdt-c .glyphicon-play:before{content:"\e072"}.wpdt-c .glyphicon-pause:before{content:"\e073"}.wpdt-c .glyphicon-stop:before{content:"\e074"}.wpdt-c .glyphicon-forward:before{content:"\e075"}.wpdt-c .glyphicon-fast-forward:before{content:"\e076"}.wpdt-c .glyphicon-step-forward:before{content:"\e077"}.wpdt-c .glyphicon-eject:before{content:"\e078"}.wpdt-c .glyphicon-chevron-left:before{content:"\e079"}.wpdt-c .glyphicon-chevron-right:before{content:"\e080"}.wpdt-c .glyphicon-plus-sign:before{content:"\e081"}.wpdt-c .glyphicon-minus-sign:before{content:"\e082"}.wpdt-c .glyphicon-remove-sign:before{content:"\e083"}.wpdt-c .glyphicon-ok-sign:before{content:"\e084"}.wpdt-c .glyphicon-question-sign:before{content:"\e085"}.wpdt-c .glyphicon-info-sign:before{content:"\e086"}.wpdt-c .glyphicon-screenshot:before{content:"\e087"}.wpdt-c .glyphicon-remove-circle:before{content:"\e088"}.wpdt-c .glyphicon-ok-circle:before{content:"\e089"}.wpdt-c .glyphicon-ban-circle:before{content:"\e090"}.wpdt-c .glyphicon-arrow-left:before{content:"\e091"}.wpdt-c .glyphicon-arrow-right:before{content:"\e092"}.wpdt-c .glyphicon-arrow-up:before{content:"\e093"}.wpdt-c .glyphicon-arrow-down:before{content:"\e094"}.wpdt-c .glyphicon-share-alt:before{content:"\e095"}.wpdt-c .glyphicon-resize-full:before{content:"\e096"}.wpdt-c .glyphicon-resize-small:before{content:"\e097"}.wpdt-c .glyphicon-exclamation-sign:before{content:"\e101"}.wpdt-c .glyphicon-gift:before{content:"\e102"}.wpdt-c .glyphicon-leaf:before{content:"\e103"}.wpdt-c .glyphicon-fire:before{content:"\e104"}.wpdt-c .glyphicon-eye-open:before{content:"\e105"}.wpdt-c .glyphicon-eye-close:before{content:"\e106"}.wpdt-c .glyphicon-warning-sign:before{content:"\e107"}.wpdt-c .glyphicon-plane:before{content:"\e108"}.wpdt-c .glyphicon-calendar:before{content:"\e109"}.wpdt-c .glyphicon-random:before{content:"\e110"}.wpdt-c .glyphicon-comment:before{content:"\e111"}.wpdt-c .glyphicon-magnet:before{content:"\e112"}.wpdt-c .glyphicon-chevron-up:before{content:"\e113"}.wpdt-c .glyphicon-chevron-down:before{content:"\e114"}.wpdt-c .glyphicon-retweet:before{content:"\e115"}.wpdt-c .glyphicon-shopping-cart:before{content:"\e116"}.wpdt-c .glyphicon-folder-close:before{content:"\e117"}.wpdt-c .glyphicon-folder-open:before{content:"\e118"}.wpdt-c .glyphicon-resize-vertical:before{content:"\e119"}.wpdt-c .glyphicon-resize-horizontal:before{content:"\e120"}.wpdt-c .glyphicon-hdd:before{content:"\e121"}.wpdt-c .glyphicon-bullhorn:before{content:"\e122"}.wpdt-c .glyphicon-bell:before{content:"\e123"}.wpdt-c .glyphicon-certificate:before{content:"\e124"}.wpdt-c .glyphicon-thumbs-up:before{content:"\e125"}.wpdt-c .glyphicon-thumbs-down:before{content:"\e126"}.wpdt-c .glyphicon-hand-right:before{content:"\e127"}.wpdt-c .glyphicon-hand-left:before{content:"\e128"}.wpdt-c .glyphicon-hand-up:before{content:"\e129"}.wpdt-c .glyphicon-hand-down:before{content:"\e130"}.wpdt-c .glyphicon-circle-arrow-right:before{content:"\e131"}.wpdt-c .glyphicon-circle-arrow-left:before{content:"\e132"}.wpdt-c .glyphicon-circle-arrow-up:before{content:"\e133"}.wpdt-c .glyphicon-circle-arrow-down:before{content:"\e134"}.wpdt-c .glyphicon-globe:before{content:"\e135"}.wpdt-c .glyphicon-wrench:before{content:"\e136"}.wpdt-c .glyphicon-tasks:before{content:"\e137"}.wpdt-c .glyphicon-filter:before{content:"\e138"}.wpdt-c .glyphicon-briefcase:before{content:"\e139"}.wpdt-c .glyphicon-fullscreen:before{content:"\e140"}.wpdt-c .glyphicon-dashboard:before{content:"\e141"}.wpdt-c .glyphicon-paperclip:before{content:"\e142"}.wpdt-c .glyphicon-heart-empty:before{content:"\e143"}.wpdt-c .glyphicon-link:before{content:"\e144"}.wpdt-c .glyphicon-phone:before{content:"\e145"}.wpdt-c .glyphicon-pushpin:before{content:"\e146"}.wpdt-c .glyphicon-usd:before{content:"\e148"}.wpdt-c .glyphicon-gbp:before{content:"\e149"}.wpdt-c .glyphicon-sort:before{content:"\e150"}.wpdt-c .glyphicon-sort-by-alphabet:before{content:"\e151"}.wpdt-c .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.wpdt-c .glyphicon-sort-by-order:before{content:"\e153"}.wpdt-c .glyphicon-sort-by-order-alt:before{content:"\e154"}.wpdt-c .glyphicon-sort-by-attributes:before{content:"\e155"}.wpdt-c .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.wpdt-c .glyphicon-unchecked:before{content:"\e157"}.wpdt-c .glyphicon-expand:before{content:"\e158"}.wpdt-c .glyphicon-collapse-down:before{content:"\e159"}.wpdt-c .glyphicon-collapse-up:before{content:"\e160"}.wpdt-c .glyphicon-log-in:before{content:"\e161"}.wpdt-c .glyphicon-flash:before{content:"\e162"}.wpdt-c .glyphicon-log-out:before{content:"\e163"}.wpdt-c .glyphicon-new-window:before{content:"\e164"}.wpdt-c .glyphicon-record:before{content:"\e165"}.wpdt-c .glyphicon-save:before{content:"\e166"}.wpdt-c .glyphicon-open:before{content:"\e167"}.wpdt-c .glyphicon-saved:before{content:"\e168"}.wpdt-c .glyphicon-import:before{content:"\e169"}.wpdt-c .glyphicon-export:before{content:"\e170"}.wpdt-c .glyphicon-send:before{content:"\e171"}.wpdt-c .glyphicon-floppy-disk:before{content:"\e172"}.wpdt-c .glyphicon-floppy-saved:before{content:"\e173"}.wpdt-c .glyphicon-floppy-remove:before{content:"\e174"}.wpdt-c .glyphicon-floppy-save:before{content:"\e175"}.wpdt-c .glyphicon-floppy-open:before{content:"\e176"}.wpdt-c .glyphicon-credit-card:before{content:"\e177"}.wpdt-c .glyphicon-transfer:before{content:"\e178"}.wpdt-c .glyphicon-cutlery:before{content:"\e179"}.wpdt-c .glyphicon-header:before{content:"\e180"}.wpdt-c .glyphicon-compressed:before{content:"\e181"}.wpdt-c .glyphicon-earphone:before{content:"\e182"}.wpdt-c .glyphicon-phone-alt:before{content:"\e183"}.wpdt-c .glyphicon-tower:before{content:"\e184"}.wpdt-c .glyphicon-stats:before{content:"\e185"}.wpdt-c .glyphicon-sd-video:before{content:"\e186"}.wpdt-c .glyphicon-hd-video:before{content:"\e187"}.wpdt-c .glyphicon-subtitles:before{content:"\e188"}.wpdt-c .glyphicon-sound-stereo:before{content:"\e189"}.wpdt-c .glyphicon-sound-dolby:before{content:"\e190"}.wpdt-c .glyphicon-sound-5-1:before{content:"\e191"}.wpdt-c .glyphicon-sound-6-1:before{content:"\e192"}.wpdt-c .glyphicon-sound-7-1:before{content:"\e193"}.wpdt-c .glyphicon-copyright-mark:before{content:"\e194"}.wpdt-c .glyphicon-registration-mark:before{content:"\e195"}.wpdt-c .glyphicon-cloud-download:before{content:"\e197"}.wpdt-c .glyphicon-cloud-upload:before{content:"\e198"}.wpdt-c .glyphicon-tree-conifer:before{content:"\e199"}.wpdt-c .glyphicon-tree-deciduous:before{content:"\e200"}.wpdt-c .glyphicon-cd:before{content:"\e201"}.wpdt-c .glyphicon-save-file:before{content:"\e202"}.wpdt-c .glyphicon-open-file:before{content:"\e203"}.wpdt-c .glyphicon-level-up:before{content:"\e204"}.wpdt-c .glyphicon-copy:before{content:"\e205"}.wpdt-c .glyphicon-paste:before{content:"\e206"}.wpdt-c .glyphicon-alert:before{content:"\e209"}.wpdt-c .glyphicon-equalizer:before{content:"\e210"}.wpdt-c .glyphicon-king:before{content:"\e211"}.wpdt-c .glyphicon-queen:before{content:"\e212"}.wpdt-c .glyphicon-pawn:before{content:"\e213"}.wpdt-c .glyphicon-bishop:before{content:"\e214"}.wpdt-c .glyphicon-knight:before{content:"\e215"}.wpdt-c .glyphicon-baby-formula:before{content:"\e216"}.wpdt-c .glyphicon-tent:before{content:"\26fa"}.wpdt-c .glyphicon-blackboard:before{content:"\e218"}.wpdt-c .glyphicon-bed:before{content:"\e219"}.wpdt-c .glyphicon-apple:before{content:"\f8ff"}.wpdt-c .glyphicon-erase:before{content:"\e221"}.wpdt-c .glyphicon-hourglass:before{content:"\231b"}.wpdt-c .glyphicon-lamp:before{content:"\e223"}.wpdt-c .glyphicon-duplicate:before{content:"\e224"}.wpdt-c .glyphicon-piggy-bank:before{content:"\e225"}.wpdt-c .glyphicon-scissors:before{content:"\e226"}.wpdt-c .glyphicon-bitcoin:before{content:"\e227"}.wpdt-c .glyphicon-btc:before{content:"\e227"}.wpdt-c .glyphicon-xbt:before{content:"\e227"}.wpdt-c .glyphicon-yen:before{content:"\00a5"}.wpdt-c .glyphicon-jpy:before{content:"\00a5"}.wpdt-c .glyphicon-ruble:before{content:"\20bd"}.wpdt-c .glyphicon-rub:before{content:"\20bd"}.wpdt-c .glyphicon-scale:before{content:"\e230"}.wpdt-c .glyphicon-ice-lolly:before{content:"\e231"}.wpdt-c .glyphicon-ice-lolly-tasted:before{content:"\e232"}.wpdt-c .glyphicon-education:before{content:"\e233"}.wpdt-c .glyphicon-option-horizontal:before{content:"\e234"}.wpdt-c .glyphicon-option-vertical:before{content:"\e235"}.wpdt-c .glyphicon-menu-hamburger:before{content:"\e236"}.wpdt-c .glyphicon-modal-window:before{content:"\e237"}.wpdt-c .glyphicon-oil:before{content:"\e238"}.wpdt-c .glyphicon-grain:before{content:"\e239"}.wpdt-c .glyphicon-sunglasses:before{content:"\e240"}.wpdt-c .glyphicon-text-size:before{content:"\e241"}.wpdt-c .glyphicon-text-color:before{content:"\e242"}.wpdt-c .glyphicon-text-background:before{content:"\e243"}.wpdt-c .glyphicon-object-align-top:before{content:"\e244"}.wpdt-c .glyphicon-object-align-bottom:before{content:"\e245"}.wpdt-c .glyphicon-object-align-horizontal:before{content:"\e246"}.wpdt-c .glyphicon-object-align-left:before{content:"\e247"}.wpdt-c .glyphicon-object-align-vertical:before{content:"\e248"}.wpdt-c .glyphicon-object-align-right:before{content:"\e249"}.wpdt-c .glyphicon-triangle-right:before{content:"\e250"}.wpdt-c .glyphicon-triangle-left:before{content:"\e251"}.wpdt-c .glyphicon-triangle-bottom:before{content:"\e252"}.wpdt-c .glyphicon-triangle-top:before{content:"\e253"}.wpdt-c .glyphicon-console:before{content:"\e254"}.wpdt-c .glyphicon-superscript:before{content:"\e255"}.wpdt-c .glyphicon-subscript:before{content:"\e256"}.wpdt-c .glyphicon-menu-left:before{content:"\e257"}.wpdt-c .glyphicon-menu-right:before{content:"\e258"}.wpdt-c .glyphicon-menu-down:before{content:"\e259"}.wpdt-c .glyphicon-menu-up:before{content:"\e260"}.wpdt-c *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c *:before,.wpdt-c *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.wpdt-c input,.wpdt-c button,.wpdt-c select,.wpdt-c textarea{font-family:inherit;font-size:inherit;line-height:inherit}.wpdt-c a{color:#2196F3;text-decoration:none;box-shadow:none}.wpdt-c a:hover,.wpdt-c a:focus{color:#0a6ebd;text-decoration:none}.wpdt-c figure{margin:0}.wpdt-c img{vertical-align:middle}.wpdt-c .img-responsive,.wpdt-c .thumbnail>img,.wpdt-c .thumbnail a>img,.wpdt-c .carousel-inner>.item>img,.wpdt-c .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.wpdt-c .img-rounded{border-radius:2px}.wpdt-c .img-thumbnail{padding:3px;line-height:1.42857143;background-color:#fff;border:1px solid #EDEDED;border-radius:2px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.wpdt-c .img-circle{border-radius:50%}.wpdt-c hr{margin-top:18px;margin-bottom:18px;border:0;border-top:1px solid #DFE1E6}.wpdt-c .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.wpdt-c .sr-only-focusable:active,.wpdt-c .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.wpdt-c h1,.wpdt-c h2,.wpdt-c h3,.wpdt-c h4,.wpdt-c h5,.wpdt-c h6,.wpdt-c .h1,.wpdt-c .h2,.wpdt-c .h3,.wpdt-c .h4,.wpdt-c .h5,.wpdt-c .h6{font-family:inherit;font-weight:500;line-height:1.1;color:#222}.wpdt-c h1 small,.wpdt-c h2 small,.wpdt-c h3 small,.wpdt-c h4 small,.wpdt-c h5 small,.wpdt-c h6 small,.wpdt-c .h1 small,.wpdt-c .h2 small,.wpdt-c .h3 small,.wpdt-c .h4 small,.wpdt-c .h5 small,.wpdt-c .h6 small,.wpdt-c h1 .small,.wpdt-c h2 .small,.wpdt-c h3 .small,.wpdt-c h4 .small,.wpdt-c h5 .small,.wpdt-c h6 .small,.wpdt-c .h1 .small,.wpdt-c .h2 .small,.wpdt-c .h3 .small,.wpdt-c .h4 .small,.wpdt-c .h5 .small,.wpdt-c .h6 .small{font-weight:400;line-height:1;color:#AEAEAE}.wpdt-c h1,.wpdt-c .h1,.wpdt-c h2,.wpdt-c .h2,.wpdt-c h3,.wpdt-c .h3{margin-top:18px;margin-bottom:9px}.wpdt-c h1 small,.wpdt-c .h1 small,.wpdt-c h2 small,.wpdt-c .h2 small,.wpdt-c h3 small,.wpdt-c .h3 small,.wpdt-c h1 .small,.wpdt-c .h1 .small,.wpdt-c h2 .small,.wpdt-c .h2 .small,.wpdt-c h3 .small,.wpdt-c .h3 .small{font-size:65%}.wpdt-c h4,.wpdt-c .h4,.wpdt-c h5,.wpdt-c .h5,.wpdt-c h6,.wpdt-c .h6{margin-top:9px;margin-bottom:9px}.wpdt-c h4 small,.wpdt-c .h4 small,.wpdt-c h5 small,.wpdt-c .h5 small,.wpdt-c h6 small,.wpdt-c .h6 small,.wpdt-c h4 .small,.wpdt-c .h4 .small,.wpdt-c h5 .small,.wpdt-c .h5 .small,.wpdt-c h6 .small,.wpdt-c .h6 .small{font-size:75%}.wpdt-c h1,.wpdt-c .h1{font-size:33px}.wpdt-c h2,.wpdt-c .h2{font-size:27px}.wpdt-c h3,.wpdt-c .h3{font-size:23px}.wpdt-c h4,.wpdt-c .h4{font-size:13px}.wpdt-c h5,.wpdt-c .h5{font-size:13px}.wpdt-c h6,.wpdt-c .h6{font-size:12px}.wpdt-c p{margin:0 0 9px}.wpdt-c .lead{margin-bottom:18px;font-size:14px;font-weight:300;line-height:1.4}@media (min-width:768px){.wpdt-c .lead{font-size:19.5px}}.wpdt-c small,.wpdt-c .small{font-size:92%}.wpdt-c mark,.wpdt-c .mark{background-color:#ffa829;padding:.2em}.wpdt-c .text-left{text-align:left}.wpdt-c .text-right{text-align:right}.wpdt-c .text-center{text-align:center}.wpdt-c .text-justify{text-align:justify}.wpdt-c .text-nowrap{white-space:nowrap}.wpdt-c .text-lowercase{text-transform:lowercase}.wpdt-c .text-uppercase{text-transform:uppercase}.wpdt-c .text-capitalize{text-transform:capitalize}.wpdt-c .text-muted{color:#777}.wpdt-c .text-primary{color:#2196F3}.wpdt-c a.text-primary:hover,.wpdt-c a.text-primary:focus{color:#0c7cd5}.wpdt-c .text-success{color:#67bd6a}.wpdt-c a.text-success:hover,.wpdt-c a.text-success:focus{color:#49a84d}.wpdt-c .text-info{color:#31708f}.wpdt-c a.text-info:hover,.wpdt-c a.text-info:focus{color:#245269}.wpdt-c .text-warning{color:#ffa829}.wpdt-c a.text-warning:hover,.wpdt-c a.text-warning:focus{color:#f59200}.wpdt-c .text-danger{color:#f6675d}.wpdt-c a.text-danger:hover,.wpdt-c a.text-danger:focus{color:#f33a2c}.wpdt-c .bg-primary{color:#fff;background-color:#2196F3}.wpdt-c a.bg-primary:hover,.wpdt-c a.bg-primary:focus{background-color:#0c7cd5}.wpdt-c .bg-success{background-color:#67bd6a}.wpdt-c a.bg-success:hover,.wpdt-c a.bg-success:focus{background-color:#49a84d}.wpdt-c .bg-info{background-color:#d9edf7}.wpdt-c a.bg-info:hover,.wpdt-c a.bg-info:focus{background-color:#afd9ee}.wpdt-c .bg-warning{background-color:#ffa829}.wpdt-c a.bg-warning:hover,.wpdt-c a.bg-warning:focus{background-color:#f59200}.wpdt-c .bg-danger{background-color:#f6675d}.wpdt-c a.bg-danger:hover,.wpdt-c a.bg-danger:focus{background-color:#f33a2c}.wpdt-c .page-header{padding-bottom:8px;margin:36px 0 18px;border-bottom:1px solid #eee}.wpdt-c ul,.wpdt-c ol{margin-top:0;margin-bottom:9px}.wpdt-c ul ul,.wpdt-c ol ul,.wpdt-c ul ol,.wpdt-c ol ol{margin-bottom:0}.wpdt-c .list-unstyled{padding-left:0;list-style:none}.wpdt-c .list-inline{padding-left:0;list-style:none;margin-left:-5px}.wpdt-c .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.wpdt-c dl{margin-top:0;margin-bottom:18px}.wpdt-c dt,.wpdt-c dd{line-height:1.42857143}.wpdt-c dt{font-weight:700}.wpdt-c dd{margin-left:0}@media (min-width:768px){.wpdt-c .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .dl-horizontal dd{margin-left:180px}}.wpdt-c abbr[title],.wpdt-c abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.wpdt-c .initialism{font-size:90%;text-transform:uppercase}.wpdt-c blockquote{padding:9px 18px;margin:0 0 18px;font-size:16.25px;border-left:5px solid #eee}.wpdt-c blockquote p:last-child,.wpdt-c blockquote ul:last-child,.wpdt-c blockquote ol:last-child{margin-bottom:0}.wpdt-c blockquote footer,.wpdt-c blockquote small,.wpdt-c blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.wpdt-c blockquote footer:before,.wpdt-c blockquote small:before,.wpdt-c blockquote .small:before{content:'\2014 \00A0'}.wpdt-c .blockquote-reverse,.wpdt-c blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.wpdt-c .blockquote-reverse footer:before,.wpdt-c blockquote.pull-right footer:before,.wpdt-c .blockquote-reverse small:before,.wpdt-c blockquote.pull-right small:before,.wpdt-c .blockquote-reverse .small:before,.wpdt-c blockquote.pull-right .small:before{content:''}.wpdt-c .blockquote-reverse footer:after,.wpdt-c blockquote.pull-right footer:after,.wpdt-c .blockquote-reverse small:after,.wpdt-c blockquote.pull-right small:after,.wpdt-c .blockquote-reverse .small:after,.wpdt-c blockquote.pull-right .small:after{content:'\00A0 \2014'}.wpdt-c address{margin-bottom:18px;font-style:normal;line-height:1.42857143}.wpdt-c code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:2px}.wpdt-c kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.wpdt-c kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}.wpdt-c pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.wpdt-c .pre-scrollable{max-height:340px;overflow-y:scroll}.wpdt-c .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.wpdt-c .container{width:100%;max-width:100%}}@media (min-width:992px){.wpdt-c .container{width:100%;max-width:100%}}@media (min-width:1200px){.wpdt-c .container{width:100%;max-width:100%}}.wpdt-c .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.wpdt-c .row{margin-left:-15px;margin-right:-15px}.wpdt-c .col-sm-0-8,.wpdt-c .col-xs-1,.wpdt-c .col-sm-1,.wpdt-c .col-md-1,.wpdt-c .col-lg-1,.wpdt-c .col-xs-2,.wpdt-c .col-sm-2,.wpdt-c .col-md-2,.wpdt-c .col-lg-2,.wpdt-c .col-sm-0-4,.wpdt-c .col-sm-2-6,.col-sm-5-3,.col-sm-5-5,.wpdt-c .col-xs-3,.wpdt-c .col-sm-3,.wpdt-c .col-md-3,.wpdt-c .col-lg-3,.wpdt-c .col-xs-4,.wpdt-c .col-sm-4,.wpdt-c .col-sm-1-0,.wpdt-c .col-sm-2-0,.wpdt-c .col-md-4,.wpdt-c .col-lg-4,.wpdt-c .col-xs-5,.wpdt-c .col-sm-5,.wpdt-c .col-md-5,.wpdt-c .col-lg-5,.wpdt-c .col-xs-6,.wpdt-c .col-sm-6,.wpdt-c .col-md-6,.wpdt-c .col-lg-6,.wpdt-c .col-xs-7,.wpdt-c .col-sm-7,.wpdt-c .col-md-7,.wpdt-c .col-lg-7,.wpdt-c .col-xs-8,.wpdt-c .col-sm-8,.wpdt-c .col-md-8,.wpdt-c .col-lg-8,.wpdt-c .col-xs-9,.wpdt-c .col-sm-9,.wpdt-c .col-md-9,.wpdt-c .col-lg-9,.wpdt-c .col-xs-10,.wpdt-c .col-sm-10,.wpdt-c .col-md-10,.wpdt-c .col-lg-10,.wpdt-c .col-xs-11,.wpdt-c .col-sm-11,.wpdt-c .col-md-11,.wpdt-c .col-lg-11,.wpdt-c .col-xs-12,.wpdt-c .col-sm-12,.wpdt-c .col-md-12,.wpdt-c .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.wpdt-c .col-xs-1,.wpdt-c .col-xs-2,.wpdt-c .col-xs-3,.wpdt-c .col-xs-4,.wpdt-c .col-xs-5,.wpdt-c .col-xs-6,.wpdt-c .col-xs-7,.wpdt-c .col-xs-8,.wpdt-c .col-xs-9,.wpdt-c .col-xs-10,.wpdt-c .col-xs-11,.wpdt-c .col-xs-12{float:left}.wpdt-c .col-xs-12{width:100%}.wpdt-c .col-xs-11{width:91.66666667%}.wpdt-c .col-xs-10{width:83.33333333%}.wpdt-c .col-xs-9{width:75%}.wpdt-c .col-xs-8{width:66.66666667%}.wpdt-c .col-xs-7{width:58.33333333%}.wpdt-c .col-xs-6{width:50%}.wpdt-c .col-xs-5{width:41.66666667%}.wpdt-c .col-xs-4{width:33.33333333%}.wpdt-c .col-xs-3{width:25%}.wpdt-c .col-xs-2{width:16.66666667%}.wpdt-c .col-xs-1{width:8.33333333%}.wpdt-c .col-xs-pull-12{right:100%}.wpdt-c .col-xs-pull-11{right:91.66666667%}.wpdt-c .col-xs-pull-10{right:83.33333333%}.wpdt-c .col-xs-pull-9{right:75%}.wpdt-c .col-xs-pull-8{right:66.66666667%}.wpdt-c .col-xs-pull-7{right:58.33333333%}.wpdt-c .col-xs-pull-6{right:50%}.wpdt-c .col-xs-pull-5{right:41.66666667%}.wpdt-c .col-xs-pull-4{right:33.33333333%}.wpdt-c .col-xs-pull-3{right:25%}.wpdt-c .col-xs-pull-2{right:16.66666667%}.wpdt-c .col-xs-pull-1{right:8.33333333%}.wpdt-c .col-xs-pull-0{right:auto}.wpdt-c .col-xs-push-12{left:100%}.wpdt-c .col-xs-push-11{left:91.66666667%}.wpdt-c .col-xs-push-10{left:83.33333333%}.wpdt-c .col-xs-push-9{left:75%}.wpdt-c .col-xs-push-8{left:66.66666667%}.wpdt-c .col-xs-push-7{left:58.33333333%}.wpdt-c .col-xs-push-6{left:50%}.wpdt-c .col-xs-push-5{left:41.66666667%}.wpdt-c .col-xs-push-4{left:33.33333333%}.wpdt-c .col-xs-push-3{left:25%}.wpdt-c .col-xs-push-2{left:16.66666667%}.wpdt-c .col-xs-push-1{left:8.33333333%}.wpdt-c .col-xs-push-0{left:auto}.wpdt-c .col-xs-offset-12{margin-left:100%}.wpdt-c .col-xs-offset-11{margin-left:91.66666667%}.wpdt-c .col-xs-offset-10{margin-left:83.33333333%}.wpdt-c .col-xs-offset-9{margin-left:75%}.wpdt-c .col-xs-offset-8{margin-left:66.66666667%}.wpdt-c .col-xs-offset-7{margin-left:58.33333333%}.wpdt-c .col-xs-offset-6{margin-left:50%}.wpdt-c .col-xs-offset-5{margin-left:41.66666667%}.wpdt-c .col-xs-offset-4{margin-left:33.33333333%}.wpdt-c .col-xs-offset-3{margin-left:25%}.wpdt-c .col-xs-offset-2{margin-left:16.66666667%}.wpdt-c .col-xs-offset-1{margin-left:8.33333333%}.wpdt-c .col-xs-offset-0{margin-left:0%}.wpdt-c .opacity-50{opacity:50%}.wpdt-c .opacity-6{opacity:.6}.wpdt-c .opacity-5{opacity:.5}@media (min-width:768px){.wpdt-c .col-sm-0-8,.wpdt-c .col-sm-0-1,.wpdt-c .col-sm-1,.wpdt-c .col-sm-2,.wpdt-c .col-sm-2-6,.wpdt-c .col-sm-3,.wpdt-c .col-sm-4,.wpdt-c .col-sm-5,.wpdt-c .col-sm-5-5,.wpdt-c .col-sm-5-3,.wpdt-c .col-sm-0-4,.wpdt-c .col-sm-1-0,.wpdt-c .col-sm-2-0,.wpdt-c .col-sm-6,.wpdt-c .col-sm-7,.wpdt-c .col-sm-8,.wpdt-c .col-sm-9,.wpdt-c .col-sm-10,.wpdt-c .col-sm-11,.wpdt-c .col-sm-12{float:left}.wpdt-c .col-sm-12{width:100%}.wpdt-c .col-sm-11{width:91.66666667%}.wpdt-c .col-sm-10{width:83.33333333%}.wpdt-c .col-sm-9{width:75%}.wpdt-c .col-sm-8{width:66.66666667%}.wpdt-c .col-sm-7{width:58.33333333%}.wpdt-c .col-sm-6{width:50%}.wpdt-c .col-sm-5-3{width:44%}.wpdt-c .col-sm-5-5{width:48%}.wpdt-c .col-sm-5{width:41.66666667%}.wpdt-c .col-sm-4{width:33.33333333%}.wpdt-c .col-sm-0-4{width:4%}.wpdt-c .col-sm-2-0{width:22.66666667%}.wpdt-c .col-sm-1-0{width:5.33333333%}.wpdt-c .wdt-addons .col-sm-3{margin-bottom:18px}.wpdt-c .col-sm-3{width:25%}.wpdt-c .col-sm-2-6{width:23.5%}.wpdt-c .col-sm-2{width:16.66666667%}.wpdt-c .col-sm-1{width:8.33333333%}.wpdt-c .col-sm-0-8{width:3%}.wpdt-c .col-sm-pull-12{right:100%}.wpdt-c .col-sm-pull-11{right:91.66666667%}.wpdt-c .col-sm-pull-10{right:83.33333333%}.wpdt-c .col-sm-pull-9{right:75%}.wpdt-c .col-sm-pull-8{right:66.66666667%}.wpdt-c .col-sm-pull-7{right:58.33333333%}.wpdt-c .col-sm-pull-6{right:50%}.wpdt-c .col-sm-pull-5{right:41.66666667%}.wpdt-c .col-sm-pull-4{right:33.33333333%}.wpdt-c .col-sm-pull-3{right:25%}.wpdt-c .col-sm-pull-2{right:16.66666667%}.wpdt-c .col-sm-pull-1{right:8.33333333%}.wpdt-c .col-sm-pull-0{right:auto}.wpdt-c .col-sm-push-12{left:100%}.wpdt-c .col-sm-push-11{left:91.66666667%}.wpdt-c .col-sm-push-10{left:83.33333333%}.wpdt-c .col-sm-push-9{left:75%}.wpdt-c .col-sm-push-8{left:66.66666667%}.wpdt-c .col-sm-push-7{left:58.33333333%}.wpdt-c .col-sm-push-6{left:50%}.wpdt-c .col-sm-push-5{left:41.66666667%}.wpdt-c .col-sm-push-4{left:33.33333333%}.wpdt-c .col-sm-push-3{left:25%}.wpdt-c .col-sm-push-2{left:16.66666667%}.wpdt-c .col-sm-push-1{left:8.33333333%}.wpdt-c .col-sm-push-0{left:auto}.wpdt-c .col-sm-offset-12{margin-left:100%}.wpdt-c .col-sm-offset-11{margin-left:91.66666667%}.wpdt-c .col-sm-offset-10{margin-left:83.33333333%}.wpdt-c .col-sm-offset-9{margin-left:75%}.wpdt-c .col-sm-offset-8{margin-left:66.66666667%}.wpdt-c .col-sm-offset-7{margin-left:58.33333333%}.wpdt-c .col-sm-offset-6{margin-left:50%}.wpdt-c .col-sm-offset-5{margin-left:41.66666667%}.wpdt-c .col-sm-offset-4{margin-left:33.33333333%}.wpdt-c .col-sm-offset-3{margin-left:25%}.wpdt-c .col-sm-offset-2{margin-left:16.66666667%}.wpdt-c .col-sm-offset-1{margin-left:8.33333333%}.wpdt-c .col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.wpdt-c .col-md-1,.wpdt-c .col-md-2,.wpdt-c .col-md-3,.wpdt-c .col-md-4,.wpdt-c .col-md-5,.wpdt-c .col-md-6,.wpdt-c .col-md-7,.wpdt-c .col-md-8,.wpdt-c .col-md-9,.wpdt-c .col-md-10,.wpdt-c .col-md-11,.wpdt-c .col-md-12{float:left}.wpdt-c .col-md-12{width:100%}.wpdt-c .col-md-11{width:91.66666667%}.wpdt-c .col-md-10{width:83.33333333%}.wpdt-c .col-md-9{width:75%}.wpdt-c .col-md-8{width:66.66666667%}.wpdt-c .col-md-7{width:58.33333333%}.wpdt-c .col-md-6{width:50%}.wpdt-c .col-md-5{width:41.66666667%}.wpdt-c .col-md-4{width:33.33333333%}.wpdt-c .col-md-3{width:25%}.wpdt-c .col-md-2{width:16.66666667%}.wpdt-c .col-md-1{width:8.33333333%}.wpdt-c .col-md-pull-12{right:100%}.wpdt-c .col-md-pull-11{right:91.66666667%}.wpdt-c .col-md-pull-10{right:83.33333333%}.wpdt-c .col-md-pull-9{right:75%}.wpdt-c .col-md-pull-8{right:66.66666667%}.wpdt-c .col-md-pull-7{right:58.33333333%}.wpdt-c .col-md-pull-6{right:50%}.wpdt-c .col-md-pull-5{right:41.66666667%}.wpdt-c .col-md-pull-4{right:33.33333333%}.wpdt-c .col-md-pull-3{right:25%}.wpdt-c .col-md-pull-2{right:16.66666667%}.wpdt-c .col-md-pull-1{right:8.33333333%}.wpdt-c .col-md-pull-0{right:auto}.wpdt-c .col-md-push-12{left:100%}.wpdt-c .col-md-push-11{left:91.66666667%}.wpdt-c .col-md-push-10{left:83.33333333%}.wpdt-c .col-md-push-9{left:75%}.wpdt-c .col-md-push-8{left:66.66666667%}.wpdt-c .col-md-push-7{left:58.33333333%}.wpdt-c .col-md-push-6{left:50%}.wpdt-c .col-md-push-5{left:41.66666667%}.wpdt-c .col-md-push-4{left:33.33333333%}.wpdt-c .col-md-push-3{left:25%}.wpdt-c .col-md-push-2{left:16.66666667%}.wpdt-c .col-md-push-1{left:8.33333333%}.wpdt-c .col-md-push-0{left:auto}.wpdt-c .col-md-offset-12{margin-left:100%}.wpdt-c .col-md-offset-11{margin-left:91.66666667%}.wpdt-c .col-md-offset-10{margin-left:83.33333333%}.wpdt-c .col-md-offset-9{margin-left:75%}.wpdt-c .col-md-offset-8{margin-left:66.66666667%}.wpdt-c .col-md-offset-7{margin-left:58.33333333%}.wpdt-c .col-md-offset-6{margin-left:50%}.wpdt-c .col-md-offset-5{margin-left:41.66666667%}.wpdt-c .col-md-offset-4{margin-left:33.33333333%}.wpdt-c .col-md-offset-3{margin-left:25%}.wpdt-c .col-md-offset-2{margin-left:16.66666667%}.wpdt-c .col-md-offset-1{margin-left:8.33333333%}.wpdt-c .col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.wpdt-c .col-lg-1,.wpdt-c .col-lg-2,.wpdt-c .col-lg-3,.wpdt-c .col-lg-4,.wpdt-c .col-lg-5,.wpdt-c .col-lg-6,.wpdt-c .col-lg-7,.wpdt-c .col-lg-8,.wpdt-c .col-lg-9,.wpdt-c .col-lg-10,.wpdt-c .col-lg-11,.wpdt-c .col-lg-12{float:left}.wpdt-c .col-lg-12{width:100%}.wpdt-c .col-lg-11{width:91.66666667%}.wpdt-c .col-lg-10{width:83.33333333%}.wpdt-c .col-lg-9{width:75%}.wpdt-c .col-lg-8{width:66.66666667%}.wpdt-c .col-lg-7{width:58.33333333%}.wpdt-c .col-lg-6{width:50%}.wpdt-c .col-lg-5{width:41.66666667%}.wpdt-c .col-lg-4{width:33.33333333%}.wpdt-c .col-lg-3{width:25%}.wpdt-c .col-lg-2{width:16.66666667%}.wpdt-c .col-lg-1{width:8.33333333%}.wpdt-c .col-lg-pull-12{right:100%}.wpdt-c .col-lg-pull-11{right:91.66666667%}.wpdt-c .col-lg-pull-10{right:83.33333333%}.wpdt-c .col-lg-pull-9{right:75%}.wpdt-c .col-lg-pull-8{right:66.66666667%}.wpdt-c .col-lg-pull-7{right:58.33333333%}.wpdt-c .col-lg-pull-6{right:50%}.wpdt-c .col-lg-pull-5{right:41.66666667%}.wpdt-c .col-lg-pull-4{right:33.33333333%}.wpdt-c .col-lg-pull-3{right:25%}.wpdt-c .col-lg-pull-2{right:16.66666667%}.wpdt-c .col-lg-pull-1{right:8.33333333%}.wpdt-c .col-lg-pull-0{right:auto}.wpdt-c .col-lg-push-12{left:100%}.wpdt-c .col-lg-push-11{left:91.66666667%}.wpdt-c .col-lg-push-10{left:83.33333333%}.wpdt-c .col-lg-push-9{left:75%}.wpdt-c .col-lg-push-8{left:66.66666667%}.wpdt-c .col-lg-push-7{left:58.33333333%}.wpdt-c .col-lg-push-6{left:50%}.wpdt-c .col-lg-push-5{left:41.66666667%}.wpdt-c .col-lg-push-4{left:33.33333333%}.wpdt-c .col-lg-push-3{left:25%}.wpdt-c .col-lg-push-2{left:16.66666667%}.wpdt-c .col-lg-push-1{left:8.33333333%}.wpdt-c .col-lg-push-0{left:auto}.wpdt-c .col-lg-offset-12{margin-left:100%}.wpdt-c .col-lg-offset-11{margin-left:91.66666667%}.wpdt-c .col-lg-offset-10{margin-left:83.33333333%}.wpdt-c .col-lg-offset-9{margin-left:75%}.wpdt-c .col-lg-offset-8{margin-left:66.66666667%}.wpdt-c .col-lg-offset-7{margin-left:58.33333333%}.wpdt-c .col-lg-offset-6{margin-left:50%}.wpdt-c .col-lg-offset-5{margin-left:41.66666667%}.wpdt-c .col-lg-offset-4{margin-left:33.33333333%}.wpdt-c .col-lg-offset-3{margin-left:25%}.wpdt-c .col-lg-offset-2{margin-left:16.66666667%}.wpdt-c .col-lg-offset-1{margin-left:8.33333333%}.wpdt-c .col-lg-offset-0{margin-left:0%}}.wpdt-c table{background-color:transparent}.wpdt-c caption{padding-top:15px;padding-bottom:15px;color:#777;text-align:left}.wpdt-c th{text-align:left}.wpdt-c .table{width:100%;max-width:100%;margin-bottom:18px}.wpdt-c .table>thead>tr>th,.wpdt-c .table>tbody>tr>th,.wpdt-c .table>tfoot>tr>th,.wpdt-c .table>thead>tr>td,.wpdt-c .table>tbody>tr>td,.wpdt-c .table>tfoot>tr>td{padding:15px;line-height:1.42857143;vertical-align:top;border-top:1px solid #F5F5F5}.wpdt-c .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #F5F5F5}.wpdt-c .table>caption+thead>tr:first-child>th,.wpdt-c .table>colgroup+thead>tr:first-child>th,.wpdt-c .table>thead:first-child>tr:first-child>th,.wpdt-c .table>caption+thead>tr:first-child>td,.wpdt-c .table>colgroup+thead>tr:first-child>td,.wpdt-c .table>thead:first-child>tr:first-child>td{border-top:0}.wpdt-c .table>tbody+tbody{border-top:2px solid #F5F5F5}.wpdt-c .table .table{background-color:#edecec}.wpdt-c .table-condensed>thead>tr>th,.wpdt-c .table-condensed>tbody>tr>th,.wpdt-c .table-condensed>tfoot>tr>th,.wpdt-c .table-condensed>thead>tr>td,.wpdt-c .table-condensed>tbody>tr>td,.wpdt-c .table-condensed>tfoot>tr>td{padding:10px}.wpdt-c .table-bordered{border:1px solid #F5F5F5}.wpdt-c .table-bordered>thead>tr>th,.wpdt-c .table-bordered>tbody>tr>th,.wpdt-c .table-bordered>tfoot>tr>th,.wpdt-c .table-bordered>thead>tr>td,.wpdt-c .table-bordered>tbody>tr>td,.wpdt-c .table-bordered>tfoot>tr>td{border:1px solid #F5F5F5}.wpdt-c .table-bordered>thead>tr>th,.wpdt-c .table-bordered>thead>tr>td{border-bottom-width:2px}.wpdt-c .table-striped>tbody>tr:nth-of-type(odd){background-color:#f4f4f4}.wpdt-c .table-hover>tbody>tr:hover{background-color:#f4f4f4}.wpdt-c table col[class*="col-"]{position:static;float:none;display:table-column}.wpdt-c table td[class*="col-"],.wpdt-c table th[class*="col-"]{position:static;float:none;display:table-cell}.wpdt-c .table>thead>tr>td.active,.wpdt-c .table>tbody>tr>td.active,.wpdt-c .table>tfoot>tr>td.active,.wpdt-c .table>thead>tr>th.active,.wpdt-c .table>tbody>tr>th.active,.wpdt-c .table>tfoot>tr>th.active,.wpdt-c .table>thead>tr.active>td,.wpdt-c .table>tbody>tr.active>td,.wpdt-c .table>tfoot>tr.active>td,.wpdt-c .table>thead>tr.active>th,.wpdt-c .table>tbody>tr.active>th,.wpdt-c .table>tfoot>tr.active>th{background-color:#FFFCBE}.wpdt-c .table-hover>tbody>tr>td.active:hover,.wpdt-c .table-hover>tbody>tr>th.active:hover,.wpdt-c .table-hover>tbody>tr.active:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.active,.wpdt-c .table-hover>tbody>tr.active:hover>th{background-color:#fffba4}.wpdt-c .table>thead>tr>td.success,.wpdt-c .table>tbody>tr>td.success,.wpdt-c .table>tfoot>tr>td.success,.wpdt-c .table>thead>tr>th.success,.wpdt-c .table>tbody>tr>th.success,.wpdt-c .table>tfoot>tr>th.success,.wpdt-c .table>thead>tr.success>td,.wpdt-c .table>tbody>tr.success>td,.wpdt-c .table>tfoot>tr.success>td,.wpdt-c .table>thead>tr.success>th,.wpdt-c .table>tbody>tr.success>th,.wpdt-c .table>tfoot>tr.success>th{background-color:#67bd6a}.wpdt-c .table-hover>tbody>tr>td.success:hover,.wpdt-c .table-hover>tbody>tr>th.success:hover,.wpdt-c .table-hover>tbody>tr.success:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.success,.wpdt-c .table-hover>tbody>tr.success:hover>th{background-color:#55b559}.wpdt-c .table>thead>tr>td.info,.wpdt-c .table>tbody>tr>td.info,.wpdt-c .table>tfoot>tr>td.info,.wpdt-c .table>thead>tr>th.info,.wpdt-c .table>tbody>tr>th.info,.wpdt-c .table>tfoot>tr>th.info,.wpdt-c .table>thead>tr.info>td,.wpdt-c .table>tbody>tr.info>td,.wpdt-c .table>tfoot>tr.info>td,.wpdt-c .table>thead>tr.info>th,.wpdt-c .table>tbody>tr.info>th,.wpdt-c .table>tfoot>tr.info>th{background-color:#d9edf7}.wpdt-c .table-hover>tbody>tr>td.info:hover,.wpdt-c .table-hover>tbody>tr>th.info:hover,.wpdt-c .table-hover>tbody>tr.info:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.info,.wpdt-c .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.wpdt-c .table>thead>tr>td.warning,.wpdt-c .table>tbody>tr>td.warning,.wpdt-c .table>tfoot>tr>td.warning,.wpdt-c .table>thead>tr>th.warning,.wpdt-c .table>tbody>tr>th.warning,.wpdt-c .table>tfoot>tr>th.warning,.wpdt-c .table>thead>tr.warning>td,.wpdt-c .table>tbody>tr.warning>td,.wpdt-c .table>tfoot>tr.warning>td,.wpdt-c .table>thead>tr.warning>th,.wpdt-c .table>tbody>tr.warning>th,.wpdt-c .table>tfoot>tr.warning>th{background-color:#ffa829}.wpdt-c .table-hover>tbody>tr>td.warning:hover,.wpdt-c .table-hover>tbody>tr>th.warning:hover,.wpdt-c .table-hover>tbody>tr.warning:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.warning,.wpdt-c .table-hover>tbody>tr.warning:hover>th{background-color:#ff9e0f}.wpdt-c .table>thead>tr>td.danger,.wpdt-c .table>tbody>tr>td.danger,.wpdt-c .table>tfoot>tr>td.danger,.wpdt-c .table>thead>tr>th.danger,.wpdt-c .table>tbody>tr>th.danger,.wpdt-c .table>tfoot>tr>th.danger,.wpdt-c .table>thead>tr.danger>td,.wpdt-c .table>tbody>tr.danger>td,.wpdt-c .table>tfoot>tr.danger>td,.wpdt-c .table>thead>tr.danger>th,.wpdt-c .table>tbody>tr.danger>th,.wpdt-c .table>tfoot>tr.danger>th{background-color:#f6675d}.wpdt-c .table-hover>tbody>tr>td.danger:hover,.wpdt-c .table-hover>tbody>tr>th.danger:hover,.wpdt-c .table-hover>tbody>tr.danger:hover>td,.wpdt-c .table-hover>tbody>tr:hover>.danger,.wpdt-c .table-hover>tbody>tr.danger:hover>th{background-color:#f55145}.wpdt-c .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.wpdt-c .table-responsive{width:100%;margin-bottom:13.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #F5F5F5}.wpdt-c .table-responsive>.table{margin-bottom:0}.wpdt-c .table-responsive>.table>thead>tr>th,.wpdt-c .table-responsive>.table>tbody>tr>th,.wpdt-c .table-responsive>.table>tfoot>tr>th,.wpdt-c .table-responsive>.table>thead>tr>td,.wpdt-c .table-responsive>.table>tbody>tr>td,.wpdt-c .table-responsive>.table>tfoot>tr>td{white-space:nowrap}.wpdt-c .table-responsive>.table-bordered{border:0}.wpdt-c .table-responsive>.table-bordered>thead>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .table-responsive>.table-bordered>thead>tr>td:first-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>td:first-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.wpdt-c .table-responsive>.table-bordered>thead>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .table-responsive>.table-bordered>thead>tr>td:last-child,.wpdt-c .table-responsive>.table-bordered>tbody>tr>td:last-child,.wpdt-c .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.wpdt-c .table-responsive>.table-bordered>tbody>tr:last-child>th,.wpdt-c .table-responsive>.table-bordered>tfoot>tr:last-child>th,.wpdt-c .table-responsive>.table-bordered>tbody>tr:last-child>td,.wpdt-c .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.wpdt-c fieldset{padding:0;margin:0;border:0;min-width:0}.wpdt-c legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.wpdt-c label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.wpdt-c label.disabled{cursor:not-allowed;color:#eeeeee!important}.wpdt-c input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpdt-c input[type="radio"],.wpdt-c input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.wpdt-c input[type="file"]{display:block}.wpdt-c input[type="range"]{display:block;width:100%}.wpdt-c select[multiple],.wpdt-c select[size]{height:auto}.wpdt-c input[type="file"]:focus,.wpdt-c input[type="radio"]:focus,.wpdt-c input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none!important}.wpdt-c output{display:block;padding-top:7px;font-size:13px;line-height:1.42857143;color:#000}.wpdt-c .form-control{display:block;width:100%;height:30px;padding:6px 12px;font-size:13px;line-height:1.42857143;color:#000;background-color:transparent;background-image:none;border:1px solid #e0e0e0;border-radius:0;-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;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.wpdt-c .form-control:focus{color:#000;border-color:#b4b4b4;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,180,180,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(180,180,180,.6)}.wpdt-c .form-control::-moz-placeholder{color:#999;opacity:1}.wpdt-c .form-control:-ms-input-placeholder{color:#999}.wpdt-c .form-control::-webkit-input-placeholder{color:#999}.wpdt-c .form-control::-ms-expand{border:0;background-color:transparent}.wpdt-c .form-control[disabled],.wpdt-c .form-control[readonly],.wpdt-c fieldset[disabled] .form-control{background-color:#eeeeee!important;opacity:1}.wpdt-c .form-control[disabled],.wpdt-c fieldset[disabled] .form-control{cursor:not-allowed}.wpdt-c textarea.form-control{height:auto}.wpdt-c input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.wpdt-c input[type="date"].form-control,.wpdt-c input[type="time"].form-control,.wpdt-c input[type="datetime-local"].form-control,.wpdt-c input[type="month"].form-control{line-height:35px}.wpdt-c input[type="date"].input-sm,.wpdt-c input[type="time"].input-sm,.wpdt-c input[type="datetime-local"].input-sm,.wpdt-c input[type="month"].input-sm,.wpdt-c .input-group-sm input[type="date"],.wpdt-c .input-group-sm input[type="time"],.wpdt-c .input-group-sm input[type="datetime-local"],.wpdt-c .input-group-sm input[type="month"]{line-height:30px}.wpdt-c input[type="date"].input-lg,.wpdt-c input[type="time"].input-lg,.wpdt-c input[type="datetime-local"].input-lg,.wpdt-c input[type="month"].input-lg,.wpdt-c .input-group-lg input[type="date"],.wpdt-c .input-group-lg input[type="time"],.wpdt-c .input-group-lg input[type="datetime-local"],.wpdt-c .input-group-lg input[type="month"]{line-height:40px}}.wpdt-c .form-group{margin-bottom:15px}.wpdt-c .radio,.wpdt-c .checkbox{position:relative;display:block;float:left;width:33%;margin-bottom:5px}.wpdt-c .radio label,.wpdt-c .checkbox label{min-height:18px;padding-left:20px;margin-bottom:5px;font-weight:400;cursor:pointer}.wpdt-c .radio input[type="radio"],.wpdt-c .radio-inline input[type="radio"],.wpdt-c .checkbox input[type="checkbox"],.wpdt-c .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px}.wpdt-c .radio-inline,.wpdt-c .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.wpdt-c .radio-inline+.radio-inline,.wpdt-c .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.wpdt-c input[type="radio"][disabled],.wpdt-c input[type="checkbox"][disabled],.wpdt-c input[type="radio"].disabled,.wpdt-c input[type="checkbox"].disabled,.wpdt-c fieldset[disabled] input[type="radio"],.wpdt-c fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.wpdt-c input[type="checkbox"][hidden]{opacity:0}.wpdt-c .radio-inline.disabled,.wpdt-c .checkbox-inline.disabled,.wpdt-c fieldset[disabled] .radio-inline,.wpdt-c fieldset[disabled] .checkbox-inline{cursor:not-allowed}.wpdt-c .radio.disabled label,.wpdt-c .checkbox.disabled label,.wpdt-c fieldset[disabled] .radio label,.wpdt-c fieldset[disabled] .checkbox label{cursor:not-allowed}.wpdt-c .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:31px}.wpdt-c .form-control-static.input-lg,.wpdt-c .form-control-static.input-sm{padding-left:0;padding-right:0}.wpdt-c .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c select.input-sm{height:30px;line-height:30px}.wpdt-c textarea.input-sm,.wpdt-c select[multiple].input-sm{height:auto}.wpdt-c .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .form-group-sm select.form-control{height:30px;line-height:30px}.wpdt-c .form-group-sm textarea.form-control,.wpdt-c .form-group-sm select[multiple].form-control{height:auto}.wpdt-c .form-group-sm .form-control-static{height:30px;min-height:30px;padding:6px 10px;font-size:12px;line-height:1.5}.wpdt-c .input-lg{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}.wpdt-c select.input-lg{height:40px;line-height:40px}.wpdt-c textarea.input-lg,.wpdt-c select[multiple].input-lg{height:auto}.wpdt-c .form-group-lg .form-control{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}.wpdt-c .form-group-lg select.form-control{height:40px;line-height:40px}.wpdt-c .form-group-lg textarea.form-control,.wpdt-c .form-group-lg select[multiple].form-control{height:auto}.wpdt-c .form-group-lg .form-control-static{height:40px;min-height:35px;padding:11px 16px;font-size:17px;line-height:1.3333333}.wpdt-c .has-feedback{position:relative}.wpdt-c .has-feedback .form-control{padding-right:43.75px}.wpdt-c .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:35px;height:35px;line-height:35px;text-align:center;pointer-events:none}.wpdt-c .input-lg+.form-control-feedback,.wpdt-c .input-group-lg+.form-control-feedback,.wpdt-c .form-group-lg .form-control+.form-control-feedback{width:40px;height:40px;line-height:40px}.wpdt-c .input-sm+.form-control-feedback,.wpdt-c .input-group-sm+.form-control-feedback,.wpdt-c .form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.wpdt-c .has-success .help-block,.wpdt-c .has-success .control-label,.wpdt-c .has-success .radio,.wpdt-c .has-success .checkbox,.wpdt-c .has-success .radio-inline,.wpdt-c .has-success .checkbox-inline,.wpdt-c .has-success.radio label,.wpdt-c .has-success.checkbox label,.wpdt-c .has-success.radio-inline label,.wpdt-c .has-success.checkbox-inline label{color:#67bd6a}.wpdt-c .has-success .form-control{border-color:#67bd6a;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-success .form-control:focus{border-color:#49a84d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #aedcb0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #aedcb0}.wpdt-c .has-success .input-group-addon{color:#67bd6a;border-color:#67bd6a;background-color:#67bd6a}.wpdt-c .has-success .form-control-feedback{color:#67bd6a}.wpdt-c .has-warning .help-block,.wpdt-c .has-warning .control-label,.wpdt-c .has-warning .radio,.wpdt-c .has-warning .checkbox,.wpdt-c .has-warning .radio-inline,.wpdt-c .has-warning .checkbox-inline,.wpdt-c .has-warning.radio label,.wpdt-c .has-warning.checkbox label,.wpdt-c .has-warning.radio-inline label,.wpdt-c .has-warning.checkbox-inline label{color:#ffa829}.wpdt-c .has-warning .form-control{border-color:#ffa829;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-warning .form-control:focus{border-color:#f59200;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd28f;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffd28f}.wpdt-c .has-warning .input-group-addon{color:#ffa829;border-color:#ffa829;background-color:#ffa829}.wpdt-c .has-warning .form-control-feedback{color:#ffa829}.wpdt-c .has-error .help-block,.wpdt-c .has-error .control-label,.wpdt-c .has-error .radio,.wpdt-c .has-error .checkbox,.wpdt-c .has-error .radio-inline,.wpdt-c .has-error .checkbox-inline,.wpdt-c .has-error.radio label,.wpdt-c .has-error.checkbox label,.wpdt-c .has-error.radio-inline label,.wpdt-c .has-error.checkbox-inline label{color:#f6675d}.wpdt-c .has-error .form-control{border-color:#f6675d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.wpdt-c .has-error .form-control:focus{border-color:#f33a2c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fbc2bd;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fbc2bd}.wpdt-c .has-error .input-group-addon{color:#f6675d;border-color:#f6675d;background-color:#f6675d}.wpdt-c .has-error .form-control-feedback{color:#f6675d}.wpdt-c .has-feedback label~.form-control-feedback{top:23px}.wpdt-c .has-feedback label.sr-only~.form-control-feedback{top:0}.wpdt-c .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#9e9e9e}@media (min-width:768px){.wpdt-c .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.wpdt-c .form-inline .form-control-static{display:inline-block}.wpdt-c .form-inline .input-group{display:inline-table;vertical-align:middle}.wpdt-c .form-inline .input-group .input-group-addon,.wpdt-c .form-inline .input-group .input-group-btn,.wpdt-c .form-inline .input-group .form-control{width:auto}.wpdt-c .form-inline .input-group>.form-control{width:100%}.wpdt-c .form-inline .control-label{margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .radio,.wpdt-c .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.wpdt-c .form-inline .radio label,.wpdt-c .form-inline .checkbox label{padding-left:0}.wpdt-c .form-inline .radio input[type="radio"],.wpdt-c .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.wpdt-c .form-inline .has-feedback .form-control-feedback{top:0}}.wpdt-c .form-horizontal .radio,.wpdt-c .form-horizontal .checkbox,.wpdt-c .form-horizontal .radio-inline,.wpdt-c .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.wpdt-c .form-horizontal .radio,.wpdt-c .form-horizontal .checkbox{min-height:25px}.wpdt-c .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.wpdt-c .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.wpdt-c .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.wpdt-c .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:17px}}@media (min-width:768px){.wpdt-c .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.wpdt-c .btn,.wpdt-c .wpDataTablesWrapper .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:none;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.42857143;border-radius:2px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpdt-c .btn:focus,.wpdt-c .btn:active:focus,.wpdt-c .btn.active:focus,.wpdt-c .btn.focus,.wpdt-c .btn:active.focus,.wpdt-c .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:none!important}.wpdt-c .btn:hover,.wpdt-c .btn:focus,.wpdt-c .btn.focus{color:#333;text-decoration:none}.wpdt-c .btn:active,.wpdt-c .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.wpdt-c .btn.disabled,.wpdt-c .btn[disabled],.wpdt-c fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.wpdt-c a.btn.disabled,.wpdt-c fieldset[disabled] a.btn{pointer-events:none}.wpdt-c .btn-default{color:#333;background-color:#fff;border-color:#ccc}.wpdt-c .btn-default:focus,.wpdt-c .btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.wpdt-c .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.wpdt-c .btn-default:active:hover,.wpdt-c .btn-default.active:hover,.wpdt-c .open>.dropdown-toggle.btn-default:hover,.wpdt-c .btn-default:active:focus,.wpdt-c .btn-default.active:focus,.wpdt-c .open>.dropdown-toggle.btn-default:focus,.wpdt-c .btn-default:active.focus,.wpdt-c .btn-default.active.focus,.wpdt-c .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{background-image:none}.wpdt-c .btn-default.disabled:hover,.wpdt-c .btn-default[disabled]:hover,.wpdt-c fieldset[disabled] .btn-default:hover,.wpdt-c .btn-default.disabled:focus,.wpdt-c .btn-default[disabled]:focus,.wpdt-c fieldset[disabled] .btn-default:focus,.wpdt-c .btn-default.disabled.focus,.wpdt-c .btn-default[disabled].focus,.wpdt-c fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.wpdt-c .btn-default .badge{color:#fff;background-color:#333}.wpdt-c .btn-default:hover,.wpdt-c .btn-default:focus,.wpdt-c .btn-default.focus,.wpdt-c .btn-default:active,.wpdt-c .open>.dropdown-toggle.btn-default{color:#333;background-color:#fff;border-color:transparent}.wpdt-c .btn-default:hover:hover,.wpdt-c .btn-default:focus:hover,.wpdt-c .btn-default.focus:hover,.wpdt-c .btn-default:active:hover,.wpdt-c .open>.dropdown-toggle.btn-default:hover,.wpdt-c .btn-default:hover:focus,.wpdt-c .btn-default:focus:focus,.wpdt-c .btn-default.focus:focus,.wpdt-c .btn-default:active:focus,.wpdt-c .open>.dropdown-toggle.btn-default:focus,.wpdt-c .btn-default:hover.focus,.wpdt-c .btn-default:focus.focus,.wpdt-c .btn-default.focus.focus,.wpdt-c .btn-default:active.focus,.wpdt-c .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#fff;border-color:transparent}.wpdt-c .btn-default:active,.wpdt-c .btn-default.active,.wpdt-c .open>.dropdown-toggle.btn-default{background-image:none}.wpdt-c .btn-default.disabled,.wpdt-c .btn-default[disabled],.wpdt-c fieldset[disabled] .btn-default,.wpdt-c .btn-default.disabled:hover,.wpdt-c .btn-default[disabled]:hover,.wpdt-c fieldset[disabled] .btn-default:hover,.wpdt-c .btn-default.disabled:focus,.wpdt-c .btn-default[disabled]:focus,.wpdt-c fieldset[disabled] .btn-default:focus,.wpdt-c .btn-default.disabled.focus,.wpdt-c .btn-default[disabled].focus,.wpdt-c fieldset[disabled] .btn-default.focus,.wpdt-c .btn-default.disabled:active,.wpdt-c .btn-default[disabled]:active,.wpdt-c fieldset[disabled] .btn-default:active{background-color:#fff;border-color:#ccc}.wpdt-c .btn-default .badge{color:#fff;background-color:#333}.wpdt-c .btn-primary{background:#008CFF;border:none;box-sizing:border-box;border-radius:3px;font-family:Inter;font-style:normal;font-weight:600;font-size:14px;padding:8px 12px;color:#FFF}.wpdt-c .btn-primary:focus,.wpdt-c .btn-primary.focus{color:#fff;background-color:#0c7cd5;border-color:#064475}.wpdt-c .btn-primary:hover{color:#fff;background-color:#0c7cd5;border-color:#0a68b4}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0c7cd5;border-color:#0a68b4}.wpdt-c .btn-primary:active:hover,.wpdt-c .btn-primary.active:hover,.wpdt-c .open>.dropdown-toggle.btn-primary:hover,.wpdt-c .btn-primary:active:focus,.wpdt-c .btn-primary.active:focus,.wpdt-c .open>.dropdown-toggle.btn-primary:focus,.wpdt-c .btn-primary:active.focus,.wpdt-c .btn-primary.active.focus,.wpdt-c .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#0a68b4;border-color:#064475}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{background-image:none}.wpdt-c .btn-primary.disabled:hover,.wpdt-c .btn-primary[disabled]:hover,.wpdt-c fieldset[disabled] .btn-primary:hover,.wpdt-c .btn-primary.disabled:focus,.wpdt-c .btn-primary[disabled]:focus,.wpdt-c fieldset[disabled] .btn-primary:focus,.wpdt-c .btn-primary.disabled.focus,.wpdt-c .btn-primary[disabled].focus,.wpdt-c fieldset[disabled] .btn-primary.focus{background-color:#2196F3;border-color:#0d8aee}.wpdt-c .btn-primary .badge{color:#2196F3;background-color:#fff}.wpdt-c .btn-primary:hover,.wpdt-c .btn-primary:focus,.wpdt-c .btn-primary.focus,.wpdt-c .btn-primary:active,.wpdt-c .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#2196F3;border-color:transparent}.wpdt-c .btn-primary:hover:hover,.wpdt-c .btn-primary:focus:hover,.wpdt-c .btn-primary.focus:hover,.wpdt-c .btn-primary:active:hover,.wpdt-c .open>.dropdown-toggle.btn-primary:hover,.wpdt-c .btn-primary:hover:focus,.wpdt-c .btn-primary:focus:focus,.wpdt-c .btn-primary.focus:focus,.wpdt-c .btn-primary:active:focus,.wpdt-c .open>.dropdown-toggle.btn-primary:focus,.wpdt-c .btn-primary:hover.focus,.wpdt-c .btn-primary:focus.focus,.wpdt-c .btn-primary.focus.focus,.wpdt-c .btn-primary:active.focus,.wpdt-c .open>.dropdown-toggle.btn-primary.focus{background-color:#0B86EC!important}.wpdt-c .btn-primary:active,.wpdt-c .btn-primary.active,.wpdt-c .open>.dropdown-toggle.btn-primary{background-image:none}.wpdt-c .btn-primary.disabled,.wpdt-c .btn-primary[disabled],.wpdt-c fieldset[disabled] .btn-primary,.wpdt-c .btn-primary.disabled:hover,.wpdt-c .btn-primary[disabled]:hover,.wpdt-c fieldset[disabled] .btn-primary:hover,.wpdt-c .btn-primary.disabled:focus,.wpdt-c .btn-primary[disabled]:focus,.wpdt-c fieldset[disabled] .btn-primary:focus,.wpdt-c .btn-primary.disabled.focus,.wpdt-c .btn-primary[disabled].focus,.wpdt-c fieldset[disabled] .btn-primary.focus,.wpdt-c .btn-primary.disabled:active,.wpdt-c .btn-primary[disabled]:active,.wpdt-c fieldset[disabled] .btn-primary:active{background-color:#2196F3;border-color:#0d8aee}.wpdt-c .btn-primary .badge{color:#2196F3;background-color:#fff}.wpdt-c .btn-success{color:#fff;background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success:focus,.wpdt-c .btn-success.focus{color:#fff;background-color:#3d8b40;border-color:#1e441f}.wpdt-c .btn-success:hover{color:#fff;background-color:#3d8b40;border-color:#327334}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{color:#fff;background-color:#3d8b40;border-color:#327334}.wpdt-c .btn-success:active:hover,.wpdt-c .btn-success.active:hover,.wpdt-c .open>.dropdown-toggle.btn-success:hover,.wpdt-c .btn-success:active:focus,.wpdt-c .btn-success.active:focus,.wpdt-c .open>.dropdown-toggle.btn-success:focus,.wpdt-c .btn-success:active.focus,.wpdt-c .btn-success.active.focus,.wpdt-c .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#327334;border-color:#1e441f}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{background-image:none}.wpdt-c .btn-success.disabled:hover,.wpdt-c .btn-success[disabled]:hover,.wpdt-c fieldset[disabled] .btn-success:hover,.wpdt-c .btn-success.disabled:focus,.wpdt-c .btn-success[disabled]:focus,.wpdt-c fieldset[disabled] .btn-success:focus,.wpdt-c .btn-success.disabled.focus,.wpdt-c .btn-success[disabled].focus,.wpdt-c fieldset[disabled] .btn-success.focus{background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success .badge{color:#4CAF50;background-color:#fff}.wpdt-c .btn-success:hover,.wpdt-c .btn-success:focus,.wpdt-c .btn-success.focus,.wpdt-c .btn-success:active,.wpdt-c .open>.dropdown-toggle.btn-success{color:#fff;background-color:#4CAF50;border-color:transparent}.wpdt-c .btn-success:hover:hover,.wpdt-c .btn-success:focus:hover,.wpdt-c .btn-success.focus:hover,.wpdt-c .btn-success:active:hover,.wpdt-c .open>.dropdown-toggle.btn-success:hover,.wpdt-c .btn-success:hover:focus,.wpdt-c .btn-success:focus:focus,.wpdt-c .btn-success.focus:focus,.wpdt-c .btn-success:active:focus,.wpdt-c .open>.dropdown-toggle.btn-success:focus,.wpdt-c .btn-success:hover.focus,.wpdt-c .btn-success:focus.focus,.wpdt-c .btn-success.focus.focus,.wpdt-c .btn-success:active.focus,.wpdt-c .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#4CAF50;border-color:transparent}.wpdt-c .btn-success:active,.wpdt-c .btn-success.active,.wpdt-c .open>.dropdown-toggle.btn-success{background-image:none}.wpdt-c .btn-success.disabled,.wpdt-c .btn-success[disabled],.wpdt-c fieldset[disabled] .btn-success,.wpdt-c .btn-success.disabled:hover,.wpdt-c .btn-success[disabled]:hover,.wpdt-c fieldset[disabled] .btn-success:hover,.wpdt-c .btn-success.disabled:focus,.wpdt-c .btn-success[disabled]:focus,.wpdt-c fieldset[disabled] .btn-success:focus,.wpdt-c .btn-success.disabled.focus,.wpdt-c .btn-success[disabled].focus,.wpdt-c fieldset[disabled] .btn-success.focus,.wpdt-c .btn-success.disabled:active,.wpdt-c .btn-success[disabled]:active,.wpdt-c fieldset[disabled] .btn-success:active{background-color:#4CAF50;border-color:#449d48}.wpdt-c .btn-success .badge{color:#4CAF50;background-color:#fff}.wpdt-c .btn-info{color:#fff;background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info:focus,.wpdt-c .btn-info.focus{color:#fff;background-color:#008fa1;border-color:#00343b}.wpdt-c .btn-info:hover{color:#fff;background-color:#008fa1;border-color:#006f7d}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{color:#fff;background-color:#008fa1;border-color:#006f7d}.wpdt-c .btn-info:active:hover,.wpdt-c .btn-info.active:hover,.wpdt-c .open>.dropdown-toggle.btn-info:hover,.wpdt-c .btn-info:active:focus,.wpdt-c .btn-info.active:focus,.wpdt-c .open>.dropdown-toggle.btn-info:focus,.wpdt-c .btn-info:active.focus,.wpdt-c .btn-info.active.focus,.wpdt-c .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#006f7d;border-color:#00343b}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{background-image:none}.wpdt-c .btn-info.disabled:hover,.wpdt-c .btn-info[disabled]:hover,.wpdt-c fieldset[disabled] .btn-info:hover,.wpdt-c .btn-info.disabled:focus,.wpdt-c .btn-info[disabled]:focus,.wpdt-c fieldset[disabled] .btn-info:focus,.wpdt-c .btn-info.disabled.focus,.wpdt-c .btn-info[disabled].focus,.wpdt-c fieldset[disabled] .btn-info.focus{background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info .badge{color:#00BCD4;background-color:#fff}.wpdt-c .btn-info:hover,.wpdt-c .btn-info:focus,.wpdt-c .btn-info.focus,.wpdt-c .btn-info:active,.wpdt-c .open>.dropdown-toggle.btn-info{color:#fff;background-color:#00BCD4;border-color:transparent}.wpdt-c .btn-info:hover:hover,.wpdt-c .btn-info:focus:hover,.wpdt-c .btn-info.focus:hover,.wpdt-c .btn-info:active:hover,.wpdt-c .open>.dropdown-toggle.btn-info:hover,.wpdt-c .btn-info:hover:focus,.wpdt-c .btn-info:focus:focus,.wpdt-c .btn-info.focus:focus,.wpdt-c .btn-info:active:focus,.wpdt-c .open>.dropdown-toggle.btn-info:focus,.wpdt-c .btn-info:hover.focus,.wpdt-c .btn-info:focus.focus,.wpdt-c .btn-info.focus.focus,.wpdt-c .btn-info:active.focus,.wpdt-c .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#00BCD4;border-color:transparent}.wpdt-c .btn-info:active,.wpdt-c .btn-info.active,.wpdt-c .open>.dropdown-toggle.btn-info{background-image:none}.wpdt-c .btn-info.disabled,.wpdt-c .btn-info[disabled],.wpdt-c fieldset[disabled] .btn-info,.wpdt-c .btn-info.disabled:hover,.wpdt-c .btn-info[disabled]:hover,.wpdt-c fieldset[disabled] .btn-info:hover,.wpdt-c .btn-info.disabled:focus,.wpdt-c .btn-info[disabled]:focus,.wpdt-c fieldset[disabled] .btn-info:focus,.wpdt-c .btn-info.disabled.focus,.wpdt-c .btn-info[disabled].focus,.wpdt-c fieldset[disabled] .btn-info.focus,.wpdt-c .btn-info.disabled:active,.wpdt-c .btn-info[disabled]:active,.wpdt-c fieldset[disabled] .btn-info:active{background-color:#00BCD4;border-color:#00a5bb}.wpdt-c .btn-info .badge{color:#00BCD4;background-color:#fff}.wpdt-c .btn-warning{color:#fff;background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning:focus,.wpdt-c .btn-warning.focus{color:#fff;background-color:#cc7a00;border-color:#663d00}.wpdt-c .btn-warning:hover{color:#fff;background-color:#cc7a00;border-color:#a86400}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#cc7a00;border-color:#a86400}.wpdt-c .btn-warning:active:hover,.wpdt-c .btn-warning.active:hover,.wpdt-c .open>.dropdown-toggle.btn-warning:hover,.wpdt-c .btn-warning:active:focus,.wpdt-c .btn-warning.active:focus,.wpdt-c .open>.dropdown-toggle.btn-warning:focus,.wpdt-c .btn-warning:active.focus,.wpdt-c .btn-warning.active.focus,.wpdt-c .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#a86400;border-color:#663d00}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{background-image:none}.wpdt-c .btn-warning.disabled:hover,.wpdt-c .btn-warning[disabled]:hover,.wpdt-c fieldset[disabled] .btn-warning:hover,.wpdt-c .btn-warning.disabled:focus,.wpdt-c .btn-warning[disabled]:focus,.wpdt-c fieldset[disabled] .btn-warning:focus,.wpdt-c .btn-warning.disabled.focus,.wpdt-c .btn-warning[disabled].focus,.wpdt-c fieldset[disabled] .btn-warning.focus{background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning .badge{color:#FF9800;background-color:#fff}.wpdt-c .btn-warning:hover,.wpdt-c .btn-warning:focus,.wpdt-c .btn-warning.focus,.wpdt-c .btn-warning:active,.wpdt-c .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#FF9800;border-color:transparent}.wpdt-c .btn-warning:hover:hover,.wpdt-c .btn-warning:focus:hover,.wpdt-c .btn-warning.focus:hover,.wpdt-c .btn-warning:active:hover,.wpdt-c .open>.dropdown-toggle.btn-warning:hover,.wpdt-c .btn-warning:hover:focus,.wpdt-c .btn-warning:focus:focus,.wpdt-c .btn-warning.focus:focus,.wpdt-c .btn-warning:active:focus,.wpdt-c .open>.dropdown-toggle.btn-warning:focus,.wpdt-c .btn-warning:hover.focus,.wpdt-c .btn-warning:focus.focus,.wpdt-c .btn-warning.focus.focus,.wpdt-c .btn-warning:active.focus,.wpdt-c .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#FF9800;border-color:transparent}.wpdt-c .btn-warning:active,.wpdt-c .btn-warning.active,.wpdt-c .open>.dropdown-toggle.btn-warning{background-image:none}.wpdt-c .btn-warning.disabled,.wpdt-c .btn-warning[disabled],.wpdt-c fieldset[disabled] .btn-warning,.wpdt-c .btn-warning.disabled:hover,.wpdt-c .btn-warning[disabled]:hover,.wpdt-c fieldset[disabled] .btn-warning:hover,.wpdt-c .btn-warning.disabled:focus,.wpdt-c .btn-warning[disabled]:focus,.wpdt-c fieldset[disabled] .btn-warning:focus,.wpdt-c .btn-warning.disabled.focus,.wpdt-c .btn-warning[disabled].focus,.wpdt-c fieldset[disabled] .btn-warning.focus,.wpdt-c .btn-warning.disabled:active,.wpdt-c .btn-warning[disabled]:active,.wpdt-c fieldset[disabled] .btn-warning:active{background-color:#FF9800;border-color:#e68900}.wpdt-c .btn-warning .badge{color:#FF9800;background-color:#fff}.wpdt-c .btn-danger{color:#fff;background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger:focus,.wpdt-c .btn-danger.focus{color:#fff;background-color:#ea1c0d;border-color:#891008}.wpdt-c .btn-danger:hover{color:#fff;background-color:#ea1c0d;border-color:#c8180b}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#ea1c0d;border-color:#c8180b}.wpdt-c .btn-danger:active:hover,.wpdt-c .btn-danger.active:hover,.wpdt-c .open>.dropdown-toggle.btn-danger:hover,.wpdt-c .btn-danger:active:focus,.wpdt-c .btn-danger.active:focus,.wpdt-c .open>.dropdown-toggle.btn-danger:focus,.wpdt-c .btn-danger:active.focus,.wpdt-c .btn-danger.active.focus,.wpdt-c .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#c8180b;border-color:#891008}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{background-image:none}.wpdt-c .btn-danger.disabled:hover,.wpdt-c .btn-danger[disabled]:hover,.wpdt-c fieldset[disabled] .btn-danger:hover,.wpdt-c .btn-danger.disabled:focus,.wpdt-c .btn-danger[disabled]:focus,.wpdt-c fieldset[disabled] .btn-danger:focus,.wpdt-c .btn-danger.disabled.focus,.wpdt-c .btn-danger[disabled].focus,.wpdt-c fieldset[disabled] .btn-danger.focus{background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger .badge{color:#F44336;background-color:#fff}.wpdt-c .btn-danger:hover,.wpdt-c .btn-danger:focus,.wpdt-c .btn-danger.focus,.wpdt-c .btn-danger:active,.wpdt-c .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#F44336;border-color:transparent}.wpdt-c .btn-danger:hover:hover,.wpdt-c .btn-danger:focus:hover,.wpdt-c .btn-danger.focus:hover,.wpdt-c .btn-danger:active:hover,.wpdt-c .open>.dropdown-toggle.btn-danger:hover,.wpdt-c .btn-danger:hover:focus,.wpdt-c .btn-danger:focus:focus,.wpdt-c .btn-danger.focus:focus,.wpdt-c .btn-danger:active:focus,.wpdt-c .open>.dropdown-toggle.btn-danger:focus,.wpdt-c .btn-danger:hover.focus,.wpdt-c .btn-danger:focus.focus,.wpdt-c .btn-danger.focus.focus,.wpdt-c .btn-danger:active.focus,.wpdt-c .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#F44336;border-color:transparent}.wpdt-c .btn-danger:active,.wpdt-c .btn-danger.active,.wpdt-c .open>.dropdown-toggle.btn-danger{background-image:none}.wpdt-c .btn-danger.disabled,.wpdt-c .btn-danger[disabled],.wpdt-c fieldset[disabled] .btn-danger,.wpdt-c .btn-danger.disabled:hover,.wpdt-c .btn-danger[disabled]:hover,.wpdt-c fieldset[disabled] .btn-danger:hover,.wpdt-c .btn-danger.disabled:focus,.wpdt-c .btn-danger[disabled]:focus,.wpdt-c fieldset[disabled] .btn-danger:focus,.wpdt-c .btn-danger.disabled.focus,.wpdt-c .btn-danger[disabled].focus,.wpdt-c fieldset[disabled] .btn-danger.focus,.wpdt-c .btn-danger.disabled:active,.wpdt-c .btn-danger[disabled]:active,.wpdt-c fieldset[disabled] .btn-danger:active{background-color:#F44336;border-color:#f32c1e}.wpdt-c .btn-danger .badge{color:#F44336;background-color:#fff}.wpdt-c .btn-link{color:#2196F3;font-weight:400;border-radius:0}.wpdt-c .btn-link,.wpdt-c .btn-link:active,.wpdt-c .btn-link.active,.wpdt-c .btn-link[disabled],.wpdt-c fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.wpdt-c .btn-link,.wpdt-c .btn-link:hover,.wpdt-c .btn-link:focus,.wpdt-c .btn-link:active{border-color:transparent}.wpdt-c .btn-link:hover,.wpdt-c .btn-link:focus{color:#0a6ebd;text-decoration:none;background-color:transparent}.wpdt-c .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .btn-link:hover,.wpdt-c .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.wpdt-c .btn-lg,.wpdt-c .btn-group-lg>.btn{padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:2px}.wpdt-c .btn-sm,.wpdt-c .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .btn-xs,.wpdt-c .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c .btn-block{display:block;width:100%}.wpdt-c .btn-block+.btn-block{margin-top:5px}.wpdt-c input[type="submit"].btn-block,.wpdt-c input[type="reset"].btn-block,.wpdt-c input[type="button"].btn-block{width:100%}.wpdt-c .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.wpdt-c .fade.in{opacity:1}.wpdt-c .collapse{display:none}.wpdt-c .collapse.in{display:block}.wpdt-c .collapse.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.wpdt-c tr.collapse.in{display:table-row}.wpdt-c tbody.collapse.in{display:table-row-group}.wpdt-c .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpdt-c .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}.wpdt-c .dropup,.wpdt-c .dropdown{position:relative}.wpdt-c .dropdown-toggle:focus{outline:0}.wpdt-c.dropdown-menu,.wpdt-c .dropdown-menu{position:absolute;top:100%;left:0;z-index:9999;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:13px;text-align:left;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.wpdt-c .dropdown-menu.pull-right{right:0;left:auto}.wpdt-c .dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:rgba(0,0,0,.08)}.wpdt-c .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.wpdt-c .dropdown-menu>li>a:hover,.wpdt-c .dropdown-menu>li>a:focus{text-decoration:none;color:#333;background-color:rgba(0,0,0,.075)}.wpdt-c .dropdown-menu>.active>a,.wpdt-c .dropdown-menu>.active>a:hover,.wpdt-c .dropdown-menu>.active>a:focus{color:#333;text-decoration:none;outline:0;background-color:rgba(0,0,0,.075)}.wpdt-c .dropdown-menu>.disabled>a,.wpdt-c .dropdown-menu>.disabled>a:hover,.wpdt-c .dropdown-menu>.disabled>a:focus{color:#e4e4e4}.wpdt-c .open>.dropdown-menu{display:block}.wpdt-c .open>ul.dropdown-menu{padding:0!important}.wpdt-c .open>a{outline:0}.wpdt-c .dropdown-menu-right{left:auto;right:0}.wpdt-c .dropdown-menu-left{left:0;right:auto}.wpdt-c .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.wpdt-c .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:-1}.wpdt-c .pull-right>.dropdown-menu{right:0;left:auto}.wpdt-c .dropup .caret,.wpdt-c .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.wpdt-c .dropup .dropdown-menu,.wpdt-c .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.wpdt-c .navbar-right .dropdown-menu{left:auto;right:0}.wpdt-c .navbar-right .dropdown-menu-left{left:0;right:auto}}.wpdt-c .btn-group,.wpdt-c .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.wpdt-c .btn-group>.btn,.wpdt-c .btn-group-vertical>.btn{position:relative;float:left}.wpdt-c .btn-group>.btn:hover,.wpdt-c .btn-group-vertical>.btn:hover,.wpdt-c .btn-group>.btn:focus,.wpdt-c .btn-group-vertical>.btn:focus,.wpdt-c .btn-group>.btn:active,.wpdt-c .btn-group-vertical>.btn:active,.wpdt-c .btn-group>.btn.active,.wpdt-c .btn-group-vertical>.btn.active{z-index:2}.wpdt-c .btn-group .btn+.btn,.wpdt-c .btn-group .btn+.btn-group,.wpdt-c .btn-group .btn-group+.btn,.wpdt-c .btn-group .btn-group+.btn-group{margin-left:-1px}.wpdt-c .btn-toolbar{margin-left:-5px}.wpdt-c .btn-toolbar .btn,.wpdt-c .btn-toolbar .btn-group,.wpdt-c .btn-toolbar .input-group{float:left}.wpdt-c .btn-toolbar>.btn,.wpdt-c .btn-toolbar>.btn-group,.wpdt-c .btn-toolbar>.input-group{margin-left:5px}.wpdt-c .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.wpdt-c .btn-group>.btn:first-child{margin-left:0}.wpdt-c .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .btn-group>.btn:last-child:not(:first-child),.wpdt-c .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .btn-group>.btn-group{float:left}.wpdt-c .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.wpdt-c .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.wpdt-c .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .btn-group .dropdown-toggle:active,.wpdt-c .btn-group.open .dropdown-toggle{outline:0}.wpdt-c .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.wpdt-c .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.wpdt-c .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)}.wpdt-c .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.wpdt-c .btn .caret{margin-left:0}.wpdt-c .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.wpdt-c .dropup .btn-lg .caret{border-width:0 5px 5px}.wpdt-c .btn-group-vertical>.btn,.wpdt-c .btn-group-vertical>.btn-group,.wpdt-c .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.wpdt-c .btn-group-vertical>.btn-group>.btn{float:none}.wpdt-c .btn-group-vertical>.btn+.btn,.wpdt-c .btn-group-vertical>.btn+.btn-group,.wpdt-c .btn-group-vertical>.btn-group+.btn,.wpdt-c .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.wpdt-c .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.wpdt-c .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:2px;border-top-left-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.wpdt-c .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.wpdt-c .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.wpdt-c .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.wpdt-c .btn-group-justified>.btn,.wpdt-c .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.wpdt-c .btn-group-justified>.btn-group .btn{width:100%}.wpdt-c .btn-group-justified>.btn-group .dropdown-menu{left:auto}.wpdt-c [data-toggle="buttons"]>.btn input[type="radio"],.wpdt-c [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],.wpdt-c [data-toggle="buttons"]>.btn input[type="checkbox"],.wpdt-c [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.wpdt-c .input-group{position:relative;display:table;border-collapse:separate}.wpdt-c .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.wpdt-c .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.wpdt-c .input-group .form-control:focus{z-index:3}.wpdt-c .input-group-lg>.form-control,.wpdt-c .input-group-lg>.input-group-addon,.wpdt-c .input-group-lg>.input-group-btn>.btn{height:40px;padding:10px 16px;font-size:17px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:40px;line-height:40px}.wpdt-c textarea.input-group-lg>.form-control,.wpdt-c textarea.input-group-lg>.input-group-addon,.wpdt-c textarea.input-group-lg>.input-group-btn>.btn,.wpdt-c select[multiple].input-group-lg>.form-control,.wpdt-c select[multiple].input-group-lg>.input-group-addon,.wpdt-c select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.wpdt-c .input-group-sm>.form-control,.wpdt-c .input-group-sm>.input-group-addon,.wpdt-c .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:2px}.wpdt-c select.input-group-sm>.form-control,.wpdt-c select.input-group-sm>.input-group-addon,.wpdt-c select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.wpdt-c textarea.input-group-sm>.form-control,.wpdt-c textarea.input-group-sm>.input-group-addon,.wpdt-c textarea.input-group-sm>.input-group-btn>.btn,.wpdt-c select[multiple].input-group-sm>.form-control,.wpdt-c select[multiple].input-group-sm>.input-group-addon,.wpdt-c select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.wpdt-c .input-group-addon,.wpdt-c .input-group-btn,.wpdt-c .input-group .form-control{display:table-cell}.wpdt-c .input-group-addon:not(:first-child):not(:last-child),.wpdt-c .input-group-btn:not(:first-child):not(:last-child),.wpdt-c .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.wpdt-c .input-group-addon,.wpdt-c .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.wpdt-c .input-group-addon{padding:6px 12px;font-size:13px;font-weight:400;line-height:1;color:#000;text-align:center;background-color:transparent;border:1px solid transparent;border-radius:0}.wpdt-c .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:2px}.wpdt-c .input-group-addon.input-lg{padding:10px 16px;font-size:17px;border-radius:0}.wpdt-c .input-group-addon input[type="radio"],.wpdt-c .input-group-addon input[type="checkbox"]{margin-top:0}.wpdt-c .input-group .form-control:first-child,.wpdt-c .input-group-addon:first-child,.wpdt-c .input-group-btn:first-child>.btn,.wpdt-c .input-group-btn:first-child>.btn-group>.btn,.wpdt-c .input-group-btn:first-child>.dropdown-toggle,.wpdt-c .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.wpdt-c .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.wpdt-c .input-group-addon:first-child{border-right:0}.wpdt-c .input-group .form-control:last-child,.wpdt-c .input-group-addon:last-child,.wpdt-c .input-group-btn:last-child>.btn,.wpdt-c .input-group-btn:last-child>.btn-group>.btn,.wpdt-c .input-group-btn:last-child>.dropdown-toggle,.wpdt-c .input-group-btn:first-child>.btn:not(:first-child),.wpdt-c .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.wpdt-c .input-group-addon:last-child{border-left:0}.wpdt-c .input-group-btn{position:relative;font-size:0;white-space:nowrap}.wpdt-c .input-group-btn>.btn{position:relative}.wpdt-c .input-group-btn>.btn+.btn{margin-left:-1px}.wpdt-c .input-group-btn>.btn:hover,.wpdt-c .input-group-btn>.btn:focus,.wpdt-c .input-group-btn>.btn:active{z-index:2}.wpdt-c .input-group-btn:first-child>.btn,.wpdt-c .input-group-btn:first-child>.btn-group{margin-right:-1px}.wpdt-c .input-group-btn:last-child>.btn,.wpdt-c .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.wpdt-c .nav{margin-bottom:0;padding-left:0;list-style:none}.wpdt-c .nav>li{position:relative;display:block}.wpdt-c .nav>li>a{position:relative;display:block;padding:10px 15px}.wpdt-c .nav>li>a:hover,.wpdt-c .nav>li>a:focus{text-decoration:none;background-color:#eee}.wpdt-c .nav>li.disabled>a{color:#777}.wpdt-c .nav>li.disabled>a:hover,.wpdt-c .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.wpdt-c .nav .open>a,.wpdt-c .nav .open>a:hover,.wpdt-c .nav .open>a:focus{background-color:#eee;border-color:#2196F3}.wpdt-c .nav .nav-divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}.wpdt-c .nav>li>a>img{max-width:none}.wpdt-c .nav-tabs{border-bottom:1px solid #fff}.wpdt-c .nav-tabs>li{float:left;margin-bottom:-1px}.wpdt-c .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs>li>a:hover{border-color:#eee #eee #fff}.wpdt-c .nav-tabs>li.active>a,.wpdt-c .nav-tabs>li.active>a:hover,.wpdt-c .nav-tabs>li.active>a:focus{color:#555;background-color:transparent;border:1px solid #fff;border-bottom-color:transparent;cursor:default}.wpdt-c .nav-tabs.nav-justified{width:100%;border-bottom:0}.wpdt-c .nav-tabs.nav-justified>li{float:none}.wpdt-c .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.wpdt-c .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.wpdt-c .nav-tabs.nav-justified>li{display:table-cell;width:1%}.wpdt-c .nav-tabs.nav-justified>li>a{margin-bottom:0}}.wpdt-c .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:2px}.wpdt-c .nav-tabs.nav-justified>.active>a,.wpdt-c .nav-tabs.nav-justified>.active>a:hover,.wpdt-c .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.wpdt-c .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs.nav-justified>.active>a,.wpdt-c .nav-tabs.nav-justified>.active>a:hover,.wpdt-c .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#edecec}}.wpdt-c .nav-pills>li{float:left}.wpdt-c .nav-pills>li>a{border-radius:2px}.wpdt-c .nav-pills>li+li{margin-left:2px}.wpdt-c .nav-pills>li.active>a,.wpdt-c .nav-pills>li.active>a:hover,.wpdt-c .nav-pills>li.active>a:focus{color:#fff;background-color:#2196F3}.wpdt-c .nav-stacked>li{float:none}.wpdt-c .nav-stacked>li+li{margin-top:2px;margin-left:0}.wpdt-c .nav-justified{width:100%}.wpdt-c .nav-justified>li{float:none}.wpdt-c .nav-justified>li>a{text-align:center;margin-bottom:5px}.wpdt-c .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.wpdt-c .nav-justified>li{display:table-cell;width:1%}.wpdt-c .nav-justified>li>a{margin-bottom:0}}.wpdt-c .nav-tabs-justified{border-bottom:0}.wpdt-c .nav-tabs-justified>li>a{margin-right:0;border-radius:2px}.wpdt-c .nav-tabs-justified>.active>a,.wpdt-c .nav-tabs-justified>.active>a:hover,.wpdt-c .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.wpdt-c .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:2px 2px 0 0}.wpdt-c .nav-tabs-justified>.active>a,.wpdt-c .nav-tabs-justified>.active>a:hover,.wpdt-c .nav-tabs-justified>.active>a:focus{border-bottom-color:#edecec}}.wpdt-c .tab-content>.tab-pane{display:none}.wpdt-c .tab-content>.active{display:block}.wpdt-c .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .navbar{position:relative;min-height:50px;margin-bottom:18px;border:1px solid transparent}@media (min-width:768px){.wpdt-c .navbar{border-radius:2px}}@media (min-width:768px){.wpdt-c .navbar-header{float:left}}.wpdt-c .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.wpdt-c .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.wpdt-c .navbar-collapse{width:auto;border-top:0;box-shadow:none}.wpdt-c .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.wpdt-c .navbar-collapse.in{overflow-y:visible}.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-static-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.wpdt-c .navbar-fixed-top .navbar-collapse,.wpdt-c .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.wpdt-c .container>.navbar-header,.wpdt-c .container-fluid>.navbar-header,.wpdt-c .container>.navbar-collapse,.wpdt-c .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.wpdt-c .container>.navbar-header,.wpdt-c .container-fluid>.navbar-header,.wpdt-c .container>.navbar-collapse,.wpdt-c .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.wpdt-c .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.wpdt-c .navbar-static-top{border-radius:0}}.wpdt-c .navbar-fixed-top,.wpdt-c .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.wpdt-c .navbar-fixed-top,.wpdt-c .navbar-fixed-bottom{border-radius:0}}.wpdt-c .navbar-fixed-top{top:0;border-width:0 0 1px}.wpdt-c .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.wpdt-c .navbar-brand{float:left;padding:16px 15px;font-size:17px;line-height:18px;height:50px}.wpdt-c .navbar-brand:hover,.wpdt-c .navbar-brand:focus{text-decoration:none}.wpdt-c .navbar-brand>img{display:block}@media (min-width:768px){.wpdt-c .navbar>.container .navbar-brand,.wpdt-c .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.wpdt-c .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:2px}.wpdt-c .navbar-toggle:focus{outline:0}.wpdt-c .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.wpdt-c .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.wpdt-c .navbar-toggle{display:none}}.wpdt-c .navbar-nav{margin:8px -15px}.wpdt-c .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:18px}@media (max-width:767px){.wpdt-c .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.wpdt-c .navbar-nav .open .dropdown-menu>li>a,.wpdt-c .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.wpdt-c .navbar-nav .open .dropdown-menu>li>a{line-height:18px}.wpdt-c .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.wpdt-c .navbar-nav{float:left;margin:0}.wpdt-c .navbar-nav>li{float:left}.wpdt-c .navbar-nav>li>a{padding-top:16px;padding-bottom:16px}}.wpdt-c .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 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:7.5px;margin-bottom:7.5px}@media (min-width:768px){.wpdt-c .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.wpdt-c .navbar-form .form-control-static{display:inline-block}.wpdt-c .navbar-form .input-group{display:inline-table;vertical-align:middle}.wpdt-c .navbar-form .input-group .input-group-addon,.wpdt-c .navbar-form .input-group .input-group-btn,.wpdt-c .navbar-form .input-group .form-control{width:auto}.wpdt-c .navbar-form .input-group>.form-control{width:100%}.wpdt-c .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .radio,.wpdt-c .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.wpdt-c .navbar-form .radio label,.wpdt-c .navbar-form .checkbox label{padding-left:0}.wpdt-c .navbar-form .radio input[type="radio"],.wpdt-c .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.wpdt-c .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.wpdt-c .navbar-form .form-group{margin-bottom:5px}.wpdt-c .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.wpdt-c .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.wpdt-c .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:2px;border-top-left-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpdt-c .navbar-btn{margin-top:7.5px;margin-bottom:7.5px}.wpdt-c .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.wpdt-c .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.wpdt-c .navbar-text{margin-top:16px;margin-bottom:16px}@media (min-width:768px){.wpdt-c .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.wpdt-c .navbar-left{float:left!important}.wpdt-c .navbar-right{float:right!important;margin-right:-15px}.wpdt-c .navbar-right~.navbar-right{margin-right:0}}.wpdt-c .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.wpdt-c .navbar-default .navbar-brand{color:#777}.wpdt-c .navbar-default .navbar-brand:hover,.wpdt-c .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.wpdt-c .navbar-default .navbar-text{color:#777}.wpdt-c .navbar-default .navbar-nav>li>a{color:#777}.wpdt-c .navbar-default .navbar-nav>li>a:hover,.wpdt-c .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.wpdt-c .navbar-default .navbar-nav>.active>a,.wpdt-c .navbar-default .navbar-nav>.active>a:hover,.wpdt-c .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav>.disabled>a,.wpdt-c .navbar-default .navbar-nav>.disabled>a:hover,.wpdt-c .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.wpdt-c .navbar-default .navbar-toggle{border-color:#ddd}.wpdt-c .navbar-default .navbar-toggle:hover,.wpdt-c .navbar-default .navbar-toggle:focus{background-color:#ddd}.wpdt-c .navbar-default .navbar-toggle .icon-bar{background-color:#888}.wpdt-c .navbar-default .navbar-collapse,.wpdt-c .navbar-default .navbar-form{border-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav>.open>a,.wpdt-c .navbar-default .navbar-nav>.open>a:hover,.wpdt-c .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.wpdt-c .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.wpdt-c .navbar-default .navbar-link{color:#777}.wpdt-c .navbar-default .navbar-link:hover{color:#333}.wpdt-c .navbar-default .btn-link{color:#777}.wpdt-c .navbar-default .btn-link:hover,.wpdt-c .navbar-default .btn-link:focus{color:#333}.wpdt-c .navbar-default .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .navbar-default .btn-link:hover,.wpdt-c .navbar-default .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.wpdt-c .navbar-inverse{background-color:#222;border-color:#080808}.wpdt-c .navbar-inverse .navbar-brand{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-brand:hover,.wpdt-c .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-text{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav>li>a:hover,.wpdt-c .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-nav>.active>a,.wpdt-c .navbar-inverse .navbar-nav>.active>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav>.disabled>a,.wpdt-c .navbar-inverse .navbar-nav>.disabled>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.wpdt-c .navbar-inverse .navbar-toggle{border-color:#333}.wpdt-c .navbar-inverse .navbar-toggle:hover,.wpdt-c .navbar-inverse .navbar-toggle:focus{background-color:#333}.wpdt-c .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.wpdt-c .navbar-inverse .navbar-collapse,.wpdt-c .navbar-inverse .navbar-form{border-color:#101010}.wpdt-c .navbar-inverse .navbar-nav>.open>a,.wpdt-c .navbar-inverse .navbar-nav>.open>a:hover,.wpdt-c .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.wpdt-c .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.wpdt-c .navbar-inverse .navbar-link{color:#9d9d9d}.wpdt-c .navbar-inverse .navbar-link:hover{color:#fff}.wpdt-c .navbar-inverse .btn-link{color:#9d9d9d}.wpdt-c .navbar-inverse .btn-link:hover,.wpdt-c .navbar-inverse .btn-link:focus{color:#fff}.wpdt-c .navbar-inverse .btn-link[disabled]:hover,.wpdt-c fieldset[disabled] .navbar-inverse .btn-link:hover,.wpdt-c .navbar-inverse .btn-link[disabled]:focus,.wpdt-c fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.wpdt-c .breadcrumb{padding:8px 20px;margin-bottom:18px;list-style:none;background-color:transparent;border-radius:2px}.wpdt-c .breadcrumb>li{display:inline-block}.wpdt-c .breadcrumb>li+li:before{font-family:'wpDataTablesIcons';content:"\f531";padding:0 5px;color:#ccc}.wpdt-c .breadcrumb>.active{color:#2196F3}.wpdt-c .pagination{display:inline-block;padding-left:0;margin:18px 0;border-radius:2px}.wpdt-c .pagination>li{display:inline}.wpdt-c .pagination>li>a,.wpdt-c .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#7E7E7E;background-color:#E2E2E2;border:1px solid #fff;margin-left:-1px}.wpdt-c .pagination>li:first-child>a,.wpdt-c .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination>li:last-child>a,.wpdt-c .pagination>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pagination>li>a:hover,.wpdt-c .pagination>li>span:hover,.wpdt-c .pagination>li>a:focus,.wpdt-c .pagination>li>span:focus{z-index:2;color:#333;background-color:#d7d7d7;border-color:#fff}.wpdt-c .pagination>.active>a,.wpdt-c .pagination>.active>span,.wpdt-c .pagination>.active>a:hover,.wpdt-c .pagination>.active>span:hover,.wpdt-c .pagination>.active>a:focus,.wpdt-c .pagination>.active>span:focus{z-index:3;color:#fff;background-color:#00BCD4;border-color:#fff;cursor:default}.wpdt-c .pagination>.disabled>span,.wpdt-c .pagination>.disabled>span:hover,.wpdt-c .pagination>.disabled>span:focus,.wpdt-c .pagination>.disabled>a,.wpdt-c .pagination>.disabled>a:hover,.wpdt-c .pagination>.disabled>a:focus{color:#777;background-color:#E2E2E2;border-color:#fff;cursor:not-allowed}.wpdt-c .pagination-lg>li>a,.wpdt-c .pagination-lg>li>span{padding:10px 16px;font-size:17px;line-height:1.3333333}.wpdt-c .pagination-lg>li:first-child>a,.wpdt-c .pagination-lg>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination-lg>li:last-child>a,.wpdt-c .pagination-lg>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pagination-sm>li>a,.wpdt-c .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.wpdt-c .pagination-sm>li:first-child>a,.wpdt-c .pagination-sm>li:first-child>span{border-bottom-left-radius:2px;border-top-left-radius:2px}.wpdt-c .pagination-sm>li:last-child>a,.wpdt-c .pagination-sm>li:last-child>span{border-bottom-right-radius:2px;border-top-right-radius:2px}.wpdt-c .pager{padding-left:0;margin:18px 0;list-style:none;text-align:center}.wpdt-c .pager li{display:inline}.wpdt-c .pager li>a,.wpdt-c .pager li>span{display:inline-block;padding:5px 14px;background-color:#E2E2E2;border:1px solid #fff;border-radius:5px}.wpdt-c .pager li>a:hover,.wpdt-c .pager li>a:focus{text-decoration:none;background-color:#d7d7d7}.wpdt-c .pager .next>a,.wpdt-c .pager .next>span{float:right}.wpdt-c .pager .previous>a,.wpdt-c .pager .previous>span{float:left}.wpdt-c .pager .disabled>a,.wpdt-c .pager .disabled>a:hover,.wpdt-c .pager .disabled>a:focus,.wpdt-c .pager .disabled>span{color:#777;background-color:#E2E2E2;cursor:not-allowed}.wpdt-c .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}.wpdt-c a.label:hover,.wpdt-c a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.wpdt-c .label:empty{display:none}.wpdt-c .btn .label{position:relative;top:-1px}.wpdt-c .label-default{background-color:#777}.wpdt-c .label-default[href]:hover,.wpdt-c .label-default[href]:focus{background-color:#5e5e5e}.wpdt-c .label-primary{background-color:#2196F3}.wpdt-c .label-primary[href]:hover,.wpdt-c .label-primary[href]:focus{background-color:#0c7cd5}.wpdt-c .label-success{background-color:#4CAF50}.wpdt-c .label-success[href]:hover,.wpdt-c .label-success[href]:focus{background-color:#3d8b40}.wpdt-c .label-info{background-color:#00BCD4}.wpdt-c .label-info[href]:hover,.wpdt-c .label-info[href]:focus{background-color:#008fa1}.wpdt-c .label-warning{background-color:#FF9800}.wpdt-c .label-warning[href]:hover,.wpdt-c .label-warning[href]:focus{background-color:#cc7a00}.wpdt-c .label-danger{background-color:#F44336}.wpdt-c .label-danger[href]:hover,.wpdt-c .label-danger[href]:focus{background-color:#ea1c0d}.wpdt-c .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:400;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#2196F3;border-radius:2px}.wpdt-c .badge:empty{display:none}.wpdt-c .btn .badge{position:relative;top:-1px}.wpdt-c .btn-xs .badge,.wpdt-c .btn-group-xs>.btn .badge{top:0;padding:1px 5px}.wpdt-c a.badge:hover,.wpdt-c a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.wpdt-c .list-group-item.active>.badge,.wpdt-c .nav-pills>.active>a>.badge{color:#fff;background-color:#2196F3}.wpdt-c .list-group-item>.badge{float:right}.wpdt-c .list-group-item>.badge+.badge{margin-right:5px}.wpdt-c .nav-pills>li>a>.badge{margin-left:3px}.wpdt-c .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#F7F7F7}.wpdt-c .jumbotron h1,.wpdt-c .jumbotron .h1{color:inherit}.wpdt-c .jumbotron p{margin-bottom:15px;font-size:20px;font-weight:200}.wpdt-c .jumbotron>hr{border-top-color:#dedede}.wpdt-c .container .jumbotron,.wpdt-c .container-fluid .jumbotron{border-radius:2px;padding-left:15px;padding-right:15px}.wpdt-c .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.wpdt-c .jumbotron{padding-top:48px;padding-bottom:48px}.wpdt-c .container .jumbotron,.wpdt-c .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.wpdt-c .jumbotron h1,.wpdt-c .jumbotron .h1{font-size:59px}}.wpdt-c .thumbnail{display:block;padding:3px;margin-bottom:18px;line-height:1.42857143;background-color:#fff;border:1px solid #EDEDED;border-radius:2px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.wpdt-c .thumbnail>img,.wpdt-c .thumbnail a>img{margin-left:auto;margin-right:auto}.wpdt-c a.thumbnail:hover,.wpdt-c a.thumbnail:focus,.wpdt-c a.thumbnail.active{border-color:#2196F3}.wpdt-c .thumbnail .caption{padding:10px 15px;color:#5E5E5E}.wpdt-c.alert,.wpdt-c .alert{padding:12px;margin-bottom:18px;border:1px solid transparent;background:#F4F5F7;border-radius:3px}.wpdt-c.alert h4 .wpdt-c .alert h4{margin-top:0;color:inherit}.wpdt-c.alert .alert-link,.wpdt-c .alert .alert-link{font-weight:700}.wpdt-c.alert>p,.wpdt-c.alert>ul,.wpdt-c .alert>p,.wpdt-c .alert>ul{margin-bottom:0}.wpdt-c.alert>p+p,.wpdt-c .alert>p+p{margin-top:5px}.wpdt-c.alert-dismissable,.wpdt-c.alert-dismissible,.wpdt-c .alert-dismissable,.wpdt-c .alert-dismissible{padding-right:35px}.wpdt-c.alert-dismissable .close,.wpdt-c.alert-dismissible .close,.wpdt-c .alert-dismissable .close,.wpdt-c .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.wpdt-c.alert-success,.wpdt-c .alert-success{background-color:#4CAF50;border-color:transparent;color:#fff}.wpdt-c.alert-success hr,.wpdt-c .alert-success hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-success .alert-link,.wpdt-c .alert-success .alert-link{color:#e6e6e6}.wpdt-c.alert-info i.wpdt-icon-times-full,.wpdt-c .alert-info i.wpdt-icon-times-full{font-size:15px;line-height:20px;color:#8796AF}.wpdt-c.alert-info,.wpdt-c .alert-info{background:#F4F5F7;border-radius:3px}.wpdt-c.alert-info hr,.wpdt-c .alert-info hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-info .alert-link,.wpdt-c .alert-info .alert-link{color:#e6e6e6}.wpdt-c.alert-warning,.wpdt-c .alert-warning{background-color:#FFC107;border-color:transparent;color:#fff}.wpdt-c.alert-warning hr,.wpdt-c .alert-warning hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-warning .alert-link,.wpdt-c .alert-warning .alert-link{color:#e6e6e6}.wpdt-c.alert-danger,.wpdt-c .alert-danger{background:rgba(240,62,62,.06);border-radius:3px;font-weight:500;font-size:12px;line-height:16px;color:#F03E3E;border-color:transparent}.wpdt-c.alert-danger hr,.wpdt-c .alert-danger hr{border-top-color:rgba(0,0,0,0)}.wpdt-c .alert-danger .alert-link,.wpdt-c.alert-danger .alert-link{color:#e6e6e6}@-webkit-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}}.wpdt-c .progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f5f5f5;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.wpdt-c .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:18px;color:#fff;text-align:center;background-color:#2196F3;-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 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.wpdt-c .progress-striped .progress-bar,.wpdt-c .progress-bar-striped{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);background-size:40px 40px}.wpdt-c .progress.active .progress-bar,.wpdt-c .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.wpdt-c .progress-bar-success{background-color:#4CAF50}.wpdt-c .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)}.wpdt-c .progress-bar-info{background-color:#00BCD4}.wpdt-c .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)}.wpdt-c .progress-bar-warning{background-color:#FF9800}.wpdt-c .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)}.wpdt-c .progress-bar-danger{background-color:#F44336}.wpdt-c .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)}.wpdt-c .media{margin-top:15px}.wpdt-c .media:first-child{margin-top:0}.wpdt-c .media,.wpdt-c .media-body{zoom:1;overflow:hidden}.wpdt-c .media-body{width:10000px}.wpdt-c .media-object{display:block}.wpdt-c .media-object.img-thumbnail{max-width:none}.wpdt-c .media-right,.wpdt-c .media>.pull-right{padding-left:10px}.wpdt-c .media-left,.wpdt-c .media>.pull-left{padding-right:10px}.wpdt-c .media-left,.wpdt-c .media-right,.wpdt-c .media-body{display:table-cell;vertical-align:top}.wpdt-c .media-middle{vertical-align:middle}.wpdt-c .media-bottom{vertical-align:bottom}.wpdt-c .media-heading{margin-top:0;margin-bottom:5px}.wpdt-c .media-list{padding-left:0;list-style:none}.wpdt-c .list-group{margin-bottom:20px;padding-left:0}.wpdt-c .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:transparent;border:1px solid #E9E9E9}.wpdt-c .list-group-item:first-child{border-top-right-radius:2px;border-top-left-radius:2px}.wpdt-c .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.wpdt-c a.list-group-item,.wpdt-c button.list-group-item{color:#555}.wpdt-c a.list-group-item .list-group-item-heading,.wpdt-c button.list-group-item .list-group-item-heading{color:#333}.wpdt-c a.list-group-item:hover,.wpdt-c button.list-group-item:hover,.wpdt-c a.list-group-item:focus,.wpdt-c button.list-group-item:focus{text-decoration:none;color:#555;background-color:#F7F7F7}.wpdt-c button.list-group-item{width:100%;text-align:left}.wpdt-c .list-group-item.disabled,.wpdt-c .list-group-item.disabled:hover,.wpdt-c .list-group-item.disabled:focus{background-color:#fff;color:#B5B4B4;cursor:not-allowed}.wpdt-c .list-group-item.disabled .list-group-item-heading,.wpdt-c .list-group-item.disabled:hover .list-group-item-heading,.wpdt-c .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.wpdt-c .list-group-item.disabled .list-group-item-text,.wpdt-c .list-group-item.disabled:hover .list-group-item-text,.wpdt-c .list-group-item.disabled:focus .list-group-item-text{color:#B5B4B4}.wpdt-c .list-group-item.active,.wpdt-c .list-group-item.active:hover,.wpdt-c .list-group-item.active:focus{z-index:2;color:#000;background-color:#f5f5f5;border-color:#e9e9e9}.wpdt-c .list-group-item.active .list-group-item-heading,.wpdt-c .list-group-item.active:hover .list-group-item-heading,.wpdt-c .list-group-item.active:focus .list-group-item-heading,.wpdt-c .list-group-item.active .list-group-item-heading>small,.wpdt-c .list-group-item.active:hover .list-group-item-heading>small,.wpdt-c .list-group-item.active:focus .list-group-item-heading>small,.wpdt-c .list-group-item.active .list-group-item-heading>.small,.wpdt-c .list-group-item.active:hover .list-group-item-heading>.small,.wpdt-c .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.wpdt-c .list-group-item.active .list-group-item-text,.wpdt-c .list-group-item.active:hover .list-group-item-text,.wpdt-c .list-group-item.active:focus .list-group-item-text{color:#fff}.wpdt-c .list-group-item-success{color:#67bd6a;background-color:#67bd6a}.wpdt-c a.list-group-item-success,.wpdt-c button.list-group-item-success{color:#67bd6a}.wpdt-c a.list-group-item-success .list-group-item-heading,.wpdt-c button.list-group-item-success .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-success:hover,.wpdt-c button.list-group-item-success:hover,.wpdt-c a.list-group-item-success:focus,.wpdt-c button.list-group-item-success:focus{color:#67bd6a;background-color:#55b559}.wpdt-c a.list-group-item-success.active,.wpdt-c button.list-group-item-success.active,.wpdt-c a.list-group-item-success.active:hover,.wpdt-c button.list-group-item-success.active:hover,.wpdt-c a.list-group-item-success.active:focus,.wpdt-c button.list-group-item-success.active:focus{color:#fff;background-color:#67bd6a;border-color:#67bd6a}.wpdt-c .list-group-item-info{color:#31708f;background-color:#d9edf7}.wpdt-c a.list-group-item-info,.wpdt-c button.list-group-item-info{color:#31708f}.wpdt-c a.list-group-item-info .list-group-item-heading,.wpdt-c button.list-group-item-info .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-info:hover,.wpdt-c button.list-group-item-info:hover,.wpdt-c a.list-group-item-info:focus,.wpdt-c button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.wpdt-c a.list-group-item-info.active,.wpdt-c button.list-group-item-info.active,.wpdt-c a.list-group-item-info.active:hover,.wpdt-c button.list-group-item-info.active:hover,.wpdt-c a.list-group-item-info.active:focus,.wpdt-c button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.wpdt-c .list-group-item-warning{color:#ffa829;background-color:#ffa829}.wpdt-c a.list-group-item-warning,.wpdt-c button.list-group-item-warning{color:#ffa829}.wpdt-c a.list-group-item-warning .list-group-item-heading,.wpdt-c button.list-group-item-warning .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-warning:hover,.wpdt-c button.list-group-item-warning:hover,.wpdt-c a.list-group-item-warning:focus,.wpdt-c button.list-group-item-warning:focus{color:#ffa829;background-color:#ff9e0f}.wpdt-c a.list-group-item-warning.active,.wpdt-c button.list-group-item-warning.active,.wpdt-c a.list-group-item-warning.active:hover,.wpdt-c button.list-group-item-warning.active:hover,.wpdt-c a.list-group-item-warning.active:focus,.wpdt-c button.list-group-item-warning.active:focus{color:#fff;background-color:#ffa829;border-color:#ffa829}.wpdt-c .list-group-item-danger{color:#f6675d;background-color:#f6675d}.wpdt-c a.list-group-item-danger,.wpdt-c button.list-group-item-danger{color:#f6675d}.wpdt-c a.list-group-item-danger .list-group-item-heading,.wpdt-c button.list-group-item-danger .list-group-item-heading{color:inherit}.wpdt-c a.list-group-item-danger:hover,.wpdt-c button.list-group-item-danger:hover,.wpdt-c a.list-group-item-danger:focus,.wpdt-c button.list-group-item-danger:focus{color:#f6675d;background-color:#f55145}.wpdt-c a.list-group-item-danger.active,.wpdt-c button.list-group-item-danger.active,.wpdt-c a.list-group-item-danger.active:hover,.wpdt-c button.list-group-item-danger.active:hover,.wpdt-c a.list-group-item-danger.active:focus,.wpdt-c button.list-group-item-danger.active:focus{color:#fff;background-color:#f6675d;border-color:#f6675d}.wpdt-c .list-group-item-heading{margin-top:0;margin-bottom:5px}.wpdt-c .list-group-item-text{margin-bottom:0;line-height:1.3}.wpdt-c .panel{margin-bottom:18px;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.wpdt-c .panel-body{padding:15px}.wpdt-c .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel-heading>.dropdown .dropdown-toggle{color:inherit}.wpdt-c .panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}.wpdt-c .panel-title>a,.wpdt-c .panel-title>small,.wpdt-c .panel-title>.small,.wpdt-c .panel-title>small>a,.wpdt-c .panel-title>.small>a{color:inherit}.wpdt-c .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.list-group,.wpdt-c .panel>.panel-collapse>.list-group{margin-bottom:0}.wpdt-c .panel>.list-group .list-group-item,.wpdt-c .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.wpdt-c .panel>.list-group:first-child .list-group-item:first-child,.wpdt-c .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel>.list-group:last-child .list-group-item:last-child,.wpdt-c .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.wpdt-c .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.wpdt-c .list-group+.panel-footer{border-top-width:0}.wpdt-c .panel>.table,.wpdt-c .panel>.table-responsive>.table,.wpdt-c .panel>.panel-collapse>.table{margin-bottom:0}.wpdt-c .panel>.table caption,.wpdt-c .panel>.table-responsive>.table caption,.wpdt-c .panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.wpdt-c .panel>.table:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:1px;border-top-left-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:1px;border-top-right-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:1px}.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.wpdt-c .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.wpdt-c .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:1px}.wpdt-c .panel>.table:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:1px;border-bottom-left-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:1px;border-bottom-right-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:1px}.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.wpdt-c .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.wpdt-c .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:1px}.wpdt-c .panel>.panel-body+.table,.wpdt-c .panel>.panel-body+.table-responsive,.wpdt-c .panel>.table+.panel-body,.wpdt-c .panel>.table-responsive+.panel-body{border-top:1px solid #F5F5F5}.wpdt-c .panel>.table>tbody:first-child>tr:first-child th,.wpdt-c .panel>.table>tbody:first-child>tr:first-child td{border-top:0}.wpdt-c .panel>.table-bordered,.wpdt-c .panel>.table-responsive>.table-bordered{border:0}.wpdt-c .panel>.table-bordered>thead>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.wpdt-c .panel>.table-bordered>tbody>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.wpdt-c .panel>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.wpdt-c .panel>.table-bordered>thead>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.wpdt-c .panel>.table-bordered>tbody>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.wpdt-c .panel>.table-bordered>tfoot>tr>td:first-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.wpdt-c .panel>.table-bordered>thead>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.wpdt-c .panel>.table-bordered>tbody>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.wpdt-c .panel>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.wpdt-c .panel>.table-bordered>thead>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.wpdt-c .panel>.table-bordered>tbody>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.wpdt-c .panel>.table-bordered>tfoot>tr>td:last-child,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.wpdt-c .panel>.table-bordered>thead>tr:first-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.wpdt-c .panel>.table-bordered>tbody>tr:first-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.wpdt-c .panel>.table-bordered>thead>tr:first-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.wpdt-c .panel>.table-bordered>tbody>tr:first-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.wpdt-c .panel>.table-bordered>tbody>tr:last-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.wpdt-c .panel>.table-bordered>tfoot>tr:last-child>td,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.wpdt-c .panel>.table-bordered>tbody>tr:last-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.wpdt-c .panel>.table-bordered>tfoot>tr:last-child>th,.wpdt-c .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.wpdt-c .panel>.table-responsive{border:0;margin-bottom:0}.wpdt-c .panel-group{margin-bottom:18px}.wpdt-c .panel-group .panel{margin-bottom:0;border-radius:2px}.wpdt-c .panel-group .panel+.panel{margin-top:5px}.wpdt-c .panel-group .panel-heading{border-bottom:0}.wpdt-c .panel-group .panel-heading+.panel-collapse>.panel-body,.wpdt-c .panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.wpdt-c .panel-group .panel-footer{border-top:0}.wpdt-c .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.wpdt-c .panel-default{border-color:#ddd}.wpdt-c .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.wpdt-c .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.wpdt-c .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.wpdt-c .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.wpdt-c .panel-primary{border-color:#2196F3}.wpdt-c .panel-primary>.panel-heading{color:#fff;background-color:#2196F3;border-color:#2196F3}.wpdt-c .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#2196F3}.wpdt-c .panel-primary>.panel-heading .badge{color:#2196F3;background-color:#fff}.wpdt-c .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#2196F3}.wpdt-c .panel-success{border-color:#61b555}.wpdt-c .panel-success>.panel-heading{color:#67bd6a;background-color:#67bd6a;border-color:#61b555}.wpdt-c .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#61b555}.wpdt-c .panel-success>.panel-heading .badge{color:#67bd6a;background-color:#67bd6a}.wpdt-c .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#61b555}.wpdt-c .panel-info{border-color:#bce8f1}.wpdt-c .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.wpdt-c .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.wpdt-c .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.wpdt-c .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.wpdt-c .panel-warning{border-color:#ff760f}.wpdt-c .panel-warning>.panel-heading{color:#ffa829;background-color:#ffa829;border-color:#ff760f}.wpdt-c .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ff760f}.wpdt-c .panel-warning>.panel-heading .badge{color:#ffa829;background-color:#ffa829}.wpdt-c .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ff760f}.wpdt-c .panel-danger{border-color:#f54556}.wpdt-c .panel-danger>.panel-heading{color:#f6675d;background-color:#f6675d;border-color:#f54556}.wpdt-c .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f54556}.wpdt-c .panel-danger>.panel-heading .badge{color:#f6675d;background-color:#f6675d}.wpdt-c .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f54556}.wpdt-c .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.wpdt-c .embed-responsive .embed-responsive-item,.wpdt-c .embed-responsive iframe,.wpdt-c .embed-responsive embed,.wpdt-c .embed-responsive object,.wpdt-c .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.wpdt-c .embed-responsive-16by9{padding-bottom:56.25%}.wpdt-c .embed-responsive-4by3{padding-bottom:75%}.wpdt-c .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.wpdt-c .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.wpdt-c .well-lg{padding:24px;border-radius:2px}.wpdt-c .well-sm{padding:9px;border-radius:2px}.wpdt-c .close{float:right;font-size:19.5px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.wpdt-c .close:hover,.wpdt-c .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.wpdt-c button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.wpdt-c .modal-open{overflow:hidden}.wpdt-c .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;-webkit-overflow-scrolling:touch;outline:0;overflow-y:auto}.wpdt-c .modal.fade{text-align:center}.wpdt-c .modal.fade:before{content:'';height:100%;width:1px;display:inline-block;vertical-align:middle}@media (max-width:767px){.wpdt-c .modal.fade:before{height:inherit}}.wpdt-c .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 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.wpdt-c .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.wpdt-c .modal-open .modal{overflow-x:hidden;overflow-y:auto}.wpdt-c .modal-dialog{position:relative;width:auto;margin:10px;text-align:left;display:inline-block;vertical-align:middle}.wpdt-c .modal-content{position:relative;background-color:#fff;border:1px solid transparent;border-radius:2px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.wpdt-c .modal-backdrop,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#000}.wpdt-c .modal-backdrop.fade,.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.wpdt-c .modal-backdrop.in,.modal-backdrop.in{opacity:.4;filter:alpha(opacity=50)}.wpdt-c .modal-header{padding:15px;border-bottom:1px solid transparent}.wpdt-c .modal-header .close{margin-top:-2px}.wpdt-c .modal-title{margin:0;line-height:1.42857143}.wpdt-c .modal-body{position:relative;padding:15px}.wpdt-c .modal-footer{padding:15px;text-align:right;border-top:1px solid transparent;clear:both}.wpdt-c .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.wpdt-c .modal-footer .btn-group .btn+.btn{margin-left:-1px}.wpdt-c .modal-footer .btn-block+.btn-block{margin-left:0}.wpdt-c .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.wpdt-c .modal-dialog{width:600px;margin:30px auto}.wpdt-c .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.wpdt-c .modal-sm{width:300px}}@media (min-width:992px){.wpdt-c .modal-lg{width:900px}}.wpdt-c .tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.wpdt-c .tooltip.in{opacity:1;filter:alpha(opacity=100)}.wpdt-c .tooltip.top{margin-top:-3px;padding:5px 0}.wpdt-c .tooltip.right{margin-left:3px;padding:0 5px}.wpdt-c .tooltip.bottom{margin-top:3px;padding:5px 0}.wpdt-c .tooltip.left{margin-left:-3px;padding:0 5px}.wpdt-c .tooltip-inner{max-width:200px;padding:3px 8px;font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#FFF;text-align:left;background-color:#061938;border-radius:3px}.wpdt-c .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.wpdt-c .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#061938}.wpdt-c .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#061938}.wpdt-c .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#061938}.wpdt-c .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#061938}.wpdt-c .popover{position:absolute;top:0;left:0;z-index:1200;display:none;max-width:276px;padding:1px;letter-spacing:normal;line-break:auto;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;background-clip:padding-box;border:1px solid #fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#FFF;background-color:#061938;border-radius:3px}.wpdt-c .popover.wdt-premium-popover{background-color:#FFFFFF!important;padding:12px}.wpdt-c .popover.wdt-premium-popover .arrow{border-top-color:#FFFFFF!important}.wpdt-c .popover.wdt-premium-popover .popover-header{font-family:Inter;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#061938;margin-top:0;margin-bottom:7px}.wpdt-c .popover.wdt-premium-popover .popover-header button{font-size:15px;line-height:20px;color:#8796AF;background:none;margin:0;opacity:.5;font-weight:400;padding:0!important;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;filter:alpha(opacity=50);text-shadow:none;float:right}.wpdt-c .popover.wdt-premium-popover .popover-header .wpdt-icon-times-full{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#061938;}.wpdt-c .popover.wdt-premium-popover .popover-body span{font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#5A6C89}.wpdt-c .popover.wdt-premium-popover .popover-body a{font-family:Inter;font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#008CFF}.wpdt-c .popover.wdt-premium-popover .popover-body .popover-footer{display:block;margin-top:4px}.wpdt-c .popover.top{margin-top:-10px}.wpdt-c .popover.right{margin-left:10px}.wpdt-c .popover.bottom{margin-top:10px}.wpdt-c .popover.left{margin-left:-10px}.wpdt-c .popover-title{margin:0;padding:8px 14px;font-size:13px;color:#FFF;background-color:#061938}.wpdt-c .popover-content{padding:9px 14px}.wpdt-c .popover>.arrow,.wpdt-c .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.wpdt-c .popover>.arrow{border-width:11px}.wpdt-c .popover>.arrow:after{border-width:10px;content:""}.wpdt-c .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#061938;bottom:-11px}.wpdt-c .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#061938}.wpdt-c .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;margin-left:0;border-left-width:0;border-right-color:#061938}.wpdt-c .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#061938}.wpdt-c .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#fff;top:-11px}.wpdt-c .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.wpdt-c .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#061938}.wpdt-c .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#061938;bottom:-10px}.wpdt-c .carousel{position:relative}.wpdt-c .carousel-inner{position:relative;overflow:hidden;width:100%}.wpdt-c .carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.wpdt-c .carousel-inner>.item>img,.wpdt-c .carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.wpdt-c .carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.wpdt-c .carousel-inner>.item.next,.wpdt-c .carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.wpdt-c .carousel-inner>.item.prev,.wpdt-c .carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.wpdt-c .carousel-inner>.item.next.left,.wpdt-c .carousel-inner>.item.prev.right,.wpdt-c .carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.wpdt-c .carousel-inner>.active,.wpdt-c .carousel-inner>.next,.wpdt-c .carousel-inner>.prev{display:block}.wpdt-c .carousel-inner>.active{left:0}.wpdt-c .carousel-inner>.next,.wpdt-c .carousel-inner>.prev{position:absolute;top:0;width:100%}.wpdt-c .carousel-inner>.next{left:100%}.wpdt-c .carousel-inner>.prev{left:-100%}.wpdt-c .carousel-inner>.next.left,.wpdt-c .carousel-inner>.prev.right{left:0}.wpdt-c .carousel-inner>.active.left{left:-100%}.wpdt-c .carousel-inner>.active.right{left:100%}.wpdt-c .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);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)}.wpdt-c .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:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.wpdt-c .carousel-control.right{left:auto;right:0;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:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.wpdt-c .carousel-control:hover,.wpdt-c .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next,.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.wpdt-c .carousel-control .icon-next,.wpdt-c .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.wpdt-c .carousel-control .icon-prev:before{content:'\2039'}.wpdt-c .carousel-control .icon-next:before{content:'\203a'}.wpdt-c .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.wpdt-c .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.wpdt-c .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.wpdt-c .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.wpdt-c .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .glyphicon-chevron-right,.wpdt-c .carousel-control .icon-prev,.wpdt-c .carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.wpdt-c .carousel-control .glyphicon-chevron-left,.wpdt-c .carousel-control .icon-prev{margin-left:-10px}.wpdt-c .carousel-control .glyphicon-chevron-right,.wpdt-c .carousel-control .icon-next{margin-right:-10px}.wpdt-c .carousel-caption{left:20%;right:20%;padding-bottom:30px}.wpdt-c .carousel-indicators{bottom:20px}}.wpdt-c .clearfix:before,.wpdt-c .clearfix:after,.wpdt-c .dl-horizontal dd:before,.wpdt-c .dl-horizontal dd:after,.wpdt-c .container:before,.wpdt-c .container:after,.wpdt-c .container-fluid:before,.wpdt-c .container-fluid:after,.wpdt-c .row:before,.wpdt-c .row:after,.wpdt-c .form-horizontal .form-group:before,.wpdt-c .form-horizontal .form-group:after,.wpdt-c .btn-toolbar:before,.wpdt-c .btn-toolbar:after,.wpdt-c .btn-group-vertical>.btn-group:before,.wpdt-c .btn-group-vertical>.btn-group:after,.wpdt-c .nav:before,.wpdt-c .nav:after,.wpdt-c .navbar:before,.wpdt-c .navbar:after,.wpdt-c .navbar-header:before,.wpdt-c .navbar-header:after,.wpdt-c .navbar-collapse:before,.wpdt-c .navbar-collapse:after,.wpdt-c .pager:before,.wpdt-c .pager:after,.wpdt-c .panel-body:before,.wpdt-c .panel-body:after,.wpdt-c .modal-header:before,.wpdt-c .modal-header:after,.wpdt-c .modal-footer:before,.wpdt-c .modal-footer:after{content:" ";display:table}.wpdt-c .clearfix:after,.wpdt-c .dl-horizontal dd:after,.wpdt-c .container:after,.wpdt-c .container-fluid:after,.wpdt-c .row:after,.wpdt-c .form-horizontal .form-group:after,.wpdt-c .btn-toolbar:after,.wpdt-c .btn-group-vertical>.btn-group:after,.wpdt-c .nav:after,.wpdt-c .navbar:after,.wpdt-c .navbar-header:after,.wpdt-c .navbar-collapse:after,.wpdt-c .pager:after,.wpdt-c .panel-body:after,.wpdt-c .modal-header:after,.wpdt-c .modal-footer:after{clear:both}.wpdt-c .center-block{display:block;margin-left:auto;margin-right:auto}.wpdt-c .pull-right{float:right!important}.wpdt-c .pull-left{float:left!important}.wpdt-c .hide{display:none!important}.wpdt-c .show{display:block!important}.wpdt-c .invisible{visibility:hidden}.wpdt-c .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.wpdt-c .hidden{display:none!important}.wpdt-c .affix{position:fixed}@-ms-viewport{width:device-width}.wpdt-c .visible-xs,.wpdt-c .visible-sm,.wpdt-c .visible-md,.wpdt-c .visible-lg{display:none!important}.wpdt-c .visible-xs-block,.wpdt-c .visible-xs-inline,.wpdt-c .visible-xs-inline-block,.wpdt-c .visible-sm-block,.wpdt-c .visible-sm-inline,.wpdt-c .visible-sm-inline-block,.wpdt-c .visible-md-block,.wpdt-c .visible-md-inline,.wpdt-c .visible-md-inline-block,.wpdt-c .visible-lg-block,.wpdt-c .visible-lg-inline,.wpdt-c .visible-lg-inline-block{display:none!important}@media (max-width:767px){.wpdt-c .visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.wpdt-c .visible-xs-block{display:block!important}}@media (max-width:767px){.wpdt-c .visible-xs-inline{display:inline!important}}@media (max-width:767px){.wpdt-c .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.wpdt-c .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.wpdt-c .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.wpdt-c .visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.wpdt-c .visible-lg-block{display:block!important}}@media (min-width:1200px){.wpdt-c .visible-lg-inline{display:inline!important}}@media (min-width:1200px){.wpdt-c .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}}.wpdt-c .visible-print{display:none!important}@media print{.wpdt-c .visible-print{display:block!important}.wpdt-c table.visible-print{display:table!important}.wpdt-c tr.visible-print{display:table-row!important}.wpdt-c th.visible-print,.wpdt-c td.visible-print{display:table-cell!important}}.wpdt-c .visible-print-block{display:none!important}@media print{.wpdt-c .visible-print-block{display:block!important}}.wpdt-c .visible-print-inline{display:none!important}@media print{.wpdt-c .visible-print-inline{display:inline!important}}.wpdt-c .visible-print-inline-block{display:none!important}@media print{.wpdt-c .visible-print-inline-block{display:inline-block!important}}@media print{.wpdt-c .hidden-print{display:none!important}}.wpdt-c #weather-widget [class*="icon-"]{font-family:'weather-icons';font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpdt-c .icon-0:before{content:":"}.wpdt-c .icon-1:before{content:"p"}.wpdt-c .icon-2:before{content:"S"}.wpdt-c .icon-3:before{content:"Q"}.wpdt-c .icon-4:before{content:"S"}.wpdt-c .icon-5:before{content:"W"}.wpdt-c .icon-6:before{content:"W"}.wpdt-c .icon-7:before{content:"W"}.wpdt-c .icon-8:before{content:"W"}.wpdt-c .icon-9:before{content:"I"}.wpdt-c .icon-10:before{content:"W"}.wpdt-c .icon-11:before{content:"I"}.wpdt-c .icon-12:before{content:"I"}.wpdt-c .icon-13:before{content:"I"}.wpdt-c .icon-14:before{content:"I"}.wpdt-c .icon-15:before{content:"W"}.wpdt-c .icon-16:before{content:"I"}.wpdt-c .icon-17:before{content:"W"}.wpdt-c .icon-18:before{content:"U"}.wpdt-c .icon-19:before{content:"Z"}.wpdt-c .icon-20:before{content:"Z"}.wpdt-c .icon-21:before{content:"Z"}.wpdt-c .icon-22:before{content:"Z"}.wpdt-c .icon-23:before{content:"Z"}.wpdt-c .icon-24:before{content:"E"}.wpdt-c .icon-25:before{content:"E"}.wpdt-c .icon-26:before{content:"3"}.wpdt-c .icon-27:before{content:"a"}.wpdt-c .icon-28:before{content:"A"}.wpdt-c .icon-29:before{content:"a"}.wpdt-c .icon-30:before{content:"A"}.wpdt-c .icon-31:before{content:"6"}.wpdt-c .icon-32:before{content:"1"}.wpdt-c .icon-33:before{content:"6"}.wpdt-c .icon-34:before{content:"1"}.wpdt-c .icon-35:before{content:"W"}.wpdt-c .icon-36:before{content:"1"}.wpdt-c .icon-37:before{content:"S"}.wpdt-c .icon-38:before{content:"S"}.wpdt-c .icon-39:before{content:"S"}.wpdt-c .icon-40:before{content:"M"}.wpdt-c .icon-41:before{content:"W"}.wpdt-c .icon-42:before{content:"I"}.wpdt-c .icon-43:before{content:"W"}.wpdt-c .icon-44:before{content:"a"}.wpdt-c .icon-45:before{content:"S"}.wpdt-c .icon-46:before{content:"U"}.wpdt-c .icon-47:before{content:"S"}.wpdt-c .btn-file{overflow:hidden;position:relative;vertical-align:middle}.wpdt-c .btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.wpdt-c .fileinput{margin-bottom:9px;display:inline-block}.wpdt-c .fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.wpdt-c .fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.wpdt-c .fileinput .thumbnail>img{max-height:100%}.wpdt-c .fileinput .btn{vertical-align:middle}.wpdt-c .fileinput-exists .fileinput-new,.wpdt-c .fileinput-new .fileinput-exists{display:none}.wpdt-c .fileinput-inline .fileinput-controls{display:inline}.wpdt-c .fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.wpdt-c .form-control .fileinput-filename{vertical-align:bottom}.wpdt-c .fileinput.input-group{display:table}.wpdt-c .fileinput.input-group>*{position:relative;z-index:2}.wpdt-c .fileinput.input-group>.btn-file{z-index:1}.wpdt-c .fileinput-new.input-group .btn-file,.wpdt-c .fileinput-new .input-group .btn-file{border-radius:0 2px 2px 0}.wpdt-c .fileinput-new.input-group .btn-file.btn-xs,.wpdt-c .fileinput-new .input-group .btn-file.btn-xs,.wpdt-c .fileinput-new.input-group .btn-file.btn-sm,.wpdt-c .fileinput-new .input-group .btn-file.btn-sm{border-radius:0 2px 2px 0}.wpdt-c .fileinput-new.input-group .btn-file.btn-lg,.wpdt-c .fileinput-new .input-group .btn-file.btn-lg{border-radius:0 2px 2px 0}.wpdt-c .form-group.has-warning .fileinput .fileinput-preview{color:#ffa829}.wpdt-c .form-group.has-warning .fileinput .thumbnail{border-color:#ff760f}.wpdt-c .form-group.has-error .fileinput .fileinput-preview{color:#f6675d}.wpdt-c .form-group.has-error .fileinput .thumbnail{border-color:#f54556}.wpdt-c .form-group.has-success .fileinput .fileinput-preview{color:#67bd6a}.wpdt-c .form-group.has-success .fileinput .thumbnail{border-color:#61b555}.wpdt-c .input-group-addon:not(:first-child){border-left:0}.wpdt-c .m-0{margin:0px!important}.wpdt-c .m-t-0{margin-top:0px!important}.wpdt-c .m-b-0{margin-bottom:0px!important}.wpdt-c .m-l-0{margin-left:0px!important}.wpdt-c .m-r-0{margin-right:0px!important}.wpdt-c .m-5{margin:5px!important}.wpdt-c .m-t-5{margin-top:5px!important}.wpdt-c .m-b-4{margin-bottom:4px!important}.wpdt-c .m-b-2{margin-bottom:2px!important}.wpdt-c .m-b-5{margin-bottom:5px!important}.wpdt-c .m-l-5{margin-left:5px!important}.wpdt-c .m-r-5{margin-right:5px!important}.wpdt-c .m-10{margin:10px!important}.wpdt-c .m-t-10{margin-top:10px!important}.wpdt-c .m-b-10{margin-bottom:10px!important}.wpdt-c .m-l-10{margin-left:10px!important}.wpdt-c .m-r-10{margin-right:10px!important}.wpdt-c .m-15{margin:15px!important}.wpdt-c .m-t-15{margin-top:15px!important}.wpdt-c .m-b-15{margin-bottom:15px!important}.wpdt-c .m-b-16{margin-bottom:16px!important}.wpdt-c .m-l-15{margin-left:15px!important}.wpdt-c .m-r-15{margin-right:15px!important}.wpdt-c .m-t-18{margin-top:18px!important}.wpdt-c .m-b-18{margin-bottom:18px!important}.wpdt-c .m-l-18{margin-left:18px!important}.wpdt-c .m-r-18{margin-right:18px!important}.wpdt-c .m-18{margin:18px!important}.wpdt-c .m-20{margin:20px!important}.wpdt-c .m-t-20{margin-top:20px!important}.wpdt-c .m-b-20{margin-bottom:20px!important}.wpdt-c .m-l-20{margin-left:20px!important}.wpdt-c .m-r-20{margin-right:20px!important}.wpdt-c .m-t-24{margin-top:24px!important}.wpdt-c .m-25{margin:25px!important}.wpdt-c .m-t-25{margin-top:25px!important}.wpdt-c .m-b-25{margin-bottom:25px!important}.wpdt-c .m-l-25{margin-left:25px!important}.wpdt-c .m-r-25{margin-right:25px!important}.wpdt-c .m-30{margin:30px!important}.wpdt-c .m-t-30{margin-top:30px!important}.wpdt-c .m-b-30{margin-bottom:30px!important}.wpdt-c .m-l-30{margin-left:30px!important}.wpdt-c .m-r-30{margin-right:30px!important}.wpdt-c .p-0{padding:0px!important}.wpdt-c .p-t-0{padding-top:0px!important}.wpdt-c .p-b-0{padding-bottom:0px!important}.wpdt-c .p-l-0{padding-left:0px!important}.wpdt-c .p-r-0{padding-right:0px!important}.wpdt-c .p-5{padding:5px!important}.wpdt-c .p-t-4{padding-top:4px!important}.wpdt-c .p-b-4{padding-bottom:4px!important}.wpdt-c .p-t-5{padding-top:5px!important}.wpdt-c .p-b-5{padding-bottom:5px!important}.wpdt-c .p-l-5{padding-left:5px!important}.wpdt-c .p-r-5{padding-right:5px!important}.wpdt-c .p-10{padding:10px!important}.wpdt-c .p-t-10{padding-top:10px!important}.wpdt-c .p-b-10{padding-bottom:10px!important}.wpdt-c .p-l-10{padding-left:10px!important}.wpdt-c .p-r-12{padding-right:12px!important}.wpdt-c .p-t-12{padding-top:12px!important}.wpdt-c .p-b-12{padding-bottom:12px!important}.wpdt-c .p-l-12{padding-left:12px!important}.wpdt-c .p-r-10{padding-right:10px!important}.wpdt-c .p-15{padding:15px!important}.wpdt-c .p-t-15{padding-top:15px!important}.wpdt-c .p-b-15{padding-bottom:15px!important}.wpdt-c .p-l-15{padding-left:15px!important}.wpdt-c .p-r-15{padding-right:15px!important}.wpdt-c .p-20{padding:20px!important}.wpdt-c .p-t-20{padding-top:20px!important}.wpdt-c .p-b-20{padding-bottom:20px!important}.wpdt-c .p-l-20{padding-left:20px!important}.wpdt-c .p-r-20{padding-right:20px!important}.wpdt-c .p-25{padding:25px!important}.wpdt-c .p-t-25{padding-top:25px!important}.wpdt-c .p-b-25{padding-bottom:25px!important}.wpdt-c .p-l-25{padding-left:25px!important}.wpdt-c .p-r-25{padding-right:25px!important}.wpdt-c .p-30{padding:30px!important}.wpdt-c .p-t-30{padding-top:30px!important}.wpdt-c .p-b-30{padding-bottom:30px!important}.wpdt-c .p-l-30{padding-left:30px!important}.wpdt-c .p-r-30{padding-right:30px!important}.wpdt-c .f-8{font-size:8px!important}.wpdt-c .f-9{font-size:9px!important}.wpdt-c .f-10{font-size:10px!important}.wpdt-c .f-11{font-size:11px!important}.wpdt-c .f-12{font-size:12px!important}.wpdt-c .f-13{font-size:13px!important}.wpdt-c .f-14{font-size:14px!important}.wpdt-c .f-15{font-size:15px!important}.wpdt-c .f-16{font-size:16px!important}.wpdt-c .f-17{font-size:17px!important}.wpdt-c .f-18{font-size:18px!important}.wpdt-c .f-19{font-size:19px!important}.wpdt-c .f-20{font-size:20px!important}.wpdt-c .f-300{font-weight:300!important}.wpdt-c .f-400{font-weight:400!important}.wpdt-c .f-500{font-weight:500!important}.wpdt-c .f-600{font-weight:600!important}.wpdt-c .f-700{font-weight:700!important}.wpdt-c .p-relative{position:relative!important}.wpdt-c .p-absolute{position:absolute!important}.wpdt-c .p-fixed{position:fixed!important}.wpdt-c .p-static{position:static!important}.wpdt-c .o-hidden{overflow:hidden!important}.wpdt-c .o-visible{overflow:visible!important}.wpdt-c .o-auto{overflow:auto!important}.wpdt-c .d-block{display:block!important}.wpdt-c .d-none{display:none!important}.wpdt-c .di-block{display:inline-block!important}.wpdt-c .bgm-white{background-color:#ffffff!important}.wpdt-c .c-white{color:#ffffff!important}.wpdt-c .bgm-black{background-color:#000000!important}.wpdt-c .c-black{color:#222222!important}.wpdt-c .c-title-color{color:#061938!important;font-style:normal;font-weight:400}.wpdt-c .bgm-brown{background-color:#795548!important}.wpdt-c .c-brown{color:#795548!important}.wpdt-c .bgm-pink{background-color:#E91E63!important}.wpdt-c .c-pink{color:#E91E63!important}.wpdt-c .bgm-red{background-color:#F44336!important}.wpdt-c .c-red{color:#F44336!important}.wpdt-c .bgm-blue{background-color:#2196F3!important}.wpdt-c .c-blue{color:#2196F3!important}.wpdt-c .bgm-purple{background-color:#BA68C8!important}.wpdt-c .c-purple{color:#BA68C8!important}.wpdt-c .bgm-deeppurple{background-color:#673AB7!important}.wpdt-c .c-deeppurple{color:#673AB7!important}.wpdt-c .bgm-lightblue{background-color:#03A9F4!important}.wpdt-c .c-lightblue{color:#03A9F4!important}.wpdt-c .bgm-cyan{background-color:#709ed0!important}.wpdt-c .c-cyan{color:#00BCD4!important}.wpdt-c .bgm-teal{background-color:#009688!important}.wpdt-c .c-teal{color:#009688!important}.wpdt-c .bgm-green{background-color:#4CAF50!important}.wpdt-c .c-green{color:#4CAF50!important}.wpdt-c .bgm-lightgreen{background-color:#7fc032!important}.wpdt-c .c-lightgreen{color:#7fc032!important}.wpdt-c .bgm-lime{background-color:#CDDC39!important}.wpdt-c .c-lime{color:#CDDC39!important}.wpdt-c .bgm-yellow{background-color:#FFEB3B!important}.wpdt-c .c-yellow{color:#FFEB3B!important}.wpdt-c .bgm-amber{background-color:#FFC107!important}.wpdt-c .c-amber{color:#FFC107!important}.wpdt-c .bgm-orange{background-color:#FF9800!important}.wpdt-c .c-orange{color:#FF9800!important}.wpdt-c .bgm-deeporange{background-color:#FF5722!important}.wpdt-c .c-deeporange{color:#FF5722!important}.wpdt-c .bgm-gray{background-color:#9E9E9E}.wpdt-c .c-gray{color:#9E9E9E!important}.wpdt-c .bgm-bluegray{background-color:#607D8B!important}.wpdt-c .c-bluegray{color:#607D8B!important}.wpdt-c .bgm-indigo{background-color:#3F51B5!important}.wpdt-c .c-indigo{color:#3F51B5!important}.wpdt-c .bg-black-trp{background-color:rgba(0,0,0,.1)!important}.wpdt-c .b-0{border:0!important}.wpdt-c .w-100{width:100%!important}.wpdt-c .brd-2{border-radius:2px}.wpdt-c .media{overflow:visible}.wpdt-c .media:before,.wpdt-c .media:after{content:" ";display:table}.wpdt-c .media:after{clear:both}.wpdt-c .media:before,.wpdt-c .media:after{content:" ";display:table}.wpdt-c .media:after{clear:both}.wpdt-c .media>.pull-left{padding-right:15px}.wpdt-c .media>.pull-right{padding-left:15px}.wpdt-c .media-heading{font-size:14px;margin-bottom:10px}.wpdt-c .media-body{zoom:1;display:block;width:auto}.wpdt-c .media-object{border-radius:2px}.wpdt-c .close{opacity:.5;filter:alpha(opacity=50);font-weight:400;text-shadow:none}.wpdt-c .close:hover{color:inherit;opacity:1;filter:alpha(opacity=100)}.wpdt-c .dl-horizontal dt{text-align:left}.wpdt-c .wdt-datatables-admin-wrap{-webkit-font-smoothing:antialiased}.wpdt-c *,.wpdt-c *:active,.wpdt-c *:hover,.wpdt-c *:focus{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c html:not(.ie9) body{overflow-y:scroll}.wpdt-c html.ismobile *{cursor:pointer}.wpdt-c html,.wpdt-c body{min-height:100vh}.wpdt-c body{font-weight:400;position:relative;overflow-x:hidden}.wpdt-c audio,.wpdt-c video{outline:none}.wpdt-c p{margin-bottom:20px}.wpdt-c h1 small,.wpdt-c .h1 small,.wpdt-c h2 small,.wpdt-c .h2 small,.wpdt-c h3 small,.wpdt-c .h3 small,.wpdt-c h4 small,.wpdt-c .h4 small,.wpdt-c h5 small,.wpdt-c .h5 small,.wpdt-c h6 small,.wpdt-c .h6 small{font-size:12px}.wpdt-c #main{position:relative;padding-bottom:110px;padding-top:100px;min-height:100vh}.wpdt-c .sidebar-toggled #main{height:100vh;overflow:hidden}.wpdt-c .container.container-alt{max-width:1170px}@media (min-width:1280px){.wpdt-c #content:not(.content-alt){padding-left:283px;padding-right:15px}}@media (min-width:768px) and (max-width:1279px){.wpdt-c #content{padding-left:15px;padding-right:15px}}.wpdt-c #content.content-alt{max-width:1200px;margin:0 auto}.wpdt-c .h-inner{list-style:none;padding:17px 0;margin-bottom:0;position:relative}.wpdt-c .h-inner>li:not(.pull-right){float:left}.wpdt-c .hi-logo a{color:#fff;text-transform:uppercase;display:block;font-size:16px}.wpdt-c .hi-trigger{position:relative;margin-left:-5px;cursor:pointer;display:none!important}.wpdt-c .hi-trigger:before{content:"";position:absolute;top:50%;left:50%;width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.22);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);z-index:0;margin-top:-22px;margin-left:-22px}.wpdt-c .hi-trigger.toggled:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .hi-menu{list-style:none;padding:0}.wpdt-c .hi-menu>li{display:inline-block;margin:0 1px;vertical-align:top;min-width:50px}@media (max-width:767px){.wpdt-c .hi-menu>li{position:static!important}}.wpdt-c .hi-menu>li .dropdown-menu{top:-5px}.wpdt-c .hi-menu>li .dropdown-menu-lg{padding:0}.wpdt-c .hi-menu>li .dropdown-menu-lg .lg-body{min-height:350px;overflow-x:hidden}.wpdt-c .hi-menu>li>a{color:#fff;display:block;text-align:center;z-index:1;position:relative;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:250ms;transition-duration:250ms;border-radius:2px}.wpdt-c .hi-menu>li>a>.him-icon{font-size:24px;line-height:36px}.wpdt-c .hi-menu>li>a>.him-label{line-height:35px;white-space:nowrap;padding:0 10px;font-size:14px;text-transform:uppercase}.wpdt-c .hi-menu>li>a>.him-counts{position:absolute;font-style:normal;background:#F44336;padding:1px 5px;border-radius:2px;right:7px;top:-3px;font-size:10px;line-height:15px}.wpdt-c .hi-menu>li.toggled>a,.wpdt-c .hi-menu>li:hover>a{background-color:rgba(0,0,0,.08)}@media (max-width:767px){.wpdt-c .hi-menu .dropdown-menu-lg{width:calc(100% - 28px)!important}.wpdt-c .hi-menu .dropdown-menu{right:14px;top:55px!important}}.wpdt-c .him-notification:before{content:"";position:absolute;width:100%;height:calc(100% - 70px);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg);opacity:0;filter:alpha(opacity=0);top:42px}.wpdt-c .him-notification.empty:before{-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1;filter:alpha(opacity=100)}:-webkit-full-screen [data-ma-action="fullscreen"]{display:none}:-moz-full-screen [data-ma-action="fullscreen"]{display:none}:-ms-fullscreen [data-ma-action="fullscreen"]{display:none}:full-screen [data-ma-action="fullscreen"]{display:none}:fullscreen [data-ma-action="fullscreen"]{display:none}.wpdt-c #header{box-shadow:0 1px 4px rgba(0,0,0,.3);min-height:70px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:fixed;z-index:11;width:100%;left:0;top:0;padding:0 20px}@media (max-width:767px){.wpdt-c #header{padding:0 8px}}.wpdt-c #header .hi-logo a{padding:7px 10px}.wpdt-c #header .ma-backdrop{position:absolute}@media (max-width:1279px){.wpdt-c #header .hi-trigger{display:inline-block!important}}.wpdt-c #header.search-toggled .h-search-wrap{top:0;opacity:1;filter:alpha(opacity=100)}.wpdt-c .h-search-wrap{position:absolute;top:-65px;left:0;width:100%;height:70px;background:#fff;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;opacity:0;filter:alpha(opacity=0);z-index:10}.wpdt-c .h-search-wrap input[type="text"]{border:0;height:40px;padding:0 10px 0 55px;font-size:18px;border-radius:2px;background-color:#efefef;width:100%}.wpdt-c .h-search-wrap .hsw-close{position:absolute;top:15px;font-size:23px;font-style:normal;width:45px;text-align:center;border-radius:2px 0 0 2px;cursor:pointer;left:15px;height:40px;padding-top:9px}.wpdt-c .h-search-wrap .hsw-close:hover{background-color:#e3e3e3}@media (max-width:767px){.wpdt-c .h-search-wrap .hsw-close{right:7px}}.wpdt-c .hsw-inner{position:relative;padding:15px;max-width:700px;display:block;margin:0 auto}.wpdt-c #header-alt{box-shadow:0 1px 4px rgba(0,0,0,.3);position:relative;margin-bottom:-50px;z-index:10;padding:15px 10px 0 35px}@media (min-width:992px){.wpdt-c #header-alt:before{content:"";position:absolute;bottom:0;left:0;background:rgba(0,0,0,.04);width:100%;height:49px;z-index:-1}}@media (max-width:767px){.wpdt-c #header-alt{padding:5px 5px 0 25px}}.wpdt-c #header-alt .hi-trigger{top:-7px;left:-15px}@media (max-width:991px){.wpdt-c #header-alt .hi-trigger{display:inline-block!important}}.wpdt-c #header-alt .ma-backdrop{position:absolute}.wpdt-c #header-alt .ha-search{margin-bottom:25px;padding-right:25px}.wpdt-c #header-alt .ha-search input[type="text"]{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.24);color:#fff;font-size:15px;font-weight:300;padding:6px 0 6px 30px}.wpdt-c #header-alt .ha-search input[type="text"]::-moz-placeholder{color:#fff;opacity:1}.wpdt-c #header-alt .ha-search input[type="text"]:-ms-input-placeholder{color:#fff}.wpdt-c #header-alt .ha-search input[type="text"]::-webkit-input-placeholder{color:#fff}.wpdt-c #header-alt .ha-search input[type="text"].ie9-placeholder{color:#fff!important}.wpdt-c #header-alt .ha-search .fg-line{max-width:500px;position:relative}.wpdt-c #header-alt .ha-search .fg-line:after{background:#FFEB3B}@media (min-width:992px){.wpdt-c .ha-menu>ul{list-style:none;padding:0;margin:0}.wpdt-c .ha-menu>ul>li{display:inline-block;vertical-align:top}.wpdt-c .ha-menu>ul>li:not(.active)>*:not(ul){color:rgba(255,255,255,.6)}.ha-menu>ul>li.active>a{color:#fff;box-shadow:inset 0 -3px 0 0 #FFEB3B}.ha-menu>ul>li>a{text-transform:uppercase;padding:15px 12px;display:block}.ha-menu>ul>li>a:hover{color:#fff}.ha-menu>ul>li .dropdown-menu{min-width:100%}}@media (max-width:991px){.wpdt-c .ha-menu{display:none}}.wpdt-c .sidebar{position:fixed;background:#fff;height:calc(100% - 70px);top:70px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;z-index:10;overflow-y:auto;box-shadow:0 1px 1px rgba(0,0,0,.15)}.wpdt-c #sidebar{width:268px}@media (max-width:1279px){.wpdt-c #sidebar{-webkit-transform:translate3d(-288px,0,0);transform:translate3d(-288px,0,0);box-shadow:0 0 20px rgba(14,18,21,.38)}.wpdt-c #sidebar.toggled{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wpdt-c .sidebar-alt{top:0;height:100%;-webkit-transform:translate3d(-268px,0,0);transform:translate3d(-268px,0,0)}.wpdt-c .sidebar-alt.toggled{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wpdt-c .s-profile>a{display:block;height:129px;margin-bottom:5px;width:100%;background-size:100%}.wpdt-c .s-profile>a .sp-pic{padding:12px}.wpdt-c .s-profile>a .sp-pic>img{width:47px;height:47px;border-radius:50%;border:3px solid rgba(0,0,0,.14);box-sizing:content-box}.wpdt-c .s-profile>a .sp-info{background:rgba(0,0,0,.37);padding:7px 14px;color:#fff;margin-top:20px;position:relative}.wpdt-c .s-profile>a .sp-info>i{font-size:19px;line-height:100%;position:absolute;right:15px;top:7px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .s-profile .main-menu{display:none;margin:0 0 0}.wpdt-c .s-profile.toggled .sp-info>i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.wpdt-c .main-menu{list-style:none;padding-left:0;margin:20px 0 0 0}.wpdt-c .main-menu a{-webkit-transition:color;-o-transition:color;transition:color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .main-menu a:hover,.wpdt-c .main-menu .active>a,.wpdt-c .main-menu a.active{color:#262626}.wpdt-c .main-menu>li>a{padding:14px 20px 14px 65px;display:block;font-weight:500;position:relative;color:#4C4C4C}.wpdt-c .main-menu>li>a>i{position:absolute;left:25px;font-size:20px;top:0;width:25px;text-align:center;padding:13px 0}.wpdt-c .main-menu>li>a:hover,.wpdt-c .main-menu>li.active>a{background-color:#F4F4F4}.wpdt-c .sub-menu>a{position:relative}.wpdt-c .sub-menu ul{list-style:none;display:none;padding:0}.wpdt-c .sub-menu ul>li>a{padding:8px 20px 8px 65px;font-weight:500;display:block;color:#989898}.wpdt-c .sub-menu ul>li:first-child>a{padding-top:14px}.wpdt-c .sub-menu ul>li:last-child>a{padding-bottom:16px}.wpdt-c .sub-menu ul>li ul{font-size:12px;margin:10px 0;background-color:#F7F7F7}.wpdt-c .sub-menu.active>ul{display:block}@media (max-width:1279px){.wpdt-c .ie9 #sidebar{display:none}.wpdt-c .ie9 #sidebar.toggled{display:block}}.wpdt-c .ie9 .sidebar-alt{display:none}.wpdt-c .ie9 .sidebar-alt.toggled{display:block}.wpdt-c .dropdown:not([data-animation]) .dropdown-menu{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wpdt-c .dropdown-menu{box-shadow:0 2px 10px rgba(0,0,0,.2);padding:10px 0;border-radius:3px;top:-1px;margin:0;border:0}.wpdt-c .dropdown-menu>li>a{padding:10px 20px;border:0;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .dropdown-menu[class*="bgm-"]>li>a{color:#fff}.wpdt-c .dropup .dropdown-menu{bottom:-2px}.wpdt-c .dropdown-menu-lg{width:300px}.wpdt-c .dropdown-header{padding:3px 17px;margin-top:10px;color:#b1b1b1;text-transform:uppercase;font-weight:400}.wpdt-c .btn-group.open .dropdown-toggle{box-shadow:none}.wpdt-c .list-group{margin-bottom:0}.wpdt-c .list-group .list-group-item{border:0;margin:0;padding:15px 23px}.wpdt-c .list-group .list-group-item>.checkbox.pull-left{margin:0}.wpdt-c .list-group.lg-odd-black .list-group-item:nth-child(odd){background-color:#F7F7F7}.wpdt-c .list-group.lg-even-black .list-group-item:nth-child(even){background-color:#F7F7F7}.wpdt-c .lg-header{text-align:center;padding:15px 10px 13px;line-height:100%;text-transform:uppercase;border-bottom:1px solid #F0F0F0;font-weight:500;color:#4C4C4C;margin-bottom:10px}.wpdt-c .lg-header .actions{position:absolute;top:5px;right:10px}.wpdt-c .lgi-img{width:40px;height:40px;border-radius:50%}.wpdt-c .lgi-heading{color:#000;margin-bottom:4px;display:block}.wpdt-c .lgi-heading,.wpdt-c .lgi-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .lgi-text{display:block;font-size:12px;color:#777}.wpdt-c .lgi-text:not(:last-child){margin-bottom:4px}.wpdt-c .lgi-checkbox{margin-top:8px;margin-bottom:0}.wpdt-c .lgi-attrs{list-style:none;padding:0;margin:0}.wpdt-c .lgi-attrs>li{display:inline-block;border:1px solid #e0e0e0;margin:2px 2px 2px 0;padding:2px 5px;font-size:12px;color:#777}.wpdt-c .lgi-attrs>li>a{display:block}.wpdt-c .progress{box-shadow:none;border-radius:0;height:5px;margin-bottom:0}.wpdt-c .progress .progress-bar{box-shadow:none}.wpdt-c #chat{padding:20px 0 5px;width:280px;right:-300px;box-shadow:0 0 20px rgba(14,18,21,.38)}.wpdt-c #chat.toggled{right:0}.wpdt-c #chat .chat-search{padding:20px 20px 15px 20px}.wpdt-c #chat .chat-search .form-control{background-repeat:no-repeat;background-position:left center;padding-left:30px;background-color:transparent}.wpdt-c #chat .chat-search .form-control:focus{padding:0 30px 0 0}.wpdt-c #chat .lg-body{height:calc(100% - 70px)}[class*="chat-status"]{position:absolute;width:10px;height:10px;border-radius:50%;top:-3px;right:12px;border:2px solid #FFF}.wpdt-c .chat-status-online{box-shadow:0 0 0 1px #1EC01E;background:#1EC01E}.wpdt-c .chat-status-offline{box-shadow:0 0 0 1px #E73F3F;background:#E73F3F}.wpdt-c .chat-status-busy{box-shadow:0 0 0 1px #FFA500;background:#FFA500}.wpdt-c .tab-nav{list-style:none;padding:0;white-space:nowrap;margin:0;overflow:auto;box-shadow:inset 0 -1px 0 #D7D9E2;width:100%}.wpdt-c .tab-nav li{display:inline-block;vertical-align:top}.wpdt-c .tab-nav li>a{display:inline-block;text-transform:none;position:relative;width:100%;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;font-family:Inter;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#5A6C89}.wpdt-c .tab-nav li>a:after{content:"";height:2px;position:absolute;width:100%;left:0;bottom:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}@media (min-width:768px){.wpdt-c .tab-nav li>a{padding:15px}}@media (max-width:769px){.wpdt-c .tab-nav li>a{padding:15px 8px}.wpdt-c .tab-nav{display:flex;flex-direction:column;text-align:center}.wpdt-c .col-sm-4{width:50%}}@media (max-width:480px){.wpdt-c .col-sm-4,.wpdt-c .col-xs-6,.wpdt-c .col-xs-6 button,.wpdt-c .col-xs-6 input,.wpdt-c .wdt-table-settings .input-path-block .fg-line,.wpdt-c .pull-right:not(.wdt-column-settings):not(.wdt-column-block-icon):not(.wdt-column-move-arrows),.wpdt-c .pull-left,.wpdt-c .btn.btn-default.wdt-documentation,.wpdt-c .btn.btn-primary,.wpdt-c .btn.btn-danger,.wpdt-c .btn.wdt-envato-activation-button,.wpdt-c .btn.btn-default.wdt-documentation:hover,.wpdt-c .btn.btn-default.wdt-documentation:focus{width:100%!important;margin:0 0 10px 0!important}.wpdt-c .wdt-edit-buttons span .wdt-standard-view{width:100%;margin-top:10px}.wpdt-c .panel-collapse .panel-heading:before{left:5px;top:7px}.wpdt-c #wdt-formula-editor-modal .modal-dialog,.wpdt-c #wdt-columns-list-modal .modal-dialog{width:100%}.wpdt-c .wdt-activation-section .col-sm-1{padding-right:0;margin-top:10px}.wpdt-c .card .card-header .actions{position:relative!important}.wpdt-c .card .card-header .actions li{display:block}.wpdt-c .card .card-header .actions button{width:100%;margin:0}.wpdt-c .card.column-settings .wpdt-actions-bottom .col{display:flex;flex-direction:column-reverse;width:100%}.wpdt-c .breadcrumb{padding:0!important}}.wpdt-c .tab-nav li.active>a{color:#008CFF}.wpdt-c .tab-nav li.active>a:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .tab-nav.tab-nav-right{text-align:right}.wpdt-c .tab-nav.tn-justified>li{display:table-cell;width:1%;text-align:center}.wpdt-c .tab-nav.tn-icon>li .zmdi{font-size:22px;line-height:100%;min-height:25px}.wpdt-c .tab-nav:not([data-tab-color])>li>a:after{background:#008CFF}.wpdt-c .tab-nav[data-tab-color="green"]>li>a:after{background:#4CAF50}.wpdt-c .tab-nav[data-tab-color="red"]>li>a:after{background:#F44336}.wpdt-c .tab-nav[data-tab-color="teal"]>li>a:after{background:#009688}.wpdt-c .tab-nav[data-tab-color="amber"]>li>a:after{background:#FFC107}.wpdt-c .tab-nav[data-tab-color="black"]>li>a:after{background:#000}.wpdt-c .tab-nav[data-tab-color="cyan"]>li>a:after{background:#00BCD4}.wpdt-c .tab-content{padding:20px 0}.wpdt-c .card{position:relative;background:#fff;box-shadow:none;margin-bottom:30px}.wpdt-c .card .card-header{position:relative}@media screen and (min-width:768px){.wpdt-c .card .card-header{padding:25px 27px}}@media screen and (max-width:991px){.wpdt-c .card .card-header{padding:18px}}.wpdt-c .card .card-header h2{margin:0;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:24px;color:#304463}.wpdt-c .card .card-header h2 small{display:block;color:#AEAEAE;line-height:160%}.wpdt-c .card .card-header.ch-alt:not([class*="bgm-"]){background:none}.wpdt-c .card .card-header[class*="bgm-"] h2,.wpdt-c .card .card-header[class*="bgm-"] h2 small{color:#fff}.wpdt-c .card .card-header .actions{position:absolute;right:10px;z-index:2;top:12px}.wpdt-c .card .card-header .btn-float{right:25px;bottom:-23px;z-index:1}.wpdt-c .card a.card-header{display:block}@media screen and (min-width:768px){.wpdt-c .card .card-body.card-padding:not(.wpdt-column-settings-card):not(.wdt-chart-wizard-chosen-columns-container):not(.wdt-chart-wizart-existing-columns-container):not(.wpdt-add-ons-card){padding:24px;background:#fff;box-shadow:0 3px 6px rgba(23,43,77,.08),0 1px 1px rgba(23,43,77,.11);border-radius:3px}}@media screen and (max-width:991px){.wpdt-c .card .card-body.card-padding{padding:18px}}.wpdt-c .card .card-body.card-padding-sm{padding:15px}.wpdt-c .card-header:not(.ch-alt):not([class*="bgm-"])+.card-padding{padding-top:0}.wpdt-c .card-light .card-header h2,.wpdt-c .card-light .card-header h2 small{color:#fff}.wpdt-c .chart-edge{margin:20px -8px 0 -10px;overflow:hidden}.wpdt-c .chart-edge .flot-chart{bottom:-14px}.wpdt-c .charts-row{margin-top:50px;margin-bottom:20px}.wpdt-c .mini-charts-item{box-shadow:0 1px 1px rgba(0,0,0,.15);position:relative;margin-bottom:30px}.wpdt-c .mini-charts-item .chart{padding:21px 18px 0;float:left}.wpdt-c .mini-charts-item .chart.chart-pie{margin:0 20px;padding:14px 11px}.wpdt-c .mini-charts-item .count{overflow:hidden;color:rgba(255,255,255,.9);padding:16px 12px}.wpdt-c .mini-charts-item .count>h2{margin:0;line-height:100%;font-size:22px;font-weight:300;color:#fff}.wpdt-c .mini-charts-item .count>small{margin-bottom:2px;display:block}.wpdt-c .mini-charts-item .count>h2,.wpdt-c .mini-charts-item .count>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c .mini-charts-item>.clearfix,.wpdt-c .mini-charts-item>.dl-horizontal dd,.wpdt-c .mini-charts-item>.container,.wpdt-c .mini-charts-item>.container-fluid,.wpdt-c .mini-charts-item>.row,.wpdt-c .mini-charts-item>.form-horizontal .form-group,.wpdt-c .mini-charts-item>.btn-toolbar,.wpdt-c .mini-charts-item>.btn-group-vertical>.btn-group,.wpdt-c .mini-charts-item>.nav,.wpdt-c .mini-charts-item>.navbar,.wpdt-c .mini-charts-item>.navbar-header,.wpdt-c .mini-charts-item>.navbar-collapse,.wpdt-c .mini-charts-item>.pager,.wpdt-c .mini-charts-item>.panel-body,.wpdt-c .mini-charts-item>.modal-header,.wpdt-c .mini-charts-item>.modal-footer{position:relative;z-index:1}.wpdt-c .mini-charts-item:before{-webkit-transition:width;-o-transition:width;transition:width;-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;content:"";width:105px;height:100%;background:rgba(0,0,0,.1);position:absolute;left:0;top:0}.wpdt-c .mini-charts-item:hover .count{color:#fff!important}.wpdt-c .mini-charts-item:hover:before{width:100%}.wpdt-c #jqstooltip{min-width:21px;min-height:23px;text-align:center;border:0;background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.3)}.wpdt-c #jqstooltip .jqsfield{font-size:12px;font-weight:700;font-family:inherit;text-align:center;color:#333}.wpdt-c #jqstooltip .jqsfield>span{display:none}.wpdt-c .epc-item{box-shadow:0 1px 1px rgba(0,0,0,.15);position:relative;margin-bottom:30px;padding:30px 20px;text-align:center}.wpdt-c .easy-pie{display:inline-block;position:relative;padding:0 0 10px}.wpdt-c .easy-pie .percent{position:absolute;font-weight:300;width:100%;line-height:100%;left:4px;color:#fff}.wpdt-c .easy-pie .percent:after{content:"%"}.wpdt-c .easy-pie.main-pie .percent{margin-top:49px;font-size:50px;text-align:center}.wpdt-c .easy-pie.main-pie .percent:after{font-size:30px}.wpdt-c .easy-pie:not(.main-pie) .percent{font-size:24px;margin-top:33px}.wpdt-c .easy-pie:not(.main-pie) .percent:after{font-size:20px}.wpdt-c .easy-pie .pie-title{position:absolute;width:100%;text-align:center;bottom:-3px;left:0}.wpdt-c #recent-items-chart{width:calc(100% + 19px);height:150px;margin:-20px -10px 0;bottom:-10px}.wpdt-c [class*="flot-chart"]{width:100%;display:block}.wpdt-c .flot-chart{height:200px}.wpdt-c .flot-chart-pie{height:300px}@media (min-width:768px){.wpdt-c .flot-chart-pie{margin-bottom:20px}}.wpdt-c .flot-tooltip,.wpdt-c #flotTip{position:absolute;color:#333;display:none;font-size:12px;box-shadow:2px 2px 5px rgba(0,0,0,.1);padding:3px 10px;background-color:#fff;z-index:99999}.wpdt-c [class*="flc-"]{text-align:center;margin:10px 0 5px}.wpdt-c [class*="flc-"] table{display:inline-block}.wpdt-c [class*="flc-"] .legendColorBox>div{border:#fff!important}.wpdt-c [class*="flc-"] .legendColorBox>div>div{border-radius:50%}.wpdt-c [class*="flc-"] .legendLabel{padding:0 8px 0 3px}.wpdt-c .dw-item{position:relative;min-height:400px;margin-bottom:30px;box-shadow:0 1px 1px rgba(0,0,0,.15)}.wpdt-c .dwi-header{position:relative}.wpdt-c .dwi-header-img{background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center;height:155px}.wpdt-c .dw-footer{position:absolute;left:0;bottom:0;width:100%}.wpdt-c .dwih-title{padding:12px 20px;position:absolute;width:100%;left:0}.wpdt-c #site-visits .dwi-header{padding-bottom:38px;margin-bottom:12px;background-color:rgba(255,255,255,.05)}.wpdt-c #site-visits .dwi-header canvas{width:100%!important}.wpdt-c #site-visits .dwih-title{bottom:0;color:#fff}.wpdt-c #site-visits .sv-item:nth-child(even){background-color:rgba(255,255,255,.05)}.wpdt-c #site-visits .sv-item small{color:rgba(255,255,255,.7)}.wpdt-c #site-visits .sv-item h3{font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.wpdt-c #site-visits .sv-item .pull-right{margin-top:5px;opacity:.7;filter:alpha(opacity=70)}.wpdt-c #best-selling{background-color:#fff}.wpdt-c #best-selling .dwi-header .dwih-title{padding-bottom:30px;top:0;color:#fff;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=0)}.wpdt-c #best-selling .dwi-header .bs-main{padding:15px;color:#fff;position:absolute;bottom:0;left:0;width:100%;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=0)}.wpdt-c #best-selling .dwi-header .bs-main>h2{font-weight:400;font-size:20px;margin:5px 0 0 0;line-height:100%;color:#fff}.wpdt-c #weather-widget{color:#fff;padding:20px 20px 0}.wpdt-c #weather-widget .weather-status{font-size:40px;line-height:100%}.wpdt-c #weather-widget .weather-icon{text-align:center;margin-top:10px;height:150px;background-repeat:no-repeat;background-position:center}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-0{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-1{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-2{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-3{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-4{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-5{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-6{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-7{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-8{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-9{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-10{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-11{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-12{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-13{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-14{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-15{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-16{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-17{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-18{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-19{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-20{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-21{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#weather-widget .weather-icon.wi-22{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-23{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-24{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-25{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-26{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-27{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-28{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-29{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-30{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-31{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-32{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-33{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-34{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-35{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-36{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-37{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-38{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-39{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-40{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-41{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-42{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-43{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-44{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-45{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-46{background-size:125px 125px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c #weather-widget .weather-icon.wi-47{background-size:125px 125px}}.wpdt-c #weather-widget .weather-info{list-style:none;padding:0;margin:3px 0 0 0}.wpdt-c #weather-widget .weather-info>li{display:inline-block;border:1px solid rgba(255,255,255,.39);padding:2px 10px 3px;margin-right:5px}.wpdt-c #weather-widget .dw-footer{background:rgba(0,0,0,.04);padding:10px 20px}.wpdt-c #weather-widget .weather-list{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpdt-c #weather-widget .weather-list>span{margin-right:7px;display:inline-block;line-height:40px;vertical-align:top}.wpdt-c #weather-widget .weather-list>span.weather-list-icon{width:35px;height:35px;background-repeat:no-repeat;background-position:center;background-size:30px 30px}.wpdt-c #weather-widget .weather-list>span>i{line-height:100%;font-size:39px}.wpdt-c .profile-view{text-align:center}.wpdt-c .profile-view .pv-header{position:relative;height:145px;width:100%;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center}.wpdt-c .profile-view .pv-header>.pv-main{border-radius:50%;width:130px;position:absolute;height:130px;bottom:-50px;left:50%;margin-left:-65px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .profile-view .pv-body{margin-top:70px;padding:0 20px 20px}.wpdt-c .profile-view .pv-body>h2{margin:0;line-height:100%;font-size:20px;font-weight:400}.wpdt-c .profile-view .pv-body>small{display:block;color:#8E8E8E;margin:10px 0 15px}.wpdt-c .profile-view .pv-body .pv-contact,.wpdt-c .profile-view .pv-body .pv-follow{padding:0;list-style:none}.wpdt-c .profile-view .pv-body .pv-contact>li,.wpdt-c .profile-view .pv-body .pv-follow>li{display:inline-block}.wpdt-c .profile-view .pv-body .pv-follow{margin:20px -20px;padding:10px;background-color:#F3F3F3}.wpdt-c .profile-view .pv-body .pv-follow>li{padding:0 10px}.wpdt-c .profile-view .pv-body .pv-contact>li{margin:0 5px}.wpdt-c .profile-view .pv-body .pv-contact>li>.zmdi{line-height:100%;vertical-align:text-bottom;font-size:22px}.wpdt-c .profile-view .pv-body .pv-follow-btn{padding:7px 20px;background:#00BCD4;color:#fff;border-radius:3px;text-transform:uppercase;max-width:200px;width:100%;display:inline-block}.wpdt-c .profile-view .pv-body .pv-follow-btn:hover{background:#00a5bb}.wpdt-c .profile-view:hover .pv-main{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.wpdt-c .picture-list .pl-body{padding:2px}.wpdt-c .picture-list .pl-body [class*="col-"]{padding:2px}.wpdt-c .picture-list .pl-body [class*="col-"]>a{display:block}.wpdt-c .picture-list .pl-body [class*="col-"]>a img{width:100%}.wpdt-c .picture-list .pl-body:before,.wpdt-c .picture-list .pl-body:after{content:" ";display:table}.wpdt-c .picture-list .pl-body:after{clear:both}.wpdt-c .picture-list .pl-body:before,.wpdt-c .picture-list .pl-body:after{content:" ";display:table}.wpdt-c .picture-list .pl-body:after{clear:both}.wpdt-c .go-social .card-body{padding:0 15px 20px}.wpdt-c .go-social .card-body [class*="col-"]{padding:12px}.wpdt-c .go-social .card-body [class*="col-"] img{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.wpdt-c .go-social .card-body [class*="col-"]:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.wpdt-c .rating-list{padding:0 0 20px}.wpdt-c .rating-list .rl-star{margin-top:10px;margin-bottom:4px}.wpdt-c .rating-list .rl-star .zmdi{font-size:20px;color:#ccc}.wpdt-c .rating-list .rl-star .zmdi.active{color:#FF9800}.wpdt-c .rating-list .media .zmdi-star{line-height:100%;font-size:22px;vertical-align:middle;position:relative;top:-2px;left:6px;color:#FF9800}.wpdt-c .rating-list .media .media-body{padding:7px 10px 0 5px}.wpdt-c .cwh-year{color:rgba(255,255,255,.6);font-size:15px}.wpdt-c .cwh-day{font-size:25px;line-height:100%;color:#fff}.wpdt-c .table{margin-bottom:0}.wpdt-c .table>thead>tr>th{background-color:#fff;vertical-align:middle;font-weight:500;color:#333;border-width:1px;text-transform:uppercase}.wpdt-c .table.table-inner{border:0}.wpdt-c .table>thead>tr>th:first-child,.wpdt-c .table>tbody>tr>th:first-child,.wpdt-c .table>tfoot>tr>th:first-child,.wpdt-c .table>thead>tr>td:first-child,.wpdt-c .table>tbody>tr>td:first-child,.wpdt-c .table>tfoot>tr>td:first-child{padding-left:30px}.wpdt-c .table>thead>tr>th:last-child,.wpdt-c .table>tbody>tr>th:last-child,.wpdt-c .table>tfoot>tr>th:last-child,.wpdt-c .table>thead>tr>td:last-child,.wpdt-c .table>tbody>tr>td:last-child,.wpdt-c .table>tfoot>tr>td:last-child{padding-right:30px}.wpdt-c .table>tbody>tr.active>td,.wpdt-c .table>tfoot>tr.active>td,.wpdt-c .table>tbody>tr.info>td,.wpdt-c .table>tfoot>tr.info>td,.wpdt-c .table>tbody>tr.warning>td,.wpdt-c .table>tfoot>tr.warning>td,.wpdt-c .table>tbody>tr.succes>td,.wpdt-c .table>tfoot>tr.succes>td,.wpdt-c .table>tbody>tr.danger>td,.wpdt-c .table>tfoot>tr.danger>td{border:0}.wpdt-c .table>tbody>tr:last-child>td,.wpdt-c .table>tfoot>tr:last-child>td{padding-bottom:20px}.wpdt-c .table-striped td,.wpdt-c .table-striped th{border:0!important}.wpdt-c .table-bordered{border-bottom:0;border-left:0;border-right:0}.wpdt-c .table-bordered>tbody>tr>td,.wpdt-c .table-bordered>tbody>tr>th{border-bottom:0;border-left:0}.wpdt-c .table-bordered>tbody>tr>td:last-child,.wpdt-c .table-bordered>tbody>tr>th:last-child{border-right:0}.wpdt-c .table-bordered>thead>tr>th{border-left:0}.wpdt-c .table-bordered>thead>tr>th:last-child{border-right:0}.wpdt-c .table-vmiddle td{vertical-align:middle!important}.wpdt-c .table-responsive{border:0}.wpdt-c #todo{background:#FFC107;color:#fff;font-family:'satisfy',cursive}.wpdt-c #todo .card-header{padding:28px 35px 20px;background-color:rgba(0,0,0,.03)}.wpdt-c #todo .card-header h2{font-size:25px}.wpdt-c #todo .card-header h2 small{font-size:18px;margin-top:0}.wpdt-c #todo .card-body{font-size:20px;position:relative}.wpdt-c #todo .list-group-item{padding:0}.wpdt-c #todo .checkbox .input-helper:before,.wpdt-c #todo .checkbox .input-helper:after{top:5px}.wpdt-c #todo .checkbox input:checked+i+span{text-decoration:line-through}.wpdt-c .t-add,.wpdt-c .ta-block,.wpdt-c .ta-btn{-webkit-transition:all;-o-transition:all;transition:all;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .t-add{width:50px;height:50px;border-radius:50%;position:absolute;background:#fff;top:-25px;right:23px;max-height:300px}.wpdt-c .t-add .ta-block{overflow:hidden;opacity:0;filter:alpha(opacity=0)}.wpdt-c .t-add .ta-block textarea{padding:25px 25px 45px;resize:none;width:100%;font-size:24px;color:#FFC107;position:absolute;height:100%;border:0;outline:none}.wpdt-c .t-add:not(.toggled){overflow:hidden}.wpdt-c .t-add:not(.toggled) .ta-btn{position:relative;z-index:1;display:inline-block;width:50px;height:50px;cursor:pointer;text-align:center;font-size:23px;color:#FF9800;line-height:51px}.wpdt-c .t-add.toggled{width:calc(100% - 47px);height:calc(100% - 25px);border-radius:2px;top:0;z-index:1;box-shadow:0 5px 8px rgba(0,0,0,.2);overflow:visible}.wpdt-c .t-add.toggled .ta-btn{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);display:none}.wpdt-c .t-add.toggled .ta-block{opacity:1;filter:alpha(opacity=100)}.wpdt-c .t-add.toggled .ta-block .tab-actions{position:absolute;bottom:0;width:100%;padding:5px 10px;border-top:1px solid #EEE;z-index:1}.wpdt-c .t-add.toggled .ta-block .tab-actions>a{font-size:25px;padding:0 6px;border-radius:50%;text-align:center;height:40px;width:40px;line-height:48px;display:inline-block}.wpdt-c .t-add.toggled .ta-block .tab-actions>a:hover{background-color:#eee}.wpdt-c .btn:not(.dropdown-toggle){text-transform:none}.wpdt-c .btn[class*="bgm-"]:not(.bgm-white){color:#fff}.wpdt-c .btn .caret{margin-top:-3px}.wpdt-c .btn:not(.btn-link){box-shadow:none}.wpdt-c .btn-group:not(.bootstrap-select),.wpdt-c .btn-group-vertical:not(.bootstrap-select){box-shadow:0 1px 4px 0 rgba(0,0,0,.3)}.wpdt-c .btn-group .btn,.wpdt-c .btn-group-vertical .btn,.wpdt-c .btn-group .btn:active,.wpdt-c .btn-group-vertical .btn:active,.wpdt-c .btn-group .btn:focus,.wpdt-c .btn-group-vertical .btn:focus,.wpdt-c .btn-group .btn-group,.wpdt-c .btn-group-vertical .btn-group{box-shadow:none!important}.wpdt-c .btn-group .btn,.wpdt-c .btn-group-vertical .btn{margin:0}.wpdt-c .btn-xs,.wpdt-c .btn-group-xs>.btn{padding:2px 5px;font-size:11px;line-height:1.5;border-radius:2px}.wpdt-c .btn-link{color:#797979;text-decoration:none;border-radius:2px}.wpdt-c .btn-link:hover{color:#0a0a0a}.wpdt-c .btn-inverse{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:focus,.wpdt-c .btn-inverse.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active:hover,.wpdt-c .btn-inverse.active:hover,.wpdt-c .open>.dropdown-toggle.btn-inverse:hover,.wpdt-c .btn-inverse:active:focus,.wpdt-c .btn-inverse.active:focus,.wpdt-c .open>.dropdown-toggle.btn-inverse:focus,.wpdt-c .btn-inverse:active.focus,.wpdt-c .btn-inverse.active.focus,.wpdt-c .open>.dropdown-toggle.btn-inverse.focus{color:#fff;background-color:#1a1a1a;border-color:rgba(0,0,0,0)}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{background-image:none}.wpdt-c .btn-inverse.disabled:hover,.wpdt-c .btn-inverse[disabled]:hover,.wpdt-c fieldset[disabled] .btn-inverse:hover,.wpdt-c .btn-inverse.disabled:focus,.wpdt-c .btn-inverse[disabled]:focus,.wpdt-c fieldset[disabled] .btn-inverse:focus,.wpdt-c .btn-inverse.disabled.focus,.wpdt-c .btn-inverse[disabled].focus,.wpdt-c fieldset[disabled] .btn-inverse.focus{background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse .badge{color:#454545;background-color:#fff}.wpdt-c .btn-inverse:hover,.wpdt-c .btn-inverse:focus,.wpdt-c .btn-inverse.focus,.wpdt-c .btn-inverse:active,.wpdt-c .open>.dropdown-toggle.btn-inverse{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:hover:hover,.wpdt-c .btn-inverse:focus:hover,.wpdt-c .btn-inverse.focus:hover,.wpdt-c .btn-inverse:active:hover,.wpdt-c .open>.dropdown-toggle.btn-inverse:hover,.wpdt-c .btn-inverse:hover:focus,.wpdt-c .btn-inverse:focus:focus,.wpdt-c .btn-inverse.focus:focus,.wpdt-c .btn-inverse:active:focus,.wpdt-c .open>.dropdown-toggle.btn-inverse:focus,.wpdt-c .btn-inverse:hover.focus,.wpdt-c .btn-inverse:focus.focus,.wpdt-c .btn-inverse.focus.focus,.wpdt-c .btn-inverse:active.focus,.wpdt-c .open>.dropdown-toggle.btn-inverse.focus{color:#fff;background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse:active,.wpdt-c .btn-inverse.active,.wpdt-c .open>.dropdown-toggle.btn-inverse{background-image:none}.wpdt-c .btn-inverse.disabled,.wpdt-c .btn-inverse[disabled],.wpdt-c fieldset[disabled] .btn-inverse,.wpdt-c .btn-inverse.disabled:hover,.wpdt-c .btn-inverse[disabled]:hover,.wpdt-c fieldset[disabled] .btn-inverse:hover,.wpdt-c .btn-inverse.disabled:focus,.wpdt-c .btn-inverse[disabled]:focus,.wpdt-c fieldset[disabled] .btn-inverse:focus,.wpdt-c .btn-inverse.disabled.focus,.wpdt-c .btn-inverse[disabled].focus,.wpdt-c fieldset[disabled] .btn-inverse.focus,.wpdt-c .btn-inverse.disabled:active,.wpdt-c .btn-inverse[disabled]:active,.wpdt-c fieldset[disabled] .btn-inverse:active{background-color:#454545;border-color:transparent}.wpdt-c .btn-inverse .badge{color:#454545;background-color:#fff}.wpdt-c .btn-icon{border-radius:50%;width:40px;line-height:42px;height:40px;padding:0;text-align:center}.wpdt-c .btn-icon .zmdi{font-size:17px}.wpdt-c .btn-icon-text>.zmdi{font-size:15px;vertical-align:top;display:inline-block;margin-top:2px;line-height:100%;margin-right:2px;margin-left:2px}.wpdt-c .btn-float{width:50px;height:50px;border-radius:50%;line-height:46px!important}.wpdt-c .btn-float:not(.m-btn){position:absolute!important}.wpdt-c .btn-float i{font-size:23px;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:500ms;transition-duration:500ms}.wpdt-c .btn-float:hover i{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.wpdt-c .btn-float:not(.bgm-white):not(.bgm-gray)>i{color:#fff}.wpdt-c .btn-float.bgm-white>i,.wpdt-c .btn-float.bgm-gray>i{color:#333}.wpdt-c .open .btn{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c .open .btn:focus,.wpdt-c .open .btn:active{outline:none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.wpdt-c .m-btn{z-index:1;bottom:40px;right:40px;position:fixed!important}label{font-weight:500}input:active,input:focus{outline:0}.wpdt-c .form-control{box-shadow:none!important;resize:none}.wpdt-c .form-control:active,.wpdt-c .form-control:focus{box-shadow:none}.wpdt-c .form-control:not(.fc-alt){border-left:0;border-right:0;border-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.wpdt-c .form-control:not(.fc-alt).auto-size{padding-top:6px}.wpdt-c .form-group{margin-bottom:25px}.wpdt-c .input-helper:before,.wpdt-c .input-helper:after,.wpdt-c .checkbox label:before,.wpdt-c .radio label:before,.wpdt-c .radio-inline:before,.wpdt-c .checkbox-inline:before{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .checkbox,.wpdt-c .radio{padding-top:0!important}.wpdt-c .checkbox label,.wpdt-c .radio label{display:inline-block;padding-left:25px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wpdt-c .checkbox input,.wpdt-c .radio input{top:0;left:0;margin-left:0!important;z-index:1;cursor:pointer;opacity:1;filter:alpha(opacity=0);margin-top:0}.wpdt-c .checkbox input:checked+.input-helper:before,.wpdt-c .radio input:checked+.input-helper:before{border-color:#098BEF}.wpdt-c .checkbox .input-helper:before,.wpdt-c .radio .input-helper:before,.wpdt-c .checkbox .input-helper:after,.wpdt-c .radio .input-helper:after{position:absolute;content:""}.wpdt-c .checkbox .input-helper:before,.wpdt-c .radio .input-helper:before{left:0;border:1px solid #d7d7d7}.wpdt-c .checkbox.disabled,.wpdt-c .radio.disabled{opacity:.6;filter:alpha(opacity=60)}.wpdt-c .checkbox input{width:17px;height:17px}.wpdt-c .checkbox input:checked+.input-helper:before{background-color:#2196F3}.wpdt-c .checkbox input:checked+.input-helper:after{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .checkbox .input-helper:before{top:0;width:17px;height:17px;border-radius:2px}.wpdt-c .checkbox .input-helper:after{opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);content:'\f0c8';font-family:'wpDataTablesIcons';position:absolute;font-size:12px;left:2px;top:0;color:#fff;font-weight:700}.wpdt-c .radio input{width:19px;height:19px}.wpdt-c .radio input:checked+.input-helper:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .radio .input-helper:before{top:-1px;width:19px;height:19px;border-radius:50%}.wpdt-c .radio .input-helper:after{width:9px;height:9px;background:#2196F3;border-radius:50%;top:4px;left:5px;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.wpdt-c .checkbox-inline,.wpdt-c .radio-inline{vertical-align:top;margin-top:0;padding-left:25px}.wpdt-c .checkbox-light .input-helper:before,.wpdt-c .radio-light .input-helper:before{border-color:#fff}.wpdt-c .checkbox-light input:checked+.input-helper:before{border-color:#fff;background-color:#fff}.wpdt-c .checkbox-light input:checked+.input-helper:after{color:#333}.wpdt-c html:not(.ie9) .select{position:relative}.wpdt-c html:not(.ie9) .select:before{position:absolute;top:0;right:0;content:"";height:calc(100% - 2px);width:30px;background-color:#FFF;background-position:right calc(100% - 7px);background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUYDDMcpfFSnAAAAJJJREFUKM/VkTEOglAQRB+Emta72HuRuQG9REzsucEchdID0FpS2hA7O5tP8iX/J9LJJptsduZtMQv7KtubvUW0OAId8MowNdBJugNUkfAEDsApA47BA0C5DJIeQANMCWgCmuD5Bm0jaQBaYI6gGWglDdksFsH2xfY79DkVYJk6IOkK9EAv6fZT6muT7U3v+sP6AODpN6SzPrkNAAAAAElFTkSuQmCC);pointer-events:none;z-index:5}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.wpdt-c html:not(.ie9) .select:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QUYDDQZmtow1AAAAQpJREFUSMftlLFKA0EURU8Wm5DePmhl5Q+kFn/jVinSBMFGyR/ElGLzPsFORFKmSpcfCIqlWNiIBAmxmYVhcTKz7Fo5F6bY4ew7PN7wICcnJxYz+9NanQDYB7oNfV+SnquXBwF4Dhw1FK6B4+plEYBvgW0D2dbVIEkoaQrM3OeuhqhkZ65GXOgNegLcheYcSMf9M6n7aJCEmfWAR2CQKFwA55I+yxpJwor8EHgCTiPoCjiT9LYPKmJCV2AIvO7BXoBhTBYVljOQtATGwMcv2Dswckx0cRSR7nzpPXAJfHvIBriQ9ODPvtUVZWbXZrZz56ruSixSIL9TYAqcuHPTamcpy7jNZZ+T80/zAzioYvQbRGcPAAAAAElFTkSuQmCC);background-size:12px 12px}}.wpdt-c html:not(.ie9) .select:not(.fg-line):before{right:0}.wpdt-c html:not(.ie9) .select.fg-line:before{right:10px}.wpdt-c .input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon{font-size:15px}.wpdt-c .input-group-addon{border-width:0 0 1px 0;min-width:42px}.wpdt-c .input-group-addon>.zmdi{position:relative;top:3px}.wpdt-c .fg-line{position:relative;vertical-align:top}.wpdt-c .fg-line:not(.form-group){display:inline-block;width:100%}.wpdt-c .fg-line .form-control:disabled{color:#9d9d9d;background:transparent}.wpdt-c .fg-line:not(.disabled):after,.wpdt-c .fg-line:not(.readonly):after{position:absolute;z-index:3;bottom:0;left:0;height:2px;width:100%;content:"";-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .fg-line:not([class*=has-]):after{display:none}.wpdt-c .fg-line.readonly .form-control{color:#9d9d9d;background:transparent}.wpdt-c .fg-line.fg-toggled:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .fg-float{margin-top:2px;position:relative}.wpdt-c .fg-float .form-control{position:relative;background:transparent;z-index:1}.wpdt-c .fg-float .form-control::-moz-placeholder{color:#fff;opacity:1}.wpdt-c .fg-float .form-control:-ms-input-placeholder{color:#fff}.wpdt-c .fg-float .form-control::-webkit-input-placeholder{color:#fff}.wpdt-c .fg-float .fg-label{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;position:absolute;top:5px;font-weight:400;color:#959595;pointer-events:none;z-index:0;left:0;white-space:nowrap}.wpdt-c .fg-float .fg-toggled .fg-label{top:-20px;font-size:11px}.wpdt-c .control-label{font-weight:400}.wpdt-c .toggle-switch{display:inline-block;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wpdt-c .toggle-switch .ts-label{display:inline-block;margin:0 20px 0 0;vertical-align:top;-webkit-transition:color 0.56s cubic-bezier(.4,0,.2,1);transition:color 0.56s cubic-bezier(.4,0,.2,1)}.wpdt-c .toggle-switch .ts-helper{display:inline-block;position:relative;width:40px;height:16px;border-radius:8px;background:rgba(0,0,0,.26);-webkit-transition:background 0.28s cubic-bezier(.4,0,.2,1);transition:background 0.28s cubic-bezier(.4,0,.2,1);vertical-align:middle;cursor:pointer}.wpdt-c .toggle-switch .ts-helper:before{content:'';position:absolute;top:-4px;left:-4px;width:24px;height:24px;background:#fafafa;box-shadow:0 2px 8px rgba(0,0,0,.28);border-radius:50%;webkit-transition:left 0.28s cubic-bezier(.4,0,.2,1),background 0.28s cubic-bezier(.4,0,.2,1),box-shadow 0.28s cubic-bezier(.4,0,.2,1);transition:left 0.28s cubic-bezier(.4,0,.2,1),background 0.28s cubic-bezier(.4,0,.2,1),box-shadow 0.28s cubic-bezier(.4,0,.2,1)}.wpdt-c .toggle-switch:not(.disabled) .ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1)}.wpdt-c .toggle-switch input{position:absolute;z-index:1;width:16px;height:16px;cursor:pointer;right:11px;top:12px;background:#FAFBFC;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0;box-shadow:none;outline:none!important}.wpdt-c .wdt-datatables-admin-wrap .check-column i{font-size:18px}.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox],.wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox]{z-index:1;width:16px;height:16px;cursor:pointer;background:#FFF;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0!important;box-shadow:none;outline:none!important;vertical-align:baseline;opacity:1}.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]{position:absolute;top:6px}.wpdt-c .wdt-datatables-admin-wrap .check-column input[type=checkbox]:checked::before,.wpdt-c .wpDataTableFilterSection .wdt_checkbox_option input[type=checkbox]:checked::before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:11px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px;opacity:1}.wpdt-c .wdt-datatables-admin-wrap #cb-select-all-1 input[type=checkbox]:checked::before{padding:2px 0 0 0}.wpdt-c .toggle-switch input[type=checkbox]:checked:before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:12px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px}.wpdt-c .toggle-switch input.wdt-premium-feature[type=checkbox]:checked:before{display:none}.wpdt-c .toggle-switch input:checked+.ts-helper:before{left:20px}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper{background:rgba(0,150,136,.5)}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:before{background:#009688}.wpdt-c .toggle-switch:not([data-ts-color]) input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2)}.wpdt-c .toggle-switch.disabled{opacity:.6;filter:alpha(opacity=60)}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper{background:rgba(244,67,54,.5)}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper:before{background:#F44336}.wpdt-c .toggle-switch[data-ts-color="red"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(244,67,54,.2)}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper{background:rgba(33,150,243,.5)}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper:before{background:#2196F3}.wpdt-c .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(33,150,243,.2)}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper{background:rgba(255,193,7,.5)}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper:before{background:#FFC107}.wpdt-c .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(255,193,7,.2)}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper{background:rgba(186,104,200,.5)}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper:before{background:#BA68C8}.wpdt-c .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(186,104,200,.2)}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper{background:rgba(233,30,99,.5)}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper:before{background:#E91E63}.wpdt-c .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(233,30,99,.2)}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper{background:rgba(205,220,57,.5)}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper:before{background:#CDDC39}.wpdt-c .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(205,220,57,.2)}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper{background:rgba(0,188,212,.5)}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper:before{background:#00BCD4}.wpdt-c .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,188,212,.2)}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper{background:rgba(76,175,80,.5)}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper:before{background:#4CAF50}.wpdt-c .toggle-switch[data-ts-color="green"] input:not(:disabled):checked+.ts-helper:active:before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(76,175,80,.2)}.wpdt-c .has-error .checkbox .input-helper:before{border-color:#f99d97}.wpdt-c .has-error .checkbox .input-helper:after{border-bottom-color:#f77066;border-left-color:#f77066}.wpdt-c .has-error .fg-line:after{background:#F44336}.wpdt-c .has-success .checkbox .input-helper:before{border-color:#92cf94}.wpdt-c .has-success .checkbox .input-helper:after{border-bottom-color:#6ec071;border-left-color:#6ec071}.wpdt-c .has-success .fg-line:after{background:#4CAF50}.wpdt-c .has-warning .checkbox .input-helper:before{border-color:#ffc166}.wpdt-c .has-warning .checkbox .input-helper:after{border-bottom-color:#ffad33;border-left-color:#ffad33}.wpdt-c .has-warning .fg-line:after{background:#FF9800}.wpdt-c .ie9-placeholder{color:#888!important;font-weight:400}.wpdt-c .ie9 textarea{overflow:auto!important}.wpdt-c .pagination{border-radius:0}.wpdt-c .pagination>li{margin:0 2px;display:inline-block;vertical-align:top}.wpdt-c .pagination>li>a,.wpdt-c .pagination>li>span{border-radius:50%;padding:0;width:40px;height:40px;line-height:38px;text-align:center;font-size:14px;z-index:1;position:relative;cursor:pointer;background-clip:padding-box}.wpdt-c .pagination>li>a>.zmdi,.wpdt-c .pagination>li>span>.zmdi{font-size:22px;line-height:39px}.wpdt-c .pagination>li.disabled{opacity:.5;filter:alpha(opacity=50)}.wpdt-c .lg-pagination{width:100%;text-align:center;padding:40px 0;margin-top:0}.wpdt-c .pager li>a,.wpdt-c .pager li>span{padding:5px 10px 6px;color:#7E7E7E}.wpdt-c .popover{box-shadow:0 2px 30px rgba(0,0,0,.2)}.wpdt-c .popover-title{border-bottom:0;padding:15px;font-size:12px;text-transform:uppercase}.wpdt-c .popover-title+.popover-content{padding-top:0}.wpdt-c .popover-content{padding:15px}.wpdt-c .popover-content p{margin-bottom:0}.wpdt-c .fw-container .tab-content{padding:25px 0}.wpdt-c .fw-container .fw-footer{text-align:center;margin:30px 0 0;width:100%;border-top:2px solid #eee;padding:15px 0}.wpdt-c.alert{font-size:13px}.wpdt-c.alert span{cursor:pointer}.wpdt-c.alert:not(.alert-dismissible){padding-right:30px}.wpdt-c.alert.alert-dismissable{padding-right:44px}.wpdt-c.alert-inverse{background-color:#333;border-color:transparent;color:#fff}.wpdt-c.alert-inverse hr{border-top-color:rgba(0,0,0,0)}.wpdt-c.alert-inverse .alert-link{color:#e6e6e6}.wpdt-c.growl-animated.alert-inverse{box-shadow:0 0 5px rgba(51,51,51,.5)}.wpdt-c.growl-animated.alert-info{box-shadow:0 0 5px rgba(33,150,243,.5)}.wpdt-c.growl-animated.alert-success{box-shadow:0 0 5px rgba(76,175,80,.5);background:#EBFBEE;border:1px solid #40C057;box-sizing:border-box;color:#061938;padding:8px 12px;font-family:Inter;font-size:12px;line-height:20px}.wpdt-c.growl-animated.alert-success .wpdt-icon-check-circle-full{color:#2F9E44;margin-right:4px}.wpdt-c.growl-animated.alert-warning{box-shadow:0 0 5px rgba(255,193,7,.5)}.wpdt-c.growl-animated.alert-danger{background:linear-gradient(0deg,rgba(240,62,62,.04),rgba(240,62,62,.04)),#FFFFFF;border:1px solid #F03E3E;box-sizing:border-box;box-shadow:0 1px .5px rgba(0,0,0,.08),0 5px 5px rgba(0,0,0,.04);border-radius:4px;font-family:Inter;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#061938}.wpdt-c.growl-animated.alert-danger span.wpdt-icon-exclamation-triangle{margin-right:4px;color:#F03E3E}.wpdt-c.alert-link{color:#fff!important}.wpdt-c .lightbox .lightbox-item{overflow:hidden}.wpdt-c .lightbox .lightbox-item>img{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:200ms;transition-duration:200ms;width:100%;border-radius:2px}.wpdt-c .lightbox .lightbox-item:hover{cursor:pointer}.wpdt-c .lightbox .lightbox-item:hover img{-webkit-transform:scale(1.35) rotate(10deg);-ms-transform:scale(1.35) rotate(10deg);-o-transform:scale(1.35) rotate(10deg);transform:scale(1.35) rotate(10deg)}.wpdt-c .lightbox [data-src]:before,.wpdt-c .lightbox [data-src]:after{content:" ";display:table}.wpdt-c .lightbox [data-src]:after{clear:both}.wpdt-c .lightbox [data-src]:before,.wpdt-c .lightbox [data-src]:after{content:" ";display:table}.wpdt-c .lightbox [data-src]:after{clear:both}.wpdt-c .lightbox .lightbox-item:not(.p-item){position:relative}.wpdt-c .carousel .carousel-control{-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms;opacity:0;filter:alpha(opacity=0)}.wpdt-c .carousel .carousel-control .zmdi{position:absolute;top:50%;left:50%;line-height:100%}@media screen and (min-width:768px){.wpdt-c .carousel .carousel-control .zmdi{font-size:60px;width:60px;height:60px;margin-top:-30px;margin-left:-30px}}@media screen and (max-width:991px){.wpdt-c .carousel .carousel-control .zmdi{width:24px;height:24px;margin-top:-12px;margin-left:-12px}}.wpdt-c .carousel:hover .carousel-control{opacity:1;filter:alpha(opacity=100)}.wpdt-c .carousel .carousel-caption{background:rgba(0,0,0,.6);left:0;right:0;bottom:0;width:100%;padding-bottom:50px}.wpdt-c .carousel .carousel-caption>h3{color:#fff;margin:0 0 5px;font-weight:300}.wpdt-c .carousel .carousel-caption>p{margin:0}@media screen and (max-width:991px){.wpdt-c .carousel .carousel-caption{display:none}}.wpdt-c .carousel .carousel-indicators{bottom:10px;margin:0;left:0;bottom:0;width:100%;padding:0 0 6px;background:rgba(0,0,0,.6)}.wpdt-c .carousel .carousel-indicators li{border-radius:0;width:15px;border:0;background:#fff;height:3px;margin:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:250ms;transition-duration:250ms}.wpdt-c .carousel .carousel-indicators li.active{width:25px;height:3px;background:#FF9800}.wpdt-c .modal .modal-content{box-shadow:0 5px 20px rgba(0,0,0,.31);border-radius:3px;border:0}.wpdt-c .modal .modal-header{padding:23px 26px}.wpdt-c .modal .modal-body{padding:0 26px 10px}.wpdt-c .modal .modal-footer .btn-link{font-size:14px;color:#000;font-weight:500}.wpdt-c .modal .modal-footer .btn-link:hover{background-color:#eee}.wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link{font-weight:500}.wpdt-c .modal:not([data-modal-color]) .modal-footer .btn-link:hover{background-color:#eee;background:#eee}.wpdt-c .modal[data-modal-color]{color:#fff}.wpdt-c .modal[data-modal-color] .modal-title,.wpdt-c .modal[data-modal-color] .modal-footer .btn-link{color:#fff}.wpdt-c .modal[data-modal-color] .modal-footer{background:#FFF}.modal[data-modal-color] .modal-backdrop{background:#fff}.wpdt-c .modal[data-modal-color] .modal-footer .btn-link{font-weight:400}.wpdt-c .modal[data-modal-color] .modal-footer .btn-link:hover{background-color:rgba(0,0,0,.1)}.wpdt-c .modal[data-modal-color="blue"] .modal-content{background:#2196F3}.wpdt-c .modal[data-modal-color="cyan"] .modal-content{background:#00BCD4}.wpdt-c .modal[data-modal-color="green"] .modal-content{background:#4CAF50}.wpdt-c .modal[data-modal-color="lightgreen"] .modal-content{background:#7fc032}.wpdt-c .modal[data-modal-color="lightblue"] .modal-content{background:#03A9F4}.wpdt-c .modal[data-modal-color="amber"] .modal-content{background:#FFC107}.wpdt-c .modal[data-modal-color="teal"] .modal-content{background:#009688}.wpdt-c .modal[data-modal-color="orange"] .modal-content{background:#FF9800}.wpdt-c .modal[data-modal-color="bluegray"] .modal-content{background:#607D8B}.wpdt-c .modal[data-modal-color="red"]{font-family:Inter;font-style:normal;font-weight:400}.wpdt-c .modal[data-modal-color="red"] .modal-title{font-size:15px;line-height:20px;color:#061938}.wpdt-c .modal[data-modal-color="red"] .modal-title i{color:#F03E3E;margin-right:8px}.wpdt-c .modal[data-modal-color="red"] .modal-content{background:#FFF;border:1px solid #F03E3E;box-sizing:border-box;box-shadow:0 0 1px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.04),0 16px 24px rgba(0,0,0,.06);border-radius:4px;font-size:14px;line-height:24px;color:#5A6C89}.wpdt-c .panel{box-shadow:none;border:0}.wpdt-c .panel-heading{padding:0}.wpdt-c .panel-title>a{padding:10px 15px;display:block;font-size:13px}.wpdt-c .panel-collapse .panel-heading{position:relative}.wpdt-c .panel-collapse .panel-heading .panel-title>a{padding:8px 5px 16px 30px;color:#000;position:relative}.wpdt-c .panel-collapse .panel-heading .panel-title>a:after,.wpdt-c .panel-collapse .panel-heading .panel-title>a:before{position:absolute;bottom:0;left:0;height:2px;width:100%;content:"";-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.wpdt-c .panel-collapse .panel-heading .panel-title>a:after{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.wpdt-c .panel-collapse .panel-heading:not(.active) .panel-title>a:before{background:#eee}.wpdt-c .panel-collapse .panel-heading:before,.wpdt-c .panel-collapse .panel-heading:after{font-family:'wpDataTablesIcons';font-size:17px;position:absolute;left:0;-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;top:7px}.wpdt-c .panel-collapse .panel-heading:before{content:"\f107";-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-heading:after{-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);content:"\f106"}.wpdt-c .panel-collapse .panel-heading.active .panel-title>a:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-heading.active:before{-webkit-transform:scale(0) rotate(-90deg);-ms-transform:scale(0) rotate(-90deg);-o-transform:scale(0) rotate(-90deg);transform:scale(0) rotate(-90deg)}.wpdt-c .panel-collapse .panel-heading.active:after{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpdt-c .panel-collapse .panel-body{border-top:0!important;padding-left:5px;padding-right:5px}.wpdt-c .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after{background:#2196F3}.wpdt-c .panel-group[data-collapse-color="red"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#F44336}.wpdt-c .panel-group[data-collapse-color="green"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#4CAF50}.wpdt-c .panel-group[data-collapse-color="amber"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#FFC107}.wpdt-c .panel-group[data-collapse-color="teal"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#009688}.wpdt-c .panel-group[data-collapse-color="black"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#000}.wpdt-c .panel-group[data-collapse-color="cyan"] .panel-collapse .panel-heading.active .panel-title>a:after{background:#00BCD4}.wpdt-c .breadcrumb{border-radius:0;margin-top:-27px;margin-bottom:50px}@media (min-width:1280px){.wpdt-c .breadcrumb{padding:10px 33px 11px 0}}@media (max-width:1279px){.wpdt-c .breadcrumb{padding:10px 33px 11px}}.wpdt-c .messages{height:calc(100vh - 130px);position:relative;overflow:hidden}.wpdt-c .messages header{min-height:55px}.wpdt-c .messages header .actions{position:absolute;top:12px;right:13px}.wpdt-c .m-sidebar{width:300px;border-right:1px solid #eee;position:absolute;height:100%;left:0;top:0;z-index:1}@media (max-width:767px){.m-sidebar{width:60px}.m-sidebar .list-group-item{padding:10px!important}.m-sidebar .ms-time{display:none}}.wpdt-c .m-sidebar header{background-color:#F7F7F7;padding:20px}.wpdt-c .m-sidebar header h2{line-height:100%;font-size:15px;margin:0;text-transform:uppercase;font-weight:400}.wpdt-c .m-sidebar .lgi-heading{max-width:120px}.wpdt-c .m-sidebar .list-group{height:calc(100% - 130px)}.wpdt-c .m-sidebar .mCSB_scrollTools{z-index:2}.wpdt-c .ms-time{position:absolute;top:16px;right:25px;color:#777}.wpdt-c .ms-search{padding:20px 25px;position:relative}.wpdt-c .ms-search .zmdi-search{position:absolute;left:0;top:8px;font-size:20px}.wpdt-c .ms-search input{padding-left:25px!important}.wpdt-c .m-body{position:relative;height:100%}@media (min-width:768px){.wpdt-c .m-body{padding-left:300px}}@media (max-width:767px){.wpdt-c .m-body{padding-left:60px}}.wpdt-c .mb-header{background-color:#F7F7F7;box-shadow:0 -1px 0 1px #eaeaea;position:relative;z-index:2}.wpdt-c .mbh-user{padding:12px 20px}.wpdt-c .mbh-user>img{width:30px;height:30px;border-radius:50%;float:left;margin-right:15px}.wpdt-c .mb-list{height:calc(100% - 55px);position:relative}.wpdt-c .mbl-messages{padding:50px 50px 0;height:calc(100vh - 259px);overflow-x:hidden}@media (max-width:767px){.wpdt-c .mbl-messages{padding:20px 20px 0}}.wpdt-c .mblm-item{position:relative;margin-bottom:10px}.wpdt-c .mblm-item>div{display:inline-block;max-width:70%;padding:15px 20px;border-radius:2px;position:relative}.wpdt-c .mblm-item small{display:block;color:#777;padding:5px 20px}.wpdt-c .mblm-item-left>div{background-color:#eee}.wpdt-c .mblm-item-right{text-align:right}.wpdt-c .mblm-item-right>div{background-color:#FFC107;color:#fff}.wpdt-c .mblmi-img{margin:-10px -15px;cursor:pointer}.wpdt-c .mblmi-img img{max-width:250px;border-radius:2px}.wpdt-c .mbl-compose{border-top:1px solid #eee;height:70px;position:absolute;bottom:0;left:0;width:100%;padding:15px 65px 15px 15px}.wpdt-c .mbl-compose textarea{height:100%;width:100%;border-radius:2px;border:0;resize:none;background:#eee;padding:5px 10px;color:#5E5E5E;-webkit-transition:background-color;-o-transition:background-color;transition:background-color;-webkit-transition-duration:300ms;transition-duration:300ms}.wpdt-c .mbl-compose button{position:absolute;top:14px;right:15px;background:transparent;border:0;font-size:25px}.wpdt-c .mbl-compose button:hover{color:#333}.wpdt-c .four-zero{height:100vh;background-color:#607D8B}.wpdt-c .fz-block{background:#557382;border-radius:2px;position:absolute;top:50%;margin-top:-150px;color:#ECF0F1;text-align:center;padding:25px;height:300px;width:500px;left:50%;margin-left:-250px}.wpdt-c .fz-block h2{font-size:130px;line-height:100%;color:#ECF0F1;font-weight:100}@media (max-width:767px){.wpdt-c .fz-block{width:calc(100% - 40px);left:20px;margin-left:0;height:260px;margin-top:-130px}.wpdt-c .fz-block h2{font-size:90px}}.wpdt-c .fz-block small{display:block;font-size:26px;margin-top:-10px}.wpdt-c .fzb-links{margin-top:20px}.wpdt-c .fzb-links>a{font-size:16px;display:inline-block;color:#ECF0F1;margin:0 1px;line-height:30px;width:30px;height:30px;background:rgba(0,0,0,.09);border-radius:50%;text-align:center}.wpdt-c .fzb-links>a:hover{background:rgba(0,0,0,.2)}.wpdt-c .login-content{min-height:100vh;text-align:center;background-color:#009688}.wpdt-c .login-content:before{display:inline-block;content:'';height:100vh;width:1px;vertical-align:middle}.wpdt-c .lc-block{max-width:500px;padding:20px 0;width:80%;display:inline-block;vertical-align:middle;position:relative}.wpdt-c .lc-block:not(.toggled){display:none}.wpdt-c .lc-block.toggled{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:10}.wpdt-c .lc-block:not(.lc-block-alt) .lcb-form{padding:35px 55px 35px 25px}.wpdt-c .lc-block:not(.lc-block-alt) .btn-login{top:50%;margin-top:-43px;right:-25px}.wpdt-c .lc-block .checkbox{margin:5px 0 0 41px;text-align:left}.wpdt-c .lcb-form{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15);border-radius:2px}.wpdt-c .lcb-navigation{margin-top:15px}.wpdt-c .lcb-navigation a,.wpdt-c .lcb-navigation a span{-webkit-transition:width;-o-transition:width;transition:width;-webkit-transition-duration:200ms;transition-duration:200ms}.wpdt-c .lcb-navigation a{color:#fff;display:inline-block;background:rgba(255,255,255,.2);margin:0 1px;width:30px;height:30px;border-radius:20px;vertical-align:top;white-space:nowrap;text-align:left}.wpdt-c .lcb-navigation a i{width:30px;font-style:normal;font-size:16px;display:inline-block;vertical-align:top;text-align:center;line-height:30px}.wpdt-c .lcb-navigation a span{width:0;overflow:hidden;display:inline-block;line-height:29px;margin-left:-3px}.wpdt-c .lcb-navigation a:hover span{width:100%}.wpdt-c .lcb-navigation a[data-ma-block="#l-register"]:hover{width:95px}.wpdt-c .lcb-navigation a[data-ma-block="#l-forget-password"]:hover{width:147px}.wpdt-c .lcb-navigation a[data-ma-block="#l-login"]:hover{width:85px}.wpdt-c .lc-block-alt .lcb-form{padding:70px 35px 60px}.wpdt-c .lc-block-alt .btn-login{bottom:0;left:50%;margin-left:-25px}.wpdt-c .lcb-user{width:100px;height:100px;border-radius:50%;border:5px solid #fff;position:absolute;top:-35px;left:50%;margin-left:-50px;box-shadow:0 -4px 10px rgba(0,0,0,.18)}.wpdt-c #profile-main{min-height:500px;position:relative}@media (min-width:1200px){.wpdt-c #profile-main .pm-overview{width:300px}}@media (min-width:768px) and (max-width:1200px){.wpdt-c #profile-main .pm-overview{width:250px}}@media (min-width:768px){.wpdt-c #profile-main .pm-overview{position:absolute;left:0;top:0;height:100%;background:#f8f8f8;border-right:1px solid #eee}}@media (max-width:767px){.wpdt-c #profile-main .pm-overview{width:100%;background:#333;text-align:center}}@media (min-width:1200px){.wpdt-c #profile-main .pm-body{padding-left:300px}}@media (min-width:768px) and (max-width:1200px){.wpdt-c #profile-main .pm-body{padding-left:250px}}@media (max-width:767px){.wpdt-c #profile-main .pm-body{padding-left:0}}.wpdt-c #profile-main .pmo-pic{position:relative;margin:20px}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic img{width:100%;border-radius:2px 2px 0 0}}@media (max-width:767px){.wpdt-c #profile-main .pmo-pic img{width:180px;display:inline-block;height:180px;border-radius:50%;border:4px solid #fff;box-shadow:0 8px 17px rgba(0,0,0,.2),0 6px 20px rgba(0,0,0,.19)}}.wpdt-c #profile-main .pmo-pic .pmo-stat{border-radius:0 0 2px 2px;color:#fff;text-align:center;padding:30px 5px 0}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic .pmo-stat{background:#FFC107;padding-bottom:15px}}.wpdt-c #profile-main .pmo-pic .pmop-edit{position:absolute;top:0;left:0;color:#fff;background:rgba(0,0,0,.38);text-align:center;padding:10px 10px 11px}.wpdt-c #profile-main .pmo-pic .pmop-edit:hover{background:rgba(0,0,0,.8)}.wpdt-c #profile-main .pmo-pic .pmop-edit i{font-size:18px;vertical-align:middle;margin-top:-3px}@media (min-width:768px){.wpdt-c #profile-main .pmo-pic .pmop-edit{width:100%;opacity:0;filter:alpha(opacity=0)}.wpdt-c #profile-main .pmo-pic .pmop-edit i{margin-right:4px}}.wpdt-c #profile-main .pmo-pic:hover .pmop-edit{opacity:1;filter:alpha(opacity=100)}.wpdt-c #profile-main .pmo-pic .pmop-message{position:absolute;bottom:27px;left:50%;margin-left:-25px}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu{padding:5px 0 55px;left:-90px;width:228px;height:150px;top:-74px;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu textarea{width:100%;height:95px;border:0;resize:none;padding:10px 19px}.wpdt-c #profile-main .pmo-pic .pmop-message .dropdown-menu button{bottom:5px;left:88px}.wpdt-c #profile-main .pmb-block{margin-bottom:20px}@media (min-width:1200px){.wpdt-c #profile-main .pmb-block{padding:40px 42px 0}}@media (max-width:1199px){.wpdt-c #profile-main .pmb-block{padding:30px 20px 0}}.wpdt-c #profile-main .pmb-block:last-child{margin-bottom:50px}.wpdt-c #profile-main .pmb-block .pmbb-header{margin-bottom:25px;position:relative}.wpdt-c #profile-main .pmb-block .pmbb-header .actions{position:absolute;top:-2px;right:0}.wpdt-c #profile-main .pmb-block .pmbb-header h2{margin:0;font-weight:100;font-size:20px}.wpdt-c #profile-main .pmb-block .pmbb-edit{position:relative;z-index:1;display:none}.wpdt-c #profile-main .pmb-block .pmbb-edit,.wpdt-c #profile-main .pmb-block .pmbb-view{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.wpdt-c #profile-main .pmb-block.toggled .pmbb-edit{display:block}.wpdt-c #profile-main .pmb-block.toggled .pmbb-view{display:none}.wpdt-c #profile-main .pmo-block{padding:25px}.wpdt-c #profile-main .pmo-block>h2{font-size:16px;margin:0 0 15px}.wpdt-c #profile-main .pmo-items .pmob-body{padding:0 10px}.wpdt-c #profile-main .pmo-items a{display:block;padding:4px}.wpdt-c #profile-main .pmo-items a img{width:100%}.wpdt-c .pmo-contact ul{list-style:none;margin:0;padding:0}.wpdt-c .pmo-contact ul li{position:relative;padding:8px 0 8px 35px}.wpdt-c .pmo-contact ul li i{font-size:18px;vertical-align:top;line-height:100%;position:absolute;left:0;width:18px;text-align:center}.wpdt-c .pmo-map{margin:20px -21px -18px;display:block}.wpdt-c .pmo-map img{width:100%}@media (max-width:767px){.c-timeline{background:#edecec;box-shadow:none}.c-timeline .tab-nav{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15)}}.wpdt-c .timeline{position:relative}@media (min-width:768px){.wpdt-c .timeline{padding:50px;padding-left:100px}}@media (max-width:767px){.wpdt-c .timeline{margin-top:30px}}.wpdt-c .t-view{border:1px solid #eee;position:relative;margin-bottom:35px}@media (max-width:767px){.wpdt-c .t-view{background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15)}}.wpdt-c .t-view .tv-header{padding:16px 18px;border-bottom:1px solid #eee;background:#F9F9F9}.wpdt-c .t-view .tv-header .actions{position:absolute;top:5px;right:10px}.wpdt-c .t-view .tv-body{padding:23px 25px}.wpdt-c .t-view .tv-body .tvb-lightbox{margin:0 -8px 15px}.wpdt-c .t-view .tv-body .tvb-lightbox [data-src]{padding:0 5px;margin-bottom:5px}.wpdt-c .t-view .tvh-user{display:block}.wpdt-c .t-view .tvh-user img{width:46px;height:46px;border-radius:50%}.wpdt-c .tab-nav.settings{box-shadow:none}.wpdt-c .tab-nav.settings>li{float:none;display:block}.wpdt-c .bootstrap-select.btn-group .dropdown-menu li{display:block;margin:0}.wpdt-c .card .card-header.wdt-admin-card-header h2 span{font-size:16px}.wpdt-c .card .card-header h2 small{font-family:Inter;font-size:11px;margin-top:2px;color:#8796AF}.wpdt-c .checkbox .input-helper:after{font-size:14px}#series-settings-container div.chart-series-block:first-child .chart-show-yaxis{display:none}#series-settings-container div.chart-series-block{background:#FFF;box-shadow:0 2px 5px rgba(23,43,77,.1),0 0 1px rgba(23,43,77,.32);border-radius:3px;padding-bottom:10px;margin-bottom:20px}#series-settings-container div.chart-series-block h4.title{margin:0!important;padding:15px;background-color:#F8F8FA}#series-settings-container div.chart-series-block .chart-series-label,#series-settings-container div.chart-series-block .chart-series-color,#series-settings-container div.chart-series-block .chart-series-type,#series-settings-container div.chart-series-block .chart-show-yaxis{padding:0 20px!important}#series-settings-container div.chart-series-block .chart-series-label{padding-top:10px!important}.wdt-include-bootstrap-block,.wdt-include-bootstrap-back-end-block{margin-bottom:25px}.wpdt-c .wdt-datetimepicker-modal .datepicker{width:100%!important}.wpdt-c .wdt-datetimepicker-modal>ul li{margin:0}.wpdt-c .media-modal *{box-sizing:content-box}.wpdt-c .wdt-lite-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.wpdt-c .noUi-handle.noUi-handle-upper{right:0!important;left:100%!important;background-color:#0083c2!important}.wpdt-c .noUi-handle.noUi-handle-lower{right:0!important;left:100%!important;background-color:#0083c2!important}.wpdt-c .noUi-horizontal{margin-top:20px!important;margin-right:15px!important}.wpdt-c .noUi-connect{background:#0277bd!important}.wpdt-c #wdt-checkbox-filter-reset,.wpdt-c #wdt-checkbox-filter-close{position:relative}.google_candlestick_chart g.google-visualization-tooltip g:nth-child(3) text:first-child,.google_waterfall_chart g.google-visualization-tooltip g:nth-child(3) text:first-child{display:none!important}#wdt-frontend-modal .wdt_checkbox_option label,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option label{padding-left:0}#wdt-frontend-modal .wdt_checkbox_option span.wdt-checkbox-label,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option span.wdt-checkbox-label{vertical-align:text-bottom;margin-bottom:2px}#wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"],#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"]{background:#FFF;width:16px;height:16px;border:1px solid #C1C7D0;box-sizing:border-box;border-radius:3px;margin:0 10px 0 0!important;box-shadow:none;outline:none!important;vertical-align:baseline;opacity:1!important;position:relative}#wdt-frontend-modal .wdt_checkbox_option input[type="checkbox"]:checked:before,#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option input[type="checkbox"]:checked:before{font-family:'wpDataTablesIcons';content:'\f00c';width:16px;height:16px;color:#fff;border:1px solid #2684FF;background:#2684FF;border-radius:3px;margin:0;padding:1px 0 0 0;font-size:11px;float:none;font-weight:700;position:absolute;left:-1px;top:-1px;opacity:1}.wpdt-c .wpdt-custom-center-flex{display:flex;justify-content:center}.wpDataTables .dataTables_length select.selectpicker{display:inline-block!important;width:inherit;padding:3px 24px 3px 8px!important;border-radius:4px;border:solid 1px #dcdfe6;outline:none!important}#datatables_buttons_info{width:264px;position:fixed;top:50%;left:50%;height:52px;border:2px solid #37393d;border-radius:26px;box-shadow:0 18px 18px 0 rgba(10,31,68,.12),0 0 1px 0 rgba(10,31,68,.1);background-color:#37393d;margin-top:0;margin-left:0;line-height:normal;text-align:center;z-index:9999}#datatables_buttons_info:before,#datatables_buttons_info:after{display:none}#datatables_buttons_info h2{font-family:GraphikWeb;font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:#fff;padding:0;margin:2px auto 0;border-bottom:1px solid #37393d;background-color:transparent}#datatables_buttons_info>div{display:block;padding:5px 0 0 0;color:#FFF;font-size:12px}
|
assets/js/wpdatatables/admin/table-settings/main.js
CHANGED
@@ -616,7 +616,7 @@
|
|
616 |
$('div.wdt-link-button-label-block').hide();
|
617 |
$('div.wdt-link-button-class-block').hide();
|
618 |
} else if (['date', 'datetime'].indexOf($(this).val()) !== -1
|
619 |
-
&& $.inArray(wpdatatable_config.table_type, ['xls', 'csv', 'google_spreadsheet', 'json', 'xml', 'serialized']) !== -1) {
|
620 |
$('div.wdt-date-input-format-block').show();
|
621 |
$('div.wdt-possible-values-type-block').hide();
|
622 |
$('div.wdt-possible-values-options-block').hide();
|
@@ -903,6 +903,36 @@
|
|
903 |
}
|
904 |
}
|
905 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
906 |
$('.wdt-preload-layer').animateFadeIn();
|
907 |
$.ajax({
|
908 |
url: ajaxurl,
|
@@ -1163,6 +1193,127 @@
|
|
1163 |
|
1164 |
});
|
1165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1166 |
/**
|
1167 |
* Apply tagsinput
|
1168 |
*/
|
616 |
$('div.wdt-link-button-label-block').hide();
|
617 |
$('div.wdt-link-button-class-block').hide();
|
618 |
} else if (['date', 'datetime'].indexOf($(this).val()) !== -1
|
619 |
+
&& $.inArray(wpdatatable_config.table_type, ['xls', 'csv', 'google_spreadsheet', 'json','nested_json', 'xml', 'serialized']) !== -1) {
|
620 |
$('div.wdt-date-input-format-block').show();
|
621 |
$('div.wdt-possible-values-type-block').hide();
|
622 |
$('div.wdt-possible-values-options-block').hide();
|
903 |
}
|
904 |
}
|
905 |
}
|
906 |
+
if (wpdatatable_config.table_type === 'nested_json'){
|
907 |
+
|
908 |
+
wpdatatable_config.jsonAuthParams = {
|
909 |
+
url: $('#wdt-nested-json-url').val(),
|
910 |
+
method: $('#wdt-nested-json-get-type').selectpicker('val'),
|
911 |
+
authOption: $('#wdt-nested-json-auth-option').selectpicker('val'),
|
912 |
+
username: $('#wdt-nested-json-username').val(),
|
913 |
+
password: $('#wdt-nested-json-password').val(),
|
914 |
+
customHeaders: wpdatatable_config.compileCustomHeadersRow(),
|
915 |
+
root: $('#wdt-nested-json-root').val(),
|
916 |
+
};
|
917 |
+
|
918 |
+
if (wpdatatable_config.jsonAuthParams.root === ''){
|
919 |
+
wdtNotify(wpdatatables_edit_strings.error, 'JSON roots can not be empty. Please set proper JSON roots or insert proper JSON params and click on Fetch JSON button again to get valid roots from JSON URL.', 'danger');
|
920 |
+
return;
|
921 |
+
}
|
922 |
+
if (wpdatatable_config.jsonAuthParams.url === ''){
|
923 |
+
$('.wdt-table-settings #wdt-nested-json-root').html('').selectpicker('refresh');
|
924 |
+
$('.wdt-table-settings .nested-json-roots').addClass('hidden');
|
925 |
+
wdtNotify(wpdatatables_edit_strings.error, 'JSON URL can not be empty', 'danger');
|
926 |
+
return;
|
927 |
+
}
|
928 |
+
if ( wpdatatable_config.jsonAuthParams.authOption !== ''){
|
929 |
+
if ( wpdatatable_config.jsonAuthParams.username === '' || wpdatatable_config.jsonAuthParams.password === ''){
|
930 |
+
wdtNotify(wpdatatables_edit_strings.error, 'Credentials can not be empty', 'danger');
|
931 |
+
return;
|
932 |
+
}
|
933 |
+
}
|
934 |
+
}
|
935 |
+
|
936 |
$('.wdt-preload-layer').animateFadeIn();
|
937 |
$.ajax({
|
938 |
url: ajaxurl,
|
1193 |
|
1194 |
});
|
1195 |
|
1196 |
+
/**
|
1197 |
+
* Change JSON Auth option
|
1198 |
+
*/
|
1199 |
+
$('#wdt-nested-json-auth-option').change(function (e) {
|
1200 |
+
let type = $(this).val();
|
1201 |
+
switch( type ){
|
1202 |
+
case 'basic_auth':
|
1203 |
+
jQuery('.wdt-table-settings .nested-json-basic-auth-inputs').removeClass('hidden');
|
1204 |
+
break;
|
1205 |
+
default:
|
1206 |
+
jQuery('.wdt-table-settings .nested-json-basic-auth-inputs').addClass('hidden');
|
1207 |
+
jQuery('#wdt-nested-json-username').val('');
|
1208 |
+
jQuery('#wdt-nested-json-password').val('');
|
1209 |
+
break;
|
1210 |
+
}
|
1211 |
+
jQuery('#wdt-nested-json-auth-option').val( type ).selectpicker('refresh');
|
1212 |
+
});
|
1213 |
+
|
1214 |
+
/**
|
1215 |
+
* Get Nested JSON roots
|
1216 |
+
*/
|
1217 |
+
$('#wdt-get-nested-json-roots').click(function (e) {
|
1218 |
+
e.stopImmediatePropagation();
|
1219 |
+
let url = $('#wdt-nested-json-url').val(),
|
1220 |
+
authOption = $('#wdt-nested-json-auth-option').selectpicker('val'),
|
1221 |
+
username = $('#wdt-nested-json-username').val(),
|
1222 |
+
password = $('#wdt-nested-json-password').val(),
|
1223 |
+
customHeaders = wpdatatable_config.compileCustomHeadersRow(),
|
1224 |
+
params = {
|
1225 |
+
method: $('#wdt-nested-json-get-type').selectpicker('val')
|
1226 |
+
};
|
1227 |
+
|
1228 |
+
if (url === ''){
|
1229 |
+
$('.wdt-table-settings #wdt-nested-json-root').html('').selectpicker('refresh');
|
1230 |
+
$('.wdt-table-settings .nested-json-roots').addClass('hidden');
|
1231 |
+
wdtNotify(wpdatatables_edit_strings.error, 'JSON URL can not be empty', 'danger');
|
1232 |
+
return;
|
1233 |
+
}
|
1234 |
+
params.url = url;
|
1235 |
+
params.customHeaders = customHeaders;
|
1236 |
+
if (authOption !== ''){
|
1237 |
+
params.authOption = authOption;
|
1238 |
+
if (username === '' || password === ''){
|
1239 |
+
wdtNotify(wpdatatables_edit_strings.error, 'Credentials can not be empty', 'danger');
|
1240 |
+
return;
|
1241 |
+
}
|
1242 |
+
params.username = username;
|
1243 |
+
params.password = password;
|
1244 |
+
}
|
1245 |
+
|
1246 |
+
// Add custom loader
|
1247 |
+
let loader = document.createElement("div");
|
1248 |
+
loader.classList.add("nested-json-loader");
|
1249 |
+
$('#main-table-settings').css('opacity','0.5').append(loader)
|
1250 |
+
|
1251 |
+
$.ajax({
|
1252 |
+
url: ajaxurl,
|
1253 |
+
method: 'POST',
|
1254 |
+
data: {
|
1255 |
+
action: 'wpdatatables_get_nested_json_roots',
|
1256 |
+
wdtNonce: $('#wdtNonce').val(),
|
1257 |
+
params: JSON.stringify(params),
|
1258 |
+
tableConfig: JSON.stringify(wpdatatable_config.getJSON())
|
1259 |
+
},
|
1260 |
+
success: function (data) {
|
1261 |
+
if(data.success) {
|
1262 |
+
var options = '';
|
1263 |
+
$.each(data.data.roots, function (i, name) {
|
1264 |
+
options += '<option value="' + name + '">' + name + '</option>';
|
1265 |
+
});
|
1266 |
+
$('.wdt-table-settings #wdt-nested-json-root').html(options).selectpicker('refresh');
|
1267 |
+
$('.wdt-table-settings .nested-json-roots').removeClass('hidden');
|
1268 |
+
$('#main-table-settings .nested-json-loader').remove();
|
1269 |
+
$('#main-table-settings').css('opacity','1')
|
1270 |
+
jQuery('button.wdt-apply').prop( 'disabled', '' );
|
1271 |
+
wdtNotify(
|
1272 |
+
wpdatatables_edit_strings.success,
|
1273 |
+
wpdatatables_edit_strings.getJsonRoots,
|
1274 |
+
'success'
|
1275 |
+
);
|
1276 |
+
} else {
|
1277 |
+
$('.wdt-table-settings #wdt-nested-json-root').html('').selectpicker('refresh');
|
1278 |
+
$('.wdt-table-settings .nested-json-roots').addClass('hidden');
|
1279 |
+
$('#main-table-settings .nested-json-loader').remove();
|
1280 |
+
$('#main-table-settings').css('opacity','1')
|
1281 |
+
$('button.wdt-apply').prop( 'disabled', 'disabled' );
|
1282 |
+
wdtNotify('Error!', wpdatatables_edit_strings.errorText, 'danger');
|
1283 |
+
}
|
1284 |
+
},
|
1285 |
+
error: function (xhr, status, error) {
|
1286 |
+
$('.wdt-table-settings #wdt-nested-json-root').html('').selectpicker('refresh');
|
1287 |
+
$('.wdt-table-settings .nested-json-roots').addClass('hidden');
|
1288 |
+
$('#main-table-settings .nested-json-loader').remove();
|
1289 |
+
$('#main-table-settings').css('opacity','1')
|
1290 |
+
$('button.wdt-apply').prop( 'disabled', 'disabled' );
|
1291 |
+
let message = xhr.responseText;
|
1292 |
+
wdtNotify('Error!', message, 'danger');
|
1293 |
+
}
|
1294 |
+
})
|
1295 |
+
|
1296 |
+
});
|
1297 |
+
|
1298 |
+
/**
|
1299 |
+
* Add custom headers row
|
1300 |
+
*/
|
1301 |
+
$('.wdt-add-nested-json-custom-headers-row').on('click', function (e) {
|
1302 |
+
wpdatatable_config.renderCustomHeadersRow({
|
1303 |
+
setKeyName: '',
|
1304 |
+
setKeyValue: ''
|
1305 |
+
});
|
1306 |
+
|
1307 |
+
});
|
1308 |
+
|
1309 |
+
/**
|
1310 |
+
* Delete custom headers row
|
1311 |
+
*/
|
1312 |
+
$(document).on('click', '.wdt-delete-custom-headers-row-rule', function (e) {
|
1313 |
+
var $block = $(this).closest('div.wdt-custom-headers-row-rule');
|
1314 |
+
$block.remove();
|
1315 |
+
});
|
1316 |
+
|
1317 |
/**
|
1318 |
* Apply tagsinput
|
1319 |
*/
|
assets/js/wpdatatables/admin/table-settings/table_config_object.js
CHANGED
@@ -99,23 +99,75 @@ var wpdatatable_config = {
|
|
99 |
case 'serialized':
|
100 |
jQuery('.placeholders-settings-tab').animateFadeIn();
|
101 |
jQuery('.wdt-table-settings #wdt-browse-button').removeClass('hidden');
|
|
|
102 |
if (jQuery('.wdt-table-settings .input-path-block').hasClass('hidden')) {
|
103 |
jQuery('.wdt-table-settings .input-path-block').animateFadeIn();
|
104 |
}
|
|
|
105 |
jQuery('.wdt-table-settings .mysql-settings-block').addClass('hidden');
|
106 |
jQuery('.wdt-table-settings .wdt-auto-refresh').addClass('hidden');
|
107 |
wpdatatable_config.setServerSide(0);
|
108 |
-
|
|
|
|
|
109 |
jQuery('.wdt-table-settings #wdt-browse-button').addClass('hidden');
|
110 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
default:
|
112 |
jQuery('.wdt-table-settings .input-path-block').addClass('hidden');
|
|
|
113 |
jQuery('.wdt-table-settings .mysql-settings-block').addClass('hidden');
|
114 |
jQuery('.wdt-table-settings .wdt-auto-refresh').addClass('hidden');
|
|
|
|
|
|
|
|
|
|
|
115 |
break;
|
116 |
}
|
117 |
jQuery('#wdt-table-type').val(type).selectpicker('refresh');
|
118 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
/**
|
120 |
* Method to set ID for new tables
|
121 |
* Shows the label with the shortcode if hiddem
|
@@ -206,6 +258,34 @@ var wpdatatable_config = {
|
|
206 |
jQuery('.placeholders-settings-tab').addClass('hidden');
|
207 |
jQuery('button.wdt-apply').prop('disabled', 'disabled');
|
208 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
},
|
210 |
/**
|
211 |
* Set the show / hide title
|
@@ -544,7 +624,7 @@ var wpdatatable_config = {
|
|
544 |
*/
|
545 |
setCacheSourceData: function( cacheSourceData ){
|
546 |
wpdatatable_config.cache_source_data = cacheSourceData;
|
547 |
-
let allowedTableTypes = ['csv', 'xls', 'xml', 'json','serialized'];
|
548 |
if (allowedTableTypes.includes(wpdatatable_config.table_type)){
|
549 |
jQuery('.wdt-table-settings .cache-settings-block').removeClass('hidden');
|
550 |
jQuery('.wdt-table-settings .auto-update-cache-block').removeClass('hidden');
|
99 |
case 'serialized':
|
100 |
jQuery('.placeholders-settings-tab').animateFadeIn();
|
101 |
jQuery('.wdt-table-settings #wdt-browse-button').removeClass('hidden');
|
102 |
+
jQuery('.wdt-table-settings #wdt-get-nested-json-roots').addClass('hidden');
|
103 |
if (jQuery('.wdt-table-settings .input-path-block').hasClass('hidden')) {
|
104 |
jQuery('.wdt-table-settings .input-path-block').animateFadeIn();
|
105 |
}
|
106 |
+
jQuery('.wdt-table-settings .input-nested-json-url-block').addClass('hidden');
|
107 |
jQuery('.wdt-table-settings .mysql-settings-block').addClass('hidden');
|
108 |
jQuery('.wdt-table-settings .wdt-auto-refresh').addClass('hidden');
|
109 |
wpdatatable_config.setServerSide(0);
|
110 |
+
jQuery('.wdt-table-settings #wdt-nested-json-block').addClass('hidden');
|
111 |
+
jQuery('.wdt-table-settings #wdt-nested-json-additional-block').addClass('hidden');
|
112 |
+
if (jQuery.inArray(type, ['google_spreadsheet', 'xml', 'json','nested_json', 'serialized']) != -1)
|
113 |
jQuery('.wdt-table-settings #wdt-browse-button').addClass('hidden');
|
114 |
break;
|
115 |
+
case 'nested_json':
|
116 |
+
jQuery('.placeholders-settings-tab').animateFadeIn();
|
117 |
+
jQuery('.wdt-table-settings .input-path-block').addClass('hidden');
|
118 |
+
if( jQuery('.wdt-table-settings .input-nested-json-url-block').hasClass('hidden') ) {
|
119 |
+
jQuery('.wdt-table-settings .input-nested-json-url-block').animateFadeIn();
|
120 |
+
}
|
121 |
+
jQuery('.wdt-table-settings #wdt-browse-button').addClass('hidden');
|
122 |
+
jQuery('.wdt-table-settings .mysql-settings-block').addClass('hidden');
|
123 |
+
jQuery('.wdt-table-settings .wdt-server-side-processing').addClass('hidden');
|
124 |
+
jQuery('.wdt-table-settings .wdt-auto-refresh').addClass('hidden');
|
125 |
+
jQuery('.wdt-table-settings #wdt-nested-json-block').removeClass('hidden');
|
126 |
+
jQuery('.wdt-table-settings #wdt-nested-json-additional-block').removeClass('hidden');
|
127 |
+
jQuery('.wdt-table-settings #wdt-get-nested-json-roots').removeClass('hidden');
|
128 |
+
wpdatatable_config.setServerSide( 0 );
|
129 |
+
break;
|
130 |
default:
|
131 |
jQuery('.wdt-table-settings .input-path-block').addClass('hidden');
|
132 |
+
jQuery('.wdt-table-settings .input-nested-json-url-block').addClass('hidden');
|
133 |
jQuery('.wdt-table-settings .mysql-settings-block').addClass('hidden');
|
134 |
jQuery('.wdt-table-settings .wdt-auto-refresh').addClass('hidden');
|
135 |
+
jQuery('.wdt-table-settings .cache-settings-block').addClass('hidden');
|
136 |
+
jQuery('.wdt-table-settings .auto-update-cache-block').addClass('hidden');
|
137 |
+
jQuery('.wdt-table-settings #wdt-get-nested-json-roots').addClass('hidden');
|
138 |
+
jQuery('.wdt-table-settings #wdt-nested-json-block').addClass('hidden');
|
139 |
+
jQuery('.wdt-table-settings #wdt-nested-json-additional-block').addClass('hidden');
|
140 |
break;
|
141 |
}
|
142 |
jQuery('#wdt-table-type').val(type).selectpicker('refresh');
|
143 |
},
|
144 |
+
renderCustomHeadersRow: function (row){
|
145 |
+
var custom_headers_row = jQuery('#wdt-nested-json-custom-headers-template').html();
|
146 |
+
var $block = jQuery(custom_headers_row)
|
147 |
+
.appendTo('div.wdt-nested-json-custom-headers-container');
|
148 |
+
$block.find('input.custom-header-key-name-value')
|
149 |
+
.val(row.setKeyName);
|
150 |
+
|
151 |
+
$block.find('textarea.custom-header-key-value-value')
|
152 |
+
.val(row.setKeyValue);
|
153 |
+
},
|
154 |
+
/**
|
155 |
+
* Method to compile custom headers row data
|
156 |
+
*/
|
157 |
+
compileCustomHeadersRow: function () {
|
158 |
+
var customHeadersRowRule = [];
|
159 |
+
jQuery('div.wdt-nested-json-custom-headers-container div.wdt-custom-headers-row-rule').each(function () {
|
160 |
+
let keyNameValue = jQuery(this).find('input.custom-header-key-name-value').val(),
|
161 |
+
keyValueValue = jQuery(this).find('textarea.custom-header-key-value-value').val()
|
162 |
+
if (keyNameValue !== '' && keyValueValue !== ''){
|
163 |
+
customHeadersRowRule.push({
|
164 |
+
setKeyName: keyNameValue,
|
165 |
+
setKeyValue: keyValueValue
|
166 |
+
});
|
167 |
+
}
|
168 |
+
});
|
169 |
+
return customHeadersRowRule;
|
170 |
+
},
|
171 |
/**
|
172 |
* Method to set ID for new tables
|
173 |
* Shows the label with the shortcode if hiddem
|
258 |
jQuery('.placeholders-settings-tab').addClass('hidden');
|
259 |
jQuery('button.wdt-apply').prop('disabled', 'disabled');
|
260 |
}
|
261 |
+
if (wpdatatable_config.table_type == 'nested_json' && content != '' ) {
|
262 |
+
let jsonParams = JSON.parse(content)
|
263 |
+
jQuery('#wdt-nested-json-url').val(jsonParams.url);
|
264 |
+
jQuery('#wdt-nested-json-get-type').val(jsonParams.method).selectpicker('refresh');
|
265 |
+
jQuery('#wdt-nested-json-auth-option').val(jsonParams.authOption).selectpicker('refresh');
|
266 |
+
jQuery('.wdt-table-settings .nested-json-basic-auth-inputs').addClass('hidden');
|
267 |
+
if (jsonParams.authOption != '') {
|
268 |
+
jQuery('#wdt-nested-json-username').val(jsonParams.username);
|
269 |
+
jQuery('#wdt-nested-json-password').val(jsonParams.password);
|
270 |
+
jQuery('.wdt-table-settings .nested-json-basic-auth-inputs').removeClass('hidden');
|
271 |
+
}
|
272 |
+
if (jsonParams.customHeaders.length != 0){
|
273 |
+
jQuery('div.wdt-nested-json-custom-headers-container').html('');
|
274 |
+
for (var i in jsonParams.customHeaders) {
|
275 |
+
wpdatatable_config.renderCustomHeadersRow(jsonParams.customHeaders[i]);
|
276 |
+
}
|
277 |
+
let customHeaderFirstRow = jQuery('div.wdt-nested-json-custom-headers-container .wdt-custom-headers-row-rule:first-child');
|
278 |
+
jQuery(customHeaderFirstRow).find('.wdt-delete-custom-headers-wrapper').remove();
|
279 |
+
jQuery(customHeaderFirstRow).find('.wdt-custom-header-key-value').removeClass('col-sm-5-3 p-r-0').addClass('col-sm-6');
|
280 |
+
}
|
281 |
+
|
282 |
+
if (typeof jsonParams.root !== 'undefined'){
|
283 |
+
jQuery('.wdt-table-settings .nested-json-roots').removeClass('hidden');
|
284 |
+
let option = '<option value="' + jsonParams.root + '">' + jsonParams.root + '</option>';
|
285 |
+
jQuery('.wdt-table-settings #wdt-nested-json-root').html(option).selectpicker('refresh');
|
286 |
+
jQuery('#wdt-nested-json-root').val(jsonParams.root).selectpicker('refresh');
|
287 |
+
}
|
288 |
+
}
|
289 |
},
|
290 |
/**
|
291 |
* Set the show / hide title
|
624 |
*/
|
625 |
setCacheSourceData: function( cacheSourceData ){
|
626 |
wpdatatable_config.cache_source_data = cacheSourceData;
|
627 |
+
let allowedTableTypes = ['csv', 'xls', 'xml', 'json','nested_json','serialized'];
|
628 |
if (allowedTableTypes.includes(wpdatatable_config.table_type)){
|
629 |
jQuery('.wdt-table-settings .cache-settings-block').removeClass('hidden');
|
630 |
jQuery('.wdt-table-settings .auto-update-cache-block').removeClass('hidden');
|
config/config.inc.php
CHANGED
@@ -9,7 +9,7 @@ defined('ABSPATH') or die("Cannot access pages directly.");
|
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
-
define('WDT_CURRENT_VERSION', '2.1.
|
13 |
|
14 |
// Number of active plugin installs for wpDataTables
|
15 |
define('WDT_NUMBER_OF_ACTIVE_INSTALLS', '66,000+');
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
+
define('WDT_CURRENT_VERSION', '2.1.44');
|
13 |
|
14 |
// Number of active plugin installs for wpDataTables
|
15 |
define('WDT_NUMBER_OF_ACTIVE_INSTALLS', '66,000+');
|
controllers/wdt_admin_ajax_actions.php
CHANGED
@@ -534,4 +534,47 @@ function wdtDuplicateChart()
|
|
534 |
exit();
|
535 |
}
|
536 |
|
537 |
-
add_action('wp_ajax_wpdatatables_duplicate_chart', 'wdtDuplicateChart');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
exit();
|
535 |
}
|
536 |
|
537 |
+
add_action('wp_ajax_wpdatatables_duplicate_chart', 'wdtDuplicateChart');
|
538 |
+
|
539 |
+
/**
|
540 |
+
* Get Roots from Nested JSON url
|
541 |
+
*/
|
542 |
+
function wdtGetNestedJsonRoots()
|
543 |
+
{
|
544 |
+
if ( !current_user_can('manage_options') || !wp_verify_nonce($_POST['wdtNonce'], 'wdtEditNonce') ) {
|
545 |
+
exit();
|
546 |
+
}
|
547 |
+
global $wdtVar1, $wdtVar2, $wdtVar3, $wdtVar4, $wdtVar5, $wdtVar6, $wdtVar7, $wdtVar8, $wdtVar9;
|
548 |
+
$tableConfig = json_decode(stripslashes_deep($_POST['tableConfig']));
|
549 |
+
// Set placeholders
|
550 |
+
$wdtVar1 = $wdtVar1 === '' ? $tableConfig->var1 : $wdtVar1;
|
551 |
+
$wdtVar2 = $wdtVar2 === '' ? $tableConfig->var2 : $wdtVar2;
|
552 |
+
$wdtVar3 = $wdtVar3 === '' ? $tableConfig->var3 : $wdtVar3;
|
553 |
+
$wdtVar4 = $wdtVar4 === '' ? $tableConfig->var4 : $wdtVar4;
|
554 |
+
$wdtVar5 = $wdtVar5 === '' ? $tableConfig->var5 : $wdtVar5;
|
555 |
+
$wdtVar6 = $wdtVar6 === '' ? $tableConfig->var6 : $wdtVar6;
|
556 |
+
$wdtVar7 = $wdtVar7 === '' ? $tableConfig->var7 : $wdtVar7;
|
557 |
+
$wdtVar8 = $wdtVar8 === '' ? $tableConfig->var8 : $wdtVar8;
|
558 |
+
$wdtVar9 = $wdtVar9 === '' ? $tableConfig->var9 : $wdtVar9;
|
559 |
+
|
560 |
+
$tableID = (int)$tableConfig->id;
|
561 |
+
|
562 |
+
$params = json_decode(stripslashes_deep($_POST['params']));
|
563 |
+
$params = WDTConfigController::sanitizeNestedJsonParams($params);
|
564 |
+
$nestedJSON = new WDTNestedJson($params);
|
565 |
+
$response = $nestedJSON->getResponse($tableID);
|
566 |
+
|
567 |
+
if (!is_array($response)) {
|
568 |
+
wp_send_json_error( array( 'msg' => $response ) );
|
569 |
+
}
|
570 |
+
|
571 |
+
$roots = $nestedJSON->prepareRoots( 'root', '', array(), $response);
|
572 |
+
|
573 |
+
if ( empty( $roots ) ) {
|
574 |
+
wp_send_json_error( array( 'msg' => esc_html__("Unable to retrieve data. Roots empty.", 'wpdatatables') ) );
|
575 |
+
}
|
576 |
+
|
577 |
+
wp_send_json_success( array( 'url' => $nestedJSON->getUrl(), 'roots' => $roots ) );
|
578 |
+
}
|
579 |
+
|
580 |
+
add_action('wp_ajax_wpdatatables_get_nested_json_roots', 'wdtGetNestedJsonRoots');
|
readme.txt
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
Contributors: wpDataTables
|
3 |
Author URI: https://tms-outsource.com
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
-
Tags: table, table builder, data tables, tables, charts, datatables, csv, excel, json, simple table, tables from csv, tables from excel, dynamic tables, merge cells, cache, cache tables, caching, auto update, auto update tables, pricing tables, responsive tables, responsive charts, grouping data, pricing table, row grouping, chart, pie charts, mysql tables, table plugin, wp table, wordpress table plugin, wordpress tables, editing charts, google charts, chartjs, xml, php array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall, polar, radar
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 6.0.
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 2.1.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -37,7 +37,7 @@ Here is the list of the new functionality in those simple tables:
|
|
37 |
* Add media
|
38 |
* Custom HTML editor
|
39 |
* Shortcode in cells
|
40 |
-
*
|
41 |
|
42 |
[youtube https://www.youtube.com/watch?v=06QF0wNEf94]
|
43 |
|
@@ -64,9 +64,17 @@ XML - *(Extensible Markup Language)* is a universal standard for presenting data
|
|
64 |
JSON *(JavaScript Object Notation)* is a popular interlingual data exchange format. Many server applications provide public data in JSON format. JSON is based on the syntax of Javascript objects. Since most web applications use client-side JavaScript, JSON has become the 'de facto' standard for packing data on the web and wpDataTables also supports the JSON format as an input data source.
|
65 |
Learn [How to create WordPress tables from JSON](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-json-input/) in our documentation.
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
== NEW! Cache tables data ==
|
68 |
|
69 |
-
We are introducing a new feature that will dramatically increase the loading performance of your tables created from existing data sources like CSV, Excel, XML, JSON, and PHP array. As you know, in this case, you will upload the file and initialize the table, whereupon it will be read every time the page loads. Before this version of wpDataTables, if the source file was larger than 3.000 – 5.000 rows, the page load and generation time was slow. But not anymore!
|
70 |
More details in our docs about [Caching tables in Wordpress](https://wpdatatables.com/documentation/table-features/caching-data-and-auto-update-cache-in-wordpress-tables/).
|
71 |
|
72 |
== NEW! Auto update table cache from source file ==
|
@@ -75,7 +83,7 @@ This new option is related with previous option caching tables. If you are updat
|
|
75 |
|
76 |
== Develop dynamic WordPress table from Serialized PHP array ==
|
77 |
|
78 |
-
For developer users, or users who are at least somewhat familiar with PHP language, that previous input data sources (Excel, CSV, XML
|
79 |
|
80 |
== Create Responsive Charts ==
|
81 |
|
@@ -122,7 +130,7 @@ Creating tables, datatables and charts with a WordPress tables plugin has never
|
|
122 |
|
123 |
**Step 1 - Provide table data**
|
124 |
|
125 |
-
You can provide table data for WordPress tables by uploading Excel, CSV , JSON, XML or Serialized PHP array, or you will create simple table from scratch with new WordPress table builder.
|
126 |
|
127 |
**Step 2 - Customization**
|
128 |
|
@@ -361,6 +369,12 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
361 |
|
362 |
== Changelog ==
|
363 |
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
= 2.1.43 =
|
365 |
* CSS fixes.
|
366 |
* Bugfix: Fixed issue loading tables crated from Forminator.
|
2 |
Contributors: wpDataTables
|
3 |
Author URI: https://tms-outsource.com
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
+
Tags: table, table builder, data tables, tables, charts, datatables, csv, excel, json, nested json, json authentication, json API, simple table, tables from csv, tables from excel, dynamic tables, merge cells, cache, cache tables, caching, auto update, auto update tables, pricing tables, responsive tables, responsive charts, grouping data, pricing table, row grouping, chart, pie charts, mysql tables, table plugin, wp table, wordpress table plugin, wordpress tables, editing charts, google charts, chartjs, xml, php array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall, polar, radar
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 6.0.3
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.1.44
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
37 |
* Add media
|
38 |
* Custom HTML editor
|
39 |
* Shortcode in cells
|
40 |
+
* Border options
|
41 |
|
42 |
[youtube https://www.youtube.com/watch?v=06QF0wNEf94]
|
43 |
|
64 |
JSON *(JavaScript Object Notation)* is a popular interlingual data exchange format. Many server applications provide public data in JSON format. JSON is based on the syntax of Javascript objects. Since most web applications use client-side JavaScript, JSON has become the 'de facto' standard for packing data on the web and wpDataTables also supports the JSON format as an input data source.
|
65 |
Learn [How to create WordPress tables from JSON](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-json-input/) in our documentation.
|
66 |
|
67 |
+
== NEW! Create table from Nested JSON ==
|
68 |
+
|
69 |
+
As you know, with wpDataTables you are able to create a table linked to an existing JSON file that need to contain a one-level array of same-structured objects, but not any more. Now you are able to choose root path where is your data with or without JSON Authentication. More info in our docs about [Creating tables in WordPress from nested JSON](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/#json-authentication)
|
70 |
+
|
71 |
+
== NEW! JSON Authentication ==
|
72 |
+
|
73 |
+
Most of JSON APIs are locked, password protected, and can’t be accessed without some authentication. wpDataTables support basic authentication and also custom headers where you can provide details needed for authentication for that specific JSON (for example API keys, tokens, etc.). More info in our docs about [JSON Authentication](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/#json-authentication).
|
74 |
+
|
75 |
== NEW! Cache tables data ==
|
76 |
|
77 |
+
We are introducing a new feature that will dramatically increase the loading performance of your tables created from existing data sources like CSV, Excel, XML, JSON, Nested JSON and PHP array. As you know, in this case, you will upload the file and initialize the table, whereupon it will be read every time the page loads. Before this version of wpDataTables, if the source file was larger than 3.000 – 5.000 rows, the page load and generation time was slow. But not anymore!
|
78 |
More details in our docs about [Caching tables in Wordpress](https://wpdatatables.com/documentation/table-features/caching-data-and-auto-update-cache-in-wordpress-tables/).
|
79 |
|
80 |
== NEW! Auto update table cache from source file ==
|
83 |
|
84 |
== Develop dynamic WordPress table from Serialized PHP array ==
|
85 |
|
86 |
+
For developer users, or users who are at least somewhat familiar with PHP language, that previous input data sources (Excel, CSV, XML, JSON or Nested JSON) are not flexible enough for dynamic data presentation. We didn't want to limit your freedom in wpDataTables, so we implemented serialized PHP arrays as one of data sources, so you are able to create dynamic datatables. You can prepare data from some private or public API, or use WP Query to get data from your posts, get data by depending on some variables in the URL, or use some other complex logic. Learn how you can prepare a PHP file and [How to create WordPress tables based on serialized PHP arrays](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-serialized-php-array/) in our docs.
|
87 |
|
88 |
== Create Responsive Charts ==
|
89 |
|
130 |
|
131 |
**Step 1 - Provide table data**
|
132 |
|
133 |
+
You can provide table data for WordPress tables by uploading Excel, CSV , JSON, Nested JSON, XML or Serialized PHP array, or you will create simple table from scratch with new WordPress table builder.
|
134 |
|
135 |
**Step 2 - Customization**
|
136 |
|
369 |
|
370 |
== Changelog ==
|
371 |
|
372 |
+
= 2.1.44 =
|
373 |
+
* Feature: Create table from New data source type: [Nested JSON](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/)
|
374 |
+
* Feature: [JSON authentication](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/#json-authentication)
|
375 |
+
* Compatibility with WordPress 6.0.3 approved.
|
376 |
+
Other small bug fixes and stability improvements.
|
377 |
+
|
378 |
= 2.1.43 =
|
379 |
* CSS fixes.
|
380 |
* Bugfix: Fixed issue loading tables crated from Forminator.
|
source/class.wdtbrowsetable.php
CHANGED
@@ -245,6 +245,9 @@ class WDTBrowseTable extends WP_List_Table {
|
|
245 |
case 'json':
|
246 |
return '<span class="wpdt-type-column bgm-gray">' . esc_html__('JSON', 'wpdatatables') . '</span>';
|
247 |
break;
|
|
|
|
|
|
|
248 |
case 'serialized':
|
249 |
return '<span class="wpdt-type-column bgm-gray">' . esc_html__('Serialized PHP array', 'wpdatatables') . '</span>';
|
250 |
break;
|
245 |
case 'json':
|
246 |
return '<span class="wpdt-type-column bgm-gray">' . esc_html__('JSON', 'wpdatatables') . '</span>';
|
247 |
break;
|
248 |
+
case 'nested_json':
|
249 |
+
return '<span class="wpdt-type-column">' . esc_html__('Nested JSON', 'wpdatatables') . '</span>';
|
250 |
+
break;
|
251 |
case 'serialized':
|
252 |
return '<span class="wpdt-type-column bgm-gray">' . esc_html__('Serialized PHP array', 'wpdatatables') . '</span>';
|
253 |
break;
|
source/class.wdtconfigcontroller.php
CHANGED
@@ -402,7 +402,16 @@ class WDTConfigController {
|
|
402 |
$table->tabletools_config = array();
|
403 |
}
|
404 |
|
405 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
|
407 |
if (($table->table_type == 'csv') || ($table->table_type == 'xls')) {
|
408 |
$table->content = WDTTools::urlToPath($table->content);
|
@@ -510,6 +519,69 @@ class WDTConfigController {
|
|
510 |
return $rowsDataSanitized;
|
511 |
}
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
/**
|
514 |
* Helper method for sanitizing the user input in the table config
|
515 |
* @param array $columns Array with the columns coming from front-end form
|
@@ -550,7 +622,7 @@ class WDTConfigController {
|
|
550 |
$column->possibleValuesType = sanitize_text_field($column->possibleValuesType);
|
551 |
$column->skip_thousands_separator = (int)$column->skip_thousands_separator;
|
552 |
$column->sorting = (int)$column->sorting;
|
553 |
-
if ( ! current_user_can( 'unfiltered_html' ) ) {
|
554 |
$column->text_after = sanitize_text_field(wp_kses_post($column->text_after));
|
555 |
$column->text_before = sanitize_text_field(wp_kses_post($column->text_before));
|
556 |
} else {
|
402 |
$table->tabletools_config = array();
|
403 |
}
|
404 |
|
405 |
+
if ($table->table_type == 'nested_json' && isset($table->jsonAuthParams)) {
|
406 |
+
$table->jsonAuthParams = WDTConfigController::sanitizeNestedJsonParams($table->jsonAuthParams);
|
407 |
+
$table->content = json_encode($table->jsonAuthParams);
|
408 |
+
}
|
409 |
+
|
410 |
+
if ($table->table_type != 'simple') {
|
411 |
+
$table->columns = WDTConfigController::sanitizeColumnsConfig($table->columns);
|
412 |
+
} else {
|
413 |
+
$table = self::sanitizeTableSettingsSimpleTable($table);
|
414 |
+
}
|
415 |
|
416 |
if (($table->table_type == 'csv') || ($table->table_type == 'xls')) {
|
417 |
$table->content = WDTTools::urlToPath($table->content);
|
519 |
return $rowsDataSanitized;
|
520 |
}
|
521 |
|
522 |
+
/**
|
523 |
+
* Helper method for sanitizing the user input for nested JSON params
|
524 |
+
* @param stdClass $jsonParams object with nested JSON params
|
525 |
+
* @return stdClass object with sanitized nested JSON params
|
526 |
+
*/
|
527 |
+
public static function sanitizeNestedJsonParams($jsonParams){
|
528 |
+
$sanitizedParams = new stdClass();
|
529 |
+
|
530 |
+
if (isset($jsonParams->url)){
|
531 |
+
$sanitizedParams->url = sanitize_url($jsonParams->url);
|
532 |
+
if ( is_admin() && ! current_user_can( 'unfiltered_html' ) )
|
533 |
+
$sanitizedParams->url = sanitize_url(wp_kses_post($jsonParams->url));
|
534 |
+
} else {
|
535 |
+
$sanitizedParams->url = '';
|
536 |
+
}
|
537 |
+
|
538 |
+
if (isset($jsonParams->method)){
|
539 |
+
$sanitizedParams->method = sanitize_text_field($jsonParams->method);
|
540 |
+
} else {
|
541 |
+
$sanitizedParams->method = 'get';
|
542 |
+
}
|
543 |
+
|
544 |
+
if (isset($jsonParams->authOption)){
|
545 |
+
$sanitizedParams->authOption = sanitize_text_field($jsonParams->authOption);
|
546 |
+
} else {
|
547 |
+
$sanitizedParams->authOption = '';
|
548 |
+
}
|
549 |
+
if (isset($jsonParams->username)){
|
550 |
+
$sanitizedParams->username = sanitize_text_field($jsonParams->username);
|
551 |
+
if ( is_admin() && ! current_user_can( 'unfiltered_html' ) )
|
552 |
+
$sanitizedParams->username = sanitize_text_field(wp_kses_post($jsonParams->username));
|
553 |
+
} else {
|
554 |
+
$sanitizedParams->username = '';
|
555 |
+
}
|
556 |
+
if (isset($jsonParams->password)){
|
557 |
+
$sanitizedParams->password = sanitize_text_field($jsonParams->password);
|
558 |
+
if ( is_admin() && ! current_user_can( 'unfiltered_html' ) )
|
559 |
+
$sanitizedParams->password = sanitize_text_field(wp_kses_post($jsonParams->password));
|
560 |
+
} else {
|
561 |
+
$sanitizedParams->password = '';
|
562 |
+
}
|
563 |
+
if (isset($jsonParams->customHeaders) && !empty($jsonParams->customHeaders)){
|
564 |
+
foreach ($jsonParams->customHeaders as &$customHeader){
|
565 |
+
$customHeader->setKeyName = sanitize_text_field($customHeader->setKeyName);
|
566 |
+
$customHeader->setKeyValue = sanitize_textarea_field($customHeader->setKeyValue);
|
567 |
+
if ( is_admin() && ! current_user_can( 'unfiltered_html' ) ) {
|
568 |
+
$customHeader->setKeyName = sanitize_text_field(wp_kses_post($customHeader->setKeyName));
|
569 |
+
$customHeader->setKeyValue = sanitize_textarea_field(wp_kses_post($customHeader->setKeyValue));
|
570 |
+
}
|
571 |
+
}
|
572 |
+
$sanitizedParams->customHeaders = $jsonParams->customHeaders;
|
573 |
+
} else {
|
574 |
+
$sanitizedParams->customHeaders = [];
|
575 |
+
}
|
576 |
+
if (isset($jsonParams->root)){
|
577 |
+
$sanitizedParams->root = sanitize_text_field($jsonParams->root);
|
578 |
+
} else {
|
579 |
+
$sanitizedParams->root = '';
|
580 |
+
}
|
581 |
+
|
582 |
+
return $sanitizedParams;
|
583 |
+
}
|
584 |
+
|
585 |
/**
|
586 |
* Helper method for sanitizing the user input in the table config
|
587 |
* @param array $columns Array with the columns coming from front-end form
|
622 |
$column->possibleValuesType = sanitize_text_field($column->possibleValuesType);
|
623 |
$column->skip_thousands_separator = (int)$column->skip_thousands_separator;
|
624 |
$column->sorting = (int)$column->sorting;
|
625 |
+
if (is_admin() && ! current_user_can( 'unfiltered_html' ) ) {
|
626 |
$column->text_after = sanitize_text_field(wp_kses_post($column->text_after));
|
627 |
$column->text_before = sanitize_text_field(wp_kses_post($column->text_before));
|
628 |
} else {
|
source/class.wdtnestedjson.php
ADDED
@@ -0,0 +1,390 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
defined('ABSPATH') or die('Access denied.');
|
4 |
+
|
5 |
+
class WDTNestedJson
|
6 |
+
{
|
7 |
+
private $_url = '';
|
8 |
+
private $_method = 'get';
|
9 |
+
private $_authOption = '';
|
10 |
+
private $_username = '';
|
11 |
+
private $_password = '';
|
12 |
+
private $_customHeaders = [];
|
13 |
+
private $_root = '';
|
14 |
+
|
15 |
+
public function __construct($params = null)
|
16 |
+
{
|
17 |
+
if (isset($params->url))
|
18 |
+
$this->setUrl($params->url);
|
19 |
+
if (isset($params->method))
|
20 |
+
$this->setMethod($params->method);
|
21 |
+
if (isset($params->authOption))
|
22 |
+
$this->setAuthOption($params->authOption);
|
23 |
+
if (isset($params->username))
|
24 |
+
$this->setUsername($params->username);
|
25 |
+
if (isset($params->password))
|
26 |
+
$this->setPassword($params->password);
|
27 |
+
if (isset($params->customHeaders))
|
28 |
+
$this->setCustomHeaders($params->customHeaders);
|
29 |
+
if (isset($params->root))
|
30 |
+
$this->setRoot($params->root);
|
31 |
+
}
|
32 |
+
|
33 |
+
/**
|
34 |
+
* @return mixed
|
35 |
+
*/
|
36 |
+
public function getUrl()
|
37 |
+
{
|
38 |
+
return $this->_url;
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* @param mixed $url
|
43 |
+
*/
|
44 |
+
public function setUrl($url)
|
45 |
+
{
|
46 |
+
$this->_url = $url;
|
47 |
+
}
|
48 |
+
|
49 |
+
/**
|
50 |
+
* @return string
|
51 |
+
*/
|
52 |
+
public function getMethod()
|
53 |
+
{
|
54 |
+
return $this->_method;
|
55 |
+
}
|
56 |
+
|
57 |
+
/**
|
58 |
+
* @param string $method
|
59 |
+
*/
|
60 |
+
public function setMethod($method)
|
61 |
+
{
|
62 |
+
$this->_method = $method;
|
63 |
+
}
|
64 |
+
|
65 |
+
/**
|
66 |
+
* @return string
|
67 |
+
*/
|
68 |
+
public function getAuthOption()
|
69 |
+
{
|
70 |
+
return $this->_authOption;
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* @param string $authOption
|
75 |
+
*/
|
76 |
+
public function setAuthOption($authOption)
|
77 |
+
{
|
78 |
+
$this->_authOption = $authOption;
|
79 |
+
}
|
80 |
+
|
81 |
+
/**
|
82 |
+
* @return string
|
83 |
+
*/
|
84 |
+
public function getUsername()
|
85 |
+
{
|
86 |
+
return $this->_username;
|
87 |
+
}
|
88 |
+
|
89 |
+
/**
|
90 |
+
* @param string $username
|
91 |
+
*/
|
92 |
+
public function setUsername($username)
|
93 |
+
{
|
94 |
+
$this->_username = $username;
|
95 |
+
}
|
96 |
+
|
97 |
+
/**
|
98 |
+
* @return string
|
99 |
+
*/
|
100 |
+
public function getPassword()
|
101 |
+
{
|
102 |
+
return $this->_password;
|
103 |
+
}
|
104 |
+
|
105 |
+
/**
|
106 |
+
* @param string $password
|
107 |
+
*/
|
108 |
+
public function setPassword($password)
|
109 |
+
{
|
110 |
+
$this->_password = $password;
|
111 |
+
}
|
112 |
+
|
113 |
+
/**
|
114 |
+
* @return array
|
115 |
+
*/
|
116 |
+
public function getCustomHeaders()
|
117 |
+
{
|
118 |
+
return $this->_customHeaders;
|
119 |
+
}
|
120 |
+
|
121 |
+
/**
|
122 |
+
* @param mixed $customHeaders
|
123 |
+
*/
|
124 |
+
public function setCustomHeaders($customHeaders)
|
125 |
+
{
|
126 |
+
$this->_customHeaders = $customHeaders;
|
127 |
+
}
|
128 |
+
|
129 |
+
/**
|
130 |
+
* @return string
|
131 |
+
*/
|
132 |
+
public function getRoot()
|
133 |
+
{
|
134 |
+
return $this->_root;
|
135 |
+
}
|
136 |
+
|
137 |
+
/**
|
138 |
+
* @param string $root
|
139 |
+
*/
|
140 |
+
public function setRoot($root)
|
141 |
+
{
|
142 |
+
$this->_root = $root;
|
143 |
+
}
|
144 |
+
|
145 |
+
/**
|
146 |
+
* Prepare Endpoint arguments
|
147 |
+
* @return array
|
148 |
+
*/
|
149 |
+
public function prepareEndPointArgs($tableID)
|
150 |
+
{
|
151 |
+
$endPointArgs = array(
|
152 |
+
'method' => strtoupper($this->getMethod()),
|
153 |
+
'sslverify' => false,
|
154 |
+
'timeout' => 100
|
155 |
+
);
|
156 |
+
|
157 |
+
if ($this->getUsername() !== '' && $this->getPassword() !== '') {
|
158 |
+
$endPointArgs['headers'] = array('Authorization' => 'Basic ' . base64_encode($this->getUsername() . ':' . $this->getPassword()));
|
159 |
+
}
|
160 |
+
|
161 |
+
if ($this->getCustomHeaders() !== []) {
|
162 |
+
$customHeaders = $this->getCustomHeaders();
|
163 |
+
if (!empty($customHeaders)) {
|
164 |
+
foreach ($customHeaders as $customHeader) {
|
165 |
+
$headerKey = $customHeader->setKeyName;
|
166 |
+
$headerValue = $customHeader->setKeyValue;
|
167 |
+
$endPointArgs['headers'][$headerKey] = $headerValue;
|
168 |
+
}
|
169 |
+
}
|
170 |
+
}
|
171 |
+
|
172 |
+
return apply_filters('wpdatatables_filter_nested_json_endpoint_args', $endPointArgs, $this->getAllArgs(), $tableID);
|
173 |
+
}
|
174 |
+
|
175 |
+
/**
|
176 |
+
* Get all JSON arguments
|
177 |
+
*/
|
178 |
+
public function getAllArgs()
|
179 |
+
{
|
180 |
+
$args = new stdClass();
|
181 |
+
|
182 |
+
$args->url = $this->getUrl();
|
183 |
+
$args->method = $this->getMethod();
|
184 |
+
$args->authOption = $this->getAuthOption();
|
185 |
+
$args->username = $this->getUsername();
|
186 |
+
$args->password = $this->getPassword();
|
187 |
+
$args->customHeaders = $this->getCustomHeaders();
|
188 |
+
$args->root = $this->getRoot();
|
189 |
+
|
190 |
+
return $args;
|
191 |
+
}
|
192 |
+
|
193 |
+
/**
|
194 |
+
* Get data from JSON
|
195 |
+
*
|
196 |
+
* @throws Exception
|
197 |
+
*/
|
198 |
+
public function getData($tableID)
|
199 |
+
{
|
200 |
+
$response = $this->getResponse($tableID);
|
201 |
+
if ($response === '' || $response === null) {
|
202 |
+
throw new Exception('Response is empty. Please check is valid URL.');
|
203 |
+
}
|
204 |
+
if (!is_array($response)) {
|
205 |
+
throw new Exception($response);
|
206 |
+
}
|
207 |
+
|
208 |
+
return $this->getRowsByRootPath($response, $tableID);
|
209 |
+
}
|
210 |
+
|
211 |
+
/**
|
212 |
+
* Get response from JSON API
|
213 |
+
*/
|
214 |
+
public function getResponse($tableID)
|
215 |
+
{
|
216 |
+
$endPointArgs = $this->prepareEndPointArgs($tableID);
|
217 |
+
$response = wp_remote_request($this->getUrl(), $endPointArgs);;
|
218 |
+
if (is_wp_error($response) || !in_array(intval($response['response']['code']), array(200, 201), true)) {
|
219 |
+
return wp_remote_retrieve_response_message($response);
|
220 |
+
}
|
221 |
+
$response_body = wp_remote_retrieve_body($response);
|
222 |
+
|
223 |
+
return json_decode($response_body, true);
|
224 |
+
}
|
225 |
+
|
226 |
+
/**
|
227 |
+
* Get data by filtering array with root path
|
228 |
+
*/
|
229 |
+
private function getDataByRootPath($response, $root)
|
230 |
+
{
|
231 |
+
$filteredDataByChosenRoot = $response;
|
232 |
+
foreach ($root as $tag) {
|
233 |
+
if (array_key_exists($tag, $filteredDataByChosenRoot)) {
|
234 |
+
$filteredDataByChosenRoot = $filteredDataByChosenRoot[$tag];
|
235 |
+
} else {
|
236 |
+
$temp = array();
|
237 |
+
for ($depth = 0; $depth < count($filteredDataByChosenRoot); $depth++) {
|
238 |
+
if (!isset($filteredDataByChosenRoot[$depth][$tag])) {
|
239 |
+
continue;
|
240 |
+
}
|
241 |
+
$temp[] = $filteredDataByChosenRoot[$depth][$tag];
|
242 |
+
}
|
243 |
+
$filteredDataByChosenRoot = $temp;
|
244 |
+
}
|
245 |
+
}
|
246 |
+
|
247 |
+
if (empty($filteredDataByChosenRoot)) {
|
248 |
+
$filteredDataByChosenRoot = $response;
|
249 |
+
}
|
250 |
+
|
251 |
+
return $filteredDataByChosenRoot;
|
252 |
+
}
|
253 |
+
|
254 |
+
/**
|
255 |
+
* Get rows by filtering array with root path
|
256 |
+
* @throws Exception
|
257 |
+
*/
|
258 |
+
private function getRowsByRootPath($response, $tableID)
|
259 |
+
{
|
260 |
+
$root = explode('->', $this->getRoot());
|
261 |
+
if (count($root) > 1) {
|
262 |
+
array_shift($root);
|
263 |
+
}
|
264 |
+
$filteredDataByChosenRoot = $this->getDataByRootPath($response, $root);
|
265 |
+
$data = $this->getFinalArray($filteredDataByChosenRoot, $tableID);
|
266 |
+
$rows = $this->prepareFinalArrayWithSameStructure($data);
|
267 |
+
|
268 |
+
return apply_filters('wpdatatables_filter_nested_json_rows_by_root_path', $rows, $this->getRoot(), $response);
|
269 |
+
}
|
270 |
+
|
271 |
+
/**
|
272 |
+
* Get final array data from response
|
273 |
+
*/
|
274 |
+
private function getFinalArray($filteredDataByChosenRoot, $tableID)
|
275 |
+
{
|
276 |
+
$oneLevelDeepArrayValues = apply_filters('wpdatatables_get_one_level_deep_json_data_from_array_as_string', false, $this->getUrl(), $tableID);
|
277 |
+
$arrayValuesSeparator = apply_filters('wpdatatables_set_one_level_deep_json_data_separator', '<br>', $this->getUrl(), $tableID);
|
278 |
+
$isArrayContainsOnlyArrays = array_filter($filteredDataByChosenRoot, 'is_array') === $filteredDataByChosenRoot;
|
279 |
+
$data = [];
|
280 |
+
if (!$isArrayContainsOnlyArrays) {
|
281 |
+
$tempData = array();
|
282 |
+
foreach ($filteredDataByChosenRoot as $filteredDataKey => $value) {
|
283 |
+
if (is_array($value)) {
|
284 |
+
if ($oneLevelDeepArrayValues) {
|
285 |
+
foreach ($value as $keyVal => $val) {
|
286 |
+
if (is_array($val)) {
|
287 |
+
unset($value[$keyVal]);
|
288 |
+
} else {
|
289 |
+
if (!is_numeric($keyVal)) {
|
290 |
+
$value[$keyVal] = $keyVal . ' = ' . $val;
|
291 |
+
}
|
292 |
+
}
|
293 |
+
}
|
294 |
+
$value = implode($arrayValuesSeparator, $value);
|
295 |
+
} else {
|
296 |
+
continue;
|
297 |
+
}
|
298 |
+
}
|
299 |
+
$tempData[$filteredDataKey] = $value;
|
300 |
+
}
|
301 |
+
if(!empty($tempData))
|
302 |
+
$data[] = $tempData;
|
303 |
+
} else {
|
304 |
+
foreach ($filteredDataByChosenRoot as $filteredData) {
|
305 |
+
$tempData = array();
|
306 |
+
foreach ($filteredData as $key => $value) {
|
307 |
+
if (is_array($value)) {
|
308 |
+
if ($oneLevelDeepArrayValues) {
|
309 |
+
foreach ($value as $keyVal => $val) {
|
310 |
+
if (is_array($val)) {
|
311 |
+
unset($value[$keyVal]);
|
312 |
+
} else {
|
313 |
+
if (!is_numeric($keyVal)) {
|
314 |
+
$value[$keyVal] = $keyVal . ' = ' . $val;
|
315 |
+
}
|
316 |
+
}
|
317 |
+
}
|
318 |
+
$value = implode($arrayValuesSeparator, $value);
|
319 |
+
} else {
|
320 |
+
continue;
|
321 |
+
}
|
322 |
+
}
|
323 |
+
$tempData[$key] = $value;
|
324 |
+
}
|
325 |
+
if(!empty($tempData))
|
326 |
+
$data[] = $tempData;
|
327 |
+
}
|
328 |
+
}
|
329 |
+
return apply_filters('wpdatatables_filter_nested_json_final_array', $data, $filteredDataByChosenRoot, $tableID);
|
330 |
+
}
|
331 |
+
|
332 |
+
/**
|
333 |
+
* Prepare final array with same structure
|
334 |
+
* @throws Exception
|
335 |
+
*/
|
336 |
+
private function prepareFinalArrayWithSameStructure($data)
|
337 |
+
{
|
338 |
+
$keys = array();
|
339 |
+
$rows = array();
|
340 |
+
foreach ($data as $el) {
|
341 |
+
if (empty($el)) return $rows;
|
342 |
+
if (empty($keys)) {
|
343 |
+
$keys = array_keys($el);
|
344 |
+
continue;
|
345 |
+
}
|
346 |
+
$keys = array_intersect($keys, array_keys($el));
|
347 |
+
}
|
348 |
+
|
349 |
+
foreach ($data as $el) {
|
350 |
+
$row = array();
|
351 |
+
foreach ($el as $key => $value) {
|
352 |
+
if (in_array($key, $keys, true)) {
|
353 |
+
$row[$key] = $value;
|
354 |
+
}
|
355 |
+
}
|
356 |
+
$rows[] = $row;
|
357 |
+
}
|
358 |
+
|
359 |
+
if (empty($rows[0]) || isset($rows[0][0]))
|
360 |
+
throw new Exception('Unable to retrieve data for chosen root path.');
|
361 |
+
|
362 |
+
return $rows;
|
363 |
+
}
|
364 |
+
|
365 |
+
/**
|
366 |
+
* Get root elements from JSON URL
|
367 |
+
*/
|
368 |
+
public function prepareRoots($parent, $now, $root, $array)
|
369 |
+
{
|
370 |
+
if (is_null($array)) {
|
371 |
+
return null;
|
372 |
+
}
|
373 |
+
|
374 |
+
$root[] = $parent;
|
375 |
+
foreach ($array as $key => $value) {
|
376 |
+
if (is_array($value) && !empty($value)) {
|
377 |
+
if (!is_numeric($key)) {
|
378 |
+
$now = sprintf('%s%s%s', $parent, '->', $key);
|
379 |
+
$root[] = $now;
|
380 |
+
} else {
|
381 |
+
$now = $parent;
|
382 |
+
}
|
383 |
+
$root = $this->prepareRoots($now, $key, $root, $value);
|
384 |
+
}
|
385 |
+
}
|
386 |
+
|
387 |
+
return array_unique($root);
|
388 |
+
}
|
389 |
+
}
|
390 |
+
|
source/class.wdttools.php
CHANGED
@@ -1215,6 +1215,9 @@ class WDTTools
|
|
1215 |
case 'json':
|
1216 |
return 'JSON';
|
1217 |
break;
|
|
|
|
|
|
|
1218 |
case 'serialized':
|
1219 |
return 'Serialized PHP array';
|
1220 |
break;
|
1215 |
case 'json':
|
1216 |
return 'JSON';
|
1217 |
break;
|
1218 |
+
case 'nested_json':
|
1219 |
+
return 'Nested JSON';
|
1220 |
+
break;
|
1221 |
case 'serialized':
|
1222 |
return 'Serialized PHP array';
|
1223 |
break;
|
source/class.wpdatatable.php
CHANGED
@@ -95,7 +95,7 @@ class WPDataTable
|
|
95 |
private $_clearFilters = false;
|
96 |
private $_pdfPaperSize = 'A4';
|
97 |
private $_pdfPageOrientation = 'portrait';
|
98 |
-
public static $allowedTableTypes = array('xls', 'csv', 'manual', 'mysql', 'json', 'google_spreadsheet', 'xml', 'serialized', 'simple');
|
99 |
|
100 |
/**
|
101 |
* @return bool
|
@@ -1611,6 +1611,22 @@ class WPDataTable
|
|
1611 |
return $this->arrayBasedConstruct($PHPArray, $wdtParameters);
|
1612 |
}
|
1613 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1614 |
/**
|
1615 |
* @throws WDTException
|
1616 |
*/
|
@@ -1725,6 +1741,10 @@ class WPDataTable
|
|
1725 |
$sourceArray = self::jsonRenderData($source, $wpId);
|
1726 |
}
|
1727 |
|
|
|
|
|
|
|
|
|
1728 |
if ($sourceType == 'serialized') {
|
1729 |
$sourceArray = self::serializedPhpRenderData($source, $wpId);
|
1730 |
}
|
@@ -1758,6 +1778,20 @@ class WPDataTable
|
|
1758 |
return json_decode($json, true);
|
1759 |
}
|
1760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1761 |
/**
|
1762 |
* Helper method to get data from source URL
|
1763 |
* @param $url
|
@@ -2190,6 +2224,12 @@ class WPDataTable
|
|
2190 |
$params
|
2191 |
);
|
2192 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
2193 |
case 'serialized':
|
2194 |
$this->serializedPHPBasedConstruct(
|
2195 |
$tableData->content,
|
95 |
private $_clearFilters = false;
|
96 |
private $_pdfPaperSize = 'A4';
|
97 |
private $_pdfPageOrientation = 'portrait';
|
98 |
+
public static $allowedTableTypes = array('xls', 'csv', 'manual', 'mysql', 'json','nested_json', 'google_spreadsheet', 'xml', 'serialized', 'simple');
|
99 |
|
100 |
/**
|
101 |
* @return bool
|
1611 |
return $this->arrayBasedConstruct($PHPArray, $wdtParameters);
|
1612 |
}
|
1613 |
|
1614 |
+
/**
|
1615 |
+
* @throws Exception
|
1616 |
+
*/
|
1617 |
+
public function nestedJsonBasedConstruct($jsonParams, $wdtParameters = array()) {
|
1618 |
+
$cache = WPDataTableCache::maybeCache($this->getCacheSourceData(), (int)$this->getWpId());
|
1619 |
+
if (!$cache){
|
1620 |
+
$jsonArray = self::sourceRenderData($this, 'nested_json', $jsonParams);
|
1621 |
+
} else {
|
1622 |
+
$jsonArray = $cache;
|
1623 |
+
}
|
1624 |
+
|
1625 |
+
$jsonArray = apply_filters('wpdatatables_filter_nested_json_array', $jsonArray, $this->getWpId(), $jsonParams);
|
1626 |
+
|
1627 |
+
return $this->arrayBasedConstruct($jsonArray, $wdtParameters);
|
1628 |
+
}
|
1629 |
+
|
1630 |
/**
|
1631 |
* @throws WDTException
|
1632 |
*/
|
1741 |
$sourceArray = self::jsonRenderData($source, $wpId);
|
1742 |
}
|
1743 |
|
1744 |
+
if ($sourceType == 'nested_json') {
|
1745 |
+
$sourceArray = self::nestedJsonRenderData($source, $wpId);
|
1746 |
+
}
|
1747 |
+
|
1748 |
if ($sourceType == 'serialized') {
|
1749 |
$sourceArray = self::serializedPhpRenderData($source, $wpId);
|
1750 |
}
|
1778 |
return json_decode($json, true);
|
1779 |
}
|
1780 |
|
1781 |
+
/**
|
1782 |
+
* Helper method to get data from source URL
|
1783 |
+
* @param $jsonParams
|
1784 |
+
* @param $id
|
1785 |
+
* @return mixed|void
|
1786 |
+
* @throws Exception
|
1787 |
+
*/
|
1788 |
+
public static function nestedJsonRenderData($jsonParams, $id) {
|
1789 |
+
if (!is_object($jsonParams))
|
1790 |
+
$jsonParams = json_decode($jsonParams);
|
1791 |
+
$nestedJSON = new WDTNestedJson($jsonParams);
|
1792 |
+
return $nestedJSON->getData($id);
|
1793 |
+
}
|
1794 |
+
|
1795 |
/**
|
1796 |
* Helper method to get data from source URL
|
1797 |
* @param $url
|
2224 |
$params
|
2225 |
);
|
2226 |
break;
|
2227 |
+
case 'nested_json':
|
2228 |
+
$this->nestedJsonBasedConstruct(
|
2229 |
+
$tableData->content,
|
2230 |
+
$params
|
2231 |
+
);
|
2232 |
+
break;
|
2233 |
case 'serialized':
|
2234 |
$this->serializedPHPBasedConstruct(
|
2235 |
$tableData->content,
|
source/class.wpdatatablecache.php
CHANGED
@@ -366,6 +366,9 @@ class WPDataTableCache
|
|
366 |
case 'json':
|
367 |
$dataArray = WPDataTable::jsonRenderData($source, $table_id);
|
368 |
break;
|
|
|
|
|
|
|
369 |
case 'serialized':
|
370 |
$dataArray = WPDataTable::serializedPhpRenderData($source, $table_id);
|
371 |
break;
|
366 |
case 'json':
|
367 |
$dataArray = WPDataTable::jsonRenderData($source, $table_id);
|
368 |
break;
|
369 |
+
case 'nested_json':
|
370 |
+
$dataArray = WPDataTable::nestedJsonRenderData($source, $table_id);
|
371 |
+
break;
|
372 |
case 'serialized':
|
373 |
$dataArray = WPDataTable::serializedPhpRenderData($source, $table_id);
|
374 |
break;
|
templates/admin/constructor/steps/constructor_1.inc.php
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
</div>
|
32 |
<div class="card-body p-b-20 p-r-20 p-t-20">
|
33 |
<h4 class="m-t-0 m-b-8 f-14"><?php esc_html_e('Create a data table linked to an existing data source', 'wpdatatables'); ?>.</h4>
|
34 |
-
<span><?php esc_html_e('Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP array. Data will be read from the source every time on page load. Only SQL-based tables can be made editable.', 'wpdatatables'); ?></span>
|
35 |
</div>
|
36 |
</div>
|
37 |
</div>
|
31 |
</div>
|
32 |
<div class="card-body p-b-20 p-r-20 p-t-20">
|
33 |
<h4 class="m-t-0 m-b-8 f-14"><?php esc_html_e('Create a data table linked to an existing data source', 'wpdatatables'); ?>.</h4>
|
34 |
+
<span><?php esc_html_e('Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, Nested JSON and serialized PHP array. Data will be read from the source every time on page load. Only SQL-based tables can be made editable.', 'wpdatatables'); ?></span>
|
35 |
</div>
|
36 |
</div>
|
37 |
</div>
|
templates/admin/dashboard/dashboard.inc.php
CHANGED
@@ -342,8 +342,8 @@ $tableChartsCount = (int)WDTTools::getTablesCount('chart');
|
|
342 |
<div class="alert alert-info m-b-0" role="alert">
|
343 |
<i class="wpdt-icon-info-circle-full"></i>
|
344 |
<ul>
|
345 |
-
<li><strong>Feature:</strong>
|
346 |
-
<li><strong>Feature:</strong>
|
347 |
<li>Other small bug fixes.</li>
|
348 |
</ul>
|
349 |
</div>
|
@@ -376,6 +376,9 @@ $tableChartsCount = (int)WDTTools::getTablesCount('chart');
|
|
376 |
<p class="wpdt-font">
|
377 |
<i class="wpdt-icon-check m-r-8"></i><?php esc_html_e('Create a table manually', 'wpdatatables'); ?>
|
378 |
</p>
|
|
|
|
|
|
|
379 |
<p class="wpdt-font">
|
380 |
<i class="wpdt-icon-check m-r-8"></i><?php esc_html_e('Creating tables from Google Spreadsheet', 'wpdatatables'); ?>
|
381 |
</p>
|
342 |
<div class="alert alert-info m-b-0" role="alert">
|
343 |
<i class="wpdt-icon-info-circle-full"></i>
|
344 |
<ul>
|
345 |
+
<li><strong>Feature:</strong> New data source type: <a href="https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/">Nested JSON.</a> </li>
|
346 |
+
<li><strong>Feature:</strong> <a href="https://wpdatatables.com/documentation/creating-wpdatatables/creating-wordpress-tables-from-nested-json-data-with-json-authentication/#json-authentication">JSON authentication.</a> </li>
|
347 |
<li>Other small bug fixes.</li>
|
348 |
</ul>
|
349 |
</div>
|
376 |
<p class="wpdt-font">
|
377 |
<i class="wpdt-icon-check m-r-8"></i><?php esc_html_e('Create a table manually', 'wpdatatables'); ?>
|
378 |
</p>
|
379 |
+
<p class="wpdt-font">
|
380 |
+
<i class="wpdt-icon-check m-r-8"></i><span style="color: red;font-weight: bold;">NEW! </span><?php esc_html_e('Update manual tables', 'wpdatatables'); ?>
|
381 |
+
</p>
|
382 |
<p class="wpdt-font">
|
383 |
<i class="wpdt-icon-check m-r-8"></i><?php esc_html_e('Creating tables from Google Spreadsheet', 'wpdatatables'); ?>
|
384 |
</p>
|
templates/admin/lite-vs-premium/lite_vs_premium.inc.php
CHANGED
@@ -102,6 +102,32 @@
|
|
102 |
<hr>
|
103 |
</td>
|
104 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
<tr>
|
106 |
<td data-title="Features"><?php esc_html_e('Creating tables from XML files', 'wpdatatables'); ?>
|
107 |
<hr>
|
102 |
<hr>
|
103 |
</td>
|
104 |
</tr>
|
105 |
+
<tr>
|
106 |
+
<td data-title="Features"><?php esc_html_e('Creating data tables from Nested JSON data', 'wpdatatables'); ?>
|
107 |
+
<span style="color: #ef8137;font-weight: bold;float: right;"><?php esc_html_e('NEW!', 'wpdatatables'); ?></span>
|
108 |
+
<hr>
|
109 |
+
</td>
|
110 |
+
<td data-title="Lite" class="text-center bg-grey"><i class="wpdt-icon-check-full"></i>
|
111 |
+
<hr>
|
112 |
+
</td>
|
113 |
+
<td data-title="Premium" class="text-center bg-blue"><i
|
114 |
+
class="wpdt-icon-check-full"></i>
|
115 |
+
<hr>
|
116 |
+
</td>
|
117 |
+
</tr>
|
118 |
+
<tr>
|
119 |
+
<td data-title="Features"><?php esc_html_e('JSON Authentication', 'wpdatatables'); ?>
|
120 |
+
<span style="color: #ef8137;font-weight: bold;float: right;"><?php esc_html_e('NEW!', 'wpdatatables'); ?></span>
|
121 |
+
<hr>
|
122 |
+
</td>
|
123 |
+
<td data-title="Lite" class="text-center bg-grey"><i class="wpdt-icon-check-full"></i>
|
124 |
+
<hr>
|
125 |
+
</td>
|
126 |
+
<td data-title="Premium" class="text-center bg-blue"><i
|
127 |
+
class="wpdt-icon-check-full"></i>
|
128 |
+
<hr>
|
129 |
+
</td>
|
130 |
+
</tr>
|
131 |
<tr>
|
132 |
<td data-title="Features"><?php esc_html_e('Creating tables from XML files', 'wpdatatables'); ?>
|
133 |
<hr>
|
templates/admin/table-settings/custom_headers_row_block.inc.php
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php defined('ABSPATH') or die('Access denied.'); ?>
|
2 |
+
|
3 |
+
<script type="text/x-template" id="wdt-nested-json-custom-headers-template">
|
4 |
+
|
5 |
+
<div class="row wdt-custom-headers-row-rule">
|
6 |
+
<div class="col-sm-6 wdt-custom-header-key-name">
|
7 |
+
<div class="form-group m-b-10">
|
8 |
+
<input placeholder="<?php esc_attr_e('Insert key name', 'wpdatatables'); ?>"
|
9 |
+
type="text"
|
10 |
+
class="form-control input-sm custom-header-key-name-value"
|
11 |
+
value="">
|
12 |
+
</div>
|
13 |
+
</div>
|
14 |
+
<div class="col-sm-5-3 p-r-0 wdt-custom-header-key-value">
|
15 |
+
<div class="form-group m-b-10">
|
16 |
+
<textarea placeholder="<?php esc_attr_e('Insert key value', 'wpdatatables'); ?>"
|
17 |
+
type="text"
|
18 |
+
class="form-control input-sm custom-header-key-value-value"
|
19 |
+
value="">
|
20 |
+
</textarea>
|
21 |
+
</div>
|
22 |
+
</div>
|
23 |
+
<div class="col-sm-1-2 p-0 wdt-delete-custom-headers-wrapper">
|
24 |
+
<button class="btn wdt-delete-custom-headers-row-rule"
|
25 |
+
title="<?php esc_attr_e('Remove row', 'wpdatatables'); ?>"
|
26 |
+
data-toggle="tooltip"><i
|
27 |
+
class="wpdt-icon-trash"></i>
|
28 |
+
</button>
|
29 |
+
</div>
|
30 |
+
</div>
|
31 |
+
|
32 |
+
</script>
|
templates/admin/table-settings/edit_table.inc.php
CHANGED
@@ -70,6 +70,10 @@
|
|
70 |
|
71 |
<!-- Templates -->
|
72 |
|
|
|
|
|
|
|
|
|
73 |
<!-- Conditional formatting block for column -->
|
74 |
<?php include WDT_TEMPLATE_PATH . 'admin/table-settings/conditional_formatting_block.inc.php'; ?>
|
75 |
<!-- /Conditional formatting block for column -->
|
70 |
|
71 |
<!-- Templates -->
|
72 |
|
73 |
+
<!-- Custom headers row block-->
|
74 |
+
<?php include WDT_TEMPLATE_PATH . 'admin/table-settings/custom_headers_row_block.inc.php'; ?>
|
75 |
+
<!-- /Custom headers row block -->
|
76 |
+
|
77 |
<!-- Conditional formatting block for column -->
|
78 |
<?php include WDT_TEMPLATE_PATH . 'admin/table-settings/conditional_formatting_block.inc.php'; ?>
|
79 |
<!-- /Conditional formatting block for column -->
|
templates/admin/table-settings/table_settings_block.inc.php
CHANGED
@@ -118,6 +118,7 @@ $globalAutoUpdateOption = get_option('wdtAutoUpdateOption');
|
|
118 |
data-content="<i class='wpdt-icon-star-full m-r-5' style='color: #FFC078;'></i> <span ><?php esc_attr_e('Google Spreadsheet ', 'wpdatatables'); ?><span class='wdt-premium'><?php esc_attr_e('Available in Premium', 'wpdatatables'); ?></span></span>"></option>
|
119 |
<option value="xml"><?php esc_html_e('XML file', 'wpdatatables'); ?></option>
|
120 |
<option value="json"><?php esc_html_e('JSON file', 'wpdatatables'); ?></option>
|
|
|
121 |
<option value="serialized"><?php esc_html_e('Serialized PHP array', 'wpdatatables'); ?></option>
|
122 |
<?php do_action('wdt_add_table_type_option'); ?>
|
123 |
</select>
|
@@ -148,6 +149,27 @@ $globalAutoUpdateOption = get_option('wdtAutoUpdateOption');
|
|
148 |
<!-- /input URL or path -->
|
149 |
</div>
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
<div class="col-sm-6 mysql-settings-block hidden">
|
152 |
<!-- Server side processing toggle -->
|
153 |
<h4 class="c-title-color m-b-2">
|
@@ -199,6 +221,137 @@ $globalAutoUpdateOption = get_option('wdtAutoUpdateOption');
|
|
199 |
</div>
|
200 |
<!-- /.row -->
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
<div class="row" id="wdt-cache-block">
|
203 |
<div class="col-sm-3 m-b-16 hidden cache-settings-block">
|
204 |
|
118 |
data-content="<i class='wpdt-icon-star-full m-r-5' style='color: #FFC078;'></i> <span ><?php esc_attr_e('Google Spreadsheet ', 'wpdatatables'); ?><span class='wdt-premium'><?php esc_attr_e('Available in Premium', 'wpdatatables'); ?></span></span>"></option>
|
119 |
<option value="xml"><?php esc_html_e('XML file', 'wpdatatables'); ?></option>
|
120 |
<option value="json"><?php esc_html_e('JSON file', 'wpdatatables'); ?></option>
|
121 |
+
<option value="nested_json"><?php esc_html_e('Nested JSON', 'wpdatatables'); ?></option>
|
122 |
<option value="serialized"><?php esc_html_e('Serialized PHP array', 'wpdatatables'); ?></option>
|
123 |
<?php do_action('wdt_add_table_type_option'); ?>
|
124 |
</select>
|
149 |
<!-- /input URL or path -->
|
150 |
</div>
|
151 |
|
152 |
+
<div class="col-sm-6 input-nested-json-url-block hidden">
|
153 |
+
<h4 class="c-title-color m-b-2">
|
154 |
+
<?php esc_html_e('Input JSON URL', 'wpdatatables'); ?>
|
155 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
156 |
+
title="<?php esc_attr_e('Insert JSON URL. Please note that you are able to use dynamic Placeholders for this input like https://api.com/v1/data/%VAR1%/', 'wpdatatables'); ?>"></i>
|
157 |
+
</h4>
|
158 |
+
<!-- input JSON URL -->
|
159 |
+
<div class="form-group">
|
160 |
+
<div class="fg-line col-sm-9 p-0">
|
161 |
+
<input type="text" id="wdt-nested-json-url" class="form-control input-sm" autocomplete="new-password"
|
162 |
+
placeholder="<?php esc_attr_e('Insert or paste JSON URL', 'wpdatatables'); ?>">
|
163 |
+
</div>
|
164 |
+
<div class="col-sm-3 p-r-0">
|
165 |
+
<button class="btn btn-primary" id="wdt-get-nested-json-roots">
|
166 |
+
<?php esc_html_e('Get JSON roots', 'wpdatatables'); ?>
|
167 |
+
</button>
|
168 |
+
</div>
|
169 |
+
</div>
|
170 |
+
<!-- /input JSON URL -->
|
171 |
+
</div>
|
172 |
+
|
173 |
<div class="col-sm-6 mysql-settings-block hidden">
|
174 |
<!-- Server side processing toggle -->
|
175 |
<h4 class="c-title-color m-b-2">
|
221 |
</div>
|
222 |
<!-- /.row -->
|
223 |
|
224 |
+
<!-- Block for Nested JSON options -->
|
225 |
+
<div class="row hidden" id="wdt-nested-json-block" >
|
226 |
+
<!-- Choose method -->
|
227 |
+
<div class="col-sm-3 nested-json-get-method">
|
228 |
+
<h4 class="c-title-color m-b-2">
|
229 |
+
<?php esc_html_e('Choose method', 'wpdatatables'); ?>
|
230 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
231 |
+
title="<?php esc_attr_e('Choose method GET or POST for getting data. GET is set by default.', 'wpdatatables'); ?>"></i>
|
232 |
+
</h4>
|
233 |
+
<!-- select JSON HTTP method -->
|
234 |
+
<div class="form-group">
|
235 |
+
<div class="fg-line">
|
236 |
+
<div class="select">
|
237 |
+
<select class="selectpicker" id="wdt-nested-json-get-type">
|
238 |
+
<option value="get"><?php esc_html_e('GET', 'wpdatatables'); ?></option>
|
239 |
+
<option value="post"><?php esc_html_e('POST', 'wpdatatables'); ?></option>
|
240 |
+
</select>
|
241 |
+
</div>
|
242 |
+
</div>
|
243 |
+
</div>
|
244 |
+
<!-- /select JSON HTTP method -->
|
245 |
+
</div>
|
246 |
+
<!-- /Choose method -->
|
247 |
+
|
248 |
+
<!-- JSON authentication -->
|
249 |
+
<div class="col-sm-3 nested-json-auth-options">
|
250 |
+
<h4 class="c-title-color m-b-2">
|
251 |
+
<?php esc_html_e('JSON authentication', 'wpdatatables'); ?>
|
252 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
253 |
+
title="<?php esc_attr_e('Set JSON authentication option. You can choose "Basic Authentication" with username and password or "No Auth" option. By default is set to "No Auth".', 'wpdatatables'); ?>"></i>
|
254 |
+
</h4>
|
255 |
+
<!-- select JSON Auth option -->
|
256 |
+
<div class="form-group">
|
257 |
+
<div class="fg-line">
|
258 |
+
<div class="select">
|
259 |
+
<select class="selectpicker" id="wdt-nested-json-auth-option">
|
260 |
+
<option value=""><?php esc_html_e('No Auth', 'wpdatatables'); ?></option>
|
261 |
+
<option value="basic_auth"><?php esc_html_e('Basic Authentication', 'wpdatatables'); ?></option>
|
262 |
+
</select>
|
263 |
+
</div>
|
264 |
+
</div>
|
265 |
+
</div>
|
266 |
+
<!-- /select JSON Auth option -->
|
267 |
+
</div>
|
268 |
+
<!-- /JSON authentication -->
|
269 |
+
|
270 |
+
<!-- Basic Authentication Credentials -->
|
271 |
+
<div class="col-sm-6 nested-json-basic-auth-inputs hidden">
|
272 |
+
<h4 class="c-title-color m-b-2">
|
273 |
+
<?php esc_html_e('Basic Authentication Credentials', 'wpdatatables'); ?>
|
274 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
275 |
+
title="<?php esc_attr_e('Credentials for Basic Authentication ex. Username and Password', 'wpdatatables'); ?>"></i>
|
276 |
+
</h4>
|
277 |
+
<!-- input Username and Password -->
|
278 |
+
<div class="form-group">
|
279 |
+
<div class="col-sm-6 p-l-0">
|
280 |
+
<input type="text" id="wdt-nested-json-username" class="form-control input-sm" autocomplete="new-password"
|
281 |
+
placeholder="<?php esc_attr_e('ex. Username', 'wpdatatables'); ?>">
|
282 |
+
</div>
|
283 |
+
<div class="col-sm-6 p-0">
|
284 |
+
<input type="password" id="wdt-nested-json-password" class="form-control input-sm" autocomplete="new-password"
|
285 |
+
placeholder="<?php esc_attr_e('ex. Password', 'wpdatatables'); ?>">
|
286 |
+
</div>
|
287 |
+
</div>
|
288 |
+
<!-- input Username and Password -->
|
289 |
+
</div>
|
290 |
+
<!-- /Basic Authentication Credentials -->
|
291 |
+
</div>
|
292 |
+
<!-- /Block for Nested JSON options -->
|
293 |
+
|
294 |
+
<!-- Block for Nested JSON additional options -->
|
295 |
+
<div class="row hidden" id="wdt-nested-json-additional-block" >
|
296 |
+
<!-- Custom headers option-->
|
297 |
+
<div class="col-sm-6 json-custom-headers">
|
298 |
+
<h4 class="c-title-color m-b-2">
|
299 |
+
<?php esc_html_e('Custom headers', 'wpdatatables'); ?>
|
300 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
301 |
+
title="<?php esc_attr_e('Headers are a key–value pair in clear-text string format. Add custom headers for API like key value pairs, ex. for key name insert apiKey, and for key value apiKeyValue.', 'wpdatatables'); ?>"></i>
|
302 |
+
</h4>
|
303 |
+
<!-- inputs for custom headers: Key Name and Key Value-->
|
304 |
+
<div class="wdt-nested-json-custom-headers-container">
|
305 |
+
<div class="row wdt-custom-headers-row-rule">
|
306 |
+
<div class="col-sm-6 wdt-custom-header-key-name">
|
307 |
+
<div class="form-group m-b-10">
|
308 |
+
<input placeholder="<?php esc_attr_e('Insert key name', 'wpdatatables'); ?>" type="text" class="form-control input-sm custom-header-key-name-value" value="">
|
309 |
+
</div>
|
310 |
+
</div>
|
311 |
+
<div class="col-sm-6 wdt-custom-header-key-value">
|
312 |
+
<div class="form-group m-b-10">
|
313 |
+
<textarea placeholder="<?php esc_attr_e('Insert key value', 'wpdatatables'); ?>" type="text" class="form-control input-sm custom-header-key-value-value" value=""></textarea>
|
314 |
+
</div>
|
315 |
+
</div>
|
316 |
+
|
317 |
+
</div>
|
318 |
+
</div>
|
319 |
+
<!-- /inputs for custom headers: Key Name and Key Value-->
|
320 |
+
|
321 |
+
<!-- Add row button for custom headers -->
|
322 |
+
<div class="row">
|
323 |
+
<div class="col-sm-12">
|
324 |
+
<button class="btn pull-left m-t-10 wdt-add-nested-json-custom-headers-row">
|
325 |
+
<i class="wpdt-icon-plus-thin"></i> <?php esc_html_e('Add Row', 'wpdatatables'); ?>
|
326 |
+
</button>
|
327 |
+
</div>
|
328 |
+
</div>
|
329 |
+
<!-- /Add row button for custom headers -->
|
330 |
+
</div>
|
331 |
+
<!-- /Custom headers option-->
|
332 |
+
|
333 |
+
<!-- JSON root-->
|
334 |
+
<div class="col-sm-6 nested-json-roots hidden">
|
335 |
+
<h4 class="c-title-color m-b-2">
|
336 |
+
<?php esc_html_e('Choose JSON root', 'wpdatatables'); ?>
|
337 |
+
<i class=" wpdt-icon-info-circle-thin" data-toggle="tooltip" data-placement="right"
|
338 |
+
title="<?php esc_attr_e('Here will be listed all roots from JSON endpoint. Every key that is array or object will be treated as separate root path. Choose root path where is your data.', 'wpdatatables'); ?>"></i>
|
339 |
+
</h4>
|
340 |
+
<!-- select JSON root -->
|
341 |
+
<div class="form-group">
|
342 |
+
<div class="fg-line">
|
343 |
+
<div class="select">
|
344 |
+
<select class="selectpicker" id="wdt-nested-json-root">
|
345 |
+
</select>
|
346 |
+
</div>
|
347 |
+
</div>
|
348 |
+
</div>
|
349 |
+
<!-- /select JSON root -->
|
350 |
+
</div>
|
351 |
+
<!-- /JSON root-->
|
352 |
+
</div>
|
353 |
+
<!-- Block for Nested JSON additional options -->
|
354 |
+
|
355 |
<div class="row" id="wdt-cache-block">
|
356 |
<div class="col-sm-3 m-b-16 hidden cache-settings-block">
|
357 |
|
wpdatatables.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: wpDataTables - Tables & Table Charts
|
4 |
Plugin URI: https://wpdatatables.com
|
5 |
Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
|
6 |
-
Version: 2.1.
|
7 |
Author: TMS-Plugins
|
8 |
Author URI: https://tms-outsource.com
|
9 |
Text Domain: wpdatatables
|
@@ -52,6 +52,7 @@ function wpdatatables_load()
|
|
52 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatacolumn.php');
|
53 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatatablerows.php');
|
54 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatatablecache.php');
|
|
|
55 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatachart.php');
|
56 |
require_once(WDT_ROOT_PATH . 'source/class.wdtbrowsetable.php');
|
57 |
require_once(WDT_ROOT_PATH . 'source/class.wdtbrowsechartstable.php');
|
3 |
Plugin Name: wpDataTables - Tables & Table Charts
|
4 |
Plugin URI: https://wpdatatables.com
|
5 |
Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
|
6 |
+
Version: 2.1.44
|
7 |
Author: TMS-Plugins
|
8 |
Author URI: https://tms-outsource.com
|
9 |
Text Domain: wpdatatables
|
52 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatacolumn.php');
|
53 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatatablerows.php');
|
54 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatatablecache.php');
|
55 |
+
require_once(WDT_ROOT_PATH . 'source/class.wdtnestedjson.php');
|
56 |
require_once(WDT_ROOT_PATH . 'source/class.wpdatachart.php');
|
57 |
require_once(WDT_ROOT_PATH . 'source/class.wdtbrowsetable.php');
|
58 |
require_once(WDT_ROOT_PATH . 'source/class.wdtbrowsechartstable.php');
|