/*
* Variables & Colors --------------------
*/
/*
* General -------------------------------
*/
.wpcv-widget {
  list-style: none;
}

.wpcv-chart {
  position: relative;
  box-sizing: border-box;
  margin: 15px 0 35px;
  width: 100%;
  background: #fff;
  color: #555;
  font-size: 13px;
  clear: both;
}

.wpcv-chart.wpcv-dark-skin {
  background: #252526;
  color: #fff;
}

.wpcv-chart.wpcv-dark-skin .wpcv-title {
  color: #fff;
  opacity: 0.7;
}

.wpcv-chart.wpcv-has-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
}

.wpcv-chart.wpcv-has-shadow .wpcv-powered {
  padding-bottom: 0;
}

.wpcv-chart .wpcv-powered {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.wpcv-canvas {
  max-height: 800px !important;
  min-height: 200px !important;
}

.wpcv-dark-skin a:not(:hover) {
  color: #fff;
}

/* Maps */
.wpcv-map {
  width: 100%;
  height: 450px;
  margin: 20px 0;
}

/**/
.wpcv-powered {
  font-size: 80%;
}

/*
* typography ----------------------------
*/
/*
* Widgets --------------------------------
*/
.wpcv-global-updates {
  margin: 40px 0;
}

.wpcv-updates-title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wpcv-updates-title span {
  display: block;
}

.wpcv-updates-title .wpcv-flag {
  width: 32px;
  float: left;
  margin-right: 10px;
}

.wpcv-updates-items-wrap {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.wpcv-updates-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding: 10px 15px;
  width: 100%;
  background: #F5F6FA;
  transition: background 0.3s;
}

.wpcv-updates-item:hover {
  background: #f0f2f7;
}

.wpcv-title {
  font-size: 90%;
  color: #8297AF;
  padding-top: 3px;
  transition: 0.3s;
}

.wpcv-counter {
  font-size: 12pt;
  font-weight: bold;
  white-space: nowrap;
}

.wpcv-last-update {
  color: #858585;
  font-size: 70%;
  margin-top: 5px;
}

.wpcv-style-col-2 .wpcv-updates-item {
  flex-basis: calc(50% - 10px);
}

.wpcv-style-col-3 .wpcv-updates-item {
  flex-basis: calc(33.3333% - 10px);
}

.wpcv-style-col-4 .wpcv-updates-item {
  flex-basis: calc(25% - 10px);
}

.wpcv-style-col-5 .wpcv-updates-item {
  flex-basis: calc(20% - 10px);
}

.wpcv-colored-items .wpcv-stats-critical {
  color: #f39c12;
}

.wpcv-colored-items .wpcv-stats-critical .wpcv-title:before {
  color: #f39c12;
}

.wpcv-colored-items .wpcv-stats-active {
  color: #3498db;
}

.wpcv-colored-items .wpcv-stats-active .wpcv-title:before {
  color: #3498db;
}

.wpcv-colored-items .wpcv-stats-deaths {
  color: #e74c3c;
}

.wpcv-colored-items .wpcv-stats-deaths .wpcv-title:before {
  color: #e74c3c;
}

.wpcv-colored-items .wpcv-stats-recovered {
  color: #2ecc71;
}

.wpcv-colored-items .wpcv-stats-recovered .wpcv-title:before {
  color: #2ecc71;
}

.wpcv-global-updates.wpcv-style-2 .wpcv-updates-items-wrap {
  margin: 0 -5px;
}

.wpcv-global-updates.wpcv-style-2 .wpcv-updates-item {
  border-radius: 3px;
  margin: 5px;
}

.wpcv-global-updates.wpcv-style-3 .wpcv-updates-items-wrap {
  background-color: transparent;
}

.wpcv-global-updates.wpcv-style-3 .wpcv-updates-item {
  background: transparent;
  border: 1px solid #eff1f7;
}

.wpcv-global-updates.wpcv-style-4 .wpcv-updates-items-wrap {
  margin: 0;
}

.wpcv-global-updates.wpcv-style-4 .wpcv-updates-item {
  border-radius: 0;
  margin: 0;
}

.wpcv-global-updates.wpcv-style-4 .wpcv-updates-item:first-child {
  width: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #e4e6ee;
  padding: 20px 15px;
}

.wpcv-global-updates.wpcv-style-4 .wpcv-updates-item:first-child .wpcv-counter {
  font-size: 1.4em;
}

.wpcv-global-updates.wpcv-style-5 .wpcv-counter {
  color: #000;
  font-size: 16px;
}

.wpcv-global-updates.wpcv-style-5 .wpcv-title:before {
  content: '';
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 10px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 2px;
}

body.rtl .wpcv-global-updates.wpcv-style-5 .wpcv-title:before {
  margin-right: 0;
  margin-left: 10px;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-counter {
  color: #000;
  font-size: 16px;
  transition: color 0.3s;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-items-wrap {
  background-color: transparent;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-item {
  background: transparent;
  margin: 2.5px 5px;
  padding: 10px 5px;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  box-shadow: inset 0 -5px 0 0 #b0b2bd;
  border-radius: 0;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-item .wpcv-counter {
  font-size: 20px;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-item:hover {
  box-shadow: inset 0 -65px 0 0 #b0b2bd;
  padding-left: 15px;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-item:hover .wpcv-counter {
  color: #fff;
}

.wpcv-global-updates.wpcv-style-6 .wpcv-updates-item:hover .wpcv-title {
  color: #fff;
  opacity: 0.7;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-critical {
  box-shadow: inset 0 -5px 0 0 #f39c12;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-critical:hover {
  box-shadow: inset 0 -65px 0 0 #f39c12;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-active {
  box-shadow: inset 0 -5px 0 0 #3498db;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-active:hover {
  box-shadow: inset 0 -65px 0 0 #3498db;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-deaths {
  box-shadow: inset 0 -5px 0 0 #e74c3c;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-deaths:hover {
  box-shadow: inset 0 -65px 0 0 #e74c3c;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-recovered {
  box-shadow: inset 0 -5px 0 0 #2ecc71;
}

.wpcv-global-updates.wpcv-style-6.wpcv-colored-items .wpcv-stats-recovered:hover {
  box-shadow: inset 0 -65px 0 0 #2ecc71;
}

.wpcv-global-updates.wpcv-dark-skin {
  color: #fff;
}

.wpcv-global-updates.wpcv-dark-skin .wpcv-updates-item {
  background: #252526;
}

.wpcv-global-updates.wpcv-dark-skin .wpcv-updates-item, .wpcv-global-updates.wpcv-dark-skin .wpcv-updates-item:first-child {
  border-color: #414141;
}

.wpcv-global-updates.wpcv-dark-skin:not(.wpcv-colored-items) .wpcv-updates-item {
  color: #fff;
}

.wpcv-global-updates.wpcv-dark-skin .wpcv-title {
  color: #fff;
  opacity: 0.7;
}

.wpcv-global-updates.wpcv-dark-skin.wpcv-style-5 .wpcv-counter, .wpcv-global-updates.wpcv-dark-skin.wpcv-style-6 .wpcv-counter {
  color: #fff;
}

.wpcv-global-updates.wpcv-dark-skin.wpcv-style-6 .wpcv-updates-item:hover .wpcv-title,
.wpcv-global-updates.wpcv-dark-skin.wpcv-style-6 .wpcv-updates-item:hover .wpcv-counter {
  color: #000;
}

/*
* Tables --------------------------------
*/
table.wpcv-table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  color: #111;
}

.dataTables_wrapper {
  font-size: 10pt;
}

table.wpcv-table:not(.dataTable) tr:nth-child(n+10) {
  display: none;
}

table.wpcv-table img {
  max-width: 25px;
}

table.wpcv-table:not(.wpcv-order-column) td {
  background: transparent !important;
}

table.wpcv-table th:first-child {
  width: 15%;
}

table.wpcv-table th:not(:first-child) {
  width: 10%;
}

table.wpcv-table tbody tr td:not(:first-child) {
  text-align: center;
}

body table.wpcv-table thead th,
body table.wpcv-table thead td {
  padding: 10px 18px;
  border: none;
  font-weight: bold;
  text-transform: none;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

table.wpcv-table thead th:active,
table.wpcv-table thead td:active {
  outline: none;
}

table.wpcv-table tfoot th,
table.wpcv-table tfoot td {
  font-weight: normal;
  border: none;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.03);
  border-top: 3px solid rgba(0, 0, 0, 0.1);
}

table.wpcv-table thead .sorting,
table.wpcv-table thead .sorting_asc,
table.wpcv-table thead .sorting_desc,
table.wpcv-table thead .sorting_asc_disabled,
table.wpcv-table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

.rtl table.wpcv-table thead .sorting, .rtl
table.wpcv-table thead .sorting_asc, .rtl
table.wpcv-table thead .sorting_desc, .rtl
table.wpcv-table thead .sorting_asc_disabled, .rtl
table.wpcv-table thead .sorting_desc_disabled {
  background-position: center left;
}

table.wpcv-table thead .sorting {
  background-image: url("sort_both.png");
}

table.wpcv-table thead .sorting_asc {
  background-image: url("sort_asc.png");
}

table.wpcv-table thead .sorting_desc {
  background-image: url("sort_desc.png");
}

table.wpcv-table thead .sorting_asc_disabled {
  background-image: url("sort_asc_disabled.png");
}

table.wpcv-table thead .sorting_desc_disabled {
  background-image: url("sort_desc_disabled.png");
}

table.wpcv-table tbody tr {
  background-color: transparent;
}

body table.wpcv-table tbody th,
body table.wpcv-table tbody td {
  padding: 10px;
  border: none;
}

/**/
table.wpcv-table.wpcv-row-border tbody th,
table.wpcv-table.wpcv-row-border tbody td,
table.wpcv-table.wpcv-display tbody th,
table.wpcv-table.wpcv-display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.wpcv-table.wpcv-row-border tbody tr:first-child th,
table.wpcv-table.wpcv-row-border tbody tr:first-child td,
table.wpcv-table.wpcv-display tbody tr:first-child th,
table.wpcv-table.wpcv-display tbody tr:first-child td {
  border-top: none;
}

table.wpcv-table.wpcv-cell-border th,
table.wpcv-table.wpcv-cell-border td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.rtl table.wpcv-table.wpcv-cell-border th, .rtl
table.wpcv-table.wpcv-cell-border td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}

table.wpcv-table.wpcv-cell-border tr th:first-child,
table.wpcv-table.wpcv-cell-border tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.rtl table.wpcv-table.wpcv-cell-border tr th:first-child, .rtl
table.wpcv-table.wpcv-cell-border tr td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table.wpcv-table.wpcv-cell-border tbody tr:first-child th,
table.wpcv-table.wpcv-cell-border tbody tr:first-child td {
  border-top: none;
}

table.wpcv-table.wpcv-cell-border tfoot tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.wpcv-table.wpcv-compact thead th,
table.wpcv-table.wpcv-compact thead td {
  padding: 4px 17px 4px 4px;
}

.rtl table.wpcv-table.wpcv-compact thead th, .rtl
table.wpcv-table.wpcv-compact thead td {
  padding: 4px 4px 4px 17px;
}

table.wpcv-table.wpcv-compact tbody th,
table.wpcv-table.wpcv-compact tbody td {
  padding: 4px;
}

table.wpcv-table.wpcv-stripe tbody tr.odd {
  background-color: rgba(0, 0, 0, 0.02);
}

table.wpcv-table.wpcv-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

table.wpcv-table.wpcv-order-column.wpcv-stripe tbody tr.odd > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.04);
}

table.wpcv-table.wpcv-order-column.wpcv-stripe tbody tr.even > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.03);
}

table.wpcv-table.wpcv-order-column.wpcv-hover tbody tr:hover > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.05);
}

table.wpcv-table,
table.wpcv-table th,
table.wpcv-table td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin: 30px 0;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 0.5em;
}

.rtl .dataTables_wrapper .dataTables_length {
  float: right;
}

.dataTables_wrapper .dataTables_length label {
  display: block;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  margin-bottom: 0.5em;
}

.rtl .dataTables_wrapper .dataTables_filter {
  float: left;
}

.dataTables_wrapper .dataTables_filter input {
  margin: 0 0.5em;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  width: auto;
  display: inline;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.rtl .dataTables_wrapper .dataTables_info {
  float: right;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.5em;
  white-space: nowrap;
  overflow: hidden;
}

.rtl .dataTables_wrapper .dataTables_paginate {
  float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0 -1px;
  line-height: 1.25;
  color: #000 !important;
  min-width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none !important;
  background: #fff !important;
}

.rtl .dataTables_wrapper .dataTables_paginate .paginate_button, .rtl
.dataTables_wrapper .dataTables_paginate .ellipsis {
  margin: 0 -1px 0 0;
}

.dataTables_wrapper .dataTables_paginate > .paginate_button:first-child {
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #000 !important;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.wpcv-table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Dark Skin */
.wpcv-dark-skin table.wpcv-table {
  color: #ddd;
  background: #252525;
}

.wpcv-dark-skin table.wpcv-table.wpcv-row-border tbody th,
.wpcv-dark-skin table.wpcv-table.wpcv-row-border tbody td,
.wpcv-dark-skin table.wpcv-table.wpcv-display tbody th,
.wpcv-dark-skin table.wpcv-table.wpcv-display tbody td,
.wpcv-dark-skin table.wpcv-table.wpcv-cell-border th,
.wpcv-dark-skin table.wpcv-table.wpcv-cell-border td {
  border-color: rgba(0, 0, 0, 0.4);
}

.wpcv-dark-skin table.wpcv-table.wpcv-stripe tbody tr.odd {
  background-color: rgba(0, 0, 0, 0.14);
}

.wpcv-dark-skin table.wpcv-table.wpcv-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.wpcv-dark-skin table.wpcv-table.wpcv-order-column.wpcv-stripe tbody tr.odd > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.14);
}

.wpcv-dark-skin table.wpcv-table.wpcv-order-column.wpcv-stripe tbody tr.even > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.wpcv-dark-skin table.wpcv-table.wpcv-order-column.wpcv-hover tbody tr:hover > .sorting_1 {
  background-color: rgba(0, 0, 0, 0.3);
}

.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button,
.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .ellipsis {
  color: #ddd !important;
  border: 1px solid #111;
  background: #333 !important;
}

.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  color: #fff !important;
  background-color: #111 !important;
  border-color: #111 !important;
}

.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.wpcv-dark-skin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #888 !important;
}

/*
* Dark Skin -----------------------------
*/
