@font-face {
  font-family: "supervisor";
  src: url("../fonts/supervisor.eot");
  src: url("../fonts/supervisor.eot?#iefix") format("embedded-opentype"), url("../fonts/supervisor.woff") format("woff"), url("../fonts/supervisor.ttf") format("truetype"), url("../fonts/supervisor.svg#supervisor") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=supv-icon-]:before,
[class*=" supv-icon-"]:before,
#adminmenu #toplevel_page_supervisor div.wp-menu-image:before {
  font-family: "supervisor" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#adminmenu #toplevel_page_supervisor div.wp-menu-image:before {
  content: "a";
}

#adminmenu #toplevel_page_supervisor div.wp-menu-image img {
  display: none;
}

.supv-icon-supervisor:before {
  content: "a";
}

.supv-icon-success:before {
  content: "c";
}

.supv-icon-warning:before {
  content: "d";
}

.supv-icon-error:before {
  content: "b";
}

.supv-icon-wordpress:before {
  content: "e";
}

.supv-icon-help:before {
  content: "f";
}

.supv-icon-info:before {
  content: "h";
}

.supv-container-fluid {
  margin-left: -20px !important;
}

.supv-container {
  padding: 0 20px;
}

.supv-container-fluid.hero, .supv-container.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 782px) {
  .supv-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1042px) {
  .supv-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 782px) {
  .supv-container-fluid, .supv-container {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 1042px) {
  .supv-container {
    max-width: 80rem;
  }
  .supv-container.full-width {
    max-width: 100%;
  }
  .supv-container.small {
    max-width: 810px;
  }
}
.supv-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  align-items: flex-start;
}
.supv-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.supv-row.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.supv-row.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.supv-row.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.supv-row.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.supv-row.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.supv-row.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.supv-row.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.supv-row.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 782px) {
  .supv-row.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .supv-row.center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .supv-row.end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .supv-row.top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .supv-row.middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .supv-row.bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .supv-row.around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .supv-row.between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 912px) {
  .supv-row.start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .supv-row.center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .supv-row.end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .supv-row.top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .supv-row.middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .supv-row.bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .supv-row.around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .supv-row.between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1042px) {
  .supv-row.start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .supv-row.center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .supv-row.end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .supv-row.top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .supv-row.middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .supv-row.bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .supv-row.around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .supv-row.between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.supv-col .reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.supv-col.col-xs, .supv-col.col-xs-1, .supv-col.col-xs-2, .supv-col.col-xs-3, .supv-col.col-xs-4, .supv-col.col-xs-5, .supv-col.col-xs-6, .supv-col.col-xs-7, .supv-col.col-xs-8, .supv-col.col-xs-9, .supv-col.col-xs-10, .supv-col.col-xs-11, .supv-col.col-xs-12, .supv-col.col-xs-offset-0, .supv-col.col-xs-offset-1, .supv-col.col-xs-offset-2, .supv-col.col-xs-offset-3, .supv-col.col-xs-offset-4, .supv-col.col-xs-offset-5, .supv-col.col-xs-offset-6, .supv-col.col-xs-offset-7, .supv-col.col-xs-offset-8, .supv-col.col-xs-offset-9, .supv-col.col-xs-offset-10, .supv-col.col-xs-offset-11, .supv-col.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.supv-col.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.supv-col.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.supv-col.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.supv-col.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.supv-col.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.supv-col.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.supv-col.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.supv-col.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.supv-col.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.supv-col.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.supv-col.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.supv-col.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.supv-col.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.supv-col.col-xs-offset-0 {
  margin-left: 0;
}
.supv-col.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.supv-col.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.supv-col.col-xs-offset-3 {
  margin-left: 25%;
}
.supv-col.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.supv-col.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.supv-col.col-xs-offset-6 {
  margin-left: 50%;
}
.supv-col.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.supv-col.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.supv-col.col-xs-offset-9 {
  margin-left: 75%;
}
.supv-col.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.supv-col.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.supv-col.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.supv-col.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.supv-col.text-xs-left {
  text-align: left !important;
  justify-content: flex-start;
}
.supv-col.text-xs-center {
  text-align: center !important;
  justify-content: center;
}
.supv-col.text-xs-right {
  text-align: right !important;
  justify-content: flex-end;
}
.supv-col.p-0 {
  padding: 0 !important;
}
.supv-col.pt-0, .supv-col.py-0 {
  padding-top: 0 !important;
}
.supv-col.pr-0, .supv-col.px-0 {
  padding-right: 0 !important;
}
.supv-col.pb-0, .supv-col.py-0 {
  padding-bottom: 0 !important;
}
.supv-col.pl-0, .supv-col.px-0 {
  padding-left: 0 !important;
}
.supv-col.p-1 {
  padding: 0.25rem !important;
}
.supv-col.pt-1, .supv-col.py-1 {
  padding-top: 0.25rem !important;
}
.supv-col.pr-1, .supv-col.px-1 {
  padding-right: 0.25rem !important;
}
.supv-col.pb-1, .supv-col.py-1 {
  padding-bottom: 0.25rem !important;
}
.supv-col.pl-1, .supv-col.px-1 {
  padding-left: 0.25rem !important;
}
.supv-col.p-2 {
  padding: 0.5rem !important;
}
.supv-col.pt-2, .supv-col.py-2 {
  padding-top: 0.5rem !important;
}
.supv-col.pr-2, .supv-col.px-2 {
  padding-right: 0.5rem !important;
}
.supv-col.pb-2, .supv-col.py-2 {
  padding-bottom: 0.5rem !important;
}
.supv-col.pl-2, .supv-col.px-2 {
  padding-left: 0.5rem !important;
}
.supv-col.p-3 {
  padding: 1rem !important;
}
.supv-col.pt-3, .supv-col.py-3 {
  padding-top: 1rem !important;
}
.supv-col.pr-3, .supv-col.px-3 {
  padding-right: 1rem !important;
}
.supv-col.pb-3, .supv-col.py-3 {
  padding-bottom: 1rem !important;
}
.supv-col.pl-3, .supv-col.px-3 {
  padding-left: 1rem !important;
}
.supv-col.p-4 {
  padding: 1.5rem !important;
}
.supv-col.pt-4, .supv-col.py-4 {
  padding-top: 1.5rem !important;
}
.supv-col.pr-4, .supv-col.px-4 {
  padding-right: 1.5rem !important;
}
.supv-col.pb-4, .supv-col.py-4 {
  padding-bottom: 1.5rem !important;
}
.supv-col.pl-4, .supv-col.px-4 {
  padding-left: 1.5rem !important;
}
.supv-col.p-5 {
  padding: 3rem !important;
}
.supv-col.pt-5, .supv-col.py-5 {
  padding-top: 3rem !important;
}
.supv-col.pr-5, .supv-col.px-5 {
  padding-right: 3rem !important;
}
.supv-col.pb-5, .supv-col.py-5 {
  padding-bottom: 3rem !important;
}
.supv-col.pl-5, .supv-col.px-5 {
  padding-left: 3rem !important;
}
@media only screen and (min-width: 782px) {
  .supv-col.col-sm, .supv-col.col-sm-1, .supv-col.col-sm-2, .supv-col.col-sm-3, .supv-col.col-sm-4, .supv-col.col-sm-5, .supv-col.col-sm-6, .supv-col.col-sm-7, .supv-col.col-sm-8, .supv-col.col-sm-9, .supv-col.col-sm-10, .supv-col.col-sm-11, .supv-col.col-sm-12, .supv-col.col-sm-offset-0, .supv-col.col-sm-offset-1, .supv-col.col-sm-offset-2, .supv-col.col-sm-offset-3, .supv-col.col-sm-offset-4, .supv-col.col-sm-offset-5, .supv-col.col-sm-offset-6, .supv-col.col-sm-offset-7, .supv-col.col-sm-offset-8, .supv-col.col-sm-offset-9, .supv-col.col-sm-offset-10, .supv-col.col-sm-offset-11, .supv-col.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .supv-col.col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .supv-col.col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .supv-col.col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .supv-col.col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .supv-col.col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .supv-col.col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .supv-col.col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .supv-col.col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .supv-col.col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .supv-col.col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .supv-col.col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .supv-col.col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .supv-col.col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .supv-col.col-sm-offset-0 {
    margin-left: 0;
  }
  .supv-col.col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .supv-col.col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .supv-col.col-sm-offset-3 {
    margin-left: 25%;
  }
  .supv-col.col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .supv-col.col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .supv-col.col-sm-offset-6 {
    margin-left: 50%;
  }
  .supv-col.col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .supv-col.col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .supv-col.col-sm-offset-9 {
    margin-left: 75%;
  }
  .supv-col.col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .supv-col.col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .supv-col.first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .supv-col.last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .supv-col.text-sm-left {
    text-align: left !important;
    justify-content: flex-start;
  }
  .supv-col.text-sm-center {
    text-align: center !important;
    justify-content: center;
  }
  .supv-col.text-sm-right {
    text-align: right !important;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 912px) {
  .supv-col.col-md, .supv-col.col-md-1, .supv-col.col-md-2, .supv-col.col-md-24, .supv-col.col-md-3, .supv-col.col-md-4, .supv-col.col-md-5, .supv-col.col-md-6, .supv-col.col-md-7, .supv-col.col-md-8, .supv-col.col-md-9, .supv-col.col-md-10, .supv-col.col-md-11, .supv-col.col-md-12, .supv-col.col-md-offset-0, .supv-col.col-md-offset-1, .supv-col.col-md-offset-2, .supv-col.col-md-offset-24, .supv-col.col-md-offset-3, .supv-col.col-md-offset-4, .supv-col.col-md-offset-5, .supv-col.col-md-offset-6, .supv-col.col-md-offset-7, .supv-col.col-md-offset-8, .supv-col.col-md-offset-9, .supv-col.col-md-offset-10, .supv-col.col-md-offset-11, .supv-col.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .supv-col.col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .supv-col.col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .supv-col.col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .supv-col.col-md-24 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .supv-col.col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .supv-col.col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .supv-col.col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .supv-col.col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .supv-col.col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .supv-col.col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .supv-col.col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .supv-col.col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .supv-col.col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .supv-col.col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .supv-col.col-md-offset-0 {
    margin-left: 0;
  }
  .supv-col.col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .supv-col.col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .supv-col.col-md-offset-24 {
    margin-left: 20%;
  }
  .supv-col.col-md-offset-3 {
    margin-left: 25%;
  }
  .supv-col.col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .supv-col.col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .supv-col.col-md-offset-6 {
    margin-left: 50%;
  }
  .supv-col.col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .supv-col.col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .supv-col.col-md-offset-9 {
    margin-left: 75%;
  }
  .supv-col.col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .supv-col.col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .supv-col.first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .supv-col.last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .supv-col.text-md-left {
    text-align: left !important;
    justify-content: flex-start;
  }
  .supv-col.text-md-center {
    text-align: center !important;
    justify-content: center;
  }
  .supv-col.text-md-right {
    text-align: right !important;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1042px) {
  .supv-col.col-lg, .supv-col.col-lg-1, .supv-col.col-lg-2, .supv-col.col-lg-3, .supv-col.col-lg-4, .supv-col.col-lg-5, .supv-col.col-lg-6, .supv-col.col-lg-7, .supv-col.col-lg-8, .supv-col.col-lg-9, .supv-col.col-lg-10, .supv-col.col-lg-11, .supv-col.col-lg-12, .supv-col.col-lg-offset-0, .supv-col.col-lg-offset-1, .supv-col.col-lg-offset-2, .supv-col.col-lg-offset-3, .supv-col.col-lg-offset-4, .supv-col.col-lg-offset-5, .supv-col.col-lg-offset-6, .supv-col.col-lg-offset-7, .supv-col.col-lg-offset-8, .supv-col.col-lg-offset-9, .supv-col.col-lg-offset-10, .supv-col.col-lg-offset-11, .supv-col.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .supv-col.col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .supv-col.col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .supv-col.col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .supv-col.col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .supv-col.col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .supv-col.col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .supv-col.col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .supv-col.col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .supv-col.col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .supv-col.col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .supv-col.col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .supv-col.col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .supv-col.col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .supv-col.col-lg-offset-0 {
    margin-left: 0;
  }
  .supv-col.col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .supv-col.col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .supv-col.col-lg-offset-3 {
    margin-left: 25%;
  }
  .supv-col.col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .supv-col.col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .supv-col.col-lg-offset-6 {
    margin-left: 50%;
  }
  .supv-col.col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .supv-col.col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .supv-col.col-lg-offset-9 {
    margin-left: 75%;
  }
  .supv-col.col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .supv-col.col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .supv-col.first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .supv-col.last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .supv-col.text-lg-left {
    text-align: left !important;
    justify-content: flex-start;
  }
  .supv-col.text-lg-center {
    text-align: center !important;
    justify-content: center;
  }
  .supv-col.text-lg-right {
    text-align: right !important;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1140px) {
  .supv-col.col-xl, .supv-col.col-xl-1, .supv-col.col-xl-2, .supv-col.col-xl-3, .supv-col.col-xl-4, .supv-col.col-xl-5, .supv-col.col-xl-6, .supv-col.col-xl-7, .supv-col.col-xl-8, .supv-col.col-xl-9, .supv-col.col-xl-10, .supv-col.col-xl-11, .supv-col.col-xl-12, .supv-col.col-xl-offset-0, .supv-col.col-xl-offset-1, .supv-col.col-xl-offset-2, .supv-col.col-xl-offset-3, .supv-col.col-xl-offset-4, .supv-col.col-xl-offset-5, .supv-col.col-xl-offset-6, .supv-col.col-xl-offset-7, .supv-col.col-xl-offset-8, .supv-col.col-xl-offset-9, .supv-col.col-xl-offset-10, .supv-col.col-xl-offset-11, .supv-col.col-xl-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .supv-col.col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .supv-col.col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .supv-col.col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .supv-col.col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .supv-col.col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .supv-col.col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .supv-col.col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .supv-col.col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .supv-col.col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .supv-col.col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .supv-col.col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .supv-col.col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .supv-col.col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .supv-col.col-xl-offset-0 {
    margin-left: 0;
  }
  .supv-col.col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .supv-col.col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .supv-col.col-xl-offset-3 {
    margin-left: 25%;
  }
  .supv-col.col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .supv-col.col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .supv-col.col-xl-offset-6 {
    margin-left: 50%;
  }
  .supv-col.col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .supv-col.col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .supv-col.col-xl-offset-9 {
    margin-left: 75%;
  }
  .supv-col.col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .supv-col.col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .supv-col.first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .supv-col.last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .supv-col.text-xl-left {
    text-align: left !important;
    justify-content: flex-start;
  }
  .supv-col.text-xl-center {
    text-align: center !important;
    justify-content: center;
  }
  .supv-col.text-xl-right {
    text-align: right !important;
    justify-content: flex-end;
  }
}

.supv-card {
  color: #000;
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 5px 1px -5px #bbb;
  margin-top: 10px;
}
.supv-card.disabled .content {
  background: #fff;
  font-size: 16px;
  line-height: 24px;
}
.supv-card svg.supv-circle-question-mark {
  width: 17px;
  height: 17px;
  color: #8C8F99;
  transition: background-color 0.2s ease;
}
.supv-card svg.supv-circle-question-mark:hover {
  color: #5a5c65;
}
.supv-card .header {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
}
.supv-card .header .header-icon {
  display: flex;
}
.supv-card .header .header-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.supv-card .header .text {
  color: #8a1736;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.supv-card .header svg.supv-caret {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: transform 0.3s;
}
.supv-card .header svg.supv-caret.rotated {
  transform: rotate(-90deg);
}
.supv-card .header svg.supv-close {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.supv-card .content {
  color: #444;
  line-height: 1.6;
  padding: 10px 20px;
  position: relative;
}
.supv-card .content p {
  line-height: 1.6;
  margin: 0.5em 0;
}
.supv-card .content p.box-info {
  background: #f0f0fc;
  border-left: 2px solid #3558cb;
  border-radius: 2px;
  color: #3558cb;
  font-size: 12px;
  margin-top: 12px;
  padding: 6px 12px;
}
.supv-card .content p.box-info span {
  font-size: 13px;
  padding-right: 3px;
  top: 2px;
}
.supv-card div.supv-settings-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.supv-container select {
  border: 1px solid #8a1736 !important;
  color: #8a1736 !important;
  padding: 5px 10px !important;
}
.supv-container select:hover {
  border: 1px solid #8a1736 !important;
  color: #8a1736 !important;
}
.supv-container select:focus {
  box-shadow: 0 0 0 1px #fef2f5 !important;
}
.supv-container .supv-w-100 {
  min-width: 100% !important;
}
.supv-container input:hover {
  border: 1px solid #8a1736 !important;
  color: #8a1736 !important;
}
.supv-container input:focus {
  border: 1px solid #8a1736 !important;
  box-shadow: 0 0 0 1px #fef2f5 !important;
}
.supv-container input[type=number] {
  padding-right: 0 !important;
}

.supv-switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 18px;
}
.supv-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.supv-switch-slider {
  border-radius: 18px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.supv-switch-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.supv-switch input:checked + .supv-switch-slider {
  background-color: #8a1736;
}
.supv-switch input:focus + .supv-switch-slider {
  box-shadow: 0 0 1px #8a1736;
}
.supv-switch input:checked + .supv-switch-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.supv-switch-text {
  color: #444;
  font-size: 13px;
  padding-left: 3px;
}
.supv-switch-text input {
  width: 60px;
}

@media only screen and (max-width: 600px) {
  select {
    font-size: 14px !important;
  }
}
.supv-button {
  background: #8a1736;
  border: 1px solid #8a1736;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 2.15384615;
  margin-right: 5px;
  min-height: 30px;
  padding: 5px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
}
.supv-button-small {
  font-weight: 500 !important;
  padding: 0 10px !important;
}
.supv-button:hover {
  background: #c54a4a;
  border: 1px solid #c54a4a;
  color: #fff;
}
.supv-button:last-child {
  margin-right: 0 !important;
}
.supv-button-secondary {
  background: #444;
  border: 1px solid #444;
  color: #fff;
}

.supv-loading-button {
  text-indent: -9999px;
}
.supv-loading-button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.supv-header {
  background-color: #fff;
  border-top: 5px solid #8a1736;
  box-shadow: 0px 5px 1px -5px #bbb;
  padding: 15px 20px;
}
.supv-header-logo img {
  height: 50px;
  width: 214px;
}

.supv-sysinfo {
  margin-bottom: 5px;
  margin-top: 20px;
}
.supv-sysinfo-box {
  background: #fff;
  box-shadow: 0px 5px 1px -5px #bbb;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 12px;
}
.supv-sysinfo-box p {
  color: #444;
  float: left;
  margin: 0;
}
.supv-sysinfo-box p:first-child {
  color: #8a1736 !important;
  font-weight: bold;
  padding-right: 8px;
}
.supv-sysinfo-box-status {
  width: 20px;
}
.supv-sysinfo-box .supv-icon, .supv-sysinfo-box .supv-icon-error, .supv-sysinfo-box .supv-icon-warning, .supv-sysinfo-box .supv-icon-success {
  font-size: 16px;
  margin-left: 6px;
  position: absolute;
}
.supv-sysinfo-box .supv-icon-success {
  color: #3c881a !important;
}
.supv-sysinfo-box .supv-icon-warning {
  color: #f5c82d !important;
}
.supv-sysinfo-box .supv-icon-error {
  color: #ff0e0e !important;
}

.supv-stats {
  margin: 12px 0 3px 0;
  min-height: 50px;
  width: 100%;
}
.supv-stats ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.supv-stats ul li {
  float: left;
  padding-top: 5px;
  width: 100px;
}
.supv-stats ul li:last-child {
  border-right: 0;
}
.supv-stats ul li p, .supv-stats ul li span {
  line-height: 1.4;
  padding: 0;
}
.supv-stats-title {
  color: #8a1736;
  font-size: 12px;
  font-weight: 500;
  line-height: 0.8 !important;
  margin: 0 !important;
}
.supv-stats-data {
  color: #8a1736;
  font-size: 24px;
  margin: 0 !important;
}
.supv-stats-footer {
  color: #888;
  font-size: 12px;
  line-height: 0.8 !important;
  margin-left: -2px !important;
}

.supv-text-success {
  clear: both;
  color: #3c881a;
}
.supv-text-error {
  clear: both;
  color: #ff0e0e;
}
.supv-text-warning {
  clear: both;
  color: #f5c82d;
}
.supv-text-info {
  clear: both;
  color: #3558cb;
}

.supv-autoload-list {
  border: 1px solid #8a1736;
  display: table;
  margin: 1.5em 0 1.2em 0;
  padding: 0;
  width: 100%;
}
.supv-autoload-list ul {
  display: table-row;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.supv-autoload-list ul:nth-child(odd) {
  background: #fef2f5;
}
.supv-autoload-list ul:nth-child(even) {
  background: #fff;
}
.supv-autoload-list ul li {
  display: table-cell;
  margin: 0;
  padding: 2px 8px;
  vertical-align: middle;
}
.supv-autoload-list ul li.supv-col-check {
  border-right: 1px solid #8a1736;
  padding-top: 10px !important;
  width: 5% !important;
}
.supv-autoload-list ul li.supv-col-name {
  border-right: 1px solid #8a1736;
  width: 75% !important;
}
.supv-autoload-list ul li.supv-col-history {
  border-right: 1px solid #8a1736;
  width: 60% !important;
}
.supv-autoload-list ul li.supv-col-size {
  width: 20% !important;
}
.supv-autoload-list ul li.supv-col-time {
  width: 32% !important;
}
.supv-autoload-list ul:first-child li {
  background: #8a1736;
  color: #fff;
  font-weight: bold;
  padding: 6px 8px !important;
}
.supv-autoload-ctas {
  margin-bottom: 0.5em;
}
.supv-autoload-ctas-internal {
  margin-top: 1em;
}
.supv-autoload-result {
  margin-top: 1em;
}
.supv-autoload-result-list {
  margin-left: 1em;
}
.supv-autoload-result-list ul {
  list-style: disc;
}

.supv-secure-login-switch {
  padding-bottom: 4px;
  padding-top: 8px;
}
.supv-secure-login-settings {
  margin-top: 10px;
  position: relative;
}
.supv-secure-login-settings ul {
  display: inline;
}
.supv-secure-login-settings ul li {
  list-style: none;
  padding-left: 1px;
  padding-top: 4px;
}
.supv-secure-login-settings ul li:first-child {
  font-weight: 500;
  float: left;
  min-width: 140px;
  padding-top: 9px;
}
.supv-secure-login-settings ul li input {
  width: 60px;
}
.supv-secure-login-settings ul p.box-info {
  display: none;
}
.supv-secure-login-settings .supv-text-success {
  margin-top: 10px;
}

.supv-wordpress-auto-update-policy-message {
  margin-bottom: 2px !important;
}

.supv-ctas {
  float: right;
  margin-top: -47px;
}
.supv-ctas-left {
  float: none !important;
  margin-top: 16px !important;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1300px) {
  .supv-stats {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1042px) {
  .supv-sysinfo {
    margin-bottom: 0;
  }
  .supv-ctas {
    float: right !important;
    margin-top: -47px !important;
  }
  .supv-ctas .supv-button {
    margin-right: 5px !important;
  }
  .supv-ctas .supv-button:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .supv-card:first-child {
    margin: 20px 0 10px 0 !important;
  }
}
@media only screen and (max-width: 782px) {
  .toplevel_page_supervisor #wpcontent {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .supv-ctas {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }
  .supv-ctas .supv-button {
    margin-right: 5px !important;
  }
  .supv-ctas .supv-button:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=supervisor.css.map */
