@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !ログイン
---------------------------------------------------------- */
.login-wrapper {
    padding: 132px 0 0;
}

.login-box {
    max-width: 370px;
    margin: 0 auto;
}

.login-logo {
    width: 100%;
    height: 99px;
    line-height: 1;
    font-size: 0;
    margin-bottom: 12px;
    text-align: center;
}

.login-title {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}

.login-error {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 7px 16px 7px 49px;
    background: url("../img/icon_warning.svg") 16px 8px no-repeat #c60f0f;
    background-size: 19px auto;
    color: #fff;
    font-weight: bold;
    margin: 0 0 8px;
}

.login-form {
    border: 1px solid #b5b5b4;
    border-radius: 4px;
    overflow: hidden;
}

.login-form.is_error {
    border: 1px solid #c60f0f;
}

.login-form .login-mail {
    border-bottom: 1px solid #b5b5b4;
}

.login-form.is_error .login-mail {
    border-bottom: 1px solid #c60f0f;
}

.login-mail,
.login-password {
    margin: 0;
}

.login-mail input,
.login-password input {
    padding: 0 16px 0 48px;
    border: 0;
    height: 48px;
}

.login-mail input.is_error,
.login-password input.is_error {
    border: 0;
}

.login-mail input {
    background: url("../img/icon_mail.svg") 16px center no-repeat #fff;
    background-size: 16px auto;
}

.login-password input {
    background: url("../img/icon_padlock_locked.svg") 18px center no-repeat #fff;
    background-size: 12px auto;
}

.login-checkbox {
    position: relative;
    margin-top: 16px;
    text-align: center;
}

.login-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}

.login-checkbox label {
    position: relative;
    padding-left: 24px;
    display: inline-flex;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
}

.login-checkbox label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    content: "";
}

.login-checkbox input[type=checkbox]:checked + label:before {
    background: url("../img/icon_checked.svg") center top no-repeat #0A685A;
    background-size: 13px auto;
}

.login-wrapper .form-button {
    margin: 20px 0;
    text-align: center;
}

.login-forget {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.66;
    color: #b5b4b4;
    margin: 16px 0 0;
}

.login-forget a {
    color: #438cef;
}

/* !ローディングアニメーション
---------------------------------------------------------- */
.loading-spinner {
    display: inline-block;
    vertical-align: text-bottom;
    width: 2rem;
    height: 2rem;
    border: .25em solid #0A685A;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: loading-spinnerr .75s linear infinite;
    animation: loading-spinner .75s linear infinite;
}
@keyframes loading-spinner {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* !詳細検索
---------------------------------------------------------- */
.search-detail-area {
    margin: 0 0 16px;
}

.search-detail-body {
    background: #fff;
    padding: 20px 24px 24px;
}

.search-detail-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-detail-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.search-detail-section + .search-detail-section {
    margin-top: 24px;
}

.search-detail-item {
    font-size: 1.2rem;
    line-height: 1.66;
    color: #575757;
}

.search-detail-body .search-detail-section .search-detail-box .search-detail-item:not(:last-child){
    margin-right: 16px
}

.search-detail-item dt {
    margin-bottom: 12px;
    font-weight: bold;
}

.search-calendar{
    display: flex;
    align-items: center;
}

.search-calendar .label-calendar {
    width: 208px;
    margin-right: 8px;
}

.search-calendar p {
    margin-right: 8px;
}

.search-calendar .label-text + .label-text {
    margin-left: 24px;
}

.ui-datepicker {
    width: 208px;
    padding: 0;
    display: none;
}

.icon-status.is_active {
    background: #0A685A;
}

.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 12px 6px 0;
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: #0A685A;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 2.27;
    text-align: center;
    font-size: 11px;
}

.ui-datepicker th {
    padding: 7px 0;
    font-size: 11px;
}

.ui-datepicker td {
    padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #fff;
    color: #575757;
    text-align: center;
    font-size: 12px;
    line-height: 2.4;
    padding: 0;
}

.ui-datepicker-today .ui-state-default{
    color: #fff;
    background: #0A685A;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    color: #fff;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "<"
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-next:before {
    content: ">"
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 0;
    width: 24px;
    height: 24px;
    border: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

/* !受付状況
---------------------------------------------------------- */
.reception-status-list .table-displayform-list .table-cell01 {
    width: 15%;
}

.reception-status-list .table-displayform-list .table-cell02 {
    width: 10%;
}

.reception-status-list .table-displayform-list .table-cell03 {
    width: 22%;
}

.reception-status-list .table-displayform-list .table-cell04 {
    width: 9%;
}

.reception-status-list .table-displayform-list .table-cell05 {
    width: 8%;
}

.reception-status-list .table-displayform-list .table-cell06 {
    width: 10%;
}

.reception-status-list .table-displayform-list .table-cell07 {
    width: 13%;
}

.reception-status-list .table-displayform-list .table-cell08 {
    width: 13%;
}

/* !患者情報
---------------------------------------------------------- */
.patient-information-list .table-displayform-list .table-cell01 {
    width: 10%;
}

.patient-information-list .table-displayform-list .table-cell02 {
    width: 10%;
}

.patient-information-list .table-displayform-list .table-cell03 {
    width: 20%;
}

.patient-information-list .table-displayform-list .table-cell04 {
    width: 9%;
}

.patient-information-list .table-displayform-list .table-cell05 {
    width: 8%;
}

.patient-information-list .table-displayform-list .table-cell06 {
    width: 10%;
}

.patient-information-list .table-displayform-list .table-cell07 {
    width: 14%;
}

.patient-information-list .table-displayform-list .table-cell08 {
    width: 13%;
}

.patient-information-list .table-displayform-list .table-cell09 {
    width: 6%;
}
/* !管理画面 情報編集 エラー画面
---------------------------------------------------------- */
.edit-error {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 14px 16px 14px 59px;
    background: url("../img/icon_warning.svg") 16px 8px no-repeat #c60f0f;
    background-size: 30px 26px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 18px;
}
.input-normal.is_error,
.input-medium.is_error,
.input-short.is_error {
    border: 2px solid #c60f0f;
}


/* !レスポンシブ対応用CSS
---------------------------------------------------------- */
.search-detail-option {
    display: flex;
}
.edit-button {
    min-width: 18px;
    padding-right: 10px;
}

@media screen and (max-width: 1080px){
    .wrapper {
        max-width: 1080px;
        overflow-x: hidden;
    }
    .search-calendar .label-calendar {
        max-width: 208px;
        width: auto;
    }
    .table-displayform-list td {
        padding: 15px 0 15px 15px;
    }
}

@media screen and (max-width: 960px) {
    .search-detail-option {
        flex-direction: column;
    }
    .category {
        width: 8vw;
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 768px) {
    .flex-between {
        flex-direction: column;
    }
}