/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1E4D83;
}

#login-page h1 {
  color: #00A8E1;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

#login-page.container {
  display: flex;
  height: 100vh;
}

.login {
  margin: auto;
  width: 250px;
  text-align: center;
}

.login input {
  width: 197px;
  height: 44px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #E9EDF3;
  border-radius: 6px;
  margin-top: 47px;
}

.login button {
  width: 197px;
  height: 32px;
  background-color: #00A8E1;
  margin: 10px auto 0;
  border: 1px solid #979797;
  border-radius: 6px;
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

/* ADMIN INTERFACE */

nav {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
}

nav  a {
  padding: 20px 20px 18px 20px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
}

nav a.active,
nav a:hover,
nav a.router-link-active {
  border: 1px solid #fff;
  opacity: 1;
  border-bottom-width: 2px;
  color: #fff;
  text-decoration: none;
}

nav h1 {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
}

nav button.btn.btn-primary {
  background-color: #00A8E1;
  border: none;
}

main .header {
  margin-top: 50px;
  text-align:center;
}

main h2 {
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
}

.region {
  background: #FFFFFF;
  border-radius: 6px;
  height: 62px;
  margin-top: 10px;
}

main h3 {
  font-family: Roboto-Regular;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 62px;
  text-transform: uppercase;
}

main h3.apac { color: #2A918B; }
main h3.china  { color: #F05555; }
main h3.germany { color: #EEA7BF; }
main h3.japan { color: rgb(0, 92, 210); }
main h3.latam { color:#FFBA52; }
main h3.nwe { color: #3B97DE; }
main h3.seemea { color: rgb(153, 189, 237); }
main h3.total-io { color: #033674; }
body#market-data main h3.total-io {line-height: 115px; }

.region input {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 2px solid #E9EDF3;
  margin-top: 9px;
  border-radius: 6px;
  padding: 0 .5em;
}

#total-io {
  height: 115px;
}

#total-io span {
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #033674;
  letter-spacing: 0;
  line-height: 17px;
  line-height: 56px;
}

.region input::placeholder {
  font-family: Roboto-Bold;
  font-size: 15px;
  color: #033674;
  letter-spacing: 0;
  line-height: 22px;
  padding-left: 17px;
}

button.btn.btn-save {
  background: #02A12A;
  border-color: #02A12A;
  border-radius: 6px;
  font-family: Helvetica;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-top: 12px;
}
button.btn.btn-save:disabled {
  cursor: auto;
}

footer {
  border-top: 1px solid #fff;
  height: 64px;
}

footer .col-xs-12 {
  margin-left: auto;
}
