/*
    overall
*/

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

/**
 scale setting
*/
/* .content {
   zoom:0.9;
} */

/**
 font settings
*/
/* body, .content-wrapper {
    font-family: "Round_font", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
} */

.tiny-black {
    font-size: 0.75rem !important;
    color: #333 !important;
}

/**
 button series
*/
.main-button {
    border-radius: 10px;
    border: 1px solid #8EC43D !important;
    background-color: #8EC43D !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    padding: 0.375rem 0.75rem;
}

.main-button.theme-gray {
  border-color: #6c757d !important;
  background-color: #6c757d !important;
}

.white-green-button {
    border-radius: 10px;
    border: 1px solid #8EC43D;
    background-color: #fff;
    color: #6AAC08 !important;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 10px !important;
    padding: 0.375rem 0.75rem;
}

.btn-main-green:hover, .btn-white-green:hover, .btn-white-red:hover, .btn-white-blue:hover, .btn-main-gray:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
}

.btn-main-green[disabled], .btn-white-green[disabled], .unable, .btn-white-red[disabled], .btn-white-blue[disabled], .btn-main-gray[disabled] {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

/*
 just color ex: btn-primary
*/
.btn-main-green {
    border: 1px solid #8EC43D !important;
    background-color: #8EC43D !important;
    color: #fff !important;
    /* font-size: 0.875rem !important; */
    /* font-weight: bold !important; */
}

.btn-main-gray {
  border-color: #6c757d !important;
  background-color: #6c757d !important;
  color: #fff !important;
}

.btn-white-green {
    border: 1px solid #8EC43D !important;
    background-color: #fff !important;
    color: #6AAC08 !important;
}

.btn-white-red {
    border: 1px solid #E34C52 !important;
    background-color: #fff !important;
    color: #E34C52 !important;
}

.btn-white-blue {
    border: 1px solid #7488A0 !important;
    background-color: #fff !important;
    color: #7488A0 !important;
}



/**
 a as button
*/
.button-style-main-green {
    display: inline-block;        /* important for <a> */
    text-align: center;           /* center text */
    border-radius: 10px;
    border: 1px solid #8EC43D;
    background-color: #8EC43D;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.375rem 0.75rem;   /* add padding for <a> */
    text-decoration: none;        /* remove underline for <a> */
    cursor: pointer;
}

.button-style-white-green {
    display: inline-block;        /* important for <a> */
    text-align: center;           /* center text */
    border-radius: 10px;
    border: 1px solid #8EC43D;
    background-color: #fff;
    color: #6AAC08 !important;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.375rem 0.75rem;   /* add padding for <a> */
    text-decoration: none;        /* remove underline for <a> */
    cursor: pointer;
}

.button-style-white-green.theme-blue {
  border-color: #7488A0;
  color: #7488A0 !important;
}

.button-style-white-green.theme-red {
  border-color: #E34C52;
  color: #E34C52 !important;
}

.button-style-white-green.is-small {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  border-radius: 5px;
  min-height: 22px;
}

.button-style-white-green:hover, .button-style-main-green:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
}

.button-style-white-green[disabled] {
    opacity: 0.3;
    pointer-events: none;
}

.button-style-main-green[disabled] {
    background-color: #777;
    border-color: transparent;
    opacity: 0.5;
}

/**
 a link
*/
.a-green {
    color:#8EC43D;
}

.a-blue {
    color:#7488A0;
}

/**
 header color
*/
.page-title {
  color: #333;
  font-weight: bold;
}

.main-title {
    background-color: #8EC43D !important;
    color:#fff !important;
    font-weight: 600 !important;
    /* font-size: 1rem !important; */
}

.sub-title {
    background-color: #F5F5F5 !important;
    color: #777 !important;
    font-weight: bold !important;
    /* font-size: 0.75rem !important; */
}

/**
 input related
*/
/* .form-control, .form-select {
    height: 25px;
    font-size: 0.75rem !important;
} */

.form-control:focus, .form-select:focus {
    background-color: #fff !important;
    border-color: #8EC43D !important;
    box-shadow: none !important;
}

.form-check-input:checked, input[type="checkbox"]:checked {
    background-color: #8EC43D !important;
    border-color: #8EC43D !important;
}
.form-check-input:focus {
    border-color: #8EC43D !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 128, 0, 0.25) !important;
}

.form-check-input:focus {
    border-color: #8EC43D !important;
    box-shadow: none !important;
}

.form-control.datepicker:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset !important; /* background override */
    -webkit-text-fill-color: #333 !important;         /* text color */
}

/* Also override focus color */
.form-control.datepicker:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #E2F0CE inset !important;
    border-color: #8EC43D !important;
}

/**
 pagination
*/
.page-item .page-link {
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    color: #8EC43D !important;
    padding: 0.5rem 0.75rem;
}

.page-item.active .page-link {
    background-color: #8EC43D !important;
    border-color: #8EC43D !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: #e9ecef;
    color: #8EC43D !important;
}

/**
 sidebar
*/
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #8EC43D;
    color: #FFF;
}

/**
 text
*/
.text-small {
    font-size: 0.75rem; /* 12px */
}

.text-normal {
    font-size: 0.875rem; /* 14px */
}

.text-constant-normal {
    font-size: 1rem; /* 16px */
}

.text-comment {
    font-size: smaller;
    color: #636363;
}


/**
 alert
*/
.alert-info {
    background-color: #E2F0CE !important;
    border-color: #E2F0CE !important;
    color: #6AAC08 !important;
}

.alert-danger {
    color: #721C24;
    background-color: #F8D7DA;
    border-color: #F8D7DA;
}