﻿@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../assets/fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url("../assets/fonts/Montserrat-Black.ttf") format("truetype");
}


html, body {
    background-color: rgb(250, 250, 250) !important;
}


.md-icon-button {
    cursor: pointer;
}


md-card {
    font-family: Montserrat-Bold;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    height: 130px;
    margin-bottom: 30px;
    margin-right: 18px;
    border-radius: 12px;
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}


.title {
    padding: 0px;
}

    .title h3 {
        margin: 0px 0px 8px 0px;
        font-family: Montserrat-Bold;
    }

#page-container {
    background-color: rgb(250,250,250);
    padding-top: 35px;
}


.bg-light {
    background-color: #168aad !important;
}

.md-tab {
    font-family: Montserrat-Bold;
    font-size: 14px;
    padding: 12px 18px 0px 0px;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-transform: uppercase;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #ffbd00;
    }

.navbar-light .navbar-brand {
    color: #5e72e4;
    font-family: Montserrat-Bold;
    font-size: 14px;
}


.form-header {
    padding-top: 15px;
    padding-bottom: 8px;
}


h3 {
    text-transform: uppercase;
    font-family: Montserrat-Bold !important;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #66a523;
}

label {
    font-family: 'Montserrat-Bold' !important;
    font-size: 14px !important;
}

md-input-container .md-placeholder {
    font-family: 'Montserrat-Bold' !important;
    font-size: 14px !important;
}

md-divider {
    display: block;
    margin: 0px 0 20px 0;
    border-bottom: 2px dotted #e4e9f0;
}

md-card md-card-title md-card-title-text:only-child .md-subhead {
    padding-top: 18px;
}

md-card md-card-title md-card-title-text .md-subhead {
    padding-top: 0;
    font-size: 14px;
}


.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.pagination-sm {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0px;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    font-family: "Montserrat-Bold";
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -3px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.form-control {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    line-height: 1.5;
    margin-left: 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.checkbox-all {
    font-family: Montserrat-Bold !important;
    font-size: 13px !important;
    font-weight: 900;
}


md-input-container.md-default-theme .md-input, md-input-container .md-input, md-input-container md-select {
    color: rgba(0,0,0,0.87) !important;
    border-color: rgb(0,0,0) !important;
    border-width: 0 0 2px;
}

md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder, md-input-container.md-default-theme label, md-input-container label {
    color: rgb(0,0,0);
}


md-select::-webkit-input-placeholder {
    color: rgb(0,0,0);
}


.dropdown-menu.show {
    display: block;
}



.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    font-size: 13px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    display: none;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    list-style: none;
    text-align: left;
    color: #525f7f;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .4375rem;
    background-color: #168aad;
    background-clip: padding-box;
}



.dropdown-item {
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .5rem 1rem;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: unset !important;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .dropdown-item:hover {
        color: #ffbd00 !important
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset !important;
    }

.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
    font-size: 13px;
    margin-right: 1rem;
    vertical-align: -17%;
}

.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    font-family: Montserrat-Bold;
}

.md-dialog-content h5, h6 {
    text-align: left;
    font-size: 13px !important;
    font-family: Montserrat-Bold;
}



@media print {
    .noPrint {
        display: none;
    }
}

.print {
    position: absolute;
    margin-top: -8px;
    right: 30px;
}

md-dialog .md-dialog-content {
    padding: 18px;
}

.md-toolbar-tools {
    height: 45px;
}

md-toolbar {
    min-height: 40px;
}

.dropdown-menu-xl {
    min-width: 420px;
    border-radius: .4375rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color: #000000;
    /* background-clip: border-box;
    border: 2px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 0.75rem;*/
    margin: 8px 0px 8px 0px;
}

.card-1 {
    background-color: #0077b6;
}

.card-2 {
    background-color: #ffafcc;
}

.card-3 {
    background-color: #3a5a40;
}

.card-4 {
    background-color: #ff006e;
}

.card-5 {
    background-color: #3d5a80;
}

.card-6 {
    background-color: #003566;
}

.card-7 {
    background-color: #84a59d;
}

.card-8 {
    background-color: #ff8600;
}

.card-9 {
    background-color: #004e98;
}

.card-10 {
    background-color: #7b903b;
}

.card-11 {
    background-color: #94b0da;
}

.card-12 {
    background-color: #d38b5d;
}

.card-background {
    background-color: #fff3cd;
}

.reportcard-background {
    /*background-color: #69b578;*/
    background-color: #d0db97;
}

.table-reportbackground {
    --bs-table-bg: #ffa500;
}

.dash-background {
    background-color: #fff1f5;
}

.p-notes {
    /*color: rgb(244, 81, 30);*/
    color: #6d0c81;
    font-family: 'Montserrat-Bold';
    text-align: justify;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

    .card-body h5 {
        font-size: 13px;
        font-family: 'Montserrat-Bold';
        text-align: left;
    }

.card-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.card-body p {
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    text-align: left;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-body p > span {
    color: #072ac8;
}

.timeline {
    position: relative;
    /*max-width: 1200px;*/
    max-width: 1500px;
    margin: 0 auto;
}


    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #FF9F55;
        top: 0;
        bottom: 0;
        left: 0px;
        margin-left: 0px;
    }

.stage::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    background-color: orange;
    border: 4px solid rgb(255, 87, 34);
    top: 4px;
    border-radius: 50%;
    z-index: 1;
}

.stage::after {
    left: -8px;
}

.breadcrumb {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 15px;
    margin-top: 0px;
    margin-bottom: 16px;
    list-style: none;
    font-family: 'Montserrat-Bold';
    background-color: #7400b8;
    border-radius: 6px;
    color: #7400b8;
    text-transform: uppercase;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    color: #072ac8 !important;
    font-family: 'Montserrat-Bold' !important;
    font-weight: 800;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    color: rgba(0,0,0,0.87) !important
}

.md-select-value {
    border-bottom-width: 2px;
    font-family: 'Montserrat-Bold' !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: rgb(0,0,0);
    font-family: 'Montserrat-Bold' !important;
    font-size: 13px;
}


.md-icon-button-pop {
    width: 24px !important;
}
/*md-content.md-default-theme, md-content {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(250, 250, 250);
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 8px 0px;
}*/

.breadcrumb-item.active {
    color: #FFFFFF !important;
}

.heading-top {
    margin-top: 15px;
}

.md-button-top {
    margin-top: 22px;
    font-family: Montserrat-Bold;
    font-size: 13px;
}

.md-dialog-content h6 > span::first-letter {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.md-button {
    border-radius: 6px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0px 0px;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
}

.md-dialog-content h6 > span {
    color: rgb(255, 87, 34);
}

h6 > span {
    color: rgb(255, 87, 34);
}

.button-right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    md-toast {
        left: unset;
        right: unset;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border-radius: 0;
        bottom: unset;
        position: fixed;
        padding: 0;
    }
}


.form-style {
    margin-bottom: 50px;
}

.from-container {
    padding-bottom: 18px;
}

md-input-container .md-input {
    font-family: 'Montserrat-Bold' !important;
    font-size: 13px;
}

.approved-sign {
    text-align: center;
    margin: 28px 0px 28px 0px;
}

md-dialog {
    max-width: 90% !important;
    max-height: 90% !important;
}

.fa, .fab, .fad, .fal, .far, .fas {
    color: #ffbd00;
}

.icon {
    color: #5f0f40 !important;
}

@media print {
    .md-dialog-content {
        overflow: visible !important;
        height: 100% !important;
    }
}

.md-dialog-container {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 80;
    overflow: hidden;
}

.activestatus {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #ff9933;
}

.inactivestatus {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #d62828;
}

.userRole {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #03045e;
}

md-icon {
    color: #03045e !important;
}

.table th {
    background-color: #ffc8dd;
}

.table td {
    padding: 0.15rem;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #7400b8;
}

.table td .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    text-align: center !important;
}

.table td, .table th {
    vertical-align: middle !important;
    font-size: 12.5px;
    font-family: 'Montserrat-Bold';
    color:#000;
}

.complaintstatus {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #ff9933;
}

.complainttype {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #ff338d;
}

.prioritystatus {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #8093f1;
}

.complaintcard {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #ff4b33;
}

.report-header {
    border-bottom: 2px solid #444;
    padding: 0px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

    .report-header .logo {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-bottom: 5px;
    }

        .report-header .logo img {
            width: 120px;
            height: 110px;
        }

    .report-header .header-content {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .report-header .title {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin: 5px 0px 0px 5px;
        text-transform: uppercase;
    }

    .report-header .subtitle {
        text-align: center;
        font-size: 16px;
        color: #666;
        margin: 5px 0px 0px 5px;
    }

    .report-header .meta-info {
        font-size: 20px;
        font-weight: bold;
        margin: 5px 0;
        text-transform: uppercase;
        text-align: center;
    }

.table thead tr {
    text-align: center !important;
}

.table-scroll {
    max-height: 300px; /* or whatever height you want */
    overflow-y: auto;
    overflow-x: auto;
}

.table-head-fix {
    position: sticky;
    top: -1px;
}

.tr-center {
    text-align: center;
}

.td-center {
    text-align: center;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

.md-button.md-icon-button {
    margin: 0 0px;
    height: 25px;
    min-width: 0;
    line-height: 7px;
    padding: 0px;
    width: 25px;
    border-radius: 50%;
}

.md-toolbar-tools > .md-button:last-child {
    margin-right: 10px;
}
/*@media (min-width: 960px) {
    .md-padding {
        padding: 8px;
    }
}
*/

.margin-0 {
    margin-right: 0px;
    margin-left: 0px;
}

/*.btn-outline-primary {
    margin-top:8px;
    color: #FFFFFF;
    background-color: #007bff;
    background-image: none;    
    border-color: #007bff;
}*/

md-option .md-text {
    font-family: 'Montserrat-Bold';
}

/* Phones only */
/*@media (max-width: 599px) {
    .custom-slimScroll {
        max-height: 400px;
        overflow-y: auto;
    }
}*/

/* Tablets only */
/*@media (min-width: 600px) and (max-width: 1024px) {
    .custom-slimScroll {
        max-height: 400px;
        overflow-y: auto;
    }
}*/

@media (min-width: 960px) {
    md-toast.md-top {
        top: 60px;
    }
}

@media (min-width: 960px) {
    md-toast.md-bottom {
        bottom: 60px
    }
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #f4a261;
    color: rgb(250, 250, 250);
}

md-select-menu {
    margin-top: 60px !important;
}

md-radio-button {
    font-family: "Montserrat-Bold";
}

.menu-active {
    color: #62010c !important
}

/* Default for desktop and larger screens */
.table td {
    padding: 0.35rem;
}

/*Override for tablet and mobile screens */
@media (max-width: 1024px) {
    .table td {
        padding: 0.15rem;
    }

    .md-dialog-container {
        margin-top: 55px;
    }
}


md-select-header > input {
    width: 95%;
    height: 35px;
    font-family: "Montserrat-Bold";
    font-size: 14px;
}

.custom-info {
    margin: 12px 0 !important;
}

.search-info {
    margin: 4px 0 !important;
}

.bg-danger {
    background-color: #f8d7da !important;
}

.table-warning td {
    color: #ef233c !important;
}

md-input-container input,
md-input-container textarea {
    user-select: text !important;
    pointer-events: auto !important;
    -webkit-user-select: text !important; /* for Safari */
}

.sticky-select-header {
    position: sticky;
    top: 2px;
    background-color: white; /* match your dropdown background */
    z-index: 1;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.card-title > .fas {
    color: #fff !important;
}



.report-title {
    color: #ffffff;
}

.text-box-top {
    margin-top: -32px;
}

.option-top {
    margin-top: 24px;
}

.form-label {
    color: #390099;
    font-size: 14px !important;
    font-family: 'Montserrat-Bold' !important;
}

.form-select {
    font-size: 14px !important;
    font-family: 'Montserrat-Bold' !important;
}

.button-top {
    margin-top: 45px;
}

.btn {
    font-size: 14px;
    font-family: 'Montserrat-Bold' !important;
}

.logo-img{
    width:50px;
}
