.players-list-list
{
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.user-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;
}
.user-body img{
  max-width: 88px;
}
.user-img{
  width: 93px;
  height: 63px;
  
}

.wainting
{
  margin-top: 10px;
}


.no-user
{
  margin-top: 10px;
}
.user-img-available{
  /*border: 2px solid #68ba68;*/
  opacity: 1 !important;
  
}


.user-body-available{
  border-color: #68ba68;
  opacity: 1;
}
.user-body-selected{
  border-color: #464646;
  
}
.user-body-enabled{
  border-color: rgb(222, 177, 49);
}
.user-body-booked{
  border-color: #dd6464;
}
.user-block{
  padding-left: 10px;
}
.user-block .user-img{
  margin-top: 10%;
}
.user-container{
  width: 90%;
}
.user-container-add-selected{
  background-color: #464646 !important;
}
.user-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;
}
.user-head-available{
  background-color: #68ba68 ;
  border-color: #68ba68 ;
  color:#ffffff;
}
.user-head-selected{
  border-color: #464646;
  background-color: #464646;
  color:#ffffff;
}
.user-head-booked{
  background-color: #dd6464;
  border-color: #dd6464;
}
.user-head-enabled{
  background-color: rgb(222, 177, 49);
  border-color: rgb(222, 177, 49);
}
.user-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;
}

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

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

.close
  {
    background-color:#6c757d;
  }

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

#addPlayersBlock .modal-footer .close-modal
{
  margin-right: 10px;
}

#print-users
{
  margin-left: 10px;
  height: 27px;
  margin-top: -1px;
}

#print-users i{
  color: white;
}

.users-left
{
  color: red;
}