﻿body {
    padding-bottom: 20px;
    background-color: #F5F5F5;
}

/* 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;
}

h4{
    font-weight: bold;
}
.orangebold {
    color: #F05925;
    font-weight: bold;
    font-size:14pt;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    font-weight:normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.navbar {
    border-radius: 0px;
   /* border-top: 2px solid #003E6B;*/
  /*  border-bottom: 2px solid #003E6B;*/
    padding: 10px 0px;
    margin-top: 20px;
    min-height: 0px;
}

.navbar-header {
  padding: 0px;
  margin: 0px;
}
.navbar-nav li a {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "proxima-nova-alt",sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 5px 0px;
    color: #003E6B;
    background: none;
    letter-spacing: 0.5px;
    margin-right: 36px;
}

.navbar-nav > li > a:hover {
    background: none;
    color: #F05925;
}

.navbar-nav > li > a:focus {
    background: none;
    color: #F05925;
}		

.navbar-nav li a:last-child{
}

#upgradeNowLnk:hover {
    background-color:#46b8da!important;
}

.last {
    border-left: 2px solid #003E6B;
    padding-left: 25px;
    float: right;
    text-align: right;
}

    .last a {
        color: #003E6B !important;
    }

.dropdown-menu {
   
}

.text-success {
    font-size: 18pt;
    font-weight: bold;
}

.red{
    color: #cc0000;
    font-weight:600;
}