/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014/11/06, 11:46:44
    Author     : koichi
*/

/*--- Le styles ---*/
html {
    height: 100vh;
	position: relative;
}
body {	
	max-height: 100%;
	padding-top: 40px; /* 70px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 0px;	 /* 60px to make the container go all the way to the top of the footer */
	
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	
	color:#444;
}
body.print .container {
	width: 1170px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
}

.affix {
	position: fixed;
	top: 60px;
	width: 220px;
}
#container {
	margin-bottom:0;
	height: auto;
	padding-bottom: 60px;
}
.footer {
	background-color: #f5f5f5;
	bottom: 0;
	height: 30px;    
/*	position: absolute;	*/
    position: fixed;
	width: 100%;
	
	margin-bottom: 0;
	margin-left:0;
    padding: 5px;
	
	border-top:1px solid #e5e5e5;
}
.footer li {
	margin-left:10px;
}
.logo {
	line-height: 2.5em;
	font-size: 14px;
	font-weight: bolder;
}
/*--- Le styles ---*/

.f12 {
	font-size:12px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.kingaku, .number {
	text-align:right;
}
input.kingaku {
	padding-left:0px !important;
	padding-right:3px !important;
}
input.warning {
	background-color:#FAD2F5;
}

h3 {
	border-bottom:solid 1px #999;
	position:relative;
}

.no-wrap {
	white-space:nowrap;
}

.view_id {
	text-align:right;
	padding-bottom:1px;
}

/*--- navbar ---*/
.navbar {
	min-height: 35px;
}
.nav > li > a, .nav > li > a:hover {
	padding-top:7px;
	padding-bottom:5px;
}
.nav > li > a.logo, .nav > li > a.logo:hover {
	padding:0;
}
.nav li img {
	margin-top:3px;
}
.nav li a img {
	margin-right:5px;
}
.nav li .badge {
	margin-left:4px;
}
.nav li.menu a {
	font-weight: bolder;
}

.list-inline>li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}

.navbar-default .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 5px 5px;
}


/*--- Page nav ---*/
#container .nav li a {
	padding-top:0px;
}

a.login {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
a:hover {
	cursor:pointer;
}

/*--- Allow to back to previous page ---*/ 
h3.title {
	position:relative;
	margin-top:0;
	border:none;
}
h3 span.back {
	position:absolute;
	left:-40px;
}
ul.pagenavi {
/*	position: absolute;
	left: 0;
	top: -40px*/
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	border: solid 1px #eee;
	width: 100%;
	padding: 3px 10px;
	border-radius: 6px;
	/* background-color: #eee; */
	box-shadow: 2px 2px #eee;
}
ul.pagenavi li {
	
	list-style: none;
	
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px;
	margin-right:20px;
/*	
	background-image:url(../img/breadcrumb.png);	
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:23px;
	margin-right:0px;
*/
	
	height:20px;	
	padding-top:2px;
}
/*	
h3 ul.pagenavi li:last-child {
	background-image:none;	
}
*/
ul.pagenavi li a {
	text-decoration: none;
	font-size:inherit;
}

/*--- Seaerch condition clear ---*/ 
div.condition-clear {
	text-align:right;
	margin-top:-15px;
	margin-bottom:15px;
}

/*--- Go page navi ---*/ 
div.go-page {
	text-align:right;
	margin-top:-15px;
	margin-bottom:15px;
}
div.go-page ul li {
	background-image:url(../img/go.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px;
	margin-right:20px;
}

/*--- login ---*/
.login_logo {
	display: block; 
	margin-left:auto;
	margin-right:auto;
	width:50%;
}

/*--- form ---*/
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 3px;
}
.form-group {
	margin-bottom:5px;
}
.form-control {
	padding: 5px 12px;
	font-size:12px;
	height:30px;
	color:#000;
	background-color:#ffe;
}
.form-control[readonly] {
	cursor: inherit;
    background-color: inherit;
    opacity: inherit;
    box-shadow: none;
}
.form-control-text {
	padding: 5px 12px;
	font-size:12px;
	height:30px;
	color:#000;
	
	border:none;
	background-color:inherit;
}

/*--- table ---*/
th {
	text-align:center;
	white-space:nowrap;
}
.sheet > tbody > tr > td {
	padding: 2px;
	vertical-align: middle;
}

a {
	color:inherit;
	text-decoration: none;
}

table.sheet td {
	position:relative;
}
table.sheet td.status {
	width:50px;
	height:100%;
	text-align:center;
	vertical-align: middle;
	font-size:12px;
	padding:0;
}
table.sheet .done {	background-color:#dddddd;	color:#000000;	}
table.sheet .yet {	background-color:#91f1f3;	color:#000000;	}
table.sheet .wait {	background-color:#faf989;	color:#000000;	}
table.sheet .warn {	background-color:#fad2f5;	color:#000000;	}
table.sheet .error {	background-color:#ffffff;	color:#ff0000;	font-weight: bolder;	}

.status .done	{ background-color:#dddddd;	color:#000000;	}
.status .yet	{ background-color:#91f1f3;	color:#000000;	}
.status .wait	{ background-color:#faf989;	color:#000000;	}
.status .warn	{ background-color:#fad2f5;	color:#000000;	}
.status .error	{ background-color:#ffffff;	color:#ff0000;		font-weight: bolder;}
.status .allow	{ color:#0066FF;	}
.status .deny	{ color:#FF0066;	}

.panel {
	margin-bottom:10px;
}
.panel-body {
	padding:8px;
}
.panel-relation {
	min-height:135px;
}

.ui-timepicker-table td a,
.ui-timepicker-table td span {
	font-size:14px;
	width:auto;
}


/*--- realtime search ---*/
.searchData {
	position:relative;
}
.searchData .listData {
    position: absolute;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 2px;
    width: auto;
	min-width:200px;
    z-index: 10000;
	
	padding:0 5px;
	list-style-type:none;
	
	display:none;
}

/*--- ISO Header ---*/
.table-iso td {
	text-align:center;
}
.table-iso > tbody > tr > td {
	vertical-align:middle;
}
.table-iso .name {	width:150px;	}
.table-iso .level {	width:100px;	font-weight:bolder;}
.table-iso .subject {	width:400px;	font-size:20px;	}
.table-iso .prop {	width: 60px;	}
.table-iso .var {		width: 30px;	}
.table-iso .syonin {}


/*--- elfinder ---*/
.elfinder .elfinder-navbar {
    width: 120px;
}
.elfinder-quicklook {
    width: 900px;
    height: 700px;
}

/*--- AttentionBox.notice ---*/
.notice-box {
	background-color: #ff6699;
}

/*--- CKEditor ---*/
.cke_bottom {
	display:none !important;
}