﻿:root {
    --sah-dark: rgb(67,119,116);
    --sah-green: #3B9E98;
    --light-green: #B9E0DC;
    --lighter-green: #E1F3F1;
}

.Header {
    display: flex;
    justify-content: space-between;
}

    .Header img {
        height: 60px;
    }

.Footer img {
    height: 60px;
    margin: 0 1em 0 2em;
}

.habitat-header p {
    margin: 0;
    padding: 0 0 1em 0;
}

.habitat-header h4 {
    color: var(--sah-green);
}

table.dataTable {
    margin: 0;
    width: auto !important; /* override 100% width */
}


    table.dataTable.display thead tr {
        background-color: var(--light-green);
    }
    table.dataTable.display tbody tr.odd {
        background-color: var(--lighter-green);
    }

.habitatMaps img {
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
    border: solid 1px #000;
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 5px;
}




.existingFiles img, .existingFiles span.file {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border: solid 1px #000;
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.printFiles img {
    max-width: 325px;
    max-height: 325px;
}

.header {
    page-break-inside: avoid;
}

img.blank {
    width: 100px;
    height: 77px;
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 2px 0 2px !important;
    margin: 0 !important;
}

.existingFiles img {
    padding: 0;
}

.existingFiles span {
    padding: 5px;
}

.samplePhotos img {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    padding: 0;
    border: solid 1px #000;
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 5px;
}

.remoteHeader {
    margin-left: 20px;
}

.naCheckBox {
    display: inline-block;
    padding-left: 3em;
}

.btnSave {
    position: fixed;
    top: 100px;
    right: 2em;
}

.Slider {
    width: 600px;
}

.txtSlider {
    display: none !important;
}

.p_NA {
    font-style: italic;
    font-weight: normal;
}

a.a_NA {
    cursor: pointer;
    padding: .5em;
    display: inline-block;
}

a i.fa-ban {
}

.red {
    color: red !important;
}

input[disabled] + label {
    color: #ccc;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 10px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #bbb;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

textarea {
    height: auto;
}

label {
    font-weight: normal !important;
}

button[type=submit], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    font-size: 1em;
    padding: 0 20px 0 20px;
    line-height: 2.5em;
    color: #333;
    font-weight: bold;
    height: 2.5em;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
    border: 1px solid #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


div.user {
    margin-top: -4em;
    font-weight: bold;
}

div.farmerNavLinks {
    float: right;
}

    div.farmerNavLinks a {
        float: left;
        display: inline-block;
        padding: 1em;
    }

span.lblFarmerUser {
    display: inline-block;
    padding: 1em 0 0 1em;
}

.linkSep {
    display: inline-block;
    float: left;
    height: 2em;
}


.bgImage td {
    border-collapse: collapse;
    border-left: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    width: 25%;
    vertical-align: bottom;
}

.bgImage tr.head {
    height: auto;
}

.bgImage tr.links td {
    height: 1em;
    background-color: #69BE28;
    vertical-align: middle;
}

.bgImage tr.foot {
    height: 5em;
}

.bgImage a {
    display: inline-block;
    width: 100%;
    padding: .5em 0 .5em 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: large;
}


div.login {
    margin-left: 25%;
}

div.loginLink {
    font-size: x-large;
    margin-right: 5em;
}

    div.loginLink a {
        color: #666;
        text-decoration: none;
    }


div.intro div.title {
    text-transform: uppercase;
    color: #666;
    padding: .5em 0 .5em 0;
}

div.intro div.mission {
    font-size: small;
    color: #666;
}

.Footer {
    background-color: #e8e8e8;
    color: #777;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 2px 0;
    padding: 14px 10px 4px 30px;
    vertical-align: middle;
}

    .Footer a, .Footer a:visited {
        color: #777;
    }


.ProcessButton {
    width: 200px;
    text-align: left;
    color: #fff;
    font-weight: 100;
    background-color: #96cd77;
    background-color: rgb(105,205,119);
    background: -webkit-radial-gradient(#96c568 40%, #6db531 95%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#96c568 40%, #6db531 95%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#96c568 40%, #6db531 95%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#96c568 40%, #6db531 95%); /* Standard syntax (must be last) */
    border-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    padding: 0px;
    font-size: 15px;
    margin-top: 5px;
    position: relative;
}

.RiskButton {
    color: #fff;
    font-weight: 100;
    background-color: #96cd77;
    background-color: rgb(105,205,119);
    background: -webkit-radial-gradient(#96c568 40%, #6db531 95%); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#96c568 40%, #6db531 95%); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#96c568 40%, #6db531 95%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#96c568 40%, #6db531 95%); /* Standard syntax (must be last) */
    border-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    margin-top: 10px;
    height: 40px;
    box-shadow: 0px 10px 15px -3px grey;
    position: relative;
}

.RiskPreQuestionnaire {
    margin-right: 100px;
}

.RiskFixedButtonFollow {
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 10px;
    right: 0;
    text-align: right;
}

div.closeoutWrap table tr td {
    vertical-align: middle;
}
/*MODAL*/
/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}

.signature {
    width: 500px;
    border: solid 1px #ccc;
}

.orangeGridBackground {
    background: #FFA500;
}

.redGridBackground {
    background: red;
    color: white;
}

table.default {
    border-spacing: 0;
    border: solid 1px #ccc;
}

    table.default tr td, table.default tr th {
        padding: 3px;
    }


.Content {
}

body, td, input, select {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100%;
}

#Header a, #Header span {
    color: #FFF;
}

.msg {
    color: blue;
    font-weight: bold;
}

.error {
    color: Red;
    font-weight: bold;
}

.warning {
    color: orange;
    font-weight: bold;
}

.Content {
    margin: 0;
    padding: .5em .5em 3em 1em;
}

div.col1 {
    float: left;
    width: 20em;
    margin-bottom: .6em;
    font-weight: bold;
    font-family: Arial;
    border-top: dotted 1px #d8d8d8;
    padding: 5px 10px 8px 0;
}

div.short {
    width: 7em;
}

div.wide {
    width: 25em;
}

div.col2 {
    overflow: hidden;
    padding: 5px 0 8px 0;
    border-top: dotted 1px #d8d8d8;
}

    div.col2 hr {
        width: 20em;
        text-align: left;
    }

div.col2Highlight {
    overflow: hidden;
    padding: 1px 0 1px 0;
    color: red;
    border: solid 1px black;
}

.req {
    float: left;
    color: red;
    margin-left: .5em;
    font-size: large;
    font-weight: bold;
}

.reqInline {
    color: red;
    font-size: large;
    font-weight: bold;
}

br.sep {
    clear: both;
}

.AutoComplete {
    width: auto !important;
    overflow: visible !important;
    color: blue !important;
    font-family: Arial, Sans-Serif;
}

    .AutoComplete div {
    }


/* tooltip styles */
a.info {
    text-decoration: none;
    border-bottom: dashed 1px #ccc;
    font-style: italic;
    position: relative;
}

a.plain, a.plain:active, a.plain:visited {
    text-decoration: none;
    border-bottom: none;
    font-style: normal;
    color: #000;
}

a.info:hover {
}

a.info span {
    display: none;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

a.info:hover span {
    display: block;
    position: absolute;
    width: 20em;
    margin: 0 0 0 1em;
    padding: .5em .5em .5em .5em;
    border: 2px solid #555;
    background-color: #E8FFBE;
    color: #000;
    z-index: 10;
    text-align: left;
}

a.wide:hover span {
    width: 30em;
}

form {
    margin: 0;
    padding: 0;
}




.MessageDiv {
    margin: 0;
    padding: .8em 0 0 1em;
}

.smallError {
    color: Red;
}


h1, h2, h3 {
    color: #002776;
}

h4, h3, h6 {
    color: #565A5C; /*  #006643; */
}

h1 {
    margin: .8em 0 .8em 0 !important;
}

h2 {
    margin: .7em 0 .7em 0 !important;
}

h3 {
    margin: .6em 0 .6em 0 !important;
}

h4 {
    margin: .5em 0 .5em 0 !important;
    font-weight: bold !important;
}

h5 {
    margin: .4em 0 .4em 0 !important;
    font-weight: bold !important;
}

h6 {
    margin: .3em 0 .3em 0 !important;
    font-weight: bold !important;
}

.RightAlign {
    text-align: right;
}

.SideNote, note {
    display: block;
    padding: .3em .5em .3em 0;
    font-weight: normal;
    font-style: italic;
    color: #444;
}

.SmallNote {
    font-weight: normal !important;
    font-style: italic;
    color: #666;
    font-size: small;
}


/* data grid styles */
.grid {
    border-collapse: collapse;
    border: solid 1px #CCC;
    background-color: #fff;
    z-index: 1;
}

.EnterpriseSummary {
    border-collapse: collapse;
    border: solid 1px #CCC;
    background-color: #fff;
}

table tr th, .gH {
    background-color: #e8e8e8;
    font-weight: bold;
}


.gHide {
    display: none;
}

.btnExcel:hover, .btnExcelNoRecordCount:hover {
    text-decoration: underline;
}

.btnExcel img, .btnExcelNoRecordCount img {
    border: none;
}

table.grid tr td.OverflowScroll {
    display: block;
    overflow-y: auto;
    width: auto;
    height: 100%;
    max-height: 5em;
    border: none;
    border-top: solid 1px #ccc;
    border-collapse: collapse;
}





.BorderDisabledShortBox {
    border: solid 1px #ccc;
    background-color: #e8e8e8;
    width: 24px;
    color: #555;
}


.ScrollBox {
    width: 50em;
    height: 11em;
    padding: .3em;
    border: solid 1px #000;
    overflow: hidden;
}

div.LoadTime span a {
    color: #CCC !important;
}

.NumRecords, caption, .caption {
    text-align: left;
    color: Blue;
    font-weight: bold;
}

.LinkButton {
    background-color: #e8e8e8;
    border: solid 1px #ccc;
    padding: .1em .3em .1em .3em;
    color: #000 !important;
    margin: 0 0 0 .5em;
}



.Menu div:hover {
    background-color: #eeeeee;
}

.Menu hr {
    margin: .4em .6em .2em .3em;
    padding: 0;
    border: dotted 1px #ccc;
    height: 1px;
    color: Blue;
    width: 8em;
}


.FloatLeft {
    float: left;
    margin: 0 1em 1em 0;
}

.FloatRight {
    float: right;
    margin: 0 0 1em 1em;
}

.AbsRight {
    display: block;
    position: absolute;
    right: 10px;
    top: 200px;
    background-color: #fff;
    padding: 1em;
}

.AbsRightRelative {
    display: block;
    position: absolute;
    right: 10px;
    background-color: #fff;
    padding: 1em;
}

.NiceBox {
    display: block;
    padding: .4em;
    border: solid 1px #000;
    background-color: #e8e8e8;
    margin: .5em 0 .5em 0;
}

.GreyBox {
    padding: .4em;
    background-color: #e8e8e8;
}

.GreyBoxBorder {
    padding: .4em;
    background-color: #e8e8e8;
    border: solid 1px #000;
}

.WhiteBoxBorder {
    padding: .4em;
    background-color: #fff;
    border: solid 1px #000;
}

.BlueBox {
    padding: .4em;
    background-color: #CCE0FF;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] {
    cursor: default;
    opacity: .3;
}

.Normal {
    color: inherit !important;
    background-color: inherit !important;
    border: inherit !important;
    width: auto;
}




#txtHerdNo, .HerdNo {
    font-family: Courier;
    text-transform: uppercase;
    color: #333;
}

@media print {
    .NoPrint {
        display: none;
    }

    div.no-break {
        break-inside: avoid;
    }
}

.Abs {
    position: absolute;
}

div.GridPageSize {
    position: fixed;
    bottom: 0;
    right: 0;
}

table tr td {
    vertical-align: top;
}

.BlueNote {
    color: Blue;
    font-style: italic;
}

table.PaddedTableList tr td {
    padding: 0 .5em 0 0;
}

td.VerifyCertTopRow {
    background-color: #E5EFDA;
    color: #003366;
    font-weight: bold;
}

td.VerifyCertHeader {
    color: #003366;
    font-weight: bold;
}

input.MaxWidth, textarea.MaxWidth {
    width: 98% !important;
}

div.WideCol2 div.col2 {
    width: 27em;
}

textarea.FullHeight {
    height: 6em;
}

span.AuditType {
    color: #666;
}

div.ContactDetails {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #C6E2FF;
}

div.PanelGreen {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #E2FFC6;
}

div.PanelYellow {
    float: left;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #F9FFCA;
}

div.Balancer {
    float: right;
    border: dotted 2px #ccc;
    padding: .3em;
    background-color: #C6E2FF;
}


td.Fixed {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    text-overflow: ellipsis;
}

.FirstAudit {
    font-weight: bold;
    font-size: large;
    color: red;
    font-style: italic;
}

.JsRequired {
    width: 40em;
    color: Red;
    font-weight: bold;
    padding: .4em;
    border: dotted 3px #000;
    background-color: #e8e8e8;
    margin: .5em 0 .5em 0;
}

.ReportCaption {
    display: inline-block;
    padding: .4em .2em .4em .2em;
    border: dotted 1px #666;
    background-color: #f8f8f8;
    margin: .2em 0 .2em 0;
    color: #333;
}

.Max15em {
    max-width: 15em !important;
    width: 15em !important;
}

.Max20em {
    max-width: 20em !important;
    width: 20em !important;
}

.Max30em {
    max-width: 30em !important;
    width: 30em !important;
}

.Max40em {
    max-width: 40em !important;
    width: 40em !important;
}

.Max50em {
    max-width: 50em !important;
    width: 50em !important;
}

.WizardButton {
    display: block;
    background-color: #507CD1;
    color: #fff;
    padding: .2em;
}

.WizardStep {
    padding: .3em .3em .3em 1em;
}

.AuditBodyNote {
    font-size: .7em;
    text-decoration: none;
    color: blue;
}

.BigButton {
    font-size: large !important;
    padding: .15em 1em .15em 1em;
}

.DisplayNone {
    display: none;
}

.Highlight {
    font-weight: bold;
    color: #9900FF;
}

.Underline {
    text-decoration: underline;
}

.ArrHighlight {
    margin: .5em 0 0 0;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: .2em;
    border: solid 1px #000;
    background-color: Yellow;
    color: #000;
    font-weight: bold;
}

.Certification {
    color: Blue;
    font-weight: bold;
}

.NotEligible {
    color: Red;
    font-weight: bold;
}

.ChkSpaced label {
    padding-right: .5em;
}

#divFEI h3 {
    padding-top: .8em;
    border-top: solid 1px #e8e8e8;
    display: block;
    width: 50%;
}

.GridTextRowMinWidth {
    min-width: 18em !important;
}

.Green {
    color: green;
}

a.SearchPic img {
    max-width: 250px;
    max-height: 250px;
}

/* photo enlarging */
[draggable=true] {
    cursor: move;
}

.picSmall {
    max-height: 200px;
    max-width: 200px;
    border: solid 1px #004488;
    margin: 0.5em 0.5em 0.5em 0;
}

.picZoom {
    position: fixed;
    top: 2em;
    right: 3em;
    height: 0;
    visibility: hidden;
    text-align: left;
    background-color: #E5EFDA;
    border: solid 2px #000;
    padding: 2.5em 0 0 0;
}

    .picZoom a {
        top: 2.6em;
        position: fixed;
        width: auto;
        display: inline-block;
        border: solid 1px #000;
        background: #e8e8e8;
        color: #000;
        padding: .3em 2em .3em 2em;
        text-decoration: none;
        margin: 0;
    }

        .picZoom a.closeImg {
            right: 5em;
        }

        .picZoom a.fullSize {
            right: 15em;
            cursor: pointer;
        }

    .picZoom img {
        background-color: #fff;
        border: solid 1px grey;
        max-width: 800px;
        max-height: 700px;
    }

    .picZoom:target {
        visibility: visible;
        height: auto;
    }

hr.inline {
    display: inline-block;
    width: 50px !important;
    border: none;
}

span.expiryWarning {
    display: block;
    border: solid 2px #000;
    padding: .2em;
    font-size: large;
    background-color: #FFF;
    color: red;
}

table.QAS {
    border-collapse: collapse;
}


select.SelectMaxWidth {
    max-width: 33em;
}

.NavCurrent {
    background-color: #e8e8e8;
}

.UrgentAudit {
    display: inline-block;
    padding: .5em;
    border: solid 2px red;
    background-color: white;
    color: red;
    font-size: large;
}

.feiCaption {
    font-style: italic;
    color: #0066FF;
}

.feiCaptionGrey {
    font-style: italic;
    color: #555;
}


span.pre {
    display: inline-block;
    font-family: monospace;
    white-space: pre-wrap;
    max-width: 40em;
    margin: 0;
}


span.preFullWidth {
    display: block;
    font-family: monospace;
    white-space: pre-wrap;
}












a:focus {
    outline: none;
}


.panel {
    position: absolute;
    display: none;
    max-height: 600px;
    overflow: auto;
    background: #f8f8f8;
    margin: 0px 27px 0 8px;
    padding: 10px;
    border: solid 3px #000;
    z-index: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: auto;
}

    .panel.left {
        left: 0;
    }

    .panel.right {
        right: 0;
    }

.warnings {
    background-color: #ffffc9;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    /* Should be unset in IE9+  */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.coeContainer {
    margin: .5em 0 .5em;
}

.coeBlock {
    float: left;
    background-color: #f8f8f8 !important;
    padding: .5em;
    border: solid 1px #ccc;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.MinWidthGridCol {
    width: 40em !important;
}

.MaxWidthGridCol {
    width: 50em;
}

.Bold {
    font-weight: bold;
}

div.Maintenance {
    width: 75%;
    text-align: left;
    margin: 2em 10% 2em 10%;
    background-color: #e8e8e8;
    border: solid 5px red;
    padding: 0 1em 0 1em;
}

.FilesList {
    margin: 0 0 0 1.2em;
    padding: 0;
}

.calendar {
    float: left;
    margin-right: 1em;
}

.maxHeightScroll {
    max-height: 10em;
    overflow-y: scroll;
    overflow-x: hidden;
}





div.cookiebanner {
    width: 20em;
    right: 0 !important;
    left: auto !important;
    text-align: left !important;
    opacity: .85 !important;
}


.alignCenter {
    text-align: center !important;
    vertical-align: middle !important;
}

.trueSign {
    color: lawngreen !important;
}

.falseSign {
    color: red !important;
}

.dispatchNote {
    font-weight: bold;
    font-style: italic;
    color: blue;
}

.accordion div.header {
    font-size: 1.1em;
    font-weight: bold;
    color: #002776;
    padding: .5em 0 .5em 0;
}

    .accordion div.header h3 a, .accordion div.header h3 a:visited {
        display: block;
        text-decoration: none;
        color: #002776;
    }

div.samplePhotos {
}

.bbCyan {
    background-color: #009FDA;
    color: #FFF;
}

div.dzContainer {
    min-width: 20em;
}

.dropzone {
    min-height: unset;
    background-color: #009FDA !important;
    padding: 0;
    min-width: 20em;
    display: inline-block;
    border: dashed 2px #fff !important;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.Legend {
    margin-top: 1.5em;
    float: left;
    padding: 10px;
    background-color: #1fa22d;
    color: #fff;
    border: solid 1px #ccc;
}

.Legend h3 {
    color: #fff;
    margin: 0;
    padding: 4px 0 4px 0;
    font-size: 1.1em;
    text-transform: uppercase;
}

.Legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}




.navbar {
    border: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-default {
    background-color: #fff !important;
}

.login {
    max-width: 30em;
}

hr {
    margin: auto !important;
    border: solid 1px #e8e8e8 !important;
}

em {
    border-bottom: dashed 1px #004488;
    padding-bottom: 2px;
}

input.btnDisabled {
    color: #999;
}


.SigPic, .SigPicClick {
    float: left;
    margin-right: 2em;
}

div.prepareList {
    margin-right: 2em;
}

    div.prepareList img {
        margin: 1em 1em 1em 0;
        border: solid 1px #CCC;
    }

    div.prepareList div.col1 {
        width: 225px;
    }

    div.prepareList a {
        display: inline-block;
        float: right;
        padding: 1em;
        margin: 0 0 0 1em;
        background-color: #1fa22d;
        color: #FFF !important;
    }





input[type=checkbox], input[type=radio] {
    margin: .25em !important;
    display: inline-block;
}

input[type=date] {
    width: 10em;
}

input[type=number] {
    width: 5em;
}

label {
    display: inline-block;
    padding-right: .5em;
}






/* styled tel links for small viewports */
@media screen and (max-width: 600px) {
    input[type=checkbox], input[type=radio] {
        width: 2em;
        height: 2em;
        border: 1px solid #bbb;
        vertical-align: middle;
    }

    input[type=text], input[type=date], input[type=number] {
        height: 2em !important;
    }

    div.col1, div.col2 {
        float: none;
        border-top: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea { /* button[type=submit], input[type=submit], */
        width: 100%;
    }

    div.login {
        margin: 0;
    }


    div.prepareList {
        margin-right: 0;
    }

        div.prepareList img {
            float: none;
            margin: 1em 0 1em 0;
            padding: 0;
        }

        div.prepareList a {
            float: none;
            padding: 1em;
            margin: 1em 0 1em 0;
        }

        div.prepareList p, div.prepareList h4 {
            margin-left: 0;
        }
}








/* SS Progress */
table.ssProgress {
    width: 100%;
    text-align: center;
    border-left: solid 1px #fff;
    font-size: 12px;
    font-weight: normal;
}

    table.ssProgress td {
        width: 7.142857%;
    }

    table.ssProgress a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 1px 3px 1px 3px;
        border: solid 1px #fff;
        background-color: #6db531;
    }

        table.ssProgress a.open {
            font-weight: bold;
            background-color: #004488;
        }

        table.ssProgress a.incomplete {
            background-color: #333;
            opacity: .5;
        }

        table.ssProgress a.complete {
        }





/* SS AttributeList tables */
table.ss {
    width: auto;
    min-width: 350px;
}

table.ss {
    border: solid 1px #999;
    border-collapse: separate;
}

    table.ss td, table.ss th {
        padding: .5em;
        text-align: center;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        border-collapse: collapse;
    }

    table.ss th {
    }

        table.ss th:nth-child(1) {
            text-align: right;
        }




/* responsive table, adapted from: http://codepen.io/geoffyuen/pen/FCBEg */

.stacktable tr {
    clear: both;
}

.stacktable td {
    display: block;
}

    .stacktable td:before {
        content: attr(data-th);
        font-weight: bold;
        width: 50%;
        display: block;
        float: left;
    }

@media (min-width: 640px) {
    .stacktable td:before {
        display: none;
    }
}

@media (min-width: 900px) {
    .rdbList br {
        display: none;
    }
}

@media (min-width: 640px) {
    .stacktable th, .stacktable td {
        display: table-cell;
    }

    .stacktable {
    }
}

@media (max-width: 640px) {

    .stacktable tr th {
        display: block;
    }

    .stacktable tr:nth-child(1) th {
        display: none;
    }

    .rdbList {
        display: block;
        overflow: hidden;
    }

    table.ss td {
        text-align: left;
    }

        table.ss td::after {
            content: "";
            display: block;
            clear: both;
        }

    table.ss {
        width: 100%;
    }

        table.ss th:nth-child(1) {
            text-align: initial;
        }

        table.ss tr:nth-child(1) th:nth-child(1) {
            display: none;
        }
}

div.progress {
    background-color: #bbbbbb;
    border-radius: 0px;
    height: 15px;
    width: 100%;
    padding: 1px;
}

    div.progress > div {
        display: block;
        background: #6db531;
        height: 100%;
        border-radius: 0px;
        max-width: 100% !important;
    }


.hidden {
    display: none;
}
