.navbar{
	background-color: white;
}

.mr-auto{
	margin-right: auto;
}

header.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}

#content{
	padding-top: 0.5rem;
	background-color: rgba(255,255,255,0.35);
	min-height: calc(100vh - 56px);
	overflow: scroll;
	-ms-overflow-style: none;
}

#content::-webkit-scrollbar {
	display: none;
}

#page_title{
	height: 2px;
}

.tab_index{
	max-width: 20rem;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	border-radius: 20px 20px 0px 0px;
	background-color: white;
	margin-bottom: -5px;
}

h1{
	font-size: 1.5rem;
}

h2{
	font-size: 1rem;
}

hr{
	margin: 10px 0px;
}

.ext_button{
	position: absolute;
	right: 10px;
	top: 60px;
	z-index: 90;
}

.form-text.error{
	color: red;
}

@media (min-width: 576px){
	.ext_button{
		right: 170px;
		top: 94px;
	}
}

.canceled {
	text-decoration: line-through;
}

/* Help Popup Config */
#help_pop .contents font{
	font-size: 1.5rem;font-weight: bold;
}
#help_pop .contents p{
	font-size: 1rem;padding-left: 20px;
}
.title {
	cursor: move;
	border-radius: 10px 10px 0 0;
	padding: 4px 8px;
	background-color: #ffc107;
	border-bottom: 1px solid #4658A0;
	color: #000;
}
.close {
	padding: 2px 4px;
	float: right;
	cursor: pointer;
	border-radius: 10px;
	background: rgb(197, 209, 255);
	margin: 4px;
	color: rgb(121, 87, 87);
	border: 1px solid #8F8F8F;
	font-size: 12px;
}
.contents {
	padding: 4px 8px;
	color: #696969;
	background-color: white;
	border:1px solid black;
}

/* Color Of Committees */
.committee_color_1{
	background-color: #ffd6d6;
}
.committee_color_2{
	background-color: #ffd6ea;
}
.committee_color_3{
	background-color: #ffd6ff;
}
.committee_color_4{
	background-color: #ead6ff;
}
.committee_color_5{
	background-color: #d6d6ff;
}
.committee_color_6{
	background-color: #d6eaff;
}
.committee_color_7{
	background-color: #d6ffff;
}
.committee_color_8{
	background-color: #d6ffea;
}
.committee_color_9{
	background-color: #d6ffd6;
}
.committee_color_10{
	background-color: #eaffd6;
}
.committee_color_11{
	background-color: #ffffd6;
}
.committee_color_12{
	background-color: #ffead6;
}
.committee_color_13{
	background-color: #f1f1f1;
}

/* bootstrap*/
.sticky-top {
	z-index: 100;
}

.modal-backdrop{
	opacity: 0.6;
}

.modal-header{
	background-color: black;
	color: white;
}

.modal-footer{
	background-color: #cecece;
}

/* Ajax Loading */
#loading{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.5);
	z-index: 10000;
}

#loading::before{
	content:"";
	display:block;
	position:fixed;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	border-radius:5px;
	margin-top:-15px;
	margin-left:-15px;
	background:white;
}

#loading::after{
	content:"";
	display:block;
	position:fixed;
	left:50%;
	top:50%;
	width:32px;
	height:32px;
	border-radius:20px;
	margin-top:-10px;
	margin-left:-10px;
	border:4px solid #60ABB9;
	border-right:4px solid white;
	animation: rotate 1s infinite linear;
}
@keyframes rotate {
	0%    { transform: rotate(0deg); }
	100%  { transform: rotate(360deg); }
}

/* メニューアイコン*/
@media screen and (min-width: 1110px) {
	.menu > .menu-item > a {
	  text-align: center;
	}
  
  .menu-item > a:before {
	display: block;
	font: 24px/1 FontAwesome;
  }
}
@media screen and (max-width: 1110px) {
  .menu-item > a:before {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    text-align: center;
    top: 7px;
    width: 40px;
  }
}
  .menu-item > a:hover {
	  opacity: 0.5 ;
  }
  .menu > .menu-item:nth-child(1) > a:before {
	content: url(/committees/img/event_icon.png); 
  }
  
  .menu > .menu-item:nth-child(2) > a:before {
	content: url(/committees/img/calendar_icon.png); 
  }
  
  .menu > .menu-item:nth-child(3) > a:before {
	content: url(/committees/img/file_icon.png);
  }
  
  .menu > .menu-item:nth-child(4) > a:before {
	content: url(/committees/img/register_icon.png);
  }
  
  .menu > .menu-item:nth-child(5) > a:before {
	content: url(/committees/img/user_icon.png);
  }
  .menu > .menu-item:nth-child(6) > a:before {
	  content: url(/committees/img/setting_icon.png);
	}
