﻿.colorIconsGreen {
  color: #2eb934;
  cursor: pointer;
  
}
.colorIconsRed {
  cursor: pointer;
  color: red;
  background-color: white
}

#contactsList-Table_filter {
  display:none
}

.contact-alert {
  color: #fba400;
}

.btn-tooltip-container {
  margin-bottom : 20px;
}
.btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px !important;
}

.btn-tooltip-container {
  margin-bottom : 20px;
}

.btn-access {
  width:40px;
}

.btn-notAccess {
  width: 40px;
}

.btn-placeOrders {
  width: 40px;
}

.btn-notPlaceOrders {
  width: 40px;
}
.btn-circle:hover{
  border-radius: 15px !important;
}