.djradiobox {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  user-select: none;
}
.djradiobox.vis {
  display: flex;
}
.djradiobox a {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  color: #1a1a1a;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  margin: 0.5rem;
  /*background:#ffffff;	*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: none;
}
.djradiobox a > div {
  flex: 1;
  padding-bottom: 0.7rem;
}
.djradiobox a i.indicator {
  position: relative;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
  font-weight: 300;
  display: flex;
  visibility: visible;
  align-items: center;
  /*max-width:1px;									*/
}
.djradiobox a i.indicator.novis {
  visibility: hidden;
}
.djradiobox a.isicon {
  flex-direction: column;
  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;
}
.djradiobox a.isicon i.indicator {
  display: block;
  margin: 0;
}
.djradiobox a.isicon i:not(.indicator) {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
  padding-bottom: 0.7rem;
  text-align: center;
  clear: both;
}
.djradiobox a.isimg {
  display: flex;
  flex-direction: column;
}
.djradiobox a.isimg.alt {
  display: flex;
  align-items: center;
  /*flex-direction:row;*/
  padding: 0.3rem 0.6rem;
  max-width: none;
  width: auto;
}
.djradiobox a.isimg.alt > i {
  padding: 0;
}
.djradiobox a.isimg.alt > div {
  margin-left: 1rem;
}
.djradiobox a.isimg > div {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.djradiobox a.isimg > img {
  max-height: 100px;
  max-width: 100px;
}
.djradiobox a.disabled {
  box-shadow: none;
  color: #888;
  border-color: transparent;
  cursor: not-allowed;
}
.djradiobox a.disabled:hover {
  box-shadow: none;
  color: #888;
  cursor: not-allowed;
  border-color: transparent;
}
.djradiobox a:hover {
  text-decoration: none;
  background: #dddddd;
  cursor: pointer;
}
.djradiobox a.sel {
  color: #fff;
  background: #03a9f4;
  border-color: transparent;
}
.djradiobox a.man {
  cursor: not-allowed;
}
.djradiobox a.hide {
  display: none;
}
.djradiobox a:first-child {
  margin-left: 0;
}
.djradiobox a:last-child {
  margin-right: 0;
}
.djradiobox.flexmax a {
  flex: 1;
  text-align: left;
}
.djradiobox.flexmax a:before {
  display: none;
}
.djradiobox.invert a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.djradiobox.invert a.sel {
  background: #03a9f4;
  color: #fff;
  border: 0.0625rem solid transparent;
  box-shadow: none;
}
.djradiobox.invert a.man {
  background: #03a9f4;
  color: #fff;
  border: 0.0625rem solid transparent;
  box-shadow: none;
}
.djradiobox.invert a:hover {
  background: #ccc;
  color: #1a1a1a;
}
.djradiobox.coloured a:nth-child(1) {
  background: #03a9f4;
}
.djradiobox.coloured a:nth-child(2) {
  background: #83763f;
}
.djradiobox.coloured a:nth-child(3) {
  background: #54da54;
}
.djradiobox.coloured a:nth-child(4) {
  background: #b8860b;
}
.djradiobox.break4 a:nth-child(4n+1) {
  clear: both;
}
.djradiobox.right a {
  float: right;
}
.djradiobox.image_list {
  display: flex;
  flex-direction: column;
}
.djradiobox.image_list a {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
}
.djradiobox.image_list a img {
  order: 1;
  max-width: 18rem;
  max-height: 18rem;
}
.djradiobox.image_list a > div {
  padding-bottom: 0;
  order: 2;
}
.djradiobox.image_list a > div.list_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  align-self: flex-start;
}
.djradiobox.image_list a > div.list_content.right {
  text-align: right;
  opacity: 50%;
}
.djradiobox.image_list a > div.list_content .list_title {
  font-weight: 600;
}
.djradiobox.image_list a > div.list_content .list_desc {
  margin-top: 0.5rem;
  font-weight: normal;
}
.djradiobox.image_list a .indicator {
  order: 10;
}
.djradiobox.list_options {
  display: flex;
  flex-direction: column;
}
.djradiobox.list_options a {
  margin-left: 0;
  margin-right: 0;
}
.djradiobox.list_options a i.indicator {
  margin: 0;
  order: 1;
  margin-right: 1rem;
  font-size: 1.3rem;
}
.djradiobox.list_options a > div {
  order: 2;
  padding-bottom: 0;
}
.djradiobox.nowrap {
  flex-wrap: nowrap;
}
.djradiobox.noborder a {
  border: 0;
}
.djradiobox.smallimg a.isimg, .djradiobox.smallimg a.isimg.alt {
  display: flex;
  flex-direction: column;
}
.djradiobox.smallimg a.isimg > img, .djradiobox.smallimg a.isimg.alt > img {
  max-width: 50px;
  max-height: 50px;
}
.djradiobox.smallimg a i.indicator {
  display: none;
}
.djradiobox.mediumimg a.isimg, .djradiobox.mediumimg a.isimg.alt {
  display: flex;
  flex-direction: column;
}
.djradiobox.mediumimg a.isimg > img, .djradiobox.mediumimg a.isimg.alt > img {
  max-width: 100px;
  max-height: 100px;
}
.djradiobox.mediumimg a i.indicator {
  display: none;
}
.djradiobox.readonly a {
  cursor: default;
}
.djradiobox.readonly a i.indicator {
  display: none;
}
.djradiobox.readonly a:not(.sel):hover {
  background: none;
}

/*# sourceMappingURL=modules-layout-scss-djradio.css.map */
