﻿/****************************/
/*      Action Toolbar      */
/****************************/
.fv-error-color {
    margin-top: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: x-large;
    font-weight: bolder;
    color: red;
}

#actionBar {
    background-color: #235a7a;
    border-radius: 10px;
    margin-top: 0.25em;
    height: 3em;
}

.fv-select-criteria {
    background-color: white;
}

.fv-interim-header {
    margin-left: 1em;
    color: white;
}

.fv-bottom-report-button {
    padding: 0.1em;
    float:right;
}

/****************************/
/*       Grid System        */
/****************************/
.fv-grid-container {
    display: grid;
    background-color: transparent;
    grid-gap: 0.25em;
    grid-template-columns: 50% 50%;
    grid-template-areas: 'header header' ' main right' 'footer footer';
    padding: 0.5em;
}

    .fv-grid-container > div {
        background-color: white;
        border-radius: 5px;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

.fv-grid-header {
    grid-area: header;
    height: 20em;    
}

.fv-grid-main {
    grid-area: main;
    height: 40em;
}

.fv-grid-right {
    grid-area: right;
    height: 40em;
}

.fv-grid-footer {
    grid-area: footer;
    height: 10em;
}

.fv-grid-item-header {
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    color: black;
}

.fv-grid-item-loading {
    width: auto;
    height: 5em;
    max-height: 10em;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2em;
}

.fv-grid-error {
    text-align: center;
}

/****************************/
/*      DFR Specific        */
/****************************/
.fv-dfr-section-title {
    text-decoration: underline;
}

.fv-dfr-header-title {
    font-weight: bold;
    width: 25%;
    padding: 0.25em 0 0.1em 0.5em;
    color: black;
}

.fv-dfr-center {
    text-align: center;
}

.fv-dfr-header-value {
    color: black;
}

    .fv-dfr-header-value:hover {
        font-weight: bold;
    }

.dfr-client-name {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin-top: -0.8em;
}

.dfr-header-table {
    width: 40%;
    margin-left: 2em;
    border: solid 1px;
    -webkit-box-shadow: 10px 10px 5px #898989;
    box-shadow: 10px 10px 5px #898989;
}

.dfr-header-lastnr-table {
    position: absolute;
    top: 8em;
    left: 58em;
    width: 50%;
    text-align: center;
}

.fv-dfr-inline-table-header {
    text-align: center;
    border: 1px solid black;
    background-color: lightsteelblue;
}

.fv-dfr-inline-table-value {
    text-align: center;
    border: 1px solid black;
}

/****************************/
/*    Interim Web Report    */
/****************************/
.fv-interim-grid-header {
    grid-area: header;
    height: 30em;
}

.fv-interim-grid-main {
    grid-area: main;
    height: 30em;
}

.fv-interim-grid-right {
    grid-area: right;
    height: 30em;
}

.fv-text-widget-label {
    margin-left: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
}

.fv-text-widget-value {
    text-transform: uppercase;
    font-size: 0.8em;
    color: black;
}

.fv-table-widget-scroll-body {
    max-height: 26em; /*90%;*/
    overflow-y: overlay; /*scroll;*/
}

.fv-table-widget-cell-text {
    text-align: center;
    max-width: 2em !important;
}


/****************************/
/*    Rolling Emission      */
/****************************/
.fv-ghg-grid-header {
    grid-area: header;
    height: 10em;
}

.fv-ghg-grid-main {
    grid-area: main;
    height: 20em;
}

.fv-ghg-grid-main {
    grid-area: right;
    height: 20em;
}

.fv-ghg-grid-footer {
    grid-area: footer;
    height: 40em;
}

.fv-ghg-label {
    color: white;
}

.fv-ghg-title {
    font-size: xx-large;
}

/****************************/
/*    HTML Report Engine    */
/****************************/
/*.fv-report-container-portrait {
    margin-left: calc((100% - 612px)/2);
}

.fv-report-container-landscape {
    margin-left: calc((100% - 792px)/2);
}*/

.fv-report-editor {
    position: relative;
    background-color: transparent;/* white;*/
    color: black;
    border-style: outset;
    overflow: hidden
}

.fv-report-editor-portrait {
    width: 612px;
    min-width: 612px;
    max-width: 612px;
    height: 792px;
    min-height: 792px;
    max-height: 792px;
}

.fv-report-editor-landscape {
    width: 792px;
    min-width: 792px;
    max-width: 792px;
    height: 612px;
    min-height: 612px;
    max-height: 612px;
}

.fv-report-container {
    color: white;
    padding-left: 2.5em;
}

.fv-report-toolbar {
    color: white;
    font-size: 1.5em;
}

.fv-report-toolbar-left {
    width: 20%;
    text-align: left;
    margin-left: 1em;
}

.fv-report-toolbar-right {
    /*width: calc(80% - 2em);*/
    float: right;
    text-align: right;
    margin-right: 1em;
}

.fv-report-Button {
    /* box-shadow: 0px 1px 0px 0px #1c1b18; */
    /* background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%); */
    /* background-color: #eae0c2; */
    /* border-radius: 15px; */
    /* border: 2px solid #333029; */
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 36px;
    text-decoration: none;
    /* text-shadow: 0px 1px 0px #ffffff; */
}

    .fv-report-Button:hover {
        /* background: linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%); */
        /* background-color: #ccc2a6; */
        border: 1px solid white;
        color: chartreuse;
    }

    .fv-report-Button:active {
        position: relative;
        top: 1px;
    }

.fv-report-viewer {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.fv-report-left-panel {
    float: left;
    width: 25%;
    height: 60em;
    overflow-y: overlay;
    border-right: 1.5px solid white;
}

.fv-report-mid-panel {
    float: left;
    width: 50%;
    height: 60em;
}

.fv-report-right-panel {
    float: left;
    width: 25%;
    height: 60em;
    overflow-y: overlay;
    border-left: 1.5px solid white;
}

/****************************/
/*   HTML Report Element    */
/****************************/
.fv-watermark {
    display: block;
    content: "";
    background: url(/images/logos/True_North_Marine_WM.png);
    opacity: 0.05;
    width: 440px;
    height: 433px;
    /*top: calc((792px - 433px) / 2);*/
    top: calc((852px - 433px) / 2);
    left: calc((612px - 440px) / 2);
    position: absolute;
    background-color: transparent;
    /*z-index: -1;*/
}

.fv-header-logo {
    display: block;
    content: "";
    background: url(/images/logos/True_North_Marine_Logo_Text.png);
    width: 150px;
    height: 100px;
    top: 21.53px;
    left: 21.53px;
    position: absolute;
    background-color: transparent;
    opacity: 1.0;
    background-size: contain;
    background-repeat: no-repeat;
}

.fv-watermark-landscape {
    display: block;
    content: "";
    background: url(/images/logos/True_North_Marine.png);
    opacity: 0.1;
    width: 440px;
    height: 433px;
    left: calc((792px - 433px) / 2);
    top: calc((612px - 440px) / 2);
    position: absolute;
    background-color: transparent;
}

.fv-report-line {
    position: absolute;
    border: 0.5px solid black;
    top: 70px;
    width: 612px;
}

.fv-report-line-landscape {
    position: absolute;
    border: 0.5px solid black;
    top: 70px;
    width: 792px;
}

.fv-report-field {
    font-family: Helvetica;
    font-style: normal;
    text-decoration: none;
}

.fv-report-field2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    text-decoration: none;
}

.fv-report-textarea {
    background-color: transparent;
    border: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fv-report-generic {
    color: black;
}

.fv-report-good {
    color: darkgreen;
}

.fv-report-bad {
    color: red;
}

.fv-report-header {
    font-size: 8.0px;
    font-weight: bold;
}

.fv-report-subtitle {
    font-size: 16.0px;
    font-weight: bold;
}

.fv-report-subtitle-normal {
    font-size: 16.0px;
    font-weight: normal;
}

.fv-report-subtitle2 {
    font-size: 14.0px;
    font-weight: bold;
}

.fv-report-subtitle2-normal {
    font-size: 14.0px;
    font-weight: normal;
}

.fv-report-small {
    font-size: 8.0px;
    font-weight: normal;
}

.fv-report-title {
    font-size: 30px;
    font-weight: bold;
    color: navy;
}

.fv-report-title3 {
    font-size: 30px !important;
    font-weight: bold !important;
    color: red !important;
}

.fv-report-title2 {
    font-size: 24px;
    font-weight: bold;
    color: navy;
}


.fv-report-criteria {
    font-size: 8.0px;
    font-weight: normal;
    font-style: italic;
}

.fv-report-label {
    font-size: 9.0px;
    font-weight: normal;
}

.fv-report-column-header {
    font-size: 12.0px;
    font-weight: bold;
}

.fv-report-front-value {
    font-size: 12.0px;
    font-weight: normal;
}

.fv-report-value {
    font-size: 9.0px;
    font-weight: bold;
}

.fv-report-footnote {
    font-size: 7.0px;
    font-weight: normal;
}

.fv-report-timestamp {
    font-size: 6.0px;
    font-weight: normal;
}

.fv-report-sections {
    /*font-size: 1.25em;*/
    color: white;
}

.fv-report-sections-header {
    font-size: 2.25em;
    text-align: center;
    margin-top: 0.5em;
    /* position: relative; */
    display: block;
    margin-bottom: 0.5em;
}

.fv-report-sections-element {
    margin-top: 1.5em;
    margin-left: 1.75em;
    margin-right: 1em;
}

.fv-label-highlight {
    background-color: darkgray;
    border-radius: 5px;
}

.fv-report-sections-disabled {
    color: darkgray !important;
}

.fv-report-table-cell {
    /*border: 1px solid black;*/
    text-align: center;
    /*background-color: transparent;*/
    line-height: 1.15em;
    padding: 3px;
}

/*.fv-report-table-cell-top {
    text-align: center;*/
    /*line-height: 1em;*/
    /*padding: 1.5px;*/
/*}*/

.fv-report-table-total {
    font-weight: bold;
}

.fv-report-table-head {
    background-color: lightblue;
}

.fv-report-header-2 {
    font-size: 10.0px;
    font-weight: bold;
}

.fv-report-value-2 {
    font-size: 10.0px;
    font-weight: normal;
}

.fv-report-verticalLine {
    border-left: 1.25px solid black;
}

.fv-report-rectangle {
    border: 1.5px solid black;
}

.fv-report-underLine {
    border-bottom: 1px solid black;
}

.fv-report-gw {
    background-color: yellow;
    font-weight: bolder;
}

.fv-report-message-header {
    background-color: whitesmoke;
    font-size: 8px;
}

.fv-report-message-body {
    font-size: 8px;
}

/* Specific Item*/
.fv-toggle_radio {
    background: rgba(255,255,255,.1);
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 2.75em;
    width: 350px;
    margin: 0.25em;
}

    .fv-toggle_radio > * {
        float: left;
        padding-top: 0.5em;
    }

    .fv-toggle_radio input[type=radio] {
        display: none;
    }

    .fv-toggle_radio label {
        display: block;
        width: 130px;
        height: 1.5em;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        text-align: center;
        font-weight: bold;
    }

.fv-toggle_option_slider {
    width: 130px;
    height: 2em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

#Combined:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 0.25em;
}

#GoodWeather:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 8.75em;
}

#Overall:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 17.5em;
}

#VPR_Combined:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 0.25em;
}

#VPR_Overall:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 8.75em;
}

#NoCurrents:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 0.5em;
}

#WithCurrents:checked ~ .fv-toggle_option_slider {
    background: rgba(255,255,255,.3);
    margin-top: -1.10em;
    margin-left: 9.25em;
}

.fv-forecastdate {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: small;
    width: 13em;
    padding-left: 0.5em;
}

/* Overwrite default value */
.tox-tbtn__select-label {
    color: black !important;
}

.tox .tox-edit-area__iframe {
    background-color: transparent !important;
}

.tox .tox-listbox__select-label {
   color: black !important;
}

/*****************/
/* Toggle Switch */
/*****************/
.fv-switch-interimgraph {
    position: relative;
    display: inline-block;
    border: solid black 1.5px;
    border-radius: 5px;
    height: 1.4em;
}

    .fv-switch-interimgraph input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.fv-switch-interimgraph-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.fv-switch-interimgraph-slider:before {
    position: absolute;
    content: "";
    height: 0.75em;
    width: 1em;
    left: 4px;
    bottom: 4px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.fv-switch-interimgraph input:checked + .fv-switch-interimgraph-slider:before {
    -webkit-transform: translateX(calc(3.5em - 4px));
    -ms-transform: translateX(calc(3.5em - 4px));
    transform: translateX(calc(3.5em - 4px));
}
