/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.form-group {
  margin-bottom: 1.5rem !important;
}
#checking {
  display: none;
}
.mybtn button {
  border: 0;
  background: none;
}
.mybtn button::content {
  border: 0;
  background: none;
}
.table-responsive table tbody tr td {
  padding: 0.4rem 2rem !important;
}
.table-responsive table tbody tr td span {
  margin-bottom: 0 !important;
}
.table td a .badge-circle {
  margin: 3px 0 !important;
}
.my-unit {
  text-align: center;
  background-color: rgb(237 237 237);
  width: auto;
  display: table;
  float: left;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 10px 5px 0;
}
#removeUnit {
  margin-top: 10px;
  padding-bottom: 10px;
}
#removeUnit i {
  size: 5px;
}
.close-btn {
  padding: 5px 0 0 0;
  margin: auto;
}
.close-btn button {
  border: none;
  outline: none;
}
.close-btn button:focus {
	border: none; 
    outline: none;
}
.table-responsive td:last-child {
   width: 100px;
}

.member-view .table-responsive td:last-child {
  width: 150px;
} 
.goog-te-gadget-simple{
  margin-top: 12px !important;
  border:none !important; 
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
