﻿html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    font-family: 'Segoe UI', 'Helvetica Neue', 'Droid Sans', Arial, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #747474;
}

header {
    border-bottom: 3px solid #A1A1A1;
    position: fixed;
    width: 100%;
    height: 65px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 101;
    top: 0;
}

.modal-header {
    border-bottom: 2px solid #A1A1A1;
    color: #14306E;
}

h4 {
    margin: 0;
}

footer {
    text-align: center;
    height: 3em;
    font-size: 0.75em;
    position: fixed;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    z-index: 101;
    padding-top: 5px;
}

.footer-list {
    font-size: .5em;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 7px;
}

footer li {
    display: inline;
    list-style-type: none;
    background: url("../images/footer_int_list.png") no-repeat 3px 5px;
    padding-left: 15px;
}

.fa-swoosh-alt {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    height: 1em;
    width: 1em;
    background: url("../images/Summit_Swoosh.svg");
    background-size: contain;
}

footer, footer a {
    color: #d5d8dc;
}

select,
input {
    width: 100%;
    height: 36px;
    padding-left: 5px;
    margin: 5px 0;
}

.formbuilder-radio-inline select,
.formbuilder-radio select,
.formbuilder-radio-inline select,
.formbuilder-radio input,
.formbuilder-radio-inline input,
.formbuilder-radio input.patientGender {
    width: auto;
    height: auto;
    padding-left: initial;
    margin: initial;
}

    .form-wrap.form-builder input.patientGender,
    .formbuilder-radio input.patientGender {
        display: inline-block;
    }

label {
    padding-top: 0.5rem;
}

a.nounderline {
    text-decoration: none;
}

.not-logged-in,
.compose_form {
    padding: 20px;
}

.not_logged_in a,
.input-box a {
    margin-top: 10px;
}

.input-box {
    margin-left: 0;
    margin-right: 0;
}

.errortext {
    color: red;
    padding: 0 0 0 15px;
}

svg[type="button"] {
    -webkit-appearance: none;
}

.report-bar,
.navbar-collapse.collapsing,
.navbar-collapse.show {
    /*background-color: #293073;
    color: white;
    background-color: #747474;*/
    background-color: lightgray;
    font-size: 14px;
}

.nav-bar-hidden {
    display: none;
}

header,
.footer,
.footer a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a, .dropdown-menu > a,
.dropdown-menu,
.provider-heading,
.result-heading,
.modal-header,
.label-default,
.widget-header,
.card-header,
.btn btn-default:hover {
    background-color: white;
    font-size: 14px;
}

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active,
    .footer, .footer a {
        color: #747474;
    }

.footer {
    border-top: 3px solid #14306E;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-default .navbar-nav > a:hover {
    color: #293073;
    background-color: white;
}

header {
    z-index: 1000;
}

.header, .footer {
    position: fixed;
}

.report-bar > li > a,
.secret-menu > li > a {
    color: white;
    font-size: 1.5rem;
}

.secret-menu > li > a {
    background-color: #747474;
    font-size: 1rem;
}

.brand {
    background: url("../images/Summit-Health-Logo-250px.png");
    background-repeat: no-repeat;
    width: 285px;
    height: 41px;
}

.banner-class {
    height: 10px;
    width: auto;
    background: url("../images/healthcare-integration-mosaic-background.jpg") no-repeat transparent;
}

.close {
    color: #14306E;
    opacity: inherit;
}

    .close :hover {
        color: #747474;
    }

.page-title {
    z-index: 102;
    font-size: 20px;
    display: inline-block;
    position: fixed;
    left: 300px;
    top: 15px;
}

.main-menu {
    z-index: 102;
    display: inline-block;
}

.page-alert {
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#main-content {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 100;
}

.grid-wrapper {
    border: 1px solid rgb(209, 209, 209);
    clear: both;
}

.page-alert {
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.hidden {
    display: none;
}

.show-favorites {
    color: #14306E;
}

button.filter-active,
.filter-active {
    background-color: #ceeace;
    font-weight: bold;
}

.favorites {
    border: 1px solid #ddd;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 65px;
    bottom: 3em;
    width: 10%;
    overflow: auto;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    overflow: initial;
}

.favorites-card-header {
    background: #e9ecef;
    color: #6c757d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: larger;
    border-top-left-radius: 0;
}

.favorite-header-card {
    color: #6c757d;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.favorites-card {
    border: 0;
}

.favorites-card-body {
    width: 100%;
    padding: 0;
    margin: 0;
}

.favorites-title,
.favorites-header {
    padding-left: 0;
}

    .favorites-header span {
        color: #6c757d;
    }

.favorites-header {
    border-color: #c5c5c5;
}

.favorites-title {
    font-size: larger;
    font-weight: bold;
    color: #14306E;
}

.favorites-body {
    padding: 0;
    min-height: 15px;
    color: #6c757d;
    /*background-color: #e9ecef;*/
}

.favorites-star {
    padding-right: 10px;
}

.filter-item {
    width: 100%;
}

.filter-row {
    margin: 0;
    color: #999;
    /*background-color: white;
    box-shadow: inset 0 0 0 1px #c5c5c5;*/
    border-bottom: 1px solid #c5c5c5;
    padding: 3px 0;
    white-space: nowrap;
    display: flex;
}

    .filter-row a {
        color: #999;
    }

.filter-col-link,
.filter-col-delete {
    padding: 0;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
}

.filter-col-link {
    flex: 1 1 auto;
}

.filter-col-delete {
    flex: 1 1 auto;
}

.filter-delete, .software-delete, .software-file-delete {
    margin: 0;
    margin-right: 1px;
    float: right;
    font-size: 14px;
    border: none;
    background-color: white;
}

.patient-detail-header {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0;
}

.detail-body {
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.visit-detail {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.patient-detail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pt-card-header {
    margin: 0.37rem 0 0.37rem 0;
}
.software-file-delete {
    border: 1px solid #ced4da;
    border-left: none;
    padding: 0.5rem;
    color: darkred;
}

.software-delete {
    background-color: #e9ecef;
    color: darkred;
}

.machine-details {
    display: flex;
    justify-content: space-between;
    padding-right: 1.25rem;
}
.file-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 -15px 0 -15px;
}

.filter-delete > span {
    color: gray;
    font-size: large;
    margin-top: 5px;
}

.saved-filter-icon {
    font-size: x-small;
}

.filter-icon {
    border-color: #ddd;
    color: #333;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    line-height: 1.35715;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    height: 36px;
    width: 36px;
    padding: 8px;
}

.filter-inner-button {
    line-height: 0;
    font-size: 14pt;
}

.favorites-title:hover,
.filter-icon:hover,
.save-filter-user:hover {
    text-decoration: none;
}

.favorite-link {
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-checkbox {
    width: initial;
    height: initial;
    padding: initial;
    margin: initial;
    margin-top: 10px;
}

.card-footer-label {
    margin: 0 10px;
}

.advanced-filter-footer {
    padding: 0;
    height: 45px;
    background-color: white;
}

.section-header {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.footer-left, .footer-right {
    display: inline-block;
    position: fixed;
}

.footer-left {
    left: 0;
}

.footer-right {
    right: 0;
}

.help-button,
.help-button-local,
.fa-button-group {
    margin-left: 99%;
    margin-bottom: 10px;
}

.under-help {
    margin-top: 35px;
}

.lock-button,
.help-button,
.help-button-home,
.help-button-local,
.help-button-panel {
    color: #14306E;
}

.help-button-home {
    margin-left: -8px;
}

.help-button, .help-button-header, .help-button-panel, .help-button-local {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: help;
    display: initial;
}

.help-button-header {
    color: white;
    margin-top: -45px;
    display: none;
}

.help-button-panel {
    position: absolute;
    right: 2rem;
}

.documentation > .row {
    margin-bottom: 1rem;
}

.minus-btn {
    margin-top: 10px;
}

.lower-left-corner {
    margin-left: .5rem;
    margin-bottom: .5rem;
}

.notmodal {
    position: fixed;
    top: 15%;
    left: 25%;
    width: 50%;
    border: 1px solid gray;
    border-radius: 5px;
    bottom: auto;
    right: auto;
}

    .notmodal .modal-body,
    .notmodal .modal-footer {
        background-color: white;
    }

.login-form {
    width: 45%;
}

.login-caption {
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    padding-top: 0;
}

.bold {
    font-weight: 700;
}

.login-input {
    margin: 5px;
}

.login-button,
.create-button {
    width: 99%;
    margin-right: 0;
}

.create-button {
    padding: 4px 0;
    margin-top: 4px;
}


.forgot-password,
.create,
.password-reset {
    padding-top: 0;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
    width: 100%;
}

.static-email {
    width: 100%;
    padding-top: 0;
}

.create {
    min-width: 600px
}

.provider-search-container, .search-container {
    display: flex;
    padding-left: 5px;
}

    .provider-search-container > .check-box {
        margin-top: .75rem;
        margin-left: 1rem;
    }

.provider-text-area {
    width: 100%;
    height: auto;
}

.g-recaptcha {
    margin-left: 5px;
    margin-top: 5px;
}

.modal-footer-link {
    margin-right: auto;
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

    .modal-footer-link:link {
        color: #265301;
    }

    .modal-footer-link:visited {
        color: #437A16;
    }

    .modal-footer-link:focus {
        border-bottom: 1px solid;
        background: #BAE498;
    }

    .modal-footer-link:hover {
        border-bottom: 1px solid;
        cursor: default;
    }

    .modal-footer-link:active {
        color: #CDFEAA;
    }


.lower-right-button,
.lower-right-buttons {
    position: absolute;
    right: 1.25rem;
    margin-bottom: .75rem;
    bottom: .25rem;
}

.lower-right-buttons {
    margin-bottom: 0.25rem;
}

.advanced-filter-footer > .lower-right-buttons {
    right: 5px;
}

.help-modal {
    max-width: 80%;
}

.doc-label {
    font-weight: 700;
}

.doc-type {
    margin-top: 30px;
    white-space: nowrap;
}

.wait {
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: wait !important;
    z-index: 1001;
}

.hideme {
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.in-tile-store {
    width: 100%;
    height: 100%;
}

.remove-tile {
    color: initial;
    z-index: 1000 !important;
}

.tile-wrapper {
    width: 250px;
    height: 175px;
    overflow: hidden;
}

.hideme-span {
    display: none;
    color: white;
    opacity: 1;
    height: 100%;
    width: 100%;
    font-size: 55px;
}

.hideme:hover .hideme-span {
    display: block;
}

.gridster .gs-w {
    background: #FFF;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.btn-link:focus,
.btn-link:hover,
.machine-list-link:hover,
.list-link:hover {
    text-decoration: none;
}

.software-section {
    display: flex;
}

.software-detail {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
    width: calc(74% - 5px);
}

.software-list-card {
    list-style: none;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da;
    border-radius: 0.25rem;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.MachineDescription {
    width: 100%;
    height: 125px;
}

.machine-card {
    background-color: #e9ecef;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.machine-body {
    padding-top: 0;
    padding-bottom: 0;
}

.machine-list-link {
    font-size: 14px;
    padding-right: 0;
}

.btn-list-entry {
    text-align: left;
}

.right-buttons {
    float: right;
}

.file-name, .item-name, .solo-item-name {
    border: 1px solid #ced4da;
    width: 100%;
    padding: 0.5rem;
    position: relative;
}

.file-name, .item-name {
    flex: 0 0 50%;
}
.solo-item-name {
    flex: 0 0 100%;
}

.list-link {
    padding: 15px;
}

.software-list li {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 18px;
}

.software-list {
    background-color: #e9ecef;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 5px;
    padding-inline-start: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.item-detail, .item-detail-label {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
btn-small
.machine-detail-row {
    min-width: 33%;
}

.item-detail-label {
    font-weight: bold;
}

.item-detail-sub-label {
    padding-left: 25px;
}

.software-list,
.gridster ul,
ol {
    list-style: none;
}

.btn-small {
    border: 2px solid rgb(20, 48, 110);
    border: 2px solid rgb(20, 48, 110, 0.7);
    border-radius: 10px;
    color: #14306E;
    box-shadow: 1px 1px 2px #145D6E;
}

.btn-uninstall {
    margin: 5px 0 5px 20px;
}

.grid-stack-item-content {
    overflow: hidden !important;
}

.tile-count {
    font-size: 69.96px;
}

.tile-input-group {
    height: 30px;
}

.tile-footer {
    font-size: 17px;
    font-weight: bold;
}

.tile-button {
    margin-top: 5px;
}

.tile-label {
    font-size: 12px;
}

.tile-container {
    padding: 0;
}

.badge-default {
    font-weight: bold;
    font-size: 13px;
    padding: 0 6px 2px;
    line-height: normal;
    border-radius: 14px;
    opacity: .75;
    color: #f0f0f2;
}

.PA, .AA {
    background-color: #BFD78B;
}

.SP {
    background-color: midnightblue;
}

.PA-content, .AA-content {
    background-color: #BFD78B;
    opacity: .75;
    font-weight: bold;
}

.AA-icon {
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #BFD78B;
    --fa-secondary-color: #A1A1A1;
    color: #14306E;
}

.form-header {
    background-color: darkred;
    opacity: .75;
    font-weight: bold;
    color: deepskyblue;
}

.form-icon {
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: darkread;
    --fa-secondary-color: #A1A1A1;
    color: darkred;
}

.Portal {
    background-color: midnightblue;
    color: white;
}

.InSync {
    background-color: goldenrod;
    opacity: .75;
    color: midnightblue;
    font-weight: bold;
}

.Exchange {
    background-color: seagreen;
    opacity: .75;
    color: white;
    font-weight: bold;
}

.DRS {
    /*background-color: brown;*/
    background-color: #b92043;
    opacity: .75;
    color: white;
    font-weight: bold;
}

.SST {
    background-color: darkslateblue;
    opacity: .75;
    color: white;
    font-weight: bold;
}

.tile-unread-item {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
}

.widget-footer {
    /*font-size: larger;
    font-weight: bolder;*/
    width: 100%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.widget-a:link,
.widget-a:visited,
.widget-a:hover,
.widget-a:active {
    color: #293073;
    text-decoration: none;
}

.widget {
    height: 100%;
    width: 100%;
    margin: auto auto auto auto;
}

.widget-header {
    height: 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #293073;
    color: white;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .widget-header:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

.widget-body {
    height: 70%;
    width: 100%;
    text-align: center;
}

.widget-body-full {
    height: 90%;
    width: 100%;
    text-align: center;
}

.widget-content {
    /*position: relative;*/
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-long {
    height: 175px;
    width: 300px;
    margin: auto auto auto auto;
}

.chart {
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.status-machine-tile {
    font-size: 22px;
    padding-top: 10px;
    color: #293073;
    font-weight: 400;
}

.status-gauge {
    height: 125px;
    width: 125px;
    /*margin-left: 20px;*/
    margin-bottom: 10px;
}

.status-gauge-label {
    padding-top: 25px;
}

.status-gauge-amount {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.status-drive-header {
    font-weight: bold;
}

.status-guage-page {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.service-grid {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 100%;
}

.drive-hr {
    margin-top: 0;
    margin-bottom: 7px;
}

.drive-label {
    font-weight: bold;
    font-size: 18px;
}

.drive-details {
    margin-top: 10px;
}

.drive-status {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.drive-size {
    font-size: 18px;
}

.drive-health-label {
    font-size: 10px;
}

h2.folder-status {
    color: rgb(96, 166, 159);
    border-bottom: 1px solid rgb(96, 166, 159);
}

div.folder-status,
div.drive-status {
    color: rgb(96, 166, 159);
    padding-left: 25px;
    margin-left: 25px;
}

div.folder-status {
    border-left: 1px solid rgb(96, 166, 159);
}

.folder-path {
    font-size: smaller;
}

.grid-stack-item-content .card,
.login-form {
    background-color: #f0f0f2;
    color: #14306E;
    border: none;
    border-radius: 10px;
    background: #f0f0f2;
}

    .grid-stack-item-content .card:hover {
        border: 1px solid #14306E;
    }

.grid-stack-item-content .card-header {
    background-color: transparent;
    color: #14306E;
    border: none;
    opacity: 0.8;
    font-weight: bold;
}

.card-header {
    padding-top: 0;
    padding-bottom: 0;
    color: #14306E;
}

.card-title button {
    color: #293073;
    font-size: 1rem;
}

.drop-shadow, .modal {
    box-shadow: 34px 34px 45px #e2e2e3, -34px -34px 45px #fefeff;
}

.fake-breadcrumb {
    background-color: #e9ecef;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.fake-breadcrumb > .breadcrumb {
    margin-bottom: 0;
}

.fake-breadcrumb > button {
    height: 36px;
    margin-top: 0.5rem;
    margin-right: 5px;
}

.breadcrumb-item {
    font-size: 18px;
    font-weight: bold;
}

.in-a-panel {
    width: 100%;
    border: none;
}

    .in-a-panel form {
        border: none;
    }

.big-icon {
    font-size: 1000%;
}

.check-box {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.check-box-label {
    display: inline;
    padding-left: .5rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    vertical-align: top;
    margin-right: 20px;
    width: inherit;
}

input[type=checkbox] {
    margin: 0;
}

.check-box > label > span {
    margin-left: .5rem;
}

.ms-choice {
    border-radius: 0;
    border-color: initial;
    border-style: inset;
    height: 36px;
    padding-left: 5px;
    margin: 5px 0;
}

.widget-a,
.widget-a:link,
.widget-a:visited,
.widget-body,
.widget-body-full,
.widget-footer {
    color: #293073;
}

.no-padding {
    padding: 0 !important;
    float: none;
}

.login-list-content, .login-list-content a {
    color: white;
    padding-bottom: 20px;
    text-decoration: none;
    float: left;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.login-list-item {
    display: inline;
    list-style: none;
    text-align: center;
    padding-bottom: 20px;
}

    .login-list-item a {
        margin-top: 0.25em;
    }

.login-text > a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

.login-image {
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 0;
    border: 1px solid;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: -20px;
}

.login-text {
    margin-left: 10px;
    font-size: 20px;
    white-space: nowrap;
    display: inline-block;
}

.img-widget {
    height: 100%;
    width: 100%;
}

.btn-primary {
    padding: 4px 22px;
    margin-top: 4px;
    border: 2px solid rgb(20, 48, 110);
    border: 2px solid rgb(20, 48, 110, 0.7);
    border-radius: 10px;
    box-shadow: 1px 1px 2px #145D6E;
}

    .btn-primary:disabled {
        border-color: rgb(20, 48, 110);
        border-color: rgb(20, 48, 110, 0.5);
    }

.btn-default {
    padding: 4px 22px;
    margin-top: 4px;
    border: 2px solid rgb(20, 48, 110);
    border: 2px solid rgb(20, 48, 110, 0.7);
    border-radius: 10px;
    color: #14306E;
    box-shadow: 1px 1px 2px #145D6E;
}

.chevron {
    padding: 2px 4px;
    margin: 0;
    border-width: 1px;
}

.input-group-btn .dropdown-toggle {
    padding: 0 5px 0 0;
    margin: 0;
    border-width: 1px 1px 1px 0;
    background-color: white;
    border-style: solid;
    border-color: #ced4da;
    height: calc(2.25rem + 2px);
    border-radius: 0;
    margin-top: 5px;
    text-align: center;
    box-shadow: none;
}

.plus-btn,
.minus-btn {
    border: 1px solid rgb(20, 48, 110);
    border: 1px solid rgb(20, 48, 110, 0.7);
    border-radius: 10px;
    color: #14306E;
    box-shadow: 1px 1px 2px #145D6E;
}

#dateApply {
    border-radius: 0;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.btn-default-noHover {
    padding: 4px 22px;
    margin-top: 4px;
    background-color: buttonface;
    outline: none;
}

    .btn-default-noHover.active {
        background-color: darkgray;
        outline: none;
    }

    .btn-default-noHover:focus {
        outline: none;
    }

.remove-me {
    float: right;
    margin-top: -4px;
    font-size: 14px;
}

.btn-default.active {
    background-color: darkgray;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #293073;
        background-color: white;
    }

.navbar-toggler-icon {
    color: #747474;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

    .jumbotron h1,
    .jumbotron h2,
    .jumbotron .row {
        padding-left: 10px;
    }


.centered-canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid black;
}

.page_label {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
    font-size: 24px;
}

.pdf-iframe {
    width: 100%;
    height: 100vh;
    border-top-width: 1px;
}

.centered-load-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* interface statuses */

.interface-status {
    padding: 5px;
    color: white;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    border-radius: 5px;
}

.online, .onlineschedule, .success, .running {
    background-color: lightgreen;
}

.warning, .error {
    background-color: orange;
}


.offline {
    background-color: red;
}

.inactive, .inactiveschedule {
    background-color: darkgray;
}

.unknown {
    background-color: yellow;
}

.link-style {
    color: #007bff;
}

.tile-store-container {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    flex-wrap: wrap;
    max-height: 600px;
}

.tile-to-add {
    padding: 5px;
    margin: 5px;
    border: 1px dashed lightgray;
}

.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
    z-index: 1000 !important;
}

.smt-tooltip {
    content: attr(data-text);
    position: absolute;
    transform: translateY(20px);
    border-radius: 5px;
    box-shadow: 10px 10px 25px #e2e2e3;
    margin-left: 25px;
    padding: 10px;
    background: #f0f0f2;
    color: #14306E;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    z-index: 9999;
    /*display: none; /* hide by default */
    opacity: 0;
    transition: 0s;
    display: inline;
}

.smt-tooltip-filter {
    left: 0;
    width: 0;
    content: attr(data-text);
    position: absolute;
    border-radius: 5px;
    box-shadow: 10px 10px 25px #e2e2e3;
    background: #f0f0f2;
    color: #14306E;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    left: 99%;
    border: 1px #14206E solid;
    z-index: 1;    
    opacity: 0;
    transition: 0s;
    display: inline;
}

.has-tooltip {
    cursor: pointer;
}

.has-tooltip:hover .smt-tooltip,
.has-tooltip:hover .smt-tooltip-filter {
    opacity: 0.9;
    transition-delay: 1s;
    transition-duration: 1s;
    z-index: 9999;
}

.has-tooltip:hover .smt-tooltip-filter {
    width: 100%;
}

.smt-tooltip:hover {
    display: none;
}

.modal [id^=patientSearchContent],
.modal [id^=provSearchGrid] {
    padding: 10px 25px;
}

.in-modal .grid_frame {
    margin-top: 10px;
}

.patientDateRange {
    flex-wrap: nowrap;
}

.right {
    float: right;
}

ul#notifications-list {
    padding: 0;
}

.no-tiles {
    text-align: center;
    margin: auto;
    width: 50%; /* Internet Explorer doesn't support min-content, so we have a reasonable fallback */
    width: min-content;
    white-space: nowrap;
    border: 3px solid #A1A1A1;
    border-radius: 5px;
    box-shadow: 10px 10px 25px #e2e2e3;
    padding: 10px;
    display: none;
}

.information {
    text-align: center;
    margin-bottom: 10px;
}

.tile-container .list-group-item {
    background-color: #f0f0f2;
    color: #14306E;
}

@media (max-width: 1680px) {
    .favorites-header,
    .filter-row {
        font-size: smaller;
    }

    .favorite-header-card {
        font-size: large;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 1560px) {
    .favorites-header,
    .filter-row {
        font-size: xx-small;
    }

    .favorite-header-card {
        font-size: medium;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

@media (max-width: 1200px) {
    .expendable {
        display: none !important;
    }

    .shrink {
        margin-bottom: 10px;
    }

    .favorite-header-card {
        font-size: small;
    }

    .favorites-header-title {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    #main-content {
        width: 80%;
        min-width: 795px;
        margin-right: auto;
        margin-bottom: 5%;
        margin-left: 10%;
    }

    .page-alert {
        width: 80%;
        min-width: 795px;
        margin-right: auto;
        margin-left: 10%;
    }

    .forgot-password,
    .create,
    .password-reset,
    .static-email {
        width: 45%;
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .brand {
        background: url("../images/top_logo_dark_small.png");
        background-repeat: no-repeat;
        width: 53px;
        height: 41px;
    }

    .patientDateRange {
        flex-wrap: wrap;
    }

    .dropdown-item {
        text-align: center;
    }

    .favorites {
        width: 100%;
        position: relative;
        top: 5%;
        height: initial;
        bottom: initial;
    }
}

/* DevExtreme Override */

.dx-texteditor {
    border-radius: 0;
    border-color: initial;
}

/* Bootstrap Override */

.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 5px;
    border-left: 0;
}

.modal-dialog {
    min-width: 300px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .login-caption {
        margin-top: 10px;
    }
}

.login-form {
    width: 85%;
    max-width: 500px;
}

/* From older Bootstrap */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    /* added */
    text-decoration: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    /* added */
    text-decoration: none;
}

select[multiple], select[size] {
    height: auto;
}

.mustbreakglass {
    color: lightgray;
}

/* specific style to set the message with word wrap in the audit event*/
.word-wrap {
    word-wrap: break-word;
    white-space: normal;
    -ms-word-wrap: break-word;
}

.ui-draggable-dragging {
    z-index: 1051 !important;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

#DateEditAnd, #DateEditTo, #DateEditFrom {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#DateEditAnd {
    border-left: 1px solid #ced4da;
}

#DateEditStart > span {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-left: 1px solid #ced4da;
}

#DateEditEnd > button {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.dx-header-filter:not(.dx-header-filter-empty) {
    color: orange !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    width: 2000px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
    vertical-align: central;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: lightgray;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: cornflowerblue;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
