body {
	color: #333a45;
	font: 13px "Lato", 'Avenir', 'Helvetica neue',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1{
  margin-bottom: 20px;
	font-size: 24px;
}

h3{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
}

textarea{
  line-height: 14px !important;
}

th{
  font-weight: normal;
}

.small, small{
  font-size: 85%;
}

i {
  vertical-align: middle;
  margin-left: 5px;
}

i.fa-question-circle{
    color: lightgrey;
}

.must {
  background: #E05389;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 10px;
}

.error-message {
  background-color: #E05389;
  color: #fff;
}

.env-name{
  background: #E05389;
  color: #fff;
  padding: 2px 4px;
}

.login-user{
font-size: 16px;
}

.delivery-type-list a.active {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, .125);
  color: #495057;
  border-bottom: 3px solid #37B1AC;
}

.tooltip-inner {
  background-color: #37B1AC !important;
  max-width: 500px;
  text-align: left;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #37B1AC !important;
}

.min-w-120 {
    min-width: 120px;
}

.list-group-item-middle i.fas:before {
    content: "\f0d7";
}

.list-group-item-middle.collapsed i.fas:before {
    content: "\f0da";
}

.active-menu{
    color: #37B1AC;
}


.font-weight-bold {
    font-weight: bold;
}

.mw-80{
    max-width: 80%
}

.w-5 {
    width: 5% !important;
  }
.w-15 {
    width: 15% !important;
  }
.w-18 {
  width: 18% !important;
}
.w-30 {
    width: 30% !important;
  }

.mb20 {
  margin-bottom: 20px !important;
}

.delivery-type-icon {
    width: 100px;
}

tr {
    font-size: 14px;
    margin: 0;
}

.table thead th {
    font-weight: normal;
}

/* change btn color */
.btn-primary {
    background-color: #fff !important;
    color: #38b8b1 !important;
    border: 1px solid #37B1AC !important;
}
.btn-primary:hover, .btn-primary:active{
    background-color: #38b8b1 !important;
    color: #fff !important;
}
.btn-primary:disabled, .btn-primary.disabled{
    background-color: #ccc !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0rem !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #38b8b1 !important;
    color: #fff !important;
    border: 1px solid #37B1AC !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem !important;
}


/* change checkbox color */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#38b8b1 !important;
    border: 1px solid #37B1AC ;
}
/* .custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0rem !important;
} */

/* change radio color */
.custom-control-label:before{
    border: 1px solid #37B1AC !important;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #38b8b1 !important;
    border: 1px solid #37B1AC !important;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0rem !important;
}


/*filter check*/
.filter-item-switch {
    margin: 20px 0;
  }
  
  .filter-item-switch input {
    display: none;
  }
  
  .filter-item-switch input:checked + label {
    border-color: #37B1AC;
    background: #37B1AC;
  }
  
  .filter-item-switch input:checked + label:before {
    background: #37B1AC;
    color: #FFF;
    opacity: 1;
  }
  
  .filter-item-switch input:checked + label:after {
    background: #fff;
    color: #FFF;
  }
  
  .filter-item-switch input:checked + label:hover:after {
    opacity: 0.5;
  }
  
  .filter-item-switch label {
    display: inline-flex;
    transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    padding: 0px;
    font-size: 0px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #BAC1C6;
    border-radius: 30px;
    overflow: hidden;
    background: #BAC1C6;
    margin-right: 10px;
  }
  
  .filter-item-switch label:before {
    text-align: center;
    font-size: 8px;
    padding: 4px 3px;
    width: 30px;
    content: 'ON ';
    background: #fff;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
  }
  
  .filter-item-switch label:after {
    text-align: center;
    font-size: 8px;
    padding: 4px 3px;
    width: 30px;
    content: 'OFF';
    border-radius: 0 2px 2px 0;
    background: #BAC1C6;
    color: #FFF;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .filter-item-switch label:hover:before {
    opacity: 0.5;
  }
  
  .filter-item-switch label[disabled] {
    cursor: default;
  }
  
  .filter-item-switch label[disabled]:before {
    opacity: 0.5;
  }
  
  .filter-item-switch span {
    display: inline-block;
    /* line-height: 30px; */
  }
  
.resize-none {
  resize: none;
}

.fa-question-circle{
  font-size: 20px;
}

.fs-9 {
	font-size: 9px;
}

.fs-14{
  font-size: 14px;
}

.fs-16{
  font-size: 16px;
}

.fs-20{
  font-size: 20px;
}

.panel_title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
}

#title {
  height: 45px;  
}

#drag-drop-area{
  height: 155px;
}

/* permission-denied */
.btn.permission-denied,
.btn.permission-denied:hover,
.btn.permission-denied:focus,
.btn.permission-denied:active,
.btn.permission-denied.active {
  background-color: #ccc !important;
  border: 1px solid #888 !important;
  color: #444 !important;
  outline: none !important;
  opacity: 0.75 !important;
  box-shadow: 0 0 0 0rem !important;
  cursor: not-allowed;
}

