﻿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;
*/
}

.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;
}

.spnclose {
    float: right;
    padding-right: 10px;
}

.dvHeaderApp {
    background-color: #595959;
    height: 70px;
}

.HeaderiCON {
    height: 50px;
    padding: 10px;
    padding-bottom: 7px;
}

.spnHeaderTitle {
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
    color: #30a8ae;
    vertical-align: middle;
}

#spnHdrMessage2 {
    color: #91d050;
}

.dvEmptyspace {
    height: 5px
}

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 {
    /*background-color: #ed7d31;*/
    background-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: 27px;
        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: 13px;
}

    .modal-body td label {
        vertical-align: middle;
    }

.pagination-sm {
    margin-bottom: 0px;
}

.table td, .table th {
    border-top: none;
}

.tblGrid {
    cursor: pointer;
    width: 98%;
    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: 1px;
}

.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: 1px;
}

#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: 1.5%;
}

/**SET POPUP MODEL ROW HEIGHT*/
table.table tr {
    height: 20px;
}

table.table td {
    height: 20px;
    padding: 5px;
    margin-right: 226px;
}
/*#SelectedVal {
    height: 38px;
    id="btnDescription"
}*/

.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: 20px;
    margin-bottom: 20px;
}

.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;
}

#tdActive, #thSearchActive, #tdActive, #tdEmptyActive {
    width: 10%;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
    }
}



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;
}

span.required:after {
    content: " *";
    color: red;
}

.control-span:after {
    content: "*";
    color: red;
}


.spnHeaderTitleDesc {
    font-family: Calibri;
    font-size: 17px;
    /*font-weight: bold;*/
    padding-left: 5px;
    color: orange;
    /*color: white;*/
    /*color:darkgray;*/
    vertical-align: -3px;
    text-decoration-style: wavy;
}



.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}

.modal:nth-of-type(even) {
    z-index: 1062 !important;
}

#btnDescription {
    /*height: 38px;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100%);
    max-width: 220px;
}


#ContractTypeErr {
    position: absolute;
    top: 57px;
}


#tdShow:hover {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

#tdShow {
    color: blue;
    background-color: transparent;
}

h1.loading {
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}



span[class^="dot-"] {
    opacity: 0;
}



.dot-one {
    animation: dot-one 2s infinite linear
}



.dot-two {
    animation: dot-two 2s infinite linear
}



.dot-three {
    animation: dot-three 2s infinite linear
}



@keyframes dot-one {

    0% {
        opacity: 0;
    }



    15% {
        opacity: 0;
    }



    25% {
        opacity: 1;
    }



    100% {
        opacity: 1;
    }
}



@keyframes dot-two {

    0% {
        opacity: 0;
    }



    25% {
        opacity: 0;
    }



    50% {
        opacity: 1;
    }



    100% {
        opacity: 1;
    }
}



@keyframes dot-three {

    0% {
        opacity: 0;
    }



    50% {
        opacity: 0;
    }



    75% {
        opacity: 1;
    }



    100% {
        opacity: 1;
    }
}

#LoadingRed {
    float: right;
    margin-right: 2%;
    color: #DDA0DD;
    font-weight: bolder;
    font-size: 24px;
    vertical-align: middle;
    margin-top: -52px;
    display: none;
}


.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);
}

/*.......siva ............*/

#dvsitemain {
    min-width: 85px;
    overflow-y: auto;
    /*height: 94%;*/
    margin-top: 23px;
}

w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-xxlarge {
    font-size: 36px !important;
}

.w3-xxxlarge {
    font-size: 48px !important;
}

.w3-jumbo {
    font-size: 64px !important;
}

.w3-sidebar {
    top: 0px;
    left: 0px;
    height: 100%;
    position: fixed !important;
    z-index: 1;
    text-align: center;
}

.w3-black {
    color: white !important;
    background: #595959 !important; /*DodgerBlue;*/
}

/*.w3-button{padding:16px 42px;}*/
.w3-button {
    padding: 10px 5px;
}

    .w3-button:hover {
        /*color: #000 !important;
        background-color: #808080 !important;*/
    }

.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    display: block;
}

.Nav-Divider {
    margin-top: -14px;
    height: 0px !important;
    background-color: dimgrey !important;
    border: solid 0.5px dimgrey !important;
}

.Nav-Images {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.Card-Divider {
    border: none;
    margin-top: 4px;
    height: 1px !important;
    background-color: #f1f1f1 !important;
}

.w3-panel {
    position: absolute !important;
    padding: 3px 3px;
    background: White;
    border-style: solid;
    border-color: DeepSkyBlue;
    border-width: 1px;
}

.w3-container {
    width: 100%;
    height: 450px;
    /*padding-top: 10px;*/
}

.w3-light-grey {
    color: #000 !important;
    background-color: #F5F5F5 !important;
}

.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.w3-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.card-Rows {
    width: calc(100%-40px);
    line-height: 36px;
    padding-left: 30px;
    padding-right: 10px;
    color: #7F7F7F;
    font-family: Helvetica;
    font-size: 13px;
}

.w3-circle {
    border-radius: 20px;
    width: 36px;
    line-height: 19px;
}

.PanelTitles {
    position: relative;
    Left: 15px;
    top: -15px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
}

.PanelButton {
    position: relative;
    color: White;
    background: #ff751a;
    outline-style: none;
    border: none;
    float: right;
    top: 8px;
    font-size: 14px !important;
    cursor: pointer;
}

.PanelIcons {
    position: relative;
    top: -5px;
    left: 10px;
    height: 29;
    width: 29;
}

.filter-drop-shadow {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}

/*button:active {
    color: #000 !important;
    background-color: #CCC !important;
}
*/
.ActionButtons, .ActionButtonsBlue {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    width: 110px;
    height: 30px;
    color: White;
    border-radius: 5px;
    outline-style: none;
    position: relative;
    border: none;
    float: left;
    font-size: 14px !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 70px;
}

.ActionButtonsBlue {
    background: #5B9BD5;
}

#btnEditExp {
    display: block;
    background-color: green;
    border-color: #00646c;
    color: white;
    width: 108px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1px;
    margin-top: -30px;
    margin-left: 2%;
    border-radius: 4px;
    border: none;
}

#h3 {
    position: relative;
    top: 11px;
    border-top: 1px solid grey;
    /* width: 600%;*/
    color: grey;
    height: 10px;
    /*margin-left: -1%;*/
}

.spnHeaderTitleLegacyName {
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    color: ghostwhite;
    vertical-align: middle;
}

#MainBox {
    background-color: #FFFFFF;
    padding: 10px;
    padding-bottom: 25px;
    /*height: 93%;
    width: 99%;*/
    overflow: hidden;
    padding-top: 7px;
    border-bottom-color: red;
    padding-right: 0px;
    padding-left: 7px;
    /*border-bottom: 1px solid #30a8ae;*/
    border-top: 1px solid #30a8ae;
    border-left: 1px solid #30a8ae;
    border-right: 1px solid #30a8ae;
    margin-left: 61px;
}

.imglogo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 69px;
    width: 100%;
    background-image: url('../Images/MenuCollapse1.png');
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 21px;
}

/*#aDataMap {
    background-color: #0d0d0d !important;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}*/

/*#aClaimsReviewQueue {
    background-color: #0d0d0d !important;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}*/
/*
#aSettings {
    background-color: #0d0d0d !important;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}*/
#OverviewTab {
    margin-left: 5%;
}

#StatsTab {
    /* width: 30%;
    margin-left: 35%;
    margin-top: 10%;
    border: 1px solid gray;
    border-radius: 5px;*/
}

.highlight {
    background-color: #0d0d0d !important;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}
/*Rule OverView Style*/
.RulePage {
    Margin: 5px;
    padding: 5px;
}

.tblOne {
    height: 60%;
    width: 35%;
}

.tblTwo {
    height: 60%;
    width: 35%;
}

.formcontrol {
    line-height: 42px;
    width: 150px;
    text-align: center;
    border-spacing: 0 15px;
    padding: 5px;
    margin-bottom: 20px;
    font-size: medium;
}

    .formcontrol label {
        text-align: right;
        font-size: 19px;
        font-weight: bold;
        vertical-align: middle;
    }

.inpt {
    Width: 125%;
    Height: 71%;
    padding-left: 10px;
    background-color: #F7D08C;
    font-size: 18px;
    color: black;
    border: none;
    border-radius: 5px;
    margin-left: 21px;
}


#RuleOverView {
    line-height: 30px;
    resize: none;
    padding-left: 12px;
    background-color: #F7D08C;
    font-size: 18px;
    color: black;
    border: none;
    width: 125%;
    height: 210px;
    border-radius: 22px;
    margin-left: 21px;
}



.switch {
   /* pointer-events: none;*/
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    right: 40%;
}

.toggle-input {
    display: none;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        border-radius: 50%;
        transition: .4s;
    }

.toggle-input:checked + .toggle-slider {
    background-color: #2196F3;
}

    .toggle-input:checked + .toggle-slider:before {
        transform: translateX(26px);
    }

.verticalLine {
    border-left: 2px solid gray;
    height: 444px;
    position: absolute;
    top: 0%;
    opacity: 60%;
    left: 48%;
}

.inpt2 {
    Width: 150%;
    Height: 52%;
    padding-left: 10px;
    background-color: #F7D08C;
    font-size: 18px;
    color: black;
    border: none;
    border-radius: 5px;
}
/*Rule Stats Style*/
#StatsPage {
    margin-right: 36px;
    margin-top: 29px;
    width: 100%;
    margin-left: -1px;
}

#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: 63%;
}

.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: -2px;
        position: relative;
        margin-left: 10px;
    }

#TotalPayer {
    /*border-bottom: 3px groove;*/
    margin-top: 0.6%;
    width: 7%;
    margin-left: 34%;
    margin-bottom: -83px;
}

.tblGridStatsSecond {
    cursor: pointer;
    width: 80%;
    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: 36%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 8.8%;
}

.tdDataStatsSecondChart {
    height: 27px;
    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;
}

#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;
}





body {
    background: #000;
}


/*#treemap {
    width: 47%;
    float: right;
    margin-right: 6%;
    margin-top: -17px;
    height: 371px;
}

.tblGridStatsSecondChartTitle {
    cursor: pointer;
    width: 40%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 44%;*/
    /*margin-bottom: -26px;*/
    /*margin-top: -3%;
    position: absolute;
}*/

/*#Month {
    margin-left: 120px;
    font-weight: bold;
    color: #999797;
    font-size: 18px;
}*/

/*.Desc {
    font-weight: 800;
    margin-left: 58%;
    margin-top: 22px;
}*/

.StatsTabD {
    width: 30%;
    margin-left: 35%;
    margin-top: 10%;
    border: 1px solid gray;
    border-radius: 5px;
}

.tdDataStatsSecondChartCollection {
    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-left: 23px;
}








#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: 40%;
    float: right;
    /*margin-right: 116px;*/
    margin-right: 5%;
    margin-top: 23px;
    height: 323px;
}

.tblGridStatsSecondChartTitle {
    cursor: pointer;
    width: 40%;
    border-width: 0.5px;
    border-color: #D9D9D9;
    table-layout: fixed;
    margin-left: 50%;
    margin-bottom: -26px;
}
#Month {
    margin-left: 819px;
    font-weight: bold;
    color: #999797;
    font-size: 18px;
}

.Desc {
    font-weight: 800;
    margin-left: 55%;
    margin-top: -4px;
}

















/*@media screen and (max-width:1395px){
    #txtLastName {
       Height: 59%;

    }
 }*/
/*@media screen and (max-width:1430px) {
    #Month {
        margin-left: 770px;
    }
}
@media screen and (max-width:1366px) {
    #Month {
        margin-left: 730px;
    }
}

#BottomLineStats {
    border-top: 1.5px solid grey;
    color: grey;
    height: 10px;
    width: 91%;
    position: absolute;
    margin-top: -5%;
    margin-left: 40px;
}

#MonthAndYear {
    margin-bottom: 17px;
    margin-top: 88px;
    margin-left: -762px;
}

#StatsWord {
    position: absolute;
    margin-top: -82px;
    margin-left: 63PX;
    color: gray;
}

#yearWord {
    margin-left: -7px;
    font-weight: bold;
    color: #999797 /*#c5c1c1*/;
/*font-size: 18px;
}*/

#LineTopOfClose {
    border-top: 1.5px solid grey;
    color: grey;
    height: 10px;
    width: 95%;
    margin-top: 1%;
    margin-left: 40px;
}


.tdDataStatsSecondChartTotoal {
    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-left: 15px;
}

#tdMaxQty {
    text-align: left;
    padding-left: 15px;
}

/*RuleSwitchAuditLog*/

#btnAuditlog {
    background-color: #2196F3;
}


#AlertBtmLine {
    border-bottom-style: inset;
    top: 10px;
    margin-bottom: 54px;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}