@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);@import url(https://fonts.googleapis.com/css?family=Crushed);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);/** scenario **/
/* cards */
.panel-title > a {
  display: block;
  cursor: pointer;
  padding: 1em;
  text-decoration: none;
}
.panel-title > a:hover {
  background: rgba(0, 255, 8, 0.25);
}
.panel-default > .panel-heading {
  padding: 0;
}
/* roles */
.cross-td {
  background: rgba(255, 0, 0, 0.25);
}
.check-td {
  background: rgba(0, 255, 8, 0.25);
}
.centered-td {
  text-align: center;
}
.results ul.nav.nav-tabs li.active > a {
  color: #fff;
  cursor: default;
  background-color: #1d486b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* match */
.match.area.interest-rate span input {
  width: 5em;
  height: 3em;
  margin: 2px 10px;
}
/* market product */
ul.dropdown-menu.rbt-menu.dropdown-menu-justify {
  position: relative;
}
#root .game div.match-results-kpis label.btn {
  width: auto;
}
input.form-control {
  min-width: 5em;
}
body {
  font-family: 'Open Sans';
  color: #1d476b;
  letter-spacing: -0.4px;
}
#root {
  /** plant **/
  /** transports **/
  /** sales **/
  /** Tabs state **/
  /** Tabs url **/
}
#root div.home {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  background-color: #fbc863;
  overflow-y: scroll;
}
#root div.home .title {
  color: #fbc863;
  position: static;
  text-shadow: none;
}
#root div.home .padding {
  width: 480px;
  margin: auto;
  margin-top: 160px;
  padding: 48px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
#root div.home .padding .form-group label {
  width: 30%;
}
#root div.home .padding .form-group input {
  width: 70%;
  border: 1px solid black;
  padding: 0.5em;
}
#root div.home .padding .form-group button {
  float: right;
}
#root div.home .login-error {
  padding: 0;
  margin-top: 1em;
}
#root div.home .login-error .panel-title {
  font-size: 0.9em;
}
#root div.home .logo-llab {
  margin: 0;
  width: 167px;
}
#root div.home .WelcomeHeader {
  background-color: #002855;
  height: 100px;
  width: 100%;
  color: #fff;
  display: flex;
  padding: 0 33px;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  position: fixed;
  top: 0;
  left: 0;
}
#root div.home .WelcomeHeader .header-llab-container {
  margin: 39px auto auto;
}
#root div.home .WelcomeHeader .header-llab-container img {
  height: 18px;
}
#root div.home .welcomeAreaLogo {
  width: 650px;
  margin-top: 54px;
}
#root div.home .faculty-box-container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 1rem;
}
#root ul.matches-list {
  overflow-y: scroll;
  height: 150px;
}
#root div.my-form td ul {
  list-style: none;
}
#root div.my-form td ul li span:nth-child(1) {
  display: inline-block;
  text-align: left;
  width: 68%;
}
#root div.my-form td ul li span:nth-child(2) {
  display: inline-block;
  text-align: right;
  width: 30%;
}
#root button.matrix-button.btn.btn-primary {
  padding: 0 1em;
  width: auto;
  height: 3em;
  margin: 2px;
  z-index: 9;
}
#root button.matrix-button.btn.btn-primary.active {
  background-color: #f2a306;
}
#root button.matrix-button.btn.btn-primary.empty {
  background-color: #1d476a;
  background-image: none;
  cursor: not-allowed;
}
#root .menu {
  position: fixed;
  z-index: 10;
  top: 143px;
  bottom: 45px;
  overflow-y: scroll;
  background-color: #1d476b;
}
#root .menu.admin {
  top: 100px;
}
#root .menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1d476b;
}
#root .menu::-webkit-scrollbar {
  width: 10px;
  background-color: #1d476b;
}
#root .menu::-webkit-scrollbar-thumb {
  background-color: #fbc863;
  background-image: -webkit-linear-gradient(45deg, #1d476b 25%, transparent 25%, transparent 50%, #1d476b 50%, #1d476b 75%, transparent 75%, transparent);
}
#root .menu ul {
  list-style: none;
  padding: 0;
}
#root .menu a + ul {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
}
#root .menu > ul {
  padding: 0;
  margin: 0;
}
#root .menu > ul > li {
  display: block;
  vertical-align: top;
}
#root .menu > ul > li > a {
  width: 168px;
  height: 33.6px;
  position: relative;
  padding-left: 12px;
}
#root .menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
#root .menu > ul > li > a.active {
  background-color: #fbc863;
  height: 33.6px;
  width: 168px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
  border-bottom: 0px;
  font-weight: 600;
}
#root .menu > ul > li > a.active::after {
  display: none;
}
#root .menu > ul > li > a.active + ul {
  display: block;
  max-height: 100vh;
}
#root .menu > ul > li > a.active + ul > li > a {
  width: 168px;
  font-size: 0.90em;
  text-indent: 0.8em;
}
#root .menu > ul > li > a.active + ul > li > a.active {
  background-color: #1d476b;
  color: #fbc863;
  font-weight: bold;
}
#root .menu > ul > li > a.active + ul > li > a.active::before {
  content: '\BB   ';
}
#root .menu > ul > li > a.active + ul > li > a.active + ul {
  display: block;
  font-size: 0.90em;
  max-height: 100vh;
}
#root .menu > ul > li > a.active + ul > li > a.active + ul > li > a {
  font-size: 0.90em;
  width: 168px;
  text-indent: 1em;
}
#root .menu > ul > li > a.active + ul > li > a.active + ul > li > a.active {
  background-color: #1d476b;
  color: #fbc863;
  font-weight: bold;
}
#root .menu > ul > li > a.active + ul > li > a.active + ul > li > a.active::before {
  content: '\BB\BB   ';
}
#root .menu li a {
  display: block;
  border-right: 2px solid #fbc863;
  background-color: #1d476b;
  text-decoration: none;
  color: white;
  padding: 6px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
#root .menu li a.active {
  color: #122c43;
}
#root .match .header-bar {
  height: 48px;
  background-color: white;
  position: fixed;
  top: 95px;
  width: 100%;
  line-height: 48px;
  z-index: 10;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}
#root .match .header-bar-ele.hb-info {
  text-emphasis: top;
  text-align: left;
}
#root .match .header-bar-ele.hb-logout {
  text-emphasis: top;
  text-align: right;
}
#root .game {
  margin-top: 143px;
  margin-left: 168px;
  padding: 48px 14px 82px 24px;
  overflow: hidden;
}
#root .game > h2 {
  display: none;
}
#root .game h1,
#root .game h3 {
  margin-top: 0;
}
#root .game.admin {
  margin-top: 78px;
}
#root .game.admin div h1 {
  top: 100px;
}
#root .game.admin button.btn.btn-primary {
  display: inline-block;
}
#root .game.admin h4 {
  display: inline-block;
  margin-right: 3em;
  vertical-align: top;
}
#root .game.admin .panel.panel-danger {
  display: block;
  width: 100%;
  margin: 2em 0 1em 0;
  position: relative;
  right: 17em;
}
#root .game h1 {
  position: fixed;
  z-index: 10;
  right: 0;
  background: white;
  top: 143px;
  left: 192px;
  font-family: "Dosis";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2em;
  color: #f2a306;
}
#root .game h3 {
  font-family: "Dosis";
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#root .game h3:first-child {
  margin-top: 0;
}
#root .game .btn {
  width: 170px;
}
#root .game table {
  margin-top: 12px;
}
#root .game table a {
  color: #fbc863;
  text-decoration: underline;
}
#root .game table th {
  text-transform: uppercase;
  vertical-align: top;
}
#root .game .supplier-header {
  margin-bottom: 24px;
}
#root .game .audit-button,
#root .game .contact-progress {
  width: 170px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
}
#root .game .economics-formatter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#root .game .economics-formatter span:nth-child(1) {
  text-align: left;
}
#root .game .economics-formatter span:nth-child(2) {
  text-align: right;
}
#root .game .contact-progress .progress-bar {
  line-height: 34px;
}
#root .game .pagination-container {
  text-align: center;
}
#root .game .pagination-container ul.pagination {
  margin-top: 0;
}
#root .game .table-controls {
  text-align: right;
  margin-bottom: 24px;
}
#root .game .controls {
  display: none;
}
#root .game .cost-accounting table th:first-child,
#root .game .cost-accounting table td:first-child {
  width: 40%;
}
#root .game .cost-accounting table th,
#root .game .cost-accounting table td {
  width: 10%;
}
#root .kpis table tr {
  cursor: pointer;
}
#root .kpis table tr td,
#root .kpis table tr th {
  text-align: center;
}
#root .kpis table tr td:first-child,
#root .kpis table tr th:first-child {
  text-align: left;
}
#root .kpis table tr.active {
  font-weight: bold;
}
#root .kpis table tr.active td {
  background-color: #fffdf8;
}
#root label.plant-toggle-buttons.btn.btn-default {
  z-index: 9;
}
#root label.plant-toggle-buttons.btn.btn-default.active {
  text-shadow: none;
  color: white;
  background-color: #337ab7;
}
#root tr.transports-table-column td:nth-child(-n+3) {
  width: 20em;
}
#root tr.transports-table-column td:nth-child(4) {
  width: 5em;
}
#root .input-group-addon.sales-addon {
  border-right: 0;
}
#root .push-replenish-order-table ul.nav-tabs li,
#root .outsourcing-choice ul.nav-tabs li {
  cursor: pointer;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #337ab7;
  text-decoration: none;
  float: left;
  margin-bottom: -1px;
}
#root .push-replenish-order-table ul.nav-tabs li.active,
#root .outsourcing-choice ul.nav-tabs li.active {
  color: #fff;
  cursor: default;
  background-color: #1d486b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#root div.sourcing-item-container ul.nav-tabs li > a.active,
#root .sales ul.nav-tabs li > a.active,
#root .match-results ul.nav-tabs li > a.active,
#root div.sourcing-item-container ul.nav-tabs li > a.active:focus,
#root .sales ul.nav-tabs li > a.active:focus,
#root .match-results ul.nav-tabs li > a.active:focus,
#root div.sourcing-item-container ul.nav-tabs li > a.active:hover,
#root .sales ul.nav-tabs li > a.active:hover,
#root .match-results ul.nav-tabs li > a.active:hover {
  color: #fff;
  cursor: default;
  background-color: #1d486b;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#root .title {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  color: white;
  line-height: 0.6em;
  right: 24px;
  font-family: "Crushed";
  text-align: right;
  text-shadow: 0px 1px 0px #1d476b;
}
#root .title .sub-title {
  font-size: 0.5em;
}
#root .header {
  box-sizing: border-box;
  background-color: #FCC863;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  height: 100px;
  width: 100%;
  color: #fff;
  display: flex;
  padding: 0 33px;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  position: fixed;
  top: 0;
}
#root .header .logo-llab {
  height: 38px;
}
#root .header .rialto-logo {
  height: 45px;
}
#root .header .designMethods {
  height: 33px;
}
#root .header .logo-rialto {
  height: 85px;
  position: fixed;
  right: 0;
  top: 10px;
  border-bottom: 2px solid white;
  z-index: 10;
  display: none;
}
#root .footer {
  text-align: right;
  background-color: #1d476b;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #1d476b;
  padding: 10px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  height: 45px;
}
#root .footer img {
  display: none;
}
.panel {
  padding: 24px;
  display: block;
}
.chart {
  width: 100%;
  height: 400px;
}
.mutation-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(48, 114, 171, 0.43);
  padding-top: 200px;
}
.spinner {
  border: 30px solid #f3f3f3;
  /* Light grey */
  border-top: 30px solid #3498db;
  /* Blue */
  border-radius: 70%;
  width: 200px;
  height: 200px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.panel-split-2 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
/* toggle-item */
.toggle-container {
  border: 2px solid;
  border-color: #9a989a;
  padding: 2px;
  display: inline-block;
  border-radius: 25px;
  width: 5em;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}
.toggle-item {
  padding: 4px;
  border-radius: 25px;
  width: 60%;
  color: white;
  text-align: center;
}
.toggle-item.disabled {
  opacity: 0.4;
}
.toggle-item-on {
  background-color: #06bab5;
  float: right;
}
.toggle-item-off {
  background-color: #9a989a;
  float: left;
}
.modal.in .modal-dialog {
  margin-top: 130px;
}
