@font-face {
  font-family: "Trebuchet";
  src: url("../fonts/trebuc_0.ttf");
  src: url("../fonts/trebuc_0.eot");
  src: url("../fonts/trebuc_0.woff") format("truetype"); }
html {
  min-height: 100%;
  height: auto; }

body {
  font-family: "Trebuchet";
  min-height: 100%;
  height: auto; }

html.quizz, body.quizz {
  height: auto; }

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  html, body {
    height: 100vh; } }
.transparent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1; }

.inactive {
  cursor: default; }

.hidden {
  display: none; }

.visible {
  display: inherit; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

#bdo-logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 130px; }

.logo-facilitator {
  width: 115px;
  float: left;
  margin-top: 24px; }

body.login {
  color: white;
  text-align: center;
  background-color: #786860;
  background-image: url("../images/background_0.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom; }
  body.login input[type='text'] {
    font-size: 21px;
    height: 50px;
    margin: 20px;
    text-align: center;
    width: 220px;
    font-family: "Trebuchet"; }

h1 {
  font-size: 3.5vw; }

.faces {
  margin: auto;
  width: 100%; }

.face {
  cursor: pointer;
  display: inline-block;
  width: 19%;
  text-align: center;
  text-transform: uppercase;
  color: white; }
  .face input {
    width: 100%; }
  .face:hover .accountant-name {
    box-shadow: #222 0px 0px 10px; }

.accountant-name {
  margin: -30px auto 0px auto;
  width: 70%;
  padding: 10px 0px;
  background: #786961;
  color: white;
  font-weight: bold;
  border: 3px solid #231f20;
  border-radius: 10px;
  font-size: 1.2vw; }

#login {
  border-radius: 3px;
  color: white;
  background: #b3d6d8;
  padding: 10px 0px;
  width: 220px;
  font-size: 21px;
  box-sizing: border-box;
  border: 0px;
  border-bottom: 3px solid #8abfc5;
  text-transform: uppercase; }

.logout {
  position: fixed;
  left: 20px;
  bottom: 120px;
  color: white;
  background: #777;
  padding: 6px 0px;
  text-decoration: none;
  border-radius: 3px;
  width: 80px;
  text-align: center;
  font-size: 21px; }

.cards {
  font-size: 50px;
  line-height: 100px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 100px;
  height: 100px;
  background-image: url("../images/icon_chip.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: #000 0px 0px 10px;
  font-weight: bold;
  z-index: 11; }
  .cards.cards-end {
    background-image: url("../images/icon_chip_with_logo.png"); }

.cards-small {
  background-image: url("../images/icon_chip.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
  display: none; }

.acc-name {
  background-color: rgba(255, 255, 0, 0.3);
  font-size: 50px;
  position: absolute;
  right: 80px; }

.admin > .quizz {
  border-color: rgba(150, 150, 150, 0.9);
  border-radius: 8px;
  border-style: solid;
  border-width: 3px;
  margin-top: 100px;
  padding: 20px; }
.admin .task-content {
  height: initial; }
.admin .task-next,
.admin .task-check {
  display: none; }

[contenteditable] {
  background: rgba(255, 255, 0, 0.3); }

body.student, body.facilitator {
  background: url("../images/background_0.png");
  background-color: #786860;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: white;
  font-family: "Trebuchet"; }
  body.student h1, body.facilitator h1 {
    text-align: center;
    text-transform: uppercase; }

.intro {
  padding-top: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  color: #786860;
  width: 600px;
  margin: 30px auto;
  padding: 30px;
  box-shadow: #777 0px 0px 10px;
  border-radius: 20px; }

.title {
  font-size: 40px; }

.subtitle {
  font-size: 26px;
  margin: 0 0 20px; }

.url-for-students {
  background: #786860;
  border-radius: 15px;
  padding: 20px 0px;
  margin: 10px auto;
  color: #fff;
  font-size: 32px;
  box-sizing: border-box;
  width: 560px; }

.message,
.buttons {
  margin: 30px 0;
  text-align: center; }

.message {
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin: 0;
  text-align: center;
  box-sizing: border-box; }

.code {
  font-size: 70px; }

body.student-1 {
  background-color: #62cae3;
  background-image: url("../images/background_1.png"); }

body.student-2 {
  background-color: #ffe39c;
  background-image: url("../images/background_2.png"); }

body.student-3 {
  background-color: #2eafa4;
  background-image: url("../images/background_3.png"); }

body.student-4 {
  background-color: #f6a1a8;
  background-image: url("../images/background_4.png"); }

body.student-5 {
  background-color: #98002e;
  background-image: url("../images/background_5.png"); }

.countdown-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.countdown.flip-clock-wrapper ul {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  height: 144px;
  margin: 0 10px;
  width: 96px; }

.countdown.flip-clock-wrapper ul li {
  line-height: 144px; }

.countdown.flip-clock-wrapper ul li a div div.inn {
  background: #333;
  color: #ccc;
  font-size: 120px;
  text-shadow: 0 1px 2px #000; }

.countdown.red.flip-clock-wrapper ul li a div div.inn {
  background: #c83333; }

.countdown.flip-clock-wrapper ul,
.countdown.flip-clock-wrapper ul li a div div.inn {
  border-radius: 8px; }

.countdown.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.countdown.flip-clock-wrapper ul li a div.up:after {
  top: 71px; }

.countdown .flip-clock-dot.top {
  top: 38px; }

.countdown .flip-clock-dot.bottom {
  top: 86px; }

.countdown .flip-clock-dot {
  background: #333;
  height: 20px;
  left: 20px;
  width: 20px; }

.countdown.red .flip-clock-dot {
  background: #c83333; }

.countdown .flip-clock-divider {
  height: 144px;
  width: 60px; }
  .countdown .flip-clock-divider:first-child {
    width: 0; }

.countdown .flip-clock-divider.seconds .flip-clock-label,
.countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -232px; }

.countdown .flip-clock-divider .flip-clock-label {
  color: white;
  font-size: 30px;
  width: 232px; }

.leaderboard {
  width: 930px;
  margin: auto; }

.accountant {
  background: rgba(255, 255, 255, 0.6);
  color: black;
  font-size: 14px;
  margin: 10px;
  border-radius: 10px;
  padding: 10px;
  position: relative; }
  .accountant div.name {
    width: 140px;
    text-align: left; }
  .accountant img {
    width: 70px;
    display: inline-block; }
  .accountant .won-clients {
    position: absolute;
    left: 140px;
    top: 10px;
    width: 530px;
    height: 90px;
    overflow-x: auto;
    overflow-y: auto; }
    .accountant .won-clients .client {
      width: 140px;
      height: 72px;
      padding-left: 6px;
      font-size: 12px;
      line-height: 110px;
      overflow-y: hidden; }

.ready,
.credits,
.cardsleft {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 90px;
  height: 90px;
  font-size: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 94px;
  font-weight: bold;
  color: white;
  text-shadow: #000 0px 0px 10px; }

.cardsleft {
  right: 130px;
  width: 80px;
  height: 80px;
  margin-top: 5px;
  line-height: 82px; }

.cardsleft {
  background-image: url("../images/icon_chip.png"); }

.credits {
  background-image: url("../images/icon_star_orange.png"); }

.ready {
  border: 0 solid rgba(150, 150, 150, 0.9); }
  .ready.yes {
    background-color: rgba(0, 255, 0, 0.3); }
  .ready.no {
    background-color: rgba(255, 0, 0, 0.3); }

.control {
  height: 92px;
  width: 930px;
  margin: 0px auto; }
  .control .buttons {
    display: inline-block;
    margin: 0 20px; }
  .control button {
    display: block; }
  .control > div {
    height: 100%; }

.progress {
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 88%;
  margin: auto;
  margin-left: 13%;
  position: relative; }

.progress-0, .progress-1 {
  background-image: url("../images/timeline_1.png"); }

.progress-2 {
  background-image: url("../images/timeline_2.png"); }

.progress-3 {
  background-image: url("../images/timeline_3.png"); }

.progress-4 {
  background-image: url("../images/timeline_4.png"); }

.progress-5 {
  background-image: url("../images/timeline_5.png"); }

.progress-6 {
  background-image: url("../images/timeline_6.png"); }

.progress-7 {
  background-image: url("../images/timeline_7.png"); }

.state {
  width: 12%;
  height: 100%;
  font-size: 18px;
  text-align: left;
  position: absolute;
  box-sizing: border-box;
  padding-top: 2.7%; }

#state_begin {
  left: 3%; }
  #state_begin .small {
    font-size: 12px; }

#state_round_1_bidding {
  left: 20.5%; }

#state_round_1_quizz {
  left: 33.5%; }

#state_round_2_bidding {
  left: 47%; }

#state_round_2_quizz {
  left: 60%; }

#state_round_3_bidding {
  left: 73%; }

#state_end {
  left: 85.7%;
  width: 11%; }

.game-info {
  float: left;
  font-size: 26px;
  text-align: center;
  width: 100px;
  background: white;
  border: 2px solid black;
  border-radius: 3px;
  color: black; }
  .game-info > div {
    height: 50px;
    margin: 0; }
  .game-info .code {
    font-size: 40px; }
  .game-info .round {
    float: right; }

form {
  display: inline; }

label {
  display: inline-block; }

input[type='text'] {
  width: 80px;
  margin-bottom: 3px;
  -webkit-appearance: none;
  padding: 1px; }
input[type='checkbox'] {
  float: right; }

div.quizz {
  display: block;
  margin: auto;
  max-width: 640px;
  color: black; }
  div.quizz button {
    background: #f39f1e;
    border: 0px;
    border-bottom: 4px solid #cd842a;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Trebuchet";
    cursor: pointer;
    width: 130px;
    padding: 6px 0px;
    margin: 10px 0px; }
  div.quizz .left-column {
    width: 84%;
    float: left; }
  div.quizz .right-column {
    margin-left: 84%; }

.quizz-client-description {
  background: #fff;
  margin: 30px 0px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.quizz-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(#eceef1, #fff);
  padding: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.quizz-description {
  font-size: 16px;
  line-height: 1.2;
  padding: 0px 20px; }

.files {
  background: #eee;
  margin: 30px 20px;
  padding: 10px;
  border-radius: 6px; }

.quizz-header-footer {
  background-image: url("../images/quizz_header_bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  margin-top: -30px; }

.task-group,
.task {
  background: #a2958f;
  border-radius: 12px;
  border: 3px solid #a2958f;
  margin: 20px 0;
  padding: 20px;
  color: white; }

.task-group {
  box-shadow: #777 0px 0px 10px; }

.task-group-title {
  font-size: 40px; }

.task {
  position: relative;
  background: #d0c9c6;
  padding: 10px 20px;
  border-color: #d0c9c6; }
  .task:nth-child(2) .task-content {
    height: auto; }
  .task .files {
    color: black;
    margin: 30px 0px; }

.task-content {
  height: 0;
  overflow: hidden; }
  .task-content.task-unfolded {
    height: auto; }

.task-title {
  font-size: 30px; }

.task-description {
  margin: 0 0 10px; }

.task-resources {
  margin: 0 0 20px; }

.task-answers {
  margin: 0 0 10px; }

.task-answer {
  margin: 0 0 4px;
  padding: 3px 0px;
  border-bottom: 1px dotted #a2958f; }

.task-answer-correct {
  width: 40px; }

.task-check {
  display: block; }

.task.correct {
  border-color: rgba(0, 255, 0, 0.3); }

.task.wrong {
  border-color: rgba(255, 0, 0, 0.3); }

span.wrong, span.correct {
  padding: 0px 3px;
  border-radius: 3px; }

span.correct {
  background: rgba(0, 255, 0, 0.3); }

span.wrong {
  background: rgba(255, 0, 0, 0.3); }

.quizz-done {
  background-color: rgba(235, 235, 235, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%; }
  .quizz-done > div {
    background: white;
    font-size: 30px;
    margin: auto;
    padding: 50px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 400px; }

.show-explanation-button {
  position: absolute;
  bottom: 27px;
  right: 25px;
  padding-bottom: 3px;
  border-bottom: 1px dotted white;
  cursor: pointer;
  color: white;
  text-decoration: none; }

.explanation-popup {
  display: none;
  position: fixed;
  top: 40px;
  width: 50%;
  left: 25%;
  right: 25%;
  background: white;
  border-radius: 10px;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
  color: black;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
  text-align: left; }

.explanation-header {
  font-weight: bold;
  font-size: 30px; }

.explanation-content {
  margin-top: 20px;
  height: 400px;
  overflow-y: scroll;
  line-height: 1.5em; }

.close-explanation-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer; }

.folder-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10; }

.folder-marks {
  position: absolute;
  top: 0;
  left: 0; }

.folder {
  width: 500px;
  height: 131px;
  background-image: url("../images/tabs_0.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative; }

.folder-1 {
  background-image: url("../images/tabs_1.png"); }

.folder-2 {
  background-image: url("../images/tabs_2.png"); }

.folder-3 {
  background-image: url("../images/tabs_3.png"); }

.folder-4 {
  background-image: url("../images/tabs_4.png"); }

.folder-5 {
  background-image: url("../images/tabs_5.png"); }

.folder-mark {
  cursor: pointer;
  width: 68px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  padding-top: 13px;
  height: 30px;
  position: absolute;
  color: black; }

#folder-mark-1 {
  left: 0px; }

#folder-mark-2 {
  left: 98px; }

#folder-mark-3 {
  left: 196px; }

#folder-mark-4 {
  left: 294px; }

#folder-mark-5 {
  left: 392px; }

.folder-content {
  color: black;
  display: none;
  margin: 0 120px 0 0;
  padding: 10px;
  width: 480px;
  height: 69px;
  position: absolute;
  top: 44px; }
  .folder-content.not-playing {
    opacity: 0.3; }
  .folder-content .left-column {
    float: left; }
    .folder-content .left-column img {
      width: 100px;
      margin-left: -10px;
      margin-top: -17px; }
  .folder-content .central-column {
    width: 290px;
    float: left; }
  .folder-content .right-column {
    float: left;
    text-align: right; }
    .folder-content .right-column img {
      width: 50px;
      margin-top: 5px; }
  .folder-content .cards-accountant {
    width: 50px;
    height: 50px;
    float: left;
    background-image: url("../images/icon_chip.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: #000 0px 0px 10px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    margin-top: 5px; }
  .folder-content.show {
    display: block; }

.clients {
  margin: 0 auto 20px; }
  @media (min-width: 950px) {
    .clients {
      width: 930px; } }
  @media (max-width: 950px) {
    .clients {
      width: 620px; } }
  @media (max-width: 634px) {
    .clients {
      width: 310px; } }
  .clients::after {
    clear: both;
    content: " ";
    display: block; }

.client {
  float: left;
  margin: 10px;
  height: 140px;
  width: 290px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 874px) {
    .client:nth-child(4) {
      clear: none; } }

.client-info {
  cursor: pointer;
  float: left;
  padding: 10px 20px;
  text-align: left;
  color: black;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }
  .client-info.inactive {
    cursor: default; }
  .client-info ul {
    font-size: 10px;
    margin: 3px 0px 0px 20px;
    padding: 0px; }

.client-name {
  width: 79px;
  height: 40px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  line-height: 18.5px;
  font-weight: bold; }

.client-credits {
  font-size: 30px;
  font-style: italic; }

.client-interests-container {
  margin-top: 5px;
  margin-left: -10px; }

.client-interest {
  font-size: 13px;
  margin-top: 3px;
  line-height: 19px; }
  .client-interest img {
    width: 19px;
    vertical-align: middle; }

.client-description-clickable {
  position: absolute;
  top: 11px;
  left: 36%; }
  .client-description-clickable .client-description-icon {
    width: 20px; }

.client-bidding {
  position: absolute;
  right: 10px;
  bottom: -13px; }

.client-bidding-cards {
  cursor: pointer;
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 56px;
  position: relative;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  color: #8b7c74; }
  .client-bidding-cards.inactive {
    cursor: default; }
  .client-bidding-cards div {
    width: 100%;
    position: absolute;
    top: 2px;
    font-size: 19px; }
  .client-bidding-cards .decrease {
    position: absolute;
    top: 6px;
    left: -45px;
    color: red;
    font-size: 12px;
    padding: 3px;
    border-radius: 3px;
    line-height: 16px;
    width: auto; }
    .client-bidding-cards .decrease:hover {
      border-bottom: 1px dotted red;
      background: red;
      color: white; }
    .client-bidding-cards .decrease span {
      display: block;
      margin-top: -4px; }

.client-description-tooltip {
  background: #786860;
  border-radius: 12px;
  width: 350px;
  height: 100px;
  box-sizing: border-box;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  top: -105px;
  left: -30px;
  color: white;
  box-shadow: #666 0px 0px 3px;
  z-index: 12; }

.client-description-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #786860 transparent;
  display: block;
  width: 0;
  z-index: 100;
  top: 100px;
  left: 127px; }

.client-bidding-cards-1 {
  background-image: url("../images/accountant_badge_1.png"); }

.client-bidding-cards-2 {
  background-image: url("../images/accountant_badge_2.png"); }

.client-bidding-cards-3 {
  background-image: url("../images/accountant_badge_3.png"); }

.client-bidding-cards-4 {
  background-image: url("../images/accountant_badge_4.png"); }

.client-bidding-cards-5 {
  background-image: url("../images/accountant_badge_5.png"); }

.continue {
  margin: 20px 0;
  text-align: center; }

.continue-button {
  height: 40px;
  margin: 4px;
  width: 120px;
  background: #f39f1e;
  border: 0px;
  border-bottom: 4px solid #cd842a;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Trebuchet";
  cursor: pointer;
  box-shadow: #fff 0px 0px 20px; }
  .continue-button:hover {
    background: #ed7500; }

#create {
  width: auto; }

[disabled], .half-transparent {
  opacity: 0.5; }

.clear {
  clear: both; }

.align-center {
  text-align: center; }

.bodyclick {
  display: none;
  position: fixed;
  _position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.rules-popup {
  display: none;
  width: 800px;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 50%;
  margin-left: -400px;
  background: white;
  z-index: 100;
  border-radius: 30px;
  color: black;
  overflow-y: auto;
  line-height: 1.4em;
  font-size: 17px; }

.rules-title {
  text-align: center;
  font-size: 32px; }

.read-rules-button {
  background: #f7ae26;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  color: white;
  position: fixed;
  left: 20px;
  bottom: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  cursor: pointer;
  font-size: 18px; }

#game-over-picture {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.uppercase {
  text-transform: uppercase; }

.button {
  background: #f39f1e;
  border: 0px;
  border-bottom: 4px solid #cd842a;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Trebuchet";
  cursor: pointer;
  width: auto;
  padding: 6px 25px;
  margin: 10px 30px 20px 30px;
  text-decoration: none;
  display: inline-block; }

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