/* Animal Profile Styles */

/* change border radius for the tab , apply corners on top*/

ul.nav-pills > li.active {
	width: auto;
	}


.livestock-info-select {
  height: 20px;
  background: rgba(0,0,0,0.015);
  padding-left: 10px;
  border: 1px solid rgba(0,0,0,0.05);
  width: 100%;
  height: 30px;
}

#no-background-color {
  background-color: white;
}

input.record-info-title {
  border: none;
  background: #fff8dc;
  width: 30px;
  height: 20px;

}

.record-edit {
  margin-bottom: 5px !important;
  width: 100% !important;
}

.record-input {
  width: 100%;
}

.record-add.profile-edit {
  width: 100% !important;
}

.nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;

}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #f14b15;

}

#repeated, #reminder {
  display: none;
}

.record-item {
  width: 100%;
}

.profile-box {
  margin-top: 25px;
  margin-left: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  top: 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(245, 137, 31);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul.animal-info, ul.product-info, ul.animal-info-edit {
  list-style: none;
  padding-left: 0px;
  font-size: .9em;
}  

ul.animal-info li, ul.animal-info-edit li {

  margin-bottom: 10px;
}                            

.nav-pills li {
  padding-right: 20px;
}  

.btn-records {
  width: 150px;
}

.edit-btn {
  margin-bottom: 10px;
}

.edit-records {
  margin: 5px;
}

.record-header {
  margin-bottom: 20px;
}

#record-photo, .animal-info {
  margin: 5px;
}

.edit-records:hover {
  cursor: pointer;
}

/*Make navigation tabs full widths on small screens*/
@media (max-width: 499px){
  .nav-pills>li.active>a {
    width: auto;
  }
}

 .post-photo-update {
  z-index: 100;
 }

 .herd-btn {
  background-color: white;
  color: #f14b15; 
  border: 1px solid #f14b15;
}
