.teams-list-list
{
  height: 200px;
  overflow: auto;
}
.team-body{
  background-color: #ffffff;
  border: 1px solid #cccccc ;
  border-top: none ;
  -webkit-box-sizing: content-box ;
  -moz-box-sizing: content-box ;
  box-sizing: content-box ;
  color: #222222 ;
  display: block;
  float: none ;
  font-family: 'Open Sans', sans-serif ;
  font-size: 12px ;
  font-weight: 300 ;
  line-height: 19px ;
  margin: 0 ;
  padding: 0 ;
  position: relative ;
  text-align: left ;
  vertical-align: middle ;
  width: auto ;
  margin-bottom: 10px ;
  max-width: 88px;
}
.team-body img{
  max-width: 88px;
}
.team-img{
  width: 93px;
  height: 63px;
  
}


.team-img-available{
  /*border: 2px solid #68ba68;*/
  opacity: 1 !important;
  
}


.team-body-available{
  border-color: #68ba68;
  opacity: 1;
}
.team-body-selected{
  border-color: #464646;
  
}
.team-body-enabled{
  border-color: rgb(222, 177, 49);
}
.team-body-booked{
  border-color: #dd6464;
}
.team-block{
  padding-left: 10px;
}
.team-block .team-img{
  margin-top: 10%;
}
.team-container{
  width: 90%;
}
.team-container-add-selected{
  background-color: #464646 !important;
}
.team-head{
  background-color: #cccccc ;
  border: 1px solid #cccccc ;
  color: #0c0c0c;
  -webkit-box-sizing: content-box ;
  -moz-box-sizing: content-box ;
  box-sizing: content-box ;
  display: block ;
  height: 17px ;
  margin: 0 ;
  padding: 0 0 0 4px ;
  position: relative ;
  width: auto ;  
  font-size: 13px;
  line-height: 15px;
  max-width: 84px;
}
.team-head-available{
  background-color: #68ba68 ;
  border-color: #68ba68 ;
  color:#ffffff;
}
.team-head-selected{
  border-color: #464646;
  background-color: #464646;
  color:#ffffff;
}
.team-head-booked{
  background-color: #dd6464;
  border-color: #dd6464;
}
.team-head-enabled{
  background-color: rgb(222, 177, 49);
  border-color: rgb(222, 177, 49);
}
.team-input{
  -webkit-appearance: none !important;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: auto;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 4px 9px !important;
  width: 200px;
}

.team-filter-label{
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.list-team-item
{
  border: inherit;
  background-color: inherit;
  cursor: pointer;
  margin-top: 5px;
}
.list-team-item:hover{
  background-color: inherit;
}
.team-list{
  margin-top: 5px;
  padding: 5px;
  width: 100%;
}
.team-list:hover{
  background-color: #e4e4e4;
}

.close
  {
    background-color:#211f1c;
  }

.list-filter-button
{
    margin-right: 10px;
}
#addTeamsBlock
{
  z-index: 10000;
}

.teams-list-wrapper
{
  width: 100%;
}
.input-group-append{
  position: relative;
  left: 141px;
  top: -38px;
}
#team-get-filter
{
  height: 30px;
}
#team-name-delete
{
  background-color: inherit;
  color: #666;
  border-color: inherit;
  border: inherit;
  font-size: 1.5rem;
}
