.locBttn{
   color: #fff;
   background-color: #125443;
   border: 0;
   border-radius: 0;
   padding: 10px;
   text-decoration: none;
}
.locBttn:hover{
   color: #fff;
   text-decoration: none;
}
.shortFont{
   font-size: 12px;
}

.switch {
  position: relative;
  display: inline-block;
 width: 40px;
    height: 22px;
}

.switch .location_status { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 18px;
    width: 18px;
  left: -6px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.location_status:checked + .slider {
  background-color: #5cb85c;
}

.location_status:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}

.location_status:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.nav-pills li a.active span{
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 128, 96, 1);
}
.nav-pills li a:hover{
    text-decoration: none;
}
.timesRow label{
  font-size: 13px;
  color: black;
}
.timesRow select{
  font-size: 13px;
  color: black;
}


/*multipleInput-container*/

  .multipleInput-container {
     border:1px #ccc solid;
     padding:1px;
     padding-bottom:0;
     cursor:text;
     font-size:13px;
     width:100%;
}

.multipleInput-container input {
     font-size:13px;
     clear:both;
     width:250px;
     height:24px;
     border:0;
     margin-bottom:1px;
}

.multipleInput-container ul {
     list-style-type:none;
}

li.multipleInput-email {
     float:left;
     margin-right:2px;
     margin-bottom:1px;
     border:1px #BBD8FB solid;
     padding:2px;
     background:#F3F7FD;
}

.multipleInput-close {
     width:16px;
     height:16px;
     background:url(close.png);
     display:block;
     float:right;
     margin:0 3px;
}