/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 14, 2014, 11:48:30 AM
    Author     : bbaumgaertel
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
   /* Margin bottom by footer height */
   margin-bottom: 172px;
  
   /*position: relative;*/
}

.navbar {
    margin: 0;
}

.clr {
    display: block;
    clear: both;
}

.featured-image {
    margin-bottom: 5px;    
    
    border: 1px solid #95a5a6;
}

.home-article-excerpt {
    width: 320px;
    min-height: 100px;
}

.table-nav div {
    display: inline;
    float: left;
}

.flash-site {
    margin: 15px 0;
}

#post-content {   
    margin-bottom: 15px;
}

#sidenav {
    margin-top: 20px;
    width: 255px;
}

#sidenav .active {
    border-left: 3px solid #428bca;
}

#sidenav li {
    list-style-type: none;
    border-left: 3px solid #ffffff;
}

.affix .affix-top{
    
}

.category-nav {
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #2c3e50;    
    color: rgb(119, 119, 119);
}

.chart{
    margin: 10px auto;
}

.chart-controls td {
    padding: 3px;
}

.image-caption {
    display: block;    
    margin: 5px;
    padding: 5px;    
}

.image-caption-text {
    display: relative;
    text-align: center;
    font-style: italic;
}

tr.table-header-rotated td {
   
}

.box-whisker-hover-table{
    width: 150px;
    padding: 5px;
}


/* ---------------------------------------- Registration -------------------------- */

#register-form .glyphicon {
    font-size: 32px;
    color: #3498db;
    
    text-shadow: 0.1em 0.1em 0.3em #888888;
}

.terms-of-service {
    height: 200px;
    margin: 10px;
    padding: 5px;
    
    overflow: scroll;
}

/* ---------------------------------------- ABOUT PAGE -------------------------- */
.about-header {
    height: 499px;
    margin-bottom: 0px;
    background-image: url(../img/about-header.jpg);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;    
    text-shadow: 0.3em 0.3em 0.3em #888888;
}

.icon-row div.icon {
    padding-top: 80px;
    text-align: center;
}

.icon-row .glyphicon {
    font-size: 48px;
    color: #3498db;    
    text-shadow: 0.1em 0.1em 0.3em #888888;
}

.icon-col div {
    padding-top: 20px;
}

.icon-col .glyphicon {
    float: left;
    
    padding-right:15px;
    
    font-size: 40px;
    color: #3498db;    
    text-shadow: 0.1em 0.1em 0.3em #888888;
}

.separator, .separator-xl {
    margin: 80px auto;
    width: 80%;
    height: 1px;
    
    background-color: #eee;   
}

.separator-thin, .separator-sm {
    margin: 10px auto;
    width: 80%;
    height: 1px;
    
    background-color: #eee;   
}

.separator-medium, separator-md {
    margin: 25px auto;
    width: 80%;
    height: 1px;
    
    background-color: #eee;   
}

.separator-large, .separator-lg {
    margin: 40px auto;
    width: 80%;
    height: 1px;
    
    background-color: #eee;   
}

.about-split-row {
    margin-bottom: 30px;
}

/* ---------------------------------------- OWNER VIEWS -------------------------- */

.system-score-container {
    
}

.system-score-container .panel-heading {
    font-weight: bold;
    font-size: 28px;
}

.system-score .glyphicon {
    margin-left: 5px;
}

.system-score span {    
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0.1em 0.1em 0.3em #888888;
}

.progress {
    width: 100%
}

.my-system-alert .glyphicon {
    float: left;
    margin-right: 15px;
    
    font-size: 40px;
}



/* ---------------------------------------- Septic Registration VIEWS -------------------------- */

#permit-registration-nav {
    margin: 15px 0 0 0;    
}

#permit-registration-sections {
    margin: 0 0 10px 0;
    padding: 15px;
    
    min-height: 450px;
    
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

h3.section-header {
    margin: 0 0 10px 0;
    
    text-align: center;
}

.register-system-toolbar {    
    padding: 10px; 
    border-top: 1px solid #ddd;
}

.component-checklist-wrapper .glyphicon {
    float: left;
    
    margin-right: 10px;
    font-size: 30px;
    
}

/* ---------------------------------------- MISC CONTENT -------------------------- */

td.technology-model-table-check {
    margin: 0 auto;
}

.alert-callout {
    margin: 15px 80px 5px 40px;
    min-height: 70px;
}

.alert-callout .glyphicon {
    float: left;
    margin-right: 15px;
    
    font-size: 40px;
}

/* ---------------------------------------- AJAX SPINNERS -------------------------- */

.ajax-spinner-large {
    width: 66px;
    height: 66px;
    margin: 10px auto;
 
    background-image: url(/img/admin-ajax-spinner-large.gif);
    background-repeat: no-repeat;
}

.ajax-spinner-medium{
    width: 32px;
    height: 32px;
    margin: 0 auto;
 
    background-image: url(/img/admin-ajax-spinner-medium.gif);
    background-repeat: no-repeat;
}

.ajax-spinner-small {
    width: 26px;
    height: 26px;
    margin: 0 auto;
 
    background-image: url(/img/admin-ajax-spinner-small.gif);
    background-repeat: no-repeat;
}

.ajax-spinner-bar {
    width: 220px;
    height: 19px;
    margin: 10px auto;
 
    background-image: url(/img/ajax-spinner-bar.gif);
    background-repeat: no-repeat;
}

.message-header {
    margin-bottom: 15px;
}

.message-sender {
    float: left;
    
    font-weight: bold;
}

.message-date {     
    cursor: pointer;
}

.message-reply-placeholder {
    padding: 10px 10px 50px 10px;
    cursor: pointer;
}