/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:21:45 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
.zz-fav-item-dashboard {
  margin-bottom: 32px;
  color: #fff;
  font-family: 'Roboto Condensed';
}
.zz-fav-item-dashboard .header {
  padding: 8px;
  background: #3e5368;
}
.zz-fav-item-dashboard .header:before,
.zz-fav-item-dashboard .header:after {
  content: " ";
  display: table;
}
.zz-fav-item-dashboard .header:after {
  clear: both;
}
.zz-fav-item-dashboard .header .img {
  width: 50px;
  height: 58px;
  object-fit: cover;
  float: left;
  margin-right: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.zz-fav-item-dashboard .header .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.zz-fav-item-dashboard .header .subtitle {
  font-size: 14px;
}
.zz-fav-item-dashboard .header .flag {
  margin-right: 8px;
}
.zz-fav-item-dashboard .header > a {
  color: #fff;
}
.zz-fav-item-dashboard .content {
  color: #4a4a4a;
}
.zz-fav-item-dashboard .content .header {
  display: block;
  background: #fff;
  width: auto;
}
.zz-fav-item-dashboard.edition .img,
.zz-fav-item-dashboard.team .img {
  width: 50px;
  height: 50px;
  padding: 4px;
  object-fit: contain;
}
body.zz-site-mobile .zz-fav-item-dashboard .content .header {
  color: #4a4a4a;
  border-bottom: 1px solid #dddddd;
  line-height: normal;
  height: auto;
  margin-top: 8px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.zz-box-rightbar .header-nobg {
  display: block;
  background: transparent;
  padding: 10px 0;
  color: #2c3e50;
  height: auto;
}
.zz-fav-rightbar .zz-box-rightbar {
  border-bottom: 1px solid #dddddd;
}
.zz-fav-rightbar .zz-header-favorite {
  font-family: 'Roboto Condensed';
  color: #3399cc;
  border-bottom: 1px solid #dddddd;
  padding: 12px;
}
