.breadcrumb_Filter {
    top: 5px !important;
}

.modal-title {
    float: left;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #498c2c;
}

#fileAtbDrive .daterangepicker td.active, #fileAtbDrive .daterangepicker td.active:hover {
    background-color: #0c8ccd;
}

.ranges li.active { /*Changes is added here by Arpit Rajawat on 02-27-2019*/
    background-color: #0c8ccd !important;
    border: 1px solid #0c8ccd !important;
    color: #fff !important;
}

.ranges li:hover { /*Changes is added here by Arpit Rajawat on 02-27-2019*/
    background-color: #566471 !important;
    border: 1px solid #566471 !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;
    height: 100%;
    /*width: 100%;
     left:0;*/
    width: 50%;
    left: 25%;
    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: 50px;
    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: #0c8ccd;
    color: white;
    padding: 7px 14px;
    border-radius: 4px;
    border: none;
    font-size: large;
    border-color: #0c8ccd;
    float: left;
    margin-top: -38px;
    transition: .3s ease-in-out;
    transform-origin: top left;
    transform-style: preserve-3D;
}

    .feedback:hover {
        background-color: #566471;
        cursor: pointer;
    }

.filter-button-move {
    transform: translateX(-250px);
}

#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: #498c2c;
}

@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;
}

