﻿html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.body-content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 60px;
  padding-bottom: 5px;
}

.dl-horizontal dt {
  white-space: normal;
}

.input-group-addon {
  background-color: #fff;
}

.merged input:first-child {
  border-right: 0px;
}

.merged .input-group-addon + input {
  border-left: 0px;
}

.error {
  color: red;
}

.delete, .removeItem {
  cursor: pointer;
  color: red;
}

  .delete:hover, .removeItem:hover {
    color: red;
  }

.generic-modal {
  cursor: pointer;
  color: #337ab7;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }

.navbar-fixed-top {
  min-height: 70px;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 70px;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 70px;
}

@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse {
    min-height: 70px;
    max-height: 70px;
  }

  .navbar-brand {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    height: 50px;
    width: 150px;
  }
}

.delete-icon {
  color: red;
  cursor: pointer;
}

.article-date {
  width: 15%;
}

.article-download {
  width: 35%;
  white-space: nowrap !important;
}

.article-title {
  width: 50%;
}

.zero-lpadding {
  padding-left: 0;
}

.vtop {
  vertical-align: top;
}

.text-question {
  font-style: italic;
  font-size: small;
  font-weight: bold;
  cursor: pointer;
  color: #0000EE;
}

#historyTable th:nth-child(3) {
  text-align: left;
}

#historyTable th:nth-child(4) {
  text-align: left;
}

#historyTable th:nth-child(5) {
  text-align: left;
}

#historyTable th:nth-child(6) {
  text-align: left;
}

.panelheader {
  font-weight: bolder;
  text-align: center;
  padding-left: 15px;
  font-size: 18px;
}

.smallpanel {
  max-width: 450px;
}

.bg-default {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-weight: bold;
  font-size: large;
}


.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.text-small {
  font-size: small;
}


.text-smaller {
  font-size: smaller;
}

.bc-active a{
  font-weight: bold;
  color:black;
}
