/**
 * Override
 **/
 body, pre {
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;;
  font-size: 14px;
  /*
  min-width: 980px;
  */
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.label {
  padding: .2em .8em;
  border-radius: .8em;
}

.checkbox label:before {
  top: 0;
  width: 15px;
  height: 15px;
}

.checkbox label:after {
  top: 1px;
  left: 1px;
}

.radio label:before {
  top: 0;
  width: 15px;
  height: 15px;
}

.radio label:after {
  top: 2px;
  left: 2px;
}

#single-wrapper {
  background: #f0f2f5;
}

.header .logo {
  text-align: left;
  padding-left: 3px;
  font-family: inherit;
  font-size: 24px;
  background: unset;
}

.header .logo img {
  max-height: 50px;
  width: auto;
}

.menu-active .header .logo:before {
  background: unset;
}

.menu-active .header .logo {
  color: #fff;
  font-size: 16px;
  padding-left: 16px;
}
.menu-active .header .logo:after {
  width: 0px;
  height: 0px;
}
.menu-active .header .logo::first-letter {
  font-size: inherit;
}
.main-menu {
  width: 230px;
}

.title .logo {
  width: 200px;
}

.navigation .title {
  padding: 8px 20px;
  line-height: normal;
  font-size: 14px;
}

.navigation .menu .menu-icon {
  line-height: 37px;
}

.navigation .menu > li > a {
  padding: 10px 30px 8px 53px;
}

.navigation .menu > li > a span {
  font-size: 12px;
}

.navigation .menu .sub-menu a {
  padding: 8px 20px 8px 53px;
}

.navigation .menu>li.current>a {
  background: #003399;
}

.menu-mobile-button {
  background: #404047;
}

.fixed-navbar {
  background: #158be0;
}

.btn-info.btn-bordered {
  border-color: #158be0;
  color: #158be0;
}

.btn-info {
  background: #158be0;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 20;
  border: none;
  outline: none;
  background-color: #003399;
  color: white;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 18px;
}

.fixed-navbar .username {
  margin-left: 8px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media (min-width: 800px) {
  .fixed-navbar {
    left: 230px;
    min-width: 800px;
  }
  .main-content {
    margin-left: 250px;
    min-width: 800px;
  }
}

.alert {
  padding: 12px;
  margin-bottom: 12px;
}

.box-content.card .box-title {
  padding: 5px 20px;
}

.box-content.card .card-content {
  padding: 12px 20px;
}

.box-values-flex {
  display: flex;
}

.form-horizontal .form-group .checkbox,
.form-horizontal .form-group .radio {
  padding-top: 8px;
}

.form-horizontal .form-group {
  margin-bottom: 6px;
}

.form-horizontal .control-label {
  padding-top: 8px;
}

.form-horizontal.text-left .control-label {
  text-align: left;
}

.form-vertical-center {
  display: flex;
  align-items: center;
}

.form-control.readonly {
  margin-bottom: 0px;
  padding: 4px 10px;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  transition: none;
}

textarea.form-control {
  height: auto;
}

.input-group-addon {
  /*
  font-size: 11px;
  */
}

.input-group-sm>.form-control, .input-group-sm>.input-group-btn>.btn,
.isrc-common-notifications-label {
  padding: 4px 30px 5px 10px;
}

.form-control.textarea {
  height: 60px;
}

table tbody input.form-control {
  height: auto;
  padding: 0 6px;
  font-size: 11px;
}

.modal-content {
  padding-bottom: 12px;
}

.modal-header {
  padding: 12px;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
  margin: 0;
}

.table > tbody,
.table > tfoot {
  font-size: 12px;
}

.table > tbody > tr.odd {
  background-color: #f6f6f6;
}

.table > tbody > tr.even {
  background-color: #ffffff;
}

.table > tbody > tr.child-elem {
  background-color: #c3e4ff;
}

.table > tbody > tr.accordion-grayout {
  background-color: #ccc;
}

.table.audience-table > tbody > tr > td,
.table.audience-table > tbody > tr > th,
.table.audience-table > thead > tr > td,
.table.audience-table > thead > tr > th {
  padding: 1.5rem 1rem;
  vertical-align: middle;
  text-align: center;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.table > tbody > tr > td.choices,
.table > tbody > tr > th.choices,
.table > tfoot > tr > td.choices,
.table > tfoot > tr > th.choices,
.table > thead > tr > td.choices,
.table > thead > tr > th.choices {
  text-align: left;
}

.table > tbody > tr > td.choices div.checkbox label,
.table > tbody > tr > th.choices div.checkbox label,
.table > tfoot > tr > td.choices div.checkbox label,
.table > tfoot > tr > th.choices div.checkbox label,
.table > thead > tr > td.choices div.checkbox label,
.table > thead > tr > th.choices div.checkbox label {
  padding-left: 25px;
}

.table > tbody > tr > td > ul > li,
.table > tbody > tr > th > ul > li,
.table > tfoot > tr > td > ul > li,
.table > tfoot > tr > th > ul > li,
.table > thead > tr > td > ul > li,
.table > thead > tr > th > ul > li {
  margin-bottom: 4px;
}

.table > tbody > tr > td > ul.list-inline > li,
.table > tbody > tr > th > ul.list-inline > li,
.table > tfoot > tr > td > ul.list-inline > li,
.table > tfoot > tr > th > ul.list-inline > li,
.table > thead > tr > td > ul.list-inline > li,
.table > thead > tr > th > ul.list-inline > li {
  margin-bottom: 0;
}

table.table-bordered.dataTable td.not-last-child {
  border-right-width: 1px !important;
}


/**
* Custom
**/
.no-margin-top { margin-top: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }

.no-padding-top { padding-top: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }

.margin-right-5 { margin-right: 5px !important}
.margin-right-10 { margin-right: 10px !important}
.margin-right-15 { margin-right: 15px !important}
.margin-right-20 { margin-right: 20px !important}
.margin-right-30 { margin-right: 30px !important}

.margin-left-5 { margin-left: 5px !important}
.margin-left-10 { margin-left: 10px !important}
.margin-left-15 { margin-left: 15px !important}
.margin-left-20 { margin-left: 20px !important}
.margin-left-30 { margin-left: 30px !important}

.border-none { border: none !important; }

.required:after {
  color: #ff6230;
  content: " *";
}

.label-total-value {
  font-size: 28px;
}

.label-total-value-stream {
  font-size: 2rem;
}

.label-total-value-title-s {
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}

.label-total-value-s {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}

.btn.btn-xxs {
  font-size: 10px;
  line-height: 18px;
  padding: 3px 10px;
}

.btn.btn-xxxs {
  font-size: 10px;
  line-height: 14px;
  padding: 2px 8px;
}

.btn.btn-xs-icon {
  font-size: 22px;
  line-height: 22px;
  padding: 5px 10px;
}

.align-middle {
  vertical-align: middle !important;
}

.dataTables_wrapper .dataTables_info .resultStats {
  font-size: 16px;
  margin: 0;
}

.table > tbody > tr > td div.checkbox,
.table > tbody > tr > th div.checkbox,
.table > tfoot > tr > td div.checkbox,
.table > tfoot > tr > th div.checkbox,
.table > thead > tr > td div.checkbox,
.table > thead > tr > th div.checkbox {
  min-height: 20px;
  padding-top: 0;
}

.table > tbody > tr > td div.checkbox label,
.table > tbody > tr > th div.checkbox label,
.table > tfoot > tr > td div.checkbox label,
.table > tfoot > tr > th div.checkbox label,
.table > thead > tr > td div.checkbox label,
.table > thead > tr > th div.checkbox label {
  min-height: 17px;
  padding-left: 17px;
}

.table > tbody > tr.error > td,
.table > tbody > tr.error > th,
.table > tbody > tr > td.error,
.table > tbody > tr > th.error,
.table > tfoot > tr.error > td,
.table > tfoot > tr.error > th,
.table > tfoot > tr > td.error,
.table > tfoot > tr > th.error,
.table > thead > tr.error > td,
.table > thead > tr.error > th,
.table > thead > tr > td.error,
.table > thead > tr > th.error {
  background: #FFF9C4;
}

table.table.fixed {
  table-layout: fixed
}
table.table.nowrap>tbody>td,
table.table.nowrap>thead>tr {
  white-space: nowrap;
}

table>colgroup.width-3 {
  width: 24px;
}
table>colgroup.width-5 {
  width: 40px;
}
table>colgroup.width-8 {
  width: 64px;
}
table>colgroup.width-10 {
  width: 80px;
}
table>colgroup.width-12 {
  width: 96px;
}
table>colgroup.width-15 {
  width: 120px;
}
table>colgroup.width-18 {
  width: 144px;
}
table>colgroup.width-20 {
  width: 160px;
}

table.table {
  min-width: 670px;
  margin-bottom: 0;
}

table.table-half-width {
  min-width: 335px;
}

table.table>tbody>tr>td.ellipsis, table.table>thead>tr>th.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.trend-contents th:nth-child(n+2), table.trend-contents td:nth-child(n+2) {
  text-align: left;
}
table.trend-contents th:nth-last-child(-n+2), table.trend-contents td:nth-last-child(-n+2) {
  text-align: right;
}

table.trend-artists th:nth-child(n+2), table.trend-artists td:nth-child(n+2) {
  text-align: left;
}
table.trend-artists th:nth-last-child(-n+2), table.trend-artists td:nth-last-child(-n+2) {
  text-align: right;
}

table.trend-packages th:nth-child(n+2), table.trend-packages td:nth-child(n+2) {
  text-align: left;
}
table.trend-packages th:nth-last-child(-n+2), table.trend-packages td:nth-last-child(-n+2) {
  text-align: right;
}

table.table tr>th.name, table.table tr>td.name {
  text-align: left;
}

table.table tr>th.count, table.table tr>td.count {
  text-align: right;
}

table.table tr>th.revenue, table.table tr>td.revenue {
  text-align: right;
}

table.table tr>th.date, table.table tr>td.date {
  text-align: left;
}

table.show-partial tr:nth-child(n+6) {
  display: none;
}

table.show-partial-audience tr:nth-child(n+4) {
  display: none;
}

table.split-contents {
  min-width: 1150px;
}

table.split-rate-setting-contents,
table.split-confirm-contents,
.split-rate-setting-row,
.split-confirm-row {
  min-width: 1250px;
}

.display-child-items-accordion {
  cursor: pointer;
}

#loading {
  display: none;
}

#loading > div {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2000;
}

#loading > div > span.msg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url('../images/loading.gif') center center no-repeat;
}

.template-table {
  display: none;
}

.tooltip .tooltip-inner {
  max-width: 100%;
  background-color: #fff;
  border: 1px solid black;
  color: black;
  text-align: left;
  padding: 6px 9px 4px 9px;
}

pre.none-style {
  font-weight: normal;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

table .message-least {
  background: #eeeeee;
  color: #999999;
}

.isrc-notifications.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible;
}

.float-let {
    float: left !important;
}

.isrc-common-mail-input-style {
    margin-left: -17px;
}

.audience-table {
  padding: 1.5rem 1rem;
  min-width: unset;
}

.label-total-value-audience-heatmap {
  font-size: 1.5rem;
}

/* 再生数が多いと指定画面幅で数値が重なるので改行させる */
@media screen and (min-width: 768px) and (max-width: 799px) {
  .label-total-value-audience-heatmap {
    word-wrap: break-word;
  }
}

@media screen and (max-width: 768px) {
  .label-total-value-audience-heatmap {
    font-size: 2rem;
  }
}

