.glyphicon-toggle {
	padding: 7px 10px;
	margin-right: 10px;
	border: none;
	color: #777;
}
.progress-bar-disabled {
  filter: alpha(opacity=65);
  opacity: .65;
}
.progress-bar-transparent {
  color: #777;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.table .small {
  color: #777;
}
.table-responsive {
  border: none;
}

.panel-collapse .form-control {
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height 
  margin-bottom: 60px;
  */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* media
-------------------------------------------------- */
.media {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.media > .pull-left-result-thumbnail {
  margin-right: inherit;
}
.pull-left-result-thumbnail {
  float: none !important
}
.center-block-result-thumbnail-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4px;
  cursor: pointer;
}
@media (min-width: 481px) {
	.media > .pull-left-result-thumbnail {
		margin-right: 10px;
	}
	.pull-left-result-thumbnail {
		float: left !important;
	}
	.center-block-result-thumbnail-img {
		margin-bottom: inherit;
	}
}
.media-heading {
  list-style: none;
  padding: 0;
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.media-heading > li {
  display: inline-block;
}
.media-heading > li + li:before {
  padding: 0 1px;
  color: #ccc;
  content: "/\00a0";
}
.media-body > .col-xs-4 {
	padding: 0;
}

/* right-caption
-------------------------------------------------- */
.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}
.thumbnail.right-caption {
    float: left;
}
.thumbnail.right-caption > .caption {
    padding: 4px;
}

/* modal
-------------------------------------------------- */
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}

/* Glowing
-------------------------------------------------- */
@-webkit-keyframes glowing {
  50% {
	  background-color: #d9edf7;
	  border-color: #66afe9;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
}
@-moz-keyframes glowing {
  50% {
	  background-color: #d9edf7;
	  border-color: #66afe9;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
}
@-o-keyframes glowing {
  50% {
	  background-color: #d9edf7;
	  border-color: #66afe9;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
}
@keyframes glowing {
  50% {
	  background-color: #d9edf7;
	  border-color: #66afe9;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  }
}
.form-control-glow {
  outline: 0;
  -webkit-animation: glowing 1500ms infinite;
     -moz-animation: glowing 1500ms infinite;
       -o-animation: glowing 1500ms infinite;
          animation: glowing 1800ms infinite;
}

@-webkit-keyframes glowing-warning {
  50% {
	  background-color: #fcf8e3;
	  border-color: #f0ad4e;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
  }
}
@-moz-keyframes glowing-warning {
  50% {
	  background-color: #fcf8e3;
	  border-color: #f0ad4e;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
  }
}
@-o-keyframes glowing-warning {
  50% {
	  background-color: #fcf8e3;
	  border-color: #f0ad4e;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
  }
}
@keyframes glowing-warning {
  50% {
	  background-color: #fcf8e3;
	  border-color: #f0ad4e;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 173, 78, .6);
  }
}
.form-control-glow-warning {
  outline: 0;
  -webkit-animation: glowing-warning 1500ms infinite;
     -moz-animation: glowing-warning 1500ms infinite;
       -o-animation: glowing-warning 1500ms infinite;
          animation: glowing-warning 1800ms infinite;
}

@-webkit-keyframes glowing-danger {
  50% {
	  background-color: #f2dede;
	  border-color: #d9534f;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
  }
}
@-moz-keyframes glowing-danger {
  50% {
	  background-color: #f2dede;
	  border-color: #d9534f;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
  }
}
@-o-keyframes glowing-danger {
  50% {
	  background-color: #f2dede;
	  border-color: #d9534f;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
  }
}
@keyframes glowing-danger {
  50% {
	  background-color: #f2dede;
	  border-color: #d9534f;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 83, 79, .6);
  }
}
.form-control-glow-danger {
  outline: 0;
  -webkit-animation: glowing-danger 1500ms infinite;
     -moz-animation: glowing-danger 1500ms infinite;
       -o-animation: glowing-danger 1500ms infinite;
          animation: glowing-danger 1800ms infinite;
}