﻿/* 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;
}

/*.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 */
}

.footer-version{
    position:absolute;
    right:10px;
    font-size:x-small;
}

.help-link {
    right: 10px;
    color:black;
    font-size: x-small;
}

.info {
    margin:0 0 0 auto;
    border-block-color:red;
    font-weight:bolder;
    color:red;
}

.todofuken {
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}
.language {
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}
.sagyokubun {
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}
.checkbox-text {
    font-size:small;
}

.tablelike{
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 600px;
}

.komoku {
    display: table-cell;
    vertical-align:middle;
}

.gengotablelike {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 80%;
}

.icdtablelike {
    display: table;
    table-layout: fixed;
    text-align: left;
    width: 95%;
}

.hrindex {
    white-space: pre-line;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.label_human {
    width:100px;
    display:inline-block;
    margin:1px 0px;
    padding: 1px 3px;
    color: white;
    background: red; /*背景色*/
    font-weight: bold;
}
    .label_human a {
        text-decoration:none;
        color:white;
    }

.label_skill {
    width: 100px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: black;
    background: yellow; /*背景色*/
    font-weight: bold;
    border-style: solid;
    border-color: black;
    text-align:center;
}
    .label_skill a {
        text-decoration: none;
        color:black;
    }

.label_language {
    width: 100px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #0026ff; /*背景色*/
    font-weight: bold;
    text-align: center;
}
    .label_language a {
        text-decoration: none;
        color:white;
    }

.label_language_small {
    width: 80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #0026ff; /*背景色*/
    font-weight: bold;
    text-align: center;
}

    .label_language a {
        text-decoration: none;
        color: white;
    }



.label_closed {
    width: 80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: black; /*背景色*/
    border-color: black;
    border-style: solid;
    font-weight: bold;
    text-align: center;
}

.label_inhouse {
    width: 80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #09bb28; /*背景色*/
    font-weight: bold;
    text-align: center;
}

.projectindex {
    white-space: pre-line;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.label_contract {
    width: 80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #09bb28; /*背景色*/
    border-color: #09bb28;
    border-style: solid;
    font-weight: bold;
    text-align: center;
}

.label_project_genre {
    width:80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: black;
    background: yellow; /*背景色*/
    border-style: solid;
    border-color: black;
    font-weight: bold;
    text-align:center;
}
    .label_project_genre a {
        text-decoration: none;
        color: black;
    }

.label_project_human {
    width: 100px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: red;
    background: white; /*背景色*/
    border-style: solid;
    border-color: red;
    font-weight: bold;
    text-align: center;
}
    .label_project_human a {
        text-decoration: none;
        color: red;
    }

.label_project_environment {
    width: 100px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: blue;
    background: white; /*背景色*/
    border-style: solid;
    border-color: blue;
    font-weight: bold;
    text-align: center;
}

    .label_project_environment a {
        text-decoration: none;
        color: blue;
    }

.label_offer {
    width:80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: darkorange;
    background: white; /*背景色*/
    border-style: solid;
    border-color: darkorange;
    font-weight: bold;
    text-align:center;
}

.label_entry {
    width: 80px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: darkgreen;
    background: white; /*背景色*/
    border-style: solid;
    border-color: darkgreen;
    font-weight: bold;
    text-align: center;
}

.label_rightside {
    width: 75px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #09bb28; /*背景色*/
    border-style: solid;
    border-color: #09bb28;
    font-weight: bold;
    text-align: center;
}
.label_leftside {
    width: 75px;
    display: inline-block;
    margin: 1px 0px;
    padding: 1px 3px;
    color: white;
    background: #0026ff; /*背景色*/
    border-style: solid;
    border-color: #0026ff;
    font-weight: bold;
    text-align: center;
}
table > .hrindex > .hr-th {
    position: sticky;
    top: 0;
}

.hrtable {
    border: solid 0.5px dodgerblue;
}

.modal-dialog-fluid {
    max-width: inherit;
    width: 80%;
    /*    width: 98%;*/
    /*    margin-left: 15px;*/
}

.btn-index {
    width: 100px;
}

/*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

.open nav {
    left: 0;
    opacity: 1;
}

nav .inner {
    padding: 25px;
}

    nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav .inner ul li {
            position: relative;
            margin: 0;
            border-bottom: 1px solid #333;
        }

            nav .inner ul li a {
                display: block;
                color: #333;
                font-size: 14px;
                padding: 1em;
                text-decoration: none;
                transition-duration: 0.2s;
            }

                nav .inner ul li a:hover {
                    background: #e4e4e4;
                }

@media screen and (max-width: 767px) {
    nav {
        left: -220px;
        width: 220px;
    }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}

.open .toggle_btn {
    left: 330px;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
}

    .toggle_btn span:nth-child(1) {
        top: 4px;
    }

    .toggle_btn span:nth-child(2) {
        top: 14px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

    .open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
        width: 16px;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translate(-1px,4px) rotate(-45deg);
        transform: translate(-1px,4px) rotate(-45deg);
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translate(-1px,-4px) rotate(45deg);
        transform: translate(-1px,-4px) rotate(45deg);
    }

@media screen and (max-width: 767px) {
    .open .toggle_btn {
        left: 250px;
    }
}
/*============
#mask
=============*/
#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}
/*============
main
=============*/
main {
    width: 100%;
    padding: 50px 0;
    transition: all .5s;
}

.open main {
    margin-left: 300px;
}

main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
/*============
body
=============*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: hidden;
}

#EmployeeViewData_password{
    border: none;
    outline:none;
    width:95%;
}

#Password {
    border: none;
    outline: none;
    width: 85%;
    top:10px;
    left:0px;
}