/* Space out content a bit */
body {
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li.active>a {
text-decoration: none;
background-color: #eee;
}

.image-centered {
  margin: 0 auto;
}

.max-height-300 {
  max-height: 300px;
}

th {
  cursor:pointer;
}

.input-group-addon{
  cursor:pointer;
}

.modal-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.modal-header{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #428bca;
}

.text-color-red {
  color: #FF0000;
}

.remove-bottom-margin {
  margin-bottom: 0;
}

.top-margin-10{
  margin-top: 10px;
}
.table>tbody>tr>td {
  vertical-align: middle;
}

.fill-parent{
  width: 100%;
  height: 100%;
}

.form-inline-margin-5{
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 320px) and (max-width: 768px){
  body {
    padding-bottom: 0;
  }

  .panel {
    margin-bottom: 0;
  }

  .list-group {
    margin-bottom: 0;
  }
}

@media(max-width:768px) {
  .btn-xs-top-margin {
    margin-top: 10px;
  }
}

.text-align-center {
  text-align: center;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #337ab7;
  color: white;
}
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
  background-color: #286090;
  color: white;
}