/* NOTE: Attributes followed with 'DIFF' in comments differ between internet and intranet forms */

body.lfMnBody {
    background: #F8F7F5; /* DIFF */
    font-size: 1em;
}

/* IBM banner - hidden by default */
div.lfBanner{
    display:none;
}

div.freedom-form-box.lfFormBox {
    border: 1px solid #E8E4DE;
    border-radius: 12px;
    background-color:#fff;
    margin: 0 auto;
    padding-top: 30px;
    background-image:url(/dhs_am/images/ibm-forms-banner-internet.gif); /* DIFF */
	background-repeat:no-repeat;
	background-position: right top;
}

/* metadata used for info box and footer - not displayed */
.lfMn .metaData{
    display:none;
}

/* Department name included for screen readers */
#depName{
    position: absolute;
    left: -5000px;
}

/* --HEADINGS-- */
.lfMn .lfFormBox h1 {
    font-size: 1.8em;
    color: #66533f; /* DIFF */
    font-weight: 400;
    margin-top:4px;
}


.lfMn .lfFormBox h2, .lfMn .lfFormFieldSection.non-collapsable .lfFormFieldSectionTitle{
    font-weight: 400 !important;
	font-size: 1.5em;
	color: #f2f0ec; /* DIFF */
	background: #66533f; /* DIFF */
    padding: 4px 5px 4px 5px;
    border:0;
    margin-bottom:1em;
    margin-top:1em;
}

.lfMn .lfFormBox h3 {
	font-size: 1.2em;
	color: #42362a; /* DIFF */
	background: #f0ece8; /* DIFF */
	padding: 4px 5px;
	margin-bottom: 1.2em;
	margin-top:1.5em;
}

.lfMn .lfFormBox h4 {
	font-size: 1.0em;
	color:#0b2b47;
}

/* --SECTIONS-- */

.lfMn .lfFormFieldSection.non-collapsable .lfFormFieldSectionTitle{
    padding:0;
    margin:0;
}

.lfMn .lfFormFieldSection.collapsable .lfFormFieldSectionTitle{
    color:#000;
    background: #e4e4e4;
    font-size:1em;
    font-weight:400;
    padding:0;
    margin:0;
    position:relative;
    top:-1px;
}

.lfMn .lfFormFieldSectionTitle span.title {
    font-weight:400
}

.lfMn .lfFormFieldSection{
    background: none;
    border:0;
    margin-bottom:1em;
}

.lfMn .lfFormFieldSectionBody{
    border: 0;
    padding-left: 1em;
    padding-top: 8px;
}

.section-pane-image-container{
    vertical-align:middle !important;
    padding:5px !important;
}

/*  Collapsable section - shouldn't be used to contain form elements so not
    styled like a H2. Only used for explanatory text. */

.lfMn .lfFormFieldSection.collapsable{
    border: 1px solid #e4e4e4;
}

/* -- TEXT ELEMENTS -- */

/*  Restrict text using rich text editor */
.lfMn .lfFormFieldRichText{
    margin-bottom:1em;
}

/* This makes all text the same size except for xx-large*/
.lfMn .lfFormFieldRichText font{
    font-size:1em;
}

.lfMn .lfFormFieldHint{
    color:#575757;
    font-size: 0.9em;
    margin-bottom:5px;
}

.lfMn .lfFormFieldHint, .lfMn .lfFormLabel{
    padding-right: 10px !important;
}

.lfMn .assistBox {
    border-radius: 6px;
    background-color: #F1F7F9;
    padding:10px;
}

.lfMn .assistBox .rich-text-body {
    padding-top:0.5em;
    font-size:1.2em;
}

/* -- LINKS -- */
.lfMn .lfFormBox a, .lfMn .rich-text-body a{
    font-size: 1em;
    color: #1C4CDA !important;
}

.lfMn .lfFormBox a:visited, .lfMn .rich-text-body a:visited{
    color: #0073B6 !important;
}

/* -- FORM ELEMENTS -- */

.lfMn .form-field-bottom-field-css {
    margin-top: 3px;
}

.lfMn .dijitTimePickerItemInner{
    color: #000 !important;
    font-size: 1em !important;
}

/* For labels set to be 'left' in Experience builder, this widens the text column */
.lfMn .side-hand-labels .lfFormField > table:first-child > tbody:first-child > tr:first-child > td:first-child, .lfMn .grid-layout-table.side-hand-labels .form-field-title-sign-css{
    width: 230px;
    min-width: 230px;
    max-width: 230px;
}

.vertical-selection-group-item{
    position:relative;
    left: -15px;
}

/* Survey element styles */

.lfMn .lfFormFieldSurvey{
    background: none;
    border: none;
}

/*  If label position is set to left in the Experience Builder, 'swapToTop' class
    makes them appear on top */

.lfMn .swapToTop .lfFormFieldHint, .lfMn .swapToTop .lfFormLabel{
    width:900px;
    padding-right:0;
}

.lfMn .swapToTop .lfFormFieldHint{
    padding-top:5px;
}


.lfFormField.swapToTop > table:first-child > tbody:first-child > tr:first-child > td:first-child{
    display:block;
    float:left;
}

.lfFormField.swapToTop > table:first-child > tbody:first-child > tr:first-child > td:first-child + td{
    display:block;
    float:left;
    width:100%;
}

.lfMn .side-hand-labels .lfFormField.swapToTop > table:first-child > tbody:first-child > tr:first-child > td:first-child, .lfMn .grid-layout-table.side-hand-labels .form-field-title-sign-css{
    width: 100%;
    max-width: 900px;
}

/* -- NAVIGATION -- */

/* -- FOOTER -- */

#dhsFooter {
    border-radius: 6px;
    background-color: #F2F0EC; /* DIFF */
    padding: 10px !important;
    height:55px;
    margin-top:20px;
}

ul#dhsFooterNav{
    list-style-type:none;
	margin:18px 0 0 0;
	padding:0;
	font-size: 0.9em;
	float: left;
}

ul#dhsFooterNav li{
    display: inline;
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid #000;
}

ul#dhsFooterNav li:first-child{
    border-left: none;
}

#dhsFooterAuth{
    float:right;
    color: #33322E; /* DIFF */
    font-size: 0.9em;
    text-align:right;
    padding-right:90px;
    background-image:url(/dhs_am/images/sgv-logo-internet.gif); /* DIFF */
	background-repeat:no-repeat;
	background-position: right top;  
}

