.djpopup .radiobox,
.djmodal .radiobox {
  display: flex;
  flex-direction: row;
}
.djpopup .radiobox.flexmax a,
.djmodal .radiobox.flexmax a {
  flex: 1;
  text-align: left;
}
.djpopup .radiobox.flexmax a:before,
.djmodal .radiobox.flexmax a:before {
  display: none;
}
.djpopup .radiobox.wrappable,
.djmodal .radiobox.wrappable {
  flex-wrap: wrap;
}
.djpopup .radiobox > a,
.djmodal .radiobox > a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: normal;
  position: relative;
  float: none;
  padding: 0.875rem 0.875rem;
  overflow: hidden;
  flex: 0 1 8rem;
  margin-left: 0;
  margin-right: 1rem;
}
.djpopup .radiobox > a:not(.sel):hover,
.djmodal .radiobox > a:not(.sel):hover {
  box-shadow: none;
  background: #f3f3f3;
  color: unset;
}
.djpopup .radiobox > a.isicon,
.djmodal .radiobox > a.isicon {
  display: flex;
  flex-direction: column;
}
.djpopup .radiobox > a.isicon.alt,
.djmodal .radiobox > a.isicon.alt {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0.3rem 0.6rem;
  max-width: none;
  width: auto;
}
.djpopup .radiobox > a.isicon.alt > i,
.djmodal .radiobox > a.isicon.alt > i {
  padding: 0;
}
.djpopup .radiobox > a.isicon.alt > div,
.djmodal .radiobox > a.isicon.alt > div {
  margin-left: 1rem;
}
.djpopup .radiobox > a.isicon:before,
.djmodal .radiobox > a.isicon:before {
  display: none;
}
.djpopup .radiobox > a.isicon:after,
.djmodal .radiobox > a.isicon:after {
  padding-top: 0.625rem;
}
.djpopup .radiobox > a.isicon.sel:after,
.djmodal .radiobox > a.isicon.sel:after {
  padding-left: 0;
}
.djpopup .radiobox > a.isimg,
.djmodal .radiobox > a.isimg {
  display: flex;
  flex-direction: column;
}
.djpopup .radiobox > a.isimg.alt,
.djmodal .radiobox > a.isimg.alt {
  display: flex;
  align-items: center;
  /*flex-direction:row;*/
  padding: 0.3rem 0.6rem;
  max-width: none;
  width: auto;
}
.djpopup .radiobox > a.isimg.alt > i,
.djmodal .radiobox > a.isimg.alt > i {
  padding: 0;
}
.djpopup .radiobox > a.isimg.alt > div,
.djmodal .radiobox > a.isimg.alt > div {
  margin-left: 1rem;
}
.djpopup .radiobox > a.isimg > img,
.djmodal .radiobox > a.isimg > img {
  max-height: 100px;
  max-width: 100px;
}
.djpopup .radiobox > a.isimg:before,
.djmodal .radiobox > a.isimg:before {
  display: none;
}
.djpopup .radiobox > a[data-icon]:before,
.djmodal .radiobox > a[data-icon]:before {
  content: attr(data-icon);
  transform: none;
}
.djpopup .radiobox > a.sel,
.djmodal .radiobox > a.sel {
  box-shadow: none;
  background: #333;
  color: fff;
}
.djpopup .radiobox > a.sel:after,
.djmodal .radiobox > a.sel:after {
  opacity: 0.8;
}
.djpopup .radiobox > a i.fal,
.djpopup .radiobox > a i.fad,
.djmodal .radiobox > a i.fal,
.djmodal .radiobox > a i.fad {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
  padding-bottom: 0.7rem;
  text-align: center;
  clear: both;
  padding-top: 0.7rem;
}
.djpopup .radiobox > a i.fal.rotate,
.djpopup .radiobox > a i.fad.rotate,
.djmodal .radiobox > a i.fal.rotate,
.djmodal .radiobox > a i.fad.rotate {
  transform: rotate(-30deg);
}

.scrollme {
  /* width */
  /* Track */
  /* Handle */
  /*overflow-y:auto !important;*/
}
.scrollme::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollme::-webkit-scrollbar-track {
  background: transparent;
}
.scrollme::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.scrollme::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.scrollme.sm_y {
  overflow-x: hidden !important;
}
.scrollme.invert {
  /* Track */
  /* Handle */
}
.scrollme.invert::-webkit-scrollbar-track {
  background: transparent;
}
.scrollme.invert::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.scrollme.invert::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

/***************** TO MOVE ********************/
.progressbadge {
  background: #eeeeee;
  border-radius: 50%;
  width: 3rem;
  color: #1a1a1a;
  height: 3rem;
  font-weight: 800;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(0, 0, 0, 0.1);
  /* Green - Yellow - Red */
  /* Red - Yellow - Green */
  /* Green - Yellow - Red */
  /* Red - Yellow - Green */
  /* Red - Yellow - Green */
}
.progressbadge.low {
  background: #cc0000;
  color: #ffffff;
}
.progressbadge.medium_low {
  background: #f36e39;
  color: #ffffff;
}
.progressbadge.medium {
  background: #aaaa00;
  color: #ffffff;
}
.progressbadge.medium_high {
  background: #92e45c;
  color: #ffffff;
}
.progressbadge.high {
  background: #00cc00;
  color: #ffffff;
}
.progressbadge.scale20_0 {
  background: #57bb8a;
  color: #ffffff;
}
.progressbadge.scale20_5 {
  background: #63b682;
  color: #ffffff;
}
.progressbadge.scale20_10 {
  background: #73b87e;
  color: #ffffff;
}
.progressbadge.scale20_15 {
  background: #84bb7b;
  color: #ffffff;
}
.progressbadge.scale20_20 {
  background: #94bd77;
  color: #ffffff;
}
.progressbadge.scale20_25 {
  background: #a4c073;
  color: #ffffff;
}
.progressbadge.scale20_30 {
  background: #b0be6e;
  color: #ffffff;
}
.progressbadge.scale20_35 {
  background: #c4c56d;
  color: #ffffff;
}
.progressbadge.scale20_40 {
  background: #d4c86a;
  color: #ffffff;
}
.progressbadge.scale20_45 {
  background: #e2c965;
  color: #ffffff;
}
.progressbadge.scale20_50 {
  background: #f5ce62;
  color: #ffffff;
}
.progressbadge.scale20_55 {
  background: #f3c563;
  color: #ffffff;
}
.progressbadge.scale20_60 {
  background: #e9b861;
  color: #ffffff;
}
.progressbadge.scale20_65 {
  background: #e6ad61;
  color: #ffffff;
}
.progressbadge.scale20_70 {
  background: #ecac67;
  color: #ffffff;
}
.progressbadge.scale20_75 {
  background: #e9a268;
  color: #ffffff;
}
.progressbadge.scale20_80 {
  background: #e79a69;
  color: #ffffff;
}
.progressbadge.scale20_85 {
  background: #e5926b;
  color: #ffffff;
}
.progressbadge.scale20_90 {
  background: #e2886c;
  color: #ffffff;
}
.progressbadge.scale20_95 {
  background: #e0816d;
  color: #ffffff;
}
.progressbadge.scale20_100 {
  background: #dd776e;
  color: #ffffff;
}
.progressbadge.anti-scale20_100 {
  background: #57bb8a;
  color: #ffffff;
}
.progressbadge.anti-scale20_95 {
  background: #63b682;
  color: #ffffff;
}
.progressbadge.anti-scale20_90 {
  background: #73b87e;
  color: #ffffff;
}
.progressbadge.anti-scale20_85 {
  background: #84bb7b;
  color: #ffffff;
}
.progressbadge.anti-scale20_80 {
  background: #94bd77;
  color: #ffffff;
}
.progressbadge.anti-scale20_75 {
  background: #a4c073;
  color: #ffffff;
}
.progressbadge.anti-scale20_70 {
  background: #b0be6e;
  color: #ffffff;
}
.progressbadge.anti-scale20_65 {
  background: #c4c56d;
  color: #ffffff;
}
.progressbadge.anti-scale20_60 {
  background: #d4c86a;
  color: #ffffff;
}
.progressbadge.anti-scale20_55 {
  background: #e2c965;
  color: #ffffff;
}
.progressbadge.anti-scale20_50 {
  background: #f5ce62;
  color: #ffffff;
}
.progressbadge.anti-scale20_45 {
  background: #f3c563;
  color: #ffffff;
}
.progressbadge.anti-scale20_40 {
  background: #e9b861;
  color: #ffffff;
}
.progressbadge.anti-scale20_35 {
  background: #e6ad61;
  color: #ffffff;
}
.progressbadge.anti-scale20_30 {
  background: #ecac67;
  color: #ffffff;
}
.progressbadge.anti-scale20_25 {
  background: #e9a268;
  color: #ffffff;
}
.progressbadge.anti-scale20_20 {
  background: #e79a69;
  color: #ffffff;
}
.progressbadge.anti-scale20_15 {
  background: #e5926b;
  color: #ffffff;
}
.progressbadge.anti-scale20_10 {
  background: #e2886c;
  color: #ffffff;
}
.progressbadge.anti-scale20_5 {
  background: #e0816d;
  color: #ffffff;
}
.progressbadge.anti-scale20_0 {
  background: #dd776e;
  color: #ffffff;
}
.progressbadge.scale10_0 {
  background: #57bb8a;
  color: #ffffff;
}
.progressbadge.scale10_10 {
  background: #73b87e;
  color: #ffffff;
}
.progressbadge.scale10_20 {
  background: #94bd77;
  color: #ffffff;
}
.progressbadge.scale10_30 {
  background: #b0be6e;
  color: #ffffff;
}
.progressbadge.scale10_40 {
  background: #d4c86a;
  color: #ffffff;
}
.progressbadge.scale10_50 {
  background: #f5ce62;
  color: #ffffff;
}
.progressbadge.scale10_60 {
  background: #e9b861;
  color: #ffffff;
}
.progressbadge.scale10_70 {
  background: #ecac67;
  color: #ffffff;
}
.progressbadge.scale10_80 {
  background: #e79a69;
  color: #ffffff;
}
.progressbadge.scale10_90 {
  background: #e2886c;
  color: #ffffff;
}
.progressbadge.scale10_100 {
  background: #dd776e;
  color: #ffffff;
}
.progressbadge.anti-scale10_100 {
  background: #57bb8a;
  color: #ffffff;
}
.progressbadge.anti-scale10_90 {
  background: #73b87e;
  color: #ffffff;
}
.progressbadge.anti-scale10_80 {
  background: #94bd77;
  color: #ffffff;
}
.progressbadge.anti-scale10_70 {
  background: #b0be6e;
  color: #ffffff;
}
.progressbadge.anti-scale10_60 {
  background: #d4c86a;
  color: #ffffff;
}
.progressbadge.anti-scale10_50 {
  background: #f5ce62;
  color: #ffffff;
}
.progressbadge.anti-scale10_40 {
  background: #e9b861;
  color: #ffffff;
}
.progressbadge.anti-scale10_30 {
  background: #ecac67;
  color: #ffffff;
}
.progressbadge.anti-scale10_20 {
  background: #e79a69;
  color: #ffffff;
}
.progressbadge.anti-scale10_10 {
  background: #e2886c;
  color: #ffffff;
}
.progressbadge.anti-scale10_0 {
  background: #dd776e;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_100 {
  background: #1b7449;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_90 {
  background: #57b867;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_80 {
  background: #96d64e;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_70 {
  background: #bea253;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_60 {
  background: #92753f;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_50 {
  background: #a1682a;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_40 {
  background: #b66736;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_30 {
  background: #ad4a1c;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_20 {
  background: #7a401c;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_10 {
  background: #8f2c18;
  color: #ffffff;
}
.progressbadge.anti-scale10harsh_0 {
  background: #700101;
  color: #ffffff;
}

#admin_notifications.novis {
  display: none;
}

/*# sourceMappingURL=modules-admin-admin.css.map */
