﻿@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;
}

body, html {
    overflow: hidden !important;
}




.patient-list td, .patient-list thead th {
    border-top: none !important;
}

.save-button {
    background: linear-gradient(40deg,#05ffa3,#2096ff) !important;
    color: #FFF !important;
}

.clear-button {
    background-color: #aa66cc !important;
    color: #FFF !important;
}

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;
}

#circle {
    width: 40px;
    height: 40px;
    border: 2px solid rgb(0,0,255);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    margin-left: 200px;
    text-align: center;
    padding-top: 7px;
    font-family: Montserrat-Bold;
}

.bg-bus {
    height: auto !important;
}

.tex-color {
    color: #66a523;
}

.bg-color-2 {
}

.bg-color-3 {
}

.bg-color-4 {
}

.bg-color-5 {
}

.bg-color-6 {
}

.bg-color-7 {
}

.bg-color-8 {
}


.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: #ffffff;    
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}


md-toast.md-top {
    position: fixed !important;
}

@media (min-width: 960px) {
    md-toast .md-top {
        top: 0;
        position: fixed !important;
    }
}



/*admin page */
.logindoc-profile {
    padding: 13px 15px 12px 15px;
    white-space: nowrap;
    position: relative;
    height: 115px;
    background: #ab9ae5;
}

    .logindoc-profile > h5 {
        font-family: Montserrat-Bold;
        color: #fff;
        float: left;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.3px;
        line-height: 22px;
        margin: 5px 0;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .logindoc-profile > ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .logindoc-profile > ul > li {
            float: left;
            padding: 0 1px;
            width: 33.333%;
        }

            .logindoc-profile > ul > li > span {
                background: #ffffff none repeat scroll 0 0;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                color: #555;
                float: left;
                font-size: 15px;
                padding: 5px 0;
                text-align: center;
                width: 100%;
                font-weight: 700;
            }

                .logindoc-profile > ul > li > span i {
                    float: left;
                    font-size: 12px;
                    font-style: normal;
                    letter-spacing: 0.3px;
                    line-height: 14px;
                    width: 100%;
                    font-weight: 900;
                    font-family: Montserrat-Bold;
                }

.bg-light {
    background-color: #d4e09b !important;
}

.md-tab {
    font-family: Montserrat-Bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #540d6e;
    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: rgba(0,0,0,.7) !important;*/
        color: #FFFFFF !important;
    }

.navbar-light .navbar-brand {
    color: #5e72e4;
    font-family: Montserrat-Bold;
    font-size: 14px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 900;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    font-family: Montserrat-Bold;
    font-size: 14px;
    border: 0;
}

.table td {
    text-align: left !important;
}

.form-header {
    padding-top: 15px;
    padding-bottom: 8px;
}

.patient-info td, thead th {
    text-align: center !important
}


.active {
    /*color: rgba(0,0,0,.9) !important;*/
    color: #FFFFFF !important;
}

.patient-content {
    border-radius: 8px;
}

    .patient-content h3 {
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

.doctor-content {
    border-radius: 8px;
}

    .doctor-content h3 {
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

.nurse-content {
    border-radius: 8px;
}

    .nurse-content h3 {
        font-family: Montserrat-Bold;
        font-size: 16px;
    }


.patient-tbl h3 {
    font-family: Montserrat-Bold;
    font-size: 16px;
}

.patientsearch h3 {
    font-family: Montserrat-Bold;
    font-size: 16px;
}

md-card md-card-title {
    padding: 8px 0px 0px 18px !important;
}

md-card md-card-content {
    display: block;
    padding: 6px 8px 8px 0px !important;
}

.cards-icon {
    font-size: 16px !important;
}

.total-patient {
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #fe5d70;
}

.opd-Patient {
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #01a9ac;
}

.das-lab {
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(to right, #fe9365, #feb798);
}

.das-Yes {
    font-family: Montserrat-Bold;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.patientName {
    font-family: Montserrat-Bold;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 12px 0px 0px 0px;
}

.doctorName {
    font-family: Montserrat-Bold;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 12px 0px 0px 0px;
}

.nurseName {
    font-family: Montserrat-Bold;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 12px 0px 0px 0px;
}

address {
    margin-bottom: 0rem;
    font-style: normal;
    line-height: inherit;
    padding: 0px 0px 0px 35px;
    font-size: 16px;
    font-family: Robotot-Bold;
    font-weight: 900;
}

h3 {
    text-transform: uppercase;
    font-family: Montserrat-Bold !important;
    font-size: 1.05rem !important;
    font-weight: 600;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #66a523;
    color: rgb(0,0,255);
}

form-header > span {
    text-transform: unset !important;
    font-family: Montserrat-Bold !important;
    font-size: 1.05rem !important;
    font-weight: 600;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #66a523;
}

.md-select-value {
    border-bottom: 2px solid rgb(0, 0, 0) !important;
}

label {
    font-family: 'Montserrat-Bold' !important;
    font-size: 15px !important;
}

md-input-container .md-placeholder {
    font-family: 'Montserrat-Bold' !important;
    font-size: 15px !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: 15px;
}

.card1 {
    background: #fafcc2;
    color: #6a2c70;
}

.card2 {
    background: #0278ae;
    color: #fff;
}

.card3 {
    background: #0f3057;
    color: #fff;
}

.card4 {
    background: #150485;
    color: #fff;
}

.card5 {
    background: #794c74;
    color: #fff;
}

.card6 {
    background: #7579e7;
    color: #fff;
}

.card7 {
    background: #6a2c70;
    color: #fff;
}

.card8 {
    background: #821752;
    color: #fff;
}

.card9 {
    background: #ff9a76;
    color: #fff;
}

.card10 {
    background: #99f3bd;
    color: #000;
}

.form-data {
    background: #fff !important;
    border-radius: 8px;
    margin-right: 0px;
    margin-left: 0px;
}

.fade:not(.show) {
    opacity: unset !important;
}

.modal-content {
    position: absolute !important;
    border: none;
}

.modal {
    position: absolute !important;
    top: 20px;
}

.modal-header {
    justify-content: center;
    padding-bottom: 2px !important;
    border-bottom: 0px;
}

.modal-header-1 {
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #e9ecef;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.pagination-sm {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table-content {
    background: #fff;
    border-radius: 8px;
    padding-top: 10px;
}

.table td, .table th {
    padding: 0.45em 0em 0.75em 0em !important;
    vertical-align: middle !important;
    border-top: 1px solid #274c77 !important;
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: rgb(244,81,30) !important;
    color: rgb(250,250,250);
}

.result > .table thead th {
    border-bottom: none !important;
}

.result > .table thead tr, tbody tr {
    text-align: center;
}

.result .title {
    font-size: 18px;
    font-family: Montserrat-Bold;
}

.result > .table thead tr th {
    font-size: 25px;
    font-family: Montserrat-Bold;
}

.result > .table td {
    border-top: none !important;
    font-weight: 900;
    font-size: 18px !important;
}

.result > .table th {
    border-top: none !important;
}

.table td, .table thead th {
    border: 2px solid #274c77 !important;
    font-family: Montserrat-Bold;
    font-size: 14px;
    text-align: center !important;
}

.lab-report-title {
    margin: 8px 0px 8px 0px;
    text-align: center;
}

.form-control {
    display: block;
    width: 90%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 8px;
    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: 1.50rem !important;
    font-weight: 900;
}

.batch-input {
    margin: 0px 8px 0px 8px;
    text-align: center;
}

canvas {
    width: auto !important;
    height: 500px !important;
}

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);
}

/*Nav bar and drop down*/
.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

    .rounded-circle, .avatar.rounded-circle img {
        border-radius: 50% !important;
    }

    .avatar img {
        width: 100%;
        border-radius: .375rem;
    }

img {
    vertical-align: middle;
    border-style: none;
}

.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
    animation: show-navbar-dropdown .25s ease forwards;
    pointer-events: auto;
    opacity: 1;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar .dropdown-menu {
    margin: 0;
    pointer-events: none;
    opacity: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-header {
    font-size: .625rem;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
}

.dropdown-header {
    font-size: .875rem;
    display: block;
    margin-bottom: 0;
    padding: .5rem 1rem;
    white-space: nowrap;
    color: #8898aa;
    font-family: Montserrat-Bold;
}

.bill-label {
    font-family: 'Montserrat-Bold' !important;
    font-size: 18px !important;
}

.bill-table td, .bill-table thead th {
    font-size: 20px !important;
}

h6 {
    font-size: 15px !important;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    min-width: 12rem;
    background-color: #5f939a !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    font-size: 1rem;
    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: #fff;
    background-clip: padding-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}


    .dropdown-menu .dropdown-item {
        font-size: .875rem;
        padding: .5rem 1rem;
    }

.dropdown-item {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .5rem 1rem;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset !important;
    }

.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
    font-size: 1rem;
    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: 30px;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
}

.amount-width {
    width: 90px;
}

.bill-right {
    float: right;
}

.bill-image {
    width: 80px;
    position: absolute;
    top: 24px;
    z-index: -1;
}

@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;
}
/* dashboard card*/

.card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
    text-decoration: none !important;
}

.card-stats .card-body {
    padding: 1rem 1.5rem;
}

.card-body {
    min-height: 1px;
    padding: 1.5rem;
    flex: 1 1 auto;
}

.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}

.text-muted {
    color: #8898aa !important;
}

.text-uppercase {
    text-transform: capitalize !important;
    font-family: Montserrat-Bold;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.col-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
}

.card-body p {
    font-family: Montserrat-Bold;
    color: #0056b3 !important;
}

.text-white {
    color: #fff !important;
}

[class*='shadow'] {
    transition: all .15s ease;
}

.bg-gradient-red {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-green {
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.text-white {
    color: #fff !important;
}

.text-white {
    color: #fff !important;
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.rounded-circle, .avatar.rounded-circle img {
    border-radius: 50% !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/*table*/

.table-bordered {
    border: 1px solid #e3e6f0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    /*color: #858796;*/
}

/*Upload button*/
.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #1FB264;
        border: 4px dashed #ffffff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 100;
        text-transform: uppercase;
        color: #15824B;
        padding: 60px 0;
    }

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

.student-details-print h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.10rem;
    font-family: Montserrat-Bold;
}

.student-details-print h6 {
    text-align: center;
    font-size: 1.10rem !important;
    font-family: Montserrat-Bold;
}

.student-label {
    font-family: 'Montserrat-Bold' !important;
    font-size: 20px !important;
    padding-bottom: 8px;
    line-height: 40px;
}

.student-label-right {
    font-family: 'Montserrat-Bold' !important;
    font-size: 20px !important;
    float: right;
    padding-bottom: 8px;
}

.student-label-ajust {
    font-family: 'Montserrat-Bold' !important;
    font-size: 20px !important;
    margin-left: 200px;
    padding-bottom: 8px;
}

.student-photo {
    width: 150px;
    height: 150px;
    border: 1px solid;
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}



.student-details-print .bill-image {
    width: 80px;
    position: absolute;
    top: 24px;
    z-index: auto;
}

#student_ID {
    width: 40px;
    height: 40px;
    border: 2px solid rgb(0,0,255);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    margin-left: 12px;
    margin-top: -14px;
    text-align: center;
    padding-top: 7px;
    font-family: Montserrat-Bold;
}


.fixTableHead thead th {
    position: sticky;
    top: 0;
}

.table .thead-dark th {
    color: #fff;
    background-color: #FA8CAA;
    border-color: #FA8CAA;
}


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 15px;
    margin-top: 20px;
    margin-bottom: 1rem;
    list-style: none;
    font-family: 'Montserrat-Bold';
    background-color: #f2e8cf;
    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: rgb(0,0,255) !important;*/
    color: rgb(0,0,0) !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,255);
    font-family: 'Montserrat-Bold' !important;
    font-size: 15px;
}

md-content {
    margin-top: 40px;
}

.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);
}

.breadcrumb-item.active {
    color: #7400b8;
}

thead {
    background-color: #274c77;
    color: #fff3b0;
}

.heading-top {
    margin-top: 6px;
    text-align: center !important;
}

.md-button-clik {
    margin-top: 22px;
    background-color: #3f88c5 !important;
    font-family: Montserrat-Bold;
    font-size: 15px;
}

.md-dialog-content h6 > span {
    color: rgb(255, 87, 34);
}
.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;
    }

@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;
    }
}