.navbar {
  min-width: 1300px;
  background-color: #400080;
}

.container-fluid {
  background-color: #400080;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #2bff95 0%, #aaffd5 100%);
  background-image:      -o-linear-gradient(top, #2bff95 0%, #aaffd5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bff95), to(#aaffd5));
  background-image:         linear-gradient(to bottom, #2bff95 0%, #aaffd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bff95', endColorstr='#aaffd5', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, #8000ff 0%, #ead5ff 100%);
  background-image:      -o-linear-gradient(top, #8000ff 0%, #ead5ff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8000ff), to(#ead5ff));
  background-image:         linear-gradient(to bottom, #8000ff 0%, #ead5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8000ff', endColorstr='#ead5ff', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffffaa 0%, #ffff2b 100%);
  background-image:      -o-linear-gradient(top, #ffffaa 0%, #ffff2b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffaa), to(#ffff2b));
  background-image:         linear-gradient(to bottom, #ffffaa 0%, #ffff2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa', endColorstr='#ffff2b', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ff2b2b 0%, #ffaaaa 100%);
  background-image:      -o-linear-gradient(top, #ff2b2b 0%, #ffaaaa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2b2b), to(#ffaaaa));
  background-image:         linear-gradient(to bottom, #ff2b2b 0%, #ffaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b2b', endColorstr='#ffaaaa', GradientType=0);
  background-repeat: repeat-x;
}

.nav-menu {
  padding: 0;
  margin: 0;
}

.pagination {
  margin-top:10px;
  margin-bottom:5px;
}

.pager {
  margin-top:10px;
  margin-bottom:10px;
}
