/* Master Stylesheet
 * Version: 1.0
 *
 * Powered by VLThemes
 *
 */
.vlt-theme-dashboard {
  margin: 10px 20px 0 2px;
}
.vlt-theme-dashboard *[class^=vlt-col] {
  margin-bottom: 20px;
}
.vlt-theme-dashboard .vlt-col-2 {
  max-width: 16.666667%;
  flex: 0 0 16.666667%;
}
@media (max-width: 992px) {
  .vlt-theme-dashboard .vlt-col-2 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media (max-width: 768px) {
  .vlt-theme-dashboard .vlt-col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.vlt-theme-dashboard .vlt-col-4 {
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
}
@media (max-width: 992px) {
  .vlt-theme-dashboard .vlt-col-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .vlt-theme-dashboard .vlt-col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.vlt-theme-dashboard .vlt-col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .vlt-theme-dashboard .vlt-col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.vlt-theme-dashboard * {
  box-sizing: border-box;
}
.vlt-theme-dashboard p {
  margin: 0 0 1rem;
}
.vlt-theme-dashboard p.submit {
  padding: 0;
}
.vlt-theme-dashboard p.small {
  font-size: 80%;
  color: #aaaaaa;
}
.vlt-theme-dashboard p:last-of-type {
  margin-bottom: 0;
}
.vlt-theme-dashboard img {
  width: 100%;
  height: auto;
}
.vlt-theme-dashboard label {
  display: block;
  margin-bottom: 5px;
}
.vlt-theme-dashboard input[type=text] {
  width: 100%;
}
.vlt-theme-dashboard .vlt-form-group {
  margin-bottom: 1rem;
}
.vlt-theme-dashboard .vlt-form-group p.small {
  margin-top: 0.5rem;
}
.vlt-theme-dashboard mark {
  background-color: transparent;
}
.vlt-theme-dashboard mark.true {
  color: #46b450;
}
.vlt-theme-dashboard mark.false {
  color: #dc3232;
}
.vlt-theme-dashboard mark.elements {
  background: -webkit-linear-gradient(180deg, #5C61CE, #FE3658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vlt-theme-dashboard .badge {
  color: #ffffff;
  background-color: #00a0d2;
}
.vlt-theme-dashboard .badge.false {
  color: #ffffff;
  background-color: #dc3232;
}
.vlt-theme-dashboard .badge.true {
  color: #ffffff;
  background-color: #46b450;
}
.vlt-theme-dashboard .notice {
  margin-right: 0;
  margin-left: 0;
}
.vlt-theme-dashboard .vlt-wrap + .vlt-wrap {
  margin-top: 2rem;
}
.vlt-theme-dashboard .vlt-row {
  display: flex;
  max-width: 1200px;
  margin-top: 2rem;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}
.vlt-theme-dashboard .vlt-row::after {
  content: "";
  display: table;
  clear: both;
}
.vlt-theme-dashboard .vlt-col-2,
.vlt-theme-dashboard .vlt-col-4,
.vlt-theme-dashboard .vlt-col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.vlt-theme-dashboard__title {
  margin: 0 0 20px;
}
.vlt-theme-dashboard__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
.vlt-theme-dashboard .mb-sm {
  margin-bottom: 1rem;
}
.vlt-theme-dashboard .mt-sm {
  margin-top: 1rem;
}
.vlt-theme-dashboard .mt-md {
  margin-top: 1.5rem;
}
.vlt-theme-dashboard .tgmpa .tablenav.top {
  display: none;
}

.vlt-drop-content {
  display: none;
}

.tippy-content {
  padding: 20px;
  font-size: 12px;
  text-align: left;
}
.tippy-content a {
  color: rgba(255, 255, 255, 0.6);
}
.tippy-content a:hover {
  color: #ffffff;
}

.vlt-widget {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.vlt-widget + .vlt-widget {
  margin-top: 30px;
}
.vlt-widget__title {
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-bottom: none;
}
.vlt-widget__title .badge {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  transform: translateY(-50%);
}
.vlt-widget__content {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.vlt-widget__content table {
  margin: 0;
  border: none;
  box-shadow: none;
}
.vlt-widget__content table td {
  padding: 10px 0;
}
.vlt-widget__content table td:first-child {
  padding: 10px 15px 10px 0;
  font-weight: 700;
}
.vlt-widget__content table td:last-child {
  text-align: right;
}/*# sourceMappingURL=dashboard.css.map */