﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* @@@ 削除 @@@*/
    /*white-space: nowrap;*/
    /*line-height: 60px;*/ /* Vertically center the text there */
    /* @@@ 追加 @@@*/
    height: 60px;
    background-color: #f5f5f5;
}

/*追加*/

/* レスポンシブ停止 */
/*.container {
    min-width: 1140px;
}*/

/* disabled時の色 */
.disabled {
    color: #dddddd;
}

/* 必須項目のバックカラー */
input:required:valid {
    background-color: #FFFFFF;
}

input:required:invalid {
    background-color: #F1BDBE;
}

/* validation-summary-errorsのバックカラー */
.validation-summary-errors {
    color: red;
}

/* aタグのリンクを無効にする */
a.disabled {
    pointer-events: none;
}

/* [Datepicker] アイコン */
img.ui-datepicker-trigger {
    cursor: pointer;
    /*margin-left: 7px !important;
    margin-top: 3px;*/
    margin-left: 7px !important;
    margin-top: 0px;
    /*width: 25px;
    height: 25px;*/
    width: 30px;
    height: 30px;
}
/* [Datepicker] 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
    background-color: #ffecec; /* 背景色を設定 */
    color: #f00 !important; /* 文字色を設定 */
}
/* [Datepicker] 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
    background-color: #eaeaff; /* 背景色を設定 */
    color: #00f !important; /* 文字色を設定 */
}
/* [Datepicker] ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover {
    opacity: 0.8;
}
/* [Datepicker] 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight {
    background-color: #fffa90 !important;
}

/* ヘッダ固定のテーブル */
.wrapper {
    width: 100%;
    height: 569px;
    overflow-y: auto;
}

.table_area {
    width: 100%;
}


/* ------------------ */


/*@@@ 追加 */
/* 通常のボタン色 */
.btn-custom1,
.btn-custom1.disabled, .btn-custom1:disabled {
    color: #fff;
    background-color: #FC9D9D;
    border-color: #FC9D9D;
}
    /* focusされた時の枠線の色 */
    .btn-custom1:focus, .btn-custom1.focus
    .btn-custom1:not(:disabled):not(.disabled):active:focus, .btn-custom1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom1.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
    }
    /* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
    .btn-custom1:hover {
        color: #fff;
        background-color: #EB8686;
        border-color: #ff62cc;
    }

    /* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
    .btn-custom1:not(:disabled):not(.disabled):active, .btn-custom1:not(:disabled):not(.disabled).active,
    .show > .btn-custom1.dropdown-toggle {
        color: #fff;
        background-color: #EB8686;
        border-color: #ff62cc;
    }

    /* 通常のボタン色 */
    .btn-custom2,
    .btn-custom2.disabled, .btn-custom2:disabled {
        color: #fff;
        background-color: #AEC4E5;
        border-color: #6088C6;
    }
        /* focusされた時の枠線の色 */
        .btn-custom2:focus, .btn-custom2.focus
        .btn-custom2:not(:disabled):not(.disabled):active:focus, .btn-custom2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-custom2.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
        }
        /* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
        .btn-custom2:hover {
            color: #fff;
            background-color: #6088C6;
            border-color: #4072B3;
        }
        /* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
        .btn-custom2:not(:disabled):not(.disabled):active, .btn-custom2:not(:disabled):not(.disabled).active,
        .show > .btn-custom2.dropdown-toggle {
            color: #fff;
            background-color: #4072B3;
            border-color: #4072B3;
        }



.header {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #002D64;
}

.form-control-sm2 {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
