
/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/* bootstrap overwrite */
.navbar {
  background-color: #282c45;
  border-color: #e7e7e7;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar-collapse.collapse {
		display: none;
	}
}

/* original */

/* 垂直メニュー */
.sidebar-nav {
}
.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav .metismenu {
    display: flex;
    flex-direction: column;
}
.sidebar-nav .metismenu>li {
    position: relative;
    display: flex;
    flex-direction: column;
}
.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    transition: all .3s ease-out;
    text-decoration: none;
    outline-width: 0;
}
.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 30px;
}
.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
    text-decoration: none;
}

.login_logo_area {
	width: 180px;
	margin: 60px auto 0 auto;
}

.sign_button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 100%;
	height: 40px;
}

ul.image_list li {
  display: inline-block;
}
ul.image_list li .image_box {
  width: 160px;
  height: 160px;
  /* phase2 */
  position: relative;
}
.image_box img.thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* phase2 */
.image_box img.thumbnail.checked {
  border: 6px solid blue;
  box-sizing: border-box;
}
.image_box .disabled_checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  transform: scale(2);
  display: none;
  cursor: pointer;
}
.image_box img.thumbnail.checked + .disabled_checkbox {
  display: block;
}

/* add by watanabe phase2 20180715 -start- */
.dtr-details,
.childtable {
    width: 100%
}

.dtr-title {
    display: none !important;
}
/* add by watanabe phase2 20180715 -end- */
/* add by watanabe phase3 20180802 -start- */
.front-btn {
    margin-bottom: 5px;
}
/* add by watanabe phase3 20180802 -end- */
.note {
    color: red;
    font-weight: bold;
}
.explain {
    color: blue;
    font-weight: bold;
}
.f11 {
    font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}

.f24 {
	font-size: 24px;
}

.circle_disp {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

.circle_sel {
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
	height: 38px;
}

.check_circle_sel {
	font-weight: bold;
	font-size: 32px;
	vertical-align: middle;
	height: 52px;
	width: 81px;
}

.check_done_sel {
    font-weight: bold;
    font-size: 32px;
    vertical-align: middle;
    height: 52px;
    width: 125px;
}

.p_inspection_table {
	border: 3px solid #000000;
	border-collapse: collapse;
	margin: 0 0 4px 0;
}

.p_inspection_table th {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	text-align: center;
	height: 30px;
	vertical-align: middle;
/*	padding: 6px;*/
	color: #000000;
	font-weight: normal;
}

.p_inspection_table td {
	border: 1px solid #000000;
	text-align: center;
	height: 30px;
	vertical-align: middle;
/*	padding: 6px;*/
}

.p_inspection_table .brd {
	border-right: 1px dotted #000000;
}

.schedule_board_div {
	font-weight: bold;
	font-size: 12px;
	background-color: #90EE90;
	width: 870px;
	margin: 15px;
	padding: 5px;
}

.schedule_board_suggestion_div {
	font-weight: bold;
	font-size: 12px;
	background-color: #ffa500;
	width: 850px;
	margin: 15px;
	padding: 5px;
}

.schedule_board_table {
	border-style: groove;
}

.schedule_board_table th{
	padding: 5px;
	border-style: groove;
}

.schedule_board_table td{
	padding: 5px;
	border-style: groove;
}

.menu {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 100%; /* グローバルナビ4つの場合 */
    height: 100%;
    line-height: 25px;
    background: #282c45;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #282c45;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
	list-style: none;
	line-height: 20px;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    background: #282c45;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	line-height: 50px;
    list-style: none;
    padding : 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 25px;
    visibility: visible;
    opacity: 1;
}

.admin_menu {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.admin_menu > li {
    float: left;
    width: 100%; /* グローバルナビ4つの場合 */
    height: 100%;
    line-height: 25px;
    background: #FFA500;
}

.admin_menu > li a {
    display: block;
    color: #fff;
}

.admin_menu > li a:hover {
    color: #999;
}

ul.admin_menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.admin_menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.admin_menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.admin_menu > li:hover {
    background: #FFA500;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.admin_menu__second-level li {
    border-top: 1px solid #FFA500;
}

.admin_menu__third-level li {
    border-top: 1px solid #FFA500;
}

.admin_menu__second-level li a:hover {
    background: #ff8c00;
}

.admin_menu__third-level li a:hover {
    background: #ff8c00;
}

.admin_menu__fourth-level li a:hover {
    background: #ff8c00;
}

.admin_menu:before,
.admin_menu:after {
    content: " ";
    display: table;
}

.admin_menu:after {
    clear: both;
}

.admin_menu {
    *zoom: 1;
}

.admin_menu > li.admin_menu__single {
    position: relative;
	list-style: none;
	line-height: 20px;
}

li.admin_menu__single ul.admin_menu__second-level {
    position: absolute;
    top: 20px;
    width: 100%;
    background: #FFA500;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	line-height: 50px;
    list-style: none;
    padding : 0;
}

li.admin_menu__single:hover ul.admin_menu__second-level {
    top: 25px;
    visibility: visible;
    opacity: 1;
}

#modal-content{
    position:fixed;
    width:93%;
    height:85%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:2px solid #aaa;
    background:#fff;
	display:none;
    z-index:9998;
    overflow-x:scroll;
    overflow-y:scroll;
}
#modal-content_bk{
    width:95%;
    height:380px;
    margin:-18em auto 0;
    transform: translate(-50%,-50%);
    padding:25px 25px;
    border:2px solid #aaa;
    background:#fff;
	display:none;
    z-index:8;
    position:fixed;
}

.modal-p{
    margin-top:1em;
}

.modal-p:first-child{
    margin-top:0;
}

#modal-overlay{
    z-index:9995;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.x-scroll{
	overflow-x:scroll;
}

.y-scroll{
    overflow-x:ycroll;
}

/*　スクロールバーの実装 */
.table_vertical_scroll {
    display: block;
    overflow-y: scroll;
    height: calc(100vh/1.25);
    border:1px solid;
    border-collapse: collapse;
}
.table_vertical_scroll thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #00b200;
    border-top:#FFFFFF;
}

.file-label{
    padding: 10px 40px;
    color: #ffffff;
    background-color: #384878;
    cursor: pointer;
}

.file-hidden{
    display:none;
}

.form-control-modal{
  display:block;
  width:100%;
  height:24px;
  padding:6px 12px;
  font-size:13px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control-modal:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control-modal::-moz-placeholder{
  color:#999;
  opacity:1
}
.form-control-modal:-ms-input-placeholder{
  color:#999
}
.form-control-modal::-webkit-input-placeholder{
  color:#999
}
.form-control-modal::-ms-expand{
  background-color:transparent;
  border:0
}
.form-control-modal[disabled],.form-control-modal[readonly],fieldset[disabled] .form-control-modal{
  background-color:#eee;
  opacity:1
}
.form-control-modal[disabled],fieldset[disabled] .form-control-modal{
  cursor:not-allowed
}
textarea.form-control-modal{
  height:auto
}
select.form-control-modal{
  height:29px
}
.modal-table{
  margin-bottom: 8px;
}
.btn-small{
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 8px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-small:focus,
.btn-small:active:focus,
.btn-small.active:focus,
.btn-small.focus,
.btn-small:active.focus,
.btn-small.active.focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-small:hover,
.btn-small:focus,
.btn-small.focus{
  color: #333;
  text-decoration: none;
}
.btn-small:active,
.btn-small.active{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-small.disabled,
.btn-small[disabled],
fieldset[disabled] .btn-small{
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn-small.disabled,
fieldset[disabled] a.btn-small{
  pointer-events: none;
}