#task-contain {
  position: absolute;
  left: 300px;
  width: 817px;
  overflow: hidden; }

#task-left-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background-color: #2e2e2e;
  background-image: url("../img/pattern.png");
  box-shadow: 5px 0px 7px 3px #000000ad; }

#task-right-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #2e2e2e;
  background-image: url("../img/pattern.png");
  box-shadow: -5px 0px 7px 3px #000000ad; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #fff; }

h1 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h2 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

h3 {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin: 10px; }

p {
  font-family: "Frutiger", "OpenSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 120%;
  font-size: 16px;
  color: #fff;
  margin: 10px; }

p b {
  font-weight: bold; }

b {
  font-weight: bold; }

p i {
  font-style: italic; }

i {
  font-style: italic; }

ul, ol {
  margin: 10px; }

ul li {
  list-style: disc outside; }

ol li {
  list-style: decimal; }

a {
  text-decoration: none;
  color: #fff; }

span[fontweight='bold'], span.bold {
  font-weight: 600; }

/*
a:link {color:$tertiary-brand-color;}
a:visited {color: #00659b;}
a:hover {color: lighten($tertiary-brand-color, 20%);}
a:active {color:$tertiary-brand-color;}
*/
sup {
  font-size: 60%;
  vertical-align: top; }

.definition-link {
  font-weight: 700;
  text-decoration: underline; }

header {
  font-family: "Frutiger-Bold", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #00c8e6;
  margin: 10px;
  padding: 10px; }

.blue-bold {
  color: #00c8e6;
  font-weight: bold; }

.maincolumn {
  width: 100%;
  position: relative; }

.mainBtn {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 7px;
  min-width: 64px;
  text-transform: uppercase;
  text-align: center;
  background-color: #294d89;
  background-image: url("../img/mainBtn.png");
  border-radius: 5px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .mainBtn:hover {
    background-color: #294d89;
    background-image: url("../img/mainBtn_hover.png"); }
  .mainBtn.disable {
    pointer-events: none;
    color: #293741;
    background: rgba(216, 229, 219, 0.5);
    box-shadow: none; }

input, textarea, input:focus, textarea:focus {
  outline: 0 none !important; }

.progressArea {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 10px;
  margin-right: 10%;
  right: 0; }
  .progressArea #progressCircle {
    position: absolute;
    font-size: 3.6px;
    position: absolute;
    background-color: #495965;
    border-radius: 50%;
    transform-origin: 0.5 0.5; }
  .progressArea #playControls {
    position: absolute;
    background: url("../../content/global/img/play.png");
    width: 29px;
    height: 29px;
    margin: 3px 0 0 4px;
    cursor: pointer; }
    .progressArea #playControls.done {
      display: none;
      cursor: default; }
    .progressArea #playControls.playing {
      background: url("../../content/global/img/pause.png"); }

.home {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 24px;
  background: url("../img/home.png");
  z-index: 1000; }

@media (min-width: 1001px) {
  .maincolumn {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 768px) {
  #shell_menu .bar {
    background: url("../img/Logo_mobile.png") 10px 12px no-repeat; } }
@media (max-width: 640px) {
  #shell_menu {
    width: 640px; }

  .maincolumn {
    width: 640px;
    overflow-x: hidden; } }

/*# sourceMappingURL=global.css.map */
