.Shell_menu {
  position: absolute;
  top: 84px;
  right: 38px;
  left: 38px;
  height: 16px;
  padding: 40px 0;
  text-align: justify;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #b4a8a5;
}

.menuwrapp {
  display: table;
  width: 100%;
  text-align: center;
}

.Shell_menu li {
  display: table-cell;
  width: 20%;
  align-items: center;
  padding: 0 4px;
}

.Shell_menu li a {
  display: inline-block;
  width: 100%;
  font-size: 0.875em;
  color: #6b514b;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.Shell_menu > span {
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  font-size: 0.875em;
  font-style: italic;
  line-height: 37px;
  color: #b9141a;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #b4a8a5;
}


.Shell_menu li a span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  transition: all 0.3s ease 0s;
}

.mCustomScrollBox {
  color: black;
  background: #fff !important;
}

#accordion div.menuHead {
  display: block;
  width: 548px;
  height: 7px;
  font-family: Arial, sans-serif;
  font-size: 0.75;
  font-weight: bold;
  color: #565a5d;
  list-style: circle;
  cursor: default;
  background-color: #004054;
}

#menuview .optionsContainer {
  display: none;
}

#menuview .lessonTitle {
  position: relative;
  padding: 16px 10px 16px 20px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: rgb(51, 102, 119);
}

.moduleStatus {
  float: right;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 5px;
  background-image: url("../images/menu_arrow_side.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.moduleStatus_open {
  background-image: url("../images/menu_arrow_down.png");
}

.lesson {
  margin-bottom: 1px;
}

#menuview .selectedMenuItem {
  background-color: rgb(178, 197, 203);
}

#menuview .lessonTitle:hover {
  background-color: #014052;
}

#menuview {
  position: absolute;
  top: 52px;
  left: -600px;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 532px;
  height: 575px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#menuview.menuclose {
  left: 26px;
}

#accordion {
  position: absolute;
  top: -5px;
  width: 518px;
  height: 581px;
  padding: 0 0 0 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-box-shadow: rgba(180, 181, 181, 0.74902) 0 0 11px 0;
  -moz-box-shadow: rgba(180, 181, 181, 0.74902) 0 0 11px 0;
  box-shadow: rgba(180, 181, 181, 0.74902) 0 0 11px 0;
}

#menuview .viewport {
  position: relative;
  top: -1px;
  width: 546px;
  height: 565px;
  margin-left: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.5);
}

#menuview .overview {
  position: relative;
  top: 0;
  left: 0;
  width: 523px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  list-style: none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 10px;
  margin-top: 6px;
  margin-left: 7px;
  background-size: 100% 100%;
  opacity: 1;
}

#accordion .divide {
  height: 3px;
  background-image: url("../images/Menu_sapration_line.png");
  background-size: 100% 100%;
}

.ShellMenuWrapper ol li a {
  display: block;
  height: auto;
  padding: 16px 45px;
  overflow: hidden;
  color: #000;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #20883e;
}

.ShellMenuWrapper ol li button {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 40px;
  overflow: hidden;
  color: #000;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #20883e;
}

.ShellMenuWrapper ol li.hasSubMenu > a {
  display: none;
  padding-left: 30px;
  font-weight: bold;
  color: white;
}

.ShellMenuWrapper ol li.hasSubMenu > button {
  display: none;
  padding-left: 30px;
  font-weight: bold;
  color: white;
}

.ShellMenuWrapper ol li ul li.Active a {
  color: white;
  background-color: #20883e !important;
}

.ShellMenuWrapper ol li ul li.Active button {
  color: white;
  background-color: #20883e;
}

.ShellMenuWrapper ol li ul li.ActiveBlue a {
  color: white;
  background-color: #2e348c !important;
}

.ShellMenuWrapper ol li ul li.ActiveBlue button {
  color: white;
  background-color: #2e348c;
}

.ShellMenuWrapper ol li a:hover:not(.blueMenu) {
  background-color: rgba(32, 136, 62, 0.2);
}

.ShellMenuWrapper ol li a:focus:not(.blueMenu) {
  background-color: rgba(32, 136, 62, 0.2);
}

.ShellMenuWrapper ol li button:hover:not(.blueMenu) {
  background-color: rgba(32, 136, 62, 0.2);
}

.ShellMenuWrapper ol li a:hover:not(.greenMenu) {
  background-color: rgba(201, 225, 235);
}

.ShellMenuWrapper ol li a:focus:not(.greenMenu) {
  background-color: rgba(201, 225, 235);
}

.ShellMenuWrapper ol li button:hover:not(.greenMenu) {
  background-color: rgba(201, 225, 235);
}

.ShellMenuWrapper ol li.hasSubMenu.on > a {
  font-weight: bold;
  color: white;
  border-bottom: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ShellMenuWrapper ol li.hasSubMenu.on > button {
  font-weight: bold;
  color: white;
  border-bottom: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ShellMenuWrapper ol li.hasSubMenu > a:hover {
  background-color: #004054;
}

.ShellMenuWrapper ol li.hasSubMenu > button:hover {
  background-color: #004054;
}

#accordion a {
  position: relative;
  bottom: 8px;
  left: 12px;
  display: inline-block;
  margin-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #58595b;
  text-decoration: none !important;
  cursor: pointer;
}

#accordion button {
  position: relative;
  bottom: 8px;
  left: 12px;
  display: inline-block;
  margin-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #58595b;
  text-decoration: none !important;
  cursor: pointer;
}

.ShellMenuWrapper ol li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 2;
  font-size: 1.1em;
}

#accordion ul li {
  position: relative;
  padding: 16px 11px 15px 20px;
  overflow: hidden;
  font-weight: normal;
  text-indent: 0;
  cursor: pointer;
  background-color: #fff;
}

#accordion ul li:hover {
  background-color: #d4dfe1;
}

.selectedParent {
  color: #012c52;
}

.selected {
  font-weight: bold;
}

.visited {
  opacity: 1;
}

#menu-Patch {
  position: absolute;
  top: 0;
  left: 16px;
  display: none;
  width: 60px;
  height: 100%;
}

.menuSeperatorLine {
  position: absolute;
  bottom: 1px;
  width: 513px;
  border-bottom: 2px solid green;
}

#dummyback {
  position: absolute;
  bottom: 28px;
  left: 332px;
  display: none;
  width: 367px;
  height: 44px;
}

.boxesof_menu {
  position: relative;
  left: 10px;
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #009a3d;
}

.visited_menu {
  position: relative;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 12px;
  background: none;
}

#menu-left-arrow {
  position: absolute;
  top: 10px;
  right: 161px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("../images/back_normal.png") no-repeat;
}

#menu-left-arrow:not(.disabled):not(.dontHover):hover {
  background: url("../images/back_selected.png") no-repeat;
}

#menu-right-arrow {
  position: absolute;
  top: 10px;
  right: 28px;
  width: 17px;
  height: 28px;
  cursor: pointer;
}

#menu-right-arrow #right-arrow-bg {
  width: 34px;
  height: 34px;
  background: url("../images/next_normal.png") no-repeat;
}

#menu-right-arrow #right-arrow-bg1 {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url("../images/next_normal.png") no-repeat;
}

#menu-right-arrow:not(.disabled):not(.dontHover) #right-arrow-bg {
  cursor: pointer;
}

#menu-right-arrow #right-arrow-bg.onBlinking {
  background: url("../images/next_selected.png") no-repeat;
}

#menu-right-arrow:not(.dontHover) #right-arrow-bg:not(.disabled):hover {
  background: url("../images/next_selected.png") no-repeat;
}

#menu-Click {
  position: relative;
  top: 6px;
  left: 18px;
  width: 49px;
  height: 57px;
  cursor: pointer;
  background-position: 12px 19px;
}

.menu_expand {
  background-color: #014052;
  background-image: url("../images/menu_selected.png");
}

.menu_collapse {
  background-image: url("../images/menu_normal.png");
  background-repeat: no-repeat;
}

.menu_collapse:hover {
  background-color: #014052;
  background-image: url("../images/menu_selected.png");
  background-repeat: no-repeat;
}

.menushadow {
  position: absolute;
  top: 10px;
  left: 513px;
  width: 5px;
  height: 558px;
}

.dontHover {
  cursor: default !important;
  opacity: 0.3 !important;
}

.Shell_menu li.mob_exit {
  display: none;
}

.ShellMenuWrapper {
  position: absolute;
  top: 79px;
  left: -560px;
  z-index: 30000;
  display: block;
  width: 275px;
  height: 613px;
  overflow: hidden;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 2px solid #eee;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
}


.ShellMenuWrapper ol li.hasSubMenu.on {
  border-bottom: 2px solid rgb(231, 231, 231);
}

.ShellMenuWrapper ol li.hasSubMenu .menu-item-arrow-parent {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.ShellMenuWrapper ol li.hasSubMenu.on .menu-item-arrow-parent {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}


.menu-item-arrow {
  float: right;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-right: 5px;
  background-image: url(../images/menu_arrow_side.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.ShellMenuWrapper ol li.hasSubMenu.on > a::before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ShellMenuWrapper ol li.hasSubMenu.on > button::before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ShellMenuWrapper ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ShellMenuWrapper ol li::before {
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 1.375em;
  color: #6b514b;
  cursor: pointer;
}

.ShellMenuWrapper #list li.Active a,
.ShellMenuWrapper #list li.Active::before {
  cursor: default;
}

.ShellMenuWrapper #list li.Active button,
.ShellMenuWrapper #list li.Active::before {
  cursor: default;
}

.ShellMenuWrapper #list li.ActiveBlue a,
.ShellMenuWrapper #list li.ActiveBlue::before {
  cursor: default;
}

.ShellMenuWrapper #list li.ActiveBlue button,
.ShellMenuWrapper #list li.ActiveBlue::before {
  cursor: default;
}

.ShellMenuWrapper ol li ul {
  -webkit-padding-start: 0;
  display: block;
}

.ShellMenuWrapper #list li.icon-fullyCompleted::before {
  top: 22px;
  left: 15px;
  width: 18px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.ShellMenuWrapper #list li.icon-partialcompleted::before {
  top: 4px;
  left: 0;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}

.ShellMenuWrapper #list li.icon-partialcompleted.Active::before {
  top: 4px;
  left: 0;
  width: 54px;
  height: 44px;
  content: "";
  background-image: url(../images/tick_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}

.ShellMenuWrapper #list li.icon-partialcompleted.ActiveBlue::before {
  top: 4px;
  left: 0;
  width: 54px;
  height: 44px;
  content: "";
  background-image: url(../images/tick_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}

.ShellOverlay.menuovrlay {
  top: 60px;
  display: none;
  background-color: #000;
  opacity: 0;
}

#gadgetsButn.lines-button {
  position: relative;
  top: 12px;
  left: 18px;
  z-index: 999;
  display: inline-block;
  width: 60px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#gadgetsButn span {
  position: absolute;
  left: 22px;
  display: block;
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#gadgetsButn:hover span {
  background-color: white;
}


#gadgetsButn span:nth-child(1) {
  top: 20px;
}

#gadgetsButn span:nth-child(2) {
  top: 35px;
}

#gadgetsButn span:nth-child(3) {
  top: 50px;
}

#gadgetsButn span:nth-child(4) {
  height: 0;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  -o-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}

#gadgetsButn.open span:nth-child(1) {
  top: 38px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#gadgetsButn.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}

#gadgetsButn.open span:nth-child(3) {
  top: 38px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
