﻿
body {
    font-family: Calibri;
    margin: 0px 0px 0px 0px;
}

.dvContainer {
    color: black;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 2px solid #0070c0;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
}

.dvHeaderClientAddress {
    height: 21px;
    text-align: left;
    font-family: Calibri;
    padding-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #203764;
    padding-left: 10px;
}

.spnHdrMessage {
    font-weight: 600;
    font-size: 16px;
}

.spn {
    float: right;
    padding-right: 10px;
}

.dvHeaderApp {
    background-color: #595959;
    height: 66px;
}

.HeaderiCON {
    height: 50px;
    padding: 10px;
    padding-bottom: 7px;
}

.spnHeaderTitle {
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    color: #30a8ae;
    vertical-align: middle;
}

#spnHdrMessage2 {
    color: #91d050;
}


.dvEmptyspace {
    height: 3px
}

select {
    border-color: #ffe699;
    padding-left: 8px;
    background-color: #fff4d4;
    border: .5px solid #ffe699;
    border-radius: 5px;
    height: 20px;
    opacity: 1;
    filter: Alpha(opacity=50);
}

.actionbtnEdit {
    background-image: url(/Images/Edit.png);
    background-repeat: no-repeat;
    border: none transparent;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    cursor: pointer;
    padding-right: 15px;
}

.actionbtnDelete {
    background-image: url(/Images/Delete.png);
    background-repeat: no-repeat;
    border: none transparent;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    cursor: pointer;
}

.actionbtnSave {
    background-image: url(/Images/Save.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    color: white;
    border: 0px currentColor;
    font-weight: normal;
    cursor: pointer;
    padding-right: 15px;
}
/*Removing Outline from Inputs in Chrome with CSS*/
input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

.actionButtons {
    color: white;
    border-radius: 4px;
    border: 0px currentColor;
    border-image: none;
    font-weight: normal;
    width: 105px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    height: 28px;
    cursor: pointer;
}

#btdNew {
    background-color: #5195d3;
}

#btnCancel {
    color: #fff;
    background-color: #d10a0a;
    border-color: #d10a0a
}

#tblrows tbody tr:hover td {
    background-color: #fce4d6;
}

.btnDeete {
    float: left;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
}

.control-label:after {
    content: "*";
    color: red;
}

label.required:after {
    content: " *";
    color: red;
}

#ModelPopUp tr td {
    text-align: right;
    vertical-align: middle;
}

    #ModelPopUp tr td label {
        margin-right: 35px;
        margin-bottom: 0px;
    }

.dropdown-toggle {
    overflow: hidden;
    padding-right: 24px /* Optional for caret */;
    text-align: left;
    /*text-overflow: ellipsis;*/
    width: 100%;
}
    /* Optional for caret */
    .dropdown-toggle .caret {
        position: absolute;
        right: 12px;
        top: calc(50% - 2px);
    }

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
    height: 200px;
    overflow-y: auto;
}

/*.dropdown-toggle::after {
    display: inline-block;
    margin-left: 100%;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/

.invalid input:required:invalid {
    background: #BE4C54;
}
/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
    background: #17D654;
}

.error {
    text-align: left;
    color: red;
}

#ModelPopUp {
    font-size: 14px;
    font-family: Calibri;
    padding-bottom: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.modal-body {
    padding-bottom: 20px;
}

    .modal-body td label {
        vertical-align: middle;
    }

.pagination-sm {
    margin-bottom: 0px;
}

.table td, .table th {
    border-top: none;
}

.tblGrid {
    cursor: pointer;
    width: 99%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 2%;
    /*border-style: dotted;*/
}

#trheader {
    cursor: pointer;
    border-collapse: collapse;
    height: 25px;
}

.tdHeader {
    height: 15px;
    font-family: Calibri;
    font-size: 16px;
    text-align: center;
    user-select: none;
    background-color: white;
    color: #000000;
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0.005em solid #FFFFFF;
    border-color: #FFFFFF;
    border-collapse: collapse;
    font-weight: bold;
    padding-top: 3px;
}

.searchBox {
    width: 99%;
    border-color: #ffe699;
    padding-left: 8px;
    background-color: #fff4d4;
    border: .5px solid #ffe699;
    border-radius: 5px;
    height: 20px;
    opacity: 1;
    filter: Alpha(opacity=50);
}

.tdData {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
}

/*#imgHrd {
    background-image: url(/Images/Nurse.PNG);
    height: 66px;
}*/

#btnSave {
    width: 70px;
}

.selectedColor {
    background-color: #fce4d6;
}

/*#tblfooter {
    margin-top: 16px;
}*/
#tdpagination {
    width: 20%;
}

#tdPageNum {
    width: 20%;
    padding-left: 40px;
}

#dvPageNum {
    margin-bottom: 0px;
}

#prePageNum {
    margin-bottom: 0px;
}

#tdbnts {
    width: 60%;
}

#dvBtns {
    float: right;
    margin-right: 25px;
    /*margin-top: 10px;*/
}

/**SET POPUP MODEL ROW HEIGHT*/
table.table tr {
    height: 20px;
}

table.table td {
    height: 20px;
    padding: 5px;
}

#SelectedVal {
    height: 38px;
}

.dropdown-item {
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle::after {
    float: right;
    top: 50px;
    margin: 10px;
}

.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /*content: "";*/
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 0px;
}

.dropdown-toggle {
    padding-right: 2px;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: gray;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #495057;
    border: 1px solid #ced4da;
    opacity: unset;
}

.HelpPage {
    float: right;
    margin-right: 25px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: underline;
    color: #ffc700;
    cursor: pointer;
    margin-top: -2px;
}

#dvtabs {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: -9px;
}

.spnButton {
    /*padding-left: 5px;
    color: #595959;
    font-family: Calibri;
    font-weight: bold;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor:pointer;*/
    padding: 0px;
    width: 100px;
    height: 30px;
    /* color: rgb(0, 112, 192); */
    font-size: 16px;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 3px;
    border-bottom-width: 0px;
    border-left-width: medium;
    border-right-style: none;
    border-left-style: none;
    background-color: white;
    border-top-width: 0px;
    margin-right: 20px;
    font-weight: bold;
    color: #747474;
    cursor: pointer;
    margin-bottom: 15px;
    outline: none;
    font-family: Calibri;
    font-size: 18px;
}

.spnClick {
    border-bottom: 3px solid #30a8ae;
}

.form-check-input {
    margin-left: 0px;
}

.color-orange {
    color: orange;
    /*font-weight: bold;*/
}

.color-red {
    color: red;
    font-weight: bold;
}


.black_overlay {
    display: none;
    position: absolute;
    background-image: url(../../Images/ellipsis.gif);
    background-repeat: no-repeat;
    background-position: center;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}


html, body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.spnTab {
    font-family: Calibri;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.tdDataRule {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
}

.tdDataOrigin {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
}

.tdDataValue {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
}

.status-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

    .status-indicator[data-active="true"] {
        background-color: green;
    }

    .status-indicator[data-active="false"] {
        background-color: red;
    }


.modal-contentInfo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.searchBoxActive {
    width: 99%;
    border-color: #ffe699;
    padding-left: 8px;
    background-color: lightgray;
    border: .5px solid #ffe699;
    border-radius: 5px;
    height: 20px;
    opacity: 1;
    filter: Alpha(opacity=50);
}

#Off {
    color: red;
    font-weight: bold;
}

#On {
    color: #63cb42;
    font-weight: bold;
}


.tdDataStats {
    height: 27px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
    font-weight: 600;
}

.tblGridStats {
    cursor: pointer;
    width: 95%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 31%;
}

/*.tblGridStats {
    cursor: pointer;
    width: 91%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 8%;
}*/
.tdDataStatsTotal {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
    font-weight: 600;
}

.tdDataStatsDoller {
    height: 24px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
    font-weight: 600;
}


#Total {
    border-bottom: 3px groove;
    margin-top: 0.5%;
    width: 6%;
    margin-left: 25.6%;
}

#TotalTbl {
    font-weight: 600;
    font-family: Calibri;
    font-size: 14px;
}

#StatsPage {
    /* margin-right: 36px;
    margin-top: 48px;
    width: 100%;
    margin-left: -1px;*/
    width: 42%;
    margin-left: -8.2%;
}

#BackChart {
    color: #fff;
    background-color: #5195d3;
    border-color: #5195d3
}


.dropdown-toggle {
    overflow: hidden;
    padding-right: 24px /* Optional for caret */;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
}
    /* Optional for caret */
    .dropdown-toggle .caret {
        position: absolute;
        right: 12px;
        top: calc(50% - 2px);
    }

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0px !important;
    width: 100% !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 87%;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#trheader2 {
    cursor: pointer;
    border-collapse: collapse;
    height: 25px;
}

.tbltop label {
    font-weight: bold;
    color: #999797 /*#c5c1c1*/;
    font-size: 18px;
}

.tbltop input {
    border-radius: 4px;
    /* background-color: #f7d08c73; */
    font-size: 17px;
    padding: 4px;
    padding-left: 8px;
    /* color: black; */
    border: none;
    width: 39%;
    background-color: #fff4d4 !important;
    border: 0.5px solid #ffe699 !important;
    border-color: #ffe699 !important;
    height: 18px;
}

#gobtn {
    background-color: mediumseagreen;
    color: white;
    height: 29px;
    width: 42px;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    margin-top: -1px;
    margin-left: 33px;
}

#gobtnStatsPageFirstID {
    background-color: mediumseagreen;
    color: white;
    height: 29px;
    width: 42px;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    margin-top: -1px;
    margin-left: 33px;
}

.custom-button {
    padding: 0px;
    padding-right: 8px;
    font-size: unset;
    width: 110px;
    background-color: #fff4d4;
    border: .5px solid #ffe699;
    border-color: #ffe699;
    line-height: unset;
    height: 28px;
    margin-left: 10px;
}

    .custom-button:hover {
        background-color: #fff4d4 !important;
        border: .5px solid #ffe699 !important;
        border-color: #ffe699 !important;
        /*color: #fff4d4 !important;*/
        margin-left: 10px;
    }

.dropdown-toggle {
    overflow: hidden;
    padding-right: 7px /* Optional for caret */;
    /*text-align: left;*/
    text-overflow: ellipsis;
    width: 100%;
    padding-left: 8px;
}
    /* Optional for caret */
    .dropdown-toggle .caret {
        position: absolute;
        right: 12px;
        top: calc(50% - 2px);
    }

    .dropdown-toggle::after {
        display: inline-block;
        /*margin-left: 50%;*/
        vertical-align: .255em;
        content: "";
        border-top: .5em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right;
        top: -1px;
        position: relative;
        margin-left: 10px;
    }

#TotalPayer {
    /*border-bottom: 3px groove;*/
    margin-top: 0.6%;
    width: 10%;
    margin-left: 34%;
    margin-bottom: -83px;
}

.tblGridStatsSecond {
    cursor: pointer;
    width: 79%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 20%;
}
/*
.tblGridStatsSecond {
    cursor: pointer;
    width: 34%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 8%;
}*/

.tblGridStatsSecondChart {
    cursor: pointer;
    width: 33.3%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 8.3%;
}

.tdDataStatsSecondChart {
    height: 27px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
    font-weight: 600;
}

#OkayBtn {
    float: right;
    margin-right: 25px;
    margin-bottom: 10px;
    background-color: #0069d9;
    border-color: #0069d9;
}









#chart-container {
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chart-segment {
    position: absolute;
    width: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: width 0.5s;
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}




#treemap {
    width: 37%;
    float: right;
    margin-right: 8%;
    margin-top: 23px;
    height: 252px;
}

.tblGridStatsSecondChartTitle {
    cursor: pointer;
    width: 40%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 53%;
    margin-bottom: -26px;
}


#chartdiv {
    width: 100%;
    height: 344px;
    margin-top: -340px;
}

#theaderChart {
    background-color: goldenrod;
    color: white;
    text-align: center;
    padding: 1;
}

#MonthDropChart {
    margin-left: 34px;
    font-weight: bold;
    color: #999797 /*#c5c1c1*/;
    font-size: 18px;
}

#MonthDropChartforStats {
    margin-left: 34px;
    font-weight: bold;
    color: #999797 /*#c5c1c1*/;
    font-size: 18px;
}
.Desc {
    font-weight: 800;
    margin-left: 56%;
    margin-top: -25px;
}



.tdDataStatsFilesLine {
    height: 27px;
    font-family: Calibri;
    font-size: 14px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    border-top: 0px solid #D9D9D9;
    border-bottom: 1px solid #ffffff;
    border-left: 0px solid #D9D9D9;
    border-color: #ffffff;
    border-collapse: collapse;
    border-bottom: 0.7px solid #979797;
    font-weight: 600;
    padding-right: 52px;
}
.custom-modal-width {
    min-width: 400px;
}

.modal-header {
    position: relative;
}

    .modal-header .close {
        position: absolute;
        right: 2.3rem;
        top: 1.7rem;
    }
