html, body {
 }

 .navbar-static-top {
    margin-bottom:10px;
  }
  i {
    font-size:18px;
  }

  footer {
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#efefef;
  }

  .nav>li .count {
    position: absolute;
    bottom: 12px;
    right: 8px;
    font-size: 10px;
    font-weight: normal;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  .light-blue {
    background-color: rgba(0, 155, 225, 0.8);
  }

  .transparent-light-blue {
    background: rgba(0, 155, 225, 0.9);
  }

  .white-text {
    color: white;
    font-size: 1.8em;
    margin-top: 30px;
  }
  .light-grey {
    background-color: rgb(200, 200, 200);
  }
  .light-btn {

  }

  .fixed-height {
  	min-height: 200px;
    max-height: 500px;
  }
  .fixed-height-50 {
    height: 70px;
  }
  .scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
  }

  #record-list {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
  }

.list-title{
	color: black;
	font-size: 1.4em;
	text-align: center;
	width: 100%;
	min-height: 25px;
	max-height: 100px;
	padding: 10px 2px 10px 2px;
	border: 3px solid rgba(200, 200, 200, 0.75);
	background-color: rgba(200, 200, 200, 0.5);
}

.list-background {

  width: 100%;
  margin-bottom: 20px;
  border: 3px solid rgba(200, 200, 200, 0.75);
}

  .list-element:nth-child(even) {
    background-color: #DCEDF5;
    border: 2px solid rgba(200, 200, 200, 0.75);

  }

  .list-element:nth-child(odd) {
    background-color: #B5E1F7;
    border: 2px solid rgba(200, 200, 200, 0.75);

  }

  .list-element:hover {
    background-color: rgba(200, 200, 200, 1.0);
    cursor: pointer;
  }

  .list-element:active {
    background: rgba(84, 84, 84, 0.7);
    color: white;
  }

  .list-element.list-element-selected  {
    background-color: #11F20A;
  }
  #patient-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
  }

  .padded-top {
    margin-top: 5px;
  }
  .cxt-menu
{
  cursor: pointer;
  position: absolute;
  display: none;
  width: auto;
  text-align: center;
  padding: 2px;
  z-index: 999;
}

.cxt-menu li
{
  margin: auto;
  list-style-position: inside;
  list-style: none;
}
.cxt-menu li:hover
{
  background: rgb(84, 84, 84);
  color: white;
  font-style: bold;
}
.cxt-menu li:active
{
  background: rgb(200, 200, 200);
  color: white;
  position: relative;
  top: 1px;
}

/*Log in Button-----------------------------------*/

.login-btn {
   background-color: rgba(0,0,0,1);
   background-image: -webkit-linear-gradient(top, rgba(230,230,230,1) 30%,rgba(200,200,200,1) 67%);
   background-image:    -moz-linear-gradient(top, rgba(230,230,230,1) 30%,rgba(200,200,200,1) 67%);
   background-image:     -ms-linear-gradient(top, rgba(230,230,230,1) 30%,rgba(200,200,200,1) 67%);
   background-image:      -o-linear-gradient(top, rgba(230,230,230,1) 30%,rgba(200,200,200,1) 67%);
   background-image:         linear-gradient(top, rgba(230,230,230,1) 30%,rgba(200,200,200,1) 67%);
   border: solid 2px rgba(255,255,255,1);
   -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
           border-radius: 7px;
   width: 71px;
   margin: 5px;
   padding: 2px;
   display: inline-block;
   font-size: 22px;
   line-height: 28px;
   text-indent: 2px;
   color: rgba(0,0,0,1);
}
.login-btn:hover {
}
.login-btn:active {
}


/* Interest styles -----------------------------------------------------------*/
.interest-list {
}

.list-elem {
  margin: 5px;
}

.list-div {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.interest-list-header {
  text-align: center;
  font-size: 1.0em;
  color: white;
  font-weight: bold;
  background-color: rgb(90, 13, 81);

}

.interest-list-element {
  margin: 5px;
  background: white;
  cursor: pointer;
}

.interest-list-element:hover {
  border: 0px;
  border-left: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

.clicked {
  border: 0px;
  border-left: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

.interest-list-element:active {
  opacity: 0.8;
}

.delete-interest-btn {
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: -1px;
}

.delete-interest-btn:hover {
  color: red;
}

/* Achievement list styles. --------------------------------------------------*/
.interest-list {
}

.list-elem {
  margin: 5px;
}

.list-div {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.achievement-set-list-header {
  text-align: center;
  font-size: 1.0em;
  color: white;
  font-weight: bold;
  background-color: rgb(90, 13, 81);

}

.achievement-set-list-element {
  margin: 5px;
  background: white;
  cursor: pointer;
}

.achievement-set-list-element:hover {
  border: 0px;
  border-left: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

.clicked {
  border: 0px;
  border-left: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

.achievement-set-list-element:active {
  opacity: 0.8;
}

.delete-achievement-set-btn {
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: -1px;
}

/* Management console styles. ------------------------------------------------*/
.delete-achievement-set-btn:hover {
  color: red
}

.management-option {
  padding: 5px;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}

.management-option:hover {
  background: rgb(230, 230, 230);
}
.management-option:active {
  /*background: rgb(0, 155, 225);*/
  background-size: 1px 1px;
  font-weight: bold;
  color: #dd4b39;
}

.selected {
  font-weight: bold;
  color: #dd4b39;
  text-decoration: underline;
}

.selection-highlighter {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: -10px;
  bottom: 1px;
  border: 0px;
  border-left: 6px;
  border-style: solid;
  border-color: #dd4b39;
  height: 100%;
}

.pet-list-element {
  background: white;
  margin-top: 10px;
  cursor: pointer;
}

.pet-list-element:hover {
  background: #f5f5f5;
}

/* Manage clinics styles. ----------------------------------------------------*/
.clinic-list-div {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.clinic-list-elem {
  margin: 5px;
  background: white;
  cursor: pointer;
}

.clinic-list-elem:hover {
  border: 0px;
  border-right: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

.selected-clinic {
  border: 0px;
  border-right: 5px;
  border-style: solid;
  border-color: #dd4b39;
  color: #dd4b39;
  font-weight: bold;
}

/* category list styles ------------------------------------------------------*/
.category-list {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.category-list-elem {
  margin: 5px;
  background: white;
  cursor: pointer;
}

.category-list-elem:hover {
  font-weight: bold;
}

.delete-category-btn:hover {
  color: red;
}

.delete-category-btn:active {
  opacity: 0.8;
}

/* add clinic modal window styles --------------------------------------------*/
.coords-spinner {
  background: url(/img/496.gif);
  height: 68px;
  width: 68px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; transition: opacity 0.3s; 
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Active";
    padding-left: 10px;
    background-color: #2FFF40; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Inactive";
    padding-right: 10px;
    background-color: #E8D500; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    width: 14px; height: 18px; margin: 8px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.ui-widget {
  z-index: 99999999;
}

/** Used for alignment of feedback on add pet form */
.feedback {
  text-align: left;
}
.loader {
  background: url(/img/496.gif); 
  opacity: 0;
  width: 60px; height: 60px; background-size: cover; text-align: center;
  margin: 0 auto;
}

/* Pet achievement completion view styles ------------------------------------*/

li.list-group-item:hover {
  background: #e5e5e5;
}

.pet-completeness-view:hover {
  background: #fdfdfd;
}

.custom-striped-progress .progress-bar-success{
  background-image: -webkit-linear-gradient(
      90deg, 
      rgba(255, 255, 255, 0.15) 25%, 
      transparent 25%, 
      transparent 50%, 
      rgba(255, 255, 255, 0.15) 50%, 
      rgba(255, 255, 255, 0.15) 75%, 
      transparent 75%, 
      transparent
    );
  background-image: 
linear-gradient(90deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 112.25px 50px;
}

.stars {
  width: 450px;
  margin-left: 15px;
}

.star {
  font-size: 5em; 
  -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; transition: opacity 0.3s; 
}

.star-full {
  color: rgb(250, 240, 0);
}

.star-full:hover {
  opacity: 0.7;
}

.star-empty {
  color: rgb(100, 100, 100);
}

.star-empty:hover {
  color: #31708f;
}

i span {
    background:#FFFFFF;
    border: 2px solid #DFDFDF;
    color: #717171;
    font-size: 13px;
    height: 30px;
    letter-spacing: 1px;
    line-height: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -110px;
    left:-57px;
    border-radius: 10px;
    display:none;
    padding:0 20px;
}

i span:after {
    content:'';
    position:absolute;
    bottom:-5px; 
    width:10px;
    height:10px;
    border-bottom:2px solid #dfdfdf;
    border-right:2px solid #dfdfdf;
    background:#ffffff;
    left:50%;
    margin-left:-10px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

i:hover span {
  display: block;
}


.save-achievement-btn {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  border-radius: 5px;
}

.save-achievement-btn:hover {
  color: white;
  background: #3c763d;
}

.save-achievement-btn:active{
  opacity: 0.7;
}

.small-spinner {
  background: url(/img/496.gif);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: opacity 0.3s; -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; transition: opacity 0.3s; 
}