@charset "UTF-8";
html, body {
    height: 100%;
    background: #f0f0f0;
    font-size: 14px;
    font-family: 'Open Sans', Meiryo, 'メイリオ', Arial, sans-serif;
    }
html {
    background-color: #fff !important;
    background: linear-gradient(180deg, #343a40 0%, #343a40 50%, #343a40e6 70%, #343a4080 100%);
    }
body#signin {
    position: relative;
    padding-top: 60px;
    }
.container-fluid {
    margin: 0 auto;
    padding: 10px 15px;
    height: 100%;
    overflow: auto;
    }
body#center {
    display: table;
    width: 100%;
    }
#center .container-fluid {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    }
.navbar {
    display: block;
    padding: 10px 0;
    min-height: 60px;
    background:  #E76710;
    }
.navbar-nav{
background:  #E76710;
}
.navbar .navbar-header {
    padding: 0 1.5rem;
    }
.navbar .navbar-toggler {
    margin-right: 1rem;
    }
.navbar-brand {
    margin: 0;
    }
.navbar .navbar-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 1.5rem;
    height: 60px;
    line-height: 60px;
    }
.navbar .navbar-footer a {
    display: inline-block;
    box-sizing: content-box;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 5px;
    border: 2px solid;
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
    }
.navbar .navbar-footer a:hover {
    color: #fff;
    border-color: #e74c3c;
    background-color: #e74c3c;
    }
.navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 232px;
    /*background-color: #E76710 !important*/
    }
.navbar .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
    margin-right: 0;
    line-height: 2.5em;
    transition-timing-function: ease-out;
    transition-duration: .15s;
    transition-property: background-color;
    }

.bg-dark.navbar-dark .navbar-nav .nav-link:focus,
.bg-dark.navbar-dark .navbar-nav .nav-link:hover,
.bg-dark.navbar-dark .navbar-nav .active > .nav-link,
.navbar .nav-item.active a,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
    background: #f4be97;
    color: #000 !important;
    font-weight: 600;
    }
.navbar .nav-item .nav-link::before {
    content: none;
    }
.navbar .nav-item .nav-link i {
    margin-right: 10px;
    font-size: 1.5em;
    vertical-align: middle;
    }
.navbar.fixed-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    }

.navbar .navbar-nav .sub-item a {
    color: #2c3e50;
    font-weight: 600;
    }
.bg-dark.navbar-dark .navbar-nav .sub-item .nav-link:focus,
.bg-dark.navbar-dark .navbar-nav .sub-item .nav-link:hover,
.bg-dark.navbar-dark .navbar-nav .sub-item.active > .nav-link,
.navbar .nav-item.sub-item.active a,
.navbar .navbar-nav .sub-item .nav-link:focus,
.navbar .navbar-nav .sub-item .nav-link:hover {
    color: #963100 !important;
    }
.bg-dark.navbar-dark .navbar-nav .sub-item.active > .nav-link.text-danger,
.navbar .nav-item.sub-item.active a.text-danger {
    color: #e74c3c !important;
    }

.content-header {
    margin-bottom: 2rem;
    }
h1, .h1 {
    color: #E76710;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }
h2 {
    font-size: 1.5rem;
    background: #3498db;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 1rem;
    }
.row + h2 {
    margin-top: 40px;
    }
small {
    vertical-align: top;
    }
.btn {
    padding: 0 0.75rem;
    height: 34px;
    line-height: 34px;
    border-radius: 0.25rem;
    }
.btn-block {
    margin-bottom: 1rem;
    }

#debugs {
    position: absolute;
    top: 1vh;
    left: 5vw;
    z-index: 99999999;
    width: 90vw;
    padding: 15px;
    border: 1px solid;
    border-radius: 5px;
    }
#debugs pre {
    max-height: 90vh;
    font-size: 12px;
    background: #ffffff80;
    }
#debugs_control {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    }
.no-manual {
    border: 2px solid #E76710;
    padding: 15px 20px;
    }

.table th,
.table thead th,
.table td {
    border-width: 2px;
    vertical-align: middle;
    font-size: 12px;
    padding: 6px;
    }
.table th.center,
.table td.center {
    text-align: center;
    }
.table thead.thead-dark th,
.table thead.thead-dark td {
    border-bottom-width: 1px;
    background-color: #E76710;
    border-color: #963100;
    }
.table .thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    }
.table .thumbnail a {
    display: block;
    width: 206px;
    height: 116px;
    }
.table .thumbnail img {
    height: 116px;
    position: absolute;
    top: 0;
    left: 0;
    }
.table .thumbnail .mpid {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 26px;
    z-index: 9;
    margin: 0;
    color: #fff;
    line-height: 28px;
    background: #00000080;
    padding: 2px 5px;
    border-radius: 3px;
    }
.table td.meta {
    font-size: 12px;
    }
.table td.meta .mid {
    display: block;
    position: relative;
    border: 1px solid #E76710;
    border-radius: 3px;
    width: 100%;
    text-align: right;
    padding: 0 5px;
    }
.table td.meta .mid em {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    background: #E76710;
    color: #fff;
    padding: 0 5px;
    }
.table .badge {
    font-size: 11px;
    font-weight: 400;
    border-radius: 0;
    }
.table .badge-pill {
    border-radius: 10rem;
    margin-left: 3px;
    }

.table-responsive {
    margin-bottom: 1rem;
    }
.table-responsive table.table {
    position: relative;
    margin: 0;
    min-width: 900px;
    }
.table-responsive .table tbody {
    max-height: calc(100vh - 390px);
    overflow-y: scroll;
    }
.table-responsive .table tr {
    display: block;
    font-size: 0;
    }
.table-responsive .table tr.no-data,
.table-responsive .table tr.no-data > th,
.table-responsive .table tr.no-data > td {
    color: #f44336;
    background-color: #f5c6cb;
    }
.table-responsive .table-hover .no-data:hover,
.table-responsive .table-hover .no-data:hover > td,
.table-responsive .table-hover .no-data:hover > th {
    background-color: #f1b0b7;
    }
.table-responsive .table tr.no-data > .thumbnail:after {
    content: '';
    }
.table-responsive .table tr.no-data > .thumbnail a {
    display: none;
    }
.table-responsive .table tr .badge-info {
    display: block;
    font-size: 0;
    background-color: transparent;
    }
.table-responsive .table tr .edit_check {
    }
.table-responsive .table tr .badge-info:after {
    content: '確認中';
    font-size: 12px;
    display: block;
    padding: 5px 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #212529;
    background-color: #c7c8ca;
    }
.table-responsive .table tr.no-data .badge-info:after {
    content: '動画ナシ';
    color: #fff;
    background-color: #dc3545;
    }
.table-responsive .table tr.data-success .badge-info:after {
    content: '配信ＯＫ';
    color: #fff;
    background-color: #3498db;
    }
.table-responsive .table tr.no-active.data-success .badge-info:after {
    content: ' 非公開 ';
    color: #212529;
    background-color: #ffc107;
    }
.table-responsive .table .btn-info {
    padding: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 2px;
    }

.table-responsive .table tr > .thumbnail i {
    display: none;
    }
.table-responsive .table tr.no-data > .thumbnail i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    margin: -16px 0 0 -18px;
    }

.table-responsive .table th,
.table-responsive .table td {
    display: inline-block;
    font-size: 12px;
    height: 119px;
    border-width: 1px;
    }
.table-responsive .table td.meta {
    padding: 0.3rem 0.5rem;
    }
.table-responsive .table td.meta strong {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 16px;
    }
.table-responsive .table td.meta strong em {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-left: 2px;
    }
.table-responsive .table td.center .badge {
    margin: 6px 0;
    }

.table-responsive .table tr th:first-child,
.table-responsive .table tr td:first-child {
    border-left-width: 2px;
    }
.table-responsive .table th:last-child,
.table-responsive .table td:last-child {
    border-right-width: 2px;
    }
.table-responsive .table tr th:last-child {
    border-right-color: #fff;
    }
.table-responsive .table tr:first-child th,
.table-responsive .table tr:first-child td {
    border-top-width: 2px;
    }
.table-responsive .table tr:last-child th,
.table-responsive .table tr:last-child td {
    border-bottom-width: 2px;
    }

.table thead,
.table tbody {
    display: block;
    }
.table thead .w40,
.table tbody .w40 {
    width: 40px;
    }
.table thead .w70,
.table tbody .w70 {
    width: 70px;
    }
.table thead .w80,
.table tbody .w80 {
    width: 80px;
    }
.table thead .w85,
.table tbody .w85 {
    width: 85px;
    }
.table thead .w120,
.table tbody .w120 {
    width: 120px;
    }
.table thead .w150,
.table tbody .w150 {
    width: 150px;
    }
.table thead .w160,
.table tbody .w160 {
    width: 160px;
    }
.table thead .w170,
.table tbody .w170 {
    width: 209px;
    }
.table thead .calcauto,
.table tbody .calcauto {
    position: relative;
    width: calc(100% - 369px);
    }
.table tbody .priority {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    margin-right: 5px;
    }
.table tbody .priority.priority_edit {
    cursor: pointer;
    }
.table tbody .priority i {
    font-size: 24px;
    color: #95a5a6;
    }
.table tbody .priority.no-priority i {
    color: #f39c12;
    }

.edit_check span {
    display: none;
    height: 28px;
    line-height: 28px;
    border-radius: 0.25rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    width: 100%;
    cursor: not-allowed;
    margin-top: 2px;
    }

.table-responsive .table .exclusive .btn-info {
    display: none;
    }
.table-responsive .table .exclusive .btn-disable {
    display: block;
    }

.categories_box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 54px;
    padding: 3px 5px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    }
th .categories_box {
    text-align: left;
    display: block;
    }
.categories_box .badge-primary {
    position: absolute;
    top: 0;
    left: 5px;
    }
.categories_box .badge-secondary {
    margin: 0 0 1px 2px;
    height: 15px;
    }

.input-group {
    margin-bottom: 10px;
    }
.custom-control {
    display: inline-block;
    margin-right: 10px;
    padding-left: 1.2rem;
    }
.input-group-append span {
    cursor: pointer;
    color: #fff;
    background-color: #E76710;
    border-color: #E76710;
    }

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    }
.custom-control-label::before {
    background-color: #9e9e9e;
    }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    }
.custom-control-label::after {
    background-size: 70%;
    }

.nav-tabs {
    border: 0;
    }
.nav-tabs li {
    height: 30px;
    }
.nav-tabs li a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-color: #0f7864;
    border-width: 0 1px 1px 0;
    background-color: #0f7864;
    color: #fff;
    }
.nav-tabs li a.active {
    border-color: #E76710;
    background-color: #E76710;
    }

.nav-tabs li a.active {
    }
.manual_template .tab-content .tab-pane {
    display: block;
    }
.tab-content .tab-pane#tab_1st thead th,
.first-list .sortable-list-li:before,
.first-list .sortable-title:after {
    background-color: #E76710;
    border-color: #E76710;
    }
.tab-content .tab-pane#tab_1st .list-item-wrap,
.tab-content .tab-pane#tab_1st th,
.tab-content .tab-pane#tab_1st td,
.first-list .sortable-list-li,
.first-list .sortable-list-li:after {
    border-color: #E76710;
    }
.tab-content .tab-pane#tab_2nd thead th,
.second-list .sortable-list-li:before,
.second-list .sortable-title:after {
    background-color: #3498db;
    border-color: #3498db;
    }
.tab-content .tab-pane#tab_2nd .list-item-wrap,
.tab-content .tab-pane#tab_2nd th,
.tab-content .tab-pane#tab_2nd td,
.second-list .sortable-list-li,
.second-list .sortable-list-li:after {
    border-color: #3498db;
    }
.tab-content .tab-pane#tab_3rd thead th,
.third-list .sortable-list-li:before,
.third-list .sortable-title:after {
    background-color: #fd7e14;
    border-color: #fd7e14;
    }
.tab-content .tab-pane#tab_3rd .list-item-wrap,
.tab-content .tab-pane#tab_3rd th,
.tab-content .tab-pane#tab_3rd td,
.third-list .sortable-list-li,
.third-list .sortable-list-li:after {
    border-color: #fd7e14;
    }

.tab-content .tab-pane#tab_1st thead th,
.tab-content .tab-pane#tab_2nd thead th,
.tab-content .tab-pane#tab_3rd thead th {
    border-left-color: #fff;
    border-right-color: #fff;
    }
.tab-content .tab-pane#tab_1st thead th:first-child {
    border-left-color: #E76710;
    }
.tab-content .tab-pane#tab_2nd thead th:first-child {
    border-left-color: #3498db;
    }
.tab-content .tab-pane#tab_3rd thead th:first-child {
    border-left-color: #fd7e14;
    }
.tab-content .tab-pane#tab_1st thead th:last-child {
    border-right-color: #E76710;
    }
.tab-content .tab-pane#tab_2nd thead th:last-child {
    border-right-color: #3498db;
    }
.tab-content .tab-pane#tab_3rd thead th:last-child {
    border-right-color: #fd7e14;
    }

#ui-datepicker-div {
    margin-left: -4px;
    }
#ui-datepicker-div .ui-datepicker-header {
    border: 1px solid #ced4da;
    border-width: 1px 1px 0;
    border-radius: 5px 5px 0 0;
    background: #597ea2;
    color: #fff;
    }
#ui-datepicker-div .ui-datepicker-calendar {
    border: 1px solid #ced4da;
    border-width: 0 1px 1px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    }
#ui-datepicker-div .ui-datepicker-calendar td span,
#ui-datepicker-div .ui-datepicker-calendar td a {
    text-align: center;
    color: #597ea2;
    }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    font-size: 10px;
    text-indent: 0;
    cursor: pointer;
    }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    }
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    }
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    }

.fieldset {
    position: relative;
    margin-bottom: 1rem;
    padding: 10px 15px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 2px #cccccc80;
    background: #ffffff80;
    }

.form-group {
    position: relative;
    }
.form-group + .form-group {
    margin-top: 2rem;
    }

.fieldset h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .75rem;
    }
.fieldset h3 i {
    color: #e74c3c;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
    }
.fieldset h3 i:after {
    content: '必須';
    }
.custom-select {
    color: #212529;
    }

.form-text {
    font-size: .8rem;
    }

.chara-count {
    position: relative;
    }
.chara-count .cnt_box {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    }
.cnt-over .cnt_box {
    color: #e74c3c;
    }
.cnt-over .form-control,
.cnt-over .form-control:focus {
    border-color: #dc3545;
    }

.page-guide {
    font-size: 12px;
    font-weight: 600;
    margin: -10px 0 0.5rem;
    }
.pagination {
    margin: 0;
    justify-content: center;
    }
.page-link {
    padding: 0.5rem 0.5rem;
    }
.page-item.active .page-link {
    cursor: default;
    }

label {
    margin-bottom: 0;
    cursor: pointer;
    }
.form-control,
.form-control:focus {
    color: #212529;
    }
.custom-control-label::before,
.custom-control-label::after {
    top: 3px;
    }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #963100;
    }
.custom-radio #active_flg2.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffc107;
    }
.custom-file-label::after {
    content: 'ファイルを選択';
    }
#upload-form {
    }
#upload-form .movie_box {
    display: block;
    margin-bottom: 1rem;
    border: 5px solid #6d6d6d;
    border-radius: 2px;
    }
#upload-form .movie_box.play_only {
    position: relative;
    }
#upload-form .movie_box.play_only:after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -21px;
    }
#upload-form .movie_box img {
    width: 100%;
    }
.date-range-box {
    display: flex;
    align-items: flex-end;
    }
.date-range-box span {
    display: block;
    font-size: 18px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    }
#upload-btn.no-mime {
    cursor: no-drop;
    background: #808080;
    border-color: #808080;
    }
input, textarea, select,
.custom-file-label {
    box-shadow: 0 0 3px #ddd inset;
    overflow: hidden;
    word-break: keep-all;
    }

#manual_content {
    height: 1930px;
    max-height: 1930px;
    }

.content-header .error {
    border: 2px solid #e74c3c;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #e74c3c;
    }

#thumbnail_editor {
    display: none;
    }
#thumbnail_editor #canvas_wrap {
    position: relative;
    background: #000;
    }
#thumbnail_editor #video_wrap {
    position: relative;
    overflow: hidden;
    }
#thumbnail_editor #video_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    }
#thumbnail_editor #video_wrap img {
    width: 100%;
    opacity: 0;
    }
#thumbnail_editor #video_wrap iframe {
    top: 0;
    left: 0;
    }
#thumbnail_editor #local_video {
    width: 100%;
    }
#thumbnail_editor #thumb_controler {
    background: #000;
    position: relative;
    font-size: 0;
    padding: 7px 5px 5px;
    }
#thumbnail_editor #thumb_controler button {
    border: 0;
    border-radius: 5px;
    padding: 3px 20px;
    margin-right: 5px;
    outline: none;
    }
#thumbnail_editor #thumb_controler button i {
    font-size: 24px;
    }
#thumbnail_editor #thumb_controler button#thumb_play {
    }
#thumbnail_editor #thumb_controler button#thumb_play.onbutton {
    background: #E76710;
    color: #fff;    }
#thumbnail_editor #thumb_controler button#thumb_stop {
    }
#thumbnail_editor #thumb_controler button#thumb_stop.onbutton {
    background: #e74c3c;
    color: #fff;
    }
#thumbnail_editor #thumb_controler button#thumb_slow {
    }
#thumbnail_editor #thumb_controler button#thumb_slow.onbutton {
    background: #3498db;
    color: #fff;
    }
#thumbnail_editor #thumb_controler button#thumb_capture {
    position: absolute;
    right: 0;
    padding: 3px 50px;
    }
#thumbnail_editor #thumb_canvas {
    display: none;
    }
#thumb_img,
#thumb_img_btn {
    display: none;
    }
#thumb_img_preview img,
#movie_img img,
#thumb_img img {
    width: 100%;
    margin-bottom: 1rem;
    }
#progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #ecf0f1;
    border-radius: 0.25rem;
    position: absolute;
    bottom: 41px;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    border-radius: 0;
    height: 7px;
    }
#progress #progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: width 0.6s ease;
    width: 0;
    }
.error_message {
    display: none;
    border: 2px solid #e74c3c;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #e74c3c;
    margin: 5px 0;
   }

#replace_thumbnail_editor {
    display: none;
    }
#replace_thumbnail_editor #replace_canvas_wrap {
    position: relative;
    background: #000;
    }
#replace_thumbnail_editor #replace_video_wrap {
    position: relative;
    overflow: hidden;
    }
#replace_thumbnail_editor #replace_video_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    }
#replace_thumbnail_editor #replace_video_wrap img {
    width: 100%;
    opacity: 0;
    }
#replace_thumbnail_editor #replace_video_wrap iframe {
    top: 0;
    left: 0;
    }
#replace_thumbnail_editor #replace_local_video {
    width: 100%;
    }
#replace_thumbnail_editor #replace_thumb_controler {
    background: #000;
    position: relative;
    font-size: 0;
    padding: 7px 5px 5px;
    }
#replace_thumbnail_editor #replace_thumb_controler button {
    border: 0;
    border-radius: 5px;
    padding: 3px 20px;
    margin-right: 5px;
    outline: none;
    }
#replace_thumbnail_editor #replace_thumb_controler button i {
    font-size: 24px;
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_play {
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_play.onbutton {
    background: #E76710;
    color: #fff;    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_stop {
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_stop.onbutton {
    background: #e74c3c;
    color: #fff;
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_slow {
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_slow.onbutton {
    background: #3498db;
    color: #fff;
    }
#replace_thumbnail_editor #replace_thumb_controler button#replace_thumb_capture {
    position: absolute;
    right: 0;
    padding: 3px 50px;
    }
#replace_thumbnail_editor #replace_thumb_canvas {
    display: none;
    }
#replace_thumb_img,
#replace_thumb_img_btn {
    display: none;
    }
#replace_thumb_img_preview img,
#replace_movie_img img,
#replace_thumb_img img {
    width: 100%;
    margin-bottom: 1rem;
    }
#replace_progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #ecf0f1;
    border-radius: 0.25rem;
    position: absolute;
    bottom: 41px;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    border-radius: 0;
    height: 7px;
    }
#replace_progress #replace_progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: width 0.6s ease;
    width: 0;
    }

.parent_li {
    position: relative;
    margin: 20px 0;
    }
.parent_li h4 {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    vertical-align: top;
    border-left: 5px solid #E76710;
    }
.selector_list {
    position: relative;
    border-top: 1px solid #808080;
    padding: 0;
    margin-bottom: 40px;
    }
.selector_list li {
    position: relative;
    display: block;
    box-sizing: content-box;
    padding: 0 0 5px;
    margin-top: 5px;
    min-height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #808080;
    }
.genre_name,
.category_name {
    padding-left: 5px;
    }
.genre_li .genre_name,
.genre_li .allocation {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    }
.genre_li .allocation {
    font-size: 12px;
    }

.parent_li > button,
.selector_list li > button {
    position: absolute;
    top: 0;
    right: 0;
    }
.parent_li .fieldset,
.selector_list .fieldset {
    background: #f0f0f0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    }
.parent_li .input-group,
.selector_list .input-group {
    display: none;
    position: absolute;
    top: -34px;
    left: 0;
    width: 73%;
    background: #f0f0f0;
    }
.parent_li .input-group {
    padding: 0 0 0 10px;
    border-left: 5px solid #E76710;
    }
.parent_li.form-open .input-group,
.selector_list li.form-open .input-group {
    display: flex;
    }
.parent_li .btn-info:focus, .btn-info.focus,
.selector_list .btn-info:focus, .btn-info.focus,
.parent_li .btn-primary:focus, .btn-primary.focus,
.selector_list .btn-primary:focus, .btn-primary.focus,
.parent_li .btn-danger:focus, .btn-danger.focus,
.selector_list .btn-danger:focus, .btn-danger.focus {
    box-shadow: none;
    }
.parent_li .fieldset .form-group,
.selector_list .fieldset .form-group {
    position: relative;
    margin: 0;
    height: 0;
    transition: .3s;
    overflow: hidden;
    }
.parent_li.form-open .form-group,
.selector_list li.form-open .form-group {
    height: 150px;
    padding: 20px 0 0;
    }
.parent_li .button-group,
.selector_list .button-group {
    display: none;
    position: absolute;
    top: -34px;
    right: 0;
    background: #f0f0f0;
    width: 26%;
    text-align: right;
    }
.parent_li.form-open .button-group,
.selector_list li.form-open .button-group {
    display: block;
    }
.parent_li .button-group button,
.selector_list .button-group button {
    line-height: 1;
    padding: 0 10px;
    }
.parent_li .button-group i,
.selector_list .button-group i {
    font-size: 22px;
    }
.genre_li .form-group .allocation-pare,
.genre_li .form-group .allocation-save,
.genre_li .form-group .allocation-pare:active,
.genre_li .form-group .allocation-save:active {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #95a5a6;
    border-color: #95a5a6;
    cursor: default;
    }
.genre_li .form-group .allocation-pare.enable,
.genre_li .form-group .allocation-save.enable {
    background-color: #2c3e50;
    border-color: #2c3e50;
    cursor: pointer;
    }

.allocation-table {
    display: flex;
    border-style: solid;
    border-color: #808080;
    border-width: 0 1px 1px 0;
    }
.allocation-tr {
    flex-grow: 1;
    min-width: 20px;
    }
.allocation-tr div {
    height: 2rem;
    line-height: 2rem;
    border-style: solid;
    border-color: #808080;
    border-width: 1px 0 0 1px;
    text-align: center;
    }
.allocation-tr div.allocation-th {
    font-size: 11px;
    font-weight: 600;
    background: #ccc;
    }
.allocation-tr div.rowspan2 {
    height: 4rem;
    }
.allocation-tr div i {
    font-size: 24px;
    vertical-align: middle;
    color: #e74c3c;
    cursor: pointer;
    }
.allocation-tr div i:first-child {
    color: #3498db;
    }
.plus-disable div i.fa-plus-square,
.allocation-tr div i.minus-disable {
    color: #808080;
    cursor: default;
    }
.allocation-tr.cost-over .allocation-data {
    color: #e74c3c;
    font-weight: 600;
    }

#tag_input {
    }
#tag_pool {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-shadow: 0 0 3px #ddd inset;
    padding: 5px 10px 0;
    border: 1px solid #ced4da;
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 0;
    min-height: 31px;
    }
#tag_pool li {
    display: block;
    position: relative;
    padding: 4px 22px 0px 7px;
    margin: 0 5px 5px 0;
    height: 20px;
    line-height: 1;
    border-radius: 10px;
    color: #fff;
    background-color: #2c3e50;
    }
#tag_pool li strong {
    font-weight: 400;
    }
#tag_pool li span {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    }
#tag_pool li span i {
    color: #e74c3c;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 2px;
    }
#tag_input .input-group {
    width: 100%;
    }
#tag_value {
    border-top-left-radius: 0;
    }
#tag_insert {
    border-top-right-radius: 0;
    }

#all_genre_box {
    position: absolute;
    top: 0;
    right: 0;
    }
#designate_list {
    box-shadow: 0 0 3px #ddd inset;
    padding: 5px 10px 15px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    }
#designate_list .designate_li {
    position: relative;
    border-bottom: 1px solid #808080;
    margin-top: 5px;
    }
#designate_list .designate_name {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    }
#designate_list .button-group {
    position: absolute;
    top: 0;
    right: 0;
    }
#designate_list .btn-secondry {
    }
#designate_list .btn-secondry i {
    font-size: 26px;
    line-height: 32px;
    }
#designate_list .fa-angle-down {
    }
#designate_list .fa-angle-up {
    display: none;
    }
#designate_list .child_open .fa-angle-down {
    display: none;
    }
#designate_list .child_open .fa-angle-up {
    display: inline-block;
    }
#designate_list .selector_list {
    width: 100%;
    display: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #808080;
    }
#designate_list .child_open+.selector_list {
    display: block;
    }
#designate_list .designate_child {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    }
#all_genre_box .designate_label,
#designate_list .designate_label {
    font-size: 12px;
    }
#all_genre_box .designate_label i {
    vertical-align: middle;
    font-size: 24px;
    }
#designate_list .designate_label i {
    vertical-align: middle;
    font-size: 24px;
    line-height: 34px;
    }
#all_genre_box .fa-toggle-on {
    display: none;
    color: #18bca5;
    }
#designate_list .fa-toggle-on {
    display: none;
    color: #18bca5;
    }
#all_genre_box .fa-toggle-off,
#designate_list .fa-toggle-off {
    color: #7b8a8b;
    }
#all_genre_box #all_genre:checked+.designate_label .fa-toggle-on,
#designate_list .all_child:checked+.designate_label .fa-toggle-on,
#designate_list .designate:checked+.designate_label .fa-toggle-on {
    display: inline-block;
    }
#all_genre_box #all_genre:checked+.designate_label .fa-toggle-off,
#designate_list .all_child:checked+.designate_label .fa-toggle-off,
#designate_list .designate:checked+.designate_label .fa-toggle-off {
    display: none;
    }
#all_genre_box #all_genre.neutral:checked+.designate_label .fa-toggle-on,
#all_genre_box #all_genre.neutral+.designate_label .fa-toggle-on,
#designate_list .neutral:checked + .designate_label .fa-toggle-on,
#designate_list .neutral + .designate_label .fa-toggle-on {
    display: none;
    }
#all_genre_box #all_genre.neutral:checked+.designate_label .fa-toggle-off,
#all_genre_box #all_genre.neutral+.designate_label .fa-toggle-off,
#designate_list .neutral:checked + .designate_label .fa-toggle-off,
#designate_list .neutral + .designate_label .fa-toggle-off {
    display: inline-block;
    color: #7b8a8b80;
    }

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    }
#modal:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000004d;
    }
#modal #modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 50vh;
    margin: -25vh 0 0 -25vw;
    padding: 1rem;
    }
#modal .modal-content {
    box-shadow: 0 0 10px #00000080;
    }
#modal .modal-content {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    }
#modal .modal-header,
#modal .modal-footer {
    border: 0;
    }
#modal .modal-footer button {
    cursor: pointer;
    }
#modal #alert,
#modal #reload,
#modal #confirm,
#modal #spinner {
    display: none;
    text-align: center;
    }

#modal #spinner {
    padding: 0 0 20px;
    }
#modal #spinner .spinner-border {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border: .8rem solid;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 2s linear infinite;
    animation: spinner-border 2s linear infinite;
    }

.infomation-box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 5px;
    padding: 1rem 1.5rem 0 6rem;
    }
.info-title {
    font-size: 18px;
    font-weight: 600;
    }
.infomation-box:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    font-size: 36px;
    content: "\f129";
    color: #0c5460;
    display: block;
    width: 4rem;
    height: 4rem;
    border: 3px solid;
    border-radius: 2rem;
    text-align: center;
    line-height: 3.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    }

.accounts_template .col-form-label {
    line-height: 1;
    padding: 4px 15px 0;
    }
.error_board {
    background-color: #e74c3c;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    padding-right: 15px;
    }
#account-list {
    }
#account-list ul {
    }
#account-list li {
    }
#account-list .account-name {
    display: inline-block;
    width: 30%;
    }
#account-list .account-id {
    display: inline-block;
    width: 30%;
    }
#update_cancel,
#account_delete {
    display: none;
    }

#info_wrap,
#info_form {
    position: relative;
    }
#info_form {
    display: none;
    }
#info_wrap h3,
#info_form h3 {
    font-size: 18px;
    }
#info_form textarea {
    min-height: 200px;
    resize: vertical;
    }
#info_edit {
    position: absolute;
    top: -10px;
    right: 0;
    }
#info_submit {
    position: absolute;
    top: -10px;
    right: 84px;
    }
#info_cancel {
    position: absolute;
    top: -10px;
    right: 0;
    }
.info-container {
    background: #fff;
    padding: 16px;
    box-shadow: 0 2px 5px #888f8d;
    }
.info-header {
    color: #777777
    }
.info-box {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: #f6faeb;
    }
.info-box a {
    color: #00f;
    text-decoration: underline;
    }

.owner_list {
    width: 100%;
    max-width: 100%;
    min-width: 900px;
    }
.owner_index,
.owner_detail {
    width: 100%;
    font-size: 12px;
    border: 2px solid #E76710;
    }
.owner_index th,
.owner_detail th {
    text-align: center;
    width: 130px;
    background: #ddd;
    border: 1px solid #fff;
    }
.owner_index td,
.owner_detail td {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    }
.owner_index .w200,
.owner_detail .w200 {
    width: 200px;
    }
.owner_index {
    margin-top: 5px;
    }

.owner_index .email {
    user-select: text;
    }
.owner_index .trial {
    background: #3498db;
    color: #fff;
    }
.owner_index .trial_end {
    background: #f39c12;
    }
.owner_index .paid {
    }
.owner_index .unpaid {
    color: #fff;
    background: #dc3545;
    }
.owner_index .unpaid + td {
    color: #f44336;
    background-color: #f5c6cb;
    }
.owner_index .detail_toggle {
    text-align: center;
    }
.owner_detail {
    display: none;
    margin-top: -2px;
    }
.owner_detail tr {
    border-top: 2px solid #808080;
    }
.owner_detail .plan {
    text-align: center;
    width: 90px;
    }
.detail_open + .owner_detail {
    display: table;
    }


@media (min-width: 769px) {
    body#signin {
        padding-top: 0;
        padding-left: 232px;
        margin: 0 auto;
        }
    .navbar.fixed-left {
        bottom: 0;
        width: 232px;
        flex-flow: column nowrap;
        align-items: flex-start;
        }
    .navbar.fixed-left .navbar-collapse {
        position: unset;
        top: unset;
        margin-top: 10px;
        flex-grow: 0;
        flex-direction: column;
        width: 100%;
        }
    .navbar.fixed-left .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem;
        }
    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        }
    .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        position: unset;
        }
    .navbar .navbar-footer {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        height: auto;
        line-height: unset;
        }
    .nav-tabs li a {
        padding: 0 20px;
        }
    .table-responsive .table thead {
        overflow-y: scroll;
        position: relative;
        }
    .table-responsive .table:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0px;
        width: 17px;
        height: 96px;
        background: #f0f0f0;
        }
    .pagination {
        justify-content: left;
        }
    .page-link {
        padding: 0.5rem 0.75rem;
        }
    }
@media (min-width: 576px) {
    .parent_li,
    .input-group,
    .selector_list {
        width: 50%;
        }
    .form-row .input-group,
    .accounts_template .input-group {
        width: 100%;
        }
    }
