/*
* 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;
}

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

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

.leaflet-popup-content .map-single-title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.leaflet-popup-content img {
  max-width: 50px !important;
  height: auto;
  margin: 0 auto 5px;
  display: block;
}

.rtl .leaflet-popup-content {
  text-align: right;
  direction: rtl;
}

.rtl .leaflet-container a.leaflet-popup-close-button {
  left: 0;
  right: auto;
  padding-left: 5px;
  padding-right: 0;
}

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

/*
* typography ----------------------------
*/
/*
* Widgets --------------------------------
*/
.wpcv-updates-title {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
  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;
}

.rtl .wpcv-updates-title .wpcv-flag {
  margin-right: 0;
  margin-left: 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: 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 {
  border: 1px solid #eff1f7;
}

.wpcv-global-updates.wpcv-style-3 .wpcv-updates-item:not(:hover) {
  background: transparent;
}

.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;
}

.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;
  padding: 10px;
  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 -85px 0 0 #b0b2bd;
  padding-left: 20px;
  padding-right: 0;
}

.rtl .wpcv-global-updates.wpcv-style-6 .wpcv-updates-item:hover {
  padding-left: 0;
  padding-right: 20px;
}

.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 -85px 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 -85px 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 -85px 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 -85px 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 th:first-child{
	width: 15%;
}
*/
body table.wpcv-table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  color: #111;
  /* .wpcv-row-border */
}

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

body table.wpcv-table,
body table.wpcv-table th,
body table.wpcv-table td {
  white-space: nowrap;
  box-sizing: content-box;
}

body table.wpcv-table thead th,
body table.wpcv-table thead td {
  padding: 10px 18px 10px 10px;
  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);
}

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

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

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

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

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

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

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

body table.wpcv-table tfoot th,
body 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);
}

body table.wpcv-table tbody tr:not(.wpcv-empty) {
  background-color: transparent;
}

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

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

body table.wpcv-table tbody .wpcv-flag {
  max-width: 25px;
  margin-right: 5px;
}

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

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

body.rtl table.wpcv-table tbody .wpcv-flag {
  margin-right: 0;
  margin-left: 5px;
}

body.rtl table.wpcv-table thead th,
body.rtl table.wpcv-table thead td {
  padding-left: 18px;
  padding-right: 10px;
}

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

/**/
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);
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin: 30px 0;
  font-size: 10pt;
}

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

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

.dataTables_wrapper label {
  display: block;
}

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

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

.rtl .dataTables_wrapper .dataTables_filter input {
  margin-right: 0.5em;
  margin-left: 0;
}

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

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

.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 .paginate_button,
.dataTables_wrapper .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 .paginate_button, .rtl
.dataTables_wrapper .ellipsis {
  margin: 0 -1px 0 0;
}

.dataTables_wrapper .paginate_button {
  cursor: pointer;
}

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

.dataTables_wrapper .paginate_button.current, .dataTables_wrapper .paginate_button.current:hover, .dataTables_wrapper .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 .paginate_button.disabled, .dataTables_wrapper .paginate_button.disabled:hover, .dataTables_wrapper .paginate_button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
}

.dataTables_wrapper .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_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.wpcv-table-wrapper {
  color: #999;
}

.wpcv-dark-skin.wpcv-table-wrapper input,
.wpcv-dark-skin.wpcv-table-wrapper select {
  background: #333;
  border-color: #111;
  color: #ddd;
}

.wpcv-dark-skin.wpcv-table-wrapper table.wpcv-table {
  color: #ddd;
  background: #252525;
}

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

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

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

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

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

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

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

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

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

/* Responsive */
table.wpcv-table.dtr-inline.collapsed > tbody > tr > td.child,
table.wpcv-table.dtr-inline.collapsed > tbody > tr > th.child,
table.wpcv-table.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.wpcv-table.dtr-inline.collapsed > tbody > tr > td.child:before,
table.wpcv-table.dtr-inline.collapsed > tbody > tr > th.child:before,
table.wpcv-table.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.rtl table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.rtl table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-right: 30px;
  padding-left: 4px;
}

table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 13px;
  left: 7px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 14px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}

.rtl table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, .rtl
table.wpcv-table.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  right: 7px;
  left: auto;
}

table.wpcv-table.wpcv-compact.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.wpcv-table.wpcv-compact.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 8px;
}

table.wpcv-table.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.wpcv-table.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.wpcv-table.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.wpcv-table.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.wpcv-table.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.wpcv-table.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.wpcv-table.dtr-column > tbody > tr > td.control,
table.wpcv-table.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.wpcv-table.dtr-column > tbody > tr > td.control:before,
table.wpcv-table.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}

table.wpcv-table.dtr-column > tbody > tr.parent td.control:before,
table.wpcv-table.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.wpcv-table > tbody > tr.child {
  padding: 0.5em 1em;
}

table.wpcv-table > tbody > tr.child:hover {
  background: transparent !important;
}

table.wpcv-table > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.wpcv-table > tbody > tr.child ul.dtr-details > li {
  border: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0.5em 1em;
}

table.wpcv-table > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

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