/**************/
/* Common.css */
/**************/

html, body, form
{
  height: 100%;
  margin: 0;
  padding: 0;
}
/*
body, table, th, td, div, span
{
  font-size: 9pt;
  font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
  -webkit-user-select: none;
}
*/
a, a:hover, a.visited
{
  text-decoration: none;
  color: Blue;
}

br
{
  clear: both;
}

input.button
{
  background: rgb(177,227,98); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(177,227,98,1) 0%, rgba(162,216,71,1) 50%, rgba(138,203,31,1) 50%, rgba(125,191,13,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,227,98,1)), color-stop(50%,rgba(162,216,71,1)), color-stop(50%,rgba(138,203,31,1)), color-stop(100%,rgba(125,191,13,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e362', endColorstr='#7dbf0d',GradientType=0 ); /* IE6-9 */
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font-size: 12px!important;
  text-shadow: 0 -1px 1px #426b01;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  height: 32px!important;
}

input.button:hover
{
  background: rgb(154,208,85); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(154,208,85,1) 0%, rgba(141,194,65,1) 50%, rgba(120,180,27,1) 50%, rgba(109,167,10,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,208,85,1)), color-stop(50%,rgba(141,194,65,1)), color-stop(50%,rgba(120,180,27,1)), color-stop(100%,rgba(109,167,10,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad055', endColorstr='#6da70a',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}

input.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

div.dialog
{
  left: 50%;
  top: 50%;
  font-size: 14px;
  border: 1px solid black;
  position: fixed;
  padding:8px;
  background-color: White;
  z-index: 99;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
}

div.dialog div.title
{
  padding: 5px;
  margin-bottom: 12px;
  color: White;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: rgb(105,105,105); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(127,127,127,1) 35%, rgba(98,98,98,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(127,127,127,1)), color-stop(100%,rgba(98,98,98,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#626262',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* W3C */
}

div.dialog input
{
  height: 22px;
  font-size: 18px;
  margin: 2px 2px 2px 2px;
  padding: 3px 5px 3px 5px;
}

div.dialog select
{
  height: 32px;
  font-size: 18px;
  margin: 2px;
}

div.dialog th
{
  text-align: right;
  font-weight: normal;
}

div.dialog hr
{
  border: 0px;
  border-top: 1px solid #888888;
}

div.dialog fieldset
{
  border: 1px solid #888888;
}

div.brind, div.progress
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
  background: white;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: 98;
}

div.progress
{
  background: white url(./Images/progress.gif) no-repeat center 300px;
  z-index: 100;
}


/*****************/
/** TST0001.css **/
/*****************/

body, th, td, div, span
{
  color: #444444;
}

#divTitle
{
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 100px;
  height: 100px;
  font-size: 26pt;
  border-bottom: 2px solid #CBCBCB;
}

#divBody
{
  float: left;
  padding-left: 25px;
  padding-top: 35px;
  line-height: 30px;
  font-size: 12pt;
}

.menu
{
  float: left;
  padding-right: 30px;
  color: #0987C7;
  font-size: 12pt;
  font-weight: bold;
}

.menu div
{
  width: 160px;
  height: 130px;
  margin-bottom: 5px;
  background: #0585c6; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #0585c6 0%, #0a87c7 50%, #4fb0e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0585c6), color-stop(50%,#0a87c7), color-stop(100%,#4fb0e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #0585c6 0%,#0a87c7 50%,#4fb0e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #0585c6 0%,#0a87c7 50%,#4fb0e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #0585c6 0%,#0a87c7 50%,#4fb0e3 100%); /* IE10+ */
  background: linear-gradient(45deg,  #0585c6 0%,#0a87c7 50%,#4fb0e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0585c6', endColorstr='#4fb0e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.menu div.kanri {
  background: #858585; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #858585 0%, #878787 50%, #b0b0b0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#858585), color-stop(50%,#878787), color-stop(100%,#b0b0b0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #858585 0%,#878787 50%,#b0b0b0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #858585 0%,#878787 50%,#b0b0b0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #858585 0%,#878787 50%,#b0b0b0 100%); /* IE10+ */
  background: linear-gradient(45deg,  #858585 0%,#878787 50%,#b0b0b0 100%); /* W3C */
}

.menu div svg
{
  margin-left: 70px;
  margin-top: 40px;
}

#divBG
{
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: -1;
}

#divF1
{
  position: fixed;
  width: 400px;
  left: 10px;
  bottom: 10px;
  color: #CCCCCC;
}

#divF2
{
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/**************************************/
/* ここから新たに記述したスタイルです */
/**************************************/
.pagination { margin:0 15px; }
.with-message span { font-size: 25px; }
#divTitle a:link { color: #000; }
#divTitle a:visited { color: #000; }
@media all and (min-width:1600px) {
	.container { width: 1570px;	}
}
@media all and (min-width:1900px) {
	.container { width: 1870px;	}
}
#divBG {
	top:55px;
}
nav.navbar {
	height: 55px;
	z-index: 5;
	width: 100%;
	white-space: nowrap;
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(235,235,235,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(250,250,250,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	border-bottom: 1px solid #999;
}
.navbar-space {
	height: 85px;
}
a.navbar-brand {
	font-size: 1.4em;
	padding-left: 3em;
	padding-top: 5px;;
}
div.nav_party_name {
	margin-top: 20px;
	font-size: 1.1em;
	color: #666;
	display: none;
}
@media all and (min-width:768px) {
	div.nav_party_name {
		display: block;
	}
}
body {
	background-color: #f9f9f9;
}
nav.navbar {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.175);
	box-shadow: 0 0 5px rgba(0,0,0,.175);
}
.panel {
	border-color: #ccc;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.175);
	box-shadow: 0 3px 6px rgba(0,0,0,.175);
}
.panel-default .panel-heading {
	font-size: 1.1em;
	background-color: #f0f0f0;
	border-color: #ccc;
	color: #666;
	font-weight: bold;
}
.panel-default .panel-heading span {
	color: #666;
}
table a.btn {
	min-width: 4.5em;
	border: solid 2px #ddd;
}
table a.btn.btn-xs {
	margin: 0;
}
.modal-header {
	font-size: 1.4em;
	color: #666;
}
.modal-header span {
	font-size: 1.1em;
	color: #666;
}
.panel table {
	background-color: white;
}
.panel table th {
	white-space:nowrap;
}
.login-panel-body {
	background-color: #f7f6f5;
}

.menu_btn {
	text-align: left;
	vertical-align:bottom;
	width: 10em;
	height: 5em;
	margin-top: 1em;
	margin-right: 1em;
}
label.required:before, span.required:before{
	color: red;
	font-size: 0.9em;
	content: " * ";
}
.bootstrap-datetimepicker-widget>ul {
	padding: 0;
}
/* 一覧ページ */
div.list-action {
	margin: 0 1em 1em;
}
div.list-action a.btn, div.list-action button.btn{
	margin-right: 0.2em;
	/** width: 135px;
	text-align: left;*/
}
div.list-action a.btn span.glyphicon, div.list-action button.btn span.glyphicon{
	color: white;
}
.btn {
	margin-bottom: 5px;
}
#pnlAR .btn {
	margin-bottom: 0px;
}
legend span.glyphicon {
	color: rgb(119, 119, 119);
}
.help-block {
	color: #888;
}

.btn-group-sm>.btn, .btn-sm {
  font-size: 14px;
}
.btn-group-xs>.btn, .btn-xs {
  font-size: 14px;
}

