﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        /*padding: 0;*/
        padding-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .imgResize {
        width: 250px;
    }
}

.EmailTextbox {
    width: 200px;
}

.FieldLabel {
    font-size: 10px;
}

tr.FieldLabelRow {
    height: 11px;
}

table.ThinTableBorder {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
    border-radius: 4px;
    padding: 2px;
}

table.FilterTable {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
    background-color: cornsilk;
    border-radius: 4px;
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

table.Outline {
    border-collapse: collapse;
}

td.Outline, th.Outline {
    border: 1px solid black;
    padding: 3px;
}

.RightAlign {
    text-align: right;
    border-top: 1px;
}

.CenterAlign {
    text-align: center;
    border-top: 1px;
}

.FilterTable td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

table.FilterBorder.td {
    border-color: green;
}

.CellBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.btnBlueTall {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px
}

    .btnBlueTall:hover {
        background-color: #006A7A;
    }

.btnOrangeTall {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px
}

    .btnOrangeTall:hover {
        background-color: lightcoral;
    }

.btnBlueTallNarrow {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 40px;
    border-radius: 2px
}

    .btnBlueTallNarrow:hover {
        background-color: #006A7A;
    }

.btnBlueTallWide {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

    .btnBlueTallWide:hover {
        background-color: #006A7A;
    }

.btnBlueTallExtraWide {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 160px;
    border-radius: 2px
}

    .btnBlueTallExtraWide:hover {
        background-color: #006A7A;
    }

.btnGreenTall {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px;
    text-align: center;
}

    .btnGreenTall:hover {
        background-color: green
    }

.btnGreenTallWide {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

    .btnGreenTallWide:hover {
        background-color: green;
    }

.btnGreenTallExtraWide {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 160px;
    border-radius: 2px
}

    .btnGreenTallExtraWide:hover {
        background-color: green;
    }

.btnRedTall {
    background-color: lightpink;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px
}

    .btnRedTall:hover {
        background-color: pink;
    }

.btnBlueMenu {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnBlueMenu:hover {
        background-color: #006A7A;
    }

.btnBlueMenuVFTP {
    background-image: url("../images/camo.png");
    background-repeat: no-repeat;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnBlueMenuVFTP:hover {
        background-image: url("../images/camoDark.png");
        background-repeat: no-repeat;
    }

.btnOrangeMenuVFTP {
    background-image: url("../images/camoOrange.png");
    background-repeat: no-repeat;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

.btnOrangeMenu {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnOrangeMenu:hover {
        background-color: lightcoral;
    }

.btnRedMenu {
    background-color: red;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnRedMenu:hover {
        background-color: lightpink;
    }

.btnBlueShort {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}

    .btnBlueShort:hover {
        background-color: #006A7A;
    }

.btnBlueShortWide {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 160px;
    border-radius: 2px
}

    .btnBlueShortWide:hover {
        background-color: #006A7A;
    }

hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.txtNarrowField {
    width: 80px
}

.txtHiddenField {
    width: 5px
}

.Drop {
    width: 150px;
}

Input {
    border-radius: 2px;
}

.TxtBoxDate {
    width: 100px;
    autocomplete ="off"
}

.TxtBoxNarrow {
    width: 80px;
}

.TxtBoxWide {
    width: 200px;
}

.TxtBoxLargeFont {
    height: 32px;
    font-size: 15px;
}

.btnOrangeShort {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}

    .btnOrangeShort:hover {
        background-color: darkorange;
    }

.btnOrangeShortSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}

.btnOrangeShortWide {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 120px;
    border-radius: 2px
}

    .btnOrangeShortWide:hover {
        background-color: darkorange;
    }

.btnOrangeShortWideSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    width: 120px;
    border-radius: 2px
}

.btnOrangeTallExtraWide {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 160px;
    border-radius: 2px
}

    .btnOrangeTallExtraWide:hover {
        background-color: darkorange;
    }

.btnOrangeTallExtraWideSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    height: 40px;
    width: 160px;
    border-radius: 2px
}

.btnOrangeTallWide {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

    .btnOrangeTallWide:hover {
        background-color: darkorange;
    }

.btnOrangeTallWideSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

.btnGreenMenu {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnGreenMenu:hover {
        background-color: darkseagreen;
    }

.btnGreenActionBar {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 150px;
    height: 70px;
    border-radius: 2px;
    white-space: normal /*this will make the text wrap*/
}

    .btnGreenActionBar:hover {
        background-color: darkseagreen;
    }

.btnRedActionBar {
    background-color: indianred;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 150px;
    height: 70px;
    border-radius: 2px;
    white-space: normal /*this will make the text wrap*/
}

    .btnRedActionBar:hover {
        background-color: lightpink;
    }

.btnWhiteActionBar {
    background-color: white;
    border: 0;
    font-size: 15px;
    width: 150px;
    height: 70px;
    border-radius: 2px;
    white-space: normal /*this will make the text wrap*/
}

.DropZoneStyle {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 50px 0 50px 0;
    text-align: center;
    border: dashed 3px gray;
    width: 650px;
}

.DropZoneStyleNarrow {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    text-align: center;
    border: dashed 3px gray;
    width: 200px;
}

P.PageBreak {
    page-break-before: always
}

table.NovaGrid th {
    border-bottom: 1px solid #ED7A0A;
    text-decoration: none;
}

table.NovaGrid tr:hover {
    background-color: #fabf85;
}

.notificationbar {
    text-align: right;
    width: 100%;
    padding-left: 70px;
    padding-top: 30px;
    font-size: 15px;
    line-height: 50px;
    color: white;
    border: solid;
}

.searchbar {
    float: right;
    padding-top: 4px;
    font-size: 15px;
    line-height: 15px;
    color: white
}

    .searchbar:hover,
    .searchbar:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.big-radio input[type=radio], .big-check input[type=checkbox] {
    transform: scale(1.5);
    padding: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    .modal-fullscreen {
        padding: 0 !important;
    }

        .modal-fullscreen .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important;
    }

        .modal-fullscreen-sm .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-sm .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important;
    }

        .modal-fullscreen-md .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-md .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important;
    }

        .modal-fullscreen-lg .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-lg .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg .modal-body {
            overflow-y: auto;
        }
}

.modal-fullscreen-xl {
    padding: 0 !important;
}

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

.tour-focused {
    z-index: 9999 !important;
    background-color: white;
    display: inline-block;
    position: relative;
}

.gap-1 {
    gap: .25rem !important;
}

.gap-2 {
    gap: .5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    column-gap: 3rem !important;
    row-gap: 1rem !important;
}

.hover-icons .hover-icon {
    visibility: hidden;
}

.hover-icons:hover .hover-icon {
    visibility: visible;
}

@media (hover: none) {
    .hover-icons:hover .hover-icon {
        visibility: visible;
    }
}

label {
    font-weight: 600;
    font-size: smaller;
}

.readmore {
    display: block;
    width: 100%;
    max-height: none;
    height: 50px;
    overflow-y: hidden;
    transition: height .3s
}

.readmore-link {
    color: #576b74;
    font-family: Helvetica Neue LT W01_67 Md Cn,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .8rem;
}

.readmore[aria-expanded=false] {
    overflow-y: hidden;
    position: relative;
}

    .readmore[aria-expanded=false]:after {
        bottom: 0;
        content: "";
        height: 50px;
        left: 0;
        opacity: .9;
        position: absolute;
        width: 100%;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    }

table.no-contact .readmore[aria-expanded=false]:after {
    background-image: linear-gradient(to bottom, rgb(255, 244, 244, 0), rgba(255, 244, 244,1));
}

table.made-contact .readmore[aria-expanded=false]:after {
    background-image: linear-gradient(to bottom, rgba(222,255,222,0), rgba(222,255,222,1));
}

.readmore[aria-expanded=true]:after, table.no-contact .readmore[aria-expanded=true]:after, table.made-contact .readmore[aria-expanded=true]:after {
    content: none;
}
