body {
  color: #111d2d;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
header {
  background: #15a6b7;
  color: #fff;
  height: 60px;
  margin-bottom: 15px;
}
header a {
  color: #fff;
}
header a:hover {
  color: #fff;
}
header .socialService {
  padding: 17px 0;
}
header .socialService div {
  float: right;
  margin-left: 0px;
}
header .logo {
  margin: -2px 4px 0px 0;
  width: 30px;
  height: 20px;
}
header .current-menu-item {
  background: #1098a8 !important;
}
header li a:hover {
  background: #1098a8 !important;
}
header .nav-pills>li+li {
  margin-left: 0;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.title {
  font-size: 22px;
}
#searchform {
  width: 100%;
  padding: 0;
  margin: 0;
}
#searchform .form-group {
  width: 90%;
}
#searchform #searchsubmit {
  float: right;
}
#content {
  background: #ebeff0;
  color: #444e5a;
  padding: 5px 0;
  height: 100%;
  min-height: 100%;
}
#innerContent {
  background: #fff;
  padding: 20px;
}
#innerContent .media {
  border: none !important;
  height: auto !important;
}
#content .a1 a {
  color: #f45f59;
}
#content hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e3e7e8;
}
#allService {
  border-left: 1px solid #e3e7e8;
}
#showList {
  padding: 0;
}
#showList .media {
  background: #fff;
  padding: 15px;
  font-size: 12px;
  margin: 0 0 30px;
  border: 1px solid #e9edee;
  height: 100px;
}
#other .media {
  background: #fff;
  padding: 12px 7px;
  font-size: 12px;
  margin: 0;
  border: 1px solid #e9edee;
}
#other .media p {
  margin: 0;
}
#other .col-md-12 {
  padding: 0px;
  margin: 0;
}
#other .otherBlock {
  display: block;
  width: 55px;
  margin: 0 auto;
}
#other .about {
  margin: 15px 0 0 0;
  text-align: left;
  font-weight: bold;
}
#other h4 {
  font-size: 14px;
  word-wrap: break-word;
}
#other .hr {
  border: 0;
  padding: 20px;
}
/*
#showList .mediaPlus {
  height: 133px !important;
}
#showList .media .hardPlus {
  height: 30px !important;
}
*/
.slow {
  -moz-transition: width 0.8s 0.1s ease;
  -o-transition: width 0.8s 0.1s ease;
  -webkit-transition: width 0.8s 0.1s ease;
}
#showList .media-heading {
  height: 42px;
  margin-bottom: 0;
  font-weight: normal;
}
#showList .media p {
  color: #9fa3a4;
  padding: 0;
  margin: 0;
}
#showList .media .hard {
    height: 25px;
}
#showList .media p a {
  color: #0096a9;
}

#showList .media .about {
  padding: 0;
  margin: 10px 0 0;
  color: #9fa3a4;
}
#showList .media-object {
  margin-right: 10px;
}
#filter {
  padding-bottom: 50px;
}
#filter .searchTitle {
  font-size: 14px;
  font-weight: bold;
}
#filter .orange {
  color: #fe5653;
  font-size: 12px;
}

#filter .btn-danger {
  background: #fc6d67;
  border-color: #fc584e;
}
#filter .btn-danger:hover {
  background: #d9534f;
}
#page h1 {
  line-height: 20px;
  font-size: 26px;
  margin: 0;
}
#other .searchTitle {
  line-height: 20px;
  font-size: 18px;
}
/* Bootstrap */
.navbar-brand {
  color: #fff;
  padding: 10px 0px;
  margin-top: 10px;
}
.nav>li>a {
  padding: 20px 15px;
  height: 100%;
}
.nav-pills>li>a {
  border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #1098a8;
}
.form-control {
  background-color: #e2e8e8;
  border: 1px solid #e2e8e8;
  color: #898e91;
}
.help-block {
  color: #898e91;
}
.pager {
  padding: 0 20px;
}
.list-group i {
  margin-right: 10px;
}

.label-impossible {
  background-color: #000;
}

.label-impossible[href]:hover,
.label-impossible[href]:focus {
  background-color: #000;
}

.alert-impossible {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.alert-impossible hr {
  border-top-color: #000;
}

.alert-impossible .alert-link {
  color: #000;
}