@charset "utf-8";

/** Home Page **/

body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #F0E6DF;
	font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	font-weight: 700;
}

@media (min-width: 979px) {

body {
	padding-top: 60px;
}
}

div.off {
	display: none;
}

div.on {
	display: block;
}

/** Login Page **/
#login {
	padding-top: 40px;
	padding-bottom: 40px;
}

#login .form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#login .form-signin .form-signin-heading, #login .form-signin .checkbox {
	margin-bottom: 10px;
}

#login .form-signin input[type="text"], #login .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
	visibility: visible;
	display: block;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}

.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

/** Global **/
#content {
	margin-left: 0px;
}

.hide-sidebar, .show-sidebar {
	cursor: pointer;
}

.padd-bottom {
	margin-bottom: 5px;
}

.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
	max-width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}

.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
	opacity: 1;
}

.bs-docs-sidenav.affix {
	top: 40px;
}

.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
	margin-left: 0;
	list-style: none;
}

.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}

.the-icons i:hover {
	background-color: rgba(255,0,0,.25);
}

input {
	display: inline;
}

div.dataTables_paginate1 {
	float: left;
	margin: 0;
	font-size: 120%;
	padding: 10px;
}

div.dataTables_paginate1 span {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
}

div.dataTables_paginate1 span:hover {
	background: #e6e6e6;
}

div.dataTables_paginate2 {
	float: right;
	margin: 0;
	font-size: 100%;
}

.table2 thead > tr {
	background: #F5EEEA;
	color: #9F6E4B;
}

.table2 thead > tr > td {
	height: 22px;
	padding: 0px;
}

.table2 thead > tr:last-child {
	text-align: left;
}

.table2 tbody > tr {
	background: #fff;
	height: 45px;
}

.table2 > tbody > tr > td:first-child {
	border-top: 2px solid #DDC8B8;
	border-bottom: 2px solid #DDC8B8;
}

.table2 > tbody > tr > td {
	border-left: 1px dashed #DDC8B8;
}

.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td {
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #DDC8B8;
}

.table2.table-bordered tbody.scrollBody tr td {
	font-size: 90% !important;
}

.table-bordered.table2 > thead:first-child > tr:first-child > th {
	border: 1px solid #DDC8B8;
}

.table2.table-bordered > thead > tr > th, .table2.table-bordered > tbody > tr > th, .table2.table-bordered > tfoot > tr > th, .table2.table-bordered > thead > tr > td, .table2.table-bordered > tbody > tr > td, .table2.table-bordered > tfoot > tr > td {
	border: 1px solid #DDC8B8;
	min-width: 150px;
}

.table2.table-striped > thead > tr > th, .table2.table-striped > tbody > tr > th, .table2.table-striped > tfoot > tr > th, .table2.table-striped > thead > tr > td, .table2.table-striped > tbody > tr > td, .table2.table-striped > tfoot > tr > td {	min-width: 110px;
}

.table {
	padding: 6px;
	margin-bottom: 0;
	margin-top: 0;
}

.table100 {
	width: 100%;
	padding: 10px;
}

.table100 .text-left, .table100 .text-right {
	padding: 10px;
}

.table input[type=radio], .table input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

.table input[type=radio] + label, .table input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {

.table input[type=radio],  .table input[type=checkbox] {
	display: none;
	margin: 0;
}

.table input[type=radio] + label,  .table input[type=checkbox] + label {
	padding: 0 0 0 24px;
}

.table input[type=radio] + label::before,  .table input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}

.table input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}

.table input[type=checkbox] + label::before {
	border: 2px solid #ccc;
}

.table input[type=radio]:checked + label::after,  .table input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.table input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #007fff;
	border-radius: 8px;
}

.table input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #E71063;
	border-bottom: 3px solid #E71063;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}

.welcome {
	padding: 10px 5px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	display: block;
	line-height: 10px;
	border-color: #9F6E4B;
}

footer {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	color: #444;
	display: block;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}

th {
	font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}

div.checkbox {
	float: left;
	padding-top: 0px !important;
}

.text80 {
	width: 80%;
}

/* 集計で使用　sato*/
.trkey {
	color: #444;
	font-weight: bold;
}

.subtitle {
	color: #444;
	font-weight: bold;
}

.btn-primary {
	padding: 10px;
	background: #fc5654;
	border-color: #fc5654;
	text-shadow: none;
	color: #fff;
	font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #FC716C;
	border-color: #fc5654;
	text-shadow: none;
	text-decoration: none !important;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: #FEEBEA !important;
background-image: none;
color: rgb(0, 0, 0);
}

input[type="text"], input[type="password"] {
	border: 1px solid #DDC8B8;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: 1px solid #9F6E4B !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #fff, 0 0 8px #9F6E4B !important;
	box-shadow: inset 0 1px 1px #fff, 0 0 8px #9F6E4B !important;
}

#login h1 {
	color: #9F6E4B;
	background: url(../images/logo_br.png) no-repeat 10px center;
	font-size: 30px;
	padding: 0 0 0 52px;
	background-size: 35px;
}

#login input {
	width: 92%;
}

td {
	max-width: 400px;
}

@media (max-width: 1278px) and (min-width: 997px) {

.pb_left {
	width: 100% !important;
}

.pb_right {
	width: 100% !important;
	display: none;
}

.pb_lshow:before {
	font-family: 'FontAwesome';
	content: "\f0a4";
	float: right;
	font-size: x-large;
}

.pb_rshow:before {
	font-family: 'FontAwesome';
	content: "\f0a5";
	float: right;
	font-size: x-large;
}

.pb_lshow:active, .pb_rshow:active, .pb_lshow:hover, .pb_rshow:hover {
	background-color: #FFDE9E !important;
}

.ui-layout-resizer {
	display: none;
}
}

#flashMessage.message {
	color: #fc5654 !important;
	background: #fff;
	display: block;
}

.help h1 {
	padding: 10px;
	font-weight: bold;
}

.help h2 {
	padding: 10px;
	color: #444;
	font-weight: bold;
	text-align: left;
}

.help h3 {
	margin: 10px;
	padding: 10px;
	color: #444;
}

.help h4 {
	padding: 10px;
	color: #444;
}

.help p {
	margin: 10px;
	padding: 10px;
	color: #444;
}

.help img {
	margin: 20px;
}

@media (max-width: 1278px){
    .ui-layout-resizer{
        display: none !important;
    }
}
img.thumbnails {
    width: 10%;
    height: auto;
    max-height: 200px;
}