body {
  height: auto;
  min-height: auto;
  min-width: auto;
  line-height: 18px;
}

a {
  color: #195070;
  text-decoration: none;
}

a:hover {
  color: #195070;
}

.main-container {
  padding-bottom: 50px;
  min-height: auto;
}

.heading {
  position: relative;
  color: #111;
  padding: 15px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
}

.heading .heading-sub {
  line-height: 22px;
  height: 22px;
  font-size: 14px;
}

.subheading {
  color: #333;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px solid #BACBD5;
}

.centered {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}

h2, h3 {
  color: #111;
}
h4 {
  font-size: 16px;
  color: #111;
  margin: 20px;
  text-align: center;
}

ul.list {
  list-style: none;
  margin-bottom: 20px;
  background:white;
  border:none;
  box-shadow:0 1px 2px 1px rgba(0,0,0,0.20);
}

ul.list li:last-child {
  border-bottom: none !important;
}


ul.list > li {
  border-bottom: 1px solid #ddd;
}

ul.list > li > a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  line-height: 20px;
}

ul.list > li > a:hover {
  background: #195070;
  color: white;
}

ul.list > li > a:hover > i {
  color: white;
}

ul.list > li > a.disabled,
ul.list > li > a.disabled > i,
ul.list > li > a.disabled:hover {
  color: #999;
  background: white;
}

ul.list > li > a i {
  float: right;
  line-height: 40px;
  font-weight: 300;
  color: #195070;
}

footer {
  color: #555;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 50px;
  background: #efefef;
  border-top: 1px solid #BACBD5;
  line-height: 50px;
  text-align: center;
}

div.loader {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: white;
  border: 1px solid white;
  opacity: 0.85;
}

div.loader-spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  display: block;
  margin: 25% auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.float-right {
  float: right;
}

@media only screen and (max-width: 768px) {

}