body {
  font-size: .875rem;
  background-color: #ECF4F7;
  color:#142438;
  /*font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Noto Sans TC;*/
  font-family: "Noto Sans TC","Open Sans","Microsoft JhengHei","PingFang TC","Roboto","Source Sans Pro","Helvetica","Arial",sans-serif;

}

.container-fluid{
  background: rgb(236,244,247);
  /*background-image: url(/assets/image/main_bg.png); /* The image used */
  background-repeat: repeat-x;
}


h1,h2 {
  color: #29acec;
}

h1 {
  font-size: 26px !important;
}
.nav {
  margin-bottom: -4px !important;
}
.nav-container {
  background-color: #fff;
  padding-left: 55px;
  border-bottom: 4px solid #ECF4F7;

}
/* 每個list item 圖大小 */
.nav-container img.list-item {
    width: 40px;
}
.nav-container h1 {
  padding: 30px 0;
}
.nav-link {
color:#385781 !important;
font-size: 15px;
margin-bottom: 1px;
}

.nav-link.active {
  color:#385781;
  border-bottom: 3px solid #29ACEC;
  }

  .navbar {
    padding-right: 50px;
  }

.navbar-nav {
    flex-direction:row;

  }

.navbar-nav li{

    padding:0 5px;

}

 .user-profile img{
    width: 40px;
  }

.img-radius{
    /*border-radius: 50%;*/
  }

.mainc{
  margin-left: 6.4%;

  /*margin-left: calc(100vw - 70px);j*/

}



/*
 * Sidebar
 */


.bg-dark{
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  width:75px;
  padding-top: .5rem;
  /*overflow-x: hidden;*/
  background-color: #29ACEC;
  color:#fff;
  overflow-y: initial;
  /*overflow-y: auto;*/
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: 15px 22px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #fff;
}

.sidebar .nav-link.active {
  color: #fff;
  background-color: #1A8BDE;
}

.sidebar  li:hover {
  color: #fff;
  background-color: #4daeea;
  /*background-color:rgb(51,160,231);opacity:0.9;*/
}


.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
