﻿/* FROM Jeffs global-styles.css */

body,
html {
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 500;
    color: #2b3740;
    text-rendering: optimizelegibility;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #0d3a4e;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #49698a;
            text-decoration: none;
        }

    h1.page-t {
        font-size: 1.8em;
    }

@media (max-width: 576px) {
    h1 {
        font-size: 2em;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 577px) {
    h1 {
        font-size: 2em;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) {
    h1 {
        font-size: 1.6em;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
}

h2 {
    margin: 20px 0;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.7em;
        line-height: 1.4em;
    }
}

@media (min-width: 577px) {
    h2 {
        font-size: 1.5em;
        line-height: 1.3em;
    }
}

@media (min-width: 1025px) {
    h2 {
        font-size: 1.3em;
        line-height: 1.3em;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.75em;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
}

@media (min-width: 577px) {
    h3 {
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    h4 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}

@media (min-width: 577px) {
    h4 {
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 20px;
    }
}

p {
    margin: 0 0 20px;
}

@media (max-width: 576px) {
    p {
        font-size: 1.25em;
        line-height: 1.5em;
    }
}

@media (min-width: 577px) {
    p {
        font-size: 0.8em;
        line-height: 1.75em;
    }
}

@media (min-width: 1025px) {
    p {
        font-size: 0.8em;
    }
}

.h4 {
    font-size: 17px;
    margin: 15px 0 2px 0;
    line-height: 20px;
}

@media (min-width: 577px) {
    #wrap {
        padding: 0;
    }
}

@media (min-width: 1025px) {
    #wrap {
        padding: 0;
    }
}

@media (min-width: 1900px) {
    #wrap {
        padding: 0;
    }
}

#content {
    background: #f1f4f9;
}

/*.container {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1400px;
    }
}*/

ul {
    list-style: none;
    padding: 0;
}

    ul ul {
        margin-bottom: 0;
    }

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after,
    .clearfix:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

a,
a:after,
a:before {
    color: #015c98;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    outline: 0;
}

    a:hover {
        color: #98012e;
        text-decoration: underline;
        transition: all 0.5s ease 0s;
    }

a {
    outline: 0;
}

    a:active,
    a:focus,
    a:hover {
        outline: 0;
    }

.relative {
    position: relative;
}

.align-center a,
.align-center p,
.align-center div,
.align-center ul,
.align-center li {
    text-align: center;
    margin: 0 auto;
}

/* END FROM Jeffs global-styles.css */

#breadcrumbs {
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 0 0 0;
}

.whiteboard {
    background: #fff;
    padding: 35px;
}

@media (min-width: 1025px) {
    #sidebar .grid-pad {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    #page #sidebar,
    #page main {
        width: 100%;
    }
}

#a_breadcrumbs {
    margin-top: 20px;
    margin-bottom: 10px;
}

    #a_breadcrumbs p {
        font-size: 0.8rem;
        margin: 0;
    }

.floating-block {
    background: #f8f9fb;
    height: 100%;
}

    .floating-block .fb-header {
        background: #fff;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        padding: 0 25px;
        color: #2b3740;
    }

    .floating-block .fb-body {
        padding: 25px;
    }

.new-button {
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 15px;
    font-weight: bold;
    border: none;
}

@media (min-width: 768px) {
    .new-button {
        padding: 15px 25px;
        display: table;
    }
}

.new-button.blue {
    background: #065c97;
    color: #fff;
}

.new-button.green {
    background: #078a00;
    color: #fff;
}

.new-button.margin-t {
    margin-top: 15px;
}

.new-button.margin-b {
    margin-bottom: 15px;
}

.new-button.full {
    display: block;
}

.new-button.block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.new-button.large {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 576px) {
    .new-button.large {
        padding: 18px 19px;
        font-size: 1.4em;
    }
}

@media (min-width: 577px) {
    .new-button.large {
        padding: 11px 19px;
        font-size: 1.2em;
    }
}

@media (min-width: 1025px) {
    .new-button.large {
        font-size: 1.25em;
    }
}

#permissionalert h3 {
    margin: 0;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #343434;
    text-rendering: optimizelegibility;
}

#permissionalert p {
    font: 13px/1.2 Arial, sans-serif;
    color: #626262;
    line-height: 20px;
    margin: 0 0 10px;
}

.no-border {
    border: none !important;
}

.no-bottomp {
    padding-bottom: 0 !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* INPUT STYLES */

textarea:focus,
input:focus {
    outline: none;
    border: 1px solid #015c98;
    background: #fff;
}

.q_textfield,
.q_textarea {
    width: 100%;
    background: #fafbfc;
    border: 1px solid #c6d0e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 11px 15px 10px 15px;
    color: #414549;
    height: 36px;
}

    .q_textfield.margin-b {
        margin-bottom: 15px;
    }

    .q_textfield.margin-t {
        margin-top: 15px;
    }

    .q_textfield:hover,
    .q_textarea:hover {
        border: 1px solid #015c98;
        background: #fff;
        -webkit-transition: background 0.3s ease, border 0.3s ease;
        -moz-transition: background 0.3s ease, border 0.3s ease;
        -o-transition: background 0.3s ease, border 0.3s ease;
        transition: background 0.3s ease, border 0.3s ease;
    }

@media (max-width: 576px) {
    #height {
        margin-bottom: 10px;
    }

    .q_size-x {
        display: none;
    }
}

/* CUSTOM RADIO BUTTONS (SELECT DROPDOWN MENUS) */

.q_select-wrap {
    position: relative;
    height: 42px;
}

.q_select-radios {
    width: 100%;
    position: absolute;
    display: inline-block;
    min-height: 42px;
    max-height: 42px;
    cursor: pointer;
    text-align: left;
    background: #fafbfc;
    border: 1px solid #c6d0e0;
    color: #414549;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

    .q_select-radios table,
    .q_select-radios .rcbInputCell,
    .q_select-radios .rcbInput {
        height: 42px !important;
        cursor: pointer !important;
    }

    .q_select-radios:hover {
        color: #015c98;
        border: 1px solid #015c98;
        background: #fff;
        cursor: pointer;
    }

    .q_select-radios .RadComboBoxDropDown {
        border: none;
    }

.q_select-radio {
    min-height: 42px;
    max-height: 42px;
    background: #fafbfc;
    border: 1px solid #c6d0e0;
    border-radius: 4px;
}

    .q_select-radio table,
    .q_select-radio .rcbInputCell,
    .q_select-radio .rcbInput {
        height: 42px !important;
    }

    .q_select-radio:hover {
        border: 1px solid #015c98;
        background: #fff;
    }

    .q_select-radio .RadComboBoxDropDown {
        border: none;
    }

.q_select-radio label:nth-child(2) {
    margin-top: 39px;
    border-top: 1px solid #fff;
}

.q_select-radio input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
}

    .q_select-radio input:checked + label:nth-child(2) {
        margin-top: 0;
        position: relative;
    }

@media screen and (min-width: 813px) {
    .rcbList .rcbItem,
    .rcbList .rcbHovered,
    .rcbReadOnly .rcbInput,
    .rddlItem .rcbItem {
        font-size: 13.333px !important;
    }

    .q_select-wrap {
        height: 39px;
    }

    .q_select-radio {
        min-height: 36px;
        max-height: 36px;
    }

        .q_select-radio table,
        .q_select-radio .rcbInputCell,
        .q_select-radio .rcbInput {
            height: 22px !important;
        }
}

.rcbList .rcbItem,
.rcbList .rcbHovered,
.rcbReadOnly .rcbInput,
.rddlItem .rcbItem {
    border-top: 1px solid #fff;
    display: block;
    padding: 10px 15px 10px 15px !important;
    cursor: pointer;
    position: relative;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.rddlItem .rcbItem {
    margin-left: -25px;
    margin-right: -25px;
}

    .rddlItem .rcbItem .grid-row {
        margin: 0px !important;
    }

.rddlItem:first-child .rcbItem {
    margin-top: -15px;
}

.q_select-radios label:nth-child(2) {
    margin-top: 39px;
    border-top: 1px solid #fff;
}

.q_select-radios input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
}

    .q_select-radios input:checked + label:nth-child(2) {
        margin-top: 0;
        position: relative;
    }

.q_select-radios:after {
    content: "";
    position: absolute;
    right: 0.8em;
    top: 1.1em;
    border: 0.3em solid #414549;
    border-color: #414549 transparent transparent transparent;
    transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
}

.q_select-radios:hover:after {
    border: 0.3em solid #015c98;
    border-color: #015c98 transparent transparent transparent;
}

.rcbList {
    /*border: 1px solid #015c98;*/
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    /*max-height: 15em;*/
}

.q_select-radios-dropdown {
    border: 1px solid #015c98 !important;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
}

.rcbList .rcbItem {
    border-top: 1px solid #fff;
}

.rcbList .rcbHovered,
.rddlItemHovered .rcbItem {
    color: #000;
    background: #015c98;
}

.q_select-radios.expanded input:checked + label {
    color: #015c98;
}

    .q_select-radios.expanded input:checked + label:hover {
        color: #015c98;
        background: #fff;
    }

.q_select-radios.expanded:after {
    transform: rotate(-180deg);
    top: 0.7em;
}

@media (max-width: 768px) {
    .tablet-full {
        width: 100% !important;
    }
}

.note {
    width: 100%;
    background: #f1f4f9;
    color: #72787e;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #cfdcf3;
}

    .note i {
        color: #256ab0;
    }

    .note p {
        margin-bottom: 0;
    }

    .note a {
        text-decoration: underline;
    }

.reorder-note {
    margin-bottom: 30px;
}

@media screen and (min-width: 813px) {
    .rcbList .rcbItem,
    .rcbList .rcbHovered,
    .rcbReadOnly .rcbInput,
    .rddlItem .rcbItem {
        font-size: 13.333px !important;
    }

    .q_select-wrap {
        height: 39px;
    }

    .q_select-radios {
        min-height: 39px;
        max-height: 39px;
    }

        .q_select-radios table,
        .q_select-radios .rcbInputCell,
        .q_select-radios .rcbInput {
            height: 39px !important;
        }
}

/* END CUSTOM RADIO BUTTONS (SELECT DROPDOWN MENUS) */

/* PDF modal */
.pdfmodal {
    margin-top: 0 !important;
    top: 5% !important;
    margin: 0 0 0 -40% !important;
    width: 80% !important;
    height: 80% !important;
    min-height: 80% !important;
}

.pdfmodal-body {
    height: 80% !important;
    min-height: 100% !important;
}

    .pdfmodal-body iframe {
        min-height: 80% !important;
        height: 100% !important;
        width: 100% !important;
    }
/* END PDF modal */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .collapse.in {
        height: auto;
    }

.error-background {
    background-color: #ffd5d5 !important;
}

/* New Login Page */
#log-in-border {
    padding: 20px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 200px;
}

.log-in-page {
    text-align: center;
    padding: 0 !important;
}

    .log-in-page h2 {
        background: #343434 !important;
        color: #ffffff !important;
        font-size: 20px !important;
        line-height: 40px;
    }

    .log-in-page h3 {
        font-size: 24.5px;
        line-height: 40px;
        font-family: "Open Sans Condensed", sans-serif;
        color: #343434;
    }

    .log-in-page:first-child {
        background: #f5f5f5;
    }

        .log-in-page:first-child h2 {
            margin-right: 15px;
        }

    .log-in-page:last-child h2 {
        margin-left: 15px !important;
    }

.split {
    width: 50%;
    float: left;
}

.user-icon {
    margin: 50px 0 20px 0;
}

div.login p {
    color: #626262;
    font-size: 10px;
    width: 60%;
    margin: 0 auto 20px auto;
    line-height: 20px;
}

div.login button,
div.login input[type="button"],
div.log-in-page input[type="button"] {
    margin-bottom: 30px;
    display: initial;
    vertical-align: bottom;
}

div.login span input {
    vertical-align: middle;
}

div.login span label {
    font-size: 12px;
}

div.login input[type="email"],
div.login input[type="password"] {
    margin-bottom: 15px;
}

.forgot-password {
    font-size: 15px;
    text-decoration: underline;
}

.new-account-icon {
    margin: 50px 0 10px 0;
}

.new-account {
    width: 50%;
    margin: 0 auto 30px auto;
    font-size: 12px;
    line-height: inherit !important;
}

.points p {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    -moz-text-decoration-color: #0da241;
    text-decoration-color: #0da241;
    -webkit-text-decoration-color: #0da241;
    line-height: inherit !important;
}

a.create-account {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .split {
        width: 100%;
    }

    div.login p,
    .new-account {
        width: 90%;
    }
}

.button-space {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 400px) {
    .button-space .btn-group,
    .button-space .btn {
        width: 100%;
    }
    .button-space .btn-group {
        margin: 0;
    }
    .button-space .btn-group:last-child {
        margin-top: 1rem;
    }
}