@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700";
@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/mcustom-scrollbar/mcustom_scrollbar.min.css";
@import "../plugins/animation-css/animate.min.css";
@import "icons/font-awesome/font-awesome.css";
@import "icons/line-icons/line-icons.css";
@import "icons/line-icons/simple-line-icons.css";
@import "../plugins/select2/select2.css";
@import "../plugins/slick/slick.css";
@import "../plugins/icheck/skins/all.css";
@import "../plugins/bootstrap/css/jasny-bootstrap.css";
@import "icons/rounded/style.css";
@import "icons/octicons/octicons.css";
@import "icons/weather/css/weather-icons.min.css";
@import "../plugins/bootstrap-loading/lada.min.css";
@import "../plugins/bootstrap-tags-input/bootstrap-tagsinput.css";
@import "../plugins/bootstrap-editable/css/bootstrap-editable.css";
@import "../plugins/prettify/prettify.css";

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.outfit-300 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.outfit-500 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.outfit-700 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html {
}
body {
  /* font-size: 62.5%; */
  font-family: "outfit-300";
  color: #062f3d;
  background-color: #f4f3ee;
  -webkit-font-smoothing: antialiased;
}
a.scrollup {
  display: none;
  background: #2b2e33;
  height: 32px;
  width: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0.5;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  border-radius: 16px;
}
a.scrollup i {
  display: inline-block;
  padding-top: 3px;
}
a.scrollup:hover {
  opacity: 1;
  color: #fff;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-webkit-scrollbar {
  z-index: 30;
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #c1c1c1;
}
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
@media print {
  body {
    margin-top: 0;
  }
  .main-content {
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
  }
  .no-print,
  .no-print *,
  .sidebar,
  .topbar,
  .header {
    display: none !important;
  }
  .invoice {
    max-width: 100%;
    max-height: 100%;
    padding: 0 !important;
    border: none;
  }
}
.loader-overlay {
  -moz-opacity: 1;
  -moz-perspective: 10000;
  -moz-perspective: 10000px;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -webkit-opacity: 1;
  -webkit-perspective: 10000;
  -webkit-perspective: 10000px;
  -webkit-transition: all 800ms ease-in-out;
  background: #2d2e2f;
  bottom: 0;
  filter: alpha(opacity=100);
  left: 0;
  opacity: 1;
  overflow: hidden;
  perspective: 10000;
  perspective: 10000px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 800ms ease-in-out;
  z-index: 10000;
  zoom: 1;
}
.loader-overlay .loader-inner {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
.loader-overlay.loaded {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  zoom: 1;
}
.spinner {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  bottom: 0;
  height: 2em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  user-select: none;
  width: 10em;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  margin-right: 1em;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-right: 1em;
}
.spinner > div {
  -moz-border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-border-radius: 100%;
  animation-fill-mode: both;
  animation: bouncedelay 1.4s infinite ease-in-out;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 1em;
  width: 1em;
}

.p-t-5 {
  padding-top: 5px !important;
}

/* Colors */
.blue {
  background-color: #006648;
}
.darkblue {
  background-color: #062f3d;
}
.darkgrey {
  background-color: #a19f96;
}
.grey {
  background-color: #e1dfd4;
}
.lightgrey {
  background-color: #f4f3ee;
}
.red {
  background-color: #d70000;
}
.yellow {
  background-color: #fdf582;
}
.stappenplan1 {
  background-color: #00b47f;
}
.stappenplan2 {
  background-color: #0087c0;
}
.stappenplan3 {
  background-color: #0078aa;
}
.stappenplan4 {
  background-color: #75b414;
}
.stappenplan5 {
  background-color: #5ba010;
}
.stappenplan6 {
  background-color: #428c0c;
}
.stappenplan7 {
  background-color: #d20676;
}
.stappenplan8 {
  background-color: #b20d72;
}
.stappenplan9 {
  background-color: #91156f;
}

/* Typography */
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 23px;
}
p,
span {
  font-size: 16px;
  line-height: 21px;
}
a,
a:hover {
  color: #062f3d;
  font-size: 16px;
}
a.link svg {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
a.link:hover {
  text-decoration: none;
  color: #062f3d;
}
a.link svg.mail-light {
  top: 8px;
}
.small {
  font-size: 15px;
  line-height: 20px;
}
.smaller {
  font-size: 13px;
  line-height: 17px;
}
.bold {
  font-family: "outfit-700";
}
.light {
  font-family: "outfit-300";
}
.note {
  color: #a19f96;
}
.indent-line {
  border-left: 5px solid #e1dfd4;
  padding-left: 20px;
}
hr {
  border-top: 1px solid #e1dfd4;
}
hr.small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.padding-right {
  padding-right: 20px;
}

/* Icons */
img.small-icon {
  height: 40px;
  width: 40px;
}
span.circle {
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
}
span.circle.red {
  color: #d70000;
}
span.circle.disabled {
  color: #e1dfd4;
}
span.circle.dark {
  background: #e1dfd4;
  color: #fff;
}
span.circle.stap1 {
  background: #00b47f;
  color: #fff;
}
span.circle.stap2 {
  background: #0087c0;
  color: #fff;
}
span.circle.stap3 {
  background: #0078aa;
  color: #fff;
}
span.circle.stap4 {
  background: #75b414;
  color: #fff;
}
span.circle.stap5 {
  background: #5ba010;
  color: #fff;
}
span.circle.stap6 {
  background: #428c0c;
  color: #fff;
}
span.circle.stap7 {
  background: #d20676;
  color: #fff;
}
span.circle.stap8 {
  background: #b20d72;
  color: #fff;
}
span.circle.stap9 {
  background: #91156f;
  color: #fff;
}
span.square,
span.square-red,
span.square-yellow {
  background: #fff;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
}

/* SVG's */
svg.arrow-dropdown {
  height: 22px;
  width: 22px;
  background: url(../images/svg/arrow-dropdown.svg);
  background-repeat: no-repeat;
}
svg.arrow-right {
  height: 14px;
  width: 22px;
  background: url(../images/svg/arrow-right.svg);
  background-repeat: no-repeat;
}
svg.arrow-disable {
  height: 22px;
  width: 22px;
  background: url(../images/svg/arrow-disable.svg);
  background-repeat: no-repeat;
}
svg.arrow {
  height: 22px;
  width: 22px;
  background: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
}
svg.ball-pin {
  height: 22px;
  width: 22px;
  background: url(../images/svg/ball-pin.svg);
  background-repeat: no-repeat;
}
svg.ball {
  height: 32px;
  width: 32px;
  background: url(../images/svg/ball.svg);
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
svg.chart {
  height: 22px;
  width: 22px;
  background: url(../images/svg/chart.svg);
  background-repeat: no-repeat;
}
svg.chart-up {
  height: 22px;
  width: 22px;
  background: url(../images/svg/chart-up.svg);
  background-repeat: no-repeat;
}
svg.chart-light {
  height: 22px;
  width: 22px;
  background: url(../images/svg/chart-light.svg);
  background-repeat: no-repeat;
}
svg.check-active {
  height: 40px;
  width: 40px;
  background: url(../images/svg/check-active.svg);
  background-repeat: no-repeat;
}
svg.check-green {
  height: 15px;
  width: 22px;
  background: url(../images/svg/check-green.svg);
  background-repeat: no-repeat;
}
svg.check-passive {
  height: 22px;
  width: 22px;
  background: url(../images/svg/check-passive.svg);
  background-repeat: no-repeat;
}
svg.cross-active {
  height: 22px;
  width: 22px;
  background: url(../images/svg/cross-active.svg);
  background-repeat: no-repeat;
}
svg.cross-passive {
  height: 22px;
  width: 22px;
  background: url(../images/svg/cross-passive.svg);
  background-repeat: no-repeat;
}
svg.cross-red {
  height: 14px;
  width: 22px;
  background: url(../images/svg/cross-red.svg);
  background-repeat: no-repeat;
}
svg.cross-thick {
  height: 15px;
  width: 15px;
  background: url(../images/svg/cross-thick.svg);
  background-repeat: no-repeat;
}
svg.cross-thin {
  height: 15px;
  width: 15px;
  background: url(../images/svg/cross-thin.svg);
  background-repeat: no-repeat;
}
svg.cross-thin-dark {
  height: 15px;
  width: 15px;
  background: url(../images/svg/cross-thin-dark.svg);
  background-repeat: no-repeat;
}
svg.dashboard {
  height: 22px;
  width: 22px;
  background: url(../images/svg/dashboard.svg);
  background-repeat: no-repeat;
  color: #006648;
  fill: currentColor;
}
svg.edit {
  height: 22px;
  width: 22px;
  background: url(../images/svg/edit.svg);
  background-repeat: no-repeat;
  background-position: center;
}
svg.edit-light {
  height: 22px;
  width: 22px;
  background: url(../images/svg/edit-light.svg);
  background-repeat: no-repeat;
  background-position: center;
}
svg.eye {
  height: 22px;
  width: 22px;
  background: url(../images/svg/eye.svg);
  background-repeat: no-repeat;
}
svg.eye-light {
  height: 18px;
  width: 22px;
  background: url(../images/svg/eye-light.svg);
  background-repeat: no-repeat;
}
svg.file {
  height: 22px;
  width: 23px;
  background: url(../images/svg/file.svg);
  background-repeat: no-repeat;
}
svg.filters {
  height: 22px;
  width: 22px;
  background: url(../images/svg/filters.svg);
  background-repeat: no-repeat;
}
svg.flag {
  height: 34px;
  width: 30px;
  background: url(../images/svg/flag.svg);
  background-repeat: no-repeat;
  background-position: 11px 7px;
}
svg.folder {
  height: 22px;
  width: 22px;
  background: url(../images/svg/folder.svg);
  background-repeat: no-repeat;
}
svg.green {
  height: 51px;
  width: 50px;
  background: url(../images/svg/green.svg);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 36px;
  margin-left: 36px;
}
svg.info {
  height: 22px;
  width: 22px;
  background: url(../images/svg/info.svg);
  background-repeat: no-repeat;
}
svg.level-basis {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-basis.svg);
  background-repeat: no-repeat;
}
svg.level-basis-light {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-basis-light.svg);
  background-repeat: no-repeat;
}
svg.level-expert {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-expert.svg);
  background-repeat: no-repeat;
}
svg.level-expert-light {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-expert-light.svg);
  background-repeat: no-repeat;
}
svg.level-gevorderd {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-gevorderd.svg);
  background-repeat: no-repeat;
}
svg.level-gevorderd-light {
  height: 22px;
  width: 24px;
  background: url(../images/svg/level-gevorderd-light.svg);
  background-repeat: no-repeat;
}
svg.line-eye {
  height: 30px;
  width: 40px;
  background: url(../images/svg/line-eye.svg);
  background-repeat: no-repeat;
}
svg.line-mail {
  height: 30px;
  width: 40px;
  background: url(../images/svg/line-mail.svg);
  background-repeat: no-repeat;
}
svg.line-move {
  height: 30px;
  width: 40px;
  background: url(../images/svg/line-move.svg);
  background-repeat: no-repeat;
}
svg.line-trash {
  height: 30px;
  width: 40px;
  background: url(../images/svg/line-trash.svg);
  background-repeat: no-repeat;
}
svg.line-search {
  height: 30px;
  width: 40px;
  background: url(../images/svg/line-search.svg);
  background-repeat: no-repeat;
}
svg.logo {
  height: 75px;
  width: 73px;
  background: url(../images/svg/DGA.svg);
  background-repeat: no-repeat;
}
svg.magic-wand-dark {
  height: 23px;
  width: 22px;
  background: url(../images/svg/magic-wand-dark.svg);
  background-repeat: no-repeat;
}
svg.mail {
  height: 22px;
  width: 22px;
  background: url(../images/svg/mail.svg);
  background-repeat: no-repeat;
}
svg.mail-light {
  height: 22px;
  width: 22px;
  background: url(../images/svg/mail-light.svg);
  background-repeat: no-repeat;
}
svg.plus {
  height: 19px;
  width: 18px;
  background: url(../images/svg/plus.svg);
  background-repeat: no-repeat;
}
svg.print-light {
  height: 18px;
  width: 19px;
  background: url(../images/svg/print-light.svg);
  background-repeat: no-repeat;
}
svg.profile {
  height: 22px;
  width: 22px;
  background: url(../images/svg/profile.svg);
  background-repeat: no-repeat;
}
svg.rondes {
  height: 22px;
  width: 22px;
  background: url(../images/svg/rondes.svg);
  background-repeat: no-repeat;
}
svg.search-white {
  height: 22px;
  width: 22px;
  background: url(../images/svg/search-white.svg);
  background-repeat: no-repeat;
}
svg.search {
  height: 22px;
  width: 22px;
  background: url(../images/svg/search.svg);
  background-repeat: no-repeat;
}
svg.stopwatch {
  height: 22px;
  width: 17px;
  background: url(../images/svg/stopwatch.svg);
  background-repeat: no-repeat;
}
svg.swap-arrows {
  height: 15px;
  width: 15px;
  background: url(../images/svg/swap-arrows.svg);
  background-repeat: no-repeat;
}
svg.tool {
  height: 22px;
  width: 22px;
  background: url(../images/svg/tool.svg);
  background-repeat: no-repeat;
}
svg.trash {
  height: 22px;
  width: 22px;
  background: url(../images/svg/trash.svg);
  background-repeat: no-repeat;
}
svg.trash-light {
  height: 22px;
  width: 22px;
  background: url(../images/svg/trash-light.svg);
  background-repeat: no-repeat;
}
svg.youtube {
  height: 22px;
  width: 17px;
  background: url(../images/svg/youtube.svg);
  background-repeat: no-repeat;
}

svg.plus-light {
  height: 19px;
  width: 18px;
  background: url(../images/svg/plus-light.svg);
  background-repeat: no-repeat;
}
svg.score-light {
  height: 22px;
  width: 20px;
  background: url(../images/svg/score-light.svg);
  background-repeat: no-repeat;
}
svg.paperclip {
  height: 32px;
  width: 32px;
  background: url(../images/svg/paperclip.svg.png);
  background-repeat: no-repeat;
}

/* Buttons */
.btn {
  border-radius: 3px;
  border: none;
  font-family: "outfit-500";
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-sm {
  height: 35px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 35px;
}
.btn-sm:hover {
  height: 35px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 35px;
}
.btn-lg {
  height: 40px;
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
}
.btn-lg:hover {
  height: 40px;
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
}
.btn-primary {
  color: #fff;
  background-color: #006648;
  background-image: none;
}
.btn-primary:hover {
  background-color: #00b47f;
}
.btn-primary.icon-dga-plus:before,
.btn-primary.icon-dga-wand:before {
  content: " ";
  background-image: url(../images/svg/magic-wand.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  position: relative;
  left: -20px;
  top: 5px;
  height: 30px;
  display: inline-block;
  width: 40px;
  float: left;
}
.btn-primary.icon-dga-plus:before {
  background-image: url(../images/svg/plus-white.svg);
  background-size: 17px 17px;
  background-position: 12px 6px;
}
.btn-secondary {
  background-color: #fff;
  background-image: none;
}
.btn-onwhite {
  background-color: #f4f3ee;
}
.btn-onwhite:hover {
  background-color: #e1dfd4;
}
.btn-light {
  background-color: #e1dfd4;
  color: #062f3d;
  font-family: "outfit-300";
  font-size: 16px;
}
.btn-light:hover {
  background-color: #a19f96;
}
.btn-light.icon-dga-close:after {
  content: " ";
  background-image: url(../images/svg/cross-thick.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 14px 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  position: relative;
  right: -20px;
  top: 5px;
  height: 30px;
  display: inline-block;
  width: 40px;
  float: right;
}
.btn.disabled,
.btn:disabled:hover {
  background-color: #e1dfd4;
}
.btn-link,
.btn-link.btn-sm {
  background: none;
  color: #062f3d;
  font-family: "outfit-500";
  padding: 0;
}
.btn-link.btn-sm {
  font-family: "outfit-500";
}
.btn-link:hover,
.btn-link.btn-sm:hover {
  text-decoration: none;
  color: #062f3d;
}
.btn-link:not(.noarrow):before,
.btn-link:not(.noarrow).btn-sm:before,
.btn-link.trash:before,
.btn-link.btn-sm.trash:before {
  content: " ";
  background-image: url(../images/svg/arrow.svg);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  position: relative;
  height: 12px;
  display: inline-block;
  width: 7px;
  margin-right: 10px;
}
.btn-link.rotate:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-link.btn-sm:before {
  background-size: 5px 8px;
  height: 9px;
  width: 5px;
  margin-right: 5px;
}
.btn-circle {
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.btn-circle.icon-dga-cross,
.btn-circle.icon-dga-plus {
  background-image: url(../images/svg/plus-white.svg);
  background-size: 20px;
  background-position: 15px;
  background-repeat: no-repeat;
  background-color: #006648;
}
.btn-circle.icon-dga-cross {
  background-image: url(../images/svg/cross.svg);
  background-size: 20px;
}

/* Dropdown */
.dropdown.col-md-4 {
  padding: 0;
}
.dropdown button {
  text-align: left;
  padding: 0 0 0 20px;
  color: #062f3d;
}
.dropdown button:hover,
.dropdown button:focus {
  color: #062f3d;
}
.dropdown .btn-onwhite:hover {
  background: #f4f3ee;
}
.caret {
  background: url(../images/svg/arrow-dropdown.svg);
  background-position: top 5px right 14px;
  background-repeat: no-repeat;
  height: 40px;
  float: right;
  width: 50px;
  border: 0;
  position: absolute;
  right: 0;
}
.btn-lg .caret {
  border-width: 10px 7px;
}
.dropdown-menu:not(.datepicker, .daterangepicker) {
  border-radius: 3px;
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
ul.dropdown-menu:not(.datepicker, .daterangepicker) {
  padding: 0 20px;
}
.dropdown-menu:not(.datepicker, .daterangepicker) li a {
  padding: 20px 0px;
  font-size: 18px;
  color: #062f3d;
}
.dropdown-menu:not(.datepicker, .daterangepicker) li {
  border-bottom: 1px solid #e1dfd4;
}
.dropdown-menu:not(.datepicker, .daterangepicker) li:last-of-type {
  border-bottom: none;
}
.dropdown-menu:not(.datepicker, .daterangepicker) li a:hover,
.dropdown-menu:not(.datepicker, .daterangepicker) li a:focus {
  background: none;
  color: #062f3d;
}
.dropdown-sm button,
.dropdown-sm ul li a {
  font-size: 16px;
  font-family: "outfit-300";
}
.dropdown-onwhite ul {
  background: #f4f3ee;
}

/* Forms */
.form-group-header {
  margin-bottom: 30px;
}
.form-control {
  border: none;
  color: #062f3d;
  font-size: 16px;
  height: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-family: "outfit-300";
}
.form-control:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-onwhite {
  background: #f4f3ee;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff !important;
}

.input-lg {
  font-size: 16px;
  height: 40px;
  border-radius: 20px;
}
label {
  font-size: 16px;
  font-family: "outfit-500";
  font-weight: normal;
  display: block;
  cursor: pointer;
}
.form-check span {
  font-family: "outfit-300";
  margin-right: 15px;
}
.text-muted {
  color: #a19f96;
  font-size: 13px;
  font-family: "outfit-300";
}
.form-row .col-md-3,
.form-row .col-md-6,
.form-row .col-md-9 {
  padding: 0;
}
.form-row .col-md-3::nth-child(odd),
.form-row .col-md-6:nth-child(odd) {
  padding-right: 15px;
}
.form-row .col-md-9:nth-child(even),
.form-row .col-md-6:nth-child(even) {
  padding-left: 15px;
}
.form-inline .form-control.col-md-3 {
  width: 25%;
}
.form-inline .form-control.col-md-6 {
  width: 50%;
}
.form-inline .block-precentage {
  background-color: #e1dfd4;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 11px 0;
  width: 40px;
  text-align: center;
  display: inline-block;
  margin-left: -4px;
}
.form-inline .input-percentage {
  width: 40px;
  padding: 0 0 0 2px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
textarea.form-control {
  resize: none;
  padding: 15px;
}
.form-check-label {
  margin-bottom: 10px;
}
.form-required {
  padding-top: 15px;
}
form hr {
  border-top: 1px solid #e1dfd4;
  margin: 30px 0;
}
input.form-error,
input.form-error.form-control:focus,
textarea.form-error,
textarea.form-error.form-control:focus {
  background-color: #ffffff !important;
  border: 1px solid #b20d72 !important;
  color: #b20d72 !important;
}
input.form-error.form-onwhite,
input.form-error.form-control.form-onwhite:focus,
textarea.form-error.form-onwhite,
textarea.form-error.form-control.form-onwhite:focus {
  background-color: #f4f3ee !important;
}

.form-error {
  color: #b20d72 !important;
  font-style: normal;
  margin-top: 0px !important;
  clear: both;
}
.alert,
.alert-danger {
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}
.alert-danger {
  color: #b20d72;
}

select:focus {
  outline: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}
.styled-select {
  background: url(../images/svg/arrow-dropdown.svg);
  background-position: top 5px right 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
  font-family: "outfit-300";
  padding-left: 6px;
  border-radius: 3px;
}
.styled-select.onwhite {
  background-color: #f4f3ee;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 16px;
  height: 40px;
  padding: 0 0 0 5px; /* If you add too much padding here, the options won't show in IE */
  width: calc(100% + 20px);
  -webkit-appearance: none;
}

.form-group-header div.profile-icon {
  position: absolute;
  right: 15px;
}

.select2-container.form-white .select2-choice {
  height: 40px;
}
.select2-container.form-white .select2-choice {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
}
.select2-container.form-white .select2-choices {
  height: 40px;
}
.select2-container.form-white .select2-choices {
  -webkit-box-shadow: none !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 8px 5px 8px 18px;
}
.select2-drop {
  background: #fff !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 40px;
}
.select2-container .select2-choices .select2-search-field input {
  border: none !important;
}
/* Search */
#custom-search-input button.btn-lg {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#custom-search-input button.btn-onwhite:hover {
  background: #f4f3ee;
}
.glyphicon {
  top: 0;
  line-height: 40px;
}

/* Radio & Checkbox */
.checkbox-inline,
.radio-inline {
  padding-left: 0;
  margin-right: 10px;
  font-family: "outfit-300";
}
input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type="checkbox"] ~ label.checkbox::after {
  content: "\a0";
  width: 20px;
  height: 20px;
  background: #fff;
  float: left;
  border-radius: 3px;
  margin-right: 10px;
}
input[type="checkbox"].checkbox::after {
  position: relative;
}
input[type="checkbox"]:hover ~ label.checkbox::after,
input[type="checkbox"]:checked ~ label.checkbox::after,
input[type="checkbox"]:checked:hover ~ label.checkbox::after {
  background: url("../images/svg/check.svg") center no-repeat #062f3d;
  border-radius: 3px;
}
input[type="checkbox"] ~ label.checkbox-onwhite::after {
  background: #f4f3ee;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type="radio"] ~ label.radio::after {
  content: "\a0";
  width: 20px;
  height: 20px;
  background: #fff;
  float: left;
  border-radius: 10px;
  margin-right: 10px;
}
input[type="radio"].radio::after {
  position: relative;
}
input[type="radio"]:hover ~ label.radio::after,
input[type="radio"]:checked ~ label.radio::after,
input[type="radio"]:checked:hover ~ label.radio::after {
  background: url("../images/svg/radiobutton.svg") center no-repeat #fff;
  border-radius: 10px;
}

input[type="radio"] ~ label.radio-onwhite::after {
  background: #f4f3ee;
}

.checkbox-check,
.checkbox-cross {
  margin: 0;
}
input[type="checkbox"] ~ label.checkbox-check::after,
input[type="checkbox"] ~ label.checkbox-cross::after {
  width: 40px;
  height: 40px;
  margin: 0 0 0 5px;
}
input[type="checkbox"] ~ label.checkbox-check::after {
  background: url("../images/svg/check-passive.svg") center no-repeat #fff;
}
input[type="checkbox"]:hover ~ label.checkbox-check::after,
input[type="checkbox"]:checked ~ label.checkbox-check::after,
input[type="checkbox"]:checked:hover ~ label.checkbox-check::after {
  background: url("../images/svg/check-active.svg") center no-repeat #fff;
  border-radius: 10px;
}
input[type="checkbox"] ~ label.checkbox-cross::after {
  background: url("../images/svg/cross-passive.svg") center no-repeat #fff;
}
input[type="checkbox"]:hover ~ label.checkbox-cross::after,
input[type="checkbox"]:checked ~ label.checkbox-cross::after,
input[type="checkbox"]:checked:hover ~ label.checkbox-cross::after {
  background: url("../images/svg/cross-active.svg") center no-repeat #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  input[type="checkbox"] ~ label.checkbox-check::after,
  input[type="checkbox"] ~ label.checkbox-cross::after {
    margin: 0 0 5px 0;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* Tooltip */
.tooltip-inner {
  background-color: #fff;
  color: #062f3d;
  font-family: "outfit-300";
  font-size: 16px;
  padding: 15px;
  border-radius: 3px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
}
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-top-color: #fff;
  margin-left: -10px;
  border-width: 10px 10px 0px;
  bottom: -5px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
  border-width: 0px 10px 10px;
  top: -5px;
}
.tooltip.right .tooltip-arrow {
  display: none;
  border-right-color: #fff;
  border-width: 10px 10px 10px 0px;
  left: -5px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -7px;
}
.tooltip.bottom {
  margin-top: 7px;
}
.tooltip-svg {
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 3px 0;
}

/* Progress bar */
.progress {
  height: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none;
  width: 100px;
  display: inline-block;
  margin-bottom: 0;
  padding: 2px;
}
.progress-bar {
  background-image: none;
  background-color: #006648;
  line-height: 15px;
  border-radius: 3px;
}
.progress-value {
  display: inline-block;
  margin-left: 12px;
}

/* Flags & Greens */
.flagbox-container {
  border: 1px solid #e1dfd4;
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.flagbox-row {
  height: 40px;
  width: 120px;
}
.flagbox-row:nth-child(2) {
  border-top: 1px solid #e1dfd4;
  border-bottom: 1px solid #e1dfd4;
}
.flagbox-element {
  width: 40px;
  height: 40px;
  display: table-cell;
}
.flagbox-element:nth-child(1) {
  border-right: 1px solid #e1dfd4;
}
.flagbox-element:nth-child(3) {
  border-left: 1px solid #e1dfd4;
}

/* Navigation topbar */
.navbar-default {
  background-image: none;
  border: none;
  z-index: 5;
}
.navbar-container {
  position: fixed;
  width: 100%;
  background: #f8f8f8;
  /*background-image: none;
  background: #062f3d;
  background: linear-gradient(to right, #062f3d, #044a6a, #04435e);*/
  box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    0px 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    0px 3px 4px rgba(0, 0, 0, 0.2);
  z-index: 8;
}
.navbar-brand {
  width: 220px;
  text-align: center;
  height: 50px;
  padding: 5px;
  margin: 10px 0;
  border-right: 1px solid #375863;
}
.navbar-brand img {
  width: 70px;
  margin: auto auto;
}

.navbar-right {
  margin-right: 0;
}
.navbar-right > li > a {
  padding: 24px 10px;
  height: 70px;
  width: 40px;
  margin: 0 5px;
}
.navbar-right > li:last-child > a {
  margin: 15px 20px 5px 5px;
}
.navbar-default .navbar-right > li > a {
  color: #062f3d;
}
.navbar-default .navbar-right > li > a:focus,
.navbar-default .navbar-right > li > a:hover {
  border-bottom: 5px solid #006648;
}
.navbar-default .navbar-right > li.dropdown > a:focus {
  border-bottom: none;
}
.navbar-right > li.dropdown > a,
.side-nav-footer > li.dropdown > a {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 10px 0;
  text-align: center;
  background: #006648;
  color: #fff;
  border-bottom: none;
}
.navbar-right li.dropdown.open ul,
.side-nav-footer li.dropdown.open ul {
  padding: 10px;
  border-radius: 3px;
  left: auto;
  position: absolute;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
}
.side-nav-footer li.dropdown.open ul {
  padding: 0 10px;
  left: 15px;
  width: 190px;
}
.navbar-right li.dropdown.open ul li {
  border-bottom: 0;
  margin-bottom: 10px;
}
.navbar-right li.dropdown.open ul li:last-child,
.side-nav-footer li.dropdown.open ul li:last-child {
  margin-bottom: 0;
}
.navbar-right li.dropdown.open ul li a,
.side-nav-footer li.dropdown.open ul li a {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.side-nav-footer li.dropdown.open ul li a {
  padding: 10px 0;
}
.side-nav-footer .dropdown-menu {
  top: -140px;
}
.side-nav-footer .dropdown-menu .tooltip-arrow {
  border-top-color: #fff;
  margin-left: -10px;
  border-width: 10px 10px 0px;
  bottom: -10px;
  right: 85px;
}

.navbar-default .navbar-right > li.dropdown > a:focus,
.navbar-default .navbar-right > li.dropdown > a:hover,
.navbar-default .navbar-right .active a,
.navbar-default .navbar-right .open a,
.navbar-default .navbar-right .open a:focus,
.side-nav-footer .navbar-right .open a:hover,
.side-nav-footer .navbar-right > li.dropdown > a:focus,
.side-nav-footer .navbar-right > li.dropdown > a:hover {
  background-color: transparent;
  color: #062f3d;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: none;
}
.navbar-default .navbar-right > li.dropdown > a:focus,
.navbar-default .navbar-right > li.dropdown > a:hover {
  background-color: #006648;
  color: #fff;
}

.navbar-brand,
.navbar-right li a {
  text-shadow: none;
}
.navbar-right .dropdown-menu {
  right: 20px;
}
.navbar-brand,
.navbar-nav li a {
  text-shadow: none;
}
.navbar-default .navbar-nav.navbar-left > .active > a,
.navbar-default .navbar-nav.navbar-left > .active > a:focus,
.navbar-default .navbar-nav.navbar-left > .active > a:hover {
  outline: none;
  border-left: 5px solid #006648;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #062f3d;
}
.navbar-default .navbar-nav.navbar-right > .active > a,
.navbar-default .navbar-nav.navbar-right > .active > a:focus,
.navbar-default .navbar-nav.navbar-right > .active > a:hover {
  outline: none;
  border-bottom: 5px solid #006648;
  background: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #062f3d;
}
.navbar > .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
}
.navbar > .nav > li > a:hover > .label {
  top: 10px;
}
.navbar-brand {
  padding: 0px 15px;
}
.navbar-nav > li,
.navbar-header {
  float: left;
}
.navbar-nav {
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-container {
    position: relative;
    z-index: auto;
  }
  .navbar-header {
    width: 100%;
    box-shadow:
      inset 0 0px 0 rgba(255, 255, 255, 0.2),
      0px 3px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:
      inset 0 0px 0 rgba(255, 255, 255, 0.2),
      0px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .navbar-brand {
    width: calc(100% - 70px);
    text-align: left;
  }
  ul.navbar-nav {
    padding: 0 15px;
  }
  .navbar-nav > li.dropdown {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .navbar-right > li:last-child > a {
    margin-right: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #062f3d;
  }
  .side-nav-footer li.dropdown.open ul {
    left: calc(50% - 95px);
  }
}

/* Side-nav */
.side-nav-container {
  box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    2px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    2px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 6;
  position: fixed;
  width: 220px;
}
.navbar-collapse {
  position: fixed;
  top: 70px;
  left: 0;
  padding: 0;
  border: none;
}
.navbar-collapse.collapser {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.side-nav-header {
  height: 250px;
  border-bottom: 1px solid #f4f3ee;
  background-color: #e1dfd4;
  position: relative;
  z-index: 6;
}
div.profile-icon {
  background: url(../images/avatars/avatar9.png) no-repeat;
  background-size: 100px 100px !important;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
div.profile-icon div.swap-user {
  background: #fff;
  height: 30px;
  width: 30px;
  position: relative;
  left: 85px;
  top: 35px;
  border-radius: 15px;
  padding: 7px 0;
  text-align: center;
  cursor: pointer;
}
.side-nav-header h3 {
  text-align: center;
  padding-top: 16px;
}
.side-nav-header div.scores {
  margin: 0 auto;
  text-align: center;
}
.side-nav-header div.hcp-score,
.side-nav-header div.stap-score {
  display: inline-block;
  width: 40px;
  margin: 0 5px;
  text-align: center;
}
.side-nav-header div.hcp-score span.icon {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 11px 0;
  text-align: center;
}
div.side-nav-header .close {
  opacity: 1;
  top: 20px;
  right: 20px;
  position: relative;
}

.navbar-default .side-nav li a {
  color: #062f3d;
}
.navbar-default .side-nav li ul li.active a {
  font-family: "outfit-700";
  border-left: 5px solid #fff;
}
.side-nav {
  height: calc(100vh - 450px);
  width: 100%;
  border: none;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #e1dfd4;
  position: relative;
  z-index: 6;
}
.side-nav > li,
#side-nav > .accordion .panel {
  border-bottom: 1px solid #f4f3ee;
  margin-bottom: 0;
}
.side-nav > li > a {
  width: 220px;
  height: 60px;
  padding: 19px;
  border-left: 5px solid #e1dfd4;
}
.side-nav > li > a > span {
  font-size: 18px;
  position: relative;
  top: -5px;
  left: 10px;
}
.side-nav > li a:hover,
.side-nav > li a:focus {
  outline: none;
  border-left: 5px solid #006648;
}
.side-nav > li > a > svg.chart {
  top: 3px;
  position: relative;
}

.side-nav > li > ul {
  padding: 0;
  border-top: 1px solid #fff;
}
.side-nav > li > ul > li > a {
  display: block;
  padding: 4px 15px 4px 42px;
  text-decoration: none;
  color: #062f3d;
  font-size: 16px;
  font-family: "outfit-300";
  border-left: 5px solid #e1dfd4;
}
.side-nav > li > ul > li > a:hover,
.side-nav > li > ul > li > a:focus {
  font-family: "outfit-700";
  border-left: 5px solid #fff;
}
.side-nav > li > ul > li:first-child {
  padding-top: 16px;
}
.side-nav > li > ul > li:last-child {
  padding-bottom: 16px;
}
#side-nav > .accordion .panel span.plusminus {
  opacity: 0;
}
.side-nav-footer {
  height: 140px;
  padding-bottom: 20px;
  background-color: #e1dfd4;
  /*position: absolute;*/
  z-index: 6;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
}

.side-nav > li.active > a {
  border-left: 5px solid #006648;
  background-color: #e1dfd4 !important;
}

@media (max-width: 767px) {
  .navbar-collapse.collapser {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .side-nav {
    height: auto !important;
    padding-bottom: 140px;
  }
  .side-nav-container {
    width: 100%;
    /*top: 140px;*/
    position: relative;
    transition: 0.7s;
    left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .side-nav-container.close-menu {
    left: -780px;
  }
  .side-nav-container #toggleside-nav-secondary {
    /*display:none; */
  }
  ul.navbar-nav.side-nav {
    padding: 0;
  }
  .side-nav > li {
    width: 100%;
  }
  .navbar-default .side-nav li a {
    width: 100%;
  }
  .side-nav-header {
    height: 150px;
  }
  .side-nav-header div.user {
    margin: 0 auto;
    width: 270px;
    top: 30px;
    position: relative;
  }
  .side-nav-header div.profile-icon,
  .side-nav-header div.username {
    display: inline-block;
  }
  .side-nav-header div.profile-icon {
    top: 0;
  }
  .side-nav-header div.username {
    float: right;
    max-width: 160px;
  }
  .side-nav-header div.username h3 {
    margin-top: 0;
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  .side-nav-footer {
    height: 90px;
    background-color: #e1dfd4;
    position: absolute;
    /*top: calc(100vh - 210px);*/
    bottom: 50px;
    width: 100%;
    z-index: 6;
  }
  #side-nav > .accordion .panel span.plusminus {
    opacity: 1;
  }

  .navbar {
    margin-bottom: 0px !important;
  }
}

/* Secondary Side Nav */
.side-nav-secondary.open {
  left: 220px;
  z-index: 5;
}
.side-nav-secondary {
  height: 100%;
  width: 320px;
  position: fixed;
  top: 70px;
  left: -110px;
  background-color: #e1dfd4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    2px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 0px 0 rgba(255, 255, 255, 0.2),
    2px 0px 4px rgba(0, 0, 0, 0.2);
}
.side-nav-secondary-container {
  height: 100%;
}
.side-nav-secondary-container > a {
  padding: 19px 19px 19px 0px;
  text-decoration: none;
  color: #062f3d;
  display: block;
  transition: 0.3s;
  height: 60px;
  border-bottom: 1px solid #f4f3ee;
  margin: 0 20px;
}
.side-nav-secondary .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}
div.side-nav-secondary-container > ul.side-nav {
  width: 320px;
  height: calc(100vh - 260px);
}
div.side-nav-secondary-container > ul.side-nav > li > a {
  width: 275px;
  height: 61px;
  margin: 0 20px;
  border-bottom: 1px solid #f4f3ee;
  border-left: none;
  padding-left: 0;
}
div.side-nav-secondary-container > ul.side-nav > li.active > a,
div.side-nav-secondary-container
  > ul.side-nav
  > li.active
  > a:hover
  div.side-nav-secondary-container
  > ul.side-nav
  > li.active
  > a:focus {
  border-left: none !important;
}
div.side-nav-secondary-container > #custom-search-input {
  margin: 34px 20px 15px 20px;
}
div.side-nav-secondary-container > ul.side-nav > li > a > span {
  font-size: 16px;
}
div.side-nav-secondary-container > ul.side-nav > li {
  border-left: 5px solid #e1dfd4;
  border-bottom: none;
}
div.side-nav-secondary-container > ul.side-nav > li:hover,
div.side-nav-secondary-container > ul.side-nav > li:active,
div.side-nav-secondary-container > ul.side-nav > li.active {
  border-left: 5px solid #006648;
}
div.side-nav-secondary-container > a > span {
  position: relative;
  top: -5px;
  left: 10px;
}
div.side-nav-secondary-container > ul.side-nav > li > a > img,
.side-nav-secondary-container > a img.small-icon {
  top: -10px;
  position: relative;
}

@media (max-width: 767px) {
  div.side-nav-secondary-container > ul.side-nav {
    width: 100%;
  }
  div.side-nav-secondary-container > ul.side-nav > li > a {
    width: calc(100% - 40px);
  }
}

/* collapsed in Side navigation */
.side-nav-container.collapsed-in {
  width: 60px;
}
.side-nav-container.collapsed-in > div.side-nav-header > .close {
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  border-bottom: 1px solid #f4f3ee;
  padding: 20px;
}
.side-nav-container.collapsed-in
  > div.side-nav-header
  > .close
  > svg.cross-thin-dark {
  height: 12px;
  width: 20px;
  background: url(../images/svg/menu.svg);
  background-repeat: no-repeat;
}
#toggleSide-nav-mobile {
  display: none;
}
.side-nav-container.collapsed-in > .side-nav-header div.profile-icon {
  height: 40px;
  width: 40px;
  background-size: 40px 40px !important;
  top: 85px;
}
.side-nav-container.collapsed-in > .side-nav-header div.scores {
  position: relative;
  top: 70px;
}
.side-nav-container.collapsed-in > .side-nav-header div.hcp-score,
.side-nav-container.collapsed-in > .side-nav-header div.stap-score {
  margin: 5px;
}
.side-nav-container.collapsed-in
  > .side-nav-header
  div.profile-icon
  div.swap-user,
.side-nav-container.collapsed-in > .side-nav-header h3,
.side-nav-container.collapsed-in
  > .side-nav-header
  div.hcp-score
  span:first-child,
.side-nav-container.collapsed-in
  > .side-nav-header
  div.stap-score
  span:first-child,
.side-nav-container.collapsed-in > .btn-circle.icon-dga-cross,
.side-nav-container.collapsed-in > .side-nav > ul.side-nav > li > a > span {
  display: none;
}

ul.disable.collapse,
ul.disable.collapse.in,
ul.disable.collapsing {
  display: none;
}

@media (max-width: 767px) {
  div.side-nav-header .close,
  .side-nav-container.collapsed-in > div.side-nav-header > .close {
    display: none;
  }
  #toggleSide-nav-mobile {
    display: block;
  }
  #toggleSide-nav-mobile.close {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    top: -55px;
    z-index: 8;
    right: 15px;
    padding: 10px 0;
    text-align: center;
    opacity: 1;
  }
  #toggleSide-nav-mobile.close svg {
    height: 15px;
    width: 15px;
    background: url(../images/svg/cross-thin-dark.svg);
    background-repeat: no-repeat;
  }
  #toggleSide-nav-mobile.profile-icon-mobile svg {
    height: 13px;
    width: 20px;
    background: url(../images/svg/menu.svg);
    background-repeat: no-repeat;
  }

  .close:focus,
  .close:hover {
    opacity: 1;
  }
  .side-nav-container.collapsed-in {
    width: 100%;
    transition: 0.2s;
    height: 0;
    overflow: hidden;
  }
  .side-nav-secondary {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0px !important;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: none !important;
  }
  .side-nav-secondary.open {
    display: block !important;
  }
}

/* Chat Widget */
.chat-widget-profile-icon,
.chat-widget-user-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  margin: auto auto;
}
.chat-widget-profile-icon {
  /*background: url(../images/alexander-renders.png);*/
}
.chat-widget-user-icon {
  background: url(../images/svg/chat-user.svg);
  background-repeat: no-repeat;
  background-color: #f4f3ee;
  background-position: 7px 3px;
  background-size: 75%;
}
.chat-widget-profile-icon div.notification,
.chat-widget-user-icon div.notification,
.member-list div.notification {
  background: #ff0000;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 15px;
  padding: 3px 0px 3px 1px;
  text-align: center;
  color: #fff;
  float: right;
}
.member-list div.notification {
  top: 35px;
}

.chat-container div.tooltip {
  bottom: 60px;
  left: 0px;
}
.chat-container div.tooltip div.tooltip-inner {
  width: 200px;
  text-align: left;
  padding: 20px 20px 16px 20px;
}
.chat-container div.tooltip div.tooltip-inner span {
  display: inline-block;
  margin-bottom: 30px;
}
.chat-container div.tooltip div.tooltip-inner svg {
  float: right;
  height: 12px;
  width: 8px;
  background: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  bottom: -4px;
  position: relative;
}
.chat-container div.tooltip div.tooltip-inner a {
  font-size: 14px;
  color: #a1a096;
}
.chat-container div.tooltip div.tooltip-arrow {
  left: 22px;
  right: inherit;
}

/* Golfpro */
.golfpro {
  position: relative;
  text-align: center;
}
.golfpro .panel {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 320px;
  height: 400px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    2px 2px 8px rgba(0, 0, 0, 0.2);
  border: 0;
  z-index: 9999;
}
.golfpro .panel-heading {
  border-bottom: 1px solid #e1dfd4;
  margin: 0 20px;
  padding: 0;
  height: 50px;
}
.golfpro .panel-heading span:first-child {
  float: left;
  text-align: left;
}
.golfpro .panel-heading span {
  float: right;
  height: 50px;
  padding: 15px 0;
  text-align: right;
}
.golfpro .panel-heading span.link {
  width: 50%;
}
.golfpro .panel-heading span.link.active {
  border-bottom: 5px solid #062f3d;
}
.golfpro .panel-heading span.link a,
.golfpro .panel-heading span.link a:hover,
.golfpro .panel-heading span.link a:focus {
  color: #062f3d;
  text-decoration: none;
}
.golfpro .panel-heading button {
  background: none;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  border: 1px solid #e1dfd4;
  padding: 5px;
  margin-top: -10px;
}
.golfpro .panel-heading button:focus {
  outline: none;
}
.golfpro .panel-heading button svg {
  transform: rotate(180deg);
  background-image: url(../images/svg/arrow.svg);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  position: relative;
  height: 12px;
  display: inline-block;
  width: 7px;
}
.golfpro .panel-body,
.golfpro .panel-body-chat {
  padding: 20px;
  height: 350px;
  overflow-y: auto;
}
.golfpro .panel-body-chat {
  height: 295px;
}
.golfpro .panel-footer,
.golfpro .panel-footer .input-group {
  height: 55px;
  width: 320px;
  padding: 0;
  border-top: none;
}
.golfpro .panel-footer .input-group .form-control {
  height: 55px;
}
.golfpro .panel-button {
  margin-top: 20px;
}
.golfpro svg.cross-thin {
  position: absolute;
  right: 0;
}
.golfpro .member-list li {
  border-bottom: 1px solid #e1dfd4;
  padding: 20px 0;
  width: 280px;
  position: relative;
}
.golfpro .member-list > ul > li > div {
  display: inline-block;
}
.golfpro .member-list > ul > li:first-child {
  margin-top: -20px;
}
.golfpro .img {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.golfpro .info {
  display: inline-block;
}
.golfpro .info .message {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.golfpro .info .message p.light {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.golfpro .message span.msg-receive,
.golfpro .message span.msg-send {
  margin-bottom: 20px;
  display: block;
}
.golfpro .message .msg-receive p,
.golfpro .message .msg-send p {
  margin: 0;
}
.golfpro .message .msg-send,
.golfpro .message .msg-send p {
  text-align: right;
  display: block;
}
.golfpro .member-list .info .btn-sm {
  padding: 0 15px;
  margin-top: 10px;
}
.golfpro .member-list .pull-right button {
  height: 30px;
  width: 30px;
  padding: 6px 0;
  margin-top: 5px;
}
.golfpro .member-list .pull-right button svg {
  background: #fff;
  mask-image: url(../images/svg/plus.svg);
  -webkit-mask-image: url(../images/svg/plus.svg);
  height: 17px;
  width: 17px;
}
.golfpro .search {
  margin-bottom: 20px;
}

/* Side Pannels */
.side-panel-scores {
  border-bottom: 1px solid #e1dfd4;
  padding: 20px 0 10px 0;
}
.side-panel-scores .level {
  margin-bottom: 10px;
}
.side-panel-scores svg {
  top: 5px;
  position: relative;
}
.side-panel-scores .level svg,
.side-panel-scores .magic-wand-dark {
  margin-right: 10px;
}
.side-panel-scores .progress,
.side-panel-scores .progress-value {
  top: 10px;
  position: relative;
}

/* Slagen Panel */
.white-panel .panel {
  background: none;
}
.white-panel .panel-body {
  background: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.white-panel .panel-heading {
  padding: 0;
  margin-bottom: 6px;
  border: 0;
}
.white-panel .panel-heading span,
.white-panel .panel-heading h3 {
  display: inline-block;
}
.white-panel .panel-heading:first-child h3 {
  margin-top: 0;
}
.white-panel .panel-body .row {
  border-bottom: 1px solid #e1dfd4;
  padding: 10px 0;
  margin: 0;
  line-height: 40px;
}
.white-panel .panel-body .row:last-child {
  border-bottom: 0;
}
.white-panel .panel-body input[type="number"] {
  width: 90px;
  text-align: center;
}
.white-panel textarea {
  margin: 10px 0;
}
.white-panel .panel-body .row .col-md-4,
.white-panel .panel-body .row .col-md-5,
.white-panel .panel-body .row .col-md-8 {
  padding: 0;
}
.white-panel .panel-body .row .styled-select.onwhite {
  width: 90px;
}
.white-panel .panel-body .row .col-md-5 .styled-select.onwhite {
  width: 100%;
}
.white-panel .panel-side h3 {
  margin-top: 10px;
}
.white-panel .panel-side ul li {
  padding: 0 10px;
}
.white-panel .panel-side ul li:nth-child(2) {
  background: #f4f3ee;
  border-radius: 3px;
}

.white-panel .panel-side ul li span.pull-right {
  padding-top: 10px;
}
.white-panel .panel-side .panel-footer {
  background: #e1dfd4;
  padding: 20px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.white-panel .col-md-4 .panel-body {
  padding: 10px 20px;
}
.white-panel .col-md-4 h3,
.white-panel.graph-panel h3 {
  margin: 0px;
}
.white-panel .col-md-4 svg {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.white-panel .col-md-4 button {
  margin-top: 15px;
}
.white-panel.graph-panel .panel-body {
  padding: 5px 20px 10px 20px;
}
.white-panel.graph-panel .col-md-4 svg {
  position: relative;
  margin-right: -10px;
  top: 0;
}
.white-panel.graph-panel h1 {
  margin: 0;
  color: #006648;
}
.white-panel.graph-panel > .col-md-12 .row .col-md-3 {
  border-right: 1px solid #e1dfd4;
}
.white-panel.graph-panel > .col-md-12 .row .col-md-3:last-child {
  border: none;
}
.white-panel.graphs img {
  width: 100%;
}

.white-panel .transparant {
  background: none;
  padding: 0;
}
.white-panel .transparant .white-panel {
  background: #fff;
  height: 40px;
  padding: 10px;
}
.white-panel .transparant svg {
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  /* .white-panel .panel-body .row .pull-right { 
        width: 100%;
    } */
  .white-panel .panel-body input[type="number"],
  .white-panel .panel-body .row .styled-select.onwhite {
    width: 100%;
  }
  .white-panel.side-panel .panel-body .row .pull-right {
    width: 75%;
  }
  .white-panel.graph-panel > .col-md-12 .row .col-md-3 {
    border-right: 0;
    border-bottom: 1px solid #e1dfd4;
    padding: 10px;
  }
  .white-panel.graph-panel > .col-md-12 .row .col-md-3:first-child {
    padding-top: 0;
  }
  .white-panel.graph-panel > .col-md-12 .row .col-md-3:last-child {
    padding-bottom: 0;
  }
}

/* Accordion */
.accordion .panel,
.accordion .panel-default,
.accordion .panel-default .panel-heading,
.accordion-white .panel-default .panel-heading {
  border: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: -1px;
}
.accordion .panel-default .panel-heading {
  border-bottom: 1px solid #e1dfd4;
  border-top: 1px solid #e1dfd4;
  padding: 15px 0 0 0;
  min-height: 60px;
}
.accordion .panel-default .panel-heading .col-md-4,
.accordion .panel-default .panel-heading .col-md-6 {
  padding-left: 0;
}
.accordion .panel-default .panel-body {
  padding: 30px 0;
}
.accordion .panel-default .panel-body.panel-body-dark {
  padding: 0 0 30px 0;
}
.accordion .panel-default .panel-body.panel-body-table {
  padding: 0;
}
.accordion .panel-default > .panel-heading {
  color: #062f3d;
  line-height: 30px;
}
.accordion .panel-default > .panel-heading a:hover,
.accordion .panel-default > .panel-heading a:active,
.accordion .panel-default > .panel-heading a:focus {
  text-decoration: none;
}
.accordion .panel-default > .panel-heading svg,
.accordion .panel-default > .panel-heading p {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.accordion .panel-default > .panel-heading .col-md-4.circle,
.accordion .panel-default > .panel-heading .col-md-6.circle {
  position: relative;
  top: -5px;
}
.accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.accordion .panel-group .panel + .panel {
  margin-top: -1px;
}
.accordion .panel-body .col-md-4 {
  padding: 0;
  margin-right: 15px;
  width: calc(33.33333333% - 10px);
}
.accordion .panel-body .col-md-12 {
  padding: 0;
}
.accordion .panel-body .col-md-4:last-child {
  margin-right: 0;
}
.accordion .panel-dark {
  background: #e1dfd4;
  border-radius: 3px;
  padding: 0 20px;
}
/*.accordion .panel-dark .row {
    margin: 0;
    border-bottom: 1px solid #F4F3EE;
    padding: 20px 0;
}*/
.accordion .panel-dark .row:last-child {
  border-bottom: 0;
}
.accordion .panel-dark .row h4 {
  margin: 0;
  width: 150px;
  display: inline-block;
}
.accordion .panel-dark .row h4 > svg {
  top: 5px;
  position: relative;
}
.accordion .panel-light .row {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin: 0 0 10px 0;
}
.accordion .panel-light .row .table-condensed {
  margin-bottom: 0;
}
.accordion .panel-light .row .table-condensed > tbody > tr > td {
  border-bottom: 1px solid #e1dfd4;
  padding-left: 0;
}
.accordion .panel-light .row .table-condensed > tbody > tr:last-child td {
  border-bottom: none;
}
.accordion .panel-light .row .table-condensed > thead > tr {
  height: auto;
}
.accordion .panel-light .row .table-condensed > thead > tr > th {
  border-bottom: none;
  padding: 0;
}
.accordion .panel-light .row .table-condensed > tbody > tr > td > a > svg,
.accordion .panel-light .row .table-condensed > tbody > tr > td > svg {
  background-size: 17px;
  position: relative;
  top: 10px;
}
.accordion .plusminus.icon-dga-plus,
.accordion .plusminus.icon-dga-minus {
  height: 16px;
  width: 16px;
  background: url(../images/svg/plus.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}
.accordion .plusminus.icon-dga-minus {
  background: url(../images/svg/minus.svg);
  background-repeat: no-repeat;
  top: 14px;
}
.accordion-white .panel-default {
  background: #fff;
  border-radius: 3px;
}
.accordion-white .panel-default.panel-dark {
  background: #e1dfd4;
}
.accordion-white .panel-default .panel-body {
  padding: 30px 20px;
}
.accordion-white .panel-default .panel-body.panel-dark {
  background: #e1dfd4;
  padding: 30px 20px;
  margin-bottom: 0px;
}
.accordion-white .panel-body .col-md-4 {
  margin-right: 0;
  padding: 0 15px;
}
.accordion-white .panel-body .row {
  height: 40px;
  border-bottom: 1px solid #f4f3ee;
  padding: 10px 0;
}
.accordion-white .panel-body .gevorderd {
  border-bottom: 1px solid #f4f3ee;
  padding-bottom: 20px;
}
.accordion-white .panel-body .gevorderd .row {
  border: none;
  height: 30px;
  padding: 0;
}
.accordion-white .panel-body .expert {
  padding-top: 20px;
}
.accordion-white .panel-default:first-child .panel-heading {
  border-top: none;
}
.accordion-white .panel-dark {
  padding: 0;
}
.accordion-white .panel-dark .panel-heading {
  border-top: 1px solid #f4f3ee;
}
.accordion-white span.circle,
.accordion-white span.square,
.accordion-white span.square-red,
.accordion-white span.square-yellow {
  background: #f4f3ee;
  position: relative;
  top: -5px;
  font-size: 16px;
}
.accordion-white span.square-red {
  background: #d70000;
  color: #fff;
}
.accordion-white span.square-yellow {
  background: #fdf582;
}
.accordion-white svg.check-active,
.accordion-white svg.check-passive,
.accordion-white svg.cross-active,
.accordion-white svg.cross-passive {
  background-size: 25px;
  top: 0;
  height: 25px;
  width: 25px;
}
.accordion-white-top {
  height: 30px;
}
.accordion-white-top .col-md-12 {
  padding: 0;
}
.accordion-white .panel-default .panel-heading .col-md-4 {
  padding: 0 15px;
}
.accordion-white .plusminus.icon-dga-plus,
.accordion-white .plusminus.icon-dga-minus {
  margin-right: 15px;
}
.accordion.accordion-testen .panel-default .panel-body {
  padding: 10px 0;
}
.accordion-testen ul > li > a {
  display: block;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  color: #062f3d;
  font-size: 16px;
  font-family: "outfit-300";
  border-left: 5px solid #f4f3ee;
}
.accordion-testen ul > li > a:hover,
.accordion-testen ul > li > a:active,
.accordion-testen ul > li > a.active {
  border-left: 5px solid #e1dfd4;
}
.accordion.accordion-table .panel-default .panel {
  border-bottom: 5px solid #f4f3ee;
}
.accordion.accordion-table .panel-default .panel-heading {
  padding: 15px 0;
  line-height: 30px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  border: none;
}
.accordion-table .icon {
  width: 40px;
  margin: -5px 10px 10px 10px;
}
.accordion.accordion-table .panel-default .panel-heading .pull-right a {
  display: inline-block;
}

@media (max-width: 767px) {
  .accordion .panel-default .panel-heading {
    height: auto;
  }
  .accordion .panel-default .panel-heading .panel-title {
    display: inline-block;
    width: 100%;
  }
  .accordion .panel-default .panel-heading .col-md-2,
  .accordion .panel-default .panel-heading .col-md-6 {
    padding-left: 0;
  }
  .accordion .panel-default > .panel-heading .col-md-2.circle {
    padding-left: 50px;
  }
  .accordion-white .panel-default .panel-heading {
    height: 60px;
  }
  .accordion-white .panel-body .gevorderd .row,
  .accordion-white .panel-body .expert .row {
    height: auto;
  }
  .accordion-white .panel-body .gevorderd .row .col-xs-10 {
    padding: 0;
  }
  .accordion-white .panel-body .expert .row .col-xs-12 {
    padding: 0 0 10px 0;
  }
  .accordion .panel-body .col-md-4 {
    width: 100%;
  }
}

/* Rules */
.rule-panel .panel-side .panel-body {
  background: #fff;
  padding: 0;
  border-radius: 3px;
}
.rule-panel .panel-body {
  padding: 0 20px 20px;
}
.rule-panel .panel-side .panel-body .panel-group {
  margin-bottom: 0;
}
.rule-panel .panel-side .panel-body h4,
.rule-panel .panel-side .panel-body span {
  margin: 0;
  display: inline-block;
}
.rule-panel .panel-side .panel-body span.blue-square {
  background: #006648;
  font-size: 14px;
  width: 50px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 1px 0;
  margin: 5px 10px 5px 0;
  display: block;
  float: left;
}
.rule-panel .panel-side.col-md-4 {
  padding-left: 0;
}
.rule-panel .panel-side .panel-body a {
  color: #062f3d;
  display: block;
  margin-bottom: 20px;
}
.rule-panel .panel-side .panel-body a:hover,
.rule-panel .panel-side .panel-body a:focus {
  text-decoration: none;
}
.rule-panel .panel-side .panel-body a.active span.small {
  font-family: "outfit-500";
}
.rule-panel .panel-side .panel-collapse a span.blue-square {
  display: table;
  margin: 0 10px 0 0;
}
.rule-panel .panel-side .panel-body a span.small {
  display: table;
  margin: 5px;
  padding-top: 2px;
  font-family: "outfit-300";
}
.rule-panel .accordion .panel-default .panel-heading {
  height: 40px;
  padding: 5px 10px;
  border-bottom: none;
  min-height: 40px;
}
.rule-panel .accordion .panel-default .panel-body {
  background: #e1dfd4;
  border-radius: 0;
  padding: 5px 10px;
}
.rule-panel .panel.col-md-8 {
  background: none;
  padding: 0;
}
.rule-panel .panel.col-md-8 .panel-heading,
.rule-panel .panel.col-md-8 .panel-body {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 15px;
}
.rule-panel .panel.col-md-8 .panel-heading {
  margin-bottom: 15px;
}
.rule-panel .panel.col-md-8 .panel-heading input {
  width: calc(100% - 110px);
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.rule-panel .panel.col-md-8 .panel-heading svg {
  display: inline-block;
  top: 5px;
  position: relative;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.rule-panel-steps .panel-heading .col-md-4,
.rule-panel-steps .panel-heading .col-md-8,
.rule-panel-steps .panel-heading.col-md-12 {
  padding: 0;
}
.rule-panel-steps .panel-heading.col-md-12 {
  border-bottom: 1px solid #e1dfd4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rule-panel-steps .panel-heading .col-md-4 {
  text-align: right;
  padding-top: 30px;
}
.rule-panel-steps .panel-side .panel-body,
.rule-panel-steps .panel-side .panel {
  background: none;
  border: none;
}
.rule-panel-steps .panel-side.col-md-3 {
  padding-left: 0;
}
.rule-panel-steps .panel-side .panel-body span.circle,
.rule-panel-steps span.circle {
  margin-right: 5px;
  margin-bottom: 5px;
}
.rule-panel-steps .panel-side .panel-body a {
  display: inline-block;
  margin-bottom: 0;
}
.rule-panel-steps .panel.col-md-9 {
  background: none;
  padding: 0;
}
.rule-panel-steps .panel.col-md-9 .panel-body {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px;
}
.rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 {
  padding: 0 15px 0 0;
}
.rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 img {
  width: 100%;
  margin-bottom: 15px;
}
.rule-panel-steps .panel.col-md-9 .panel-dark {
  background: #e1dfd4;
}
.rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 h3,
.rule-panel-steps .panel.col-md-9 .panel-dark h3 {
  margin-top: 0;
}
.rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 svg {
  margin-right: 5px;
}
.rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 .text-indent {
  padding-left: 27px;
}

@media (max-width: 767px) {
  .rule-panel .panel-side.col-md-4 {
    padding: 0;
  }
  .rule-panel-steps .panel.col-md-9 .panel-body .col-md-6 {
    padding: 0;
  }
}

/* Video & Images */
.videoplayer {
  background: #fff;
  border-radius: 3px;
}
.videoplayer img {
  width: 100%;
  border-radius: 3px;
}
.videoplayer div:not([class*="icheckbox_"]) {
  padding: 12px 15px;
}
.videoplayer h4 {
  margin-top: 0;
}
.videoplayer svg {
  top: 3px;
  position: relative;
}
.videoplayer svg.pull-right {
  margin-left: 10px;
}
.videoplayer div:not([class*="icheckbox_"]).image-container-small,
.videoplayer div:not([class*="icheckbox_"]).image-container-large {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}
.videoplayer div:not([class*="icheckbox_"]).image-container-large {
  padding-top: 132.5%;
}
.videoplayer div:not([class*="icheckbox_"]).image-container-small img,
.videoplayer div:not([class*="icheckbox_"]).image-container-large img {
  position: absolute;
  top: 0;
  left: 0;
}
.videoplayer div:not([class*="icheckbox_"]).image-container-small span,
.videoplayer div:not([class*="icheckbox_"]).image-container-large span {
  position: absolute;
  top: 45%;
  left: 45%;
}
.videoplayer span.circle {
  background-color: #006648;
  padding: 10px;
}
.videoplayer span.circle svg {
  top: 0;
}
.panel-body .col-md-4.videoplayer {
  padding: 0;
  margin-right: 15px;
  width: calc(33.33333333% - 15px);
}
.panel-body .col-md-8.videoplayer {
  padding: 0;
}
.panel-body .col-md-4.videoplayer:last-child {
  margin-right: 0;
}

.video-container {
  position: relative;
}
.video-container img {
  position: relative;
}
.video-container span.circle {
  position: absolute;
  top: 45%;
  left: 47%;
  background-color: #006648;
  padding: 10px;
}
.video-container span.circle svg {
  top: 0;
}

.selected {
  background-color: #006648;
  color: #fff;
}
@media (max-width: 767px) {
  .panel-body .col-md-4.videoplayer {
    width: 100%;
  }
}

/* Tables */
.table.table-condensed > thead > tr > td,
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tbody > tr > th,
.table.table-white > thead > tr > td,
.table.table-white > thead > tr > th,
.table.table-white > tbody > tr > td,
.table.table-white > tbody > tr > th {
  font-size: 16px;
  font-weight: normal;
  border-top: none;
  border-bottom: 5px solid #f4f3ee;
  padding: 10px 15px 2px;
}
.table-condensed tr,
.table-white tr {
  background: #fff;
  height: 40px;
  border: none;
}
.datepicker .table-condensed tr {
  height: auto !important;
}

.table-condensed thead > tr,
.table-white thead > tr {
  background: none;
}
.table.table-condensed > tbody > tr > td:first-child,
.table.table-white > tbody > tr > td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table.table-condensed > tbody > tr > td:last-child,
.table.table-white > tbody > tr > td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.table.table-condensed > tbody > tr > td.icon,
.table.table-white > tbody > tr > td.icon,
.table.table-white > tbody > tr > td.profile-icon,
.table.table-default > tbody > tr > td.icon {
  width: 40px;
  padding: 0;
}
.table.table-condensed > tbody > tr > td.icon > a svg {
  position: relative;
  top: 2px;
}
.table.table-condensed .no-padding {
  padding-left: 0;
}
.table.table-condensed .line {
  border-bottom: 1px solid #e1dfd4;
}
.table.table-condensed .line td {
  border-bottom: 0;
}
.table.table-condensed > tbody > tr > td.seperator {
  border-radius: 3px;
  border-right: 15px solid #f4f3ee;
}
.table.table-condensed > tbody > tr > td.transparant {
  background: #f4f3ee;
}

.table.table-white > thead > tr > td,
.table.table-white > thead > tr > th {
  padding: 5px 15px;
}
.table.table-white > tbody > tr > td,
.table.table-white > tbody > tr > th {
  padding: 10px 15px;
}
.table.table-white > tbody > tr > td,
.table.table-white > tbody > tr > th {
  vertical-align: middle;
}
.table.table-white > tbody > tr > td.profile-icon {
  padding: 10px;
}
.table-white tr {
  height: 60px;
}
.table-white input {
  width: 90px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
#table-select.table-white td {
  cursor: pointer;
}
#table-select.table-white .selected {
  background-color: #006648;
  color: #fff;
}
.table-gestreept {
  padding: 10px 20px 20px;
  background: #fff;
  border-radius: 3px;
}
.table-striped {
  border-radius: 3px;
  font-size: 16px;
  font-family: "outfit-300";
  padding: 20px;
  margin-bottom: 0;
}
.table-striped th {
  font-weight: normal;
  font-family: "outfit-500";
}
.table-striped > thead > tr > th {
  border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f4f3ee;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  border-top: 0;
  padding: 9px;
}
.table-swapper div {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  right: -15px;
  position: relative;
  padding: 13px 0;
  text-align: center;
  margin-bottom: 10px;
}
.table-swapper div:first-child {
  margin-right: -2px;
}
.table-swapper svg {
  background-size: 7px 12px;
  height: 12px;
  width: 7px;
}

.table.table-default > thead > tr > td,
.table.table-default > thead > tr > th,
.table.table-default > tbody > tr > td,
.table.table-default > tbody > tr > th {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 15px 2px;
  border-bottom: 1px solid #e1dfd4;
  border-top: none;
}
.table.table-default > tbody > tr > td,
.table.table-default > tbody > tr > th {
  padding: 10px 15px;
  vertical-align: middle;
}
.table.table-default h4 {
  margin: 0;
}
.table.table-default svg.magic-wand-dark {
  margin-top: 5px;
}
.table.table-default svg.eye {
  margin-top: 10px;
}
.table.table-default svg.trash {
  margin-top: 8px;
}
.table.table-default svg.level-basis,
.table.table-default svg.level-expert,
.table.table-default svg.level-gevorderd {
  margin-right: 15px;
}
.panel-dark {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  background: #e1dfd4 !important;
  margin-bottom: 15px;
  padding: 5px;
}
.comparison-table .panel-dark .panel-body {
  padding: 15px 15px 0;
}
.comparison-table .panel-dark.col-md-6.left {
  margin-right: 7.5px;
  width: calc(50% - 7.5px);
}
.comparison-table .panel-dark.col-md-6.right {
  margin-left: 7.5px;
  width: calc(50% - 7.5px);
}
.comparison-table .panel-dark span.circle {
  position: relative;
  top: -10px;
  left: 15px;
  margin-bottom: -15px;
  font-family: "outfit-700";
}
.comparison-table .panel-dark.col-md-12 > .panel-body > .row > .col-md-6 {
  padding-right: 27.5px;
}
.comparison-table .panel-dark.col-md-12 .inner-row.left {
  display: inline-block;
  width: calc(50% - 12.5px);
  float: left;
}
.comparison-table .panel-dark.col-md-12 .inner-row.right {
  display: inline-block;
  width: calc(50% - 12.5px);
  float: right;
}

@media (max-width: 767px) {
  .comparison-table .panel-dark.col-md-6.left,
  .comparison-table .panel-dark.col-md-6.right {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .table-swapper {
    margin-right: 15px;
    margin-bottom: -15px;
  }
}

/* Pop-ups */
.pop-up {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
}
.pop-up .panel.col-md-5 {
  margin: 0 auto;
  position: relative;
  top: 25vh;
  padding: 15px;
  float: none;
  max-width: 500px;
}
.pop-up .panel.col-md-5 textarea {
  height: 120px;
  margin-bottom: 20px;
}
.pop-up .panel.col-md-5 h1 {
  margin-top: 0;
}
.pop-up .panel.col-md-5 span.pull-right button:first-child {
  margin-right: 15px;
}

.footer p,
.footer a,
.footer a:hover {
  font-size: 14px;
  color: #a19f96;
}
.footer .row {
  padding: 15px;
}
.footer .row img {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .white-panel .mobile-left {
    width: 100%;
  }
  .mobile-left {
    float: left !important;
  }
}

/* Svg's */
.template-svg svg {
  margin-right: 10px;
}
.svg-icon {
  height: 22px !important;
  width: 22px !important;
  mask-size: 20px 20px;
  -webkit-mask-size: 20px 20px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background: #062f3d !important;
}
.svg-icon.arrow {
  mask-image: url(../images/svg/arrow.svg);
  -webkit-mask-image: url(../images/svg/arrow.svg);
}
.svg-icon.ball-pin {
  mask-image: url(../images/svg/ball-pin.svg);
  -webkit-mask-image: url(../images/svg/ball-pin.svg);
}
.svg-icon.chart-up {
  mask-image: url(../images/svg/chart-up.svg);
  -webkit-mask-image: url(../images/svg/chart-up.svg);
}
.svg-icon.chart {
  mask-image: url(../images/svg/chart.svg);
  -webkit-mask-image: url(../images/svg/chart.svg);
}
.svg-icon.cross-thick {
  mask-image: url(../images/svg/cross-thick.svg);
  -webkit-mask-image: url(../images/svg/cross-thick.svg);
}
.svg-icon.cross-thin {
  mask-image: url(../images/svg/cross-thin.svg);
  -webkit-mask-image: url(../images/svg/cross-thin.svg);
}
.svg-icon.cross {
  mask-image: url(../images/svg/cross.svg);
  -webkit-mask-image: url(../images/svg/cross.svg);
}
.svg-icon.dashboard {
  mask-image: url(../images/svg/dashboard.svg);
  -webkit-mask-image: url(../images/svg/dashboard.svg);
}
.svg-icon.eye {
  mask-image: url(../images/svg/eye.svg);
  -webkit-mask-image: url(../images/svg/eye.svg);
}
.svg-icon.file {
  mask-image: url(../images/svg/file.svg);
  -webkit-mask-image: url(../images/svg/file.svg);
}
.svg-icon.filters {
  mask-image: url(../images/svg/filters.svg);
  -webkit-mask-image: url(../images/svg/filters.svg);
}
.svg-icon.folder {
  mask-image: url(../images/svg/folder.svg);
  -webkit-mask-image: url(../images/svg/folder.svg);
}
.svg-icon.info {
  mask-image: url(../images/svg/info.svg);
  -webkit-mask-image: url(../images/svg/info.svg);
}
.svg-icon.magic-wand {
  mask-image: url(../images/svg/magic-wand.svg);
  -webkit-mask-image: url(../images/svg/magic-wand.svg);
}
.svg-icon.mail {
  mask-image: url(../images/svg/mail.svg);
  -webkit-mask-image: url(../images/svg/mail.svg);
}
.svg-icon.menu {
  mask-image: url(../images/svg/menu.svg);
  -webkit-mask-image: url(../images/svg/menu.svg);
}
.svg-icon.minus {
  mask-image: url(../images/svg/minus.svg);
  -webkit-mask-image: url(../images/svg/minus.svg);
}
.svg-icon.plus {
  mask-image: url(../images/svg/plus.svg);
  -webkit-mask-image: url(../images/svg/plus.svg);
}
.svg-icon.profile {
  mask-image: url(../images/svg/profile.svg);
  -webkit-mask-image: url(../images/svg/profile.svg);
}
.svg-icon.rondes {
  mask-image: url(../images/svg/rondes.svg);
  -webkit-mask-image: url(../images/svg/rondes.svg);
}
.svg-icon.stopwatch {
  mask-image: url(../images/svg/stopwatch.svg);
  -webkit-mask-image: url(../images/svg/stopwatch.svg);
}
.svg-icon.swap-arrows {
  mask-image: url(../images/svg/swap-arrows.svg);
  -webkit-mask-image: url(../images/svg/swap-arrows.svg);
}
.svg-icon.tool {
  mask-image: url(../images/svg/tool.svg);
  -webkit-mask-image: url(../images/svg/tool.svg);
}
.svg-icon.trash {
  mask-image: url(../images/svg/trash.svg);
  -webkit-mask-image: url(../images/svg/trash.svg);
}

.main-content {
  margin-left: 220px;
  min-height: 750px;
}
.main-content.collapsed-menu {
  margin-left: 60px !important;
}
.main-content .page-content {
  margin-top: 50px;
  overflow: hidden;
  padding: 20px 50px 0;
  position: relative;
  height: 100%;
}
.main-content .page-content::after {
  clear: both;
  content: "";
  display: block;
}
.main-content .page-content .row-sm[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .page-content .row-xs[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.main-content .page-content .colors-list {
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-content .page-content .colors-list > li {
  background: #000000;
  display: inline-block;
  filter: alpha(opacity=60);
  float: left;
  height: 20px;
  margin: 4px;
  opacity: 0.6;
  padding: 0;
  width: 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-content .page-content .colors-list > li:first-child {
  margin-left: 0;
}
.main-content .page-content .colors-list > li:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-content .page-content .colors-list > li.active {
  filter: alpha(opacity=100);
  height: 26px;
  margin-top: 0;
  opacity: 1;
  width: 26px;
}
.main-content .page-content .colors-list > li.white {
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.main-content .page-content .colors-list > li.primary {
  background: #319db5;
}
.main-content .page-content .colors-list > li.dark {
  background: #2b2e33;
}
.main-content .page-content .colors-list > li.red {
  background: #c9625f;
}
.main-content .page-content .colors-list > li.green {
  background: #18a689;
}
.main-content .page-content .colors-list > li.blue {
  background: #319db5;
}
.main-content .page-content .colors-list > li.aero {
  background: #b9d5db;
}
.main-content .page-content .colors-list > li.gray {
  background: #82848a;
}
.main-content .page-content .colors-list > li.gray-light {
  background: #f4f4f4;
}
.main-content .page-content .colors-list > li.orange {
  background: #f2a057;
}
.main-content .page-content .colors-list > li.yellow {
  background: #ffcc00;
}
.main-content .page-content .colors-list > li.pink {
  background: #dc88e6;
}
.main-content .page-content .colors-list > li.purple {
  background: #a58bd3;
}
.main-content .page-content .colors-list.color-full > li {
  border: 1px solid #5a5a5a;
}
.main-content .page-content .panel-placeholder {
  background-color: #dfe1e4 !important;
  border: 1px dashed #b6bcbf;
  margin-bottom: 20px;
  visibility: visible !important;
}

@media screen and (max-width: 732px) {
  .main-content {
    margin-left: 0 !important;
    width: 100%;
  }
  .main-content.collapsed-menu {
    margin-left: 0 !important;
  }
}

/*.main-content .page-content .panel {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  border: none;
  color: #5b5b5b;
  margin-bottom: 20px;
  min-height: 30px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.main-content .page-content .panel:before {
  content: " ";
  display: table;
}
.main-content .page-content .panel:after {
  content: " ";
  display: table;
}
.main-content .page-content .panel .panel-content h1 {
  font-family: 'Lato';
  font-weight: 100;
  font-size: 28px;
  margin-top: 0;
}
.main-content .page-content .panel .panel-content ul {
  padding-left: 0;
}
.main-content .page-content .panel .panel-content ol {
  padding-left: 0;
}
.main-content .page-content .panel .panel-content i {
  padding-left: 0;
  padding-right: 6px;
}
.main-content .page-content .panel .panel-content .btn i {
  padding-right: 0;
}
.main-content .page-content .panel .panel-header[class*="bg-"] h2 {
  color: #ffffff;
}
.main-content .page-content .panel .panel-header {
  display: block;
  height: auto;
  padding: 6px 15px 6px 18px;
  z-index: 2;
}
.main-content .page-content .panel .panel-header h2 {
  color: #5b5b5b;
  display: block;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 7px;
  text-transform: uppercase;
}
.main-content .page-content .panel .panel-header h3 {
  display: block;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.main-content .page-content .panel .panel-header:hover .control-btn > a {
  background: none !important;
  color: #909090 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-content .page-content .panel .panel-header .control-btn > a .icon-size-fullscreen:before {
  display: inline-block;
  width: 14px;
}
.main-content .page-content .panel .panel-header .control-btn .btn-group > a {
  color: #cccccc !important;
  cursor: pointer;
  margin-left: 11px;
  margin-right: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-content .page-content .panel .control-btn {
  display: inline-block !important;
  position: absolute;
  right: 13px;
  top: 14px;
  z-index: 2;
}
.main-content .page-content .panel .control-btn .dropdown-menu {
  z-index: 2;
}
.main-content .page-content .panel .left-toolbar {
  left: 13px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.main-content .page-content .panel:hover .control-btn > a.hidden {
  display: inline-block !important;
  visibility: visible !important;
}
.main-content .page-content .panel:hover .control-btn > a.hidden.nevershow {
  display: none !important;
}
.main-content .page-content .panel .control-btn > a.nevershow {
  display: none !important;
}
.main-content .page-content .panel table .btn-group {
  z-index: 1;
}
.main-content .page-content .panel .panel-close {
  font-size: 15px;
}
.main-content .page-content .panel .panel-close:hover {
  color: #EB5055 !important;
}
.main-content .page-content .panel .control-btn > a {
  color: #cccccc !important;
  cursor: pointer;
  margin-left: 11px;
  margin-right: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-content .page-content .panel .control-btn > a:hover {
  text-decoration: none;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-content .page-content .panel .control-btn > a:focus {
  text-decoration: none !important;
}
.main-content .page-content .panel .panel-header.header-line:before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 16px;
  position: absolute;
  right: 16px;
}
.main-content .page-content .panel .panel-title {
  display: inline-block;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin: 5px;
  padding: 0;
}
.main-content .page-content .panel .panel-footer.footer-line {
  background-color: #ffffff;
}
.main-content .page-content .panel .panel-footer.footer-line:before {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 0;
  position: relative;
  right: 0;
  top: -10px;
  width: 100%;
}
.main-content .page-content .panel .panel-footer {
  background-color: #F4F4F4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  border-top: none;
  padding: 10px 15px;
}
.main-content .page-content .panel .panel-footer .btn {
  margin-bottom: 0;
}
.main-content .page-content .panel .stat-num {
  font-size: 36px;
  font-weight: bold;
}
.main-content .page-content .panel.panel-transparent {
  -webkit-box-shadow: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
}
.main-content .page-content .panel.panel-transparent .panel-content {
  padding: 0;
}
.main-content .page-content .portlets.ui-sortable {
  z-index: 2;
  min-height: 40px;
}
.main-content .page-content .portlets.ui-sortable .panel-header {
  cursor: move;
}
.main-content .page-content .panel.bg-aero .panel-content {
  color: #5b5b5b !important;
}
.main-content .page-content .panel[class*='bg-'].control-btn > a {
  color: #ffffff !important;
  opacity: 0.8;
}
.main-content .page-content .panel[class*='bg-'].panel-header:hover .control-btn > a {
  opacity: 1;
}
.main-content .page-content .panel-content {
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-content .page-content .panel-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
}
.main-content .page-content .panel-transparent .panel-header {
  border: none !important;
}
.main-content .page-content .panel-transparent .panel-content {
  border: none !important;
}
.main-content .page-content .panel-transparent .panel-footer {
  border: none !important;
}
.main-content .page-content .panel-placeholder {
  background-color: #DFE1E4 !important;
  border: 1px dashed #b6bcbf;
  margin-bottom: 20px;
  visibility: visible !important;
}
.main-content .page-content .panel.maximized {
  border-top: 1px solid #E8E8E8;
  left: 240px;
  margin: 0px;
  padding-top: 10px;
  bottom: 0px;
  left: 0;
  position: absolute;
  right: 0px;
  min-height: 300px;
  top: 50px;
  z-index: 11;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-content .page-content .panel-default > .panel-heading {
  border-bottom: none;
}
.main-content .page-content .panel-default {
  border-color: #E8E8E8;
}
.main-content .page-content .sortable .panel-header {
  cursor: move;
}
.main-content .page-content .panel-header i {
  padding-right: 6px;
}
.main-content .page-content .panel-stat {
  border: none;
  overflow: hidden;
  position: relative;
}
.main-content .page-content .panel-stat h1 {
  color: #121212;
}
.main-content .page-content .panel-stat .stat-title {
  color: #121212;
  opacity: 0.7;
  text-transform: uppercase;
}
.main-content .page-content .panel-stat .icon {
  bottom: 45px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  vertical-align: bottom;
  z-index: 1;
}
.main-content .page-content .panel-stat .bg-dark .icon {
  color: rgba(255, 255, 255, 0.1);
}
.main-content .page-content .panel-stat .big-icon i {
  display: inline-block;
  font-size: 53px;
  margin-top: 8px;
  opacity: 0.3;
}
.main-content .page-content .panel-stat .col-xs-6:last-child {
  text-align: right;
}
.main-content .page-content .panel-stat > [class*="bg-"]h1 {
  color: #ffffff;
}
.main-content .page-content .panel-stat > [class*="bg-"]h3 {
  color: #ffffff;
}
.main-content .page-content .panel-stat[class*="bg-"].stat-title {
  color: #ffffff;
}
.main-content .page-content .panel-stat-chart {
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -20px;
  position: relative;
}
*/
.main-content .page-content #visitors-chart {
  bottom: 0;
  left: 0;
  position: absolute;
}
.main-content .page-content.page-thin {
  padding: 25px 25px 0 25px;
}
.main-content .page-content.page-thin .row {
  margin-left: -5px;
  margin-right: -5px;
}
.main-content .page-content.page-thin .row > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.main-content .page-content.page-thin.page-builder {
  padding-left: 50px;
  padding-right: 50px;
}
.main-content .page-content .breadcrumb-wrapper {
  position: absolute;
  right: 0;
  top: 23px;
}
.main-content .page-content .breadcrumb-wrapper .label {
  color: #999999;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-content .page-content .breadcrumb {
  background: none;
  display: inline-block;
  padding: 0;
}
.main-content .page-content .breadcrumb li {
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.main-content .page-content .breadcrumb li a {
  color: #319db5;
}
.main-content .page-content .breadcrumb li.active {
  color: #333333;
}
.main-content .page-content .breadcrumb > li + li:before {
  color: #cccccc;
  content: "\2022";
  padding: 0 8px 0 5px;
}
.main-content .page-content > .header,
.main-content .page-content > div > .header {
  padding: 15px 0;
  position: relative;
}
.main-content .page-content > .header h2,
.main-content .page-content > div > .header h2 {
  color: #1d2939;
  font-family: "Lato";
  font-size: 28px;
  letter-spacing: -0.5px;
  margin: 0;
  padding-bottom: 7px;
  font-weight: 100;
}
.main-content .page-content > .header h2 span,
.main-content .page-content > div > .header h2 span {
  color: #999999;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: middle;
}
.main-content .page-content > .header h2 span::before,
.main-content .page-content > div > .header h2 span::before {
  color: #cccccc;
  content: "/";
  margin: 0 10px 0 5px;
}
.main-content .page-content > .header .glyphicon,
.main-content .page-content > div > .header .glyphicon {
  font-size: 24px;
  margin-right: 5px;
  opacity: 0.5;
  padding: 6px 7px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.main-content .page-content > .header i,
.main-content .page-content > div > .header i {
  font-size: 24px;
  margin-right: 5px;
  opacity: 0.5;
  padding: 6px 7px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.main-content .page-content > .header .icon-logout:before,
.main-content .page-content > div > .header .icon-logout:before {
  bottom: -4px;
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.main-content .page-content > .footer,
.main-content .page-content > div > .footer {
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 15px;
}
.main-content .page-content > .footer .copyright,
.main-content .page-content > div > .footer .copyright {
  border-top: 1px solid rgba(12, 12, 12, 0.07);
  padding: 20px 0;
  z-index: 15;
}
.main-content .page-content > .footer .copyright p,
.main-content .page-content > div > .footer .copyright p {
  margin-bottom: 10px;
}
.main-content .page-content > .footer .copyright a,
.main-content .page-content > div > .footer .copyright a {
  color: #2c8ca0;
}
.main-content .page-content > .footer .copyright span,
.main-content .page-content > div > .footer .copyright span {
  font-size: 88%;
  opacity: 0.8;
}
.main-content .page-content > .footer .copyright span.copyright,
.main-content .page-content > div > .footer .copyright span.copyright {
  font-family: "Open Sans";
}
.main-content .page-content > .footer.footer-absolute,
.main-content .page-content > div > .footer.footer-absolute {
  left: 50px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 50px;
}
.main-content
  .page-content[class*="bg-"].panel-header
  .control-btn
  .btn-group
  > a {
  color: #ffffff !important;
  opacity: 0.8;
}
.main-content
  .page-content[class*="bg-"].panel
  .panel-header:hover
  .control-btn
  > a {
  opacity: 1;
}
.main-content .footer {
  margin-left: 50px;
  margin-right: 50px;
}
.main-content .footer .copyright {
  border-top: 1px solid rgba(12, 12, 12, 0.07);
  padding: 20px 0;
  z-index: 15;
}
.main-content .footer .copyright p {
  margin-bottom: 10px;
}
.main-content .footer .copyright a {
  color: #2c8ca0;
}
.main-content .footer .copyright span {
  font-size: 88%;
  opacity: 0.8;
}
.main-content .footer .copyright span.copyright {
  font-family: "Open Sans";
}
.main-content .page-content[class^="bg-"].panel h1,
.main-content .page-content[class*=" bg-"].panel h1,
.main-content .page-content[class^="bg-"].panel h2,
.main-content .page-content[class*=" bg-"].panel h2,
.main-content .page-content[class^="bg-"].panel h3,
.main-content .page-content[class*=" bg-"].panel h3,
.main-content .page-content .panel[class^="bg-"]h2,
.main-content .page-content .panel[class*=" bg-"]h2,
.main-content .page-content .panel[class^="bg-"]h3,
.main-content .page-content .panel[class*=" bg-"]h3 {
  color: #ffffff !important;
}
.main-content .page-content .panel.bg-aero h1,
.main-content .page-content .panel.bg-aero h2,
.main-content .page-content .panel.bg-aero h3,
.main-content .page-content .panel .bg-aero h2,
.main-content .page-content .panel .bg-aero h3,
.main-content .page-content .panel .bg-gray-light h2,
.main-content .page-content .panel .bg-gray-light h3,
.main-content .page-content .panel .bg-blue-light h2,
.main-content .page-content .panel .bg-blue-light h3 {
  color: #5b5b5b !important;
}
.panel:hover .control-btn > a.nevershow {
  display: none !important;
}
.panel .panel-toggle {
  font-size: 15px;
}
.main-content .page-content .panel-header h3,
.main-content .page-content .panel-footer h2,
.main-content .page-content .panel-footer h3 {
  margin: 0;
}
.panel-stat h3 {
  color: #121212;
}
.sidebar-top .main-content .page-content .panel.maximized {
  left: 0;
  right: 0;
  top: 115px;
}
.sidebar-collapsed .main-content .page-content .panel.maximized {
  left: 0;
}
body:not(.fixed-topbar) .main-content .page-content {
  margin-top: 0;
  width: 100%;
}
.sidebar-top .main-content .page-content {
  top: 0;
}
.sidebar-top.fixed-topbar .main-content .page-content {
  top: 66px;
}
.maximized-panel .page-content {
  height: 100%;
  margin-top: 0;
  padding: 0 15px 0 15px;
}
.maximized-panel .page-content .panel:not(.maximized) {
  display: none;
}
.maximized-panel .page-content .header {
  display: none;
}
.maximized-panel .page-content .footer {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-content .page-content {
    overflow: hidden;
    padding: 20px;
  }
  .main-content .page-content > .header h2,
  .main-content .page-content > div > .header h2 {
    font-size: 20px;
  }
  .main-content .page-content > .header h2 span,
  .main-content .page-content > div > .header h2 span {
    display: none;
  }
  .main-content .page-content > .header .breadcrumb-wrapper,
  .main-content .page-content > div > .header .breadcrumb-wrapper {
    display: none;
  }
}
@media (max-width: 500px) {
  .main-content .page-content .panel .control-btn {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-content .page-content .panel-stat h1 {
    font-size: 24px;
  }
  .main-content .page-content .panel-stat h3 {
    font-size: 18px;
  }
}
/* percentage-based widths for fluid/responsive layout */
.isotope-element {
  margin: 5px 1%;
  width: 31%;
}

.tab_left > .nav-tabs {
  width: 200px;
  border-right: 0px;
}

.tab_left .nav-tabs a::before {
  right: auto;
  left: 0px;
  width: 5px;
}
.nav-tabs.nav-red > li > a::before {
  background-color: #e1dfd4;
}
.nav.nav-tabs > li > a {
  background-color: #f4f3ee;
  border: none !important;
  color: #062f3d;
  font-size: 16px;
}
.nav.nav-tabs > li.active > a {
  background-color: #f4f3ee;
  border-bottom: none;
  color: #062f3d;
  font-family: "outfit-700";
  font-weight: 700;
  font-size: 16px;
}
.nav.nav-tabs > li.active:hover > a {
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-family: "outfit-700";
}
.nav.nav-tabs > li:hover > a {
  background-color: #f4f3ee;
  color: #062f3d;
  font-weight: 700;
  font-size: 16px;
  font-family: "outfit-700";
}

.tab_left > .tab-content {
  border-left: 0px;
}
.tab-content {
  padding: 0px 15px 15px 15px;
  background-color: #f4f3ee;
}

.side-nav-header.coachtools {
  height: 150px;
}
.side-nav.coachtools {
  height: calc(100vh - 90px);
}

.navbar-right > li.dropdown > a:hover,
.navbar-right > li.dropdown > a:focus {
  /*background: #fff !important;*/
  background: #006648;
}

.alert-success.bg-success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
}
.alert-info.bg-info {
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}
.alert-danger.bg-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
}

.select2-results .select2-highlighted {
  background-color: #a19f96 !important;
}

.pro-widget-container {
  /*    display:none;
    position:fixed; 
    right:100px; 
    bottom:100px;   
*/
  z-index: 9999;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  margin-top: -45px;
}

.collapsed-in #menuAccordion .panel > a {
  width: 60px;
}

.collapsed-in #menuAccordion .panel.nav-hover > a {
  width: 264px;
  border-left: 5px solid #006648 !important;
}

.collapsed-in #menuAccordion li.nav-hover span {
  display: inline-block;
}

.collapsed-in .side-nav.accordion,
.collapsed-in #menuAccordion {
  overflow-x: visible;
  overflow-y: visible;
}

.collapsed-in #menuAccordion .panel .children {
  background: #a19f96;
  display: none;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  visibility: visible;
}

.collapsed-in #menuAccordion li.nav-hover ul {
  background: #202226;
  display: block !important;
  left: 60px;
  margin: 0;
  min-width: 204px;
  padding-bottom: 10px;
  position: absolute !important;
  top: 59px;
  z-index: 9;
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.collapsed-in #menuAccordion li.nav-hover ul > li > a {
  border-left: 0px;
}

.collapsed-in #menuAccordion > li.nav-hover > a {
  background: #ffffff !important;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1d2939;
}
.collapsed-in
  #menuAccordion
  > li.nav-hover:not(.nav-active)
  > a
  span:not(.badge) {
  background: #ffffff;
}

.collapsed-in #menuAccordion > li.nav-hover .collapse {
  display: block !important;
}

@media (max-width: 767px) {
  .side-nav-header.coachtools {
    height: 20px;
  }
  .tab_left > .nav-tabs {
    width: 100%;
  }
  .pro-widget-container {
    right: 30px;
    bottom: 50px;
  }
}

.popover.popoversvs {
  max-width: 400px;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px;
  font-family: "outfit-300";
  color: #062f3d;
}
.popover.popoversvs .popover-title {
  font-family: "outfit-700";
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 25px;
}

.bootbox-body {
  font-size: 16px;
}

.input-minwidth {
  min-width: 40px;
  text-align: center;
}

/* #menuAccordion > li.nav-hover.active > a {
    background: #319db5;
    color: #ffffff;
}
#menuAccordion > li.nav-hover.active > a i {
    color: #ffffff;
}
#menuAccordion > li.nav-hover.active > a span:not(.badge) {
    background: #319db5 !important;
    color: #ffffff;
}
#menuAccordion > li.nav-hover.active > a > span:last-child {
    background: #319db5;
    color: #ffffff;
}
#menuAccordion > li.nav-hover.nav-active.active > a {
    background: #319db5;
}
#menuAccordion > li.nav-hover.nav-active > a i {
    color: #ffffff !important;
}
#menuAccordion > li.nav-hover.nav-active > a span:not(.badge) {
    color: #ffffff !important;
}
#menuAccordion > li.nav-hover.nav-active:not(.active) > a span:not(.badge) {
    background: #ffffff;
    color: #1d2939 !important;
}
#menuAccordion > li.nav-hover.nav-active:not(.active) > a i {
    background: #ffffff;
    color: #1d2939 !important;
}
#menuAccordion > li.nav-hover.active:not(.nav-active) > a i {
    color: #ffffff !important;
}*/
