﻿body {
    padding-top: 150px;    /*sww  15*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 150px;     /*sww 15*/   
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #7cd6e6  !important;   /* sww */
}
/*
.navbar-nav > li > a {
    padding-top: 70px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 90px !important
}
    */

.navbar-nav > li > a, .navbar-brand {
    padding-top: 70px !important;
    padding-bottom: 10 !important;
    height: 50px;
    outline: none !important;
}
.navbar-brand {                                 /*sww*/
    padding-top: 60px !important;
    font-family: serif, Arial, sans-serif;
}
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    .navbar {
    min-height: 110px !important; /*sww border line*/
}


/*.navbar-xs {
    min-height: 128px !important;
    height: 128px !important;
}

    .navbar-xs .navbar-brand {
        padding: 0px 12px !important;
        font-size: 16px !important;
        line-height: 128px !important;
    }

    .navbar-xs .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        line-height: 128px !important;
    }*/