﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;

}
/*a:hover {
  text-decoration: none;
}*/
.menu_nonactive {
    background-color: #b1eeff;
    padding: 10px;
    margin-left: 1px;
    font-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_active {
    background-color: #ffc9d7;
    padding: 10px;
    margin-left: 1px;
    font-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_nonactive:hover {
    background-color: #ffc9d7;
    padding: 12px;
    font-size: 100%;
}

.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 {
    position: relative;
    /*height: 100%;*/
    font-size: 80%;
}
@media (min-width: 768px) {
    html {
        position: relative;
        /*height: 100%;*/
        font-size: 80%;
    }
}

.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: 90%;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
#wrap {
    height: 100%;
    overflow: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/*thead, tbody {
    display: block;
}

table th, td {
    border: 1px solid;
}*/

/*　スクロールバーの実装 */
.table_sticky {
    display: block;
    overflow-y: scroll;
    height: 60vh;
    border: 1px solid;
    border-collapse: collapse;
}
.table_sticky_vh30 {
    display: block;
    overflow-y: scroll;
    height: 30vh;
    border: 1px solid;
    border-collapse: collapse;
}

    .table_sticky thead th {
        /* 縦スクロール時に固定する */
        position: -webkit-sticky;
        position: sticky;
        /* 高さが変わらないよう改行させない */
        white-space: nowrap;
        top: 0;
        z-index: 1;
        background: gold;
        border-top: #FFFFFF;
    }

.Hidden {
    display: none
}

.no-gutters {
    margin: 0;
    padding: 0;
}

.no-gutters　 > .col,
.no-gutters　 > [class*="col-"] {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.header {
    height: 70px;
    text-align: center;
    background-color: #eee;
}

.glovalNavigation {
    height: 70px;
    text-align: center;
    background-color: #888;
    color: #fff;
}

main {
    display: flex;
    /*min-height: 100vh;*/
    margin: 10px 0 10px 0;
}

.content {
    flex: 1;
    /*    background-color: #eee;
*/
    text-align: center;
    margin-right: 10px;
}

.localNavigation {
    /*position: fixed;*/ /* 要素の位置を固定する */
    /*right: 0;*/ /* 基準の位置を画面の一番右に指定する */
    display: flex;
    text-align: center;
    background-color: #888;
    color: #fff;
    /*width: 100vh;*/
    overflow: hidden;
    /*max-height: 100%;*/
}

.footer {
    height: 70px;
    text-align: center;
    background-color: #eee;
}
.div_resize {
    border: 1px solid #999;
    resize: horizontal;
    overflow: hidden;
    width: 100vh;
}

.div_rightfixed {
    border: 1px solid #999;
    position: relative; /* 要素の位置を固定する */
    top: 0; /* 基準の位置を画面の一番右に指定する */
    right: 0; /* 基準の位置を画面の一番右に指定する */
    /*width: 100vh;*/ /* 幅を指定する */
    /*border: 2px solid #326693;*/ /* ボーダーを指定する */
    /*width: 100vh;*/
    /*overflow: hidden;*/
    /*height: 100%;*/
}

.box {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#div_main {
    width: 80%;
    height: 85vh;
    /*background-color: orange;*/
    position: relative;
}

#div_sub {
    width: auto;
    height: 85vh;
    background-color: beige;
    position: relative;
}

#div_line {
    width: 6px;
    height: 85vh;
    /*background-color: #e0e0e0;*/
    cursor: ew-resize;
    position: relative;
    /* margin-left: 75%; */
}
.ime_auto {
    ime-mode: auto;
}
/* 制御しない */
.ime_active {
    ime-mode: active;
}
/* ONにする */
.ime_inactive {
    ime-mode: inactive;
}
/* OFFにする */
.ime_disabled  {
    ime-mode: disabled;
}
/* 無効にする */

/*
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-
    {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

*/

/*.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    width: 100;
}

.custom-combobox-input {
    margin: 0;*/
    /*padding: 5px 10px;*/
/*}*/

.custom-combobox {
    position: relative;
    display: inline-block;
    /*left:-15px;*/
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.ui-state-custom {
    border: 1px solid #d3d3d3;
    background: #FFFFFF;
    /*url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
}


#flex {
    display: flex;
    flex-flow: row nowrap;
    /*width: 300px;
    height: 100px;*/
    /*background-color: #080808;*/
}
    #flex div {
        flex: 1 auto;
        /*font-size: 2em;
        color: white;*/
        /* テキストを中央寄せ */
        /*text-align: center;
        line-height: 100px;*/
        }

#textPassword {
    border: none; /* デフォルトの枠線を消す */
}
#MEmployee_Password {
    border: none; /* デフォルトの枠線を消す */
}
#MEmployee_Password2 {
    border: none; /* デフォルトの枠線を消す */
}
#Password {
    border: none; /* デフォルトの枠線を消す */
}
#Password2 {
    border: none; /* デフォルトの枠線を消す */
}

#fieldPassword {
    border-width: thin;
    border-style: solid;
    border-color: silver;
    border-radius: 10px;
    /*background-color: #E8F0FE;*/
    /*width: 200px;*/
}
/*#fieldPasswordLogin {
    border-width: thin;
    border-style: solid;
    background-color: #E8F0FE;
    border-radius: 10px;*/
    /*width: 200px;*/
/*}*/

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
/*

    #flex :nth-child(1) {
        position: relative;*/
        /* 水平垂直方向にリサイズ可能 */
        /*resize: horizontal;*/
        /* resizeを指定するため 'visible'以外を指定 */
        /*overflow: hidden;*/
        /*background-color: red;*/
        /*}*/
        /* リサイズ領域のデザイン */
        /*#flex :nth-child(1):before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 16px;
            height: 16px;
            background-image: linear-gradient(135deg, red 50%, black 50%);*/
        /* カーソルを分かり易くする */
        /*cursor: nwse-resize;
        }
    #flex :nth-child(2) {
    }*/

#boxes td {
    white-space: nowrap;
}

.my-valication-error {
    border: 1px solid #d3d3d3;
    background: #FFFFFF;
    /*url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
}
.my-field-validation-error {
    border: 1px solid #d3d3d3;
    background: #FFFFFF;
    /*url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
}


