html,
body {
  background: #ffffff;
  background-image: url("../img/bg.png");
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

div.reg p {
  padding: 0px;
  margin: 0px;
}

.langSel {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

.subscription-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}

.subscription-title {
  width: 772px;
  margin-bottom: 20px;
}

.top {
  width: 800px;
}

.top .left {
  float: left;
}

.top .right {
  float: right;
}

form {
  padding: 0;
  margin: 0;
}

.mobile-nav {
  width: 100%;
  margin-bottom: 10px;
  background-color: #2e2e2e;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .mobile-nav {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-logo {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .mobile-btn-warning {
    margin-right: 0;
  }

  .mobile-btn-primary {
    margin-right: 0;
  }
}

.mobile-button {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.mobile-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mobile-btn-warning {
  color: #2e2e2e;
  background-color: #f7b23b;
  border-color: #f7b23b;
  margin-right: 20px;
}

.mobile-btn-primary {
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
  margin-right: 20px;
}

.mobile-logo {
  width: 200px;
  margin-left: 20px;
}

#wrapper {
  margin: 0 auto;
  /* width: 100%; */
  min-height: 100%;
  text-align: left;
  clear: both;
  background-image: url("../img/bg2.png");
  background-repeat: repeat-x;
}

@media screen and (max-width: 480px) {
  #wrapper {
    width: 100%;
  }
}

#menu {
  /* width: 956px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 48px;
  clear: both;
  align-items: center;
}

#menu.admin-menu {
  /* width: 956px; */
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 48px;
  clear: both;
  align-items: center;
  justify-content: center;
}


#logo {
  margin: 0 27px 0 0; /* top right bottom left */
  float: left;
}

.menubar {
  background-image: url("../img/menubar.png");
  background-repeat: no-repeat;
  height: 48px;
  width: 4px;
  float: left;
}

.menubtn {
  height: 38px;
  width: 100px;
  margin: 18px 0 0 0; /* top right bottom left */
  text-align: center;
  float: left;
  color: #ccc;
}

.menubtn2 {
  height: 38px;
  width: 107px;
  margin: 18px 0 0 0; /* top right bottom left */
  text-align: center;
  float: left;
}

.menubtn_search {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #ffffff;
  height: 38px;
  width: 236px;
  margin: 14px 0 0 0; /* top right bottom left */
  text-align: center;
  float: left;
}

.menubtn a,
.menubtn a:visited,
.menubtn_search a,
.menubtn_search a:visited,
.menubtn2 a,
.menubtn2 a:visited {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

.menubtn a:hover,
.menubtn_search a:hover,
.menubtn2 a:hover {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #c0c0c0;
  text-decoration: none;
}

#indexcol1 {
  width: 310px;
  padding: 65px 0 0 0; /* top right bottom left */

  float: left;
}

#login {
  width: 310px;
  padding: 30px 0 0 0; /* top right bottom left */
  margin: 0 0 0 0; /* top right bottom left */
  float: left;
}

#login-register {
  margin: 0 0 0 30%;
  padding: 0;
  width: 310px;
}

#indexcol2 {
  width: 310px;
  padding: 65px 0 0 0; /* top right bottom left */
  margin: 0 0 0 0; /* top right bottom left */
  float: left;
}

div.loginbox {
  background: url("../img/loginbox.png") no-repeat;
  width: 339px;
  height: 191px;
  padding-top: 40px;
}

table.logintable {
  padding: 0;
  margin: 0;
  margin-left: 60px;
}

.loginhdr {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 4px;
}

.logintxt {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 4px;
}

#clear:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*MAIN*/
@media screen and (max-width: 900px) {
  #main {
    margin: 20px auto !important; /* top right bottom left */
  }
}

#main {
  /* background-image: url("../img/mainbg3.png"); */
  background: rgb(235, 235, 235);
  background: linear-gradient(
    180deg,
    rgba(235, 235, 235, 1) 0%,
    rgba(255, 255, 255, 1) 25%
  );
  width: 956px;
  height: 590px;
  margin: 0 auto; /* top right bottom left */
  clear: both;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 0 0 20px;
  border-radius: 20px;
}

#main2 {
  background-image: url("../img/mainbg2.png");
  background-repeat: no-repeat;
  width: 956px;
  height: 768px;
  margin: 0 auto; /* top right bottom left */
  clear: both;
}

#maintop {
  background-image: url("../img/mainbgtop.png");
  background-repeat: no-repeat;
  width: 956px;
  height: 85px;
  margin: 0 0 0 -35px; /* top right bottom left */
  clear: both;
  float: left;
}

#mainmain {
  background-image: url("../img/mainbgmain.png");
  background-repeat: repeat-y;
  width: 956px;
  margin: 0 0 0 -35px; /* top right bottom left */
  clear: both;
}

#mainbottom {
  background-image: url("../img/mainbgbottom.png");
  background-repeat: no-repeat;
  width: 956px;
  height: 86px;
  margin: 0 0 0 -35px; /* top right bottom left */
  clear: both;
}

.maintext {
  padding: 60px 40px 40px 40px;
}

#topnavix {
  width: 880px;
  margin: 0 0 0 30px; /* top right bottom left */
  float: left;
  clear: both;
}

.navibar {
  background-image: url("../img/navibar.png");
  background-repeat: no-repeat;
  width: 4px;
  height: 35px;
  float: left;
}

.topnaviexs {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 8px 6px 0 5px; /* top right bottom left */
  float: left;
}

.topnavi {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  padding: 9px 7px 0 7px; /* top right bottom left */
  float: left;
  height: 24px;
  cursor: pointer;
}

.topnavi_sel {
  cursor: pointer;
}

.topnavi:hover,
.topnavi_sel {
  border-bottom: #f7b838 solid 2px;
  font-size: 12px;
  color: #f7b838;
  font-weight: normal;
  height: 24px;
  padding: 9px 7px 0 7px; /* top right bottom left */
  float: left;
}

.topnavi a,
.topnavi a:visited {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-decoration: none;
}

.topnavi:hover a {
  color: #000;
}

.topnavi_sel a,
.topnavi_sel a:visited {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #f7b838;
  text-decoration: none;
}

.topnavislc {
  padding: 8px 45px 0 100px; /* top right bottom left */
  float: left;
}

.topnavislc a,
.topnavislc a:visited {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #999999;
  text-decoration: none;
}

.topnavislc a:hover {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #c0c0c0;
  text-decoration: none;
}

.topnavislc a.selected {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #f9d361;
}

.topnaviex {
  padding: 8px 0 0 44px; /* top right bottom left */
  float: left;
}

.topnaviex a,
.topnaviex a:visited {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #999999;
  text-decoration: none;
}

.topnaviex a:hover {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #c0c0c0;
  text-decoration: none;
}

.topnaviex a.selected {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  color: #f9d361;
}

.topnavitrp {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 8px 0 0 105px; /* top right bottom left */
  float: left;
}

#coladmin {
  width: 925px;
  height: 451px;
  margin: 50px 40px 0 35px; /* top right bottom left */
  float: left;
}

#col1 {
  background-image: url("../img/leftcol.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 510px;
  margin: 0 40px 0 35px; /* top right bottom left */
  float: left;
}

#col2 {
  background-image: url("../img/maincol.png");
  background-repeat: no-repeat;
  width: 350px;
  height: 510px;
  margin: 0 40px 0 0; /* top right bottom left */
  float: left;
}

#col3 {
  background-image: url("../img/rightcol.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 502px;
  margin: 0 38px 0 0; /* top right bottom left */
  float: left;
  padding-top: 8px;
}

#col4 {
  width: 110px;
  height: 451px;
  margin: 10px 0 0 0; /* top right bottom left */
  float: left;
}

.navibtn_top {
  /* background-image: url("../img/navibtn_top.png"); */
  /* background-repeat: no-repeat; */
  width: 120px;
  height: 1px;
}

.navibtn {
  width: 110px;
  height: 30px;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cac9c9;
  border-top: 0;
}

.navibtn:hover,
.navibtn_sel {
  /* background-image: url("../img/navibtn_sel.png"); */
  background-repeat: no-repeat;
  width: 110px;
  height: 30px;
  border-bottom: 2px solid #f7b838;
}

.navibtntxt {
  width: 110px;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 7px 0 0 7px; /* top right bottom left */
}

.navibtntxt a {
  text-decoration: none;
}

#exercises1,
#exercises2,
#exercises3 {
  margin: 0px 0 0 0;
  padding: 0 0 0 0; /* top right bottom left */
  width: 175px;
  height: 498px;
  overflow: auto;
  margin-top: 5px;
  margin-left: 3px;
  position: relative;
  z-index: 9999;
}

.rexr {
  width: 140px;
  margin-left: 10px;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
}

.thmb1 {
  border-top: #ffffff solid 1px;
  border-left: #ffffff solid 1px;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 11;
  float: left;
}

.thmb1 .fav {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url(/img/fav.png);
  width: 10px;
  height: 10px;
  display: block;
}

.thmb1:hover {
  border: #f7b838 solid 1px;
}

td.thmb2 {
  border-top: #ffffff solid 1px;
  border-left: #ffffff solid 1px;
  border-right: #ffffff solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}

td.thmb2:hover {
  border: #f7b838 solid 1px;
}

#maintxt {
  padding: 15px 15px 15px 15px; /* top right bottom left */
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

#maintxt2 {
  padding: 15px 5px 15px 5px; /* top right bottom left */
  text-align: center;
}

#maintxtex {
  padding: 0 15px 15px 7px; /* top right bottom left */
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

#righttxt {
  margin: 1px 0 0 0;
  padding: 0 0 0 0; /* top right bottom left */
  width: 178px;
  height: 493px;
  overflow: auto;
}
#lefttxt .s,
#righttxt .s {
  border: #f7b838 solid 1px;
}

td.mdm {
  width: 145px;
  border-top: #ffffff solid 1px;
  border-left: #ffffff solid 1px;
  border-right: #ffffff solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  padding: 0 5px 0 0;
  text-align: center;
}

td.mdm:hover {
  border: #f7b838 solid 1px;
}

.moveup {
  margin: 0 0 0 0; /* top right bottom left */
  text-align: left;
}

.removebtn {
  margin: -24px 0 5px 0; /* top right bottom left */
  text-align: right;
}

.movedown {
  margin: 0 0 5px 0; /* top right bottom left */
  text-align: left;
}

.exbox {
  background-image: url("../img/exbox.png");
  background-repeat: no-repeat;
  width: 320px;
  height: 85px;
}

.extxt {
  width: 309px;
  height: 65px;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 4px;
  overflow: auto;
}

#resizearrowleft {
  margin-top: -24px;
  margin-left: -11px;
  float: left;
}

#resizearrowright {
  margin-top: 177px;
  float: right;
}

/*FOOTER*/

#footer {
  border-top: #87b458 solid 1px;
  width: 100%;
  clear: both;
}

#footer p {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  padding: 5px 5px 5px 5px; /* top right bottom left */
  text-align: right;
}

/*HEADINGS, LINKS*/

h1 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 20px 20px 0 5px; /* top right bottom left */
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

table {
  margin: 10px 15px 0px 5px; /* top right bottom left */
}

td {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

div {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}

a,
a:visited {
  color: #000000;
}

a:hover,
a:active {
  color: #000000;
  text-decoration: none;
}

/*FORMS*/

input,
textarea,
select {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10px;
  color: #000000;
  background: #ffffff;
  border: #cccccc solid 1px;
}

input.sel {
  border: #f7b838 solid 1px;
}

input.e {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #000000;
  background: #ffffff;
  border: 0;
}

/*IMAGES*/

img {
  border: 0;
}

.error {
  color: red;
}

.dragContainerSelected {
  height: 75px;
  border: solid 1px #442b41;
  background: #ccc;
  width: 150px;
  margin-left: 5px;
}

.reg h2 {
  font-weight: bold;
  color: #999999;
}

.reg .label {
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
}

.reg input[type="text"] {
  width: 200px;
}

.reg input[type="password"] {
  width: 200px;
}

.help {
  color: #999999;
  font-size: 10px;
  width: 200px;
  text-align: left;
}

.langBarChoose {
  position: relative;
  top: 0px;
  z-index: 222;
}

.langBar {
  position: absolute;
  background: #fff;
  border: 1px #ccc solid;
  left: 0px;
  top: 19px;
  padding: 5px 10px 5px 10px;
  display: none;
}

.langBar a {
  display: block;
  text-decoration: none;
  margin-top: 4px;
  margin-bottom: 4px;
}

.langBar a:hover {
  background: #999;
}

.langBar a.sel {
  border: 1px #f7b838 solid;
}

.btn-newlicence {
  font-size: 14px;
  border: 1px solid red;
}

.notification {
  border: solid orange 2px;
  width: 500px;
  padding: 8px;
}

tr.r td {
  background-color: #ccc;
}

/* groups */
#groups .blocked {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 420px;
  z-index: 99999;
  background: url(/assets/img/blocked.png);
}
#groups {
  position: absolute;
  top: 320px;
  left: 600px;
  border: 1px #ccc solid;
  width: 270px;
  height: 400px;
  padding: 10px;
}
#groups .act {
  margin: 10px 0px;
}
#groups .form {
  margin: 10px 0;
}
#groups .form .buttons {
  text-align: center;
  margin-top: 5px;
}
#groups table {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
#groups th {
  text-align: left;
}
#groups tr.r td {
  background-color: #eaeaea;
}
#groups .members {
  height: 240px;
  overflow: auto;
}
#groups .members .name {
  width: 180px;
}
#groups #ok {
  color: green;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}
#groups .info {
  margin-left: 150px;
}
#groups .mygroups {
  height: 240px;
  overflow: auto;
}

.eauthor {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 3px;
  z-index: 11;
}

.c:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c {
  margin: 0px;
  padding: 0xp;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}
.th {
  float: left;
  width: 130px;
  font-weight: bold;
}
.tr {
  float: left;
  width: 300px;
}

#submenu {
  list-style: none;
  padding: 0px;
  margin: 20px 0;
}
#submenu li {
  display: inline;
  padding: 2px 10px;
  background-color: #cccccc;
}
#submenu li a {
  text-decoration: none;
}
#submenu li.s {
  background-color: #fff;
}

.accountlicense {
  position: absolute;
  bottom: 00px;
  left: 48px;
}

.mp {
  width: 150px;
  margin-bottom: 5px;
}

#opt {
  position: relative;
  height: 80px;
  padding-top: 20px;
  padding-left: 10px;
}
#opt ul {
  list-style: none;
  margin-bottom: 5px;
  padding: 0px;
  margin-left: 0px;
}
#opt li {
  float: left;
  width: 155px;
}
#opt li select {
  width: 120px;
}
#opt .label {
  position: absolute;
  top: 0px;
  width: 300px;
  text-align: center;
}

.langSel {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}
.btn-toolbar {
  padding-left: 8px;
}

.row .span4,
.row .span5,
.row .span6 {
  float: left;
  margin-left: 2%;
}
.row .span4 {
  width: 40%;
}
.row .span5 {
  width: 49%;
}
.row .span6 {
  width: 58%;
}
.row .span4:first-child,
.row .span5:first-child,
.row .span6:first-child {
  margin-left: 0;
}

.box4 {
  width: 200px;
  height: 82px;
  padding-top: 5px;
  border-radius: 8px;
  background: url(/assets/img/box4-small.png);
}
.box4 a {
  text-decoration: none !important;
}

.black-shadow {
  border-radius: 10px;
  -webkit-box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
}

.txt-show-yellow {
  text-shadow: 0px 1px 0px #ffee88;
  /*filter: dropshadow(color=#ffee88, offx=0, offy=1); */
}

.offer h3,
.offer .action {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.offer {
  width: 190px;
  height: 87px;
  margin-left: 14px;
  position: relative;
  font-size: 11px;
}
.offer h3 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.offer p {
  margin: 0;
}
.offer .details {
  line-height: 1.2;
  text-align: left;
  margin-top: 5px;
}
.offer .action {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 190px;
}
.alertbar {
  background-color: red;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
.notificationbar {
  background-color: gray;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
a.closenote {
  color: white;
  float: right;
  padding-right: 20px;
}
#photo img {
  max-height: 280px;
}
#Loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../assets/img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-size: cover;
}

#bodysel2 {
  position: relative;
  height: 268px;
  background-image: url("../images/parts/body_parts.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-position: 7px 32px;
}

#ID1 {
  position: absolute;
  width: 25px;
  height: 31px;
  left: 68px;
  top: 35px;
  overflow: visible;
  opacity: 0;
}
#ID2 {
  position: absolute;
  width: 41px;
  height: 22px;
  left: 60px;
  top: 56px;
  overflow: visible;
  opacity: 0;
}
#ID3 {
  position: absolute;
  width: 21px;
  height: 38px;
  left: 40px;
  top: 86px;
  overflow: visible;
  z-index: 2;
  opacity: 0;
}
#ID5 {
  position: absolute;
  width: 67px;
  height: 39px;
  left: 47px;
  top: 72px;
  overflow: visible;
  opacity: 0;
}
#ID4 {
  position: absolute;
  width: 24px;
  height: 39px;
  left: 100px;
  top: 85px;
  overflow: visible;
  z-index: 2;
  opacity: 0;
}
#ID8 {
  position: absolute;
  width: 41px;
  height: 37px;
  left: 61px;
  top: 99px;
  overflow: visible;
  opacity: 0;
}
#ID9 {
  position: absolute;
  width: 42px;
  height: 49px;
  left: 61px;
  top: 127px;
  overflow: visible;
  opacity: 0;
}
#ID6 {
  position: absolute;
  width: 40px;
  height: 38px;
  left: 11px;
  top: 114px;
  overflow: visible;
  opacity: 0;
}
#ID7 {
  position: absolute;
  width: 38px;
  height: 40px;
  left: 111px;
  top: 115px;
  overflow: visible;
  opacity: 0;
}
#ID10 {
  position: absolute;
  width: 22px;
  height: 66px;
  left: 58px;
  top: 141px;
  overflow: visible;
  opacity: 0;
}
#ID11 {
  position: absolute;
  width: 23px;
  height: 66px;
  left: 84px;
  top: 141px;
  overflow: visible;
  opacity: 0;
}
#ID12 {
  position: absolute;
  width: 20px;
  height: 62px;
  left: 57px;
  top: 204px;
  overflow: visible;
  opacity: 0;
}
#ID13 {
  position: absolute;
  width: 23px;
  height: 63px;
  left: 88px;
  top: 203px;
  overflow: visible;
  opacity: 0;
}
#ID22 {
  position: absolute;
  width: 45px;
  height: 42px;
  left: 197px;
  top: 126px;
  overflow: visible;
  opacity: 0;
}
#ID14 {
  position: absolute;
  width: 24px;
  height: 30px;
  left: 204px;
  top: 41px;
  overflow: visible;
  opacity: 0;
}
#ID16 {
  position: absolute;
  width: 36px;
  height: 21px;
  left: 199px;
  top: 61px;
  overflow: visible;
  opacity: 0;
}
#ID17 {
  position: absolute;
  width: 58px;
  height: 31px;
  left: 188px;
  top: 77px;
  overflow: visible;
  opacity: 0;
}
#ID18 {
  position: absolute;
  width: 23px;
  height: 33px;
  left: 178px;
  top: 91px;
  overflow: visible;
  opacity: 0;
}
#ID19 {
  position: absolute;
  width: 37px;
  height: 36px;
  left: 151px;
  top: 117px;
  overflow: visible;
  opacity: 0;
}
#ID27 {
  position: absolute;
  width: 35px;
  height: 32px;
  left: 200px;
  top: 100px;
  overflow: visible;
  opacity: 0;
}
#ID23 {
  position: absolute;
  width: 21px;
  height: 45px;
  left: 198px;
  top: 161px;
  overflow: visible;
  opacity: 0;
}
#ID25 {
  position: absolute;
  width: 16px;
  height: 58px;
  left: 204px;
  top: 203px;
  overflow: visible;
  opacity: 0;
}
#ID20 {
  position: absolute;
  width: 22px;
  height: 34px;
  left: 234px;
  top: 91px;
  overflow: visible;
  opacity: 0;
}
#ID21 {
  position: absolute;
  width: 33px;
  height: 39px;
  left: 245px;
  top: 117px;
  overflow: visible;
  opacity: 0;
}
#ID24 {
  position: absolute;
  width: 20px;
  height: 47px;
  left: 221px;
  top: 159px;
  overflow: visible;
  opacity: 0;
}
#ID26 {
  position: absolute;
  width: 15px;
  height: 59px;
  left: 223px;
  top: 203px;
  overflow: visible;
  opacity: 0;
}

#bodysel2 > img:nth-child(n + 2) {
  pointer-events: none;
}
#bodysel2 > map > area:hover {
  cursor: pointer;
}
.selectedPart {
  opacity: 1 !important;
}
.hoverselect {
  opacity: 1 !important;
}

#mobile-import,
#mobile-list {
  display: block;
  width: 100%;
  margin: 50px;
}


.subscribe-banner{
  background-color: #ffffff;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trial-button {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 43px!important;
  border: 1px!important;
  background-color: #fcab21!important;
  color: #ffffff!important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
