@charset "UTF-8";

.page-actions {
  margin-top: 14px;
  margin-bottom: 14px;
  min-height: 40px;
}

.breadcrumb {
  margin-top: 14px;
  margin-bottom: 14px;
}

.pagination {
}

.table.table-entries > tbody > tr > td,
.table.table-entries > tbody > tr > th {
  vertical-align: middle;
}

.table-entry-actions {
}

.table-entry-filters {
  float: right;
}

.table.table-entries > tbody > tr > td .label {
  font-weight: normal;
  margin-right: 2px;
}

.offset-top  {
  margin-top: 6px;
}

.offset-top2  {
  margin-top: 15px;
}

.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal;
}

.footer {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 120px;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
  text-align: center;
}

/* --------------------------------------------------------------------- */
/*	チェックボックス
/* --------------------------------------------------------------------- */
.checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.checkbox-inline:first-child {
    margin-right: 10px;
    vertical-align: top;
}
/* --------------------------------------------------------------------- */
/*  Youtube ボタン
/* --------------------------------------------------------------------- */
.iconMovie{
    display:inline-block;
    background-image: url("../../../function/images/icon_movie.svg");
    background-repeat: no-repeat;
    background-color: transparent!important;
    width: 28px;
    height:24px;
    margin-bottom: -11px;
    margin-right: 2px;

}