﻿/*
 * Fontfaces
 */

@font-face {
  font-family: "Gill Sans MT";
  src: url("../font/Gill Sans MT.eot");
  src: url("../font/Gill Sans MT.woff") format("woff"),
    url("../font/Gill Sans MT.ttf") format("truetype"),
    url("../font/Gill Sans MT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans MT Bold";
  src: url("../font/Gill Sans MT.eot");
  src: url("../font/Gill Sans MT Bold.woff") format("woff"),
    url("../font/Gill Sans MT Bold.ttf") format("truetype"),
    url("../font/Gill Sans MT Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 * Master Page CSS (Site.Master)
 */

body {
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Verdana", Sans-Serif;
  font-size: 12px;
  color: #777;
  overflow-x: hidden;
}

a {
  color: #ed6b06;
}

#label {
  width: 55px;
  height: 183px;
  position: absolute;
  top: 150px;
  right: 0px;
  background: url("../img/label.png");
}

#label.red {
  background: url("../img/labelRed.png");
}

#label.orange {
  background: url("../img/labelOrange.png");
}

#label.green {
  background: url("../img/labelGreen.png");
}

#label.purple {
  background: url("../img/labelPurple.png");
}

#label.blue {
  background: url("../img/labelBlue.png");
}

#mainPageContainer {
  width: 1014px;
  margin: 0px auto;
  /*overflow: hidden;*/
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

#accountMenuWrapper {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

#accountMenu {
  float: right;
  height: 30px;
  padding: 0 30px;
  line-height: 28px;
  color: #ed6b06;
  background: #fff;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 12px;
  margin: 0;
}

#accountMenu a {
  color: #777;
  padding: 0px;
  margin: 5px;
}

#contentHeader {
  margin: 5px 0 15px;
  width: 100%;
  overflow: hidden;
}

#myMarketingExperienceLogo {
  width: 270px;
  height: 110px;
  background: url("../img/logoOrange.png") no-repeat;
  margin-top: -9px;
  margin-left: -5px;
  float: left;
}

#myMarketingExperienceLogo a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

a.fillContainer {
  display: block;
  width: 100%;
  height: 100%;
  cursor: progress;
}

#contentMenuWrapper {
  float: left;
  font-family: "Gill Sans MT Bold", Sans-Serif;
  font-size: 20px;
}

#contentMenu {
  margin: 0px;
  padding: 0px;
  margin-left: 93px;
  color: #fff;
  list-style-image: url("../img/li.png");
  line-height: 20px;
  text-transform: uppercase;
}

#contentMenu li.active {
  list-style-image: url("../img/liActiveOrange.png");
}

#contentMenu li a {
  color: #fff;
  text-decoration: none;
}

#contentMenu li.active a {
  color: #ed6b06;
  text-decoration: none;
}

.dottedLine {
  width: 1014px;
  height: 17px;
  background: url("../img/dottedLine.png") repeat-x;
  overflow: hidden;
}

#pearsonFooter {
  width: 100%;
  margin: 20px 0 15px 0;
  background: url("../img/footerOrange.png") no-repeat transparent;
  height: 42px;
}

#legalNote {
  width: 100%;
  color: #777;
  font-family: "Verdana", Sans-Serif;
  font-size: 9px;
  text-align: center;
  font-weight: bold;
}

#pageContentContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 475px;
  margin: 20px 0;
}

.pageContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  margin: 0;
  float: left;
  overflow: hidden;
  /*background: url('../img/white90.png');*/
}

.pageContent.loading {
  background: url("../img/white90.png");
}

.gridBlock.expandingDiv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.relativeDiv {
  position: absolute;
  width: 100%;
  height: 475px;
}

.popUpContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*
 * Index Page CSS (Home/Index.ASPX) Uses the site.master as master
 */

.gridBlock {
  width: 318px;
  background: url("../img/white90.png");
  float: left;
  margin: 0 0 21px 0;
  padding: 3px;
  overflow: hidden;
}

.gridBlock.expands {
  cursor: pointer;
}

.gridBlock:nth-child(3n + 2) {
  margin-left: 21px;
  margin-right: 21px;
}

.gridBlock.high {
  height: 164px;
}

.gridBlock.high .gridContent {
  height: 130px;
  overflow: hidden;
}

.gridBlock.low {
  height: 69px;
}

.gridBlock.low .gridContent {
  height: 35px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.gridBlock.low .gridContent.calculation {
  padding-top: 12px;
}

.gridBlock.low .gridContent.calculation h2.gridHeader {
  line-height: 24px;
}

.gridContent .headerWrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.gridContent .headerWrapper .expandIcon {
  position: absolute;
  top: 0;
  right: 0;
}

.gridBlock.high .gridContent .gridHeader {
  margin-bottom: 10px;
  line-height: 20px;
  text-transform: uppercase;
  /*height: 20px;*/
}

.gridBlock.low .gridContent .gridHeader {
  height: 100%;
  line-height: 35px;
  text-transform: uppercase;
}

.gridHeader {
  color: #ed6b06;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.gridContent .arrow {
  width: 12px;
  height: 13px;
  float: right;
  background: url("../img/liActiveOrange.png");
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.gridContent .gridHeader.expands {
  float: left;
}

.gridContent .expandIcon {
  width: 13px;
  height: 13px;
  float: right;
  background: url("../img/plus.png") 0 0 no-repeat;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.gridContent .expandIcon.expanded {
  background: url("../img/minus.png") 0 0 no-repeat;
}

.gridBlock.low .gridContent .expandIcon {
  margin-top: 11px;
}

.gridBlock.high .gridContent .expandIcon {
  margin-top: 4px;
}

.gridBlock.high.gridContent .gridText {
  margin: 0;
  padding: 0;
}

.gridBlock.plainWhite {
  background: #ffffff !important;
}

.gridText {
  font-family: "Verdana", Sans-Serif;
  font-size: 12px;
  color: #777;
}

.gridContent {
  margin: 17px;
}

#popUpContainer .gridBlock.high .gridContent {
  height: auto;
}

#popUpContainer .gridBlock {
  cursor: default;
}

#popUpContainer .gridBlock .headerWrapper,
#popUpContainer #currentQuarter {
  cursor: pointer;
}

#movie {
  overflow: hidden;
  cursor: pointer;
}

#movie.movieExpanded {
  cursor: default;
}

#movie #movieWrapper {
  height: 100%;
  overflow: hidden;
  margin: 0px auto;
  width: 318px;
}

#movie #movieWrapper img {
  width: 406px;
  height: 190px;
  margin-left: -44px;
  margin-top: -6px;
}

#popUpContainer #movie #movieWrapper,
#popUpContainer #movie #movieWrapper img {
  width: 100%;
  height: 100%;
  margin: 0;
}

#news .gridHeader {
  float: left;
  height: 100%;
  margin-right: 14px;
}

#news .newsContent {
  display: block;
  float: left;
  line-height: 16px;
  margin: 0;
  margin-top: -6px;
  padding: 0;
  color: #ccc;
  text-decoration: underline;
}

#news .newsContent .headline {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 16px;
}

#news .newsContent .headline:nth-child(2) {
  color: #666;
  text-decoration: underline;
}

.percBarContainer {
  height: 14px;
  display: inline-block;
  float: right;
}

.percBarOuter {
  width: 285px;
  height: 12px;
  background: #333;
  margin: 2px 0 2px 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.percBarInner {
  background: #ed6b06;
  margin: 0;
  padding: 0;
  height: 12px;
}

.range {
  display: inline-block;
  float: right;
  width: 30px;
}

.range.max {
  margin-left: 2px;
  width: 80px;
}

.progress-bar {
  font-size: 12px;
  display: inline-block;
  float: right;
}

.progress-bar .outer {
  width: 285px;
  height: 14px;
  background-color: #333;
  padding: 0px;
  overflow: hidden;
  position: relative;
  float: left;
}

.progress-bar .outer .inner {
  margin: 0px;
  height: 100%;
  width: 0%;
  background-color: #ed6b06;
}

.progress-bar .outer .value {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  line-height: 14px;
}

#currentPositionContainer {
  background: none;
  padding: 0;
  height: 75px;
  width: 324px;
}

#currentPosition {
  width: 219px;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  float: left;
  height: 75px;
}

#currentPosition .gridHeader {
  line-height: 45px;
  height: 20px;
}

#positionNumber {
  float: left;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  color: #fff;
  background: #ed6b06;
  height: 75px;
  font-family: "Verdana", Sans-Serif;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 75px;
}

#timeLine {
  float: none;
  width: 100%;
  height: 95px;
  overflow: hidden;
  background: url("../img/black75.png");
}

#timeLine ul {
  list-style-type: none;
  margin: 18px 22px 22px 20px;
  padding: 0;
}

#timeLine ul li {
  display: block;
  float: left;
  width: 115px;
  height: 70px;
  border-right: 1px solid #666;
  padding: 0;
  margin: -6px 0 0 0;
  color: #fff;
  font-size: 11px;
  padding-left: 5px;
  background: url("../img/timeLineGrid.png") 3px 32px no-repeat;
}

#timeLine ul li:nth-child(1) {
  border-left: 1px solid #666;
}

#timeLine ul li.past {
  background: url("../img/timeLineGridPast.png") 3px 32px no-repeat;
}

#timeLine ul li.current {
  background: url("../img/timeLineGridActiveOrange.png") 3px 32px no-repeat;
  color: #ed6b06;
}

/*
 * Standard CSS For content pages other than index
 */

#contentPage {
  width: 100%;
  height: 100%;
  background: url("../img/white90.png");
  margin: 0;
  padding: 0;
}

#titleWrapper {
  display: block;
  width: 964px;
  height: 75px;
  background: url("../img/dottedOrange.png") 0 73px repeat-x;
  padding: 0 25px;
}

#pageTitle {
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 20px;
  color: #ed6b06;
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  height: 14px;
  line-height: 14px;
  margin: 30px 0 29px 0;
}

#titleWrapper .collapseIcon {
  width: 13px;
  height: 13px;
  float: right;
  background: url("../img/minus.png");
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}

#leftMenu {
  margin: 25px;
  height: 350px;
  float: left;
  width: 294px;
}

#leftMenu a {
  display: block;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 18px;
  color: #ed6b06;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
}

#leftMenu a.smaller {
  font-size: 12px;
  border-bottom: 0;
}

#leftMenu a.smallLink {
  font-size: 12px;
  border-bottom: 0;
}

#spacer {
  height: 360px;
  width: 1px;
  margin: 20px 0;
  padding: 0;
  background: #666;
  float: left;
}

#rightContent {
  height: 360px;
  width: 605px;
  float: left;
  margin: 20px 0 20px 20px;
  padding-right: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#rightContent h3 {
  margin-top: 0px;
}

#wholePageContent {
  margin: 20px;
}

div.decision {
  margin-bottom: 25px;
}

div.decision textarea {
  width: 95%;
}

.labelScoreWrapper {
  padding-bottom: 3px;
  padding-top: 5px;
  border-bottom: 1px solid #333;
}

.labelScoreWrapper .percBarOuter {
  float: right;
}

table.MCTable td {
  padding: 3px 11px;
  text-align: left;
}

table.MCTable thead td {
  font-weight: bold;
}

table.MCTable tr:hover {
  background-color: rgb(230, 189, 157);
}

table.MCTable thead tr:hover {
  background-color: transparent;
}

table.MCTable tr td:first-child {
  border-left: 0;
  text-align: left;
}

table.MCTable thead td {
  border-top: 0;
}

table.MCTable tr td:last-child {
  border-right: 0;
}

table.MCTable tr:last-child td {
  border-bottom: 0;
}

table.MCTable.ThreeRows td:first-child {
  width: 75px;
}

table.MCTable.ThreeRows td:nth-child(2) {
  width: 391px;
}

table.MCTable.ThreeRows td:last-child {
  width: 80px;
}

table.theoryTable td {
  border: 1px solid gray;
  padding: 5px;
}

table.theoryTable tr.theoryTableHead td {
  background-color: #ccc;
  font-weight: bold;
}

div.infoExpanding {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  background-color: #ed6b06;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

div.infoExpanding div.content {
  display: none;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  text-align: left;
}

div.infoExpanding div.content p {
  padding: 10px;
}

div.additionalInfo {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  background-color: #ed6b06;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin: 0 5px 0 0;
  cursor: pointer;
}

div.additionalInfo div.content {
  display: none;
  background-color: #fff;
  color: #000;
}

div.rankingPosition {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  background-color: #ed6b06;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin: 0 5px 0 0;
}

label {
  cursor: pointer;
}

label.iCheck {
  line-height: 22px;
}

.styled-select {
  border: 1px solid #ec6b06;
  padding: 5px;
}

.styled-textinput {
  padding: 5px;
  border: 1px solid #ec6b06;
}

.styled-textarea {
  border: 1px solid #ec6b06;
}

/*
    Ranking buttongroup
*/
.buttongroup {
  margin-bottom: 10px;
  display: flex;
  align-content: stretch;
  width: 100%;
  flex-wrap: wrap;
}

.buttongroup label {
  padding: 6px 12px;
  cursor: pointer;
  color: #fff;
  background-color: #777;
  transition: all 0.2s;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  font-weight: bold;
}

/*.buttongroup label:not(:first-of-type){
  border-left: 0;
}*/

.buttongroup label:hover {
  background-color: #333;
}

/* Hide the radio button */
input[name="market"] {
  display: none;
}

/* The checked buttons label style */
input[name="market"]:checked + label {
  background-color: #ed6b06;
}

.resultsTable {
  border: 1px solid #000;
  width: 588px;
  transition: all 0.2s ease;
}

.resultsTable tr {
  height: 12px;
}

.resultsTable tr.lineUnder {
  border-bottom: 1px solid #000;
}

.resultsTable tr td {
  text-align: right;
  padding: 0 10px;
}

.resultsTable tr td:first-child {
  text-align: left;
}

.resultsTable.tdWidth tr td:first-child {
  width: 325px;
}

table.resultsTable thead td {
  background-color: #ed6b06;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.resultsTable tr.namingRow td {
  text-align: center;
  font-weight: bold;
}

table.resultsTable tbody tr:not(.EmptyRow):hover {
  background: rgba(0, 0, 0, 0.05);
}

.bubbleChart {
  width: 400px;
  margin: 15px 75px 0 0;
  height: 325px;
}

.chartTitleContainer {
  display: inline-block;
}

.chartTitleContainer h3 {
  margin: 0px auto;
}

.pieChart {
  width: 580px;
  height: 320px;
  float: left;
}

.piechartWrapper {
  overflow: hidden;
}

.expandingHeader {
  position: relative;
  width: 290px;
  height: 58px;
  background-color: #fff;
  border: 1px solid #ed6b06;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.expandingHeader .expandIcon {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 13px;
  height: 13px;
  background: url("../img/plus.png") no-repeat;
}

.expandingHeader.expanded .expandIcon {
  background: url("../img/minus.png") no-repeat;
}

.expandingHeader h2 {
  line-height: 59px;
  height: 61px;
  color: #ed6b06;
  text-transform: uppercase;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 20px;
  margin: 0;
  padding: 0 20px;
  font-weight: normal;
  background: url("../img/dottedOrange.png") 0 59px repeat-x;
}

.expandingHeader.expandedSegmentation h2 {
  line-height: 72px;
  height: 75px;
  background: url("../img/dottedOrange.png") 0 73px repeat-x;
  transition: all 500ms;
}

.expandingHeader.expandedSegmentation .expandIcon {
  transition: all 500ms;
  top: 29px;
  background: url("../img/minus.png") no-repeat;
}

.expandingHeader .expandingContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 374px;
  width: 974px;
  margin: 20px;
}

.expandingHeader.collapsed {
  cursor: pointer;
  overflow: hidden;
}

.expandingHeader.collapsedSegmentation {
  cursor: pointer;
  overflow: hidden;
}

.expandingHeader.expanded {
  background-color: #fff;
  border: 1px solid #ed6b06;
  margin: 0;
}

.expandingHeader.expanded h2 {
  line-height: 59px;
  color: #ed6b06;
  text-transform: uppercase;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 20px;
  margin: 0;
  padding: 0 20px;
  font-weight: normal;
}

.clickableQuarters {
  float: right;
  font-size: 16px;
  height: 20px;
  margin: 25px 0 0 40px;
}

.clickableQuarters .quarterLink {
  height: 20px;
  display: block;
  float: left;
  color: #666;
  text-decoration: underline;
  line-height: 22px;
  margin-left: 6px;
}

.clickableQuarters .quarterLink.currentQuarter {
  font-size: 20px;
  line-height: 19px;
}

.clickableQuarters .quarterLink.viewingCurrent {
  text-decoration: none;
  color: #ed6b06;
  cursor: default;
}

/***
*** Segmentation
***/

.segmentationTable {
  width: 100%;
}

.segmentationTable td {
  width: 50%;
}

.segmentationTable td:first-child {
  border-right: 1px solid #ccc;
}

.segmentationTable td:last-child {
  padding-left: 20px;
}

/***
     *** Admin CSS
     ***/

table.passwords {
  border: 1px solid #000;
}

table.passwords td:first-child {
  min-width: 200px;
}

table.passwords td {
  min-width: 150px;
  padding: 5px;
}

table.passwords tr {
  border-bottom: 1px solid #000;
}

table.passwords thead {
  background-color: #000;
  color: #ed6b06;
  font-weight: bold;
}

#rightContent table.roundTimes h3 {
  margin-top: 5px;
  margin-bottom: 0px;
}

table.roundTimes tr.header {
  font-weight: bold;
}

table.roundTimes tr.error {
  border-left: 3px solid #f00;
}

table.roundTimes tr.error td:first-child {
  color: #f00;
}

input.disabled {
  background-color: #ccc;
}

table.roundTimes tr td {
  width: 120px;
}

table.roundTimes tr td input[type="text"] {
  width: 80px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Form items
 */

.optionList {
  list-style-type: none;
}

.optionList li strong em {
  margin-left: -20px;
}

/*
 * TinyScrollbar styles
 */

#rightContent .viewport {
  width: 570px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

#rightContent .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}

#rightContent .thumb .end,
#rightContent .thumb {
  background-color: #666;
}

#rightContent .scrollbar {
  position: relative;
  float: right;
  width: 15px;
}

#rightContent .track {
  height: 100%;
  width: 7px;
  position: relative;
  padding: 2px 2px;
  border: 1px solid #666;
}

#rightContent .thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  margin: 2px 0 0 0;
}

#rightContent .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 7px;
}

#rightContent .disable {
  display: none;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

.expandIcon {
  cursor: pointer;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #777;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*** margin-bottom for scrollLink ***/
.scrollLink {
  margin-bottom: 12px;
}

#leftMenu a.scrollLink.marketResearch {
  color: #666;
}

hr.references {
  height: 1px;
  width: 150px;
  border-top: 1px solid #000;
}

.blockingOverlay {
  z-index: 9999;
  background-color: rgba(41, 41, 41, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  float: left;
  overflow: hidden;
  display: none;
}

.blockingOverlay .loadingImg {
  margin: 230px auto;
  display: block;
}

#movie .headerWrapper {
  padding: 10px;
}

#movie .headerWrapper.disabled {
  display: none;
}

#movie .expandIcon {
  width: 13px;
  height: 13px;
  float: right;
  background: url("../img/plus.png") 0 0 no-repeat;
  padding: 0px;
  cursor: pointer;
  display: inline-block;
}

#movie .expandIcon.expanded {
  background: url("../img/minus.png") 0 0 no-repeat;
}

.slider-container input {
  width: 150px;
  height: 20px;
  background: #fff;
  padding: 5px;
  border: 0;
}

.slider-container .slider-input {
  border: 2px solid #ed6b06;
  background: #ed6b06;
  display: none;
}

.slider-container .slider-input div {
  color: #fff;
  text-align: center;
  width: 20px;
  display: inline-block;
}

@media only screen and (max-width: 1134px) {
  #label {
    display: none;
  }
}

/*@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){ */
/* Your iPad specific rules here */
body.mobile .slider-container .slider-input {
  display: inline-block;
}

body.mobile .slider-container .slider,
body.mobile .slider-container span {
  display: none;
}
/*} */

/*Admin page*/
.mmxAccountListWrapper {
  float: right;
  width: 300px;
}

.mmxAccountList {
  height: 320px;
  overflow-y: scroll;
}

#loginForm {
  width: 475px;
  float: left;
}

div.segmentationresultstext {
  border: #ed6b06 1px solid;
  padding: 10px;
  margin: 0 20px 0 0;
  font-size: 0.9em;
  background: #ddd;
  color: #000;
}

#segmentationResult h3 {
  display: block;
  font-family: "Gill Sans MT", Sans-Serif;
  font-size: 18px;
  color: #ed6b06;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
  margin: 10px 0 5px;
  font-weight: normal;
}

#segmentationResult h3:first-child {
  margin-top: 0;
}

table.segmentation-numbers td {
  padding: 1px;
}

span.segmentation-result {
  background: #59b381;
  color: #fff;
  border-radius: 2px;
  width: 150px;
  width: calc(100% -10px);
  padding: 2px 5px;
  display: block;
}

span.segmentation-result.segmentation-error {
  background: #d8413a;
}

.mmx-button {
  padding: 6px 12px;
  cursor: pointer;
  color: #fff;
  background-color: #777;
  transition: all 0.2s;
  text-align: center;
  font-weight: bold;
  border: 0;
  min-width: 100px;
}

.mmx-button:hover {
  background-color: #333;
}

.mmx-button.button-orange {
  background-color: #ed6b06;
}

.mmx-button.button-orange:hover {
  background-color: #d26109;
}

.mmx-button.width50 {
  width: 49%;
  min-width: 49%;
}

.pull-right {
  float: right;
}

.mmx-button:disabled {
  cursor: not-allowed;
}

.mmx-button.button-orange:disabled {
  background-color: #9c4c0d;
}

/* RANKING */

table.rankingList {
  /*width: 100%;*/
}

table.rankingList tr td {
  padding: 5px;
}

table.rankingList tbody tr {
  transition: all 0.2s ease;
}

table.rankingList tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}

table.rankingList tbody tr td ul {
  padding: 0 0 0 15px;
}

/* TOOLTIPS */

[tooltip] {
  position: relative;
}

[tooltip][tooltip-theme="warning"]::before {
  background: #d8413a;
}

[tooltip]::before {
  content: attr(tooltip);
  position: absolute;
  text-align: center;
  background: #333333;
  z-index: 9;
  bottom: 100%;
  padding: 6px 10px;
  font-size: 1em;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1) 100ms,
    bottom 150ms cubic-bezier(0.4, 0, 1, 1) 100ms, visibility 0ms linear 250ms;
  opacity: 0;
  white-space: nowrap;
  border-radius: 2px;
  visibility: hidden;
}

[tooltip]:hover::before {
  transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1),
    bottom 150ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(-50%);
  bottom: calc(100% + 5px);
  opacity: 1;
  display: block;
  visibility: visible;
}

/* Kill me for this */
#rightContent h2 {
  /*border-bottom: 1px solid #ed6b06;*/
}

#rightContent h3 {
  font-size: 1.25em;
}

#rightContent h4 {
  font-size: 1.1em;
}

/* For this too, but the thing wouldn't fit on the page and I was too lazy to edit all the nasty calculations out*/
/*#rightContent .percBarContainer{
    transform: scale(0.8, 1)
}*/

/* Financial results i-box styling*/
.light-border {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.light-border tr td {
  margin: 0;
  padding: 2px 4px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.footnote {
  font-size: 0.8rem;
}

.hide {
  display: none;
}

#contentPage.debriefing #titleWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contentPage.debriefing #btn-fullscreen {
  cursor: pointer;
}

#contentPage.debriefing #btn-fullscreen img {
  width: 18px;
  fill: #777;
}

/* When pressing the fullscreen button on the tutor debriefing page*/
.is-expanded {
  background: #fff;
}

.is-expanded #btn-fullscreen img.open-fullscreen {
  display: none;
}

body:not(.is-expanded) #btn-fullscreen img.close-fullscreen {
  display: none;
}

.is-expanded #mainPageContainer {
  position: unset;
}

.is-expanded #mainPageContainer #pageContentContainer {
  position: absolute;
  left: 0;
  top: -20px;
  height: unset;
}

.is-expanded
  #mainPageContainer
  #pageContentContainer
  .pageContent:not(#popUpContainer) {
  height: auto;
  background: #fff;
  overflow: visible;
}

.is-expanded
  #mainPageContainer
  #pageContentContainer
  .pageContent
  #contentPage.debriefing
  #titleWrapper {
  width: calc(100% - 50px);
}

.is-expanded
  #mainPageContainer
  #pageContentContainer
  .pageContent
  #contentPage.debriefing
  #rightContent {
  width: calc(100% - 390px);
  height: auto;
  overflow-y: visible;
}

@media print {
  body * {
    visibility: hidden;
    position: unset;
  }

  #rightContent,
  #rightContent * {
    visibility: visible;
  }

  #rightContent {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible !important;
  }

  .expandingHeader.expanded * {
    visibility: visible;
  }

  .expandingHeader.expanded {
    position: absolute;
    height: 100%;
    background: #fff;
  }

  #mainPageContainer #pageContentContainer .pageContent:not(#popUpContainer) {
    overflow: visible;
  }

  #pageContentContainer {
    position: absolute;
    top: -20px;
  }

  .jqplot-target {
    break-inside: avoid;
  }
}

.login-error-msg {
    font-style: italic;
    color: red;
}