﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

#navMain {
    background-image: linear-gradient(to right, #8c8c8c, 15%, #2e3133, #343a40);
}

#navMain .nav-link {
    color: rgba(255, 255, 255, .75);
}

#navMain .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

#navMain .navbar-toggler {
    color: rgba(255, 255, 255, .75);
    border: none;
}

#navMain .navbar-toggler:hover {
    color: rgba(255, 255, 255, 1);
    border: none;
}

@media screen and (max-width: 768px) {
    #navMain {
        background-image: linear-gradient(to bottom, #8c8c8c, 50px, #2e3133, #343a40);
    }
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
}

.disclaimer {
    font-style: oblique;
    font-size: .9rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Display font-awesome icons inline */
.fa, .fas {
    display: inline;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
select {
    max-width: 360px;
}

.dxbs-textbox, .dxbs-listbox, .dx-dropdown-menu, .dxbs-input-cntr, .dxbs-inputs, .dxbs-button-edit {
    max-width: 360px;
}

.custom-dropdown, .custom-dropdown-live {
    display: block !important;
    width: 100% !important;
    max-width: 360px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.center {
    display: table;
    margin: 0 auto;
}

.hidden {
    display: none !important;
}

/* Override bootstrap's table width because we use DataTables */
.table {
    width: 100% !important;
}

.custom-dropdown .filter-option-inner-inner, .custom-dropdown-live .filter-option-inner-inner {
    color: #495057;
}

.dxbs-dropdown-area .dropdown-item {
    white-space: normal !important;
    overflow-wrap: break-word;
}

label {
    font-weight: 500;
}

.card-header {
    font-weight: 500;
}

.text-custom-warning {
    color: #d6a000;
}

.container-fluid {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.section {
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 10px;
}

.section .section {
    background-color: white;
}

div[class ^= 'col-'] {
    margin-bottom: 10px;
}

.section-title, .sub-section-title {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.sub-section-title {
    text-align: left;
}

.card-body .card-footer {
    background-color: white;
}

.page-footer, .center-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 10px;
}

.dataTables_wrapper {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: white;
}

.dataTables_filter {
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.dataTables_paginate {
    display: flex;
    margin: 20px !important;
}

.dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc {
    font-weight: bold;
    color: #007bff;
}

@media (max-width: 600px) {
    .notification {
        max-width: 60%;
    }
}

@media (max-width: 500px) {
    .notification {
        max-width: 80%;
    }
}

.large-logo {
    min-height: 150px;
    min-width: 300px;
}

.text-wrap {
    overflow-wrap: normal;
    white-space: normal;
}

.chart-legend-item {
    display: flex;
    align-items: center;
}

.chart-legend-item-color {
    height: 1em;
    width: 1em;
    min-height: 1em;
    min-width: 1em;
    border-radius: 50%;
}

.chart-legend-item-text {
    margin-left: .5em;
    overflow: auto;
}

.notification .notification-content {
    max-height: 450px;
    overflow: auto;
}

@media (max-height: 600px) {
    .notification .notification-content {
        max-height: 350px;
    }
}

.loading-gridview-blocker {
    position: absolute;
    z-index: 990;
    opacity: .5;
    background-color: #D3D3D3;
    border-radius: 0.25rem;
}

.loading-gridview-text {
    width: 130px;
    height: 70px;
    position: absolute;
    z-index: 999;
}

.collapse-module .collapse.collapse-preview, .collapse-module .collapsing.collapse-preview {
    height: 15rem;
}

.collapse-module .collapse.collapse-preview {
    position: relative;
    display: block;
    overflow: hidden;
}

.collapse-module .collapse.collapse-preview:before {
    position: absolute;
    right: 0;
    bottom: 0;
}

.collapse-module .collapse.collapse-preview.show {
    height: auto;
}

.collapse-module .collapse.collapse-preview.show:before {
    display: none;
}

/*.collapse-module .collapse-module-button.collapsed:after {
    content: '+ Show More';
}

.collapse-module .collapse-module-button:not(.collapsed):after {
    content: '- Show Less';
}*/

.collapse-module-button {
    color: #3d3d3d;
    font-weight: bold;
}

.collapse-module-button:hover {
    color: #000000;
    text-decoration: none;
}

.collapse-module-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.collapse-module .collapse-module-button .collapse-module-icon:after {
    content: '\f146';
}

.collapse-module .collapse-module-button.collapsed .collapse-module-icon:after {
    content: '\f0fe';
}

.font-size-1-1 {
    font-size: 1.1rem;
}

.font-size-1-2 {
    font-size: 1.2rem;
}

.font-size-1-3 {
    font-size: 1.3rem;
}

.font-size-1-4 {
    font-size: 1.4rem;
}

.font-size-1-5 {
    font-size: 1.5rem;
}

tr.alert-danger td {
    border-color: rgb(245, 198, 203) !important;
    background-color: rgb(248, 215, 218) !important;
}

tr.alert-warning td {
    border-color: #ffeeba !important;
}

tr.alert-success td {
    border-color: #c3e6cb !important;
}

.green-text {
    color: #155724;
}

.red-text {
    color: #721c24;
}

.font-size-80 {
    font-size: 80%;
}

.popover {
    max-width: 400px;
}

.bold-border {
    border-width: 2px;
    border-color: #636363;
}

@media (max-width: 1000px) {
    .popover {
        max-width: 300px;
    }
}

@media (max-width: 800px) {
    .popover {
        max-width: 200px;
    }
}

.popover-body {
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
}

@media (max-height: 1000px) {
    .popover-body {
        max-height: 300px;
    }
}

@media (max-height: 600px) {
    .popover-body {
        max-height: 200px;
    }
}

.pmc-dark-card {
    border-color: #263746;
}

.pmc-dark-card > .card-header {
    background-color: #263746;
    color: white;
}

.pmc-dark-card > .card-body {
    background-color: rgb(248, 249, 250);
}

.pmc-orange-card {
    border-color: #A34F21;
}

.pmc-orange-card > .card-header {
    background-color: #EB8952;
}

.pmc-orange-card > .card-body {
    background-color: rgb(248, 249, 250);
}

.pmc-green-card {
    border-color: #72A13A;
}

.pmc-green-card > .card-header {
    background-color: #A9D376;
}

.pmc-green-card > .card-body {
    background-color: rgb(248, 249, 250);
}

.pmc-blue-card {
    border-color: #2267AB;
}

.pmc-blue-card > .card-header {
    background-color: #4DBFD0;
}

.pmc-blue-card > .card-body {
    background-color: rgb(248, 249, 250);
}

.pmc-yellow-card {
    border-color: #A38B27;
}

.pmc-yellow-card > .card-header {
    background-color: #FFE063;
}

.pmc-yellow-card > .card-body {
    background-color: rgb(248, 249, 250);
}

.readonly-textbox {
    border: none;
    background-color: transparent;
}

.margin-top-10{
    margin-top: 10px;
}

.font-weight-bold {
    font-weight: bold;
}

.background-color-green {
    background-color: #A9D376;
}

.background-color-yellow {
    background-color: #FFE063;
}

.background-color-blue {
    background-color: #4DBFD0;
}

.mhc-dashboard .card {
    margin-bottom:10px;
}

.mhc-txt-caption-link {
    padding-left: 0 !important;
    margin-top: 4px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}


.margin-left-5 {
    margin-left: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-0{
    padding-left: 0 !important;
}