.ios .round {
  position: relative;
  float: right;
}

.ios .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 28px;
}

.ios .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.ios .round input[type="checkbox"],
.ios .round input[type="radio"] {
  visibility: hidden;
}

.ios .round input[type="checkbox"]:checked + label,
.ios .round input[type="radio"]:checked + label {
  /*background-color: #66bb6a;*/
  /*border-color: #66bb6a;*/
  background-color: #36BD43;
  border-color: #36BD43;
}

.ios .round input[type="checkbox"]:checked + label:after,
.ios .round input[type="radio"]:checked + label:after {
  opacity: 1;
}


.ios .round input {
  visibility: hidden;
}

.ios .round input:checked + label {
  /*background-color: #66bb6a;*/
  /*border-color: #66bb6a;  */
  background-color: #36BD43;
  border-color: #36BD43;
}

.ios .round input:checked + label:after {
  opacity: 1;
}

/*.list-group-item {*/
/*  padding: 2% 0;*/
/*  margin: 0;*/
/*  border: none !important;*/
/*}*/

#name-list .list-group-item {
  min-height: 50px;
}


.carousel-control-next-icon {
  width: 20px;
}

.carousel-control-prev-icon {
  width: 20px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
}
.card-metro-text {
  font-size: 14px;
  margin: 0;
  margin-left: 3px;
}

.card-metro-geotag {
  width: 15px;
}

.card {
  display: block !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}



/* datepicker */
