/** Home Page **/
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body *{
  font-family: 'Noto Sans Japanese', sans-serif;
}
h2{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
h3,h4,h5{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
*/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
h1{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
	border-radius:3px;
	background:#00596E;
	color:white;
	padding:0.5em;
}
.row-fluid{
	border-bottom:solid 1px #eee;
	line-height:1.5em;
}

@media (min-width: 979px){
    body {
            padding-top: 60px;
    }
}


/** 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;*/
  margin: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;
}




/* Accordion Style */
.panelItem { position:relative; }
 
 input[type='radio'] {
    width:100%;
    display:block;
    position:absolute;
    opacity:0;
    height:35px;
    top:0;
    left:0;
    border:none;
    border-radius:0;
	background-color:#A6A6A6;
}
 
.Accordion {
    background-color:#fff;
    width:100%;
    border-top:1px solid #ccc;
}
 
.AccordionItem {
    line-height:35px;
    height:35px;
    padding:0 5px;
    display:block;
    background: #ffffff;
   /* background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	*/
    border:1px solid #ccc;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
    margin-top:-1px; }
 
.AccordionPanel {
    height:0px;
    border:1px solid #ccc;
    border-top:none;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    overflow:auto; margin-top:-1px; }
 
.AccordionPanel div { padding:10px; }
 
input:checked + label .AccordionPanel {
	height:300px;
}
input:checked + label .AccordionItem {
	background-color:#ccc !important;
	background-image:url(../../img/check.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	padding-left:2.5em
}




/* 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);
}
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
label {
	display:inline;
}
.panel-title a{
	display:block;
	border-bottom:solid 1px #EEEEEE;
	padding-bottom:1em;
}
.thumb{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}
.bigger:before{
	content:"";
	display:block;
	position:relative;
	left:3px;
	top:57px;
	background: url(../../img/bigger.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:20px;
	height:20px;
	opacity:0.5;
}
.max{
	width:100%;
	overflow-x:scroll;
  -webkit-overflow-scrolling: touch;
}
.smallRow{
	line-height:1.5em;
}
#categorys button{
	margin-right:5px;
}
#adding {
	margin-top:2em;
}
#adding button {
	margin-left:5px;
}
.btn-group-vertical {
	width:100%;
}
.btn-group-vertical label {
	text-align:left;
}
#calcration{
	margin:0;
	padding:0;
	list-style:none;
}

#calcration li{
	float:left;
	line-height:55px;
}
#calcration li input {
	margin-bottom:0;
	padding-bottom:0;
	text-align:right;
}
#searchBox{
	position:absolute;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background:#FFFFFF;
}
#searchBox ul{
	margin:0;
	padding:0;
	list-style:none;
}
#searchBox li{
	border-bottom:solid 1px #ccc;
}
#searchBox li a {
	display:block;
	line-height:2em;
	padding:0.75em;
}
#searchBox li a:hover {
	background:#DCD6D6;
}


