@CHARSET "UTF-8";

body, html{
	font-size: 0.9em;
	position: relative;
}

#wrapper{
	max-width: 100%;
	margin: auto;
	margin-top: 51px;
}

#page-content-wrapper{
	padding: 0px;
}

#content-header{
	padding: 0.25em 1em;
	background-color: #EFEFEF;
}

.margin-vertical{
	margin: 2em 0;
}

.sidebar-nav li{
	text-indent: 5px;
}

.sidebar-nav li i{
	width: 28px;
}

.sidebar-nav li.active a{
	background: rgba(255,255,255,0.3);
	color: #FFFFFF;
}


/* コンテンツヘッダ内のパネル*/
.control-box{
	padding: 0.5em 1em;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
.control-box label{
	font-weight: normal;
}


.required{
	color: #DD0000;
}

/* パンくずナビ*/
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb{
	padding: 2px 10px;
}

.breadcrumb li{
    font-size: 0.95em;
}

/* イベントメニュータブ*/
.event-menu.nav>li>a{
	padding: 0.5em;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-middle{
    font-size: 1.3em;
}
.text-large{
	font-size: 2em;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.notifyMessage{
	z-index: 999999;
    top: 0;
    left: 0;
    width: 240px;
    display: none;
    position: fixed !important;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: rgba(51,51,51, 0.9);
    -webkit-border-radius: 5px; /* Safari Chrome */
    -moz-border-radius: 5px;    /* Firefox */
    border-radius: 5px;         /* Firefox */
}

/* サイドバー */
.sidebar-user{
	height: 4em;
}
.sidebar-user .name{
	padding-left: 2.5em;
	color: #FFFFFF;
	height: 1em;
	
}
.sidebar-user .belongs{
	height: 1em;
	margin-top: 0.3em;
	padding-left: 2.5em;
	
}

/* マニュアル */
#spynav{
	position: fixed;
	margin-top: 2em;
}
#spynav li a{
	margin-right: 4em;
	color: #777777;
	padding: 0.2em 0;
}
#spynav .nav>li>a:focus,
#spynav .nav>li>a:hover{
	background: transparent;
}
#spynav li > ul > li{
	margin-left: 1em;
}
#spynav li.active>a{
	background: transparent;
	color: #337AB7;
	
}
#spynav li.active>a:before{
font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
	content: "\f0da　"
}

.bs-modal-lg{
	width: 80%;
}

table thead{
	background-color: #CCCCCC;
}