body {
    background: #ecf2f6;
    color:#5a5c68;
}

header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background-color: #354052;
    color:#a0acbf;
}

.card {
    border:0;
    padding: 2rem;
}

iframe {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn {
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    white-space: nowrap;
}

.btn .fas{
    margin-right:2px;
}
.container-fluid{
    max-width: 1400px;
}

header .navbar{
    padding: 1rem 1rem;
}
#contents {
    height: calc(100% - 55px);
    overflow: auto;
}
.pageHeader{
    background-color: #fff;
    padding:25px 0;
}
.pageHeader .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding:0 15px;
}
.pageHeader h2{
    line-height: 2;
}
.container-fluid {
    margin-top: 3rem;
}

#sideBlock{
    width: 350px;
    background: white;
    border-right: 1px solid lightgray;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
}

#sideBlock .item{
    display: flex;
    align-items: center;
    padding: 7px 5px;
    cursor: pointer;
}
#sideBlock .item:hover {
    /* background-color: #F6F6F7; */
    background-color: #F5F5F6;
    border-radius: 5px;
}

#sideBlock a{
    color: black;
    text-decoration: none;
}

.fa-eye, .fa-eye-slash {
    color: gray;
    cursor: pointer;
}

.fa-eye:hover, .fa-eye-slash:hover {
    color: black;
}

.disabled {
    color: lightgray !important;
}

.sp-preview{
    position: relative;
    border: 7px solid black;
    border-radius: 50px;
    height: 100%;
    width: 370px;
}
.sp-preview .sp-img{
    width: 150px;
    position:absolute;
    top: 1;
    left: 100px;
    z-index: 99;
}
.sp-preview iframe {
    z-index: 10;
    margin: auto;
    border-radius: 40px;
    border: 4px solid #aaa;
    overflow: auto;
}

.switch-preview {
    width: 40px;
    height: 40px;
    margin: 0 1rem;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.switch-preview:hover {
    background: lightgray;
}

.wrapper{
    display: flex;
}
.table-bordered td.blockNameTb{
    overflow-wrap: break-word;
    white-space:normal;
}
.sidebox {
    position: sticky;
}
.table .thead-light th{
    cursor: pointer;
    border-bottom-width:1px;
    word-break: keep-all;
    font-weight:600;
}
[data-toggle=collapse]:before {
    display: inline-block;
    margin-right: 0.5em;
    font-family: fontAwesome;
    content: "\f0da";
    cursor: pointer;
    font-size: 18px;
    width: 15px;
    text-align: left;
}
[data-toggle=collapse][aria-expanded=true]:before {
    content: "\f0d7";
}
[data-toggle=collapse][aria-expanded=false]:before {
    content: "\f0da";
}

.modal {
    height: 100%;
}
.modal-dialog {
    width: 85%;
    height: 100%;
    margin: 0;
    margin-left: auto;
}

.modal-content {
    height: 100%;
}

.switch-button {
  visibility : hidden;
  width: 37px;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 5px;
}
.switch-button:before {
  content: "";
  height: 10px;
  width: 25px;
  margin: 0 auto;
  background: #b9b9b9;
  border-radius: 7px;
  display: block;
  visibility : visible;
  transition: .1s;
  z-index: 0;
}
.switch-button:after {
  content: "";
  height: 15px;
  width: 15px;
  background: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  display: block;
  visibility : visible;
  transition: .2s;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
}
.switch-button:checked:before {
  background: rgba(66,133,244,.5);
}
.switch-button:checked:after {
  background: #55719f;
  left: 17px;
}

#myTable th {
    min-width: 80px;
}

#myTable th:first-child{
    min-width: 50px;
}

/* #myTable tbody th {
    background: white;
    position: sticky;
} */

/* #myTable tbody tr:nth-child(0) {
    left: 0;
}

#myTable tbody tr:nth-child(1) {
    left: 50;
} */


#myTable th.w80{
    width: 80px;
    min-width: 80px;
}
.table {
    margin-bottom:0;
}
.table th, .table td {
    vertical-align: middle;
    padding:15px 10px;
}
.table th{
    padding:20px 10px;
    text-align: center;
    white-space: nowrap
}
.table .tbody-dark tr{
    background-color: #fff;
}
#myTable.table .tbody-dark tr.origin{
    background-color: #ffeaea;
}

.no-sorter .tablesorter-header-inner::after{
    display: none;
  }

.modalStructure h5{
    font-size:18px;
    margin:15px 0;
}
.modalStructure div{
    border:1px solid #ccc;
    padding:20px;
    max-width: 500px;
}
.modalStructure div+div{
    border-top:0;
}
.nav-item{
    margin-left:10px;
}
.nav-item .fas{
    margin-right:2px;
}

h2 {
    font-weight:500;
}
.page-item{
    margin:0 5px;
}

.form-control {
    font-size:1.5rem;
}
.flatpickr-months .flatpickr-month {
    margin-bottom:10px;
}
.stickyTh a{
    color:#000;
}
.btn{
    padding: 9px;
    line-height: 1;
}
.highcharts-axis, .highcharts-yaxis{
    font-size:1.2em;
}
.highcharts-axis-labels, .highcharts-label, .highcharts-legend-item{
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1.5em;
}





#barchart .highcharts-color-1{
    fill:#354052;
}
#barchart .highcharts-color-1 .highcharts-point{
    fill:#354052;
}


#barchart .highcharts-color-1 .highcharts-graph{
    stroke: #ccc;
}

table.search th{
    width:120px;
    text-align: center;
    letter-spacing: 1px;
}
.modal-body h1{
    margin-bottom:20px;
}
.modal-body h2{
    margin-bottom:10px;
}
.modal-body ul{
    margin-bottom:10px;
    padding-left:2em;
}
.modal-body ul li{
    list-style-type: circle;

}
#AiCommentModal .modal-body{
    padding:20px;
}
#AiCommentModal .modal-body h2{
    font-size:20px;
    margin-bottom:15px;
    border-bottom:1px solid #6f7e95;
    padding:10px 0;
}
#AiCommentModal .modal-body ul li{
    margin-bottom:0px;
    padding:5px 0;
}