body {
    font-family: SegoeUI,"Poppins",Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #232323;
    background-color: #fff;
}

div.container {
    font-size: 14px;
}

.blue_well div.alert-success > a {
    color: blue;
}

.blue_well div.alert-danger > a {
    color: blue;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

.editor-field-slim
{
    margin:0.5em 0 0 0;
}

.editor-field input[type=text]
{
    width:400px
}

.editor-field input[type=file]
{
    width:400px
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for the web frontent
-----------------------------------------------------------*/


a:link
{
    color: #005580;
    text-decoration: none;
}

a:visited
{
    color: #005580;
    text-decoration: none;
}
a:hover
{
    color: #005580;
    text-decoration: overline underline;
}
a:active
{
    color: #005580;
    text-decoration: none;
}

.masterHeader
{
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.masterHeaderText
{
    padding-left: 15px;
    font-weight: bold;
    color: White;
    display: none;
}

#menu
{
    background-color: #004A80;
    color: #000000;
  
}

#menu a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover
{
    color: #000000;
}

#menu a:active
{
    color: #000000;
    text-decoration: none;
}

a.bodyLink:link
{
    color: #005580;
    text-decoration: none;
}
a.bodyLink:visited
{
    color: #005580;
    text-decoration: none;
}

a.bodyLink:hover
{
    color: #005580;
    text-decoration: overline underline;
}
a.bodyLink:active
{
    color: #005580;
    text-decoration: none;
}

.nav {
    list-style: none;
    margin: 0 10px 0 0;
    
}

.nav ul {
    margin-left: 0px;
}
.nav > li {
    float: left;
    line-height: 20px
}

.nav > li > a {
    padding: 10px 15px 10px;
    
}


#header {

    padding-bottom: 10px;
    padding-top: 10px;
}


#menu {
    padding-left: 20px;
}

.blue_well {
    min-width: 500px;
    background: #003469;
    padding: 20px 10px 0px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
}
.padding-top {
    padding-top: 20px;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/**************forms **************/
.inline-form {
    display:inline;

}

