/*
 * vsmapp app.css
 *
 */
.app {
  background-color: #ddc; }

.sl-table .sl-btn-1 {
  width: 103px; }
.sl-table .sl-name {
  width: 42rem;
  text-align: center; }
.sl-table .sl-duration {
  width: 10rem;
  margin: 5px 25px;
  text-align: right; }

.vsm-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 400px; }
  .vsm-menu tr {
    width: 100%;
    min-height: 2rem;
    border-bottom: 1px dashed #CCC; }
    .vsm-menu tr td {
      vertical-align: middle; }
    .vsm-menu tr:hover {
      background-color: #ddf;
      color: #00f; }
    .vsm-menu tr:active, .vsm-menu tr .active {
      background-color: #dfd;
      color: #0F0; }
    .vsm-menu tr:last-child {
      border-bottom: none; }

/**
 * Bootstrap style :
 */
.thumb {
  background: #eee;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }

body {
  padding: 50px;
  font: 20px/150% "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
  color: #666;
  background: #fcfcfc; }

input, textarea, button {
  font: inherit; }

.pt5 {
  padding-top: 0.5rem; }

.mb5 {
  margin-bottom: 0.5rem; }

.pd5 {
  padding: 0.5rem; }

.mg5 {
  margin: 0.5rem; }

.pt10 {
  padding-top: 1rem; }

.mb10 {
  margin-bottom: 1rem; }

.pd10 {
  padding: 1rem; }

.mg10 {
  margin: 1rem; }

.pt15 {
  padding-top: 1.5rem; }

.mb15 {
  margin-bottom: 1.5rem; }

.pd15 {
  padding: 1.5rem; }

.mg15 {
  margin: 1.5rem; }

.pt20 {
  padding-top: 2rem; }

.mb20 {
  margin-bottom: 2rem; }

.pd20 {
  padding: 2rem; }

.mg20 {
  margin: 2rem; }

.pt25 {
  padding-top: 2.5rem; }

.mb25 {
  margin-bottom: 2.5rem; }

.pd25 {
  padding: 2.5rem; }

.mg25 {
  margin: 2.5rem; }

.pt30 {
  padding-top: 3rem; }

.mb30 {
  margin-bottom: 3rem; }

.pd30 {
  padding: 3rem; }

.mg30 {
  margin: 3rem; }

.importExportBox {
  font-size: 10px;
  width: 100%;
  margin: 2rem; }
  .importExportBox textarea {
    width: 56em;
    height: 40em; }

table.header-fixed tr {
  width: 100%;
  display: inline-table; }
table.header-fixed tbody {
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  height: 300px; }

.inline-clickable {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  cursor: pointer; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.todo-list {
  list-style: none;
  text-indent: 0;
  padding: 0; }

.todo-item {
  padding: 0.5em; }

.todo-done {
  text-decoration: line-through;
  font-style: italic;
  color: #999; }
