body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
}

.btn-print {
  display: none !important;
}

table {
  width: 100%;
}

#groupTitle {
  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: 12px;
  text-align: left;
}

.md-table-cell-container {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-table-cell {
  border-top: 1px solid #e0e0e0;
}

.big-dot    {
  font-size: 22px;
  margin-right: 10px;
}
.score-0    { color: #000000 }
.score-1-2  { color: #FF0000 }
.score-3-5  { color: #FF6600 }
.score-6-8  { color: #FFC000 }
.score-9-12 { color: #CACA00 }
.score-13-16{ color: #92D050 }
.score-17-20{ color: #00B050 }

.md-table-row {
  height: 44px !important;
}

.separator {
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #D7D7D7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
}

.group-structure-tab {
  background-color: #FFFFFF;
  display: block;
}

.group-structure-tab .table-separator{
  display:block;
  height:30px;
  width:100%;
  border-top: 1px solid #D7D7D7;
}

.group-icon{
 display:block;
 position:absolute;
 width:25px;
 height:25px;
}

.group-name {
  display: block;
  padding-left: 31px;
  padding-top: 4px;
  min-height: 25px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  vertical-align: middle;
}

.group-name .selected{
  padding:4px 8px ;
  background-color: #01BDD5;
  color:white;
  border-radius:3px;
}

.group-path {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.group-path li {
  display: inline-block;
  color: #AAAAAA;
}

.group-path li:after{
 content:'>';
 font-weight: bold;
 color: #01BDD5;
 margin-left:10px;
 margin-right:10px;
}

.group-path li:last-child {
  background-color: #01BDD5;
  color: white;
  border-radius: 2px;
  padding: 2px 5px 0;
}

.group-path li:last-child:after{
 display:none;
}

.visible{
  display: table-row;
}

.invisible{
  display: none;
}

.country-name {
  margin-right:10px;
}

.country-flag-size {
  font-size:18px;
}

.identity-sites {
  position: relative;
  min-height: 100%;
}

.search-wrapper {
  position: absolute;
  right: 0;
  top: 18px;
  text-align: right;
}

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-row .md-table-cell {
  font-size: 13px;
}

.value {
  color: #03314C;
  font-weight: bold;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.label {
  text-transform: uppercase;
  color: #AAAAAA;
  font-size: 13px;
}

.kpi {
  flex: 33%;
  margin: 16px 0;
  text-align: center;
}

.kpi:not(:last-child){
  border-right: 1px solid #D7D7D7;
}

.kpi .value {
  padding-top: 15px;
  font-size: 30px;
}

.inherit-color{
  color:inherit !important;
}
