* {
  font-family: 'Poppins';
}

body {
  font-family: 'Poppins', sans-serif;
  padding: 0px;
  margin: 0px;
  background-color: rgb(238, 245, 249);
}


th {
  font-weight: 400;
}

div#header {
  background-color: #607d8b !important;
  padding-left: 16px;
  padding-right: 16px;
  height: 64px;
  color: white !important;
  box-shadow: 15px 0px 20px #ccccbe;
}

div#header img.logo {
  width: 200px;
  margin-top: 13px;
  vertical-align: middle;
  display: inline;
  float: left;
}

div#header h1 {
  display: inline-block;
  font-size: 26px;
  height: 30px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 12px;
  display: inline;
  float: left;
  padding-left: 20px;
}

div#header mat-icon {
  display: inline-block;
  font-size: 26px;
  height: 30px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 18px;
  display: inline;
  float: left;
  padding-left: 20px;
  cursor: pointer;
}

div#header div#logout {
  float: right;
  display: inline;
  cursor: pointer;
  margin-left: 20px;
}

div#header div#logout div {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 16px;
}

div#header img#language-flag {
  display: inline;
  float: right;
  height: 36px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 40px;
}

div#top {
  margin: 20px 20px 0px 20px;
  clear: both;
  float: left;
}

#spinner {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1001;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#spinner img {
  width: 400px;
  max-width: 40% !important;
  margin-top: 25% !important;
  /* margin-bottom: 25% !important; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#spinner #spinner-text, #spinner #spinner-progress {
  font-weight: 1.5;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-top: 2% important;
  color: #000000;
}

input, div.select-wrapper {
  height: 24px;
  line-height: 24px;
  min-height: fit-content;
  border: solid 1px #e0e0e0;
  font-family: 'Poppins';
  font-size: 14px;
  font-family: 'Poppins';
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  box-shadow: inset 5px 5px 10px #d0d0d0, 
              inset -5px -5px 10px #ffffff;
  float: left;
  display: inline;
}

div.select-wrapper select {
  border: none;
  height: 20px;
  line-height: 20px;
  margin: 2px;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance:none;
  cursor: pointer;
}

div.select-wrapper select option {
  font-family: Poppins;
  font-size: 11px;
}

div#header div.select-wrapper {
  float: right;
  margin-top: 18px;
  box-shadow: 10px 10px 20px #526a76, 
             -10px -10px 20px #6e90a0;
}


div.select-wrapper select:focus {
  outline-width: 0;
  border: none;
  outline: none;
}

input[type='button'], button {
  border: none;
  cursor: pointer;
  height: 26px;
  line-height: 24px;
  min-height: fit-content;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  box-shadow: 5px 5px 10px #d0d0d0, 
              -5px -5px 10px #ffffff;
}

input[type='button']:hover {
  color: #f0f0f0;
  background-color:  #607d8b;
}

input:focus, select:focus {
  outline-width: 0;
}


table.header-table {
  border-spacing: 0;
  border-radius: 12px 12px 0px 0px;
  background-color: #f0f0f0;
}

table.header-table tbody tr th {
  border-left: solid 1px #ffffff;
  padding: 3px;
  text-align: center;
  background-color: #607d8b;
  font-size: 11px;
  color: #ffffff;
  border-radius: 0px;
  cursor: pointer;
}

table.header-table tbody tr th:nth-child(1) {
  border-left: none;
}

table.header-table tbody tr:nth-child(1) th:nth-child(1) {
  border-radius: 12px 0px 0px 0px;
}

table.header-table tbody tr:nth-child(1) th:nth-last-child(1) {
  border-radius: 0px 12px 0px 0px;
}

table.header-table tbody tr th input,
table.header-table tbody tr th select {
  border-radius: 0;
  font-size: 11px;
  padding-left: 2px;
  padding-right: 2px;
}

table.contents-table {
  border-spacing: 0;
  border: solid 1px 607d8b;
}

table.contents-table tbody tr td {
  border-top: solid 1px #607d8b;
  border-left: solid 1px #607d8b;
  background-color: #f0f0f0;
  padding: 3px;
  text-align: center;
  font-size: 11px;
  border-radius: 0px;
}

table.contents-table tbody tr td:nth-child(1) {
  border-left: none;
}

table.contents-table tbody tr:nth-last-child(1) td {
  padding-bottom: 10px;
}

table.contents-table tbody tr:nth-child(1) th:nth-child(1) {
  border-radius: 12px 0px 0px 0px;
}

table.contents-table tbody tr:nth-child(1)  th:nth-last-child(1) {
  border-radius: 0px 12px 0px 0px;
}

table.contents-table tbody tr {
  cursor: pointer;
}

table.contents-table tbody tr.selected td {
  background-color: #c0dde0;
}

div.container {
  border: solid 1px  #b0c9bb;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 12px 12px 15px #ccccbe, -12px -12px 15px #ffffff;
}

div#country-info {
	display: inline-block;
	float: left;
	height: 40px;
	margin-top: 13px;
	margin-left: 18px;
}

div#country-info img {
	display: inline-block;
	width: 40px;
}

h1 span {
	margin-right: 10px;
}

h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  font-family: Poppins;
  background-color: #607d8b !important;
  color: #ffffff;
  border-radius: 12px 12px 0px 0px;
  margin-top: 0px;
  height: 30px;
  line-height: 30px;
}