﻿

@media print {
    .userReceipt .jumbotron-header {
        content: ' ';
        display: block;
        position: relative;
        float: left;
        height: 50px;
    }

        .userReceipt .jumbotron-header .logo,
        .userReceipt .jumbotron-header .content {
            display: none;
        }

    .userReceipt .payments-navbar {
        display: none;
    }

    .userReceipt .submissionActions {
        display: none;
    }

    .payments-navbar {
        display: none;
    }

    .fairfaxlogo, #logo {
        display: none;
    }

    .app_buttonContainer {
        display: none !important;
    }

    .paymentresult_box {
        width: 100% !important;
    }

    body > #content:before {
        content: url(/Content/logo_print.png);
        display: block;
        width: 100%;
        text-align: center;
        height: 80px;
    }
}

@media screen and (min-width: 1100px) {
    .jumbotron-header .navbar-nav {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
hr {
    margin-top: 35px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    clear: both;
}

.jumbotron-header {
    height: 100px;
    display: block;
    position: relative;
    padding-top: 30px;
    background-color: #091f2f;
}



.navbar-inverse .jumbotron-header {
    display: block;
    position: relative;
}

.container .jumbotron-header,
.container-fluid .jumbotron-header {
    padding-right: 0px;
    padding-left: 0px;
    /*   border-radius: 6px; */
}

/*.jumbotron-header .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    height: 80px;
    background-color: #091f2f;
}*/

.navbar-inverse .jumbotron-header .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .jumbotron-header .container {
        padding-bottom: 0px;
        /* font-size: 14px; */
        max-width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .jumbotron-header .navbar-nav {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .jumbotron-header li.dropdown {
/*        width: 14%;*/
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .jumbotron-header .fe-row-content {
        height: auto !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 992px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
    }

    .jumbotron-header .fe-row-content-content {
        left: 0;
        margin: 0;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
        width: 100%;
    }

    .jumbotron-header h4,
    .jumbotron-header .h4 {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        padding-top: 10px;
    }
}

@media (min-width: 1100px) .navbar-inverse .jumbotron-header .navbar-nav > li > a:hover > .menuanimation:not(.fa-home) {
    font-size: 17.5px;
    border-bottom: 1px solid #d13636;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(209, 54, 54);
    padding-bottom: 4px;
}

.hidden {
    visibility: hidden !important;
}

.paymentresult_box {
    float: left;
    display: block;
    width: 48%;
    border: 1px solid gray;
    margin: 8px;
    font-size: .8em;
    padding-bottom: 8px;
}

    .paymentresult_box .editor-label {
        padding-bottom: 0px;
    }

    .paymentresult_box .title {
        font-weight: bold;
        /* padding-left: 8px; */
        width: -webkit-fill-available;
        border-bottom: 1px solid #091f2f;
        /* padding: 8px; */
        margin-left: 8px;
        MARGIN-right: 8px;
        color: #3583c3;
        font-size: 1.2em;
        padding: 8px 0;
    }

    .paymentresult_box .indent {
        padding: 8px;
    }

    .paymentresult_box .row {
        width: 100%;
    }


.paymentresult_details div {
    clear: both;
    float: left;
}

.paymentresult_details span {
    clear: both;
    float: left;
}

    .paymentresult_details span label {
        margin-bottom: 0px;
    }

@media screen and (max-width: 992px) {
    .paymentresult_box {
        width: 98%;
    }
}

#paymentPageACHWarning {
    background-color: #d13636;
    padding: 15px;
    color: #FFF;
    margin: 15px;
    max-height: 420px;
    overflow: hidden;
    /*

    width: fit-content;
    padding-right: 18px;
    margin-left: auto;
    margin-right: auto;
    */
    width: fit-content;
    padding-right: 18px;
    margin-left: auto;
    margin-right: auto;
}

    #paymentPageACHWarning h2 {
        border-bottom: none;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 16px;
        margin-top: 10px;
        padding-bottom: 0;
    }

        #paymentPageACHWarning h2 .underline {
            border-bottom: 4px solid;
            padding-bottom: 8px;
            display: inline-flex;
        }


    #paymentPageACHWarning p {
        margin-top: 10px;
    }


.payments-navbar {
    margin-top: 110px;
}

    .payments-navbar .navbar-nav > li > .dropdown-menu {
        /*float: left;
            right: unset;*/
    }

    .payments-navbar .dropdown-menu > li > a {
        color: #091f2f;
    }

        .payments-navbar .dropdown-menu > li > a:hover, .payments-navbar .dropdown-menu > li > a:focus {
            color: #FFF;
            text-decoration: none;
            background-color: #1978c9;
            padding-left: 5px;
            margin-left: 0px !important;
            width: auto;
        }

    .payments-navbar .navbar-header {
        float: left;
        margin-left: 0px;
    }

    .payments-navbar .navbar-right {
        float: right;
        width: unset;
    }

    .payments-navbar .navbar-nav > li {
        display: inline-block;
    }

    .payments-navbar .navbar-brand {
        padding-left: 0px;
        color: #4080b9
    }

.payment-note {
    clear: both;
    display: block;
    font-weight: normal;
}

    .payment-note.center {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: unset;
    }

.pad-0 {
    padding-left: 17px;
}

.pad-1 {
    padding-left: 27px;
}

label.radioubutton {
    padding-right: 12px;
    font-weight: 500;
}

    label.radioubutton input {
        margin-right: 4px;
    }

.text-danger {
    color: #a94442!important;
}

@media (max-width: 992px) {
    .bodycontent {
        margin-left: 8px;
        margin-right: 8px;
    }

    .payments-navbar {
        padding-left: 0px;
        width: auto;
    }

        .payments-navbar .navbar-right {
            float: right;
        }
}

body.blindpayment .field {
    margin-bottom: 8px !important;
}

/* Set 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*height: 28px;*/
    max-width: 280px;
    padding-left: 5px;
}

    input[type="radio"] {
        margin: 4px;
    }

.editor-field input,
.editor-field select,
.editor-field textarea {
    max-width: 100%;
    float: left;
}
/*#ddlDepartment {
    max-width: 77%;
}*/

.datebox .editor-field input {
    margin-right: -25px !important;
}

@media screen and (max-width: 768px) {
    input, select, textarea {
        max-width: unset !important;
    }
}

select {
    margin-top: 5px;
}

.margintop5 {
    margin-top: 5px !important;
}


.app_description {
    padding: 16px 0;
}

.app_label {
    color: #000;
    clear: both;
    font-weight: 700;
}

.app_label_padding {
    padding: 14px;
}

.app_value {
    padding-bottom: 8px;
    color: #000;
    clear: both;
}


.app_label.required:after {
    content: '*';
    color: red;
    display: inline-block;
    padding-left: 8px;
}

.app_buttonContainer {
    width: 100%;
    display: block;
    clear: both;
    padding: 16px 0;
    text-align: right;
}

.app_paymentSuccess {
    padding: 16px 0;
    color: #000;
    clear: both;
    font-weight: 700;
}

#LoadingData {
    float: left;
    padding-left: 16px;
    padding-bottom: 10px;
}

#search_byuser {
    width: 400px;
    max-width: 400px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

    .row {
    /*display: block;*/
    position: relative;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    padding-top: 4px;
    }

    .row.indent {
        margin-left: 35px;
        padding-bottom: 8px;
    }

.nomargin {
    margin: .2em 0 0 0 !important;
}

.column {
  /*  float: left;
    min-width: 20%;*/
   
}
#logoutForm {
    margin-top: 0px !important;
}
.columnnopad {
    float: left;
    min-width: 30%;
}

.fullWidth {
    padding-left: 0 !important;
}

    .fullWidth input {
        width: 98% !important;
    }

.noMinWidth {
    min-width: 0;
}

.condensedlayout {
    width: 90% !important;
}

.width-auto {
    width: auto;
}

.width10 {
    min-width: 9%;
    width: 9%;
}

.width15 {
    min-width: 14%;
    width: 14%;
}

.width20 {
    min-width: 19%;
    width: 19%;
}

.width30 {
    min-width: 29%;
    width: 29%;
}

.width33 {
    min-width: 33%;
    width: 33%;
}

.width40 {
    min-width: 39%;
    width: 39%;
}

.width50 {
    width: 49%;
}

.width60 {
    width: 59%;
}

.width66 {
    min-width: 66%;
    width: 66%;
}

.width70 {
    width: 69%;
}

.width80 {
    width: 79%;
}

.width90 {
    min-width: 89%;
    width: 89%;
}

.width25 {
    min-width: 24%;
    width: 24%;
}

.width75 {
    min-width: 74%;
    width: 74%;
}


.width100 {
    min-width: 100%;
    width: 100%;
}

.maxwidth-670 {
    max-width: 670px !important;
    width: 100%;
}

.display-inline {
    display: inline-block;
}

    .display-inline input {
        display: inline-block !important;
    }

.right {
    float: right !important;
}

.center {
    float: left;
    text-align: center;
}

.width10.left {
    text-align: left;
    width: 9%;
}

.width15.left {
    text-align: left;
    width: 14%;
}

.width50.left {
    width: 48%;
    margin-right: 1%;
}

.width50.right {
    width: 48%;
    padding-left: 1%;
}


.centerTable {
    margin-left: auto;
    margin-right: auto;
}

.duplicatePaymentWarning {
    color: red;
    font-weight: 700;
    padding-bottom: 24px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-address {
    margin: 1em 0 0 0;
    vertical-align: top;
    font-size: .9em;
}

.checkbox-hack {
    vertical-align: bottom;
    margin-top:.25rem;
    margin-bottom: 0;
}

.display-label,
.editor-label {
    /*margin: 1em 0 0 0;*/
    font-weight: bold;
    /*added for billing label valigning in middle*/
    vertical-align: top;
}

.reportfilters .display-label,
.reportfilters .editor-label {
    padding-top: 4px;
}

.editor-label label {
    margin-bottom: 0;
}
.editor-field select {
    margin-top: 0px; /*fixed in /checkout/PaymentPlans*/
}
    .display-field, .editor-field {
        margin: 0.1em 0 0 0;
        padding-left: 4px;
    }

.form-control, .custom-select {
    height: unset !important;
    font-size: unset;
}

.modal-content .display-row {
    clear: both;
}



.display-label .field-validation-error,
.editor-label .field-validation-error {
    font-weight: normal !important;
}


.modal-content .display-label,
.modal-content .display-field {
    float: left;
    min-width: 350px;
}

.modal-content .display-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    text-align: right;
    line-height: 40px;
}

#spanCustomSearchParams {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
    line-height: 40px;
    display: block;
    font-style: italic;
}

.modal-footer {
    clear: both;
}

.inline {
    float: left;
    padding-left: 8px;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/*-------------------------------------------*/


table #paymentReport {
    width: 100%;
}

.buttonRight {
    float: right;
    display: inline-block;
    margin-left: 8px;
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    padding: 6px;
}

.ui-datepicker-trigger {
    cursor: pointer;
    background-color: #d1d4de;
    margin-top: 9px;
    border-bottom: 1px solid #9a9ca4;
}

fieldset {
    padding: 16px;
    border: 1px solid #091f2f;
    margin-bottom: 16px;
    overflow: auto;
}


legend {
    padding: 6px;
    margin-bottom: -16px;
    width: auto;
    border: none;
    margin-bottom: 0px;
}

.form-control {
    margin-bottom: 16px;
}


.fullwidth {
    width: 100%;
    max-width: unset;
}




.form-horizontal .form-group {
    margin-left: 8px;
    margin-right: 8px;
}

h4 {
    font-size: 110%;
    margin: 15px 0 0 0;
    padding: 0;
}

h5 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: bold;
}

h6 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-indent: 1.5em;
}

h1.subject {
    border: 4px solid #ECF4F8;
    margin: 0 0 14px 0;
    background-color: #ECF4F8;
    width: 97%;
}

.floatright {
    float: right !important;
}

.floatrightmargin {
    float: right !important;
    margin-left: 5px;
    margin-right: 5px;
}

.invisibutton {
    background: transparent;
    border: none !important;
    font-size: 0;
    background-color: white !important;
    margin-left: 5px;
    margin-right: 5px;
    cursor: not-allowed;
    color: white !important;
    pointer-events: none;
}

.floatleft {
    float: left;
}

/*input {
    border: 1px solid #ccc;
}
*/

    /*input#PaymentStatus:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']),
    textarea, select, input#SearchCardType:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']),
    textarea, select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;*/
        /* border: 1px solid #ccc;*/
        /*border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
        /*margin-bottom: 8px;*/
    /*}*/

input:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']),
textarea, select, .form-control, .custom-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*margin-bottom: 8px;*/
}

/*span.e-input-group.e-control-wrapper.e-valid-input.e-ddl.e-lib.e-keyboard {
    margin-top: 7px;
    width: 82%;
}

select#SearchCardType {
    margin-top: 9px;
}

span.e-input-group.e-control-wrapper.e-ddl.e-lib.e-keyboard {
    margin-top: 5px;
}
*/

.no-edit {
    background-color: #ccc !important;
}

.modal-warning{
    background-color: #fff !important;
    /*padding-right: 5px !important;
    border: 1px solid !important;
    padding-left: 5px !important;*/
    border-top:1px solid;
    border-left:1px solid;
    border-right:1px solid;
    border-bottom:1px solid;
    margin:7px !important;
}

.ui-button.ui-corner-all.ui-widget{
    float:right !important;
    /*padding:2px 2px !important;
    border: 1px solid !important;*/
    margin:7px !important;
}

.ui-dialog-title {
    font-weight: bold !important;
    padding-bottom: 10px !important;
}

.ui-dialog-buttonpane{
    height:50px;
    border-bottom:1px solid !important;
}

select option {
    padding: 8px;
}

textarea {
    height: auto;
}

.cke_editable .standardform input,
.cke_editable .standardform textarea,
.cke_editable .standardform select {
    width: initial !important;
}

select {
    height: auto;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button {
    cursor: pointer;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    background-color: #1978c9;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    width: auto;
    display: block !important;
    border: 0;
    padding: 8px;
    height: auto;
    max-width: unset;
    min-width:80px;
}



    input[type='button'][disabled],
    input[type='submit'][disabled],
    input[type='reset'][disabled] {
        background-color: #CCC !important;
    }


    input [type='button']:hover, input[type='submit']:hover {
        color: #FFF;
        background-color: #1664a6;
    }

input[type='reset'] {
    color: #000;
    background-color: #f0f0f0;
}

    input[type='reset']:hover {
        color: #000;
        background-color: #e5e5e5;
    }

.inline-inputs input[type='button'] {
    margin-top: 4px;
}


/* overide for wysiwyg area */
.cke_editable .standardform input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable .standardform textarea,
.cke_editable .standardform select {
    width: auto !important;
}

.cke_editable input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable textarea,
.cke_editable select {
    width: 97% !important;
}



/* overide for dropdown list */
.cke_panel_list > li > a > span.img-floatright,
.cke_panel_list > li > a > span.img-center,
.cke_panel_list > li > a > span.img-50percent-right,
.cke_panel_list > li > a > span.img-50percent-left {
    float: left;
    width: auto;
}

.cke_panel_list .img-50percent {
    width: 100%;
}

.cke_panel_list h6 {
    text-indent: 0px;
}

.cke_widget_image {
    padding: 8px;
}

td, th {
    padding: 6px;
}

.custom-formrow {
    float: left;
    display: block;
    width: 100%;
}

    .custom-formrow div {
        float: left;
        display: block;
        padding: 4px;
    }

    .custom-formrow .field--widget-string-textfield,
    .custom-formrow .field--widget-boolean-checkbox {
        float: left;
        display: block;
    }

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.blockquote {
    text-align: center;
    display: block;
    padding: 16px;
    margin: 16px;
    position: relative;
    float: left;
}

/* CSS Document */

body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-top: 0px;
    font-weight: 500;
    padding-right: 0 !important;
}

/* MS Edge Overrides */
@supports (-ms-ime-align:auto) {
    body {
        font-weight: 500;
    }

    .widget-contentsectionwithlinks h2, .department-detail-rightcolumn h2, .sidenavigation h2 {
        font-weight: 500;
    }
}

/* override jquery default */
.ui-widget-content a {
    color: #337ab7 !important;
}

h1 {
    font-size: 36px;
}

h2, .content h1 {
    font-size: 28px;
}




#printlogo {
    visibility: collapse;
    display: none;
}



blockquote {
    font-size: 120%;
    font-style: italic;
}



.footer {
    float: left;
    border-top: 0;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
}

/* block implementation */

.content_top {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0 24px 0;
}

.content_left {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 8px 0 24px 0;
}

.content_right {
    display: block;
    position: relative;
    float: right;
    overflow: hidden;
    padding: 8px 0 24px 8px;
}

.content_bottom {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0 24px 0;
}

.pagebodycontent,
.content_left .content,
.content_right .content {
    clear: both;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.user-logged-in .content_left .content,
.user-logged-in .content_right .content {
    /* required to show quickedit context menu in the case that there is only one line of text */
    min-height: 100px;
}

.contentwidth_25 {
    width: 25%;
}

.contentwidth_33 {
    width: 33%;
}

.contentwidth_50 {
    width: 50%;
}

.contentwidth_67 {
    width: 67%;
}

.contentwidth_75 {
    width: 75%;
}

.contentwidth_100 {
    width: 100%;
}

.block-title {
    padding-left: 0;
}

.block-block-content .field {
    padding-left: 3px;
}


@media (max-width: 992px) {
    .content_left,
    .content_right {
        width: 100%;
        clear: both;
    }
}


/* end:block implementation */

/* generic */
.path-node .right-text {
    text-align: right;
    */
}

/* end:generic */

/* Hide Quick Edit button for ShareThis */
#block-sharethis button.trigger,
.sharethis-block-configure {
    display: none;
}

.page-sharethis {
    float: right;
    padding: 8px;
}

/* Bootstrap mod for 5 columns */
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* hide the title on full width pages */
.ffx_fullwidth .page-title {
    /* visibility:hidden; */
    /* display:none; */
}

.ffx_fullwidth .container-fluid, .ffx_fullwidth .container-fluid > .row > .col-md-12,
.ffx_fullwidth .container-fluid > .row > .col-md-12 > .department-detail-rightcolumn > .row > .col-sm-12 {
    padding: 0 0;
}

.ffx_fullwidth .department-detail-rightcolumn, .ffx_fullwidth .widget,
.ffx_fullwidth .jumbotron-featured {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 28px;
}

/* /Bootstrap mod for 5 columns */

.titleoverlay.dark {
    color: #091f2f;
}

.titleoverlay.light {
    color: #fff;
}

.main-container {
    padding-top: 100px !important;
}

.paragraph > section {
    padding-left: 0px;
    padding-right: 0px;
}

.homepage.main-container {
    width: 100%;
}

h3,
.h3 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 500;
}

.label {
    color: #000;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* Site Settings */
.settinglink {
    cursor: pointer;
}

    .settinglink a {
        background-color: inherit !important;
        /* text-decoration: none!important; */
        color: inherit !important;
        padding: inherit !important;
        margin: inherit !important;
    }
/* Site Settings */
/* Orange Tabs */

.orange-tabs {
    margin-top: 18px;
    margin-left: 0px;
    /* margin-bottom: 5px; */
    background-color: #d13636 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 120%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block !important;
}


.faarrowafter:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    position: absolute;
    content: "\f061";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    /* line-height: 1; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.widget {
    /* padding:1em; */
    margin-top: 1em;
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.homepage .widget {
    margin-top: 0;
}



.widget-contentsectionwithlinks {
    padding: 16px 16px 26px 16px !important;
    /* max-height: 450px; */
    line-height: 1.5em;
}

    .widget-contentsectionwithlinks .row {
        background-color: inherit;
        display: flex !important;
        /* display: block; */
        /* position: relative; */
        /* float: left; */
    }

        .widget-contentsectionwithlinks .row div {
            background-color: inherit;
        }

    .widget-contentsectionwithlinks .contentcolumn {
        max-height: 388px;
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: 380px;
        min-height: 48px;
    }


    .widget-contentsectionwithlinks .twocolumn.contentcolumn {
        display: block;
    }

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext ul {
        display: block;
        float: left;
        clear: both;
    }

    .widget-contentsectionwithlinks .contentcolumn .withbutton .contentcolumntext {
        /* margin-bottom:75px; */
        /* float:left; */
        /* margin-bottom:55px; */
        margin-bottom: 16px;
        display: block;
        position: relative;
        float: left;
    }

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext {
        max-height: 315px;
        /* overflow-y: hidden; */
    }

    .widget-contentsectionwithlinks.nomaxheight .contentcolumn .contentcolumntext {
        max-height: inherit;
    }

    .widget-contentsectionwithlinks .contentcolumn .orange-tabs:before {
        content: '';
        height: 10px;
        position: absolute;
        background-color: green;
        top: -10px;
        left: 0;
        width: 100%;
    }

    .widget-contentsectionwithlinks .contentcolumn .orange-tabs {
        padding-top: 10px;
        bottom: 0;
        margin-top: 12px;
        /* position: absolute; */
        position: relative;
        font-size: 120%;
    }


.orange-tabs a {
    display: block;
}

.orange-tabs i.fa-arrow-right {
    display: none;
    visibility: collapse;
}

.orange-tabs a:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    position: absolute;
    content: "\f061";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


.widget-contentsectionwithlinks .contentcolumn .contentcolumnbutton {
    bottom: 0;
    width: 100%;
    position: relative;
    float: left;
}

    .widget-contentsectionwithlinks .contentcolumn .contentcolumnbutton a {
        position: relative;
    }

.widget-contentsectionwithlinks .contentcolumn .twocolumn .contentcolumnbutton {
    left: 50%;
    width: 50%;
    /* width: 50%; 11/29/2017 */
}

.threecolumn > .contentcolumnbutton {
    width: 33% !important;
    right: 0;
}

.fourcolumn > .contentcolumnbutton {
    width: 25% !important;
    right: 0;
}



.widget-contentsectionwithlinks .contentcolumn h1,
.widget-contentsectionwithlinks .contentcolumn h2,
.widget-contentsectionwithlinks .contentcolumn h3,
.widget-contentsectionwithlinks .contentcolumn h4,
.widget-contentsectionwithlinks .contentcolumn h5 {
    /* font-size:14px; */
    font-weight: 500;
    display: inline;
}

.widget-contentsectionwithlinks .backgroundimagebox {
    background-size: cover;
    width: 100%;
    /* height: 255px; */
    float: left;
    display: block;
    position: relative;
    clear: none;
    min-height: 200px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 100%;
}

@media (max-width: 992px) {
    .widget-contentsectionwithlinks .contentcolumn, .widget-contentsectionwithlinks {
        max-height: none;
    }

        .widget-contentsectionwithlinks .contentcolumn {
            width: 100%;
        }

        .widget-contentsectionwithlinks .backgroundimagebox {
            float: none;
            height: 200px;
            min-height: 200px;
        }

        .widget-contentsectionwithlinks .col-md-6.imagecolumn {
            padding: 0;
            margin: 0;
            width: 0;
            display: none;
        }
}

.widget *::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
    z-index: 100;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.3);
}

.widget *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    cursor: pointer;
}

.widget *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    cursor: pointer;
}



.widget-contentsectionwithlinks h2 {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 1.5em;
    font-weight: 600;
}

.widget-contentsectionwithlinks h3 {
    margin-top: 15px;
    margin-bottom: -7px;
    display: block !important;
}

.columns_1 {
    width: 99.5% !important;
}

.columns_2 {
    width: 49.3% !important;
}

.columns_3 {
    width: 33% !important;
}

.columns_4 {
    width: 24.5% !important;
}

.widget-contentsectionwithlinks .twocolumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.widget-contentsectionwithlinks .threecolumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.widget-contentsectionwithlinks .fourcolumn {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}


    .widget-contentsectionwithlinks .twocolumn .contentcolumnbutton,
    .widget-contentsectionwithlinks .threecolumn .contentcolumnbutton,
    .widget-contentsectionwithlinks .fourcolumn .contentcolumnbutton {
        position: absolute;
    }

@media screen and (max-width: 771px) {

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext {
        max-height: none;
    }

    .widget-contentsectionwithlinks .twocolumn,
    .widget-contentsectionwithlinks .threecolumn,
    .widget-contentsectionwithlinks .fourcolumn {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        max-height: none;
    }
}

.orange-tabs a, .orange-tabs .fa, .orange-tabs .fas, .orange-tabs .far, .orange-tabs a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.orange-tabs .fa, .orange-tabs .fas {
    font-size: 14px;
    color: #FFF !important;
}

.orange-tabs:hover {
    background-color: #fd1102 !important;
    text-decoration: none;
    cursor: pointer;
}

/* /Orange Tabs */
@media screen and (min-width: 992px) {
    .spacer {
        display: block;
        height: 200px;
    }
}



button.accordion, div.accordion {
    background-color: #fff;
    color: #1978c9;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    text-transform: uppercase;
}

    button.accordion.active, button.accordion:hover, div.accordion.active, div.accordion:hover {
        background-color: #fff;
    }

    button.accordion:after, div.accordion:after {
        content: '\002B';
        color: red;
        font-size: 36px;
        float: right;
        margin-left: 5px;
        margin-top: -15px;
        margin-right: 20px;
    }

    button.accordion.active:after, div.accordion.active:after {
        content: "\000D7";
    }

/*
* from original css but may no longer be necessary. This would affect tabbed groups if it were enabled
div.panel {
padding: 0px 18px;
padding-top: 10px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
	text-align: left;
}
*/

/* Header Area */

.jumbotron-header.preview-mode {
    margin-top: 65px;
}

.jumbotron-header {
    background-color: #091f2f;
    background-color: rgba(9,31,47,1.00);
    /* padding-bottom: 8px; */
    margin-bottom: 0px;
    color: #000000;
    line-height: 30px;
    position: fixed;
    width: 100%;
    z-index: 500;
    height: 100px;
    display: block;
    float: left;
    width: 100%;
    min-width: 350px;
    top: 0;
    padding-top: 0;
}

    .jumbotron-header h1,
    .jumbotron-header .h1 {
        font-size: 52px;
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .jumbotron-header p,
    .jumbotron-header p {
        font-size: 12px;
    }

.container .jumbotron-header,
.container-fluid .jumbotron-header {
    padding-right: 0px;
    padding-left: 0px;
    /*   border-radius: 6px; */
}

.jumbotron-header .container {
    width: 100%;
    max-width: 100%;
    padding-top: 31px;
    /* height: 90px; */
    height: 100px;
    background-color: #091f2f;
}



.navbar.navbar-expand-lg.bg-light {
    background-color: #fff!important;
}

.navbar-inverse .navbar-brand {
    color: #A6ACB0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #1978C9;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
font-size: 1.1em;
text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}

.navbar-inverse .navbar-toggle {
border-color: #d13636;
background-color: #d13636;
border-radius: 0;
margin-right: -2px;
margin-top: -20px;
margin-bottom: 0px;
height: 100px;
width: 60px;
float: left;
padding-top: 0;
padding-top: 20px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #d13636;
}

.navbar-inverse .navbar-toggle span {
    width: 36px;
    color: #FFF;
    font-size: 12px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
}


.navbar-inverse .navbar-toggle .icon-x,
.navbar-inverse .navbar-toggle .icon-bars {
    height: 22px;
    display: block;
}

.navbar-inverse .navbar-toggle .icon-x {
    float: right;
    background-image: url(images/icon-menu-x.png);
    background-attachment: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: none;
}


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
width: 100%;
padding-left: 0px;
padding-right: 0px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #FFF;
background-color: #091f2f;
}

.navbar-inverse .navbar-nav > .open > a:focus span.underline {
    border-bottom: 1px solid #d13636;
    padding-bottom: 4px;
}

.navbar-inverse .navbar-nav .minor,
.navbar-inverse .navbar-nav .closeLink:after {
    color: #a6acb0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #337ab7;
    padding: 15px;
}


    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #eee;
        color: #337ab7;
    }

    .navbar-light .navbar-nav .nav-link[aria-expanded="true"] {
        background-color: #3e7db4;
        color: #FFF;
    }

@media screen and (max-width: 1100px) {
    .jumbotron-header .container {
            padding-bottom: 0px;
            /* font-size: 14px; */
            max-width: 100%;
        }
    }

    @media screen and (min-width: 1100px) {
        .jumbotron-header .navbar-nav {
            display: flex;
            /*    justify-content: space-around;*/
            height: 20px;
            padding-left: 0;
            padding-top: 0px;
        }

        .navbar-nav > li {
        }


        .jumbotron-header li.dropdown:first-child {
            flex: 0 0 100%;
            width: 0;
        }

        .jumbotron-header li.dropdown {
            text-align: center;
            display: flex;
            flex: 0 0 25%;
            display: flex;
            align-items: center;
        }
    }

    @media screen and (max-width: 1200px) {
        .fe-row-content {
            height: auto !important;
            max-height: none !important;
        }
    }

    @media screen and (max-width: 992px) {
        .jumbotron-header .container {
            padding-top: 20px;
            padding-bottom: 0px;
            /* font-size: 14px; */
        }

        .fe-row-content-content {
            left: 0;
            margin: 0;
            min-width: auto;
        }
    }

    @media screen and (max-width: 768px) {
        .container {
            max-width: unset;
        }

        .jumbotron-header .container {
            padding-top: 20px;
            padding-bottom: 0px;
            /* font-size: 14px; */
            width: 100%;
        }

        .jumbotron-header h4,
        .jumbotron-header .h4 {
            font-size: 16px;
            font-weight: 500;
            color: #000000;
            padding-top: 10px;
        }
    }

    .navbar {
    border: 0;
    padding:0;
}

.navbar-nav {
    float: right;
}



.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #1978c9;
        background-color: transparent;
    }

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #d13636;
    background-color: #d13636;
    border-radius: 0;
    margin-right: -2px;
    margin-top: -20px;
    margin-bottom: 0px;
    height: 100px;
    width: 60px;
    float: left;
    padding-top: 0;
    padding-top: 20px;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #d13636;
    }

    .navbar-inverse .navbar-toggle span {
        width: 36px;
        color: #FFF;
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 4px;
    }


    .navbar-inverse .navbar-toggle .icon-x,
    .navbar-inverse .navbar-toggle .icon-bars {
        height: 22px;
        display: block;
    }

    .navbar-inverse .navbar-toggle .icon-x {
        float: right;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/icon-menu-x.png);
        background-attachment: cover;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        display: none;
    }


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #091f2f;
}

    .navbar-inverse .navbar-nav > .open > a:focus span.underline {
        border-bottom: 1px solid #d13636;
        padding-bottom: 4px;
    }

.navbar-inverse .navbar-nav .minor,
.navbar-inverse .navbar-nav .closeLink:after {
    color: #a6acb0 !important;
}

@media (max-width: 510px) {
    .navbar-inverse {
        position: relative;
    }

    .logo {
        /* position:relative!important;		 */
    }
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

@media (max-width: 992px) {
    .navbar-nav, .nav-item.dropdown {
        text-align:center;
        width: 100%;
    }
}


.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.home-position {
    padding-top: 20px;
}

.dropdown-menu{
    background-color: #ffffff;
    border-radius: 0px;
    text-decoration: none;
}

.main-nav {
    background-color: #cccccc;
    border-radius: 0px;
    text-decoration: none;
    background: rgb(239 239 239 / 95%);
    border-color: #3e7db4;
}

.dropdown-menu.main-nav {
    top: 49px;
    margin-top: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #337ab7;
}

    .dropdown-menu > li > a {
        display: block;
        margin-left: 5px !important;
        padding-left: 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #FFF;
            text-decoration: none;
            background-color: #1978c9;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1978c9;
        outline: 0;
    }

.sidenavigation .dropdown-menu > li > a:hover,
.sidenavigation .dropdown-menu > li > a:focus {
    color: #5aabf4 !important;
}


.jumbotron-header .navbar-nav > li > .dropdown-menu {
    margin-top: 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-bottom: 25px;
}


/* /header Area */



/* Header/Navigation Area */


.logo {
    text-align: center;
    /* 	padding-top: 25px;
padding-left: 0px; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 255px;
    position: absolute;
    top: 24px;
    z-index: 9999;
}

.search {
    text-align: right;
    padding-top: 15px;
    padding-right: 25px;
    /* height:80px; */
}

/*  @media screen and (max-width: 768px) {
        .navbar-collapse {
            padding-right: -23px;
            padding-left: 70px;
        }
    }*/

/* To be used for making search icon ipod friendly for using touchstart event */
/* @media screen and (max-width: 1100px) { */
/* .search { */
/* background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/searchglass_mobile.png); */
/* background-repeat: no-repeat; */
/* background-position: right; */
/* background-position-x: 0; */
/* background-position-y: 80%; */
/* height: 50px; */
/* width: 50px; */
/* float: right; */
/* cursor:pointer; */
/* touch-action: manipulation; */
/* } */
/* } */


div.fairfaxlogo {
    /*padding-top: 10px;*/
    position: relative;
}

    div.fairfaxlogo img {
        zoom: 75%;
    }

@media screen and (min-width: 1101px) and (max-width: 1200px) {


        div.fairfaxlogo img {
            zoom: 60%;
        }
}

@media screen and (min-width: 1101px) {
    .logo {
        display: none;
    }

    .search {
        display: none;
    }
}



@media screen and (max-width: 600px) {
    div.logo img {
        min-width: 38%;
        width: 100%;
        position: absolute !important;
        max-width: 79%;
        left: 13%;
        top: 8px;
    }
}

li.fairfaxlogo {
/*    width: 18%;*/
}



.mega-dropdown-menu .level3 {
    padding-left: 0px;
}

    .mega-dropdown-menu .level3 a {
        display: inline-block;
        float: left;
        max-width: 260px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 5px !important;
        font-size: 13px;
    }

    .mega-dropdown-menu .level3 .icon-white {
        margin-top: -3px;
        position: relative;
        float: left;
    }

.mega-dropdown-menu .dropdown-menu > li > a:hover,
.mega-dropdown-menu .dropdown-menu > li > a:focus {
    text-decoration: underline !important;
}


.dropdown.mega-dropdown a {
    /* white-space:nowrap; */
    /* to allow wrapping of long menu items */
    /* white-space:pre-wrap; */
    padding-left: 0;
    padding-right: 0;
}

.dropdown.mega-dropdown.icon {
    width: 7%;
}

    .dropdown.mega-dropdown.icon i {
        font-size: 1.6em;
    }

.siteSettingsItem .fa-cog {
    float: right;
    padding-right: 30%;
}

@media screen and (max-width: 1100px) {
    .fairfaxlogo {
        display: none;
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .fairfaxlogotop {
        display: none;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 769px) {
    .fairfaxlogotop {
        display: none;
        margin-bottom: 15px;
    }
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding-left: 0px;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .cog {
        display: none;
    }
}


.facog {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 18px;
}

.departmentsearch .col-md-12 {
    padding-left: 0px;
}

.departmentsearch .searchrow {
    margin-right: 0;
}

    .departmentsearch .searchrow table tr:hover {
        background-color: initial;
    }

.departmentsearch .gsc-input-box,
.departmentsearch .gsc-input-box input,
.departmentsearch .gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: #eeeeee !important;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #999 !important;
    border: 0 !important;
    padding-top: 5px;
    padding-bottom: 12px;
    font-size: 16px !important;
    box-shadow: none !important;
    padding-left: 9px;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 0 !important;
}


.departmentsearch .gsc-input-box-hover,
.departmentsearch .gsc-input-box-hover tr,
.departmentsearch .gsc-input-box-hover td,
.departmentsearch .gsc-input-box-hover table,
.departmentsearch .gsc-input-box-hover tbody,
.departmentsearch .gsc-input-box-hover input {
    background-color: #eeeeee !important;
}

.sidenavigation .searchtextbox::placeholder {
    color: #c2c2c2;
}

.gsc-input-box input::placeholder,
.gsc-input-box button::placeholder {
    color: #c2c2c2;
}

.departmentsearch input.gsc-search-button, .departmentsearch input.gsc-search-button:hover, .departmentsearch input.gsc-search-button:focus,
.departmentsearch button.gsc-search-button, .departmentsearch button.gsc-search-button:hover, .departmentsearch button.gsc-search-button:focus {
    border-color: #666666;
    background-color: #990000;
    background-image: none;
    filter: none;
    height: 51px !important;
    position: relative;
    padding: 14px !important;
    width: 51px !important;
}

table.gsc-search-box td {
    /* vertical-align: bottom!important; */
    padding: 0px;
}

.departmentsearch .container {
    min-height: 100px;
}


input.gsc-search-button,
button.gsc-search-button {
    margin-left: 0 !important;
    margin-top: 0px !important;
    width: auto !important;
    height: 36px !important;
    border-radius: 0 !important;
}

.searchtext {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.departmentsearch {
    padding: 8px 0;
}

    .departmentsearch .gsc-control-cse {
        padding-left: 0px;
    }

    .departmentsearch .container {
        width: 100%;
        min-height: 100px !important;
    }


.ffx_fullwidth .region-include {
    float: left;
    width: 100%;
}

.ffx_fullwidth .widget.departmentsearch .container {
    max-width: 1170px;
    padding-left: 16px;
}

.container.blockcontent {
    min-height: unset !important;
}

.searchtextbox {
    font-size: 32px;
    padding-bottom: .2em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .searchtextbox .underline {
        border-bottom: 5px solid #ff6633;
        padding-bottom: 16px;
        display: inline-flex;
    }

.searchbutton, #search-block-form .btn {
    color: #ffffff;
    background-color: #d13636;
    text-align: center;
    width: 150px;
    clear: both;
}

    #search-block-form .btn .sr-only {
        overflow: visible;
        position: relative;
    }

    #search-block-form .btn .glyphicon-search {
        display: none;
        visibility: collapse;
    }

.jumbotroncontainer {
    padding-right: 15px;
    padding-left: px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .jumbotroncontainer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .jumbotroncontainer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .jumbotroncontainer {
        width: 1170px;
    }
}


.searchrow {
    margin-right: -90px;
    /* margin-left: -15px; */
}

@media (max-width: 1100px) {
    .searchrow {
        margin-right: 10px;
        margin-left: -15px;
    }
}

@media (max-width: 992px) {
    .searchrow {
        margin-right: 25px;
        margin-left: -15px;
    }
}




/* mega menu overrides */
.navbar-collapse .dropdown-row {
    display: block;
    position: relative;
    clear: both;
}

    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 1151px;
        background-color: #1978c9;
        margin-top: -1px;
        margin-left: 0;
        padding-left: 0px;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 818px;
        background-color: #1978c9;
        margin-top: -1px;
        margin-left: -6px;
        padding-left: 5px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 716px;
        background-color: #1978c9;
        margin-top: -1px;
        margin-left: -6px;
        padding-left: 5px;
    }
}

.navbar-collapse .dropdown-row .dropdown2 ul {
    position: relative;
    float: left;
    width: 1048px;
    background-color: #1978c9;
    margin-top: -1px;
    margin-left: -6px;
    padding-left: 5px;
}


/* column one */

.navbar-collapse .dropdown-row .dropdown1 ul.col1 {
    left: -8px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col1 a:hover {
        left: -8px;
        background-image: none;
    }



@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        left: -8px;
        width: 814px; /* was 817*/
    }
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        left: -8px;
        width: 730px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        display: none;
    }
}

/* /column one */


/* column two */

.navbar-collapse .dropdown-row .dropdown1 ul.col2 {
    left: -298px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col2 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        left: -210px;
        width: 814px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        left: -189px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        display: none;
    }
}
/* /column two */


/* column three */

.navbar-collapse .dropdown-row .dropdown1 ul.col3 {
    left: -588px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col3 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        left: -415px;
        width: 813px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        left: -374px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        display: none;
    }
}

/* /column three */



/* column four */

.navbar-collapse .dropdown-row .dropdown1 ul.col4 {
    left: -878px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col4 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        left: -621px;
        width: 813px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        left: -558px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        display: none;
    }
}

/* /column four */









/* .navbar-collapse .dropdown-item {
        float: left;
        width: 24.1%;
        margin: 5px;
        display: block;
        position: relative;
        border-color: #cccccc;
        border: 5px;
        background-color: #ffffff;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus.png);
        padding-left: 8px;
        text-decoration: none;
        background-position-x: 20px;
        background-repeat: no-repeat;
    }*/


.dropdown-toggle::after {
    display: none;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media (min-width: 1100px) {
    .dropdown1.dropdown-item.open, .dropdown1.dropdown-item.over {
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply.png);
        background-color: #1978c9;
        display: block;
        background-position-x: 20px;
        background-repeat: no-repeat;
    }

        .dropdown1.dropdown-item.open > .dropdown-toggle,
        .dropdown1.dropdown-item.over > .dropdown-toggle {
            color: #ffffff;
            background-color: #1978c9;
            padding-left: 0;
        }

            .dropdown1.dropdown-item.open > .dropdown-toggle:hover,
            .dropdown1.dropdown-item.over > .dropdown-toggle:hover {
                padding-left: 5px;
                background-color: #1978c9;
            }
}

.dropdown1 a:hover {
    display: block;
    background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply.png);
    margin-left: -5px;
    color: #ffffff;
    background-color: #1978c9;
    background-position-x: 17px;
    background-repeat: no-repeat;
}

.dropdown1-clickableregion {
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0;
    width: 37px;
    height: 30px;
    cursor: pointer;
    display: block !important;
}

@media (max-width: 992px) {
    .dropdown1 a:hover {
        display: block;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply-small.png);
        margin-left: -11px;
        color: #ffffff;
    }


    .dropdown1-clickableregion {
        display: none;
        visibility: collapse;
    }
}

.dropdown-toggle a {
    font-weight: 300;
    color: #ffffff;
}

.dropdown-toggle.toplevel {
    text-transform: uppercase;
}



/*
    @media (max-width: 1100px) {
        .navbar-collapse .dropdown-item {
            float: left;
            width: 23.7%;
            margin: 5px;
            display: block;
            position: relative;
            border-color: #cccccc;
            border: 5px;
            background-color: #ffffff;
            background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus-medium.png);
            padding-left: 10px;
            text-decoration: none;
        }
    }*/

/*  @media (max-width: 992px) {
        .navbar-collapse .dropdown-item {
            float: left;
            width: 23.5%;
            margin: 5px;
            display: block;
            position: relative;
            border-color: #cccccc;
            border: 5px;
            background-color: #ffffff;
            background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus-small.png);
            padding-left: 10px;
            text-decoration: none;
        }
    }

    @media (max-width: 768px) {
        .navbar-collapse .dropdown-item {
            float: left;
            width: 100%;
            margin: 5px;
            display: block;
            position: relative;
            border-color: #cccccc;
            border: 5px;
            background-color: #ffffff;
            background-image: none;
            padding-left: 10px;
            text-decoration: none;
        }
    }
*/

.search .mega-dropdown-menu {
    margin-top: 0;
}


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 1px;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
            }

                .mega-dropdown-menu > li > ul > li > a {
                    display: block;
                    color: #222;
                    padding: 3px 5px;
                }

        .mega-dropdown-menu > li ul > li > a:hover,
        .mega-dropdown-menu > li ul > li > a:focus {
            text-decoration: none;
        }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }




.jumbotron-header .nav .open > a, .jumbotron-header .nav .open > a:focus, .jumbotron-header .nav .open > a:hover {
    background-color: #fff;
    border-color: #1978c9;
    text-decoration: none;
    color: #ffffff; /* was #1978c9; */
}

.btn {
    font-weight: 500;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 0;
    font-size: inherit;
    margin: 4px;
    padding: 7px 12px !important;
    border: 1px solid !important;
}


    .btn:hover, .btn:focus, .btn.focus {
        color: #6f6f6f;
    }


.btn-secondary {
    color: unset;
    background-color: unset;
    border-color: unset;
}

    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus {
        color: #204d74;
        background-color: #CCC;
    }

.btn-secondary.disabled, .btn-secondary:disabled,
.btn-secondary.disabled:hover, .btn-secondary:disabled {
    cursor: not-allowed;
    background-color: #efefef;
    color: #666;
}

@media (max-width: 510px) {
    .navbar-inverse {
        position: relative;
    }

    .logo {
        /* position:relative!important;		 */
    }
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #A6ACB0;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #A6ACB0;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #A6ACB0;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

@media (max-width: 1100px) {
    .navbar-nav > li {
        display: none;
    }
}

thead {
    border-bottom: 1px solid #091f2f;
}

#paymentReportSummary, #paymentReportResults, #transactionReportResults {
    width: 100%;
}

    #paymentReportResults tr:nth-child(4n+3) {
        background: #efeeee;
    }





.nowrap {
    white-space: nowrap !important;
}

.viewSubmissionData {
    cursor: pointer;
}

    .viewSubmissionData:hover,
    .viewSubmissionData.active {
        background-color: #ccdfef !important;
    }


.submissionData {
    padding: 10px;
    background-color: #f4faff;
    border: 1px #cccccc solid;
}

/*    .submissionData table {
        width: 100%;
    }*/

    .submissionData table .paymentattributes {

    }
        .submissionData .lineitems {
            width: 100%;
            bacground-color:transparent;
        }


        #paymentReportResults .submissionData table thead {
            background-color: #d3e7f8
        }

#paymentReportResults .submissionData table thead th {
    border-bottom: 1px solid #000
}

#paymentReportResults .submissionData tr:nth-child(4n+3) {
    background: initial;
}

    .submissionData .title {
        font-weight: 700;
        padding-bottom: 8px;
    }

    .submissionData .app_value {
        word-break: break-word;
    }

.link {
    text-decoration: underline;
    cursor: pointer;
}

    .link:hover {
        color: #337ab7;
    }

#departmentInformation div {
    padding: 8px;
    clear: both;
}



.departmentUserRow div {
    float: left;
    clear: none !important;
}

    .departmentUserRow div span {
        padding-left: 8px;
    }


#departmentInformation #departmentAddUser {
    float: left;
}
/* management screens */


.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    /*z-index: 1511;*/
    position: relative;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.ui-autocomplete {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#lst_managesecurity div {
    float: left;
    padding: 8px;
}

    #lst_managesecurity div input,
    #lst_managesecurity div button,
    #lst_managesecurity div select {
        min-height: 37px;
        margin-top: 0;
        padding-top: 4px !important;
        padding-bottom: 4px;
    }

#lst_managesecurity input[type="button"],
#lst_managesecurity button {
    margin-top: 26px !important;
    padding: 0 14px;
    float: left;
    width: auto;
    margin-right: 8px;
}


#mdlEditUser select {
    min-width: 100%;
    height: 300px;
}

#departmentUsers .departmentUserRow {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

    #departmentUsers .departmentUserRow:hover {
        background-color: #EFEFEF;
    }

    #departmentUsers .departmentUserRow .username {
        float: left;
    }

    #departmentUsers .departmentUserRow .actions {
        float: right;
    }

#User_UserName:disabled {
    border: none !important;
    box-shadow: none;
    padding-left: 0px;
    font-size: 1.1em;
}

#deleteUser_Name {
    font-weight: bold;
}
.submissionActions.row {
    background-color: #ccdfef;
    padding: 6px;
    border: 1px #a6a6a6 solid;
    border-top: none;
}
.submissionActions button {
    margin: 4px;
    border: 1px solid #666;
    background-color: rgb(239, 239, 239);
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.paddingtop-20 {
    padding-top: 20px;
}

.paddingtop-40 {
    padding-top: 40px;
}

.holds-the-iframe {
    background: url(/Content/preloader.gif) center center no-repeat;
    /*height:550px;
    width:850px;*/
}

#pay-detail-modal .modal-body {
    /*max-height: 50vh;
    overflow-y:auto;*/
    /*height:80%;
    width:80%;*/
    /*height:600px;
    width:900px;*/
}

#pay-detail-modal .modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 100%;
    width: 100%;
}

#pay-detail-modal .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 75px);
    overflow-y: scroll;
}


/*#pay-detail-modal .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    line-height: 200px;
    height: 800px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #f1c40f;
    text-align: center;
    z-index: 10; 
    outline: 9999px solid rgba(0,0,0,0.5);
}*/

/*
#pay-detail-modal .modal {
    z-index: 1010;
}

.modal-overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.e-dropdownbase {
    border: none !important;
    background: none !important;
}

.modal-open .modal {   
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.esjselect {
    border: 0px solid !important;
}

.e-ddl.e-input-group .e-ddl-hidden {
    border: 0;
    height: 0;
    display: none !important;
    width: 0;
}
.dropdown-menu.show {
    display: block;
    /*width: 267px!important;*/
}
.text-center {
    text-align: left !important;
}

.table td, .table th {
    padding: 0.4rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6 !important;
}

#fsResults .table td {
    border-top: 1px solid #dee2e6 !important;
}
#fsResults.noTdRowBorder .table td {
    border-top: none !important;
}

.dropdown-item:active {
    /*    color: #fff;
    text-decoration: none;
    background-color: #007bff;*/
    background-color: #eee !important;
    border-color: #337ab7 !important;
    color:#212529 !important;
}
.btn-primary {
    color: #fff!important;
    background-color: #337ab7!important;
    border-color: #2e6da4!important;
}
a {
    color: #337ab7;
    text-decoration: none;
}
/*rgba(204,204,204,0.95)*/

.hide-element {
    display: none !important;
}
.disclaimer .row .floatright {
	float: right !important;
	padding-left:4px;
}

	
 @media (max-width: 992px) {
	.disclaimer .row .floatright {
		float: left !important;
		padding-left:0px;
		width: 100%;
	}
 }
@media print {
    .hideprint {
        display: none;
        visibility: hidden;
    }

    .disclaimer a[href]::after {
        content: " Visit " attr(href) " "
    }
}

div#spinner {
    display: none;
    width: 150px;
    height: 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(/content/preloader.gif) no-repeat center;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    /* border: 1px solid #CCC; */
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip2 .tooltiptext {
        visibility: hidden;
        /*width: 120px;*/
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip2:hover .tooltiptext {
        visibility: visible;
    }

.linkbutton {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}


.reportfilters fieldset {
	overflow:unset;
}

.multiselect-container.dropdown-menu {
	padding-left:8px;
	padding-bottom:8px;
}

.multiselect-option.dropdown-item {
	padding: 2px;
    font-size: 14px;
}

#ui-datepicker-div {
	z-index:999!important;	
}

#customFieldSearch {
    height: 34px;
    line-height: initial;
}

.userReceipt .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
	display:none;
}