/* --------------------------------------------------------------------------------
    レイアウト
-------------------------------------------------------------------------------- */
tfoot th.center {
	text-align: center;
}
tfoot th.right {
	text-align: right;
}

.nav-md .container.body .col-md-3.left_col, .nav-sm .container.body .col-md-3.left_col {
  position: fixed !important;
}
.nav-sm .navbar.nav_title a i {
  margin: 13px 0 0 15px;
}
.nav.toggle {
  display: none;
}
.nav-sm .container.body .col-md-3.left_col {
  width: 100px;
  z-index: 9;
}
.nav-sm .main_container .top_nav {
  margin-left: 100px;
}
.nav-sm .container.body .right_col {
  margin-left: 100px;
}
.nav-sm .nav.side-menu li .child_menu a{
    font-size: 12px!important;
}
.nav-sm .nav.side-menu li .child_menu i{
    width: 26px!important;
    font-size: 18px!important;
    margin-right: 10px;
}
@media (max-width: 991px){
  .nav.toggle {
    display: block;
  }
  .nav-sm .container.body .col-md-3.left_col {
      display: none;
  }
  .nav-sm .container.body .col-md-3.left_col {
    width: 0;
  }
  .nav-sm .main_container .top_nav {
    margin-left: 0;
  }
  .nav-sm .container.body .right_col {
    margin-left: 0;
  }
  .nav-sm.active .container.body .col-md-3.left_col {
      display: block;
  }
  .nav-sm.active .navbar.nav_title a i {
    margin: 13px 0 0 5px;
  }
  .nav-sm.active .container.body .col-md-3.left_col {
    width: 70px;
  }
  .nav-sm.active .main_container .top_nav {
    margin-left: 70px;
  }
  .nav-sm.active .container.body .right_col {
    margin-left: 70px;
  }
}
.nav_menu {
  position: fixed !important;
  z-index: 6;
}
.navbar_btn .fa {
  font-size: 25px;
}
.navbar_btn span {
  vertical-align: middle;
  font-weight: bold;
}
.right_col .page_content {
  margin-top: 58px;
}
.manage_nav {
  background: #333333;
}
.manage_nav .nav_title {
  background: #333333;
}
.manage_nav .left_col {
  background: #333333;
}

.manage_nav .nav.side-menu>li.active>a {
  text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
  background: linear-gradient(#333333, #333333),#333333;
  box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
}
.nav-sm .manage_nav ul.nav.child_menu {
  background: #333333;
}
.nav-sm .manage_nav ul.nav.child_menu li:before {
  background: #8f8f8f;
}
.nav-sm .manage_nav ul.nav.child_menu li:after {
  border-left: 1px solid #8f8f8f;
}
/* --------------------------------------------------------------------------------
    ログインページ
-------------------------------------------------------------------------------- */
.login_content form input[type="submit"] {
  float:right ;
  margin-right: 20px;
}
.login_content .checkbox {
  float:left;
  margin-left: 20px;
}
/* --------------------------------------------------------------------------------
    フロー一覧
-------------------------------------------------------------------------------- */
.clear-btn {
  padding: 4px 10px;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  color: #ccc;
  margin: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.clear-control {
  width: 100%;
}
.parent_link a {
	text-decoration: underline;
}
.flow_list table .list a {
	text-decoration: underline;
}
/* --------------------------------------------------------------------------------
    ToDo
-------------------------------------------------------------------------------- */
.mail_list {
	margin-top: 6px;
  border-bottom: 0px solid #fff;
}
.scroll-window {
  overflow: auto;
  height: 560px;
}
.list-unstyled li {
	border-bottom: 1px solid #DBDBDB;
}
.list-unstyled li:hover {
	background-color: #f7f7f7;
}
#mail_list_col1 .active, #mail_list_col2 .active {
	background-color: #ededed;
}
.fc-sun {
	color: black;
	background-color: #c5c5c5;
	opacity: .3;
}
.fc-sat {
	color: black;
	background-color: #c5c5c5;
	opacity: .3;
}
.fc-time span {
	line-height: 19px;
}
ul.stats-overview-col2 li {
  width: 45%;
}
.icon-primary {
  color: #337ab7;
}
.icon-warning {
  color: #f0ad4e;
}
.icon-danger {
  color: #d9534f;
}
.mail_list h3 small {
	font-size: 15px;
}
.x_title h6 {
  float: left;
}
.btn[disabled] {
  pointer-events: none;
}
/* --------------------------------------------------------------------------------
    日報
-------------------------------------------------------------------------------- */
.dropdown-menu {
  font-size: 13px;
}
.dropdown-menu > li {
	position: relative;
}
.task_select_error span{
  color: #E74C3C;
}
 .select2-selection.select2-selection--multiple.parsley-error {
  background: #FAEDEC;
}
.CodeMirror.cm-s-paper.CodeMirror-wrap.parsley-error {
  background: #FAEDEC;
}
.close {
  opacity: 0.7;
  font-size: 30px;
}
#special-dropable-events{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #E6E9ED;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
	min-height: 30px;
}
#special-dropable-events p {
	margin-bottom: 3px;
}
#special-dropable-events .fav_drop_task {
	width: 150px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: move;
}
#special-dropable-events .fav_drop_task span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#dropable-events {
	width: 14%;
	float: left;
	margin-right: 1%;
}
#dropable-events .accordion .panel-heading {
	padding: 3px;
}
#dropable-events .accordion .panel-heading .panel-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#dropable-events .panel-body {
	padding: 5px;
}

#dropable-events .drop_task {
	width: 100%;
	margin-bottom: 5px;
	padding: 3px;
	cursor: move;
}
#special-dropable-events .fav_drop_task label, #dropable-events .drop_task label {
	width: 100%;
	cursor: move;
	margin-bottom: 0;
	display: flex;
	font-weight: normal;
}
#dropable-events .drop_task label div {
	width: 90%;
}
#dropable-events .drop_task label input {
	width: 10%;
}
#dropable-events .drop_task span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dropable-calendar {
	width: 85%;
	float: left;
}
/* --------------------------------------------------------------------------------
    プロジェクト管理
-------------------------------------------------------------------------------- */
.pagination {
  text-align: center;
  display: block;
}
.pagination>li {
  display: inline-block;
}
.is-hide {
  display: none;
}
.is-show {
  display: block;
}
.project_box .project_name, .project_box .column-story a, .project_box .column-member a {
  text-decoration: underline;
}
.project_box table>tbody>tr.selected {
  background: rgba(38,185,154,.16);
}
.project_box .glyphicon {
  top: -4px;
}
.project_updated_at {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}
/* --------------------------------------------------------------------------------
    メンバー管理
-------------------------------------------------------------------------------- */
.member_box .member_name a {
  text-decoration: none;
  cursor: default;
}
.member_box .column-story a, .member_box .column-project a {
  text-decoration: underline;
}
.member_box table>tbody>tr.selected {
  background: rgba(38,185,154,.16);
}
.member_box .glyphicon {
  top: -4px;
}
/* --------------------------------------------------------------------------------
    週報
-------------------------------------------------------------------------------- */
select.disabled {
  cursor: not-allowed;
  background-color: #eee;
}
/* --------------------------------------------------------------------------------
    承認待ちリスト
-------------------------------------------------------------------------------- */
.approval_list tr .column-story {
	text-decoration: underline;
}