/* @charset "utf-8"; */


/* CSS Layout for IFD */


/*
Details regarding IFD Design work:
Light Green:         #b3dc6c
Very light Blue:     #edf4fa
Light Grey-Blue:    #adbdcf
Mid Grey-Blue:        #8596a9
Dark Teal:            #156570
Mid Grey:            #6b6b6b

Border size: 4px; between panels
*/


/*Structure and Header*/

body,
div#content,
p,
h2 {
    color: #3e4b5b;
}

table.ifdTableStyle {
    color: black;
}
.ifdPageWrapper {
    width: 960px;
    clear: both;
    padding: 0;
    margin: 0;
    position: relative;
    left: 20px;
}

#ifdHeader {
    margin-top: 30px;
}


/* need  super specific selector to override the one in core.css */

#ifdHeader.ifdRoundedCorners h1 {
    font-size: 36px;
    line-height: 54px;
    /* 56px - 2px of borders */
    margin: 0;
}

#ifdHeader.ifdCheckboxSpace {
    margin-bottom: 40px;
}

#ifdBoxWrapper {
    background-color: #FFF;
    border: 1px solid #adbdcf;
    clear: both;
    position: relative;
    padding: 0px;
    margin: 0px;
}


/*Contents and layout*/

.ifdContentWrapper {
    display: block;
    float: none;
    position: relative;
    overflow: visible;
}

.ifdContentWrapper h3,
p {
    margin: 3px 0 6px 0
}

.ifdRoundedCorners {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#ifdSearch {
    border-right: 2px solid #b3dc6c;
    float: left;
    position: relative;
    width: 300px;
}

#ifdContentDisplay {
    border-left: 2px solid #b3dc6c;
    float: left;
    line-height: 16px;
    margin-left: -2px;
    padding: 10px;
    position: relative;
    width: 636px;
}

#ifdMap {
    width: 600px;
    float: left;
    position: relative;
}

.ifdLinksAlign {
    float: right;
    top: -30px;
    position: relative;
}

.stopCollapse {
    /*Happy to see a better way than this hack*/
    clear: both;
}

.ifdPlainTextBox {
    padding: 6px;
    width: 750px;
}

.ifdPlainTextBox ol>li {
    margin-bottom: 1em;
    margin-left: 2em;
}

.ifdPlainTextBox ul>li {
    margin-left: 2em;
    list-style-type: disc;
}


/*
Section and subsection headers
general rules
@see .ifdAnalysisLabel
*/

#ifdSearch .section-header {
    display: block;
    cursor: pointer;
    color: #3E4B5B;
}

#ifdSearch .section-header:link {
    color: #CC0000;
}

#ifdSearch .section-header:visited {
    color: #CC0000;
}

#ifdSearch .section-header:hover {
    color: #CC0000;
}

#ifdSearch .section-header:active {
    color: #CC0000;
    outline: 1px solid #069;
}

#ifdSearch .section-header:focus {
    outline: 1px solid #069;
}


/* Add collapsing icon */

#ifdSearch .collapsible::before {
    content: "+";
    color: #069;
    margin-right: .5em;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 700;
    font-family: monospace;
}

#ifdSearch .collapsible.active::before {
    content: "-";
}


/* Collapsible section headers */

#ifdSearch .section-header.collapsible.active,
#ifdSearch .section-header.collapsible.active:hover {
    cursor: text;
    color: #3E4B5B;
    outline: none;
}


/* Acknowledgement Checkboxes deleted */

#ifdAckCheckboxes,
#ifdAckConditionsCheckbox,
#ifdAckCaveatCheckbox,
.ifdAckCheckboxLabel {
    display: none;
    height: 0;
}


/* Search CSS */

#ifdAnalysisPanel {
    padding-right: 10px;
}

.ifdSearchTitle {
    background-color: #dae1e9;
    margin: 0;
    display: block;
    background-image: url(../webimages/icon_search.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    text-indent: 31px;
    border-bottom: 1px solid #adbdcf;
}

.ifdAnalysisTitle {
    background-color: #dae1e9;
    margin: 0;
    display: block;
    background-image: url(../webimages/icon_analysis.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    text-indent: 31px;
    border-bottom: 1px solid #adbdcf;
    border-top: 1px solid #adbdcf;
    clear: right;
}

.ifdSearchTitle a,
.ifdAnalysisTitle a {
    color: #3E4B5B;
    text-decoration: none;
}

.ifdSearchTitle a.visited,
.ifdAnalysisTitle a.visited {
    color: #3E4B5B;
}

form {
    margin: 0;
    padding: 0;
}

fieldset.ifdSearchGroup {
    margin: 0;
    padding: 0;
    border: none;
}

fieldset.ifdSearchInnerGroup {
    border: none;
    margin-top: -5px;
    padding: 0 0 8px 0;
}

fieldset.ifdSearchInnerGroup fieldset,
.ifdObsDataForm {
    border: none;
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.ifdDesignRadio {
    cursor: hand;
    cursor: pointer;
    margin: 0 7px 5px 10px;
    padding: 0;
}

.ifdDesignRadioLabel {
    cursor: hand;
    cursor: pointer;
}

.ifdSearchRadio {
    cursor: hand;
    cursor: pointer;
    line-height: 38px;
    /* 40px - 2px of borders */
    margin: 0px 7px 0 10px;
    padding: 0;
}

.ifdSearchRadioLabel {
    cursor: hand;
    cursor: pointer;
    font-weight: bold;
    line-height: 38px;
    /* 40px - 2px of borders */
}

.ifdObsDropdown {
    margin: 0 0 0 10px;
    width: 60px;
}

.ifdObsFormFill {
    max-width: 42px;
    float: right;
}

.ifdObsFormFill2 {
    max-width: 42px;
}

.ObsDataField {
    margin: 2px;
    float: left;
}

hr.ifdSearchHr {
    margin: 0 10px;
    padding: 0;
    display: block;
    height: 0;
    border: none;
    border-top: 1px solid #adbdcf;
}

.ifdInputLabel {
    font-weight: normal;
    float: left;
    /* width: 5.5em; */
    width: 75px;
    position: relative;
    top: 8px;
}

.fieldset-indent {
    margin-left: 2.4em;
}


/* Use this fieldset indent on error*/

.error-fieldset-indent {
    margin-left: 1.1em;
}

.ifdErrorCoordinate .ifdInputLabel {
    background-image: url('../webimages/inlineCancel.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0 4px 22px;
}

.ifdInputText {
    /*Does what it says on the packet. */
    border: 1px solid #156570;
    color: #6b6b6b;
    height: 18px;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    padding: 2px;
    text-indent: 2px;
    line-height: 16px;
}

.ifdInputNsd {
    width: 50px;
}

.ifdErrorCoordinate .ifdInputText {
    position: relative;
    top: 4px;
}

.ifdUserLabelLabel {
    display: block;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: left;
}

.ifdUserLabelInputText {
    border: 1px solid #156570;
    color: #6b6b6b;
    line-height: 16px;
    margin: 0 0 8px 0;
    padding: 2px;
    width: 260px;
    text-indent: 2px;
}

.ifdSearchButtonContainer {
    margin: 10px;
    display: block;
}

.inputButtonStyle {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: bold;
    margin: 10px 0;
}

.inputButtonStyle:hover {
    text-decoration: none;
}

.inputButtonStyle:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.blue {
    color: #000;
    border: solid 1px #074179;
    background: #cbddf8;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbddf8), to(#a3b8cd));
    background: -moz-linear-gradient(top, #cbddf8, #a3b8cd);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cbddf8', endColorstr='#a3b8cd');
}

.blue:hover {
    color: #000;
    background: #DAE1E9;
    background: -webkit-gradient(linear, left top, left bottom, from(#EDF4FA), to(#DAE1E9));
    background: -moz-linear-gradient(top, #EDF4FA, #DAE1E9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EDF4FA', endColorstr='#DAE1E9');
}

.blue:active {
    color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3b8cd), to(#cbddf8));
    background: -moz-linear-gradient(top, #a3b8cd, #cbddf8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3b8cd', endColorstr='#cbddf8');
}


/* dms icons */

#LatDegreesImage,
#LonDegreesImage,
#LatMinutesImage,
#LonMinutesImage,
#LatSecondsImage,
#LonSecondsImage {
    display: inline-block;
    position: relative;
    top: -10px;
}

.degreeSuperScript,
.minuteSuperScript,
.secondSuperScript {
    display: inline-block;
    position: relative;
}

.degreeSuperScript {
    top: -2px;
}

.minuteSuperScript {
    top: -1px;
}

#LatDegreesImage,
#LonDegreesImage {
    background-image: url(../webimages/degree.png);
    width: 8px;
    height: 8px;
    top: -9px;
}

#LatMinutesImage,
#LonMinutesImage {
    background-image: url(../webimages/minute.png);
    width: 8px;
    height: 8px;
}

#LatSecondsImage,
#LonSecondsImage {
    background-image: url(../webimages/second.png);
    width: 8px;
    height: 8px;
    margin-left: -2px;
}

.progressContainer {
    height: 5px;
    display: none;
    margin: 10px 10px 0px 0px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: white;
    font-size: 80%;
    text-align: center;
}

#progressFill {
    transition: width 1s, background-color 1s linear 0.5s;
    background-color: lightblue;
    width: 0%;
    margin: 0;
    height: 5px;
}

.ifdSearchButtonContainerMulti {
    float: right;
    margin: 0 10px 0 0;
    display: none;
}

div#completed {
    color: #444;
    font-size: 80%;
}

div#errorMessage {
    color: red;
    font-size: 80%;
}

#mapSearchHeadingSelect h2 {
    border-top: 1px solid #aaa;
}

#ifdSearchPanel :not(a) .formbox:first-child h2 {
    border-top: 0;
}

.formbox h2 {
    font-size: 17px;
    padding: 0 0 0 25px;
    background: #eee;
    border-top: 1px solid #aaa;
    cursor: pointer;
}

.formbox .searchTypeSelctor {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
}

.searchTypeSelctor:focus+label h2 {
    text-decoration: underline;
}

input~form {
    height: 0;
    overflow-y: hidden;
    transition: height 0.60s;
}


/* input~label .ieDisabled::before,input~label .ieDisabled::after{
  background:#ddd;
} */

input~label h2:not(.ieDisabled)::before {
    content: '';
    margin: 5px;
    margin-top: 15px;
    margin-right: 8px;
    height: 6px;
    border: 2px solid #444;
    display: inline-block;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
}

input~label h2:not(.ieDisabled)::after {
    content: '';
    margin: 5px;
    margin-top: 18px;
    margin-left: 8px;
    min-height: 0px;
    display: inline-block;
    min-width: 0px;
    border-radius: 50%;
    position: absolute;
    background: #444;
    left: 5px;
}

.ieDisabled {
    background: #eee;
    color: #bbb;
}

input:checked~label h2 {
    border-bottom: 1px solid #aaa;
}

input:checked~label h2::after {
    min-height: 4px;
    min-width: 4px;
}

input:checked~form {
    height: auto;
}

#coefficients,
#SubCoefficients {
    overflow-x: auto;
    display: inline-block;
}

#multipointExample li span:not(.downloadExamp) {
    margin: 4px;
    display: inline-block;
    list-style-image: none;
    border-bottom: 1px dotted #aaa;
    color: #666;
}

.downloadExamp {
    margin-left: 5px;
    text-align: center;
    height: 15px;
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    color: #666;
    padding: 0 3px;
    border-bottom: 1px dotted #aaa;
    cursor: pointer;
    /* float:right; */
}

.downloadExamp:hover {
    color: #777;
}

.multiPointExamples {
    margin: 10px;
    border-radius: 2px;
    max-width: 160px;
    padding: 3px;
    float: right;
    border: 1px solid #888;
}

.multiPointExamples label {
    cursor: pointer;
    margin-bottom: 3px;
    cursor: pointer;
}

.exampleLinksList li span {
    font-size: 11px;
    padding: 0;
    border-bottom: 1px dotted #555;
    cursor: pointer;
}

.multiPointExamples .globalExampleCheck:checked~label {
    border-bottom: 1px solid #000;
}

.multiPointExamples .globalExampleCheck:checked~.hiddenLinks {
    height: 67px;
}

.seasonalityBox {
    border: 1px solid #999;
    padding: 5px;
    margin: 5px 5px 5px 0;
}

.seasonalitydata {
    display: none;
}

[aria-controls="ifdDepthTab-3"],
[aria-controls="ifdDepthTab-4"],
[aria-controls="ifdDepthTab-5"] {
    display: none;
}


/* Analysis CSS */

.ifdAnalysisLabel {
    color: #3E4B5B;
    display: block;
    font-weight: bold;
    padding: 10px 0;
    margin-left: 10px;
}

.ifdSdCheckbox {
    margin: 0 0 0 10px;
}

.ifdSdCheckboxLabel {
    color: #3e4b5b;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
    margin: 0 0 0 4px;
    cursor: pointer;
}

.ifdDropdownList {
    border: 1px solid #156570;
    color: #6b6b6b;
    height: 24px;
}

.ifdAddNsdButton {
    background-image: url(../webimages/icon_addstandard.png);
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-size: 0px;
    clear: none;
    background-color: #ffffff;
    /* Use colour so IE7 doesn't freak out */
    margin: 6px 3px 0 3px;
    vertical-align: top;
}

.ifdAddNsdButton:hover {
    background-image: url(../webimages/icon_addrollover.png);
}

.ifdRemoveNsdButton {
    background-image: url(../webimages/icon_delstandard.png);
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-size: 0px;
    clear: none;
    background-color: #ffffff;
    margin: 6px 3px 0 3px;
    vertical-align: top;
}

.ifdRemoveNsdButton:hover {
    background-image: url(../webimages/icon_delrollover.png);
}

.ifdNsdLabelIndent {
    margin-left: 0.9em;
}


/*******************************************************************************
 *
 * Global Messages CSS
 *
 *******************************************************************************/

#ifdGlobal {
    margin: -13px 0 12px 0;
    top: 85px;
    width: 960px;
    z-index: 200;
}

.ifdGlobalMsg {
    margin: 0;
    line-height: 16px;
    word-break: break-all;
}

.ifdErrorGlobal,
.ifdWarningGlobal {
    border: 2px solid #CC0000;
    background-color: #FFFFFF;
    background-image: url(../webimages/globalCancel.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    color: #CC0000;
    font-weight: bold;
    margin: -13px 0 15px 0;
    padding: 10px 10px 10px 38px;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.ifdWarningGlobal {
    background-image: url(../webimages/globalWarning.png);
}

.ifdErrorGlobal ul {
    margin: 4px 0 0 16px;
    color: red;
}

.ifdErrorGlobal li {
    color: black;
    list-style: disc outside none;
    padding: 0px;
    margin: 0px;
}

.ifdWarningGlobal ul {
    margin: 4px 0 0 16px;
    color: red;
}

.ifdWarningGlobal li {
    color: black;
    list-style: disc outside none;
    padding: 0px;
    margin: 0px;
}

#ifdGlobalNoScript {
    margin: 0 0 40px 0;
}


/*******************************************************************************
 *
 * Errors Declaration CSS
 *
 *******************************************************************************/

fieldset.ifdErrorCoordinate {
    border: 1px solid #F00;
    margin: 8px 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.ifdErrorField {
    border: 1px solid #F00;
}

.ifdAckCheckbox.ifdErrorField {
    margin: 0 2px 0 0;
    line-height: 28px;
}

.ifdErrorCoordinateMsg,
.ifdErrorFieldMsg {
    background-image: url('../webimages/inlineCancel.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #F00;
    display: block;
    line-height: 16px;
    padding: 4px 0 4px 22px;
}

.ifdErrorCoordinateMsg {
    background-position: left 16px;
    margin: 0 10px;
    padding: 8px 0 0 22px;
}

.ifdErrorFieldMsg {
    margin: 0 10px 5px;
}

.ifdWarningFieldMsg {
    background-image: url('../webimages/inlineWarning.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #F00;
    display: block;
    line-height: 16px;
    margin: 0 10px 5px;
    padding: 4px 0 4px 22px;
}

#pointsAreaContainer {
    padding: 2px;
    border: 1px solid #999;
    display: inline-block;
    display: none;
    margin: 10px;
    width: 90%;
    max-height: 200px;
    overflow-y: auto;
}

#pointsArea {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    max-height: 170px;
    text-align: center;
}

#pointsArea tbody {
    width: 100%;
}

#pointsArea th {
    background: #eee;
    padding: 0 4px;
    border-bottom: 1px solid #888;
}

#pointsArea td {
    overflow: hidden;
    max-width: 75px;
    padding: 3px 0;
}

#pointsArea tr:not(:last-child) {
    border-bottom: 1px dotted #ddd;
}


/*******************************************************************************
 *
 * Text and Table Content CSS
 *
 *******************************************************************************/

h1 {
    font-family: 'FontSiteSans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-weight: 700;
    color: #575a5d;
    font-size: 3em;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
}

#ifdContentDisplay h2 {
    color: #069;
}

.ifdTableStyle {
    border: 1px solid #999;
    margin: 12px 0 0 0;
    width: 616px;
}

.ifdTableStyle caption {
    text-align: left;
    margin: 0;
    padding: 0 0 16px 0;
}

.ifdTableStyle th {
    background-color: #d3e1b9;
    padding: 4px;
    font-weight: bold;
}

.ifdTableStyle th.ifdNone {
    background-color: #fff;
}

.ifdTableStyle th.ifdDark {
    background-color: #b3dc6c;
    padding: 4px;
}

.ifdTableStyle th.ifdTableAepHeader {
    width: 56px;
}

.ifdTableStyle td {
    padding: 2px;
}

#coefficients td,
#SubCoefficients td {
    min-width: 110px;
}

.ifdTableStyle tr.ifdOdd td {
    background-color: #E4EDD3;
}

table.ifdValuesIntensities.ifdTableStyle th {
    background-color: #FED795;
}

table.ifdValuesIntensities.ifdTableStyle th.ifdDark {
    background-color: #F6BB6F;
}

table.ifdValuesIntensities.ifdTableStyle tr.ifdOdd td {
    background-color: #FEF3CD;
}


/*******************************************************************************
 *
 * Location Summary CSS
 *
 *******************************************************************************/

.ifdTextLocationTitle {
    clear: left;
    margin: 30px 0 0 0;
}

.ifdUserLabelinMap {
    word-break: break-all;
}

.ifdLocationSummaryWrapper {
    margin: 0;
    width: 335px;
}

.ifdLocationSummary {
    margin: 8px 0 0 0;
}

dt:hover {
    text-decoration: none;
    cursor: text;
}

.ifdLocationSummary dt {
    color: #000;
    display: block;
    line-height: 16px;
    margin: 8px 0 0 0;
    font-weight: bold;
}

.ifdLocationSummary dd {
    display: block;
    line-height: 16px;
    margin: -16px 0 0 73px;
    word-break: break-all;
}

.ifdLocationSummary li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.ifdDesignView {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

.ifdDesignView .ifdTextTableTitle {
    float: left;
}

.ifdDesignDescription {
    float: left;
}

.ifdIssuedOn {
    display: block;
    float: right;
    margin: 12px 0 0 0;
}

.ifdUnitSelector {
    float: right;
    margin: -27px 0 0 0;
}

#ifdChart {
    margin: 0;
    padding: 0;
}

.ifdUserLabelGroup {
    margin: 10px 0 0 10px;
    padding: 0;
    border: none;
}


/*******************************************************************************
 *
 * Map CSS
 *
 *******************************************************************************/

#ifdLocationMapWrapper {
    float: right;
    margin: -50px 0 0 0;
    text-align: right;
    width: 300px;
}

#ifdLocationMap {
    border: 1px solid #adbdcf;
    float: right;
    height: 148px;
    width: 255px;
}

#ifdScaleLine {
    /* display: inline-block; */
    float: left;
    font-size: 10px;
    margin-top: 5px;
}

#ifdLocationMapAttribution {
    clear: right;
    float: right;
    font-size: 10px;
    margin-top: 5px;
}

.hidden {
    position: absolute;
    left: -50000px;
}


/******************************************************************************
*
* Tooltips
*
******************************************************************************/

#ifdUserLabelTooltip {
    display: inline-block;
    float: right;
    position: relative;
    top: -23px;
    left: -25px;
}

.ui-tooltip {
    padding: 12px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px 2px #aaa;
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
}

a.ifdTooltip {
    background-image: url(../webimages/icon_info.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    font-size: 0px;
    line-height: 0;
    display: block;
    cursor: help;
}


/* Extend tooltip */

#ifdSearch a.ifdTooltip {
    float: right;
    position: relative;
    clear: right;
    margin: 0 10px 10px 0;
}

.fullwidth {
    width: 90%;
    margin: 0 auto;
}
