/**************************************************************
 * Custom Style
 **************************************************************/

:focus {
  overflow : hidden;
  outline: none;
}

/* Background
 -------------------------------------------------------------*/
.bg-warning, .bg-warning > a {
  color: #000 !important;
  font-weight: bold;
}

/* Box
 -------------------------------------------------------------*/
/*
.info-box-content span {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
*/
input {
    font-size: 1.4rem !important;
}
.small-box p {
  font-size: 1.2rem;
  line-height: 1.1;
}
.small-box p strong {
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .small-box h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .small-box h3 {
    font-size: 1.6rem;
  }
}

/* Card
 -------------------------------------------------------------*/
.card-title.small {
  font-size: .8rem;
  line-height: 1.5rem;
}

/* Chart
 -------------------------------------------------------------*/

@media (max-width: 991.98px) {
  .card-body .chart-width-sm {
    padding-right: 1.25rem;
    width: 576px;
  }
  .card-body .chart-width-md {
    padding-right: 1.25rem;
    width: 768px;
  }
  .card-body .chart-width-lg {
    padding-right: 1.25rem;
    width: 992px;
  }
  .card-body .chart-width-xl {
    padding-right: 1.25rem;
    width: 1200px;
  }
}

/* DataTables
 -------------------------------------------------------------*/
.dataTables_length,
.dataTables_filter {
  margin: 0 10px;
  display: inline-block;
}
/* .dataTables_length {
  float: right;
} */
div.dataTables_wrapper div.dataTables_filter {
  float: right;
}
div.dataTables_wrapper div.dataTables_length select {
  padding-right: 1rem !important;
}

/* @media (max-width: 991.98px) {
  .dataTables_length,
  .dataTables_filter {
    margin: 10px 0;
    display: block;
  }
}
*/

/* Footer
 -------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .main-footer {
    font-size: .8rem;
  }
}

/* Form
 -------------------------------------------------------------*/
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  label {
    margin-bottom: 0;
  }
}

.search-form {
  padding-left: 7.5px;
}
.form-group {
  margin-bottom: 7.5px;
}
.form-group .small {
  font-size: 10px;
}
.form-control {
  padding: .375rem !important;
  font-size: .8rem !important;
}
.info-label {
  vertical-align: middle;
  font-size: .7rem !important;
  font-weight: 700 !important;
  background-color: #d9edf7;
  line-height: 1.5rem;
}
@media (max-width: 575.98px) {
  .info-label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    vertical-align: middle;
  }
}
/* Navbar
 -------------------------------------------------------------*/
.dropdown-header.user-name {
  font-size: 1rem;
}

/* Pagination
 -------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .pagination {
    display: block;
  }
  .pagination .page-item {
    display: inline-block;
  }
}

/* Sidebar
 -------------------------------------------------------------*/
.sidebar .user-panel .user-name {
  margin-bottom: 0;
  color: #d0d4db;
}

/* Menu */
.sidebar .nav-sidebar .nav-link {
  font-size: .9rem;
}

/* Table
 -------------------------------------------------------------*/
 .table {
   white-space:nowrap;
 }
.table th, .table td {
  font-size: .9rem;
}
.table thead th {
  background-color: #d9edf7;
}
.table-responsive>.table-bordered {
  border: 1px solid #dee2e6;
}
.active-border {
  border-top-style: double;
}
.table-info.active-border {
  border-top-color: #999999;
}

@media (max-width: 991.98px) {
    .table {
      white-space:nowrap;
    }
 .card-body .table-width-sm {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-md {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-lg {
    padding-right: 1.25rem;
    width: 1200px;
  }
  .card-body .table-width-xl {
    padding-right: 1.25rem;
    width: 1200px;
  }
}

/* Text
 -------------------------------------------------------------*/
h1, .content-header h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h16 {
  font-size: 1rem;
}

.content-header .breadcrumb {
  font-size: .8rem;
}
.page-header {
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.card p {
  font-size: .9rem;
}

/* Timeline
 -------------------------------------------------------------*/
.timeline.no-line {
  margin: 0;
}
.timeline.no-line::before {
  display: none;
}
.timeline.no-line>div>.timeline-item {
  margin-left: 0;
  margin-right: 0;
}

.survey_radio{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: .75rem;
    padding-bottom: .75rem;

}

/* LINE
 -------------------------------------------------------------*/

i.my-success{
    color:green;
}


/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.modal-dialog-fluid {
  max-width: inherit;
  width: 98%;
  margin-left: 15px;
}
