.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 6px;
  cursor: pointer;
  }
  
  .hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  -webkit-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out
  }
  .hovereffect .overlay .icon, .hovereffect .overlay .top-right{
    opacity: 0;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
  }
  .hovereffect .img-responsive {
  display:block;
  position:relative;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
  width: 100%;
  height: 200px;  
  object-fit: cover;
  background-position: center;
  background-size: cover;
  }
  
  .hovereffect .overlay-body h1{    
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    height: 50px;    
    overflow: hidden;    
    top: -10px;
    position: relative;
    margin: 0;
    text-transform:uppercase;
  }
  .hovereffect .icon{
    position: absolute;
    top: 5px;
    z-index: 1;
    left: 5px;
  }
  .hovereffect .top-right{
      position: absolute;
      top: 5px;
      z-index: 1;
      right: 5px;
  }
  .hovereffect .overlay-body h2{
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    margin: 0;
  }
  .hovereffect .overlay-body {
  color:#fff;
  width: 100%;
  margin: 0;
  text-align:center; 
  font-size:17px; 
  background:rgba(0,0,0,0.7);
  -webkit-transform:translatey(117px);
  -ms-transform:translatey(117px);
  transform:translatey(117px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
  min-height: 200px;
  }
  
  .hovereffect .info {
    position: relative;
    top: -24px;
    background: white;
    padding: 4px 15px;    
    color: #1d1e1e;
  }
  
  
  .hovereffect:hover .img-responsive {
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  }

  .hovereffect:hover .overlay {  
  filter:alpha(opacity=100);
  }
  .hovereffect:hover .overlay .icon, .hovereffect:hover .overlay .top-right{
      opacity: 1;
  }
  .hovereffect:hover .overlay-body{
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(75px);
  -webkit-transform:translatey(75px);
  transform:translatey(75px);
  }  
  .mt-10{
    margin-top: 10px;
  }

.flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.no-flex-wrap{
    flex-wrap: nowrap;
}
.justify-start{
    justify-content: flex-start;
}

.row {
    align-items: center;
}
.modal-2xl{
    max-width: calc(100% - 80px)!important;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.left-item-detail, .right-item-detail{
    height: 630px;
    overflow-y: auto;
    padding: 5px 15px 0px;
    max-height: calc(100vh - 100px);
}
 
 
.column {
    width: 100%;
    border-radius: 3px;
    background-color: #fcfafa;
    /* display: flex;
    flex-wrap: wrap; */
}

.columns {
    padding: 0;
    width: 100%;
}

.columns~.columns {
    width: 100%;
    padding-left: 5px;
}

.column-status {
    flex: 0 0 auto;
    min-height: 20px;
    padding: 10px 8px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 3px;
}

/* board */
.margin-1{
    margin: 0 10px;
}
.mt-10{
    margin-top: 10px;
}
.item-header{
    padding: 3px;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-detail, .item-category{
    padding: 3px;
    margin-bottom: 10px;
}
.item-detail .commits{
    color: #4a72ad;
}
.item-category span{
    padding: 2px 8px;
    border-radius: 3px;
}
.item-detail i{
    font-size: 15px;
    margin: 0 3px;
}
.modal-body{
    height: 700px;
    overflow-y: auto;
}
.text-right{
    text-align: right;
}
.item-detail .priority{
    color: #4687e9"
}
.item-detail .assignee{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.chips{
    display: inline-block;
    padding: 5px 12px;
    background: #d9d9d9;
    border-radius: 20px;
    margin: 2px 1px;
  
  }
.bo_header{
    padding: 0 15px;
}
.editable{
    padding: 2px;
}
#showItem{
    font-size: 15px;
}
.editable:focus{
    outline: 3px solid #7bb1ed;    
    border-radius: 1px;
}

.buttonWrapper{
    display: none;
    float: right;
    margin-top: 7px;
    position: relative;
    
}
.buttonWrapper span{
    background: #f1f0f0;
    box-shadow: 1px 4px 16px -3px #b3b0b0;
    color: #525252;
    font-size: 12px;  
}
.buttonWrapper span:hover{
    background: #e3e3e3;
}
.right{
    float: right;
}
.item-field:hover{
    background-color: #efefef;
}
#accordion1 .card-header, #accordion .card-header{
    background-color: #f9f9f9;
    padding: 0;
}
#accordion1 .card{
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}
#accordion1 .card-body{
    padding: 10px 12px;
}
.block{
    display: block;
}
.invisible{
    height: 0;
}
.editItem_attachments{
    padding: 10px;
}
.create-child-item{
    margin-left: 10px;
}
.nav-link{
    padding: 0.5px 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #b6bbc1;
}
.item-attachment-wrapper{
    padding: 2px 5px;    
}
.item-attachment-wrapper:hover{
    background: #ededed;
}
.item-attachment-wrapper a{
    font-size: 25px;
    margin-right: 10px;
}
.item-attachment-wrapper .detail{
    margin-left: 10px;
    font-size: 12px;
}
#pills-history {
    padding: 7px 20px;
}
.avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 15px 0 0;
    object-fit: cover;
}
.history-detail span, .comments-detail span{
    padding: 0 2px;
}
.align-start{
    align-items: self-start;
}
.width-100{
    width: 100%;
}
.block{
    display: block;
}
.comments .comment {
    margin-top: 10px;
}
.comments-content>p{
    margin: 0;
}