body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
}

table {
  width: 100%;
}

.btn-print {
  display: none !important;
}

#kycUboTitle {
  display: block !important;
}

.md-icon { display: none; }

.md-table-head { max-height: 100px; }

.md-table-row { max-height: 100px; }

.md-table-header { max-height: 100px; }

.md-ripple { display: none; }

.md-table-head-text {
  font-size: 11px;
  text-align: left;
}

.md-table-cell-container {
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-table-cell {
  border-top: 1px solid #e0e0e0;
}

.md-table-row {
  height: 44px !important;
}

.md-card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.country-name {
  margin-right:10px;
}

.country-flag-size {
  font-size:18px;
}

.identity-sites {
  position: relative;
  min-height: 100%;
}

input[type="text"] {
  margin-right: 16px;
  padding: 6px;
  border: 1px solid #D7D7D7;
}

.md-headline {
  @include headline();
}

md-layout {
  display: block;
}

.md-table-card {
  box-shadow: none;
}

.md-table-row {
  height: 48px;
}

.md-table-cell {
  font-size: 12px;
}

.value:hover {
  cursor: pointer;
}

.kycUboTab {
  background-color: #FFFFFF;
  display: block;
}

.kycUboTab .table-separator{
  display:block;
  height:30px;
  width:100%;
  border-top: 1px solid #D7D7D7;
}

ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.value {
  color: #03314C;
  font-weight: bold;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.label {
  text-transform: uppercase;
  color: #AAAAAA;
  font-size: 13px;
}

.value {
  padding-top: 15px;
  font-size: 30px;
}

.inherit-color {
  color:inherit !important;
}

.section-title {
  color: #FF6700;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 19px;
  margin-bottom: 10px;
}

.blue-share {
   background-color: #01bdd5;
   color: #FFFFFF !important;
   font-weight: bold;
   padding: 2px 12px 2px 12px;
   border-radius: 2px;
}

.green-share {
  background-color: #1ed760;
  color: #FFFFFF !important;
  font-weight: bold;
  padding: 2px 12px 2px 12px;
  border-radius: 2px;
}

.white-share {
  background-color: #FFFFFF;
}

.cell-item {
  text-align: center;
}

.blue-ubo {
  background-color: #0086aa;
  color: #FFFFFF !important;
  font-weight: bold;
  padding: 2px 12px 2px 12px;
  margin-left: 12px;
  border-radius: 2px;
}

.ilg-table .md-table-head-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
}

.md-table .md-table-head-text {
  line-height: 28px;
}

.cell-item {
  text-align: center;
}

.entityId {
  width: 10%;
  padding-left: 5%;
}

.entityName {
  width: 25%;
}

.countryCode {
  width: 10%;
  padding-left: 2%;
}

.entityShare {
  width: 10%;
  padding-left: 5%;
}

.entityAdress {
  width: 35%;
}
