// Copyright (c) 2018 Task One LLC. All rights reserved

a.navbar-brand {
  padding: 0px 0px; //adjust this accordingly until you have it centered.
}



.playlist {
  font-family: 'Roboto Condensed', sans-serif;
}

.k-treelist{
  font-size: 85%;
}
h1 {
  font-size: 2em;
}

 .footer {
  position: fixed;

  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
  font-size:0.85em;
  line-height: 20px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

#corneredbox {
  border-radius: 20px;
  border: 0.5px solid #ceddef;
  padding: 20px;
  margin: 30px 2.5em 0px 0px;
  box-shadow: 1px 1px 10px #aacdf7;
  font-family: 'Inconsolata', sans-serif;

  /* width: 200px; */
  /* height: 150px; */
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.flex-labels
{
  min-height: 100%;
  margin: 0;
  font: 14px sans-serif;
}

#kendo-ui-table
{
  margin: 0.5em 3em;
}
.playlist{
  font: 13px sans-serif;
}
.k-grid  .k-grid-header  .k-header  .k-link {
  height: auto;
}

.k-grid  .k-grid-header  .k-header {
  white-space: normal;
}
