.text-link {
  color: #100e11;
}
.selector-hide {
  display: none;
}

.required-fail {
  background-color: #ebd247 !important;
}

.flatpickr-calendar {
  padding: 0px;
}

main .tab-content .input-list > * {
    border-bottom: 1px solid #dddddd;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .item-search input {
  margin-right: 20px;
}

.popup .item-search select {
  max-width: 100%;
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
}
.popup .item-search .select {
  width: 240px;
  display: inline-block;
  margin-right: 20px;
}
.popup .item-search .select:after {
    background-color: transparent;
    width: 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

table.choice .check {
    margin-left: 0px;
}

.popup-action-erea {
    width: 100%;
    margin-bottom: 20px;
}

.popup-action-erea .btn{
    margin-right: 20px;
    display: inline-block;
}

.popup-action-erea .btn .h30{
    height: 30px;
}

/* 点滅 */
.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

main .input-list > div.header span {
    text-align: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    align-items: center;
    margin-right: -10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

main .input-list > div.header span:not(:last-child) {
    display: inline-block;
}

main .input-list > div.header dl dd:not(:last-child) {
    display: inline-block;
}

.list-thumbnail {
    height: 90px;
}

.progress-circle {
    display: inline-block;
    height: auto;
    width: 1.5em;
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: -0.5em;
}
.progress-circle > svg {
    height: 100%;
    display: block;
}

table td {
    padding: 1px 15px;
}

img, main .upload-block .item-upload label img {
 max-width: 100%;
 max-height: 200px;
 width: auto;
 height: auto;
}

video.preview {
  max-width: 50%;
  margin: 0 auto;
}
img.preview {
  max-width: 50%;
  max-height: 50vh;
  margin: 0 auto;
  width: auto;
  height: auto;
}
audio.preview {
  max-width: 50%;
  margin: 0 auto;
}

table.programtab .product .img, table#contents-table .product .img{
  max-width: 100%;
  height: auto;
  margin: 5%;
  margin-left: auto;
  margin-right: auto;
}

main .input-list > div dl dt {
  width: 150px;
  font-weight: bold;
}

main .move-block .item-links > a.prev, main .move-block .item-links > a.next, main .move-block .item-links > a.first, main .move-block .item-links > a.last {
  margin-left: 3px;
  margin-right: 3px;
  width: 28px;
}

.js-detail td {
  padding-top: 10px;
  padding-bottom: 10px;
}

textarea {
  height: 80px;
}

.popup .item-upload.dragenter {
  border: 3px dashed #0B85A1;
}

label.thumbnail {
  text-align: center;
}

main .notice-block.warning {
  background-color: rgba(251, 255, 0, 0.3);
}

.popup-item.input-list ul li {
  border: none;
}

.popup-item.input-list p {
  font-weight: bold;
  margin-right: 15px;
  width: 110px;
  display: inline-block;
}

.popup-item.input-list input {
  width: 60%;
  border: none;
  border-bottom: 1px solid #2f2731;
}

.g-recaptcha {
  margin-bottom: 30px;
}

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

.btn a.disable, .btn input.disable, .btn span.disable, .btn label.disabel {
  background-color: #808080;
  cursor: no-drop;
}

.item-error small {
  color: #000;
}

.item-nav {
  cursor: pointer;
}

a.dummy {
    cursor: default;
    background: none;
}
a.dummy:hover {
    cursor: default;
    background: none;
}

table .btns > a.file.image, table .btns > span.file.image {
  background: url('../img/icon-file-image.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.fbx, table .btns > span.file.fbx {
  background: url('../img/icon-file-3d.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.collada, table .btns > span.file.collada {
  background: url('../img/icon-file-3d.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.video, table .btns > span.file.video {
  background: url('../img/icon-file-video.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.audio, table .btns > span.file.audio {
  background: url('../img/icon-file-audio.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.alpha, table .btns > span.file.alpha {
  background: url('../img/icon-file-alpha.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.zip, table .btns > span.file.zip {
  background: url('../img/icon-file-zip.png') no-repeat;
  background-size: 100%;
}

table .btns > a.file.dic, table .btns > span.file.dic {
}

table .btns > a.file.other, table .btns > span.file.other {
}

/* SmartAR 用*/
table tr.clickable.disable {
  cursor: default;
}

table tr.clickable.disable .btns{
  cursor: pointer;
}

table tr.clickable.disable td {
  background-color: #808080;
}

main .input-block .item-input label.presetswitch {
  position: relative;
  display: block;
}

/* スイッチ (contentはHtml.phpで上書き) */
label.presetswitch {
    padding: 12px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}

label.presetswitch:before {
    padding: 6px 15px;
    content: 'Preset';
    border-radius: 15px 0 0 15px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: darkgray;
}
label.presetswitch:after {
    padding: 6px 15px;
    content: 'Registered';
    border-radius: 0 15px 15px 0;
    background: #f5a932;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
input + label.presetswitch:hover:before {
    opacity: 0.5;
}
input:checked + label.presetswitch:before {
    background: #21a5c1;
    color: #FFF;
    opacity: 1;
}
input:checked + label.presetswitch:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: darkgray;
}
input:checked + label.presetswitch:hover:after {
    opacity: 0.5;
}


/* スイッチ (contentはHtml.phpで上書き) */
label.chartswitch {
    padding: 12px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}

label.chartswitch:before {
    padding: 6px 15px;
    content: 'count';
    border-radius: 15px 0 0 15px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: darkgray;
}
label.chartswitch:after {
    padding: 6px 15px;
    content: 'ratio';
    border-radius: 0 15px 15px 0;
    background: #f5a932;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
input + label.chartswitch:hover:before {
    opacity: 0.5;
}
input:checked + label.chartswitch:before {
    background: #21a5c1;
    color: #FFF;
    opacity: 1;
}
input:checked + label.chartswitch:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: darkgray;
}
input:checked + label.chartswitch:hover:after {
    opacity: 0.5;
}


/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  cursor: pointer;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  /* color: #009a9a; */
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.drag {
  cursor: move;
}

img.material-preview {
  width: 38px;
  height: auto;
  display: flex;
  margin-left: auto;
  margin-right: 60px;
  cursor: pointer;
}

img.material-preview:hover {
  background-color: rgb(164, 158, 166, 0.6);
}

.item-content .option {
  border-bottom: 1px solid #dddddd;
}

main .box-list > li:first-child .item-hide {
    display: flex;
}

	
.material-dragging-div {
  border-radius: 30%;
  position: absolute;
  top: 0;
  left: 0; 
  posinter-events: none;
}
 
.material-dragging-div {
  width: 100px;
  height: 100px;
  box-shadow: 3px 3px 3px;
  background-color:rgba(242,242,242,0.6);
  z-index: 1001;
}
 
.material-dragging-div p{
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  color: rgb(195, 42, 77);
  font-size: 24px;
}

table .product.layer-contents p.img {
  padding:0px;
  margin:0px;
}

table .product.layer-contents p.name {
  margin-left: 12px;
}

table .product.layer-contents p.duration {
  width: 110px;
  margin-left: auto;
  margin-right: 0px;
  text-align: right;
}

table .product.layer-contents p.duration input {
  display: inline-block;
  width: 80px;
  min-width: 80px;
}

.popup-layer-setting-input ul li p {
  width: 30%;
}

.popup-layer-setting-input ul li input {
  display: inline-block;
  width: 30%;
}

table .product .material-icon {
  margin-left: auto;
  margin-right: 10px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  border-radius: 50%;
  z-index: 9999;
  background: #d6d0d8 url(../img/arrow-next.svg) no-repeat center;
  transform: rotate(-90deg);
}

#page_top:hover {
  background-color: #625565;
  background-image: url(../img/arrow-next_white.svg);
}


dd.effect-files {
  background-color: #FFF;
}
dd.effect-files dl {
  margin-top: 5px;
  margin-bottom: 5px;
}
dd.effect-files dl dd.icon {
  max-width: 30px;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

main .tabs li.basic a {
  background: #625565;
  color: #FFF;
  border: 2px groove #625565;
  border-bottom: none;
}

main .tabs li.current.basic a {
  background-color: #FFF;
  color: #000;
}

main .tabs li.option a {
  background: #f36464;
  color: #FFF;
  border: 2px groove #f36464;
  border-bottom: none;
}

main .tabs li.current.option a {
  background-color: #FFF;
  color: #000;
}

dd.effect-files lu{
  width: 100%;
}

dd.effect-files lu li {
  position: relative;
  border-bottom: 1px solid #dddddd;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

dd.effect-files lu li span.effect-file-thumbnail {
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 80px;
  height: 80px;
}

dd.effect-files lu li span.effect-file-thumbnail img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

dd.effect-files lu li span.effect-file-name {
    position: absolute;
    left: 100px;
    right: 85px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: auto;
    height: auto;
}

dd.effect-files lu li span.effect-file-name > span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

dd.effect-files lu li span.effect-programset-name {
    position: absolute;
    left: 10px;
    right: 85px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: auto;
    height: auto;
}

dd.effect-files lu li span.effect-programset-name > span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

dd.effect-files lu li span.icon{
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

dd.effect-files lu li span.handle-files {
  cursor: move;
  position: absolute;
  right: 90px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #21a5c1 url(../img/icon-drag.svg) no-repeat center;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

dd.effect-files lu li span.copy {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #41cf8e url(../img/icon-copy.png) no-repeat center;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

/* エフェクト入力フォーム */
div.effect-form .condition-list dt {
  width: 30%;
}
div.effect-form .condition-list dd {
  padding-left: 30px;
  width: 70%;
}
div.effect-form .condition-list dd label.select {
  width: 100%;
  max-width: 500px;
}
div.effect-form .condition-list dd .scalar-left {
  margin-left: 5px;
  margin-right: 10px;
}
div.effect-form .condition-list dd .scalar-right {
  margin-left: 10px;
}
div.effect-form .condition-list dd input {
  width: 100%;
  max-width: 500px;
}
div.effect-form .condition-list dd textarea {
  height: 500px;
  width: 100%;
  max-width: 100%;
}
.noUi-pips, .noUi-value-sub {
  color: #000;
}
main .range .noUi-connects {
  cursor: pointer;
}
main .condition-list dd .check-radios > * {
  width: unset;
}

/* エフェクトヘルプ */
.tooltip > div {
  width: 250px;
  background: rgba(97,97,97,.9);
  color: #fff;
  border: 1px solid rgba(97,97,97,.9);
}

.tooltip > div:before, main .tooltip > div:after {
  border-color: transparent transparent #616161 transparent;
}

.tooltip > div:after {
  border-bottom-color: #616161;
}

/* カレンダー */
main .schedule-top .auto-replay-on {
  color: #565058;
  margin-left: auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

main .schedule-top .auto-replay-off {
  color: #fa6464;
  margin-left: auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

main .schedule-calendar .calendar li > a, main .schedule-calendar .calendar li > a.interrupt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  height: 17px;
  border: solid 1px;
  left: unset;
  top: unset;
  cursor: pointer;
  position: relative;
}

main .schedule-calendar .calendar li > a.dummy, main .schedule-calendar .day-list > li .interrupt a.dummy, .popup .item-calendar .day-list > li .interrupt a.dummy {
  background-color: transparent;
  border: none;
  cursor: default;
  z-index: 1;
}

main .schedule-calendar .calendar li {
  padding-top: 30px;
}

main .schedule-calendar .day-list > li .interrupt, #popup-timeline .item-calendar .day-list > li .interrupt {
  height: unset;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

main .schedule-calendar .day-list > li .interrupt a, #popup-timeline .item-calendar .day-list > li .interrupt a{
  padding: 0px;
  height: 25px;
}

main .schedule-calendar .day-list > li a, #popup-timeline .item-calendar .day-list > li a{
  border: solid 1px;
  cursor: pointer;
}

main div.schedule-calendar .tooltip, #popup-timeline .tooltip {
  margin-left: 0px;
}

.tooltip > a:hover + div {
  pointer-events: auto;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main div.schedule-calendar .tooltip > div, #popup-timeline .tooltip > div  {
  width: 250px;
  background: rgba(97,97,97,1);
  color: #fff;
  border: 1px solid rgba(97,97,97,1);
  z-index:3;
}

main .schedule-calendar .day-list li.today {
  background-color: rgba(238, 238, 238, .6);
}

main .schedule-calendar .day-list li.today div.day {
  color: #f18a2f;
  font-weight: bold;
}

/* エフェクト設定一覧のコピー */
tr.js-copy .lineup-circle {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-right: 10px;
}

/* ローディング中モーダル */
#page-loading {
  width: 500px;
  background: transparent;
  border: none;
  box-shadow: none;
}

#page-loading > div.message {
  background-color: transparent;
  border: none;
  text-align: center;
  color: #323232;
  font-weight: bold;
}

/* グラフ */
.no-data {
  width: 100%;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  color: #808080;
}

div .range-link {
  margin-bottom: 30px;
  text-align: right;
}

div .range-link div.btn {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
}

div .range-link div.btn a {
  width: 100px;
  height: 30px;
}

div .range-link div.btn a.current {
  background-color: transparent;
  cursor: default;
  color: #606060;
}

/* シスログ */
.syslog-limit-notice {
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
  color: #fa6464;
}
table.syslog-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #888888;
}

table.syslog-table tr.trigger {
  border-bottom: 1px solid #dddddd !important;
}

table.syslog-table tr.trigger.active > * {
 /* background: rgba(214, 208, 216, 0.2) !important; */
}

table.syslog-table tr.trigger.active + tr > * {
  background: rgba(214, 208, 216, 0.2) !important;
}

table.syslog-table tr.trigger + tr {
  display: table-row;
  background: rgba(214, 208, 216, 0.2) !important;
}

table.syslog-table tr.trigger + tr dl.detail{
  display: none;
}

table.syslog-table tr.trigger {
  border-bottom: none;
}

table tr.trigger.active + tr {
}

table.bgnone tbody tr th, table.bgnone tbody tr td {
}

table.syslog-table tr.trigger.active + tr dl.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

table.syslog-table .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -15px;
}

table.syslog-table .list dl {
  width: calc(33.3333% - 30px);
  margin-right: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

table.syslog-table .list dl.message {
  width: calc(100% - 60px);
}

table.syslog-table .list dl dt {
  width: 120px;
  background: #625565;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
}

/* Billing */
table.syslog-table .log_level_5 {
  background: linear-gradient(transparent 0%, #278158 0%);
  color: #FFF;
}

/* Fatal */
table.syslog-table .log_level_4 {
  background: linear-gradient(transparent 0%, #ad00ff 0%);
  color: #FFF;
}

/* Error */
table.syslog-table .log_level_1 {
  background: linear-gradient(transparent 0%, #ff5549 0%);
  color: #FFF;
}

/* Warning */
table.syslog-table .log_level_2 {
  background: linear-gradient(transparent 0%, #f9df00 0%);
  color: #000;
}

/* Event */
table.syslog-table .log_level_5 {
  color: #000;
}

table .list dl dd {
}

.shortcut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* 一覧テーブルのソートボタン */
table thead th.header {
  cursor: pointer;
}

table thead th.header:after {
  content: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  width: auto;
  height: 10px;
}

table thead th.headerSortDown:after {
  content: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  width: auto;
  height: 10px;
  position: relative;
  top: -3px;
}
table thead th.headerSortUp:after {
  content: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  width: auto;
  height: 10px;
}

/* 一覧ヘッダ */
table colgroup col.col-date {
  width: 10%;
}

table colgroup col.col-datetime {
  width: 12%;
}

/* レイヤ追加ボタン */
main .box-title a:before {
    content: url(../img/icon-plus.svg);
    line-height: 0;
    margin-right: 5px;
    position: relative;
}

/* 一覧に戻るリンク */
div.title-block p.link {
  width: 230px;
}

/* コピーライト */
.copyrigth {
  color: #fff;
  font-size: .7em;
  letter-spacing: .1em;
  padding: 20px 0;
  text-align: center;
  font-family: roboto,sans-serif;
  position: absolute;
  bottom: 0;
}

/* 番組編成コピーのカレンダーモーダル */
.copy-input-block input.js-copy-date {
  display: none;
}
.flatpickr-day.base-play-day {
  color: #dc143c !important;
  font-weight: bold !important;
}

#popup-copy-date-select .copy-input-block {
  width: 330px;
  height: 400px;
}

#popup-copy-date-select .copy-list-block {
  width: 400px;
  height: 360px;
  float: right;
  position: absolute;
  top: 45px;
  left: 360px;
}

/* ログのグラフのタイトルと同じレイアウト */
.chart-title {
    font-family: Helvetica, Arial, sans-serif;
    opacity: 1;
    text-anchor: start;
    dominant-baseline: auto;
    font-size: 18px;
    fill: rgb(55, 61, 63);
    display: block;
    white-space: nowrap;
    padding: 12px;
}

