
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }



.is-hidden {
  display: none !important; }

.teacher_shell {
  width: 768px;
  min-height: 600px;
  margin: 0 auto;
  color: #5a5a5a;
  position: relative; }
  .teacher_shell.primary_design {
    border: 6px solid #6ea6d9;
    border-radius: 17px;
    background: #fff; }

.page_head {
  font-size: 1.5em;
  text-align: center;
  padding: 24px 16px 32px;
  color: #468dce;
  font-weight: 600; }
  .page_head h2 {
    margin-top: 0.5em;
    font-weight: 400; }

.level_select_page .menu_select {
  padding: 0 16px; }
  .level_select_page .menu_select > ul {
    text-align: center; }
    .level_select_page .menu_select > ul > li {
      display: inline-block; }

.level_choice {
  width: 160px;
  height: 160px;
  margin: 6px 8px 20px;
  cursor: pointer; }
  .level_choice .thumb {
    background-color: #333;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden; }
    .level_choice .thumb img {
      display: block;
      width: 100%; }

.main_menu_page .menu_select {
  padding: 0 16px; 
 /*display: inline\9; JIRA 456*/
}
  .main_menu_page .menu_select:after {
    content: "";
    display: table;
    clear: both; }
  .main_menu_page .menu_select ul {
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 60px; 
   /* JIRA 456
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 105%\9; */
}

    .main_menu_page .menu_select ul:first-child {
      padding-left: 0; }
    .main_menu_page .menu_select ul li {
      display: block;
      margin-bottom: 10px;
      float: left\9;
      width: 374px\9;
      margin-left: 10px\9; }
.main_menu_page .area_choice {
  display: block;
  /*width: 100%;*/
  position: relative;
  cursor: pointer;
  font-size: 1em;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  text-align: center;
  transition: background 0.2s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 54px 0 0 rgba(73, 192, 240, 0), inset 0 54px 0 0 rgba(44, 175, 227, 1);
  background-image: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
  background-image: -webkit-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
  background-image: linear-gradient(to bottom, #49c0f0 0%, #2cafe3 100%);
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.27), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.27), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  padding: 1em; }
  .main_menu_page .area_choice:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 54px 0 0 rgba(0, 171, 239, 0), inset 0 54px 0 0 rgba(0, 162, 226, 1);
    background-image: -moz-linear-gradient(top, #00abef 0%, #00a2e2 100%);
    background-image: -webkit-linear-gradient(top, #00abef 0%, #00a2e2 100%);
    background-image: linear-gradient(to bottom, #00abef 0%, #00a2e2 100%);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.27), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.27), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
     }
  .main_menu_page .area_choice .alerts {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    min-width: 2em;
    height: 2em;
    padding: 0 0.5em;
    background: red;
    box-shadow: inset 0 0 20px 0 #c80000, 0 0 0 3px white;
    border-radius: 1em;
    color: #fff;
    font-weight: 600;
    line-height: 2em;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.op_menu_page .op_choice {
  padding: 0 16px 0; }
  .op_menu_page .op_choice ul {
    margin-bottom: 60px; }
    .op_menu_page .op_choice ul:after {
      content: "";
      display: table;
      clear: both; }
  .op_menu_page .op_choice li {
    margin-bottom: 20px; }
.op_menu_page .op_choice_li {
  display: block;
  width: 370px;
  position: relative;
  float: left;
  background: #eee;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  margin: 0 4px; }
  .op_menu_page .op_choice_li:nth-child(odd) {
    margin: 0 8px 0 0; }
  .op_menu_page .op_choice_li:nth-child(even) {
    margin: 0 0 0 8px; }
  .op_menu_page .op_choice_li .icon {
    width: 125px;
    height: 125px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    border-radius: 50%;
    margin: 20px auto; }
    .op_menu_page .op_choice_li .icon.icon-activities {
      background-image: url(/ui/images/menu/icon-activities-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .op_menu_page .op_choice_li .icon.icon-activities {
          background-image: url(/ui/images/menu/icon-activities-bg-x2.png); } }
    .op_menu_page .op_choice_li .icon.icon-media {
      background-image: url(/ui/images/menu/icon-media-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .op_menu_page .op_choice_li .icon.icon-media {
          background-image: url(/ui/images/menu/icon-media-bg-x2.png); } }
    .op_menu_page .op_choice_li .icon.icon-download {
      background-image: url(/ui/images/menu/icon-download-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .op_menu_page .op_choice_li .icon.icon-download {
          background-image: url(/ui/images/menu/icon-download-bg-x2.png); } }
  .op_menu_page .op_choice_li a {
    display: block;
    font-size: 1em;
    color: #fff;
    border-radius: 5px;
    padding: 0.5em;
    text-align: center;
    transition: background 0.2s;
    background-image: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    background-image: -webkit-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    background-image: linear-gradient(to bottom, #49c0f0 0%, #2cafe3 100%);
    color: #fff;
    font-weight: 400;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.27), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1em;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#49c0f0', EndColorStr='#2cafe3')"; }
    .op_menu_page .op_choice_li a:hover {
      background-image: -moz-linear-gradient(top, #00abef 0%, #00a2e2 100%);
      background-image: -webkit-linear-gradient(top, #00abef 0%, #00a2e2 100%);
      background-image: linear-gradient(to bottom, #00abef 0%, #00a2e2 100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00abef', EndColorStr='#00a2e2')"; }
  .op_menu_page .op_choice_li:hover {
    background: #d4d4d4; }
    .op_menu_page .op_choice_li:hover a {
      background-image: -moz-linear-gradient(top, #00abef 0%, #00a2e2 100%);
      background-image: -webkit-linear-gradient(top, #00abef 0%, #00a2e2 100%);
      background-image: linear-gradient(to bottom, #00abef 0%, #00a2e2 100%);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00abef', EndColorStr='#00a2e2')"; }





.primary_shell {
  font-family: 'Open Sans', sans-serif;
  width: 768px;
  min-height: 650px;
  margin: 0 auto;
  border: 6px solid #6ea6d9;
  border-radius: 17px;
  background-color: #ecf9ff;
  color: #5a5a5a;
  position: relative; }
.level_select_header {
  font-size: 32px;
  text-align: center;
  padding: 32px 16px 24px;
  color: #fff; }
  .level_select_header h1 {
    font-weight: 800;
    margin-bottom: 6px; }
  .level_select_header h2{
    font-weight:400; }

.level_select_choice {
  padding: 0 16px;
  text-align: center; }

.level_choice {
  display: inline-block;
  width: 160px;
  height: 195px;
  margin: 6px 8px;
  position: relative;
  cursor: pointer; }
  .level_choice.is-hidden {
    display: none; }
  .level_choice .thumb {
    background-color: #333;
    width: 160px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden; }
    .level_choice .thumb img {
      display: block;
      width: 100%; }
  .level_choice .expiry {
    font-size: 12px;
    background: #004378;
    background: rgba(0, 60, 107, 0.8);
    border-radius: 12px;
    color: #6ea6d9;
    font-weight: 600;
    margin-top: 6px;
    padding: 3px;
    line-height: 1.3em; }

.add_level_button {
  margin: 16px 120px;
  height: 74px;
  color: #8c8c8c;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  text-align: center;
  cursor: pointer; }
  .add_level_button.is-hidden {
    display: none; }
  .add_level_button:hover {
    background: #fff;
    color: #6ea6d9; }
  .add_level_button span {
    display: inline-block;
    font-size: 32px;
    line-height: 35px;
    min-height: 36px;
    background: url(/ui/images/menu/add-level-icon.png) no-repeat center right;
    background-size: 36px;
    padding-right: 52px;
    margin-top: 20px; }

.level_home_header {
 /*  background: #004378;
   background: rgba(0, 60, 107, 0.8);
   border-radius: 12px 12px 0 0;
    */ 
    background: #6ea6d9;
    border-radius: 8px 8px 0 0;
   min-height: 70px;
  position: relative;
  margin-bottom: 32px; }
  .level_home_header h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 200px;
    padding: 16px 0; }

.back_to_level_select {
  position: absolute;
  top: 20px;
  top: calc(50% - 14px);
  top: -webkit-calc(50% - 14px);
  top: -moz-calc(50% - 14px);
  left: 16px;
  padding-left: 38px;
  height: 28px;
  line-height: 27px;
  color: #fff;
  font-size: 21px;
  background: url(/ui/images/menu/back-icon_white.png) no-repeat center left;
  background-size: 28px;
  cursor: pointer; }

.area_select_choice {
  padding: 0 10px;
  text-align: center; }

.area_select_choice .area_choice {
  display: inline-block;
  width: 175px;
  vertical-align: top;
  margin: 5px 3px 25px;
  position: relative;
  cursor: pointer; 
  
  zoom: 0.95; /* IE */
	-moz-transform: scale(0.95); /* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.95); /* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.95); /* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(0.95); /* Standard Property */
	transform-origin: 0 0;  /* Standard Property */
  
}
.area_select_choice  .area_choice .alerts {
    position: absolute;
    top: -10px;
    right: 25px;
    min-width: 46px;
    height: 46px;
    padding: 0 3px;
    background: red;
    box-shadow: inset 0 0 20px 0 #c80000;
    border-radius: 23px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.area_select_choice  .area_choice .icon {
    width: 175px;
    height: 175px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#fff;
    border-radius: 50%;
    background-size: 130px; }
    .area_choice .noresource{
      visibility: hidden;
    }
    .area_choice .icon.icon-activities {
      background-image: url(/ui/images/menu/icon-activities-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-activities {
          background-image: url(/ui/images/menu/icon-activities-bg-x2.png); } }
    .area_choice .icon.icon-scores {
      background-image: url(/ui/images/menu/icon-scores-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-scores {
          background-image: url(/ui/images/menu/icon-scores-bg-x2.png); } }
    .area_choice .icon.icon-email {
      background-image: url(/ui/images/menu/icon-email-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-email {
          background-image: url(/ui/images/menu/icon-email-bg-x2.png); } }
    .area_choice .icon.icon-forum {
      background-image: url(/ui/images/menu/icon-forum-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-forum {
          background-image: url(/ui/images/menu/icon-forum-bg-x2.png); } }
    .area_choice .icon.icon-media {
      background-image: url(/ui/images/menu/icon-media-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-media {
          background-image: url(/ui/images/menu/icon-media-bg-x2.png); } }
    .area_choice .icon.icon-download {
      background-image: url(/ui/images/menu/icon-download-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-download {
          background-image: url(/ui/images/menu/icon-download-bg-x2.png); } }
    .area_choice .icon.icon-class {
      background-image: url(/ui/images/menu/icon-class-bg.png); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .area_choice .icon.icon-class {
          background-image: url(/ui/images/menu/icon-class-bg-x2.png); } }
.area_select_choice  .area_choice .area_title {
   background-color:#6ea6d9;
    color: #fff;
    padding: 4px;
    font-size: 21px;
    margin: 6px 6px 0;
    border-radius: 17px;
    line-height: 1.2; }

