/*!
 * (c) Unlimiteck Styles - css/notebook-list.css
 */

.notebook-list-title
{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin:0;
}

.notebook-list-description
{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin:0;

}

.notebook-list-metadata
{
  font-size: 12px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  color: #777
}

.notebook-list-thumb img
{
  background-color:#fafafa;
  border: 0px solid #ccc;
}

.btn-add-notebook {
  background-color: #6BB3EF;
  color:#fafafa;
}

.client {
    margin-top: 25px;
}

.logo_client {
  max-height: 64px;
  max-width: 64px;
  line-height: 64px;
  padding-right: 10px;
}

.client-header {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}

.client-header h1 {
  padding: 0;
  margin:0;
  font-size: 30px;
}

.client-header h4 {
  padding: 0;
  margin:0;
  padding-top: 2px;
  color: #888;
  padding-left: 1px;
  font-size: 17px;
  font-weight: 300;
}

.project-title {
  margin-bottom:0;
  font-size: 26px;
}

.project-subtitle {
  color: #888;
  font-size: 14px;
  padding-left: 2px;
}

.notebook-icon {
  display:none;
}

.menu_superior {
  padding-bottom: 30px;
}

.notebook-description {
  max-width: 500px; /* I hate this line, we need to change a other fluid thing.*/
  whiteSpace: nowrap;
  overflow: hidden;
  textOverflow: ellipsis;
}

.breadcrumb * {
    font-size: 14px;
}