.container_image_avatar{
  width:100%;
  /* font-family:sans-serif; */
  margin:30px auto;
  text-align:center;
  height:auto;
}
		#divCircle {
		 width: 195px;
		 height: 195px;
     border-radius:200px;
		 position: relative;
     overflow:hidden;
     top:-9px;
     left:-9px;
     opacity:0;
      margin: -31px;
      /* background-color: red; */
      /* -webkit-transition:opacity 0s 0s; */
    }

		#divCircle img{
			position: absolute;
			width: 50px;
			height: 50px;
      background:orange;
      border-radius:60px;
      /* border:2px #e36c9a solid; */
      /* -webkit-transition:all 0.4s; */
		}

    #divCircle img:hover {
      /* border:2px #333 solid; */
      /* width: 55px;
      height: 55px; */
    }

		#middleBubble {
		  text-align:center;
		  vertical-align:top;
		  color: #666; /*#6d6e71*/
		  height:120px;
		  width: 120px;
		  position: absolute;
		  text-align:center;
		}

    #middleBubble img {
      top:0px !important;
      left:0px !important;
    }

    .mainImg {
      width:120px;
      position:absolute;
      margin: -90px;
    }

    /* รูปตรงกลาง */
    .mainImg img {
      width:120px;
      border-width:0px;
      border-style:solid;
      border-color:rgba(0,0,0,0);
      border-radius:600px;
      overflow:hidden;
      -webkit-transition:all 0.5s;
      margin:90px 0 0 90px;
    }

    /* กรอบวงกลมตรงกลาง */
    .avatarList {
      margin:0px -120px;
      display:inline-block;
      /*  border:1px black solid; */
      width:120px;
      height:140px;
      /* background:orange; */
      /* border-radius:60px; */
    }

    /* .avatarList.expand .mainImg img {
      border-color:rgb(206, 30, 182);
          border-width:30px;
        margin:0;
    } */

    #divCircle.expand {
      display:block;
      opacity:1;
      -webkit-transition:opacity 0.5s 0.4s;
    }



table thead tr { background-color: #e36c9a; color: #fff;  border: none;}
table {border: none;}
td {
    height: 50px;
    /* width: 50px; */
}

#cssTable td {
    text-align: center;
    vertical-align: middle;
}

#text_icons {
  /* padding: 0.1em; */
  display: inline-block;
}

.center_bottom{

  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.border_transparent  {
   border: 0.5px solid white;
}

.content-area {
  height: auto;
  background-color: #e0e1e3;
}

.btn_cu {
  background-color:#e30d68;
  border-radius: 1rem;
  color: #fff;
}

.background:hover {
  background-color: #e36c9a;
  color: #fff;
  text-decoration: none;
}



.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #c7c9cb;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #e36c9a;
  border-color: #e36c9a;
}

.mainContainer{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px !important;
  background-color: #fff;
}

.menu-wrapper{
  position:absolute;
  width:250px;
  height:100%;
  background-color:#fff;
  overflow:hidden;
  display: inline;
  float: left;
}

#divCenter {
  margin: auto;
  width: 100%;
  margin-top: 50px;
}

.column_30 {
  width: 29%;
  height: auto;
  display: block;
  overflow: auto;
  position: relative;
}

.column_70 {
  float: left !important;
  display: table;
  text-align: left;
  width: 69%;
  background: transparent;
  margin-top: 30px;
}

.column_50 {
  float: left !important;
  display: table;
  text-align: left;
  width: 49%;
  background: transparent;
}

.profile-image-cu{
  display: block;
  margin: 0 auto;
  width: 120px;
}

.menu_height{
  line-height: 40px;
}
.ic_menu{
height: 35px;
width: 35px;
float: left;
margin: 0px 10px 0px 10px;
}

#card_header_custom {
  background-color:#ee1f79;
  padding: 2px 10px 2px 10px !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.container-login{
  background:#e0e1e3;
  padding:40px 20px 40px 20px;
  min-height:600px;
  margin: 0px;
}

.login-box{
  width: 400px;
}
/* mobile size */
@media (min-width: 320px) and (max-width: 1087px) {

  .menu-mobile {
    display: block;
  }

  .left-sidebar {
    display: none;
  }

  .right-content{
    float: right;
    width: 100%;
  }
  .menu_height{
    line-height: 30px;
  }

  .profile-image-cu{
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 8px;
  }

  .btn-logout-profile{
    text-align:right;
    padding:10px 10px 0px 10px;
    margin: 0px;
  }

  .nav-link{
    display: block;
    padding: 0.5rem 0.8rem;
  }

  .login-box{
    width: 300px;
  }
}

/* desktop size */
@media (min-width: 68em) {

  .menu-mobile {
    display: none;
  }

  .left-sidebar {
    float: left;
    width: 30%;
    /* height: 100%; */
  }

  .right-content{
    float: right;
    width: 69%;
  }

  .btn-logout{
    text-align:center;
    padding:10px;
    margin-top:20px;
  }

  .btn-logout-profile{
    display: none;
    text-align:center;
    padding:10px;
    margin-top:20px;
  }

}
