﻿body {
    overflow-y: scroll;
    font-size: 15px;
}

select::-ms-value {
    background: none; /* remove the blue background */
    color: black; /* -ms-value element defaults to white text, so different color needed for text to be visible */
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: var(--Praxis-White);
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 3px;
}

.modalContent {
    padding: 10px;
}

.error {
    color: #d9534f;
    font-weight: bold;
}

.warning {
    color: #d9534f;
    font-weight: bold;
}

.table-hover-alt > tbody > tr:hover > td, .table-hover-alt > tbody > tr:hover > th {
    background-color: rgba(99, 128, 148, 0.25) !important;
}

.table-error td {
    background-color: #d9534f !important;
    color: white !important;
}

table .empty td {
    color: var(--Praxis-Blue) !important;
    background-color: #E8E8E8 !important;
    cursor: default;
}

th[align="right"] {
    text-align: right !important;
}

.modal-body {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 0;
}

.modal-open {
    width: 100%;
    position: absolute;
    overflow: hidden;
    padding-right: 15px !important;
}

#nav-main a, #nav-top-bar a {
    outline-style: none;
    text-decoration: none;
}

#gvSource {
    max-width: 800px !important;
}

#posts {
    font-size: 14px;
}

#preview, #preview a, #preview span, #preview table tr td {
    font-size: 12px;
    overflow: hidden;
}

div.print-only {
    display: none;
}

div.print-footer {
    display: none;
}

div.helpposition {
    position: relative;
    max-width: 555px;
    width: 100%;
}

a[data-toggle="popover"], a[data-toggle="popover"]:hover, a[data-toggle="popover"]:focus, span.fa-circle-info, span.fa-circle-info:focus {
    outline: none !important;
    text-decoration: none !important;
}

.popover {
    position: fixed;
}

    .popover .popover-content {
        font-weight: normal;
        font-size: 14px;
        color: initial;
        line-height: 20px;
    }

.required:after {
    content: "*";
    color: #d9534f;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-weight: normal;
    font-size: 9px;
    padding-left: 3px;
}

div#nav-combined .form-control {
    max-width: initial !important;
}

header select.form-control, header select.form-control option {
    border: solid 1px #999;
}

.form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 14px;
}

input.form-control {
    padding-left: 11px;
}

input, select, .ms-choice {
    font-size: 15px !important;
}

.ms-choice {
    line-height: 24px !important;
}

/* read-only drop down box chrome/firefox */
select[readonly="readonly"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(255,255,255,.5) !important;
    border: none !important;
    cursor: default !important;
    color: var(--Praxis-Blue-Dark) !important;
    font-family: "Libre Franklin", helvetica, arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

    /* read-only drop down box IE */
    select[readonly="readonly"]::-ms-expand {
        display: none;
    }

/* xs */
@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }

    .mar-top-xs-5 {
        margin-top: 5px;
    }

    .mar-top-xs-10 {
        margin-top: 10px;
    }

    .mar-top-xs-15 {
        margin-top: 15px;
    }

    .pad-top-xs {
        margin-top: 30px;
    }

    .pad-left-xs {
        padding-bottom: 15px;
    }

    .pad-bottom-xs-15 {
        padding-left: 15px;
    }

    .col-xs-min-0 {
        min-height: 0px !important;
    }

    .gutter-xs-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .table-responsive {
        overflow-x: auto;
        overflow-y: auto;
    }

    .pull-left-xs {
        float: left !important;
    }

    #gvSource {
        width: 100% !important;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }

    .mar-top-sm-5 {
        margin-top: 5px;
    }

    .mar-top-sm-10 {
        margin-top: 10px;
    }

    .mar-top-sm-15 {
        margin-top: 15px;
    }

    .pad-top-sm {
        padding-top: 30px;
    }

    .pad-left-sm {
        padding-left: 15px;
    }

    .pad-bottom-sm-15 {
        padding-bottom: 15px;
    }

    .col-sm-min-0 {
        min-height: 0px !important;
    }

    .gutter-sm-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .table-responsive {
        overflow-x: auto;
        overflow-y: auto;
    }

    .pull-left-sm {
        float: left !important;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
        text-align: left;
    }

    .text-right-md {
        text-align: right;
    }

    .mar-top-md-5 {
        margin-top: 5px;
    }

    .mar-top-md-10 {
        margin-top: 10px;
    }

    .mar-top-md-15 {
        margin-top: 15px;
    }

    .pad-top-md {
        padding-top: 30px;
    }

    .pad-left-md {
        padding-left: 15px;
    }

    .gutter-md-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .table-responsive {
        overflow-x: auto;
        overflow-y: auto;
    }
}

/* lg */
@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .mar-top-lg-5 {
        margin-top: 5px;
    }

    .mar-top-lg-10 {
        margin-top: 10px;
    }

    .mar-top-lg-15 {
        margin-top: 15px;
    }

    .pad-top-lg {
        padding-top: 30px;
    }

    .pad-left-lg {
        padding-left: 15px;
    }

    .table-responsive {
        overflow-x: auto;
        overflow-y: auto;
    }
}

/* fix bootstrap outline */
div#progress, .progress-holder, .modal-dialog {
    outline: none;
}

/* Windows 8 style progress spinner */
#progress-modal-body {
    max-height: none !important;
    overflow: hidden !important;
}

.progress-holder {
    height: auto;
    padding-top: 100%;
}

/* grid column alignment */
th[align=left] {
    text-align: left !important;
}

th[align=center] {
    text-align: center !important;
}

th[align=right] {
    text-align: right !important;
}

/* overrides to fix the broken bootstrap switches */
.bootstrap-switch span::before {
    content: "" !important; /* remove the zero-width space */
}

/* default switch background color to match PraxisDirect */
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: rgb(89, 131, 150) !important;
    border-top: solid 1px rgb(89, 131, 150) !important;
}

/* table sorting */
table.tablesorter thead th {
    outline: none;
    cursor: pointer;
}

    table.tablesorter thead th div {
        display: inline;
    }

    table.tablesorter thead th:after {
        content: "\f063";
        font-family: FontAwesome, sans-serif;
        color: #dcdcdc;
        font-size: 13px;
        padding-left: 5px;
        font-weight: normal;
        position: absolute;
    }

    table.tablesorter thead th.tablesorter-headerAsc:after {
        content: "\f062";
        color: #d9534f;
    }

    table.tablesorter thead th.tablesorter-headerDesc:after {
        content: "\f063";
        color: #d9534f;
    }

    table.tablesorter thead th:hover:after {
        color: #d9534f !important;
    }

    table.tablesorter thead th.sorter-false {
        cursor: default;
    }

        table.tablesorter thead th.sorter-false:after {
            content: "" !important;
        }

table > tbody > tr.referrals-study-alpha1 > td {
    background-color: rgba(94, 46, 145, 0.35) !important;
    border-top: 1px solid white;
}

table > tbody > tr.referrals-study-alpha1:hover > td {
    background-color: rgba(94, 46, 145, 0.65) !important;
}

table > tbody > tr.referrals-high-priority > td {
    background-color: rgba(94, 46, 145, 0.35) !important;
    border-top: 1px solid white;
}

table > tbody > tr.referrals-high-priority:hover > td {
    background-color: rgba(94, 46, 145, 0.65) !important;
}

table > tbody > tr.referrals-duplicate > td {
    background-color: rgba(246, 145, 57, 0.35) !important;
    border-top: 1px solid white;
}

table > tbody > tr.referrals-duplicate:hover > td {
    background-color: rgba(246, 145, 57, 0.65) !important;
}

table > tbody > tr.qualified-secondary-screening > td {
    background-color: rgba(22, 81, 100, 0.35) !important;
    border-top: 1px solid white;
}

table > tbody > tr.qualified-secondary-screening:hover > td {
    background-color: rgba(10, 127, 163, 0.65) !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: var(--Praxis-Black);
    background-color: gainsboro;
}

/* custom disabled */
.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

/* custom highlight */
table > tbody > tr.highlight > td {
    background-color: rgba(94, 46, 145, 0.35) !important;
    border-top: 1px solid white;
}

table > tbody > tr.highlight:hover > td {
    background-color: rgba(94, 46, 145, 0.65) !important;
}

.hidden-column {
    display: none;
}

th input, th select, th p {
    font-weight: normal;
}

.fa-badge-check {
    margin-left: 5px;
}

div.form-group a[data-toggle]:not([style]) {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

div.form-group a:not([style]) > span.fa-circle-info {
    display: inline;
}

fieldset > legend {
    display: block !important;
    width: calc(100% + 21.25px) !important;
    margin-left: -10.5px !important;
    font-size: 24px !important;
    background-color: #E8ECEF !important;
    padding: 15px !important;
    color: black !important;
    font-weight: 600;
    border: solid 1px var(--Praxis-Blue) !important;
}

fieldset.box.box-border {
    border: solid 1px var(--Praxis-Blue);
}

fieldset#menu {
    border: solid 1px #E8E8E8;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(99, 128, 148, 0.15);
    vertical-align: middle;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #56768B;
}

    .table-hover > tbody > tr:hover > td a {
        color: white !important;
    }

a[data-toggle='popover'] span.fa-regular.fa-circle-info:before {
    font-weight: 600;
}

.popover-title {
    background-color: #E8ECEF;
    border-bottom: solid 1px var(--Praxis-Blue);
    color: black;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #E8ECEF;
}

.ms-choice, .ms-drop {
    border: 1px solid var(--Praxis-Blue-Dark) !important;
}

ul#views {
    font-size: 15px;
}

a[href='#geocodeopen'] {
    font-size: 15px
}

#Content_Content_pnlIntro div.statistics table tr td {
    font-size: 15px;
}

ul li {
    margin-bottom: 10px;
}

div.MapLegend {
    font-size: 12px !important;
    text-align: center !important;
    background-color: rgba(99, 128, 148, 0.15) !important;
    color: var(--Praxis-Black) !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

    div.MapLegend img {
        height: 20px !important;
        position: relative;
        top: -2px;
        left: -2px;
    }

div#bodyContent {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #767676;
}

.fa-circle-info {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.32px;
}

label {
    font-size: 14px;
}

span.unsaved {
    position: fixed;
    left: 0px;
    bottom: -65px;
    border: solid 1px var(--Praxis-Blue-Dark);
    background-color: #E8ECEF;
    color: var(--Praxis-Blue-Dark);
    width: 100%;
    font-size: 15px;
    padding: 15px 15px;
    text-align: center;
    font-weight: bold;
}

    span.unsaved input[type=submit] {
        margin-left: 15px;
    }

    span.unsaved button.closer {
        position: absolute;
        right: 15px;
        cursor: pointer;
    }

.hidden-important {
    display: none !important;
}

.form-group > label, .form-group > div.helpposition > label {
    /*color: #333;*/
}

.btn-custom-primary {
    background-color: var(--Praxis-Blue-Dark);
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #6E97A9;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration: none;
}

    .btn-custom-primary:hover {
        background-color: var(--Praxis-Blue);
    }

.btn-custom-secondary {
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #6E97A9;
    color: var(--Praxis-Blue-Dark) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration: none;
}

    .btn-custom-secondary:hover {
        background-color: #E8ECEF;
    }

.btn-custom-warning {
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #d9534f;
    color: #d9534f !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    text-decoration: none;
}

    .btn-custom-warning:hover {
        background-color: mistyrose;
    }

.sorter-false a span {
    visibility: hidden;
}

.mass-update {
    font-weight: bold;
    font-size: 11px;
    position: relative;
    top: -2px;
}