.gradient-background {
  background: linear-gradient(to bottom, #464646, black 200px, black 100%);
  background-attachment: fixed;
}

a:link,
a:active,
a:visited {
  color: #3860bb;
  font-weight: 700
}

a:hover {
  text-decoration: underline;
  color: #3860bb
}

h1 {
  font-size: 12pt;
  color: #fff;
}

p {
  font-size: 10pt
}

input,
select {
  height: 30px;
  width: 500px;
  line-height: 28px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #888;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.btn {
  padding: 8px;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25)
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
}

.btn-primary {
  color: #fff;
  background-color: #3860bb;
  border-color: #3860bb #3860bb #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #555;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9
}

.logo {
  margin: 0 5% 0 10%;
}

.main {
  background: #ffffff;
  border-radius: 5px;
  padding: 50px;
  margin: 0 5% 0 10%;
}

.searchbox {
  width: 620px;
  padding: 15px;
  background: #d3dde7;
  border: 1px solid #9faabc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 auto;
}

.left {
  width: 100px;
  float: left;
  margin-top: 15px;
  margin-left: 85px;
  height: 100%;
  position: absolute;
}

.link {
  height: 25px;
  text-align: center;
  margin-top: 3px;
  background: #3860bb;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  padding-top: 3px;
}

.link:hover {
  background: #555;
}

.link a {
  font-size: 10pt;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: gray;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

table.lista2t {
  border-collapse: collapse;
  border-bottom: 2px solid #a0cff0;
  border-left: 2px solid #a0cff0;
  font-size: 10pt;
}

table.lista2t th {
  height: 25px;
  border-left: 1px solid #a0cff0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #3860bb;
  cursor: pointer
}

table.lista2t th:hover {
  background: #555
}

table.lista2t tr.lista2 td {
  border-right: 1px solid #a0cff0
}

table.lista2t tr.lista2 {
  background: #e7f3fb;
  border-bottom: 1px solid #fff
}

table.lista2t tr.lista2 td {
  border-bottom: 1px solid #fff
}

table.lista2t tr.lista2:nth-child(odd) {
  background: #dfeffa;
  border: 1px solid #fff;
  border-collapse: collapse
}

table.lista2t tr.lista2:nth-child(even) {
  background: #e7f3fb;
  border: 1px solid #fff;
  border-collapse: collapse
}

table.lista2t tr.lista2:hover {
  background: #d3dbe9;
  background: rgba(40, 80, 150, .2)
}

.details {
  font-weight: 700;
  color: #000;
  padding: 7px;
  margin: 0;
  background: #7fa2c6;
  background: rgba(127, 162, 198, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pagination {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto
}

.pagination a {
  border: 1px solid #ddd;
  color: #3860bb;
  display: inline-block;
  *display: inline;
  margin: 0 5px 0 0;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 20px
}

.pagination a:hover {
  background-color: #f5f5f5
}

.footer {
  color: #fff;
  font: 400 8pt normal Tahoma, Verdana, Arial, Arial;
  text-align: center;
}