:root {
    --background-color: #7367f0
}


.breadcrumb_Filter {
    top: 5px !important;
}

.modal-title {
    float: left;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #7367f0;
}

.ranges li.active { /*Changes is added here by Arpit Rajawat on 02-27-2019*/
    background-color: #7367f0 !important;
    border: 1px solid #7367f0 !important;
    color: #fff !important;
}

.ranges li:hover { /*Changes is added here by Arpit Rajawat on 02-27-2019*/
    background-color: #7367f0 !important;
    border: 1px solid #7367f0 !important;
    color: #fff !important;
}

.ranges li {
    color: #040404 !important;
}

#ClearFilters, #Filters {
    margin-right: 5px;
}

/*#ARAgingChart,#ARAgingpieChart {
    width: 100% !important;
    height: 300px !important;
}*/
#Grid_content .box-header {
    text-transform: uppercase;
}

body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    /*body.loading .loadingmodal {
        display: block;
    }

.loadingmodal {
    display: none;
    position: fixed;
    z-index: 5454545454554545;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0) url(../img/Loader.gif) 50% 50% no-repeat;
}*/

.Filter_sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 0px;
    z-index: 850;
}

.Filter_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 115px;
    min-height: 100%;
    /*width: 230px !important;*/
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}


.feedback {
    background-color: #7367f0;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    border-color: #7367f0;
    float: left;
    margin-top: -38px;
}

    .feedback:hover {
        background-color: #7367f0;
        cursor:pointer;
    }

#mybutton {
    position: fixed;
    right: -5px;
    z-index: 1;
}

#mybuttonopen {
    z-index: 1;
    position: absolute;
    margin-top: 18px;
    margin-left: -11px;
    margin-right: 10px;
}

#Filter_Title {
    margin-left: 40px !important;
}

.Filter_close {
    width: 125%;
    height: 45px;
}

.stringCol.CPTCode {
	width:50px !important;
}
.stringCol.CPTCode {
	width:65px !important;
}

/*.stringCol.CasCode  div{
	width:50px !important;
}*/

/*Changes added by Arpit Rajawat on 03-12-2019 */

.stringCol.AdjustmentType div{
	width:120px !important;
}

.numericCol.AdjustmentAmount div{
	width:85px !important;
}

.numericCol.Claimnumber div {
    width: 65px !important;
}

.stringCol.modifier div {
    width: 75px !important;
}

.stringCol.LastBillingNotes div {
    width: 210px !important;
}

/*.stringCol.RemarkCode div {
    width: 100px !important;
}*/

.stringCol.OtherModifiers div {
    width: 120px !important;
}

.stringCol.modifier div {
    width: 70px !important;
}

/*Changes Ended here */

.stringCol, .stringCol div:not(.ColumnWidthClass) {
 
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.DateCol, .DateCol div {
    width: 80px !important;
    word-wrap: break-word;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.numericCol {
    text-align: right;
    width: 80px !important;
    word-wrap: break-word;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.CustomSize {
    font-size: 25px;
    color: #7367f0;
}

@media (max-width: 767px) {
    .Filter_sidebar {
        padding-top: 112px;
    }

    #main {
        margin-right: 0px !important;
    }
    
}

/*.AdjustmentsReport_Rows.info-box :hover { /*Changes Added by Arpit Rajawat on 04-09-2019*
    background-color: #D3D3D3;
    color: #000;
    cursor:pointer;
}*/


.container_detail .mailbox-messages
{
    min-height:300px;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.dot {
  height: 15px;
  width: 15px;
  
  border-radius: 50%;
  display: inline-block;
}


/* CSS added by Vishal on 11-02-2025 */
.navbar-custom-menu:hover {
    background-color: unset !important;
}
.navbar-nav > .user-menu .user-image {
    float: unset !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    width: 40px;
    height: 40px;
}

.main-sidebar, #Openclosemenu, .main-header .logo, .main-footer {
    display: none !important;
}
.content-wrapper#main,
.sidebar-mini.sidebar-collapse .main-footer,
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px !important;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
    border-bottom: 3px solid rgba(115, 103, 240, .3);
}
.main-header .site-logo {
    width: 144px;
    height: 33px;
    display: flow-root;
    float: left;
    position: relative;
    top: 8px;
    left: 15px;
}
.content-wrapper#main {
    background-color: #f8f7fa !important;
    padding: 20px !important;
}
.content-wrapper .SubSection,
.content-wrapper .SubSection .box{
    background-color: unset !important;
}
.content-wrapper .SubSection .box {
    border-top: unset !important;
    box-shadow: unset !important;
}
.row.SubSection {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.content-wrapper#main .content-wrapper-box {
    padding: 10px 24px;
    border-radius: 10px !important;
    box-shadow: 0 .1875rem .75rem #2f2b3d24 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.content-wrapper#main .content-wrapper-box .content-header {
    padding: 0px !important;
}
.content-wrapper#main .content-wrapper-box .content-header > h1 {
    font-size: 20px;
    margin-bottom: 5px;
}

/* Loader CSS */
.loadingmodal {
    position: fixed;
    z-index: 5454545454554545;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(45 67 89 / 13%);
}
.loadingmodal .preloader {
    background: #ffffff05;
}
.preloader {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999999; /*100;*/
    background: #fff;
}
.spinner {
    width: 40px;
    height: 40px;
    top: 35%;
    position: relative;
    margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7367f0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.user-menu .dropdown-toggle {
    padding-top: 5px !important;
    margin-bottom: 5px !important;
}
.skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li.active {
    background: var(--background-color) !important;
}
.navbar-default .navbar-nav > li > a, .treeview  a{
    font-size: 16px;
}