﻿#common_header {
    height: 75px;
    min-width: 1280px;
}

#login_header {
    height: 75px;
}

#common_container {
    max-width: 1250px !important;
    min-width: 1250px !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.mousepointer-hand:hover {
    cursor: pointer;
    background-color: #28a745;
}

.btn-sm{
    width:90px;
}
/* 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;
}

input[type="text"], input[type="email"], input[type="password"] {
    font-size: 16px;
}

@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 */
}

/*追加*/

/* レスポンシブ停止 */
/*.container {
    min-width: 1140px;
}*/

/* disabled時の色 */
.disabled {
    color: #dddddd;
}

/* 必須項目のバックカラー */
input:required:valid {
    background-color: #FFFFFF;
    border: 1px solid #ced4da !important;
}

input:required:invalid {
    background-color: #F1BDBE;
    border: 1px solid #DC3545 !important;
}

select:required:valid {
    background-color: #FFFFFF;
    border: 1px solid #ced4da !important;
}

select:required:invalid {
    background-color: #F1BDBE;
    border: 1px solid #DC3545 !important;
}

textarea:required:valid {
    background-color: #FFFFFF;

}

textarea:required:invalid {
    background-color: #F1BDBE;
}

.dropdown-valid {
    background-color: #FFFFFF;
    border: 1px solid #ced4da !important;
}

.dropdown-invalid {
    background-color: #F1BDBE;
    border: 1px solid #DC3545 !important;
}

.dropdown-invalid:focus {
    border-color: #DC3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* 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;
    width: 25px;
    height: 25px;
}

/* [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%;
}

.dropdown-toggle {
    border: 1px solid #ced4da;
}

.KeyDummy {
    margin-left: 5px;
    width: 0px;
    border: none;
    background-color: transparent;
}

.KeyDummy:focus, .KeyDummy:disabled {
    outline: none;
    background-color: transparent;
}

/* フッター（追従用） */
.footer_fix_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    z-index: 999;
}

.removecaret.dropdown-toggle::after {
    position: absolute;
    right: -10px;
    top: 13px;
}

.textarea-resize {
    resize: none;
    overflow: hidden;
    overflow-y: auto;
}

/* テーブル明細 */

table tr:hover td {
    background-color: #808080;
    color: white;
}

th {
    font-weight: normal;
}

/* ------------------ */
