@charset "utf-8";


/*html,*/
body {
  font-family: "MS Pゴシック" ;
}

.main-sidebar {
  background-color: #c6e0b4;
}

.nav-sidebar .nav-item > .nav-link {
  color: #548235;
}

.brand-text {
	color: #548235;
	padding-left: 36px;
}

.brand-image {
	display: 	none;
}

[class*="sidebar-dark"] .brand-link {
	padding-top: 20px;
  border-bottom: 1px solid #c6e0b4;
}

.navbar-white {
  background-color: #e2efda;
}

.btn-search-mark {
  border-color: #6c757d;
  box-shadow: none;
}

.content-wrapper {
  background-color: #f4f6f9;

  > .content {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}

.active {
  background-color: #3f463a;
}

.nav_text_active {
  color: #FFF;
}

/* .deco-file label{
  display: inline-block;
  border: 2px solid #1E88E5;
  color: #1E88E5;
  text-align: center;
  padding: 100px 100px;
}
.deco-file label:hover{
  cursor: pointer;
}
.deco-file input[type="file"]{
  display: none;
} */

.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}
