.header-logo {
    top: 10px;
    left: -50px;
    padding: 1% 1% 1% 1%;
    text-align:right;
}
.icon-bar {
    background-color: black;
}
.row-buffer {
    margin-top:1%;
    margin-bottom:3%;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.fixed{
    table-layout: fixed;
}
.address {
  font-size: 20px;
}
.subscript {
    font-size: 9px;
}
.headeruser {
    margin-top: 15px;
}
.footer-row {
    padding-bottom: 1%;
    padding-top: 1%;
    background: #91D0DF;
}
.appointment .popuptext {
    visibility: hidden;
    width: 75%;
    max-width: 325px;
    background-color: #BBB;
    color: #333;
    text-align: left;
    border-radius: 6px;
    padding: 5px 2px 2px 5px;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    margin-top: -250px;
    height: 250px;
}
.black-text {
    color: black;
    background-color: #d7e1f2;
}
.oddrow {
    background-color: #f8efc0;
    color: #0f0f0f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.appointment .popuptext.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

.appointment .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.apptdetail {
  resize: none;
  overflow-y: scroll;
  height:90px;
  width: 98%;
  background-color: #CCC;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.appointment {
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #dddddd;
}

.error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.info {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #0f0f0f;
    background-color: #f5e79e;
    border-color: #990000;
}

.standard-footer {
  position: fixed; 
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #999;
  text-align: center;
  align-content:center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

.content { position: absolute;
		top: 70px;
    left: 20px;
    right: 0px;
    align-content: center;
		background-color: #FDFDFD; 
}
.content-section {
  padding: 5px 0;
  color: #999;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.navbar-inverse {
    background-color: darkcyan;
    border-color: #2e6da4;
}
BODY {
  color: #2e6da4;
	background-color: #eeeeee;
}
A {		text-decoration:none;
}
A:hover { color: red;
		text-decoration:none;
}
H1 { color: black;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
}
H2 { color: black;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
}
H3 { color: black;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
}
UL { margin-top: 0;
     border-top-width: 0;
     padding-top: 0;
}
DT { font-weight: bold;
}
PRE { font-size: 105%;
}
CODE { font-size: 105%;
}
.TOC { font-size: 90%;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
}
TR.COLORED { background-color: #FFAD00;
}
.mobile-header {
  color: #CACACA;
  vertical-align: top;
  text-align:left;
}

.featurette-divider {
  margin: 25px 0;
}

.carousel {
  height: auto;
  background-size: cover; 
  margin-bottom: 0px;
  max-width:1400px;
}
  
.carousel-control {
  margin-left: 15px;
  margin-right: 15px;
}

navbar.ul navbar.li{
  display: inline;
}
H2 {
  background-color: #801618;
  color:#EEE;
  text-align:center;
  border-radius: 8px;
  margin: 5px;
  padding: 5px;
}

.featurette-heading {
  background-color: #EEE;
  border-radius: 10px;
  padding: 5px;
  margin-top: 1px;
}


/*
 * Footer
 */
.standard-footer p:last-child {
  margin-bottom: 0;
}
.jumbotron2 {
  background-size: cover;
  color: #990000;
  background-color: #eee;
  margin-top: 0px;
  padding: 1% 1% 1% 1%;
  margin-bottom: 0px;
  text-shadow: black 0.1em 0.1em 0.1em;
  text-align:center;
}
.jumbotron2 h2,
.jumbotron2 .h2 {
  color: #990000;
  font-size: 36px;
}
.sidebar-module-inset {
  background-color: #ebf5fc;
  padding: 10px;
}

@media (min-width: 1000px) {
  .container {
    width: 90%;
  }
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    color: #801618;
}
.navbar-inverse .navbar-nav>li>a {
    color: #801618;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    color: #801618;
}
@media (min-width: 768px) {
	.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}