/*
Main app less css
*/
/* Start of css */
@font-face {
  font-family: 'Museo700Regular';
  src: url('fonts/Museo700-Regular-webfont.eot');
  src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Museo700-Regular-webfont.woff') format('woff'), url('fonts/Museo700-Regular-webfont.ttf') format('truetype'), url('fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.app-title {
  font-family: Museo700Regular;
  font-size: 1.8em;
  color: white!important;
  font-weight: bold;
}
.task-quick-edit {
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
}
/* Vue JS */
[v-cloak] {
  display: none;
}
.svg-pane {
  height: 800px;
  width: 100%;
}
