body {
	padding-top: 0;
}
.text-uppercase {
	text-transform: uppercase;
}
.navbar-default {
 	background-color: #344892;
 	border-color: #344892;
 }
 .navbar-default .nav li a:hover {
 	background-color: darkblue;
 }
.navbar a {
	text-decoration: none;
}
.navbar h2 {
	color: #ffffff;
}
.navbar h2 span,
.navbar h5 span {
	color: #262626;
}
.search {
	height: 50%;
}
.navbar h5 {
	color: #ffffff;
	text-align: left;
}
.navbar h5 span.emp {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
.navbar-static-top .navbar-collapse {
	padding-top: 20px;
}
.footer {
	position: relative;
	top: 10%;
	width: 100%;
}
.footer img {
	margin-right: 4%;
	margin-left: 4%;
}
.footer p {
	font-size: 1em;
	margin: 0px;
}
.about {
	text-align: justify;
}
.about span {
	color: #262626;
}
.logo {
	color: #262626;
}
.logo span {
	color: #ea2f10;
}
.links {
	display: inline-grid;
}
.form-inline .form-control {
	height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
}
.form-inline .btn {
	padding: 12px 20px;
}
.form-inline input {
	width: 50% !important;
}
.example{
	cursor: pointer;
}
.jumbotron {
	margin-bottom: 20px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid gray;
}
.jumbotron .inline {
	display: inline-flex;
}
.jumbotron .list-unstyled {
	padding-left: 130px;
}
.pager-bubble {
	margin-left: 45%;
}
.seq {
	font-size: x-small;
	word-break: break-all;
}
.list-group-item {
	height: 250px !important;
	margin-bottom: 30px;
	border: 2px solid lightgray;
}
.list-group-item .col-md-3 {
	padding-right: 5px;
	padding-left: 5px;	
}
.list-group-item-heading {
	padding: 5px 0 5px 0;
	text-align: center;
}
.list-group-item .img-thumbnail {
	border: none;
}
.list-group-item .pwm {
	width: 29%;
	height: 150px;
}
.list-group-item .model {
	width: 20%;
	height: 150px;
}
.list-group-item .top-peptides {
	padding: 15px 20px;	
    height: 150px;
    position: relative;
}
.list-group-item .downloads {
	font-size: 14px;
}
.list-group-item .structure {
	max-height: 180px !important;
}

/* Admin Panel */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
@media screen\9 { /* Fixes for IE < 8 */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.table p {
  font-size: 12px;
  font-weight: 500;
}
.row-files {
  margin-bottom: 200px;
}
.row-files .table thead th,
.row-files .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.table .template-upload td,
.table .template-download td {
  vertical-align: middle;
}
.fileupload-progress .progress {
  margin: 20px;
  border-radius: 5px;
}
.fileupload-progress .progress .progress-bar {
  border-radius: 5px;
}
.template-upload .progress,
.template-upload .progress .progress-bar {
  border-radius: 5px;
  height: initial;
}
.template-upload .progress,
.template-upload td p {
  margin-bottom: 10px;
}
.table th,
.table td {
  text-align: center;
  vertical-align: middle !important;
}
.alert.alert-dismissible {
  margin-right: 50px;
  padding: 15px;
  font-size: inherit;
}
.alert.alert-dismissible button {
	padding-left: 20px;
}
.cytoscape {
	height: 1000px;
	margin-bottom: 100px;
}
.pager {
	font-size: 20px !important;
}