﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

h2, .h2 {
    color: #003265;
    font-size: 2em;
    font-weight: 700;
}

h5, .h5 {
    font-size: 1.4em;
    color: #666;
    line-height: 1.42857143;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    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;
}

/* render Line breaks to <br /> */
.ml {
    /*white-space: pre-line;*/
    font-size: 1.4em;
    color: #666;
    line-height: 1.42857143;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

/*.col-xs-12 {
    width: 100%;
}*/

/*a:hover,
a:focus,
a:active {
    font-weight: bold;
    color: #036;
}*/

.navbar-default .navbar-nav > li > a {
    color: #036;
    font-size: 1em;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #cb0000;
}

html body footer section.top{
    background-color:#c00;
    font-size: 1.5em;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
}

.dtAlignRight { text-align: right; } /*for aligning column in datatables used in "aoColumnDefs"*/
