﻿

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*Module Buttons*/

.buttons a img {
    border: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.img-nav {
    max-width: 100%;
    height: 50px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}




/*Search Bar*/
.search {
    width: 100%;
    position: relative;
    
}

.searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #dae1f0;
    padding: 5px;
    height: 36px;
    border-radius: 5px;
    outline: none;
    color: #272a2f;
}

    .searchTerm:focus {
        color: #3f5c8c;
    }

.searchButton {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 36px;
    border: 1px solid #dae1f0;
    background: #dae1f0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.wrap {
    width: 30%;
    position: relative;
    vertical-align: top;
    top: 25%;
    
    /*transform: translate(-50%, -50%);*/
    padding-bottom: 10px;
    
}
.wrapNav {
    width: 70%;
    position: relative;
    vertical-align: top;
    top: 5%;
    padding-left: 15px
    
   
}
.activePatient {
    width: 100%;
    position: relative;
    vertical-align: top;
    padding-top: 10px;
}
/*Accordian Panel*/
.container-collapse {
    width: 100%;
   
    padding-bottom: 25px;
}

    .container-collapse div {
        width: 100%;
        
    }

    .container-collapse .header {
        /*background-color: #d3d3d3;*/
        width: auto;
        height: auto;
        border: 1px solid #00B4CC;
        background: #00B4CC;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        padding: 15px;
        cursor: pointer;
        font-weight: bold;
        
    }

    .container-collapse .content {
        display: none;
        padding: 5px;
    }
.modal-xlg {
    max-width: 80% !important;
}











figure.item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 120px;
}
img.homeicon
 {
    width: 85px;
    height: 70px;
    background-color: grey;
}

.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}

/*Progress Screen Styling*/
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

.submit-progress i {
    margin-right: 0.5em;
}


